.testimonials {
  padding: 20px 0;
  margin: auto;
}
.testimonials-container {
  margin: auto;
}
    .shadow-effect {
		    text-align: left;
		}
    .shadow-effect img {
        width: 60px !important;
        height: 60px;
        border: 1px solid #77c3ea;
        border-radius: 50%;
        margin-right: 20px !important;
    }
		#customers-testimonials .shadow-effect p {
		    font-family: inherit;
		    font-size: 17px;
		    line-height: 1.5;
		    margin: 0 0 17px 0;
		    font-weight: 300;
		}
    .testimonial-quote {
        font-size: 14px;
        font-style: italic;
    }
		.testimonial-name {
        font-size: 14px;
		    margin-top: 20px;
		}
    .testimonial-title {
        font-size: 14px;
		    margin-top: 5px;
		}
		#customers-testimonials .item {
		    text-align: left;
		    padding: 0px 50px 20px;
				margin-bottom:10px;
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		.owl-carousel .owl-item img {
		    transform-style: preserve-3d;
		    max-width: 90px;
    		margin: 0 auto 17px;
		}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    background: #4ea6dc;
		    
		}
#customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
		    background: #898989;
		    display: inline-block;
		    margin: 0 2px 5px;
		    transition: all 250ms ease-out 0s;
        border-radius: 50%;
        height: 8px;
        width: 8px;
        margin-left: 5px;
		}

.owl-item.active .item {
  border-left: 1px solid #d8d8d8;
}

.module-title {
  padding-bottom: 20px;
  text-align: center;
}