

.testimonial {
  background-color: white;
  text-align: center;
  
  margin: 20px 15px 85px;
  position: relative;
}

.testimonial::before,
.testimonial::after {
  content: "";
 
  left: 0;
  
}

.testimonial::after {
  border-right: none;
 
  left: auto;
  right: 0;
}

.testimonial .icon {
  display: inline-block;
  font-size: 80px;
  color: #016d9b;
  margin-bottom: 20px;
  opacity: 0.6;
  
}

.testimonial .description {
  font-size: 14px;
  color: #777;
  text-align: justify;

}

.testimonial .testimonial-content {
  width: 100%;
  left: 0;
  position: absolute;
}



.testimonial .name {
  font-size: 14px;
  color:#000;
 
  margin: 10px 0 5px 0;
  letter-spacing:2px;
  font-family:Times New Roman;
}

.testimonial .title {
  display: block;
  font-size: 14px;
  color:#d3783d;
}

.owl-controls {
  margin-top: 0px;
}

.owl-pagination {
  display: flex;
  justify-content: center;
  
  
}

.owl-page {
  height: 10px;
  width: 40px;
  background-color:#000;
  border-radius: 10%;
 }

.owl-page:hover,
.owl-page.active {
  background-color:#d3783d;
}

.owl-page:not(first-item) {
  margin-left: 10px;
}
.demo{
	background-color:#F5F5F5;}
	
.hdd{
	color:#d3783d;
	margin-left:15px;
	}	
	