


/*** 
=============================================
   Testimonial Style1 Area Css
=============================================
***/
.testimonial-style1-area{
    position: relative;
    display: block;
    background: #f3f3f4;
    padding: 120px 0 70px;
}

.single-testimonial-style1{
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 4px;
    padding: 40px 30px 50px;
    margin-bottom: 50px;
}
.single-testimonial-style1 .text-holder{
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.single-testimonial-style1 .text-holder p{
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
}


.single-testimonial-style1 .client-info{
    position: relative;
    display: flex;
    padding-top: 20px;
    border-top: 1px solid #e8e9e9;
}
.single-testimonial-style1 .client-info .quote_icon{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}
.single-testimonial-style1 .client-info .client_name{
    position: relative;
    display: block;
    padding-left: 20px;
}
.single-testimonial-style1 .client-info .client_name h5{
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
.single-testimonial-style1 .client-info .client_name span{
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}






