@charset "UTF-8";
/* Slider */
/*
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
*/
.testimonial-slider {
  /* Icons */
  /* Arrows */
  /* Dots */
  /* (Optional) Apply a "closed-hand" cursor during drag operation. */
}
@font-face {
  .testimonial-slider {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff2") format("woff2"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-display: swap;
  }
}
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.testimonial-slider .slick-prev:hover,
.testimonial-slider .slick-prev:focus,
.testimonial-slider .slick-next:hover,
.testimonial-slider .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.testimonial-slider .slick-prev:hover:before,
.testimonial-slider .slick-prev:focus:before,
.testimonial-slider .slick-next:hover:before,
.testimonial-slider .slick-next:focus:before {
  opacity: 1;
}
.testimonial-slider .slick-prev.slick-disabled:before,
.testimonial-slider .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.testimonial-slider .slick-prev {
  left: -25px;
}
.testimonial-slider [dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.testimonial-slider .slick-prev:before {
  content: "←";
}
.testimonial-slider [dir=rtl] .slick-prev:before {
  content: "→";
}
.testimonial-slider .slick-next {
  right: -25px;
}
.testimonial-slider [dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.testimonial-slider .slick-next:before {
  content: "→";
}
.testimonial-slider [dir=rtl] .slick-next:before {
  content: "←";
}
.testimonial-slider .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.testimonial-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  gap: 2rem;
  justify-content: center;
}
.testimonial-slider .slick-dots li {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 5px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: gray;
  cursor: pointer;
}
.testimonial-slider .slick-dots li.slick-active {
  outline-offset: 0.4rem;
  outline: rgb(0, 0, 0) solid 1px;
  background-color: #000;
}
.testimonial-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.testimonial-slider .slick-dots li button:hover,
.testimonial-slider .slick-dots li button:focus {
  outline: none;
}
.testimonial-slider .slick-dots li button:hover:before,
.testimonial-slider .slick-dots li button:focus:before {
  opacity: 1;
}
.testimonial-slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.testimonial-slider .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.testimonial-slider .slider-dots-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-slider .slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
}
.testimonial-slider .slider-dots button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  border: 0;
  background-color: transparent;
  margin: 0 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  transition: 0.3s all;
  position: relative;
  z-index: 0;
}
.testimonial-slider .slider-dots-box .slick-active button {
  width: 40px;
  height: 40px;
}
.testimonial-slider .slider-dots button:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}
.testimonial-slider .slider-dots-box .slick-active button:after {
  content: none;
  display: none;
}
.testimonial-slider .slider-dots-box .slick-active button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}
.testimonial-slider .grabbable {
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.testimonial-slider .grabbable:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

/*# sourceMappingURL=slick-theme-new.css.map */
