
.demo{
    background: linear-gradient(to right ,rgba(255, 87, 34, 0.8) ,#fac15e);
}
.top-icon,
.bottom-icon{
    display: block;
    font-size: 70px;
    color: #fdfeff;
    text-align: center;
    margin: 0 auto;
}
.testimonial{
    padding: 0 40px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right ,#fac15e ,rgba(255, 87, 34, 0.59));
    color: #fdfeff;
    z-index: 1;
}
.testimonial:after{
    content: "";
    width: 150px;
    height: 107%;
    background: white;
    position: absolute;
    top: -20px;
    left: -105px;
    transform: matrix(1, 0, 0.5, 1, 150, 0);
    z-index: -1;
}
.testimonial .pic{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 10px 25px 0 -25px;
    position: relative;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-content{
    width: 70%;
    float: right;
    padding: 30px 0;
  
}
.testimonial .testimonial-title{
    font-size: 25px;
    font-weight: 900;
    margin: 0 0 10px;
	color:white;
    text-transform: capitalize;
}
.testimonial .description{
    font-size: 22px;
    text-align: justify;
	color:white;
	font-weight: 400;
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #ff735b;
}
.owl-theme .owl-controls .owl-page:active span{
    color: #1ec4f3;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: none;
}
@media only screen and (min-width: 320px) and (max-width: 425px) {
    .top-icon, .bottom-icon {
    display: block;
    font-size: 30px;
    color: #fdfeff;
    text-align: center;
    margin: 0 auto;
}
}
 
@media only screen and (max-width: 767px){
    .testimonial{
        text-align: center;
    }
    .testimonial .pic{
        float: none;
        margin: 20px auto 0;
    }
    .testimonial .testimonial-content{
        width: 100%;
        float: none;
        padding: 20px 0;
    }
    .testimonial .description{
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px){
    .testimonial{ padding: 0 20px; }
    .testimonial .testimonial-title{
        font-size: 22px;
    }
}