.testimonial {
  margin: 0 20px 30px;
    background-color: #fff;
    height: 230px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.testimonial .testimonial-content {
  padding: 23px 10px 0px 50px;
  margin-bottom: 35px;
  background: #fff;
  position: relative;
}
.testimonial-content .testimonial-icon {
  width: 50px;
  height: 45px;
  background: #574739;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
}
.testimonial-content .testimonial-icon:before {
  content: "";
  border-bottom: 16px solid #574739;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}
.testimonial .description {
  font-size: 15px;
  font-style: italic;
  color: #454545;
  line-height: 23px;
  margin: 0;
}
.testimonial .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #2c2c2c;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
	    background-color: #ffffff00;
	    text-align: center;
}
.testimonial .post {
  display: block;
  font-size: 14px;
  color: #0cca4a;
}
.owl-theme .owl-controls {
  margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #574739;
}
