.tf-testimonial-carousel .testimonial-rate {
  color: #FCC65D;
  font-size: 10px;
}
.tf-testimonial-carousel .testimonial-rate i + i {
  margin-left: 3px;
}

.tf-testimonial-carousel:not(.has-carousel).column-1 .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.tf-testimonial-carousel:not(.has-carousel).column-2 .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.tf-testimonial-carousel:not(.has-carousel).column-3 .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

@media (max-width: 1024px) {
  .tf-testimonial-carousel:not(.has-carousel).column-md-1 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tf-testimonial-carousel:not(.has-carousel).column-md-2 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .tf-testimonial-carousel:not(.has-carousel).column-md-3 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .tf-testimonial-carousel:not(.has-carousel).column-sm-1 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tf-testimonial-carousel:not(.has-carousel).column-sm-2 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .tf-testimonial-carousel:not(.has-carousel).column-sm-3 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
/*Carousel*/
.tf-testimonial-carousel .item img {
  max-width: 100%;
  width: auto;
}

.tf-testimonial-carousel .item .icon-quote {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.tf-testimonial-carousel .item .avatar img {
  border-radius: 50%;
}

.tf-testimonial-carousel .item .description p {
  margin: 0;
}

@media (max-width: 767px) {
  .tf-testimonial-carousel .item .name {
    margin-left: 0;
  }

  .owl-carousel .owl-dots {
    width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=tf-testimonial.css.map */
