html{
        overflow-x: hidden;
}
body{
    margin: auto;
    overflow-x: hidden;
font-family: "Manrope", sans-serif !important;
    
}

p{
    margin-bottom: 0;
}


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

a{
     -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;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1208px;
    }

  
}


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

}


.header {
    width: 100%;
    float: left;
    position: relative;
    z-index: 11;
    padding: 7px 0px;
}
.main-hdr{
    width: auto;
    float: right;
    padding-top: 43px;
    padding-left: 0px;
    position: relative;
}
.logo{
    width: auto;
    float: left;
    padding-top: 21px;
    padding-bottom: 17px;
}
.logo img{
    width: 100%;
    float: left;
    max-width: 186px;
}
.head-menu{
    
    width: 100%;
    float: left;
}
.red{
    /* width: 160px; */
    /* height: 44px; */
    float: right;
    /* padding-left: 13px; */
    /* padding-top: 4px; */
    margin-top: -15px;
    padding-right: 0px !important;
}
.red a{
   background-color: #35316F;
   /* padding: 11px 16px; */
   border-radius: 30px;
   color: #fff;
   font-size: 14px;
   font-weight: 600;
   float: right;
   text-decoration: none;
   width: 158px;
   height: 44px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.red a:hover{
    background-color: #1c1c1f;
}
.drop{
    margin-top: 6px;
    float: right;
    width: 11px;
    margin-left: 9px;
    }
.banner {
    width: 100%;
    float: left;
    position: relative;

}
.banner img{
    width: 100%;
    float: left;
    position: relative;
}
.bnt-tex{
    width: 100%;
    float: left;
    position: absolute;
    top: 152px;
}
.bnt-tex h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 64px;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 12px;
    margin-top: 15px;
}
.bnt-tex h6{
    float: left;
    text-align: left;
    color: #f5f5f5;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 116%;
    /* padding-bottom: 30px; */
    border: 1px solid #f5f5f569;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
}
.m-img{
    float: left;
    width: 18px !important;
    margin-right: 12px;
    display: flex !important;
}
.bnt-tex p{
    width: 100%;
    float: left;
    text-align: left;
    color: #dbdbdb;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    padding-bottom: 26px;
}
.read-more {
    float: left;
}

.read-more a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 177px;
    height: 50px;
    padding: 0 px 0px 0px;
    background: #FFFFFF;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 42px;
    box-sizing: border-box;
    overflow: hidden;
    transition: color 0.3s ease;
     -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;
}
.read-more a:hover{
    background-color: #35316F;
    color: #ffff;
     -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;

}

.slider-ban .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
}

.banner2{
    width: 100%;
    float: left;
    padding-top: 60px;
    position: relative;
}

.earth{
    float: left;
    width: 727px;
    height: auto;
    position: relative;
    left: -120px;
    z-index: 9;
    margin-top: -11px;
    object-fit: cover;
  animation: zoomInOut 6s ease-in-out infinite;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05); /* Smaller zoom */
  }
}
.b2-1 {
    float: left;
    position: relative;
    z-index: 99;
    width: 50%;
    margin-left: -135px;
}
.banner2 h6{
    margin-top: 35px;
    float: left;
    text-align: left;
    color: #000;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 116%;
    background-color: #fafafa;
    border: 1px solid #dfdfdf;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 15px;
}
.b2-img{
    float: left;
    width: 18px !important;
    margin-right: 7px;
    display: flex !important;
}

.banner2 h2{
    float: left;
    width: 100%;
    font-size: 48px;
    font-weight: 600;
    line-height: 140%;
    color: #000;
    margin-bottom: 20px;
    padding-top: 17px;
}
.banner2 h2 span{
    color: #5c5d61;
}

.banner2 p{
 float: left;
 width: 100%;
 font-size: 16px;
 font-weight: 400;
 line-height: 200%;
 color: #5C5D61;
 margin-bottom: 30px;
}





/*odometr*/


/*odometer*/
 .counterup-section {
      padding: 0px;
      /* color: #111; */
      /* text-align: center; */
      float: left;
      width: 100%;
      /* position: relative; */
    }
.yellow-dot{
    position: relative;
    float: left;
    width: 12px;
    height: 12px;
    background-color: #F99F3E;
    border-radius: 40px;
    margin-right: 8px;
    top: -4px;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-family: "Manrope", sans-serif !important;

}
    .counterup-container {
     display: flex;
   
     float: left;
     width: 100%;
    }
.odometer-wrapper {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  font-size: 32px;
  font-weight: 600;
}

.suffix {
  margin-left: 2px;
  position: relative;
  top: 1px;
}

.plus {
  margin-left: 2px;
  position: relative;
  top: 0px;
}
    .counter-box {
      width: 30%;
    
      padding: 0px 20px;
      border-right: 1px solid #ededee;
    }

    .odometer {
      font-size: 32px;
      font-weight: 600;
      margin-bottom: 0px;
      line-height: 130% !important;
      letter-spacing: 0px;
    }

    .counter-title {
      font-size: 16px;
      color: #5C5D61;
      font-weight: 400;
      line-height: 160%;
    }




.banner3{
    float: left;
    width: 100%;
    /* padding-bottom: 40px; */
    margin-top: -105px;
    position: relative;
    z-index: 99;
}


.banner3 h6{
   width: auto;
   /* margin-top: 35px; */
   float: left;
   text-align: left;
   color: #000;
   margin-bottom: 0;
   font-size: 14px;
   font-weight: 600;
   line-height: 116%;
   background-color: #fafafa;
   border: 1px solid #dfdfdf;
   border-radius: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 6px 15px;
}
.b3-img{
    float: left;
    width: 18px !important;
    margin-right: 7px;
    display: flex !important;
}
.banner3 h2{
    float: left;
    width: 100%;
    font-size: 48px;
    font-weight: 600;
    line-height: 140%;
    color: #000;
    /* margin-bottom: 20px; */
    padding-top: 17px;
}
.banner3 h2 span{
    color: #5c5d61;
}
.v-a {
  display: flex;
  height: 200px; /* or any height you want */
  width: 100%;   /* or fixed width if needed */
  align-items: center;
  justify-content: flex-end;
}


.view-all{
      /* position: absolute; */
      bottom: 0;
      right: 0;
      float: right;
      display: flex !important;
      align-items: center;
      justify-content: center;
      width: 177px;
      height: 50px;
      /* padding: 14px 32px; */
      background: #35316F;
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      font-weight: 600;
      border-radius: 42px;
      box-sizing: border-box;
      overflow: hidden;
      line-height: 160%;
      transition: color 0.3s ease;
           -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;
}
.view-all:hover{
    background-color: #1c1c1f;
         -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;



}
.b3-loop{
    float: left;
    width: 100%;
    padding-top: 49px;
}

.diving-card {float: left;width: 100%;position: relative;height: 473px;overflow: hidden;
    -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;
}

.card-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-content {
  position: absolute;
  inset: 0;
  padding: 18px 42px 47px 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: linear-gradient(to top, rgb(0 0 0 / 83%) 40%, #00000000);
  -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;
}

.card-content h3 {
  font-size: 24px;
  margin: 0;
  line-height: 1.4;
  text-align: left;
  font-weight: 600;
}
.card-content h4{
    font-size: 16px;
    color: #b0aeac;
    line-height: 170%;
    text-align: left;
    font-weight: 400;
    padding-top: 14px;
    padding-bottom: 11px;
}
.box-view{
  font-size:16px;
  color: #dcdad8;
  text-decoration:none;
  display:inline-flex;    /* lay text and arrow side‑by‑side */
  align-items:center;     /* vertical centering */
}

.small-arrow{
  width: 18px !important;
  margin-left: 7px;       /* space between text and arrow */
  margin-top: 2px;
}
.card-arrow {
  position: absolute;
  top: 29px;
  right: 31px;
  width:68px !important;
  height: 68px;
  opacity: 0;

  transition: background 0.3s ease;
}

.card-arrow img {
        -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: 12px;
  /* height: 15px; */
}




.diving-card:hover .card-arrow{
opacity: 1; -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;
}
.diving-card:hover .card-arrow img{
    opacity: 1;
        -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;

}

.banner4{
    float: left;
    width: 100%;
    position: relative;
    padding-bottom:103px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/cargo-m.webp");
    background-position:top right;
    background-repeat: no-repeat;
    background-size: 36%;
}
.cargo{
    float: left;
    width: 768px;
    /* position: absolute; */
    top: 0px;
    margin-right: 32px;
 animation: cargoFly 6s ease-in-out infinite;
  transform-origin: top center;     /* pivot around the hook/rope */
}

@keyframes cargoFly {
  /* start / finish: baseline */
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }

  /* gentle lift + slight left tilt */
  25% {
    transform: translateY(-12px) rotate(-2deg);
  }

  /* highest point, centered again */
  50% {
    transform: translateY(-24px) rotate(0deg);
  }

  /* coming back down with a small right tilt */
  75% {
    transform: translateY(-12px) rotate(2deg);
  }
}

.banner4 h1 {
  margin-top: 255px;
  font-size: 48px;
  font-weight: 600;
  line-height: 140%;
  /* letter-spacing: 1px; */
  color: #c0c0c0;
  float: left;
  width: 33%;
  text-align: left;
  /* padding: 0px 8%; */
  /* display: flex; */
  align-items: end;
}


span.fill-text .char {
  color: #c0c0c0; /* Initial grey */
  transition: color 0.3s ease;
}

span.fill-text .char.visible {
  color: #000; /* Highlight color */
}

.banner4 a {
    margin-bottom: 14px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 121px;
    height: 46px;
    background: #35316F;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 42px;
    box-sizing: border-box;
    overflow: hidden;
    transition: color 0.3s ease;
    -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;
}
.banner4 a:hover{
    background-color: #1c1c1f;
         -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;

}

.banner5{
    float: left;
    width: 100%;
    background-image: url("../images/green-location-pin-cta.webp");
    padding: 85px 0px;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-size: 100%;
    background-color: #e2e7ef;
}
.banner5 h5{float: left;width: 100%;font-size: 48px;font-weight: 600;line-height: 140%;margin-bottom: 12px;}
.banner5 p{
    float: left;
    width: 100%;
    padding-right: 50%;
    color: #5C5D61;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 20px;
}
.banner5 a{
    float: left;
    padding: 0px;
    background: #35316F;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 42px;
    width: 194px;
    margin-left: 9px;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
         -o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;

}
.banner5 a: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;
background-color: #1c1c1f;
}

.banner6{
    float: left;
    width: 100%;
    background-color: #f8f8f8;
    padding: 88px 0px 30px 0px;
}


.banner6 h6{
   width: 144px;
   /* margin-top: 35px; */
   float: l;
   text-align: left;
   color: #000;
   margin-bottom: 0;
   font-size: 14px;
   font-weight: 600;
   line-height: 116%;
   background-color: #fafafa;
   border: 1px solid #dfdfdf;
   border-radius: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 6px 15px;
}
.b6-img{
    float: left;
    width: 18px !important;
    margin-right: 7px;
    display: flex !important;
}.banner6 h2{
    /* float: left; */
    /* width: 100%; */
    font-size: 48px;
    font-weight: 600;
    line-height: 140%;
    color: #000;
    margin-bottom: 55px;
    padding-top: 12px;
}
.banner6 h2 span{
    color: #5c5d61;
}

.b6-1{
    /* float: left; */
    /* width: 100%; */
    display: flex;
    /* align-items: flex-end; */
    /* justify-content: center; */
    gap: 20px;
    margin-bottom: 49px;
}
.b6-1 h3
{
    width: 36%;
    float: left;
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    color: #000;
    margin-bottom: 0px;
}
.b6-arw{
    margin-left: 30px;
    float: left;
    width: 18px;
    margin-top: -13px;
    height: auto;
    object-fit: contain;
    margin-right: 30px;
}
.b6-1 p{
    width: 57%;
    font-weight: 400;
    float: left;
    font-size: 16px;
    color: #5C5D61;
    line-height: 190%;
    border-bottom: 1px solid  #ced9d9;
}
.why-img{
    float: right;
    width: 547px;
    margin-left: 12px;

  animation: zoomInOut 6s ease-in-out infinite;}

.map-index{
    float: left;
    width: 100%;
    background-image: url("../images/world-map.webp");
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0px 180px 0px;
    animation: panX 30s linear infinite;
    background-size: 90% auto;
}

/* Keyframes: 0 % left edge → 50 % right edge → 100 % left again */
@keyframes panX {
  0%, 100% { background-position:   0% 50%; }
  50%      { background-position: 100% 50%; }
}
.map-index h1{
     float: left;
     text-align: center;
     width: 100%;
     font-size: 48px;
     font-weight: 600;
     line-height: 140%;
     color: #000;
     margin-bottom: 13px;
     padding: 0px 12%;
}
.map-index h1 span{
    color: #5c5d61;
}

.map-index p{
     padding: 0px 20%;
     float: left;
     text-align: center;
     width: 100%;
     font-size: 16px;
     font-weight: 600;
     line-height: 200%;
     color: #5C5D61;
     margin-bottom: 26px;
}
.map-index a{
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 19px 32px; */
    background: #35316F;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 42px;
    width: 140px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
         -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;

}
.map-index a:hover{
    background-color: #1c1c1f;
         -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;

}

.banner7{
    float: left;
    width: 100%;
    background-color: #f8f8f8;
    padding: 85px 0px 95px 0px;
}


.banner7 h6{
   width: 144px;
   /* margin-top: 35px; */
   float: none;
   text-align: left;
   color: #000;
   margin-bottom: 5px;
   font-size: 14px;
   font-weight: 600;
   line-height: 116%;
   background-color: #fafafa;
   border: 1px solid #dfdfdf;
   border-radius: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 6px 15px;
   width: 144px;
   height: 40px;
   margin-left: auto;
   margin-right: auto;
}
.b7-img{
    float: left;
    width: 18px !important;
    margin-right: 7px;
    display: flex !important;
}
.banner7 h2{
 float: left;
 width: 100%;
 font-size: 48px;
 font-weight: 600;
 line-height: 140%;
 color: #000;
 margin-bottom: 51px;
 padding-top: 12px;
 text-align: center;
}
.banner7 h2 span{
    color: #5c5d61;
}
.b7-1{
    float: left;
    width: 100%;
    padding: 36px 51px;
    background-color: #fff;
    border-radius: 24px;
    margin-bottom: 30px;
    border:1px solid #eeeeee;
        -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-div{
    float: left;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background-color: #fafafa;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b7-1 img{
    float: left;
    width: 26px;

filter: invert(1);
}
.b7-1 h5{
    float: left;
    width: 100%;
    color: #0C0D13;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 10px;
    margin-top: 39px;
}

.b7-1 p{
    float: left;
    width: 100%;
    color: #5C5D61;
    line-height: 200%;
    font-size: 200%;
    font-size: 16px;
}

.b7-1:hover{
    background-color: #35316F;
        -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;

}
.b7-1:hover img{
    filter: invert(0);
        -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;

}
.b7-1:hover .img-div{
    background-color: #35316F;

border: 1px solid #6C78CD;
    -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;

}

.b7-1:hover h5{
    color: #fff;
        -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;

}

.b7-1:hover p{
    color: #fff;

        -o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;

}




.footer-main {
    background-color: #0C0D13;
    float: left;
    width: 100%;
padding-top: 82px;
}

.footer-left {
  float: left;
  width:100%;
    border-bottom: 1px solid #333;
}

.footer-left h1 {font-size: 48px;font-weight: 600;color: #fff;/* float: left; *//* width: 60%; */line-height: 140%;margin-bottom: 14px;}

.footer-left p {font-size: 16px;font-weight: 400;color: #eeeeef;/* float: left; *//* width: 103%; */line-height: 200%;margin-bottom: 30px;}

.footer-left button {
  /* float: left; */
  background: #fff;
  color: #000;
  border: none;
  /* padding: 17px 31px; */
  font-size: 14px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 143px;
  height: 50px;
       -o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;

}
.footer-left button:hover{
    background-color: #35316F;
    color: #fff;
           -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;


}

.ftr-m {
 float: right;
 width: 411px;
 margin-top: -27px;
}

.footer {
    float: left;
    width: 100%;
    padding: 74px 0px 45px 0px;

}
.ftr-container{
    float: left;
    width: 100%;

}


.footer h3 {
    font-size: 16px;
    float: left;
    width: 100%;
    font-weight: 600;
    margin-bottom: 14px;
    color: #fff;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
  color: #5C5D61;
  line-height: 201%;
  float: left;
  width: 100%;
}

.footer p {
  font-size: 16px;
font-weight: 400;  color: #5C5D61;

  line-height: 200%;
float: left;
width: 100%;
}
.footer p {
  font-size: 16px;
font-weight: 400;  color: #5C5D61;

  line-height: 200%;
float: left;
width: 100%;
}

.copyright {float: left;width: 100%;padding: 19px 0px;border-top: 1px solid #333;}
.copy{
     font-size: 16px;
font-weight: 400;  color: #5C5D61;
text-align: left;
  line-height: 200%;
  float: left;
  width: 50%;
}
.design{
     font-size: 16px;
font-weight: 400;  color: #5C5D61;
text-align: right;
  line-height: 200%;
  float: right;
  width: 50%;
}
.design a{
     color: #5C5D61;
}
.footer a{
     color: #5C5D61;
}

.footer-1{
    float: left;
    padding-right: 8%;
    width: 32.5%;
}
.footer-2{
    float: left;
    width: 20%;
}
.footer-3{
    float: left;
    width: 39.5%;
}
.footer-4{
    float: left;
    width: 8%;
}



@media (min-width: 992px) {
    .modal-lg {
        max-width: 920px !important;
    }
}
#enroll .modal-content {
    /* background: #000; */
    background-size: cover;
    border-radius: 0px;
    background: #655F5F;
    background: #000000;
    background: linear-gradient(131deg, rgba(0, 0, 0, 1) 0%, #35316F 100%);
    border: none;
}
.close_form {
    border-radius: 30px;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    z-index: 999;
    top: 15px;
    background: #00000000 url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.mod-new {
    width: 100%;
    float: left;
    padding: 30px;
}
.log-sec {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 30px;
   /* border-radius: 30px;*/
}

.log-field {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.log-field label {
        margin-bottom: 10px;
        font-size: 16px;
        color: #0c0d13;
        width: 100%;
        font-weight: 600;
}
.log-field input {
    width: 100%;
    float: left;
    padding: 13px;
    border: 1px solid #272452;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
}
.log-sec p {
    font-size: 14px;
    color: #817f7f;
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
    float: left;
}
.mod-right {
    width: 100%;
    float: left;
    padding: 30px 30px;
}
.mod-right img{width: 100%;max-width: 200px;float: left;margin: auto;display: block;text-align: center;}
.mod-right a {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    font-size: 22px;
    color: #ffffffbd;
    font-weight: 500;
    text-decoration: none;
}
.mod-right h6 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    margin-top: 25px;
    float: left;
    margin-bottom: 25px;
    width: 100%;
}
.time-mod {
    font-size: 20px;
    color: #b3b3b3;
    font-weight: 400;
    margin-top: 30px;
}

.form-sub{
      background: #35316F;
  color: #fff;
  border: none;
  font-size: 14px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
   -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;


}
.form-sub: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;
background: #1c1c1f;
color: #fff;

}

.custom-phone-input .iti__selected-flag { 
top: 0px !important;
}




/*innerpage*/

.ab-ban1 {
    padding: 70px 0px;
    float: left;
    width: 100%;
    position: relative;
    background-color: #35316f;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: left; */
}
.star-about{
    position: absolute;
    width: 276px;
    right: 85px;
    bottom: -53px;
    animation: rotateStar 20s linear infinite;
}


.ab-ban1 h3{
     font-size: 52px;
     font-weight: 600;
     text-align: left;
     color: #fff;
   margin-bottom: 0px;
    
}
 .logo-circle {
      margin-top: 8px;
      width: 50px;
      height: 50px;
      border: 1.5px solid rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 20px;
      float: left;
    }

    .logo-circle img {
      width: 30px;
      height: auto;
    }


.loop-a:hover{
    background-color: #1b1b1b;
    border: 1px solid #1b1b1b;
}
.a-bus-1{
    float: left;
    width: 100%;
    position: relative;
    padding: 70px 0px 70px 0px;
}

.about-img{
    margin-bottom: 20px;
    float: none;
    object-fit: cover;
    width: 500px;
    margin-right: auto;
    border-radius: 35px;
    height: 500px;
    margin-left: auto;
    display: block;
}
.medabout-img{
    margin-bottom: 20px;
    float: none;
    object-fit: cover;
    width: 100%;
    margin-right: auto;
    border-radius: 35px;
    height: 500px;
    margin-left: auto;
    display: block;
}

.a-bus-1 h1 {
  font-size: 50px;
  line-height: 140%;
  margin-bottom: 27px;
  font-weight: 600;
  /* letter-spacing: -2px; */
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 19%;
}

.a-bus-1 h1 span {
  color: #5c5d61;
}

.a-bus1-1 p{
           margin-bottom: 0px !important;
           font-size: 16px;
           font-weight: 400;
           line-height: 200%;
           color: #5c5d61;
           /* letter-spacing: -0.5px; */
           float: left;
           width: 100%;
           text-align: center;
}


.vision-mission{
    background: #000;
    float: left;
    width: 100%;
    padding: 70px 0px 70px 0px;
}


.vision-item{
     float: left;
     width: 100%;
     margin-bottom: 22px;
}

.vision-item h2{
   float: left;
   font-size: 30px;
   font-weight: 600;
   color: #fff;
   margin-bottom: 8px;
   /* padding: 7px 24px; */
   width: 100%;
   line-height: 140%;
   /* letter-spacing: -2px; */
}
.vision-item p{
     font-size: 16px;
     font-weight: 400;
     line-height: 200%;
     color: #a4a4a4;
     /* letter-spacing: -0.5px; */
     float: left;
     width: 100%;
}






@media(min-width:767px)
{
    .medabout-img{
        display: none;
    }
     .about-img{
        display: block;
    }
}

@media(max-width:767px)
{
  .medabout-img{
        display: block;
    }
     .about-img{
        display: none;
    }


}



.experts{
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #F8F8F7;
}
.experts h1 {
  font-size: 50px;
  line-height: 140%;
  margin-bottom: 27px;
  font-weight: 600;
  /* letter-spacing: -2px; */
  float: left;
  width: 100%;
  
}

.experts h1 span {
  color: #5c5d61;
}

.experts h4{
   margin-left: 10px;
   width: 144px;
   /* margin-top: 35px; */
   float: left;
   text-align: left;
   color: #000;
   margin-bottom: 0;
   font-size: 14px;
   font-weight: 600;
   line-height: 116%;
   background-color: #fafafa;
   border: 1px solid #dfdfdf;
   border-radius: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 6px 15px;
   /* margin-right: auto; */
   margin-bottom: 17px;
}
.b6-img{
    float: left;
    width: 18px !important;
    margin-right: 7px;
    display: flex !important;
}

.experts p{
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #5c5d61;
    line-height: 200%;
    /* text-align: center; */
    /* padding: 0px 4%; */
    margin-bottom: 50px;
    padding-right: 47%;
}



/*careers*/
#sub-page-intro {
    float: left;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 65px;
}
#sub-page-intro h6 {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 10px;
    color: #0C0D13;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 59px;
}
#sub-page-intro p {
    text-align: center;
    float: left;
    width: 100%;
    padding: 0px 18%;
    /* padding-right: 100px; */
    padding-bottom: 45px;
    color: #5C5D61;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
}
.career-frn {
    float: left;
    width: 100%;
}
.frm-titel {
    float: left;
    padding-bottom: 8px;
    width: 100%;
    color: #0C0D13;
    font-size: 16px;
    font-weight: 500;
}
.career-frm {
    /* border: 1px solid #b0aaaa; */
    color: #131616;
    display: block;
    padding-left: 15px !important;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    outline: none;
    background: #3e444a0d;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500msease;
    border: solid 1px #343170;
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 16px 10px;
    /* margin-top: 3px; */
    border-radius: 8px;
}
.morebtn2  {
    width: 100%;
    height: 54px;
    text-align: center;
    float: left;
    color: #FFFFFF;
    background: #35316f;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 27px;
    padding: 15px 0;
    border: none;
    margin-top: 23px;
    cursor: pointer;
    display: flex!important;
    align-items: center;
    justify-content: center;
         -o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;


}
.morebtn2: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;
background: #1c1c1f;

}


.flip-c-button {
  display: inline-block;
  perspective: 1000px;
  text-decoration: none;
}

.flip-c-inner {
  position: relative;
  width: 160px;
  height: 48px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-c-button:hover .flip-c-inner {
  transform: rotateY(180deg);
}

.flip-c-inner span {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 48px;
  text-align: center;
  font-weight: 600;
  border-radius: 8px;
  backface-visibility: hidden;
  display: block;
}

.flip-c-inner .c-back {
  transform: rotateY(180deg);
}


/* ======= Contact Box style ======= */
.contact-box{
    float: left;
    width: 100%;
    padding: 80px 0px;
}
.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;         /* Horizontal center */
    justify-content: center;     /* Vertical center */
    text-align: center;
    
    background: #f8f8f8;
    padding: 50px 40px;
    border-radius: 20px;
    height: 358px;
    margin-bottom: 30px;
}
.contact-info img {
    width: 57px;
    margin-bottom: 18px;
}

.contact-info h5 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-info p {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 200%;
    color: #5C5D61;
    font-weight: 500;
}

.contact-info h4 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 181%;
    color: #1b1b1b;
    font-weight: 500;
}

.contact-info a {
    float: left;
    width: 100%;
    color: #5C5D61;
    text-decoration: none;
}



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


.contactform{
    margin-top: 35px;
    width: 100%;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #1e1e1e;
    padding: 49px 35px;
    border-radius: 20px;
    position: relative;
    z-index: 9;
    float: left;
}
.contactform h2{
    width: 200px;
    /* margin-top: 35px; */
    float: none;
    text-align: left;
    color: #000;
    margin-bottom: 31px;
    font-size: 14px;
    font-weight: 600;
    line-height: 116%;
    background-color: #fafafa;
    border: 1px solid #dfdfdf;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 15px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}
.c-img{
    float: left;
    width: 18px !important;
    margin-right: 7px;
    display: flex !important;

}
.contactform p{
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 47px;
    text-align: center;
}
.contact-label {
   float: left;
   width: 100%;
   font-size: 15px;
   font-weight: 500;
   color: #fff;
}

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

.quick-snd{
    text-align: center;
    margin-bottom: 49px;
    float: none;
    /* margin-top: -17px; */
    background-color: #ffffff;
    color: #000000; /* Text color */
    border: none;
    border-radius: 50px; /* Rounded shape */
    width: 177px;
    height: 46px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex; /* To center text inside */
    justify-content: center; /* Center text horizontally */
    align-items: center; /* Center text vertically */
    transition: all 0.3s ease-in-out;
    margin-left: auto;
    margin-right: auto;
   -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;


}
.quick-snd: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;
background: #35316f;
color: #fff;

}



.google-map {
    width: 100%;
    /* -webkit-filter: grayscale(100%); */
    /* filter: grayscale(100%); */
    height: 550px;
    border-radius: 31px;
    /* margin-bottom: -118px; */
}
.contact-info:hover {
 transition: all ease-in-out .5s;
 -webkit-transition: all ease-in-out .5s;
 -o-transition: all ease-in-out .5s;
 -moz-transition: all ease-in-out .5s;
 background-color: #35316f;
}
.contact-info:hover img{
    filter: brightness(100);
}.contact-info:hover a{
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
    color: #fff;
}
.contact-info:hover h5{
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
    color: #fff;
}.contact-info:hover h4{
     transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
    color: #fff;
}



.contact-map-section{
    float: left;
    width: 100%;
}

.service-card {
  width: 100%;
  margin-bottom: 46px;
  float: left;
  border-radius: 25px;
  overflow: hidden;
  /* background-color: #000; */
  transition: all ease-in-out 0.5s;
  height: 380px; /* uniform card height */
  display: flex;
  flex-direction: column;
}

.service-img {
  width: 100%;
  height: 80%; /* image takes up 70% of card */
  object-fit: cover;
  display: block;
}

.service-content {
  height: 20%; /* text box takes up 30% */
  background-color: #fff;
  padding: 15px 20px 15px 36px;
  display: flex;
  align-items: center; /* vertical centering */
  justify-content: center;
}

.service-content h3 {
  font-size: 17px;
  margin: 0;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  color: #0c0d13;
  overflow: hidden;
  display: -webkit-box;
}

.footer a:hover{
    color: #fff;
}
.design a:hover{
    color: #fff;
}





/*loder*/
.ip-loader{
    margin-left: 0px!important;
    bottom: 40%!important;
    
}
.loader {
  width: 199px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
.c-leaf {
  position: relative;
  overflow: hidden;
  width: 243px;
  object-fit: cover;
  height: 142px;
  margin: 0 auto;
  background: #fff;
  transform: scale(1);
}

.c-leaf__icon {
  position: absolute;
  top: 5px;
  left: -1px;
  z-index: 1;
  width: 213px;
  height:69px;
  object-fit: contain;
}

.c-leaf__fill {
  width: 195px;
  height: 79px;
  background: #fff;
  position: relative;
  z-index: 1;
  -webkit-animation: fillUp 1.5s ease-in-out infinite;
  animation: fillUp 1.5s ease-in-out infinite;
}

@-webkit-keyframes fillUp {
  0% {
    transform: translate(0, 135px);
  }
  100% {
    transform: translate(0, -135px);
  }
}

@keyframes fillUp {
  0% {
    transform: translate(0, 135px);
  }
  100% {
    transform: translate(0, -135px);
  }
}


.flag-pad{
 padding-left: 49px !important;
}


.whats-float {
    position: fixed;
    transform:translate(108px,0px);
    top: 80% !important;
    right:0;
    width: 163px;
    overflow: hidden;
    background-color: #35316f;
    color: #FFF;
    border-radius: 4px 0 0 4px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    z-index: 99999;
}
.whats-float small {
    color: white;
    font-size: 13px;
    padding: 22px 0px;
    /* padding-bottom: 10px; */
    position: absolute;
    line-height: 16px;
    font-weight: 600;
}

.whats-float img {
    width: 54px;
    color: white;
    line-height: 30px;
    padding: 16px 10px 16px 14px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;
}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float:hover i  {
    transform:rotate(360deg);
}

.social_chat_block {
      z-index: 9999 !important;
    width: 172px;
    position: fixed;
    bottom: 11px;
    right: 15px;
    color: #FFFFFF;
    background: #35316f;
    z-index: 777;
    text-align: left;
    font-size: 14px;
    padding: 15px 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    border-radius: 50px;
    float: left;
}

.social_chat_block:hover{
    background-color: #000;
}



