/**--------------------------------------
 * @package     ruxin_testimonials_slider - Ruxin Testimonials Slider
 * @copyright   Copyright (C) 2019 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later.
 * ---------------------------------------**/

.theme2 .testimonial{
    background: #2b9464;
    padding: 30px 40px 30px 90px;
    margin: 50px 20px 50px 100px;
    border-radius: 0 85px 85px 0;
    color: #fff;
    position: relative;
}
.theme2 .testimonial .pic{
    width: 190px;
    height: 190px;
    line-height: 200px;
    border-radius: 50%;
    border: 14px solid #2b9464;
    position: absolute;
    top: -15px;
    left: -100px;
    overflow: hidden;
}
.theme2 .testimonial .testimonial-title{
    display: inline-block;
    width: 35%;
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 28px 20px;
    margin: 0;
    border-right: 1px solid rgba(255,255,255,0.5);
}
.theme2 .testimonial .testimonial-title small{
    display: block;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}
.theme2 .testimonial .description{
    display: inline-block;
    width: 65%;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 28px 0 28px 28px;
    position: relative;
}
.theme2 .testimonial .description:before{
    content: "\f10d";
    font-family: FontAwesome;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 20px;
    color: rgba(255,255,255,0.5);
}
.theme2 .testimonial .description:after{
    content: "\f10e";
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 20px;
    color: rgba(255,255,255,0.5);
    position: absolute;
    bottom: 5px;
}

@media only screen and (max-width: 1200px){
    .theme2 .testimonial{
        border-radius: 40px;
        margin: 90px 15px 0;
        padding: 100px 40px 30px 40px;
    }
    .theme2 .testimonial .pic{
        position: absolute;
        top: -85px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .theme2 .testimonial .testimonial-title{
        width: 100%;
        float: none;
        border-right: none;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .theme2 .testimonial .description{
        width: 100%;
    }
}
@media only screen and (max-width: 480px){
    .theme2 .testimonial{ padding: 100px 30px 30px; }
}

.theme2 .owl-theme .owl-buttons{
    margin-top: 20px;
}
.theme2 .owl-theme .owl-controls .owl-buttons div{
    padding: 5px 10px;
    background: #da5d5d;
    border-radius: 0;
    opacity: 1;
    border-bottom: 2px solid #9f3c3c;
}
.theme2 .owl-theme .owl-controls .owl-buttons div:hover{
    background: #d04949;
}