html{
    overflow-x: hidden;
}


body{
    margin: 0;
 overflow: hidden;

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

}
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: 1217px;
    }
}


@media (max-width: 575px) {
    .banner-8 {
        background-attachment: inherit !important;
    }
}
.sp-pad{
    padding-top:200px;
}
.sp-pad1{
    padding-top:200px;
}



.btn4{
    padding: 30px 0px 0px 0px;
    float: left;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
}
.btn4 a{
     text-decoration: none !important;
     height: 50px;
     font-size: 15px;
     margin: 20px auto 0;
     display: table;
     font-weight: 600;
     color: #ffffff;
     border-radius: 25px;
     padding: 18px 0px;
     text-align: center;
     background: linear-gradient(90deg, #8ebf58, #8ec059, #8ec059, #a5cd7a, #8ec059, #8ebf58, #379962, #379962, #379962);
     background-size: 400%;
     width: 228px;
     float: none;
     cursor: pointer;
     border: 0;
}

.btn4 a:hover{
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .5s ease-in-out;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(to right, #3ea169, #e4af2a, #379962, #f6bc2f);
}



@media(max-width:990px)
{
    .b4-1{
        margin-top:20px !important;
    }
}
.mainheader{
    width: 100%;
    float: left;
    background: white;
    position: relative;
    z-index: 999;
        
height: 0px;
}
.total-header{
    width: 100%;
    /* padding-top: 20px; */
    float: left;
    width: 100%;
    }
.logopart{
    width: 30%;
    padding: 37px 0px 50px 0px;
    float: left;
    position: relative;
    z-index: 11;
}
.logobox{
    float: left;

    
}
.logopart img{
    float: left;
    width: 324px;
}
.menuarea{
        /* border-bottom: 1px solid #bab9b6; */
        padding: 76px 0px 0px 0px;
        width: 70%;
        float: left;
        text-align: center;
}


/*mediasidemenu*/
.menuarea > .mob_nav {
        margin-top: 43px;

      display: block;
      float: right;
      width: 28px;
      height: 20px;
      cursor: pointer;
      transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      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;
      position: relative;
    z-index: 11111;
}

.menuarea > .mob_nav > div {
background-color:#fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    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;
    width: 100%;
}

.menuarea > .mob_nav > div:nth-child(1) {
    top: 8px; 
        width: 19px;

}

.menuarea > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 16px; 
}

.menuarea > .mob_nav > div:nth-child(4) {
    top: 23px; 
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%; 
}

.mob_nav.open > div:nth-child(2) {
    top: 1px;
    background: #fff;

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #fff;
    top: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.menuarea > ul{
     padding-left: 30px !important;
     width: 100%;
     display: inline-block;
     vertical-align: middle;
     margin-bottom: 0px;
     padding-bottom: 0px;
     float: left;
     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{
     width: auto;
     display: inline-block;
     vertical-align: middle;
     position: relative;
     padding: 0px 40px;
     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-bottom: 30px;
    width: auto;
    color: #fff;
     font-family: "Barlow", serif !important;
    font-weight: 400;
    float: left;
    position: relative;
    /* padding-bottom: 30px; */
    font-size: 16px;
    z-index: 1;
    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;

    }
.menuarea > ul > li > a:hover{
  
 text-shadow: 0 0 0.5px currentColor, 0 0 0.5px currentColor;
  -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;
}
.activeli{
 text-shadow: 0 0 0.5px currentColor, 0 0 0.5px currentColor;
   -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;
   
}


.menu li:hover > ul {
     columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
    visibility: visible;
    opacity: 1;
    z-index: 99999;
   
    transform: scale(1.0);
}


.menu ul {
           padding: 8px 20px;
           width: 260px;
           overflow: hidden;
           /* height: 250px; */
           position: absolute;
           left: -69px;
           top: 85%;
           /* min-width: 100px; */
           background: #fff;
           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: 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 a {
     font-family: "Barlow", serif !important;
     text-align: center;
     color: #000000;
     font-weight: 400;
     font-size: 16px;
     font-weight: 400;
     position: relative;
     z-index: 1;
     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 {
               
                -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;
                color: #0000FE;
                }
.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 {
  
}
/*.sp-li {
    padding: 0px 80px 0px 0px !important;
}*/












.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-y: scroll;
  transition: 0.5s;
  z-index: 111;
  /* background-image: linear-gradient(to right, #4e1b6a 0%, #b31666 51%, #b31666 100%); */
}

.overlay-content {
  position: relative;
  /* top: 25%; */
  width: 100%;
  text-align: center;
  /* margin-top: 30px; */
  /* z-index: 111111111111111111111; */
}

.overlay a {
  /* padding: 8px; */
  text-decoration: none;
  font-size: 30px;
  color: white;
  z-index: 11;
  display: block;
  transition: 0.3s;
  font-family: 'Barlow';
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 11px;
  font-size:40px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
            text-decoration: none;
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}




.hd-address{
  width: 100%;
  float: left;
  text-align: left;
  padding: 75px 68px;
  height: 100vh;
}


.hd-tel{
  float:left;
  width:100%;
  border: 1px solid #ffffff30;
  margin-bottom: 20px;
  padding: 19px;
  border-radius: 20px;
}

.hd-tel h1{
  letter-spacing: 1px;
  float:left;
  width:100%;
  font-size: 27px;
  font-weight: 700;
  color: #e8d975;
  margin-bottom: 34px;
}

.hd-tel h6{
  letter-spacing: 1px;
  float:left;
  width:100%;
  font-size: 25px;
  color: #e2c758;
  margin-bottom: 18px;
  font-weight: 400;}

.hed-tel-hvr{
  font-weight: 400;
  float: left;
  width: 100%;
  font-size: 20px !important;
  color: white !important;
  fo;
  padding-top: 11px !important;
  padding-bottom: 17px !important;
  text-decoration: none;
}

.hed-tel-hvr:hover{
    text-decoration: none;
    color: #4678bd !important;
}

.hd-presence{
  margin-top: 19px;
  float: left;
  width: 100%;
  padding: 19px;
  border: solid 1px #ffffff30;
  border-radius: 20px;
  /* margin-top:15px; */
  /* background: #112e4a; */
}

.hd-presence p{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    line-height: 200%;
    padding-top: 5px;
    font-weight: 400;
    font-family: 'Barlow';
}

.hd-presence span{float: left;width: 100%;font-size: 25px;font-weight: 100;color: #fff;line-height: 200%;border-bottom: solid 1px #ffffff30;margin-bottom: 15px;font-weight: 400;/* letter-spacing: 1px; */font-family: 'Space Grotesk',sans-serif;letter-spacing: -2.12px;}

.hd-tel p{
    float: left;
    width: 100%;
    font-size: 16px !important;
    color: #ffffff !important;
    line-height: 25px;
    padding-top: 5px;
    margin-bottom: 0px;
    font-weight: 400;
    font-family: 'Barlow';
}

.title-white{
  color:white !important; 
}

.top-thumb{
  font-weight: 400;
      font-size: 30px;
    cursor: pointer;
    float: right;
    padding-left: 20px;
    cursor:pointer !important;
    padding-top: 43px;
}
.enq-bg form{
  float:left;
  width:100%;
}

.frm-enq{
  float:left;
  width:100%;
  margin-top: 30px;
}

.frmq-title{
  float:left;
  width:100%;
  color:black;
  font-size: 15px;
  font-weight:500;
  padding-top: 0px;
  font-family: 'Barlow';
}

.field-enq{
  border-bottom: 1px solid #b0aaaa;
  color: #272626;
  display: block;
  font-size: 13px;
  /* text-transform: uppercase; */
  height: 55px;
  margin-bottom:2px !important;
  padding: 0 20px;
  outline: none;
  background: #fff;
  width: 100%;
  padding-left: 0px;
  border: none;
  transition: all 500ms ease;
  /* border: solid 1px #d4d3d3; */
  margin-top: 3px;
  width: 100%;
  float: left;
  padding: 18px 15px;
  margin-top: 9px;
  border-radius: 10px;
  font-family: 'Barlow';
}

.error-message {
    color: red;
}

.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.subscribe-btn {
  line-height: normal;
  text-decoration: none !important;
  height: 59px;
  font-size: 16px;
  margin: 20px auto 15px;
  display: table;
  font-weight: 600;
  color: #000;
  border-radius: 64px;
  padding: 12px 25px 15px 25px;
  /* text-align: center; */
  /* background: linear-gradient(90deg, #2f2f2f, #75ad3a, #2f2f2f, #a5cd7a, #8ec059, #8ebf58, #379962, #379962, #379962); */
  /* background-size: 400%; */
  width: 160px;
  float: left;
  cursor: pointer;
  border: 0;
  font-family: 'Barlow',sans-serif;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  text-decoration: none;
 }



.buttonarea {
     float: right;
     margin-top: -18px;
     margin-left: 17px;
}


.buttonarea a {
   
       float: right;
   }
.buttonarea a:hover {
  
   
}
.buttonarea img{
    width: 57px;
    /* margin-top: 2px; */
}

.hd-tel span {
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: 400;
    color: white;
    letter-spacing: -2.12px;
    margin-bottom: 10px;
    font-family: 'Space Grotesk',sans-serif;
    line-height: 200%;
    border-bottom: 1px solid #ffffff30;
}
.left-bg{
 background-color: #000000;
 float:left;
}

.right-bg{
    background-color: #000000;
    /* background-color: #ab1666; */
    padding:0px !important;
    float:left;
}

/* ===== Scrollbar CSS ===== */

 

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




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


.slide .item {
           height:819px;
           width: 100%;
           float: left;
           position: relative;
}



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


}

.slider-ban .owl-item.active .slide-image{
    transform: scale(1.1);
    transition: 10s;
}


.slider-ban .owl-item.active .header-content h1{
        transform: auto !important;
       transition: auto !important;
}

.slider-ban .owl-item.active .header-content p{
        transform: auto !important;
       transition: auto !important;
}



.slide .item  .header-content {
    padding-top: 100px !important;
}

.slide .item  .header-content {
    width: 100%;
    position: absolute;
    bottom: 106px;
    /* padding: 56px; */
    overflow: hidden;
}

.header-content h2 {
       position: relative;
       z-index: 9999999;
       font-family: "Space Grotesk", serif !important;
       float: left;
       font-size: 74px;
       color: #fff;
       font-weight: 500;
       text-align: left;
       line-height: 120%;
       width: 100%;
}
.slide-par{
     /* padding-left: 15px; */
     position: relative;
     /* margin-top: -136px; */
     bottom: 184px;
     width: 100%;
     float: right;
     z-index: 9999999;
}
.slide-par p{
  /* margin-bottom: 47px; */
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 200%;
  width: 100%;
  text-align: left;
  font-family: "Barlow", serif !important;!I;!;
  padding-left: 55px;
}



@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: 110px 0px;
}
.banner2 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: 25px;
    font-family: "Space Grotesk", serif !important;
}
.img-blue{
    float: left;
    width: 19px;
    margin-right: 18px;
    position: relative;
    top: 1px;
}
.banner2 h2{
     line-height: 56px;
     /* float: left; */
     font-size: 70px;
     font-weight: 400;
     color: #000;
     letter-spacing: -4.5px;
     line-height: 111%;
     margin-bottom: 33px;
     font-family: "Space Grotesk", serif !important;
}
.banner2 h2 span{
    color:#0000FE;
    font-weight: 500;
}
 .btn-intro {
            background-color: black;
            color: white;
            font-weight: 600;
            font-size: 16px;
            border: none;
            border-radius: 50px; /* Fully rounded edges */
            width: 170px;
            height: 62px;
            cursor: pointer;
            font-family: "Barlow", serif !important;
            float: left;
            margin-right: 19px;
                transition: ease-out0.4s;
        }


.product-h4 {
}
@media(min-width:1024px)
{        .text-intro {
            color: #717171; /* Grayish text color */
            font-size: 16px;
            line-height: 200%;
            font-weight: 400;
            font-family: "Barlow", serif !important;
            display: block;
        }
         .display-mobile{
            display: none;
         }
}
@media(max-width:1024px)
{
    .text-intro{
            display: none;
         }
    .display-mobile {
            padding-bottom: 25px;
            float: left;
            width: 100%;
            text-align: center; /* Centers the content */
            margin: 10px auto; /* Centers the button */
            color: #717171; /* Grayish text color */
            font-size: 16px;
            line-height: 200%;
            font-weight: 400;
            font-family: "Barlow", serif !important;
            display: block;
        }
}

.ban2-img{
    position: relative;
    float: right;
    margin-left: 122px;
    /* display: block; */
    width: 588px;
    height: 375px;
    margin-top: 4px;
    object-fit: cover;
}


.banner3{
    float: left;
    width: 100%;
    padding: 110px 0px 126px 0px;
    background-color: #f5f7fa;
    }
        .banner3 h2{
            float: left;
            width: 100%;
            font-size: 50px;
            font-weight: 600;
            color: #010101;
            line-height: 60px;
            font-family: "Space Grotesk", serif !important;
            margin-bottom: 9px;
        }
          .banner3 p{
            float: left;
            width: 100%;
            font-size: 18px;
            font-weight: 400;
            color: #717171;
            line-height:27px;
                font-family: "Barlow", serif !important;


        }
        .b3-main{
            float: left;
            width: 100%;
            padding-right: 68px;
        }
        .b3-1 {
    float: left;
    width: 50%;
    border-right: 1px solid #c4c5c7;
    border-bottom: 1px solid #c4c5c7;
    padding: 0px 83px 64px 6px;
}
 .b3-2 {
    float: left;
    width: 50%;
    border-bottom: 1px solid #c4c5c7;
    padding: 0px 0px 64px 91px;
    /* text-align: right; */
}
 .b3-3 {
    float: left;
    width: 50%;
    border-right: 1px solid #c4c5c7;
    padding: 52px 62px 0px 0px;
}
 .b3-4 {
    float: left;
    width: 50%;
    padding: 52px 0px 0px 91px;
}

.b3-next{
    float: left;
    width: 100%;
    padding-left: 28px;
}
.b3-next 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: 22px;
    font-family: "Space Grotesk", serif !important;
    margin-top: 3px;
}

.b3-next h1{
     line-height: 56px;
     /* float: left; */
     font-size: 65px;
     font-weight: 400;
     color: #000;
     letter-spacing: -2.12px;
     line-height: 120%;
     margin-bottom: 10px;
     font-family: "Space Grotesk", serif !important;
}
.b3-next h1 span{
    color:#0000FE;
    font-weight: 500;
}
        .b3-btn {
            background-color: black;
            color: white;
            font-weight: 600;
            font-size: 16px;
            border: none;
            border-radius: 50px; /* Fully rounded edges */
            width: 171px;
            height: 62px;
            cursor: pointer;
            font-family: "Barlow", serif !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;

            float: left;
        }
        .b3-next h5{
            float: left;
            width: 92%;
            font-size: 16px;
            font-weight: 400;
            color: #717171;
            line-height:200%;
            font-family: "Barlow", serif !important;
            margin-bottom: 27px;
            padding-left: 5px;
        }
.banner4{
    float: left;
    width: 100%;
    padding: 94px 0px 84px 0px;
}





.banner4 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;
}
.img-center{
    float: none;
    width: 20px;
    margin-right: 17px;
    position: relative;
    top: 3px;
}
.banner4 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: 55px;
     font-family: "Space Grotesk", serif !important;
}

.banner4 h1 span{
    color:#0000FE;
    font-weight: 500;
}

.banner4-img{
    float: left;
    width: 100%;
    height: 474px;
    position: relative;
    padding-bottom: 30px;
    border-radius: 10px 10px 0px 0px;
}
.banner4-h4{
    position: absolute;
    bottom: 30px;
    left: 0px;
    background-color: #fff;
    font-size: 25px;
    font-weight: 500;
    color: #000;
    font-family: "Space Grotesk", serif !important;
    padding: 29px 0px 30px 54px;
    border-top-right-radius: 20px;
    /* line-height: 120%; */
    border-bottom: 1px solid #e6e6e6;
    width: 283px;
    height: 84px;
    margin-bottom: 0px;
    transition: all ease-in-out 0.5s;
}

/* Apply hover effect on the parent */
.banner4-wrapper:hover .banner4-h4 {
    background-color: #0000FE;
    color: #fff;
}
.banner4-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}






.banner5{
    float: left;
    width: 100%;
    padding: 94px 0px 99px 0px;
    background-color: #f5f7fa;
}





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

.banner5 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: 55px;
     font-family: "Space Grotesk", serif !important;
}

.banner5 h1 span{
    color:#0000FE;
    font-weight: 500;
}


 .mission-ban{
        float: left;
        width: 100%;
        padding: 90px 0px;
        background-color: #e6f6fe;
    }
    .mission-box {
      margin-bottom: 20px;
      position: relative;
      background-color: #fff;
      padding: 51px 54px 55px 54px;
      width: 100%;
      overflow: hidden;
      border-radius:15px;
      /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    }

      /* Top border effect */
   

    /* Bottom border effect */
    .mission-box::after {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0;
      height: 8px;
      width: 0;
      background-color: #0101ff;
      transition: width 0.5s ease;
    }

    /* Hover effect */
    .mission-box:hover::after {
      width: 100%;
    }

    .img-circle{
       background: #fff;
       border-radius: 50%;
       box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
       display: flex;
       justify-content: center;
       align-items: center;
       width: 100px;
       height: 100px;
       position: relative;
       float: none;
       margin-right: auto;
       margin-left: auto;
       margin-bottom: 48px;
    }
    .img-circle img{
        width: 38px;
        float: none;
    }
    .sp-width1{
        width: 43px !important;
    }
    .mission-box h2{
        float: left;
        width: 100%;
        text-align: center;
        font-weight: 600;
        font-size: 25px;
        color: #0101ff;
        line-height: 30px;
        margin-bottom: 14px;
        font-family: "Space Grotesk", serif !important;
    }
    .mission-box p{
        float: left;
        width: 100%;
        text-align: center;
        color: #717171;
        font-size: 16px;
        font-weight: 400;
             font-family: "Barlow", serif !important;

        line-height: 200%;
    }



.banner6{
    float: left;
    width: 100%;
    padding: 104px 0px 107px 0px;
    position: relative;
}


.quote-img{
       position: absolute;
       right: 12px;
       top: 0px;
       width: 126px;
}


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

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

.banner6 h1 span{
    color:#0000FE;
    font-weight: 500;
}

.b3slide{
    width: 100%;
    float: left;
    /* padding-bottom: 80px; */
}
.box1{
    /* position: relative; */
    width: 100%;
    float: left;
}
.p-box{
    float: left;
    width: 100%;
    padding: 34px 35px;
    border-radius: 15px;
    background-color: #f5f7fa;
    margin-bottom: 33px;
    position: relative;
}
.p-box p{
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    color: #717171;
        font-family: 'Barlow',serif !important;


}
.test-img{
       width:55px !important;
          float: left;
          margin-right: 20px;
    object-fit: cover;
}
.i-box{
    float: left;
    width: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
}
.box1 h3{
    /* display: flex; */
    /* float: left; */
    font-weight: 600;
    font-size: 18px;
    color: #000;
    font-family: 'Space Grotesk',serif !important;
    margin-top: 5px;
    margin-bottom: 7px;
}
.box1 h5{
     /* float: left; */
     font-weight: 400;
     font-size: 16px;
     color: #000;
     font-family: 'Barlow',serif !important;
}

.p-box:after{
     content: "";
     position: absolute;
     bottom: -29px;
     left: 44px;
     /* transform: translateX(-50%); */
     border-width: 15px;
     border-style: solid;
     border-color: #f5f7fa transparent transparent transparent;
}

.footer {
            width: 100%;
            background-color: #f5f7fa;
            padding-top: 52px;
            text-align: left;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            float: left;
        }
        .footer-logo {
            width: 60%;
        }
        .footer-logo img {
            width: 529px;
            margin-bottom: 0px;
        }
        .footer-logo p {
            font-size: 16px;
            color: #717171;
            line-height: 200%;
            width: 63%;
            font-family: 'Barlow',sans-serif;
            float: left;
            font-weight: 400;
        }
        .footer-section {
            width: 12%;
            padding-top: 32px;
        }
        .sp-sec{
           width: 13%;
        }
        .footer-section h3 {
            font-family: "Space Grotesk", sans-serif;
            font-size: 16px;
            font-weight: 600;
            color: #717171;
            margin-bottom: 29px;
        }
        .footer-section a {
            font-size: 16px;
            color: #717171;
            font-weight: 400;
            display: block;
            margin-bottom: 16px;
            text-decoration: none;
            font-family: 'Barlow',sans-serif;
        }
        .footer-section p {
            font-size: 16px;
            color: #717171;
            font-weight: 400;
            display: block;
            margin-bottom: 9px;
            line-height: 200%;
            text-decoration: none;
            font-family: 'Barlow',sans-serif;
        }
        .footer-section a:hover {
            color: #0000ff;
            text-decoration: none;
        }
        .footer-bottom {
            width: 100%;
            border-top: 1px solid #bdbdbd;
            padding: 45px 0;
            margin-top: 59px;
        }
        .footer-bottom h1{
            float: left;
            text-align: left;
            font-weight: 400;
            font-size: 16px;
            color: #717171;
            font-family: 'Barlow',sans-serif !important;
        }
        .footer-bottom h2{
            float: right;
            text-align: right;
            font-weight: 400;
            font-size: 16px;
            color: #717171;
            font-family: 'Barlow',sans-serif !important;
        }
        .footer-bottom a {
            color: #717171;
            text-decoration: none;
        }
        .footer-bottom a:hover {
            color: black;
            text-decoration: underline;
        }

/*about*/

.abt-banner{
  float: left;
  width: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 184px 0px 86px 0px;
  /* margin-top: 40px; */
}

.abt-banner h1{
    text-align: center;
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    /* line-height: 110%; */
    /* margin-bottom: 19px; */
    /* letter-spacing: -0.5px; */
    margin-bottom: 0px;
    font-family: 'Space Grotesk',sans-serif;
}

.abt-ban2{
  float: left;
  width: 100%;
  padding: 90px 0px 70px;
}


.abt-ban2 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;
   
 }

.abt-ban2 h1{
     line-height: 56px;
     /* float: left; */
     font-size: 65px;
     font-weight: 400;
     color: #000;
     letter-spacing: -2.12px;
     line-height: 111%;
     margin-bottom: 17px;
     font-family: "Space Grotesk", serif !important;
}

.abt-ban2 h1 span{
    color:#0000FE;
    font-weight: 500;
}
.arw-abt{
    float: left;
    width: 19px;
    margin-right: 18px;
    position: relative;
    top: 1px;
}

.abt-ban2 p{

         color: #717171;
        font-size: 16px;
        font-weight: 400;
             font-family: "Barlow", serif !important;

        line-height: 200%;
}.abt-ban2-img{
  border-radius: 20px;
  /* margin-top: 22px; */
  float: left;
  width: 520px;
  height: 552px;
  object-fit: cover;
  margin-right: 70px;
  margin-bottom: 20px;
  /* filter: grayscale(1); */
  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;
  position: relative;
  z-index: 9;
}





.banner-8{
    float: left;
    width: 100%;
    padding: 70px 0px;
    background: rgb(34 33 33);
    background-image: url("../images/banner-1.webp");
    background-size: cover;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
}
.b8-1 {
    float: left;

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


.b8-1 h1 span{
    /* font-weight: 500; */
    /* color: #d1212a; */
}

.b8-3 {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.count2{
    float: left;
    width: 100%;
}
.count2 .item1:after {
    content: '+';
    position: absolute;
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    top: 11px;
}
.count2 .item1 {
 color: #ffffff;
 font-size: 70px;
 font-weight: 600;
 float: left;
 width: 100%;
 line-height: 1;
 text-align: center;
 position: relative;
 padding-right: 14px;
 font-family: 'Barlow',sans-serif;
 }
.count2 .item p {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 400;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    float: left !important;
    text-align: center;
    line-height: 41px;
    letter-spacing: 0.5px;
    font-family: 'Barlow';
}
.mv-banner{
    float: left;
    width: 100%;
    padding-bottom: 90px;
}



.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 #0000fe26; */
     -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: #000000;
     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;
}
.b4-box h2 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 25px;
    color: #000;
    line-height: 30px;
    margin-bottom: 14px;
    font-family: "Space Grotesk", serif !important;
}
.b4-box p {
    float: left;
    width: 100%;
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    font-family: "Barlow", serif !important;
    line-height: 200%;
}



 .b4-box {
      margin-bottom: 20px;
      position: relative;
      background-color: #f5f7fa;
    padding: 42px 37px 52px 43px;
      width: 100%;
      overflow: hidden;
      border-radius:15px;
      /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    }

      /* Top border effect */
   

    /* Bottom border effect */
    .b4-box::after {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0;
      height: 8px;
      width: 0;
      background-color: #0101ff;
      transition: width 0.5s ease;
    }

    /* Hover effect */
    .b4-box:hover::after {
      width: 100%;
    }
.b4-box:hover .img-cr {
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}



/*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 100px 0px;
}
.career h1{
    line-height: 56px;
    /* float: left; */
    font-size: 65px;
    font-weight: 400;
    color: #000;
    letter-spacing: -2.12px;
    line-height: 120%;
    margin-bottom: 10px;
    font-family: "Space Grotesk", serif !important;
    text-align: center;
    float: left;
    width: 100%;
}
.career h6{
 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;
}
.career h1 span {
    color: #0000FE;
    font-weight: 500;
}


.contactform{
    margin-top: 35px;
    width: 100%;
    float: left;
}
.contact-label {
   float: left;
   width: 100%;
   font-size: 16px;
   font-weight: 500;
   color: #000000;
   font-family: 'Space Grotesk',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: 7px 10px;
    margin-top: 10px;
    border-radius: 10px;
}
.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;
}


.career-btn {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: black;
    color: white;
    font-weight: 600;
    font-size: 16px;
    border: none;
    border-radius: 50px;
    width: 171px;
    height: 62px;
    cursor: pointer;
    transition: opacity 0.3sease-in-out;
    font-family: "Barlow", serif !important;
}














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


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

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



ul.contact-info span {
    font-size: 20px;
    line-height: 26px;
}
ul.contact-info 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: 31px;
    color: #edf5ff;
    font-size: 15px;
    font-weight: 400;
    /* letter-spacing: 0.5px; */
    font-family: 'Barlow',sans-serif;
}
.info-right h4 a{
    /* line-height: 38px; */
    color: #edf5ff;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: 'barlow',sans-serif;
}



@media only screen and (max-width: 767px) {
.contact-form {
    padding: 30px;
}
.contact-form:before {
    width: 100%;
}

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

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




.contactform2{
    float: left !important;
    width: 50% !important;
    padding: 50px 50px !important;
    background-color: #f5f7fa;
    border-radius: 20px 0px 0px 20px;
}

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

.contact-section2 h1{
 float: left;
 width:100%;
 font-size: 37px;
 font-weight: 400;
 line-height: 48px;
 color: #ffffff;
 letter-spacing: -2.12px;
 margin-bottom: 30px;
 font-family: 'Space Grotesk',sans-serif;
}
.contact-section2 p{float: left;width: 100%;font-size: 16px;letter-spacing: 0.5px;color: #fff;font-weight: 400;/* margin-bottom: 30px; */font-family: 'Barlow',sans-serif;line-height: 200%;}
.contact-label2 {
   float: left;
   width: 100%;
   text-align: left;
   font-size: 16px;
   color: #717171;
   font-weight: 400;
   letter-spacing: 0px;
   font-family: 'Barlow',sans-serif;
}
.mct_form2 {
    color: #ffffff;
    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: 1px solid #dbdbdb;
}
.contactform2 h2{
          float: left;
          width:100%;
          font-size: 37px;
          font-weight: 600;
          line-height: 48px;
          color: #000;
          letter-spacing: -2.12px;
          margin-bottom: 30px;
          font-family: 'space grotesk',sans-serif;
}



.contact-snd{
    float: left;
    /* width: 120px; */
    background-color: #000000;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    padding: 19px 55px;
    outline: none !important;!i;!;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    font-family: 'Barlow', sans-serif;
}









.contact-snd:hover {
    background-color: #0000FE;
    color: #000;
}

.career-btn:hover {
    background-color: #0000FE;
    color: #000;
      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;

}
.btn-intro:hover {
    background-color: #0000FE;
    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;

}
.btn-intro{
    cursor: pointer;
    z-index: 999;
    position: relative;
      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:hover {
    background-color: #0000FE;
    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;

}
.subscribe-btn:hover {
    background-color: #0000FE;
    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;
text-decoration: none;
}

/*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;*/
  /* left: 50%; */
  /* transform: translate(-50%); */
}
.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;}
}









