*{
    margin: 0;
    padding: 0;
    box-sizing: 0;
    }
    :root{
    --Citrine:#EDCD1F;
    --white:#fff;
    --black:#000;
    --Grey-Cloud:#B1B5B8;
    --Ebony-Clay:#1E2D3B;

    }
    h1,h2,h3,h4,h5,h6{
        font-family: Georgia, serif;
    }
    p {
   font-size: 16px;
   line-height: 1.8;
   color: #444;
   margin-bottom: 8px;
}

    .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
    /* top mobile number */
    .top-contact{
     background:var(--Ebony-Clay);
     padding:  6px 0;
    
    }
    .top-phone{
       font-size:18px;
        text-align:end;
        font-weight: 600;
        color: var(--white);
    }
    .top-phone a{
        color: var(--white);
        text-decoration: none;
    }
    .top-phone span{
        color: var(--Citrine);
    }

    /* ===============Navbar start=============== */

    nav.navbar.WhiteNav {
    background-color:var(--Ebony-Clay)!important;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: .6s;
    padding: 0.115rem 1rem;
    box-shadow: 0 0 2px #ccc;
    top: 0;
    }
    .TransparentNav #BrandLogo, .WhiteNav #WhiteLogo {
    display: none;
    }
    .WhiteNav .navbar-brand.white-logo{
    display: none;
    }
    .WhiteNav #BrandLogo {
    display: block;
    }
    .navbar-brand img {
    max-width: 100%;
    height: auto;
    }
    .navbar.WhiteNav .nav-link.active{
    color: var(--Ebony-Clay)!important;
    }
    .navbar.WhiteNav .nav-link{
        color: var(--white)!important;
        }
 .navbar .nav-link:hover{
     background-color: var(--Citrine);
        }

   
    .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    }
    .navbar-expand-lg .navbar-nav .nav-link.active{
        background-color: var(--Citrine);
        color: var(--Ebony-Clay);
    }
    .navbar-nav .nav-item{
    margin-left: 20px;
    }
    .ved-navbar  .offcanvas-body{
    justify-content: right;
    }
    .TransparentNav{
    box-shadow: 2px 3px 15px 0px rgba(0,0,0,0.1);
    padding: 6px 0;
  
    }
    .TransparentNav .logo-img{
    /* background-color: var(--Citrine); */
    display: flex;
    /* padding: 8px; */
    margin-bottom: 0;
    padding-left: 0;
    }
    .TransparentNav .logo-img img{
    max-width:320px
    }
    .TransparentNav .logo-img li{
    list-style: none;
    margin-right: 20px;
    }
    .TransparentNav .logo-img li h4{
    margin-bottom: 0;
    font-size: 1.2rem;
    }
    .TransparentNav .logo-img .company-name{
    padding-top: 24px;
    }
    .TransparentNav .dropdown-menu.vanachal-dropdown {

        top: 57px!important;
    }
    .vanachal-dropdown .dropdown-item{
        text-transform: uppercase;
        padding: 10px;
        font-size: 1rem;
       
    
    }
    .WhiteNav .logo-img{
    /* background-color: var(--Citrine); */
    display: flex;
  padding-left: 0;
    margin-bottom: 0;
    }
    .WhiteNav .logo-img img{
    max-width:270px;
    }
    .WhiteNav .logo-img li{
    list-style: none;
    margin-right: 20px;
    }
    .WhiteNav .logo-img li h4{
    margin-bottom: 0;
    font-size: 1.2rem;
    }
    .WhiteNav .logo-img .company-name{
    padding-top: 24px;
    }
    .WhiteNav .dropdown-menu.vanachal-dropdown {

        top: 52px;
    }
    .heroImg .carousel-caption {
    bottom: 35%;
    z-index: 6;
    }
    .heroImg .carousel-caption h3{
    font-size: 3.8rem;
    color: var(--white);
    }
    .heroImg .carousel-caption h3 span{
    color: var(--Citrine);
    }
    .herosection  .heroImg{
    position: relative;
    z-index: 1;
    }
    .herosection .item .overlay{
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4;
    height:768px;
    width:100%;
    background: var(--Ebony-Clay);
    }
    .dropdown-menu.vanachal-dropdown{
        border-radius:0;
        padding:0;
        border: none;
        }
       
        .vanachal-dropdown .dropdown-item{
            border-bottom: 1px solid var(--Grey-Cloud);
            line-height: 30px;
        }
.dropdown-item:focus{
    /* background-color: var(--white); */
}

    /* ===============Navbar end=============== */
    /* ==============Hero section=============== */
   .slider {
         width: 100%;
   height: 100%;
         overflow: hidden;
      }

      .slide {
         width: 100%;
         display: none;
      }

      video {
         width: 100%;
         
      }
    .herosection .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: 20px;
    top: 40%;
    }
    .herosection .owl-carousel .owl-nav button.owl-next span{
    font-size: 45px;
    color: var(--white);
    padding: 20px;
    }
    .herosection .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left:20px;
    top: 40%; 
    }
    .herosection .owl-carousel .owl-nav button.owl-prev span{
    font-size: 45px;
    color: var(--white);
    padding: 20px;
    }
    .herosection .owl-theme .owl-nav {
    margin-top: 0;
    }
    .herosection .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    }
    .herosection{
    position: relative;
    }
    /* =============hero section end================ */
    /* ------ */
    .btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 10;
    }
    @keyframes pulse {
    0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
    }
    .btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
    }
    .btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    }
    @keyframes pulse-border {
    0% {
    padding: 25px;
    opacity: 0.75;
    }
    75% {
    padding: 50px;
    opacity: 0;
    }
    100% {
    opacity: 0;
    }
    }
    /* whats app end */
    .ContactUs{
    background: var(--Medium-Turquoise);
    color: var(--white);
    padding: 12px;
    text-decoration: none;
    line-height: 40px;
    border-radius: 1px;
    }
    .ContactUs:hover{
    background-color: var(--black);
    }
    /* account card start */
    .card-international{
    position: relative;
    padding:50px;
    width: 100%;
    background-color: var(--Medium-Turquoise);
    }
    .card-international h5{
    color: var(--white);
    }
    .card-international p{
    color: var(--white);
    }
    .card-Personal{
    padding:50px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    background-color: var(--white);
    }
    /* account card end */
    /* about section start */
    .left-about-img{
    position: relative;
    }
    .about-img{
    position: absolute;
    top: 65px;
    left: -80px;
    }
    .about-img img{
    max-width:680px;
    }
    .about-section{
    padding: 60px 0;
    }
    .about-section .outer-border{
    background-color: var(--Grey-Cloud);
    padding: 20px;
    width: 100%;
    height: 450px;
    }
    .about-section .inner-border{
    background-color: var(--white); 
    width: 100%;
    height: 410px;
    }
    /* about section end */
    /* headline start */
    .headline{
    position: relative;
    }
    
    .headline h2:after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background-color:var(--Citrine);
    }
    .about-right{
    padding: 20px;
    }
    .about-right .about-content{
    padding: 30px 0 0 0;
    }
    .readMore a{
    text-decoration: none;
    color: var(--Ebony-Clay);
    border: 2px solid var(--Grey-Cloud);
    transition: .8s;
    border-radius: 1px;
    padding: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    }
    .readMore a:hover{
    border: 2px solid var(--Grey-Cloud);
    color: var(--Citrine);
    transition: .8s;
    }
  
    .readMore button{
    
       
        border: 1px solid var(--Grey-Cloud);
        transition: .8s;
        border-radius: 1px;
        padding: 7px 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        background-color: var(--Citrine);
        }
        .readMore button:hover{
        border: 1px solid var(--Grey-Cloud);
        color: var(--Ebony-Clay);
        transition: .8s;
        background-color: var(--Citrine);
        }
   .readMore-content{
    display: none;
   }
   .about-right .readMore{
    margin-bottom: 20px;
   }
   .teamimg img{
    width: 100%;
   }
   .about-content ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.about-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--Ebony-Clay);
  line-height: 1.6;
  font-weight: 500;
}

.about-content ul li::before {
  content: "✔"; /* Or use a custom icon */
  position: absolute;
  left: 0;
  top: 0;
  color: var(--bs-accordion-inner-border-radius); /* Highlight color */
  font-weight: bold;
  font-size: 18px;
}

    /* headline end */
    
    /* blog section */
    .service-section{
    padding:0;
    }
    .service-section.service-page{
        padding: 60px 0;
    }
    .service-section .headline{
    text-align: center;
    }
    
    .service-section .headline h2:after{
   
        left: 42%;
      
        }
        
    .service-section .owl-nav button.owl-prev{
    position: absolute;
    left: -25px;
    top: 195px;
    font-size: 55px;
    }
    .service-section .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -25px;
    top: 195px;
    font-size: 55px;
    }
    .serviceSec{
        padding: 30px 0;
    }
    .service-section .owl-dots{
display: none!important;
    }
    /* testimonial */
    .testimonial-section{
    width: 100%;
    background: url(../images/testmonial-background.webp) no-repeat border-box center / cover; 
    position: relative;
    height: 450px;
    z-index: 1;
    }
    .testimonail-overlay{
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--Ebony-Clay);
        height: 850px;
        width: 100%;
        height: 450px;
        opacity: .4;
        z-index: 1;
    }
    .testimonial-content{
    text-align: center;
    color: var(--white);
    padding: 150px 6px 180px 6px;
    position: absolute;
    z-index: 2;

    }
    .testimonial-card{
    padding:30px;
    background-color: #FFFFFF;
    box-shadow: 2px 3px 15px 0px rgba(0,0,0,0.1);
    margin-bottom:20px;
    }
    .testimonial-card .item-author ul{
    display: flex;
    padding-left: 0;
    }
    .testimonial-card .item-author ul li{
    list-style: none;
    margin-bottom: 0;
    margin-right: 20px;
    }
    .testimonial-card .item-author ul li img{
    max-width: 60px;
    border-radius: 100px;
    }
    .testimonial-card .item-name h5{
    margin-bottom: 0;
    }
    .testimonial-card .item-quote p{
    line-height: 30px;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    margin-bottom: 12px;
    }
    .testimonial-slider{
    margin-top: -90px;
    }
   
    /* products section */
    .products-section .owl-dots{
        display: none!important;
    }
    .products-section .headline{
    text-align: center;
    }
    .products-img img{
    width: 100%;
    margin-bottom: 8px;
    }
    .sub-headline{
    position: relative;
    }
    .sub-headline h5:after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 2px;
    background-color:var(--Citrine);
    }
    .sub-headline h5{
    margin-bottom: 20px;
    }
    .productsContent .readMore a{
    font-size: 14px;
    color: var(--Grey-Cloud);
    border: none
    }
    .productsContent .readMore a:hover{
        color: var(--Ebony-Clay);
    }
    .productsContent .readMore{
    padding: 0;
    }
    .productsContent p{
    /* margin-bottom: 0;
    line-height: 26px;
    font-size: 1rem; */
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3; */
    margin-bottom: 12px;
    }
    .products-content{
    padding: 30px 0;
    }
    .products-card{
    margin-bottom: 20px;
    }
    .products-section .headline{
    position: relative;
    }
    .products-section .headline h2:after{
 
    left: 41%;
   
    }
    .product-card{
        /* padding: 12px;
        box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.1);
        margin: 8px 0; */
    }
    .product-card {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: 0 auto;
    }
.product-card img{
    width: 100%;
    transition: transform 0.3s ease-in-out;
    transition: .6s;
}
.product-card img:hover{
  
    transform: scale(1.1);
    transition: .6s;
}
.product-card p{
line-height: 24px !important;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
-webkit-line-clamp: 3;
max-height: 6em;
margin-bottom: 0;
}
.product-card span{
color: var(--Grey-Cloud);
}
.product-content{
padding: 20px 0;
text-align: center;
}
 /* clientSection start*/
 .client-section{
    padding: 30px 0;
    background-color:#f9f9f9;
 }
 .client-section .clent-img{
    padding: 20px;
    background: var(--white);
 }
 .client-section .headline{
    text-align: center;
 }
 .client-section .headline h2:after{
    left: 44%;
  
    }
    .client-section .headline h2{
        margin-bottom: 30px;
    }
 /* client section end */
   
   
    .contactBtn{
    text-decoration: none;
    background-color: var(--Medium-Turquoise);
    color: var(--white);
    padding: 12px;
    }
    /* gallery start */
    .gallery-section{
    padding: 60px 0;
    }
    .gallery-section .headline h2{
        margin-bottom: 40px;
    }
    .gallery-section .headline h2:after{
   
        left: 46%;
      
        }
    .gallery-section .headline{
text-align: center;
    }
    .gallery-section .card {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    margin-bottom: 20px;
    }
    .gallery-section .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #ffffff;
    }
    .gallery-section .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
    }
    /* gallery end */
    /* footer */
    footer{
        background-image: -webkit-linear-gradient(30deg, rgb(255, 255, 255) 36%, rgb(16, 17, 56) 30%);
        color: rgb(16, 17, 56);
        font-size: 13px;
    /* background-color: #f9f9f9; */
    padding: 60px 0 0 0;
    }
    .footer-logo img{
    max-width: 250px;
    margin-bottom: 10px;
  
    }
    .footer-logo p{
    color: var(--black);
    margin-bottom: 30px;
    }
    .footer-social{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    }
    .footer-social li{
    list-style: none;
    margin-right: 12px;
    border: 1px solid var(--Grey-Cloud);
    padding: 4px 8px;
    transition: 0.6s;
    background-color: var(--Ebony-Clay);

    }
    .footer-social li:hover{
    background-color: var(--white);
    transition: 0.6s;
    }
    .footer-social li:hover i{
    color: var(--Ebony-Clay);
    transition: 0.6s;
    }
    .footer-social li i{
        color: var(--white);
    font-size: 16px;
    transition: 0.6s;
    }
    .footer-menu{
    border-bottom: 1px solid var(--Grey-Cloud);
    padding-bottom: 40px;
    }
    .footer-submenu ul{
    padding-left: 0;
    margin-bottom: 0;
    }
    .footer-submenu ul li{
    margin-bottom: 8px;
    list-style: none;
    color: var(--white);
    margin-bottom: 12px;
    }
    .footer-submenu ul li a{
    text-decoration: none;
    color: var(--white);
  
    }
    .footer-support{
    display: flex;
    padding-left: 0;
    }
    .footer-submenu p{
    color: var(--white);
    }
    .footer-submenu h5{
        color: var(--white);
        font-size: 16px;
        position: relative;
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    .footer-submenu h5:after{
        content: "";
        position: absolute;
        width: 40px;
        height: 2px;
        background-color: var(--Citrine);
        bottom: -12px;
        left: 0;

    }
    .footer-support li{
    list-style: none;
    margin-right: 8px;
    color: var(--white);
    }
    .footer-support li i{
    color: var(--white);
    font-size: 20px;
    margin-right: 12px;
    }
    footer .working-hour
    {
    display:flex;
    padding-left: 0;
    justify-content: space-between;
    }
    .copyright{
        width: 100%;
    color: var(--black);
    padding: 20px 0;
    }
    .copyright a{
    text-decoration: none;
    color:var(--Ebony-Clay);
    font-weight: 600;
    }
    .copyright p{
    margin-bottom: 0;
    }
    .copyright .link-privacy ul{
      display: flex;  
   justify-content: end;
      padding-left: 0;
    }
    .copyright .link-privacy ul li{
        list-style: none;
        margin-top: 0;
        margin-left: 12px;
    }
    /* contact section */
    .contact-section{
        padding: 60px 0 0 0;
    }
    .contact-address{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--Grey-Cloud);
    }
    .contact-form{
       padding: 40px;
        width: 100%;
        height: auto;
        background: url(../images/contact-bg.webp) no-repeat border-box center / cover;
margin-bottom: 30px;

    }
    .contact-form .inquiry-box{
        padding: 30px;
        background-color: var(--white);
    }
    .contact-right .SendBtn{
        line-height: 60px;
        background-color: var(--Citrine);
        border: 1px solid var(--white);
        color: var(--Ebony-Clay);
        padding: 0 20px;
    }
    .contact-right .SendBtn:hover{
        background-color: var(--Grey-Cloud);
        color: var(--black);
    }
    /* contact box start */

    .featured-icon-box.feature-icon {
        text-align: center;
        -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
        -moz-box-shadow: 0 0 7px 0 rgba(43, 52, 59, .08);
        box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
        padding-bottom: 33px;
    }
    .featured-icon-box {
        position: relative;
        margin: 15px 0;
    }
    .featured-icon-box p{
        margin-bottom: 4px;
    }
    .featured-icon-box h4{
     font-size: 1.2rem;   
    }
    .featured-icon-box.feature-icon .featured-icon .ttm-icon {
        position: relative;
        height: 60px;
        width: 60px;
        display: block;
        margin: 0 auto;
        line-height: 55px;
        border: 0;
        background-color:var(--Citrine);
    }
    .featured-icon-box.feature-icon .featured-icon .ttm-icon:before {
        content: "";
        position: absolute;
        top: -12px;
        left: 60px;
        border-width: 0 13px 12px 0;
        border-style: solid;
        border-right-color: transparent !important;
        border-left-color: transparent !important;
        display: block;
        border-color:var(--Citrine);
        transition: all .4s;
        opacity: .7;
    }
    .featured-icon-box.feature-icon .featured-icon .ttm-icon:after {
        position: absolute;
        content: "";
        right: 0;
        height: 11px;
        width: 100%;
        top: -11px;
        z-index: -4;
        border-color: var(--Citrine);
        transition: all .5s;
        background-color:var(--Citrine);
        transform: scale(1, 1.2);
    }
    .featured-icon-box.feature-icon .featured-icon .ttm-icon i {
        color:var(--white);
        font-size: 24px;
    }
    .featured-icon-box.feature-icon .featured-content {
        padding-top: 25px;
    }
    .featured-icon-box.feature-icon:hover .feature-inner-icon:after {
        transform: scaleX(1);
    }
    .featured-icon-box.feature-icon .feature-inner-icon:after {
        transform: scaleX(0);
        transition: transform .8s ease-in-out;
        position: absolute;
        content: '';
        border-bottom: 5px solid;
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 0;
        border-bottom-color:var(--Citrine);
    }
    /* contact box end */
    /* map section */
    .contact-map{
        width: 100%;
    }
    .contact-map iframe{
    width: 100%;
    height:450px;
    }
    .contact-right{
    padding:60px;
    background-color: var(--white);
    opacity: .8;
    margin: 0 120px;
    }
    .contact-right input{
    border-radius: 0;
    }
    .contact-right textarea{
    border-radius: 0;   
    }
    .contact-right label{
    margin-bottom: 8px;
    font-weight: 600;
    }
    .inner-contact-card h4 ,.inner-contact-card p{
        text-align: center;
    }
    /* why choose */
    .why-choose{
        padding: 0 0 40px 0;
    }
    .why-choose .headline{
        margin-bottom: 30px;
    }
    .choose-content .accordion-header .accordion-button{
        font-weight: 600;
    }
    .why-choose .accordion-button:focus {
     
        box-shadow:none;
        }
        .why-choose .accordion-button:not(.collapsed) {
            border-radius:0;
            }
            .accordion-button{
                border-radius:0;
            }
            
            .why-choose .accordion-button:not(.collapsed) {
                background:var(--Ebony-Clay);
                color:var(--white);
                

            }
           .accordion-button{
                border-radius:0;
            }
            .accordion-item{
                border-radius:0;
            }
            .why-choose .accordion {
                --bs-accordion-inner-border-radius:0;
                --bs-accordion-border-radius:0;
            }
            .why-choose strong{
                color: var(--Ebony-Clay);
                font-weight: 600;
            }
            .why-choose .choose-content{
                line-height: 30px;
            }
            .why-choose .accordion-body{
font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 12px;
            }
            /* job opning start */
            .job-opning-section{
                padding: 60px 0;
            }
            .job-opning-section .job-opening{
                background-color: var(--Ebony-Clay);
            }
            .job-opning-section .job-opening h4{
color: var(--white);
padding: 12px;
            }
            .job-position p{
                margin-bottom: 0;
            }
            .job-position .job-pos{
margin-bottom: 20px;
            }
            .job-opning-section .accordion-button:not(.collapsed) {
box-shadow: none;
            }
            .job-opning-section .accordion-button:focus {
                box-shadow: none;
            }
            .job-opning-section .accordion {
    --bs-accordion-border-radius:0;
    --bs-accordion-inner-border-radius:0;
            }
            .job-pos h6{
                font-size: 14px;
            }
            /* inquiry start */
            .inquiry-section{
                padding: 60px 0;
            }
            .inquiry-section .inquiry-form{
padding: 30px 0;
            }
            .inquiry-form .inquiry-input{
                margin-bottom: 20px;
            }
            .inquiry-form .inquiry-input input{
                padding: 12px;
                border-radius: 0;
            }
            .inquiry-form .inquiry-input textarea{
                padding: 12px;
                border-radius: 0;
            }
            .form-control:focus {
                box-shadow: none;
            }
            /* inquiry end */
            .featured-desc a{
                text-decoration: none;
                color: var(--black);
            }
           .term-section{
            padding: 40px 0;
           }
           .term-section .terms-list li{
            font-weight: 600;
           }
           .term-section a{
            text-decoration: none;
            color: var(--Ebony-Clay);
            font-weight: 600;
           }
           .term-section .privacy-info {
            padding-left: 0;
           }
           .term-section .privacy-info li{
list-style: none;
font-weight: 0;
           }
        /* shed section */
        .shed-section{
            padding: 40px 0;
        }
       
      
        .shad-content img{
            float: left;
            margin: 0px 40px 8px 0px;
            width: 480px;
            max-width: 100%;
        }
        .pebshed-img img{
            width: 100%;
            margin-bottom: 20px;
        }
        .shad-content li{
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 8px;

        }
        /* thank you */
        .thank-you-container {
            text-align: center;
            padding: 40px;
            border-radius: 10px;
         
            background-color: #ffffff;
        }
        
        .thank-you-message h1 {
            font-size: 48px;
            color: #2c3e50;
            margin-bottom: 20px;
        }
        
        .thank-you-message p {
            font-size: 18px;
            color: #555;
            margin-bottom: 15px;
        }
        
        .home-button {
            display: inline-block;
            padding: 10px 20px;
            margin-top: 20px;
            font-size: 16px;
            color: var(--black);
            background-color: var(--Citrine);
            border: none;
            border-radius: 5px;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }
        
        .home-button:hover {
            background-color: #2980b9;
        }
        .inquiryBtn a{
background: var(--Citrine);
color: var(--Ebony-Clay);
text-decoration: none;
padding: 8px 12px;
        }
        /* project card */
        .project-section {
  padding: 60px 0;
  margin: 40px 0;
  background-color: #f9f9f9;
}

.project-section .headline h2 {

  margin-bottom: 40px;

}

.project-card {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;

   margin: 20px 0;
}
.project-card img {
  width: 100%;
  height: auto;
  display: block;
}

.project-content {
  padding: 20px;
  text-align: center;
}

.project-content h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}
  .read-more-btn {
         display: inline-block;
         margin-top: 15px;
         background-color: #edcd1f;
         color: #000;
         font-weight: bold;
         padding: 10px 20px;
         border: none;
         border-radius: 50px;
         text-decoration: none;
         box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
         transition: all 0.3s ease;
         font-size: 16px;
         letter-spacing: 1px;
         }
         .read-more-btn:hover {
         background-color: #d1b51a;
         box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
         transform: translateY(-2px);
         }
    /* media query */
    @media(max-width:1460px){
        footer{
        background-image: -webkit-linear-gradient(30deg, rgb(255, 255, 255) 35%, rgb(16, 17, 56) 30%);
        }
    }
    @media(max-width:1440px){
        .about-img img {
            max-width: 575px;
        }
        .about-img {
            top: 91px; 
            left: 30px;
        }
    }
    @media(max-width:1400px){
        .about-img img {
            max-width: 491px;
        }
        .about-img {
            top: 103px;
        }
        footer {
            background-image: -webkit-linear-gradient(30deg, rgb(255, 255, 255) 36%, rgb(16, 17, 56) 30%);
        } 
    }
    @media(max-width:1266px){
        .product-content  h4{
        font-size: 20px;
        }
        }
    @media(max-width:1200px){
        .about-img img {
            max-width: 493px;
        }
        .about-section .outer-border {
            height: 370px;
        }
        .about-section .inner-border {
            height: 327px;
        }
        .about-img {
            top: 74px;
            left: -60px;
        }
        footer {
            background-image: -webkit-linear-gradient(30deg, rgb(255, 255, 255) 37%, rgb(16, 17, 56) 30%);
        }
        .heroImg .carousel-caption h3 {
            font-size: 3.5rem;
        }
        .contact-right {
            margin: 0 50px;
        }
        .TransparentNav .logo-img img {
            max-width: 270px;
        }
        .navbar-nav .nav-link {
           
            font-size: 14px;
        }
        .navbar-nav .nav-item {
            margin-left: 11px;
        }
    }
    
   
    @media(max-width:1185px){
        .heroImg .carousel-caption h3 {
            font-size: 2.8rem;
           
        }
    }
    @media(max-width:1090px){
        footer {
            background-image: -webkit-linear-gradient(30deg, rgb(255, 255, 255) 36%, rgb(16, 17, 56) 30%);
        }
        .about-img img {
            max-width: 479px;
        }
        .about-img {
            left: -43px;
        }
        .headline h2{
            font-size: 24px;
        }
    }
    @media(max-width:1024px){
        .about-img img {
            max-width: 450px;
        }
        .about-img {
            left: -15px;
        }
        footer {
            background-image: -webkit-linear-gradient(30deg, rgb(255, 255, 255) 35%, rgb(16, 17, 56) 30%);
        }
    }
    @media(max-width:992px){
    .service-section .owl-nav button.owl-prev {
    left: -31px;
    top: 140px;
    font-size: 45px;
    }
    .service-section .owl-carousel .owl-nav button.owl-next {
    right: -31px;
    top: 140px;
    font-size: 45px;
    }
    .footer-social {
    margin-bottom:20px;
    }
    .footer-submenu{
    margin-bottom: 20px;
    }
    .service-section {
    padding: 20px 0;
    }
    .navbar-toggler:focus {
    box-shadow: none;
    }
    .navbar-toggler{
    border: 0!important;
    }
    .contact-right {
    padding: 12px;
    }
    .service-section .owl-carousel .owl-nav button.owl-next {
        right: -24px;
    }
    .service-section .owl-nav button.owl-prev {
        left: -24px;
    }
    .about-img img {
        max-width: 635px;
    }
    .footer-submenu h5 {
        color: var(--Ebony-Clay);
    }
   
    .footer-submenu ul li {
        color: var(--black);
    }
    .footer-submenu ul li a {
        color: var(--black);
    }
    .footer-support li i {
        color: var(--Citrine);
        font-size: 16px;
    }
    .footer-submenu p {
        color: var(--black);
    }
    .about-section{
        padding: 40px 0 0 0;
    }
    nav.navbar.WhiteNav{
        background-color: var(--white)!important;
    }
    .navbar.WhiteNav .nav-link {
        color: var(--black) !important;
    }
    .navbar-brand img {
        background-color: var(--Citrine);
    }
    .testimonial-content{
        left: 0;
    }
    .service-section.service-page ,.gallery-section,.contact-section{
        padding: 30px 0;
    }
    .contact-right {
        margin: 0;
        padding: 40px;
    }
    footer {
        background-image: -webkit-linear-gradient(30deg, rgb(255, 255, 255) 35%, rgb(248 248 255) 30%);
    }
    .TransparentNav .logo-img img {
        max-width: 290px;
    }
    .about-img {
        top: 29px;
        left: 0;
    }  
    .outer-border {
        height: 100%;
    }
    .contact-form .inquiry-box{
        padding: 20px;
    }
    .shad-content img {
        width: 350px;
    }
}
    @media(max-width:832px){
    .herosection{
    position: static;
    }
    .testimonial-content h2{
    font-size: 24px;
    }
    .testimonial-content p{
    margin-bottom: 4px;
    }
  
    .contactBtn {
    font-size: 14px;
    }
    .heroImg .carousel-caption h3 {
        font-size: 2.4rem;
    }
    .heroImg .carousel-caption {
        bottom: 25%;
    }
    .TransparentNav .logo-img li h4 {
        font-size: 1rem;
    }
    .TransparentNav .logo-img li h4 {
        margin-bottom: 0;
        font-size: 1rem;
    }
    .TransparentNav .logo-img li {
        margin-right: 6px;
    }
    .WhiteNav .logo-img li h4 {
        margin-bottom: 0;
        font-size: 1rem;
    }
    .WhiteNav .logo-img li {
        list-style: none;
        margin-right:6px;
    }
    }
    @media(max-width:768px){
    .contact-right{
    margin-bottom:30px 20px;
    }
    footer {
        background-image: -webkit-linear-gradient(30deg, rgb(255, 255, 255) 35%, rgb(248 248 255) 30%);
    }
    .footer-logo p {
        color: var(--black);
    }
    .client-section .clent-img {
        padding: 0;
    }
    .about-img img {
       width: 100%;
    }
    footer{
        padding: 0;
    }
    .testimonial-section {
        height: 360px;
    }
    .testimonial-content {
        padding: 102px 6px 164px 6px;
    }
    .serviceSec {
        padding: 30px 0 0 0;
    }

.testimonail-overlay {
    height: 360px;
    }
    .service-section .owl-nav button.owl-prev {
        left: 0;
    }
    .service-section .owl-carousel .owl-nav button.owl-next {
        right:0;
    }
    .contact-form {
        padding: 12px;
    }
    .client-section .headline h2:after {
        left: 41%;
    }
    .products-section .headline h2:after {
        left: 38%;
    }
    .service-section .headline h2:after {
        left: 39%;
    } 
   
    .about-section .outer-border {
        display: none;
    }
    .about-img {
        position: static;
    }
    .copyright .link-privacy ul {
      
        justify-content: start;
      
     
    }
    .copyright .link-privacy ul li {
        margin-left: 0;
        margin-right: 12px;
    }
    .copyright p {
        margin-bottom: 16px;
    }
    .shad-content img {
        width: 220px;
    }
}

    @media(max-width:575px){
    .testimonial-content {
    padding: 70px 0 180px 0;
    }
    .herosection .owl-carousel .owl-nav button.owl-next {
    right: 0px;
    top: 30%;
    }
    .herosection .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
    top: 30%;
    }
    .about-img img {
        max-width: 470px;
    }
    .about-img {
        left: 0;
    }
    .top-phone {
        font-size: 14px;
    }
    .contact-form .inquiry-box{
        padding: 8px;
    }
    .shad-content img {
        width:100%;
    }
}
    @media (max-width: 580px) {
    body {
    flex-direction: column;
    }
    }
    @media(max-width:520px){
    .ContactUs{
    padding: 8px;
    }
    .about-img img {
        max-width: 442px;
    }
}
    @media(max-width:506px){

        .about-img img {
        width: 100%;
        }
        .about-img {
            top: 90px;
        }
        .contact-right{
            padding:20px 12px;
        }
    } 
   @media(max-width:425px){
    .TransparentNav .logo-img img {
        max-width: 230px;
    }
    .WhiteNav .logo-img img {
        max-width: 230px;
    }
   }
    @media(max-width:375px){
    .herosection .owl-carousel .owl-nav button.owl-next {
    top: 25%;
    }
    .herosection .owl-carousel .owl-nav button.owl-prev {
    top: 25%;
    }
    .about-section .inner-border {
        height: 305px;
    }
    .about-section .outer-border {
        height: 352px;
    }
    .about-img {
        top: 102px;
    }
    .WhiteNav .logo-img li h4 {
        font-size: 14px;
    }
    .WhiteNav .logo-img img {
        max-width: 55px;
    }
    .herosection .owl-carousel .owl-nav button.owl-next,.herosection .owl-carousel .owl-nav button.owl-prev{

        top: 23%;
    }
    .contact-form {
        padding: 0;
    }
    .headline h2 {
        font-size: 20px;
    }
    .about-section .outer-border {
        height: 300px;
    }
    .about-section .inner-border {
        height: 259px;
    }
    .about-img {
        top: 70px;
    }
    .TransparentNav .logo-img img {
        max-width: 186px;
    }
    .WhiteNav .logo-img img {
        max-width: 186px;
    }
    .top-phone {
        font-size: 12px;
    }
    }