@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&family=Poppins:wght@200;300;400;500;600;700&display=swap');

html {
	scroll-behavior: smooth
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px
}

::-webkit-scrollbar-thumb {
	background: #000;
	border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
	background: #555
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}


body {
	transition: background-color .5s;
	

}

p {
	margin: 20px 0;
	line-height: 22px;
	font-size: 14px
}


.floating-whatsapp{ display: none; background: #01e675; position: fixed; width: 65px; height: 65px; z-index: 9999; bottom: 0; left: 0; margin: 5px; border-radius: 50px;}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.floating-whatsapp img{margin: 16px; width: 50%;}

.floating-whatsapp:before {
	content: "";
	position: absolute;
	border: #01e675 solid 10px;
	border-radius: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	cursor: pointer
}

.floating-whatsapp:hover {
	text-decoration: none;
	color: #fff
}
.floating-whatsapp:hover:before {
	-webkit-animation-name: enq_btn;
	animation-name: enq_btn
}


@-webkit-keyframes enq_btn {
100% {
top:-12px;
right:-12px;
bottom:-12px;
left:-12px;
opacity:0
}
}
@keyframes enq_btn {
100% {
top:-12px;
right:-12px;
bottom:-12px;
left:-12px;
opacity:0
}
}
.enq_btn {
	display: none;
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0,0,0,0);
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 10;
	background-color: #fecc06;
	font-size: 1.9rem;
	color: #fff;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	text-decoration: none;
	line-height: 65px;
	text-align: center
}
.enq_btn:before {
	content: "";
	position: absolute;
	border: #fecc06 solid 10px;
	border-radius: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	cursor: pointer
}
.enq_btn:hover {
	text-decoration: none;
	color: #fff
}
.enq_btn:hover:before {
	-webkit-animation-name: enq_btn;
	animation-name: enq_btn
}


.imp-points {
	padding: 40px 0
}

.imp-points h3 {
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px
}

.imp-points .item-box {
	color: #fff;
	width: 22.5%;
	margin:0 10px;
	padding:20px 0;
	display: inline-grid;
	text-align: center;
	box-shadow: 0 4px 10px 0px rgb(0 0 0 / 3%), 0 4px 10px 0px rgb(0 0 0 / 3%);
}
.imp-points .item-box:hover {
    box-shadow: 0 4px 20px 20px rgb(0 0 0 / 3%), 0 4px 20px 20px rgb(0 0 0 / 3%); transition: 0.5s; border-radius:5px;
}
.imp-points .item-box .box {
	font-size: 13px;
	color: #000;
	line-height: 14px
}

.imp-points .item-box .last-child {
	border-right: none
}

.imp-points .item-box .last-child-m {
	border-right: 1px solid #333
}

.imp-points .item-box .box strong {
	display: block;
	font-size: 20px;
	line-height: 16px;
	margin-bottom: 8px;
	font-weight: 600;
    color: #333;
}

.imp-points .item-box img {
	width: 110px;
	height: 150px
}

.mr-auto,
.mx-auto {
	margin-right: initial!important
}

.line {
	height: 1px;
	background: #b2b2b2;
	width: 93%;
	margin: auto;
	position: relative;
	bottom: -25px
}

.leftmenublk {
	position: fixed;
	z-index: 999;
	background: #171717;
	height: 100%;
	top: 0;
	width: 8%;
	float: left
}

.lefticonmenublk.active {
	background: #2199ac
}

.lefttextblk {
	color: #fff;
	padding: 5px 0 0;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	font-family: oswaldregular
}

.lefticonmenublk {
	display: block;
	padding: 11% 5%;
	border-bottom: 1px solid rgba(245, 245, 245, .1);
	cursor: pointer
}

.lefticonmenublk:last-child {
	border-bottom: 0
}

.lefticonblk {
	text-align: center
}

.lefticonmenublk:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.rightbar {
	width: 92%;
	float: right
}

.video-fluid {
	width: 100%;
	height: auto;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5), 0 2px 10px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .05), 0 2px 10px 0 rgba(0, 0, 0, .12);
	margin: auto;
	display: block
}

.video-fluid: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;
}

.video {
	padding: 0 0;
	text-align: center
}

.video h2 {
	color: #333
}

a {
	color: #2199ac
}

h1 {
	font-weight: 600
}

h2 {
	font-size: 40px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
}

.iconsize {
	font-size: 12px;
	top: 2px;
	left: 3px
}

.nav-xbootstrap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block
}

.nav-xbootstrap li {
	list-style-type: none;
	margin: 0;
	padding: 3px 0;
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #2199ac
}

.nav-xbootstrap li a {
	padding: 3px 10px;
	color: #333;
	display: inline-block;
	text-decoration: none;
	font-weight: 400
}

.nav-xbootstrap li:hover ul.dropdown {
	display: block
}

.nav-xbootstrap li ul.dropdown {
	position: absolute;
	display: none;
	width: 200px;
	background: #2980b9;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
	-ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
	-o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
	padding-top: 0
}

.nav-xbootstrap li ul.dropdown li {
	display: block;
	list-style-type: none
}

.nav-xbootstrap li ul.dropdown li a {
	padding: 15px 20px;
	font-size: 15px;
	color: #333;
	display: block;
	font-weight: 400
}

.nav-xbootstrap li ul.dropdown li:last-child a {
	border-bottom: none
}

.nav-xbootstrap li:first-child:hover a {
	border-radius: 3px 0 0 3px
}

.nav-xbootstrap li ul.dropdown li:hover a {
	background: rgba(0, 0, 0, .1)
}

.nav-xbootstrap li ul.dropdown li:first-child:hover a {
	border-radius: 0
}

.nav-xbootstrap li:hover .arrow-down {
	border-top: 5px solid #fff
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #def1f0;
	position: relative;
	top: 15px;
	right: -5px;
	content: ''
}

.title-mobile {
	display: none
}

.navbar-brand {
	padding: 7px 0px 10px;
    width: 80px;
}

.navbar-brand img {
	width: 100%;
	padding: 0
}

.navbar {
	padding: 0 0;
	position: relative!important;
	background: #fff;
	width: 100%;
	z-index: 9;
	transition: transform .3s ease-in-out;
	border-bottom: 1px solid #eee
}

.navbar-nav li a {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: 20px 15px!important
}

.navbar-light .navbar-toggler {
	border: none
}

.navbar.active {
	position: fixed!important;
	padding: 0;
}

.contact_detial {
	float: left;
	width: 310px
}

.contact_detial a {
	color: #000
}

.phone_icon {
	float: left;
	width: 4px;
	-ms-transform: rotate(100deg);
	-webkit-transform: rotate(100deg);
	transform: rotate(100deg);
	font-size: 30px;
	line-height: 27px;
	margin-right: 12px;
	margin-top: -35px
}

.phone_number span {
	margin-top: 8px;
	display: inline-block;
	font-family: Bahnschrift;
	font-size: 18px
}

.phone_number {
	float: left;
	padding: 0
}

.phone_number img {
	width: 30px;
	height: 30px
}

.phone_number h5 {
	margin: 0;
	font-size: 12px;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase
}

.phone_number h2 {
	margin: 0;
	font-size: 24px;
	font-family: Lato, sans-serif;
	font-weight: 900
}

.whatsapp {
	color: #fff!important;
	float: right;
	font-size: 16px;
	background: #00ad58;
	border-radius: 50px;
	padding: 4px 20px;
	margin-left: 0;
	display: inline-flex
}

.whatsapp img {
	width: 18px;
	height: 18px;
	margin: 5px 5px 0 0
}

.whatsapp span {
	margin-top: 3px
}

a:hover {
	text-decoration: none!important
}

.head-bg-cont .bg-light {
	background-color: none
}

.banner img {
	width: 100%
}

.banner .tag-bg {
	background: #000;
	padding: 1px 0
}

.banner-txt {
	background: #2b2a29;
	text-align: center;
	padding: 20px 0;
	position: relative
}

.banner-txt h2 {
	color: #c5c6c6;
	font-size: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700
}

.banner-txt h2 b {
	color: #c5c6c6;
	font-weight: 400
}

.banner-txt h2 span {
	color: #2199ac;
	font-weight: 500
}

.banner-txt h3 {
	color: #e4a43e;
	font-size: 38px;
	font-weight: 700;
}

.banner-txt h3 strong {
	font-weight: 900
}

.banner-txt hr {
	border-bottom: 3px dotted #898989
}

.banner-txt a {
	background: #2199ac;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 3px 15px;
	margin: 2px 0 0 15px;
	border-radius: 30px;
	display: inline-block;
	height: 50px;
	font-weight: 700
}

.banner-txt p {
	margin: 0 0;
	font-size: 8px;
	color: #898989;
	line-height: 0;
	position: absolute;
	left: 15px;
	bottom: 15px
}

.banner-txt .rupee {
	width: 2.6%;
	margin: -8px 5px 0 0
}

.d {
	display: none
}

.offer {
	display: inline-flex;
	width: 100%;
	text-align: center
}

.marquee {
	width: 78%;
	overflow: hidden;
	position: relative
}

.marquee div {
	display: block;
	width: 350%;
	position: absolute;
	overflow: hidden;
	animation: marquee 12s linear infinite;
}

.marquee div:hover {
	animation-play-state: paused
}

.marquee span {
	float: left;
	width: 50%
}

@keyframes marquee {
	0% {
		left: 0
	}
	100% {
		left: -175%
	}
}

.desk {
	display: block
}

.mob {
	display: none
}

.form-box {
	padding: 20px 20px 10px;
	position: absolute;
	right: 80px;
	top: 120px;
	transition: .3s;
	display: none;
	background: #1d323e
}

.form-box .property-d {
	border-radius: 3px 3px 0 0;
	background: #030d15;
	margin: -20px -20px -10px;
	padding: 10px 20px;
	text-align: center
}

.form-box .property-d img {
	height: 100px
}

.form-box h2 {
	color: #d56d3e;
	font-size: 25px;
	margin-bottom: 0;
	margin-top: 10px
}

.form-box .property-d h3 {
	font-size: 16px;
	margin: 5px 0 0 0;
	padding: 0
}

.form-box h2 span {
	display: block;
	font-size: 15px;
	font-weight: 600;
	margin-top: 5px;
	line-height: 15px;
	color: #fff
}

.form-box p {
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	margin: 0!important;
	padding: 0
}

.form-box p span {
	color: #a3cc3b
}

.form-box h3 {
	font-size: 18px;
	font-weight: 600;
	color: #fff
}

.form-box h3 strong {
	font-size: 26px;
	color: #ffbc00
}

.form-box .btn-style-one {
	padding: 5px 15px;
	line-height: 24px;
	transition: .3s;
	text-transform: capitalize;
	color: #fff;
	width: 100%;
	background: #2199ac;
	font-size: 14px;
	border: 1px solid #2199ac!important;
	border-radius: 3px
}

.form-box .btn-style-one:hover {
	background: #333
}

.carousel-indicators {
	z-index: 1
}

.carousel-item img {
	width: 100%
}

.hightlight-points {
	background: #000;
	padding: 10px 0;
	color: #fff;
	text-align: center
}

.hightlight-points .box {
	margin: 10px 0;
	border-right: 1px dashed #fff
}

.hightlight-points .last {
	border-right: none
}

.hightlight-points .box i {
	font-size: 30px;
	margin-bottom: 5px
}

.hightlight-points h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin: 0
}

.hightlight-points span {
	font-size: 13px;
	color: #fff
}

.action-btn-bar {
	margin: 20px 0; text-align: center;
}

.action-btn-bar .right-btn {
	background: #000!important
}

.action-btn-bar a {
	color: #fff;
	padding: 10px 30px;
	border-radius: 3px;
	background: #2199ac;
	text-decoration: none;
	margin-top: 0;
	font-size: 16px;
	display: inline-block;
	text-align: center
}

.company-info {
	padding: 0 0 40px;
	text-align: center;
}

.company-info h1 {
	font-size: 45px;
	text-align: center;
}

.company-info h1 span {
	display: block;
	font-size: 35px;
	color: #898989;
	font-weight: 600;
	text-transform: initial
}

.company-info h2 span {
	display: block;
	font-size: 35px;
	color: #898989;
	font-weight: 600;
	text-transform: initial
}

.company-info .right-box {
	padding: 80px 0 80px 80px
}

.company-info .floor-image img {
	width: 100%
}

.company-info h4 {
	font-size: 20px;
	font-weight: 600;
	color: #1d323e;
	text-transform: uppercase
}

.company-info p {
	margin: 10px 0!important;
	color: #727271;
	font-size: 16px;
    line-height: 27px;
}

.company-info b {
	font-size: 23px;
	font-weight: 400
}

.company-info .rera {
	font-size: 16px;
	font-weight: 600;
	color: #333
}

.company-info .font-size {
	font-size: 15px;
	font-weight: 600
}

.company-info .img-bg {
	background: #333;
	position: relative;
	width: 80%;
	height: 100%
}

.company-info .img-box {
	position: absolute
}

.company-info .price {
	color: #2b2a29;
	padding: 5px 15px;
	font-size: 18px;
	display: inline-block;
	border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

.company-info ul {
	margin: 0 0 0 17px;
	text-align: left;
}

.company-info h6{
	margin: 0 0 0 17px;
	text-align: left;
}

.company-info li {
	width: 100%;
	line-height: 20px!important;
	font-size: 14px;
	color: #727271
}

.company-info li i {
	font-size: 10px;
	margin: 3px 4px 0 0
}

.company-info .property-info {
	width: 70%;
	margin: auto
}

.company-info .property-info.style-two {
	margin-bottom: 40px
}

.company-info .property-info .info-block {
	text-align: center;
	margin-bottom: 20px;
	color: #2f2f2f;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.company-info .property-info .icon-box {
	position: relative;
	top: 0;
	display: block;
	width: 100px;
	height: 100px;
	padding: 32px 0;
	font-size: 30px;
	margin: 15px auto 5px;
	color: #000;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.property-info.style-two .icon-box {
	width: 110px;
	height: 110px;
	padding: 25px 10px
}

.company-info .property-info .info-block:hover {
	color: #000
}

.company-info .property-info .info-block:hover .icon-box {
	-webkit-transform: translate(0, -10px) scale(.85);
	-ms-transform: translate(0, -10px) scale(.85);
	-o-transform: translate(0, -10px) scale(.85);
	-moz-transform: translate(0, -10px) scale(.85);
	transform: translate(0, -10px) scale(.85)
}

.company-info .property-info .icon-box:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #e0e0e0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.company-info .property-info.style-two .icon-box:before {
	border: 2px solid #000;
	border-radius: 50%
}

.company-info .property-info .info-block:hover .icon-box:before {
	border-color: #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg)
}

.company-info .property-info .icon-box .icon {
	position: relative;
	z-index: 1
}

.company-info .property-info .info-block .title {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px
}

.company-info .property-info .info-block .count {
	position: relative;
	font-size: 14px;
	font-weight: 700
}

.company-info .box {
	background: #002914;
	padding: 15px 0;
	margin: 10px 0;
	color: #fff;
	text-align: center;
	box-shadow: 1px 1px 10px #d8d8d8;
	box-shadow: 1px 1px 10px #d8d8d8;
	border-radius: 10px
}

.company-info .box i {
	font-size: 35px;
	color: #2199ac;
	margin-bottom: 10px
}

.company-info .box img {
	width: 60px;
	margin-bottom: 10px
}

.company-info .box h5 {
	font-size: 18px;
	margin: 0;
	color: #000
}

.company-info .box span {
	font-size: 18px;
	font-style: italic
}

.contact-box {
	padding: 30px 0; text-align: center;
}

.contact-box h2 {
	color: #000;
	margin-bottom: 0;
}

.contact-box p {
	margin: 0;
	font-size: 15px;
	font-style: italic;
	color: #333
}

.company-info h5, h6{
	margin: 0 0 5px 0px;
	text-align: left;
}

.contact-box a {
background: #2199ac; padding: 15px 25px; color: #fff; text-decoration: none; font-size: 16px; font-weight: 500; display: inline-block; border: 1px solid #efefef; width: 100%;
}

.contact-box i {
	color: #000
}

.contact-box .box {
	margin-top: 15px;
	padding: 5px;
	background: #fff;
	position: relative;
	border: 1px solid #f7f7f7;
}

.contact-box .box:hover {
    box-shadow: 0 4px 20px 20px rgb(0 0 0 / 3%), 0 4px 20px 20px rgb(0 0 0 / 3%);
    transition: 0.5s;
    border-radius: 5px;
}


.privacy-policy {
	padding: 0;
}

.privacy-policy p {
	margin: 10px 0!important;
	color: #727271;
	font-size: 14px;
    line-height: 23px;
}

.blur{filter: blur(3px);}

.contact-box .box img {
	width: 100%;
	position: relative
}

.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: #2199ac;
	color: #000
}

.download {
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px;
	background: #1d323e;
	text-decoration: none;
	margin-top: 20px;
	font-size: 20px;
	display: inline-block;
	width: 300px;
	text-align: center
}

.download:hover {
	color: #fff
}

.enquiry-now {
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px;
	background: #1d323e;
	text-decoration: none;
	margin-top: 20px;
	font-size: 20px;
	display: inline-block;
	width: 300px;
	text-align: center
}

.enquiry-now:hover {
	color: #fff
}

.offer-bar {
	background: #000;
	padding: 15px;
	text-align: center;
	margin: 40px auto 0
}

.offer-bar h1 {
	font-family: 'Alfa Slab One', cursive;
	text-align: center;
	color: #fb8b00;
	font-size: 47px
}

.offer-bar .box {
	border: 3px solid #1d323e;
	border-style: dashed;
	padding: 40px
}

#owl-demo .item {
	background: #3fbf79;
	padding: 30px 0;
	margin: 10px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center
}

.customNavigation {
	text-align: center
}

/ .customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}

.highlights-info-sec {
	padding: 0 0
}

.highlights-info-sec .side-spc {
	margin: 0 20px
}

.highlights-info-sec .bg-img {
	color: #333
}

.highlights-info-sec .bg-img img {
	width: 100%
}

.highlights-info-sec .highlights-box {
	width: 100%
}

.highlights-info-sec .highlights-box li {
	width: 100%;
	display: inline-block;
	color: #fff;
	padding: 5px 15px;
	margin: 5px 0;
	font-size: 16px;
	background: #333
}

.highlights-info-sec .highlights-box li i {
	color: #1d323e;
	margin-right: 10px
}

.highlights-info-sec .highlights-box li strong {
	color: #1d323e
}

.highlights-info-sec h2 {
	color: #333;
	text-align: left;
	margin-bottom: 10px;
	font-size: 26px
}

.highlights-info-sec p {
	color: #fff
}

.amenities-info-sec {
	padding: 0px 0 30px;
}

.amenities-info-sec h2 {
	text-align: center;
	margin-bottom: 0
}

.amenities-info-sec .circle {
	width: 100px;
	height: 100px;
	margin: auto;
	border-radius: 50%;
	background: #fff;
	padding: 20px
}

.amenities-info-sec .circle img {
	width: 100%;
	height: 100%
}

.amenities-info-sec p {
	font-size: 18px;
	margin: 5px 0;
	color: #333;
	font-style: italic
}

.amenities-info-sec .box-icon {
	width: 100%
}

.amenities-info-sec .box-icon .box {
	width: 32%;
	display: inline-block;
	text-align: center;
	margin: 5px 0
}

.amenities-info-sec .box-icon .box img {
	width: 30%
}

.amenities-info-sec .box-icon .box p {
	font-size: 13px;
	line-height: 15px
}

.owl-carousel .owl-item .item img {
	display: inline-block!important;
	width: 100%!important;
	height: 65%!important
}

.bdr {
	border-right: none!important
}

.bdr-last {
	border-right: none!important
}

.amenities-info-sec .item {
	padding: 30px 0 50px;
	margin: 15px 0;
	text-align: center;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	display: block;
	box-shadow: rgb(0 0 0 / 9%) 0px 2px 4px 0px;
}

.amenities-info-sec .item:hover{
    transform: scale(1.02) translate(0px, -8px);
    transition: all 300ms ease-in-out 0s;
	box-shadow: 0 4px 10px 10px rgb(0 0 0 / 3%), 0 4px 10px 10px rgb(0 0 0 / 3%);
}

.amenities-info-sec .item img {
	width: 110px;
	height: 150px
}

.service-number {
	font-size: 55px;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 60px;
	height: 55px;
	font-weight: 500;
	line-height: 55px;
	color: rgba(35, 61, 92, .07);
	border-radius: 0 0 0 10px;
	z-index: 1;
	-webkit-transition: all .3s;
	transition: all .3s
}

.master-plan {
	padding: 60px 0;
	text-align: center;
	background: #0c0e58
}

.master-plan img {
	width: 100%;
	margin-bottom: 20px
}

.master-plan-detail {
	margin-top: 50px;
	font-size: 14px
}

.master-plan h2 {
	font-weight: 900;
	margin-bottom: 0!important;
	color: #fff
}

.master-plan .circle {
	width: 100px;
	height: 100px;
	margin: auto;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	border-radius: 50%
}

.master-plan .circle img {
	width: 100%;
	height: 100%;
	border-radius: 50%
}

.master-plan p {
	font-size: 16px;
	text-align: center
}

.specification {
	padding: 40px 0
}

.specification-img {
	width: 100%;
	margin: auto;
	text-align: center
}

.specification-img img {
	width: 100%
}

.specification h2 {
	color: #333
}

.key-highlight {
	background: #fff
}

.key-highlight .box {
	padding: 20px 20px 0;
	margin: 20px 15px;
	display: inline-block;
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 14px 0 rgb(0 11 40 / 6%)
}

.key-highlight .box img {
	width: 100%
}

.key-highlight h2 {
	color: #333;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 30px
}

.key-highlight p {
	text-align: center;
	font-size: 24px;
	font-weight: 700
}

.key-highlight img {
	width: 100%;
	height: 100%
}

.key-highlight .box-bar {
	margin: 40px 20px;
	display: block
}

.key-highlight .loc-box {
	width: 100%;
	display: inline;
	float: left;
	padding: 0 40px 0 0
}

.key-highlight li {
	list-style: none;
	color: #333;
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 28px!important;
	line-height: 19px!important;
	width: 100%;
	display: inline-flex
}

.key-highlight li i {
	padding: 2px 5px 0 0
}

.key-highlight .loc-box p {
	margin: 5px 0!important;
	line-height: 18px!important
}

.key-highlight h3 {
	text-align: left;
	font-size: 26px;
	margin-bottom: 10px
}

.key-highlight h6,
.key-highlight strong {
	font-weight: 900;
	color: #00528c
}

.booking {
	background-size: cover;
	padding: 40px 0;
	text-align: center;
	color: #fff
}

.booking h2 {
	color: #fff;
	margin: 0
}

.booking p {
	font-size: 18px;
	margin: 10px 0
}

.border {
	border: 1px solid #efefef
}

.default-info-box {
	padding: 0;
	margin: 0
}

.default-info-box .inner-box {
	position: relative;
	display: block;
	padding: 15px 10px;
	height: 55px;
	margin: 10px 10px;
	border: 1px solid #efefef;
	background: #fff;
	text-align: center;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.default-info-box:hover .inner-box {
	border-color: #000
}

.default-info-box .inner-box .icon-box {
	position: relative;
	top: 0;
	font-size: 30px;
	line-height: 30px;
	color: #000;
	margin-bottom: 10px;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.default-info-box .inner-box .icon-box img {
	width: 30px
}

.default-info-box:hover .inner-box .icon-box {
	top: -5px
}

.default-info-box .inner-box .info-count,
.default-info-box .inner-box .info-title {
	position: relative;
	bottom: 0;
	font-size: 11px;
	color: #666565;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 15px;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease
}

.default-info-box:hover .inner-box .info-count,
.default-info-box:hover .inner-box .info-title {
	bottom: -5px
}

.property-highlights {
	color: #333;
	padding: 20px 0 40px 0;
	background: #d1d2d4
}

.property-highlights h2 {
	text-align: left;
	margin-bottom: 30px
}

.property-highlights .box {
	text-align: center
}

.property-highlights .box2 {
	text-align: right
}

.property-highlights-img {
	text-align: center;
	width: 100%
}

.property-highlights-img img {
	width: auto;
	background: #f8f8f8
}

.property-highlights p {
	padding: 0;
	margin: 0 0 15px!important;
	font-size: 18px;
	font-style: italic
}

.property-highlights .location-title {
	width: 76%;
	margin: 10px;
	display: inline-grid;
	border-left: 1px solid #333;
	padding: 0 15px;
	position: relative;
	top: -20px
}

.property-highlights .location-block {
	display: inline-flex
}

.property-highlights .location-w1 {
	width: 48%
}

.property-highlights .location-w2 {
	width: 49%
}

.property-highlights .location-w3 {
	width: 38%
}

.property-highlights .location-title ul {
	margin-left: 15px
}

.property-highlights .location-block li {
	padding: 0;
	font-size: 18px;
	width: 100%;
	color: #6d6d6d;
	text-align: left
}

.property-highlights .location-block i {
	padding: 6px 5px 0 0;
	font-size: 12px;
	color: #1d323e
}

.property-highlights .location-block li strong {
	color: #1d323e
}

.property-highlights .location-block h4 {
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	color: #000;
	text-transform: uppercase
}

.property-highlights .location-block .icon-box {
	width: 100px;
	height: 100px;
	padding: 10px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #fff;
	background: #2199ac;
	font-size: 24px;
	display: inline-block
}

.property-highlights .location-block .icon-box img {
	width: 65px;
	height: 65px;
	text-align: center;
	margin: 5px 0
}

.nearby-locations .location-block h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #2f2f2f
}

.l-map {
	padding: 80px 0;
	background: #f8f8f8
}

.l-map strong {
	color: #000
}

.l-map img {
	width: 100%;
	height: 100%
}

.l-map li {
	list-style: none
}

.l-map h3 {
	text-align: left;
	font-size: 26px;
	margin-bottom: 10px
}

.l-map .box {
	text-align: center;
	display: grid;
	padding: 15px 0;
	margin: 10px 0;
	background: #000;
	color: #fff;
	line-height: 55px
}

.floor-plan {
	padding: 40px 0
}

.floor-plan h4 {
	font-size: 16px;
	text-align: center
}

.price-list {
	padding: 0px 0 40px;
	color: #333;
}


.price-list p {
	color: #333;
	margin: 0 0 10px;
	line-height: 25px;
	font-size: 18px;
	font-weight: 500
}

.price-list strong {
	font-weight: 700;
	color: #000;
	font-style: normal
}

.price-list img {
	width: 100%
}

.price-list .table-responsive {
	background: #fafafa;
	text-align: left
}

.price-list .table {
	margin-bottom: 0
}

.price-list .table-bordered thead td,
.table-bordered thead th {
	font-size: 16px;
	color: #2199ac;
	font-weight: 700
}

.price-list .table-bordered td,
.table-bordered th {
	font-size: 16px;
	padding: 15px 20px;
	border: 1px solid #2199ac;
	width: 33%;
	font-weight: 600
}

.price_inner {
	border: 1px solid #2199ac;
	color: #fff;
	position: relative;
	background: #2199ac;
	text-align: center;
	padding: 1rem;
	margin-bottom: 2rem;
	font-size: .85rem
}

.price_inner::before {
	content: "";
	border-top: 45px solid #2199ac;
	border-bottom: 45px solid transparent;
	border-right: 45px solid transparent;
	position: absolute;
	top: 0;
	left: 0
}

.rc_one {
	border-bottom: 1px dashed #009247;
	line-height: 170%;
	padding-top: .5rem;
	padding-bottom: .5rem;
	width: 100%;
	display: inline-block
}

.rc_one span {
	display: block;
	font-size: 1.3rem;
	font-weight: 600
}

.photogalary {
	width: 100%;
	padding: 40px 0;
	display: inline-block
}

.photogalary p {
	margin: 10px 0 30px 0!important;
	text-align: center
}

.photogalary ul {
	margin: 0;
	padding: 0
}

.photogalary li {
	width: 50%;
	height: auto;
	float: left;
	position: relative;
	list-style: none;
	border: 1px solid #fff
}

.photogalary li img {
	width: 100%
}

.photogalary li .image_description {
	background: rgb(27 56 132 / 76%) none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	cursor: pointer;
	box-sizing: border-box;
	opacity: 1;
	-webkit-transition: all .7s ease-out 0s;
	-ms-transition: all .7s ease-out 0s;
	-o-transition: all .7s ease-out 0s;
	-moz-transition: all .7s ease-out 0s;
	transition: all .7s ease-out 0s;
	left: 0;
	overflow: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	border-radius: 100%
}

.photogalary li:hover .image_description {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	border-radius: 0
}

.photogalary .image_description p {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase
}

.photogalary .icon {
	background: #fff;
	border-radius: 50%;
	height: 60px;
	padding: 0;
	width: 60px;
	border: 2px solid #000;
	margin: auto;
	text-align: center;
	position: absolute;
    bottom: 40%;
    left: 43%;
}

.photogalary .icon img {
	height: 100%;
	width: 100%;
	vertical-align: inherit;
	position: relative;
	top: 5px;
	left: 5px
}

.row>.column {
	padding: 10px; position: relative;
}

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

.column {
	float: left;
	width: 25%
}

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

.column .icon-text {
	height: 0
}

.modal-open {
	overflow: hidden;
	padding-right: 0!important
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000
}

.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px
}

.photogalary .close {
	color: #fff;
	position: absolute;
	top: -36px;
	right: 0;
	font-size: 35px;
	font-weight: 700;
	opacity: 9
}

.photogalary .close:focus,
.photogalary .close:hover {
	color: #999;
	text-decoration: none;
	cursor: pointer
}

.mySlides {
	display: none
}

.cursor {
	cursor: pointer
}

.next,
.prev {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	transition: .6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	background-color: #2199ac
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px
}

.next:hover,
.prev:hover {
	background-color: rgba(0, 0, 0, .8);
	color: #fff!important
}

.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0
}

img {
	margin-bottom: -4px;
	height: 100%
}

.caption-container {
	text-align: center;
	background-color: #000;
	padding: 2px 16px;
	color: #fff
}

.demo {
	opacity: .6
}

.active,
.demo:hover {
	opacity: 1
}

img.hover-shadow {
	transition: .3s
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.thumb-d {
	display: none
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #7ea960
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: #2199ac;
	color: #fff;
	padding: 0 10px!important
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	font-size: 50px!important;
	line-height: 40px!important
}

.sty {
	border: none;
	background: no-repeat
}

.fixed {
	position: fixed
}


.ola-cab{width:100%; text-align:center;}
.ola-cab p{padding-bottom:0!important; margin-bottom:0!important}
.ola-cab img{width: 150px; margin-bottom:10px;}
.ola-cab span{color:#dddb01;}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}
.cc-contactpop {
	background-color: #0b1901;
	color: #fff;
	width: 350px;
	bottom: 0;
	right: 0;
	z-index: 9;
	border-radius: 6px 6px 0 0;
	box-shadow: -2px 4px 5px 0 rgba(0, 0, 0, .21);
	-webkit-box-shadow: -2px 4px 5px 0 rgba(0, 0, 0, .21);
	-moz-box-shadow: -2px 4px 5px 0 rgba(0, 0, 0, .21)
}

.cc-contactpop h3 {
	border-radius: 6px 6px 0 0;
	text-align: left;
	color: #fff;
	text-shadow: none;
	font-size: 16px;
	font-weight: 600;
	background-color: #28a3ca;
	background: linear-gradient( -45deg, #2199ac, #917046, #f7b259, #917046);
    background-size: 400% 400%;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s ease infinite;
	margin: 0;
	padding: 15px;
	cursor: pointer
}

.cc-contactpop h3 span {
	font-style: oblique
}

.cc-contactpop p {
	text-align: center;
    padding: 0px 30px;
    Color: #fff;
    font-size: 19px;
    line-height: 24px;
}

.cc-contactpop i {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-weight: 500;
	font-size: 30px;
	padding: 2px 16px;
	cursor: pointer;
	background: #2199ac;
	border-radius: 0 3px 0 0
}

.cc-contactpop form {
	padding: 0 15px
}

.cc-contactpop input {
	font-family: "PT Sans", sans-serif;
	font-size: .875em;
	width: 100%;
	height: 45px;
	padding: 0 15px 0 15px;
	background: #fff;
	outline: 0;
	color: #333;
	border-radius: 3px;
	border: solid 1px #d6ec9a;
	border-bottom: none;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out
}

.cc-contactpop input:hover {
	background: #d6ec9a
}

.cc-contactpop textarea {
	font-family: "PT Sans", sans-serif;
	font-size: .875em;
	width: 100%;
	max-width: 100%;
	height: 110px;
	max-height: 110px;
	padding: 15px;
	background: 0 0;
	outline: 0;
	color: #fff;
	border: solid 1px #eb6166;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out
}

.cc-contactpop textarea:hover {
	background: #eb6166
}

.cc-contactpop button {
	font-family: "PT Sans", sans-serif;
	font-size: .875em;
	padding: 10px;
	background: #2199ac;
	width: 100%;
	color: #fff;
	outline: 0;
	cursor: pointer;
	border-radius: 30px;
	border: solid 1px #2199ac;
	margin-bottom: 20px
}

.cc-contactpop button:hover {
	background: #529225
}

.form-list {
	padding: 0;
	list-style: none;
	padding: 10px;
	margin-bottom: 0
}

.form-list li {
	text-align: center;
	margin-bottom: 10px;
	font-size: 13px;
	display: inline-block;
	width: 32%;
	font-weight: 700;
	color: #fff
}

.form-list li img {
	width: 50px;
	display: block;
	text-align: center;
	margin: auto;
	padding-bottom: 10px
}

.btn-animation {
	-webkit-animation: breathing 2s ease-out infinite normal;
	animation: breathing 2s ease-out infinite normal;
	-webkit-font-smoothing: antialiased
}

@-webkit-keyframes breathing {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	25% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	60% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	100% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
}

@keyframes breathing {
	0% {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9)
	}
	25% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
	60% {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9)
	}
	100% {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9)
	}
}

.sheak {
	display: inline-block;
	animation: shake .9s;
	animation-iteration-count: infinite
}

@keyframes shake {
	10%,
	90% {
		transform: translate3d(-1px, 0, 0)
	}
	20%,
	80% {
		transform: translate3d(2px, 0, 0)
	}
	30%,
	50%,
	70% {
		transform: translate3d(-1px, 0, 0)
	}
	40%,
	60% {
		transform: translate3d(1px, 0, 0)
	}
}

.button-glow {
	cursor: pointer;
	-webkit-animation: glowing 1.5s infinite;
	-moz-animation: glowing 1.5s infinite;
	-o-animation: glowing 1.5s infinite;
	animation: glowing 1.5s infinite
}

@-webkit-keyframes glowing {
	0% {
		background: #d69200;
		-webkit-box-shadow: 0 0 3px #ffc800
	}
	100% {
		-webkit-box-shadow: 0 0 3px #ffc800
	}
}

@-moz-keyframes glowing {
	0% {
		background: #d69200;
		-moz-box-shadow: 0 0 3px #ffc800
	}
	100% {
		-moz-box-shadow: 0 0 3px #ffc800
	}
}

@-o-keyframes glowing {
	0% {
		background: #d69200;
		box-shadow: 0 0 3px #ffc800
	}
	100% {
		box-shadow: 0 0 3px #ffc800
	}
}

@keyframes glowing {
	0% {
		background: #d69200;
		box-shadow: 0 0 3px #ffc800
	}
	100% {
		box-shadow: 0 0 3px #ffc800
	}
}

.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 .last-child {
	border-right: none
}

.mobile-bottom li i {
	font-size: 20px;
	color: #2199ac
}

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

.mobile-bottom img {
	width: 18px;
	height: 18px;
	margin-bottom: 0
}

.modal-dialog {
	max-width: 400px;
	margin: auto;
	padding: 0 1.75rem
}

.tour {
	background: url(../images/360virtualTour.jpg);
	background-size: cover;
	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
}

.gray-bg {
	padding: 20px 0
}

.video-play-button {
	display: block;
	width: 100px;
	margin: auto
}

.video-play-button:hover:after {
	background-color: darken(#fa183d, 10%)
}

.video-play-button span {
	display: block;
	width: 100px
}

.video-play-button span img {
	width: 100%
}

.location-highlight {
	padding: 0;
	background: #fff
}

.location-highlight h2 {
	margin-bottom: 20px
}

.location-highlight li {
	list-style: none;
	display: inline-flex;
	width: 100%;
	color: #333;
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 18px!important
}

.location-highlight li i {
	margin-right: 5px;
	margin-top: 3px
}

.location-highlight p {
	margin: 5px 0!important;
	line-height: 18px!important
}

.location-highlight h6,
.location-highlight strong {
	font-weight: 900;
	color: #2199ac
}

.location-benefits {
	margin: 80px 0
}

.location-benefits .loc-box {
	border: 1px solid #dee2e6;
	display: inline-block;
	height: 275px
}

.location-benefits .img-box {
	width: 50%;
	float: left;
	height: 100%
}

.location-benefits .img-box img {
	width: 100%;
	height: 100%
}

.location-benefits .img-box2 {
	width: 50%;
	float: right;
	height: 100%
}

.location-benefits .img-box2 img {
	width: 100%;
	height: 100%
}

.location-benefits .details {
	width: 50%;
	float: left;
	padding: 30px;
	box-sizing: border-box
}

.location-benefits .details ul {
	list-style: none
}

.location-benefits .details ul i {
	font-size: 10px;
	margin-right: 5px
}

.location-benefits .details h4 {
	color: #000
}

.location-benefits p {
	margin: 10px 0 30px 0;
	text-align: center
}

.contact {
	margin: 0 0;
	padding: 0 0 20px
}

.contact .cont-box {
	background: rgba(255, 255, 255, .49019607843137253)
}

.contact .enquery-form {
	color: #333;
	width: 35%;
    margin: auto;
	text-align:center;
}

.contact .enquery-form h5 {
	margin: 0;
	padding: 0;
	font-weight: 700;
}

.captcha {
	background: #fff;
	text-align: center;
	margin-bottom: 12px;
	display: initial
}

.sec-code {
	display: inline!important;
	width: 64%!important
}

.sec-code2 {
	width: 57%!important
}

.form-control {
	padding: .5rem .75rem!important;
	line-height: 14px!important
}

label.checkbox-inline.small {
	color: #333;
	font-size: 14px;
	margin-top: 29px
}

.contact .enquery-form label.checkbox-inline.small {
	color: #898989;
	font-size: 14px;
	margin-top: 29px
}

::-webkit-input-placeholder {
	font-size: 13px
}

:-ms-input-placeholder {
	font-size: 13px
}

::placeholder {
	font-size: 13px
}

.form-group {
	margin-bottom: 10px
}

label {
	font-size: 12px;
	color: red;
	margin: 0
}

.lab {
	font-size: 13px;
	color: #333;
	width: 100%;
	padding: 0;
	margin: 0
}

.default-form .form-group input[type=email],
.default-form .form-group input[type=password],
.default-form .form-group input[type=url],
.default-form .form-group select,
.default-form .form-group textarea,
.enquery-form .form-group input[type=text] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 12px 15px;
	border: 1px solid #e5e5e5;
	height: 45px;
	color: #222;
	font-size: 13px;
	background: #fff;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease
}

.contact .enquery-form .btn-style-one {
	position: relative;
	padding: 4px 15px;
	line-height: 24px;
	text-transform: capitalize;
	background: #2199ac;
	color: #fff!important;
	font-size: 14px;
	font-weight: 500;
	border: 2px solid #2199ac!important;
	border-radius: 3px;
	width: 100%;
	font-weight: 600
}

.mobile-on {
	display: none
}

.copyrights {
	padding: 25px 0;
	background: #000!important
}

.copyrights p {
	color: #fff;
	margin: 0!important
}

p.disclaimer {
	font-size: 10px;
	margin-top: 5px;
	color: #949494
}

.map img {
	width: 100%
}

.alert-danger {
	background-color: #2199ac;
	border-color: #2199ac;
	color: #fff;
	padding: 10px 50px;
	font-size: 15px;
	border-radius: 3px;
	transform: translateX(-20%) translateY(40%);
	box-sizing: content-box;
	display: inline-block;
	text-align: center
}

.alert-danger:hover {
	color: #fff;
	background: #000;
	text-decoration: none
}

#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: .3s
}

#myImg:hover {
	opacity: .7
}

.modal-lg .modal-body {
	text-align: right
}

.modal-backdrop {
	background-color: rgba(0, 0, 0, .0001)!important;
	z-index: 0
}

.modal-content .enquery-form .btn-style-one {
	width: 100%;
	position: relative;
	padding: 8px 26px;
	line-height: 24px;
	text-transform: capitalize;
	background: #2199ac;
	color: #fff!important;
	font-size: 14px;
	font-weight: 500;
	border: 2px solid #2199ac!important;
	border-radius: 30px
}

.modal {
	display: none;
	position: fixed;
	z-index: 999;
	padding-top: 110px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(0, 0, 0, .7)!important
}

.modal-lg {
	max-width: 700px!important
}

.fade:not(.show) {
	opacity: 1!important
}

.modal-content {
	display: block;
	max-width: 700px;
	border: none!important
}

#image_lightbox img {
	height: auto;
	width: 100%
}

.modal-dialog .modal-lg {
	max-width: 700px!important;
	margin: 1.75rem auto!important
}

.modal-header2 {
	background: url(../images/tour-pop.jpg)!important;
	background-size: cover!important;
	height: 140px
}

.modal-header .close {
	padding: 9px!important;
	margin: -1rem -35px -1rem auto!important;
	background: #2199ac;
	opacity: 1;
	border-radius: 0 4px 0 0
}

.modal-header h4 {
	font-size: 30px;
	font-weight: 600;
	color: #fff
}

.modal-header h4 span:first-child {
	font-weight: 300;
	color: #000
}

.modal-header h4 span:last-child {
	font-size: 18px;
	font-weight: 700;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	background: rgb(0 0 0 / 45%);
	width: 100%;
	padding: 5px 15px
}

#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px
}

#caption,
.modal-content {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: .6s;
	animation-name: zoom;
	animation-duration: .6s
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0)
	}
	to {
		-webkit-transform: scale(1)
	}
}

@keyframes zoom {
	from {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}

.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 15px;
	font-weight: 700;
	transition: .3s
}

.close:focus,
.close:hover {
	color: #bbb;
	text-decoration: none;
	cursor: pointer
}

.enquiry-fix-btn {
	position: fixed;
	top: 43%;
	right: 12px;
	transform: rotate(90deg) translateY(-120px);
	opacity: 0;
	visibility: hidden;
	transition: transform .3s ease-in-out;
	font-size: 13px
}

.enquiry-fix-btn.active {
	transform: rotate(90deg) translateY(-60px);
	opacity: 1;
	visibility: visible
}

.enquiry-fix-btn .btn {
	border-radius: 0;
	background: #212121;
	color: #fff!important;
	font-size: 13px
}

.modal-header {
	padding: 16px!important;
	border-bottom: none;
	position: relative;
	background: #333
}

.modal-title {
	color: #fff
}

@media only screen and (max-width:700px) {
	.modal-content {
		width: 100%
	}
}

@media screen and (max-width:1414px) {
	.tag-ling-txt h2 {
		font-size: 25px
	}
	.circle-info {
		padding: 40px;
		width: 200px;
		height: 200px;
		font-size: 30px;
		font-weight: 900;
		top: -90px;
		line-height: 35px
	}
	.circle-info span {
		font-weight: 400;
		font-size: 25px;
		line-height: 20px
	}
	@media screen and (max-width:1266px) {
		.location-benefits .img-box {
			width: 100%;
			height: auto
		}
		.location-benefits .img-box2 {
			width: 100%;
			height: auto
		}
		.location-benefits .loc-box {
			height: 100%
		}
		.location-benefits .details {
			width: 100%
		}
	}
	@media screen and (max-width:1024px) {
		.tag-ling-txt h2 {
			font-size: 25px
		}
	}
	@media screen and (max-width:992px) {
		.whatsapp {
			border-radius: 0
		}
		.navbar {
			padding: 0!important
		}
		.nav-xbootstrap {
			background: #212121;
			width: 250px;
			height: 100%;
			display: block;
			position: fixed;
			right: -250px;
			top: 0;
			z-index: 9;
			-webkit-transition: right .25s ease;
			-moz-transition: right .25s ease;
			-ms-transition: right .25s ease;
			-o-transition: right .25s ease;
			transition: right .25s ease;
			margin: 0;
			border: 0;
			border-radius: 0;
			overflow-y: auto;
			overflow-x: hidden;
			height: 100%
		}
		.title-mobile {
			position: fixed;
			display: block;
			top: 10px;
			font-size: 20px;
			left: 100px;
			right: 100px;
			text-align: center;
			color: #fff
		}
		.nav-xbootstrap.visible {
			right: 0;
			-webkit-transition: right .25s ease;
			-moz-transition: right .25s ease;
			-ms-transition: right .25s ease;
			-o-transition: right .25s ease;
			transition: right .25s ease
		}
		.nav-bg-xbootstrap {
			display: inline-block;
			vertical-align: middle;
			width: 25px;
			height: 50px;
			margin: 0;
			position: relative;
			z-index: 9;
			top: -3px;
			left: 0;
			padding: 12px 0 0 10px
		}
		.navbar-xbootstrap {
			display: inline-block;
			vertical-align: middle;
			height: 50px;
			cursor: pointer;
			margin: 0;
			position: absolute;
			top: 0;
			right: 0;
			padding: 13px 0
		}
		.bar1,
		.bar2,
		.bar3 {
			width: 20px;
			height: 2px;
			background-color: #2199ac;
			margin: 6px 0;
			transition: .4s
		}
		.change .bar1 {
			-webkit-transform: rotate(-45deg) translate(-9px, 6px);
			transform: rotate(-46deg) translate(-9px, 3px)
		}
		.change .bar2 {
			opacity: 0
		}
		.change .bar3 {
			-webkit-transform: rotate(45deg) translate(-8px, -8px);
			transform: rotate(44deg) translate(-8px, -3px)
		}
		.nav-xbootstrap ul {
			padding-top: 20px
		}
		.nav-xbootstrap li {
			display: block
		}
		.nav-xbootstrap li a {
			display: block;
			color: #fff
		}
		.nav-xbootstrap li:first-child:hover a {
			border-radius: 0
		}
		.nav-xbootstrap li ul.dropdown {
			position: relative
		}
		.nav-xbootstrap li ul.dropdown li a {
			background: #2980b9!important;
			border-bottom: none;
			color: #fff!important
		}
		.nav-xbootstrap li:hover a {
			color: #fff!important
		}
		.nav-xbootstrap li ul.dropdown li:hover a {
			background: rgba(0, 0, 0, .1)!important;
			color: #fff!important
		}
		.nav-xbootstrap li ul.dropdown li a {
			padding: 10px 10px 10px 30px
		}
		.nav-xbootstrap li:hover .arrow-down {
			border-top: 5px solid #fff
		}
		.arrow-down {
			border-top: 5px solid #505050;
			position: absolute;
			top: 20px;
			right: 10px
		}
		.cover-bg {
			background: rgba(0, 0, 0, .5);
			position: fixed;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			z-index: 1
		}
		.navbar-nav li a {
			border-top: 1px solid #eee;
			border-left: none;
			border-right: none;
			padding: 10px!important
		}
		.mobile {
			display: none
		}
		.mobile-on {
			display: block
		}
		.phone_icon {
			width: 0;
			font-size: 25px;
			line-height: 35px;
			margin-right: 5px
		}
		.phone_number {
			float: left;
			padding: 0 10px 0 0
		}
		.phone_number span {
			font-size: 15px;
			margin-top: 0
		}
		.contact_detial {
			width: auto
		}
		.whatsapp {
			padding: 20px 10px;
			margin: 0;
			border: none
		}
		.whatsapp span {
			display: none
		}
		.circle-info {
			top: -90px
		}
	}
	@media screen and (max-width:983px) {
		.circle-info {
			top: -55px
		}
		h2 {
			font-size: 23px;
			text-align: center!important;
			font-weight: 800
		}
		.modal-header h4 {
			font-size: 24px
		}
	}
	@media screen and (max-width:767px) {
		
		.contact .enquery-form {width: 70%;}
		.company-info p { font-size: 14px; line-height: 22px;}
		
		.marquee div {
			line-height: 18px;
		}
		.d {
			display: block
		}
		.imp-points h3 {
			font-size: 23px;
			font-weight: 800
		}
		.banner-txt h2 {
			font-size: 15px;
			line-height: 20px; margin-bottom: 30px;
		}
		.banner-txt h3 {
			font-size: 16px
		}
		.banner-txt .rupee {
			width: 3.2%;
			margin: -4px 3px 0 0
		}
		.hide-m {
			display: none
		}
		.banner-txt hr {
			margin: 5px 0;
			border-bottom: 2px dotted #898989
		}
		.banner-txt {
			padding: 10px 0 1px
		}
		.banner-txt a {
			font-size: 16px;
			margin: 0 0 10px;
			height: auto
		}
		.marquee {
			width: 100%;
			height: 25px
		}
		.offer {
			display: inline-block;
			width: 100%;
			text-align: center
		}
		.navbar-brand {
			padding: 0px 0 5px;
    		width: 70px;
		}
		.nav-xbootstrap {
			display: block
		}
		.phone_number img {
			width: 25px;
			height: 25px
		}
		.leftmenublk {
			display: none
		}
		.rightbar {
			width: 100%
		}
		.imp-points {
			padding: 20px 7px 10px 7px;
			margin: 0 15px
		}
		.imp-points .item-box {
			width: 49%;
			margin: 5px 0
		}
		.imp-points .item-box .box strong {
			font-size: 14px; margin: 0;
		}
		.imp-points .item-box .box {
			font-size: 11px;
			font-weight: 600
		}
		.imp-points .item-box img {
			width: 70px;
			height: 100px;
		}
		.imp-points .item-box .last-child-m {
			border-right: none
		}
		.contact .enquery-form .btn-style-one{
			width: 85px;
		}
		.offer-bar .box {
			padding: 20px
		}
		.offer-bar h1 {
			font-size: 32px
		}
		.enquiry-now {
			padding: 5px 0;
			width: 230px;
			margin-top: 5px
		}
		.carousel-indicators li {
			display: none
		}
		.download {
			padding: 9px 20px;
			font-size: 16px;
			width: 230px
		}
		.desk {
			display: none
		}
		.mob {
			display: block;
			text-align: center
		}
		.form-box {
			position: inherit;
			top: 0;
			right: 0;
			width: 100%;
			padding: 20px 30px 10px;
			display: block
		}
		.form-box .form-group {
			margin: 5px 1%;
			display: inline-grid;
			width: 47%
		}
		.mobile-bottom {
			display: block
		}
		.whatsapp {
			display: none
		}
		.company-info .txt {
			display: none
		}
		.company-info {
			padding: 30px 0 0
		}
		.company-info a {
			padding: 9px 20px;
			font-size: 13px;
			width: auto;
			margin: auto;
			display: inline-block
		}
		.company-info ul {
			margin-top: 5px
		}
		.company-info li {
			width: 100%
		}
		.company-info .box {
			margin: 5px 0
		}
		.company-info .rera {
			font-size: 13px;
			text-align: center;
			font-weight: 800
		}
		.company-info .right-box {
			padding: 0
		}
		.company-info .price {
			font-size: 18px;
			display: block;
			text-align: center;
			margin: auto
		}
		.company-info .price b {
			display: none
		}
		.key-highlight-img {
			width: 100%
		}
		.key-highlight-img img {
			width: 100%
		}
		.key-highlight .text li {
			width: 49%;
			margin: 0
		}
		.key-highlight .box {
			padding: 0;
			margin: 10px 0
		}
		.hightlight-points {
			display: none
		}
		.property-highlights {
			padding: 20px 0 0;
			margin: 0 15px
		}
		.property-highlights h2 {
			text-align: center;
			margin-bottom: 20px
		}
		.property-highlights .location-block {
			width: 100%;
			margin: 5px 0
		}
		.property-highlights .location-block ul {
			margin-bottom: 0
		}
		.property-highlights .location-block li {
			width: 100%
		}
		.property-highlights .location-block h4 {
			font-size: 14px
		}
		.property-highlights .location-block li {
			font-size: 13px
		}
		.property-highlights .location-block .icon-box {
			width: 70px;
			height: 70px;
			padding: 5px
		}
		.property-highlights .location-block .icon-box2 {
			width: 70px;
			height: 68px!important;
			padding: 5px;
			margin-top: 7px
		}
		.property-highlights .location-block .icon-box img {
			padding: 5px;
			height: 50px;
			left: -3px;
			position: relative
		}
		.property-highlights .location-title {
			top: -10px;
			padding: 0 0 0 10px;
			margin: 10px 0 10px 10px
		}
		.property-highlights .w2 {
			position: relative;
			width: 270px;
			left: 30px
		}
		.amenities-info-sec {
			text-align: center;
			margin: 0 15px;
			padding: 20px 0 20px
		}
		.amenities-info-sec .amenities-box {
			padding: 30px 3%
		}
		.amenities-info-sec h2 {
			padding-top: 0;
			margin-bottom: 10px
		}
		.amenities-info-sec p {
			font-size: 13px
		}
		.amenities-info-sec .amenities-box li {
			width: 49%;
			padding: 0
		}
		.amenities-info-sec .item {
			display: inline-block;
			width: 100%;
			padding: 10px 0 5px;
			margin: 5px 0;
			height: auto
		}
		.amenities-info-sec .item img {
			width: 70px;
			height: 100px
		}
		` .amenities-info-sec {
			text-align: center
		}
		.bdr-mob {
			border-right: none!important
		}
		.bdr {
			border-right: 1px solid #333!important
		}
		.action-btn-bar a {
			font-size: 13px;
			padding: 10px 20px
		}
		.location-highlight {
			padding: 0 0;
			margin: 0 15px
		}
		.master-plan .table td {
			padding: 0 5px;
			font-size: 12px
		}
		.master-plan .circle {
			width: 50px;
			height: 50px
		}
		.master-plan .download {
			padding: 5px 20px;
			width: 200px
		}
		.master-plan .text li {
			width: 100%
		}
		.master-img {
			width: 100%
		}
		.price-list {
			padding: 20px 0;
			text-align: center;
			margin: 0 15px
		}
		.price-list .table-bordered td,
		.table-bordered th {
			font-size: 14px;
			padding: 5px;
			text-align: center
		}
		.price-list h4 {
			font-size: 18px
		}
		.price-box {
			margin-bottom: 20px
		}
		.rc_one {
			width: auto;
			display: block
		}
		.offer-sec {
			padding: 20px 0 0;
			margin: 0 15px
		}
		.tour h2 {
			font-size: 28px
		}
		.video-play-button span {
			width: 70px
		}
		.video-play-button {
			width: 70px
		}
		iframe {
			height: 300px
		}
		.about-image {
			display: none
		}
		.alert-danger {
			font-size: 13px;
			padding: 10px 20px
		}
		.video-fluid {
			width: 100%;
			height: auto
		}
		.video {
			padding: 40px 0
		}
		.l-map ul {
			margin-top: 20px
		}
		.l-map {
			padding: 40px 0 0 0
		}
		.photogalary {
			padding: 0 0;
			margin: 0 15px;
			width: 92%
		}
		.photogalary .modal {
			padding-top: 200px
		}
		.photogalary .close {
			top: -36px;
			right: 0
		}
		.row>.column {
			padding: 5px 3px;
			width: 50%;
		}
		.column .icon-text {
			height: 0;
			display: flow-root; position: relative;
		}
		.photogalary .icon {
			background: rgb(33 153 172 / 53%);
			height: 40px;
			padding: 0;
			width: 40px;
			border-radius: 0;
			margin-top: -36px;
			float: right;
			border: 0;
			position: initial;
		}
		.contact {
			padding: 0 0;
			margin: 0 15px
		}
		.contact .cont-box {
			padding: 10px 0
		}
		.contact-box {
			padding: 20px 0 10px;
			margin: 0 15px
		}
		.contact-box .box {
			margin: 15px 0px
		}
		.contact .enquery-form h5 {
			text-align: center
		}
		.copyrights {
			padding: 10px 0 100px
		}
		p.disclaimer {
			line-height: 15px!important;
			text-transform: capitalize
		}
		.cc-contactpop {
			bottom: 39px;
		}
		.owl-carousel .owl-item .item img {
			width: 20%!important
		}
		.tour {
			padding: 0px;
			width: 100%
		}
		.gray-bg {
			height: 130px
		}
		.contact-box a {
			left: 6%;
			top: 33%;
			font-size: 16px
		}
		.contact-box .box img {
			height: auto;
		}
		.line {
			bottom: -20px
		}
		.bdr-last {
			display: none!important
		}
		.action-btn-bar {
			margin: 10px 0
		}
	}
	@media screen and (max-width:639px) {
		.banner .tag-bg {
			background: #333;
			padding: 5px 0
		}
		.tag-ling-txt h2 {
			font-size: 20px
		}
		.tag-ling-txt p {
			margin: 0!important;
			font-size: 13px
		}
		.circle-info {
			padding: 15px;
			width: 120px;
			height: 120px;
			font-size: 20px;
			font-weight: 900;
			top: -35px;
			line-height: 25px
		}
		.circle-info span {
			font-weight: 400;
			font-size: 18px
		}
	}
	@media screen and (max-width:600px) {
		.default-info-box .inner-box {
			margin: 0 20px
		}
	}
	@media screen and (max-width:570px) {
		.tag-ling-txt h2 {
			font-size: 15px
		}
		.circle-info {
			line-height: 20px
		}
		.circle-info span {
			font-size: 14px
		}
		.amenities-info-sec .amenities-box li {
			width: 98%
		}
		.key-highlight .text li {
			width: 95%
		}
		.company-info h1 {
			font-size: 30px;
			margin-bottom: 0;
			text-align: center
		}
		.company-info h1 span {
			font-size: 18px
		}
		.company-info h2 {
			font-size: 22px
		}
		.company-info h2 span {
			font-size: 16px
		}
	}
	@media screen and (max-width:400px) {
		.company-info li {
			width: 99%
		}
		.company-info li img {
			margin: auto
		}
		.circle-info {
			top: -19px
		}
		.circle-info span {
			font-size: 12px
		}
		.tag-ling-txt h2 {
			font-size: 13px
		}
		.photogalary .image_description p {
			font-size: 10px
		}
	}
	@media screen and (max-width:325px) {
		.circle-info {
			top: -6px;
			left: 10px
		}
		.modal-header h4 {
			font-size: 20px
		}
	}
	@media (max-width:767px) {
		.hidden-xs {
			display: none!important
		}
	}
	@media (min-width:768px) and (max-width:991px) {
		.hidden-sm {
			display: none!important
		}
	}
	@media (min-width:992px) and (max-width:1199px) {
		.hidden-md {
			display: none!important
		}
	}
	@media (min-width:1200px) {
		.hidden-lg {
			display: none!important
		}
	}
}