.testimonial {
    border-left: 3px solid #6ab33e;
    padding: 100px 0 100px 275px;
    position: relative
}

.demo {
    padding: 100px 0;
}

.heading-title {
    margin-bottom: 100px;
}

.testimonial:before,
.testimonial:after {
    content: "";
    width: 320px;
    height: 55px;
    border-right: 3px solid #6ab33e;
    position: absolute;
    left: 0;
}

.testimonial:before {
    border-top: 3px solid #6ab33e;
    top: 0;
}

.testimonial:after {
    border-bottom: 3px solid #6ab33e;
    bottom: 0;
}

.testimonial .pic {
    width: 100px;
    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: -70px;
    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;
}

.owl-theme .owl-controls {
    text-align: right;
    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: #fff;
}

.owl-next:before {
    content: "\f054";
}

@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 */