.testinomials-1 {
  background: none;
  padding: 0 0 50px 0;
}
.testinomials-1::after {
  background-color: rgba(0, 0, 0, 0.77);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.testinomials-1 .carousel-inner .carousel-item {
  background-position: center center;
  background-size: cover;
}
.testinomials-1 h3 {
  color: rgb(255,255,255);
  font-weight: 600;
}
.testinomials-1 p {
  color: rgb(255,255,255);
  margin-top: 20px;
}
.testinomials-1 p i {
  margin-right: 10px;
  color: rgb(255,255,255);
}
.testinomials-1 a {
  color: #b19b27;
  font-size: 1rem;
  text-transform: capitalize;
}
.testinomials-1 figure {
  border-radius: 50%;
  height: 200px;
  margin: 0 auto 1rem;
  overflow: hidden;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.3);
}
.testinomials-1 .carousel-indicators {
  display: block;
  margin: 30px 0 0;
  position: static;
  text-align: center;
}
.testinomials-1 .carousel-indicators li {
  border: 1px solid #cccccc;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  margin-right: 10px;
  opacity: 0.77;
  text-indent: 0;
  width: 40px;
  font-size: 28px;
  line-height: 36px;
}
