/*
Theme Name: Sky Sierra The Vesta
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the_vesta
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

the_vesta is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face{
	font-family: 'Museo';
	src: url(fonts/Museo500-Regular.otf) format('opentype');
	font-weight: normal;
}
@font-face{
	font-family: 'Museo';
	src: url(fonts/Museo700.otf) format('opentype');
	font-weight: bold;
}
@font-face{
	font-family: 'CabritoContrast-DemiBold';
	src: url(fonts/CabritoContrast-DemiBold.ttf) format('truetype');
	font-weight: bold;
}
@font-face{
	font-family: 'LibelSuitRg-Regular';
	src: url(fonts/LibelSuitRg-Regular.otf) format('opentype');
	font-weight: bold;
}
@font-face{
	font-family: 'BarlowCondensed';
	src: url(fonts/BarlowCondensed-Bold.ttf) format('truetype');
	font-weight: bold;
}

*, ::before, ::after{
	box-sizing: border-box;
	position: relative;
}
html, body{
	width: 100%;
	margin: 0;
	font-size: 1rem;
	font-family: 'Museo', sans-serif;
	scroll-behavior: unset!important;
}
h1, h2, h3, h4, h5, h6, p, span, li, a, label, input, textarea, select, option, button{
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-family: 'Museo', sans-serif;
    outline: none;
    cursor: default;
}
p, span, li, a, label, input, textarea, select, option, button, a.nav-link{
	font-size: 22px;
	line-height: 28px;
}
a, a:focus, a:hover, a:active, a:visited{
	outline: none;
	color: #000;
}
a, button{
	cursor: pointer;
	text-decoration: none;
}
a, button{
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
a span, p span{
	font-family: inherit;
	font-weight: inherit;
}
.CabritoContrast, .CabritoContrast h1, .CabritoContrast h2, .CabritoContrast h3, .CabritoContrast h4, .CabritoContrast h5, .CabritoContrast h6, .CabritoContrast p, .CabritoContrast span, .CabritoContrast a, .CabritoContrast li, .CabritoContrast label{

	font-family: 'CabritoContrast-DemiBold'!important;
	font-weight: bold!important;
}
.LibelSuitRg, .LibelSuitRg h1, .LibelSuitRg h2, .LibelSuitRg h3, .LibelSuitRg h4, .LibelSuitRg h5, .LibelSuitRg h6, .LibelSuitRg p, .LibelSuitRg span, .LibelSuitRg a, .LibelSuitRg li, .LibelSuitRg label{
	font-family: 'LibelSuitRg-Regular'!important;
	font-weight: normal;
	letter-spacing: 8px;
}
#site-navigation.navbar .nav-container{
	max-width: 580px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.navbar .menu-wrapper{
	display: flex;
}
#main-navigation{
	flex-grow: unset;
}
header .navbar{
	position: sticky;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	justify-content: center;
}
header .navbar.scrolled{
	position: fixed;
	margin-top: 0;
	width: 100%;
	top: 0;
	left: 0;
	padding-top: 30px;
	background-color: rgba(0,0,0,0.5);
}
.custom-logo-link{
	display: block;
	width: 130px;
}
.custom-logo-link img{
	width: 100%;
	height: auto;
}
.relative, .menu-item, .nav-link{
	position: relative;
}
.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-wrap{
	flex-wrap: wrap;
}
.flex-nowrap{
	flex-wrap: nowrap;
}
.justify-content-center{
	justify-content: center;
}
.justify-content-between{
	justify-content: space-between;
}
.justify-content-evenly{
	justify-content: space-evenly;
}
.justify-content-around{
	justify-content: space-around;
}
#masthead{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}
.page-title-wrapper{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0!important;
	margin: 0!important;
	border: none!important;
	font-size: 0px!important;
	clip: rect(0px, 0px, 0px, 0px);
}
#masthead .nav-item .nav-link{
	text-transform: uppercase;
	padding: 0;
}
section#intro-banner{
	background-position: center top;
}
section#intro-banner, section#section-concept, section#section-contact{
	background-size: cover;
}
section#section-concept{
	background-position: center bottom;
}
.navbar-nav .nav-item, .navbar-nav .nav-item .nav-link{
	font-size: 22px;
	line-height: 28px;
	color: #fff;
	font-family: 'Barlow', sans-serif;
	font-weight: normal;
}
.footer .footer-left, .footer .footer-right{
	width: 100%;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.text-bg h2, .text-bg h3, .text-bg h4, .text-bg h5, .text-bg h6, .text-bg p{
	background-image: url(../../uploads/2022/12/bg-title-gradient.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
#popmake-354.pum-container .pum-content h2, #popmake-354.pum-container .pum-content h3{
    color: #fff;
}
.text-bg.bg-rotate h2, .text-bg.bg-rotate h3, .text-bg.bg-rotate h4, .text-bg.bg-rotate h5, .text-bg.bg-rotate h6, .text-bg.bg-rotate p{
	background-image: url(../../uploads/2022/12/bg-title-gradient-rotate-rotated.jpg);
}
#footer-logo{
	width: 280px;
	height: auto;
}
body .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding: 0;
}
body .elementor-widget:not(:last-child){
	margin-bottom: 0;
}
section.elementor-section.elementor-top-section{
	overflow: hidden;
}
footer#colophon{
	overflow-x: clip;
	margin-top: -70px;
}
footer#colophon::before{
	content: '';
    display: block;
    position: absolute;
    width: calc( 100vw + 100px );
    left: 50%;
    transform: translate(-50%, 0);
	background-image: url(../../uploads/2022/12/bg-footer-curve.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    height: 250px;
    top: -70px;
	z-index: 0;
}
#footer-disclaimers ul{
	display: flex;
}
#footer-disclaimers ul li:not(:last-child){
	margin-right: 1rem;
}
#footer-disclaimers ul li:not(:last-child)::after{
	content: '|';
	display: block;
	position: absolute;
	top: -0.188rem;
	right: -0.5rem;
	margin-top: 0.188rem;
	font-size: 1rem;
	line-height: 1rem;
}
#footer-disclaimers ul li a{
	padding: 0;
}
#footer-disclaimers ul li a:hover{
	padding-top: 0;
	padding-bottom: 0;
}
#copyright p, #footer-disclaimers ul li, #footer-disclaimers ul li a{
	font-size: 14px;
	line-height: 20px;
	font-family: 'Museo', sans-serif;
    font-weight: normal;
    color: #5E7597;
}
.floating-icon{
	display: block;
}
.floating-icon.back-to-top{
	height: 65px;
}
.floating-icon.register-now{
	position: fixed;
	right: 0;
	top: 12%;
	transform: translate(0, -50%);
	border: 2px solid #8BCAEB;
	border-right: none;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	overflow: hidden;
	padding: 20px 40px;
	z-index: 100;
}
.BarlowCondensed{
	font-family: "BarlowCondensed", sans-serif;
}
.bold, .BarlowCondensed.bold{
	font-weight: bold;
}
.bg-gradient{
	background-image: url(../../uploads/2022/12/bg-title-gradient.jpg)!important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.floating-icon.register-now span{
	line-height: 1;
	color: #6786B8;
	position: relative;
	text-transform: uppercase;
	display: block;
}
.floating-icon span, .floating-icon a{
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	color: transparent;
	overflow: hidden;
	cursor: pointer;
}
.floating-icon.back-to-top span, .floating-icon.back-to-top a{
	width: 45px;
	height: 45px;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.floating-icon.whatsapp{
	position: fixed;
	width: 50px;
	height: 50px;
	right: 30px;
	bottom: 60px;
}
.floating-icon.whatsapp span, .floating-icon.whatsapp a{
	width: 100%;
	height: 100%;
}
.iconboxes.elementor-element > .elementor-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: auto;
    text-align: left;
    margin-left: 0;
}
#elite-neighbourhood.iconboxes.elementor-element > .elementor-container{
	width: 100%;
}
.iconboxes.elementor-element.box-right > .elementor-container{
	margin-left: auto;
	margin-right: 0;
}
.iconboxes.elementor-element > .elementor-container .iconbox{
	width: 100%;
	padding: 0 2rem;
}
.iconboxes.elementor-element > .elementor-container .iconbox .elementor-widget-image{
	width: 165px;
	margin-left: auto;
	margin-right: auto;
}
#elite-neighbourhood.iconboxes.elementor-element > .elementor-container .iconbox{
	width: 33.33333333%;
	padding: 0 0.5rem;
}
#elite-neighbourhood.iconboxes.elementor-element > .elementor-container .iconbox .elementor-widget-image{
	width: 140px;
}
#section-sitemap > .elementor-background-overlay{
	width: 100vw;
	left: 50%;
	transform: translate(-50%, 0);
}
#section-sitemap .elementor-widget-wrap.elementor-element-populated{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
}
.navigate-icons{
	display: flex;
	align-items: center;
	margin-right: 12px;
}
.navigate-icons .icon{
	width: 38px;
	height: 38px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.navigate-icons .icon.waze{
	width: 34px;
	height: 34px;
}
.navigate-icons .icon.marker{
	background-image: url(../../uploads/2022/12/icon-map-marker.svg);
}
.navigate-icons .icon.waze{
	background-image: url(../../uploads/2022/12/icon-waze.svg);
}
.navigate-icons .icon:not(:last-child){
	margin-right: 30px;
}
.navigate-icons .icon:not(:last-child)::before{
	content: '';
    display: block;
    position: relative;
    width: 1px;
    height: 30px;
    background: #fff;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 48px;
}
.navigate-details{
	color: #fff;
	text-align: center;
}
.navigate-details, .navigate-details p{
	font-size: 20px;
	line-height: 24px;
}
#popmake-259.pum-container{
	padding: 0!important;
	transition: all 0.5s ease!important;
	transform: translate(100%,0);
}
#popmake-259.pum-container.active{
	width: 600px!important;
    bottom: 0!important;
    top: auto!important;
    right: 0!important;
    left: auto!important;
    transform: translate(0, 0);
}
#popmake-259.pum-container button.pum-close.popmake-close{
	top: 15px;
	left: 15px!important;
	right: auto!important;
	background: transparent;
	padding: 0!important;
	width: 32px;
	height: 32px;
	border: none!important;
	box-shadow: none!important;
	text-shadow: none!important;
	color: transparent!important;
}
#popmake-259.pum-container button.pum-close.popmake-close::before, #popmake-259.pum-container button.pum-close.popmake-close::after{
	content: '';
	display: block;
	position: absolute;
	width: 32px;
	height: 2px;
	background-color: #000;
	top: 50%;
	left: 50%;
}
#popmake-259.pum-container button.pum-close.popmake-close::before{
	transform: translate(-50%, -50%) rotate(50deg);
}
#popmake-259.pum-container button.pum-close.popmake-close::after{
	transform: translate(-50%, -50%) rotate(-50deg);
}
.wpforms-form label{
	color: #000;
	font-family: 'Barlow', sans-serif;
	font-weight: normal!important;
	font-style: italic!important;
	font-size: 16px!important;
	line-height: 16px!important;
}
.wpforms-form .wpforms-field, .wpforms-form .wpforms-field input, div.wpforms-container-full .wpforms-form .wpforms-submit-container{
	text-align: center;
}
.wpforms-form .wpforms-field input{
	background-color: transparent!important;
	border: none!important;
	border-bottom: 1px solid #000!important;
	padding-top: 0!important;
	width: 100%!important;
	max-width: 100%!important;
}
.wpforms-form .wpforms-field.wpforms-field-checkbox{
	text-align: left;
}
.wpforms-form .wpforms-field.wpforms-field-checkbox li{
	display: flex;
}
.wpforms-form .wpforms-field.wpforms-field-checkbox li input{
	min-width: 20px!important;
	width: 20px!important;
	height: 20px!important;
	border-color: #000!important;
	accent-color: transparent!important;
}
.wpforms-form .wpforms-field.wpforms-field-checkbox li label{
	font-size: 12px!important;
}
.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit]{
	width: 200px;
	border-radius: 10px;
    padding: 6px 50px;
    text-align: center;
    background: #6786B8;
    border-color: transparent!important;
    color: #d5a9a6;
    appearance: none;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
}
.wpforms-container .wpforms-form{
	margin: 0!important;
	padding: 4rem!important;
	background-image: url(../../uploads/2022/12/bg-title-gradient.jpg);
}
.wpforms-container .wpforms-form, .wpforms-container .wpforms-confirmation-container-full.wpforms-confirmation-scroll{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.wpforms-container .wpforms-confirmation-container-full.wpforms-confirmation-scroll{
	padding: 4rem!important;
	padding-top: 6rem!important;
}
#popmake-354{
	padding: 6rem 4rem!important;
    background-position: center;
}
.wpforms-container .wpforms-confirmation-container-full.wpforms-confirmation-scroll, #popmake-354{
	position: relative;
	margin: 0!important;
	background-image: url(../../uploads/2023/05/bg-form-submission.png);
	border: none!important;
	background-color: transparent!important;
	background-size: cover!important;
}
.wpforms-container .wpforms-confirmation-container-full.wpforms-confirmation-scroll h2, #popmake-354 h2{
	font-size: 62px!important;
	line-height: 70px!important;
}
.wpforms-container .wpforms-confirmation-container-full.wpforms-confirmation-scroll h3, #popmake-354 h3{
	font-family: "Baloo Tammudu 2", Sans-serif!important;
	font-weight: 600;
    font-size: 38px!important;
    line-height: 45px!important;
}
.wpforms-container .wpforms-confirmation-container-full.wpforms-confirmation-scroll::before, #popmake-354::before{
	content: '';
	display: block;
	position: absolute;
	bottom: 3rem;
	right: 3rem;
	width: 155px;
	height: 95px;
	background-image: url(../../uploads/2023/05/skysierra-logo-white.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.pum .pum-container button.pum-close.popmake-close{
	border: none;
	box-shadow: none;
	text-shadow: none;
	background-color: transparent;
	width: 35px;
	height: 35px;
	position: absolute;
	color: transparent;
	top: 15px;
	right: 15px;
}
.pum .pum-container button.pum-close.popmake-close::before, .pum .pum-container button.pum-close.popmake-close::after{
	content: '';
	display: block;
	position: absolute;
	width: 32px;
	height: 2px;
	background: #000;
	top: 50%;
	left: 50%;
}
.pum .pum-container button.pum-close.popmake-close::before{
	transform: translate(-50%, -50%) rotate(50deg);
}
.pum .pum-container button.pum-close.popmake-close::after{
	transform: translate(-50%, -50%) rotate(-50deg);
}
.wpforms-container .wpforms-confirmation-container-full p, #popmake-354 p{
	font-family: 'Barlow', sans-serif;
	font-weight: normal;
	color: #fff;
}
.wpforms-container .wpforms-confirmation-container-full p:last-child, #popmake-354 p:last-child{
	max-width: 400px;
}
.span-tiny p span{
	font-size: 50%;
}
.uppercase{
	text-transform: uppercase;
}
#popmake-351{
	padding: 1.5rem;
}
#popmake-351 p, #popmake-351 ol li, #popmake-351 ul li{
	font-family: 'Museo', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}
.pum.pum-theme-12 .pum-container{
	border: none!important;
	box-shadow: none!important;
}
.elementor-lightbox .elementor-lightbox-image{
	background-color: #000;
	padding: 1rem;
}
.bg-overlay{
	position: relative;
}
.bg-overlay::before {
    content: '';
    display: block;
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
}
.iconboxes .elementor-widget-text-editor .elementor-widget-container h2.elementor-heading-title, .iconboxes .elementor-widget-text-editor .elementor-widget-container p{
	text-align: center;
	font-family: "Barlow", Sans-serif;
}
.iconboxes .elementor-widget-text-editor .elementor-widget-container h2.elementor-heading-title{
	font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}
.iconboxes .elementor-widget-text-editor .elementor-widget-container p{
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}
#section-concept{
    background: linear-gradient(to bottom, #fff 0%, transparent 35%, transparent 100% ), url(https://the-vesta.theplow.my/wp-content/uploads/2023/05/bg-main-key-points.png);
    background-position: center;
}
@media screen and (max-width: 400px){
	#section-elite-neighbourhood .elementor-element h2.elementor-heading-title{
		font-size: 45px!important;
	}
	#section-elite-neighbourhood .elementor-element h3.elementor-heading-title{
		font-size: 22px;
		line-height: 28px;
	}
}
@media screen and (min-width: 401px) and (max-width: 767px){
	#section-elite-neighbourhood .elementor-element h3.elementor-heading-title{
		font-size: 26px;
		line-height: 32px;
	}
}
@media screen and (max-width: 767px){
	.custom-logo-link{
		width: 100px;
	}
	header .navbar.scrolled{
		padding-top: 20px;
	}
	#footer-menu{
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
	}
	#footer-menu .menu-item{
		margin-bottom: 0.5rem;
	}
	#section-footer-logo #footer-logo{
		width: 200px;
	}
	.mb-flex-reverse{
		flex-direction: column-reverse;
	}
	.floating-icon.register-now{
		top: 155px;
	}
	.pum.pum-overlay #popmake-259.pum-container{
		max-width: 100%!important;
		margin-bottom: 0!important;
		top: 190px!important;
		bottom: auto!important;
	}
	.pum-open.pum-open-fixed{
		overflow: hidden;
	}
	#popmake-259 div.wpforms-container-full .wpforms-form .wpforms-field{
		padding-bottom: 0!important;
	}
	#popmake-259 div.wpforms-container-full .wpforms-form .wpforms-field-label{
		line-height: 16px!important;
		margin-bottom: 0;
	}
	#popmake-259 div.wpforms-container-full .wpforms-form .wpforms-field input{
		height: 30px;
	}
	.wpforms-container .wpforms-form{
		padding: 1.5rem!important;
	}
	p, span, li, a, label, input, textarea, select, option, button, a.nav-link{
		font-size: 18px;
		line-height: 24px;
	}
	.navbar .menu-wrapper{
		width: 100%;
		justify-content: space-between;
	}
	section#intro-banner{
		padding-bottom: 750px;
		background-size: cover;
	}
	#intro-banner h2.elementor-heading-title{
		font-size: 58px!important;
		line-height: 64px!important;
	}
	#intro-banner h3.elementor-heading-title{
		font-size: 34px!important;
		line-height: 42px!important;
	}
	.iconboxes.elementor-element > .elementor-container .iconbox{
		width: 50%;
		padding: 0 1rem;
	}
	.iconboxes.elementor-element > .elementor-container .iconbox .elementor-widget-image{
		width: 115px;
	}
	.iconboxes.elementor-element > .elementor-container .iconbox .elementor-widget-heading h2.elementor-heading-title, .iconboxes .elementor-widget-text-editor .elementor-widget-container h2.elementor-heading-title{
		font-size: 20px;
		line-height: 24px;
	}
	.iconboxes.elementor-element > .elementor-container .iconbox .elementor-widget-heading p.elementor-heading-title, .iconboxes .elementor-widget-text-editor .elementor-widget-container p{
		font-size: 16px;
		line-height: 24px;
	}
	.iconboxes.elementor-element > .elementor-container{
		width: 100%;
	}
    #section-elite-neighbourhood{
        background-size: cover;
    }
	#section-elite-neighbourhood .elementor-widget-image .elementor-widget-container{
		margin-bottom: 0px;
	}
	#elite-neighbourhood.iconboxes.elementor-element{
		margin-top: 0;
	}
	#elite-neighbourhood.iconboxes.elementor-element > .elementor-container .iconbox{
		width: 100%;
	}
	section#elite-neighbourhood.iconboxes .iconbox .elementor-widget-wrap{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-bottom: 35px;
	}
	section#elite-neighbourhood.iconboxes .iconbox .elementor-widget-wrap .elementor-widget-image{
		width: 40%!important;
	}
	section#elite-neighbourhood.iconboxes .iconbox .elementor-widget-wrap .elementor-widget-text-editor{
		width: 60%!important;
		padding-left: 1rem;
	}
	section#elite-neighbourhood.iconboxes .iconbox .elementor-element h2.elementor-heading-title,	section#elite-neighbourhood.iconboxes .iconbox .elementor-element p{
		font-size: 20px;
		line-height: 24px;
		font-weight: 600;
	}
	#section-sitemap .elementor-widget-wrap.elementor-element-populated{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#section-sitemap .sitemap-1{
		width: 250px;
		margin: 30px auto 0;
	}
	.hide-mobile{
		display: none!important;
	}
	footer#colophon{
		background-color: #fff;
	}
	footer#colophon > div{
		z-index: 1;
	}
	footer#colophon::before{
		bottom: 0;
		height: 100%;
		background-size: 100%;
	}
	#footer-bottom p{
		text-align: center;
	}
	#footer-bottom > .elementor-container{
		display: flex;
		flex-direction: column-reverse;
	}
	#footer-bottom .hfe-nav-menu nav ul{
		margin: 0 auto;
	}
	#footer-bottom p, #footer-bottom .hfe-nav-menu nav ul{
		margin-bottom: 15px;
	}
	.floating-icon.whatsapp{
		right: 15px;
		bottom: 18px;
	}
	#round-image > .elementor-widget-container{
		padding-left: 3rem;
		margin-bottom: 35px!important;
	}

}
@media screen and (min-width: 768px){
	#footer-menu{
		flex-direction: row;
		justify-content: flex-end;
	}
	.footer .footer-left, .footer .footer-right{
		width: 50%;
	}
	#section-sitemap .sitemap-1{
		width: auto;
		padding-right: 1rem;
	}
	#section-sitemap .sitemap-2{
		padding-left: 1rem;
	}
	#elite-neighbourhood.iconboxes.elementor-element > .elementor-container{
		width: 45%;
	}
	.iconboxes.elementor-element > .elementor-container .iconbox{
		width: 33.33333333%;
		padding: 0 2rem;
	}
	#elite-neighbourhood.iconboxes.elementor-element > .elementor-container .iconbox:first-child{
		padding-right: 0;
	}
	#elite-neighbourhood.iconboxes.elementor-element > .elementor-container .iconbox:last-child{
		padding-left: 0;
	}
	#elite-neighbourhood.iconboxes.elementor-element > .elementor-container .iconbox{
		padding: 0;
	}
}
@media screen and (max-width: 991px){
	.navbar.toggled{
		background-color: rgba(0,0,0,0.5);
	}
	.hamburger{
		padding: 0;
	}
	.hamburger .hamburger-box{
		width: 28px;
		height: 18px;
	}
	.hamburger,	.hamburger:focus, .hamburger:active, .hamburger:hover, .hamburger:visited{
		outline: none;
		box-shadow: none;
		border: none;
	}
	.hamburger .hamburger-inner, .hamburger .hamburger-inner::after, .hamburger .hamburger-inner::before{
		width: 28px;
		height: 2px;
	}
	.hamburger .hamburger-inner, .hamburger .hamburger-inner::after, .hamburger .hamburger-inner::before, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before{
		background-color: #fff;
	}
	.hamburger-inner::before{
		top: -8px;
	}
	.hamburger-inner::after{
		bottom: -8px;
	}
	header .navbar, section.elementor-section{
		padding: 0 1.5rem;
	}
	header .navbar{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	footer#colophon::before{
		top: -50px;
	}
	#section-footer-logo section.elementor-section{
		padding-left: 0!important;
		padding-right: 0!important;
	}
}
@media screen and (min-width: 992px){
	#site-navigation.navbar .nav-container{
		align-items: flex-end;
	}
	#site-navigation.navbar .custom-logo-link{
		-webkit-transition: all 0s ease;
		-moz-transition: all 0s ease;
		-ms-transition: all 0s ease;
		-o-transition: all 0s ease;
		transition: all 0s ease;
	}
	#site-navigation.navbar.scrolled .custom-logo-link{
		pointer-events: none;
		opacity: 0;
		height: 28px;
		transform: translateY(-50%);
	}
	.navbar-nav .nav-item:not(:last-child){
		margin-right: 45px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1599px){
	header .navbar{
		padding-bottom: 20px;
	}
	header .navbar.scrolled{
		padding-top: 20px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1024px){
	section.elementor-section.elementor-top-section{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
@media screen and (min-width: 1800px){
	.floating-icon.register-now{
		top: 25%;
	}
	#section-concept{
		padding-top: 200px;
	}
}