.testimonial_banner{    background-image: url(../images/testimonial_banner.jpg);}

/*===========
testimonial
===========*/
.testimonial_area{}

.ul.testimonial_list_wrap{}
ul.testimonial_list_wrap li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    /* margin-right: 30px; */
    margin-bottom: 60px;
    border-radius: 0 20px 0 0;
    background: rgba(191, 191, 191, 0.12)
}
.testimonial_image {
    display: inline-block;
    width: 46%;
    vertical-align: middle;
    border-radius: 0 20px 0 0;
    overflow: hidden;
    padding-right: 20px;
    background: #fff;
}
.testimonial_image img{
    box-shadow: none;
    border-radius: 0;
}
.testimonial_content_box {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    margin-left: 20px;
    /*    border-left: 1px dashed #ccc;*/ 
    padding: 30px 30px;
    font-size: 16px;
}
.testimonial_content_box .clientsay {
    margin-bottom: 16px;
    background: #fff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#d9eaf3), color-stop(4%, transparent)) 0 4px;
    background: -webkit-linear-gradient(to top, #ea555559 0%, transparent 5%) 0 3px;
    background: -moz-linear-gradient(to top, #d9eaf3 0%, transparent 8%) 0 4px;
    background: -ms-linear-gradient(to top, #d9eaf3 0%, transparent 8%) 0 4px;
    background: -o-linear-gradient(to top, #d9eaf3 0%, transparent 8%) 0 4px;
    background: linear-gradient(to top, #d9eaf3 0%, transparent 8%) 0 4px;
    -webkit-background-size: 100% 20px;
    -moz-background-size: 100% 20px;
    -ms-background-size: 100% 20px;
    -o-background-size: 100% 20px;
    background-size: 100% 32px;
    background-position: 0 25px;
}
.testimonial_content_box .clientsay p {
    line-height: 30px;
}
.testimonial_content_box .clientsay img {
    width: 17px;
    display: inline-block;
}
.testimonial_content_box .clientsay:first-letter{
    font-size: initial;
    color: initial;
}
.testimonial_content_box .clientname{
    font-family: 'Pinyon Script', cursive;
    font-size: 35px;
    line-height: 41px;
    font-weight: 400;
    color: #0884d3;
    letter-spacing: 0px;
    margin-bottom: 6px;
}
.testimonial_content_box .clientwebsite{}
.testimonial_content_box .clientwebsite a{
    color: #4a4a4a;
    font-size: 15px;
}
.testimonial_content_box .clientwebsite a:hover, .testimonial_content_box .clientwebsite a:focus{
    color: #4a4a4a;
    text-decoration: none;
}
.testimonial_content_box .clientlocation{
    font-size: 14px;
    font-style: italic;
    color: #717171;
}

ul.testimonial_list_wrap li:nth-child(even) .testimonial_image{}
ul.testimonial_list_wrap li:nth-child(even) .testimonial_content_box{}