/*--------------------NAVBAR-----------------*/
/*---------------ABOUT-----------------*/
/*------------------WWD------------*/
.testimonials-container {
  width: 100%;
  padding: 1.8rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 576px) {
  .testimonials-container {
    padding: 1.8rem 3.6rem;
  }
}
@media (min-width: 768px) {
  .testimonials-container {
    padding: 1.8rem 5.4rem;
  }
}
@media (min-width: 992px) {
  .testimonials-container {
    padding: 1.8rem 7.2rem;
  }
}
@media (min-width: 1400px) {
  .testimonials-container {
    width: 1280px;
    margin: auto;
    padding: 5.4rem 0;
  }
}
.testimonials-container h2 {
  order: -1;
  font-size: 1.2em;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #1239ac;
}
.testimonials-container h1 {
  font-size: 1.8em;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  margin: 1.8rem 0;
  color: #06278a;
}
@media (min-width: 768px) {
  .testimonials-container h1 {
    font-size: 2.2em;
  }
}
@media (min-width: 992px) {
  .testimonials-container h1 {
    margin: 1.8rem 0 5.4rem 0;
  }
}
.testimonials-container .swiper-wrapper {
  position: relative !important;
}
.testimonials-container .swiper {
  width: 100%;
}
@media (min-width: 992px) {
  .testimonials-container .swiper {
    position: relative !important;
  }
}
@media (min-width: 1400px) {
  .testimonials-container .swiper {
    width: 75%;
  }
}
.testimonials-container .swiper .swiper-pagination {
  margin-bottom: 1.5em;
}
@media (min-width: 576px) {
  .testimonials-container .swiper .swiper-pagination {
    margin-bottom: 2.5em;
  }
}
@media (min-width: 992px) {
  .testimonials-container .swiper .swiper-pagination {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    transform: translate(0, -50%) rotate(90deg);
    margin: 0;
    left: 70%;
  }
}
@media (min-width: 1100px) {
  .testimonials-container .swiper .swiper-pagination {
    left: 75%;
  }
}
@media (min-width: 1200px) {
  .testimonials-container .swiper .swiper-pagination {
    left: 78%;
  }
}
@media (min-width: 1400px) {
  .testimonials-container .swiper .swiper-pagination {
    left: 76%;
  }
}
.testimonials-container .swiper .swiper-pagination-bullet {
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin: 0 6px;
}
.testimonials-container .swiper .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background-color: #ffffff !important;
}
.testimonials-container .swiper .swiper-slide {
  background-color: #5178ed;
  display: flex;
  flex-direction: column-reverse;
  padding: 3em 2em;
  border-radius: 0.5rem;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 576px) {
  .testimonials-container .swiper .swiper-slide {
    padding: 3em 4em 5em 4em;
  }
}
@media (min-width: 992px) {
  .testimonials-container .swiper .swiper-slide {
    width: 85% !important;
    margin: 0 0 0 15%;
    position: relative;
    padding: 8em 10em;
  }
}
@media (min-width: 1400px) {
  .testimonials-container .swiper .swiper-slide {
    width: 90% !important;
    margin: 0 0 0 10%;
    padding: 8em 6em 8em 12em;
  }
}
.testimonials-container .swiper .swiper-slide p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  min-height: 16em;
  color: #ffffff;
}
@media (min-width: 576px) {
  .testimonials-container .swiper .swiper-slide p {
    min-height: 14em;
  }
}
@media (min-width: 992px) {
  .testimonials-container .swiper .swiper-slide p {
    text-align: left;
    font-size: 1.3em;
    min-height: 18em;
  }
}
@media (min-width: 1200px) {
  .testimonials-container .swiper .swiper-slide p {
    text-align: left;
    font-size: 1.3em;
    min-height: 12em;
  }
}
.testimonials-container .swiper .swiper-slide img {
  width: 200px;
  height: 200px;
  margin: 1.8rem auto;
}
@media (min-width: 992px) {
  .testimonials-container .swiper .swiper-slide img {
    position: absolute;
    left: -15%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .testimonials-container .swiper .swiper-slide img {
    position: absolute;
    left: -10%;
  }
}

.has-rating-5 {
  position: relative;
  width: calc(5.55em + 12px);
  margin: 0 auto;
  padding: 1.8rem 0;
}

.has-rating-5::before {
  content: "\f005\f005\f005\f005\f005";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  font-size: 1.1rem;
  color: #ffb400;
  left: 0;
  top: -1.8rem;
}
@media (min-width: 576px) {
  .has-rating-5::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.has-rating-4 {
  position: relative;
  width: calc(5.55em + 12px);
  margin: 0 auto;
  padding: 1.8rem 0;
}

.has-rating-4::after {
  content: "\f005";
  font-weight: 400;
  font-family: "Font Awesome 6 free";
  position: absolute;
  left: 4.4em;
  top: -1.8rem;
  font-size: 1.15rem;
  color: #ffb400;
}
@media (min-width: 576px) {
  .has-rating-4::after {
    left: 4.4em;
    top: 50%;
    transform: translateY(-50%);
  }
}

.has-rating-4::before {
  content: "\f005\f005\f005\f005";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  left: 0;
  top: -1.8rem;
  font-size: 1.1rem;
  color: #ffb400;
}
@media (min-width: 576px) {
  .has-rating-4::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.has-rating-3 {
  position: relative;
  margin: 1.8rem 0;
  width: calc(5.55em + 12px);
  margin: 0 auto;
  padding: 1.8rem 0;
}

.has-rating-3::after {
  content: "\f005\f005";
  font-weight: 400;
  font-family: "Font Awesome 6 free";
  position: absolute;
  left: 3.3em;
  font-size: 1.15rem;
  color: #ffb400;
  top: -1.8rem;
}
@media (min-width: 576px) {
  .has-rating-3::after {
    top: 50%;
    transform: translateY(-50%);
  }
}

.has-rating-3::before {
  content: "\f005\f005\f005";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  left: 0;
  font-size: 1.1rem;
  color: #ffb400;
  top: -1.8rem;
}
@media (min-width: 576px) {
  .has-rating-3::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.has-rating-2 {
  position: relative;
  margin: 1.8rem 0;
  width: calc(5.55em + 12px);
  margin: 0 auto;
  padding: 1.8rem 0;
}

.has-rating-2::after {
  content: "\f005\f005\f005";
  font-weight: 400;
  font-family: "Font Awesome 6 free";
  position: absolute;
  left: 2.2em;
  font-size: 1.15rem;
  color: #ffb400;
  top: -1.8rem;
}
@media (min-width: 576px) {
  .has-rating-2::after {
    top: 50%;
    transform: translateY(-50%);
  }
}

.has-rating-2::before {
  content: "\f005\f005";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  left: 0;
  font-size: 1.1rem;
  color: #ffb400;
  top: -1.8rem;
}
@media (min-width: 576px) {
  .has-rating-2::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.has-rating-1 {
  position: relative;
  margin: 1.8rem 0;
  width: calc(5.55em + 12px);
  margin: 0 auto;
  padding: 1.8rem 0;
}

.has-rating-1::after {
  content: "\f005\f005\f005\f005";
  font-weight: 400;
  font-family: "Font Awesome 6 free";
  position: absolute;
  left: 1.1em;
  font-size: 1.15rem;
  color: #ffb400;
  top: -1.8rem;
}
@media (min-width: 576px) {
  .has-rating-1::after {
    top: 50%;
    transform: translateY(-50%);
  }
}

.has-rating-1::before {
  content: "\f005";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  left: 0;
  font-size: 1.1rem;
  color: #ffb400;
  top: -1.8rem;
}
@media (min-width: 576px) {
  .has-rating-1::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 576px) {
  .has-rating-5,
  .has-rating-4,
  .has-rating-3,
  .has-rating-2,
  .has-rating-1 {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 600px) {
  .has-rating-5,
  .has-rating-4,
  .has-rating-3,
  .has-rating-2,
  .has-rating-1 {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .has-rating-5,
  .has-rating-4,
  .has-rating-3,
  .has-rating-2,
  .has-rating-1 {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .has-rating-5,
  .has-rating-4,
  .has-rating-3,
  .has-rating-2,
  .has-rating-1 {
    width: 80%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .has-rating-5,
  .has-rating-4,
  .has-rating-3,
  .has-rating-2,
  .has-rating-1 {
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .has-rating-5,
  .has-rating-4,
  .has-rating-3,
  .has-rating-2,
  .has-rating-1 {
    width: 50%;
  }
}
.has-rating-5 h3,
.has-rating-4 h3,
.has-rating-3 h3,
.has-rating-2 h3,
.has-rating-1 h3 {
  font-family: Roboto, sans-serif;
  width: 150%;
  font-size: 1.1em;
  margin-left: -25%;
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 576px) {
  .has-rating-5 h3,
  .has-rating-4 h3,
  .has-rating-3 h3,
  .has-rating-2 h3,
  .has-rating-1 h3 {
    display: inline-block;
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  .has-rating-5 h3::before,
  .has-rating-4 h3::before,
  .has-rating-3 h3::before,
  .has-rating-2 h3::before,
  .has-rating-1 h3::before {
    content: "";
    width: 30px;
    height: 2px;
    display: inline-block;
    background-color: #ffffff;
    vertical-align: middle;
    margin-left: 7em;
    margin-right: 1em;
  }
}/*# sourceMappingURL=testimonials.css.map */