.testimonial {
    text-align: center;
    padding: 0px 20px 0px 20px;
    margin: 0px 15px 35px;
    margin-bottom: 0;
    background: white;
    position: relative;
}

.testimonial .pic {
    width: 120px;
    height: 133px;
    border: none;
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}

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


/* .testimonial .font-weight-bold:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 32px;
    color: #f6bd4b;
    position: absolute;
    top: 10%;
    left: 10%;
} */

.testimonial .testimonial-profile {
    position: relative;
    margin: 20px 0 10px 0;
}

.testimonial .testimonial-profile:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #8ae1ca;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

.testimonial .title {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 15px;
    color: #757575;
    text-transform: capitalize;
}

.owl-theme .owl-controls {
    margin-top: 10px;
}

.owl-theme .owl-controls .owl-page span {
    background: #5e5f5f;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #f6bd4b;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 22px;
    height: 12px;
}