.fa-star, .fa-star-half-alt{
      color: #FFD700;
  }

 .fa-angle-left, .fa-angle-right
 {
  color: #FFD700;
  opacity: 0.4;
}
.fa-angle-left:hover, .fa-angle-right:hover
{
 color: black;
 opacity: 1;
}
.blockquote{
    margin-top: 50px;
}
.blockquote-footer{
    height: 3vh;
}
.owl-item {
  transform: scale(0.8);
  padding-top: 50px;
}
.owl-carousel .owl-item.center .feedback-user{
  transform: scale(1);
  opacity: 1;
  border-radius: 5px;
  transition-duration: 1s;
}
.owl-carousel .owl-item .feedback-user{
  background: #fff;
  margin: 5px;
  transform: scale(0.8);
  border-radius: 12px;
  opacity: 0.8;
  transition-duration: 1s;
  min-height: 50vh;
  padding: 20px;
  line-height: 20px;
  color: #8e8b8b;  
  position: relative;
}
.owl-carousel .feedback-user .user-img{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
  }
  
.owl-carousel .feedback-user .user-img img{
    width: 100px;
    height: 100px;
    padding: 5px;
    border-radius: 50%;
  }
.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(127,127,127, 0.5) !important;
    margin-left: 5px;
    margin-right: 5px;
}

.owl-carousel .owl-dot.active {
    background: black  !important;
}

.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 25vh !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  left: -33px;
}
.owl-carousel .next-slide{
  right: -33px;
}
.reviews-text
{
  font-size: 2rem;
}


@media only screen and (max-width: 768px) {
	.reviews-title {
         font-size: 3.5rem !important;
  }
  .reviews-text{
    font-size: 1.6rem;
  }
	
}

