.testimonial-slide {
    padding: 0 12.5px;
}
.testimonial-slide-inner {
    border-radius: 8px;
    border: 1px solid var(--border-color);
	padding: 75px 30px;
}
.testimonial-avatar > img {
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 150px !important;
    height: 150px;
    overflow: hidden;
}
.testimonial-inner {
  max-width: 1000px;
  margin: auto;
}

.testimonial-slide-inner .overlay {
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.2), rgba(17, 17, 17, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(38, 38, 38, 0.96) 100%);
}

.one-stars > .fa-star:first-child {
    font-weight: bold;
}
.two-stars > .fa-star:nth-child(-n+2) {
    font-weight: bold;
}
.three-stars > .fa-star:nth-child(-n+3) {
    font-weight: bold;
}
.four-stars > .fa-star:nth-child(-n+4) {
    font-weight: bold;
}
.five-stars > .fa-star:nth-child(-n+5) {
    font-weight: bold;
}
.stars {
    color: #F5B00C;
}
.stars i {
    margin-right: 5px;
    margin-left: 5px;
}
.testimonial-inner h3 {
    font-family: var(--font-family-main-header);
}
.testimonial-inner h4 {
    font-family: 'Manrope-Regular';
}
.testimonial-rating {
  display: inline-block;
  margin: auto;
}
.testimonial-content {
    margin-bottom: 40px;
}
.testimonial-title {
    margin-bottom: 50px;
    color: #CCCCCC;
}


.new-sldier-nav {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 60px);
  left: 50%;
  pointer-events: none;
}
.testimonials-slider-container {
  position: relative;
}
.new-sldier-nav button {
  height: auto;
  width: 40px;
  z-index: 2;
  text-align: center;
  border: none;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
  transform: none !important;
  pointer-events: all;
  cursor: pointer;
  background: 0 0;
}
.testimonials-slider {
  margin-bottom: 0 !important;
}





#fyre .slick-dots li {
  margin: 0 6px;
	height: 12px;
  width: 12px;
}
#fyre .slick-dots li button:before {
  opacity: 1;
  font-family: none;
  font-size: 0;
  height: 12px;
  width: 12px;
  background-color: #D9D9D9;
  border-radius: 50%;
	border: 2px solid #D9D9D9;
}
#fyre .slick-active button:before {
  font-weight: 900 !important;
  background-color: #0e0e0e !important;
}
#fyre .slick-dotted.slick-slider {
  margin-bottom: 50px;
}
#fyre .slick-dots {
  left: 0;
  right: 0;
  bottom: -50px;
  line-height: 0;
}