
body {
    font-family: 'Raleway', sans-serif;
    color: #666;
	font-size: 16px;
    font-weight: 300;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    font-family: 'Raleway', sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-style: normal;
	line-height: 1.4em;
	color: #111;
}
h2{
    color: #291d20;
    font-size: 40px;
    font-weight: 700;
}
p{
    color: #291d20;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0px;
}
a {
	outline: 0;
	color: #222;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
    text-decoration: none;
}
a:hover {
	color: #00a54f;
	text-decoration: none;
}
.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}
button:focus {
	outline: none;
}
.container {
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.main_section {
	width: 100%;
	margin: 0px;
	padding: 80px 0;
}


/******* Back-to-top ************/
.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 21px;
	padding: 11px 0;
	background-color: #00a3c8;
	border-color: #00a3c8;
}
.btn-dark:hover {
	color: #fff;
	background-color: #0490b0;
	border-color: #0490b0;
}



/******* Menu ************/


.top_menu{
    padding: 0px 0;
    background: #fff;
    position: relative;
    z-index: 1034;
}
.home-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-logo {
    width: 100%;
}
.home-menu  span {
    color: #fff;
}

.menu-bar{
    display: flex;
    padding: 0 10px;
    align-items: center;
    justify-content: space-between;
}
.logo {
    width: 15%;
    background: #fff;
    padding: 7px;
    border-radius: 0 0 10px 10px;
}
.logo img{
    height: 60px;
    object-fit: contain;
}

.fixed-header {
	position: fixed;
	top: 0;
	z-index: 99;
	transition: 0.8s;
	-webkit-transition: 0.8s;
    background: #fff;
}
.fixed-header .logo img {
    height: 50px;
    object-fit: contain;
}
.fixed-header .logo {
    background: #fff;
    box-shadow: none;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}
.cus-menu {
    display: flex;
}

.back {
    margin-right: 20px;
}
.back a{
color: #fff;
    background: #d2232a;
    /* background: linear-gradient(82deg, rgba(195, 116, 53, 1) 0%, rgba(122, 51, 26, 1) 100%); */
    border: none;
    padding: 9px 29px;
    margin-right: 10px;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}
.vg-nav>ul>li>a {
    font-size: 15px;
    line-height: 1.2;
    display: block;
    color: #232323;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
.vg-nav>ul>li {
    padding: 0px 8px;
}
.wp-menu {
    display: flex;
    width: 82%;
    justify-content: flex-end;
}
.home-menu1 {
    width: 92%;
    text-align: center;
    margin-right: 20px;
}
.home-menu .back {
    margin-right: 0px;
    width: 23%;
}


/******* Slider ************/
.slider{
    padding: 0px 0 0 0;
    position: relative;
}
.slider::before {

}


.slider .carousel-caption {
    text-align: center;
    bottom: 0px;
    top: 0px;
    padding: 0px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    left: 5%;
    right: 5%;
}
.slider-bg {
    position: relative;
    z-index: 9;
    bottom: -70px;
    left: 0;

}


.slider-bg h2{
    font-size: 55px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 53px;
    text-transform: uppercase;

}
.slider-bg p{
    background: #d3232d;
    padding: 6px 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin-top: 240px;
}
iframe {
    border: 0;
    margin-bottom: -7px;
}

.slider .carousel-item img{
    height: 89vh;
    object-fit: cover;
}

.cus-btn{
    background: #fff;
    padding: 14px 30px;
    border-radius: 4px;
    color: #000 !important;
    display: inline-block;
    margin: 20px 0 00;
    border-radius: 70px;
    font-weight: 600;
}

html {
    scroll-behavior: smooth;
  }
  .step{
    background: #fff;
    padding: 50px 0;
  }
  .step p{
    font-size: 16px;
    color: #111;
    font-weight: 500;
    line-height: 27px;
    width: 78%;
    margin: 0 auto;
  }
  .step p span{
    font-weight: 600;
  }
  .city {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    text-align: center;
    flex-wrap: wrap;
}
.city-box{
    width: 25%;
    border-right: 1px solid #d7d5d5;
}
.city-box h2{
color: #914822;
font-size: 50px;
}
.city-box:last-child{
    border-right: 0px solid #d7d5d5;
}
.choice{
  
}
.comfort{
  background: #eadecc;
    border-radius: 30px;
}

.cus-choice {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.choice-box {
    width: 33%;
    padding: 40px 15px 0;
    overflow: hidden;
}
.choice-img{
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 0px 8px #0000003d;
}
.choice-img img{
    backface-visibility: hidden;
    will-change: auto;
    transition: all .2s ease-in-out;
    webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 20px;
    height: 300px;
}
.choice-img:hover img {
    webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.choice-text {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.choice-text h3{
    color: #fff;
    text-align: center;
    display: block;
    font-weight: 600;
    text-shadow: 0px 1px 4px #252322;
}
.choice-text h3 span{
    font-weight: 300;
}
.comfort-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.comfort-text {
    text-align: center;
    width: 20%;
    padding: 10px 30px 0;
    border-right: 1px solid #d7d5d5;
    margin-top: 60px;
}
.comfort-text img {
    height: 53px;
    object-fit: contain;
    width: 60%;
    margin-bottom: 15px;
}
.comfort-text:nth-child(5){
    border-right: 0px solid #d7d5d5;
}
.comfort-text:nth-child(10){
    border-right: 0px solid #d7d5d5;
}
.sets-box{
    margin-top: 30px;
}
.sets-box .owl-dots {
    display: none;
}

.sets-text img{
    width: auto !important;
    text-align: center;
    display: inline-block !important;
    margin-bottom: 20px;
}
.sets-text p{
    color: #000;
    line-height: 33px;
    font-size: 18px;
}

.sets {
    background: #f7f3ec;
    border-radius: 30px;
}
.owl-carousel1 .owl-nav button.owl-prev {
    background: #e1d3cd;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    padding: 0px 0 5px!important;
    position: absolute;
    left: 120px;
    top: 70px;
}
.owl-carousel1 .owl-nav button.owl-next{
    background: #e1d3cd;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    padding: 0px 0 5px!important;
    position: absolute;
    right: 120px;
    top: 70px;
}
.cus-texti-box {
    display: flex;
    position: relative;
    margin-top: 60px;
    z-index: 0;
    margin-bottom: 80px;
}

.texti-img {
    width: 25%;
    margin-right: 15px;
}
.texti-text {
    width: 75%;
    position: relative;
    padding: 0 30px 0 9px;
    height: 170px;
    overflow-y: scroll;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
.quote {
    position: absolute;
    color: #b5a183;
    font-size: 60px;
    left: -64px;
    top: -24px;
}
.cus-texti-box:before {
    content: '';
    background: #fff;
    height: 250px;
    width: 88%;
    position: absolute;
    z-index: -1;
    border-radius: 20px;
    top: -40px;
    right: 0px;
}
.texti-text p{

}
.author h6{
    color: #000;
    margin: 20px 0 0;
    font-weight: 600;
}
.textimonial {
    padding: 80px 0 ;
    background: #f7f7f7;
}

.textimonial .owl-nav {
    display: none !important;
}
.textimonial  .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0px 2px;
    background: #dcd2c4;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.textimonial .owl-dots {
    position: absolute;
    text-align: center;
    left: 48%;
    bottom: -10px;
}
.textimonial .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #b5a183;
}
.living {
    background: #eadecc;
    padding: 0px;
    border-radius: 30px;
}
.living-box {
    padding: 30px 60px 0px;
}
.living-box p{
    margin-bottom: 10px;
}
.need-img{

}
.need-img img{
    height: 320px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px 0 0 30px;
}
.need-text{
    padding: 10px 30px;
}
.need-text p{
    line-height: 30px;
}
.footer {
    padding: 40px 0;
}
.footer-text h3{
    font-size: 30px;
    color: #441d1d;
    font-weight: 600;
}
.footer-text .city {
    margin-top: 20px;
    text-align: left;
}
.footer-text .city-box {
    width: 50%;
    border-right: 1px solid #441d1d;
    padding: 0;
}

.footer-text .city-box h2 {
    color: #441d1d;
    font-size: 39px;
}
.footer-text .city-box:last-child {
    border-right: 0px solid #d7d5d5;
    padding: 0 0 0 40px;
}
.footer-img {
    margin-top: 40px;
}
.footer-img img{
    width: 50%;
}
.inner-menu{
    position: relative;
    padding: 10px 0;
}
.inner-menu .logo {
    width: 19%;
    background: #fff;
    box-shadow: none;
    padding: 0;
    border-radius: 0 0 10px 10px;
}
.project{
    padding: 0px;
}
.project-box {
    display: flex;
}
.project-img:nth-child(2n+2) {
   
}
.about{
 background: #f7f0e7;
    padding: 20px 0 15px;
}
.about h2{
    font-size: 55px;
    /* background: rgb(195, 116, 53); */
    /* background: linear-gradient(82deg, rgba(195, 116, 53, 1) 0%, rgba(122, 51, 26, 1) 100%); */
    color: #fff;
    padding: 0;
    border-radius: 5px;
    font-family: "Dancing Script", cursive;
    background: linear-gradient(to right, #ca7a38 0%, #79321a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    line-height: 50px;
        position: relative;
   
}
/*.about h2:before{*/
/*content: '';*/
/*    background: linear-gradient(82deg, rgba(195, 116, 53, 1) 0%, rgba(122, 51, 26, 1) 100%);*/
/*    height:3px;*/
/*    width: 110px;*/
/*    position: absolute;*/
/*    bottom: -8px;*/
    /* margin-left: 102px; */
/*    left: 19%;*/
/*}*/








.available{
    position: relative;
    padding: 60px 0 ;
}
.available-text{
    position: relative;
}
.available-text h2{
    position: relative;
    background: linear-gradient(to right, #ca7a38 0%, #79321a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Dancing Script", cursive;
    font-weight: 700;
    font-size: 47px;
}
.available-text h2:before{
 content: '';
    background: linear-gradient(82deg, rgba(195, 116, 53, 1) 0%, rgba(122, 51, 26, 1) 100%);
    height: 4px;
    width: 190px;
    position: absolute;
    bottom: -8px;
    /* margin-left: 102px; */
    left: 41%;
}


.available-text h1{
    font-size: 80px;
    font-weight: 700;
    opacity: .1;
    position: absolute;
    top: -42px;
    text-align: center;
    left: 11%;
    
}
.left-progect-text{
    padding: 0 40px 0 0;
}
.left-progect-text h3{
    background: linear-gradient(to right, #ca7a38 0%, #79321a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 700;
}
.left-progect-text span{
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
    display: block;
}
.left-progect-text h5{
    font-size: 20px;
    font-weight: 700;
}

.left-progect-text p{
    font-size: 16px;
    line-height: 28px;
}
.price-box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.left-price-box {
    box-shadow: 0px 2px 5px #00000047;
    padding: 20px;
    border-radius: 10px;
    width: 30%;
}
.project-variation {
    margin: 0 -1rem;
    display: block;
    padding: 0px;
}
.left-price-box h4{
    /* background: #ead3b5; */
    color: #7b341a;
    font-weight: 700;
    font-size: 25px;
    /* padding: 7px 20px; */
    border-radius: 13px;
}
.project-variation .item {
    font-size: .9rem;
    color: #231f20;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 0.8rem;
    border-right: 1px solid #a8a9ad;
    margin: 9px 0 6px;
}
.left-price-box h6{
    font-weight: 700;
    font-size: 17px;
}
.project-variation .item:last-child {
    border-right: none;
}
.left-price-box span{
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
    display: block;
    font-size: 14px;
}
.left-price-box p{
    font-weight: 600;
    font-size: 17px;
}
.right-price-box {
    width: 50%;
}
.price-list ul{
    list-style-type: none;
    text-decoration: none;
    padding: 0px;
}
.price-list ul li {
    display: inline-block;
padding: 0 15px;
    border-right: 1px solid #291d20;
}
.price-list ul li a{
    color: #291d20;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
  
    text-decoration: underline;
}
.price-list ul li:last-child{
    padding: 0 0px 0 20px;
    border-right: 0px solid #291d20; 
}
.wp-cus-btn{
    margin: 0 0 0 20px;
}
.wp-cus-btn .btn-primary {
    color: #fff;
    background: rgb(195,116,53);
    background: linear-gradient(82deg, rgba(195,116,53,1) 0%, rgba(122,51,26,1) 100%);
    border: none;
    padding: 7px 20px;
    margin-right: 10px;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}
.gallery {
    margin-top: 40px;
}
.gallery .owl-dots {
    display: none;
}

.gallery .owl-carousel2 .owl-nav button.owl-prev{
    background: #6e2e2e;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    padding: 0px 0 5px!important;
    position: absolute;
    left: -50px;
    top: 110px;
}
.gallery .owl-carousel2 .owl-nav button.owl-next{
    background: #6e2e2e;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    padding: 0px 0 5px!important;
    position: absolute;
    right: -40px;
    top: 110px;
}
.gallery-box img{
    border-radius: 25px;
    height: 280px;
    object-fit: cover;
}
.design{
    padding: 80px 0 80px 0px;
    background: #fcfaf8;
}
.design .available-text h1 {

    left: 8%;
}
.coming{
    background: #eadecc;
}
.inner-commitment {
    background: #f7f0e7;
    margin-bottom: 0px;

    padding: 60px 0;
}
.existing .available-text h1 {
    left: 21%;
}

.existing .left-progect-text {
    padding: 0 0px 0 0;
}
.existing .left-progect-text span {
    margin-bottom: 10px;
}
.existing-box img{
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin: 13px 0;
}

.existing .wp-cus-btn {
    margin: 20px 0 0 0px;
}
.data{
    position: absolute;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.cp-table {
    width: 30rem;
}
.cp-table .heading {
    border-top: 1px solid #dddfe5;
    border-bottom: 1px solid #dddfe5;
}
.cp-table td.bold {

}
.cp-table tr:not(.heading) td {
    background: #f7f7f7;
}
.cp-table td {
    padding: 0.4rem 1rem 0.4rem;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #231f20;
    font-weight: 500;
    line-height: 1.3;
    border-right: 1px solid #dddfe5;
}
.cp-table ul li{
    display: inherit;
    padding: inherit;
    border-right: 0px solid #291d20;
}
.cp-detail-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cp-detail-list li {
    max-width: 9.5rem;
    word-wrap: break-word;
    vertical-align: middle;
    display: inline-block !important;
}
.data1 {
    position: absolute;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    right: 210px;
}
button.btn-close {
    position: absolute;
    right: 7px;
    top: 10px;
    z-index: 99;
}
.footer-form-heading h3{
    color: #291d20;
    font-size: 30px;
    font-weight: 700;
}
.footer-form-heading p{
    margin-bottom: 20px;
}
.footer-form input, .footer-form textarea, .footer-form .form-select {
    background-color: transparent;
    border-color: #ccc;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    width: 100%;
    padding: 13px 0px;
    color: #333;
    border-radius: 0px;
}
.footer-form ::-ms-input-placeholder { /* Edge 12-18 */
    color: #000;
  }
  
  .footer-form ::placeholder {
    color: #000;
  }
  .footer-form .btn-primary {
    color: #fff;
    background: #d2232a;
    /*background: linear-gradient(82deg, rgba(195,116,53,1) 0%, rgba(122,51,26,1) 100%);*/
    border: none;
    padding: 7px 20px;
    margin-right: 10px;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}
.coming .data1 {

    right: inherit;
    left: 140px;
}
.ToggleFlyout {
    position: absolute;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
        padding: 15px;
        
  }
  .ToggleFlyout h4{
          text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
  }
  
  iframe {
    border-radius: 0 25px 25px 0;
}

.tour iframe {
    border-radius: 25px;
}
.existing-box {
    box-shadow: 0px 1px 4px #00000052;
    padding: 17px;
    border-radius: 13px;
    position: relative;
}
.mobile{
    display: none;
}
.complet-date{
    right: 80px;
}
.tour img{
    border-radius: 20px;
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.home-slide-box {
    box-shadow: 0px 1px 3px #00000085;
    margin: 5px;
    border-radius: 7px;
}
.home-slide-box img {
    border-radius: 7px 7px 0 0;
    height: 180px;
    object-fit: cover;

}
.home-slide-text {
    padding: 17px;
    height: 210px;
}
.home-slide-text h4{
    font-weight: 700;
    color: #000;
    font-size: 18px;
}
.home-slide-text p{
    width: 100%;
    font-size: 14px;
    line-height: 23px;
}
.award-box {
    box-shadow: 0px 0px 6px #00000042;
    padding: 17px;
    margin: 5px;
    text-align: center;
    background: #ffff;
    height: 342px;
    border-radius: 10px;
}
.award-box img {
    margin-bottom: 10px;
    height: 74px;
    object-fit: contain;
}
.award-text {
    padding: 0 8px;
}
.award-text h5 {
    font-size: 17px;
    color: #000;
    height: auto;
    line-height: 27px;
    display: inline-block;
}
.award-text p {
    color: #914822;
    font-weight: 700;
    margin-bottom: 0px;
}
.award-text h5 span {
    font-weight: 600;
    font-size: 17px;
    color: #914822;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #7b341a;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-align: left;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  .project-img {
    position: relative;
    padding: 0 5px;
    width: 100%;
}
.project-img img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.project-text a{
    font-size: 23px;
    color: #fff;
    font-weight: 600;
}
.project-text a span{
    font-size: 16px;
}

.project-img .project-text {
    position: absolute;
    background: #0000009c;
    width: 98%;
    bottom: 0px;
    padding: 10px;
}

.utsav-slide .carousel-control-next {
    right: 0;
    background: #ca7a38;
    height: 35px;
    width: 35px;
    opacity: 1;
    top: 40%;
    padding: 8px 4px 2px;
}
.utsav-slide .carousel-control-prev {
    background: #ca7a38;
    height: 35px;
    width: 35px;
    opacity: 1;
    top: 40%;
    padding: 8px 4px 2px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 40px;
}
.mobile-footer{

}


.wp-contact .footer-form {
    background-color: #fff;
    color: #000;
    padding: 46px;
    box-shadow: 0px 0px 10px #d2232a22;
    /* height: 568px; */
    width: 100%;
}
.wp-contact .footer-form-heading{
    margin-bottom: 30px;
}
.wp-contact .footer-form-heading h3{
    font-size: 30px;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
}
.wp-contact .footer-form input, .footer-form textarea{
    background-color: transparent;
    border-color: #ccc;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    width: 100%;
    padding: 16px 0px;
    color: #333;
    border-radius: 0px;
}
.wp-contact .footer-form input::placeholder, .footer-form textarea::placeholder {
    color: #333;
}
.wp-contact .footer-form button{
    background-color: transparent;
    color: #fff;
    border: none;
    height: 50px;
    padding: 0px 25px;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    transition-duration: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
    background:#d2232a;
    border-radius: 60px;
}
/*.wp-contact .footer-form button:after{*/
/*    background-color: #d2232a;*/
/*    border-radius: 25px;*/
/*    content: "";*/
/*    display: block;*/
/*    height: 50px;*/
/*    left: 0;*/
/*    opacity: .3;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    transition-duration: 0.3s;*/
/*    width: 50px;*/
/*}*/
/*.wp-contact .footer-form button:hover{*/
/*     color: #fff;*/
/*}*/
/*.wp-contact .footer-form button:hover:after{*/
/*    width: 100%;*/
/*      opacity: 1;*/
/*}*/

.wp-contact{
    background: #f7f7f7;
}
.footer-contact{
    padding: 45px;
}
.heading-block h2{
    font-size: 30px;
}
.info {
    margin-top: 20px;
}
.info p{
    margin-bottom: 20px;
}
.info p a{
    font-size: 20px;
    color: #914822;
    font-weight: 600;
}
.sold{
    background: #cb0606;
    position: absolute;
    top: 121px;
    padding: 2px 13px;
    border-radius: 10px 0 0 0;
}
.sold p{
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.cus-tab .nav-tabs .nav-link {
    margin-bottom: 0px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    /* background: #000; */
    color: #000;
    font-size: 18px;
    background: rgb(229 180 141);
    margin-right: 14px;
    font-weight: 600;
    padding: 9px 34px;
}
.cus-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background: rgb(195, 116, 53);
    background: linear-gradient(82deg, rgba(195, 116, 53, 1) 0%, rgba(122, 51, 26, 1) 100%);
    border-color: #a56f20 #a56f20 #a56f20;
}
.cus-tab .comfort-text {
    text-align: center;
    width: 20%;
    padding: 0px 15px 0;
    border-right: 1px solid #d7d5d5;
    margin-top: 40px;
}
.lavasa-project .project-box {
    display: flex;
    justify-content: center;
}
.lavasa-project  .project-img {
    padding: 0px;
    width: 100%;
}
.lavasa-project .project-img .project-text {
    position: absolute;
    background: #0000009c;
    width: 100%;
    bottom: 0px;
    padding: 10px;
    text-align: center;
}
.new-project{
    background: #eadecc;
    padding: 60px 0 80px;
}
.new-project .left-price-box {

    background: #f7f0e7;
}
div#commitment {
    padding: 40px 0;
}
.cus-footer h2 {
    font-family: "Dancing Script", cursive;
    font-weight: 700;
    font-size: 47px;
}

.cus-code {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}
.code-box {
    padding: 0 10px;
    border-right: 1px solid #cbc6c6;
 
}
.code-box img {
      height: 200px;
    object-fit: contain;
}
.code-box:last-child {
    border-right: 0px solid #cbc6c6;
}
.new-btn a {
    color: #fff;
    background: #d2232a;
}
.home-btn{
    display:none;
}
.inner-btn .back a {
    color: #fff;
    background: #d2232a;
    border: none;
    padding: 9px 29px;
    margin-right: 10px;
    border-radius: 5px;
}
.inner-btn {
    transform: rotate(-90deg);
    position: fixed;
    right: -87px;
    top: 50%;
}  
video {
    width: 100%;
}


/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
.container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}
.award-box {
    height: 400px;
}
.gallery .owl-carousel2 .owl-nav button.owl-next{
        right: 0px;
}
.gallery .owl-carousel2 .owl-nav button.owl-prev{
        left: -18px;
}
.living-box {
    padding: 18px 40px 0px;
}
h2 {
    font-size: 36px;
}
.slider .carousel-item img {
    height: 33vh;
    object-fit: cover;
}
.home-menu .back {
    margin-right: 0px;
    width: 32%;
}
    .vg-nav-lg .vg-nav-hamburger {
        display: block;
        float: right;
    }
    
    video {
    width: 100%;
    height: 360px;
}
	
}

@media screen and (max-width: 980px) {
        video {
        width: 100%;
        height: auto;
    }
        .living-box {
        padding: 20px 25px;
    }
    .wp-contact .footer-form{
        margin-bottom: 15px;
    }
.choice-img img{
    height: 240px;
    object-fit: cover;
}	
.choice-text h3 {
    font-size: 19px;
}
    .home-menu .back {
        margin-right: 0px;
        width: 47%;
    }
    .city-box h2 {
    font-size: 40px;
}
.comfort-text {
    width: 25%;
}
.project-text a {
    font-size: 18px;
}
.project-img img {
    height: 230px;
}
.left-progect-text {
    padding: 0 20px 0 0;
}	
.left-price-box {
    width: 40%;
}
.available {
    padding: 60px 0 0;
}
.cus-tab .comfort-text {
    width: 25%;
}
.left-progect-text h3 {
    font-size: 24px;
}

}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
        .choice-img img {
        height: 270px;
        object-fit: cover;
        width: 100%;
    }
    .logo {
        width: 98%;
    }
    .logo img {
        height: 60px;
        object-fit: contain;
    }

    .slider .carousel-item img {
        height: auto;
        object-fit: cover;
    }
    .slider-bg h2 {
        font-size: 31px;
        line-height: 33px;
    }
    .slider-bg p {
        background: #d3232d;
        padding: 5px 14px;
        border-radius: 50px;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        margin-top: 70px;
    }
    .slider-bg {
        position: relative;
    z-index: 9;
    bottom: -15px;
    left: 0;
    }
    .step p {
        font-size: 20px;
        line-height: 34px;
        width: 100%;
    }
    h2 {
        font-size: 30px;
        font-weight: 700;
    }
    .city-box {
        width: 50%;
        margin-bottom: 20px;
    }
    .city-box:last-child{
        border-right: 1px solid #d7d5d5; 
    }
    .choice-box {
        width: 100%;
        padding: 40px 15px 0;
        overflow: hidden;
    }
    .comfort-text {
        text-align: center;
        width: 50%;
        padding: 10px 20px 0;
        border-right: 1px solid #d7d5d5;
        margin-top: 60px;
    }
    .comfort-text:nth-child(5) {
        border-right: 1px solid #d7d5d5;
    }

    .owl-carousel1 .owl-nav button.owl-prev {
        left: 100px;
        top: inherit;
    }
    .owl-carousel1 .owl-nav button.owl-next {
        top: inherit;
        right: 130px;
    }
    .cus-texti-box:before {
     
        height: 330px;
      
    }
    .textimonial .owl-dots {
        position: absolute;
        text-align: center;
        left: 21%;
        bottom: -10px;
    }
    .living-box {
        padding: 30px 30px 30px;
    }
    .need-text {
        padding: 26px 20px;
    }
    .footer-img {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .footer-text .city-box h2 {
        color: #441d1d;
        font-size: 22px;
    }
    .footer-text .city-box:last-child {
        border-right: 0px solid #d7d5d5;
        padding: 0 0 0 30px;
    }

    .slider .carousel-caption {

        top: 70px;
    }
    .inner-menu .logo {
        width: 50%;
    }
    .about h2 {
        font-size: 34px;
    }
    .available-text h1{
        display: none;
    }
    .left-progect-text {
        padding: 0 0 20px;
    text-align: center;
    }
    .price-box {
    
        flex-wrap: wrap;
    }
    .right-price-box {
        margin-top: 20px;
    }
    .price-list ul li {
        display: inline-block;
        padding: 0 9px 0px;
        border-right: 1px solid #291d20;
        margin-bottom: 10px;
    }
    .price-list ul li a {
        font-size: 16px;
    }
    .wp-cus-btn {
        margin: 0 0 0 0px;
    }
    .wp-cus-btn .btn-primary {
        margin-right: 5px;
        font-size: 14px;
        padding: 7px 13px;
    }

    .gallery .owl-carousel2 .owl-nav button.owl-next {
        right: 0px;
        top: 110px;
    }
    .gallery .owl-carousel2 .owl-nav button.owl-prev {
    
        left: -20px;

    }
    .cp-table {
        width: 22rem;
    }
    .data1 {
   right: 6px;
        left: 6px;
    }
    .coming .data1 {
        right: inherit;
        left: 0px;
    }
    .left-progect-text h3{
        font-size: 30px;  
    }
    .existing-box img {
        height: 290px;
        width: 100%;
        object-fit: cover;
        border-radius: 20px;
        margin: 0px 0 20px;
    }
    .existing .wp-cus-btn {
        margin: 20px 0 30px 0px;
    }
    .texti-text {
        width: 85%;
        position: relative;
        padding: 0 10px 0 0px;
    }
    .quote {
        position: absolute;
        color: #b5a183;
        font-size: 46px;
        left: -64px;
        top: -34px;
    }
    .need-img img {

        border-radius: 30px 30px 0 0px;
    }
    .existing-box {
     
        margin-bottom: 30px;
    }

    .mb-5 {
        margin-bottom: 1rem!important;
    }
    .project-box {
        display: flex;
        flex-wrap: wrap;
    }
    .project-img:nth-child(2n+2) {
        padding: 0px;
    }
    .mobile{
        display: block;
    }
    .desktop{
        display: none !important;
    }
    .complet-date {
        right: 30px;
    }
    iframe {
        border-radius: 0px !important;
    }
.cus-home-slide .owl-carousel2 .owl-nav button.owl-prev {
    left: 110px;
    top: inherit;
}
.cus-home-slide .owl-carousel2 .owl-nav button.owl-next {
    right: 110px;
    top: inherit;
}
.choice {
    padding: 40px 0;
}
.textimonial {
    padding: 40px 0;
}
.award-box {
    margin: 5px 5px 13px;
    height: auto;
}  
.carousel-control-next {
    right: 0;
    background: #ca7a38 ;
    height: 35px;
    width: 35px;
    opacity: 1;
    top: 40%;
    padding: 4px 4px 2px;
}
.carousel-control-prev {
    background: #ca7a38 ;
    height: 35px;
    width: 35px;
    opacity: 1;
    top: 40%;
    padding: 4px 4px 2px;
}
.inner-menu .back {
    margin-right: 20px;
    display: none;
}
.left-price-box {
    box-shadow: 0px 2px 5px #00000047;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
}
.utsav-slide .carousel-control-prev {
    padding: 10px 4px 2px;
}
.utsav-slide .carousel-control-next {
    padding: 10px 4px 2px;
}
.existing {
    padding: 30px 0;
}
.inner-commitment {
    padding: 40px 0;
    margin-bottom: 0px;
}
.footer-img img {
    width: 70%;
}
.living {
    margin-top: 40px;
}
.home-menu .back {
    margin-right: 0px;
    width: 20%;
    display: none;
}
.mobile-footer{
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999;
}
.mobile-footer .back {
    margin-right: 0px;
}


.mobile-footer .back a {
    color: #fff;
    border: none;
    padding: 9px 29px;
    margin-right: 10px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    display: block;
    text-align: center;
}
.vg-nav-lg .vg-nav-hamburger {
    display: block;
    float: right;
}
.wp-contact .footer-form {
    background-color: #fff;
    color: #000;
    padding: 25px;
    box-shadow: 0px 0px 10px #d2232a22;
    /* height: 568px; */
    width: 100%;
    margin-bottom: 20px;
}
.cus-tab .comfort-text {
    text-align: center;
    width: 50%;
    padding: 0px 15px 0;
    border-right: 1px solid #d7d5d5;
    margin-top: 40px;
}
.cus-tab .nav-tabs .nav-link {
    margin-right: 3px;
    font-weight: 600;
    padding: 8px 10px;
    font-size: 12px;
}
.code-box img {
    height: 180px;

    width: 100%;
}
.home-btn{
    display:block;
}

.inner-btn {
    transform: rotate(0deg);
    position: fixed;
    right: 0;
    top: inherit;
}
.home-slide-text p {
    width: 100%;
    font-size: 14px;
    line-height: 23px;
}
.available-text h2 {
    font-size: 37px;
}
.available-text h2:before {
    content: '';
    background: linear-gradient(82deg, rgba(195, 116, 53, 1) 0%, rgba(122, 51, 26, 1) 100%);
    height: 3px;
    width: 160px;
    position: absolute;
    bottom: -8px;
    /* margin-left: 102px; */
    left: 25%;
}
.cus-footer h2 {
    font-size: 33px;
    line-height: 35px;
}
.right-price-box {
    width: 100%;
}
.ToggleFlyout {
    left: 0;
}
.ToggleFlyout {
    width: 97%;
}

}


/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {

}


/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {

}



/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {

}



/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:375px) {


}
