
/* Testimonial Slider 6
-------------------------------------------------- */

.ts-hexa {
    display: block;
    background: #fff;
    padding: 89px 85px 198px 75px;
}

.ts-hexa .testimonial-content {
    width: 100%;
    padding: 50px 0 10px;
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0;
    background: #fff;
    margin: 5px 0 20px;
}

.blox.dark .ts-hexa .testimonial-content {
    border-bottom: 1px solid #e3e3e3;
}

.ts-hexa .owl-item {
    padding-left: 10px;
}

.ts-hexa .testimonial .testimonial-content h4 {
    text-align: left;
    padding: 0;
    padding-right: 45px;
    margin-bottom: 13px;
    position: relative;
    line-height: 0;
}

.ts-hexa .testimonial .testimonial-content h4 q {
    font-size: 28px;
    font-family: Lora;
    font-style: italic;
    font-weight: 500;
    color: #282828;
    letter-spacing: 0.01px;
    word-spacing: -0.1px;
    line-height: 40px;
}

.ts-hexa .testimonial .testimonial-content h4 q:after {
    content: '\201C';
    position: absolute;
    font-family: Georgia, Times, serif;
    font-weight: 100;
    font-size: 123px;
    left: -15px;
    top: -31px;
    color: #437df9;
    margin: 0;
    padding: 0;
    opacity: 1;
}

.testimonial-slider-owl-carousel.ts-hexa .testimonial-arrow {
    display: block;
}

.ts-hexa .testimonial-arrow {
    position: absolute;
    height: 14px;
    left: 38px;
    bottom: -14px;
}

.ts-hexa .testimonial-arrow:after {
    top: 0px;
    border-color: #fff transparent transparent transparent;
}

.ts-hexa .testimonial-arrow:before {
    top: 0px;
    border-color: #e3e3e3 transparent transparent transparent;
}

.ts-hexa .testimonial-brand {
    text-align: left;
    overflow: visible;
}

.ts-hexa .testimonial .testimonial-brand img {
    width: 70px;
    float: left;
    left: 35px;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 19px;
}

.ts-hexa .testimonial .testimonial-brand .social-testimonial {
    display: none;
}

.testimonial-slider-owl-carousel.ts-penta .owl-dots .owl-dot {
    background: #444;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    display: inline-block;
    border-radius: 50%;
}

#wrap .ts-hexa .testimonial .testimonial-brand h5 {
    float: left;
    clear: right;
    text-align: left;
    margin: 31px 25px 0;
    line-height: 0;
    text-transform: capitalize;
}

#wrap .ts-hexa .testimonial .testimonial-brand strong {
    letter-spacing: 0.002em;
    font-size: 22px;
    line-height: 20px;
    font-weight: 600;
}

.ts-hexa .owl-item .testimonial .testimonial-brand h5 em {
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.05em;
    word-spacing: -1px;
    text-transform: capitalize;
}

.ts-hexa .testimonial-arrow:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    left: -14px;
    height: 0;
    border-style: solid;
    border-width: 10px;
}

.ts-hexa .testimonial-arrow:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    left: -12px;
    height: 0;
    border-style: solid;
    border-width: 8px;
}

#wrap .testimonial-slider-owl-carousel.ts-hexa .owl-nav {
    padding-left: 12px;
}

#wrap .testimonial-slider-owl-carousel.ts-hexa .owl-prev,
#wrap .testimonial-slider-owl-carousel.ts-hexa .owl-next {
    font-family: simple-line-icons;
    width: 38px;
    height: 38px;
    background: none;
    opacity: 1;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    transition: all .32s ease;
    line-height: 0;
    padding: 18px 5px;
    display: inline-block;
    float: left;
    margin-top: 60px;
}

#wrap .testimonial-slider-owl-carousel.ts-hexa .owl-prev:hover,
#wrap .testimonial-slider-owl-carousel.ts-hexa .owl-next:hover {
    background: #437df9;
    border: 1px solid #437df9;
    transition: all .32s ease;
}

#wrap .testimonial-slider-owl-carousel.ts-hexa .owl-next {
    margin-left: 12px;
}

#wrap .testimonial-slider-owl-carousel.ts-hexa .owl-prev:after,
#wrap .testimonial-slider-owl-carousel.ts-hexa .owl-next:after {
    color: #437df9;
    font-size: 16px;
}

#wrap .testimonial-slider-owl-carousel.ts-hexa .owl-prev:after {
    content: "\e605";
}

#wrap .testimonial-slider-owl-carousel.ts-hexa .owl-next:after {
    content: "\e606";
}

#wrap .testimonial-slider-owl-carousel.ts-hexa .owl-prev:hover:after,
#wrap .testimonial-slider-owl-carousel.ts-hexa .owl-next:hover:after {
    color: #fff !important;
}

@media (max-width:1680px) {
    .ts-hexa {
        padding: 60px 40px 160px 40px;
    }
    .ts-hexa .testimonial .testimonial-content h4 {
        padding-right: 20px;
    }
}

@media (max-width:1366px) {
    .ts-hexa {
        padding: 40px 40px 160px 40px;
    }
    .ts-hexa .testimonial .testimonial-content h4 q {
        font-size: 22px;
        line-height: 37px;
    }
    .ts-hexa .testimonial .testimonial-content h4 {
        padding-right: 10px;
    }
    .ts-hexa .testimonial .testimonial-content h4 q:after {
        font-size: 90px;
        top: -25px;
    }
    #wrap .ts-hexa .testimonial .testimonial-brand strong {
        font-size: 18px;
    }
    .ts-hexa .owl-item .testimonial .testimonial-brand h5 em {
        font-size: 13px;
        line-height: 30px;
    }
    #wrap .testimonial-slider-owl-carousel.ts-hexa .owl-prev,
    #wrap .testimonial-slider-owl-carousel.ts-hexa .owl-next {
        margin-top: 45px;
    }
}

@media (max-width:1200px) {
    .ts-hexa {
        padding: 40px 40px 160px 40px;
    }
    .ts-hexa .testimonial .testimonial-content h4 q {
        font-size: 20px;
    }
    .ts-hexa .testimonial .testimonial-content h4 {
        padding-right: 0;
    }
    .ts-hexa .testimonial .testimonial-content h4 q:after {
        font-size: 75px;
        left: -10px;
    }
    #wrap .ts-hexa .testimonial .testimonial-brand strong {
        font-size: 16px;
    }
    .ts-hexa .owl-item .testimonial .testimonial-brand h5 em {
        font-size: 12px;
    }
    #wrap .testimonial-slider-owl-carousel.ts-hexa .owl-prev,
    #wrap .testimonial-slider-owl-carousel.ts-hexa .owl-next {
        width: 32px;
        height: 32px;
        padding: 14px 7px 0 5px;
        margin-top: 30px;
    }
    #wrap .testimonial-slider-owl-carousel.ts-hexa .owl-prev:after,
    #wrap .testimonial-slider-owl-carousel.ts-hexa .owl-next:after {
        font-size: 12px;
    }
}

@media (max-width:640px) {
    .ts-hexa {
        padding: 20px 15px 90px 15px;
    }
    .ts-hexa .testimonial .testimonial-content {
        font-size: 18px;
        line-height: 30px;
    }
    .ts-hexa .testimonial .testimonial-content h4 q:after {
        font-size: 60px;
        left: -0;
    }
    #wrap .ts-hexa .testimonial .testimonial-brand strong {
        font-size: 14px;
    }
    .ts-hexa .owl-item .testimonial .testimonial-brand h5 em {
        font-size: 10px;
        line-height: 20px;
    }
    #wrap .testimonial-slider-owl-carousel.ts-hexa .owl-prev,
    #wrap .testimonial-slider-owl-carousel.ts-hexa .owl-next {
        width: 25px;
        height: 25px;
        padding: 10px 5px 0 5px;
        margin-top: 20px;
    }
    #wrap .testimonial-slider-owl-carousel.ts-hexa .owl-prev:after,
    #wrap .testimonial-slider-owl-carousel.ts-hexa .owl-next:after {
        font-size: 10px;
    }
    .ts-hexa .owl-item {
        padding-left: 0;
    }
}

@media (max-width:479px) {
    .ts-hexa {
        padding: 20px 15px 70px 15px;
    }
    .ts-hexa .testimonial .testimonial-content h4 {
        text-align: center;
    }
    .ts-hexa .testimonial-arrow {
        width: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        text-align: center;
    }
    .ts-hexa .testimonial .testimonial-content h4 q:after {
        left: 0px;
    }
    .ts-hexa .testimonial .testimonial-brand {
        text-align: center;
        display: block;
    }
    .ts-hexa .testimonial .testimonial-brand img {
        margin-top: 10px;
        float: none;
        left: 50%;
    }
    #wrap .ts-hexa .testimonial .testimonial-brand h5 {
        display: block;
        width: 100%;
        text-align: center;
        margin: 15px 0 0;
    }
    #wrap .ts-hexa .testimonial-arrow:before,
    #wrap .ts-hexa .testimonial-arrow:after {
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
    }
}