*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --brandcolor:#DF071B;
    --secondcolor:rgb(3, 31, 71);
}
body {
    /* font-family: 'Mera', 'Avenir', 'Jost', 'Roboto', 'Alegreya Sans', sans-serif; */
    font-family:  'Avenir', sans-serif; 
}
a{
    text-decoration: none;
    color: black;
}
ul{
    list-style: none;
}
.w-support{
     position: fixed;
    bottom: 57px;
    right: 20px;
    z-index: 999;
}
nav{
    /* transition: all 0.4s ease;  */
}
nav.sticky {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 999;
      background: #fff;
      box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    }
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: flex; /* added this */
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  font-size: 47px; /* 64 was too large for 70px box */
  z-index: 999;
}
.footer-title-u{
    font-size: 17px !important;
    font-weight: bold;
    padding-bottom: 10px;
}
.footer-con{
    padding-left: 0px !important;
}
.whatsapp-float:hover {
  
  color: white;
}
.main-header{
    /* background-color: #000; */
    padding: 0px 0px 5px 0px;
}
.header{
    display: flex;
    align-items: center;
    width: 90%;
    margin: auto;
    /* justify-content: space-between; */
    font-family: Arial, Helvetica, sans-serif !important;
    
}
.header-logo img{
    width: 205px;
    height: 80px;
    background: transparent;
}
.shop-btn {
    background-color: var(--brandcolor);
    border-radius: 5px;
    padding: 4px 10px;
    border: 1px solid var(--brandcolor);
    font-size: 18px;
    font-weight: 500;
    

    a{
        color: #ffffff !important;
        /* &:hover{
            color: #DF071B !important;
        } */
    }
    /* &:hover{
        background-color: #ffffff;
        color: #DF071B;
        border: 1px solid var(--brandcolor);
    } */
}
.brand-btn{
    background-color: var(--secondcolor);
    border-radius: 5px;
    padding: 4px 10px;
    border: 1px solid var(--secondcolor);
    font-size: 18px;
    font-weight: 500;
    transition: 0.03s;
    a{
        color: #ffffff !important;
        /* &:hover{
            color: #DF071B !important;
            background-color: #ffffff;

        } */
    }
    &:hover{
        /* background-color: #ffffff; */
        color: #DF071B !important;
        border: 1px solid var(--secondcolor);
    }
}
.header-nav{
    padding-left: 40px;
    padding-right: 40px;
}
.header-nav ul li {
    position: relative;
    display: inline-block;
    padding-left:45px;
    padding-top:14px;
    font-size: 17px;
    font-weight: 600;
    &:hover{
        color: #d10000 !important; 
    }
    a{
        font-size: 19px;
        font-weight: 600;
        /* padding: 0px 20px; */
        color: #000;
        &:hover{
            color: var(--brandcolor);
        }
    }
}

.header-nav ul li .brand-drop{
    width: 1200px !important;
    left: -600px !important;
    ul {
        li {
            &:hover{
                background-color: unset !important;
            }
        }
    }
}
.brand-drop-grid{
    display: grid;
    grid-template-columns: 30% 70%;
    .right{
        padding-left: 50px;
    }
}
.brand-pages-o{
    img{
        width: 100%;
        object-fit: cover;
    }
}

.header-nav ul li .pro-drop {
    position: absolute;
    left: 22%;
    top: 100%;    
    display: none; /* By default hidden */
    min-width: 230px;
    padding: 5px 0;
    z-index: 100;
    transition: 0.04s;
    .drop-img{
        display: grid;
        grid-template-columns: 50% 50%;
    }
    img{
       width: 165px;
        height: 72px;
        padding: 10px;
        object-fit: contain;
        mix-blend-mode: multiply;
        background: transparent;
    }
   
    ul{
        padding: 0px;
        margin-top: 10px;
        /* background: rgb(42, 42, 42); */
        background-color: #fff;
        border-top: 5px solid #ff0000;
        border-radius: 5px;
        box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
        padding: 10px 0px;
    }
}

.header-nav ul li .pro-drop ul li {
    display: block;
    padding: 5px 15px;
    margin: 0px 5px;
}

.header-nav ul li .pro-drop ul li a {
    /* color: rgb(255, 255, 255); */
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

/* Show dropdown on hover */
.header-nav ul li:hover > .pro-drop {
    display: block;
}

/* Optional: Dropdown hover effect */
.header-nav ul li ul li:hover {
    background: rgb(240, 240, 240);
}
.header-contact{
    padding-left: 30px;
}

/*******slider **********/
.slick-slider-custom {
    width: 100%;
    /* max-width: 900px; */
    margin: 0 auto;
    position: relative;
    .slider-item {
        position: relative;
      }
      
      .slider-item img,
      .slider-item video {
        width: 100%;
        /* height: 600px !important; change as needed */
        object-fit: contain !important;
        /* border-radius: 10px; */
      }
      
      .slider-text {
        position: absolute;
        bottom: 40px;
        right: 0%;
        width: 15%;
        color: white;
        font-size: 24px;
        padding: 10px 20px;
        h2{
            font-size: 65px;
            color: #fff;
            margin-bottom: 24px;
            text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
            line-height: 75px;
        }
        p{
            color: #fff;
            font-size: 20px;
            font-style: normal;
            font-weight: 350;
            line-height: 24px;        
        }
       .btn{
        background: linear-gradient(to right, #f60410, #000000);
        color: #ffffff;
        padding: 10px 27px;
        border-radius: 24px;
        border: 1px solid #fff;
        font-size: 20px;
        a{
            color: #fff;
        }
        &:hover{

            background: linear-gradient(to left, #fa0310, #000000);
            color: #fff !important;
        }

       }
      }
  }
  
  
/*********author*********/
.author{
    
    background-size:contain !important; /* Image ki height 3x bada karna */
    background-position: center !important; /* Sirf upar ka portion dikhayega */
    background-repeat: no-repeat !important;
    height: 600px;
    width: 100%;
    position: relative;
}
/* .author::before{
    content: ' ';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

} */
.author-body{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); /* Center horizontally */
    text-align: center;
    color: #fff;
    z-index: 2;
    width: 100%;
    height: 101%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.author-body h1{
    font-size: 65px;
    font-weight: 700;
}
.author-body p{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    padding: 30px 0px;

}
.slider{
    height: 200px !important;
    width: 100%;
    overflow: hidden;
    img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
/************our-partners**********/
.our-partners-title{
    text-align: center;
    font-size: 24px;
    padding: 36px 0px 10px 0px;
    font-weight: 600;
    color:#000 !important;
    text-transform: uppercase;  
    a{
        &:hover{
            color: #000;
        }
    }

}
.our-partners .owl-nav, .our-indust-body .owl-nav{
    display: none;
}
.our-partners {
    display: flex;  /* Enables flexbox for alignment */
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    margin-bottom: 57px;
}

.our-partners a {
    display: flex; /* Make anchors behave like flex containers */
    justify-content: center; /* Horizontally center the image */
    align-items: center; /* Vertically center the image */
    width: 100%; /* Set a fixed width for better alignment */
    height: 95px; /* Set a fixed height */    
    border: none; /* Removes border if not needed */
    padding: 10px; /* Reduce padding for better spacing */
    overflow: hidden; /* Ensures no extra spacing */
}
.our-partners a:hover{
    background-color: rgb(246, 244, 244);
    border-radius: 10px;
}
.our-partners a img {
    max-width: 100%; /* Ensures the image fits properly */
    height: 100%; /* Keeps the image within the container */
    background-color: transparent; /* Removes any background color */
    object-fit: contain; /* Ensures the image fits without distortion */
}

.our-partners{
    .custom-arrow  {
    background-color: #eafdfe;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #333;
    font-size: 18px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 0.3s ease;
}

.custom-arrow:hover {
    background-color: #fb1e1e;
    color: #fff;
}

/* Left & Right Positioning */
.slick-prev {
    left: 0px;
    top: 50%;
}
.slick-next {
    right: 0px;
    top: 50%;
}

}
/***************we-provide**************/
.we-provide{
    color:#000 ;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Avenir Sans', sans-serif;
    margin-bottom: 20px;
    
    h2{
        font-size: 24px;
        font-weight: 600;
        a{
            &:hover{
                color: #000;
            }
        }
    }

}
.we-provide-box{
    height: 350px;
    background-color: #F3F3F3;
    border-radius: 10px;
    padding: 55px 0px 55px 20px;
    margin: 10px;
    .we-provide-box-n {
        display: flex;
        justify-content: space-between;
        img{
            width:55px;        
        }
        button{
            background: linear-gradient(90deg, rgb(0, 0, 0), #F3F3F3); 
            color: white; /* Ensures text visibility */
            padding: 4px 25px;
            border: none;
            font-size: 45px;
            border-radius: 5px; /* Optional: Rounded corners */
            font-weight: 600;
            
        }
    }

    .we-provide-box-title{
        margin-top: 30px;
        h3{
            font-size: 35px;
            margin: 20px 45px 20px 0px;
            line-height: 37px;
            color: #1B5898;
        }
        p{            
            color: #000000;
            font-family: "Roboto", Sans-serif;
            font-size: 20px;
            font-weight: 500;
            line-height: 1.5em;
        }
    }
}
.our-indust-title{
    text-align: center;
    color: #000;
    margin-top: 20px;
    text-transform: uppercase;
    h2{
        
        a{font-size: 24px;
            color: #000;
            font-weight: bold;
            &:hover{
                color: #000;
            }
        }
   
    }
}
.our-indust-body{
    margin-top: 40px;
}
.our-indust-body .owl-item{
    height: 350px;
    border-radius:10px ;
    position: relative;
    overflow: hidden;
    
}
.our-indust-body .owl-item::before{
    content: ' ';
    position: absolute;
    width: 95%;
    height: 100%;
    top: 0;
    left: 5%;
    border-radius:10px ;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
}
.our-indust-body .owl-item img{
    position: absolute;
    width: 95%;
    height: 100%;
    top: 0;
    left: 5%;
    border-radius:10px ;
    z-index: 1;
}
.our-indust-body .owl-item h2 {
    position: absolute;
    width: 95%;
    height: 100%;
    top: 0;
    left: 10px;
    font-size: 85px;
    color: #fff;
    display: none;
    justify-content: center;  /* Horizontally center */
    align-items: center;      /* Vertically center */
    text-align: center;
    z-index: 3;
}

#counter-section {
    text-align: center;
    margin-top: 40px;
    /* padding: 50px 0; */
}

.counter-box h2{
    align-items: center;
    /* display: inline-block; */
    /* margin: 20px; */
}
.counter-box p{
    color: #1f4e79;
    font-size: 23px;
}
.counter {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    color: #1f4e79;
}
.add{
    font-size: 55px;
    font-weight: 500;
    color: #1f4e79;
}

/************footer*****************/

footer {
    background: #fff;
    padding: 40px 0;
    color: #000;
}

footer h4 {
    font-weight: bold;
    font-size: 25px;
}

footer ul li {
    margin-bottom: 8px;
}

footer ul li a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
}

footer ul li a:hover {
    color: #d10000;
}
.down-footer-pro{
    background-color: #8c8c8c;
    text-align: center;
    p{
        margin: 0;
        padding: 6px;
        color: #fff;
        a{
            text-decoration: underline;
            color: #ffffff;
            padding-left: 10px;
            &:hover{
                color: rgb(238, 238, 238);
            }
        }
    }
}
footer img{
    mix-blend-mode: multiply;
    background: transparent;
}

 
.fslider-img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.blog-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
  }
  
  .blog-card:hover {
    transform: translateY(-5px);
  }
  
  .blog-img {
    width: 100%;
    height: 370px !important;
    object-fit: cover;
  }
  
  .blog-content {
    padding: 20px;
  }
  
  .blog-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .blog-desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
  }
  
  .read-more {
    color: #e30613;
    font-weight: 600;
    text-decoration: none;
  }
  
  .read-more:hover {
    text-decoration: underline;
  }
.tabout{ 
    padding-top: 100px !important;
    .Vision{
        .body{
            padding: 70px !important;
            height: 405px;
        }
        h3{
            margin-top: 20px;
        color: #fff  !important;
        
        &::before{          
            background-color:#fff !important ;

        }
    }
        img{
            height: 405px;
            width: 100%;
        }
    }
    .Mission{
        .body{
            color: #fff;
            background-color: #F5681B;
            padding: 60px !important;
            text-align: end;
            height: 405px;
            h3{ 
                margin-top: 30px;
                color: #fff  !important;            
                &::before{          
                    background-color:#fff !important ;

                }
            }
        }
        img{
            height: 405px;
            width: 100%;
        }
    }
    h3{
        color: #d10000  ;
        font-size: 35px;
        font-weight: bolder; 
        padding-top: 50px;
        
        &::before{
            content: ' ';
            position: absolute;
            width: 80px;
            height: 5px;
                margin-top: -20px;
            background-color:#d10000 ;

        }
    }
    .About{

        padding: 20px 10px 100px 110px !important;
        text-align: justify;
        color: #171717;
        .body{
            padding-right: 70px !important;            
        }
        img{
            /* height: 350px; */
            width: 480px;
            padding-left: 40px;
            object-fit: contain;
        }
    }
    .bg-darkblue {
    background-color: #0d2d66; /* Dark navy blue */
    }

    
    
}
.btn_image h1{
    line-height: 1.3em;
    font-size: 65px;
    font-weight: 600;
    font-family: monospace;
}
.btn_image a{
    background-color: orangered;
    padding: 10px;
    border-radius: 5px; 
    color: #fff;
    text-align: end;
}
.slider-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px;
}

.slider {
  overflow: hidden;
  position: relative;
  height: 120px !important;
  background: #fff;
  /* box-shadow: 0px 0px 6px rgba(0, 0, 0, .25); */
}

.slide-track {
  display: flex;
  width: calc(250px * 20); /* 20 = number of slides (adjust based on item count * 2) */
  animation: scroll-left 30s linear infinite;
}

.right-to-left .slide-track {
  animation: scroll-right 30s linear infinite;
}

.slide {
  width: 250px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.slide img {
  height: 100px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.slide img:hover {
  transform: scale(1.05);
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes scroll-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}


    /* @media (max-width: 480px) {
      .client-grid {
        gap: 15px;
      }

      .client-grid img {
        max-height: 50px;
      }
    } */
.team-cir{
    position: absolute;
    border-radius: 50%;
    background-color: orangered;
    color: #fff;
    border: 0px;
    bottom: 55px;
    right: 50px;

}

.footer-main{
    padding: 40px 0px;
        /* background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('../../img/fb.png'); */
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        p{
            font-size: 16px !important;
        }
        
    }



body {
  overflow-x: hidden; /* Prevent horizontal scrollbar */
}

.animation-main {
  height: 3500px;
  position: relative;
}

.image-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden; /* Also protects against overflow */
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.scroll-img {
  position: absolute;
  object-fit: cover;
  transition: all 0.2s ease-out;
  border-radius: 12px;
  pointer-events: none;
}

.first-img {
  width: 400px;
  height: 400px;
  z-index: 1;
}


.second-img {
  width: 400px;
  height: 400px;
  z-index: 2;
}
.third-img {
  width: 300px;
  height: 300px;
  z-index: 3;
  display: none;
  right: 50px;
  transform-origin: right center;
  transition: width 0.4s ease, height 0.4s ease, transform 0.4s ease;
}
.reverse-animation-main {
  height: 7000px;
  position: relative;
}

.reverse-image-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.rev-img {
  position: absolute;
  object-fit: cover;
  transition: all 0.3s ease;
  border-radius: 12px;
  pointer-events: none;
}

.rev-first-img{
    width: 1800px;
  height: 1800px;
}

.rev-third-img {
  width: 1000px;
  height: 1800px;
}
.rev-second-img{
    width: 3600px;
    height: 3600px;
}
.rev-third-img {
  z-index: 3;
}

.rev-second-img {
  z-index: 2;
  display: none;
}

.rev-first-img {
  z-index: 1;
}
.timeline-main{
    .slick-prev, .slick-next {
        background: #00853a;
        color: #fff;
        border: none;
        padding: 10px 15px;
        border-radius: 50%;
        z-index: 10;
        position: absolute;
        top: 50% !important;
        }

    .slick-prev:hover, .slick-next:hover {
    background: #0b6c02;
    z-index: 4;
    }
    .slick-prev{
        left: 20px;
    }
    .slick-next{
        right: 20px !important;
    }
}
.timeline-slider {
  padding: 40px 0;
}
.timeline-width{
    width: 1520px  !important;
    margin: auto !important;
}
.empty-time{
    .timeline-content::before {
    content: '';
    position: absolute;
    top: 55%;
        left: 71%;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
    transform: translateY(-50%);
    }

    .timeline-content::after {
    content: '';
    position: absolute;
    top: 55%;
        left: 91%;
    height: 2px;
    width: 100%;
    background: #ffffff;
    z-index: 2;
    transform: translateY(-50%);
    }

    .timeline-circle {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 auto 15px;
    font-size: 20px;
    background-image: unset  !important;
    background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        mix-blend-mode: multiply;
        background-blend-mode: lighten;
    }

}

.timeline-item {
  padding: 20px;
  outline: none;
}

.timeline-content {
  
  padding: 20px;
  border-radius: 12px;
  position: relative;
  text-align: center;
  height: 550px;
 
}
.timline-text-body {
    position: absolute;
    left: 32%;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 60%;
}
.timeline-content::before {
  content: '';
  position: absolute;
  top: 55%;
    left: 71%;
  width: 30px;
  height: 30px;
  background: #4CAF50;
  border-radius: 50%;
  transform: translateY(-50%);
}

.abcd::after {
  content: '';
  position: absolute;
  top: 55%;
  left: 91%;
  height: 2px;
  width: 170px;
  background: #037938;
  z-index: 2;
  transform: translateY(-55%);
}

/* Override for last one */
.abcd.is-last::after {
  height: 0px;
  width: 0%;
}
.timeline-circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 auto 15px;
  font-size: 20px;
  background-image: url('../../img/temp-odd.webp');
  background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    mix-blend-mode: multiply;
    background-blend-mode: lighten;
}



@media screen and (max-width: 500px) {
    
    .slider-img {
        width: 100%;  
        height: 150px;
        object-fit: contain;
    } 
    .author{
        height: 40vh;
    } 
    .author-body {
        width: 95%;
        h1{
            font-size: 15px;
        } 
        p{
            font-size: 14px;
            font-weight: 500;
            line-height: 18px;
            text-align: center;
            padding: 12px 0px;
        
        } 
    }
    .our-partners-title  {
        font-size: 20px ;
    }
    .we-provide h2 a{
        font-size: 20px;
        text-align: center;
    }
    .our-indust-body-main {
        height: 250px;
        overflow: hidden;
        border-radius: 15px;
    }
    .our-indust-body .owl-item img{
        height: 60%;
    }
    .counter{
        font-size: 30px;
    }
    .add{
        font-size: 30px;
    }
    .counter-box p {
        color: #1f4e79;
        font-size: 19px;
        line-height: 20px;
    }
    
    footer{
        margin-top: 15px !important;
        padding-top: 10px !important;
        p{
            margin-bottom: 2px; 
            font-size: 14px !important;
        }
        img{
            width: 100px !important;
            padding-bottom: 7px !important;
            padding-top: 10px;
        }
        .useful{
            h4{
                font-size: 16px !important;
            }
            li{
                font-size: 14px;
                margin-bottom: 2px;
                a{
                    font-size: 14px !important;
                }
            }
        }
    }
    .header-logo img{
        width: 100px !important;
        height: 40px;
        background: transparent;
    }
    .header-nav ul {
        margin: 0px auto !important;
        padding: 16px 0px 0px 0px !important;
        li{
            padding: 0px;
            margin: 0px;
        }
    }
    /* .shop-btn {
        background-color: var(--brandcolor);
        border-radius: 5px;
        color: #ffffff;
        padding: 12px 14px;
        border: 1px solid var(--brandcolor);
        font-size: 14px;
        font-weight: 700;
        a{
            color: #fff !important;
        }
    } */
    .we-provide {
        h2{
            font-size: 28px;
        }
    }
    .our-indust-title h2 a{
        font-size: 20px;
    }
    .whatsapp-float {
        width: 30px;
        height: 30px;
        font-size: 23px;
        right: 4px;
        bottom: 5px;
    }
    .w-support {
        position: fixed;
        bottom: 21px;
        right: -9px;
        z-index: 999;
        background: #adadad;
        padding: 3px 11px 2px 5px;
        border-radius: 10px;
        color: #fff;
        font-size: 7px;
    }
    .our-partners a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 45px;
        border: none;
        padding: 2px 0px;
        overflow: hidden;
        }
    .slick-slider-custom .slider-text{
        width: 37% !important  ;
        .btn{
            padding: 5px 10px;
            border-radius: 5px;
            border: 1px solid #fff;
            font-size: 11px;
        }
    }
    .slick-slider-custom {
        height: 252px !important;
        overflow: hidden;
        .slider-item video{
            height: 100% !important;
            width: 100%  !important;
            object-fit: cover !important;
        }
        img{
            height: 100% !important;
            width: 100%  !important;
            object-fit: cover !important;
        }
    }

    .client-grid{
        grid-template-columns: repeat(auto-fit, minmax(60px, 1fr)) !important;
        gap: 10px 0px;
        width: 100%;
        padding: 15px 5px;
        margin: auto;
    }
    .client-grid img{
        max-height: 40px;
    }
    .down-footer-pro {
        p{  font-size: 12px;
            padding: 5px 0px;
            a{
                 padding-left: 4px;
            }
        }
    }
    .support{
        text-align: center;
    }
    .third-img {
        width: 100px !important;
        height: 100px !important;
        z-index: 3;
        display: none;
        right: 10px !important;
        transform-origin: right center;
        transition: width 0.4s ease, height 0.4s ease, transform 0.4s ease;
        }
    
    /*************about page*****************/
    .about_top_main-desk{
        display: none !important;
    }

    .about_top_main {
      height: 281px !important;
      background: linear-gradient(to right, rgb(212 212 212 / 0%), rgb(255 102 0 / 0%)) ;
      background-size: cover !important;
      background-position: center center !important;
      background-attachment: scroll !important; /* disable fixed bg on mobile */
    }
    .about_top_main-mbl{
        display: block !important;
    }
    .tabout{
        margin-top: -80px !important;
        

        .About{
            padding: 2px 8px !important;
            overflow: hidden !important;
            img{
                padding: 0px !important;
                width: 100% !important;
                margin: auto !important;
                object-fit: contain !important;
                height: auto !important;
            }
            .body{
               padding: 0px 10px !important;
            
            }
        }
        .Vision{
            /* width: 98% !important; */
            margin:5px auto !important;
            img{
                width: 100% !important;
                height: auto !important;
                
                object-fit: contain !important;
            }
            h3{
                margin-top: 5px;
                padding-top: 35px;
            }
            .body{
                padding: 5px !important;
                height: auto !important;
                margin-bottom: 10px !important;
            }
        }
        .Mission{
            /* width: 98% !important; */
            margin:5px auto !important;
            
            img{
                width: 100% !important;
                height: auto !important;
                
                object-fit: contain !important;
            }
            h3{
                margin-top: 5px;
                padding-top: 35px;
                margin-top: 10px !important;
            }
            .body{
                padding: 5px !important;
                height: auto !important;
                margin-bottom: 10px !important;
                text-align: start !important;
                text-align: justify !important;
            }
        }
    }
    .btn_image{
        height: 200px !important;
        object-fit: contain !important;
    }
    .btn_image h1{
        font-size: 25px;
    }
    .btn_text{
        padding: 2px !important;
    }
    .about_gallery{
        padding: 5px !important;
        gap: 2px !important;
        margin: 0px !important;
        overflow: hidden !important;
        img{
            height: auto !important;
            object-fit: contain !important;
        }
    }
    .header-nav ul li .pro-drop {
        left: -110% !important;
    }
    .header-nav ul li .brand-drop{
        width: 300px !important;
        left: -95px !important;
        ul {
            li {
                &:hover{
                    background-color: unset !important;
                }
            }
        }
    }
    .brand-drop-grid{
        display: grid;
        grid-template-columns: 30% 70%;
        padding: 0px !important;
        .right{
            padding-left: 15px !important;
            .offset-6 {
                margin-left: 0% !important;
            }
            .row{
                div{
                    div{
                        padding: 0px !important;
                        margin: 0px !important;
                        font-size: 12px !important;
                        .view-fea{ 
                            font-size: 14px !important;
                            
                        }
                    }
                }
            }
        }
        .left{
            padding: 0px !important;
            a{
                font-size: 12px !important;
            }
        }
    }
    .timeline-width{
            width: 20rem !important;
            margin: auto !important;
        }
    .timline-text-body {
        left: 0%;
        padding: 2px;
        top: 49%;
        font-size:12px ;  
  }
    .timeline-content {
    padding: 0px;
    /* border-radius: 12px; */
    position: relative;
    text-align: center;
    height: 400px;
            margin-left: -26px;
    }
    .timeline-circle {
        width: 124px;
        height: 140px;
    }
    .timeline-main {
        .slick-prev, .slick-next {
            background: #00853a;
            color: #fff;
            border: none;
            padding: 0px 7px;
            border-radius: 50%;
            z-index: 10;
            position: absolute;
            top: 38% !important;
        }
    }
    .timeline-content::before {
        content: '';
        position: absolute;
        top: 40%;
        left: 57%;
        width: 17px;
        height: 17px;
        background: #4CAF50;
        border-radius: 50%;
        transform: translateY(-40%);
    }
    .timeline-content::after {
        content: '';
        position: absolute;
        top: 40.5%;
        left: 81%;
        height: 1px;
        width: 84%;
        background: #037938;
        z-index: 2;
        transform: translateY(-50%);
    }
    .footer-main{
        padding: 10px 0px !important;
    }

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