.testimonial{
    border-left: 3px solid #6ab33e;
    padding: 100px 0 100px 275px;
    position: relative
}
.demo
{
	padding-top:10px;
	padding-bottom:30px;
}
.heading-title
{
	margin-bottom: 100px;
}
.testimonial:before,
.testimonial:after{
    content: "";
    width: 320px;
    height: 55px;
    border-right: 3px solid #6ab33e;
    position: absolute;
    left: 0;
}
.testimonial-content {
        margin-top: -25px;
}
.testimonial:before{
    border-top: 3px solid #6ab33e;
    top: 0;
}

.testimonial:after {
    border-bottom: 3px solid #6ab33e;
    bottom: 0;
}

.testimonial .pic{
    width: 150px;
    height: 100px;
    position: absolute;
    top: 100px;
    left: 100px;
}

.testimonial .pic img{
    width: 100%;
    height: auto;
}

.testimonial .description{
    font-size: 14px;
    color: #7a7e82;
    line-height: 27px;
    position: relative;
}

.testimonial .description:before{
    content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 20px;
    color: #7a7e82;
}

.testimonial .testimonial-title{
    font-size: 22px;
    font-weight:800;
    color: #22272c;
    text-transform: capitalize;
}

.testimonial .post{
    display: block;
    font-size: 15px;
    font-weight: 700;
    color :#6ab33e;
    margin-top: 10px;
}

.demo .owl-theme .owl-controls{
    text-align: center;
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-buttons div{
    background: #6ab33e;
    border-radius: 0;
    opacity: 1;
    padding: 5px 10px;
}

.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: 'FontAwesome';
    color: #6ab33e;
}

.owl-next:before{
    content: "\f054";
}
.demo .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: -webkit-box !important;
    text-transform: capitalize;
    color: #fff;
    float: right;
}

@media only screen and (max-width: 990px){
    .testimonial{
        padding: 80px 0 80px 265px;
    }
}

@media only screen and (max-width: 767px){
    .testimonial{
        padding: 0;
        border: none;
    }
    .testimonial:before,
    .testimonial:after{
        border: none;
    }
    .testimonial .pic{
        position: relative;
        top: 0;
        left: 0;
    }
    .testimonial .description{
        margin-top: 15px;
    }
    .testimonial .description:before{
        content: "";
    }
}@charset "utf-8";
/* CSS Document */
