.testimonial{
text-align: center;
padding: 100px 40px 5px;
margin-top: 100px;
border-top: 5px solid #4b489b;
position: relative;
}
.testimonial .pic{
width: 150px;
height: 150px;
border: 5px solid #4b489b;
position: absolute;
top: -80px;
left: 0;
right: 0;
margin: 0 auto;
}
.testimonial .pic img{
width: 100%;
height: auto;
}
.testimonial .description{
line-height: 25px;
margin-bottom: 30px;
font-size: 18px
}
.testimonial .testimonial-title{
text-align: right;
margin: 0;
font-size: 20px;
}
.testimonial .testimonial-designation{
margin-top: 7px;
font-size: 18px;
}
.testimonial-link{
	font-size: 14px;
}
.owl-theme .owl-controls .owl-page span{
width: 20px;
height: 3px;
background: #4b489b;
}
@media only screen and (max-width: 479px){
.testimonial{ padding: 80px 15px 5px; }
.testimonial::before{ top: 10px; }
.testimonial .pic{
width: 120px;
height: 120px;
top: -60px;
}
}
