body {
	font-family: 'Montserrat', sans-serif;
	background-color: #fff;
	-ms-overflow-style: scrollbar;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
ul, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0
}
.bg-light {
	background-color: #fff!important;
}
.navbar-light .navbar-nav .nav-link {
	color: #000!important;
	text-transform: uppercase;
	font-size: 16px;
	font-weight:600
}
.navbar-light .navbar-nav .nav-item:last-child {
     background-color: #DCD2C3;
    color: #fff!important;
    margin-left: 25px;
    padding: 0px 15px;
    border-radius: 5px;
    
}
.navbar-light .navbar-nav .nav-item .fa {
	font-size: 18px;
	padding-left: 5px;
}
.navbar-light .navbar-nav .call-p {
	color: #000!important;
	font-weight: 600;
}
/*.navbar-brand img{width: 60%;}*/
.wrapper {
	margin-top: 95px;
}
.modal-body {
	text-align: center;
}
.modal-body img {
}
.modal-body h3 {
	font-size: 16px;
}
.modal-body h4 {
	font-size: 14px;
	padding: 10px;
	background: #DCD2C3;
	color: #000;
	margin: 8px 0px;
}
.modal-body .form_inner {
	padding: 25px 0px;
}
.modal-body .form_inner .form-control {
	margin: 8px 0px;
	border-radius: 0px;
}
.modal-body .form_inner .btn-warning {
	background-color: #DCD2C3;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.box h6 {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
}
.img-wrapper {
	width: 79%;
}

.img-wrapper.Construction-Image {
	width: 100%;
}
.content-wrapper {
	width: 20%;
	padding-right: 10px;
	padding-left: 20px;
	background: #DCD2C3;
	margin-left: 1%;
	display: flex;
	align-items: center;
}

.desktop-view{
	display: block;
}

.mobile-view{
	display: none;
}
.customNextBtn, .customPreviousBtn {
	float: right;
	background: #DCD2C300;
	color: #020202;
	padding: 10px;
	margin-left: 5px;
	cursor: pointer;
	border: 1px solid #000;
}
.locationppoint p {
	font-size: 15px;
	color: #666;
	padding: 0px 0px 0px 0px;
	text-align: left!important;
	padding-top: 5px!important;
}
.btns {
	display: table;
	margin: 5px 10px!important;
	float: right;
}
.owl-theme .owl-nav {
	display: none;
}
.owl-theme .owl-nav {
	margin-top: 0px;
	text-align: right;
	font-size: 40px;
}
.owl-theme .owl-dots .owl-dot {
	display: none;
	zoom: 1;
}
.text {
	font-size: 24px;
	
	padding-top:-50px;
	font-weight:600;
	text-align:center
	
	/*background-image: linear-gradient(#d7b671, #DCD2C3, #dcbd7c);*/
}
.owl-carousel.owl-drag .owl-item img {
	padding: 10px;
}
.wrapper-image .text img {
	width: 100%;
	/* padding: 15px; */
}
.wrapper-image .text h3 {
	font-size: 24px;
	margin-top: -50px;
	font-weight: 500;
	color: #fff;
}
.wrapper-image .text p {
	padding: 0px;
	color: #000;
	font-size: 21px;
	font-weight: 600;
	text-align:center
}
.wrapper-image .text h2 {
	font-size: 28px;
	font-weight: 600;
	color:#CC3300;
	padding: 8px;
	background-color: #fff;
}
.wrapper-image .text h5 {
	padding: 8px;
	margin-top: 15px;
	font-size: 24px;
	color: #000;
}
.wrapper-image .text .box-form {
	padding: 25px 0px;
	width: 100%;
	text-align: center;
}
.wrapper-image .text .box-form .form-control {
	background-color: transparent;
	margin: 8px 0px;
	border-radius: 0;
	color: #000;
	    border: 1px solid #000000;
}
.wrapper-image .text .box-form .form-control::placeholder {
color: #fff;
}
.wrapper-image .text .box-form .btn-default {
	background-color: #fff;
	border-radius: 0;
	color: #333;
	padding: 8px 25px;
	font-weight: 600;
	margin-top: 10px;
	width: 100%;
}
section {
	padding: 20px 0px;
}
.overview {
	background-color: #f7f7f7;
}
.overview .box {
	padding-top: 15px;
}
.overview .box h2 {
	font-size: 36px;
	font-weight: 600;
	color:#695E55
}
.overview .box h2 span {
	border-top: 5px solid#5d3193;
}
.overview .box h6 {
	color: #000;
	font-size: 24px;
	text-align: left;
	margin-top: 8px;
}
.overview .box p {
	font-size: 15px;
	color: #666;
	padding: 10px 0px;
	    text-align: justify;
}
.overview .row {
	padding: 10px 0px;
}
.overview .box .btn {
	background-color: #DCD2C3;
	border-radius: 0;
	color: #000;
	padding: 8px 25px;
	font-weight: 600;
	margin-top: 10px;
}
.heading h1 {
	position: relative;
	padding: 0;
	margin: 0;
	font-weight: 500;
	font-size: 24px;
	color: #000;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.heading h1 span {
	display: block;
	font-size: 0.5em;
	line-height: 1.3;
}
.heading h1 em {
	font-style: normal;
	font-weight: 600;
}
/* === HEADING STYLE #1 === */
.heading h1 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size: 20px;
	padding-top: 5px;
}
.heading h1:before {
	width: 28px;
	height: 5px;
	display: block;
	content: "";
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin-left: -14px;
	background-color: #000;
}
.heading h1:after {
	width: 100px;
	height: 1px;
	display: block;
	content: "";
	position: relative;
	margin-top: 25px;
	left: 50%;
	margin-left: -50px;
	background-color: #000;
}
.heading-black h1 {
	position: relative;
	padding: 0;
	margin: 0;
	font-weight: 600;
	font-size: 40px;
	color: #000;
	line-height: 1px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.heading-black h1 span {
	display: block;
	font-size: 0.5em;
	line-height: 1.3;
}
.heading-black h1 em {
	font-style: normal;
	font-weight: 600;
}
/* === HEADING STYLE #1 === */
.heading-black h1 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.heading-black h1:before {
	width: 28px;
	height: 5px;
	display: block;
	content: "";
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin-left: -14px;
	background-color: #000;
}
.heading-black h1:after {
	width: 100px;
	height: 1px;
	display: block;
	content: "";
	position: relative;
	margin-top: 50px;
	left: 50%;
	margin-left: -50px;
	background-color: #000;
}
.heading-white h1 {
	position: relative;
	padding: 0;
	margin: 0;
	font-weight: 600;
	font-size: 40px;
	color: #000;
	line-height: 1px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.heading-white h1 span {
	display: block;
	font-size: 0.5em;
	line-height: 1.3;
}
.heading-white h1 em {
	font-style: normal;
	font-weight: 600;
}
/* === HEADING STYLE #1 === */
.heading-white h1 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.heading-white h1:before {
	width: 28px;
	height: 5px;
	display: block;
	content: "";
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin-left: -14px;
	background-color: #000;
}
.heading-white h1:after {
	width: 100px;
	height: 1px;
	display: block;
	content: "";
	position: relative;
	margin-top: 50px;
	left: 50%;
	margin-left: -50px;
	background-color: #000;
}
.offer-pd0 {
	padding: 0px;
}
.price-container {
	background-image: linear-gradient(#DFD6CC, #DCD2C3, #DFD6CC);
}
.price-container .row {
	padding-top: 50px;
}
.price-container .box {
	background-color: #fff;
	padding: 25px;
	border-radius: 10px;
	transition: 0.3s;
}
.price-container h4 {
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	padding: 25px 0px;
	text-transform: uppercase;
}
.price-container h2 {text-align: center;font-weight: 700;font-size: 13px;margin-top: 15px;color: #543a1f;text-transform: uppercase;}
.price-container h2 span {
	font-size: 14px;
	font-weight: 500;
}
.price-container ul {
	padding: 25px;
	min-height: 185px;
}
.price-container ul li {
	padding: 4px 0px;
	font-size: 14px;
}
.price-container button {
	background-color: #transparent;
	border-radius: 0;
	color: #000;
	padding: 8px 25px;
	font-weight: 600;
	border: 2px solid#000;
	margin-top: 10px;
	transition: 0.2;
	width: 100%;
}
.price-container button:hover {
	background-color: #DCD2C3;
	border-radius: 0;
	color: #000;
	padding: 8px 25px;
	font-weight: 600;
	margin-top: 10px;
}
.price-container .box:hover {
	box-shadow: 2px 5px 8px 4px rgba(0, 0, 0, 0.3);
	transform: scale(1.04);
}
#amenities {
	height: 1100px;
}
.amenities {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.15)),  url('../images/bg.jpg');
	height: 1500px;
	width: 100%;
	background-repeat: no-repeat;
	padding-top: 40px;
	background-size: cover;
}
.docs-pictures .galleryimg {
	width: 100%;
	border: 1px solid #daa75b;
	padding: 5px;
}
.amenities .box {
	background-color: #DFD6CC;
	padding: 15px;
	text-align: center;
	box-shadow: 2px 4px 8px rgb(223, 214, 205 / 25%);
	margin-bottom: 15px;
	border-radius: 15px;
}
.amenities .box:hover {
	background-color: #DFD6CC;
	padding: 25px;
	text-align: center;
	box-shadow: 2px 4px 8px rgb(223 214 205 / 25%);
	margin-bottom: 25px;
	border-radius: 15px;
	color: #000;
	cursor: pointer;
}
.amenities .box h4 {
	padding-top: 15px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
.amenities .box .img-b {/*background-color: rgba(75, 163, 162, 0.8);width: 80px;height: 80px;padding: 15px;*/
	border-radius: 50px;
	margin: 0 auto;
}
.amenities .box img {
	width: 70%;
	border: 2px solid#fff;
}
.amenities .row {
	padding-top: 0px;
}
.amenities .container {
	background-color: #fff;
	border-radius: 15px;
	padding: 10px;
	padding-top: 35px;
}
.Hightlight ul {
	list-style-type: none;
}
.Hightlight ul li {
	padding: 8px 15px;
	color: #666;
	margin: 8px;
	border: 2px solid #eee;
}
.about {
	background-color: #eee;
}
.about1 {
	background-color: #fff;
}

.about p {
	color: #666;
	text-align: center;
	padding-top: 25px;
	font-size: 15px;
}
.footer {
	    background-image: #DCD2C3;
	    padding: 20px 0px;
}
.footer .developer-logo {
	text-align: right;
	float: right;
}
.footer img {
	width: 20%;
}
/*.footer .box{border-left: 2px solid #fff;}*/
.footer p {
	color: #000;
	font-size: 15px;
	text-align: center;
}
.footer .footermenu {
	list-style-type: none;
}
.footer .footermenu li {
	color: #000;
	margin: 5px 0px;
	font-size: 15px;
	text-align: center;
}
.footer .footermenu li a {
	color: #000;
}
.bhutaniul {
	font-size: 15px;
	color: #666;
	padding: 10px 0px;
	padding-left: 15px;
}
.heading-black {
	padding-bottom: 35px;
	padding-top: 15px;
}
.mobile-section {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
}
.mobile-section {
	background: #000;
}
.destop-none {
	display: block;
}
.mobile-none {
	display: none;
}
.box-form .form-control::placeholder {
 color: #000!important;
}
.launching-heading {
    margin-bottom: 0px!important;
    animation: blinker 1s step-end infinite;
    border: 1px solid#000;
    padding: 8px;
    width: 80%;
    margin: 0px auto;
}

.owl-carousel.desktop-view{
	padding-bottom:20px;
}

.owl-carousel.desktop-view,
.owl-carousel.desktop-view div,
.owl-carousel.desktop-view .item img{
	height:100%;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
img.img-fluid.developer-logo {filter: brightness(0);}

section#highlight .col-sm-7 ul {
    display: block;
}

section#highlight .col-sm-7 {
    display: flex;
    align-items: center;
}

h2.price-heading {
    display: grid;
}

h2.price-heading span {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding-top: 4px;
    color: #543a1f;
    text-transform: uppercase;
}

.with-caption.image-link {cursor: zoom-in;}
#floor-plan .col-sm-12.col-md-4.col-lg-4 {margin-bottom: 35px;text-align: center;}

section#gallery .col-sm-4 {margin-bottom: 40px;}


.bg-black {
    background-color: #DCD2C3;
    padding: 75px 0;
}
.bg-black h4 {
    color: #000;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.text-form input {
    width: 100%;
    padding: 10px;
    border: 1px solid#dbddde;
    margin-bottom: 15px;
    border-radius: 5px;
    height: 40px;
}
.text-mesg input {
    width: 100%;
    padding: 10px;
    border: 1px solid#dbddde;
    border-radius: 5px;
    height: 40px;
}
.btn-text button {
    color: #fff;
    background-color: #91897D;
    width: 100%;
    padding: 9px 0;
    border: none;
    border-radius: 5px;
}
.mobile-section {
    display: none;
}

p.typology-heading {
    display: grid;
}
 @media(min-width:1601px) and (max-width:1850px) {
.wrapper-image .text .box-form {
	padding: 20px 0px;
}
}
 @media(min-width:1367px) and (max-width:1600px) {
.wrapper-image .text h5 {
	padding: 0px;
	margin-top: 15px;
	font-size: 18px;
	color: #000;
}
.heading h1 {
	font-size: 20px;
}
.wrapper-image .text .box-form {
	padding: 0px 0px;
}
.text {
	padding: 5px 0px;
	padding-right: 8px;
}
.wrapper-image .text h2 {
	font-size: 16px;
}
}
 @media(min-width:1300px) and (max-width:1366px) {
.wrapper-image .text .box-form {
	padding: 0px 0px;
}
.text {
	padding: 56px 0px;
	padding-right: 8px;
}
.wrapper-image .text h2 {
	font-size: 20px;
}
.heading h1 {
	font-size: 18px;
}
.heading h1:after {
	margin-top: 10px;
}
.wrapper-image .text h5 {
	padding: 4px;
	margin-top: 11px;
	font-size: 16px;
}
.wrapper-image .text p {
	padding: 6px;
	font-size: 16px;
	font-weight: 600;
}
.wrapper-image .text .box-form .form-control {
	margin: 6px 0px;
	height: 34px;
}
}
 @media(max-width:1299px) {
.wrapper-image .text .box-form {
	padding: 0px 0px;
}
.owl-carousel.owl-drag .owl-item img {
	padding: 0px;
}
.heading h1 {
	font-size: 16px;
}
.heading h1:after {
	margin-top: 8px;
}
.wrapper-image .text p {
	padding: 0px;
	font-size: 30px;
}
.wrapper-image .text h2 {
	font-size: 16px;
}
.text {
	font-size: 16px;
	padding: 18px 0px;
}
.wrapper-image .text h5 {
	padding: 8px;
	margin-top: 2px;
	font-size: 15px;
}
.wrapper-image .text .box-form .form-control {
	margin: 6px 0px;
	height: 34px;
}
}
 @media(max-width:1100px) {
.wrapper-image .text .box-form {
	padding: 15px 0px;
}
.content-wrapper {
	padding-right: 5px;
	padding-left: 5px;
}
.wrapper-image .text .box-form .btn-default {
	color: #333;
	padding: 5px 25px;
	margin-top: 5px;
}
.wrapper-image .text .box-form .form-control {
	margin: 12px 0px;
	height: 28px;
	color: #fff;
}
.wrapper-image .text h2 {
	padding: 7px;
}
.customNextBtn, .customPreviousBtn {
	padding: 4px 25px;
	margin: 5px 2px;
}
.btns {
	margin: 5px 0px!important;
}
.wrapper-image .text img {
	width: 55%;
}
.navbar-light .navbar-nav .nav-item:last-child {
	margin-left: 0px;
	padding: 0px 0px;
}
.navbar-light .navbar-brand {
	width: 220px;
}
/*.navbar-brand img {
	width: 75%;
}*/
}
@media(max-width:1024px) {
.navbar-light .navbar-nav .nav-link {
	color: #000!important;
	font-size: 15px;
}
.img-wrapper {
	width: 68%;
}
.content-wrapper {
	width: 32%;
}
.navbar-light .navbar-brand {
	width: 160px;
}
/*.navbar-brand img {width: 100%;}*/
}
.bhutaniul li {
	line-height: 26px;
}
.mobile_patch{display:none;}
 @media(max-width:768px) {
.wrapper {margin-top: 85px;}
.mobile_patch{display:block;}
.desktop-view{
	display: none !important;
}

.mobile-view{
	display: block;
	    width: 50%;
}

.destop-none {
	display: none;
}
.mobile-none {
	display: block;
}
section {
	padding: 50px 0px;
}
.footer {
	background-color: #DCD2C3;
	padding: 15px 0px 46px 0px;
}
.mobile-section .btn {
	border-radius: 0;
	border: 0;
}
.mobile-section .btn-success {
	
    padding: 12px 0px;
    background: #081319;
    width: 31.5%;
    font-size: 13px;
}
.life ul {
	padding-left: 15px;
}
.top-logo img {
	width: 56%;
	float: left;
}
.mobile-section a .fa {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 5px;
}
.mobile-section a {
	width: 49%;
}
.docs-pictures .galleryimg {
	width: 100%;
	border: 1px solid #daa75b;
	padding: 5px;
	margin-bottom: 15px;
}
.heading-black {
	padding-bottom: 20px;
}
.Hightlight ul {
	padding-top: 0%;
	list-style-type: none;
}
.price-container h2 {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	/*color: #417a88;*/
}
.heading-black h1 {
	font-size: 24px;
}
.p-4 {
	padding: 0.5rem!important;
}
.d-flex {
	display: block!important;
}
.img-wrapper {
	width: 100%;
}
.content-wrapper {
	width: 100%;
	/* margin-top: 10px; */
}
.wrapper .container-fluid {
	width: 100%;
	margin: 0px!important;
	padding: 0px!important;
}
.content-wrapper {
	margin-left: 0;
}
.text {
	width: 60%;
	margin: 0 auto;
}
#amenities {
	height: auto;
}
.footer {
	text-align: center;
}
.about p {
	padding: 15px;
}
.footer img {
	margin: 0 auto;
	width: 50%;
	display: block;
	padding-bottom: 25px;
}
.footer .developer-logo {
	text-align: center;
	float: unset;
	margin: 0 auto;
}
}
 @media(max-width:600px) {
.content-wrapper {
	margin-left: 0;
}
.text {
	width: 90%;
	margin: 0 auto;
}
.price-container .box {
	margin-bottom: 25px;
}
section#floor-plan .col-sm-6 {
    margin-bottom: 15px;
}
.amenities .container {
    padding: 15px;
}
section#gallery .col-sm-4 {
    text-align: center;
    margin-bottom: 15px;
}
.amenities {padding-top: 33px}
section#floor-plan img.img-fluid.galleryimg {box-shadow: 0px 0px 7px -1px #c1c1c1;}

.bg-black h4 {
    font-size: 28px;
}
.btn-text button {
    margin-top: 20px;
}
.mobile-section {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999;
}
.mobile-section .btn.btn-success.btn-block {
	width: 100%;
	border: none;
	border-radius: 0;
	margin: 0;
	font-size: 16px;
	padding: 7px 0;
	background: #347a00;
}
.content-wrapper {
    display: block;
}
}

