#carousel-t {
  background-color: #FBFBFB;
}

#carousel-t .testimonial-content {
  margin-top: 15px;
  z-index: 2;
  border-radius: 8px;
  box-shadow: 0px 6px 12px rgb(205 222 251 / 73%);
  padding: 40px 70px;
  margin-top: 25px;
  margin-bottom: 25px;
  background: #ffffff;
}

.testimonial-content > p {
  font-family: 'Noto Sans', sans-serif !important;
}

#carousel-t .carousel-control-next, .carousel-control-prev {
  width: 13%;
}

#carousel-t .carousel-control-prev {
  background: -webkit-linear-gradient(left, rgba(255,0,0,0) 70%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgb(255,255,255) 70%,rgba(255,255,255,0) 100%);
  opacity: 1;
}

#carousel-t .carousel-control-next {
  background: -webkit-linear-gradient(right, rgba(255,0,0,0) 70%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to left, rgb(255,255,255) 70%,rgba(255,255,255,0) 100%);
  opacity: 1;
}

#carousel-t .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-left: 8px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #263283;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.3;
  transition: opacity .6s ease;
  border-radius: 50%;
}

#carousel-t .carousel-indicators .active {
  opacity: 1;
  background-color: #064293 !important;
}

#carousel-t .carousel-indicators {
  position: relative;
  padding-bottom: 10px;
}

#carousel-t .signature {
  font-size: 24px;
  font-style: normal;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  margin: 0;
}

#carousel-t .date {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
}

#carousel-t p {
  font-size: 18px;
  font-family: futura-pt, sans-serif;
}

#carousel-t .rating {
  background-color: #2d80ff;
  width: 56px;
  display: block;
  margin: 15px auto;
  color: white;
  border-radius: 25px;
}

#carousel-t .icon.ion-android-arrow-dropright-circle {
  font-size: 40px;
  color: rgba(0,0,0,0.15);
  transition: color .3s;
  height: 100%;
  width: 100%;
}

#carousel-t .icon.ion-android-arrow-dropright-circle:hover {
  color: rgba(0,0,0,0.35);
  transition: color .3s;
}

#carousel-t .icon.ion-android-arrow-dropleft-circle {
  font-size: 40px;
  color: rgba(0,0,0,0.15);
  height: 100%;
  width: 100%;
}

#carousel-t .icon.ion-android-arrow-dropleft-circle:hover {
  color: rgba(0,0,0,0.35);
  transition: color .3s;
}

.testimonial-content:before {
  z-index: 1;
}

