
.demo .container{

   background-color:rgba(88,88,91,0.9);
}


.demo{
   background-image:url('../img/client.jpg');
   background-size:cover;
   background-color:rgba(88,88,91,0.8);
}
.testimonial{
    text-align: center;
    padding: 40px 20%;
    border-radius: 5px;
}
.testimonial .pic{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    filter: grayscale(100%);
}
.testimonial .testimonial-title{
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.testimonial .post{
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #ffffff;
    margin-top: 10px;
    text-transform: uppercase;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #ffffff;
    line-height: 1.8;
    margin-top: 10px;
}
.owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 45px;
}
.owl-theme .owl-controls .owl-buttons div{
    font-size: 18px;
    background: transparent;
    opacity: 0.5;
}
.owl-theme .owl-prev{
    position: relative;
    left: -45px;
}
.owl-theme .owl-next{
    position: relative;
    right: -45px;
}
.owl-prev:before,
.owl-next:before{
    content: "\f177";
    font-family: 'FontAwesome';
    color: #ffffff;
}
.owl-next:before{
    content: "\f178";
}
@media only screen and (max-width: 480px){
    .testimonial{
        padding: 40px 10%;
    }
}