


/* custom css */

*{
	font-family: Poppins, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: Gabarito, Arial, Helvetica, sans-serif;
	color: #024867;
}

a{
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.home #main, #main{
	padding: 0 0 0 0;
}

.c3NavButton a, .c3NavButton a:focus, .c3NavButton a:active{
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 30px !important;
	text-decoration: none;
	background-color: #e5a93e;
	text-transform: uppercase;
	color: #fff !important;
	border-radius: 5px;
	margin: 10px 10px 0 10px;;
	text-decoration: none;
	text-transform: none !important;
}

.c3NavButton a:hover{
	background-color: #024867;
	color: #fff !important;
	text-decoration: none;
	text-transform: none !important;
}

.ndxHeroSection{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	padding: 60px 50px;
}

.home .ndxHeroSection{
	clip-path: ellipse(600vw 600vw at 50% calc(100% - 600vw));
}

.ndxHeroSection h1{
	font-weight: bold;
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	padding: 0;
	margin-block-end: 0;
	margin: 0 0 30px 0;
}

.ndxHeroSection h2{
	font-weight: bold;
	font-size: 35px;
	line-height: 45px;
	color: #fff;
	padding: 0;
	margin-block-end: 0;
	margin: 0 0 30px 0;
}

.ndxHeroSection h3{
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	padding: 0;
	margin-block-end: 0;
	margin: 0 0 30px 0;
}

.ndxHeroSection h1::after, .ndxHeroSection h2::after, .ndxHeroSection h3::after{
	content: none;
	display: none;
}


.c3StandardButton, .c3StandardButton:focus, .c3StandardButton:active{
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 30px;
	text-decoration: none;
	background-color: #e5a93e;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	margin: 0 10px;
	text-decoration: none;
}

.c3StandardButton:hover{
	background-color: #024867;
	color: #fff;
	text-decoration: none;
}

.ndxHeroSection .c3StandardButton, .ndxHeroSection .c3StandardButton:focus, .ndxHeroSection .c3StandardButton:active{
	background-color: #e5a93e;
}

.ndxHeroSection .c3StandardButton:hover{
	background-color: #024867;
}

.c3BlockCell{
	text-align: center;
}

.c3BlockCell h3{
	font-weight: 700;
	color: #024867;
}

.c3BlockCell h1::after, .c3BlockCell h2::after, .c3BlockCell h3::after{
	content: none;
	display: none;
}

.c3BlockCell span{
	color:  #e5a93e;
	font-size: 100px;
}

li.slick-active button{
	background-color: #e5a93e !important;
}

.slick-dots{
	display: none !important;
}

.testimonials_carousel .item .testimonial:before{
	color: #e5a93e !important;
}

.testimonials_carousel .item .testimonial p{
	font-size: 20px !important;
	line-height: 30px !important;
	font-weight: thin;
}

.testimonials_carousel .item .testimonial-info .testimonial-text .name{
	line-height: 30px !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #fff !important;
}

.c3SideBySidePic > div{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.wpb_text_column.wpb_content_element ul li::before{
	background-color: #e5a93e !important;
}

.c3TeamCell img{
	display: block;
	border-radius: 5px;
}

.single-post .page_title{
	background-color: #024867 !important;
}

.single-post .page_title h1{
	color: #fff !important;
}

.page_title .breadcrumbs > span a, .page_title .breadcrumbs > span a:focus, .page_title .breadcrumbs > span a:active{
	color: #fff !important;
}

.page_title .breadcrumbs > span a:hover{
	color: #e5a93e !important;
}

.page_title .breadcrumbs > span{
	color: #e5a93e !important;
}

.wpb_content_element ul.news_list li:before{
	display: none !important;
}

.c3FooterSpacer{
	padding-top: 30px;
}

.c3FooterLink, .c3FooterLink:focus, .c3FooterLink:active{
	display: block;
	margin: 0 0 8px 0;
	font-weight: bold;
	color: #fff !important;
}

.c3FooterLink:hover{
	color: #e5a93e !important;
}

.stm_news .news_list li h5:before{
	display: none;
}

.stm_news .news_list li.view_style_3 .post_item .image img{
	border-radius: 5px;
}

footer .nf-form-fields-required{
	display: none;
}

footer .nf-error-msg{
	color: #ccc !important;
	font-size: 12px;
	line-height: 14px;
}

footer .nf-field-container{
	margin-bottom: 5px !important;
}

footer .nf-input-limit{
	display: none;
}

footer input[type="text"], footer input[type="email"], footer textarea{
	border-radius: 5px;
	border: 1px solid #024867 !important;
	padding: 8px;
}

footer textarea{
	height: 80px !important;
}

footer input[type="submit"], footer input[type="submit"]:focus, footer input[type="submit"]:active{
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 30px;
	text-decoration: none;
	background-color: #024867;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	margin: 0 10px;
	border: 2px solid #fff !important;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	margin: 0;
}

footer input[type="submit"]:hover{
	background-color: #fff;
	color: #024867;
}

footer #block-11, footer #block-12{
	margin-bottom: 0 !important;
}

footer h4{
	padding: 0 0 4px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #387f9e;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}

footer h4::after{
	display: none;
}

footer .copyright_row{
	display: none;
}

.c3VideoIframeWrapper{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	margin-bottom: 25px;
}

.c3VideoIframeWrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.modal-backdrop{
	background-color: rgba(0,0,0,0.2);
}













#map {
	height: 75vh;
	width: 100%;
}

.property {
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 50%;
	color: #263238;
	display: flex;
	font-size: 14px;
	gap: 15px;
	height: 30px;
	justify-content: center;
	padding: 4px;
	position: relative;
	transition: all 0.3s ease-out;
	width: 30px;
}

.property::after {
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #FFFFFF;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 95%;
	transform: translate(-50%, 0);
	transition: all 0.3s ease-out;
	width: 0;
	z-index: 1;
}

.property .icon {
	align-items: center;
	display: flex;
	justify-content: center;
	color: #FFFFFF;
}

.property .icon svg {
	height: 20px !important;
	width: auto;
}

.property .details {
	display: none;
	flex-direction: column;
	flex: 1;
}

.property .address {
	color: #9E9E9E;
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.property .features {
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	gap: 10px;
	margin-top: 10px;
}

.property .features > div {
	align-items: center;
	text-align: center;
	background: #F5F5F5;
	border-radius: 5px;
	border: 1px solid #ccc;
	display: flex;
	font-size: 10px;
	gap: 5px;
	padding: 5px;
}

.property.highlight {
	background-color: #FFFFFF;
	border-radius: 8px;
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
	height: auto;
	width: 260px;
	padding: 15px;
	overflow: auto;
}

.property.highlight::after {
	border-top: 9px solid #FFFFFF;
}

.property.highlight .details {
	display: flex;
}

.property.highlight .icon {
	display: none;
}

.property:not(.highlight) {
	background-color: #4789e1;
}

.property:not(.highlight)::after {
	border-top: 9px solid #4789e1;
}

.property .picUrl img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}



































/* resonsive overrides */
@media (max-width:1199px) {
	
}

@media (max-width:991px) {
	
}

@media (max-width: 980px) {
	
}

@media (max-width: 767px) {
		
	.ndxHeroSection{
		padding: 60px 20px;
	}

	.ndxHeroSection h1{
		font-size: 40px;
		line-height: 50px;
		margin: 0 0 20px 0;
	}

	.ndxHeroSection h2{
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 20px 0;
	}

	.ndxHeroSection h3{
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 20px 0;
	}
	
	.mobile_grid_landscape .header-box .container .logo-box {
		padding: 10px 15px;
	}
	
	.ndxHeroSection  .c3StandardButton{
		margin-bottom: 10px;
	}
	
}

@media (max-width: 610px) {
	
}

@media (max-width: 575px) {
	
}

@media (max-width: 505px) {
	
}

