@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 =========================================================*/
/*===========================================================================================================*/
label {
  font-family: 'Lato', sans-serif;
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 32px;
  color: #686868;
  margin: 0;
  font-weight: 400;
  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: 42px;
  border-width: 1px;
  border: solid 1px;
  border-color: #686868;
  padding: 0 5px;
  color: #484848;
  font-size: 18px;
  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 #637fbf;
  background-color: transparent;
  color: #637fbf;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 15px 35px;
  font-weight: 400;
  font-size: 15px;
  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: #637fbf;
  border-color: #637fbf;	
  color: #fff;
  text-decoration: none;
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: solid 2px #637fbf;
  background-color: transparent;
  color: #637fbf;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 15px 35px;
  font-weight: 400;
  font-size: 15px;
  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: #637fbf;
  border-color: #637fbf;	
  color: #fff;
  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: #6b6b6b;
  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: 4px 4px 0 0;
  height: 47px;
}
.news-right-column form input[type="submit"] {
  width: 100%;
  border-radius: 0 0 4px 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: solid 2px #637fbf;
  background-color: transparent;
  color: #637fbf;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 35px;
  font-weight: 400;
  font-size: 15px;
  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: #174691;
  border-color: #174691;	
  color: #fff;
  text-decoration: none;
}
/*======================================== 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 {
  position: relative;
  float: left;
  display: block;
  width: 180px;
  height: 180px;
  transition: background-color 300ms ease;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  background-color: #fff;
}
.events-page .media-module .left:hover {
  background-color: #E1E1E1;
}
.events-page .media-module .left span {
  display: block;
  position: absolute;
  left: 15px; top: 15px; right: 15px; bottom: 15px;
  background-position: center;
  background-size: cover;
}
.events-page .media-module .right {
  padding-left: 195px;
}
.events-page .media-module .right .text {
  margin-bottom: 15px;
}
.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;
  }
}
/*=========================================== LATEST SCETION ======================================================*/
.latest-section {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.latest-section:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25%;
  left: 13%;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/logo-art.png");
}
.latest-section.latest-right:after {
  left: unset;
  right: 13%;
}
.latest-section .h1-style {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  margin: 0;
  left: 15px;
  font-size: 2.6vw;
}
.latest-section.latest-right .h1-style {
  left: unset;
  right: 15px;
  text-align: right;
}
.latest-section .h1-style > span {
  display: block;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.1em;
}
.latest-section .container-fluid {
  position: relative;
  z-index: 3;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.latest-section.ready .container-fluid {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;

  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.latest-section .slider-container {
  max-width: 75%;
  margin-left: 25%;
  padding: 0 5vw 0 0;
  overflow: hidden;
}
.latest-section.latest-right .slider-container {
  margin-left: 0;
  padding: 0 0 0 5vw;
 }
.latest-section .slick-slide {
  padding: 0 6px;
}
.latest-section .slick-list {
  overflow: visible;
}
.latest-section .project-thumb {
  padding-bottom: 88%;
}
.latest-section .project-thumb .project-title {
  text-align: center;
  bottom: 25px;
}
.latest-section .project-thumb .project-title img {
  display: inline-block;
}
.latest-section .slider-wrapper {
  position: relative;
  z-index: 2;
}
.latest-section .custom-nav {
  margin: 0;
}
.latest-section .custom-nav .prev,
.latest-section .custom-nav .next {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  opacity: 1;
  transition: opacity .3s ease;
  text-align: center;
}
.latest-section .custom-nav .prev {
  left: 15px;
}
.latest-section .custom-nav .next {
  right: 15px;
}
.latest-section.latest-right .custom-nav .prev {
  left: 15px;
}
.latest-section.latest-right .custom-nav .next {
  right: 15px;
}
.latest-section .custom-nav .prev.slick-disabled,
.latest-section .custom-nav .next.slick-disabled {
  opacity: 0;
}
.latest-section .custom-nav .prev:before,
.latest-section .custom-nav .next:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
}
.latest-section .custom-nav a i {
  font-size: 46px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: 47px;
  height: 47px;
  color: #637fbf;
  padding: 1px 0;
  background: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 1600px) {
  .latest-section:after {
  	background-size: 220px;
  }
}
@media screen and (max-width: 991px) {
  .latest-section:after {
  	background-size: 120px;
  }
  .latest-section .custom-nav a i {
  	font-size: 36px;
  	padding: 0;
    width: 35px;
    height: 35px;
  }
  .latest-section .custom-nav .prev:before,
  .latest-section .custom-nav .next:before {
  	width: 60px;
  }
}
@media screen and (max-width: 768px) {
	.latest-section:after,
	.latest-section.latest-right:after {
		right: unset;
		left: 50%;
		width: 200px;
		transform: translate(-50%,0);
		background-position: center top;
		background-size: 90px;
	}
	.latest-section .h1-style,
	.latest-section.latest-right .h1-style {
		position: relative;
		top: 0;
		transform: none;
		margin: 0;
		left: 15px;
		right: 15px;
		text-align: center;
		font-size: 32px;
		margin: 40px 0;
	}
	.latest-section .h1-style span {
		font-size: 60%;
	}
	.latest-section .slider-container,
	.latest-section.latest-right .slider-container {
		max-width: 100%;
		padding: 0;
		left: 0;
		right: 0;
		margin: 0;
	}
}
/*=========================================== PROJECTS ===================================================*/
.project-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    transform: scale(1.03);

	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
	-webkit-transition: transform .3s ease, opacity .3s ease;
	-moz-transition: transform .3s ease, opacity .3s ease;
	-o-transition: transform .3s ease, opacity .3s ease;
}
.project-thumb.ready {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}
.project-thumb:hover {
    transform: scale(.99);
	-webkit-transform: scale(.99);
	-moz-transform: scale(.99);
	-o-transform: scale(.99);
}
.project-thumb:before {
	content: '';
	display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 60%;
    bottom: 0;
    background-position: center;
    background-size: cover;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.project-thumb .bnn {
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
}
.project-thumb .project-title {
    display: block;
    position: absolute;
    z-index: 2;
    left: 15px;
    right: 135px;
    bottom: 10px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}
.project-thumb .project-title strong {
	display: block;
	font-weight: 400;
	font-size: 18px;
	text-transform: capitalize;
}
.project-thumb .project-more {
	display: block;
    position: absolute;
    z-index: 2;
    right: 15px;
    bottom: 10px;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}

.projects-category-section {
	padding: 60px 15px;
}
.projects-category-section .project-thumb {
	margin-bottom: 30px;
}

.listings-details-wrap {
	padding-top: 1px;
}

.listing-info .name {
	text-align: center;
	margin-bottom: 0;
}
.listing-info .price {
	text-align: center;
    font-size: 31px;
    line-height: 1.3em;
    color: #234c5a;
    background-color: #f7fdff;
    border-top: solid 1px #def7ff;
    border-bottom: solid 1px #def7ff;
    padding-bottom: 11px;
    margin: 12px 0;
}
.listing-info .location {
	text-align: center;
	color: #968245;
	margin: 5px 0 15px;
}

.info-wrapper div.dataset ul {
    margin: 0;
    padding: 0;
}
.info-wrapper div.dataset ul li:after,
.info-wrapper div.dataset ul li:before {
    content: "";
    display: table;
}
.info-wrapper div.dataset ul li:after {
    border-top: 2px dotted #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.info-wrapper div.dataset ul li {
    position: relative;
    margin: 0;
    padding: 3px 0;
    list-style: none;
}
.info-wrapper div.dataset ul li strong {
    font-weight: 400;
    color: #555;
    position: relative;
    padding-right: 5px;
    z-index: 2;
    background: #fff;
}
.info-wrapper div.dataset ul li span {
    position: relative;
    padding-left: 5px;
    z-index: 2;
    background: #fff;
    float: right;
    max-width: 65%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.slick-gallery .slick-slide {
    border: solid 1px #fff;
    border-right: 1px;
	position: relative;
}
.slick-gallery .slick-slide img {
    height: 27vw;
}
.slick-gallery .slick-slide span.caption {
	position: absolute;
    text-align: left;
    line-height: 1.4em;
    left: 10px;
    right: 10px;
    bottom: 5px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.slick-gallery .slick-prev {left: 10px}
.slick-gallery .slick-next {right: 39px}
.slick-gallery .slick-prev:before, 
.slick-gallery .slick-next:before {
	font-weight: 200;
	font-family: 'Font Awesome 5 Pro';
	font-size: 46px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    width: 47px;
    height: 47px;
    color: #637fbf;
    padding: 1px 15px;
    background: #fff;
    border-radius: 3px;
}
.slick-gallery .slick-prev:before {
	content: '\f104';
}
.slick-gallery .slick-next:before {
	content: '\f105';

}

@media screen and (max-width: 1200px) {
	.projects-section .container-fluid > .row {
		width: auto;
	}
}
@media screen and (max-width: 768px) {
	.projects-section {
	  padding: 2px;
	}
	.project-thumb .project-title {
		font-size: 18px;
		right: 105px;
	}
	.project-thumb .project-title > strong {
		font-size: 14px;
	}
	.project-thumb .project-more {
		font-size: 14px;
	}
}
/*=========================================== PAGINATION ===================================================*/
.pagination {
  margin: 25px 0;
  display: block;
}
.pagination > div {
  float: right;
  padding: 0;
  margin: 0;
  display: table;
}
.pagination > div > a, .pagination > div > span {
  display: inline-block;
  font-size: 14px;
  align-items: center;
  text-align: center;
  min-width: 20px;
  padding: 4px 12px;
  border: solid 1px #dcdcdc;
  border-right: none;
}
.pagination > div > a:first-child, .pagination > div > span:first-child {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
}
.pagination > div > a:last-child, .pagination > div > span:last-child {
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-right: solid 1px #dcdcdc;
}
.pagination > div > a:hover, .pagination > div > span:hover {
  background-color: #f7f7f7;
}
.pagination > div > span.current {
  color: #fff;
  background-color: #174691;
}

/*=========================================== LEADERSHIP ====================================================*/
.team-page {
	padding: 40px 0;
}
.team-page > div,
.single-team > div {
	max-width: 1400px;
	width: 100%;
}
.single-team .team-top {
	margin-bottom: 35px;
}
.team-grid {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex!important;
    flex-wrap: wrap;
}
.team-grid > div {
	margin-bottom: 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: 15px;
	right: 15px;
	background-color: #fff;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transform: scale(.96);
	-webkit-transform: scale(.96);
	-moz-transform: scale(.96);
	-o-transform: scale(.96);
}
.team-grid .member-link:hover:after {
	background-color: #f9f9f9;
	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 {
	font-family: futura-pt, sans-serif;
	position: relative;
	z-index: 2;
	display: block;
	font-size: 29px;
	line-height: 1.25em;
	color: #ab2d2a;
	text-transform: capitalize;
	font-weight: 400;
	margin: 0 0 5px;
	letter-spacing: 0;
}
.team-grid .member-link .title {
	position: relative;
	z-index: 2;
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 20px;
	color: #1d2945;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 1px;
	/* 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;
	}
}

/*=========================================== INSTAGRAM ==========================================================*/
.instagram-section {
  background: #fff;
  overflow-x: hidden;
  padding: 40px 12px 12px;
  position: relative;
  z-index: 2;
  top: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.instagram-section.ready {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -moz-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -o-transition: opacity 0.8s ease 0s, top 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.instagram-section h2 {
  text-align: center;
}
.instagram-section h2 > span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
}
.instagram-section h2 > .fab {
  font-size: 140%;
  display: block;
  margin: 0 0 15px;
  color: #d32131;
  font-weight: 400;

}
.instagram-section .social-nav {
  text-align: center;
  margin-bottom: 35px;
}
.instagram-section .social-nav li:not(:last-child) {
  margin-right: 20px;
}
.instagram-section .social-nav li {
	font-size: 50px;
}
.instagram-section .social-wrap {
    padding: 8px 0;
    margin: 0 -8px;
}
.instagram-section .social-wrap > a {
    display: block;
    float: left;
    width: 16.6666%;
    padding: 8px;
}
.instagram-section .social-wrap span.content {
    display: block;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.instagram-section .social-wrap a span.overlay {
    position: absolute;
    z-index: 1;
    left: 0; right: 0; top: 0; bottom: 0;
    background-color: rgba(29, 40, 45, 0.45);
    opacity: 0;
    transition: opacity 250ms linear;

    -webkit-transition: opacity 250ms linear;
}
.instagram-section .social-wrap a:hover span.overlay {
    opacity: 1;
}
.instagram-section .social-wrap a span.content .fab,
.instagram-section .social-wrap a span.content .far{

    position: absolute;
    z-index: 2;
    top: 50%; left: 50%;
    font-size: 50px;
    line-height: 1;
    color: #fff;
    margin-top: -21px;
    margin-left: -25px;
    opacity: 0;
    transition: opacity 250ms linear;
    -webkit-transition: opacity 250ms linear;
}
.instagram-section .social-wrap a:hover span.content .fab,
.instagram-section .social-wrap a:hover span.content .far {
    opacity: 1;
}

@media only screen and (max-width: 1200px) {
    .instagram-section .social-wrap > a {
        width: 25%;
    }
}
@media only screen and (max-width:1023px) {
    .instagram-section .social-wrap a span.content .fab,
	.instagram-section .social-wrap a span.content .far {
        font-size: 30px;
        margin-top: -12px;
        margin-left: -15px;
    }
}
@media only screen and (max-width:991px) {
    .instagram-section {
        padding: 0 8px;
    }
    .instagram-section .social-wrap {
        padding: 4px 0;
        margin: 0 -4px;
    }
    .instagram-section .social-wrap > a,
	.instagram-section .social-wrap > span {
        padding: 4px;
    }
}
@media only screen and (max-width:768px) {
    .instagram-section h2 > span {
    	font-size: 14px;
    }
}
@media only screen and (max-width:600px) {
    .instagram-section .social-wrap > a,
	.instagram-section .social-wrap > span {
        width: 50%;
        padding: 2px;
    }
}
@media only screen and (max-width:400px) {
    .instagram-section {
        padding: 0 4px;
    }
    .instagram-section .social-wrap {
        padding: 2px 0;
        margin: 0 -2px;
    }
    
}

/*=========================================== CONTACT SCETION ======================================================*/
.contact-section {
  position: relative;
  overflow: hidden;
  z-index: 4;
  padding: 130px 0 180px;
  background-color: #182036;
}
.contact-section:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 35%;
  background-size: cover;
  background-position: center;
  background-image: url("../img/bnn-contact.jpg");
}
.contact-section .container-fluid {
  position: relative;
  z-index: 3;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.contact-section.ready .container-fluid {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.contact-section .map {
	position: absolute;
	display: block;
	left: 35%;
	top: -1px;
	bottom: -1px;
	right: 0;
}
.contact-section .map iframe {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.contact-section .col-lg-5 {
	padding: 0 5vw;
}
.contact-section h2 {
	color: #fff;
}
.contact-section ul {
	margin-bottom: 40px;
}
.contact-section li {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}
.contact-section a {
	color: #fff;
}
.contact-section a:hover {
	color: #aac3ff;
}
.contact-section a.btn-layout:hover {
	color: #0c101d;
}
@media screen and (max-width: 1200px) {
	.contact-section li {
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	.contact-section:after {
	  width: 50%;
	}
	.contact-section .map {
	  left: 50%;
	}
}
@media screen and (max-width: 768px) {
	.contact-section:after {
	  width: 60%;
	}
	.contact-section .map {
	  left: 60%;
	}
	.contact-section li {
		font-size: 14px;
	}
}
@media screen and (max-width: 420px) {
	.contact-section {
		padding: 20px 0 0;
	}
	.contact-section:after {
	  width: 100%;
	}
	.contact-section .map {
		margin-top: 35px;
       position: relative;
       z-index: 2;
       width: 100%;
       height: 110vw;
       left: 0;
       right: 0;
    }
}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
  position: relative;
  overflow: hidden;
  padding: 20px 0 40px;
  text-align: center;
}
.footer .container {
  position: relative;
  z-index: 3;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.footer.ready .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.footer .social-nav {
	margin: 40px 0;
}
.footer .social-nav li {
  	font-size: 35px;
}
.footer .social-nav li:not(:last-child) {
	margin-right: 25px;
}
.footer .social-nav li a {
	color: #4c6191;
}
.footer .social-nav li a:hover {
	color: #83a9ff;
}
.footer .footer-nav {
	margin: 40px 0;
}
.footer .footer-nav li {
	font-family: 'Lato', sans-serif;
  	font-size: 18px;
  	text-transform: uppercase;
  	letter-spacing: 2px;
  	padding: 0;
}
.footer .footer-nav li:not(:last-child) {
	margin-right: 45px;
}
.footer .footer-nav li a {
	color: #1d2945;
}
.footer .footer-nav li a:hover {
	color: #6c98ff;
}
.footer .logo-footer {
	display: block;
	text-align: right;
}
.footer .col-lg-6 {
	padding: 0 30px;
}
.footer .text-center p {
	font-family: 'Lato', sans-serif;
	color: #7d7d7d;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 40px 0 0;
}
@media screen and (max-width: 1700px) {
  p, li, td, th, label {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
	.footer .footer-nav > li {
		text-align: center;
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.ruhzbul {
		margin: 40px auto 0!important;
	}
	.footer .logo-footer {
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	
  .footer .footer-menu > li {
  	padding: 0;
	margin-bottom: 25px;
  	display: block;
  	width: auto;
  	float: none;
  }
  .footer .footer-menu > li > ul {
  	padding-left: 15px;
  }
  .footer .copy {
  	margin-top: 50px;
  }
  .btn-layout {
    font-size: 12px;
  }
  .btn-layout.btn-big {
    font-size: 25px;
  }
  h1, .h1-style {
    font-size: 32px;
  }
  h1>span, .h1-style>span {
  	line-height: 1.4em;
  	font-size: 18px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 12px;

  }
  h4 {
    font-size: 14px;
  }
  .news-right-column h2,
  .news-right-column h3 {
    font-size: 20px;
  }
  p, li, td, th, label {
    font-size: 16px;
    line-height: 30px;
  }
  span.parallax {
    top: 0 !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 430px) {
	
}
	