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

#carousel-t .testimonial-content {
  margin-top: 15px;
  width: 85%;
}

#carousel-t .carousel-control-next, .carousel-control-prev {
  width: 40px;
  font-size: 28px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  #carousel-t .carousel-control-next, .carousel-control-prev {
    width: 70px;
  }
}

#carousel-t .carousel-control-prev {
  background: linear-gradient(to right, #191919 50%,rgba(25,25,25,0) 100%);
  opacity: 1;
  color: #a0a0a0;
  transition: color .3s;
}

#carousel-t .carousel-control-next {
  background: linear-gradient(to left, #191919 50%,rgba(25,25,25,0) 100%);
  opacity: 1;
  color: #a0a0a0;
  transition: color .3s;
}

#carousel-t .carousel-control-prev:hover {
  color: #d5d5d5;
  transition: color .3s;
}

#carousel-t .carousel-control-next:hover {
  color: #d5d5d5;
  transition: color .3s;
}

#carousel-t .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin-right: 4px;
  margin-left: 4px;
  cursor: pointer;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  opacity: .2;
  border-radius: 50%;
}

#carousel-t .carousel-indicators {
  position: relative;
  margin-top: 30px;
  margin-right: 0;
  margin-left: 0;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.5s, background-color .75s;
}

#carousel-t .carousel-indicators .active {
  opacity: 1;
  background-color: #ddba00;
  transform: scale(1.5);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.5s, background-color .75s;
}

#carousel-t .carousel-indicators li, #carousel-t .carousel-indicators li.active {
  background-color: #ddba00;
}

#carousel-t .signature {
  font-size: 24px;
  font-style: normal;
  font-family: 'Roboto Condensed', Arial, Sans;
  font-weight: 700;
  margin: 0;
}

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

#carousel-t p {
  font-size: 18px;
  font-family: 'Roboto Condensed', Arial, Sans;
}

#carousel-t .rating {
  background-color: #007bff;
  width: 56px;
  display: block;
  margin: 15px auto;
  color: #fff;
  border-radius: 25px;
  height: 25px;
  line-height: 27px;
}

