body{font-family: 'Poppins', sans-serif;}
.owl-carousel{display:flex;}
.testimonial{
margin: 0 15px;
}
.testimonial .content{
padding: 15px 10px;
border-radius:6px;
margin-bottom: 15px;
position: relative;
background:#fff;
min-height: 100px;
border:1px solid #333;

}
.testimonial .content:after{
content: "";
border-top: 15px solid #333;
border-left: 1px solid transparent;
border-right: 20px solid transparent;
position: absolute;
bottom: -16px;
left: 10%;

}
#testimonial-slider div.owl-item:nth-child(2n) .content{
background: #fff;
}
#testimonial-slider div.owl-item:nth-child(2n) .content:after{
content: "";
border-top: 15px solid #333;
border-left: 1px solid transparent;
border-right: 20px solid transparent;
position: absolute;
bottom: -16px;
left: 10%;

}
#testimonial-slider div.owl-item:nth-child(3n+1) .content{
background: #fff;
}
#testimonial-slider div.owl-item:nth-child(3n+1) .content:after{
content: "";
border-top: 15px solid #333;
border-left: 1px solid transparent;
border-right: 20px solid transparent;
position: absolute;
bottom: -16px;
left: 10%;

}
.testimonial .description{
margin-bottom: 10px;
color:#888;
padding-left:40px;
padding-right:20px;
}
.testimonial-pic{
float:left;
}
.testimonial-pic > img{
width: 80px;
height: 80px;
border-radius: 50%;
border: 2px solid #e5e5e5;
margin-left: 20px;
}
.testimonial .testimonial-review{
margin:3px 0 0 15px;
float: left;
}
.testimonial .testimonial-title{
font-size:16px;
text-transform:capitalize;
font-weight: bold;
margin:0;
color:#333;
}
.testimonial > .testimonial-review span{
color: darkgray;
display: block;
font-size: 13px;
margin-bottom:5px;
}
.testimonial .social-links{
padding:0;
margin:0;
}
.testimonial .social-links > li{
list-style:none;
display:inline-block;
margin-right:10px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
background: #333;
}
.owl-theme .owl-controls .owl-page span{
background: #f2f2f2;
opacity: 1;
}
.owl-theme .owl-controls .owl-page span{
width: 10px;
height:10px;
margin: 5px 6px;
}
.testimonial .description:before {
color:#333;
left: 10px;
top: 0;
content: "\201C";
font-size: 80px;
font-style: normal;
line-height: 1;
position: absolute;
}
.testimonial .description:after {
color: #333;
content: "\201D";
font-size: 80px;
font-style: normal;
line-height: 1;
position: absolute;
bottom: -0.5em;
right: 10px;
}