/* -------------- tesimoinial---------- */

.demo {
    background: url(./img/scopes.jpg);
    padding: 2em;
}

.testimonial {
    margin: 20px 0;
    font-family: 'Oswald';
}

.testimonial .testimonial-content {
    width: 20%;
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 5%;
    margin-top: 5px;
}

.testimonial .pic {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, 0.15);
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0 0 0;
}

.testimonial .post {
    font-size: 16px;
    color: #fff;
}

.testimonial .description {
    display: inline-block;
    width: 75%;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 30px;
    position: relative;
}

.testimonial .description:before {
    content: "";
    border: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 45%;
    left: -21px;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #fff;
    border: 1px solid #fff;
}

.owl-theme .owl-controls .owl-page span {
    border: 1px solid #fff;
    background: transparent;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .testimonial .testimonial-content {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .testimonial .description {
        width: 100%;
    }

    .testimonial .description:before {
        border: 10px solid transparent;
        border-bottom: 10px solid rgba(255, 255, 255, 0.15);
        position: absolute;
        top: -20px;
        left: 47.5%;
    }
}

section.demo h2 {
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-family: 'Oswald';
}

/* ------------ end testimonial------------ */

