@font-face {
    font-family: 'Varela';
    src: url('../fonts/Varela-webfont.woff2') format('woff2'),
         url('../fonts/Varela-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: "Varela";
  src: url("../fonts/Varela.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Varela.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Varela.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Varela.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Varela.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Varela.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Varela.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Varela";
  src: url("../fonts/Varela.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Varela.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Varela.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Varela.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Varela.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Varela.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Varela.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

  



.fnt-s1 {
	font-weight: normal;
	font-style: normal;
}
.fnt-s2 {
	font-weight: normal;
	font-style: italic; 
}
.fnt-color-2 {
	color: #7F867A
}
.fnt-s3 {
	font-family: 'Varela';
}
/*--------------------------------------------------------------
#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;
}

.font-s-1 {
	font-size: 40px;
	color: #bb8459;
	font-family: 'Varela';
	font-weight: bold;
	line-height: 38px;
}
.font-s-2 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Varela';
}
.font-s-3 {
	font-size: 50px;
	color: #7F867A;
	font-family: 'Varela';
	font-weight: bold;
	line-height: 50px;
}
.w100p {
	width: 100%;
}

.section-wrapper {
	clear: both;
}
@media screen and (max-width: 990px) {
	.section-wrapper {
		padding: 0px;
	}
}	

.clear {
	clear: both;
}
.s-white {
	background-color: #ffffff;
}
.s-grey {
	background-color: #eef5f8;
}
.s-grey-darker {
	background-color: #f1f0f2;
}
.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 {
  color:#33327B;
}

body {
	font-family: 'Varela';
	font-weight: normal;
	font-size: 13px;
}

body p {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 5px;
}



h1 {
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 35px;
}
h2 {
	font-size: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 35px;
	padding-bottom: 10px;
}

h3 {
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 31px;
}
h4 {
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 31px;
}

h5 {
	font-size: 20px;
	font-weight: bold;
}
.h1desc {
	font-size: 17px;
}





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






.logo {
	position: absolute;
	top: 12px;
	left: 20px;
}




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

	.main-form-ctrl {
		padding: 30px 10px;
		margin-top: -380px;
	}
	

}





.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;
	}
}

.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 {	
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff!important;
	padding: 10px 30px 10px 30px;
	line-height: 15px;
	border: 0px;
	letter-spacing: 1px;
	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;
	cursor: pointer!important;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;	
	text-decoration: none!important;
}
.cta-btn-v1 {
	background: #F57E22;
}
.cta-btn-v2 {
	background: none;
	border: 2px solid #F57E22;
}
.fs-dark {
	color: #33327B!important;
}

@media screen and (max-width: 990px) {
	.sub-cta-ctrl {
		background: none;
	}
	.cta-btn {
		padding: 10px 20px!important;
		display: block;
		margin:5px auto;
		width: 90%;
	}
}
.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: #001939;	
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #001939;
	}
	.navbar-default .navbar-toggle:focus {
	    background-color:none!important;
	}
}	

@media screen and (max-width: 768px) {
	.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;
    }
}

/*--------------------------------------------------------------
#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: 8px; padding-left: 8px;}
.cc-picker-overide-for-lp input{ padding-left: 84px; }
.cc-v2 {
	color: #333;
}
.cc-v2 .cc-picker {
    margin: 6px 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;
}



.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;
}

small {
	font-size: 9px;
	line-height: 13px;
	display: block;
}



.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;
	}
}


.hero-form h3 {
	font-size: 20px;
	font-family: 'Varela';
}


.bg-block-1 {
	width: 100%;
	bottom: 0px;
	background: url(../img/bg-block-1.gif) top center no-repeat;
}
@media screen and (max-width: 1000px) {
	.bg-block-1 {
		background:none;
	}
}


.bg-block-2 {
	background: url(../img/bg-block-2.gif) top center no-repeat;
}
@media screen and (max-width: 1000px) {
	.bg-block-2 {
		background:none;
	}
}













.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;
	}
}
.btn {
	text-transform: uppercase;
	font-size: 15px;
	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: #7F867A;
	color: #fff!important;
}

.active-state-1 {
	background: #7F867A;
	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;
}
.mobile-block {
		display: block;
		color: unset;
	}
@media screen and (max-width: 1000px) {
	.mobile-display {
		display: block;
	}
	.desktop-display {
		display: none;
	}
	.mobile-block {
		display: inline;
		color: unset;
	}
}



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

.payment-plan-content span{
	display: block;
	margin-bottom: 60px;
}




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


/*--------------------------------------------------------------
#NAV Desktop
--------------------------------------------------------------*/
.nav-desktop {
	text-align: right;
	margin: 20px 20px;
}
.nav-desktop ul li {
	list-style: none;
	display: inline-block;
	padding: 10px;
}

.nav-desktop ul li a {
	color: #ffffff;
	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: 1px;
	font-size: 11px;
}
.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: 80vh;
	background: url(../img/img-banner.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
@media screen and (max-width: 800px) {
	.header-m {
		background: url(../img/img-banner.jpg) no-repeat top center;
		background-size: cover;
		height: 80vh;
	}
}








.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: #fff;
}
@media screen and (max-width: 991px) {
	#epform, #epform a {
		color: #212529;
	}
}	
.wrapper-ctrl {
	margin-top: -146px;
	margin-bottom: 0px;
	background: rgba(0,0,0,.4);
}

.project-desc h3 {
	font-size: 13px;
	letter-spacing: 3px;
	font-weight: lighter;
}


@media screen and (max-width: 991px) {
	.col-desktop {
		float: unset;
	}
	.img-wide {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px;
	}
	.wrapper-ctrl {
		background: #eef5f8;
		margin-top: 0px;
	}

}


.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: #7F867A;    
    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;
	}

}

.tleft {
	text-align: left;
}
.tcenter {
	text-align: center;
}
@media screen and (max-width: 1000px) {
	.paralaxit, .section-v1-b {
		background-attachment: scroll!important;
	}
}






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

.section-v1-b {
	background:#052C14 url(../img/project/homepage/img-wide-exterior.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;	
	color: #fff;
}

.project-desc {
	width: 90%;
	max-width: 815px;
	margin: auto;
	text-align: center;
	padding: 150px 0px 400px 0px;
}
.project-desc h1 {
	font-weight: normal;
	text-transform: uppercase;
}


.slide-A {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	margin-top: -340px;
	margin-bottom: 100px;
}

.slide-B {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 100px;
}

.fnt-s4{
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
}
.fnt-s5{
	font-size: 22px;
}

.footer-info p {
	color: #fff;
}



.floating-img {
	width: 420px;
	height: 510px;
	position: absolute;
	right: -10%;
	background:#000 url(../img/project/homepage/wide-intro.jpg);
	background-position: 50%;
	background-repeat: repeat;
	margin-top: 50px;
	background-size: cover;	
}
  

  .floating-img{
  -webkit-animation: slide 40s linear infinite;
  }
  
  @-webkit-keyframes slide {
    from { background-position: -10px 0; }
    to { background-position: -800px 0; }
  }



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


.project-logo {
	width: 90%;
	text-align: center;
	max-width: 400px;
}
.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: 0px;
	}
	.slide-B {
		width: 95%;
		max-width: 1000px;
		margin-top: 0px;
		margin-bottom: 60px;
	}

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

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

	.payment-plan-content span{
		margin-bottom: 20px;
	}

}    
/*
******************************************************************************************
SLIDER
******************************************************************************************
*/




.sec-intro-ctrl {
	margin-top: -50px;
}
.intro-desc {
	padding-top: 100px;
}
.sec-blue-ctrl {
	background: #33327B;
	color: #fff;
	padding: 80px 0 0 0;
}
.sec-bg-ctrl {
	background: url(../img/img-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	padding: 80px 0;
}
.sec-white-ctrl {
	padding: 80px  0;
	background: #fff;
	margin-top: -20px;
}
.sec-grey-ctrl {
	padding: 80px  0;
	background: #F2F2F2;
	margin-top: -20px;
}

.sec-footer-ctrl {
	background:#292952;	
	color: #fff;
	padding: 20px;
}
@media screen and (max-width: 600px) {
	.sec-footer-ctrl p{
		font-size: 11px;
		
	}
}

.abt-ctrl li{
	display: inline-block;
	width: 200px;
	vertical-align: top;
}

.content-ver {
	padding: 60px 30px;
}



.heading-desc {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 35%;
	color: #fff;
}
.services-o {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.services-o span {
	display: block;
	padding-top: 8px;
}


.team a {
	display: block;
	text-align: center;
}

.profile span {
	display: block;
	font-size: 16px;
}








