*{ padding: 0;margin: 0;}
@font-face {
    font-family: "Vera Humana 95";
    src: url("../fonts/verah.ttf") format("truetype");
}
body{ text-align: justify;  line-height: 30px; color: #000;font-size: 15px; letter-spacing: 1px; margin-bottom: 0px; 
 font-family: "Montserrat", sans-serif;
 }
  html {
  scroll-behavior: smooth;
}
span{ }
h1,h2,h3,h4,h5,h5,h6{ color: #333; line-height:1.3;letter-spacing:1.3px;   font-family: "Vera Humana 95", sans-serif;  }
p{text-align: justify;  line-height: 30px; color: #000;font-size: 15px; letter-spacing: 1px; margin-bottom:10px;  }
a{text-decoration:none; color: #000;font-size: 15px;  letter-spacing: 1px;}
.clear_all{clear:both;}
button:focus, input:focus, textarea:focus,a:focus {outline: 0;}
/*topmenu*/
 /* =========================================================
   HEADER
========================================================= */

.headers {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    padding: 0 0px;
}

.headers > .container-fluid {
    width: 100%;
}

.headers > .container-fluid > .row {
    align-items: center;
}


/* =========================================================
   NAVBAR
========================================================= */

.custom-navbar {
    padding: 0;
    width: 100%;
    min-height: 90px;
    transition: .4s;
}

.custom-navbar .navbar-nav {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
}


/* =========================================================
   LOGO
   Logo is already coming from Custom_Bootstrap_Navwalker
========================================================= */

.custom-navbar .nav-logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    display: block;
    background: transparent;
    padding: 0;
    margin: 0;

    z-index: 20;
}

.custom-navbar .nav-logo img {
    display: block;background: #fff;
    width: 220px;
    max-width: 220px;
    height: auto;
}


/* =========================================================
   DESKTOP MENU
========================================================= */

@media (min-width: 992px) {

    /* Space for logo */
    .custom-navbar .navbar-nav {
        padding-left: 250px;
    }

    .custom-navbar .nav-item {
        text-align: center;
    }

    .custom-navbar .nav-link {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;

        padding: 10px 5px;

        white-space: nowrap;
        transition: .3s;
    }

    .custom-navbar .nav-link:hover {
        color: #e30514;
    }

}


/* =========================================================
   DROPDOWN
========================================================= */

.dropdown-menu {
    margin-top: 0;
    border: none;
    border-radius: 0;
}

.dropdown-item {
    padding: 10px 20px;
}


/* =========================================================
   DESKTOP DROPDOWN HOVER
========================================================= */

@media (min-width: 992px) {

    .navbar .dropdown-menu {
        display: block;

        opacity: 0;
        visibility: hidden;

        transform: translateY(15px);

        transition: all .3s ease;

        margin-top: 0;
        border: 0;
        border-radius: 0;
    }

    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

}


/* =========================================================
   YOUR RIGHT SIDE ROUND TOGGLE BUTTON
   KEEPING IT
========================================================= */

.menu-toggle {
    width: 70px;
    height: 70px;

    border: 0;
    border-radius: 50%;

    background: #b94d58;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    gap: 6px;

    margin-left: auto;

    cursor: pointer;
    outline: none;
}

.menu-toggle span {
    display: block;

    width: 30px;
    height: 3px;

    background: #fff;

    border-radius: 3px;
}


/* =========================================================
   BOOTSTRAP MOBILE TOGGLE
========================================================= */

.navbar-toggler {
    border: 1px solid #e30514;
    padding: 5px 8px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23e30514' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/* =========================================================
   MOBILE / TABLET
========================================================= */

@media (max-width: 991.98px) {

    .headers {
        
    }

    .custom-navbar {
        min-height: auto;
        padding: 2px;
    }


    /* -----------------------------------------
       Logo
    ----------------------------------------- */

    .custom-navbar .nav-logo {
        position: static;

        transform: none;

        display: block;

        padding: 0;
        margin: 0;
    }

    .custom-navbar .nav-logo img {
        width: 160px;
        max-width: 160px;
        height: auto;
    }


    /* -----------------------------------------
       Menu
    ----------------------------------------- */

    .custom-navbar .navbar-nav {
        padding-left: 0;
        margin-top: 15px;
    }

    .custom-navbar .nav-item {
        flex: none;
        width: 100%;
        text-align: left;
    }

    .custom-navbar .nav-link {
        color: #fff;
        padding: 12px 15px;
    }


    /* -----------------------------------------
       Dropdown
    ----------------------------------------- */

    .navbar .dropdown-menu {
        display: none;
        background: #fff;
        border: none;
    }

    .navbar .show > .dropdown-menu {
        display: block;
    }

    .dropdown-item {
        color: #000;
    }

    .dropdown-item:hover {
        background: #e30514;
        color: #fff;
    }


    /* -----------------------------------------
       Bootstrap Toggle
    ----------------------------------------- */

    .navbar-toggler {
        margin-left: auto;
        border: 1px solid #e30514;
    }


    /* -----------------------------------------
       YOUR ROUND TOGGLE BUTTON
    ----------------------------------------- */

    .menu-toggle {
        width: 55px;
        height: 55px;
    }

    .menu-toggle span {
        width: 25px;
        height: 2px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .headers {
        padding: 8px 15px;
    }

    .custom-navbar .nav-logo img {
        width: 145px;
        max-width: 145px;
    }

    .menu-toggle {
        width: 50px;
        height: 50px;
    }

    .menu-toggle span {
        width: 23px;
        height: 2px;
    }

}

/*sliders*/ 
.sliders{width:100%; height:100vh;position:relative; padding:0px 0px;   }
 

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;z-index:12;
}
.banner-content h1{text-align:center;font-weight:900;color:#fff;text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);}
.banner-content span{ display:block;     color: #fff; }
.banner-content p{text-align:center;color:#fff; font-size:19px;font-weight:600;}

.sliders video {display: block;width: 100%;height: 100vh;     object-fit: cover;
    outline: none !important;object-position:center;
    margin-bottom: -1px;
    clip-path: fill-box !important;
    border-radius: 1px !important;}
.sliders video::-webkit-media-controls {display: none;}
.sliders .owl-demo .item{width:100%; height:100vh;position:relative;   }
.sliders .owl-demo .item img { width: 100%;height:100vh; object-fit:cover; }
 .sliders .owl-item:after {position: absolute;content: '';left: 0px;top: 0px;width: 100%;z-index: 12;height: 100%;
    display: block;z-index:1; 
	 
    background: linear-gradient(180deg, rgb(0 0 0 / 59%) 13.1%, rgb(15 14 15 / 46%) 55.8%);
	 
	    background: #00000030;
	} 
.sliders .owl-item.active .shape-box {position: absolute;width:400px;height:100%;left: 200px;bottom:  0px; background-color: #5b8f48;mix-blend-mode:color;
    z-index: 12;transform: skew(20deg, 0deg);-webkit-transform-origin: left;
    -ms-transform-origin: left;transform-origin: left;-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;-ms-transition: all 1000ms ease;-o-transition: all 1000ms ease;transition: all 1000ms ease; }
.sliderscption{position:absolute;top:35%;left:10%;padding:20px;width:40%;}
.sliderscption h2{color: #ffffff;font-size:50px;line-height: 1.2;font-weight: 700;text-transform: capitalize;
text-shadow: 0px 4px 3px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);} 	 
.sliders .owl-theme .owl-dots .owl-dot span {width: 9px;height: 9px;margin: 0px 5px 18px 15px;border: 1px solid #efefef;
    background: #efefef;display: inline-block;-webkit-backface-visibility: visible;
    transition: opacity .2s ease;border-radius: 100px;position: relative;}
.sliders .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #e30514;border: 1px solid #e30514;}
.sliders .owl-theme .owl-dots .owl-dot {display: inline-block;zoom: 1;}
.sliders .owl-carousel {width: 100%;z-index: 0;}
.sliders .owl-prev,.sliders .owl-next {position: absolute;}
.sliders .owl-prev {left: 0;top: 48%;}
.sliders .owl-next {right: 0;top: 48%;}
.sliders .owl-prev i,.sliders .owl-next i {color: #fff;font-size: 34px;line-height: 60px;}
.sliders .owl-theme .owl-nav [class*=owl-] {border: 0px solid #000;background:#e30514;border-radius: 100px;
transition: .3s;width: 60px;height: 60px;padding: 0px;}
.sliders .owl-theme .owl-nav [class*=owl-]:hover {background: #fff;color: #000;}
.sliders .owl-theme .owl-nav [class*=owl-]:hover i {color: #000;} 
.shape-one{position:absolute;top:100px;left:0px;z-index:1;    opacity: 0.35;}
.shape-two{position:absolute;bottom:0px;right:0px;z-index:1;    opacity: 0.35;}
.shape-three{position:absolute;top:30px;right:5%;z-index:1; animation: moveHorizontal 2s linear infinite;}
@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.sliderscaption{ position: absolute; top: 50%;left: 50%;   transform: translate(-50%, -50%);
    text-align: center;z-index:12;padding:10px 20px;width:100%;margin:auto;}
.sliderscaption h2{font-size:70px;font-weight:600;color:#fff;position:relative;margin-bottom:30px;  font-family: "Playfair Display", serif;}
.sliderscaption p{color:#fff;font-size:18px;}
.sliderscaption a{background:#a72456;color:#fff;padding:10px 30px;border-radius:10px;text-decoration:none;font-size:16px;font-weight:700;display:inline-block;
margin-top:20px;}
.sliders .owl-theme .owl-nav {margin-top: 0;}  
.sliders .owl-carousel .owl-nav.disabled {    display: none;}
.sliders .owl-theme .owl-nav.disabled+.owl-dots {margin-top: 10px;position: absolute;z-index: 12;bottom: 0;left: 0;right: 0;}



.why-choose{width:100%;position:relative;padding:70px 0px; top: 0px; }
.section-title{font-size:42px;font-weight:700;color:#111;}
.section-subtitle{font-size:18px;color:#666;max-width:700px;margin:15px auto 0;}
.service-box{ width:100%;position:relative; text-align:center; background: #fff;padding:20px;box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.06);  }
.icon-box{  margin:auto;}
.icon-box.blue{    background:#4d8723;}
.icon-box i{   font-size:28px;    color:#fff;}
.content-box h4{font-size:20px;line-height:1.5; font-weight:700; text-align:center;   margin-bottom:12px;}
.content-box p{  margin-bottom:0px; text-align:center;}
.btn-primary{background:#ffa801;border:none;border-radius:50px;padding:14px 45px;font-size:18px;font-weight:600;}
.btn-primary:hover{background:#4d8723;}
@media(max-width:991px){
    .section-title{font-size:34px;}
    .content-box h4{font-size:24px;}
}

@media(max-width:767px){
    .why-choose{padding:40px 20px;}
    .service-box{flex-direction:column;text-align:center;}
    .icon-box{margin:0 auto 20px;}
    .content-box h4{font-size:22px;}
}
.icon-box{text-align:center;}
.icon-box img{width:60px;margin-bottom:10px;height:auto;}

/*about*/
.about{width:100%;position:relative;padding:0px 0px 60px 0px;overflow:hidden;}
.aboutl  {width:100%;height:450px;border-radius:15px;}
.aboutl img{width:100%;height:auto;object-fit:cover;border-radius:15px;}
.sectitle{width:100%;position:relative;margin-bottom:30px;}
.sectitle h3{color: #e30514;margin-bottom: 15px;position: relative;padding-top: 0;
    letter-spacing: normal;font-size: 20px;text-transform: capitalize;font-weight: 500;display: block;}
.sectitle h2{text-align:left;font-size:36px;text-transform:capitalize;font-weight:700;}
/*services*/
.services{width:100%;position:relative;padding:70px 0px; overflow:hidden;background:#eef1f2f0;}
.servicesbx{width:100%;position:relative;z-index:1;margin-bottom:25px;box-shadow: 0 10px 30px 0 rgba(50,50,50,.16);text-align:center;background:#fff;
padding:45px 30px;
border-radius:15px;transition:.3s;}
.servicesbx:hover{box-shadow: 5px 10px 30px 0 rgba(50, 50, 50, .16);    background: #e30514;}
.servicesbx img{width:100%;height:auto;max-width:55px;object-fit:cover;}
.servicesbx h3{padding:15px;padding-bottom:0px;margin:0px;text-align:center; font-size:20px;}
.services .sectitle h2{text-align:center;}
.servicesbx:hover h3{color:#fff;}
.servicesbx:hover img{ filter: brightness(0) invert(1);}
/*counter*/
.counter{width:100%;position:relative;padding: 100px 0px;overflow:hidden;}
.counter  video {position: absolute;top: 50%;left: 50%;min-width: 100%;
min-height: 100%;width: auto;height: auto;transform: translate(-50%, -50%);
object-fit: cover;  /* Ensures the video covers the full screen */z-index: -1;}
.counterbx{ position: relative;padding: 30px; margin-bottom:0px;text-align:center;position:relative;z-index:12;border-radius:15px;
	    box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 8%);
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(14.75px);
    border-radius: 0 0 16px 16px;
    border-left: 1.5px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.1);}
.counterbx h2{color:#fff;font-weight: 700;text-align:center;
    font-size: 36px;}
.counterbx h2,.counterbx span{display:inline-block;}	
.counterbx h4{text-transform:capitalize;font-weight:400;text-align:center;color:#fff;font-size: 20px;}	
.counterbx   span{ color:#fff;font-weight: 700;font-size: 20px;}
 .counter:after {position: absolute;content: '';left: 0px;top: 0px;width: 100%;z-index: 12;height: 100%;
    display: block;z-index:1; background:#00000069;} 	
/*onpjcts*/
.onpjcts{width:100%;position:relative;padding: 70px 0px;overflow:hidden;}
.onpjcts .sectitle h2{text-align:center;}
.onpjcts .projectsbx{width: 100%;position:relative;  margin-bottom:20px;  box-shadow: 0 5px 6px 1px rgb(0 0 0 / 20%); border-radius:15px;}
.onpjcts .projectsbx:after{content:'';position:absolute;top:0px;left:0px;width:100%;height:100%; transition:.3s; border-radius:15px;
   background: linear-gradient(180deg, rgb(0 0 0 / 14%) 13.1%, rgb(32 30 32 / 37%) 55.8%);
}
.onpjcts .projectsbx:hover:after{content:'';position:absolute;top:0px;left:0px;width:100%;height:100%; border-radius:15px;
background: linear-gradient(180deg, rgb(0 0 0 / 12%) 13.1%, rgb(15 14 15 / 35%) 55.8%);
}
.onpjcts .projectsbx img {display: block;width: 100%;height:auto;object-fit:cover;position:relative;border-radius:15px;}
.onpjcts .projectsbxc{position:absolute;top:initial;bottom:20px;left:0px;padding:20px;z-index:12;}
.onpjcts .projectsbx h3{color:#fff;font-size:21px;text-align:left;text-transform:uppercase; z-index:1;font-weight:700;}
.onpjcts .projectsbx p{color:#fff;margin:0px;}
.onpjcts .owl-theme .owl-nav [class*=owl-] { background: #e30514;border:2px solid #e30514;color:#fff;width:35px;height:35px;border-radius:100%;}	
.onpjcts .owl-theme .owl-nav [class*=owl-]:hover{background:transparent;color:#e30514;}
/*features*/
.features{width:100%; position:relative;padding:90px 0px; background: #eef1f2f0;}
.features .sectitle{text-align:center;margin-bottom:45px;}
.revealOnScroll { opacity: 0;}
.featuresbx{width:100%; position:relative;z-index:1;padding:0px;background:#fff; margin-bottom:20px;  
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);text-align:center;border-radius:10px;}
 .features .sectitle h2{text-align:center;margin-bottom:75px; }
.featuresbx h3{font-size:20px;text-transform:capitalize;margin:20px 0px;display: inline-block;} 
.featuresbx img{margin-bottom: 0px;width:100%;height:250px;object-fit:cover; border-top-right-radius:10px; border-top-left-radius:10px;}
.featuresbxmp{margin-top:30px;}
/*main_portfolio*/
.main_portfolio{width:100%;padding:  60px 0px;position:relative; overflow:hidden;}
.main_portfoliobx{width:100%;position:relative;margin-bottom:30px;}
.main_portfolio .sectitle h2{text-align:center;margin-bottom:45px;}
.main_portfoliobx img{width:100%; height: 400px;
    object-position: center;
    object-fit: cover;}
.main_portfoliobx h3{font-size:18px;position:absolute;right:0px;bottom:0px;padding:15px;background:#fff;margin:0px;box-shadow: 0 5px 6px 1px rgb(0 0 0 / 20%);}
.main_portfoliobx a{text-decoration:none;color:#000;}
.main_portfolio .owl-theme .owl-nav [class*=owl-] { background: #e30514;border:2px solid #e30514;color:#fff;width:35px;height:35px;border-radius:100%;}	
.main_portfolio .owl-theme .owl-nav [class*=owl-]:hover{background:transparent;color:#e30514;}
/*testi*/
 .testi{width:100%;position:relative;padding: 70px 0px; overflow:hidden;background-color: #2c252d0a;  }
 .testi .sectitle h2 img{width:35px;margin-left:5px;position:relative;top:-3px;}
.testil img{width:100%;height:auto;}
.testimonial_content{ padding:30px; margin:20px 2%;width:96%;background-color: rgb(255, 255, 255); 
     position:relative;z-index:1;text-align:center;box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); border-radius:30px; 
border-bottom: 5px solid #e30514;transition:.3s;
    height: 380px;
}
.testimonial_content:hover{background: #e30514;border-bottom: 5px solid #fff;}
 .icon-img img {width: 75px!important;margin-bottom:30px;}
.testimonial_content h6,.testimonial_content p{color:#000;text-align:left;}
.testimonial_content h5{color:#000;text-align:center;font-size:17px;font-weight:700;margin:20px 0px 0px 0px;text-align:left;}
.testimonial_content ol li{color:#000;}
.tstl{width:100%;}
.tstl img{width:100%;height:auto;}
.icon-img{position:absolute;top:-4px;}
.info ul{margin:10px 0px;text-align:center;}
.info ul li{list-style:none;display:inline-block;margin-right:2px;color:#FFD700;font-size:20px;}
.testi .owl-theme .owl-nav [class*=owl-] {color: #000;font-size: 24px;margin: 5px;width:40px;height:40px;line-height:40px;
    padding:0px;background:#e30514;display: inline-block;cursor: pointer;border-radius: 100px;border:1px solid #e30514;}
.testi  .owl-theme .owl-nav [class*=owl-]:hover {background: #fff;border:1px solid #e30514;color: #fff;text-decoration: none}
.testi  .owl-theme .owl-nav [class*=owl-]:hover i{color:#e30514; }
.testi  .owl-theme .owl-nav [class*=owl-] i{color:#fff;}
.testi .sectitle h2{text-align:center;margin-bottom:45px;}

p.testimonial_contentp {
    display: block;text-align:left;
    color: #666;
    font-weight: 500;
}
.testimonial_content:hover h5,.testimonial_content:hover p{color:#fff;}
/*steps*/
.steps{width:100%;position:relative;padding:  70px 0px;}
.stepsbx{}
.stepsbx{   width:100%;position:relative;  padding: 20px 15px;
    text-align: center;
    background-color: #fff;
    border: 10px solid #2c252d0a;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 40px;}
 	
.stepsbx img{width:100%;max-width:70px;height:auto;}
.stepsbx h3{margin:10px 0px 20px 0px;font-size:20px;font-weight:600;text-transform:capitalize;}
.steps .sectitle h2{text-align:center;margin-bottom:45px;}
.stepsbx p{text-align:center;}
/*footer*/
.footer{width: 100%;position: relative;padding: 80px 0px 20px 0px;
    overflow: hidden;background: #1f2732; }
.footer .logo{font-size:42px;color:#fff;margin-right:12px;}
.brand{display:flex;align-items:center;margin-bottom:20px;}
.brand h2{margin:0;font-weight:700;}
.footer p{color:#fff;line-height:1.9;}
.footer h4{font-size:28px;margin-bottom:25px;font-weight:300;color:#fff;}
.footer ul{list-style:none;padding:0;}
.footer ul li{margin-bottom:16px;}
.footer ul li:before{content:"•";color:#fff;margin-right:10px;}
.footer a{color:#fff;   text-decoration:none;}
.footer a:hover{color:#fff;}
.location{display:flex;}
.location i{   color:#fff;   font-size:28px;   margin-right:15px;}
.social a{width:48px;height:48px;
    border:1px solid rgba(255,255,255,.2);display:inline-flex;align-items:center;justify-content:center;border-radius:50%;margin-right:10px;color:#fff;}
.social a:hover{background:#0297f5;    color:#fff;}
.divider{border-top:1px solid rgba(255,255,255,.12);  margin:15px 0px 15px 0;}
.subscribe input{height:60px;border:none;background:#1c504b;color:#fff;}
.subscribe .btn{height:60px;background:#0297f5;  color:#043c37;    font-weight:700;}
.info-box{display:flex;align-items:center;margin-bottom:20px;}
.info-icon{width:64px;height:64px;border-radius:50%;background:#0297f5;color:#fff;display:flex;align-items:center;justify-content:center;
font-size:28px;margin-right:18px;}
.copy{text-align:center;margin-top:20px;   color:#fff;}
@media(max-width:767px){
.footer{padding:50px 0 20px;text-align:center;}
.brand,.location,.info-box{justify-content:center;}
.location i,.info-icon{margin-right:10px;}
.social{margin-top:15px;}
.footer h4{margin-top:30px;}
}
.copyrights p{text-align:center;margin:0px;font-size:11px;color: #fff;}
.copyrights a{text-decoration:none;color:#fff;font-size:11px;}
.copyrights img {width: 30px;height: 30px;object-fit: contain;}
.info-box h5{color:#fff;}

.fbp p{text-align:left;}

/*page_title*/
 .page_title {width: 100%;position: relative;padding: 150px 0px 50px 0px;
    background-image: url(../images/page_title.jpg);background-attachment: scroll;background-position: center;
    background-repeat: no-repeat;background-size: cover;
    overflow: hidden;}
.page_title:before {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;content: '';background: #000000ad;}
.page_title h2 { text-align: center;font-size: 30px;    position: relative;
    width: auto;color: #fff;padding: 10px;text-transform: uppercase;margin: 0;z-index: 1;}
/*main_connect*/
 .contact-section {background: linear-gradient(180deg, #fff2f3, #fff2f3);padding: 40px;border-radius: 20px;}
.contact-box {background: #fff;border-radius: 20px;padding: 40px;height: 100%;}
.badge-contact {display: inline-block;background: #e30514;color:#fff;padding: 6px 15px;border-radius: 20px;font-size: 14px;margin-bottom: 20px;}
.contact-title {  font-size: 34px;
    font-weight: 700;
    margin: 0px 0px 20px 0;
    text-transform: uppercase;margin-bottom: 15px;text-align:left;}
.contact-text {color: #6c757d;font-size: 15px;margin-bottom: 30px;}
.contact-item {display: flex;align-items: center;margin-bottom: 25px;}

.icon-box {width: 50px;
    height: 50px;background: #e30514;border-radius: 50%;display: none;align-items: center;
    justify-content: center;margin-right: 15px;font-size: 18px;color: #fff;}
.contact-item h6 {margin: 0;font-size: 20px;color: #333;margin-bottom:20px;}
.contact-item p {margin: 0;font-weight: 600;text-align:left;color: #1c2b39;}
.contact-img {position: relative;border-radius: 20px;overflow: hidden;height: 100%;}
.contact-img img {width: 100%;height: 100%;object-fit: cover;}
.working-hours {position: absolute;bottom: 20px;left: 20px;
    right: 20px;background: rgba(255,255,255,0.2);backdrop-filter: blur(10px);padding: 20px;border-radius: 15px;color: #fff;}
.working-hours h5 {  font-weight: 600;margin-bottom: 10px; color: #fff;}
.working-hours p {margin: 0;font-size: 14px;color: #fff;}
.main_contact {width: 100%;padding: 60px 0px;position: relative;overflow:hidden;}
.main_contact_right{padding: 0px  0px 0px 0px;}
 .main_contact_right iframe{width:100%;height:500px;display:block;}
 .main_contact_left{width:100%;position: relative;z-index:12;  }
.main_contact_left input{width:100%;background: transparent;border:none; padding:15px 10px;margin-bottom:15px;border-bottom:1px solid #000;}
.main_contact_left select{width:100%;background: transparent;border:none; padding:15px 10px;margin-bottom:15px;border-bottom:1px solid #000;}
.main_contact_left textarea{width:100%;height:120px;background:transparent;border:none; padding:15px 10px;margin-bottom:15px;resize:none;
border-bottom:1px solid #000;}
.contact_form_btn{text-align:center;margin-top:20px;}
 .main_contact_left_inn{ position:relative;z-index:12;}
 .main_contact_left input::placeholder,.main_contact_left textarea::placeholder{color:#000;}
 .main_contact_bx ul li p a { font-size: 15px;color:#fff;}
.contact_form_btn input[type=submit]  { width:auto;
padding: 10px 25px;line-height: 1.6;font-weight: 500;background-color:#e30514;border:1px solid #e30514;position: relative;  color:#fff;text-decoration:none; 
transition: all 0.2s;font-size: 18px;box-shadow: 0px 5px 30px 0px rgba(255,129,57,0.2);transition:.2s;border-radius:100px;}
.contact_form_btn input[type=submit]:hover{background-color:#fff;color:#e30514;} 
.main_contact_left_inn h2{margin-bottom:20px;    text-align: center;}
.main_contact_left_inn{ padding:20px;}
.main_contactl4 h4{text-align:left;}
.main_contactl4i{margin-bottom:30px;}
.main_contacti{margin-top:40px;}
 .map iframe {width: 100%;height: 400px;}
.map {margin: 30px 0px;}
/*blog*/
.blog{width:100%;padding: 70px 0px;background:#f2f3f5;overflow:hidden; }
.blog .sectitle h2{text-align:center;}
.blog_bx{width:100%;background:#fff;position:relative;padding:20px;margin-bottom:20px;box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 8%);border-radius:5px;}
.blog_bx_img{overflow: hidden;}
.blog_bx_img img{width:100%;height: 240px;    transition-duration: 0.5s;object-fit: cover;}
.blog_caption{padding:25px 10px;}
.blog_caption h5{color: #7e7e8a;font-size: 14px;}
.blog_caption h3 { font-weight:700;margin:10px 0px 30px 0px;letter-spacing: 0.4px;line-height:1.1; text-align:left;}
.blog_caption h3 a{font-size:20px; text-decoration:none;} 
.blog_caption h6 i{margin-right:5px;}
.blog_caption p{color:#000;}
.blog_caption h6{color: #333;margin:5px 0px; font-size: 17px;}
.blog-date {width: 70px;height: 85px;background: #000;border-radius: 0 10px 0px 10px;text-align: center;padding: 12px 5px;
    position: absolute;top: 5%;left: 8%;z-index: 5;}
.blog-date-shape {position: absolute;z-index: -1;right: -1px;top: 0;}
.blog-date-shape img{max-width:100%;}
.blog-date i {display: block;font-size: 20px;text-align:center;color: #fff;}
.blog-date span {font-size: 20px;text-align:center;line-height: 25px;color: #fff;display: inline-block;margin-top: 3px;}
.blog-date p {text-align:center;font-size: 13px;font-weight: 400;margin:0px;color: #fff;line-height: 1;}
/*main_careers*/
.main_careers{width:100%;padding:70px 0px;position:relative;overflow:hidden;}
.main_careersl img{width:100%;height:auto;border-radius:15px;}
.main_careersr{    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
.main_careersi{margin-top:30px;}	
 .main_careers .table td, .main_careers .table th {padding: 10px;vertical-align: top;border-top: 0px solid #dee2e6;}
 .main_careers .table tr{border-bottom: 0px solid #ccc;}
  .main_careers .table tr a{display:inline-block;padding:5px 24px; border:2px solid #e57322;background:#e57322;color:#fff;text-decoration:none;
 transition:.3s;text-transform:uppercase;font-size:15px;}
.main_careers .table tr a:hover{background:transparent;color:#e57322;}
.main_careers .table td:nth-child(even) {text-align:center;}
.main_careerform{width:100%; position:relative;padding:120px 0px;background:#f7f7f7; z-index:123;}
.main_careerform input{width:100%;padding:15px;border:1px solid #fff;margin-bottom:15px;background-color:#fff;}
.main_careerform textarea{height:120px;width:100%;resize:none;padding:10px;border:1px solid #fff;margin-bottom:15px;background-color:#fff;}
.main_careerform_btn{text-align:center;margin-top:30px; }
.main_careerform_btn input[type=submit]{width:auto;border:2px solid #e57322;background:#e57322;color:#fff;padding:10px 30px;transition:.3s;}	
.main_careerform_btn input[type=submit]:hover{color:#e57322;border:2px solid #e57322;background:transparent;}
.main_careerform input[type=radio]{width:auto;}
.main_careerform select{width:100%;padding:15px;border:1px solid #fff;margin-bottom:15px;background-color:#fff;}
.main_careersr h1{text-align:left;}
.nested-table {    margin-bottom: 0;}
.nested-table td,
.nested-table th {padding: 8px !important;border: none;
vertical-align: middle;line-height: 1.4;}
 .main_careerform{width:100%; position:relative;padding:120px 0px;background:#f7f7f7; z-index:123;}
.main_careerform input{width:100%;padding:15px;border:1px solid #fff;margin-bottom:15px;background-color:#fff;}
.main_careerform textarea{height:120px;width:100%;resize:none;padding:10px;border:1px solid #fff;margin-bottom:15px;background-color:#fff;}
.main_careerform_btn{text-align:center;margin-top:30px; }
.main_careerform_btn input[type=submit]{width:auto;border:2px solid #e57322;background:#e57322;color:#fff;padding:10px 30px;transition:.3s;}	
.main_careerform_btn input[type=submit]:hover{color:#e57322;border:2px solid #e57322;background:transparent;}
.main_careerform input[type=radio]{width:auto;}
.main_careerform select{width:100%;padding:15px;border:1px solid #fff;margin-bottom:15px;background-color:#fff;}
.hero{min-height:85vh;background:linear-gradient(rgba(15,45,82,.75),rgba(15,45,82,.75)),url('../images/slide-2.jpg') center/cover}
.tag{color:#d9b56d;font-weight:600;letter-spacing:2px}
.hero h1{font-size:56px;color:#fff;font-weight:700;margin:20px 0}
.hero p{color:#eee;font-size:18px;line-height:30px}
.btn-gold{background:#e30514;color:#fff;border-radius:30px;padding:12px 30px}
.btn-gold:hover{background:#a77e2f;color:#fff}
.feature{background:#fff;padding:15px;border-radius:8px;box-shadow:0 8px 25px rgba(0,0,0,.08)}
.feature i{color:#e30514;margin-right:8px}
.stats{background:#0f2d52}
.stat{color:#fff}
.stat i{font-size:42px;color:#e30514;margin-bottom:15px}
.stat h3{font-size:42px;font-weight:700}
.why-card{padding:35px 25px;text-align:center;border:0;box-shadow:0 12px 35px rgba(0,0,0,.08);transition:.3s}
.why-card i{font-size:45px;color:#e30514;margin-bottom:20px}
.why-card:hover{background:#0f2d52;color:#fff;transform:translateY(-8px)}
.why-card:hover i{color:#fff}
.why-us{    background:#f8f9fa;}
.sub-title{color:#e30514;font-weight:600;letter-spacing:3px;text-transform:uppercase;}
.section-title{ font-size:42px;font-weight:700;color:#0f2d52;}
.section-title span{color:#e30514;}
.section-desc{width:60%; margin:15px auto 0;color:#777;}
.why-card{background:#fff;padding:35px 25px;text-align:center;border-radius:15px;
 transition:.4s;box-shadow:0 10px 30px rgba(0,0,0,.08);

    height:100%;

}

.why-card:hover{

    background:#0f2d52;

    transform:translateY(-10px);

}

.why-card .icon{

    width:80px;

    height:80px;

    background:#f4f4f4;

    border-radius:50%;

    margin:auto;

    line-height:80px;

    transition:.4s;

}

.why-card i{

    font-size:32px;

    color:#e30514;

}

.why-card h4{

    margin-top:25px;

    font-size:22px;

    font-weight:600;

    color:#222;

}

.why-card p{

    color:#777;

    margin-top:15px;

}

.why-card:hover h4,

.why-card:hover p{

    color:#fff;

}

.why-card:hover .icon{

    background:#e30514;

}

.why-card:hover i{

    color:#fff;

}

@media(max-width:768px){

.section-desc{

width:100%;

}

.section-title{

font-size:30px;

}

}

/*=================================
        JV PROCESS
==================================*/

.jv-process{

background:#ffffff;

position:relative;

}

.process-box{

background:#fff;

padding:30px 20px;

border-radius:15px;

text-align:center;

position:relative;

box-shadow:0 10px 35px rgba(0,0,0,.08);

transition:.4s;

height:100%;

overflow:hidden;

}

.process-box:hover{

transform:translateY(-10px);

}

.process-box:before{

content:'';

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:#e30514;

}

.number{

width:40px;

height:40px;

line-height:40px;

background:#0F2D52;

color:#fff;

font-weight:700;

border-radius:50%;

margin:auto;

margin-bottom:20px;

}

.process-box .icon{

width:80px;

height:80px;

margin:auto;

background:#f8f9fa;

border-radius:50%;

line-height:80px;

margin-bottom:20px;

transition:.4s;

}

.process-box i{

font-size:35px;

color:#e30514;

}

.process-box h5{

font-size:20px;

font-weight:600;

margin-bottom:15px;

}

.process-box p{

font-size:14px;

color:#777;

line-height:24px;

}

.process-box:hover{

background:#0F2D52;

}

.process-box:hover h5,

.process-box:hover p{

color:#fff;

}

.process-box:hover .icon{

background:#e30514;

}

.process-box:hover i{

color:#fff;

}

@media(max-width:767px){

.process-box{

margin-bottom:25px;

}

}


 /*mabt*/
.mabt{width:100%;  padding:70px 0px;position:relative;overflow:hidden;}
.mabtrx p{font-size:24px; margin-bottom:45px;line-height: 40px;}

.aboutr2 img{width:100%; height:450px;object-fit:cover; border-radius:20px;   box-shadow: 0 16px 32px rgb(166 188 233 / 20%);}
h2.section-title{color:#000;font-size:36px;}
.mabtr h2{text-align:left;}

.why-card h4{text-align:center;font-size:16px;}

.benefits{
    background:#fff;
}

.benefit-card{
    background:#fff;
    border-radius:15px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.benefit-card i{
    width:80px;
    height:80px;
    line-height:80px;
    border-radius:50%;
    background:#fff;
    color:#e30514;
    font-size:34px;
    margin-bottom:25px;
}

.benefit-card h5{
    font-weight:600;
    color:#222;
    margin-bottom:15px;
}

.benefit-card p{
    color:#777;
    line-height:26px;
}

.benefit-card:hover{
    background:#e30514;
    transform:translateY(-10px);
}

.benefit-card:hover h5,
.benefit-card:hover p{
    color:#fff;
}

.benefit-card:hover i{
    background:#fff;
}

.benefit-card h5{text-align:Center;font-size:16px;}

.locations-section{

    background:#f8f9fa;

}

.location-pill{

    display:inline-block;

    padding:12px 24px;

    margin:8px;

    background:#fff;

    border-radius:50px;

    color:#333;

    text-decoration:none;

    font-weight:500;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.4s;

}

.location-pill i{

    color:#e30514;

    margin-right:10px;

}

.location-pill:hover{

    background:#e30514;

    color:#fff;

    text-decoration:none;

    transform:translateY(-5px);

}

.location-pill:hover i{

    color:#fff;

}

.aboutr222 img{width:100%;height:auto;}

/*mission*/
.mission{width:100%; height:auto;position:relative;padding:100px 0px;background-image: url(../images/shape-bg-01.png);
    background-position: center;background-repeat: no-repeat;background-size: cover;    overflow: hidden;}
.missionbximg img{width:100%;height:450px;object-fit:cover;}	
.mission .missionbx{text-align:left;margin-bottom:0px;}
.mission .missionbx p{text-align:justify;}
.missionbx{padding:45px;}
.missionbximg{width:100%;position:relative;}
.missionbximg .fold{position:absolute;top:-12%;left:45%;    z-index: 1;transform: rotate(90deg);}
.missionbximg2 .fold{position:absolute;top:initial;bottom:-12%;left:initial;left:45%;    z-index: 1;transform: rotate(-90deg);}
.missionbximg .fold img {width:100%;height:auto;object-fit:cover;}	
.mabt2{padding-bottom:0px;}

/* =========================================================
   BODY
========================================================= */

body.menu-open {
    overflow: hidden;
}


/* =========================================================
   OPEN MENU BUTTON
========================================================= */

.menu-toggle {
    position: absolute !important;

     top: 50%;
    transform: translateY(-50%);
    right: 25px;

    width: 55px;
    height: 55px;

    padding: 0 !important;
    margin: 0 !important;

    border: 0 !important;
    outline: none !important;

    border-radius: 50%;

    background: #e305146e ;

    z-index: 12 !important;

    display: flex !important;
    flex-direction: column !important;

    align-items: center !important;
    justify-content: center !important;

    gap: 6px;

    cursor: pointer;

    touch-action: manipulation;

    -webkit-tap-highlight-color: transparent;

    transition: transform .3s ease;
}
.menu-toggle.scrolled {

    background: #e30514;

    border-color: rgba(0,0,0,0.08);

    box-shadow:
        0 10px 35px rgba(0,0,0,0.15);
}



 

.menu-toggle span {
    display: block !important;

    width: 24px !important;
    height: 2px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #fff !important;

    border-radius: 2px;
}


/* =========================================================
   OVERLAY MENU
========================================================= */

.newmenumobile {
    position: fixed;

    top: 0;
    left: 0;

    width: 100%;
    height: 100vh;

    z-index: 100000;

    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(255,255,255,.08),
            transparent 30%
        ),
        #1f2732;

    overflow-y: auto;

    visibility: hidden;

    opacity: 0;

    pointer-events: none;

    clip-path: circle(0% at 95% 5%);

    transition:
        clip-path .75s cubic-bezier(.77,0,.18,1),
        opacity .3s ease,
        visibility .75s ease;
}


/* OPEN */

.newmenumobile.active {
    visibility: visible;

    opacity: 1;

    pointer-events: auto;

    clip-path: circle(150% at 95% 5%);
}


/* =========================================================
   CLOSE BUTTON
========================================================= */

.menu-close {
    position: absolute !important;

    top: 25px;
    right: 25px;

    width: 55px;
    height: 55px;

    padding: 0 !important;
    margin: 0 !important;

    border: 1px solid rgba(255,255,255,.35) !important;

    border-radius: 50%;

    background: rgba(0,0,0,.25) !important;

    z-index: 100002 !important;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    cursor: pointer;

    outline: none !important;

    touch-action: manipulation;

    -webkit-tap-highlight-color: transparent;

    transition: all .35s ease;
}


/* X */

.menu-close span {
    position: absolute;

    display: block;

    width: 27px;
    height: 2px;

    background: #fff;

    border-radius: 2px;
}

.menu-close span:first-child {
    transform: rotate(45deg);
}

.menu-close span:last-child {
    transform: rotate(-45deg);
}


/* Close hover */

.menu-close:hover {
    background: #fff !important;

    border-color: #fff !important;

    transform: rotate(90deg);
}

.menu-close:hover span {
    background: #111;
}


/* =========================================================
   MAIN MENU
========================================================= */

.newmenumobile .main-menu {
    list-style: none;

    margin: 0;    padding: 0;
    width: 100%;
       position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.newmenumobile .main-menu li {
    list-style: none;

    margin: 0;
    padding: 0;
}


/* =========================================================
   MENU ITEM ANIMATION
========================================================= */

.newmenumobile .main-menu > li {
    opacity: 0;

    transform: translateY(35px);

    transition:
        opacity .5s ease,
        transform .5s ease;
}


.newmenumobile.active
.main-menu > li:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .12s;
}

.newmenumobile.active
.main-menu > li:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .19s;
}

.newmenumobile.active
.main-menu > li:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .26s;
}

.newmenumobile.active
.main-menu > li:nth-child(4) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .33s;
}

.newmenumobile.active
.main-menu > li:nth-child(5) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .40s;
}

.newmenumobile.active
.main-menu > li:nth-child(6) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .47s;
}

.newmenumobile.active
.main-menu > li:nth-child(7) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .54s;
}

.newmenumobile.active
.main-menu > li:nth-child(8) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .61s;
}


/* =========================================================
   MAIN LINKS
========================================================= */

.newmenumobile .main-menu > li > a {
    position: relative;

    display: inline-flex;

    align-items: center;

    gap: 20px;

    padding: 8px 0;

    color: #fff !important;

    text-decoration: none !important;

    font-size:18px;

    font-weight: 600;

    line-height: 1.15;

    letter-spacing: -2px;

    transition:
        color .3s ease,
        padding-left .3s ease;
}


/* Hover */

.newmenumobile .main-menu > li > a:hover {
    padding-left: 12px;
}


/* =========================================================
   AUTOMATIC SUBMENU ARROW
========================================================= */

.newmenumobile
.main-menu > li.has-submenu > a::after {

    content: "+";

    position: static;

    width: 38px;
    height: 38px;

    flex: 0 0 38px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.45);

    border-radius: 50%;

    color: #fff;

    font-size: 21px;

    font-weight: 300;

    line-height: 1;

    transform: none;

    transition:
        transform .35s ease,
        background .35s ease,
        color .35s ease;
}


/* =========================================================
   ACTIVE ARROW
========================================================= */

.newmenumobile
.main-menu > li.has-submenu.open > a::after {

    transform: rotate(45deg);

    background: #fff;

    color: #111;
}


/* =========================================================
   AUTOMATIC SUBMENU

   HTML only needs <ul>
========================================================= */

.newmenumobile
.main-menu > li.has-submenu > ul {

    list-style: none;

    margin: 0;

    padding: 0 0 0 35px;

    max-height: 0;

    overflow: hidden;

    opacity: 0;

    visibility: hidden;

    transform: translateY(-10px);

    transition:
        max-height .5s ease,
        opacity .35s ease,
        visibility .35s ease,
        transform .35s ease,
        padding .35s ease;
}


/* =========================================================
   OPEN SUBMENU
========================================================= */

.newmenumobile
.main-menu > li.has-submenu.open > ul {

    max-height: 600px;

    padding-bottom: 20px;

    opacity: 1;

    visibility: visible;

    transform: translateY(0);
}


/* =========================================================
   SUBMENU ITEMS
========================================================= */

.newmenumobile
.main-menu > li.has-submenu > ul > li {
    margin: 0;
    padding: 0;
}


/* =========================================================
   SUBMENU LINKS
========================================================= */

.newmenumobile
.main-menu > li.has-submenu > ul > li > a {

    display: inline-block;

    padding: 6px 0;

    color: rgba(255,255,255,.65) !important;

    text-decoration: none !important;

    font-size: 17px;

    font-weight: 400;

    line-height: 1.4;

    transition:
        color .3s ease,
        padding-left .3s ease;
}


.newmenumobile
.main-menu > li.has-submenu > ul > li > a:hover {

    color: #fff !important;

    padding-left: 10px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .newmenumobile .main-menu {
        padding-left: 6%;
        padding-right: 6%;
    }

    .newmenumobile .main-menu > li > a {
        font-size: 55px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    /* OPEN BUTTON */

    .menu-toggle {
            position: fixed;
    top: 8px;
    transform: none;
    }

    .menu-toggle span {
        width: 22px !important;
    }


    /* CLOSE BUTTON */

    .menu-close {
        top: 15px;
        right: 15px;

        width: 50px;
        height: 50px;
    }

    .menu-close span {
        width: 24px;
    }


    /* MENU */

    .newmenumobile .main-menu {
        padding: 100px 25px 50px;
    }


    /* MAIN LINKS */

    .newmenumobile .main-menu > li > a {

        font-size: 38px;

        letter-spacing: -1px;

        gap: 12px;
    }


    /* PLUS */

    .newmenumobile
    .main-menu > li.has-submenu > a::after {

        width: 30px;
        height: 30px;

        flex-basis: 30px;

        font-size: 17px;
    }


    /* SUBMENU */

    .newmenumobile
    .main-menu > li.has-submenu > ul {

        padding-left: 15px;
    }


    .newmenumobile
    .main-menu > li.has-submenu.open > ul {

        padding-bottom: 15px;
    }


    /* SUBMENU LINKS */

    .newmenumobile
    .main-menu > li.has-submenu > ul > li > a {

        font-size: 18px;

        padding: 5px 0;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .newmenumobile
    .main-menu > li > a {

        font-size: 16px;
    }

    .newmenumobile
    .main-menu > li.has-submenu > a::after {

        width: 28px;
        height: 28px;

        flex-basis: 28px;
    }

    .newmenumobile
    .main-menu > li.has-submenu > ul > li > a {

        font-size: 16px;
    }

}
 
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-around!important;
}


/* ==========================================
   FIXED CONTACT TAB
========================================== */

.fixed-contact-tab {

    position: fixed;

    right: 10px;
    top: 80%;

    transform: translateY(-50%);

    width:56px;

    padding: 15px 10px;

        background: rgb(255 255 255 / 44%);

    border: 1px solid rgba(255,255,255,0.25);

    border-radius: 40px;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 15px;

    z-index: 9999;

    box-shadow:
        0 10px 35px rgba(0,0,0,0.18);

    backdrop-filter: blur(8px);

    -webkit-backdrop-filter: blur(8px);
}


/* ==========================================
   CONTACT BUTTON
========================================== */

.fixed-contact-tab .contact-item {

    width: 35px;
    height: 35px;

    border-radius: 50%;

    background: #fff;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #444;

    text-decoration: none;

    font-size: 23px;

    box-shadow:
        0 5px 15px rgba(0,0,0,0.12);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}


/* ==========================================
   HOVER
========================================== */

.fixed-contact-tab .contact-item:hover {

    transform: scale(1.12);

    box-shadow:
        0 8px 20px rgba(0,0,0,0.2);

    background: #f5f5f5;

    color: #111;

}


/* ==========================================
   INDIVIDUAL ICONS
========================================== */

.fixed-contact-tab .fa-phone {

    transform: rotate(0deg);

}


.fixed-contact-tab .fa-whatsapp {

    font-size: 25px;

}


.fixed-contact-tab .fa-paper-plane {

    font-size: 22px;

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .fixed-contact-tab {

        right: 10px;

        width: 65px;

        padding: 12px 7px;

        gap: 12px;

        border-radius: 35px;
    }


    .fixed-contact-tab .contact-item {

        width: 45px;
        height: 45px;

        font-size: 20px;
    }


    .fixed-contact-tab .fa-whatsapp {

        font-size: 22px;
    }


    .fixed-contact-tab .fa-paper-plane {

        font-size: 19px;
    }

}

.fixed-contact-tab.scrolled {

    background: #fff;

    border-color: rgba(0,0,0,0.08);

    box-shadow:
        0 10px 35px rgba(0,0,0,0.15);
}
.modal {
    position: fixed;
	top: 15%;}
.modal-header{padding:0px;}
.modal-footer{padding:0px;}


.close {
    float: right;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0px 0 #fff;
    opacity: 1;
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 0px !important;
    background: #e30514;
    z-index: 12;border-radius:100%;
}

button.close{ background: #e30514;height: 30px;border-radius:100%;
    width: 30px;
    line-height: 30px;}
.modal-header .close {
    padding: 0px;
    margin: 0;
}
.modal-body{padding:0px;}
.modal-body img{width:100%;height:auto;}
.mdenq{width:100%;position:relative;padding:10px 20px;}
.mdenq input{width:100%;padding:10px;border:1px solid #1f2732;margin-bottom:10px;background-color:#f9f9f9e0;    border-radius:10px;}
.mdenq select{width:100%;padding:10px;border:1px solid #1f2732;margin-bottom:10px;background-color:#f9f9f9e0;    border-radius:10px;}
.main_contact_message_btn{margin-top:10px;text-align:center;}
.main_contact_message_btn p{ text-align:center;}
.main_contact_message_btn input[type=submit] {
    width: auto;
    border: 2px solid #e30514;
    background: #e30514;
    color: #fff;
    padding: 6px 30px;
    transition: .3s;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
    border-radius: 25px;
}
.mdenq h3{font-size:20px;margin:10px 0px 30px 0px;text-align:center;}
.youtube-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border: 0;
}
/* =========================================
   VIDEO THUMBNAIL
========================================= */

.video-thumbnail {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}


/* IMAGE */

.video-thumbnail a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
}


.video-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}


/* IMAGE HOVER */

.video-thumbnail a:hover img {
    transform: scale(1.03);
}


/* =========================================
   PLAY BUTTON
========================================= */

.video-play {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 80px;
    height: 80px;

    transform: translate(-50%, -50%);

    border: 2px solid #fff;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.25);

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.35s ease;
}


/* PLAY TRIANGLE */

.video-play::after {
    content: "";

    width: 0;
    height: 0;

    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 17px solid #fff;

    margin-left: 5px;
}


/* =========================================
   HOVER PLAY BUTTON
========================================= */

.video-thumbnail a:hover .video-play {
    transform: translate(-50%, -50%) scale(1.12);

    background: rgba(0, 0, 0, 0.45);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .video-play {
        width: 60px;
        height: 60px;
    }

    .video-play::after {
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-left-width: 13px;
    }

}

.videoss{padding-bottom:70px;}
.videoss .sectitle h2{text-align:center;}
.sadhguru{width:100%;position:relative;background:#fff;padding:0px 0px 60px 0px;overflow:hidden;}
.sadhguru img{width:100%;height:auto;box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
    text-align: center;
    background: #fff;
    padding: 5px;
    border-radius: 15px}
/* =========================================
   SECTION
========================================= */

.joint-venture-section {
    width: 100%;
    padding: 35px 0 40px;
    background: #fff;
}


/* =========================================
   TITLE
========================================= */

.joint-form-title {
    margin: 0 0 35px;

    text-align: center;

    color: #c5222b;

    font-size: 22px;

    font-weight: 700;

    line-height: 1.3;
}


/* =========================================
   FORM
========================================= */

.joint-venture-form {
    width: 100%;
}


/* =========================================
   FORM ROW
========================================= */

.joint-venture-form .form-row {
    margin-left: -14px;
    margin-right: -14px;
}


.joint-venture-form .form-row > [class*="col-"] {
    padding-left: 14px;
    padding-right: 14px;
}


/* =========================================
   FORM GROUP
========================================= */

.joint-venture-form .form-group {
    margin-bottom: 24px;
}


/* =========================================
   INPUT / SELECT / TEXTAREA
========================================= */

.joint-venture-form .form-control {

    height: 44px;

    padding: 8px 14px;

    border: 1px solid #333;

    border-radius: 0;

    background: #fff;

    color: #555;

    font-size: 13px;

    font-weight: 400;

    box-shadow: none;

    outline: none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}


/* Placeholder */

.joint-venture-form
.form-control::placeholder {

    color: #222;

    opacity: 1;
}


/* Focus */

.joint-venture-form
.form-control:focus {

    border-color: #999;

    box-shadow: none;

}


/* =========================================
   SELECT
========================================= */

.joint-venture-form select.form-control {

    color: #777;

    cursor: pointer;

    background-color: #fff;
}


/* =========================================
   INPUT GROUP
========================================= */

.joint-venture-form .input-group {

    width: 100%;
}


.joint-venture-form
.input-group > .form-control {

    min-width: 0;
}


.joint-venture-form
.input-group-append {

    margin-left: 0;
}


.joint-venture-form
.input-group-append .unit-select {

    width: 60px;

    padding-left: 8px;
    padding-right: 20px;

    border-left: 0;

    font-size: 12px;
}


/* =========================================
   REMARKS
========================================= */

.joint-venture-form
textarea.form-control.remarks {

    height: 94px;

    resize: vertical;

    padding-top: 12px;
}


/* =========================================
   BOTTOM AREA
========================================= */

.form-bottom {

    margin-top: 60px;
}


/* =========================================
   CAPTCHA
========================================= */

.captcha-box {
    width: 285px;
    margin-bottom: 25px;
}


.captcha-placeholder {

    width: 285px;
    height: 72px;

    display: flex;

    align-items: center;

    padding: 8px 10px;

    border: 1px solid #d6d6d6;

    background: #fafafa;

    box-shadow: 0 1px 3px rgba(0,0,0,.12);
}


/* checkbox */

.captcha-check {

    width: 25px;
    height: 25px;

    margin-right: 10px;

    border: 1px solid #777;

    background: #fff;

    flex-shrink: 0;
}


/* captcha text */

.captcha-text {

    display: flex;

    flex-direction: column;

    line-height: 1.2;

    color: #333;

    font-size: 11px;
}


.captcha-text strong {

    font-size: 13px;

    font-weight: 400;

    margin-bottom: 4px;
}


.captcha-text small {

    font-size: 8px;

    color: #777;
}


.captcha-text a {

    color: #555;

    font-size: 8px;

    text-decoration: underline;
}


/* captcha logo */

.captcha-logo {

    margin-left: auto;

    width: 55px;

    text-align: center;

    color: #777;

    flex-shrink: 0;
}


.captcha-logo span {

    display: block;

    color: #4285f4;

    font-size: 27px;

    line-height: 25px;
}


.captcha-logo small {

    font-size: 8px;
}


/* =========================================
   SEND BUTTON
========================================= */

.send-message-btn {

    width: 206px;

    height: 44px;

    padding: 0 20px;

    border: 0;

    border-radius: 25px;

    background: #c5222b;

    color: #fff;

    font-size: 12px;

    font-weight: 700;

    cursor: pointer;

    outline: none;

    transition:
        background .3s ease,
        transform .2s ease;
}


.send-message-btn:hover {

    background: #a91c24;

}


.send-message-btn:focus {

    outline: none;

    box-shadow: none;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .joint-venture-section {

        padding: 30px 15px 40px;

    }


    .joint-form-title {

        font-size: 20px;

        margin-bottom: 25px;

    }


    .joint-venture-form .form-row {

        margin-left: 0;
        margin-right: 0;

    }


    .joint-venture-form
    .form-row > [class*="col-"] {

        padding-left: 0;
        padding-right: 0;

    }


    .joint-venture-form
    .form-group {

        margin-bottom: 16px;

    }


    .joint-venture-form
    .form-control {

        height: 46px;

        font-size: 14px;

    }


    .joint-venture-form
    textarea.form-control.remarks {

        height: 110px;

    }


    .form-bottom {

        margin-top: 30px;

    }


    .captcha-box {

        width: 100%;

        max-width: 285px;

    }


    .captcha-placeholder {

        width: 100%;

    }


    .send-message-btn {

        width: 100%;

        max-width: 206px;

    }

}	

.form-bottom{text-align:center;margin-top:10px;}


/* =====================================================
   COMMON
===================================================== */

.modern-section {
    padding: 100px 0;
}

.small-title {
    display: inline-block;
    color: #e30514;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.section-heading {
    max-width: 700px;
    margin: 0 auto 55px;
}

.section-heading h2,
.section-heading-left h2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 18px;
    font-weight: 600;
}

.section-heading h2 span,
.section-heading-left h2 span {
    color: #e30514;
}

.section-heading p {
    text-align: center;
    max-width: 600px;
    margin: auto;
    color: #555;
}


/* =====================================================
   HERO
===================================================== */

.project-hero {
    min-height: 680px;

    background:
        url("../images/project-banner.jpg")
        center center / cover no-repeat;

    position: relative;

    display: flex;
    align-items: center;

    color: #fff;
}

.project-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.82) 0%,
            rgba(0,0,0,.60) 48%,
            rgba(0,0,0,.20) 100%
        );
}

.project-hero .container {
    position: relative;
    z-index: 2;
}

.project-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 30px;

    color: rgba(255,255,255,.7);
    font-size: 12px;
    letter-spacing: 1px;
}

.project-breadcrumb a {
    color: #fff;
    font-size: 12px;
}

.project-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: rgba(227,5,20,.9);

    padding: 8px 15px;

    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    margin-bottom: 20px;
}

.project-hero h1 {
    color: #fff;
    font-size: 62px;
    margin: 0 0 10px;
    letter-spacing: 2px;text-align: left;
}

.project-location {
    color: #fff;
    font-size: 17px;
    margin-bottom: 20px;
}

.project-location i {
    color: #e30514;
    margin-right: 8px;
}

.project-hero-content p {
    color: rgba(255,255,255,.85);
    max-width: 620px;
    line-height: 28px;
}

.hero-buttons {
    margin-top: 30px;
}

.btn-project {
    background: #e30514;
    color: #fff;

    padding: 14px 25px;

    border-radius: 0;

    font-size: 13px;
    font-weight: 600;

    margin-right: 10px;
}

.btn-project i {
    margin-left: 10px;
}

.btn-project:hover {
    background: #fff;
    color: #e30514;
}

.btn-outline-project {
    border: 1px solid rgba(255,255,255,.7);
    color: #fff;

    padding: 13px 25px;

    border-radius: 0;

    font-size: 13px;
}

.btn-outline-project:hover {
    background: #fff;
    color: #000;
}


/* HERO CARD */

.hero-project-card {
    background: rgba(255,255,255,.95);

    padding: 30px;

    color: #000;

    box-shadow: 0 20px 60px rgba(0,0,0,.2);
}

.hero-card-item {
    padding: 18px 0;

    border-bottom: 1px solid #ddd;
}

.hero-card-item:last-child {
    border-bottom: 0;
}

.hero-card-item span {
    display: block;

    color: #777;

    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;

    margin-bottom: 5px;
}

.hero-card-item strong {
    font-size: 18px;
}

.status-available {
    color: #168332;
}


/* =====================================================
   PROJECT INFO
===================================================== */

.project-info-strip {
    position: relative;
    z-index: 5;
    margin-top: -50px;
}

.project-info-wrapper {
    background: #fff;

    display: flex;

    box-shadow: 0 10px 40px rgba(0,0,0,.12);
}

.info-item {
    flex: 1;

    display: flex;
    align-items: center;

    padding: 25px;

    border-right: 1px solid #eee;
}

.info-item:last-child {
    border-right: 0;
}

.info-icon {
    width: 48px;
    height: 48px;

    background: #fff1f2;

    color: #e30514;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 15px;
}

.info-item span {
    display: block;

    color: #777;

    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;

    margin-bottom: 4px;
}

.info-item strong {
    font-size: 15px;
}


/* =====================================================
   OVERVIEW
===================================================== */

.project-overview {
    background: #fff;
}

.overview-image {
    position: relative;
    padding-right: 30px;
}

.overview-image img {
    width: 100%;
    display: block;
}

.image-badge {
    position: absolute;

    right: 0;
    bottom: 30px;

    background: #e30514;

    color: #fff;

    padding: 20px 25px;

    text-align: center;
}

.image-badge strong {
    display: block;
    font-size: 30px;
}

.image-badge span {
    font-size: 10px;
    letter-spacing: 1px;
}

.overview-content {
    padding-left: 40px;
}

.content-number {
    display: block;

    color: #e30514;

    font-size: 14px;
    font-weight: 700;

    margin-bottom: 15px;
}

.overview-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.overview-points {
    margin-top: 25px;
}

.overview-points div {
    margin-bottom: 12px;

    display: flex;
    align-items: center;

    font-size: 14px;
}

.overview-points i {
    width: 22px;
    height: 22px;

    background: #e30514;
    color: #fff;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 9px;

    margin-right: 10px;
}


/* =====================================================
   HIGHLIGHTS
===================================================== */

.highlights-section {
    background: #f7f7f7;
}

.highlight-card {
    background: #fff;

    padding: 35px;

    min-height: 230px;

    margin-bottom: 30px;

    border: 1px solid #eee;

    transition: all .3s ease;
}

.highlight-card:hover {
    transform: translateY(-8px);

    border-color: #e30514;

    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.highlight-icon {
    width: 55px;
    height: 55px;

    background: #fff1f2;

    color: #e30514;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    font-size: 20px;
}

.highlight-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.highlight-card p {
    font-size: 13px;
    line-height: 25px;
    color: #666;
}


/* =====================================================
   FLOOR PLANS
===================================================== */

.floor-section {
    background: #fff;
}

.plan-card {
    background: #f8f8f8;

    border: 1px solid #eee;

    margin-bottom: 30px;
}

.plan-card-header {
    padding: 20px 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: #fff;

    border-bottom: 1px solid #eee;
}

.plan-card-header div {
    display: flex;
    align-items: center;
}

.plan-card-header span {
    color: #e30514;

    font-size: 11px;

    margin-right: 12px;
}

.plan-card-header h3 {
    font-size: 20px;
    margin: 0;
}

.plan-view {
    width: 35px;
    height: 35px;

    border: 1px solid #ddd;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 11px;

    transition: all .3s ease;
}

.plan-view:hover {
    background: #e30514;
    color: #fff;
    border-color: #e30514;
}

.plan-card-image {
    padding: 25px;
    text-align: center;
}

.plan-card-image img {
    max-height: 520px;
    object-fit: contain;
}


/* LOCATION CARD */

.location-card {
    min-height: 250px;

    background:
        linear-gradient(
            rgba(0,0,0,.65),
            rgba(0,0,0,.65)
        ),
        url("../images/location-bg.jpg")
        center / cover;

    display: flex;
    align-items: flex-end;

    padding: 30px;

    color: #fff;
}

.location-card-content span {
    font-size: 10px;
    letter-spacing: 2px;
    color: #ddd;
}

.location-card h3 {
    color: #fff;
    font-size: 25px;
    margin: 10px 0 20px;
}

.location-card a {
    color: #fff;
    font-size: 12px;
}

.location-card a i {
    margin-left: 8px;
}


/* =====================================================
   AVAILABILITY
===================================================== */

.availability-section {
    background: #f7f7f7;
}

.unit-card {
    background: #fff;

    border: 1px solid #e8e8e8;

    padding: 30px;

    margin-bottom: 30px;

    transition: all .3s ease;
}

.unit-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

.unit-top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 20px;
}

.unit-status {
    font-size: 10px;

    text-transform: uppercase;

    letter-spacing: 1px;

    padding: 6px 10px;

    background: #168332;

    color: #fff;
}

.booked-unit .unit-status {
    background: #f4f4f4;
    color: #777;
}

.unit-floor {
    color: #333;
    font-size: 11px;
}

.unit-card h3 {
    font-size: 32px;
    margin-bottom: 25px;
}

.unit-details {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;

    padding: 15px 0;

    margin-bottom: 20px;
}

.unit-details div {
    border-right: 1px solid #eee;
    padding-left: 10px;
}

.unit-details div:last-child {
    border-right: 0;
}

.unit-details span {
    display: block;

    color: #333;

    font-size: 9px;

    text-transform: uppercase;

    margin-bottom: 5px;
}

.unit-details strong {
    font-size: 12px;
}

.unit-button {
    display: flex;

    justify-content: space-between;
    align-items: center;

    background: #e30514;

    color: #fff;

    padding: 13px 15px;

    font-size: 11px;
}

.unit-button:hover {
    background: #000;
    color: #fff;
}

.unit-booked-text {
    color: #333;
    font-size: 12px;
}


/* =====================================================
   SPECIFICATIONS
===================================================== */

.specifications-section {
    background: #fff;
}

.spec-accordion-item {
    border-bottom: 1px solid #ddd;
}

.spec-header {
    display: flex;

    justify-content: space-between;
    align-items: center;

    padding: 20px 0;

    font-size: 15px;
    font-weight: 600;
}

.spec-header span {
    display: flex;
    align-items: center;
}

.spec-header span i {
    width: 40px;
    height: 40px;

    background: #fff1f2;
    color: #e30514;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 15px;

    font-size: 13px;
}

.spec-header > i {
    color: #e30514;
    font-size: 11px;
}

.spec-body {
    padding: 0 0 20px 55px;
}

.spec-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.spec-body li {
    position: relative;

    padding: 6px 0 6px 20px;

    font-size: 13px;
    color: #555;
}

.spec-body li:before {
    content: "";

    position: absolute;

    left: 0;
    top: 15px;

    width: 6px;
    height: 6px;

    background: #e30514;
}


/* =====================================================
   LOCATION
===================================================== */

.location-section {
    background: #f7f7f7;
}

.location-map-wrapper {
    background: #fff;
    padding: 8px;

    box-shadow: 0 10px 35px rgba(0,0,0,.08);
}

.location-map-wrapper iframe {
    display: block;
}

.nearby-grid {
    margin-top: 40px;
}

.nearby-card {
    background: #fff;

    padding: 25px;

    min-height: 270px;

    border: 1px solid #eee;
}

.nearby-icon {
    width: 45px;
    height: 45px;

    background: #fff1f2;
    color: #e30514;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 15px;
}

.nearby-card h3 {
    font-size: 19px;
    margin-bottom: 15px;
}

.nearby-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nearby-card li {
    display: flex;

    justify-content: space-between;

    gap: 10px;

    border-bottom: 1px solid #eee;

    padding: 9px 0;

    font-size: 11px;

    color: #555;
}

.nearby-card li:last-child {
    border-bottom: 0;
}

.nearby-card strong {
    color: #e30514;
    white-space: nowrap;
}


/* =====================================================
   FINAL CTA
===================================================== */

.project-cta {
    background: #e30514;

    padding: 70px 0;
}

.project-cta span {
    color: rgba(255,255,255,.7);

    font-size: 11px;

    letter-spacing: 2px;
}

.project-cta h2 {
    color: #fff;

    font-size: 42px;

    margin: 10px 0;
}

.project-cta h2 strong {
    color: #fff;
}

.project-cta p {
    color: rgba(255,255,255,.85);
}

.cta-button {
    display: inline-flex;

    align-items: center;

    background: #fff;

    color: #e30514;

    padding: 16px 28px;

    font-size: 13px;

    font-weight: 600;
}

.cta-button i {
    margin-left: 12px;
}

.cta-button:hover {
    background: #000;
    color: #fff;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .modern-section {
        padding: 70px 0;
    }

    .project-hero {
        min-height: 650px;
    }

    .project-hero h1 {
        font-size: 55px;
    }

    .hero-project-card {
        margin-top: 40px;
    }

    .project-info-wrapper {
        flex-wrap: wrap;
    }

    .info-item {
        flex: 0 0 50%;
    }

    .info-item:nth-child(2) {
        border-right: 0;
    }

    .overview-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .overview-image {
        padding-right: 0;
    }

    .section-heading h2,
    .section-heading-left h2 {
        font-size: 32px;
    }

    .project-cta h2 {
        font-size: 34px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .modern-section {
        padding: 55px 0;
    }

    p {
        font-size: 14px;
        line-height: 26px;
    }

    .project-hero {
        min-height: 700px;
    }

    .project-hero h1 {
        font-size: 45px;
    }

    .project-hero-content p {
        line-height: 25px;
    }

    .hero-buttons .btn {
        display: inline-block;
        margin-bottom: 10px;
    }

    .project-info-strip {
        margin-top: -30px;
    }

    .project-info-wrapper {
        display: block;
    }

    .info-item {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #eee;
    }

    .info-item:last-child {
        border-bottom: 0;
    }

    .section-heading {
        margin-bottom: 35px;
    }

    .section-heading h2,
    .section-heading-left h2 {
        font-size: 28px;
    }

    .overview-image {
        margin-bottom: 30px;
    }

    .image-badge {
        right: 15px;
        bottom: 15px;
    }

    .highlight-card {
        min-height: auto;
    }

    .unit-details {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .unit-details strong {
        font-size: 11px;
    }

    .nearby-card {
        margin-bottom: 20px;
    }

    .project-cta {
        padding: 50px 0;
    }

    .project-cta h2 {
        font-size: 30px;
    }

    .project-cta .text-lg-right {
        text-align: left !important;
        margin-top: 25px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 575px) {

    .project-hero {
        min-height: 730px;
    }

    .project-hero h1 {
        font-size: 38px;
    }

    .project-location {
        font-size: 14px;
    }

    .hero-project-card {
        padding: 20px;
    }

    .hero-card-item {
        padding: 13px 0;
    }

    .info-item {
        padding: 18px;
    }

    .plan-card-image {
        padding: 15px;
    }

    .unit-card {
        padding: 22px;
    }

    .spec-body {
        padding-left: 10px;
    }

}












/* =========================================================
   SECTION HEADING
========================================================= */

.section-overline {
    display: inline-block;

    color: var(--primary);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2.5px;

    text-transform: uppercase;

    margin-bottom: 12px;
}

.section-heading {
    text-align: center;

    max-width: 700px;

    margin: 0 auto 55px;
}

.section-heading h2,
.section-intro h2,
.location-content h2 {
    font-size: 40px;

    line-height: 1.2;

    margin-bottom: 20px;

    font-weight: 600;
}

.section-heading h2 span,
.section-intro h2 span,
.location-content h2 span {
    color: var(--primary);
}


/* =========================================================
   HERO
========================================================= */

.project-detail-hero {

    min-height: 650px;

    position: relative;

    display: flex;

    align-items: center;

    background:
        url("../images/project-banner.jpg")
        center center / cover no-repeat;

}

.project-hero-overlay {

    position: absolute;

    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.82),
            rgba(0,0,0,.55),
            rgba(0,0,0,.15)
        );

}

.project-detail-hero .container {
    position: relative;

    z-index: 2;
}

.project-hero-content {
    max-width: 700px;
}

.project-breadcrumb {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 35px;

    color: rgba(255,255,255,.65);

    font-size: 12px;
}

.project-breadcrumb a {

    color: #fff;

    font-size: 12px;
}

.project-category {

    display: inline-block;

    padding: 8px 14px;

    background: var(--primary);

    color: #fff;

    font-size: 10px;

    letter-spacing: 2px;

    margin-bottom: 20px;
}

.project-detail-hero h1 {

    color: #fff;

    font-size: 72px;

    line-height: 1;

    margin: 0 0 20px;

    letter-spacing: 2px;
}

.hero-location {

    color: #fff;

    font-size: 17px;

    margin-bottom: 18px;
}

.hero-location i {

    color: var(--primary);

    margin-right: 8px;
}

.project-hero-content p {

    color: rgba(255,255,255,.85);

    max-width: 580px;

    line-height: 28px;
}

.hero-buttons {

    margin-top: 30px;
}

.project-btn {

    display: inline-flex;

    align-items: center;

    background: var(--primary);

    color: #fff;

    padding: 14px 24px;

    font-size: 12px;

    font-weight: 600;

    margin-right: 8px;

    transition: .3s;
}

.project-btn i {

    margin-left: 12px;
}

.project-btn:hover {

    background: #fff;

    color: var(--primary);
}

.project-btn-outline {

    display: inline-flex;

    align-items: center;

    padding: 13px 24px;

    border: 1px solid rgba(255,255,255,.7);

    color: #fff;

    font-size: 12px;

    transition: .3s;
}

.project-btn-outline:hover {

    background: #fff;

    color: #000;
}


/* =========================================================
   FACTS
========================================================= */

.project-facts {

    position: relative;

    margin-top: -45px;

    z-index: 5;
}

.facts-wrapper {

    display: flex;

    background: #fff;

    box-shadow: 0 15px 45px rgba(0,0,0,.12);
}

.fact-item {

    flex: 1;

    display: flex;

    align-items: center;

    padding: 25px;

    border-right: 1px solid var(--border);
}

.fact-item:last-child {

    border-right: 0;
}

.fact-icon {

    width: 50px;

    height: 50px;

    background: #fff1f2;

    color: var(--primary);

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 15px;
}

.fact-item span {

    display: block;

    color: #888;

    font-size: 10px;

    text-transform: uppercase;

    letter-spacing: 1px;

    margin-bottom: 5px;
}

.fact-item strong {

    font-size: 14px;
}


/* =========================================================
   INTRO
========================================================= */

.project-intro {

    background: #fff;
}

.project-intro-image {

    position: relative;

    padding-right: 35px;
}

.project-intro-image img {

    width: 100%;

    display: block;
}

.image-location {

    position: absolute;

    right: 0;

    bottom: 30px;

    background: var(--primary);

    color: #fff;

    padding: 18px 22px;

    display: flex;

    align-items: center;
}

.image-location > i {

    font-size: 20px;

    margin-right: 12px;
}

.image-location span {

    display: block;

    font-size: 9px;

    text-transform: uppercase;

    letter-spacing: 1px;

    opacity: .8;
}

.image-location strong {

    display: block;

    font-size: 14px;
}

.project-intro-content {

    padding-left: 35px;
}

.project-intro-content h2 {

    font-size: 40px;

    line-height: 1.2;

    margin-bottom: 25px;
}

.project-intro-content h2 span {

    color: var(--primary);
}

.project-highlights {

    margin-top: 25px;
}

.project-highlights div {

    display: flex;

    align-items: center;

    margin-bottom: 12px;

    font-size: 13px;
}

.project-highlights i {

    width: 22px;

    height: 22px;

    background: var(--primary);

    color: #fff;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 9px;

    margin-right: 10px;
}


/* =========================================================
   LOCATION HIGHLIGHT
========================================================= */

.location-highlight {

    padding: 30px 0 100px;

    background: #fff;
}

.location-highlight-box {

    display: flex;

    background:#1f2732;

    overflow: hidden;
}

.location-highlight-content {

    width: 55%;

    padding: 60px;

    color: #fff;
}

.location-highlight-content > span {

    color: #e30514;

    font-size: 10px;

    letter-spacing: 2px;
}

.location-highlight-content h2 {

    color: #fff;

    font-size: 32px;

    margin: 15px 0;
}

.location-highlight-content p {

    color: rgba(255,255,255,.7);
}

.location-meta {

    margin-top: 25px;
}

.location-meta div {

    display: flex;

    align-items: center;

    margin-bottom: 10px;

    font-size: 12px;

    color: rgba(255,255,255,.8);
}

.location-meta i {

    color: var(--primary);

    width: 25px;
}

.location-button {

    display: inline-flex;

    align-items: center;

    margin-top: 20px;

    padding: 13px 20px;

    background: var(--primary);

    color: #fff;

    font-size: 11px;
}

.location-button i {

    margin-left: 10px;
}

.location-highlight-image {

    width: 45%;
}

.location-highlight-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;
}


/* =========================================================
   SPECIFICATIONS
========================================================= */

.specifications-section {

    background: #f7f7f7;
}

.specification-accordion {

    border-top: 1px solid #ddd;
}

.spec-item {

    border-bottom: 1px solid #ddd;
}

.spec-header {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 20px 0;

    color: #000;

    font-size: 14px;
}

.spec-title {

    display: flex;

    align-items: center;
}

.spec-number {

    color: var(--primary);

    font-size: 11px;

    width: 35px;
}

.spec-title > span:last-child {

    display: flex;

    align-items: center;

    font-weight: 600;
}

.spec-title i {

    width: 38px;

    height: 38px;

    background: #fff1f2;

    color: var(--primary);

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 12px;
}

.spec-plus {

    color: var(--primary);

    font-size: 11px;
}

.spec-content {

    padding: 5px 0 25px 75px;
}

.spec-content ul {

    list-style: none;

    margin: 0;

    padding: 0;
}

.spec-content li {

    position: relative;

    padding: 6px 0 6px 18px;

    font-size: 13px;

    color: #555;
}

.spec-content li:before {

    content: "";

    position: absolute;

    left: 0;

    top: 14px;

    width: 5px;

    height: 5px;

    background: var(--primary);
}


/* =========================================================
   GALLERY
========================================================= */

.project-gallery {

    background: #fff;
}

.gallery-card {

    background: #fff;

    margin-bottom: 35px;

    transition: .3s;
}

.gallery-image {

    position: relative;

    overflow: hidden;

    background: #f5f5f5;

    padding: 15px;
}

.gallery-image img {

    width: 100%;

    height: 230px;

    object-fit: contain;

    display: block;

    transition: .5s;
}

.gallery-card:hover .gallery-image img {

    transform: scale(1.03);
}

.gallery-overlay {

    position: absolute;

    left: 15px;

    right: 15px;

    top: 15px;

    bottom: 15px;

    background: rgba(227,5,20,.8);

    display: flex;

    align-items: center;

    justify-content: center;

    opacity: 0;

    transition: .3s;
}

.gallery-card:hover .gallery-overlay {

    opacity: 1;
}

.gallery-overlay span {

    width: 50px;

    height: 50px;

    border: 1px solid #fff;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;
}

.gallery-caption {

    display: flex;

    align-items: center;

    padding: 18px 5px;
}

.gallery-caption > span {

    color: var(--primary);

    font-size: 11px;

    margin-right: 12px;
}

.gallery-caption h3 {

    margin: 0;

    font-size: 17px;
}


/* =========================================================
   LOCATION MAP
========================================================= */

.project-location-section {

    padding: 100px 0;

    background: #f7f7f7;
}

.location-content {

    padding-right: 50px;
}

.project-map {

    background: #fff;

    padding: 8px;

    box-shadow: 0 10px 35px rgba(0,0,0,.08);
}

.project-map iframe {

    display: block;
}


/* =========================================================
   RELATED PROJECTS
========================================================= */

.related-projects {

    padding: 100px 0;

    background: #fff;
}

.related-project-card {

    display: block;

    background: #fff;

    border: 1px solid #eee;

    transition: .3s;

    margin-bottom: 30px;
}

.related-project-card:hover {

    transform: translateY(-7px);

    box-shadow: 0 15px 40px rgba(0,0,0,.1);
}

.related-project-image {

    position: relative;

    overflow: hidden;
}

.related-project-image img {

    width: 100%;

    height: 270px;

    object-fit: cover;

    display: block;

    transition: .5s;
}

.related-project-card:hover
.related-project-image img {

    transform: scale(1.05);
}

.related-project-image > span {

    position: absolute;

    left: 15px;

    bottom: 15px;

    background: var(--primary);

    color: #fff;

    padding: 9px 13px;

    font-size: 10px;

    opacity: 0;

    transform: translateY(10px);

    transition: .3s;
}

.related-project-card:hover
.related-project-image > span {

    opacity: 1;

    transform: translateY(0);
}

.related-project-image > span i {

    margin-left: 7px;
}

.related-project-content {

    padding: 18px 20px;
}

.related-project-content h3 {

    font-size: 20px;

    margin: 0 0 5px;
}

.related-project-content p {

    margin: 0;

    color: #777;

    font-size: 12px;

    text-align: left;
}


/* =========================================================
   FINAL CTA
========================================================= */

.project-final-cta {

    padding: 70px 0;

    background: var(--primary);
}

.project-final-cta > .container {
    position: relative;
}

.project-final-cta span {

    color: rgba(255,255,255,.7);

    font-size: 10px;

    letter-spacing: 2px;
}

.project-final-cta h2 {

    color: #fff;

    font-size: 42px;

    margin: 10px 0;
}

.project-final-cta h2 strong {

    color: #fff;
}

.project-final-cta p {

    color: rgba(255,255,255,.85);
}

.cta-button {

    display: inline-flex;

    align-items: center;

    background: #fff;

    color: var(--primary);

    padding: 16px 27px;

    font-size: 12px;

    font-weight: 600;
}

.cta-button i {

    margin-left: 12px;
}

.cta-button:hover {

    background: #111;

    color: #fff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .modern-project-section,
    .project-location-section,
    .related-projects {

        padding: 70px 0;
    }

    .project-detail-hero {

        min-height: 600px;
    }

    .project-detail-hero h1 {

        font-size: 58px;
    }

    .facts-wrapper {

        flex-wrap: wrap;
    }

    .fact-item {

        flex: 0 0 50%;
    }

    .fact-item:nth-child(2) {

        border-right: 0;
    }

    .project-intro-content {

        padding-left: 0;

        margin-top: 45px;
    }

    .project-intro-image {

        padding-right: 0;
    }

    .location-highlight-content {

        padding: 40px;
    }

    .section-heading h2,
    .section-intro h2,
    .location-content h2,
    .project-intro-content h2 {

        font-size: 32px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .modern-project-section,
    .project-location-section,
    .related-projects {

        padding: 55px 0;
    }

    p {

        font-size: 14px;

        line-height: 26px;
    }

    .project-detail-hero {

        min-height: 620px;
    }

    .project-detail-hero h1 {

        font-size: 45px;
    }

    .hero-location {

        font-size: 14px;
    }

    .project-breadcrumb {

        margin-bottom: 25px;
    }

    .project-btn,
    .project-btn-outline {

        margin-bottom: 10px;
    }

    .project-facts {

        margin-top: -30px;
    }

    .facts-wrapper {

        display: block;
    }

    .fact-item {

        width: 100%;

        border-right: 0;

        border-bottom: 1px solid #eee;
    }

    .fact-item:last-child {

        border-bottom: 0;
    }

    .project-intro-content h2,
    .section-heading h2,
    .section-intro h2,
    .location-content h2 {

        font-size: 28px;
    }

    .image-location {

        right: 15px;

        bottom: 15px;
    }

    .location-highlight-box {

        display: block;
    }

    .location-highlight-content,
    .location-highlight-image {

        width: 100%;
    }

    .location-highlight-image {

        height: 280px;
    }

    .spec-content {

        padding-left: 45px;
    }

    .gallery-image img {

        height: 210px;
    }

    .location-content {

        padding-right: 0;

        margin-bottom: 35px;
    }

    .project-final-cta h2 {

        font-size: 32px;
    }

    .project-final-cta .text-lg-right {

        text-align: left !important;

        margin-top: 25px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575px) {

    .project-detail-hero {

        min-height: 680px;
    }

    .project-detail-hero h1 {

        font-size: 38px;
    }

    .project-category {

        font-size: 9px;
    }

    .fact-item {

        padding: 18px;
    }

    .image-location {

        padding: 13px 15px;
    }

    .location-highlight-content {

        padding: 30px 25px;
    }

    .location-highlight-content h2 {

        font-size: 25px;
    }

    .spec-title > span:last-child {

        font-size: 13px;
    }

    .spec-number {

        width: 25px;
    }

    .spec-title i {

        width: 34px;

        height: 34px;

        margin-right: 8px;
    }

    .spec-content {

        padding-left: 25px;
    }

    .gallery-caption h3 {

        font-size: 15px;
    }

}

:root {
    --primary: #e30514;
    --primary-dark: #bd000d;
    --black: #111111;
    --dark: #1d1d1d;
    --grey: #f6f6f6;
    --border: #e7e7e7;
}
.modern-project-section {
    padding: 70px 0;
}
.project-intro-content h2,.section-intro h2,.location-content h2{text-align:left;}


.mfp-close {
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    font-size: 32px !important;
    color: #fff !important;
    opacity: 1 !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 99999 !important;
}


.navbar  img {
    max-width: 300px;
    width: 100%;
}
.nav-item a {
    color: #fff;text-decoration:none;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 5px;
    transition: .3s;
}
.nav-item a:hover {
    color: #e30514;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width:240px;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
 .dropdown-menu a {
   color: #212529; padding: 3px 5px;display: block;font-size:14px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
   
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.accordion-title {
    width: 100%;
    text-align: left;
    position: relative;
    text-decoration: none !important;
    color: #333;
    padding-right: 40px;
}

.accordion-title .arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

/* Open = arrow up */
.accordion-title:not(.collapsed) .arrow {
    transform: translateY(-50%) rotate(180deg);
}

/* Closed = arrow down */
.accordion-title.collapsed .arrow {
    transform: translateY(-50%) rotate(0deg);
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #fff;
    border-radius: .25rem;background:#fff;
    margin-bottom: 20px;box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color:#fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.accordion-title .arrow {
font-size: 30px;color: #e30514;}

.accordion-title{font-size: 24px;}
.accordion-title button{color:#333;}
.btn-link:hover {
color: #e30514;}

.card-body a{display: inline-block;
    padding: 5px 24px;border-radius:25px;
    border: 2px solid #e57322;
    background: #e57322;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    text-transform: uppercase;
    font-size: 15px;}
.card-body a:hover{background:transparent;color:#e57322;}	

.bgwhite{background:#fff;}
#floor-plans{padding-top:0px;}
.location-card iframe{width:100%;height:150px;}

.location-card {
    min-height: 250px;
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../images/location-bg.jpg) center / cover;
    display: block;
    align-items: flex-end;
padding: 10px;}
.location-map-wrapper iframe{width:100%;height:450px;}

.spec-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    color: #000;
    font-size: 14px;
    background: #fff1f2;
}
.spec-accordion-item a{text-decoration:none;}

.specifications-section h2,.project-hero-content p{text-align:left;}
.highlights-section {
    background: #f7f7f7;
}

.highlight-card {
    background: #fff;
    padding: 25px;
min-height: 150px;}
.highlight-card h4{text-align:left;}
.location-section {
    background: #fff;
}
.table {
    width: 100%;
border: 2px solid #333;}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
}
.plan-card-header h3,.nearby-card h3 {
    font-weight: 600;font-size:20px;
   
}
.nearby-card li {
display: block;font-size:14px;}


 .flat-table {
        width: 100%;
        border-collapse: collapse;
        font-family: "Times New Roman", Times, serif;
        text-align: center;
        margin: 0;
    }

    .flat-table th {
        background-color: #f4ddca;
        color: #111;
        font-size: 16px;
        font-weight: 700;
        padding: 17px 10px;
        border: 1px solid #ffffff;
        vertical-align: middle;
    }

    .flat-table td {
        font-size: 16px;
        color: #111;
        padding: 20px 10px;
        height: 65px;
        border: 1px solid #ffffff;
        vertical-align: middle;
    }

    /* First row */
    .flat-table tbody tr:nth-child(odd) td {
        background-color: #fbefe7;
    }

    /* Alternate rows */
    .flat-table tbody tr:nth-child(even) td {
        background-color: #f7ddc8;
    }

    /* Project/section title row */
    .flat-table .project-title td {
        background-color: #f7ddc8 !important;
        color: #e60000;
        font-size: 20px;
        font-weight: 700;
        padding: 8px 10px;
        height: auto;
    }

    @media (max-width: 767px) {
        .table-responsive {
            overflow-x: auto;
        }

        .flat-table {
            min-width: 700px;
        }

        .flat-table th,
        .flat-table td {
            font-size: 15px;
        }
    }




.overview-content ul li{list-style:none;font-size:13px;}

.overview-content h3{text-align:left;}


.mfloor{width:100%;padding:0px 0px 60px 0px;position:relative;overflow:hidden;}
.mfloorbx{width:100%;position:relative;border-radius:15px;margin-bottom:20px;}
.mfloorbx img{width:100%;height:250px;object-fit:contain;}
.info-item strong {
    font-size: 14px;
    text-align: left;
    display: block;
    line-height: 1.4;
}

.location-highlight-content {
    width: 100%;
    padding: 60px;
    color: #fff;
}

.spec-body .table{border:1px solid #000;margin:15px;}
.spec-body .table tr,.spec-body .table td{border:1px solid #000;padding:2px;}
.spec-body {
    padding: 15px;
}

.mfloorbx{  border-radius:10px;  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.06);}
.mfloorbx h3{text-align:center;margin:10px 0px;font-size:17px;}

.onpjctsmmm .projectsbx img{width:100%;height:300px;object-fit:cover;}
.highlight222 h2{text-align:left;font-size:32px;}
.highlight222{padding-bottom:0px;}

.upcm .featuresbx h3{text-align:center;font-weight:700;}
.upcm .featuresbx p{text-align:center;}
.upcm .featuresbx{display: inline-block;}
.upcm .featuresbx img{height:350px;}

    .project-cta h2 {
        
        text-align: left;
    }
.onpjcts .projectsbx img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    border-radius: 15px;
}

/*md*/
.md{width:100%;position:relative;padding:60px 0px;overflow:hidden;background:#f9f9f9;}
.mdl img{width:100%;height:auto;border-radius:15px;}
.mdl h3{text-align:center;font-size:21px;margin:20px 0px 0px 0px;}
.mdl p{text-align:center;font-size:14px;font-style:italic;}

 .property-card {
            width: 100%;
            height: auto;
            overflow: hidden;
            background: #f7f7f7;
            border-radius: 22px;margin-bottom:20px;
        }

        .property-image {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }

        .property-content {
            padding: 32px 15px 15px;
            min-height: 242px;
        }

        .property-title {
            margin: 0 0 10px;
            font-size: 20px;font-weight:800;
            line-height: 1.2;
            font-weight: 700;text-align:left;
             
        }

        .property-subtitle {
            margin: 0 0 19px;
            font-size: 15px;
            line-height: 1.4;
            color: #071f42;
        }

        .property-info {
            display: flex;
            align-items: center;
            margin-bottom: 16px;
            font-size: 15px;
            line-height: 1.2;
            color: #071f42;
        }

        .property-info:last-child {
            margin-bottom: 0;
        }

        .property-info .icon {
            width: 28px;
            min-width: 28px;
            margin-right: 10px;
            text-align: center;
            color: #ff1f45;
            font-size: 18px;
        }

        @media (max-width: 991.98px) {
            .property-image { height: auto; }

            .property-content {
                padding: 27px 17px 25px;
            }

            .property-title { font-size: 21px; }

            .property-subtitle,
            .property-info { font-size: 14px; }
        }

        @media (max-width: 767.98px) {
            .properties-section {
                padding: 15px 0;
            }

            .properties-row > [class*="col-"] {
                display: block;
            }

            .property-card {
                margin-bottom: 20px;
                border-radius: 18px;
            }

            .property-image {
                height: auto;
                aspect-ratio: 460 / 376;
                object-fit: cover;
            }

            .property-content {
                min-height: 0;
                padding: 25px 19px 26px;
            }

            .property-title {
                font-size: 21px;
                margin-bottom: 17px;
            }

            .property-subtitle {
                margin-bottom: 18px;
            }

            .property-info {
                margin-bottom: 15px;
            }
        }




/*header*/
.sticky-header.sticky {
 background: #fff;
  color:#fff;
  position: fixed;
  top:0px;
  left: 0;
  width: 100%;
  height:auto;
  z-index: 9999;
}
.sticky {
    animation-name: fadeInDown;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-duration: .1s;
}
.phonelogo{width:100%;position:relative;display:none;}
.phonelogo img{width:100%;height:auto;max-width:200px;background:#fff;padding:2px;}

.sticky-header.sticky .nav-item a{color:#000;}

