@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700,900);

* {
	margin:0px;
	padding:0px;
}
html {
	scroll-behavior: smooth;
}
.banner {
    position: relative;
}
.banner-rera {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    background: rgba(0,0,0,.7);
    color: #fff;
    padding: 5px;
    border-radius: 10px;
}
 .w-100 {width: 100%; border: 0px;}
.download-gifs img{width: 30px!important;}
.banner-rera a{color:#fff!important;}
.footer-end p {
    font-size: 11px;
    color: #a19f9f;
    line-height: 18px;
    margin: 0;
}

body {
	line-height: 25px;
	font-size: 14px;
	color: #2c2c2c; overflow-x:hidden;
	/*height:2500px;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
}


.image {
    width: 100%;
    position: relative;
    display: block;
    opacity: 1;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-background-size: cover;
    background-size: cover
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDown {
	0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}
	100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
	}
	@keyframes fadeInDown {
	0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}
	100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
	}
	.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeft {
	0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}
	100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
	}
	@keyframes fadeInLeft {
	0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}
	100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}
	}
	.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
@-webkit-keyframes fadeInRight {
	0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}
	100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
	}
	@keyframes fadeInRight {
	0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}
	100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}
	}
	.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
	0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}
	100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
	}
	@keyframes fadeInUp {
	0%{opacity:0;-webkit-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px)}
	100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
	}
	.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}







:focus {
	outline: none;
}
::placeholder {
 color: #000;
font-weight:400;
 font-size: 13px;
}
img {
	width: 100%;
}
p {
	font-weight: 400;
	margin-bottom: 15px;
}
a {
	color: #333; cursor:pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #000000;
	font-weight: 900;
	margin-top: 0px;
}
h2 {
	font-size:36px;
}
h3 {
	font-size:32px;
}
h2 span {
	font-size:36px;
	color:#006779;
	margin-bottom:10px;
}
.pts-0 {
	padding-top:0px;
}
.pbs-0 {
	padding-bottom:0px;
}
.padding-0 {
	padding:0px;
}

.padding-5 {
	padding:5px;
}

.finance-crasual{text-align: center;}
.image-column1 {
    width: 144px;
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 12px;
}

.offer-sec {
	padding: 30px 0 40px;
}

.offer-sec h2 {
	margin: 0 0 20px
}

.offer-sec .box {
	background: #fffef2;
	padding: 25px;
	margin: 10px 0;
	color: #fff;
	text-align: center;
	min-height: 190px;
	border: 1px solid #ececec;
	border-radius: 8px
}

.offer-sec .box i {
	font-size: 35px;
	color: #00b1ce
}

.offer-sec .box img {
	width: 60px;
	margin-bottom: 10px
}

.offer-sec .box h5 {
	font-size: 16px;
	margin: 0;
	font-weight: 600;
	color: #000
}

.offer-sec .box p {
	margin: 10px 0;
	line-height: 16px;
	color: #000
}

.offer-sec .box span {
	font-size: 18px;
	font-style: italic
}

.offer-sec .download {
	background: #ba9666;
	color: #000
}

.tour {
	background: url(../img/360virtualTour.jpg);
	background-size: 100%;
	padding: 130px 0;
	margin: auto
}

.tour:hover {
    box-shadow: 0 4px 15px 15px rgb(0 0 0 / 5%), 0 4px 15px 15px rgb(0 0 0 / 5%);
    transition: 0.5s;
    border-radius: 5px;
	transform: scale(1.02) translate(0px, -8px);
    transition: all 300ms ease-in-out 0s;
}

.tour h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 20px
}

/*Header*/
 header {
	position: fixed;
	width: 100%;
	z-index:999;
	padding:6px;
	background: #fff;
	color: #fff;
	opacity:1!important;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
header.sticky {
	background: #fff;
	box-shadow: rgba(46, 61, 73, 0.2) 0px 1px 20px 0px;
	text-align: left;opacity:1!important;
}
.navbar-default{display:none;}
header.sticky .navbar-default{display:block;}
.navbar-default .navbar-nav>li>a {
	color: #333; padding:11px 15px;
	font-size: 15px;
}
.sticky .logo{display:none;}
.scroll-logo{display:none;}
.sticky .scroll-logo{display:inline-block; width: 102px;}
.navbar-nav {
	float: none;
	margin: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.navbar-default {
	background:none;
	border:0px;
	margin-bottom:0px;
}
a.call-no {
	font-size: 18px;
	color: #333;
	font-weight: 800;
	text-decoration: none;
	padding: 11px 0;
	display: inline-block;
}
a.call-no:focus{color:#333;}
.logo {
	width:102px;
}
/*Header*/

.hero-section{background: #f5f5f5; padding-top: 70px;} 
.banner-info{width: 100%; text-align: center; padding: 0 40px;}
.banner-info .pro-logo{width: 220px; margin: 20px 0;}
.banner-info h1{color: #7fa12a; font-size: 28px;}
.banner-text h2{ font-size: 24px; color: #a8cf45;}
.banner-text h3{ color: #3a4a6f; font-size: 26px;}
.banner-text h4{font-size: 15px;}
.border-n{border: none; background: none;}
.price2{color:red; animation: zoom-in-zoom-out 2s ease infinite;}
@keyframes zoom-in-zoom-out {
	0% {
	  transform: scale(1, 1);
	}
	50% {
	  transform: scale(1.5, 1.5);
	}
	100% {
	  transform: scale(1, 1);
	}
  }

.form-box{
	left: -97px;
    background: #a8cf45;
    padding: 15px 75px;
    position: relative;
    bottom: -35px;
    -webkit-box-shadow: 0px 0px 16px -4px rgb(0 0 0 / 22%);
    -moz-box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 16px -4px rgb(0 0 0 / 22%);}

.form-box h2{ font-size: 22px;  margin-top: 20px; font-weight: 600;}

input[type="text"], input[type="email"], input[type="password"], input[type="submit"], input[type="tel"], textarea {
    background-color: #fff;
    border: 2px solid;
    border-color: #e4ecf2;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 15px;
    font-size: 16px;
    color: #5c727d;
    width: 100%;
    border-radius: 0;
    padding-right: 40px;
}

.bs-slider {
	overflow: hidden;
	position: relative;
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
	margin: auto;
	width: 100% !important;
}
.slide-text h1 {
	font-size: 83px;
	color: #fff;
	letter-spacing: 5px;
}
.slide-text i {
	margin-top: 2px;
	position: relative;
	top: 1px;
	left: 2px;
	margin-right: 0;
}
.bs-slider .bs-slider-overlay {
    position: absolute; display:none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.price {
	font-size: 22px;
	display: inline-block;
	position: relative;
	top: 2px;
	background: #a8cf45;
	border-radius: 20px;
	padding: 4px 12px;
	color: #000;
	font-weight: bold;
}

.error{color: red !important;}

.fade {
	opacity: 1;
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
	top: auto;
	position: relative;
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.slide-text img {
	width:auto;
}
.slide-text > h4 {
	font-size:16px;
	color:#2c3336;
	font-weight:600;
}
.propety-type-style {
	display: block;
	margin-bottom:15px;
	clear: both;
	font-size: 18px;
	color: #2c3336;
	font-weight:600;
	text-transform: capitalize;
	border-radius: 20px;
}
.wrapper{overflow: hidden!important;}
.booknows-btn {
	font-size: 16px;
	background: #006779;
	padding: 5px 25px; border: 0px;
	color: #fff;
	display: inline-block;
	
}
.booknows-btn:hover {
	background: #d92627!important;
	color:#fff;
	text-decoration: none!important;
}

.formsubmit-btn {
    font-size: 16px;
    background: #006779;
    padding: 8px 25px;
    color: #fff;
    display: inline-block;
    border-radius: 40px;
    border: none;
}

.formsubmit-btn:hover {
	background: #d92627!important;
	color:#fff;
	text-decoration: none!important;
}

.btn_theme {
	background: #006779;
	border-radius: 50px;
	color: #fff;
	text-decoration:none;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	padding: 11px 24px;
}
.btn_theme:hover {
	background: #d92627;
	color: #fff;
	text-decoration:none;
}
.btn_theme:focus {
	color:#fff;
	text-decoration:none;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.control-round:hover .carousel-control {
	opacity: 1;
}
.control-round .carousel-control.left {
	left: 1%;
}
.control-round .carousel-control.right {
	right: 1%;
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
	color: #fdfdfd;
	background: rgba(0, 0, 0, 0.5);
	border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1) {
 left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1) {
 right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
	right: 47%;
	bottom: 0%;
	left: auto;
	width: 90%;
	height: 20px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
}
.indicators-line > .carousel-indicators li {
	padding: 0;
	width: 15px;
	height: 15px;
	border: 1px solid rgb(158, 158, 158);
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	background: rgb(158, 158, 158);
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	z-index: 10;
	cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child {
	margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
	margin: 1px 5px 1px 1px;
	box-shadow: 0 0 0 2px #fff;
	background-color: transparent;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before {
	transform: scale(0.5);
	background-color: #fff;
	content:"";
	position: absolute;
	left:-1px;
	top:-1px;
	width:15px;
	height: 15px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
	text-align: left !important;
}
.slide_style_right {
	text-align: right !important;
}
.slide_style_center {
	text-align: center !important;
}
.slide-text {
    left: 30px;
    top: 30%;
    right: 0;
    z-index: 9;
    margin: auto;
    height: 75%;
    position: absolute;
    padding: 0;
    width: 1170px;
}
.slide-text > h1 {
	padding: 0;
	color: #2c3336;
	font-size: 36px;
	font-style: normal;
	line-height:54px;
	margin-bottom:0px;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.slide-text > h2 {
	color:#749422;
	font-weight:300;
	margin-left:-3px;
	font-size: 30px;
}

.slide-text .price2 {
    display: table;
    position: relative;
    top: 2px;
    background: #749422;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

.slide-text > p {
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 40px;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.slide-text > a.btn-default {
	color: #000;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn-primary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-left: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: #00bfff;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
}
/*start body secation*/
.over-familery {
	margin: auto;
	/* height: 200px; */
    width:272px;
	position: absolute;
	/* top: 0; */
    z-index: 9;
	bottom: 13px;
	left: 0;
	right: 0;
}
img.lazy {
  opacity: 0.1;
  will-change: opacity;
  transition: all 0.3s;
}
img.lazy.loaded {
  opacity: 1;
}

@-webkit-keyframes bounce {
 0% {
transform: translateY(-5px)
}
 50% {
transform: translateY(20px)
}
 100% {
transform: translateY(-5px)
}
}
 @keyframes bounce {
 0% {
transform: translateY(-5px)
}
 50% {
transform: translateY(20px)
}
 100% {
transform: translateY(-5px)
}
}
section {
	padding: 95px 0;
	display: inline-block;
	width: 100%;
}
.hvrbox {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: 30px 0 0 0;
    width: 100%;
    text-align: center;
    padding: 28px 25px 18px 25px;
    /* height: 210px; */
    box-shadow: 0 0 5px #e4e4e4;
}
.navbar-default .navbar-toggle .icon-bar{ background:#3a4a6f;}
.navbar-default .navbar-toggle{    border-color: #fff;}
.sticky .navbar-default .navbar-toggle .icon-bar{ background:#333;}
.sticky .navbar-default .navbar-toggle{    border-color: #333;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background:none;}
.hvrbox br{display:none;}
.hvrbox h3 {
	font-size:21px;
	font-weight:500;
	color:#343434;
}
.about-twin-tower {
	width: 100%;
	clear: both;
}
.slide-text h3 {
    font-size: 21px;
    margin: 10px 0 17px;
    line-height: 27px;
    font-weight: 600;
}
.about-twin-tower h2 span{display:block;}
.light-gray-box {
	width: 100%;
	clear: both;
	background: #f5f5f5;
	padding: 35px 0 35px 35px;
}
.box-captions {
	width: 75%;
	background: #fff;
	text-align: left;
	box-shadow: 0 0 5px #e4e4e4;
	padding: 35px;
	position: relative;
	margin-top: -30%;
}
.about-twin-tower h4 {
	margin-bottom:30px;
}
.feature-rows {
	width:100%;
	clear:both;
	display:inline-block;
}
.feature-grids {
	display: inline-block;
	width: 100%;
	margin: 20px 0 0 0;
	clear: both;
}
.prallax-features {
	padding-top: 125px;
	padding-bottom: 125px;
	position: relative;
	margin: 30px 4px 50px;
	clear: both;
	display: inline-block;
	width: 100%;
}
.overlay-50 {
	background-color: #000;
	height: 100%;
	left: 0;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 100%;
}
.prallax-features-content {
	position:relative;
	padding:0 50px;
}
.prallax-features-content h3 {
	color:#fff;
	font-size:38px;
}
.prallax-features-content p {
	color:#fff;
}
.img_tag {
	text-align: right;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	position: absolute;
	right: 10px;
	bottom: -11px;
	width: 100%;
}
.feature-grid-img {
	margin: 2px 0 0 0;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.feature-grids .col-md-6 {
	padding: 5px;
}
.feature-grid-img img {
 -webkit-transition: all .7s;
 -moz-transition: all .7s;
 -ms-transition: all .7s;
 -o-transition: all .7s;
 transition: all .7s;
}
.tab-content {
	width:88%;
	margin:0px auto;
}
.gallery-tab-wrappers .tab-content {
	width:95%;
	margin:0px auto;
}
.video-container {
	width:100%;
}
.youtube-video {
	width:100%;
	display:inline-block;
	padding:20px 0 0;
}
.morecontent span {
	display: none;
}
.morelink {
	display: block;
}
a.btns {
	background: #006779;
	color: #fff;
	text-align: center;
	padding: 11px 0px;
	width: 145px;
	text-decoration: none;
	border-radius: 38px;
	font-size: 16px;
	margin-top: 20px!important;
	font-weight: 400;
	margin: 0px auto;
}
.less {
	background:#e63432!important;
}
.specification-right {
	width: 100%;
	display: inline-block;
	padding: 10px 20px 10px 10px;
}
.list-group-item:first-child, div.rj-tab-menu div.list-group>a:last-child {
	border-radius:0px;
}
.rj-tab-container {
	z-index: 10;
	background-color: #ffffff;
	padding: 0 !important;
	margin:25px 0 0 0;
	border-left:0px;
	border-radius:0px; display:inline-block;
	border:1px solid #dcdcdc;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box;
	opacity: 1;
}
.rj-tab-menu {
	padding-right: 0;
}
div.rj-tab-menu div.list-group {
	margin-bottom: 0;
}
div.rj-tab-menu div.list-group>a {
	margin-bottom: 0;
}
div.rj-tab-menu div.list-group>a:hover {
	background:#006779!important;
}
div.rj-tab-menu div.list-group>a .glyphicon, div.rj-tab-menu div.list-group>a .fa {
	color: #5A55A3;
}
div.rj-tab-menu div.list-group>a.list-group-item, button.list-group-item {
	background:#666;
	color:#fff;
	padding:15px;
}
div.rj-tab-menu div.list-group>a:first-child {
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.rj-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.rj-tab-menu div.list-group>a.active, div.rj-tab-menu div.list-group>a.active .glyphicon, div.rj-tab-menu div.list-group>a.active .fa {
	background-color: #006779;
	border:0;
	color: #fff;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #006779;
}
div.rj-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #006779;
}
.rj-tab-content-wrap div.rj-tab-content:not(.active) {
display: none;
}
a.list-group-item, button.list-group-item {
	color:#fff;
	background:#666;
}
.active-menu {
	color: #c23028!important;
}
.rj-tab-content {
	background-color: #ffffff;    /* border: 1px solid #eeeeee; */
	padding-left: 5px;
	padding-top: 10px;
	padding-right:10px;
	overflow: hidden;
	padding-bottom: 10px;
}
.rj-tab-content-wrap div.rj-tab-content:not(.active) {
display: none;
}
.rj-tab-content-wrap .list-group {
	display:none;
	margin-bottom:5px;
}          /*  bhoechie tab */
.title-md {
	font-size:21px;
	line-height:25px;
	margin:12px 0;
	padding:0px;
}
.special-list {
	margin:0px;
	padding:0px;
}
.special-list ul li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: left;
	font-size: 14px;
}
.scrolling-specifications {
	max-height:175px;
	overflow:scroll;
	overflow-x:hidden;
}
.special-list ul li:nth-child(2n+1) {
 width: 25%;
 font-weight: 600;
}
.special-list ul li:nth-child(2n+0) {
width:75%;
}
.single-blog .img {
	margin-bottom:25px;
}
/*Why Invest the projecct*/
.why-invest {
	width:100%;
	background:#f7f7f6;
	display:inline-block;
	clear:both;
	margin:20px 0 0 0;
}
.why-invest-texts {
	width:100%;
	clear:both;
	padding:70px 80px 70px 25px;
}
.why-invest-texts h2 {
	margin-bottom:25px;
}
ul.why-invest-list {
	margin:20px 0 0 0;
}
ul.why-invest-list li {
	position: relative;
	padding: 0 0 0 16px;
	list-style-type: none;
	margin: 0 0 1px 0;
	color: #e6e6e6;
	font-size: 15px;
	font-weight: 400;
}
ul.why-invest-list li:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #fff;
}
/*Location Advantage*/
.location-advantages-row {
	margin-top: 0;
	clear: both;
	background: #f7f7f6;
	display: inline-block;
	width: 100%;
}
.location-advantage-show {
	width: 90%;
	background: #fff;
	padding: 50px;
	right: -16%;
	z-index: 99;
	position: relative;
	top: 70px;
}
.location-advantages {
	margin-top: 11px;
	clear:both;
	background: #f7f7f6;
}
.location-advantage-details {
	width: 90%;
	background: #fff;
	padding: 50px;
	right: -16%;
	z-index: 99;
	position: relative;
	top: 70px;
}
ul.location-advantage-list {
	margin:10px 0 0 0;
}
ul.location-advantage-list li {
    position: relative;
    padding: 0 0 0 16px;
    list-style-type: none;
    margin: 0 0 1px 0;
    /* color: #2a2a2a; */
    font-size: 14px;
    font-weight: 400;
}
ul.location-advantage-list li:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #006779;
}
/*About Omaxe*/
.about-parallax {
	margin-top: 49px;
	display: inline-block;
	width: 100%;
	padding:90px 20px 60px;
}
.about-text-omaxe {
	position:relative;
}
.about-text-omaxe h2 span {
	display:inline-block;
}
.about-text-omaxe h2 {
	color:#fff;
}
.about-text-omaxe p {
	color:#fff;
}
.parallax {
	position: relative;
	clear: both;
}
.parallax .overlay {
	background-color: #000;
	height: 100%;
	left: 0;
	opacity: .8;
	position: absolute;
	top: 0;
	width: 100%;
}
.feature-details-d {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    left: 0;
    padding: 35px 35px 10px 14px;
}
.feature-details-d h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.delivered {
	width: 200px;
	display: inline-block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: -5em;
	margin: auto;
	z-index: 9;
}
.about-omaxe-row {
	padding:70px 0 0 0;
}
/*about royal*/
a:focus {
	text-decoration:none;
	color:#fff;
}
.about-royal-meridian {
	/* margin-top: 11px; */
    clear: both;
	background: #f7f7f6;
}
.about-royal-text {
	width: 100%;
	background: #fff;
	padding:28px 50px 50px;
	right: -15%;
	z-index: 99;
	position: relative;
	top: 90px;
	text-align:justify;
	display: inline-block;
}
.about-royal-text a.btns {
	margin:0px;
}
.span-texts-details {
	font-size: 14px;
	font-weight:500;
	color: #222;
	font-style:italic;
}
/*Floor Plan*/
.floor_bg {
	position: relative;
	clear: both;
	margin: 10px 0 0 0;
	display: inline-block;
	width: 100%;
}
.floor_bg .nav-tabs>li {
	padding:0px;
}
.floor_bg .nav>li>a:focus {
	color:#333;
}
.floor-plan-wrappers {
	background: #f5f5f5;
	background-size: cover;
	padding:45px 0;
	position: relative;
}

.floor-plan li{list-style: disc;}
.nav-tabs>li>a {
	border:0px;
	border-radius:0px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: 0px;
	border-bottom: 2px solid #476194;
	color: #476194;
	background:none!important;
}
.nav-tabs>li>a:hover {
	background:none!important;
	border-bottom: 2px solid #476194;
}
.nav-tabs>li>a {
	border: 0px;
	border-radius: 0px;
	font-size: 16px;
	font-weight: 500;
}
.nav>li>a:focus {
	background:none;
	color:#333;
}
.nav-tabs>li {
	float: none;
	padding:0 3px;
	margin-bottom: -1px;
	display: inline-block;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.content-column {
	background: #fff;
	padding: 50px;
	display: table;
	position: relative;
	margin-left: -20px;
	margin-top:7%;
	box-shadow: 0px 2px 10px #ccc;
}
ul.list-style-two {
	list-style-type:none;
}
.content-collums2{margin-top:11%!important;}
/*Finance partner*/
.finance-partner {
	width:100%;
	clear:both;
}
.finance-crasual .owl-buttons {
	display:none!important;
}
.col-box-crasual .owl-carousel .owl-item {
	padding:0 5px!important;
}
.col-box-crasual .owl-carousel .owl-controls .owl-buttons .owl-prev {
	left: -0.5em;
	top: -1.3em!important;
}
.col-box-crasual .owl-carousel .owl-controls .owl-buttons .owl-next {
	right: -2em;
	top: -1.3em!important;
}
.image-column {
	text-align:center;
}
/*Contact us*/
.contact-promo {
	margin: 30px 0 0 0;
	/* display: inline-block; */
    width: 100%;
	padding: 50px 0;
	float: left;
}
.overlay-light {
	background: rgba(255, 255, 255, 1);
	width: 100%;
	display: inline-block;
	padding: 30px;
}
.logo-foot {
	width:auto;
}
.address p i {
	width: 32px;
	height: 32px;
	display: table-cell;
	vertical-align: top;
}
.address p span {
	float: left;
	margin: 0px 0 0px 10px;
	padding: 0px;
	line-height: 21px;
}
.address p {
	margin: 0px 0 15px 0;
	padding: 0px;
	line-height: normal;
	font-size: 15px;
	color: #2a2a2a;
	line-height: normal;
	display: table;
}
.address h3 {
	margin: 25px 0 35px;
}
.address span a {
	font-weight:600;
}
.footer-end {
	background: #111;
	text-align: center;
	width: 100%;
	clear: both;
	padding: 40px 0px 20px;
}
.disclaimer {
	text-align:center;
}

.disclaimer a{
	color:#a8cf45;
}

.footer-end p {
	font-size: 13px;
	color: #a19f9f;
	line-height: 18px;
}
/*Testimonial*/
.gray-bg {
	clear:both;
}
.reb_bg {
	background:#872c2b;
	clear:both;
}
.testimonail-write {
	top: 12px;
	text-align: center;
	display: inline-block;
	position: relative;
}
.testimonail-write h3 {
	font-size:16px;
}
.testimonail-write {
	font-size: 18px;
	font-weight: 500;
}
.testimonails-texts p {
	font-size: 16px;
	line-height:28px;
}
.testimonails-texts i {
	font-size: 26px;
	color: #03697b;
}
.testimonial-slider .owl-wrapper-outer {
	opacity: 1;
	display: inline-block;
	background: #fafafa;
	border-radius:25px;
	padding: 25px 50px 10px 50px;
	margin: 20px 0 0 0;
	width: 100%;
}
.testimonial-item {
	width:90%;
}
.testimonial-people img {
	width:82px;
	border-radius: 50%;
    border: 3px solid #a8cf45;
}
.testimonails-texts {
	text-align: center;
	width: 100%;
	float: left;
	min-height:235px;
}

.testimonial-slider .owl-controls .owl-page {
	cursor: pointer;
	background: #c3c3c3;
	width: 13px;
	display: inline-block;
	height: 13px;
	margin: 4px;
	border-radius: 50%;
}
.testimonial-slider .owl-pagination {
	text-align: center;
}
.testimonial-slider .owl-pagination .active {
	background:#03697b;
}
.testimonial-slider .owl-carousel .owl-controls {
	position: relative;
	top: auto!important;
	left: 0!important;
	right: 0!important;
	bottom:-25px;
	text-align: center;
	width: 100%;
}
/*Gallery*/
.gallery .col-lg-1, .gallery .col-lg-10, .gallery .col-lg-11, .gallery .col-lg-12, .gallery .col-lg-2, .gallery .col-lg-3, .gallery .col-lg-4, .gallery .col-lg-5, .gallery .col-lg-6, .gallery .col-lg-7, .gallery .col-lg-8, .gallery .col-lg-9, .gallery .col-md-1, .gallery .col-md-10, .gallery .col-md-11, .gallery .col-md-12, .gallery .col-md-2, .gallery .col-md-3, .gallery .col-md-4, .gallery .col-md-5, .gallery .col-md-6, .gallery .col-md-7, .gallery .col-md-8, .gallery .col-md-9, .gallery .col-sm-1, .gallery .col-sm-10, .gallery .col-sm-11, .gallery .col-sm-12, .gallery .col-sm-2, .gallery .col-sm-3, .gallery .col-sm-4, .gallery .col-sm-5, .gallery .col-sm-6, .gallery .col-sm-7, .gallery .col-sm-8, .gallery .col-sm-9, .gallery .col-xs-1, .gallery .col-xs-10, .gallery .col-xs-11, .gallery .col-xs-12, .gallery .col-xs-2, .gallery .col-xs-3, .gallery .col-xs-4, .gallery .col-xs-5, .gallery .col-xs-6, .gallery .col-xs-7, .gallery .col-xs-8, .gallery .col-xs-9 {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.gallery .row {
	margin-left: -5px;
	margin-right: -5px;
}
.hide-pc {
	display:none!important;
}
.single-blog .img .img_tag, .img .img_tag {
	text-align: right;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	position: absolute;
	right: 10px;
	bottom: -11px;
	width: 100%;
}
.gallery-tab-wrappers {
	background: #f2f2f2;
	background-size: cover;
	padding: 10px 0;
	position: relative;
}
#gallery .floor_bg {
	margin:0px;
}
.single-blog .img, .img {
	position: relative;
}
.gallery-bg {
	position: relative;
	clear: both;
	margin: 20px 0 0 0;
	display: inline-block;
	width: 100%;
}
.gallery-wrappers {
	background: #f5f5f5;
	background-size: cover;
	padding: 50px 0;
	position: relative;
}
/*metrial form*/

.hiddendiv {
	display:none;
	white-space:pre-wrap;
	overflow-wrap:break-word;
	padding-top:1.2rem
}
.fixed-form input {
	padding: 8px 0;
	margin-bottom: 15px;
}
.fixed-form textarea {
	height: 80px;
	padding: 10px;
	margin-bottom: 40px;
}
.fixed-form input, .fixed-form textarea {
	width: 100%;
	box-sizing: border-box;
	box-shadow: none;
	outline: none;
	border: none;
	color:#fff;
	border-bottom: 1px solid #999 !important;
}
.fixed-form textarea {
	margin-bottom: 12px;
	color:#fff;
}
.fixed-form input[type="submit"] {
	border-bottom: none;
	cursor: pointer;
	background: #EF5350;
	color: #fff;
	margin-bottom: 0px;
	text-transform: uppercase;
	border: none;
}
.fixed-form form div, .contact-form .col-md-4, .contact-form-footer {
	position: relative;
}
.fixed-form form div label {
	position: absolute;
	top: 10px;
	left:0px;
	color: #fff;
 transition: .5s;
	pointer-events: none;
}
.intl-tel-input {
	display:block;
}
.contact-form label.country_code, .fixed-form label.country_code {
}
.contact-form label, .contact-form-footer label {
	position: absolute;
	top: 10px;
	left:15px;
 	transition: .5s;
	pointer-events: none;
}

.alert { padding: 0 15px; color: red; margin-bottom: 0;}
label {
    display: block;
	font-weight: 400 !important;
    text-align: left;
}

.contact-form-footer label {
	color: #333;
	font-size: 14px;
	font-weight: 500;
}

.contact-form #commonlooading{display: inline-block;}

.fixed-form input.active + label, .fixed-form textarea.active + label {
	top: -20px;
	left: 0px;
	color: #ccc;
	font-size: 12px;
}
.contact .contact-form input, .contact .contact-form textarea {
	border-bottom: 1px solid #999 !important;
}
.contact .contact-form input.active + label, .contact .contact-form textarea.active + label, .contact-form input:invalid ~ label, .contact .contact-form-footer input.active + label, .contact .contact-form-footer textarea.active + label, .contact-form-footer input:invalid ~ label {
top: 38px;
left: 15px;
color: #000;
font-size: 12px;
}
.contact .contact-form textarea.active + label {
	top:-15px;
}
.contact-form textarea:focus, .contact-form input:focus {
	outline:none;
	border-bottom: 1px solid #000 !important;
}
.fixed-form textarea label, .contact-form textarea label {
	top: -12px;
	left: 0px;
	color: #e4e4e4;
	font-size: 14px;
	font-weight: bold;
}
.contact {
	padding:30px 0;
}
.contact-bottom {
	padding:70px 0px!important;
	margin:100px 0 0 0;
}
.contact .contact-form input[placeholder] {
	text-transform: capitalize;
}
.contact .contact-form input[type=email], .contact .contact-form input[type=tel], .contact .contact-form input[type=text] {
	height: 40px;
	margin-bottom: 30px;
	padding: 0px;
	width: 100%;
	border:0; font-weight:500;
	border-bottom:solid 1px #8d8d8d;
	background:transparent;
	color:#333;
}
.contact .contact-form-footer input[type=tel] {
	color:#000;
}
.intl-tel-input .flag-dropdown {
	top:4px;
}

.contact .contact-form textarea {
	letter-spacing: 1px;
	padding: 0px;
	text-transform: capitalize;
	width: 100%;
	border:0;
	border-bottom:solid 1px #8d8d8d;
	background:transparent;
	color:#fff;
}
.contact .contact-form-footer input[type=text], .contact .contact-form-footer input[type=email] {
	color:#000;
}
.contact .contact-form-footer textarea {
	color:#000;
}
.contact .contact-form .md-form textarea {
	color:#000;
}
.contact .contact-form .md-form label {
	color:#000;
	letter-spacing: 2px;
	text-transform: capitalize;
}
.contact .contact-form input[type=submit] {
	background-color: #006779;
	border: 0px;
	color: #fff;
	border:0px!important;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
	padding: 10px 33px;
	display: inline-block;
	border-radius: 50px;
	text-transform: capitalize;
}
.contact .contact-form input[type=submit]:hover {
	background-color:#ab0505;
	color:#fff;
}
.simple-text-m {
	display:none;
}
.mobile-pc {
	display:none!important;
}
.modal-dialog {
	width:40%;
	margin:6% auto;
}
.contact .popup-form-booknow .contact-form input[type=email], .contact .popup-form-booknow .contact-form input[type=tel], .contact .popup-form-booknow .contact-form input[type=text] {
	margin-bottom:10px;
}
.modal-content {
	background:#f9f9f9;
	border-radius:0px;
	border:0px;
}
.popup-form-booknow .type-list-dark {
	color:#333;
}
.m-show-only {
	display:none;
}
a.close-popup {
	position: absolute;
	right: 5px;
	background: #a8cf45;
	color: #000;
	cursor: pointer;
	z-index: 9;
	width: 30px;
	height: 30px;
	font-size: 24px;
	text-align: center;
	line-height: 28px;
	opacity: 1!important;
	top: 5px;
	text-shadow: none;
}
a.close-popup:hover {
	background:#ab0505!important;
	color:#fff!important;
}
.heading-popup {
	background: #006779;
	padding: 15px 15px 0;
	display: inline-block;
	width: 100%;
}
.heading-popup h3 {
	color:#fff;
	font-size:20px;
	font-weight:400;
}
.modal-body {
	padding:0px;
}
.popup-form-booknow {
	background: #fff;
	display: inline-block;
	width: 100%;
}
.popup-booknow {
	padding:0px;
}
.modal-open {
	padding:0px!important;
	overflow:scroll;
	overflow-x:hidden;
}
.popup-form-booknow .contact-form {
	padding: 30px;
}
.modal-backdrop.in {
	opacity:.7!important;
}

.form-logo{
	text-align: center;
	margin-bottom: 10px;
}

.form-logo img{width: auto;}

.we-promise{
	background: #eee;
	padding: 20px 0;
	display: block;
	text-align: center;
}

.mobile-bottom {
    background: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
    border-top: 1px solid #3c3c3c;
    display: none;
}

.mobile-bottom ul {
    padding: 0;
    margin: 0;
}

.mobile-bottom li {
    display: inline-block;
    width: 32%;
    padding: 10px 10px;
    color: #333;
    text-align: center;
    border-right: 1px solid #606060;
}

.mobile-bottom li a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: 14px;
}

.mobile-bottom .last-child {
    border-right: none;
}

.we-promise ul{margin: 0; padding: 0;}

.we-promise li{
	width: 100%;
	display: inline-block;
	padding: 10px 0;
}

.we-promise li img{width: 60px; height: 60px;;}
.we-promise li span{color: #333; font-size: 20px; display: block;  font-weight: 600;}

/*Feedback floating form*/
#feedback {
	position: fixed;
	right: 0;
	display:none;
	top:12%;
	z-index:999;
	margin-left: -3px;
	margin-bottom: -3px;
}
#feedback-form {
	float: right;
	width: 320px;
	background:#872c2b;
	height: 100%;
	padding:0px!important;
	z-index: 1000;
	background-clip: 'padding-box';
	border: 1px solid rgba(0, 0, 0, .2);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.float-form-details {
	padding: 20px 0px 20px;
	display: inline-block;
	width: 100%;
}
.form-flotaing-h {
	background: #064278;
	text-shadow: 0 0 black;
	display: inline-block;
	width: 100%;
	padding: 10px;
}
.form-flotaing-h h3 {
	color:#fff;
	margin:0px;
}
.floating-form .contact .contact-form input[type=email], .floating-form .contact .contact-form input[type=tel], .floating-form .contact .contact-form input[type=text] {
	margin-bottom:30px;
}
.form-flotaing-h p {
	color:#fff;
	margin:0px;
}
#feedback-tab {
	float: right;
	color: #fff;
	font-size:19px;
	cursor: pointer;
	text-align: center;
	width: 141px;
	height: 44px;
	background-color: #ab0505;
	margin-top: 49px;
	margin-right: -50px;
	padding-top: 5px;
	padding-top: 8px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	letter-spacing: 1px;/* font-weight: 300; */
}
#finance-partner-owl {
	margin:20px 0 0 0;
}
#feedback-tab:hover {
	background-color:#ab0505;
}
#feedback-form textarea {
	resize: none;
}
#feedback .contact .contact-form input, #feedback .contact .contact-form textarea {
	border-bottom:1px solid #fff!important;
}
#feedback .contact-form label {
	color:#fff!important;
	font-weight:300;
}
.type-list-dark {
	color:#fff;
}
#feedback .intl-tel-input input {
	color:#fff;
}
#feedback .contact .contact-form input[type=submit] {
	background:#235993;
	border:0px!important;
}
#feedback .contact .contact-form input[type=submit]:hover {
	background:#fff;
	color:#872c2b;
}
.mobile-features {
	background:#d92b28;
	clear:both;
	display:none;
}
.m-feature-text {
	padding:25px 10px;
	text-align:center;
}
.m-feature-text h2 {
	color:#fff;
}
.m-feature-text p {
	color:#fff;
}
.mobilebtn {
	width: 100%;
	float: left;
	display:none;
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 0px;
	z-index: 9999;
	background: #872c2b;
}
.mobilebtn a button {
	width: 50%;
	float: left;
	margin-right: 0;
	color: #fff;
	border: none;
	line-height: 48px;
	font-size: 15px;
	cursor: pointer;
	background: #00768c;
}
.slider-banner .img_tag {
    z-index: 9;
}
.twin-tower-img{position:relative;}
.youtube {
	background-color: #000;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.7;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img, .youtube .play-button {
	cursor: pointer;
}
.youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {
	position: absolute;
}
.youtube .play-button, .youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
/*Additional*/
.about-royal-text h2 span {
	display:inline-block;
}

.feature-listings-details .img_tag, .about-royal-pic .img_tag {
	text-align: right;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	position: absolute;
	right: 10px;
	bottom: -11px;
	width: 100%;
}
.feature-imgs, .about-royal-pic {
	position:relative;
}
.know-your-homes {
	width:100%;
	clear:both;
}
a.view-all-gallery {
	padding: 10px 30px;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	display: none;
	/* width: 300px; */
    /* height: 300px; */
    position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	border-radius: 70px;
}
.scroll-down {
	position: absolute;
	bottom: 79px;
	margin-left: 10px;
	top: 55%;
    right: 50%;
	display: block;
	z-index: 2;
	background: url(../img/scroll-down.png) no-repeat;
	height: 60px;
	width: 28px;
	-webkit-animation: bounce 2s infinite 2s;
	animation: bounce 2s infinite 2s;
 -webkit-transition: all .2s ease-in;
 transition: all .2s ease-in;
}
#scroll {
	position:fixed;
	left:20px;
	bottom:10px;
	cursor:pointer;
	width:50px;
	height:50px;
	background-color:#000;
	text-indent:-9999px;
	display:none;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	border-radius:60px
}
#scroll span {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top:-12px;
	height:0;
	width:0;
	border:8px solid transparent;
	border-bottom-color:#ffffff;
}
#scroll:hover {
	background-color:#005ca1;
}

#scroll2 {
	position:fixed;
	left:20px;
	bottom:10px;
	cursor:pointer;
	width:50px;
	height:50px;
	background-color:#000;
	text-indent:-9999px;
	display:none;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	border-radius:60px
}
#scroll2 span {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top:-12px;
	height:0;
	width:0;
	border:8px solid transparent;
	border-bottom-color:#ffffff;
}
#scroll2:hover {
	background-color:#005ca1;
}


.feature-grid-img:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.btns {
	margin:35px 0 0 0;
}
.royal-residency {
	width:100%;
	clear:both;
}
.royal-residency .box-captions {
	text-align:left;
}
.royal-residency .box-captions h4 {
	margin-bottom:25px;
}
.royal-residency .box-captions h2 span {
	display:block;
}
.box-captions-left {
	width: 75%;
	background: #fff;
	text-align: left;
	box-shadow: 0 0 5px #e4e4e4;
	padding: 35px;
	position: relative;
	margin-top: -35%;
}
.location-advantage .light-gray-box {
	background:none;
	padding:0px;
}
.download-brochures .contact-form label{color:#333;}
/*dnfkdkfkdjfd*/

.finance-crasual ul li {
	display: inline-block;
	width: 15%;
	border: 0;
	text-align: center;
	margin: 25px 5px 0;
	height: 60px;
}
.finance-crasual ul {
	text-align: center;
	margin: 20px 0 0;
}
.fixed-heights{max-height:250px; overflow:scroll; overflow-x:hidden;}
#finance-partner-owl{text-align:center; width:100%;}
.section-title p{font-size:16px; font-weight:500;}
.finance-rows .owl-carousel .owl-item {
    float: none;
    display: inline-block;
}
.col-box-icon1, .col-box-icon2, .col-box-icon3, .col-box-icon4, .col-box-icon5, .col-box-icon6, .col-box-icon7  {
    background: url(../img/sprite-icon.png) no-repeat;
    margin: 0px auto;
    width: 702px;
    height: 100px;
}
.col-box-icon1{ width:100px;}
.col-box-icon2{ width:100px; background-position:-100px;}
.col-box-icon3{ width:100px;  background-position:-200px;}
.col-box-icon4{ width:100px; background-position:-300px;}
.finance-rows .owl-carousel .owl-item img{opacity:.7;}
/*Sticky side bar*/
.sticky-forms {
	border:1px solid #eee;
	padding:12px;
	background:#fff;
}
.right-side-form {
	background: #f9f9f9;
	color: #000000;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
	padding:15px;
}
.fixedsticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
}
.fixedsticky-withoutfixedfixed .fixedsticky-off, .fixed-supported .fixedsticky-off {
	position: static;
}
.fixedsticky-withoutfixedfixed .fixedsticky-on, .fixed-supported .fixedsticky-on {
	position: fixed;
}
.fixedsticky-dummy {
	display: none;
}
.fixedsticky-on + .fixedsticky-dummy {
	display: block;
}
.form-side-h h3 {
    font-size: 17px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin: 0px;
    line-height: 23px;
}
span.border-red {
	display: block;
	height: 3px;
	background-color: #006779;
	margin-bottom: 20px;
	margin-top: -2px;
	width: 71%;
}
.sidebar .contact .contact-form input[type=email], .sidebar .contact .contact-form input[type=tel], .sidebar .contact .contact-form input[type=text] {
	margin-bottom:5px;
}
.type-list{font-size:13px;}
@media (min-width:43.75em) {

	/* responsive layout */
	.candy-wrapper {
 position: relative;
padding:0px;
}
 .main {
 float:left;
 width: 71%;
 vertical-align: top;
}
 .sidebar {
 float:right;
 width: 25%;
padding:95px 0px 0;
 vertical-align: top;
}

	/* loaded fixed-sticky polyfill
	https://github.com/filamentgroup/fixed-sticky */
	.fixedsticky {
 top: 0;
}
}

/*Sticky side bar*/
sticky-forms a:focus{color:#333}

/* Validation */
#downloadform #dname_error,#downloadform #demail_error,#downloadform #dphone_error,#sidebarform #sname_error, #sidebarform #semail_error, #sidebarform #sphone_error, #sidebarform #scity_error, #footerform #fname_error, #footerform #femail_error, #footerform #fphone_error, #footerform #fcity_error, #mobileform #mname_error, #mobileform #memail_error, #mobileform #mphone_error, #mobileform #mcity_error {
    color: #fff;
    font-size: 11px;
    position: absolute;
    background: #1f232b;
    z-index: 2;
    border-radius: 3px;
    right: 12px;
    top: 40px;
    box-shadow: 0 0 2px #666;
    padding: 0px 10px;
    line-height: 22px;
    }
    .reara-no {
padding: 10px 0;
text-align: center;
font-size: 11px;
margin: 0;
position: absolute;
bottom: 0;
z-index: 99;
color: #fff;
left: 10px;
}

/*Tooltip*/
/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; z-index:999; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 8px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */

  text-align: left;
  line-height: 21px;
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
 width:300px;
  padding:5px 10px; border: 1px solid #333;
  border-radius: 5px;
  box-shadow: 0 1em 2em -.5em #174982;
  background: #f9e991;
  color: #000; font-size: 14px;
 
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #174982;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 10px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -.5em);
          transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, .5em);
          transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  -webkit-transform: translate(-.5em, -50%);
          transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-.5em, -50%);
          transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 11px);
  -webkit-transform: translate(.5em, -50%);
          transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translate(.5em, -50%);
          transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@-webkit-keyframes tooltips-vert {
  to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes tooltips-vert {
  to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@-webkit-keyframes tooltips-horz {
  to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  -webkit-animation: tooltips-vert 300ms ease-out forwards;
          animation: tooltips-vert 300ms ease-out forwards;
}


[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
          animation: tooltips-horz 300ms ease-out forwards;
}
.fullcol .type-proerty a{
	color:#fff;
}
.type-proerty a{color: #333; cursor: pointer!important;}
/*End Tool Tip*/

 