/* Testimonials */
.testimonial-box{
	background-color: #fff;
	padding: 56px 20px 44px 70px;
	border-radius: 5px;
	margin-left: 40px;
	border: 1px solid #E7E7E5;
    box-shadow: 0px 0px 12px #b6adad;
}
.testimonial-box .testimonial-content p,
.testimonial-box .testimonial-info p{
	margin: 0;
}
.testimonial-box .testimonial-info h5{
	font-weight: 500;
	margin-bottom: 0;
}
.testimonial-box .testimonial-info {
	margin-bottom: 15px;
  position: relative;
}
.testimonial-box .testimonial-info:after {
  content: "\f10e";
  position: absolute;
  font-family: fontawesome;
  font-size: 50px;
  color:#d6d6d6;
  right: 30px;
  top: -7px;
	z-index: 9;
}
.testimonial-thumb {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
  position: absolute;
  left: 5.5px;
	z-index: 9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-bx .testimonial-content p{
	color:#000;
	font-size:15px;
}
.testimonial-info h5 {
    font-size: 20px;
    font-weight: bold;
}
.testimonial-carousel .owl-nav{
	display: none !important;
}
.owl-dot {
    border: 1px solid;
    width:10px !important;
    height: 10px !important;
    display: inline-block;
    margin: 1% !important;
}
.owl-dots {
    margin-top: 5%;
    text-align: center;
}
.owl-dot.active{
    background: #333 !important;
}