@charset "utf-8";
/*===========================================================================================================*/
/*=========================================== COMMON CONFIG =================================================*/
/*===========================================================================================================*/
.alert-success, .alert-info, .alert-warning, .alert-danger {
  font-size: 1.4em;
}
:target::before {
  content: "";
  display: block;
  height: 130px; /* fixed header height/
  margin: -130px 0 0; / negative fixed header height */
}
@media screen and (min-width: 1200px) {
  .modal-lg {
    width: 1140px;
  }
}
/*===========================================================================================================*/
/*=========================================== RWD VIDEOS ====================================================*/
/*===========================================================================================================*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
.gform_legacy_markup_wrapper {
	margin-top: 0!important;
}
label {
  display: block;
  text-align: left;
  font-size: 18px!important;
  line-height: 32px;
  color: #7f7f7f;
  margin: 0;
  font-weight: 400!important;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.form-horizontal .control-label {
  text-align: left;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='number'], input[type='date'], textarea, select {
  width: 100%;
  height: 48px;
  border-width: 1px;
  border: solid 1px;
  border-color: #939393;
  padding: 0 5px;
  color: #939393;
  font-size: 17px!important;
  border-radius: 4px;
}
textarea {
  min-height: 120px;
}
.custom-checkRad label {
  cursor: pointer;
  display: inline-block;
}
.custom-checkRad input[type="checkbox"], .custom-checkRad input[type="radio"] {
  display: none;
}
.custom-checkRad input[type="checkbox"] + label .fa.unchecked, .custom-checkRad input[type="radio"] + label .fa.unchecked {
  display: inline-block;
}
.custom-checkRad input[type="checkbox"] + label .fa.checked, .custom-checkRad input[type="radio"] + label .fa.checked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.unchecked, .custom-checkRad input[type="radio"]:checked + label .fa.unchecked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.checked, .custom-checkRad input[type="radio"]:checked + label .fa.checked {
  display: inline-block;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: solid 1px #0051a4;
  background-color: #0051a4;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 6px;
  padding: 18px 20px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_page_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input[type=submit]:focus {
  background-color: #007bfa;
  border-color: #007bfa;	
  color: #fff;
  text-decoration: none;
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: solid 1px #0051a4;
  background-color: #0051a4;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 6px;
  padding: 18px 20px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-layout:hover,
.btn-layout:focus {
  background-color: #007bfa;
  border-color: #007bfa;	
  color: #fff;
  text-decoration: none;
}
.btn-layout i {
  position: relative;
  /* top: 6px; */
  margin-right: 5px;
}
.white-btn-layout {
  position: relative;
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.white-btn-layout:hover,
.white-btn-layout:focus {
  color: #282828;
  border-color: #fff;
  background-color: #fff;
  text-decoration: none;
}
/*=========================================== BLOG RIGHT CLOUMN =============================================*/
.news-right-column form p {
  font-size: 1em;
  margin-bottom: 15px;
}
.news-right-column form input[type="text"] {
  border-radius: 13px 13px 0 0;
  height: 47px;
}
.news-right-column form input[type="submit"] {
  width: 100%;
  border-radius: 0 0 13px 13px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: solid 1px #0051a4;
  background-color: #0051a4;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 6px;
  padding: 18px 20px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-right-column form input[type="submit"]:hover, .news-right-column form input[type="submit"]:focus {
  background-color: #007bfa;
  border-color: #007bfa;	
  color: #fff;
  text-decoration: none;
}

/*===========================================================================================================*/
/*============================================ TEAM =========================================================*/
/*===========================================================================================================*/
.team-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    flex-wrap: wrap;
margin: 40px 0;}
.team-grid > div {
    /* margin: 0 auto 35px; */
    position: relative;
    height: auto;
}
.team-grid .member-link {
    text-align: center;
    display: block;
    top: 0;
    bottom: 0;
    padding: 12% 0;
}
.team-grid .member-link:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transform: scale(0.96);
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -o-transform: scale(0.96);
}
.team-grid .member-link:hover:after {
    background-color: #e9f6fc;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.28);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.team-grid .member-link img {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    width: 200px;
    margin: 0 auto 35px;
}
.team-grid .member-link .img {
    display: block;
    position: relative;
    z-index: 2;
    background-size: cover;
    background-position: top center;
    width: 200px;
    padding-bottom: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto 25px;
}
.team-grid .member-link .name {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 20px;
    line-height: 1.25em;
    color: #0051a4;
    text-transform: capitalize;
    font-weight: 900;
    margin: 0 15px 7px;
    letter-spacing: 0;
    transition: 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
}
.member-link:hover .name {
    color: #007eff;
}
.team-grid .member-link .title {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    margin: 0 15px 20px;
    color: #181818;
    font-weight: 400;
    text-transform: inherit;
    letter-spacing: 0px;
}
.team-grid .member-link .info {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 13px;
    line-height: 1.4em;
    margin: 7px 0;
}
.team-grid .member-link ul {
    position: relative;
    z-index: 2;
}
.team-grid .member-link ul a {
	color: #0051a4;
	border: solid 1px;
	padding: 7px 8px;
	border-radius: 4px;
}
.team-grid .member-link ul a:hover {
	color: #007eff;
}

@media screen and (max-width: 1200px) {
    .team-grid .member-link .name {
        font-size: 22px;
    }
    .team-grid .member-link .title {
        font-size: 13px;
        line-height: 1.3em;
    }
    .team-grid .member-link .info {
        font-size: 10px;
    }
}
@media screen and (max-width: 991px) {
    .ice-icon {
        width: 50px;
    }
}
@media screen and (max-width: 768px) {
    .ice-icon {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .team-grid > div {
        float: none;
        width: 100%;
    }
    .team-grid .member-link .name {
        font-size: 18px;
    }
    .team-grid .member-link .title {
        font-size: 16px;
    }
    .team-grid .member-link .info {
        font-size: 15px;
    }
}
.team-grid > div > .content {
    display: none;
}

/*=========================================== TESTIMONIALS ========================================================*/
.testimonial-page {padding-top: 50px}
.testimonial-page>.container {
	position: relative;
	padding: 0;
	width: 100%;
	top: 80px;
	opacity: 0;
    filter: alpha(opacity=0);
}
.testimonial-page.ready>.container {
	top: 0;
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.2s ease 0s, top .8s ease 0s;
    -moz-transition: opacity 1.2s ease 0s, top .8s ease 0s;
    -o-transition: opacity 1.2s ease 0s, top .8s ease 0s;
    -webkit-backface-visibility: hidden;
}
.testimonial-page .testimonial{
	max-width:850px;
	padding: 0 15px;
	margin: 0 auto 60px;
	padding-bottom: 50px;
	border-bottom: solid 1px #f1f1f1;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(-20%, 0);
	-webkit-transform: translate(-20%, 0);
	-moz-transform: translate(-20%, 0);
	-o-transform: translate(-20%, 0);
}
.testimonial-page .testimonial.ready {
	opacity: 1;
    filter: alpha(opacity=100);
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
    -webkit-transition: opacity 1.2s ease .2s, transform .8s ease .2s;
    -moz-transition: opacity 1.2s ease .2s, transform .8s ease .2s;
    -o-transition: opacity 1.2s ease .2s, transform .8s ease .2s;
    -webkit-backface-visibility: hidden;
}
.testimonial-page .testimonial img {
    margin-top: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.41);
}
.testimonial-page .testimonial:last-child {margin-bottom: 0; border-bottom: none}
.testimonial-page .testimonial .icon{float:left;font-size: 110px;color: #b9d7cd;}
.testimonial-page .testimonial .right{padding-left:140px;min-height: 120px;}
.testimonial-page .testimonial .right p{font-size: 17px;line-height: 36px;letter-spacing: 0;color: #5a5a5a;}
.testimonial-page .testimonial .right p.author{font-size: 21px;text-transform: capitalize;font-style: italic;color: #056042;font-weight: 300;line-height: 1.3em;}
@media screen and (max-width:650px){ 
.testimonial-page .testimonial img {margin-top: 15px;}
.testimonial-page .testimonial .icon{font-size:60px;}
.testimonial-page .testimonial .right{padding-left:70px;}
.testimonial-page .testimonial .right p{font-size: 14px;line-height: 28px;}
.testimonial-page .testimonial .right p.author{font-size:16px;}
}

/*=========================================== NEWS SCETION ======================================================*/
.news-section {
  padding: 25px 0 30px;
  position: relative;
}
.news-section .h1-style {
}
.news-section .container {
  position: relative;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news-section .container.slider-container {
  max-width: 1600px;
}
.news-section.ready .container {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s;
  -moz-transition: opacity 1.2s ease 0s;
  -o-transition: opacity 1.2s ease 0s;
  -webkit-backface-visibility: hidden;
}
.news-section .custom-nav li .fas {
  font-size: 46px;
  padding: 0 5px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.news-section .custom-nav li a:hover .fas {
  
}
.news-section .news-slick {
  margin: 0 -15px;
}
.news-section .news-slick > div {
  overflow: visible;
}
.news-section .news-slick .slick-slide {
  padding: 0 15px;
}
.news-section .news-slick .news-item {padding: 0 0 30px;display: block;}
.news-section .news-slick .news-item > a {
  display: block;
}
.news-section .news-slick .news-item .bnn {
  display: block;
  width: 100%;
  height: 160px;
  background-size: cover;
  background-position: center;
background-repeat: no-repeat;
margin: 0 0 15px;}
.news-section .news-slick .news-item .date {font-size: 18px;font-style: italic;color: #c8c8c8;display: block;margin: 0 0 5px;}
.news-section .news-slick .news-item .title {display: block;font-size: 18px;color: #282828;font-weight: 500;margin: 0 0 20px;}
.news-section .news-slick .news-item .btn-layout {
  display: inline-block;
}

.news-section .slick-dots {
  display: block;
  position: absolute;
  right: 35px;
  top: -57px;
  bottom: unset;
  width: auto;
}
.news-section .custom-nav {
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 75px;
  height: 0;
  margin: 0;
}
.news-section .custom-nav li {
	font-size: 19px;
}
.news-section .custom-nav .prev,
.news-section .custom-nav .next {
  position: absolute;
  top: 0;
  padding: 5px;
  opacity: 1;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -o-transition: all ease .3s;
}
.news-section .custom-nav .prev:hover,
.news-section .custom-nav .next:hover {
  opacity: .92;
}
.news-section .custom-nav .prev.slick-disabled,
.news-section .custom-nav .next.slick-disabled {
  opacity: .35;
}
.news-section .custom-nav .prev {
  left: 0;
}
.news-section .custom-nav .next {
  right: 0;
}
@media (max-width: 991px) {
	.news-section .custom-nav {
		width: 80px;
	}
	.news-section .news-slick .news-item .date, 
	.news-section .news-slick .news-item .title {font-size: 16px;}
}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
  position: relative;
  overflow: hidden;
  z-index: 3;
  padding: 110px 0 90px;
  background: #0152a4;
  background-image: url(../img/bnn-footer.jpg);
  background-position: top center;
  background-size: cover;

}
.footer p {
	font-size: 16px;
	color: #fff;
	margin: 0 0 15px
}
.footer p.copy {
	font-size: 14px;
}
.footer ul {
	margin: 0 0 24px;
}
.footer li:not(:last-child) {
	margin-right: 1.5vw;
}
.footer li {
	padding: 0;
}
.footer .logo {
	display: block;
}
.footer .logo img {
	width: auto;
	max-width: 100%;
}
.footer h2 {
	font-size: 30px;
	color: #fff;
	margin: 0 0 20px;
}
.footer a {
	color: #fff;
	margin: 10px 0 0;
}
.footer a:hover {
	color: #4ea6ff;
}
.footer .footer-nav {
	margin: 0 0 20px;
}
.footer .footer-nav li {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400;
	padding: 0;
	margin: 0 0 20px;
}
.footer .footer-nav li:not(:last-child) {
	margin-right: 3vw;
}
.footer li {
  color: #fff;
  margin-bottom: 5px;
  text-align: left;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.4em;
  margin: 0;
}
.footer .container {
  position: relative;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
}
.footer.ready .container {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s;
  -moz-transition: opacity 1.2s ease 0s;
  -o-transition: opacity 1.2s ease 0s;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 1560px) {
	.footer {
		background-size: auto;
	}
}

@media screen and (max-width: 991px) {
	.footer {
		text-align: center;
		padding: 40px 0 30px;
		background-size: cover;
	}
	.footer ul {
	}
	.footer ul li {
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
  .footer li:not(:last-child) {
	margin-right: 15px;	
  }
  .footer .footer-nav li:not(:last-child) {
	margin-right: 10px;
  }
  .footer .footer-nav li {
  	/* display: block; */
  	/* text-align: center; */
  	/* margin: 0 0 20px; */
  }
  .btn-layout {
    font-size: 12px;
    padding: 10px 13px;
  }
  .btn-layout.btn-big {
    font-size: 25px;
  }
  h1, .h1-style {
    font-size: 36px;
  }
  h1>span, .h1-style>span {
  	/* line-height: 1.4em; */
  	/* font-size: 18px; */
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 14px;
  }
  .news-right-column h2,
  .news-right-column h3 {
    font-size: 20px;
  }

  p, li, td, th, label {
    font-size: 14px;
    line-height: 20px;
  }
  span.parallax {
    top: 0 !important;
    /* height: 100% !important; */
  }
}
@media screen and (max-width: 528px) {
	.footer ul li {
		text-align: center;
	}
}