@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

.testimonial {
  margin: 0 200px;
  overflow: hidden;
}
.demo {
  justify-content: center;
  padding: 50px;
}

.testimonial .description {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: #444444;
  padding: 30px 20px;
  border: 1px solid #767070;
  border-left: 3px solid #65c9b6;
}
.testimonial .description:after {
  content: '';
  width: 20px;
  height: 19px;
  background: #fff;
  border-bottom: 1px solid #1b1b28;
  border-left: 1px solid #1b1b28;
  position: absolute;
  bottom: -11px;
  left: 693px;
  transform: skewY(-09deg) rotate(-35deg);
}
.testimonial .pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 30px 365px 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #65c9b6;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .testimonial-prof {
  text-transform: capitalize;
  text-align: center;
  margin: 0 30px;
}
.testimonial .testimonial-prof h4 {
  color: #1b1b28;
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.testimonial .testimonial-prof small {
  font-size: 14px;
  color: #444444;
}
.owl-theme .owl-controls {
  margin-top: 45px;
}
.owl-theme .owl-controls .owl-buttons div {
  border-radius: 0;
  background: #1b1b28;
  padding: 15px 20px;
  opacity: 1;
  border: 1px solid transparent;
  transition: all 0.3s linear 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  background: transparent;
  border: 1px solid #1b1b28;
}

.owl-prev:before,
.owl-next:before {
  content: '\f104';
  font-family: 'FontAwesome';
  color: #65c9b6;
}
.owl-next:before {
  content: '\f105';
}
@media only screen and (max-width: 480px) {
  .owl-theme .owl-controls {
    margin-top: 25px;
  }
}
