@charset "utf-8";
/* CSS Document */

a:hover, a:focus {text-decoration: none !important;}
.testimonial {
  margin: 30px 50px 0 50px;
  background-color: #fff;
  text-align: center;
}
.testimonial .testimonial-content {
  padding: 40px 30px 40px;
  border-top: 1px solid #A6CB45;
  border-left: 1px solid #A6CB45;
  position: relative;
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
}

.testimonial .testimonial-content{
	font-family: 'Bahnschrift-Light';
	color: #000000;
	font-size: 16px;line-height: 22px;
}

.testimonial .testimonial-content:before {
  content: "\f10e";  ;
  font-family: fontawesome;
  float: left;
  display: inline-block;
  padding: 0 15px 5px 0;
  font-size: 30px;
  text-align: center;
  position: relative;
  top: 12px;
  left: 0px;
}
.testimonial .testimonial-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: #A6CB45;
}
.testimonial .testimonial-info {position: relative;}
.testimonial .testimonial-info:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  background-color: #A6CB45;
  width: 1px;
  height: 20px;
}
.testimonial .testimonial-info:after {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  background-color: #A6CB45;
  width: 2px;
  height: 40px;
  transform: skewX(-45deg);
  transform-origin: 100% 100% 0;
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 7px;
}
.testimonial .pic img {width: 100%;height: 100%;border-radius: 50%;}
.testimonial .testimonial-title {display: inline-block;}
.testimonial .testimonial-title a {
  display: block;
  color: #1C743E;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 1px;
}
.owl-theme .owl-controls {margin-top: 50px;margin-left: 30px;}
.owl-theme .owl-controls .owl-page span {
  height: 15px;
  width: 15px;
  background-color: #A58E38;
  opacity: 0.8;
  border-radius: 0;
  transform: rotate(45deg) !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {background-color: #1C743E;}
