/*-- 14. Testimonial-Area --*/
@media only screen and (min-width: 760px) {
   /* .testimonials {
	    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 50%);
    text-align: center;
}
#testimonial .title-welcome{
	
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 190%);
    text-align: center;
  
}*/

}
@media only screen and (max-width: 760px) {
.single-testimonial {
 
        margin-left: 10px !important;
    
}
}
#testimonial .title-welcome{
	font-size: 30px;
   
    color: #0d8d8b;
    font-weight: 300;
}
.single-testimonial {
    position: relative;
    /*-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 60px 60px 60px 80px;
    border-radius: 6px;*/
    width: 80%;
    margin: 30px auto;
   
    
}
.single-testimonial p {
   
        font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6em;
    color: #56576e;
    font-style: italic;
}
.single-testimonial .img-kh {
   
   float: left;
   display: inline-block;
   margin-top: -20px;
}
.single-testimonial p:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 40px;
    color: #6858db;
    position: absolute;
    left: 30px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-testimonial .client-name {
        display: block;
    width: 100%;
    margin-top: 20px;
    color: #0d8d8b;
    font-size: 20px;
}

.features .owl-controls .owl-nav > div,
.testimonials .owl-controls .owl-nav > div {
    position: absolute;
    left:-20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: block;
}
.testimonials .owl-controls .owl-nav div.owl-next,
.testimonials .owl-controls .owl-nav div.owl-prev {
   font-size: 26px;
    line-height: 48px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
/*.testimonials .owl-controls .owl-nav div.owl-next:hover,
.testimonials .owl-controls .owl-nav div.owl-prev:hover {
       background: #0d8d8b;
       color: #fff;
       left:-20px
} */
.features .owl-controls .owl-nav > div.owl-next,
.testimonials .owl-controls .owl-nav > div.owl-next {
    left: auto;
    right: -20px;
}

.features .owl-controls .owl-dots,
.testimonials .owl-controls .owl-dots {
    text-align: center;
}

.features .owl-controls .owl-dots .owl-dot,
.testimonials .owl-controls .owl-dots .owl-dot {
    display: inline-block
}

.features .owl-controls .owl-dots .owl-dot > span,
.testimonials .owl-controls .owl-dots .owl-dot > span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #449546;
    margin: 8px;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.features .owl-controls .owl-dots .owl-dot.active > span,
.testimonials .owl-controls .owl-dots .owl-dot.active > span {
    background-color: #449546;
}

.features .owl-controls .owl-dots .owl-dot {
    display: none;
}

