
:root {
    --grey: #212429;
    --text:#787878;
    --blue:#38589C;
    --red:#D51E26;
    --text-p:#444444;
    --heading:#202020;
    --white:#FFFFFF;
}

.banner{
    position: relative;
}
.banner-main{
    position: relative;
}

.banner img{
    width: 100%;
}
#tab-banner{
    display: none;
}
#mob-banner{
    display: none;
}

.banner-text{
    position: absolute;
    top: 50%;
    left: 13%;
    transform: translateY(-50%);
    width: 39%;
}

.banner-text p{
    font-family: "Raleway", serif;
    font-weight: 500;  
    font-size: 17px;
    color: #161616;
    line-height: 27px;
    margin-bottom: 50px;
}

.banner-text h1 {
    font-family: "Raleway", serif;
    font-weight: 700;
    font-size: 47px;
    color: #38589C;
    text-shadow: 1px 2px 3px #6b6b6b;
    margin-bottom: 20px;
    text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, 1px 1px 5px #555;
}

.ml1 {
    position: relative;
}
  
  .ml1 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
  }
  
  .ml1 .letter {
    transform-origin: 50% 100%;
    display: inline-block;
    line-height: 1em;
  }



  .ml2 {
    position: relative;
  }
  
  .ml2 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
  }
  
  .ml2 .letter {
    transform-origin: 50% 100%;
    display: inline-block;
    line-height: 1em;
  } 

  .ml3 {
    position: relative;
  }
  
  .ml3 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
  }
  
  .ml3 .letter {
    transform-origin: 50% 100%;
    display: inline-block;
    line-height: 1em;
  }

  .ml4 {
    position: relative;
  }
  
  .ml4 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
  }
  
  .ml4 .letter {
    transform-origin: 50% 100%;
    display: inline-block;
    line-height: 1em;
  }
  .ml5 {
    position: relative;
  }
  
  .ml5 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
  }
  
  .ml5 .letter {
    transform-origin: 50% 100%;
    display: inline-block;
    line-height: 1em;
  }

  .ml6 {
    position: relative;
  }
  
  .ml6 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
  }
  
  .ml6 .letter {
    transform-origin: 50% 100%;
    display: inline-block;
    line-height: 1em;
  }
/* end banner */

.branch-con {
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 14px #91b5f0;
    border-radius: 1000px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    padding: 10px 20px;
}

.branch-area {
    width: 25%;
    text-align: center;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.charis-sil-bold-italic {
    font-family: "Charis SIL", serif;
    font-weight: 700;
    font-style: italic;
  }

.branch-text h3{
    font-family: "Montserrat", serif;
    font-weight: 700;  
    font-size:36px ;
    color:var(--heading) ;

}
.branch-text p{
    font-family: "Raleway", serif;
    font-weight: 500;  
    font-size:18px ;
    color:var(--text) ;

}


/* end branch */

.Concerned{
    padding: 80px 0;
}

.concern-text h4{
  color: var(--red);
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.concern-text h1{
    color: var(--heading);
    font-family: "Charis SIL", serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
  }

  .concern-text p{
    color: var(--text-p);
    font-family: "Charis SIL", serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
  }

  .concern-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../../homeimage/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 50px 180px;
}
.concern-img img{
    width: 100%;
}
.concern-img {
    width: 45%;
}

.about-img img{
    width: 100%;
}
.concern-text{
    width: 50%;
}
.concern-text{
    text-align: left;
}



/* end Concerned  */

.offer-area{
    background-image: url(../../homeimage/offer-bg.png);
    width: 100%;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.offer-box{
    display: flex;
    justify-content: space-between;
}
.offer-text{
    width: 62%;
    padding-top: 20px;
}
.offer-sli {
    width: 41%;
}

.owl-dots
{
    display: none;
}
.offer-con{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 80%;
    margin: 0 auto;
}
.offer-box {
    transition: all ease 0.4s;
    width: 31%;
    background-color: #fff;
    padding: 20px 0px 0px 20px;
    box-shadow: 1px 1px 9px #898989;
}
.offer-box:hover{
    background-color: #edf6c7;
}

.offer-text h1 {
    color: #202020;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.offer-text p {
    color: #444444;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 400;
    /* margin-bottom: 35px; */
    width: 90%;
}
.offer .btn {
    padding: 5px 10px;
    margin: 0px;
    color: #fff;
    font-size: 15px;
    text-transform: unset;
}

/* end offer */

.Aids{
    padding: 80px 0;
}
.Aids-con{
    display: flex;
    justify-content: space-between;
   width: 90%;
   margin: 0 auto;
}
.Aids-area{
    background-image: url(../../homeimage/aids-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.Aids-box{
    width: 19%;
    padding: 10px 10px 20px;
    background-color: #E7F4FF;
    box-shadow: 1px 1px 9px #898989;
    transition: all ease 0.4s;
}

.aids-img{
    overflow: hidden;
     background-color: #fff;
    border: 1px solid #acacac;
}
.in-img {
    transition: 0.3s;

    width: 100%;
   
}

.Aids-box:hover .in-img{
    transform: scale(1.1);
}

.Aids-box:hover .aisd-1 h1{
    color: var(--white);
}
.Aids-box:hover .aisd-1 p{
    color: var(--white);
}
.Aids-text{
    text-align: center;
}

.aisd-1 h1{
    color: var(--heading);
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 700; 
    margin-top: 20px;
    margin-bottom: 10px;
}
.aisd-1 p{
    color: var(--text-p);
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500; 
    margin-bottom: 20px;
}

.aisd-1 .btn {
    padding: 5px 10px;
    margin: 0px;
    color: #fff;
    font-size: 14px;
    text-transform: unset;
}

.Aids-box:hover {
    background-color: #7f838a;
}


/* end Aids */
.work-img{
    width: 50%;
    margin: 0 auto;
}
.work-img img{
    width: 100%;
}
.work-area {
    width: 20%;
    margin: 0 auto;
    text-align: center;
}
.work-text h1{
    color: var(--text-p);
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 600; 
    margin-top: 10px;
}
.work-text p{
    color: var(--text-p);
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 500; 
    margin-top: 10px;
}

.work-box{
    background-color: var(--red);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 2px solid #fff;
    margin: 15px auto;

}
.work{
    padding: 0 0 80px;
}
.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 2s ease-out infinite;
  }
  
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(1, 1);
    }
  }

  .work-line {
    width: 100%;
    height: 1px;
    background-color: #202020;
    position: absolute;
    top: 37.3%;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -55%);
}



.work-con{
    position: relative;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

/* end work */

.choose{
    background-image: url(../../homeimage/choose-bg.png);
    width: 100%;
    padding: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.choose-area {
    text-align: center;
    width: 31%;
    background-color: #fff;
    padding: 20px 0px;
    border-radius: 20px;
    box-shadow: 1px 1px 10px #838383;
    transition: all ease 0.4s;
}
.choose-area:hover
 {
    background-color: #72cbf0;
}
.choose-area:hover .choose-text h1
 {
    background-color: #fff;
}

.choose-con{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.choose-text h1 {
    font-family: "Poppins", serif;
    font-size: 22px;
    color: #222;
    text-align: center;
    font-weight: 500;
    padding: 10px 0;
    background-color: #72CBF0;
    margin-bottom: 15px;
    margin-top: 10px;
    transition: all ease 0.4s;
}
.choose-bot {
    padding: 0 20px;
}


.choose-top img {
    width: 23%;
}
/* .choose-bot {
    background-color: #fff;
    padding: 20px 32px 34px;
    border-radius: 0 0 188px 188px;
    height: 135px;
    box-shadow: 1px 1px 9px #747474 inset;
    transition: 0.4s;
} */

.choose-bot p{
    font-family: "Poppins", serif;
    font-size: 17px;
    color: #444444;
    text-align: center;
    font-weight: 400;
}








/* end choose */


.sound-wave {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .bar {
    animation-name: wave-lg;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    background: #f32968; /* Change the color for the bars */
    margin: 0 1.5px;
    height: 10px;
    width: 1px; /* Change the number for the bar width */
  }
  
  .bar:nth-child(-n + 7),
  .bar:nth-last-child(-n + 7) {
    animation-name: wave-md;
  }
  
  .bar:nth-child(-n + 3),
  .bar:nth-last-child(-n + 3) {
    animation-name: wave-sm;
  }
  
  @keyframes wave-sm {
    0% {
      opacity: 0.35;
      height: 10px;
    }
    100% {
      opacity: 1;
      height: 25px;
    }
  }
  
  @keyframes wave-md {
    0% {
      opacity: 0.35;
      height: 15px;
    }
    100% {
      opacity: 1;
      height: 50px;
    }
  }
  
  @keyframes wave-lg {
    0% {
      opacity: 0.35;
      height: 15px;
    }
    100% {
      opacity: 1;
      height: 70px;
    }
  }
  .sound {
    padding: 80px 0;
}

/* end sound */


.Partners{
  background-image: url(../../homeimage/partner-bg.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
    padding: 80px 0;
    position: relative;
}

.ear{
    position: absolute;
    top: 0%;
    left: 0%;
}



.Partners-con {
    margin-top: 60px;
    width: 90%;
    margin: 60px auto 0;
}
.Partners-area img {
    width: auto !important;
    text-align: center;
    margin: 0 auto;
}


/* end Partners */

.star{
    color: #FFC816;
    font-size: 18px;
}

.invited{
    width: 8%;
    margin: 0 auto;
}
.client-con{
    width: 55%;
    margin: 0 auto;
    text-align: center;
    padding: 250px 0 300px;
}
.client-area p{
    color: var(--heading);
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.client-area h1{
    color: var(--heading);
    font-family: "Raleway", sans-serif;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.Client{
    position: relative;
    padding: 80px 0;
    background-color: #FEE7E7;
}
.shap{
    position: absolute;
    top: 0%;
    right: 0%;
}

.client-1{
    position: absolute;
    top: 19%;
    left:  20%;
}
.client-2{
    position: absolute;
    top: 24%;
    right:  24%;
}

.client-3{
    position: absolute;
    top: 49%;
    left:  2%;
}

.client-4{
    position: absolute;
    top: 61%;
    left:  9.5%;
}

.client-5 {
    position: absolute;
    bottom: 11%;
    right: 4%;
}
.client-6{
    position: absolute;
    bottom:3%;
    right: 15%;
}

.client-7{
    position: absolute;
    top: 30%;
    right: 2%;
}
.client-8{
    position: absolute;
    top:  5%;
    right: 6%;
}






.icon {
    margin-bottom: 40px;
}


img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


img.vert-move-2 {
    -webkit-animation: mover 0.7s infinite  alternate;
    animation: mover 0.7s infinite  alternate;
}
img.vert-move-2 {
    -webkit-animation: mover 0.7s infinite  alternate;
    animation: mover 0.7s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


img.vert-move-3 {
    -webkit-animation: mover 0.7s infinite  alternate;
    animation: mover 0.7s infinite  alternate;
}
img.vert-move-3 {
    -webkit-animation: mover 0.7s infinite  alternate;
    animation: mover 0.7s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.client-con .owl-prev {
    background-color: #fafafa !important;
    padding: 0 10px !important;
    height: 30px !important;
    width: 30px !important;
    position: relative;
    left: 44%;
    transform: translateX(-44%);
    position: absolute;
    border-radius: 100%;
    box-shadow: 1px 1px 7px #7b7b7b;
}

.client-con .owl-next {
    background-color: #fafafa !important;
    padding: 0 10px !important;
    height: 30px !important;
    width: 30px !important;
    position: relative;
    position: absolute;
    border-radius: 100%;
    box-shadow: 1px 1px 7px #7b7b7b;
    right: 44%;
    transform: translateX(-44%);
}
.client-con .owl-prev span, .client-con .owl-next span {
    font-size: 40px;
    position: absolute;
    top: -66%;
    left: 29%;
    color: red;
}


/* end Client */


.reels-area video{
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.reels-area{
    background-color: #4D4D4D;
    padding: 10px 10px 30px;
    border-radius: 20px;
    text-align: center;
}

.reels{
    margin-top: 50px;
    padding: 0 10px;
}
.reels-main-area{
    margin-top: 50px;
  
}
.rells-main-main{
    padding: 0 20px;
}
.behind {
    margin-top: 80px;
}

.vi-bt{
    background-color: #fff;
    display: inline-block;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    padding: 8px 20px;
    border-radius: 100px;
    transition: all ease 0.4s;
}
.vi-bt:hover{
    background-color: #38589C;
    color: #fff;
}

/* end reels */



















