.owl-carousel .testimonial-item {
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.owl-carousel .testimonial-item img {
    width: 38px;
	margin: 0 auto;
    margin-bottom: 3px;
}
@media (max-width: 767px){
	.owl-carousel .testimonial-item img{
		margin-bottom:12px;
	}
}
.owl-carousel .testimonial-item p {
    font-family: 'Plus Jakarta Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
	padding-top: 40px;
}

.owl-carousel .testimonial-item h4 {
    color: #FFFFFF;
    margin-top: 20px;
    font-family: 'Plus Jakarta Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
}

.owl-carousel .testimonial-item h5 {
    margin-top: 5px;
    color: #ffffffB3;
    font-family: 'Plus Jakarta Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
	padding-bottom:30px;
}

.owl-carousel .slick-dots {
    text-align: center;
    margin-top: 15px;
    color: #a4a4a4;
	    position: relative;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
}
.owl-carousel.slick-dotted.slick-slider{
	margin-bottom:0px;
}
.owl-carousel .slick-dots li{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #a4a4a4 !important;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.owl-carousel .slick-dots li button{
	display:none;
}
.owl-carousel .slick-dots li.slick-active {
    background: #ffffff !important;
}

.owl-carousel .owl-item img {
    display: inline;
}

@media (max-width: 768px) {
    .owl-carousel .testimonial-item img {
        width: 18px;
    }
    .owl-carousel .testimonial-item p {
        font-size: 16px;
        line-height: 22px;
		font-weight:500;
		padding-top:0;
    }
    .owl-carousel .testimonial-item h4 {
        font-size: 14px;
		padding-bottom:0;
    }
    .owl-carousel .testimonial-item h5 {
        font-weight: 300;
        font-size: 12px;
		padding-top: 10px;
    }
    .owl-wrapper {
        padding:26px;
    }
	.owl-carousel .testimonial-item 
	{
		padding:20px 20px 0px 20px;
	}
	.owl-carousel .owl-dots 
	{
		margin-top:0px;
	}
	.owl-carousel .testimonial-item h5{
		padding-bottom:20px;
	}
}


@media (max-width: 768px) {
    .owl-wrapper {
        padding: 0 10px;
    }
}




