.fnt-s1 {
	font-weight: normal;
	font-style: normal;
}
.fnt-s2 {
	font-weight: normal;
	font-style: italic; 
}
.fnt-color-2 {
	color: #111;
}



/*--------------------------------------------------------------
#NAV
--------------------------------------------------------------*/
/* =========================
   TOP NAVIGATION
========================= */
.site-nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: #000;
    z-index: 9999;
}

.nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
}

.nav-left {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
}
.nav-left a {
    color: #fff!important;
    text-decoration: none!important;
}

/* Desktop Nav */
.desktop-nav a {
    color: #B5B5B5;
    margin-left: 25px;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    font-size: 14px;
}

.desktop-nav a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #fff;
}

a:focus {
  outline: none;
}

/* =========================
   HAMBURGER (ANIMATED)
========================= */
.hamburger {
    display: none;
    width: 28px;
    height: 20px;
    position: relative;
    cursor: pointer;
    z-index: 10000; /* above mobile-nav */
}

.hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all 0.35s ease;
}

/* Closed state */
.hamburger span:nth-child(1) {
    top: 0;
}
.hamburger span:nth-child(2) {
    top: 9px;
}
.hamburger span:nth-child(3) {
    top: 18px;
}

/* Open state → X */
.hamburger.active span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
}


/* =========================
   MOBILE NAV (CENTERED)
========================= */
.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 100%;
    background: #000;
    padding: 0; /* remove padding so centering is true */
    display: flex;
    flex-direction: column;
    justify-content: center; /* vertical center */
    align-items: center;     /* horizontal center */
    transition: right 0.4s ease;
    z-index: 9998;
}

.mobile-nav a {
    color: #B5B5B5;
    text-decoration: none;
    font-size: 20px;
    margin: 15px 0;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.mobile-nav a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

/* Active State */
.mobile-nav.active {
    right: 0;
}


/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px) {
    .desktop-nav {
        display: none;
    }

    .hamburger {
        display: flex;
    }
}

/* Push banner down */
.intro-banner {
    margin-top: 70px;
}
/*--------------------------------------------------------------
#NAV
--------------------------------------------------------------*/





/*--------------------------------------------------------------
#GLOBAL
--------------------------------------------------------------*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}
input {
    -webkit-appearance: none;
}
input:focus, textarea:focus, select:focus{
        outline: none;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}


.w100p {
	width: 100%;
}



.desktop-hide
{
	display: none;
}

.mobile-hide{
	display: block;
}

@media screen and (min-width: 990px) {
	

.mobile-hide{
	display: none;
}
.desktop-hide
{
	display: block;
}


	.main-form ul {
		text-align: center !important;
	}
	.ryi-heading
	{
		padding-left: 22px !important;
	}
	.form-text
	{
		    padding: 5px 23px 0px !important;
	}
}




.section-wrapper {
	padding: 110px 0;
}
.clear {
	clear: both;
}
.s-white {
	background-color: #ffffff;
}

.s-grey {
	background-color: #fafafa;
}
.s-black {
	background-color: #000000;
	color: #fff;
}
.s-black a {
	color: #fff!important;
}
.s-blue {
	background: #001d3e;
	color: #fff;
}
.s-brown {
	background: #0f0c07;
	color: #fff;
}
.s-footer-water {
	padding: 0px!important;
}
.mblock {
	display: block;
}


@media screen and (max-width: 990px) {
	.mblock {
		display: unset;
	}
	.nnja {
		display: none!important;
	}
}
.align-right-to-center {
	text-align: right;
}
.align-left-to-center {
	text-align: left;
}
.t-center {
	text-align: center;
}
.t-left {
	text-align: left!important;
}


@media screen and (max-width: 990px) {
	.align-right-to-center {
		text-align: center;
	}
	.align-left-to-center {
		text-align: center;
	}
	.align-center-to-left {
		text-align: left;
	}
}

.sm-ico {
	padding: 0 5px;
}

/*--------------------------------------------------------------
#GLOBAL
--------------------------------------------------------------*/





html, body {
  overflow-x: hidden;
}
body {
  position: relative;
  color:#333333;
  background: #000;
}

body p strong, body strong{
	font-weight: 500;
}

h1,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}

body, body p {
	font-size: 16px;
	line-height: 26px;
	font-family: "elza-text", sans-serif;
	font-weight: 300;
	font-style: normal;
}

body p {
	margin: 0 0 18px;
}

h1 {
	font-size: 28px;
	margin-top: 0px;
	line-height: 45px;
	letter-spacing: 3px;
	font-weight: bold;
}
h2 {
	font-size: 35px;
	font-family: "than", sans-serif;
    font-style: normal;
    padding-bottom: 20px;
}
h3 {
	font-weight: 300;
	font-size: 25px;
}

h4 {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
}


h5 {
	font-size: 20px;
	font-weight: bold;
}
small {
	font-size: 10px;
  font-weight: lighter;
  line-height: 15px !important;
  display: block;
  text-align: justify;
}







	


.heading-1 {
    font-size: 33px;
    margin-top: 5px;
    line-height: 1.4;
    color: black;

}
.location-with
{
	width: 100% !important;
	
}

.project-logo
{
	
    width: 17% !important;
}

.project-logo-desc {
    top: 46% ;
    width: 25% ;
}

.tiles
{
	margin-top: -150px !important;
}

.img-mobile-padding
{
	padding-top: 40px !important;
}


}


.tiles
{
	margin-top: -250px;
}


.location-with
{
	width: 50%;
}



a {color: #333333;}
a:hover {color: #333333; text-decoration: underline;}


.project-logo
{
	position: absolute;
    top: 12%;
    left: 28%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 16%;
}

.project-logo-desc {
    position: absolute;
    
    left: 28%;
    transform: translate(-50%, -50%);
    z-index: 999;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
   
}

.logo {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
}



.main-form-ctrl {
	float: left;
	width: 100%;
	padding: 30px;
	margin-top: -180px;
	background: rgba(255, 255, 255, 0.8);
}
.main-form {
	border:0px solid #525252;
	width: 100%;
	max-width: 1000px;
	margin: auto;	
	padding: 20px 10px;
}
.banner-info {
	padding-bottom: 30px;
}





.slider-ctrl {
	position: absolute;
	right: -100%;
	top: 25px;
}
.slider-ctrl {
	width: 50%;
}
@media screen and (max-width: 990px) {
	.slider-ctrl {
		position: unset!important;
		right: unset!important;
		top: unset!important;
	}
	.slider-ctrl {
		width: 100%!important;
	}	
}

.to-right {
	float: right;
}
.to-right .slider-ctrl {
	position: absolute;
	left: -100%;
	top: 25px;
}
@media screen and (max-width: 990px) {
	.to-right {
		float: unset;
		padding-left: 15px;
	}

	.project-logo-desc {
    top: 46% !important;
    width: 45% !important;
    left: 50%;
}

.project-logo {

	top: 12%;
    left: 50%;
    width: 30% !important;
}





}

.color-or-blue {
	color: #001d3e!important;
}




.location-dubai {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.location-dubai li {
	list-style: none;
	margin-bottom: 15px;
}

.time-desc span {
	display: block;
	width: 100%;
	text-align: center; 
}

.time-desc, .location-desc {
	float: left;
	text-align: left;
	
}
.time-desc {
	margin-right: 16px;
}





/*--------------------------------------------------------------
#Button
--------------------------------------------------------------*/
.sub-cta-ctrl {
	background: url(../img/line-bg.png) repeat-x;
	background-position: center;
	margin-top: 50px;
}
.cta-btn-footer
{
	background: grey;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff!important;
	padding: 5px 30px 5px 30px;
	line-height: 15px;
	border: 1px solid white;
	letter-spacing: 2px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-o-transition: .5s ease-out;
	transition: .5s ease-out;
	display: inline-block;
	width: 180px;
}
	
.cta-btn {
	background: #b1a0907a;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff!important;
	padding:6px 30px 4px 30px;
	/*line-height: 15px;*/
	border: 1px solid white;
	letter-spacing: 2px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-o-transition: .5s ease-out;
	transition: .5s ease-out;
	display: inline-block;
	
}

.cta-btn:hover {
background: #1C1715 !important;
    border-color: #1C1715  !important;
    color: white !important;
}

.cta-footer
{
	background: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #393845 !important;
    padding: 6px 30px 4px 30px;
   
    border: 1px solid #393845;
    letter-spacing: 2px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    display: inline-block;
}
.cta-footer:hover {
    background: #1C1715 !important;
    border-color: #1C1715 !important;
    color: white !important;
}


.cta-btn-2 {
	background: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff!important;
	padding: 10px 30px 10px 30px;
	line-height: 15px;
	border: 1px solid #ffffff;
	letter-spacing: 2px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-o-transition: .5s ease-out;
	transition: .5s ease-out;
	display: inline-block;
	margin-bottom: 10px;
}
.section-cta-btn
{
    border: 1px solid black;
    padding: 8px 48px;
    transition: 0.5s;
    border-radius: 2px;
    font-size: 17px;
}
.section-cta-btn:hover
{
	background: #1C1715 !important;
    border-color: #1C1715 !important;
    color: white !important;
    cursor: pointer; 

}
@media screen and (max-width: 990px) {
	.sub-cta-ctrl {
		background: none;
	}
	.cta-btn {
		padding: 10px 20px!important;
		display: block;
		margin:5px auto;
		background:#0000007d !important;
	}

body p {
    font-size: 15px;
    line-height: 22px;
}

.heading-1 {
    font-size: 26px !important;
    margin-top: 5px !important;
    line-height: 1.1 !important;
}



}





@media screen and (max-width: 600px) {



.section3 {

}
.project-desc-2
{
	margin: 15px auto !important;
}

.section2-img 
{
	margin: 189px 0px 33px 0px;
}
.mb-auto, .my-auto {
     margin-bottom: 0 !important; 
}

.section6row
{
	    margin: 75px 0px 0px 0px !important;
}
.section9-img
{
	margin-top: 0;
}


}



.medium {
	width: 200px;
}



/*
#FORM
*/
.main-form label {
	display: block;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
}

.txt-field {
	border:0px;
	width: 100%;
	color: #333;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	border:1px solid #9a9a9a;
}
.main-form .txt-field {
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-radius: 0px;
}
.main-form li {
	display: inline-block;
	width: 19%;
	padding: 0 5px;
}
.main-form-lp2 li{
	width: 19%;
}
.main-form li label{
	font-size: 9px;
	letter-spacing: 1px;
}

.main-form-pop-up li {
	width: 100%!important;
	margin-top: 22px;
	display: block;
}

@media screen and (max-width: 990px) {
	.main-form li {
		display: block;
		width: 100%!important;
		padding: 0 5px;
		margin-bottom: 20px;
	}	
}
.main-form ul {
	text-align: left;
}



.main-cta-form li {
	margin-bottom: 10px;
}
.main-cta-form label {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}




/*--------------------------------------------------------------
#SWIPER
--------------------------------------------------------------*/




/*--------------------------------------------------------------
#ICONS
--------------------------------------------------------------*/
.link-icons {
	padding-top: 30px;
}
ul.info-icons {
	list-style: none;
	margin: 0px!important;
	padding: 0 0 20px 0!important;
	text-align: center;
}
.info-icons li {
	display: inline-block;
	text-align: center;
	padding: 0 15px 10px 15px;
}
.info-icons li:first-child {
	padding-left: 0px;
}
.info-icons a {
	color: #333;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	ul.info-icons {
		text-align: center;
	}
	.info-icons li:first-child {
		padding-left: auto;
	}
	.info-icons li {
		display: inline-block;
		text-align: center;
		padding: 0 6px 10px 6px;
	}
}


.navbar-toggle {
	margin-top: 20px;
	border-radius:0px;
	border: .5px solid #000 transparent!important;
}
.navbar-header {
	padding-bottom: 13px;
}
.navbar-default .navbar-toggle {
	border-color: #fff;	
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color:none!important;

}
.navbar-toggle .icon-bar {
	height: 1px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color:none!important;
}

.container-nav {
		margin: 0 30px 0 0;
		float: right;
	}

.container {
	max-width: 1100px;
}	

@media screen and (max-width: 1000px) {
	.navbar-default .navbar-toggle {
		border-color: transparent;	
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ffffff;
	}
	.navbar-default .navbar-toggle:focus {
	    background-color:none!important;
	}
}	


.hidden_desktop{
  display:block !important;
}
.hidden_mobile {
  display: none !important;
}

@media screen and (max-width: 768px) {

.hidden_desktop{
    display:none !important;
  }
  .hidden_mobile {
    display: block !important;
  }

}


	.container-nav {
		width: 90%;
		margin: auto!important;
		float: unset;
		text-align: center;
	}
}

.navbar-default {
	background: none;
	border: 0px;
}
.navbar-collapse {
	background: #fff;
}

@media (max-width: 9999px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display: block !important;
    line-height: 1.8;
    padding: 10px;
    }
}

/*--------------------------------------------------------------
#MODAL
--------------------------------------------------------------*/
.modal-dialog {
	width: 80%;
	margin: auto;
	max-width: 900px;
}
@media screen and (max-width: 990px) {
	.modal-dialog {
		width: 95%;
		margin-top: 10%;
	}
}	
.btn-modal-target {
	cursor: pointer;
}


.row {
	padding: 0px;
	margin: auto 0px;
}



/*--------------------------------------------------------------
#PHONE CC PICKER
--------------------------------------------------------------*/
.cc-picker-code-filter, .cc-picker-code-list {
	z-index: 9999!important
}
.cc-picker-code{
	color: #333;
}

.cc-picker-overide-for-lp .cc-picker-code-select-enabled{ position: absolute; margin-top: 6px; padding-left: 8px;}
.cc-picker-overide-for-lp input{ padding-left: 84px; }
.cc-v2 {
	color: #333;
}
.cc-v2 .cc-picker {
    margin: 9px 0 0 9px;
    padding-right: 12px;
}

.v3form .cc-picker {
    color: #333;
}



.ryi-heading {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 4px;
	color: white;
}



.sticky-header {
	/*position: fixed;
	z-index: 9999;
	height: 75px;
	width: 100%;*/
}







.main-cta-ctrl {
	background:#0b233f url(../img/bg-img-epb.gif) top right no-repeat;
}
@media screen and (max-width: 1000px) {
	.main-cta-ctrl {
		background:unset;
	}
}



.main-cta-form {
	width: 80%;
	max-width: 400px;
	margin: auto;
	display: block;
	text-align: left;
}




.hero-img {
	width: 65%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.hero-form {
	width: 35%;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #fff;
}
@media screen and (max-width: 1000px) {
	.hero-img, .hero-form{
		width: 100%;
		float: unset;
	}
}















.space-50 {
	padding: 50px;
}
.spacer-ctrl-75 {
	height: 75px;
	clear: both;
	width: 100%;
}
.spacer-ctrl-100 {
	height: 100px;
	clear: both;
	width: 100%;
}




.slider-desc {
	width: 455px;
	padding: 10px 20px;
	margin-top: 30px;
	border-left: 15px solid #bb8459;
	text-align: left;
	float: left;
}
@media screen and (max-width: 1000px) {
	.slider-desc {
		width: 100%;
		margin-top: 60px;
	}

	.navbar-default
	{
		background-color: transparent !important;
    border: none !important;
	}
}
.btn {
	text-transform: uppercase;
	font-size: 16px;
	color: #a6a6a6;
	letter-spacing:2px;
	border-radius: 0px;
}




.gallery-ctrl {
	width: 934px;
	margin: auto;
}
.gallery-btn {
	width: 934px;
	margin: auto;
	text-align: right;
	padding: 13px 0;

}
@media screen and (max-width: 1000px) {
	.gallery-ctrl {
		width: 100%;
	}
	.gallery-btn {
		width: 99%;
		text-align: left;
		position: absolute;
		font-size: 12px; 
		left: 1px;

	}
}

.gallery-btn-v2-ctrl {
	text-align: center;
}
.gallery-btn-v2-ctrl a {
	padding: 10px 20px;
	display: inline-block;
	border-radius: 0px;
	font-size: 13px;
	color: #333;
}
.gallery-btn-v2-ctrl a:hover {
	background: #0E6481;
	color: #fff!important;
}

.active-state-1 {
	background: #0E6481;
	color: #fff!important;
}
.active-state-2 {
	background: #0f0c07;
	color: #fff!important;
}

@media screen and (max-width: 768px) {
	.gallery-btn-v2-ctrl a {
		padding: 10px 5px;
		font-size: 12px;
	}
}


/*--------------------------------------------------------------
#RWD
--------------------------------------------------------------*/
.mobile-display {
	display: none;
}
.desktop-display {
	display: block;
}

@media screen and (max-width: 1000px) {
	.mobile-display {
		display: block;
	}
	.desktop-display {
		display: none;
	}
	.mobile-block {
		display: block;
	}
}



.payment-plan-content strong, .payment-plan-content span{
	display: block;
}

.payment-plan-content span{
	display: block;
	margin-bottom: 60px;
	padding: 20px 21px 0px 21px;
	font-size: 16px;
}




.apartment-ctrl{
	padding-top: 30px;
}
.apartment-ctrl h3 span{
	color: #bb8459;
	font-style: italic;
}


/*--------------------------------------------------------------
#NAV Desktop
--------------------------------------------------------------*/
.nav-desktop {
	text-align: right;
    margin: 27px 20px;
    width: 20%;
    position: absolute;
    right: 10px;
    top: 2%;
    font-weight: 300;
}
.nav-desktop ul li {
	list-style: none;
	display: block;
	padding: 10px;
}

.nav-desktop ul li a {
	color: #000000;
	text-decoration: none!important;
}

.nav-copper-bg {
	background: #bb8459;
	padding-left: 20px!important;
	padding-right: 20px!important;
}
.nav-copper-bg a {
	color: #fff!important;
	cursor: pointer;
}


.nav-font {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
}
.nav-font a {
	color: #333;
	text-decoration: none!important;
}


/*--------------------------------------------------------------
#OVERIDE
--------------------------------------------------------------*/
.modal-dialog {
    margin-top:100px;
}



/*--------------------------------------------------------------
#SCROLL FADE IN
--------------------------------------------------------------*/
.fadein-left {
    opacity:0;
    margin-left: -300px;    
}
.fadein-right {
    opacity:0;
    margin-right: -300px;    
}




/*--------------------------------------------------------------
#MULTI STEP FORM
--------------------------------------------------------------*/
#svg_form_time {
  height: 15px;
  max-width: 80%;
  margin:20px auto;
  display: block;
}

#svg_form_time circle,
#svg_form_time rect {
  fill: white;
}

.button {
  padding: 8px 25px;
  display: inline-block;
  font-weight: bold;
  color: white;
  cursor: pointer;
  border: 1px solid #BB8459;
	background: #BB8459;
}
.submit_details {
	border: 1px solid #BB8459;
	background: #BB8459;
	text-transform: uppercase;
}

.disabled {
  display:none;
}

section {
  transition:transform 0.2s ease-in-out;
  min-height: 164px;
}
.main-cta-form label {
	margin-bottom: 5px;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #333333;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #BB8459;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.multi-form-wrapper {
	max-width: 650px;
	margin: auto;
	background: rgba(255, 255, 255, 0.9);
	padding:30px 10px 60px 10px;
}

.padmar-zero {
	padding: 0px!important;
	margin: 0px!important;
}
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    overflow-y: auto;
    padding: 0px;
}

.list-st {
    list-style: disc !important;
    margin-left: 12px;
}







.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.alink-w {
	color: #fff!important; cursor: pointer;
}





.header-m {
	height: 100vh;
	background: url(../img/project/homepage/n/header.png) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
@media screen and (max-width: 800px) {
	.header-m {
		background: url(../img/project/homepage/n/header-mobile.jpg) no-repeat center center;
		background-size: cover;
		height: 80vh;
	}
	

	

}


@media screen and (max-width: 600px) {


	.text-center-m
	{
		text-align: center !important;
	}

.residences-p-m
{
	margin: 30px 10px !important;
}


	.mapsection
{
	background: #ffffff url(../img/project/homepage/map-mobile.jpg) no-repeat center center !important; 
  background-repeat: no-repeat !important;
 background-position: left !important;
 background-size: 100% !important;
 min-height: 450px !important;

}

}

.project-tagline {
	background: #ffffff url(../img/project/homepage/project-background-texture.jpg) no-repeat center center;
	color:#fff;
	text-align: center;
	padding: 40px 0 60px 0;
	background-size: cover;
	background-attachment: fixed;
}

.mapsection
{
	background: #0f0c07 url(../img/project/homepage/map.jpg) no-repeat;
	background-size: cover;
	min-height: 850px;
	background-position: left top;
}



.col-desktop {
	float: right;
}
.col-desktop-z-padd {
	padding-right: 0px;
	padding-left: 0px;
}

.img-wide {
	margin-top: 50px;
	padding: 0px;
}
.slider-r {
	box-shadow: -13px 24px 49px -4px rgba(0,0,0,0.51);
	-webkit-box-shadow: -13px 24px 49px -4px rgba(0,0,0,0.51);
	-moz-box-shadow: -13px 24px 49px -4px rgba(0,0,0,0.51);
	background-color: #eee;
}
.slider-l {
	box-shadow: 18px 24px 49px -4px rgba(0,0,0,0.51);
	-webkit-box-shadow: 18px 24px 49px -4px rgba(0,0,0,0.51);
	-moz-box-shadow: 18px 24px 49px -4px rgba(0,0,0,0.51);
	background-color: #eee;

}

.sticky-nav-active {
	background: #fafafa;
	
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}
.sticky-nav-active .icon-white {
	display: none;
}
.sticky-nav-active .icon-color {
	display: inline-block!important;
}

.sticky-nav-active ul li a {
	color: #000;
}
.logo-scroll {
	display: none;
}
.sticky-nav-active .logo-scroll {
	display: block;
}
.sticky-nav-active .logo-default {
	display: none;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#epform, #epform a {
	color: white;

}
@media screen and (max-width: 991px) {
	#epform, #epform a {
		color: white;
	}
}	
.wrapper-ctrl {
	margin-top: -170px;
	margin-bottom: 0px;
	backdrop-filter: blur(30px);
	border: 1px solid white;
	border-radius: 5px;
}

.project-desc h3 {
	font-size: 13px;
	letter-spacing: 3px;
	font-weight: lighter;
}
	.hide-m
	{
		display: none;
	}
.hide-d
	{
		display: block;
	}


@media screen and (max-width: 991px) {

	.hide-d
	{
		display: none;
	}
	.hide-m
	{
		display: block;
	}

	.ryi-heading
	{
		color: white !important;
	}
	.ryi-heading2
	{
		color: black !important;
		font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 4px;
	}
	.fc-fff
	{
		color: white !important;
	}
	.mob-space
	{
		margin-top: 50px;
	}



	.desktop-m
	{
		display: none !important;
	}
	.col-desktop {
		float: unset;
	}
	.img-wide {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px;
	}
	.wrapper-ctrl {
		background: #2e3028;
		margin-top: 0px;
		color: white;
	}

}

.btn{
cursor:pointer;
	position:relative;
	padding:10px 0px;
	
	transition:all 1s;
	&:after,&:before{
		content:" ";
		width:10px;
		height:10px;
		position:absolute;
		border :0px solid #fff;
		transition:all 1s;
		}
	
	&:hover{
		 border-bottom:1px solid white;
		 color: white;
	}
}


.video-ctrl {
    height: 100%;
    width: 100%;
    background: #0a1b2b;
}
.video-ctrl .video-ctrl-bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: hidden!important;
    margin-bottom: -20px;
    opacity: .5;
}
.heading-overlay {
    position: absolute;
    margin-top: 5%;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 9;
    font-size: 15px;
}

.v2-cta2 {
	border: .5px solid #fff;
	color: #fff;
	background: none;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-o-transition: .5s ease-out;
	transition: .5s ease-out;
	font-weight: bold;
	max-width: 300px;
	width: 100%;
	margin: auto;
	margin-bottom: 5px;
}

.v2-cta3 {
	border: 1px solid #0f0c07;
	color: #0f0c07!important;
	background: none!important;
}


.v2-cta2:hover {
    background: #0E6481;    
    text-decoration: none;
}


/*--------------------------------------------------------------
V2 Form
--------------------------------------------------------------*/
.v2form {
	position: absolute;
	width: 300px;
	right: 5%;
	padding: 30px;
	
	top: 55%;
  	-webkit-transform: translateY(-55%);
  	-ms-transform: translateY(-55%);
  	transform: translateY(-55%);
  	border: .5px solid #fff;

  	box-shadow: rgba(0, 0, 0, 0.8) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  	
}
.v2form h5, .v2form small, .v2form a {
	color: #fff;
}
.v2form .cta-btn {
	border:.5px solid #fff;
}
.v2form input, .v2form select, .v2form .cta-btn {
	margin-bottom: 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
}
.v2form h5 {
	font-size: 15px;
	text-align: center;
	padding-left: 0px;
}

.footer-contact-tools,.footer-contact-tools-active {
	display: none;
}
@media screen and (max-width: 1000px) {
	.v2form {
		position: unset;
		width: 100%;
		right: unset;
		padding: 30px;	
		bottom: 0px!important;	

		top: unset;
	  	-webkit-transform: unset;
	  	-ms-transform: unset;
	  	transform: unset;
	}

	.footer-contact-tools-active {
		text-align: center;
		position: fixed;
		bottom: 0px;
		width: 100%;
		padding: 10px;
		z-index: 99;
		display: block;
	}
}
/*--------------------------------------------------------------
V2 Form
--------------------------------------------------------------*/





/*--------------------------------------------------------------
V3 Form
--------------------------------------------------------------*/
.v3form {

width: 85%;
margin: auto;  	
margin-top: 35px;
}
.v3form h5, .v3form small, .v3form a {
	color: #fff;
}

.v3form input, .v3form select, .v3form .cta-btn {
	margin-bottom: 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
}
.v3form h5 {
	font-size: 15px;
	text-align: center;
	padding-left: 0px;
}

.footer-contact-tools,.footer-contact-tools-active {
	display: none;
}
@media screen and (max-width: 1000px) {
	.v3form {
		position: unset;
		width: 100%;
		right: unset;
		padding: 30px;	
		bottom: 0px!important;	
		margin-top: 0px;
		top: unset;
	  	-webkit-transform: unset;
	  	-ms-transform: unset;
	  	transform: unset;	  
	  	background:#bbb6b3;
		
	}
	.v3form form{
		max-width: 400px;
		width: 100%;
		margin: auto;
	}

	.footer-contact-tools-active {
		text-align: center;
		position: fixed;
		bottom: 0px;
		width: 100%;
		padding: 10px;
		z-index: 99;
		display: block;
	}
}
/*--------------------------------------------------------------
V3 Form
--------------------------------------------------------------*/


.blur {
  background:url('../img/project/homepage/main-banner.jpg') no-repeat center center fixed;
  background-size: cover;
  overflow: hidden;
  filter: blur(7px);
  position: absolute;
  height: 400px;
  width: 300px; 
}
.blurbg {
  background: rgba(131,151,148,.4);
  position: absolute;
  height: 400px;
  width: 300px; 
}
.widget {
  border: 1px solid #fafafa;
  position: absolute;
  height: 400px;
  width: 300px; 
}

.center {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 3%;
  color: #fff;
}
.text {
	position: absolute;
}

@media screen and (max-width: 1000px) {
	.blur {
		display: none;
	}
	.center, .text {
		position: unset;
		width: 100%;
		height: auto;
		background: url(../img/project/homepage/main-banner.jpg) no-repeat center center;
		background-size: cover;
		background-attachment: fixed;
		border:0px;
	}
}



.cta-panel {
	position: absolute;
	bottom: 0px;
	z-index: 9;
	width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);	
	padding: 50px;
}
.cta-h {
	max-width: 100px;
}
.img-ep-desc img {
	padding: 10px;
	width: 200px;
	display: inline-block;
}
@media screen and (max-width: 1000px) {
	.cta-panel {
		padding: 20px;	
		text-align: center;
	}	
	.img-ep-desc img {
		width: 165px;
	}

	
}	

.rtl {
	direction: rtl;
}
.ltr {
	direction: ltr;
}
.container-wrapper {
	width: 100%;
	max-width: 1500px;
	margin: auto;
}
.form-ctrl {
	background: rgba(255, 255, 255, 0.8);
	/*float: left;*/
	margin: 40px;
	padding: 20px 0;
}
@media screen and (max-width: 550px) {
	.form-ctrl {
		margin: 0px;
	}
}

.info-ico li{
	list-style: none;
	display: inline-block;
	width: 250px;
	vertical-align: top;
	margin: 18px 5px;
	text-align: center;
}
.info-ico li strong{
	text-transform: uppercase;
}
.dblock {
	display: block;
}
@media screen and (max-width: 550px) {
	.dblock {
		display: inline;
	}
	.info-ico li{ 
		width: 128px;
	}
	.paymentplan {
		padding-top: 100px;
	}
	.section-v1-b {
	background-image: url("../img/project/homepage/parallex-mob.jpg") !important;
	
}



}

.tleft {
	text-align: left;
}
.tcenter {
	text-align: center;
}






.ppl{
	border-radius: 30px; color: #fff; background: #9EA798; padding: 3px 10px; width: 100px; margin:auto; margin-top: 5px;
}
.section-v1-a {
	background: #fff;
}
.section-v1-a p {
	color: #111111;	
}

.section-v1-b {
	background-image: url("../img/project/homepage/parallex.jpg");
	 background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
  display: flex;
    justify-content: center;
}



.project-desc {
	width: 100%;
    max-width: 712px;
    margin: auto;
    text-align: center;
    }
.project-desc h1 {
	font-weight: normal;
	text-transform: uppercase;
}


.section-v2-b {
	background-image: url("../img/project/homepage/pattern1.jpg");
	
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 
  display: flex;
    justify-content: center;
}

.project-desc-2
{
	width: 90%;
    max-width: 712px;
	margin: auto;
    text-align: center;
    
}









.caption-f {
	position: absolute; width:100%; margin-top: 60px;
	color: #fff;
}

@media screen and (max-width: 990px) {		
	.caption-f {
		position: absolute; width:100%; margin-top: 60px;
		color: #111;
		padding-top: 50px;
	}
}	



.ico-dl {
	float: left;

}
/*
******************************************************************************************
SLIDER
******************************************************************************************
*/
.swiper-slide {
	margin-top: 3px;
}
.swiper-container {
    }
    .swiper-slide img {
      width: 100%;
      height: auto;
    }
    .gallery-thumbs,.gallery-thumbs2,.gallery-thumbs3 {      
      box-sizing: border-box;
      padding: 3px 0;
    }
    .gallery-thumbs .swiper-slide img, .gallery-thumbs2 .swiper-slide img, .gallery-thumbs3 .swiper-slide img {
      width: 250px;      
    }

.slider-btn {
	float: right;
	margin-top: -50px;
	margin-right: 20px;
}



@media screen and (max-width: 990px) {
	.gallery-thumbs,.gallery-thumbs2,.gallery-thumbs3 {     
		display: none; 
	}
	.slider-btn {
		float: none;
		margin:auto!important;
		margin-top: -13px !important;
	}	
	.floating-img {
		display: none;
	}
	.caption-f {
		position: unset; width:100%; margin-top: 0px;
		text-align: center;
		padding: 50px 20px;
	}
	.slide-A {
		width: 95%;
		max-width: 1000px;
		margin: auto;
		margin-top: -32px;
		margin-bottom: 60px;
	}
	.slide-B {
		width: 95%;
		max-width: 1000px;
		margin-top: 0px;
		margin-bottom: 60px;
	}

	.project-desc {
		padding: 50px 0;
	}	

	.moveup {
		margin-top: -100px;
	}





}    
/*




/* slider */




.holder::-webkit-scrollbar {
  display: none;
}

/* Hide the images by default */
.slides {
  display: none;
  /* max-width: 1000px; */
  /* width: 100%;
  flex-shrink: 0;
  height: 100%; */
}

.slides img {
  width: 100%;
}

.mobile-map {
    display: none ;
}
.desktop-map
{
	display: block;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 600px) {

.mobile-map {
    display: block !important;
}
.desktop-map
{
	display: none !important;
}

  .prevContainer,
  .nextContainer {
    display: none;
    visibility: hidden;
  }



.section2
{
	background-color: #fbf9f8;
}
.section3
{
	background-attachment: unset !important;
}
.section6
{
	background-attachment: unset !important;
}
.section7
{
	background-attachment: unset !important;
}


}

.prevContainer,
.nextContainer {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  transform: translate(0, calc(-50% - 54px));
  height: 54px;
  width: 54px;
  cursor: pointer;
}

.prevContainer {
  margin-left: 26px;
  left: 0;
  border-radius: 30px 0 0 30px;
}

.prev {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  height: 34px;
  width: 32px;
  float: left;
  margin-left: 12px
}

.prev svg,
.next svg {
  fill: white;
}

.nextContainer {
  margin-right: 26px;
  right: 0;
  border-radius: 0 30px 30px 0;
}

.next {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  height: 34px;
  width: 32px;
  float: right;
  margin-right: 12px;
}

/* Container for image text */
.caption-container {
  text-align: left;
  background-color: white;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0px 2px;
}

/* Add a transparency effect for thumbnail images */
.slide-thumbnail {
  width: 100%;
  opacity: 0.6;
  cursor: pointer;
}

.active,
.slide-thumbnail:hover {
  opacity: 1;
}









.image-left {
        animation: image-left 2.5s ease 0s 1 normal forwards;
    }

    @keyframes image-left {
        0% {
            opacity: 0;
            transform: translateX(-40px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }





    .image-right {
        animation: image-right 2.5s ease 0s 1 normal forwards;
    }

    @keyframes image-right {
        0% {
            opacity: 0;
            transform: translateX(40px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }





    .section3-left {
        animation: section3-left 2.5s ease 0s 1 normal forwards;
    }

    @keyframes section3-left {
        0% {
            opacity: 0;
            transform: translateX(40px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }




    .section6-left {
        animation: section6-left 2.5s ease 0s 1 normal forwards;
    }

    @keyframes section6-left {
        0% {
            opacity: 0;
            transform: translateX(40px);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .hover01:hover {
        background-color: darkred;
    }







    .container-imghover {
        position: relative;
        width: 100%;
    }

    .imagehover {
        opacity: 1;
        display: block;
        width: 100%;
        height: auto;
        transition: .5s ease;
        backface-visibility: hidden;
    }

    .middle {
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }

    .container-imghover:hover .imagehover {
        opacity: 0.3;
    }

    .container-imghover:hover .middle {
        opacity: 1;
    }

    .img-icon {
        background-color: #0000005e;
        color: white;
        font-size: 16px;
        padding: 16px 32px;
    }

/*slider */





/*
********************************************************************************
New addon
********************************************************************************
*/

@media screen and (max-width: 423px) {
	.pud strong {
		display: block;
		margin: -46px 0 42px 32px;
		width: 200px;
	}	
	.pud p a img {
		display: block;
		width: 22px;
	}	
}

.logo-banner {
	width: 90%;
	max-width:800px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 5%;
}
@media screen and (max-width: 500px) {
	.logo-banner {
		margin-left: 0;
	}
}

.intro-banner {
	background:url(../img/main-banner.jpg);
	background-size: cover;
	height: 100vh;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
	display: flex; 
	justify-content: center;
	align-items: center;
}
.extra-pad-desktop {
	padding: 15px;
}
@media screen and (max-width: 500px) {
	.i-b-overlay {
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
		height: 100vh;
		display: flex; 
		justify-content: center;
		align-items: center;
	}
	.intro-banner {
		background-attachment: scroll!important;
	}
	.extra-pad-desktop {
		padding: 0px;
	}
}	
.yellow {
	background: yellow;
	color: #000;
}
.i-b-l,.i-b-r {
	color: #fff;
}
.i-b-l {
	position: absolute;
	padding: 50px;
	left: 0px;
}
.i-b-r {
	position: absolute;
	padding: 50px;
	right: 0px;
}
@media screen and (max-width: 500px) {
	.i-b-l {
		padding: 28px;
	}
	.i-b-r {
		padding: 28px;
	}
}

.text-a-c {
	text-align: center;
}
.kfp-content span{
	font-size: 14px;
	line-height: 18px;
	display: block;
	padding-top: 10px;
}

.paralaxit {
	height: 700px;	
}
@media screen and (max-width: 500px) {
	.paralaxit {
		height: 600px;
		background-attachment: scroll!important;
		-webkit-animation: slide 40s linear infinite;
	}
	.static {
		-webkit-animation:none!important;
	}
}
@-webkit-keyframes slide {
    from { background-position: -10px 0; }
    to { background-position: -800px 0; }
}




.footer-logo {
	float: right; margin-top: -5px;
}
@media screen and (max-width: 500px) {
	.footer-logo {
		margin-top: 0px;
	}
}	

		.accordion 
		{
            width: 100%;
            margin: 20px auto;

        }

        .accordion-item {
            border-bottom: 1px solid #ccc;
        }

        .accordion-content p:last-child {
            padding-bottom: 20px;
        }

        .accordion-header {
            padding: 25px 15px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .accordion-header:hover {
        }

        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            padding: 0 15px;
        }

        .accordion-content p {
        }

        .accordion-icon {
            font-size: 30px;
            transition: transform 0.3s ease;
            color: #000;
        }

        .accordion-item.active .accordion-content {
            max-height: 200px;
        }

        .accordion-item.active .accordion-icon {
            transform: rotate(180deg);
        }



