
 
.video-test .demo{
    background: -webkit-linear-gradient(to left, #07aae9 , #f36f72);
    background: linear-gradient(to left, #07aae9 , #f36f72);
}
.testimonial{
    padding: 20px 0;
    width: 70%;
    margin: 0 auto;
    position: relative;
}
.testimonial .testimonial-profile {
    width: 107px;
    border: 5px solid #fff;
    margin: 0 auto;
    height: 107px;
    overflow: hidden;
    background: #d4811a;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    z-index: 3;
}
.testimonial .testimonial-profile>a {
    font-size: 4rem;
    color: #fff;
    margin-top: 11px;
    display: block;
}
.testimonial .testimonial-profile img{
        width: 70px;
    height: auto;
    transform: translate(0,24px);
}
.testimonial .testimonial-content {
    position: relative;
    padding: 55px 0 25px 0;
    text-align: center;
    display: block;
        background: #fff;
    border-radius: 5px;
    min-height: 215px;
        box-shadow: 0 0 10px #807e7e;
    z-index: 2;
}
.testimonial:after, 
.testimonial:before {
    background: white;
    position: absolute;
    content: "";
    height: 187px;
    width: 34px;
    top: 35px;
    right: -27px;
    border-radius: 0 5px 5px 0;
    z-index: 1;
    box-shadow: 0 0 10px #807e7e;
}
.testimonial:before {
    left: -27px;
    right: auto;
     border-radius: 5px 0 0 5px;
}
.testimonial .testimonial-content:before{
    background:url(../images/author-arrow1.png) no-repeat; 
    position: absolute;
    top: 38px;
    left: 20%;
    content: "";
    width: 24px;
    height: 18px;
}
.testimonial .testimonial-content:after{
    background: url(../images/author-arrow2.png) no-repeat;
    position: absolute;
    top: auto;
    bottom: 38px;
    right: 13%;
    content: "";
    width: 24px;
    height: 18px;
}
.detail>span.auther-name.text-orange {
    color: #E67817;
    font-size: 15px;
    line-height: 22px;
}
.detail>span.date {
    font-size: 15px;
    line-height: 22px;
    color: #403f3f;
    font-weight: 400;
}
.detail>span.email {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #403f3f;
    font-weight: 400;
}


.video-test .testimonial .testimonial-title{
   color: #403f3f ;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    font-weight: bold ;
    letter-spacing: 0 ;
}
.video-test .testimonial .testimonial-post{
    display: block;
    color: #444;
    margin-bottom: 20px;
}
.video-test .testimonial .testimonial-description{
    font-size: 16px;
    color: #fff;
    line-height: 23px;
    margin-bottom: 30px;
}
.video-test .owl-theme .owl-controls{
    position: absolute;
    top: 33%;
    width: 100%;
    box-shadow: 0 3px 10px #dad6d6;
}
.video-test .owl-theme .owl-controls .owl-buttons div{
    border: 1px solid transparent;
    border-radius: 0;
    padding: 5px 10px;
    background: transparent;
    opacity: 1 !important;
}
.video-test .owl-prev,
.video-test .owl-next {
position: absolute;
    left: 0;
    top: 0;
}
.video-test .owl-next {
    left: auto;
    right: 0;
    top: 0;
}
.video-test .owl-prev:before,
.video-test .owl-next:before{
    content: "\f053";
    font-family: 'FontAwesome';
    color: #2c6e7c;
    font-size: 26px;
    transition: all 0.7s ease;
    
}
.video-test .owl-next:before{
    content: "\f054";  
}
.video-test .owl-prev:hover:before,
.video-test .owl-next:hover:before {
    color: #fff;
}
.custom-brand .item a{
    position: relative;
}
/*.custom-brand .item a:after{
    background:red url(../images/slider-border.png) no-repeat center center;
    content: "";
    width: 2px;
    height: 65px;
    right: 10px;
    top:0;
    z-index: 2;
    position: absolute;
}*/
.testimonial-inner { overflow: hidden;}
@media only screen and (max-width: 767px) {
    .video-test .testimonial .testimonial-profile{
        float: none;
        margin: 0 0 15px 0;
    }
    .video-test .testimonial .testimonial-content{
        padding-left: 25px;
    }
    .video-test .testimonial-content:before{
        left: 10px;
    }
    .video-test .owl-theme .owl-controls{
        left: 3%;
    }
}