@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 {
  display: block;
  text-align: left;
  font-size: 20px;
  line-height: 32px;
  color: #939393;
  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: #939393;
  padding: 0 5px;
  color: #939393;
  font-size: 16px;
  border-radius: 0;
}
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 #0f81c3;
  background-color: #0f81c3;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 0;
  padding: 10px 15px;
  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: #00b4f0;
  border-color: #00b4f0;	
  color: #fff;
  text-decoration: none;
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: solid 1px #0f81c3;
  background-color: #0f81c3;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 0;
  padding: 10px 15px;
  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: #00b4f0;
  border-color: #00b4f0;	
  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 1px #0f81c3;
  background-color: #0f81c3;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 0;
  padding: 10px 15px;
  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: #00b4f0;
  border-color: #00b4f0;	
  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: 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;
  }
}
/*=========================================== 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(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
}
.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: 20px;
    right: 20px;
    bottom: 15px;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    text-transform: capitalize;
}
.project-thumb .project-title strong {
	display: block;
	font-weight: 400;
	font-size: 20px;
	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 0;
}
.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 {
	background: #174691;
	color: #fff;
	font-weight: 600;
	padding: 10px 16px;
	border-radius: 50%;
	font-family: 'Font Awesome 5 Pro';
}
.slick-gallery .slick-prev:before {
	content: '\f0d9';
}
.slick-gallery .slick-next:before {
	content: '\f0da';

}

@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: #009cde;
}

/*=========================================== 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: #D3DBE7;}
.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: #174691;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;}
}

/*=========================================== INSTAGRAM ==========================================================*/
.instagram-section {
  background: #fff;
  overflow-x: hidden;
  padding: 0 16px 0;
  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 > .fab {
  font-size: 140%;
  display: block;
  margin: 0 0 15px;
  color: #d32131;
  font-weight: 400;

}
.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 .fa {
    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 .fa {
    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 .fa {
        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: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;
    }
    
}

/*=========================================== TEAM ====================================================*/
.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: #fdffff;
    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: 'Playfair Display', serif;
    position: relative;
    z-index: 2;
    display: block;
    font-size: 18px;
    line-height: 1.25em;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 0 5px;
    letter-spacing: 1px;
}
.team-grid .member-link .title {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
    font-style: italic;
	color: #494949;
}

.team-grid .member-link .info {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 13px;
    line-height: 1.4em;
    margin: 7px 0;
}
@media (min-width: 1201px) { 
	.team-grid:last-child > div {width: 20%;flex: none;} 
}
@media screen and (max-width: 1200px) {
    .team-grid .member-link .name {
        font-size: 18px;
    }
    .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;
    }
}
/*===========================================================================================================*/
/*=========================================== CONTACT ========================================================*/
/*===========================================================================================================*/
.contact-row{border-bottom: 1px solid #ccc;padding: 15px 0;}
.contact-row p{margin: 10px 0;}

	.directory-row {
		padding-top: 20px;
		/*background-color: #ebffda;*/
	}
	.directory-row:nth-child(odd) {
		/*background-color: #d2f3ff;*/
		background-color: #e9e9e9;
	}
.directory-row p{margin-bottom: 10px;}
	.directory-row h3 {
		text-transform: uppercase;
		margin: 5px 0;
	}
.info-row{border-bottom: 1px solid #ccc; padding-bottom: 15px;}
.directory-row .contact-row:last-of-type {border-bottom: 0px solid #ccc;}
/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
  position: relative;
  overflow: hidden;
  z-index: 3;
  text-align: center;
  padding: 60px 0 30px;
  background-color: #151515;
}
.footer span.parallax {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: url("../img/bnn-footer.jpg");
  background-position: center;
  background-size: cover;
}
.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 .footer-nav {
	margin: 62px 0;
}
.footer .footer-nav > li {
	font-size: 22px;
	font-weight: 400;
	padding: 0 15px;
	vertical-align: top;
	text-transform: capitalize;
}
.footer .footer-nav > li > ul {
	padding-top: 30px;
	text-align: left;
}
.footer .footer-nav > li > ul li {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
}
.footer .social-nav {
	margin: 20px 0;
}
.footer .social-nav li {
  	font-size: 50px;
  	padding: 0 8px;
}

.footer .logo img {
	display: inline-block;
	/* width: 78px; */
}
.footer h2 {
	text-transform: none;
	line-height: 1.6em;
}
.footer p {
	color: #dedede;
	font-size: 20px;
	line-height: 1.8em;
	margin: 55px 0;
}
.footer a {
	color: #dedede;
}
.footer a:hover {
	color: #00b4f0;
}
.footer p.copyright {
	font-size: 16px;
	color: #a9a9a9;
	margin-top: 80px;
}
@media screen and (max-width: 1700px) {
	.members-section ul li {
	  font-size: 18px;
	}
  .btn-layout {
    font-size: 14px;
  }
  .btn-layout.btn-big {
    font-size: 25px;
  }
  h1, .h1-style {
    font-size: 35px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 13px;
  }
  .news-right-column h2,
  .news-right-column h3 {
    font-size: 17px;
  }
  p, li, td, th, label {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1200px) {
	.footer .btn-layout {
	  font-size: 25px;
	  display: block;
	}
}
@media screen and (max-width: 991px) {
	.menu-top-1 .menu-item a .fab{display:none;}
	.partners-section .featured-slick {
    	margin: 15vw 0;
	}
	.footer {
		padding: 60px 0;
		text-align: center;
	}
	.footer .btn-layout {
	  font-size: 25px;
	  display: inline-block;
	  margin-bottom: 45px;
	}
	.footer .footer-nav > li {
		text-align: center;
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 768px) {

	.compare .compare-icon{padding-right:20px;}
.plans-section {
  padding: 50vw 4vw 8vw;
}
.plans-section span.parallax {
  background-position: right -14vw;
  background-size: 150% auto;
}
    .partners-section .featured-slick {
    	margin: 30vw 0;
	}
  .footer .social-nav li {
  	font-size: 30px;
  	padding: 0 5px;
  }
  .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: 16px;

  }
  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: 28px;
  }
  span.parallax {
    top: 0 !important;
    height: 100% !important;
  }

}
	