
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;

}
.wp-menu {
    display: flex
    ;
        align-items: center;
        justify-content: center;
        width: 100%;
}
.logo {
    width: 20%;
    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;
    border: none;
    padding: 9px 24px;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}
.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
  }
  
  .header li a {
    display: block;
    padding: 20px 20px;

    text-decoration: none;
  }
  
  .header li a:hover,
  .header .menu-btn:hover {
 
  }
  
  .header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
  }
  
  /* menu */
  
  .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
  }
  
  /* menu icon */
  
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
  }
  
  .header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }
  
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  .header .menu-icon .navicon:before {
    top: 5px;
  }
  
  .header .menu-icon .navicon:after {
    top: -5px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
    display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
    max-height: 240px;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  .footer-contact1 {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #000;
    padding: 0 12px 12px;
    opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
}
.footer-contact2 {
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
	z-index:999;
}
.footer-contact1 input[type="text"], .footer-contact1 input[type="email"] {
    border: none;
    border-bottom: 1px solid #fff;
    background: #000;
    width: 100%;
    font-size: 16px;
    color: #fff;
}
.btn-theme{color: #fff;
    background: #d2232a;
    border: none;
    padding: 9px 17px;
    margin-right: 10px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;}
form.row.g-3 {
    width: 70%;
    margin: 0 auto;
}
  
  /* 48em = 768px */
  
  @media (min-width: 48em) {
    .header li {
      float: left;
    }
    .header li a {
        padding: 10px 20px;
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
    }
    .header .menu {
      max-height: none;
    }
    .header .menu-icon {
      display: none;
    }
  }
  
.home-menu1 {

    text-align: center;
    margin-right: 20px;
}
.home-menu .back {
    margin-right: 0px;
    width: 22%;

}


/******* 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: 50px;
    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;
}

.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 #a56f20ad;
    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 {
    background: #f7f7f7;
    padding: 80px 0 ;
}

.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;
    margin-top: 50px;
}
.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;
}


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;

    border: none;
    padding: 7px 20px;
    margin-right: 10px;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}
input#gridCheck {
    width: 25px;
    border: 1px solid #666;
    margin-right: 13px;
    padding: 10px;
    border-radius: 3px;
}
label {
    display: block;
}
.form-check a.btn.btn-link {
    padding: 0;
    color: rgb(195, 116, 53);
    font-weight: 600;
}
.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);
  }
  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;
    margin: 5px;
}
.utsav-slide .carousel-item img{
    height: 200px;
    object-fit: cover;
    margin: 10px 0  ;
}

.mobile{
    display: none;
}
.complet-date{
    right: 80px;
}
.tour img{
    border-radius: 20px;
    height: 300px;
    object-fit: cover;
}
.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: 200px;
    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: 134px;
    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: 21px 4px 2px;
}
.utsav-slide .carousel-control-prev {
    background: #ca7a38;
    height: 35px;
    width: 35px;
    opacity: 1;
    top: 40%;
    padding: 21px 4px 2px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 40px;
}
.mobile-footer{
    display: none;;
}


.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: #914822;
    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;
}
.wp-contact .footer-form button:after{
    background-color: #914822;
    border-radius: 25px;
    content: "";
    display: block;
    height: 50px;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    transition-duration: 0.3s;
    width: 50px;
}
.wp-contact .footer-form button:hover:after{
    width: 100%;
}

.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: 16px 10px;
    border: 1px solid #d7d5d5;
    margin-top: 0;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 16px;
}
.cus-tab .comfort-text p{
    text-transform: uppercase;
}
div#commitment {
    padding: 40px 0;
}
.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;
    color: #fff;
    font-size: 24px;

}

.owl-carousel2 .owl-nav button.owl-next {
    background: #6e2e2e;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    padding: 0px 0 5px !important;
    position: absolute;
    right: -50px;
    top: 110px;
    color: #fff;
    font-size: 24px;

}
.step .owl-dots {
    display: none;
}
.gallery {
    margin-top: 40px;
}
.inner-commitment {
    background: #f7f3ec;
}

.home-project{

}
.home-project img{
    height: 250px;
    object-fit: cover;
}


.home-project-text{
    background: #fff;
    padding: 15px;
}
.home-project-text h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0px;
}
.readdy {
    border-top: 1px solid #66666673;
    border-bottom: 1px solid #66666673;
    margin: 10px 0;
    padding: 10px 0 10px 5px;
}
.readdy span{
    color: #009245;
}
.available {
    border-bottom: 1px solid #66666673;
    margin: 0 0 10px;
    padding: 5px 0 17px 5px;
}
.available p span{
    background: #66666633;
    padding: 8px;
    color: #000;
    border-radius: 2px;
}
.structure{
    border-bottom: 1px solid #66666673;
    margin: 0 0 10px;
    padding: 5px 0 17px 5px;
}
.range p{
    margin-bottom: 15px;
}
.range p span{
    color: #d2232a;
    font-size: 20px;
    font-weight: 700;
}
.range a{
    color: #fff;
    background: #d2232a;
    border: none;
    padding: 9px 17px;
    margin-right: 10px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
}
.choice .owl-dots {
    display: none;
}
.choice .owl-carousel2 .owl-nav button.owl-prev{
    top:230px;
}
.choice .owl-carousel2 .owl-nav button.owl-next{
    top:230px;
}
.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;
}
p.cus-height {
    height: 220px;
    overflow-y: scroll;
}

.left-progect-text span {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
    display: block;
}
.wp-text h2{
    position: relative;
    background: linear-gradient(to right, #ca7a38 0%, #79321a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wp-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%;
}
.existing .owl-carousel2 .owl-nav button.owl-prev {
    top: 230px;
}
.existing .owl-carousel2 .owl-nav button.owl-next {
    top: 230px;
}
.existing .owl-dots {
    display: none;
}
.living-video video {
    width: 100%;
}
.col-md-4.col-12.pe-0 {
    padding: 0!important;
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.spacer {
    height: 14vh;
}
}

/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
.container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}
 .spacer {
        height: 22vh;
    }
	.back a {
    color: #fff;
    background: #d2232a;
    border: none;
    padding: 9px 24px;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}


	
}

@media screen and (max-width: 980px) {
	.spacer {
    height: 14vh;
}
.back a {
    color: #fff;
    background: #d2232a;
    border: none;
    padding: 9px 24px;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 600;
}

	
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
    .logo {
        width: 100%;
    }
	.spacer {
   display:none;
}
    .wp-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%;
    }
    .header li a {
        display: block;
        padding: 12px 20px;
        text-decoration: none;
        text-transform: uppercase;
        color: #000;
        font-weight: 600;
    }
    .header .menu-icon .navicon{
        margin-left: 90px;
    }
    .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;
        margin-top: 60px;
    }
    .comfort-text:nth-child(5) {
        border-right: 1px solid #a56f20ad;
    }
    .comfort-text:nth-child(10) {
        border-right: 1px solid #a56f20ad;
    }

    .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: -10px;
    }
    .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: 0px;
    top: 80px;
}
.cus-home-slide .owl-carousel2 .owl-nav button.owl-next {
    right: 0;
    top: 80px;
}
.choice {
    padding: 60px 0 80px;
}
.choice .owl-carousel2 .owl-nav button.owl-next {
     right: 0;
    top: 80px;
}

.choice .owl-carousel2 .owl-nav button.owl-prev {
    left: 0px;
    top: 80px;
}

.textimonial {
    padding: 60px 0 80px;
}
.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: 60px 0;
}
.inner-commitment {
    padding: 60px 0 80px;
    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;
}
.info p a {
    font-size: 16px;
}



.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%;
   
}
video {
    width: 100%;
    height: auto;
}
.home-slide-text {
    padding: 17px;
    height: auto;
}
.step {

    padding: 50px 0 80px;
}
.header .menu-btn:checked ~ .menu {
    max-height: max-content;
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
}
.home-slide-text p{
    height: 150px;
    overflow-y: scroll;
}
.existing .owl-carousel2 .owl-nav button.owl-next {
    top: inherit;
    right: 130px;
}

.existing .owl-carousel2 .owl-nav button.owl-prev {
    top: inherit;
    left: 130px;
}
div#commitment {
    padding: 50px 0 80px;
}
.footer-contact1 {
        display: none;
    }
}


/* 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) {


}
