@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;
  }
}
.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 2px #0171bd;
  background-color: #0171bd;
  color: #fff;
  line-height: 1.2em;
  letter-spacing: 0;
  text-decoration: none;
  border-radius: 0;
  padding: 14px 32px;
  font-weight: 600;
  font-size: 20px;
  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: #46b5ff;
  border-color: #46b5ff;
  color: #fff;
  text-decoration: none;
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: solid 2px #0171bd;
  background-color: #0171bd;
  color: #fff;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  padding: 18px 34px;
  font-weight: 600;
  font-size: 13px;
  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: #46b5ff;
  border-color: #46b5ff;
  color: #fff;
  text-decoration: none;
}
.btn-layout i {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.white-btn-layout {
  position: relative;
  color: #0171bd;
  border-color: #fff;
  background-color: #fff;
}
.white-btn-layout:hover,
.white-btn-layout:focus {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  text-decoration: none;
}
.grey-btn-layout {
  position: relative;
  color: #fff;
  border-color: #52555b;
  background-color: #52555b;
}
.grey-btn-layout:hover,
.grey-btn-layout:focus {
  color: #fff;
  border-color: #7A7F88;
  background-color: #7A7F88;
  text-decoration: none;
}

/*===========================================================================================================*/
/*============================================ PROJECTS =====================================================*/
/*===========================================================================================================*/

.all-projects-section {
	display: block;
	padding: 55px 0 0;
	position: relative;
	overflow: hidden;
	margin: 0 -15px;
}
.all-projects-section .btn-layout {
	color: #292929;
	cursor: pointer;
	padding: 3px 20px;
	border: 1px solid #dfdfdf;
	line-height: 30px;
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	text-transform: capitalize;
	letter-spacing: 0;
	background: #efefef;
	margin: 5px 5px 0 0 !important;
	white-space: nowrap;
	min-height: 30px;
	vertical-align: middle;
	min-width: 30px;
	box-shadow: inset 0px 0px 0px 0px #fff;
	transition: all 0.4s ease;
}
.all-projects-section .btn-layout {
	font-size: 16px;
}
.all-projects-section .btn-layout:hover {
	border: solid 1px #e5e5e5;
	background-color: #fff;
	color: #292929;
}
.all-projects-section .form-check,
.all-projects-section .filters-wrapper > div {
	color: #292929;
	cursor: pointer;
	padding: 3px 20px;
	background: #fff;
	border: solid 1px #e5e5e5;
	line-height: 30px;
	font-size: 12px;
	font-weight: 400;
	display: block;
	text-transform: capitalize;
	letter-spacing: 0;
	margin: 5px 5px 0 0 !important;
	white-space: nowrap;
	min-height: 30px;
	vertical-align: middle;
	min-width: 30px;
	box-shadow: inset 0px 0px 0px 0px #fff;
	transition: all 0.4s ease;
}
.all-projects-section .form-check label,
.all-projects-section .filters-wrapper > div label{
	color: #292929;
	text-transform: capitalize;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	z-index: 2;
	margin: 0;
}
.all-projects-section .form-check label:before,
.all-projects-section .filters-wrapper > div label:before {
	content: '';
	display: block;
	bottom: -4px;
	right: -21px;
	top: -4px;
	left: -21px;
	position: absolute;
	z-index: -1;
	/*background: #efefef;*/
	background:#0171bd;
	border: 1px solid #dfdfdf;
	transition: opacity .3s ease;
	/*display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 200;
	font-size: 24px;
	margin-right: 6px;
	vertical-align: bottom;*/
} 
.all-projects-section .form-check input[type="radio"] + label:before,
.all-projects-section .filters-wrapper > div input[type="radio"] + label:before {
	/*content: '\f0c8';*/
	opacity: 0;
}
.all-projects-section .form-check input[type="radio"]:checked + label:before,
.all-projects-section .filters-wrapper > div input[type="radio"]:checked + label:before {
	/*content: '\f14a';*/
	opacity: 1;
}
.all-projects-section .form-check input[type="radio"]:checked + label,
.all-projects-section .filters-wrapper > div input[type="radio"]:checked + label {
	color: #fff;
}
.all-projects-section .form-check input[type="radio"],
.all-projects-section .filters-wrapper > div input[type="radio"] {
	width: 0;
	height: 0;
	overflow: hidden;
	display: none;
}

.all-projects-section > .container {
	position: relative;
	width: 100%;
	max-width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}
.all-projects-section.ready > .container {
	opacity: 1;
    filter: alpha(opacity=100);
    -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;
}
.all-projects-section .col-xl-4 {
	border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.all-projects-section .dropdown {
	width: auto;
}
.all-projects-section .dropdown-menu {
	width: 290px;
	padding: 15px 12px;
}
.all-projects-section .dropdown-menu .form-check:not(:last-child) {
	margin-bottom: 8px;
}
.all-projects-section .dropdown-menu .form-check {

}
.all-projects-section .dropdown-menu label {
	line-height: 1.3em;
	font-size: 18px;
	cursor: pointer;
}

.project-thumb {
  display: block;
  position: relative;
  padding-bottom: 68%;
  overflow: hidden;
  background: #000;
}
.project-thumb .bnn {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.8s ease;
  -webkit-transition: all .8s ease;
}
.project-thumb .bnn:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 74%, rgba(0,0,0,0.85) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 74%,rgba(0,0,0,0.85) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 74%,rgba(0,0,0,0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
}
.project-thumb:hover .bnn {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  filter: grayscale(1);
  opacity: .6;
}
.project-thumb .project-title {
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 25px;
  color: #fff;
  padding-right: 35px;
  font-size: 24px;
  font-weight: 600;
  transition: left .4s ease;
  -webkit-transition: left .4s ease;
}
.project-thumb .project-title:after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 10px;
  bottom: 1px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: right .4s ease;
  -webkit-transition: right .4s ease;
}
.project-thumb:hover .project-title:after {
  right: -5px;
}
.project-thumb .project-title > span {
  font-size: 18px;
  display: block;
  font-weight: 400;
}


.projects-dropdown {
    text-align: center;
}
.projects-dropdown .btn-secondary {
    background-color: #0072be;
    border-color: #0072be;
}
.projects-dropdown .btn-secondary:hover {
    background-color: #46b5ff;
    border-color: #46b5ff;
}
@media (max-width: 1560px) {

}
@media (max-width: 1200px) {
	.project-thumb .project-title {
		font-size: 26px;
	}
}
@media (max-width: 480px) {
	.project-thumb .project-title {
		font-size: 18px;
	}
	.project-thumb .project-title > span {
  		font-size: 16px;
	}
}
@media (max-width: 450px) {
	.all-projects-section .project-thumb .project-title {
		font-size: 14px;
	}
	.project-thumb .project-title > span {
  		font-size: 13px;
	}
	.project-thumb {
		padding-bottom: 76%;
	}
}

.dl-items h2 {
	/* margin: 13px 7px 10px; */
}
.dl-items {
	margin: -10px -7px 30px;
	/*border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;*/
	/* padding: 6px 5px 5px; */
	/* border: solid 1px #0272bd; */
	/* background-color: #fdfdfd; */
	/* border-radius: 3px; */
}
.dl-items dl {
	color: #535353;
	margin: 0;
	padding: 10px 12px;
	/*border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;*/
}
.dl-items dl:nth-child(odd) {
	/*background-color: #EFEFEF;*/
}
.dl-items dt { color: #0072be }
.dl-items dt,
.dl-items dd {
	display: inline-block;
	width: 54%;
	vertical-align: top;
	margin: 0 -2px;
}
.dl-items dt {width: 158px;}

/*===========================================================================================================*/
/*============================================ TEAM =========================================================*/
/*===========================================================================================================*/
.team-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    flex-wrap: wrap;
}
.team-grid > div {
    margin: 0 auto 45px;
    position: relative;
    height: auto;
}
.team-grid .member-link {
    position: relative;
    display: block;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0 0 15px;
	overflow: hidden;
}
.team-grid .member-link .img {
    display: block;
    position: relative;
    z-index: 2;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-bottom: 90%;
}
.team-grid .member-link .overlay {
	display: block;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 100%;;
	background: rgb(0 114 190 / 84%);
	padding: 20px 15px;
	color: #fff;
	opacity: 0;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
.team-grid .member-link:hover .overlay {
	top: 0;
	opacity: 1;
}
.team-grid .name {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 24px;
    line-height: 1.25em;
    color: #0072be;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 5px;
    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;
}
.team-grid .title {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    margin: 0;
    color: #adafb2;
    font-weight: 600;
    text-transform: inherit;
    letter-spacing: 0px;
}
@media screen and (max-width: 1200px) {
    .team-grid .name {
        font-size: 22px;
    }
    .team-gri .title {
        font-size: 13px;
        line-height: 1.3em;
    }
}
@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-gri .name {
        font-size: 18px;
    }
    .team-grid .title {
        font-size: 16px;
    }
    .team-grid .info {
        font-size: 15px;
    }
}


/*=========================================== TESTIMONIALS ========================================================*/
.testimonials-section {
  padding: 60px 0 60px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #2b618b;
}
.testimonials-section .parallax {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-image: url(../img/bnn-testimonials.jpg);
}
.testimonials-section .container {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.testimonials-section.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.testimonials-section span.icon {
  display: block;
  color: #fff;
  font-size: 50px;
  margin: 0 0 30px;
}
.testimonials-section h4 {
  color: #fff;
}
.testimonials-section p {
  color: #fff;
  font-size: 20px;
  padding: 0 4vw;
}


.testimonial-page {padding-top: 50px}
.testimonial-page.ready .container {
	animation: fadeInUp 1.2s ease;
}
.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;}
}

/*=========================================== CORE VALUES SECTION ==============================================*/
.values-grid {
   margin-top: 60px;
}
.values-grid .col-lg-6 {
  opacity: 0;
}
.values-grid .col-lg-6.ready {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.values-grid .cta {
  display: block;
  position: relative;
  margin-top: 60px;
}
.values-grid .cta {
  background-position: center;
  background-size: cover;
  display: block;
  position: relative;
  background-image: none!important;
  /* height: 320px; */
  margin-bottom: 35px;
}
.values-grid .cta img {
  display: block;
  /* position: absolute; */
  /* left: 50%; */
  /* top: 100%; */
  /* transform: translate(-50%, -50%); */
  width: 208px;
  margin: 0 auto;
}
.values-grid h2 {
  text-align: center;
  text-transform: uppercase;
  color: #55585e;
}
.values-grid p {
  text-align: center;
  padding: 0 5vw;
}

/*=========================================== NEWS SECTION ==============================================*/
.slider-controls .custom-nav li {
  font-size: 34px;
}
.slider-controls .custom-nav li:not(:last-child) {
  margin-right: 15px;
}

.news-section {
  opacity: 0;
  padding: 30px 0 0;
  border-bottom: solid 1px #fff;
}
.news-section.ready {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.news-section h2 {
  display: inline-block;
}
.news-section .custom-nav {
  margin: -10px 0 0;
  margin-left: 2vw;
  display: inline-block;
  vertical-align: middle;
}
.news-section .container {
  position: relative;
}
.news-section .container .btn-layout {
  position: absolute;
  right: 15px;
  top: 20px;
}
.news-section .slider-controls {
  padding-left: 8vw;
}
.news-section .slider-wrapper {
  position: relative;
  opacity: 0;
  margin: 30px 0 0;
}
.news-section.ready .slider-wrapper {
  opacity: 1;
  animation: fadeInRight 1.2s both;
}
.news-section .news-slick .slick-list {
  overflow: visible;
}
.news-section .news-slick .slick-slide {
  padding: 0;
  border-right: solid 1px #fff
}
.news-section .news-slick .news-block {
  position: relative;
  display: block;
  background-color: #000;
  padding-bottom: 68%;
  overflow: hidden;
}
.news-section .news-slick .news-block:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 74%, rgba(0,0,0,0.85) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 74%,rgba(0,0,0,0.85) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 74%,rgba(0,0,0,0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
}
.news-section .news-slick .news-block .bnn {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.8s ease;
  -webkit-transition: all .8s ease;
}
.news-section .news-slick .news-block:hover .bnn {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  filter: grayscale(1);
  opacity: .6;
}
.news-section .news-slick .news-block h4 {
  position: absolute;
  z-index: 3;
  margin: 0;
  left: 20px;
  right: 20px;
  bottom: 30px;
  color: #fff;
  font-size: 24px;
}
.news-section .news-slick .news-block h4 span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

/*=========================================== WORK ========================================================*/
.work-section {
  padding: 60px 0 80px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #000;
}
.work-section .parallax {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-image: url(../img/bnn-work.jpg);
}
.work-section .container {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.work-section.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.work-section span.icon {
  display: block;
  color: #fff;
  font-size: 30px;
  margin: 0 0 30px;
}
.work-section h2 {
  color: #fff;
}
.work-section p {
  color: #fff;
  font-size: 20px;
  padding: 0 4vw;
  margin: 0 0 40px;
}

/*=========================================== SOCIAL SECTION ==============================================*/
.social-section {
  opacity: 0;
  padding: 30px 2vw 2vw;
}
.social-section.ready {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.social-section h2 {
  display: inline-block;
}
.social-section .container {
  position: relative;
}
@media (min-width: 380px) {
.social-section .container .social-nav {
  position: absolute;
  right: 15px;
  top: 37px;
  margin: 0;
}
}
.social-section .container .social-nav li {
  font-size: 30px;
}

/*=========================================== MEDIA MODULE ==========================================================*/
.section-white.events-page {
    padding: 45px 0;
}
.events-page .media-module > div {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: dashed 1px #ebebeb;
}
.events-page .media-module > div:last-child {
    padding: 0;
    border: none;
}
.events-page .media-module .left {
    float: left;
    display: block;
    width: 180px;
    height: 180px;
    background-position: center;
    background-size: cover;
    opacity: 1;
    transition: opacity 250ms linear;
    -webkit-transition: opacity 250ms linear;
    -moz-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
}
.events-page .media-module .left:hover {
    opacity: 0.8;
}
.events-page .media-module .date span {
    display: block;
    color: #7a7a7a;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
}
.events-page .media-module .date span.day {
    font-size: 40px;
    float: left;
    color: #000;
}
.events-page .media-module .date span.month-year {
    font-size: 1em;
    padding: 4px 0;
    padding-left: 53px;
}
.events-page .media-module .right {
    padding-left: 195px;
}
.events-page .media-module .right .title {
    font-size: 24px;
    line-height: 1.2em;
    color: #4c513f;
    text-transform: uppercase;
    font-weight: 600;
    margin: 15px 0;
}
.events-page .media-module .right .text {
    line-height: 1.4em;
    margin-bottom: 0;
}
.events-page .media-module-interior {
    padding-top: 50px;
}
.events-page .media-module .news-thumb {
    float: left;
    width: 250px;
    margin: 0 10px 10px 0;
}
@media screen and (max-width: 991px) {
    .events-page .media-module .left {
        width: 180px;
        height: 120px;
    }
    .events-page .media-module .right {
        padding-left: 195px;
    }
}
@media screen and (max-width: 768px) {
    .events-page .media-module .right .title {
        font-size: 28px;
    }
}
@media screen and (max-width: 650px) {
    .events-page .media-module .left {
        display: none;
    }
    .events-page .media-module .right {
        padding-left: 0;
    }
}


/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
  position: relative;
  overflow: hidden;
  z-index: 3;
  padding: 60px 0 0;
  background-color: #303030;
  border-top: solid 1px #fff;
}
.footer .bnn-map {
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/bnn-footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.footer .bnn-map:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 36%);
}
.footer .bnn-map > iframe,
.footer .bnn-map > div {
	display: none;
	width: 100%;
	height: 100%;
}
.footer h2 {
	position: relative;
	color: #fff;
}
.footer h2:after {
	content: '';
	display: block;
	width: 186px;
	height: 3px;
	margin: 15px 0 0;
	background-color: #0072be;
}
.footer li {
	color: #fff;
	line-height: 1.6em;
    margin: 0 0 20px;
}
.footer li .fa-li {
	top: 3px;
}
.footer .social-nav li {
	font-size: 36px;
}
.footer .social-nav li:not(:last-child) {
	margin-right: 15px;
}
.footer .copy {
	font-size: 16px;
	display: block;
	padding: 20px 0;
	margin: 160px 0 0;
	text-align: center;
	color: #a1a1a1;
	background-color: #fff;
	position: relative;
}

.footer .footer-nav {
	margin: 0 0 15px;
}
.footer .footer-nav li {
	padding: 0;
    color: #fff;
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: 400;
}
.footer .footer-nav li:not(:last-child) {
	margin-right: 3vw;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #57bbff;
}

.footer .container-fluid {
  opacity: 0;
}
.footer.ready .container-fluid {
  opacity: 1;
  animation: fadeInRight 1.2s both;
}

@media (max-width: 1590px) {
	.footer:before {
		background-size: 20%;
	}
}
@media screen and (max-width: 991px) {
	.footer:before {
		background-size: 200px;
	}
	.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;
  }
  h1, .h1-style {
    font-size: 30px;
  }
  h2,
  .footer h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 14px;
  }
  p, li, td, th, label {
    font-size: 16px;
    letter-spacing: 0;line-height: 22px;
  }
}
@media screen and (max-width: 528px) {
	.footer .footer-nav {
		margin-left: 10px;
	}
   .footer .footer-nav li {
	 display: block;
   	 font-size: 16px;
	 margin: 0 0 20px;
	}
   .footer .footer-nav li a {
	 margin: 0;
   }
   
}