/* @font-face {
	font-family:'Crimson Pro', serif;
	src: url(../fonts/Lato-Regular.ttf);
} */

@font-face{font-family:'FontAwesome';
	src:url(../fonts/fontawesome-webfont3e6e3e6e.eot?v=4.7.0);
	src:url(../fonts/fontawesome-webfontd41dd41d.eot?#iefix&v=4.7.0) format("embedded-opentype"),
	url(../fonts/fontawesome-webfont3e6e3e6e.woff2?v=4.7.0) format("woff2"),
	url(../fonts/fontawesome-webfont3e6e3e6e.woff?v=4.7.0) format("woff"),
	url(../fonts/fontawesome-webfont3e6e3e6e.ttf?v=4.7.0) format("truetype"),
	url(../fonts/fontawesome-webfont3e6e3e6e.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}

body {
	font-size: 14px;
	letter-spacing: 1px;
	background-color: #dbe4e9;

}


.header {
    grid-template-columns: 150px 1fr;
    position: fixed;
    top: 0;
    padding: 0 15px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    z-index: 999;
    width: 100%;
}
.header .logo{
	padding: 2px 0;
}
.header .logo img {
	width: 100%;
	max-width: 100%;
}

.menu .navbar-collapse {
	justify-content: end;
}

.menu .navbar {
	padding: 0;
}

.menu .navbar-nav li {
	padding: 17px 15px;
	border-right: 1px solid #dbe4e9;
}

.menu .navbar-nav li a {
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	display: block;
}
 .banner-offers h4 img{
    width: 35%;
    display: inline-block;
    margin: 10px 0px 10px 0px;
    
}
.menu .navbar-nav li a:hover {
	text-decoration: none;
}

.menu .navbar-nav li a img {
	margin-right: 2px;
}

.menu .navbar-nav li:last-child {
	border-right: 0px;
}

.slider {
	    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    margin-top: 60px;
}
.desktop-view{
	display: block;
	padding: 15px;
}
.slider .carousel-item img {
	width: 100%;
	max-width: 100%;
}

.slider .banner-offers {
    position: absolute;
    z-index: 9;
    margin-top: auto;
    margin-bottom: auto;
   /* top: 0px;*/
    margin-top: 0;
    padding-bottom: 15px;
     width: auto; 
    background-color: rgb(255 255 255 / 72%);
    border: dashed;
    border-bottom-right-radius: 8px;
    color: #121212;
        border-radius: 0 50px 0 50px;
        border: 2px dashed #020202;
}

.navbar.navbar-expand-md.bg-dark.navbar-dark {
    background: none!important;
    padding: 0;
    display: flex;
}
.navbar-dark .navbar-toggler {
    color: #000;
    border-color: #000;
}

.banner-offers h4 {
    display: block;
    padding: 15px;
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
}

.banner-offers h4 span {
	display: block;
	font-size: 20px;
	text-transform: capitalize;
	color: #000;
	font-weight: 600;
}

.banner-offers ul {
	padding-left: 0;
	list-style: none;
}

.banner-offers ul li span {
	color: #000;
	text-align: center;
	padding: 5px;
	display: block;
	display: block;
	animation-duration: 3s;
	font-size: 17px;
	font-weight: bold;
	border: 2px dashed #fff;
	color: #fff;
	text-align: left;
	padding-left: 15px;
}

.banner-offers ul li {
	text-align: center;
	font-size: 15px;
	line-height: 28px;
	background: #9b7712;
	color: #000;
	margin-bottom: 8px;
	padding: 2px;
}

.pro-tag-line {
	display: block;
	padding: 0 20px;
	font-size: 30px;
	text-transform: capitalize;
	/* line-height: 1.4vw; */
	/* text-shadow: 0 1px 2px #000; */
	color: #000;
}

.pro-price {
    display: block;
    color: #000;
    font-size: 30px;
    padding: 0 20px;
    font-weight: 600;
}


button.btn.btn-warning.enquire-btn.effetMoveGradient.effectScale {
	color: #000;
	background-color: #e8c060;
	text-align: center;
	margin: 15px auto 0;
	display: block;
}



button.btn.btn-warning.enquire-btn.effetMoveGradient.effectScale {
	color: #000;
	background-color: #1c1c1c
}

.effectScale {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.effectScale:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08)
}

button.btn.btn-warning.enquire-btn.effetMoveGradient.effectScale {
    color: #000;
    background-color: #e8c060;
    text-align: center;
    margin: 15px auto 0;
    display: block;
    padding: 10px 40px;
    text-transform: uppercase;
}


button.btn.btn-warning.enquire-btn {
	font-size: 22px;
	font-weight: 600;
	margin: 15px auto 0;

}
.row-gird-content {
    display: grid;
    grid-template-columns: max-content 1fr;
    background: #fff;
    padding: 60px 83px 60px 10px;
    margin-top: 20px;
}
.row-gird-content .left h1 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 35px;
    color: #1c1c1c;
    margin: 0px 15px;
    padding: 0;
}
.row-gird-content .left h1::first-letter{
	color: #9b7712;
}
 .row-gird-content .right h2{
 color: #9b7712;
		font-size:40px;
		
 
 }

.left-sect1 ul{
    list-style-type: none;
    margin-left: -25px;
}
.left-sect1 ul li{
	display: flex;
	color: #fff; margin-bottom: 20px
}
.left-sect1 ul li img{
	    width: 50px;
    height: 40px;
    padding-right: 10px;
}
.left-sect1 b {
    display: contents;
}
  .row-gird-content .right h2 span{
  
  }
 .btn-warning{
 	background-color: #9b7712 !important;
 	    border-color: #9b7712 !important;
 	    color: #fff !important;
 }
 .btn-outline-info {

    border-color: #212529 !important;
}
 .row-gird-content .right h2 span{
	 display: block;
	 font-size: 21px;
	 	color: #1c1c1c;
 }


.content-box{
	     padding: 40px;
    background: #f7f3ed;
    height: 276px
}
.content-box .icon{
width: 50px !important
}

 .row-gird-content p {
	 font-size: 18px;
	 font-weight: 500;
	 line-height: 30px;
	 text-align: justify;
 }
 .row-gird-content .sectio-bro-btn {
    padding: 10px 25px;
    outline-color: #000;
	margin-top: 20px;
}
.row-gird-content .content-box  p {
    font-size: 14px !important;
     font-weight: normal !important; 
    line-height: 22px !important;
     text-align: left !important; 
}

.left-sect1{
	
	padding: 40px 30px
}
#location .col-md-8, #location .col-md-4{
	padding: 0px !important
} 
#location .col-md-4{
	background-color: #000;
}
	.effetMoveGradient,.effetMoveGradient:hover{text-shadow:0 3px 6px var(--colorPrimary);background-color:var(--colorSecondary);background:linear-gradient(-45deg,var(--colorPrimary),var(--colorSecondary),var(--colorPrimary),var(--colorSecondary));background-size:400% 400%;-webkit-animation:Gradient 3s ease infinite,rocking 3s ease infinite;animation-delay:2s;-moz-animation:Gradient 3s ease infinite,rocking 3s ease infinite;animation-delay:2s;animation:Gradient 3s ease infinite,rocking 3s ease infinite;animation-delay:2s;color:var(--colorBtn);border:none}
	.effetGradient,.effetGradient:hover{text-shadow:0 3px 6px var(--colorPrimary);background-color:var(--colorSecondary);background:linear-gradient(-45deg,var(--colorPrimary),var(--colorSecondary),var(--colorPrimary),var(--colorSecondary));background-size:400% 400%;-webkit-animation:Gradient 3s ease infinite;-moz-animation:Gradient 3s ease infinite;animation:Gradient 3s ease infinite;color:var(--colorBtn);border:none}
	.effectScale{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
	.effectScale:hover{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-transform:scale(1.08);-moz-transform:scale(1.08);-ms-transform:scale(1.08);-o-transform:scale(1.08);transform:scale(1.08)}
	.sectio-bro-btn{background-color:transparent;color:var(--colorPrimary);border:1px solid 1px solid#fdcb00}
	.sectio-bro-btn:hover{text-shadow:0 3px 6px var(--colorPrimary);background-color:#fdcb00;background:linear-gradient(-45deg,#fdcb00,#fdcb00,#fdcb00,#fdcb00);background-size:400% 400%;-webkit-animation:Gradient 3s ease infinite;-moz-animation:Gradient 3s ease infinite;animation:Gradient 3s ease infinite;color:var(--colorBtn);border:1px solid transparent}
	.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
	.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}

	.price-table table{
		font-size: 16px;
	}
	.price-table table td button{
		font-size: 18px;
		font-weight: 500;
	}

	.modal-body.inq-form {
		padding: 0;
	}
	.close {
		margin-right: 12px;
		margin-top: 12px;
		opacity: 1.8;
		color: #fff;
	}
	.modal-head {
		background-color: #1c1c1c;
		display: block;
		font-size: 1.5vw;
		text-transform: capitalize;
		font-weight: 500;
		color: #fff;
		padding: 1.2vw 0;
		text-align: center;
	}
	.row.modalrowpd {
		padding-right: 15px;
		padding-left: 15px;
	}

	.modal-highlight-bg {
		background-color: #f9f9f9;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.modal-highlight-title {
		display: block;
		text-align: center;
		font-size: 1.2vw;
		font-weight: 600;
		padding: .4vw 0 .1vw;
		color: #1c1c1c;
	}
	.modal-highlight {
		list-style: none;
		padding: 1vw 0;
		margin-bottom: 0;
	}
	.modal-highlight img {
		margin: 0 auto;
		display: block;
	}
	.modal-highlight li span {
		display: block;
		font-size: 1vw;
		color: #1c1c1c;
		padding: 0 0 .6vw;
		text-align: center;
		font-weight: 500;
	}
	.from-banner.modal1 {
		margin: 15px 0;
	}
	.modal-content h4.modal-logo {
		font-size: 30px;
		font-weight: 500;
		margin: 0px;
		text-align: center;
	}
	.from-banner h4 {
		text-align: center;
		font-size: 20px;
		font-weight: 100;
		margin-top: 15px;
	}
	.from-banner p {
		text-align: center;
	}
	.from-banner h4 {
		text-align: center;
		font-size: 20px;
		font-weight: 500;
		margin-top: 15px;
	}
	.from-banner h4 span {
		display: block;
	}
	.form_inner .form-control {
		margin-bottom: 15px;
		border: none;
		border-bottom: 1px solid#ced4da;
		
	}
	.modal-dialog.enq-modal {
		max-width: 35vw;
		border-radius: 3px;
	}
		.modal-dialog.enq-modal.pop-up1 {
		max-width: 44vw;
		
	}
.modal-dialog.enq-modal.pop-up1 .col-md-7.modal-left0{
	padding: 0px !important
}

	.higlights{
		display: grid;
		grid-template-columns:600px 1fr;
		grid-gap: 15px;
		align-items: center;
	}
	.higlights ul li{
		list-style: square;
		font-size: 16px;
		padding: 10px;
		font-weight: 600;
	}

	.floorplan{
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(300px, 350px));
		grid-gap: 20px;
		align-items: center;
	}
	.floorplan img { width: 100%;}

	.gallery{
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(300px, 350px));
		grid-gap: 20px;
		align-items: center;
	}
	.gallery img { width: 100%;}
	.virtual{
		display: grid;
		grid-template-columns:1fr;
		grid-gap: 20px;
		align-items: center;
		padding: 25px 15px;
		background-color: #0000005e;
		text-align: center;
		color: #fff;
	}
	.right .virtual a h1 img{
		filter:sepia(100%);
	}
	.right .virtual a h2{
		color: #fff;
		text-transform: uppercase;
		text-shadow: 2px 2px 5px #000;
	}
	.right .virtual a h2 span{
		text-transform: capitalize;
		color: #fff !important;
	}
	.right .virtual a:hover{
		text-decoration: none;
	}
	.virtual-bg {
		background-image: url(../images/virtual-bg.jpg);
		background-size: cover;
		display: grid;
		align-items: center;
	}
	.content-box ul{
    margin-left: -30px;
}

	.content-box .img-fluid.icon{
    margin-bottom: 10px;
    display: inline-block;
}
	.footer{
		padding: 10px 0;
	}
	.footer p{
		margin: 0;
		color: #000;
	}
	.footer p a{
		color: #000;
	}
	.footer p strong{
		font-weight: 500;
	}
	.destop-responsive {
		display: block;
	}
	.form-box {
		margin-top: 20px!important;
		position: fixed;
		right: 0;
		z-index: 99999;
		bottom: 0;
		background: #fff;
		padding: 0;
		z-index: 99;
		width: 22%;
	}
	.top_form h4 a {
		color: #1c1c1c;
	}
	.top_form h2 {
		text-align: center;
		color: #fff;
		font-size: 25px;
		padding: 15px;
		background-image: -webkit-linear-gradient(left,#444,#1a1a1a);
	}
	.top_form h2 span {
		cursor: pointer;
		margin-left: 5%;
	}
	.pricelistdiv12 {
		margin-bottom: 20px;
	}
	.from-banner {
		background: #fff;
	}
	.og-block {
		margin: 0 .5vw;
		background-color: #000;
		color: #fff;
		cursor: pointer;
		border-bottom-left-radius: 1vw;
		border-bottom-right-radius: 1vw;
		background-image: -webkit-linear-gradient(left,#444,#1a1a1a);
		padding-left: 0;
	}
	.form-box h4 {
		font-size: 18px;
		text-align: center;
		margin: 0 auto;
		background: #e8e8e8;
		padding: 10px 0;
		font-weight: 700;
		letter-spacing: 2px;
		color: #000;
	}
	.from-banner h4 span {
		display: block;
	}
	span.form-last-heading {
		font-size: 16px;
		font-weight: 600;
	}
	.form_inner .form-control {
		margin-bottom: 15px;
		border: none;
		border-bottom: 1px solid#ced4da;
		font-weight: 600;
	}
	.og-block li {
		padding:10px 0;
		font-size:18px;
		text-align: center;
		list-style: none;
		font-weight: 600;
		letter-spacing: 1px;
	}
	.fa {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.fa-automobile:before, .fa-car:before {
		content: "\f1b9";
	}

	.fa-minus-circle:before {
		content: "\f056";
	}
	.fa-plus-circle:before {
		content: "\f055";
	}
	.fa-phone:before {
		content: "\f095";
	}
	 

	
	button.navbar-toggler {
    display: none;
}


.destop-slider{
	display: block;
}
.mobile-slider{
	display: none;
}

@media(max-width:768px){


.destop-slider{
	display: none;
}
.mobile-slider{
	display: block;
}



.desktop-view{
	display: none;
}
.modal-dialog.enq-modal.pop-up1 {
     max-width: 100vw; 
}
	button.navbar-toggler {
    display: block;
}
.header .logo {
    padding: 2px 0;
    display: flex;
    justify-content: space-between;
        width: 100%;
}

.header .logo img {
    width: 100%;
    max-width: 28%;
}
.header {
    display: block;
    position: fixed;
    z-index: 999;
    width: 100%;
}


.slider {
   
    margin-top: 50px;
}

.content-box{
	     padding: 14px 20px;
    background: #f7f3ed;
    height: auto;
}
#usp .container{
    overflow: hidden;
}
}