.testimonial01-img-holder {
    text-align: center;
    width: 100%;
}

.testimonial01-img {
    border-radius: 50%;
    /* margin: 40px auto; */
    overflow: hidden;
    transform: none;
    width: 110px;
    margin: 0 auto;
    position: relative;
    top: 50px;
    border: solid 3px #fff;
}

.testimonial01_item .name-test {
    clear: both;
    background: #f8f6f9;
    margin: 0;
    padding-top: 80px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 22px;
}

.testimonial-slider .owl-theme .owl-controls {
    margin-top: 60px;
}

.testimonail01-content p {
    font-weight: normal;
}

.testimonials-container-1 .testimonail01-content p {
    width: 60%;
    margin: 0 auto;
}
.testimonail01-content {
    /*border-bottom: 1px solid #cccccc !important;*/
    /*border-top: 4px solid;*/
    font-style: normal;
    font-weight: lighter;
    line-height: 170%;
    padding: 30px;
}

p.position-test {
    background: #f8f6f9;
    margin: 0;
    font-size: 12px;
    color: #fdc029;
    font-weight: normal;
    padding-top: 5px;
}


.testimonail01-content {
    background: #f8f6f9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.testimonial01-img img {
    display: block;
}
.testimonial01_item {
   /* background-color: #ffffff;*/
    text-align: center;
}
.testimonial01_item h5 {
    padding-bottom: 30px;
}
.testimonial01_item h5 span {
    opacity: 0.5;
}
/*slider style*/

.testimonials-container-1.owl-theme .owl-controls .owl-page span {
    height: 15px;
    width: 15px;
}
.testimonials-container-2.owl-theme .owl-controls .owl-page span {
    height: 15px;
    width: 15px;
}
.testimonials-container-3.owl-theme .owl-controls .owl-page span {
    height: 15px;
    width: 15px;
}
.owl-theme .owl-controls .owl-page span {
    background-color: #fff !important;
    border: 3px solid #fff;
    border-radius: 50%;
    transform: none;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span {
    background-color: #fff !important;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.testimonial01-img-holder {
    position: relative;
}

