html{
    overflow-x: hidden;
}


body{
    margin: 0;
 overflow: hidden;


}
.space-grotesk-<uniquifier> {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.space-grotesk-<uniquifier> {
  font-family: "Barlow", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


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;

}
a: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;

}
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;

}

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;

}


a:hover{
    text-decoration: none;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1188px;
    }
}





.mainheader{
      width: 100%;
      float: left;
      /* height: 0px; */
      background-color: WHITE;
      /* z-index: 9; */
      position: absolute;
      top: 0;
      left: 0;
      border-bottom: 1px solid #f2f2f2;
}
.logo{width: 20%;float: left;padding-top: 12px;/* padding: 21px 0px 23px 0px; */}

.logo img{width: 115px;float: left;position: relative;z-index: 9;/* top: 27px; */}
.menuarea{
           width: 80%;
           float: right;
           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{
     /* padding-left: 2px; */
     /* padding-bottom: 20px; */
     /* height: 100px; */
     /* padding-left: 116px !important; */
     width: 100%;
     display: inline-block;
     vertical-align: middle;
     margin-bottom: 0px;
     /* padding-bottom: 18px; */
     float: right;
     padding-top: 13px;
     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{
     padding-bottom: 10px !important;!I;!;
     margin-top: 25px;
     float: right;
     width: auto;
     display: inline-block;
     vertical-align: middle;
     position: relative;
     padding: 0px 13px;
     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: 400;
       width: auto;
       color: #fff;
       float: right;
       position: relative;
       /* padding-bottom: 30px; */
       font-size: 18px;
       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;
       position: relative;
       font-family: 'Barlow',sans-serif !important;
    }
    .dropdown::after {
        position: absolute;
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-left: 11px;
        border-right: 1.5px solid #333;
        border-bottom: 1.5px solid #333;
        transform: rotate(45deg);
        top: 8px;
        }

      
.menuarea > ul > li > a:hover{color: #080695 !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;}

.activeli{
  position: relative;
}


.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 {
           border-radius: 20px;
           padding: 0px 0px;
           width: 288px;
           /* height: 250px; */
           position: absolute;
           left: -68px;
           top: 82%;
           /* min-width: 100px; */
           background: #1e1e1e;
           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:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.menu ul li:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.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: #80bf44;
}


.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;
}
.btn2 img{
  width: 41px;
}
.btn2{
  float: right;
  margin-left: 27px;
  margin-top: 18px;
  position: relative;
  z-index: 999;
}
.hamburgermenu{
  
cursor: pointer;
}
.hd-box {
    float: left;
    width: 64%;
    background: #fff;
    padding: 20px;
   margin-bottom: 10px;
    border-radius: 15px;
}
.hd-address {
    /* background-color: #fff; */
    width: 100%;
    float: left;
    text-align: left;
    /* padding-top: 50px; */
    background: transparent;
    height: 100%;
    margin-right: -80px;
    /* display: flex; */
    /* align-items: center; */
}.hd-address img {
    float: none;
    width: 48px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    filter: invert(1);
    display: block;
}.menu2 {
    width: 30px !important;
    padding:5px;
    filter: invert(1);
}
.c-message h5{

font-size: 36px;

font-weight: 600;

color: #f47920;

text-transform: uppercase;
}
.c-message h6{
  
font-size: 20px;
  
color: #000;
  
text-transform: uppercase;
}



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




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

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

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





.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 657px;
  overflow: hidden;
}
.slideshow .slider {
  width: 100vw;
  height: 657px;
  z-index: 2;
}
.slideshow .slider * {
  outline: none;
}
.slideshow .slider .item {
  height: 657px;
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
}
.slideshow .slider .item .text {
  display: none;
}
.slideshow .slider .item img {
  min-width: 100%;
 height: 657px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slideshow .slick-dots {
  display: none;
}

.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
  pointer-events: none;
}
.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}
.slideshow-text {
  position: absolute;
    float: left;
    width: 100%;
    height: 657px;
    z-index: 100; 
}























.slide{float: left;width: 100%;height: 657px;position: relative;z-index: 0;}
.header-content{
    float: left;
    width: 100%;
    height: 657px;
    display: flex;
    align-items: center;
    text-align: center;
    }
.header-content h2{
      font-family: "Space Grotesk", sans-serif !important;
      float: left;
      width: 100%;
      font-size: 65px;
      color: #fff;
      font-weight: 600;
      line-height: 79px;
      margin-bottom: 24px;
      letter-spacing: 1px;
      }
.header-content-butn1{float: left;width: auto;margin-right: 20px;}
.header-content-butn1 a img{display: inline-block!important;width: 18px!important;}
.slider-ban .owl-nav{display: none;}


  .custom-button {
    height: 53px;
    width: 198px;
    position: relative;
    display: inline-flex;
    align-items: center;
    /* justify-content: center; */
    background-color: #0019A8; /* blue */
    color: white;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 12px 18px;
    border: none;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
     border: 1px solid #0019A8;
    transition: background-color 0.4s ease;
  }

  .custom-button span {
    position: relative;
    z-index: 2;
    transition: opacity 0.3s ease;
    /* letter-spacing: 1px; */
    text-align: left;
    float: left;
  }

  .circle-head {
    position: absolute;
    right: 4px;
    width: 45px;
    height: 45px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    z-index: 1;
  }

  .circle-head img {
    width: 22px;
    /* height: 16px; */
    transition: all 0.4s ease;
  }

  .custom-button:hover .circle-head {
    width: 100%;
    height: 100%;
    right: 0;
    border-radius: 999px;
    background-color: white;
  }

  .custom-button:hover span {
    opacity: 0;
  }

  .custom-button:hover .circle-head img {
    transform: translate(0, 0);
  }

@media(max-width:1024px) 

{


    .menuarea{
        position: inherit;
     
   
    }
  
    .menuarea > ul > li > a{
        float: left;
       
    }

.menuarea > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    

    min-height: auto;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    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;
    top: 62px;
    text-align: center;
}



}

.banner2{
    float: left;
    width: 100%;
    padding: 144px 0px 114px 0px;
}
.pad{
    padding: 0px;
}
.banner2 h1{
    font-size: 55px;
    font-weight: 600;
    color: #000;
    line-height: 71px;
    margin-bottom: 18px;
    margin-top: 0px;
    letter-spacing: 1px;
    font-family: 'Space Grotesk',sans-serif;
}
.banner2 h1 span{
    color: #080695;
}
.banner2 p{
    font-size: 18px;
    font-weight: 400;
    color: #686868;
    margin-bottom: 24px;
    line-height: 27.5px;
    font-family: 'Barlow' , sans-serif !important;
}


.banner-4{
    float: left;
    width: 100%;
    padding: 124px 0px 93px 0px;
}

.banner-4 h1{
    font-size: 55px;
    font-weight: 600;
    color: #000;
    line-height: 71px;
    margin-bottom: 14px;
    margin-top: 0px;
    letter-spacing: 1px;
    font-family: 'Space Grotesk',sans-serif;
}
.banner-4 h1 span{
    color: #080695;
}
.banner-4 p{
    font-size: 18px;
    font-weight: 400;
    color: #686868;
    margin-bottom: 24px;
    line-height: 27.5px;
    font-family: 'Barlow' , sans-serif !important;
}

.ban2-img{
    float: right;
    width: 560px;
    margin-left: 44px;
    margin-bottom: 30px;
    height: 596px;

}
.ban2-img-sp{
    float: left;
    width: 586px;
    margin-right: 34px;
    margin-bottom: 30px;
    height: 538px;
}

 .dot-text {
    margin-top: 35px;
    display: flex;
    align-items: center;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 7px;
    color: #4A5E6D; /* Slightly gray-blue color */
  }

  .dot {
    width: 13px;
    height: 13px;
    background-color: #080695; /* Dark blue */
    border-radius: 50%;
    margin-right: 10px;
  }

  .custom-button-2 {
    height: 53px;
    width: 178px;
    position: relative;
    display: inline-flex;
    align-items: center;
    /* justify-content: center; */
    background-color: #0019A8; /* blue */
    color: white;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 12px 20px;
    border: none;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.4s ease;
    border: 1px solid #0019A8;
  }

  .custom-button-2 span {
    position: relative;
    z-index: 2;
    transition: opacity 0.3s ease;
    /* letter-spacing: 1px; */
    text-align: left;
    float: left;
  }

  .circle-head-2 {
    position: absolute;
    right: 4px;
    width: 45px;
    height: 45px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    z-index: 1;
  }

  .circle-head-2 img {
    width: 22px;
    /* height: 16px; */
    transition: all 0.4s ease;
  }

  .custom-button-2:hover .circle-head-2 {
    width: 100%;
    border: -1px solid #fff;
    height: 100%;
    right: 0;
    border-radius: 999px;
    background-color: white;
  }

  .custom-button-2:hover span {
    opacity: 0;
  }

  .custom-button-2:hover .circle-head-2 img {
    transform: translate(0, 0);
  }







.banner3 {
    float: left;
    width: 100%;
    padding: 80px 0px 80px 0px;
    background-color: #f5f7fa;
}
.banner3 h1{
    width: 100%;
    text-align: center;
    float: left;
    font-size: 55px;
    font-weight: 600;
    color: #000;
    line-height: 71px;
    margin-bottom: 69px;
    margin-top: 10px;
    letter-spacing: 1px;
    font-family: 'Space Grotesk',sans-serif;
}
.banner3 h1 span{
    color: #080695;
}

.banner3 h2 {
  font-size: 50px;
  font-weight: 600;
  color: #191A15;
  margin-right: 116px;
  float: left;
  line-height: 30px;
}

.b3-box{
    float: left;
    width: 100%;
    /* border: 1px solid #ccc; */
    border-radius: 16px;
    position: relative;
    margin-bottom: 20px;
    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-effect {
  position: relative;
  overflow: hidden;
    border-radius: 16px 16px 0px 0px;
}
.b3-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(8 6 149 / 12%); /* Light colored overlay */
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  transition: transform 1.8s ease;
  z-index: 2;
  pointer-events: none;
}
.b3-effect:hover::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}

.b3-box-img{
     position: relative;
  z-index: 1;
    float:left;
    width: 100%;
    height: 331px;
    border-radius: 16px 16px 0px 0px;
    /* margin-bottom: 18px; */
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}
.b3-effect:hover .b3-box-img {
  transform: scale(1.05);
}
.b3-box-text{
    background-color: #fff;
    border-radius: 0px 0px 16px 16px;
    border: 1px solid #D2D2D2;
    float: left;
    width: 100%;
    padding: 30px 17px;
}
.b3-box-text h3{
    float: left;
    width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 118%;
    margin-bottom: 12px;
    font-family: 'Barlow', sans-serif;
}

.b3-loop{
    float: left;
    width: 100%;
    padding-left: 123px;
}
.b3-box h4{
    float: left;
    width: 100%;
    color: #6B6B6B;
    font-weight: 500;
    font-size: 18px;
    line-height: 137%;
    font-family: 'Barlow', sans-serif;
}
.b3-loop .owl-nav {
        padding-top: 26px;
        padding-right: 123px;
        position: relative;
        margin: 0px auto 0px auto;
        left: 50%;
        display: inline-block;
        transform: translate(-50%);
}

.b3-loop .owl-nav .owl-next img {
     width: 49px !important;
     margin-bottom: unset !important;
     margin-right: unset !important;
}

.b3-loop .owl-nav .owl-prev img{
  width: 49px !important;
  margin-bottom: unset !important;
  margin-right: 13px !important;
}



.call-action{
    float: left;
    width: 100%;
    padding: 77px 0px;
    background-image: url("../images/cta.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    position: relative;
    background-position-x: 50%;
}

.call-bg{
    float: left;
    width: 55%;
}
.call-bg h1{
     width: 100%;
     float: left;
    font-size: 55px;
    font-weight: 600;
    color: #000;
    line-height: 71px;
    margin-bottom: 18px;
    margin-top: 0px;
    letter-spacing: 1px;
    font-family: 'Space Grotesk',sans-serif;
}
.call-bg h1 span{
    color: #080695;
}
.call-bg p{
     width: 96%;
     float: left;
    font-size: 18px;
    font-weight: 400;
    color: #686868;
    margin-bottom: 24px;
    line-height: 27.5px;
    font-family: 'Barlow' , sans-serif !important;
}


  .custom-button-3 {
    height: 53px;
    width: 182px;
    position: relative;
    display: inline-flex;
    align-items: center;
    /* justify-content: center; */
    background-color: #0019A8; /* blue */
    color: white;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 12px 18px;
    border: none;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
     border: 1px solid #0019A8;
    transition: background-color 0.4s ease;
  }

  .custom-button-3 span {
    position: relative;
    z-index: 2;
    transition: opacity 0.3s ease;
    /* letter-spacing: 1px; */
    text-align: left;
    float: left;
  }

  .circle-head-3 {
    position: absolute;
    right: 4px;
    width: 45px;
    height: 45px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    z-index: 1;
  }

  .circle-head-3 img {
    width: 22px;
    /* height: 16px; */
    transition: all 0.4s ease;
  }

  .custom-button-3:hover .circle-head-3 {
    width: 100%;
    height: 100%;
    right: 0;
    border-radius: 999px;
    background-color: white;
  }

  .custom-button-3:hover span {
    opacity: 0;
  }

  .custom-button-3:hover .circle-head-3 img {
    transform: translate(0, 0);
  }




.banner5 {
    float: left;
    width: 100%;
    padding: 91px 0px 91px 0px;
    /* background-color: #f5f7fa; */
}
.banner5 h1{
    width: 100%;
    text-align: center;
    float: left;
    font-size: 55px;
    font-weight: 600;
    color: #000;
    line-height: 71px;
    margin-bottom: 44px;
    margin-top: 16px;
    letter-spacing: 1px;
    font-family: 'Space Grotesk',sans-serif;
}
.banner5 h1 span{
    color: #080695;
}


  .left-boxes, .right-boxes {
    width: 32.5%;
    float: left;
  }

  .left-boxes {
    margin-right: 29px;
  }

  .right-boxes {
    margin-left: 30px;
  }

  .center-image {
    width: 30%;
    float: left;
    text-align: center;
  }

  .center-image img {
    width: 99%;
    border-radius: 20px;
    object-fit: cover;
    margin: auto;
    display: block;
    float: none;
  }
.whole-box{
        float: left;
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.mar-bot{
    margin-bottom: 0px !important;
}
  .box-1 {
    float: left;
    width: 100%;
    background: #f5f7fa;
    border: 1px solid #D2D2D2;
    border-radius: 18px;
    padding: 32px 25px 26px 23px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
      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;
  }

  .box-1 img {
    float: left;
    width: 44px;
    height: 42px;
    margin-bottom: 4px;
  }

  .box-1 h3 {
    margin-bottom: 4px;
    float: left;
    font-size: 20px;
    color: #1A0000;
    width: 100%;
    font-weight: 600;
    line-height: 150%;
    font-family: 'Space Grotesk',sans-serif;
  }

  .box-1 p {
    float: left;
    font-size: 16px;
    color: #6D7792;
    font-family: 'Barlow', sans-serif;
    width: 100%;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0px;
  }



.banner6{
    float: left;
    width: 100%;
    background-image: url("../images/ban-7.webp");
    background-repeat: no-repeat;
    background-size:cover;
    border-radius: 20px;
    padding: 70px 0px 67px 32px;
    margin-top: 113px;
}
.banner6 h5{width: 100%;float: left;font-size:65px;font-weight: 600;color: #fff;line-height: 81px;margin-bottom: 21px;/* margin-top: 16px; */letter-spacing: 1px;font-family: 'Space Grotesk',sans-serif;}


  .custom-button-6 {
    height: 53px;
    width: 182px;
    position: relative;
    display: inline-flex;
    align-items: center;
    /* justify-content: center; */
    background-color: #fff; /* blue */
    color: #000;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 18px;
    border: none;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #0019A8;
    transition: background-color 0.4s ease;
  }

  .custom-button-6 span {
    position: relative;
    z-index: 2;
    transition: opacity 0.3s ease;
    /* letter-spacing: 1px; */
    text-align: left;
    float: left;
  }

  .circle-head-6 {
    position: absolute;
    right: 4px;
    width: 45px;
    height: 45px;
    background-color: #0019A8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    z-index: 1;
  }

  .circle-head-6 img {
    filter: invert(1);
    width: 22px;
    /* height: 16px; */
    transition: all 0.4s ease;
  }

  .custom-button-6:hover .circle-head-6 {
    width: 100%;
    height: 100%;
    right: 0;
    border-radius: 999px;
    background-color: white;
  }

  .custom-button-6:hover span {
    opacity: 0;
  }

  .custom-button-6:hover .circle-head-6 img {
    transform: translate(0, 0);
    filter: invert(0);
  }



 .footer {
    float: left;
    width: 100%;
    padding: 43px 0px 24px 0px;
    overflow: hidden; /* Clear floats */
    background-color: #000;
  }

 .ftr-1{
    width: 33%;
    float: left;
}
.ftr-1 img{
    float: left;
    width: 159px;
    margin-bottom: 36px;
}
.ftr-1 p{
    float: left;
    width: 79%;
    color: #d2d2d2;
    font-weight: 400;
    font-size: 18px;
    /* font-style: italic; */
    line-height: 30px;
    font-family: 'Barlow',sans-serif;
}

  .footer-column {
    padding-top: 85px;
    float: left;
    width: 28%;
    /* margin-left: 5%; */
  }

  .footer-column h4 {
    margin-bottom: 30px;
    float: left;
    line-height: 22px;
    font-weight: bold;
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Barlow',sans-serif;
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer a{
    color:#D2D2D2 ;
  }

  .footer-column ul li {
    margin-bottom: 18px;
    font-size: 16px;
    color: #D2D2D2;
    float: left;
    width: 100%;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Barlow',sans-serif;
  }

  .footer-column ul li img {
    vertical-align: middle;
    margin-right: 10px;
    width: 16px;
  }

  .footer-bottom {
    width: 100%;
    float: left;
    clear: both;
    border-top: 1px solid #333;
    /* margin-top: 146px; */
    padding-top: 24px;
    font-size: 14px;
    color: #777;
    text-align: center;
  }

  .footer-bottom span {
    float: left;
    /* margin-left: 40px; */
    font-family: 'Barlow',sans-serif;
    font-size: 18px;
    color: #D2D2D2;
    line-height: 30px;
    font-weight: 400;
  }

  .footer-bottom span:last-child {
    float: right;
    /* margin-right: 40px; */
  }



  .footer-top {
        /* margin-bottom: 10px; */
        float: right;
        width: 67%;
        padding: 119px 0px;
        /* border-bottom: 1px solid #464646; */
        align-items: center;
        /* justify-content: center; */
    }

    .quick-links {
        float: left;
        line-height: 22px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    font-family: 'Barlow',sans-serif;
        margin-right: 10px;
        text-decoration: none;

    }

    .footer-top a {font-family: 'Barlow', sans-serif;float: right;color: #D2D2D2;margin: 0 39px;text-decoration: none;transition: color 0.3s ease;font-size: 16px;font-weight: 400;}

    .footer-top a:hover {
        color: #80bf44;
    }


/*about*/
/*innerpage*/


/*aboutus*/
.ab-ban1{
    float: left;
    width: 100%;
    top: 0px;
    position: relative;
    z-index: 1;
    height: 337px;
    background-image: url(../images/ban-6.webp);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
}
.ab-ban1 h3{
       display: flex;
       text-align: center;
       float: left;
       width: 100%;
       color: #fff;
       font-size: 55px;
       line-height: 67px;
       padding-top: 144px;
       position: relative;
       /* text-decoration: underline; */
       font-weight: 600;
       font-family: 'Barlow',sans-serif;
       align-items: center;
       justify-content: center;
}
.ab-ban1 h2{
    margin-bottom: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    text-align: center;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 14px 0px;
    /* margin-top: 5px; */
    background-color: #00000054;
    font-family: 'Space Grotesk',sans-serif;
}

.ab-ban1 a{
     text-align: center;
     float: none;
     color: #fff;
     font-weight: 500;
     font-size: 15px;
     position: relative;
     right: 0;
     font-family: 'Space Grotesk',sans-serif;
}
@keyframes backgroundScroll {
    from {
        background-position: 100% 73%;
    }
    to {
        background-position: 0% 73%;
    }*/
}

 .about-h6 {
      color: #1b1b1b;
      font-weight: 500;
      font-size: 45px;
      margin-bottom: 27px;
     

    }
     .serv-h6 {
      color: #dd0c07;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 27px;
    }

.loop-a:hover{
    background-color: #1b1b1b;
    border: 1px solid #1b1b1b;
}
.a-bus-1{
    float: left;
    width: 100%;
    position: relative;
    padding: 93px 0px 14px 0px;
}
.a-bus1-1{
    float: left;
    width: 100%;
    /* padding-bottom: 70px; */
}
.about-img{
        margin-bottom: 20px;
        float: left;
        object-fit: cover;
        width: 544px;
        margin-right: 69px;
        height: 468px;
        border-radius: 30px;
}

.a-bus1-1 h1{
    font-size: 55px;
    font-weight: 600;
    color: #000;
    line-height: 71px;
    margin-bottom: 18px;
    margin-top: 0px;
    letter-spacing: 1px;
    font-family: 'Space Grotesk',sans-serif;
}
.a-bus1-1 h1 span{
    color: #080695;
}
.a-bus1-1 p{
    font-size: 18px;
    font-weight: 400;
    color: #686868;
    margin-bottom: 24px;
    line-height: 27.5px;
    font-family: 'Barlow' , sans-serif !important;
}

.vision-mission{
    float: left;
    width: 100%;
    padding: 70px 0px;
    background-color: #6262620f;
}
.vm-main{
    float: left;
    width: 86%;
    height: auto;
}
.mision-2{
    float: left;
    width: 100%;
    padding-left: 0px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* margin-top: 55px; */
}
.vision-item{
     float: left;
     width: 100%;
}
.vision-item h1{
    float: none;
    padding: 11px 45px;
    border-radius: 20px;
    color: #fff;
    background-color: #090696;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    display: table;
    font-family: 'Barlow',sans-serif;
}
.vision-item h2 span{
    color: #080695;
}
.desk-call
 {
    float: left;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.vision-item h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 50px;
    line-height: 67px;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px;
    padding: 0px 24%;
    font-family: 'space Grotesk',sans-serif;
}
.vision-item p{
    font-size: 18px;
    font-weight: 400;
    color: #686868;
    /* margin-bottom: 24px; */
    line-height: 27.5px;
    float: left;
    width: 100%;
    font-family: 'Barlow',sans-serif;
    /* line-height: 30px; */
    /* font-size: 16px; */
    /* font-style: italic; */
    font-weight: 400;
    text-align: center;
    padding: 0px 15%;
}
.mision-loop .owl-nav {
    position: relative;
    margin: 28px auto 0px auto;
    left: 50%;
    display: inline-block;
    transform: translate(-50%);
}

.mision-loop .owl-nav .owl-next img {
     width: 40px !important;
    margin-bottom: unset !important;
    margin-right: unset !important;
}

.mision-loop .owl-nav .owl-prev img{
  
       width: 40px !important;
    margin-bottom: unset !important;
    margin-right: 10px !important;
}



.strength{
    float: left;
    width: 100%;
    padding: 70px 0px 70px 0px;
    position: relative;
}
.strength h1{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 50px;
    color: #191a15;
    margin-bottom: 30px;
}
.strength p{
margin-bottom: 50px;
padding: 0px 14%;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #8A8A8A;
    line-height: 30px;
}

    .strength-box{
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 30px 30px;
    text-align: center;
    border: 1px d #000;
    margin-bottom: 20px;
    background-color: #f8f8f8;

  transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
}

.strength-box:hover {
  background-color: #f0d6d6;
    transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;

}
.strength-box img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 15px;
    width: 62px;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;

}
.strength-box h2
{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;

 float: left;
 width: 100%;
 text-align: center;
 font-weight: 600;
 font-size: 30px;
 margin-bottom: 15px;
 color: #191a15;
}


.strength-box h3{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;
      float: left;width: 100%;text-align: center;padding: 0px 0%;color: #191a15;font-weight: 400;font-size: 16px;line-height: 30px;}

















.certifications{

 float: left;
    width: 100%;
    padding: 70px 0px 70px 0px;
    position: relative;
    background-color: #FEF8F8;
}


.certifications h1{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 50px;
    color: #191a15;
    margin-bottom: 30px;
}
.certifications p{margin-bottom: 50px;
padding: 0px 14%;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #8A8A8A;
    line-height: 30px;
}

.cert-box{
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 30px 30px;
    text-align: center;
    border: 1px dashed #000;
    margin-bottom: 20px;
    background-color: #fff;
    height: 251px;
}
.cert-box img{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 8px;
    width: 93px;
    height: 65px;
    object-fit: contain;
}
.cert-box h2
{
 float: left;
 width: 100%;
 text-align: center;
 font-weight: 600;
 font-size: 20px;
 margin-bottom: 0px;
 color: #000;
 line-height: 30px;
}


/*services*/



.features-serv {
  /* display: grid; */
  grid-template-columns: repeat(2, 1fr);
  /* gap: 17px; */
  width: 100%;
  float: left;
}

.feature-serv {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 18px 0px;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 1px solid #D6DAE0;
  justify-content: center;
}


.feature-serv span {
  float: left;
  font-size: 17px;
  font-weight: 500;
  color: #24272D;
}
/*products*/

.products-ban{
    float: left;
    width: 100%;
    padding: 80px 0px;

}


.products-ban h6{
    /* float: left; */
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
    letter-spacing:2.3px;
    line-height: 21.1px;
    margin-bottom: 19px;
    font-family: "Space Grotesk", serif !important;
    width: 100%;
    float: left;
    text-align: center;
}

.products-ban h1{
     line-height: 56px;
     /* float: left; */
     font-size: 65px;
     font-weight: 400;
     color: #000;
     float: left;
     width: 100%;
     text-align: center;
     letter-spacing: -2.12px;
     line-height: 111%;
     margin-bottom: 30px;
     font-family: "Space Grotesk", serif !important;
}

.products-ban h1 span{
    color:#0000FE;
    font-weight: 500;
}
.products-ban p{
 float: left;
            width: 100%;
            font-size: 18px;
            font-weight: 400;
            color: #717171;
            line-height:27px;
                font-family: "Barlow", serif !important;
                padding: 0px 22%;
                text-align: center;
                  margin-bottom: 55px;
}

.product-img{
    float: left;
    width: 100%;
    height: 370px;
    /* position: relative; */
    /* padding-bottom: 30px; */
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
}
.product-h4{
    position: relative;
    /* bottom: 30px; */
    left: 0px;
    background-color: #f5f7fa;
    font-size: 19px;
    font-weight: 500;
    line-height: 120%;
    color: #000;
    font-family: "Space Grotesk", serif !important;
    padding: 38px 10px;
    text-align: center;
    /* line-height: 120%; */
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    height: 100px;
    margin-bottom: 0px;
    transition: all ease-in-out 0.5s;
    float: left;
}

/* Apply hover effect on the parent */
.product-wrapper:hover .product-h4 {
    background-color: #0000FE;
    color: #fff;
}
.product-wrapper {
    /* position: relative; */
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}




.career{
        float: left;
        width: 100%;
        background-color: #fff;
        padding: 70px 0px 70px 0px;
}
.career h1{
    font-size: 55px;
    font-weight: 600;
    color: #000;
    line-height: 71px;
    margin-bottom: 18px;
    margin-top: 0px;
    letter-spacing: 1px;
    font-family: 'Space Grotesk', sans-serif;
   text-align: center;
   margin-bottom: 20px;
}
.career h1 span{
    color: #0019A8;
}
.career h6{
    font-size: 18px;
    font-weight: 400;
    color: #686868;
    margin-bottom: 24px;
    line-height: 27.5px;
    font-family: 'Barlow', sans-serif !important;
padding: 0 14%;
float: left;
width: 100%;
text-align: center;
margin-bottom: 40px;
}

.contactform{
    margin-top: 35px;
    width: 100%;
    float: left;
}
.contact-label {
   float: left;
   width: 100%;
   font-size: 16px;
   font-weight: 500;
   color: #000000;
   font-family: 'Barlow',sans-serif;
}

.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #192a1b;
    display: block;
    font-weight: 400;
    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: 12px 10px;
    margin-top: 10px;
    border-radius: 10px;
    font-family: 'Space Grotesk',sans-serif;
}
.info-tag {
       float: left;
   font-size: 14px;
    color: rgba(0, 0, 0, 0.93);
    text-align: left;
    /* margin-top: 15px; */
    line-height: 28px;
    margin-top: 15px;
}

 .custom-button-career {
    height: 53px;
    width: 198px;
    position: relative;
    display: inline-flex;
    align-items: center;
    /* justify-content: center; */
    background-color: #0019A8; /* blue */
    color: white;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 12px 18px;
    border: none;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
     border: 1px solid #0019A8;
    transition: background-color 0.4s ease;
  }

  .custom-button-career span {
    position: relative;
    z-index: 2;
    transition: opacity 0.3s ease;
    /* letter-spacing: 1px; */
    text-align: left;
    float: left;
  }

  .circle-head-career {
    position: absolute;
    right: 4px;
    width: 45px;
    height: 45px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    z-index: 1;
  }

  .circle-head-career img {
    width: 22px;
    /* height: 16px; */
    transition: all 0.4s ease;
  }

  .custom-button-career:hover .circle-head-career {
    width: 100%;
    height: 100%;
    right: 0;
    border-radius: 999px;
    background-color: white;
  }

  .custom-button-career:hover span {
    opacity: 0;
  }

  .custom-button-career:hover .circle-head-career img {
    transform: translate(0, 0);
  }



.button-wrapper {
  display: flex;
  justify-content: center;
}


/* ======= Contact Box style ======= */


ul.contact-box {
    margin-top: 39px;
    padding-left: 0px;
    float: left;
    margin-bottom: 0px;
    width: 100%;
}

ul.contact-box li {
    margin-bottom: 41px;
}



ul.contact-box li {
    display: flex;
    width: 100%;
}
.info-left {
    width: 14%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-left i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #ffffff;
}

.info-right h4 {
    line-height: 27.5px;
    font-size: 16px;
    font-weight: 400;
    /* letter-spacing: 0.5px; */
    color: #686868;
    font-family: 'Barlow',sans-serif;
}
.info-right h4 a{
    /* line-height: 38px; */
    color: #8A8A8A;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    /* font-family: 'barlow',sans-serif; */
}




.info-left img{
  float: left;
  width: 30px;
  object-fit: cover;
  /* margin-top: 7px; */
}

/* ======= Contact style ======= */
.contact {
    float: left;
    width: 100%;
    padding: 70px 15px;
    /* background: #fafafa; */
}




.contactform2{
    float: left !important;
    width: 60% !important;
    padding: 99px 50px !important;
    background-color: #f5f7fa;
    border-radius: 20px 0px 0px 20px;
    /* display: block; */
    /* align-items: center; */
    /* justify-content: center; */
}

.contact-section2{
    float: left !important;
    width: 40% !important;
    padding: 99px 50px;
    background: #000000;
    /* background: linear-gradient(to right, #4e2a17, #8f6747); */
    border-radius: 0px 20px 20px 0px;
    }

.contact-section2 h1{
 margin-top: 0px;
 float: left;
 width:100%;
 font-size: 30px;
 font-weight: 600;
 line-height: 48px;
 color: #fff;
 letter-spacing: 1px;
 margin-bottom: 50px;
 font-family: 'Space Grotesk',sans-serif;
}
.contactform2 h2 span{

color: #0019A8;

}
.contact-section2 p{float: left;width: 100%;font-size: 18px;/* letter-spacing: 0.5px; */color: #686868;font-weight: 400;margin-bottom: 11px;font-family: 'Barlow',sans-serif;line-height: 27.5px;}
.contact-label2 {
   float: left;
   width: 100%;
   text-align: left;
   font-size: 16px;
   color: #000000;
   font-weight: 500;
   letter-spacing: 0px;
   font-family: 'Barlow',sans-serif;
}
.mct_form2 {
    color: #000;
    display: block;
    font-weight: 400;
    font-size: 15px;
    height: 46px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    /* outline: none; */
    background: transparent;
    width: 100%;
    padding-left: 0px;
    transition: all 500ms ease;
    /* border-bottom: solid 1px rgb(244 244 244 / 80%); */
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 7px 10px;
    margin-top: 10px;
    /* border-radius: 10px; */
    border: none;
    border-bottom: 1px solid #dbdbdb;
        font-family: 'Space Grotesk', sans-serif;
}
.contactform2 h2{
          /* display: flex; */
          float: left;
          width:100%;
          font-size: 40px;
          font-weight: 600;
          line-height: 48px;
          color: #191a15;
          margin-bottom: 52px;
          font-family: 'space grotesk',sans-serif;
          /* align-items: center; */
          /* justify-content: center; */
}







/*preloader*/



.ip-loader{
    margin-left: 0px!important;
    bottom: 40%!important;
}
.loader {
  width: 236px;
  height: 120px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  opacity: 1;
  animation: filter-animation 3s infinite;
  /*  stroke: darkred;*/
  /*transition: fill .3s ease-in-out;*/
  /*animation: chng 1s linear infinite;*/
  /* transform-origin: bottom;*/
  /*-webkit-animation: colorchange 20s infinite alternate;*/
  /*margin-left: 80px;*/
}
.loader img{
       max-width:86px;
       width: 100%;
       /* margin-top: -71px; */
}

@keyframes filter-animation {
   0% { transform: translateY(-3px); opacity: 1;}
  25% { transform: translateY(3px); opacity: 1;}
  50% { transform: translateY(-3px); opacity: 1;}
   75% { transform: translateY(3px); opacity: 1;}
 
  100% { transform: translateY(-3px); opacity: 1;}
}





.mct_form2:focus-visible{
        outline: transparent;
}


.product{
    float: left;
    width: 100%;
    padding: 80px 0px;
}

.box-1:hover img{

        transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}
.box-1:hover{
    background-color: #fff;
      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 a:hover{
    color: #fff;
}


.info-right h4 a:hover{
color: #fff;
}
.hd-address h6 a:hover{
    color: #0019a8 !important;
}