html{
    overflow-x: hidden;
}


body{
    margin: 0;
overflow-x: hidden;
font-family: "Work Sans", serif !important;
}
a{
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.work-sans-<uniquifier> {
  font-family: "Work Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px !important;
    }
}

    /* Main content (hidden initially) */
    #main-content {
      display: none;
    }

.lang-btn{
         margin-top: 8px;
         background-color: #fd1b14;
         width: auto;
         padding: 4px 19px;
         color: #fff !important;
         float: left;
         position: relative;
         /* padding-bottom: 30px; */
         font-size: 16px;
         letter-spacing: 0px !important;
         z-index: 111;
         transition: all ease-in-out 0.5s;
         -o-transition: all ease-in-out 0.5s;
         -ms-transition: all ease-in-out 0.5s;
         -moz-transition: all ease-in-out 0.5s;
         -webkit-transition: all ease-in-out 0.5s;
         text-decoration: none;
         text-align: center;
         border-bottom: 2px solid #fd1b14 !important;
         border-radius: 30px;
}
.lang-btn:hover{
  
    -o-transition: all ease-in-out 0.5s;
   -ms-transition: all ease-in-out 0.5s;
   -moz-transition: all ease-in-out 0.5s;
   -webkit-transition: all ease-in-out 0.5s;
   text-decoration: none;
   position: relative;
 background-color: #0f8e33;
          border-bottom: 2px solid transparent;

}

.mainheader{
      width: 100%;
      float: left;
      height: 100px;
      /* background: #0d1e2b; */
      background-color: WHITE;
      /* padding: 13px 0px; */
      /* position: absolute; */
      /* z-index: 111; */
}
.logo{width: 18%;float: left;/* margin-top: 26px; */padding: 10px 0px;}

.logo img{width: 220px;float: left;/* position: relative; */z-index: 9;/* top: 27px; */}
.menuarea{
           width: 82%;
           float: left;
           position: relative;
           /* padding: 65px 0px 0px 0px; */
           /* height: 100px; */
           display: flex;
           align-items: center;
           justify-content: center;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: transparent;
   
    border-color: transparent;
}

.menuarea > ul{
     /* height: 100px; */
     /* padding-left: 116px !important; */
     width: 100%;
     display: inline-block;
     vertical-align: middle;
     margin-bottom: 0px;
     padding-bottom: 0px;
     float: right;
     padding-left: 0px;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
}
    
.menuarea > ul > li{
     float: left;
     width: auto;
     display: inline-block;
     vertical-align: middle;
     position: relative;
     padding: 0px 25px;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
}

.menuarea > ul > li > a{
       padding: 37px 0px;
       font-weight: 500;
       width: auto;
       color: #293743;
       float: left;
       position: relative;
       /* padding-bottom: 30px; */
       font-size: 16px;
       letter-spacing: 0px !important;
       z-index: 111;
       transition: all ease-in-out 0.5s;
       -o-transition: all ease-in-out 0.5s;
       -ms-transition: all ease-in-out 0.5s;
       -moz-transition: all ease-in-out 0.5s;
       -webkit-transition: all ease-in-out 0.5s;
       text-decoration: none;
       text-align: center;
       border-bottom: 2px solid #fff;
    }
  
.menuarea > ul > li > a:hover{
   /* color: #fd1b14 !important; */
   -o-transition: all ease-in-out 0.5s;
   -ms-transition: all ease-in-out 0.5s;
   -moz-transition: all ease-in-out 0.5s;
   -webkit-transition: all ease-in-out 0.5s;
   text-decoration: none;
   position: relative;
   border-bottom: 2px solid #ef2732;
}

.activeli{
  position: relative;
  /* color: #fd1b14 !important; */
  border-bottom: 2px solid #fd1b14 !important;
}


.menu li:hover > ul {
     columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
    visibility: visible;
    opacity: 1;
    z-index: 99999;
   
    transform: scale(1.0);
}
.nested{
  left: 288px !important;
  top: 0px !important;!i;!;
}

.menu li a{
    color: #fff;
}
.menu ul {
           padding: 0px 0px;
           width: 288px;
           /* height: 250px; */
           position: absolute;
           left: -68px;
           top: 100%;
           /* min-width: 100px; */
           background: #205a31;
           margin: 0;
           /* -webkit-transform: scale(1, 0); */
           -moz-transform: scale(1, 0);
           -ms-transform: scale(1, 0);
           -o-transform: scale(1, 0);
           transform: scale(1, 0);
           transform-origin: 0 0;
           -webkit-transition: all 0.3s ease-out 0s;
           -moz-transition: all 0.3s ease-out 0s;
           -ms-transition: all 0.3s ease-out 0s;
           -o-transition: all 0.3s ease-out 0s;
           /* transition: all 0.3s ease-out 0s; */
           -webkit-box-shadow: 0 0px 5px rgba(255, 255, 255, 0.1);
           -moz-box-shadow: 0 0px 5px rgba(255, 255, 255, 0.1);
           box-shadow: 0 0px 5px rgba(255, 255, 255, 0.1);
           /* -webkit-border-radius: 6px; */
           -moz-border-radius: 6px;
           -o-border-radius: 6px;
           -ms-border-radius: 6px;
           /* border-radius: 0px 0px 6px 6px; */
           display: block;
           visibility: hidden;
           opacity: 0;
           z-index: 9;
}

.menu ul li {

padding: 13px 30px;

display: block;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;

-moz-transition: all ease-in-out .5s;

margin: 0;

text-align: center;
}


.menu ul li:hover{
    background-color: #fd1b14;
}


.menu ul  a li{
     text-align: center;
     color: #ffffff;
     font-weight: 500;
     font-size: 14px;
     /* padding: 35px 10px; */
     line-height: 21px;
     position: relative;
     z-index: 1;
     /* text-shadow: -.25px -.25px 0 transparent, 
                .25px .25px transparent; */
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
}
.menu ul li:hover a{
    text-decoration:none;
}
.menu ul li:hover .menu2 a{
     
    text-decoration:none;
}

.menu-padding{
    padding-top: 0px;
}
/*triangle on hoverul*/
.menu ul:after {
  
}


.extra-pad{
    padding-bottom: 0px;!i;!;
    cursor: pointer;
}

 
::-webkit-scrollbar-track
{
    border-radius
: 50px;
    background-color: #000;
       height: 3px;
       border-top-left-radius: 50px;
}

::-webkit-scrollbar
{    border-radius: 50px;
    width: 5px;
    height: 3px;
    background-color: #000;
}

::-webkit-scrollbar-thumb
{
    border-radius: 50px;
    background-color: #000;
       height: 3px;
}

@media (min-width: 1400px) {
   .mainheader  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1308px !important;
    }
}

.slide {
         float: left;
         width: 100%;
         top: 0px;
         background: url(../images/home.svg);
         background-size: cover;
         /* background-position: center; */
         position: relative;
         z-index: 1;
         height: 575px;
}



.slide .item .slide-image {
       transform: scaleX(-1);
       float: right;
       margin-left: 0px;
       /* position: absolute; */
       /* width: auto !important; */
       /* z-index: 9999; */
       width: 100%;
       right: 0;
       object-fit: cover;
       top: 0;
       height: 575px;
}

.slider-ban .owl-item.active .slide-image{
    
    transition: 10s;
}
.slider-ban2 .active h1  {
    animation: img-anim-right 1s forwards cubic-bezier(.645,.045,.355,1) 0s;
}
.slider-ban2  .active  p{
    animation: img-anim-right 1s forwards cubic-bezier(.645,.045,.355,1) 0s;
}



.slider-ban2  .active  a{
    animation: img-anim-right 1s forwards cubic-bezier(.645,.045,.355,1) 0s;
}



.slider-ban2{
    position: absolute !important; /* Position relative to the .slide container */
    /* top: 50%; */ /* Center vertically */
    /* left: 50%; */ /* Center horizontally */
    /* transform: translate(-50%, -50%); */ /* Adjust for perfect centering */
    /* z-index: 2; */ /* Place it above the slide content */
    /* text-align: center; */
    width: 100%; /
    ;
    float: left;
    top: 119px;
    }

.slider-ban2  h1{
        transform: auto !important;
       transition: auto !important;
}

.slider-ban2 p{
        transform: auto !important;
       transition: auto !important;
}


.slider-ban2  h2 {
    margin-bottom: 13px;
    text-align: right;
    float: left;
    font-size: 20px;
    color: #205a31;
    font-weight: 600;
    /* padding-left: 30px; */
    line-height: 110%;
    width: 100%;
    transform: auto !important;
    transition: auto !important;
}


.slider-ban2  h1 {
    text-align: right;
    float: right !important;
    font-size: 74px;
    color: #000;
    font-weight: 400;
    /* padding-left: 30px; */
    line-height: 99%;
    width: 49%;
    /* letter-spacing: 0px; */
    margin-bottom: 19px;
}
.slider-ban2  h1 span{
  /* font-family: "DM Serif Display", serif; */
  font-weight: 600;
  /* font-style: italic; */
  color: #fd1b14;
}

.slider-ban2  p {
      /* font-family: "Dm Sans", sans-serif !important; */
      float: right;
      /* margin-top: 32px; */
      font-size: 16px;
      color: #000;
      font-weight: 400;
      line-height: 164%;
      width: 100%;
      /* text-align: left; */
      margin-bottom: 25px;
      padding-left: 60%;
      text-align: right;
}

  .number-wrapper {
     position: absolute !important;
     width: 40%; /* Set the wrapper width to 40% of the screen */
     margin-left: 0; /* Left-align the wrapper */
     float: right;
     bottom: 31px;
  }

  .wrap-1 {
   float: right;
   width: 82px;
  }
  .wrap-2{
    float: right;
    width: 85px;
  }

  .big-carousel .item h1 {
    font-size: 60px;
    color: #0f8e33;
    text-align: left;
    position: relative;
    font-weight: bold;
    transition: transform 0.5s ease; /* Smooth transition for zoom effect */
  }

  /* Initial state of items */
  .big-carousel .item {
    transform: scale(0.9); /* Initially scale down the items */
  }

  /* Apply zoom effect for active item */
  .big-carousel .owl-item.active {
    transform: scale(1); /* Scale the active item to its original size */
  }

.small-carousel .item h1 span{
  font-size: 29px;
  margin-right: 1px;
  font-weight: 600;
}
  .small-carousel .item h1 {
    font-size: 27px;
    color: #616463;
    text-align: right;
    position: relative;
    width: 100%;
    margin-top: 25px;
    font-weight: 500;
    margin-bottom: 0px;
  }


.banner2{
    float: left;
    width: 100%;
    padding: 120px 0px 100px 0px;
}
.black-img{
    float: right;
    width: 60px;
    margin-left: 20px;
    margin-top: 5px;
}
    .welcome-text {
      color: #dd0c07;
      font-weight: 500;
      font-size: 17px;
      margin-bottom: 27px;
      float: left;
      width: 100%;
          margin-top: 100px;
    }
    @media(max-width:990px)
    {
            .welcome-text {
                margin-top: 0px;
            }

    }
    .title-1 {
      font-size: 60px;
      font-weight: 400;
      line-height: 115%;
      float: left;
      width: 100%;
      padding-left: 16%;
    }
    .title-1 span {
      font-weight: bold;
    }
    .customer-info{
        float: left;
        width: 100%;
    }
    .customer-images{
        float: right;
        width: 151px;
        margin-bottom:20px;
    }

   .iso{
    float: left;
    width: 175px;
    margin-top: -31px;
   }
    .customer-info h2{
        float: left;
        width: 100%;
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 27px;
        color: #4c4948;
        line-height: 30px;
    }
    .customer-info h2 span{
        font-weight: 600;
        text-decoration: underline;
        color: #000;
        text-decoration-color: #7e7e7e;
        text-underline-offset: 4px;
    }
    .customer-info h3{
        float: left;
        width: 100%;
        font-size:18px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 14px;
        text-align: right;
    }
  .read-more {
    float: right;
    margin-top: 26px;
    background-color: #ef2732; /* Original red background */
    color: white; /* Text color */
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px; /* Rounded shape */
    width: 180px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    /* font-family: "proxima-nova", sans-serif; */
    /* text-transform: uppercase; */
    /* letter-spacing: 2px; */
}

.read-more::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #0f8d33;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: all 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}

.read-more::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #0f8e33;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -2;
    transition: all 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}

.read-more:hover {
    color: #ffffff; /* Text color change on hover */
    background-color: transparent; /* Make background transparent to show the effect */
}

.read-more:hover::before {
    left: 0; /* Slide in from the left */
}

.read-more:hover::after {
    left: 0; /* Slide in from the right */
}


.banner3{
    float: left;
    width: 100%;
    padding: 70px 0px 130px 0px;
    background: linear-gradient(180deg, rgba(255,245,245,1) 41%, rgba(255,255,255,1) 72%);
}

    .banner3 h6 {
      color: #dd0c07;
      font-weight: 500;
      font-size: 17px;
      margin-bottom: 27px;
      float: left;
      width: 100%;
    }
    .banner3 h1 {
      font-size: 60px;
      font-weight: 400;
      line-height: 115%;
      float: left;
      width: 100%;
      padding-left: 16%;
    }
    .banner3 h1 span {
      font-weight: bold;
    }


.b3-slide{
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-right: 129px;
    padding-bottom: 170px;
}




.b3-box {
   float: left;
   width: 100%;
   background-color: #fff; /* White background */
   border-radius: 37px; /* Rounded corners */
   padding: 20px; /* Space inside the box */
   position: relative; /* Needed for positioning the button */
   overflow: visible; /* Allows the button to extend outside the box */
   margin-bottom: 50px; /* Add margin to avoid clipping the button */
   transition: all ease-in-out 0.5s;
}
.b3-box:hover{
 transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
    background-color: #0c7d2c;
}
.b3-box:hover img{
    border: 5px solid #0d7d2d;
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
.b3-box:hover h2{
 transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
color: #fdfefd;

}
.b3-box:hover p{
 transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
color: #fdfefd;

}
.b3-box img {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
border-radius: 57px;
margin-bottom: 27px;
float: left;
width: 100%;
border: 5px solid #fff;
height: 300px;
object-fit: cover;
}
.b3-text{
    float: left;
    width: 100%;
    padding-left: 62px;
    padding-right: 20px;
    position: relative;
}
.b3-box h2{
    font-size: 27px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px; /* Space below the heading */
    float: left;
    width: 100%; transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}

.b3-box p {
    text-align: right;
    font-size: 17px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 38px; /* Space below the paragraph */
    font-weight: 400;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.b3-btn {
    position: absolute; /* Allows precise placement */
    bottom: -41px; /* Moves the button partially out of the box */
    right: 64px; /* Centers the button horizontally */
    transform: translateX(-50%); /* Corrects the offset caused by left: 50% */
    background-color: #ee2632; /* Original red background */
    color: #fff; /* Text color */
    border: none;
    border-radius: 50px; /* Rounded shape */
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    width: 180px;
    height: 50px;
    overflow: hidden; /* Ensures hover effect works as expected */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease; /* Smooth hover transition */
    z-index: 1; /* Ensures button stays above other elements */
}


.b3-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; /* Start outside from the left */
    width: 100%;
    height: 100%;
    background: #086322; /* Green hover effect */
    z-index: -1;
    transition: all 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}

.b3-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%; /* Start outside from the right */
    width: 100%;
    height: 100%;
    background: #086322; /* Slightly lighter green for contrast */
    z-index: -2;
    transition: all 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}

.b3-box:hover .b3-btn{
    color: #fff; /* Keep text color white */
    background-color: #ee2632; /* Make background transparent */
}

.b3-box:hover .b3-btn::before {
    left: 0; /* Slide in from the left */
}

.b3-box:hover  .b3-btn::after {
    left: 0; /* Slide in from the right */
}



/* Responsive Design */
@media (max-width: 768px) {
    .b3-box {
        max-width: 100%; /* Adjust box width on smaller screens */
    }

    .b3-btn {
        font-size: 14px; /* Adjust button font size */
        padding: 8px 16px; /* Adjust button padding */
    }
}


.top-arrow{
    top: -12px !important;

}

/* Default hidden state for hover content */
.hover-1, .hover-2, .hover-3 {
    display: none;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    top: 61px;
    pointer-events: none;
}

/* Active hover content */
.active-hover {
    display: block !important;
    opacity: 1 !important;
    transform: scale(1);
    pointer-events: auto;
}

/* Default state for h5 elements */
.h5-1, .h5-2, .h5-3 {
    color: #959595;
    transition: color 0.3s ease;
}

/* Active h5 state */
.active-h5 {
    color: #e32736;
}

/* Default hidden state for arrows */
.hover-arrow {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Active arrow state */
.active-arrow {
    opacity: 1;
}

.hover-box{
    float: right;
    width: 58%;
}
.h5-1{
    float: right;
    width: auto;
    font-size: 67px;
    color: #959595;
    font-weight:500;
    margin-bottom: 22px;
    margin-top: 85px;
    line-height: 0px;
}
.h5-2{
    float: right;
    width: auto;
    font-size: 67px;
    color: #959595;
    font-weight:500;
    margin-bottom: 19px;
}

.h5-3{
    float: right;
    width: auto;
    font-size: 67px;
    color: #959595;
    font-weight:500;
    margin-bottom: 31px;
}
.sp-hov{

    top: -9px !important;
}
/* Hover arrow default styles */

.h5-1:hover{
    color: #e32736;
}
.h5-2:hover{
    color: #e32736;
}
.h5-3:hover{
    color: #e32736;
}

.h5-1:hover .hover-arrow{
    opacity: 1;
}
.h5-2:hover .hover-arrow{
    opacity: 1;
}
.h5-3:hover .hover-arrow{
    opacity: 1;
}


.hover-1{
    float: left;
    width: 100%;
    position: absolute;
    top: 61px;
 display: none;
}
.hov-img{
    float: left;
    width: 100%;
    height: 200px;
    border-radius: 30px;
    object-fit: cover;
    margin-bottom: 16px;
}


.hov-p{
    float: right;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 27px;
    margin-bottom: 19px;
    text-align: right;
}
.hov-btn {
    float: left;
    margin-top: 0px;
    background-color: #ef2732; /* Original red background */
    color: white; /* Text color */
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px; /* Rounded shape */
    width: 180px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    overflow: hidden; /* Ensures that the sliding background stays inside the button */
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.hov-btn::before, .hov-btn::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #0f8d33; /* Left color */
    z-index: -1; /* Behind the text */
    transition: all 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}

.hov-btn::before {
    left: -100%; /* Start off-screen to the left */
}

.hov-btn::after {
    background: #0f8e33; /* Right color */
    left: 100%; /* Start off-screen to the right */
}

.hov-btn:hover {
    color: #ffffff; /* Text color change on hover */
    background-color: transparent; /* Make background transparent to show the effect */
}

.hov-btn:hover::before {
    left: 0; /* Slide in from the left */
}

.hov-btn:hover::after {
    left: 0; /* Slide in from the right */
}

.hover-2{
    float: left;
    width: 100%;
    position: absolute;
    top:61px;
   display: none;
}
.hover-3{
    float: left;
    width: 100%;
    position: absolute;
    top: 61px;
   display: none;
}

.hover-content{
    float: right;
    width: 42%;
    position: relative;
}

/* Default arrow styles */
.hover-arrow {
    transform: rotate(176deg);
    float: left;
    width: 37px;
    margin-right: 25px;
    position: relative;
    top: 30px;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease; /* Smooth appearance */
}

/* Default hidden state for hover content */
.hover-1, .hover-2, .hover-3 {
    display: block; /* Ensure they occupy space */
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    top: 46px;
    pointer-events: none; /* Prevent interaction when hidden */
}

/* Visible state for hover content with zoom-in effect */
.hover-visible {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto; /* Enable interaction when visible */
}

/* Active <h5> hover color */
.h5-1, .h5-2, .h5-3 {
    color: #959595; /* Default text color */
    transition: color 0.3s ease; /* Smooth transition for text color */
}

/* Active <h5> hover color and arrow */
.active-h5 {
    color: #e32736; /* Highlighted color for active <h5> */
}

.active-h5 .hover-arrow {
    opacity: 1; /* Make the arrow visible when <h5> is active */
}
.explore-a{
    float: left;
    width: auto;
    font-weight: 600;
    color: #000;
    font-size: 20px;
}
.explore-a img{
    float: right;
    width: 26px;
    margin-left: 20px;
    position: relative;
    top: 3px;
}








.call-action {
    float: left;
    width: 100%;
    padding: 58px 0px;
    background-image: url("../images/scroll-bg.webp");
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    position: relative;
}



.call-bg h1{
   font-size: 60px;
   color: #fff;
   float: right;
   font-weight: 400;
   margin-bottom: 20px;
   width: 100%;
}
.call-bg h1 span{
    font-weight: bold;
}

.call-action-btn {
    border: none;
    width: 210px;
    height: 60px;
    text-align: center;
    background-color: #fff; /* Original white background */
    color: #000; /* Text color */
    border-radius: 50px;
    margin-top: 13px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 1; /* Ensures the button is above other elements */
}

.call-action-btn::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #0f8d33;
    position: absolute;
    top: 0;
    left: -100%; /* Start from the left outside the element */
    z-index: -1;
    transition: left 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}

.call-action-btn::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #0f8e33;
    position: absolute;
    top: 0;
    right: -100%; /* Start from the right outside the element */
    z-index: -2;
    transition: right 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}

.call-action-btn:hover {
    color: #ffffff; /* Text color change on hover */
    background-color: transparent; /* Make background transparent to show the effect */
}

.call-action-btn:hover::before {
    left: 0; /* Slide in from the left */
}

.call-action-btn:hover::after {
    right: 0; /* Slide in from the right */
}

.call-action h2{
float: left;
width: 100%;
font-size: 24px;
font-weight: 600;
margin-bottom: 20px;
color: #fff;
}
.call-action p{float: right;width: 70%;font-size: 16px;font-weight: 400;margin-bottom: 15px;color: #fff;}
.counter-container {
  font-size: 70px;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  align-items: baseline;
}

.plus-symbol {
  font-size: 70px;
  vertical-align: top;
  margin-right: 0.2rem;
}

.percentage-symbol {
  font-size: 70px;
  margin-left: 0.2rem;
}




.banner5{
    float: left;
    width: 100%;
    padding: 70px 0px 60px 0px;
}

    .banner5 h6 {
      color: #dd0c07;
      font-weight: 500;
      font-size: 17px;
      margin-bottom: 27px;
      float: left;
      width: 100%;
    }
    .banner5 h1 {
      font-size: 60px;
      font-weight: 400;
      line-height: 115%;
      float: right;
      /* width: 100%; */
      padding-left: 16%;
      margin-bottom: 50px;
    }
    .banner5 h1 span {
      font-weight: bold;
    }

.b5-box{
    float: none;
    width: 78%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
      -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.img-box{
    float: left;
    width: 100%;
    height: 240px;
    border-radius: 25px;
    background-color: #f54955;
    display: flex;
    align-items: center;
    justify-content: center;
      -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.img-box img{
    width: 110px;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    object-fit: cover;
}
.b5-box h5{
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 23px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
      -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b5-box p{
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    /* margin-top: 20px; */
    line-height: 25px;
      -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
   
}

.b5-box:hover .img-box{
    background-color: #0e9d36;
      -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b5-box:hover h5
{
color:  #0e9d36;
  -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b5-box:hover p
{
color:  #0e9d36;
  -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
   .footer {
      background-color: #121212;
      /* padding: 60px 0; */
      float: left;
      width: 100%;
    }
.footer-1{
    float: left;
    width: 100%;
    border-left: 1px solid #2a2a2a;
    padding-bottom: 40px;
}
    .footer-1 h5 {
      color: #fafafa;
      text-decoration: none;
      float: right;
      font-size: 19px;
      font-weight: 500;
      width: 100%;
      margin-bottom: 28px;
      margin-top: 60px;
    }
     .footer-1 h1 {
      color: #fafafa;
      text-decoration: none;
      float: left;
      font-size: 19px;
      font-weight: 500;
      width: 100%;
      margin-bottom: 26px;
      margin-top: 23px;
    }
    .footer-1 li{
        float: right;
        width: 100%;
        color: #b6b5b5;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
    }
    .sp-pad{
        /* margin-bottom: 30px !important; */
    }

 .auto-li a:hover{
      color: #ef2732;
    font-weight: 400;
      transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
   }

.footer-3 p a:hover{
      color: #ef2732;
    font-weight: 400;
      transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
   }
.auto-li{
    width: auto !important;
    margin-right: 8px !important;
    margin-left: 8px !important;
  transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}
.auto-li a{
      color: #b6b5b5;
        font-size: 14px;
        font-weight: 400;
}
.extra-mar{
    margin-top: 39px !important;
    float: right;
}

.footer-2{
    float: left;
    width: 100%;
    padding: 0px 46px 144px 46px;
    border-left: 1px solid #2a2a2a;
    /* padding-bottom: 53px; */
}
.footer-2 p{
    float: left;
    width: 100%;
    color: #cac8c8;
    font-size: 15px;
    font-weight: 400;
    padding-top: 64px;
    margin-bottom: 58px;
}
.footer-2-img {
  width: 307px;
  border-radius: 10px;
  /* margin-top: 40px; */
  object-fit: cover;
  margin-bottom: 80px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.footer-2 h6{
    float: right;
    color: #fafafa;
    font-size: 19px;
    font-weight: 500;
    margin-right: 9px;
}
 .social-icons  {
    float: left;
    width: auto;
    margin-top: -10px;
}
 .social-icons  a{
      width: 43px;
      height: 43px;
      margin-left: 10px;
      border:1px solid #2a2a2a;
      border-radius: 100%;
      /* padding: 4px; */
      object-fit: contain;
      float: left;
      display: flex;
      align-items: center;
      justify-content: center;
      }
.social-icons img{
    width: 16px;
}
 
.footer-3{float: left;width: 100%;padding-top: 45px;padding-bottom: 30px;padding-right: 74px;}
.footer-3 h3{
    color: #b6b5b5;
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 13px;
}
.footer-3 h3 span{font-size: 21px;color: #fafafa;font-weight: 500;}
.footer-3 p{
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #b6b5b5;
    margin-bottom: 7px;
}
.footer-3 p a{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
   
    color: #b6b5b5;

}
.copy-h2 a:hover{
      color: #ef2732;
    font-weight: 400;
      transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
   }
.social-icons a:hover
{

    transform: rotateY(180deg); /* Flips the element horizontally */
    transform-style: preserve-3d; /* Ensures 3D effect is applied */
    transition: transform 0.5s; /* Optional: Adds transition for smooth effect */

}.copy{
    float: left;
    width: 100%;
    padding: 30px 0px;
    border-top: 1px solid #2a2a2a;
}
.copy-h2{
    float: left;
    width: 100%;
    color: #c1bdbd;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.copy-h2 a{
     color: #c1bdbd;
}












.ab-ban1{
     float: left;
     width: 100%;
     /* top: 0px; */
     /* position: relative; */
     /* z-index: 1; */
     /* height: 388px; */
     object-fit: cover;
     background-repeat: no-repeat;
     background-size: cover;
     background-image: url("../images/innerpage-bg.webp");
}
 .about-h6 {
      /* float: right; */
      color: #dd0c07;
      font-weight: 500;
      font-size: 17px;
      margin-bottom: 27px;
      text-align: right;
    }
     .serv-h6 {
      color: #dd0c07;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 27px;
    }
.ab-ban1 h3{
        font-size: 45px;
        font-weight: bold;
        line-height: 56px;
        text-align: left;
        color: #ffffff;
        float: left;
        width: 100%;
        padding: 100px 0%;
        position: relative;
        text-align: center;
        /* font-family: "Plus Jakarta Sans", sans-serif !important; */
}

.a-bus-1{
    float: left;
    width: 100%;
    padding: 70px 0px;
}
.a-bus1-1{
    float: left;
    width: 100%;
    /* padding-bottom: 70px; */
}
.about-img{
        margin-bottom: 20px;
        float: right;
        object-fit: cover;
        width: 544px;
        margin-left: 40px;
        border-radius: 35px;
        height: 544px;
}

.a-bus1-1 h1{
      font-size: 45px;
      font-weight: 400;
      line-height: 56px;
      font-style: normal;
      text-align: right;
      color: #000000;
      /* float: right; */
}
.a-bus1-1 h1 span{/* color: #ff9734; */font-weight: bold;}
.a-bus1-1 p{
        /* font-family: "Rubik", sans-serif !important; */
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        font-style: normal;
        text-align: right;
        color: #000;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: right;
}

.m-box{
    float: left;
    width: 100%;
    padding: 53px 37px 52px 43px;
    background-color: #fafafa;
    border-radius: 20px;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.img-cr img{
      transition: all ease-in-out .5s;
      -webkit-transition: all ease-in-out .5s;
      width: 40px;
      height: 40px;
      object-fit: cover;
}
.img-cr{
     /* box-shadow: 12px 9px 0px #0f8e3326; */
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
     /* margin:auto; */
     float: none;
     display: block;
     width: 70px;
     display: flex;
     background-color: #fb4640;
     height: 70px;
     border-radius: 10px;
     /* padding: 17px; */
     margin-bottom:27px;
     transition: all ease-in-out .5s;
     -webkit-transition: all ease-in-out .5s;
     -moz-transition: all ease-in-out .5s;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-left: auto;
     margin-right: auto;
}
.m-box h2{
      text-align: center;
      /* font-family: "Plus Jakarta Sans", sans-serif !important; */
      float: left;
      font-size: 28px;
      color: #000000;
      font-weight: 500;
      /* text-align: left; */
      width: 100%;
      line-height:auto;
      margin-bottom: 18px;
}
.m-box p{
      /* font-family: "Rubik", sans-serif !important; */
      float: left;
      font-size:16px;
      color: #192A1B;
      font-weight: normal;
      line-height: 180%;
      width: 100%;
      text-align: center;
      padding: 0px 6%;
}
.m-box:hover .img-cr{
  transform: rotateY(360deg);transform-style: preserve-3d;transition: transform 0.8s;
}

.m-box:hover h2{
      color: #f8453f;
}
.core-values{
    float: left;
    width: 100%;
    padding: 70px 0px;
    background-color: #fff5f6;
}



    .core-values h6 {
      text-align: right;
      color: #dd0c07;
      font-weight: 500;
      font-size: 17px;
      margin-bottom: 27px;
      float: right;
      width: 100%;
    }
    .core-values h1 {
      font-size: 60px;
      font-weight: 400;
      line-height: 115%;
      float: right;
      width: 100%;
      padding-left: 16%;
      margin-bottom: 50px;
      text-align: right;
    }
    .core-values h1 span {
      font-weight: bold;
    }

.core-box
{
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 40px;
    padding: 40px 30px;
    height: 416px;
}

.tick-img{
    float: right;
    width: 26px;
    margin-left: 27px;
    margin-bottom: 76px;
    margin-top: 7px;
}
.core-box h2{
    float: right;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    text-align: right;
}

.success-img{
        margin-bottom: 20px;
        float: right;
        object-fit: cover;
        width: 544px;
        margin-left: 40px;
        border-radius: 35px;
        height: 532px;
}

.serv-banner2{
  float: left;
  width: 100%;
  padding: 70px 0px;
}
.serv-banner2-img{
  float: right;
  width: 500px;
  height: 490px;
  margin-left: 40px;
  margin-bottom: 30px;
  object-fit: cover;
  border-radius: 35px;
}
.ll{
    padding-bottom: 60px;
}
.serv-banner2 h5{
 color: #dd0c07;
 font-weight: 600;
 font-size: 18px;
 margin-bottom: 27px;
 text-transform: capitalize;
}

.serv-para  {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 30px;
    padding-bottom: -11px;
    /* border-radius: 58px; */
    text-align: justify;
}


.a-bus1-1 p  span{
    font-weight: 600;
}



/*faq*/
.mar-h6{
    margin-top: 60px;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
  /* box-shadow: rgb(216 216 216 / 41%) 0px 8px 24px; */
  float: left;
  width: 100%;
  padding: 0px 20px;
  margin-bottom: 21px;
  border: 1px solid #000000;
  border-radius: 10px;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #0f8e33;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 10px 0;
  color: #000000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #fd1a13;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 10px 33px 10px 0;
  float: left;
}

.accordion button .icon {
  float: right;
  margin-left: 17px;
  display: inline-block;
  position: absolute;
  top: 23px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #0f8e33;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 23em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 400;
  margin: 2em 0;
  font-size: 16px;
  line-height: 180%;
  color: #000000;
      text-align: justify;
}


.faq-sec{
    float: left;
    width: 100%;
    padding: 70px 0px;
}
.faq-sec h1{
    float: left;
    width: 100%;
    font-size: 47px;
    font-weight: 400;
    margin-bottom: 34px;
    color: #000;
}
.faq-sec h1 span{
    font-weight: bold;
}
.accordion{
        float: left;
        width: 100%;
        /* border: 1px solid; */
}
.float-left{
    float: left;
    width: 100%;
}



.career{
        float: left;
        width: 100%;
        background-color: #fff;
        padding: 70px 0px 30px 0px;
}
.career h1{
 float: left;
 width: 100%;
 font-size: 60px;
 font-weight: 400;
 color: #000;
 text-align: center;
 line-height: 78px;
 margin-bottom: 30px;

}
 .career h1 span{
    font-weight: bold;
 }

.career h6{
 float: left;
 width: 100%;
  font-size: 15px;
    font-weight: normal;
    color: #000;
    line-height:28px;
    text-align: center;
 padding: 0px 200px;
 margin-bottom: 50px;
}



.contactform{
    margin-top: 35px;
    width: 100%;
    float: left;
}
.contact-label {
   float: left;
   width: 100%;
   font-size: 15px;
   font-weight: 500;
   color: #000;
}

.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #192a1b;
    display: block;
    font-weight: normal;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 46px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 7px 10px;
    margin-top: 10px;
    border-radius: 10px;
}

/* Button Styling */
.frm-enq3 {
    margin: 0 auto 90px auto; /* Center horizontally if using block context */
    background-color: #ef2732; /* Original red background */
    color: white; /* Text color */
    border: none;
    border-radius: 50px; /* Rounded shape */
    width: 180px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex; /* To center text inside */
    justify-content: center; /* Center text horizontally */
    align-items: center; /* Center text vertically */
    transition: all 0.3s ease-in-out;
}

/* Hover Animations */
.frm-enq3::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; /* Start off-screen to the left */
    width: 100%;
    height: 100%;
    background: #0f8d33; /* First hover background color */
    z-index: -1; /* Place behind button text */
    transition: all 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}

.frm-enq3::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%; /* Start off-screen to the right */
    width: 100%;
    height: 100%;
    background: #0f8e33; /* Second hover background color */
    z-index: -2; /* Place behind button text */
    transition: all 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}

.frm-enq3:hover {
    color: #ffffff; /* Change text color on hover */
    background-color: transparent; /* Make background transparent for animation */
}

.frm-enq3:hover::before {
    left: 0; /* Slide in from the left */
}

.frm-enq3:hover::after {
    left: 0; /* Slide in from the right */
}



/* ======= Contact Box style ======= */
.contact-box {
    /* position: relative; */
    margin-bottom: 0px;
    /* margin-top: 100px; */
    /* background: #083d50; */
    float: left;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 100px;
}
.contact-box .container {
    position: relative;
    z-index: 2;
}
.contact-box .item {
    height: 368px;
    background: #235c34;
    padding: 39px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 20px;
    /* background-image: url("../images/pin.png"); */
    /* background-size: 113px; */
    /* background-position-x: 318px; */
    /* background-position-y: 161px; */
    /* background-repeat: no-repeat; */
}

.contact-box .item h2{
    FONT-WEIGHT: 600;
    float: right;
    width: 100%;
    /* font-weight: 500; */
    font-size: 20px;
    margin-bottom: 28px;
    color: #fff;
    text-align: right;
}
.contact-box .item h2 span{
font-weight: 400;
font-size: 18px;
float: left;
width: 100%;
}
.contact-box h3{
    float: right;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    font-weight: 400;
    font-size: 17px;
    text-align: right;
    color: #fff;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.icon-cont{
    float: left;
    width: 30px;
    margin-left: 20px;
    object-fit: contain;
}
.contact-box h3 a {
    float: left;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-box .item.active {
    background-color: #000000;
}
.contact-box .item:hover {
    background-color: #000000;
    transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}


/* ======= Contact style ======= */
.contact {
    float: left;
    width: 100%;
    padding-bottom: 100px;
    /* background: #083d50; */
}
.contact p {
    float: left;
    color: #000;
    margin-top: 20px;
    margin-bottom: 38px;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    text-align: center;
    padding: 0px 20%;
}
.contact h5 {
    color: #fff;
    font-size: 30px;
    text-align: left;
    margin-bottom: 15px;
    font-weight: bold;
}
.git{
    font-size: 40px !important;
    float: left;
    width: 100%;
    font-weight: 600;
    text-align: center;
}



.google-map {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 550px;
    border-radius: 31px;
}

.contact-form{
    float: left !important;
    width: 100% !important;
    padding: 0px !important;
}



/*shrinks*/
body.modal-open {
    padding-right: 0 !important;
}



.ideal{
    float: left;
    width: 100%;
    padding: 70px 0px 130px 0px;
    background: linear-gradient(180deg, rgba(255, 245, 245, 1) 41%, rgb(255 245 245) 72%);
}

    .ideal h6 {
      color: #dd0c07;
      font-weight: 500;
      font-size: 17px;
      margin-bottom: 27px;
      float: left;
      width: 100%;
    }
    .ideal h1 {
      font-size: 60px;
      font-weight: 400;
      line-height: 115%;
      float: left;
      width: 100%;
      padding-left: 16%;
      margin-bottom: 65px;
    }
    .ideal h1 span {
      font-weight: bold;
    }



.ideal-1 {
   float: left;
   width: 100%;
   background-color: #fff; /* White background */
   border-radius: 37px; /* Rounded corners */
   /* padding: 20px; */ /* Space inside the box */
   position: relative; /* Needed for positioning the button */
   overflow: visible; /* Allows the button to extend outside the box */
   margin-bottom: 50px; /* Add margin to avoid clipping the button */
   transition: all ease-in-out 0.5s;
   margin-top: 30px;
}



.ideal-1 img {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    margin-bottom: 27px;
    float: left;
    width: 100%;
    border: 5px solid #fff;
    height: 220px;
    object-fit: cover;
}
.ideal-text{
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-align: center;
}
.ideal-1 h2{
    font-size: 27px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px; /* Space below the heading */
    float: left;
    width: 100%; transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}

.ideal-1 p {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 52px; /* Space below the paragraph */
    font-weight: 400;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}


.ideal-btn {
    position: absolute; /* Allows precise placement */
    bottom: -23px; /* Moves the button partially out of the box */
    left: 50%; /* Centers the button horizontally */
    transform: translateX(-50%); /* Corrects the offset caused by left: 50% */
    background-color: #ee2632; /* Original red background */
    color: #fff; /* Text color */
    border: none;
    border-radius: 50px; /* Rounded shape */
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    width: 180px;
    height: 50px;
    overflow: hidden; /* Ensures hover effect works as expected */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease; /* Smooth hover transition */
    z-index: 1; /* Ensures button stays above other elements */
}


.ideal-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; /* Start outside from the left */
    width: 100%;
    height: 100%;
    background: #086322; /* Green hover effect */
    z-index: -1;
    transition: all 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}

.ideal-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%; /* Start outside from the right */
    width: 100%;
    height: 100%;
    background: #086322; /* Slightly lighter green for contrast */
    z-index: -2;
    transition: all 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}

.ideal-1:hover .ideal-btn{
    color: #fff; /* Keep text color white */
    background-color: #ee2632; /* Make background transparent */
}

.ideal-1:hover .ideal-btn::before {
    left: 0; /* Slide in from the left */
}

.ideal-1:hover  .ideal-btn::after {
    left: 0; /* Slide in from the right */
}

.loader {
      float: none;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      position: relative;
      animation: rotate 1s linear infinite;
      display: block;
      margin: auto;
    }
    .loader::before {
      content: "";
      box-sizing: border-box;
      position: absolute;
      inset: 0px;
      border-radius: 50%;
      border: 5px solid #FFF;
      animation: prixClipFix 2s linear infinite ;
    }

    @keyframes rotate {
      100%   {transform: rotate(360deg)}
    }

    @keyframes prixClipFix {
        0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
        25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
        50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
        75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
        100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
    }

.b2-slider {
    /* transform: rotate(3deg); */
    background: #fff;
    z-index: 1;
    float: left;
    overflow: hidden;
    position: relative;
    width: 102%;
    padding: 100px 0px 100px 0px;
    /* margin-top: -97px; */
}

.b2-slide{
}
.b2-slider .b2-slide h2 {
    font-weight: 300;
    font-size: 75px;
    color: #000;
    width: 100%;
    padding-left: 44px;
    margin-bottom: 0px;
}

.b2-slide-track {
    -webkit-animation: scroll2 24s linear infinite;
    animation: scroll2 24s linear infinite;
    display: flex;
    width: calc(100% * 20);
    margin-top: 100px;
}

.b2-slide-track-2 {
    -webkit-animation: scroll3 24s linear infinite;
    animation: scroll3 24s linear infinite;
    display: flex;
    width: calc(100% * 20);
    margin-top: 100px;
}

/* Keyframes for b2-slide-track (left to right) */
@keyframes scroll2 {
  0% {
    transform: translateX(calc(-652px * 10)); /* Start at the end position */
  }
  100% {
    transform: translateX(0); /* End at the starting position */
  }
}

/* Keyframes for b2-slide-track-2 (right to left) */
@keyframes scroll3 {
  0% {
    transform: translateX(0); /* Start at the initial position */
  }
  100% {
    transform: translateX(calc(-652px * 10)); /* Move to the left */
  }
}

.b2-slide-track:hover {
    animation-play-state: paused;
}

.b2-slide h2:hover {
    color: #80b8cc; /* Change to your desired hover color */
}
   @media(min-width:1201px) and (max-width:1400px)
   {
    .menuarea > ul > li {
   
    padding: 0px 23px;
}
.slider-ban2 h1 {
   width: 56%;
}
.slider-ban2 p {

    padding-right: 54%;
}

.contact-box .item {
  
    background-position-x: 293px;
}

   }

   .footer-1 li:hover{
    color: #ef2732;
    font-weight: 400;
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
   }