@charset "utf-8";
/*===========================================================================================================*/
/*=========================================== COMMON CONFIG =================================================*/
/*===========================================================================================================*/
.alert-success, .alert-info, .alert-warning, .alert-danger {
  font-size: 1.4em;
}
/*:target::before {
  content: "";
  display: block;
  height: 130px;
}*/
@media screen and (min-width: 1200px) {
  .modal-lg {
    width: 1140px;
  }
}
.modal-dialog {
	width: 750px;
	max-width: 100%;
}
/*===========================================================================================================*/
/*=========================================== 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 #e06b2f;
  background-color: transparent;
  color: #e06b2f;
  line-height: 1.2em;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  border-radius: 6px;
  padding: 11px 24px;
  font-weight: 600;
  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: #e06b2f;
  border-color: #e06b2f;
  color: #fff;
  text-decoration: none;
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: solid 1px #e06b2f;
  background-color: transparent;
  color: #e06b2f;
  line-height: 1.2em;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  border-radius: 6px;
  padding: 11px 24px;
  font-weight: 600;
  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: #e06b2f;
  border-color: #e06b2f;
  color: #fff;
  text-decoration: none;
}
.solid-btn-layout {
  position: relative;
  color: #fff;
  border-color: #e06b2f;
  background-color: #e06b2f;
}
.solid-btn-layout:hover,
.solid-btn-layout:focus {
  color: #e06b2f;
  border-color: #e06b2f;
  background-color: transparent;
  text-decoration: none;
}
.blue-btn-layout {
  position: relative;
  color: #1c345e;
  border-color: #1c345e;
  background-color: transparent;
}
.blue-btn-layout:hover,
.blue-btn-layout:focus {
  color: #fff;
  border-color: #1c345e;
  background-color: #1c345e;
  text-decoration: none;
}
.white-btn-layout {
  position: relative;
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.white-btn-layout:hover,
.white-btn-layout:focus {
  color: #1c345e;
  border-color: #fff;
  background-color: #fff;
  text-decoration: none;
}
/*===========================================================================================================*/
/*============================================ EVENTS =======================================================*/
/*===========================================================================================================*/
.event-item-list h2{margin-top: 0px;}
.event-item-list h2 small {
    font-size: 0.6em;
    font-weight: normal;
    color: #6d6d6d;
    line-height: 1.3em;
}
/*===========================================================================================================*/
/*============================================ TEAM =========================================================*/
/*===========================================================================================================*/
.team-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    flex-wrap: wrap;
}
.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 15px;
}
.team-grid .member-link .name {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 20px;
    line-height: 1.25em;
    color: #e49f00;
    text-transform: capitalize;
    font-weight: 400;
    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: #063f67;
}
.team-grid .member-link .title {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    margin: 0 15px 20px;
    color: #7f7f7f;
    font-weight: 400;
    text-transform: inherit;
    letter-spacing: 0px;
    font-style: italic;
}
.team-grid .member-link .info {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 13px;
    line-height: 1.4em;
    margin: 7px 0;
}
@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 ========================================================*/
.single-testimonial iframe {
	width: 100%!important;
	height: 38vw!important;
}
.testimonial-page {padding-top: 50px}
.testimonial-page .container {
	opacity: 0;
}
.testimonial-page.ready .container {
	opacity: 1;
	animation: fadeInDown 1.2s both;
}
.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;}
.single-testimonial iframe {
	width: 100%!important;
	height: 58vw!important;
}
}

/*=========================================== WELCOME SCETION ======================================================*/
.welcome-section {
  padding: 60px 0;
  position: relative;
}
.welcome-section .col-md-7 {
  opacity: 0;
}
.welcome-section.ready .col-md-7 {
  opacity: 1;
  animation: fadeInRight 1.2s both;
}
.welcome-section .container {
  position: relative;
  min-height: 450px;
}
.welcome-section .container:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 46%;
  background-image: url(../img/front.jpg);
  background-position: center;
  background-size: cover;
  opacity: 0;
}
.welcome-section.ready .container:before {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
.welcome-section h2 span {
	font-size: 40px;
}
.welcome-section p {
  color: #29375d;
}
@media (max-width: 768px) {
	.welcome-section .container:before {
		display: none;
	}
	.welcome-section .container {
		min-height: unset
	}
}

/*=========================================== ABOUT SCETION ======================================================*/
.about-section {
  padding: 40px 0 40px;
  background: #171717;
  position: relative;
  overflow: hidden;
}
.about-section:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 90%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+19,0.65+53,0+100 */
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 19%, rgba(0,0,0,0.65) 53%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 19%,rgba(0,0,0,0.65) 53%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 19%,rgba(0,0,0,0.65) 53%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.about-section span.parallax {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url(../img/bnn-dr.jpg);
}
.about-section .container {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.about-section.ready .container {
  opacity: 1;
  animation: fadeInLeft .4s both;
}
.about-section h2 {
  color: #fff;
}
.about-section h2 span { color: #e06b2f; }
.about-section p {
  color: #fff;
}
.about-section ul li a {
  
}
.about-section ul li a {
  
}

/*=========================================== BELIEVE SECTION ==============================================*/
.believe-section {
  padding: 60px 0 0;
}
.believe-section .container {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.believe-section.ready .container {
  opacity: 1;
  animation: fadeInDown .4s both;
}

/*=========================================== INSTAGRAM SECTION ==============================================*/
.instagram-section {
  padding: 20px 0 10px;
}
.instagram-section .container {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.instagram-section.ready .container {
  opacity: 1;
  animation: fadeInDown .4s both;
}
.instagram-section h2 {
  text-align: center;
}
.instagram-section h2 .icon {
  color: #e06b2f;
  font-size: 40px;
}
.instagram-section h2 a {
  display: block;
  font-weight: 300;
  color: #1c345e;
}
.instagram-section h2 a:hover {
  color: #e06b2f;
}

/*=========================================== SEEN SCETION ======================================================*/
.seen-section {
  padding: 20px 0 40px;
  text-align: center;
	background: #fdfdfd;
}
.seen-section .container {
  opacity: 0;
}
.seen-section.ready .container {
  opacity: 1;
  animation: fadeInDown .4s both;
}
.seen-section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-align: center;
}
.seen-section li {
  padding: 25px 10px;
  opacity: 0;
}
.seen-section.ready li {
  opacity: 1;
  animation: fadeInDown .4s both;
  animation-delay: calc(var(--order) * 100ms);
}
.seen-section li img {
  max-width: 180px;
  max-height: 80px;
}
.seen-section h2 {
  margin-bottom: 5px;
}

/*=========================================== LEFTRIGHT SECTION ==============================================*/
.left-right-section {
  position: relative;
  opacity: 0;
  display: flex;
  flex-wrap: nowrap;
}
.left-right-section.ready {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.left-right-section .left {
  width: 50%;
  background-color: #170402;
  background-image: url(../img/bnn-team.jpg);
  background-size: 120%;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 460px 2vw 2vw;
  position: relative;
}
.left-right-section.ready .left {
  opacity: 1;
  animation: fadeInLeft 1.2s both;
}
.left-right-section .left:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; 
  height: 60%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+69,0.85+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 69%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 69%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 69%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
}
.left-right-section .left h3 {
  color: #fff;
  position: relative;
}
.left-right-section .left h3 span {
  display: block;
  margin: 0 0 20px;
}
.left-right-section .left p {
  color: #fff;
	position: relative;
}
.left-right-section .left .btn-layout {}
.left-right-section .right {
  position: relative;
  width: 50%;
  padding: 40px 4vw 4vw;
  text-align: center;
}
.left-right-section.ready .right {
  opacity: 1;
  animation: fadeInRight 1.2s both;
  background-color: #ededed;
}
.left-right-section .right h3 {}
.left-right-section .right h3 span {
	color: #e06b2f;
	margin: 0 0 10px
}
.left-right-section .right .testimonials-slick {}
.left-right-section .right .testimonials-slick .slick-slide {}
.left-right-section .right .testimonials-slick .slick-slide p {
  font-size: 22px;
  line-height: 1.6em;
  color: #9d9d9d;
}
.left-right-section .right .testimonials-slick .slick-slide h4:before {
  content: '';
  display: block;
  width: 300px;
  height: 1px;
  background-color: #1c345e;
  margin: 10px auto 40px;
}
.left-right-section .right .testimonials-slick .slick-slide h4 {
  font-weight: 400;
  color: #e06b2f;
}

@media (max-width: 991px) {
	.left-right-section {
		display: block;
	}
	.left-right-section > div {
		width: 100%!important;
		padding: 180px 4vw 20px!important;
	}
}

/*=========================================== REQUEST SCETION ======================================================*/
.hw-section {
  padding: 40px 0 40px;
}
.hw-section .container {
  opacity: 0;
  width: 100%;
  max-width: 1700px;
}
.hw-section.ready .container {
  opacity: 1;
  animation: fadeInDown .4s both;
}
.hw-section .h1-style {
  text-align: center;
  margin: 30px 0 40px;
}

/*=========================================== INTERVIEWS SCETION ======================================================*/
.interviews-section {
  padding: 40px 0 40px;
}
.interviews-section .container {
  opacity: 0;
  width: 100%;
  max-width: 1700px;
}
.interviews-section.ready .container {
  opacity: 1;
  animation: fadeInDown .4s both;
}
.interviews-section .h1-style {
  text-align: center;
  margin: 30px 0 40px;
}

/*=========================================== BLOG GRID ======================================================*/
.blog-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  margin: 0 0 30px;
}
.blog-grid .blog-cta {
  opacity: 0;
  width: 33.3333%;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  background-color: #0f264e;
}
.blog-grid .blog-cta:hover   {
  opacity: .7;
}
.blog-grid .blog-cta:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.blog-grid.ready .blog-cta {
  opacity: 1;
  animation: fadeInDown .4s both;
  animation-delay: calc(var(--order) * 100ms);
}
.blog-grid .blog-cta > a {
  display: block;
  height: 307px;
  position: relative;
  overflow: hidden;
}
.blog-grid .blog-cta a:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%; 
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+69,0.85+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 69%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 69%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 69%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
}
.blog-grid .blog-cta .cta-bnn {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-size: cover;
  background-position: center;
  transition: opacity .4s ease;
  -webkit-transition: opacity .4s ease;
}
.blog-grid .blog-cta:hover .cta-bnn {
  opacity: .4;
}
.blog-grid .blog-cta .text {
  display: block;
  position: absolute;
  z-index: 2;
  left: 15px;
  right: 15px;
  bottom: 0;
}
.blog-grid .blog-cta .text h2 {
  color: #fff;
  font-size: 22px;
  margin: 20px 0;
  padding-right: 82px;
  opacity: 1;
  transition: opacity .4s ease;
  -webkit-transition: opacity .4s ease;
}
.blog-grid .blog-cta:hover .text h2 {
  opacity: 0;
}
.blog-grid .blog-cta .text h2 > span {
	font-size: 18px;
}
.blog-grid .blog-cta .text > span {
  color: #fff;
  font-size: 16px;
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 19px;
  transition: font-size .2s ease;
  -webkit-transition: font-size .2s ease;
}
.blog-grid .blog-cta:hover .text > span {
  font-size: 30px;
}
.hw-section .btn-layout {
  display: block;
  margin: 60px auto 20px;
  max-width: 260px;
}
@media (max-width: 991px) {
  .blog-grid .blog-cta {
	  width: 50%;
  }
}
@media (max-width: 600px) {
  .blog-grid .blog-cta {
	  width: 100%;
  }
}
 
/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
  background-color: #143058;
  position: relative;
  overflow: hidden;
  padding: 60px 0 0;
}
.footer .parallax {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(../img/bnn-footer.jpg);
  background-repeat: no-repeat;
}
.footer:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 50%;
  height: 70%;
  transform: translate(-20%,-50%);
  background-size: contain;
  background-image: url(../img/footer-art.png);
  background-repeat: no-repeat;
}
.footer .gform_wrapper.gravity-theme .gfield_label {
	display: none;
}
.footer h2 {
  font-family: montserrat, sans-serif;
  color: #fff;
  margin: 0 0 28px;
}
.footer p {
  color: #fff;
  font-size: 18px;
}
.footer h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.footer p.copy {
	text-transform: capitalize;
	margin: 40px 0 0;
	padding: 25px 15px;
	color: #636466;
	font-size: 16px;
	background: #fff;
	text-align: center;
	position: relative;
}
.footer ul {
	margin: 0 0 24px;
}
.footer .heading {
	position: relative;
}
.footer .heading .right {
	position: absolute;
	right: 1vw;
	top: 20px;
}
.footer ul.social-nav {
	margin: 0;
}
.footer ul.social-nav li a {
	text-align: center;
	background-color: transparent;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	padding-top: 10px;
	font-size: 26px;
	text-align: center;
}
.footer ul.social-nav li a:hover {
	background-color: #e06b2f;
}
.footer ul.social-nav li:not(:last-child) {
	margin-right: 8px;
}
.footer li {
	padding: 0;
}
.footer a {
	color: #fff;
}
.footer a:not(.btn-layout, .social-nav a):hover {
	color: #e06b2f;
}
.footer big a {
	color: #e06b2f;
}
.footer big a:hover {
	color: #fff!important;
}
.footer .footer-nav {
	margin: 0 0 15px;
	padding: 0;
	padding-left: 12px;
}
.footer .footer-nav li {
	display: block;
	text-transform: capitalize;
	padding: 0;
	margin: 0 0 10px!important;
}
.footer .footer-nav li:not(:last-child) {
	margin-right: 0;
}
.footer .footer-nav li > ul {
	padding-left: 20px;
	margin: 15px 0 0;
}
.footer .footer-nav li.dad > a {
	font-weight: 700;
	font-size: 18px
}
.footer .footer-nav li.dad > a .fal { display: none }
.footer li {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0;
}
.footer .top-footer-nav {
	text-align: center;
	margin: 0 0 40px
}
.footer .top-footer-nav li { margin-bottom: 10px }
.footer .cta-buttons {
	text-align: center;
	margin: 0 0 50px
}
.footer .cta-buttons li:not(:last-child) {
	margin-right: 20px;
}
.footer .cta-buttons li a {
	color: #143058;
	border-color: #fff;
	background-color: #fff;
}
.footer .cta-buttons li:last-child a {
	color: #fff;
	border-color: #e06b2f;
	background-color: #e06b2f;
}
.footer .cta-buttons li a:hover {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}

.footer .container {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.footer.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.footer .container > div {
}

@media (max-width: 1200px) {
	.footer:before {
	  left: unset;
	  right: 0;
	  width: 80%;
		transform: translate(30%, -40%)
	}
}
@media screen and (max-width: 991px) {
	.footer .logo {
		margin: 0;
	}
	.footer {
		padding: 40px 0 0;
	}
}

@media screen and (max-width: 768px) {
  .footer li:not(:last-child) {
	margin-right: 15px;	
  }
  .footer .footer-nav li:not(:last-child) {
	margin-right: 10px;
  }
  .btn-layout {
    font-size: 12px;
    padding: 10px 13px;
  }
  .btn-layout.btn-big {
    font-size: 25px;
  }
  h1, .h1-style {
    font-size: 48px;
  }
  h2,
  .footer 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;
    letter-spacing: 0;line-height: 22px;
  }
}
@media screen and (max-width: 528px) {
	.footer .heading .right {
	  position: static;
	  margin: 0 0 30px 10px;
	}
	h1, .h1-style {
	 font-size: 38px;
   }
	.footer .footer-nav {
		margin-left: 10px;
	}
   .footer .footer-nav li {
	 display: block;
   font-size: 16px;margin: 0 0 20px!important;}
   .footer .footer-nav li a {
	 margin: 0;
   }
   .footer .cta-buttons li {
	   display: block;
	   margin: 0 0 15px!important;
   }
}
@media (min-width: 420px) {
	.author .bnn-thumb {
		position: absolute;
	}
	.author p {
		padding-left: 100px;
	}
}
.author {
    position: relative;
    margin: 0 0 50px;
    min-height: 80px;
}
.author .bnn-thumb {
    background-image: url(https://assets.podium.com/images/defaultWebchatAvatar.png);
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: solid 2px #20cbd4;
	display: block;
	margin-bottom: 15px;
}
.author p {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    /*position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);*/
    margin-bottom: 10px;
}
.author p a {
    color: #143058;
}
.author .info p {
    font-size: 14px;
}