@charset "utf-8";
/* CSS Document */

 
.demo{
    background: linear-gradient(to right, #717276,#191919);
}
.testimonial{
    background: #fff;
    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: 18px;
	font-weight:600
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
	font-family: 'titillium_webregular' !important;
}
.testimonial .post{
    display: block;
    font-size: 16px;
    /*font-style: italic;*/
    color: #000;
    margin-top: 10px;
    text-transform: uppercase;
	font-family: 'titillium_webregular' !important;
}
.testimonial .description{
    font-size: 17px;
    font-style: italic;
    color: #000;
    line-height: 1.9;
    margin-top: 10px;
	font-family: 'titillium_webregular' !important;
	font-weight:500;
}
.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: "Font Awesome 5 Free"; font-weight: 900;
    color: #444;
}
.owl-next:before{
    content: "\f178";
}*/
@media only screen and (max-width: 480px){
    .testimonial{
        padding: 40px 10%;
    }
}

