.hero-section {
  background-image: url("hero-background-img.e61408ca.png");
  background-size: cover;
  height: auto;
  padding: 0 100px;
}

.choose .heading {
  text-align: start;
}

.choose .heading h2 {
  font-size: 40px;
}

.choose .heading hr {
  color: #00008b;
  width: 70px;
  height: 5px;
  display: inline-block;
}

.choose .main-card {
  align-items: center;
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
}

.choose .card-img img {
  padding: 0 50px 50px;
}

.choose .choose-content p {
  font-size: 17px;
  font-weight: 500;
}

.index-service p {
  color: #262524;
}

.index-service h3 {
  color: #262524;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  font-family: Anton SC, sans-serif !important;
}

.slide-img {
  margin-top: 20px;
}

.slide-img .main-slide img {
  width: auto;
  height: 80px;
  margin: auto;
}

.clients {
  text-align: center;
  margin-top: 50px;
}

.slide-img-q {
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.slide-img-q img {
  border-radius: 60px;
  padding: 15px;
}

.client-container .btn1 {
  text-align: center;
  margin-top: 100px;
}

.toolkit-container {
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.toolkit-container .item {
  box-sizing: border-box;
  text-align: center;
  background-color: #135c8af4;
  border-radius: 5px;
  flex: 21%;
  padding: 10px;
}

.toolkit-container .item h5 {
  color: #eaeaff;
  font-size: 20px;
  font-weight: bolder;
}

.toolkit-container .item p {
  color: #fff;
  font-size: 15px;
}

.toolkit-container .item svg {
  color: #efedfd;
}

.toolkit-container .heading {
  text-align: center;
}

@keyframes slide {
  from {
    transform: translateX(1000px);
  }

  to {
    transform: translateX(-150%);
  }
}

.logos {
  white-space: nowrap;
  background: #f6f4f4;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos:before, .logos:after {
  content: "";
  z-index: 2;
  width: 250px;
  height: 100%;
  position: absolute;
  top: 0;
}

.logos:before {
  left: 0;
}

.logos:after {
  right: 0;
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  animation: 10s linear infinite slide;
  display: inline-block;
}

.logos-slide li {
  list-style: none;
}

.logos-slide span {
  opacity: .8;
  color: #000;
  text-shadow: 1px 5px 3px #d9d8f2cf;
  margin-left: -30px;
  font-family: Chango, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
}

.logos-slide p {
  color: #262524;
  font-size: 20px;
  font-weight: 500;
}

.logos-slide img {
  height: 80px;
  margin: 0 40px;
}

@media (width <= 2560px) {
  .hero-section .hero-heading h1 {
    color: #262524;
    letter-spacing: 2px;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    font-family: Anton SC, sans-serif !important;
  }
}

@media (width <= 1440px) {
  .hero-section .hero-heading h1 {
    color: #262524;
    letter-spacing: 2px;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    font-family: Anton SC, sans-serif !important;
  }
}

@media (width <= 1024px) {
  .hero-section .hero-heading h1 {
    color: #262524;
    letter-spacing: 2px;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    font-family: Anton SC, sans-serif !important;
  }
}

@media (width <= 768px) {
  .hero-section {
    height: auto;
  }

  @keyframes slide {
    from {
      transform: translateX(650px);
    }

    to {
      transform: translateX(-90%);
    }
  }

  .hero-section .hero-img {
    display: none;
  }

  .hero-section {
    padding: 20px 40px 10px;
  }

  .toolkit-container {
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .toolkit-container .item {
    flex: 50%;
  }
}

@media (width <= 475px) {
  .choose .choose-content p {
    margin-left: 20px;
    font-weight: 500;
    line-height: 30px;
  }

  .choose .heading h2 {
    margin-left: 20px;
    font-size: 30px;
  }

  .choose .heading hr {
    margin-left: 20px;
  }

  .toolkit-container .item {
    flex: 100%;
  }

  .toolkit-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  @keyframes slide {
    from {
      transform: translateX(500px);
    }

    to {
      transform: translateX(-70%);
    }
  }
}
/*# sourceMappingURL=index.07980eff.css.map */
