html{
    overflow-x: hidden;
}


body{
    margin: 0;

 overflow-x: hidden !important;
 scroll-behavior: smooth;

}
button:focus {
      outline: none;
}

.plus-jakarta-sans-<uniquifier> {
  font-family: "Plus Jakarta Sans", 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{
    text-decoration: none !important;
}
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;

}

.rubik-<uniquifier> {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


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

.logo img{
    
    
        width: 149px;
    float: left;
    position: relative;
    z-index: 999;
    top: 31px;
}
.menuarea{
           width: 87%;
           float: right;
           position: relative;
           padding: 31px 0px;
           height: 108px;
}
.btn-header{
    float: right;
}

.btn-head {
   
    padding: 15px 20px;
    float: left;
    border-radius: 50px;
    width: 131px;
    height: 51px;
    color: #e6dee6;
    font-weight: normal;
    font-size: 15px;
    background-size: 200% auto;
    background-image:linear-gradient(94deg, rgba(10,102,194,1) 0%, rgba(5,48,92,1) 100%);
    /* padding-left: 22px; */
    /* padding-right: 22px; */
    /* padding-top: 15px; */
    text-align: center;
    /* padding-bottom: 13px; */
    margin-top: -16px;
    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;
}
.btn-head:hover {

 text-decoration: none;
    color: white;
    background-position: right center;
    color: #fff;
    text-decoration: none;
    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{
     /* 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 18px 0px 18px;
     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{
       font-weight: 400;
       width: auto;
       color: #2D2D2D;
       float: left;
       position: relative;
       /* padding-bottom: 30px; */
       font-size: 16px;
       letter-spacing: 0px !important;
       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;
         font-family: "Rubik", sans-serif !important;
    }
.menuarea > ul > li > a:hover{
   color: #9ad08d;
  -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{
  color: #9ad08d !important;
}

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


.tgmenu__navbar-wrap > ul > li .sub-menu {
   
}

/*.sub-menu {
    margin-top: 73px!important;
}*/

.sp-width{
        width: 228px !important;
        left: -49px !important;
        padding: 8px 15px !important;
}

.menu ul {
           padding: 0px 0px;
           width: 256px;
           overflow: hidden;
           /* height: 250px; */
           position: absolute;
           left: -64px;
           top: 21px;
           /* min-width: 100px; */
           background: #192a1b;
           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:hover{
    background-color: #9ad08e;
}


.menu ul li a {
     text-align: center;
     color: #ffffff;
     font-family: "Rubik", sans-serif;
     font-weight: 400;
     font-size: 16px;
     /* 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 {
  
}












.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: #ffffff;
  z-index: 11;
  display: block;
  transition: 0.3s;
}

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

.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 9px;
  font-size: 54px;
  z-index: 99999999;
  float: right;
  /* width: 82px; */
  font-weight:100;
  /* height: 80px; */
}

@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: 92px 26px 70px 26px;
  height: 100vh;
}


.hd-tel{
 
  float:left;
  width:100%;
  /* border: 1px dashed #000; */
  margin-bottom: 20px;
  padding: 34px 30px;
  border-radius: 20px;
  background-color: #04546e;
}

.hd-tel2{
 float:left;
 width:100%;
 /* border: 1px dashed #000; */
 margin-bottom: 20px;
 border-radius: 20px;
 background-color: #162d19;
}
.hd-tel2 span{
      float: left;
      width: 100%;
      font-size: 30px;
      font-weight: bold;
      color: #ffffff;
      letter-spacing: 1px;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: solid 1px rgb(255 255 255 / 19%);
      font-family: 'Rubik',sans-serif;
}

.hd-tel2 p{
    float: left;
    width: 100%;
    font-size: 15px !important;
    color: #ffffff !important;
    line-height: 25px;
    padding-top: 5px;
    margin-bottom: 0px;
    font-weight: normal;
    font-family: 'Rubik',sans-serif;
    
}
.hd-tel h1{
  letter-spacing: 1px;
  float:left;
  width:100%;
  font-size: 27px;
  font-weight: bold;
  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: normal;
}

.hed-tel-hvr{
  font-weight: normal;
  float: left;
  width: 100%;
  font-size: 18px !important;
  color: #fff !important;

  padding-top: 11px !important;
  padding-bottom: 7px !important;
}

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

.hd-presence{
  margin-top: 19px;
  float: left;
  width: 100%;
  padding: 19px;
  /* border: dashed 1px rgb(4 84 110); */
  border-radius: 20px;
  /* margin-top:15px; */
  background: #04546e;
}

.hd-presence p{
    float: left;
    width: 100%;
    font-size: 13px;
    color: #000000;
    line-height: 27px;
    padding-top: 5px;
    font-weight: 500;
   
}

.hd-presence span{float: left;width: 100%;font-size: 25px;font-weight: 100;color: #04546e;padding-bottom: 10px;border-bottom: solid 1px rgb(255 255 255 / 19%);margin-bottom: 15px;font-weight: bold;letter-spacing: 1px;}

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

.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:14px;
  font-weight: normal;
  padding-top: 0px;
  font-family: 'Rubik ',sans-serif;
}

.field-enq{
  font-weight: normal;
  font-family: 'Rubik ',sans-serif;
  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: 20px 15px;
  margin-top: 9px;
  border-radius: 10px;
}

.error-message {
    color: red;
}

.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.subscribe-btn {
  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, #2f2f2f, #75ad3a, #2f2f2f, #a5cd7a, #8ec059, #8ebf58, #379962, #379962, #379962);
  background-size: 400%;
  width: 100%;
  float: left;
  cursor: pointer;
  border: 0;
 }

.subscribe-btn: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);

}




.buttonarea1 {
     float: right;
     margin-top: -12px;
     /* margin-left: 40px; */
}


.buttonarea1 a {
   
       float: right;
   }
.buttonarea1 a:hover {
  
   
}
.buttonarea1 img{
    /* float: right; */
    width: 30px;
    margin-top: 13px;
}



.hd-tel span {
    float: left;
    width: 100%;
    font-size: 29px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgb(255 255 255 / 19%);
}
.left-bg{
 background-color: #ffffff;
 float:left;
}

.right-bg{
    background-color: #162d19;
    /* 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%;
         background: url(../images/home.svg);
         background-size: cover;
         /* background-position: center; */
         position: relative;
         z-index: 1;
         /* min-height: 850px; */
         /* max-height: 1000px; */
         height: 100vh;
         top: 0px;
         background-color: #192A1B;
}


.slide .item {
           /* height: 100vh; */
           width: 100%;
           float: left;
           position: relative;
}



.slide .item .slide-image {
    height: 100vh;
    float: right;
    margin-left: 0px;
    /* position: absolute; */
    /* width: auto !important; */
    /* z-index: 9999; */
    width: 100%;
    right: 0;
    object-fit: cover;
    top: 0;
}
.slider-ban2{position: absolute !important;z-index: 99 !important;top: 234px;}
.slider-ban .owl-item.active .slide-image{
   
    transition: 10s;
}


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

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




.slider-ban2  h1 {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    float: left;
    font-size: 80px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    /* padding-left: 30px; */
    line-height: 97px;
    width: 50%;
    letter-spacing: -4px;
}

.slider-ban2  p {
      font-family: "Rubik", sans-serif !important;
      float: left;
      margin-top: 14px;
      font-size: 16px;
      color: #bfbdb9;
      font-weight: 400;
      line-height: 32px;
      width: 100%;
      text-align: left;
      margin-bottom: 25px;
}







.menu-btn2 {
  padding: 15px 29px;
  width: 183px;
  height: 47px;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #19291b;
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  text-decoration: none; /* Ensure link text isn't underlined */
  transition: background-color 300ms;
}

.menu-btn2:hover {
  background-color: #9AD08D; /* Change background color on hover */
}

.menu-btn2 img {
  width: 19px !important;
  margin-left: 10px;
  float: right;
}

.menu-btn2 {
  font-family: "Rubik", sans-serif !important;
  color: white;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-align: center;
}

.menu-btn2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #9AD08D;
  z-index: 1;
  transition: bottom 300ms;
}

.menu-btn2:hover::after {
  bottom: 0;
  z-index: -1; /* Keep text and icon above the hover effect */
}
.head-a{

    color: #fff !important;
}
.head-a:hover{
    color: #fff !important;
}












.btn1 {
    float: left;
    padding: 17px 30px;
    width: 155px;
    height: 50px;
    color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #19291b;
    position: relative;
    overflow: hidden;
    margin-top: -1px;
    text-decoration: none; /* Ensure link text isn't underlined */
    transition: background-color 300ms;
    z-index: 99;
}
.btn1:hover {
 /* Change background color on hover */
  color:#fff ;
}

.btn1 img {
  width: 19px !important;
  margin-left: 10px;
  float: right;
}

.btn1 {
  font-family: "Rubik", sans-serif !important;
  color: white;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-align: center;
}

.btn1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #9AD08D;
  z-index: 1;
  transition: bottom 300ms;
}

.btn1:hover::after {
  bottom: 0;
  z-index: -1; /* Keep text and icon above the hover effect */
}








    .banner-points{
        float: left;
        position: absolute;
        width: 100%;
        bottom: 11px;
        z-index: 999;
    }
    .point{
        float: left;
        width: 33.3333%;
        padding-right: 16px;  -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;
    }
    .point h3{
        float: left;
        font-size: 55px;
        font-weight: bold;
        color: #9AD08D;
        font-family: "Plus Jakarta Sans", sans-serif !important;
        margin-right: 13px;
        margin-bottom: 50px;
    }
    .point h2{
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 180%;
                    font-family: "Rubik", sans-serif !important;

    }
    .point:hover h2{
         color: #9AD08D;
    }
      .point:hover h3{
         color: #fff;
    }
    .point img{
        width: 21px;
        margin-top: 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;
        
    }
    .divider{
         float: left;
         width: 100%;
         position: absolute;
         bottom: 0px !important;
         z-index: 999;
    }

    .border-line{
        float: left;
        width: 100%;
        background: rgb(154,208,141);
        background: linear-gradient(90deg, rgba(154,208,141,1) 40%, rgba(217,217,217,1) 40%);
        height: 1px;
        bottom: 0px;
        position: relative;
        z-index: 999;
    }



.banner2{
  float: left;
  width: 100%;
  padding: 110px 0px 35px 0px;
  background-color: #192A1B;
  background-image: url("../images/intro-bg.png");
  background-size: 99%;
  background-position-y: 68px;
  background-repeat: no-repeat;
  background-position-x: 14px;
}
.banner2 img{
  float: right;
  width: 463px;
  height: 518px;
  object-fit: cover;
  margin-left: 131px;
  margin-bottom: 30px;
}
.banner2 h6{
                    font-family: "Rubik", sans-serif !important;

    font-size:16px;color: #fff;font-weight: 400;text-align: left;line-height: auto;margin-bottom: 15px;}

.banner2 h1{
        font-family: "Plus Jakarta Sans", sans-serif !important;
letter-spacing: -3px;


    font-size: 50px;color: #fff;font-weight: bold;text-align: left;line-height:auto;margin-bottom: 30px;}

.banner2 p{
 font-size: 16px;
 color: #fff;
 font-weight: 400;
 text-align: left;
 line-height: 28px;
 margin-bottom: 35px;
 font-family: "Rubik", sans-serif !important;
}
.b2-2{
 margin-top: 22px;
 float: left;
 width: 27%;
 padding: 0px 22px;
 /* border-left: 1px solid #e5e5e5; */
 position: relative;
}
.sp-b4{
    background-color: #fafafa !important;
}
.b2-2:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 80px;
    background: #9ad08d;
    top: 4px;
    left: 0;
    border-radius: 34px;
}
.sp-b2{
    position: relative;
}
.sp-b2:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 80px;
    background: #9ad08d;
    top: 4px;
    left: 0;
    border-radius: 34px;
}

.count{
    float: left;
    width: 100%;
}
.count .item1:after {
    content: '+';
    position: absolute;
    color: #fff;
    font-size: 36px;
    /* top: -27px; */
    font-weight: bold;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
.count-cont{
    float: left;
    width: 100%;
}
.count .item1 {float: left;font-size: 36px;color: #fff;font-weight: bold;font-family: "Plus Jakarta Sans", sans-serif !important;position: relative;margin-top: 6px;/* margin-right: 9px; */letter-spacing: -2px;}

.count .item p {
     margin-top: 15px;
     color: #fff!important;
     font-size: 16px !important;
     font-weight: 400;
     font-family: "Rubik", sans-serif !important;
     width: 100%;
     margin-bottom: 0px;
     float: left !important;
     text-align: left;
     line-height: 27px;
}
.sp-b2{
    width: 19% !important;
}


.banner3{
    float: left;
    width: 100%;
    padding: 100px 0px;
    background-color: #fff;
}
.banner3 h6{
 font-family: "Rubik", sans-serif !important;
float: left;width: 100%;
    font-size:16px;color:  #192A1B;font-weight: 400;text-align: left;line-height: auto;margin-bottom: 15px;
}
.banner3 h1{
     font-family: "Plus Jakarta Sans", sans-serif !important;
     letter-spacing: -4px;
     float: left;
     font-size: 70px;
     color:  #192A1B;
     font-weight: bold;
     text-align: left;
     line-height:auto;
     margin-bottom: 30px;
}.b3slide{
    width: 100%;
    float: left;
    /* padding-bottom: 80px; */
    padding-left: 140px;
}
.box1{
    position: relative;
       margin-top: 20px;
    height: 469px;
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
      transition: all ease-in-out .5s;
      -webkit-transition: all ease-in-out .5s;
}

.box1-img{
       width: 100%;
          float: left;
    border-radius: 20px;
    height: 469px;
    object-fit: cover;
}

.overlay-slide {
    background: rgb(0,30,66);
    background: linear-gradient(180deg, rgb(80 80 80 / 27%) 9%, rgb(0 0 0 / 76%) 100%);
    position: relative;
    width: 100%;
    height: 469px;
    border-radius:20px;
}
.box1:hover .overlay-slide{
    background: linear-gradient(181deg, rgb(2 12 25 / 27%) 24%, rgb(22 35 24) 85%);
}
.box1:hover  h2{
      transition: all ease-in-out .5s;
      -webkit-transition: all ease-in-out .5s;
    color: #9AD08D;
}
.loop-con{
         float: left;
         width: 100%;
         bottom: 199px;
         position: relative;
         text-align: center;
}

.loop-con h2{
   width: 100%;
   float: left;
   text-align: center;
   color: #fff;
   font-weight: bold;
   font-size: 30px;
   line-height: 40px;
   letter-spacing: -1px;
   margin-bottom: 15px;
   transition: all ease-in-out .5s;
   -webkit-transition: all ease-in-out .5s;
   font-family: 'Plus Jakarta Sans',sans-serif !important;
}

.loop-con p{
   padding: 0px 36px;
   width: 100%;
   float: left;
   text-align: center;
   color: #fff;
   font-weight: 400;
   font-size: 16px;
   line-height: 28px;
   font-family: 'Rubik',sans-serif !important;
}


.loop-what-we-do.owl-drag .owl-item {
    padding-bottom: 44px;
    }
.loop-what-we-do .owl-nav{
    width: 100%;
    float: left;
    position: relative;
    top: 109px;
}
.loop-what-we-do .owl-next{
            border: 2px solid #192A1B !important;

    position: absolute;
    right: 60px;
    top: -729px;
  background-color: transparent !important;
    padding: 13px 20px !important;
    border-radius:50px;
    width:82px;
    height: 45px;
}
.loop-what-we-do .owl-prev{
    position: absolute;
    right:150px;
    top: -729px;
    /*    transform: rotate(180deg);*/
 
 border: 2px solid #192A1B !important;
  background-color: transparent !important;
    padding: 13px 20px !important;
    border-radius:50px;
    width:82px;
    height: 45px;
 
}
.loop-what-we-do .owl-next img{
    width: 35px;
transform: rotate(180deg);
}
.loop-what-we-do .owl-prev img{
  
    width: 35px;
}
.loop-what-we-do .owl-next:hover{
    background-color: #192A1B !important;
}
.loop-what-we-do .owl-prev:hover{
background-color: #192A1B !important;
}.loop-what-we-do .owl-next:hover img{
    filter: brightness(100);
}.loop-what-we-do .owl-prev:hover img{
    filter: brightness(100);
}
.loop-what-we-do .owl-nav.disabled {
    display: block !important;
}













.custom__btn {
    float: none;
    top: 26px;
    padding: 19px 38px;
    width: 185px;
    height: 48px;
    color: #191919;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    /* margin-top: -1px; */
    text-decoration: none; /* Ensure link text isn't underlined */
    transition: background-color 300ms;
    z-index: 99;
    margin-left: auto;
    margin-right: auto;
}
.custom__btn:hover {
 /* Change background color on hover */
  color:#fff ;
  background-color: #9AD08D;
}

.custom__btn img {
  width: 19px !important;
  margin-left: 10px;
  float: right;
}

.custom__btn {
  font-family: "Rubik", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-align: center;
}

.custom__btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #9AD08D;
  z-index: 1;
  transition: bottom 300ms;
}
.custom__btn:hover img{
filter: brightness(100);
}
.custom__btn:hover::after {
  bottom: 0;
  z-index: -1; /* Keep text and icon above the hover effect */
}


.banner4{
    float: left;
    width: 100%;
    padding: 100px 0px 30px 0px;
    background-color: #FAFAFA;
}
.banner4 h6{font-family: "Rubik", sans-serif !important;font-size:16px;color: #192A1B;font-weight: 400;text-align: center;line-height: auto;margin-bottom: 17px;width: 100%;}

.banner4 h1{
        font-family: "Plus Jakarta Sans", sans-serif !important;
        letter-spacing: -3px;
        font-size: 70px;
        color: #192A1B;
        font-weight: bold;
        text-align: center;
        width: 100%;
        line-height:auto;
        margin-bottom: 65px;
}
.b4-box:hover{
    background-color: #192a1b; -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;
}
.sp-b4:hover{
    background-color: #192a1b; -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;
}
.sp-b4:hover p{
    color: #000 !important; 
}
.b4-box{
    float: left;
    width: 100%;
    padding: 53px 37px 52px 43px;
    background-color: #fff;
    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 #9ad08d4a;
     -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: #9AD08D;
     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{
      font-family: "Plus Jakarta Sans", sans-serif !important;

float: left;
    font-size: 28px;
    color: #0D0D0D;
    font-weight: bold;
    text-align: left;
    width: 100%;
    line-height:auto;
    margin-bottom: 12px;
}
.b4-box p{
      font-family: "Rubik", sans-serif !important;
float: left;
    font-size:16px;
    color: #192A1B;
    font-weight: 400;
    line-height: 180%;
    width: 100%;
}
.b4-box:hover .img-cr{
  transform: rotateY(360deg);transform-style: preserve-3d;transition: transform 0.8s;
}
.b5-box:hover .img-sq{
  transform: rotateY(360deg);transform-style: preserve-3d;transition: transform 0.8s;
}
.b5-box:hover .img-sq2{
  transform: rotateY(360deg);transform-style: preserve-3d;transition: transform 0.8s;
}
.b5-box:hover .img-sq3{
  transform: rotateY(360deg);transform-style: preserve-3d;transition: transform 0.8s;
}
.b5-box:hover .img-sq4{
  transform: rotateY(360deg);transform-style: preserve-3d;transition: transform 0.8s;
}
.b4-box:hover h2{
      color: #9ad08d;
}
.b5-box:hover h2{
      color: #9AD08D;
}
.b4-box:hover p{
    color: #fff; 
}
.banner5{
    float: left;
    width: 100%;
    background-image: url("../images/how-works-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.banner5 h6{font-family: "Rubik", sans-serif !important;font-size:16px;color: #ffffff;font-weight: 400;text-align: center;line-height: auto;margin-bottom: 17px;width: 100%;}

.banner5 h1{
        font-family: "Plus Jakarta Sans", sans-serif !important;
        letter-spacing: -2px;
        font-size: 70px;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        width: 100%;
        line-height:auto;
        margin-bottom: 65px;
}

.b5-box{
    float: left;
    width: 100%;
    padding: 53px 0px;
    background-color: #192A1B;
    position: relative;
}
.img-sq img{
      transition: all ease-in-out .5s;
      -webkit-transition: all ease-in-out .5s;
      width: 40px;
      height: 40px;
      object-fit: contain;
}
.img-sq{
     box-shadow: 10px 9px 0px #f3ae5b59;
     -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: none;
     margin:auto;
     display: block;
     width: 70px;
     display: flex;
     background-color: #F3AE5B;
     height: 70px;
     border-radius: 10px;
     padding: 15px;
     margin-bottom: 30px;
     transition: all ease-in-out .5s;
     -webkit-transition: all ease-in-out .5s;
     -moz-transition: all ease-in-out .5s;
}

.b5-box h2{
      font-family: "Plus Jakarta Sans", sans-serif !important;
      float: left;
      font-size: 24px;
      color: #fff;
      font-weight: 600;
      text-align: center;
      width: 100%;
      line-height:auto;
      margin-bottom: 19px;
}
.b5-box p{
      font-family: "Rubik", sans-serif !important;
float: left;
    font-size:16px;
    color: #fff;
    font-weight: 400;
    line-height: 180%;
    width: 100%;
    text-align: center;
}


.img-sq2 img{
      transition: all ease-in-out .5s;
      -webkit-transition: all ease-in-out .5s;
      width: 40px;
      height: 40px;
      object-fit: contain;
}
.img-sq2{
     box-shadow: 10px 9px 0px #29baa252;
     -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: none;
     margin:auto;
     display: block;
     width: 70px;
     display: flex;
     background-color: #29BAA2;
     height: 70px;
     border-radius: 10px;
     padding: 15px;
     margin-bottom: 30px;
     transition: all ease-in-out .5s;
     -webkit-transition: all ease-in-out .5s;
     -moz-transition: all ease-in-out .5s;
}

.img-sq3 img{
      transition: all ease-in-out .5s;
      -webkit-transition: all ease-in-out .5s;
      width: 40px;
      height: 40px;
      object-fit: contain;
}
.img-sq3{
     box-shadow: 10px 9px 0px #7d65b645;
     -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: none;
     margin:auto;
     display: block;
     width: 70px;
     display: flex;
     background-color: #7D65B6;
     height: 70px;
     border-radius: 10px;
     padding: 15px;
     margin-bottom: 30px;
     transition: all ease-in-out .5s;
     -webkit-transition: all ease-in-out .5s;
     -moz-transition: all ease-in-out .5s;
}
.img-sq4 img{
      transition: all ease-in-out .5s;
      -webkit-transition: all ease-in-out .5s;
      width: 40px;
      height: 40px;
      object-fit: contain;
}
.img-sq4{
     box-shadow: 10px 9px 0px #0099ca36;
     -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: none;
     margin:auto;
     display: block;
     width: 70px;
     display: flex;
     background-color: #0099CA;
     height: 70px;
     border-radius: 10px;
     padding: 15px;
     margin-bottom: 30px;
     transition: all ease-in-out .5s;
     -webkit-transition: all ease-in-out .5s;
     -moz-transition: all ease-in-out .5s;
}
.m-buy {
    width: 113px;
    position: absolute;
    right: -64px;
    top: 88px;
    z-index: 99;
    animation: mbuymove 4s linear infinite;
}
@keyframes mbuymove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-13px);
  }
  100% {
    transform: translateY(0);
  }
}



.footer{
    float: left;
    width: 100%;
    padding: 101px 0px 40px 0px;
}
.footer h1{
    letter-spacing: -3px;
    float: left;
    width:100%;
    color: #192A1B;
    line-height: 46px;
    font-size: 39px;
    font-weight: bold;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    margin-bottom: 20px;
}
.footer p{
  float: left;
  width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Rubik", sans-serif !important;
}
.footer img{
   margin-top: -36px;
    float: none;
    width: 280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.footer h2{
     float: left;
     width: 100%;
     color: #000;
     font-size: 16px;
     line-height: 180%;
     font-weight: 400;
     font-family: "Rubik", sans-serif !important;
}
.footer h3{
     float: left;
    width:auto;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
 font-family: "Rubik", sans-serif !important;
}
.footer h3 a{
     /* float: left; */
     width: auto;
     color: #000;
     font-size: 16px;
     line-height: 28px;
     font-weight: bold;
     font-family: "Rubik", sans-serif !important;
}

.footer h4{
     float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
 font-family: "Rubik", sans-serif !important;
}
.footer h4 a{
     /* float: left; */
     /* width: 100%; */
     color: #000;
     font-size: 16px;
     line-height: 28px;
     font-weight: bold;
     font-family: "Rubik", sans-serif !important;
}

.ftr-a-links{
    float: left;
    width: 100%;
    padding:40px 0px;
    border-top: 1px solid #D9D9D9;
      border-bottom: 1px solid #D9D9D9;
}
.ftr-a{
   position: relative;
   margin-right: 91px;
   font-size: 16px;
   font-weight: 400;
   color: #2D2D2D;
   top: 0px;
   font-family: "Rubik", sans-serif !important;
}
.ftr-a-links h6{
   margin-right: 95px;
   font-size: 16px;
   font-weight: bold;
   color: #2D2D2D;
   width: auto;
   margin-bottom: 0px;
   float: left;
   font-family: "Rubik", sans-serif !important;
}

.ftr-a:hover{
       transition: all ease-in-out .5s;
       -webkit-transition: all ease-in-out .5s;
       -moz-transition: all ease-in-out .5s;
       text-decoration: none;
       color: #99d08d;
}
.no-mr{
    margin-right: 0px !important;
}.copy{
    width: 100%;
    float: left;
    padding: 40px 0px;
}
.copy h3 a{
    color: #2D2D2D;
        font-family: "Rubik", sans-serif !important;
text-decoration: underline;
}
.copy h3 a:hover{color: #99d08d;}
.copy p{
    float: left;
  font-size: 16px;
  font-weight: 400;
  color: #2D2D2D;
   font-family: "Rubik", sans-serif !important;

}
.copy h3{
    float: right;
  font-size: 16px;
  font-weight: 400;
  color: #2D2D2D;
   font-family: "Rubik", sans-serif !important;

}




.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/inner-banner.webp");
}

.ab-ban1 h3{
        font-size: 50px;
        font-weight: bold;
        line-height: 56px;
        text-align: left;
        color: #ffffff;
        float: left;
        width: 100%;
        padding: 206px 0px 100px 0px;
        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; */
}
.a-bus1-1 img{
        margin-bottom: 20px;
        float: left;
        object-fit: cover;
        width: 544px;
        margin-right: 40px;
        border-radius: 20px;
        height: 509px;
}

.a-bus1-1 h1{
      font-size: 50px;
      font-weight: bold;
      line-height: 56px;
      font-style: normal;
      text-align: left;
      color: #192A1B;
      font-family: "Plus Jakarta Sans", sans-serif !important;
      letter-spacing: -3px;
}

.a-bus1-1 p{
        font-family: "Rubik", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-style: normal;
    text-align: left;
    color: #2D2D2D;
    margin-top: 15px;
    margin-bottom: 24px;
}





.bus-2{
    float: left;
    width: 100%;
    padding: 60px;
    background-color: #192a1b;
}
.bus-2 h2{
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
    float: left;
    font-family: "plus Jakarta Sans" , sans-serif;
    letter-spacing: -2px;
}

.bus-2 p{text-align: left;font-size: 16px;font-weight: 400;line-height: 28px;font-style: normal;text-align: left;color: #ccc;float: left;width: 90%;margin-bottom: 0px;font-family: "Rubik" , sans-serif;margin-top: 13px;}
.bus2-1{
 float: none;
    display: table;
    margin: auto;
}















.btn77 {
    padding: 16px 35px;
    width: 185px;
    height: 48px;
    color: #141841;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    /* margin-top: -1px; */
    text-decoration: none; /* Ensure link text isn't underlined */
    transition: background-color 300ms;
    z-index: 99;
    margin-left: auto;
    margin-right: auto;
}
.btn77:hover {
 /* Change background color on hover */
  color:#fff ;
  background-color: #9AD08D;
}
.btn77:hover .arw4{
  filter:brightness(100);
}
.arw4  {
  width: 19px !important;
  margin-left: 10px;
  float: right;
}

.btn77 {
  font-family: "Rubik", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-align: center;
}

.btn77::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #9AD08D;
  z-index: 1;
  transition: bottom 300ms;
}

.btn77:hover::after {
  bottom: 0;
  z-index: -1; /* Keep text and icon above the hover effect */
}









.buttonarea3{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    
}





/* ======= Service Details style ======= */
.service-details {
 float: left;
 width: 100%;
 padding: 100px 0px;
 /* background-color: #004961; */
}
.serv1{
    float: left;
    width: 100%;
}
.serv1 h3 {
   font-size: 37px;
   font-weight: bold;
   /* font-family: 'Typold' !important; */
   color: #19291b;
   line-height: 77px;
   margin-bottom: 6px;
   /* width: 100%; */
   font-family: "plus Jakarta Sans" , sans-serif;
   /* float: left; */
   letter-spacing: -2px;
}
.serv1 p{
   
    font-size: 16px;
    font-weight: normal;
     font-family: "Rubik", sans-serif !important;
    color: #000;
    line-height:28px;
    margin-bottom: 15px;
    position: relative;
}
.serv1-img{
    width: 490px;
    float: left;
    object-fit: cover;
    border-radius: 25px;
    height: 521px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 26px;
}
.points-img
{
        position: relative;
    top: 5px;
    width: 20px;
    margin-right: 8px;
    float: left;
}




.service-slide{
    float: left;
    width: 100%;
    padding: 60px 0px 100px 0px;
    background-color: #fff;
}

.service-slide h1{
     font-family: "Plus Jakarta Sans", sans-serif !important;
     letter-spacing: -2px;
     float: left;
     font-size: 50px;
     color:  #192A1B;
     font-weight: bold;
     text-align: center;
     line-height:auto;
     margin-bottom: 30px;
     width: 100%;
}.serv-slide{
    width: 100%;
    float: left;
    /* margin-bottom: 80px; */
}
.loop-2 .owl-item {
    padding-bottom: 44px;
}



.site-header.header-sidenav-1 .menu-btn.open span{
    background-color: #fff !important;
}

.ct-full{/* background: #161616; */width: 100%;float: left;padding: 80px 0;}
.ct-box{


margin-bottom: 15px;
    position: relative;width: 100%;float: none;text-align: center;background: #19291b;padding: 35px 30px;display: table;/* border-radius: 20px; *//* margin: 0 auto 30px; */height: 255px;}
.ct-box h5{font-size: 23px;color: #fff;margin-top: 5px;width: 100%;text-align: left;float: left;font-weight: 500;font-family: "Plus Jakarta Sans", sans-serif !important;/* letter-spacing: -1px; */}
.ct-box p a{margin: 0;font-size: 15px;color: #fff;line-height: 25px;text-align: left;margin-top: 10px;font-family: "Rubik", sans-serif;}

.ct-box p {margin: 0;font-size: 15px;color: #fff;line-height: 25px;float: left;width: 100%;text-align: left;margin-top: 10px;font-family: "Rubik", sans-serif;}


.ct-box:hover:after{
      transform: scaleX(1);
  }
  .ct-box:after{
        transform: scaleX(0);
        transition: transform 800ms ease-in-out;
        position: absolute;
        content: '';
        border-bottom: 5px solid #9ad08e;
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 0;
        opacity: .7;
  }
.ct-left{position: relative;width: 100%;float: left;margin-top: 30px;height: 547px;overflow: hidden;}
.ct-left img{

width: 100%;

float: left;

height: 100vh;

object-fit: cover;
}
.ct-left:after{position: absolute;content: '';background: linear-gradient(180deg, rgba(17, 17, 17, 0.06486344537815125) 0%, rgba(22, 22, 22, 0.8855917366946778) 55%, rgba(22, 22, 22, 0.8855917366946778) 72%, rgba(22, 22, 22, 1) 89%, rgba(22, 22, 22, 1) 91%, rgb(22 22 22) 93%);top: 0;height: 100vh;left: 0;width: 100%;}
.ct-left-text{

position: absolute;

z-index: 99;

bottom: 20px;

padding: 0 20px;
}
.ct-left-text h5{color: #fff;font-size: 22px;margin-bottom: 10px;font-weight: 500;font-family: "Plus Jakarta Sans", sans-serif !important;/* letter-spacing: -2px; */}
.ct-left-text p{

color: #fff;

font-size: 15px;

line-height: 197%;

margin: 0;
        font-family: "Rubik", sans-serif !important;

font-weight: 400;
}
.ct-right{width: 100%;float: left;background: #19291b;margin-top: 30px;padding: 50px 3% 50px 5%;}
.ct-right form{

}
.ct-right h2{font-size: 30px;color: #fff;margin-bottom: 40px;font-family: "Plus Jakarta Sans", sans-serif !important;font-weight: 500;float: left;width: 100%;}
.ct-field{

width: 48%;

float: left;

margin-right: 2%;

margin-bottom: 15px;
}
.ct-field label{width: 100%;float: left;color: #fff;font-size: 15px;font-family: "Rubik", sans-serif;}
.ct-field input{width: 100%;float: left;/* background: #111111; */padding: 12px;border: 1px solid #222;margin-top: 10px;font-family: "Rubix", sans-serif;color: #19291b;font-size: 15px;}
.ct-text{

}
.ct-text textarea{width: 100%;font-size: 15px;float: left;/* background: #111111; */padding: 12px;border: 1px solid #242424;margin-top: 10px;height: 110px;color: #19291b;font-family: "Roboto Flex", sans-serif;}
.ct-text label{width: 100%;float: left;color: #fff;font-family: "Rubik", sans-serif;font-size: 15px;}

.ct-field input:focus-visible{
  outline: none !important;
}.ct-text textarea:focus-visible{
  outline: none !important;
}.ct-field input:focus{
  outline: none !important;
}.ct-text textarea:focus{
  outline: :none !important;
}
.top-ct img{
  width: 40px;
  filter: invert(1);
 
  height: 40px;
}

.top-ct{
      float: none;
      display: block;
      margin: 20 auto;
      /* line-height: 60px; */
      width: 100%;
}



.career{
        float: left;
        width: 100%;
        background-color: #fff;
        padding: 70px 0px 100px 0px;
}
.career h1{
 letter-spacing: -1px;
 float: left;
 width: 100%;
 font-size: 60px;
 font-weight: bold;
 font-family: "Plus Jakarta Sans", sans-serif;
 color: #19291b;
 text-align: center;
 line-height: 78px;
 margin-bottom: 30px;
}
.career h6{
 float: left;
 width: 100%;
  font-size: 16px;
    font-weight: normal;
     font-family: "Rubik", sans-serif !important;
    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: 16px;
    font-weight: normal;
     font-family: "Rubik", sans-serif !important;
    color: #000;
}

.mct_form {
         font-family: "Rubik", sans-serif !important;
    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;
}


.frm-style::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #9AD08D;
  transition: 300ms;
  /* color: azure; */
}

.frm-style:hover::after {
  bottom: 0;
}


.frm-enq3 a{
          font-family: "Rubik", sans-serif !important;
      float: left;
      color: white;
      /* width: 177px; */
      font-size: 16px;
      font-weight: 400;
      z-index: 999;
      position: relative;
}


.frm-arw{
      filter: brightness(100);
      /* transform: rotate(-75deg); */
      width: 22px;
      margin-left: 10px;
      margin-top: -3px;
      float: right;
}

.frm-enq3 {
    top: 24px;
    position: relative;
    float: none;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Rubik',sans-serif !important;
    z-index: 999;
    cursor: pointer;
    border: none;
    padding: 17px 50px;
    width: 187px;
    height: 50px;
    color: #fff;
    border-radius: 50px;

    background-color: #19291b;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    display: block;
    }
    















.frm-style7::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #9AD08D;
  transition: 300ms;
  /* color: azure; */
}

.frm-style7:hover::after {
  bottom: 0;
}


.frm-enq7 a{
          font-family: "Rubik", sans-serif !important;
      float: left;
      color: white;
      /* width: 177px; */
      font-size: 16px;
      font-weight: 400;
      z-index: 999;
      position: relative;
}


.frm-arw7{
     
      width: 22px;
      margin-left: 10px;
      margin-top: -3px;
      float: right;
}

.frm-enq7 {
    position: relative;
    float: left;
    padding: 17px 40px;
    width: 185px;
    height: 50px;
    font-family: 'Rubik',sans-serif !important;
    z-index: 999;
    cursor: pointer;
    border: none;
    color: #141841;
    border-radius: 50px;
    background-color: #fff;
    overflow: hidden;
    margin-top: 25px;
    }
    

@media (min-width: 992px) {
    .modal-lg {
        max-width: 920px !important;
    }
}


#enroll .modal.modal-dialog {
    margin-top:10px !important;
}

#enroll .modal-content {
    width: 100%;
    float: left;
    /* background: #fafafa; */
    background-size: cover;
}.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    z-index: 999;
    top: 0;
    background: transparent url(../images/close.SVG) no-repeat center center;
    background-size: 25px 25px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}.mod-new {
    width: 100%;
    float: left;
    /* padding: 30px; */
}
.log-sec h2{
      font-weight: bold;
      /* font-family: 'Typold' !important; */
      float: left;
      font-size: 28px;
      color: #ffffff;
      margin-bottom: 10px;
      width: 100%;
      font-family: "Plus Jakarta Sans", sans-serif;
  }
.log-sec {
    width: 100%;
    float: left;
    background: #19291b;
    padding: 85px 30px;
    /* border-radius: 30px; */
}.log-field {
    width: 100%;
    float: left;
    margin-top: 15px;
}.log-field label {
    font-size: 13px;
    color: #ffffff;
    width: 100%;
    font-weight: 400;
    font-family: "Rubik", sans-serif !important;
    /* font-family: 'Typold' !important; */
    margin-bottom: 12px;
}.log-field input {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 13px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    font-size: 12px;
    font-family: "Rubik", sans-serif !important;
    font-weight: 400;
          
}
.log-sec button:hover{
  background-position: 201%;
  color: #fff;
  text-decoration: none;
  background-color: #98d18c;
}
.log-sec button { font-weight: 400;width: 185px;height: 50px;float: left;margin-top: 20px;background: #ffffff;border: 0;font-size: 15px;color: #19291b;font-family: "Rubik", sans-serif;border-radius: 30px;padding: 17px 31px;cursor: pointer;}
.log-sec button img{
      /* filter: brightness(0.5); */
      /* transform: rotate(-75deg); */
      width: 24px;
      margin-left: 10px;
      margin-top: -4px;
      float: right;
}
.log-sec button:hover img{
filter: brightness(100);

}


.modal-open .modal {
z-index: 9999999;
}
.modal-body {
    padding: 0px !important;
    width: 100%;
}#enroll .mod-right {
    width: 100%;
    float: left;
    padding: 153px 30px 119px 0px;
}.mod-right img{
  width: 201px;
  float: none;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mod-right h5 {
    text-align: center;
    float: left;
    font-size: 27px;
    color: #1a291b;
    font-weight: bold;
    font-family: "Rubik", sans-serif !important;
    width: 100%;
    padding-top: 20px;
}.mod-right h6 {
    font-size: 17px;
    color: #000000;
    margin-top: 20px;
    line-height: 28px;
    float: left;
    width: 100%;
    font-family: "Rubik", sans-serif !important;
    font-weight: 400;
    text-align: center;
}
.point:hover img {
    margin-left: 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;
} 





.scroll-logo{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 35px;
}
.scroll-logo img{
    width: 124px;
    float: left;
    object-fit: cover;
}



.DZ-theme-btn span {
    font-family: 'Rubik', sans-serif;
}








.fa-facebook-f:before {
 color: white;   
}
.fa-twitter:before {
 color: white;}
.fa-linkedin-in:before {
 color: white;}
.fa-instagram:before {
 color: white;}

.footer h4 a{
     /* float: left; */
     width: auto;
     color: #000;
 }

.footer h4 a:hover{
    color:#99cf8d ;

}
.footer h3 a:hover{
    color:#99cf8d ;

}

    .modal-lg {
        margin-top: 124px !important;
    }



    .full-sidenav .service-list ul li .title a{
    color: #000;
    font-family: 'Rubik', sans-serif;
}






.ip-loader{
    margin-left: 0px!important;
    bottom: 41%!important;
    
}
.loader {
  width: 195px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: filter-animation 3s infinite;
  
}
.loading img {
    width: 150px;
    animation: filter-animation 3s infinite;
}
@keyframes filter-animation {
  0% { transform: translateY(-3px);}
  25% { transform: translateY(3px);}
  50% { transform: translateY(-3px);}
   75% { transform: translateY(3px);}
 
  100% { transform: translateY(-3px);}
}


@media(min-width:1200px) and (max-width:1340px)
{
    .loop-con p{
        font-size:14px;
    }
}

.grecaptcha-badge { 
    visibility: hidden;
}
