@media only screen and (min-width: 991px){
.demo{    
    padding: 4em 0;
    }
}
.demo{ 
    background: #ffae00;
}
.testimonial .pic{
    width: 22%;
    padding: 20px 0;
    margin: 0 6% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}
.testimonial .pic:before,
.testimonial .pic:after{
    content: "";
    width: 130px;
    height: 150px;
    background: #071c33;
    position: absolute;
    z-index: -1;
}
.testimonial .pic:before{
    top: 0;
    right: -20px;
}
.testimonial .pic:after{
    bottom: 0;
    left: -18px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border: 3px solid #071c33;
}
.testimonial .testimonial-content{
    width: 70%;
    float: right;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    padding-top: 65px;
    padding-left: 15px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}
.testimonial .description{
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    margin: 0;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    font-family: 'FontAwesome';
    font-size: 17px;
    color: #071c33;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    margin-right: 5px;
    top: 0;
    left: 0;
}
.testimonial .description:after{
    content: "\f10e";
    margin-left: 5px;
    position: relative;
    bottom: 0;
    right: 0;
}
.owl-theme .owl-controls{
    width: 70%;
    margin: 0;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 70px !important;
    height: 90px !important;
    line-height: 90px;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    position: relative;
}
.owl-next{
	right: 0% !important;
}
.owl-prev{
	left: 0% !important;
}
.owl-prev:before,
.owl-next:before{
    content: "\f177";
    font-family: "fontawesome";
    font-size: 45px;
    font-weight: 900;
    color: #ddd;
    position: absolute;
    top: 0;
    left: 25%;
}
.owl-next:before{
    content: "\f178";
}
.owl-next:after{
    content: " / ";
    font-size: 40px;
    color: #ddd;
    position: absolute;
    top: 0;
    left: -10px;
}
@media only screen and (max-width: 990px){
.demo{    
    padding: 3em 0 1em 0em;
    }
.testimonial{ text-align: center; }
.testimonial .title{
    text-align: center;
}
.testimonial .pic{
    width: 200px;
    margin: 0 auto;
    float: none;
}
.testimonial .pic:before,
.testimonial .pic:after{
    width: 80px;
    height: 100px;
}
.testimonial .testimonial-content{
    width: 100%;
    float: none;
}
.testimonial .title{
    padding: 15px 0 0 0;
}
.testimonial .post{
    padding: 0;
    margin-bottom: 10px;
}
.owl-theme .owl-controls{
    width: 100%;
    position: static;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
    height: 50px;
    line-height: 50px;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 70px !important;
    height: 50px !important;
}
}
@media only screen and (max-width: 320px){
.demo{    
    padding: 2em 0 0.5em 0em;
    }
}