/* Create Custom "Colour Matrix" to use within the bootstrap utility classes
----------------------------------------------------------------------------- */
/* 
    Expanded spacing options 
    For example the margin and padding classes now have extended capability (.mb-8 now outputs margin-bottom: 3rem)
*/
/*
    This variable affects the `.h-*` and `.w-*` classes.
    You can now do w-25 or h-80 and have it output width: 25% or height: 80%
*/
/*
    Components variables
    When you create the component you should create the variables with colors for this compontnt
*/
/*
  Custom Components Variables
*/
/*
  We have no variables for alt buttons
  Because the styles depends on the design and can be unique for each project
*/
.slider-testimonials-wrap {
  overflow: hidden;
  position: relative;
}
.slider-testimonials-wrap .swiper-pagination-bullet-active {
  background-color: #00bbce;
}
.slider-testimonials-slide {
  text-align: center;
  padding: 40px;
}
.slider-testimonials-slide-img img {
  width: 48px;
  height: auto;
  border-radius: 50%;
}
.slider-testimonials-slide-rating {
  font-size: 26px;
  color: #00bbce;
}
.slider-testimonials-slide-text {
  font-family: "Newsreader", sans-serif;
  font-size: 24px;
  font-style: italic;
}
@media (max-width: 1199.98px) {
  .slider-testimonials-slide-text {
    font-size: 20px;
  }
}
.slider-testimonials-slide-name {
  font-size: 16px;
  font-weight: 600;
}
.slider-testimonials-slide-position {
  font-size: 14px;
}
.slider-testimonials-slide-has-bg {
  background-color: #eff6f6;
}
.slider-testimonials-swiper {
  position: relative;
}
.slider-testimonials-swiper .swiper-pagination {
  position: static;
}
.slider-testimonials-swiper .swiper-button-next,
.slider-testimonials-swiper .swiper-button-prev {
  top: calc(50% - 55px);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-testimonials-swiper .swiper-button-next::before,
.slider-testimonials-swiper .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(2px);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.slider-testimonials-swiper .swiper-button-next::after,
.slider-testimonials-swiper .swiper-button-prev::after {
  z-index: 10;
}
.slider-testimonials-swiper .swiper-button-next {
  right: 10px;
}
.slider-testimonials-swiper .swiper-button-prev {
  left: 10px;
}
.slider-testimonials-swiper-no-overflow {
  overflow: initial;
}

/*# sourceMappingURL=slider-testimonials.css.map */