
  :root {
      --bg: linear-gradient(176deg, #1c6fac 0%, rgba(10, 0, 92, 1) 100%);
      --text: #1c6fac;
      --white: #fff;
      --black: #000;
  }


  /* --------------------HERO SECTION------------------- */


  .hero-slider-wrapper {
      position: relative;
      display: block !important;
  }

  .hero-img {
      position: relative;
  }

  .hero-img::before {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      z-index: 1;
      background-color: #00000087;
  }

  .hero-img img {
      width:100%;
      min-height: 400px;
      max-height:600px;
  }

  .hero-content-absolute {
      width: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      z-index: 111;
  }

.hero-slider .slick-slide.slick-current .hero-wrapper .hero-content{
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
  opacity: 0;
  animation-name: fadeInUp;
}

  .hero-content {
      max-width: 700px;

  }


  @keyframes fadeInUp {
    0% {
        transform: translate3d(0,50px,0);
    }
    30% {
        opacity: 1;
    }
    
    100% {
        transform: translate3d(0,0px,0);
        opacity: 1;
    }
}

  .hero-content h1 {
      font-size: calc(32px + (70 - 32) * ((100vw - 320px) / (1920 - 320)));
      font-weight: 600;
      color: var(--text);
      text-shadow: 1px 1px 10px black;
  }

  .hero-content h1 span {
      color: var(--white);
  }

  .hero-content p {
      color: var(--white);
      font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));

  }

  .hero-content .custom-btn {
      background: var(--text);
      border: 0;
      padding: 15px 30px;
      color: var(--white);
      position: relative;
      overflow: hidden;
      z-index: 1;
      display:inline-block;
  }

  .hero-content .custom-btn::before {
      transition-duration: 800ms;
      position: absolute;
      width: 200%;
      height: 260%;
      content: "";
      top: 126%;
      left: 50%;
      background-color: var(--black);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%) rotate(-8deg);
      border-radius: 80%;
      z-index: -1;
  }

  .hero-content .custom-btn:hover:before {
      top: -40%;
  }

  .hero-slider .slick-prev {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      top: 95%;
      left: 40%;
      background-color: var(--white);
      color: var(--black);
      z-index: 111;
      transform: translate(-40%, -95%);
      transition: all ease .5s;
  }

  .hero-slider .slick-next {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      top: 95%;
      right: 40%;
      background-color: var(--white);
      color: var(--black);
      z-index: 111;
      transform: translate(40%, -95%);
      transition: all ease .5s;
  }

  .hero-slider .slick-prev:hover {
      background-color: var(--text);
  }

  .hero-slider .slick-next:hover {
      background-color: var(--text);
  }

  .hero-slider .slick-prev:before {
      color: var(--black);
      font-family: "fontawesome";
      content: "\f104";
      font-size: 28px;
  }

  .hero-slider .slick-next:before {
      color: var(--black);
      font-family: "fontawesome";
      content: "\f105";
      font-size: 28px;
  }

  .hero-slider .slick-next:hover:before,
  .slick-prev:hover:before {
      color: var(--white);
  }


.hero-slider .slick-slide.slick-current .hero-wrapper .hero-img img{
animation-name: myanimation;
animation-duration: 50s;
animation-timing-function: linear;
animation-iteration-count: infinite;


}

@keyframes myanimation {
    0%   {
      transform: scale(1)
    }
    100%  {
      transform: scale(2)
    }
  }




  /* --------------------HERO SECTION------------------- */

  /* --------------------TESTIMONIAL SLIDER------------------- */

  .testimonial__area {
      padding: 100px 0;
      padding-top: 50px;
  }

  .testimonial__card {
      position: relative;
      background: var(--white);
      padding: 64px 0;
      border-radius: 40px;
      display: flex !important;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      margin-top: 48px;
      min-height:300px;
      max-height:300px;
      border: 1px solid black;
  }

  .customer__quotes {
      font-size: calc(15px + (22 - 15) * ((100vw - 320px) / (1920 - 320)));
      line-height: calc(30px + (48 - 30) * ((100vw - 320px) / (1920 - 320)));
      font-weight: 500;
      max-width: 820px;
      padding: 0 50px;
  }

  .customer__avatar {
      width: 96px;
      height: 96px;
      border-radius: 50%;
      position: absolute;
      top: -48px;
  }

  .customer__name {
      font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
      line-height: 32px;
  }

  .customer__role {
      opacity: 0.8;
  }

  .btn__group {
      display: flex;
      gap: 1rem;
      justify-content: center;
      margin-top: 2rem;
  }

  .multiple-items .slick-prev {
      background: transparent;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 1px solid var(--black);
      left: 0 !important;
      z-index: 11;
  }

  .multiple-items .slick-next:before {
      font-size: 24px;
      color: var(--black);
  }

  .multiple-items .slick-prev:before {
      font-size: 24px;
      color: var(--black);
  }

  .multiple-items .slick-next {
      right: 0 !important;
      background: transparent;
      color: --;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 1px solid var(--black);
  }

  @media screen and (max-width:575px) {

      .multiple-items .slick-prev,
      .multiple-items .slick-next {
          width: 35px;
          height: 35px;
      }

      .multiple-items .slick-prev:before,
      .multiple-items .slick-next:before {
          font-size: 20px;
      }

      .hero-content .custom-btn {
          padding: 12px 20px;
      }

    .digitaries-testimonials .back .description-back-card{
        line-height: 24px !important;
    }
  }

  /* --------------------TESTIMONIAL SLIDER------------------- */

/* --------------------OUR INITIATIVES SLIDER------------------- */

 .our-initiatives {
    position: relative;
    padding: 100px 0;
    background: var(--bg);
}

.card-box {
    width: 100%;
    height: 100%;
    min-height: 450px;
    perspective: 900px;
}

.content1 {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: transform .5s;
    transform-style: preserve-3d;
}

.card-box:hover .content1 {
    transform: rotateY(-180deg);
    transition: transform 0.5s;
}

.front,
.back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    line-height: 300px;
    color: #03446A;
    text-align: center;
    border-radius: 5px;
    backface-visibility: hidden;
}

.back {
    background: #03446A;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 30px;
}


.our-initiatives {
    overflow-x: hidden;
}

.front-img {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.front-content {
    width:100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.front-content h3 {
    padding: 10px;
    background-color: var(--text);
    color: var(--white);
    width: 100% !important;
    margin-top: -55px;
    font-size: calc(15px + (22 - 15) * ((100vw - 320px) / (1920 - 320))) !important;

}

.front-content p {
    line-height: normal;
    font-size: 18px;
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.front-img img {
    display: block;
    height: 250px;
    width: 100%;
}

.front-btn {
    padding: 20px 30px;
    line-height: normal;
    display: block;
    background-color: var(--white);
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
    text-transform: uppercase;
    text-decoration: none;
    color: var(--black);
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    z-index: 11;
}

.front-btn:hover {
    color: var(--white);
}

.front-btn::before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 260%;
    content: "";
    top: 126%;
    left: 50%;
    background-color: var(--black);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%) rotate(-8deg);
    border-radius: 80%;
    z-index: -1;
}

.front-btn:hover:before {
    top: -40%;
}

.front-box-wrapper .col-3 {
    padding: 0 12px !important;
    position: relative;
    padding: 100px 0;
    background: var(--bg);   
}
.card-box {
    width: 100%;
    height: 100%;
    min-height: 450px;
    perspective: 900px;
}

.content1 {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: transform .5s;
    transform-style: preserve-3d;
}

.card-box:hover .content1 {
    transform: rotateY(-180deg);
    transition: transform 0.5s;
}

.front,
.back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    line-height: 300px;
    color: #03446A;
    text-align: center;
    border-radius: 5px;
    backface-visibility: hidden;
}

.back {
    background: #03446A;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 30px;
}


.our-initiatives {
    overflow-x: hidden;
}

.front-img {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.front-content {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.front-content h3 {
    padding: 10px;
    background-color: var(--text);
    color: var(--white);
    width: max-content;
    margin-top: -55px;
    font-size: calc(22px + (32 - 22) * ((100vw - 320px) / (1920 - 320)));

}

.front-content p {
    line-height: normal;
    font-size: 18px;
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
    width: 100%;
}

.front-img img {
    display: block;
    height: 250px;
    width: 100%;
}

.front-btn {
    padding: 20px 30px;
    line-height: normal;
    display: block;
    background-color: var(--white);
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
    text-transform: uppercase;
    text-decoration: none;
    color: var(--black);
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    z-index: 11;
}

.front-btn:hover {
    color: var(--white);
}

.front-btn::before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 260%;
    content: "";
    top: 126%;
    left: 50%;
    background-color: var(--black);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%) rotate(-8deg);
    border-radius: 80%;
    z-index: -1;
}

.front-btn:hover:before {
    top: -40%;
}

.front-box-wrapper .col-3 {
    padding: 0 12px !important;
} 

/* --------------------OUR INITIATIVES SLIDER------------------- */

/* --------------------DIGNITARIES TESTIMONIALS------------------- */

.main-slider-wrapper-front-back{
    width: 100%;
}

.digitaries-testimonials {
    padding: 100px 0;
    overflow: hidden;
}

.digitaries-testimonials .title-row h2 {
    font-size: calc(28px + (60 - 28) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    color: var(--text);
    text-shadow: 1px 1px 3px black;
}

.digitaries-testimonials .front-img {
    clip-path: none;
}

.digitaries-testimonials .front-content h3 {
    margin-top: 0;
    background: none;
    color: var(--black);
    padding: 0px !important;
    margin-top: 8px;
}

.digitaries-testimonials .front-content p {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #777;
}

.digitaries-testimonials .card-box {
    min-height: 410px;
}

.digitaries-testimonials .front,
.back {
    padding: 20px;
}

.digitaries-testimonials .back {
    flex-direction: row;
    align-items: start;
    background-color: var(--white);
    flex-wrap: wrap;
    overflow-y: scroll;
    row-gap: 0px;

}

.digitaries-testimonials .back .front-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.digitaries-testimonials .back .description-back-card {
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
    text-align: justify;
    width: 100%;
    line-height: 30px;
    color: #777;
}

.main-slider-wrapper-front-back .col-3{
    max-width: 100%;
}
/* --------------------DIGNITARIES TESTIMONIALS------------------- */