.owl-dots {
  left: 50%!important;
  transform: translateX(-50%)!important;
  bottom: -10px!important;
}

.testimopnial-text{
	color: black;
}



.testimonial-author-name{
	color: black;

}

.testimonial-section { 
	/* this line will remove the original template background */
	background-image: url("#"); 	
	background-color: transparent;
	padding: 0px 0 90px;
}

.owl-carousel .owl-rtl{
	direction: ltr!important;

}


/* handle rtl offset */

@media screen and (min-width: 992px) {
   html[dir="rtl"] .testimonial-inner-column{ 
    display: flex;
    justify-content: end;
    align-items: start;
  }
  
}


/* Equal Height Testimonial Blocks */
.testimonial-carousel {
  display: flex;
  align-items: stretch;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.testimonial-block {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.testimonial-block .inner-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  direction: ltr; 
}


.testimopnial-text {
  display: -webkit-box;
  -webkit-line-clamp: 6; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
} 