/*** 

====================================================================
   Common Style
====================================================================

***/
 .pt-3{
     padding-top: 3%;
}
 .section-title h3:before {
     content: attr(data-bigletter);
     position: absolute;
     font-size: 2.2em;
     opacity: .12;
     top: -0.4em;
     left: 0;
     right: 0;
     margin: auto;
     text-transform: uppercase;
}
 .animate-border {
     position: relative;
     display: block;
     width: 115px;
     height: 3px;
     background: var(--secondary-color);
     margin-top: 15px !important;
     margin-right: auto;
     margin-left: auto;
}
 .animate-border:after {
     position: absolute;
     content: "";
     width: 35px;
     height: 3px;
     left: 5%;
     bottom: 0;
     border-left: 10px solid #fff;
     border-right: 10px solid #fff;
     animation: animborder 2s linear infinite;
}
 .section-title-blue{
     text-align: center;
     padding-bottom: 30px;
}
 .section-title-blue h3{
     color: var(--secondary-color);
     margin: 15px 0 0 0;
     font-size: 32px;
     font-weight: 700;
     position: relative;
}
 .section-title-blue h3:before {
     content: attr(data-bigletter);
     position: absolute;
     font-size: 2.2em;
     opacity: .12;
     top: -0.4em;
     left: 0;
     right: 0;
     margin: auto;
     text-transform: uppercase;
}
 .section-title-blue .animate-border {
     position: relative;
     display: block;
     width: 115px;
     height: 3px;
     background: var(--orange-color);
     margin-top: 15px !important;
     margin-right: auto;
     margin-left: auto;
}
 .section-title-blue .animate-border:after {
     position: absolute;
     content: "";
     width: 35px;
     height: 3px;
     left: 5%;
     bottom: 0;
     border-left: 10px solid #ffe3d3;
     border-right: 10px solid #ffe3d3;
     animation: animborder 2s linear infinite;
}
 @keyframes animborder {
     0% {
         -webkit-transform: translateX(0px);
         transform: translateX(0px);
    }
     100% {
         -webkit-transform: translateX(113px);
         transform: translateX(113px);
    }
}
 #header{
    padding: 5px 0 !important;
}
.header_logo {
    margin-bottom: 0px;
}
/*** 

====================================================================
   Banner Style
====================================================================

***/
 #hero h2 {
     margin: 5px 0 12px 0;
}
 #hero {
     width: 100%;
     overflow:hidden;
     height: unset;
     background: url(../img/tilang/banner.jpg) bottom left;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     position:relative;
     border-bottom: 1px dashed #fff;
}
 #hero:before {
     content: "";
     background:rgb(0 0 0 / 65%);
     position: absolute;
     bottom: 0;
     top: 0;
     left: 0;
     right: 0;
}
 #hero .container {
     position: relative;
     padding-top: 1% !important;
}
 #banner_sec{
     padding-top: 102px;
}
 .banner-project{
     color: var(--white-color);
     font-size: 36px;
     text-align: center;
}
 .banner-loctaion{
     background: var(--white-color);
     padding: 13px 10px;
     border: 2px dashed var(--secondary-color);
     font-size: 24px ;
     text-align: center;
     font-weight: 600 ;
     font-family:var(--heading-font);
     color: var(--secondary-color);
     width: fit-content;
     margin-right: auto !important;
     margin-left: auto !important;
     display: block;
     margin-top: 3% !important;
}
 .banner-loctaion span{
     font-size: 30px !important;
     font-weight: bold;
}
 .banner-booking{
     font-family: var(--body-font);
     color: #fff;
     text-transform: capitalize;
     margin-top: 4% !important;
     font-weight: 600;
     background: #00335891;
     padding: 2% 2%;
     width: fit-content;
     display: block;
     margin-right: auto !important;
     margin-left: auto !important;
     border: 2px dashed var(--orange-color);
}
.banner-booking .price{
    font-family: auto;
    padding-right: 3px; 
}

 .banner-booking span{
     font-size: 40px;
     font-family: var(--heading-font);
}
.o-letter{
    font-size: 37px !important;
}
.banner-blocks{
     width: fit-content !important;
     background: var(--orange-color);
     display: block;
     margin-right: auto !important;
     margin-left: auto !important;
     padding: 2% 3% !important;
     margin-top: -4% !important;
     color: var(--white-color);
     font-size: 27px;
}
 .banner-emi{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    margin-bottom: 1%;
}
 .banner-units{
     color: var(--white-color);    
     font-family: var(--body-font);
     margin-top: 4% !important;
     font-size: 24px;
     text-align: center;
     /* border-bottom: 2px dashed var(--orange-color); */
     width: fit-content;
     padding-bottom: 6px;
     display: block;
     margin-right: auto !important;
     margin-left: auto !important;
}
 .banner-construction{
     background: var(--secondary-color);
     padding: 13px 10px;
     border: 1px dashed var(--white-color);
     font-size: 15px;
     text-align: center;
     font-weight: 500;
     font-family: var(--body-font);
     color: var(--white-color);
     width: fit-content;
     margin-right: auto !important;
     margin-left: auto !important;
     display: block;
     margin-top: 3% !important;
     border-radius: 10px;
}
/*---===== Banner Form =====*/
 .form-price{
     font-family: emoji;
}
 .landing-form {
     background: var(--white-color);
     box-shadow: 1px 1px 10px var(--black-color);
     padding: 26px;
     border-radius: 8px;
     border-bottom: 5px solid var(--orange-color);
}
 .landing-form h1 {
     font-size: 22px !important;
     text-align: center;
     color: var(--orange-color) !important;
     font-weight: 800 !important;
     font-family: var(--body-font);
     margin-bottom: 15px;
}
 .form-inclusive{
     margin-bottom: 15px !important;
}
 .landing-form button{
     display: block;
     margin-right: auto;
     margin-left: auto;
     background: var(--secondary-color);
     padding: 10px 22px;
     border-radius: 29px;
     width: fit-content;
     color: var(--white-color);
     border: 0px ;
}
 .landing-form button:hover{
     background: var(--orange-color);
}
 .form-check-label b{
     color: var(--secondary-color);
}
 .landing-form .form-control{
     background-color: #0c85b41f !important;
     border: 0px solid #ced4da !important;
}
 .form-inclusive span{
     color:var(--secondary-color);
}
.user-content {
    font-size: 13px;
}
/*** 

====================================================================
   Overview Style
====================================================================

***/
 #overview{
     padding-top: 4%;
}
 .overview-title{
     font-size: 45px;
     background:var( --primary-color);
     color: var(--white-color);
     padding: 13px 65px;
     width: 100%;
     border-radius: 10px;
     display: block;
     margin-right: auto;
     margin-left: auto;
     margin-bottom: 3%;
     text-align: center;
     box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
     text-transform: var(--upper-text);
     border: 1px dashed #fff;
}
 .overview-title h3{
     margin-bottom: 0px;
}
 .rera{
     text-align: center;
     margin-top: 3%;
     font-weight: 500;
}
 .promo-image {
     position: relative;
     margin-right: 30px;
     margin-left: 30px;
     margin-top: 30px;
}
 .promo-image:before {
     position: absolute;
     left: -31px;
     top: -30px;
     width: 90%;
     height: 92%;
     z-index: -1;
     content: '';
     background-color: var(--orange-color);
     -webkit-transition: .5s;
     transition: .5s;
     border-radius: 10px;
     border: 1px dashed #fff;
}
 .promo-image .promo-img {
     width: 100%;
     -webkit-transition: .5s;
     transition: .5s;
     border-radius: 10px;
     box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}
 .promo-image img:hover {
     width: 100%;
     -webkit-transform: scale(1.02);
     transform: scale(1.02);
}
 .shape2 {
     position: absolute;
     bottom: -60px;
     right: -56px;
     z-index: -1;
     -webkit-animation-name: zoomInOut;
     -webkit-animation-duration: 3s;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-timing-function: ease-in-out;
}
 .right-about{
     margin-top: 4%;
}
/*** 

====================================================================
   ArunExcello About and Highlights Style
====================================================================

***/
 #about_projects{
     padding-top: 5%;
     position: relative;
}
 .shape3 {
     position: absolute;
     top: 0;
     right: 5%;
     z-index: -1;
     background-repeat: no-repeat;
     -webkit-animation:moving 8s linear infinite;
     animation:moving 8s linear infinite 
}
 #about_projects img,#about-spr img{
     width:100%;
     z-index:2;
     border-radius: 6px;
}
 .inner-section-heading h2{
     color: #fff;
     border-bottom: 3px solid var( --orange-color);
     width: fit-content;
     border-radius: 5px;
     padding-bottom: 6px;
     margin-bottom: 17px;
}
 #about_projects div#about-line h4{
     padding:0%;
     color:#fff;
}
 #about_projects div#about-line p{
     padding:0%;
     color:#fff;
}
 #about_projects div#about-line{
     background: var( --secondary-color);
     border-radius: 6px;
     border: 2px dashed #ffffff;
}
 #about_projects .col-lg-4{
     z-index:1;
     margin-left:-4%;
}
 #highlights .pedigree.align-items-center{
     background: var( --secondary-color);
     border-radius: 6px;
     border: 2px dashed #ffffff;
     margin-left:-4%;
     padding: 6% 4% 
}
 #highlights .overview-right-content-condainer{
     padding:6% 4%;
}
 #highlights .overview-left-cont{
     z-index:1;
}
 .why-sec{
     padding: 6% 5% 6% 5%;
}
 .overview-right-content h4{
     color: #fff;
}
 .overview-right-content p{
     color:#fff !important;
}
 #highlights{
     padding-bottom: 3%;
     position: relative;
}
 #highlights img{
     border-radius: 6px;
}
 #about_projects{
     padding: 35px 0 !important;
}
 #highlights{
     padding-top: 14px;
     padding-bottom: 66px;
}
 #img-border-line1, #img-border-line2{
     background: #fff;
     padding: 5%;
}
 #img-border-line1{
     border-top: 10px solid var( --secondary-color);
     border-right: 10px solid var( --secondary-color);
     border-bottom: 10px solid var( --orange-color);
     border-left: 10px solid var( --orange-color);
}
 #img-border-line2{
     border-bottom: 10px solid var( --secondary-color);
     border-left: 10px solid var( --secondary-color);
     border-top: 10px solid var( --orange-color);
     border-right: 10px solid var( --orange-color);
}
 .location-img{
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .highlights-points{
     margin-bottom: 12px;
     color: #fff;
     font-size: 20px;
}
 .highlights-points span{
     padding-left: 7px;
}
 .highlights-points1{
     margin-bottom: 8px;
     display: inline-block;
     padding-left: 68px;
     position: relative;
}
 .highlights-points1 img{
     position: absolute;
     left: 0;
}
 .highlights-points1 span{
     display: inline-block;
     color: #fff;
     font-size: 20px;
}
 .highlights-points b{
     font-weight: 600 !important;
}
 .shape4 {
     position: absolute;
     bottom: 5%;
     left: 2%;
     z-index: -1;
     background-repeat: no-repeat;
     animation: rotation 9s infinite linear;
}
/*** 

====================================================================
   Amenities Style
====================================================================

***/
 #amenities{
     position: relative;
     background: linear-gradient(41deg, #13467f 50%, #ffdac4c2 0%);
     border-top: 8px solid #ffe3d3;
     border-bottom: 8px solid #ffe3d3;
     border-right: 8px solid #13467f;
     border-left: 8px solid #ff5a39;
}
 .light-right {
     position: absolute;
     top: 0;
     right: -96px;
     opacity: 1.48;
}
 .light-right img{
     width: 28% !important;
}
 .service-box-one {
     background-color: #ffffff;
     padding: 40px;
     border-radius: 10px;
     text-align: left;
     transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
     position: relative;
     z-index: 1;
     overflow: hidden;
     box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
     border-bottom: 5px solid #ff5a39;
     height: 277px;
}
 .service-boxbg-shape-one {
     position: absolute;
     top: -396px;
     right: -400px;
     z-index: -1;
     transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
 .service-box-one:hover .service-boxbg-shape-one {
     top: -170px;
     right: -150px;
     transition: all 0.5s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
 .service-box-one:hover {
     background-color: var(--orange-color);
     box-shadow: 0px 30px 60px 0px rgb(20,17,58,0.3);
}
 .service-icon-one {
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
     transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
 .service-box-one:hover .service-icon-one::before {
     animation-name: rotateme;
     animation-duration: 5s;
     animation-iteration-count: infinite;
     animation-timing-function: linear;
     -webkit-animation-name: rotateme;
     -webkit-animation-duration: 5s;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
     -moz-animation-name: rotateme;
     -moz-animation-duration: 5s;
     -moz-animation-iteration-count: infinite;
     -moz-animation-timing-function: linear;
     -ms-animation-name: rotateme;
     -ms-animation-duration: 5s;
     -ms-animation-iteration-count: infinite;
     -ms-animation-timing-function: linear;
     -o-animation-name: rotateme;
     -o-animation-duration: 5s;
     -o-animation-iteration-count: infinite;
     -o-animation-timing-function: linear;
}
 @-webkit-keyframes rotateme {
     0% {
         -webkit-transform: rotate(0deg);
         opacity: 1;
    }
     50% {
         -webkit-transform: rotate(180deg);
         opacity: 0.7;
    }
     100% {
         -webkit-transform: rotate(360deg);
         opacity: 1;
    }
}
 @-moz-keyframes rotateme {
     0% {
         -moz-transform: rotate(0deg);
         opacity: 1;
    }
     50% {
         -moz-transform: rotate(180deg);
         opacity: 0.7;
    }
     100% {
         -moz-transform: rotate(360deg);
         opacity: 1;
    }
}
 @-o-keyframes rotateme {
     0% {
         -o-transform: rotate(0deg);
         opacity: 1;
    }
     50% {
         -o-transform: rotate(180deg);
         opacity: 0.7;
    }
     100% {
         -o-transform: rotate(360deg);
         opacity: 1;
    }
}
 @keyframes rotateme {
     0% {
         transform: rotate(0deg);
         opacity: 1;
    }
     50% {
         transform: rotate(180deg);
    }
     100% {
         transform: rotate(360deg);
         opacity: 1;
    }
}
 .yes-d-one {
     display: block;
}
 .no-d-one {
     display: none;
}
 .service-box-one:hover .yes-d-one {
     display: none;
}
 .service-box-one:hover .no-d-one {
     display: block;
}
 .service-box-content-one {
     margin-top: 30px;
}
 .service-box-content-one .h3-title {
     transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
     text-align: center;
     font-size: 22px;
}
 .service-box-one:hover .service-box-content-one .h3-title {
     color: #ffffff;
     transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
/*** 

====================================================================
   Map Style
====================================================================

***/
 #location{
     position: relative;
}
 .shape5 {
     position: absolute;
     top: 17%;
     right: 10%;
     z-index: -1;
     background-repeat: no-repeat;
     -webkit-animation-name: zoomInOut;
     -webkit-animation-duration: 3s;
     -webkit-animation-iteration-count: infinite;
     -webkit-animation-timing-function: ease-in-out;
}
 .map_img{
     box-shadow: rgb(0 0 0 / 25%) 0px 0.0625em 0.0625em, rgb(0 0 0 / 25%) 0px 0.125em 0.5em, rgb(255 255 255 / 10%) 0px 0px 0px 1px inset;
     border-radius: 5px;
     width: 100%;
     position: relative;
     border: 6px solid #ffe3d3;
}
 .lightbox:before {
     position: absolute;
     top: 50%;
     left: 50%;
     margin-top: -13px;
     margin-left: -13px;
     opacity: 0;
     color:var(--white-color);
     font-size: 26px;
     font-family: 'Glyphicons Halflings';
     content: url(../img/plus.png);
     pointer-events: none;
     z-index: 9000;
     transition: 0.4s;
}
 .lightbox:after {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
     background-color: #000000a8;
     content: '';
     transition: 0.4s;
}
 .lightbox:hover:after, .lightbox:hover:before {
     opacity: 1;
}
.location-advan{
      display: block;
    margin-top: auto;
    margin-bottom: auto;  
}
 .project-highlights{
     width: 80%;
     display: block;
     margin-right: auto;
     margin-left: auto;
}
 .project-highlights h3{
     background: #13467f;
     color: #fff;
     padding: 17px 0px;
     text-align: center;
     margin-bottom: 0px;
}
 .project-highlights ul{
     background: #ffe3d3;
     padding: 19px 48px;
     list-style-image: url(../img/pin.png) 
}
 .project-highlights ul li{
     width: fit-content;
     padding-bottom: 5px;
     font-size: 19px;
     font-weight: 500;
}
/*** 

====================================================================
   Specification Style
====================================================================

***/
 .spe-bg {
     background-image: url(../img/company-bg.jpg) !important;
     position: relative;
     display: block;
     background-attachment: fixed;
     background-size: cover;
     background-position: center top;
     background-repeat: no-repeat;
     z-index: 1;
     border-top: 8px solid var(--secondary-color);
     border-bottom: 8px solid var(--orange-color);
}
 .spe-bg::before {
     background: #fbf6f3f0;
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     content: "";
     z-index: -1;
}
 .faq .faq-list a.collapsed i::before {
     content: "\f063" !important;
}
 #main #faq .card {
     margin-bottom: 30px;
     border: 0;
}
 #main #faq .card .card-header {
     border: 0;
     -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
     box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
     border-radius: 2px;
     padding: 0;
}
 #main #faq .card .card-header .btn-header-link {
     color: var(--white-color) !important;
     display: block;
     text-align: left;
     background: #0e418b;
     color: #222;
     padding: 20px;
}
 #faq .card .card-header .btn-header-link:after {
     content: "\f107";
     font-family: 'Font Awesome 5 Free';
     font-weight: 900;
     float: right;
}
 #faq .card .card-header .btn-header-link.collapsed {
     background: #A541BB;
     color: var(--white-color);
}
 #faq .card .card-header .btn-header-link.collapsed:after {
     content: "\f106";
}
 #faq .card .collapsing {
     background: #FFE472;
     line-height: 30px;
}
 #faq .card .collapse {
     border: 0;
}
 #faq .card .collapse.show {
     background: #FFE472;
     line-height: 30px;
     color: #222;
}
 .accordion .item {
     border: none;
     margin-bottom: 20px;
     background: none;
}
 .t-p{
     color: var(--white-color);
     padding: 20px;
     background: #000000ad;
     line-height: 28px;
}
 .t-p ul li b{
     color: var(--white-color);
     font-weight: 600;
}
 .accordion .item .item-header h2 button.btn.btn-link {
     background: var(--black-color);
     color: var(--white-color);
     border-radius: 0px;
     font-family: 'Poppins';
     font-size: 20px;
     font-weight: 400;
     line-height: 2.5;
     text-decoration: none;
}
 .accordion .item .item-header {
     border-bottom: none;
     background: transparent;
     padding: 0px;
     margin: 2px;
}
 .accordion .item .item-header h2 button {
     color: white;
     font-size: 20px;
     padding: 15px;
     display: block;
     width: 100%;
     text-align: left;
}
 .accordion .item .item-header h2 i {
     float: right;
     font-size: 30px;
     color: var(--white-color);
     background: var(--orange-color);
     width: 60px;
     height: 40px;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 5px;
}
 button.btn.btn-link.collapsed i {
     transform: rotate(0deg);
}
 button.btn.btn-link i {
     transform: rotate(180deg);
     transition: 0.5s;
}
 .t-p ul{
     list-style-image: url(../img/four-dots.png);
}
 .light {
     position: absolute;
     top: 0;
     left: 65px;
     opacity: 0.48;
}
 .light img{
     width: 28%;
}
 @-webkit-keyframes float-bob-x {
     0% {
         transform: translateX(-30px);
    }
     50% {
         transform: translateX(-10px);
    }
     100% {
         transform: translateX(-30px);
    }
}
 @keyframes float-bob-x {
     0% {
         transform: translateX(-30px);
    }
     50% {
         transform: translateX(-10px);
    }
     100% {
         transform: translateX(-30px);
    }
}
 .float-bob-x {
     -webkit-animation-name: float-bob-x;
     animation-name: float-bob-x;
     -webkit-animation-duration: 2s;
     animation-duration: 2s;
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
     animation-timing-function: linear;
}
/*** 

====================================================================
   Gallery Style
====================================================================

***/
 #gallery {
     background-image: url(../img/gallery-bg.png) !important;
     background-size: cover;
     background-repeat: no-repeat;
}
 .gallery {
     display: flex;
     flex-wrap: wrap;
     margin: -1rem -1rem;
}
 .gallery-item {
     flex: 1 0 24rem;
     margin: 1rem;
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
     overflow: hidden;
     border: 8px solid var(--white-color);
}
 .gallery-image {
     display: block;
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 400ms ease-out;
}
 .gallery-image:hover {
     transform: scale(1.15);
}
 @supports (display: grid) {
     .gallery {
         display: grid;
         grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
         grid-gap: 2rem;
    }
     .gallery, .gallery-item {
         margin: 0;
    }
}
/*** 

====================================================================
   Floor Plans Style
====================================================================

***/
 #floorplans{
     position: relative;
     background: linear-gradient(41deg, #13467f 50%, #ffdac4c2 0%);
     border-top: 8px solid #ffe3d3;
     border-bottom: 8px solid #ffe3d3;
     border-right: 8px solid #13467f;
     border-left: 8px solid #ff5a39;
}
 .floor_img{
     box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
     overflow: hidden;
     border: 8px solid #13467f47;
     background: #fff;
     border-radius: 10px;
}
 .discover-slide .owl-dots {
     margin-top: 3%;
}
 .discover-slide button.owl-dot{
     margin-right: auto !important;
}
 .discover-slide.owl-theme .owl-nav {
     position: absolute;
     top: -92px;
     right: 14%;
     margin-top: 0;
}
 .discover-slide .owl-dots .owl-dot span{
     width: 16px !important;
     height: 16px !important;
     background: #000000 !important;
}
 .discover-slide .owl-dots .owl-dot.active span, .discover-slide .owl-dots .owl-dot:hover span{
     background: var(--orange-color) !important;
}
 .discover-slide.owl-theme .owl-nav .owl-prev, .discover-slide.owl-theme .owl-nav .owl-next {
     background-color: var(--secondary-color);
     color: var(--white-color);
     border: 1px solid var(--secondary-color);
     width: 50px;
     height: 50px;
     line-height: 50px;
     border-radius: 0;
     -webkit-transition: all ease 0.5s;
     transition: all ease 0.5s;
     font-size: 35px;
}
 .discover-slide.owl-theme .owl-nav .owl-prev i, .discover-slide.owl-theme .owl-nav .owl-next i {
     font-size: 20px;
}
 .discover-slide.owl-theme .owl-nav .owl-prev:hover, .discover-slide.owl-theme .owl-nav .owl-next:hover {
     background-color: var(--orange-color);
     color: var(--white-color);
     border-color: var(--orange-color);
}
 .single-discover {
     margin-bottom: 30px;
}
 .single-discover img {
     margin-bottom: 15px;
}
 .single-discover h3 {
     font-size: 18px;
     margin-bottom: 2px;
}
 .owl-nav button.owl-prev{
     margin-right: 14px !important;
}
 .floor-name{
     text-align: center;
     padding: 3% 0% 0% 0%;
     color: var(--orange-color);
     font-weight: 500;
     font-size: 20px;
     margin-bottom: 0px;
}
/*** 

====================================================================
   Popup Form Style
====================================================================

***/
 .open-button.right-btn{
     position: fixed;
     top: 50%;
     right: -73px;
     transform: rotate(90deg);
     padding: 12px 20px;
     text-transform: var(--upper-text);
     z-index: 9;
     border-radius: 30px;
     border: 5px solid var(--white-color);
     box-shadow: 1px 1px 5px var(--black-color);
     font-weight: var(--font-weight);
}
 .form-popup {
     display: none;
     position: fixed;
     bottom: 0;
     right: 0;
     z-index: 999999999999999999999999999;
     background: #0000008c;
     padding: 0;
     width: 100%;
     top: 0;
     padding: 40px;
}
 .form-container {
     max-width: 40%;
     padding: 10px;
     margin: auto;
     position: relative;
     border-radius: 10px;
     background: var(--white-color);
}
 .form-container h4{
     text-align : center;
}
 .form-container input[type=text], .form-container input[type=password], .form-container input[type=email],.form-container textarea {
     width: 100%;
     padding: 10px 11px;
     margin: 10px 0 10px 0;
     border: none;
     background:#0c85b41f !important;
     resize : unset;
}
 .form-container input[type=text]:focus, .form-container input[type=password]:focus {
     background-color: #ddd;
     outline: none;
}
 .form-container .btn {
     background: var(--secondary-color);
     color: white;
     padding: 13px 61px;
     border: none;
     cursor: pointer;
     margin-bottom: 10px;
     width: fit-content;
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .form-container .cancel {
    width: 30px;
    height: 30px;
    padding: 0;
    color: var(--white-color);
    font-weight: 800;
    position: absolute;
    top: -19px;
    right: -10px;
    background: var(--secondary-color);
    border-radius: 50%;
}
 .form-container .btn:hover, .open-button:hover {
     opacity: 1;
}
 .open-button{
     background: var(--orange-color);
     color: var(--white-color);
     border: unset;
     padding: 9px 20px;
     box-shadow: 2px 2px 20px -2px #ccc;
}
 .popup_title{
         color: var(--white-color);
    font-weight: var(--font-weight);
    background: var(--secondary-color);
    padding: 18px;
}
 .splsym{
     color: var(--white-color);
}
/*** 

====================================================================
   Copyrights Style
====================================================================

***/
 #footer{
     background: var(--black-color);
}
 #footer .copyright {
     text-align: center;
     color: var(--white-color);
}
 #footer .copyright span{
    font-weight: 500;
    color: #cc0000;
 }
/*** 

====================================================================
   Media Query Style
====================================================================

***/
 @media only screen and (max-width: 600px) {
     .section-title h3{
         font-size: 27px !important;
    }
     #header .logo{
         margin: auto;
    }
     .nav_bar{
         flex-direction: column;
         /*flex-wrap: wrap;
         align-content: space-around;*/
    }
     .mobile-nav-toggle{
         right: 15px !important;
         top: 45px !important;
         font-size: 30px !important;
    }
     /*.header_logo img{
         width: 80%;
         display: block;
         margin-right: auto;
         margin-left: auto;
    }*/
    /*--=====Banner Media Query ====--*/
     #hero h2 {
         margin-bottom: 14px;
         text-align: center;
    }
     #hero h2{
         margin: 0px 0 10px 0;
    }
     .banner-project{
         font-size: 25px;
    }
     .banner-loctaion{
         font-size: 20px;
    }
     .banner-loctaion span{
         font-size: 22px !important;
    }
    .o-letter{
        font-size: 28px !important;
    }
    .banner-booking{
        font-size: 22px !important;
        padding: 4% 2%;
    }

     .banner-booking span{
         font-size: 32px;
    }
     .banner-blocks{
         font-size: 20px;
         margin-top: -7% !important;
    }
    .banner-emi{
         width: 100%;
    } 
     .banner-units{
         font-size: 21px;
    }
     .landing-form{
         margin-top: 5%;
    }
     .banner-construction{
         margin-top: 4% !important;
    }
    .user-content {
        font-size: 12px;
    }
    /*--===== End Banner Media Query ====--*/
     .about_heading{
         font-size: 23px !important;
    }
     .rera {
         background: var(--secondary-color);
         color: var(--white-color);
         padding: 2px;
    }
     .why-sec{
         margin-top: 0%;
    }
     .light-right, .light{
         left: 63px;
    }
     .light-right img, .light img {
         width: 11% !important;
    }
}
 @media only screen and (max-width: 767px){
     .section-title-blue h3{
         font-size: 24px;
    }
     #wrapper {
         margin-left:0px !important;
         background-image: none !important;
    }
     #footer{
         margin-bottom: 5%;
    }
     .mr-auto {
         margin-left: 0px !important;
    }
     .open-button.right-btn {
         position: fixed;
         top: 50%;
         right: -75px;
         transform: rotate(90deg);
         padding: 10px 10px;
         text-transform: var(--upper-text);
         z-index: 9999;
         border-radius: 30px;
         border: 5px solid var(--white-color);
         box-shadow: 1px 1px 10px var(--);
         font-weight: var(--font-weight);
    }
     .grid-item{
         width : 100% !important;
    }
     .fixed-top{
         position : unset;
    }
     .fixed-top.header-scrolled{
         position: fixed;
    }
    
     .form-popup{
         width: 100%;
    }
     .form-container{
         max-width: 100%;
         
    }
     #hero {
         background-repeat: no-repeat !important;
         background-size: cover !important;
    }
     #hero{
         padding-top: 12px;
         height: unset !important;
    }
     #hero .container {
         padding-top: 5% !important;
    }
     #banner_sec{
         margin-bottom: 5%;
         padding: 0px !important;
    }
     #overview{
         padding-top: 10% !important;
    }
     .highlights_points{
         grid-template-columns: 100%;
    }
     .banner-highlight span {
         font-size: 26px;
    }
    .landing-form h1{
        margin-bottom: 3%;
            font-size: 18px !important;
    }
    .popup_title{
         font-size: 20px !important;
        
    }
     .project_call{
         margin-bottom:7%;
    }
     .pedigree.align-items-center{
         margin-left: 0px !important;
    }
     .section-title h3:before {
         font-size: 1.4em;
         top: -0.2em;
    }
     #footer{
         margin-bottom: 17%;
    }
     .gallery_sec{
         padding-left: 0px !important;
         padding-right: 0px !important;
         margin-bottom: 10%;
    }
     .open-button.right-btn {
         position: fixed;
         bottom: 0;
         right: 0;
         transform: unset;
         width: 100%;
         top: unset;
         border-radius: 0px !important;
    }
     section {
         padding: 30px 0;
    }
     #about_projects .col-lg-4{
         margin-left: 0px !important;
    }
     .mbl-highlights{
         display: block;
    }
     .desktop-about-img, .desktop-highlights{
         display: none;
    }
     #img-border-line1, #img-border-line2{
         margin-top: 5%;
    }
     #about_projects {
         padding: 0px 0 !important;
    }
     .highlights-points{
         margin-bottom: 28px;
         display: inline-block;
         padding-left: 60px;
         position: relative;
    }
     .highlights-points img{
         position: absolute;
         left: 0;
    }
     .highlights-points span{
         display: inline-block;
    }
     .highlights-points .single-line{
         padding-top: 10px;
    }
     #highlights {
         padding-top: 40px;
    }
     .desktop-abt-img, .shape2, .shape3, .shape4, .shape5, .mbl-hide{
         display: none;
    }
    .desktop-logo{
        display: none;
    }
    .project-logo{
        display: none;
    }
    .mbl-logo{
        display: block;
    }
     .mbl-abt-img, .desktop-hide{
         display: block;
         margin-bottom: 35px;
    }
     .service-box-one {
         margin-bottom: 5%;
    }
     .discover-slide.owl-theme .owl-nav{
         display: none;
    }
     .discover-slide .owl-dots{
         display: block;
    }
     .owl-carousel button.owl-dot{
         margin-right: 0px !important;
         margin-top: 9%;
    }
     .discover-slide .owl-dots .owl-dot span{
         width: 26px !important;
         height: 5px !important;
         background: var(--black-color) !important;
    }
     .project-highlights{
         width: 100%;
    }
    .location-advan{
        margin-top: 5%;
    }
}
 @media only screen and (min-width: 768px){
     .desktop-abt-img, .desktop-highlights, .mbl-hide, {
         display: block;
    }
     .mbl-abt-img, .mbl-highlights, .desktop-hide{
         
         display: none;
    }
    .desktop-logo{
        display: block;
    }
    .mbl-logo{
        display: none;
    }
    .landing-form{
        margin-top: 8%; 
    }
}
 @media(max-width : 1000px){
     #wrapper {
         width: 100%;
    }
}
 @media (min-width : 768px) and (max-width : 991px){
     .mobile-nav-toggle{
         right: 45px !important;
         top: 42px !important;
         font-size: 32px !important;
    }
     .header_logo{
         display: block;
         margin-left: auto !important;
         margin-right:auto !important;
    }
     #hero{
         height: unset;
    }
     #hero .container {
         padding-top: 0;
    }
     .banner_form{
         display: block;
         margin-right: auto;
         margin-left: auto;
         flex: 25 0 41.666667% !important;
         max-width: 68.666667% !important;
    }
     .banner-location, .banner-price{
         display: block;
         margin-right: auto !important;
         margin-left: auto !important;
    }
     .desktop-logo{
        display: none;
    }
    .mbl-logo{
        display: block;
    }
    .project-logo{
        display: none;
    }
}
 @media only screen and (max-width: 1600px) and (min-width: 1300px) {
     #hero .container {
         position: relative !important;
         padding-top: 2% !important;
    }
     #hero {
         height: unset !important;
    }
}
   @media only screen and (max-width: 1999px) and (min-width: 1900px) {
    #hero .container {
        padding-top: 6% !important;
    }
    .landing-form {
        margin-top: 15%;
    }   

}