/*---------  Testimonials  ----------------------------------*/

.testimonials {
  margin-bottom: 3rem;
}

.testimonial-head-text {
  margin-bottom: 5px !important;
}

.testimonial-header {
  margin: 3rem;
}

.testimonial-head-para {
  width: 100% !important;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  border-radius: 10px;
  box-shadow: 0px 0 20px rgba(0, 30, 83, 0.2);
  background: white;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 10px;
  margin-top: 5px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid rgb(10, 2, 47);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgb(0, 0, 0);
  font-weight: 500;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  font-size: 16px;
  margin: 0 auto 15px auto;
  font-size: 16px;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.testimonials .swiper-slide {
  opacity: 0.3;
  transition: ease-in-out 0.3s;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

@media screen and (min-width: 300px) and (max-width:900px) {
  .testimonial-header {
    margin: 2rem;
  }

  .testimonials .testimonial-item {
    margin: 30px 20px;
  }
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  background: transparent !important;
  border: 1px solid rgb(0, 0, 0) !important;
  width: 14px !important;
  height: 14px !important;
  transition: all .5s ease !important;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #010028 !important;
  border: none;
}