.about {
  padding-bottom: 20px;
}

.about .content .who-we-are {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: color-mix(in srgb, rgb(43, 43, 43), transparent 40%);
  font-family: sans-serif;
}

.about .content h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #52565e;
  margin-bottom: 15px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 1.25rem;
  margin-right: 4px;
  color: rgb(20, 133, 200);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .read-more {
  background: #0047BB;
  color: white;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.about .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.about .content .read-more:hover {
  background: color-mix(in srgb, #0047BB, transparent 10%);
  padding-right: 19px;
}

.about .content .read-more:hover i {
  margin-left: 10px;
}

.hww-video {
  width: 80%;
  margin: auto;
  margin-top: 30px;
  position: relative;
}

.hww-video>img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.HWW-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hww-play-icon {
  position: relative;
  display: block;
}

.hww-play-icon>img {
  display: block;
  width: 60px;
  height: 60px;
  background-color: rgb(234, 242, 248);
  border-radius: 50% !important;
  overflow: hidden;
}

.hww-play-icon::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: rgb(20, 133, 200);
  box-shadow: 0 0 10px 5px rgb(196, 233, 255);
  border-radius: 50%;
  z-index: -1;
  animation: play_button infinite ease-in-out 2s;
}

.about-img {
  display: block;
  width: 100%;
  height: 80vh;
  border-radius: 10px;
  border: 1px solid #eee;
  object-fit: cover;
}

.about-img2 {
  display: block;
  width: 100%;
  height: 38vh;
  border: 1px solid #eee;
  border-radius: 10px;
  object-fit: fill;
}


@keyframes play_button {
  0% {
    box-shadow: 0 0 15px 3px rgb(196, 233, 255);
  }

  50% {
    box-shadow: 0 0 15px 10px rgb(196, 233, 255);
  }

  100% {
    box-shadow: 0 0 15px 3px rgb(196, 233, 255);
  }
}

/* clients */

#clients {
  margin: 40px 0;
}

.clients-swiper {
  position: relative;
  overflow: hidden;
}

.clients .swiper {
  padding: 10px 0;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients-image {
  transition: 0.3s;
  display: block;
  width: 100%;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}

/* testimonials */

.testimonial-swiper {
  position: relative;
  overflow: hidden;
}

.testimonials-pagination {
  transition: all .3s;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #919191;
  transition: all .3s;
}

.swiper-pagination-bullet-active {
  width: 40px;
  height: 15px;
  border-radius: 15px;
  background-color: blue;
  transition: all .3s;
}

.testimonial-swiper .swiper-slide {
  background-color: #ffffff;
  transition: all .3s;
}

/* .testimonial-swiper .swiper-slide-active {
  background-color: white;
  transition: all .3s;
} */

.testimonial-image>img {
  display: block;
  width: 100px;
}

/* services */

.service-item {
  background: #fff;
  transition: .5s;
  cursor: pointer;
}

.service-item>div>i {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
  transition: all .3s ease;
}

.service-item:hover {
  background: #0047BB;
  transform: translateY(-10px);
}

.service-item * {
  transition: all .3s ease;
}

.service-item:hover * {
  color: rgb(255, 255, 255) !important;
}

.service-item:hover>div>i {
  background-color: white;
  transform: scale(.9);
  color: dodgerblue !important;
}

/* start section */

#stats {
  background-color: #f4f7f6;
  padding: 80px 0;
}

.start-item>i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 10px 1px #d8d8d8;
  border-radius: 50%;
  margin: auto;
  margin-bottom: -20px;
  position: relative;
  color: #21dada;
  z-index: 200;
  transition: all .3s ease-out;
}

.stats-item {
  background-color: white;
  text-align: center;
  padding: 40px 30px 10px 30px;
  border-radius: 3px;
  position: static;
  z-index: -1;
  cursor: pointer;
  transition: all .3s ease-out;
  box-shadow: 4px 5px 10px 1px #eee;
}

.stats-item>span {
  font-size: 36px;
  font-weight: 900;
  color: color-mix(in srgb, #364d59, transparent 20%);
  letter-spacing: 4px;
}


/* aply section */

.apply {
  padding: 60px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.apply .apply-item {
  text-align: center;
  padding: 24px 20px;
  border: 1px solid #e2e2e2;
  height: 100%;
  transition: all ease-in-out 0.3s;
}

.stretched-link {
  text-decoration: none;
  color: rgb(59, 59, 59);
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

.stretched-link:hover {
  color: rgb(59, 59, 59);
}

.apply .apply-item .icon {
  background: rgb(11, 12, 12);
  color: white;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.apply .apply-item .icon img {
  display: block;
  width: 100%;
  height: 100%;
  transition: ease-in-out 0.3s;
}

.apply .apply-item:hover {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.apply-item>li {
  list-style-type: none;
}

.apply-item>li+li {
  margin-top: 20px;
}

#certification {
  padding: 40px 0;
}

.certification_col {
  margin-left: auto;
  margin-right: auto;
}

.certification_col>img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
}

.certification_col>span {
  display: block;
  text-align: center;
}

.certificate_header {
  color: black;
  font-weight: 600;
}

/* form */

.form-bg {
  background-color: #0047BB;
  padding: 20px 0;
}

.distribution-button {
  border: none;
  width: 100%;
  background-color: #fff;
  color: #0047BB;
  padding: 8px 40px;
  transition: all ease-out 0.3s;
  text-decoration: none;
  border-radius: 20px 0px 20px 0px;
  font-size: 18px;
}

.distribution-button:hover {
  border: none;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-radius: 0px 20px 0px 20px;
  background-color: #67D9FF;
  color: #fff;
}

.dis-form-input {
  box-shadow: 2px 5px 5px 1px rgba(15, 4, 165, 0);
  padding: 10px 10px;
  padding-left: 15px;
  border-radius: 10px;
  font-size: 15px;
  transition: all ease .3s;
  border: none;
  outline: none;
  display: block !important;
}

.dis-form-input:focus {
  box-shadow: 1px 5px 5px 1px rgba(68, 87, 255, 0.719);
  border-radius: 25px;
  margin-top: -5px;
}


.dist-form-col {
  display: flex;
  align-items: center;
  height: 60px;
}

.dist-form-col2 {
  margin-top: 10px;
  height: 110px;
}

/* all sections overflow hidden */

#about,
#clients,
#our-services,
#stats,
#testimonials,
#contact {
  overflow: hidden !important;
}

@media screen and (max-width: 770px) {
  .about-img {
    height: 70vh;
  }

  .about-img2 {
    height: 33vh;
  }

  .clients-image {
    width: 70%;
    margin: auto;
  }

  .clients-swiper {
    margin-top: 20px;
  }
}

@media screen and (max-width: 550px) {
  #our-services {
    margin-bottom: 20px;
  }

  .about-img2 {
    height: 55vh;
  }

  .clients-image {
    width: 50%;
  }

  .about .content h1 {
    font-size: 1.2rem;
  }

  .fst-italic {
    font-size: 0.9rem;
  }

  .about .content ul {
    font-size: 0.9rem;
  }

  .about .content .who-we-are {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }

  .about .content .read-more {
    padding: 6px 17px;
    font-size: 14px;
  }
}



@media screen and (min-width: 320px) {
  #certification .row>div:nth-child(1)>img {
    aspect-ratio: 1/1;
    width: 90%;
    margin: auto;
  }

  #certification .row>div:nth-child(2)>img {
    aspect-ratio: 16/9;
  }

  #certification .row>div:nth-child(3)>img {
    aspect-ratio: 1/1;
    width: 80%;
    margin: auto;
  }

  .certificate_text {
    font-size: 12px;
  }

  .certificate_header {
    font-size: 26px;
  }
  .def_text {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 375px) {
  .certificate_header {
    font-size: 36px;
  }
}

@media screen and (min-width: 992px) {
  .def_text {
    font-size: 16px !important;
  }
}