.testimonial,
.testimonial .testimonies,
.testimonial .testimonies .inside,
.profile-section {
  display: flex;
  /* border: 1px solid red; */
}

.testimonial {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 100px;
  text-align: center;
  justify-content: center;
  
}

.testimonial .testimonies {
  width: 80%;
  /* height: 75vh; */
  align-items: center;
  flex-direction: column;
  /* position: relative; */
}

.testimonial .testimonies hr {
  width: 100px;
  border: 1px solid #fec465;
  margin: 35px 0;
}

.testimonial .testimonies .inside {
  justify-content: space-between;
  /* border: 1px solid red;
  width: 100%; */

}

.testimonial .testimonies .inside .first,
.testimonial .testimonies .inside .second,
.testimonial .testimonies .inside .third {
  padding: 50px 40px;
  width: 31%;
  text-align: start;
}

.testimonial .testimonies .inside .first .profile,
.testimonial .testimonies .inside .second .profile,
.testimonial .testimonies .inside .third .profile {
  border-radius: 200px;
  width: 80px;
}

.testimonies .h2 {
  color: #fec465 !important;
  font-size: 40px !important;
  /* width: 45%; */
  font-weight: bold;
  text-align: center;
  margin: 70px 0;
}

.profile-section {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}

.profile-section .name {
  font-family: Futura-Bold;
  font-weight: bolder;
}

@media (min-width: 320px) and (max-width: 855px) {
  .testimonial .testimonies {
    width: 80%;
    flex-direction: column;
  }

  .testimonial .testimonies .inside {
    justify-content: space-between;
    flex-direction: column;
  }

  .testimonial .testimonies .inside .first,
  .testimonial .testimonies .inside .second,
  .testimonial .testimonies .inside .third {
    padding: 30px 20px;
    margin: 10px 0;
    width: 100%;
    text-align: start;
  }
}



/* .testimonial .testimonies .inside .containar {
  width: 75%;
  height: 400px;
  border: 1px solid #ce1d1d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial .testimonies .inside .containar .testimonal-con {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.testimonial .testimonies .inside .containar .testimonal-con .slide-row {
  display: flex;
  width: 3200px;
  transition: .3s;
  border: 1px solid #fec465;
}

.slide-col {
  width: 800px;
  height: 400px;
  position: relative;
}

.user-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.user-img img {
  height: 100%;
  border-radius: 10px;
}

.user-text {
  background-color: #000;
  width: 520px;
  height: 270px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  color: #d3d4d6;
  padding: 45px;
  box-sizing: border-box;
  z-index: 2;
}

.user-text p {
  font-size: 18px;
  line-height: 24px;
}

.user-text h3 {
  margin: 35px 0 5px;
  color: #fff;
}



.indicator {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}

.dot-btn {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 4px;
  border-radius: 15px;
  background: #000;
  cursor: pointer;
  transition: .3s;
}

.active {
  width: 45px;
} */


/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  width: 100% !important;
  margin: 0 auto !important;
}

.testimonials .testimonial-wrap {
  padding-left: 50px;
  position: relative;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 20px 20px 20px 40px;
  margin: 0 15px 20px 0;
  min-height: 200px;
  box-shadow: 1px 2px 20px rgba(82, 86, 94, 0.1);
  position: relative;
  background: #fff;
  border-radius: 7px !important;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

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

.testimonials .testimonial-item h4 {
  font-size: var(--font-size-primary);
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

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

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #ffd565;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

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

.testimonials .testimonial-item img {
  margin: 25px auto 15px;
  width: 45px;
}

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d5d7da;
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

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

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}


.testimonial-controls {
  width: 55px !important;
  height: 55px !important;
  border: 0 !important;
  background-color: #31494b !important;
  color: white !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  transition: background-color 0.5s ease-out !important;

  z-index: 3 !important;
  position: absolute;
  margin: 0 25px !important;
}

.testimonial-controls:hover {
  background-color: #fec465 !important;
}

.testimonial-prev:before {
  /* margin-right: 2rem; */
  content: url(data:image/svg+xml,%3Csvg%20stroke%3D%22%23fff%22%20fill%3D%22%23fff%22%20stroke-width%3D%220%22%20viewBox%3D%220%200%20320%20512%22%20height%3D%221em%22%20width%3D%221em%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M34.52%20239.03L228.87%2044.69c9.37-9.37%2024.57-9.37%2033.94%200l22.67%2022.67c9.36%209.36%209.37%2024.52.04%2033.9L131.49%20256l154.02%20154.75c9.34%209.38%209.32%2024.54-.04%2033.9l-22.67%2022.67c-9.37%209.37-24.57%209.37-33.94%200L34.52%20272.97c-9.37-9.37-9.37-24.57%200-33.94z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) !important
}

.testimonial-next:before {
  /* margin-right: 2rem; */
  content: url(data:image/svg+xml,%3Csvg%20stroke%3D%22%23fff%22%20fill%3D%22%23fff%22%20stroke-width%3D%220%22%20viewBox%3D%220%200%20320%20512%22%20height%3D%221em%22%20width%3D%221em%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M285.476%20272.971L91.132%20467.314c-9.373%209.373-24.569%209.373-33.941%200l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505%20256%2034.484%20101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373%2024.569-9.373%2033.941%200L285.475%20239.03c9.373%209.372%209.373%2024.568.001%2033.941z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) !important
}


