/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2024 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
/************************testimonial****************/
.tvtestimonial {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: visible;
    margin: 0 -15px;
}
.tvcmstestimonial {
    margin-bottom: 100px;
    padding: 90px 0 90px 0;
    position: relative;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: center;
}
.tvcmstestimonial .owl-theme .owl-nav.disabled+.owl-dots {
    margin-bottom: 0;
    margin-top: 20px;
}
.tvcmstestimonial .owl-theme .owl-dots .owl-dot span {
    background-color: #ffffff;
}
/*.tvcmstestimonial:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #ffffff;
}*/
.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    margin: auto;
    width: auto;
}
.tvcmstestimonial .tvtestimonial-designation,
.tvcmstestimonial .tvtestimonial-dec {
    color: #222222;
}
.tvtestimonial-img-block {
    margin-bottom: 15px;
}
.tvtestimonial-title-des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-bottom: 10px;
}
.tvtestimonial-title {
    margin-right: 10px;
}
.tvcmstestimonial .tvtestimonial-dec {
    color: #888888;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.tvtestimonial-img-block {
    margin-bottom: -120px;
}
.tvtestimonial-dec:before{
    content: '';
    background-image: url(../img/quote.png);
    height: 29px;
    width: 43px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}
.tvcmstestimonial .tvtestimonial-dec,
.tvcms-left-testimonial .tvtestimonial-dec {
    position: relative;
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: normal;
    font-weight: 400;
    font-style: normal;
    width: 70%;
    margin: auto;
    text-align: center;
    /*-webkit-line-clamp: 3;*/
    /*overflow: hidden;*/
    -webkit-box-orient: vertical;
    /*display: -webkit-box;*/
    margin-bottom: 0px;
}
.tvcms-left-testimonial .tvtestimonial-dec {
    margin-bottom: 15px;
}
.tvtestimonial-title-des i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    color: #222222;
    font-size: 25px;
}
.tvtestimonial-title-des {
    /*display: block;*/
    align-items: center;
    margin-top: 25px;
}
.tvtestimonial-title {
    margin: 0;
    /*padding-bottom: 10px;*/
}
.tvtestimonial-inner-content-box .tvtestimonial-img-block img {
    border-radius: 100%;
    border: 2px solid #ffffff;
}
.tvcmstestimonial .tvtestimonial-designation,
.tvcms-left-testimonial .tvtestimonial-designation {
    color: #666666;
    font-weight: 400;
    /*font-style: italic;*/
    font-size: 14px;
}
.tvtestimonial-title a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000000;
}
.tvtestimonial-inner-content-box {
    margin-bottom: 0px;
}
#left-column .tvcms-all-testimonial .tvtestimonial {
    width: auto;
    margin: 0;
}
.tvcms-left-testimonial .tvtestimonial-inner-content-box {
    margin: 0 15px;
}
.tvtestimonial-slider-inner {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 0;
}
.tvcms-left-testimonial .tvtestimonial-slider-inner {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
.tvcms-left-testimonial .tvtestimonial-dec {
    width: 100%;
}
.tvtestimonial-content-box {
    text-align: center;
}
.tvcmstestimonial.tvcms-all-testimonial .owl-carousel .owl-stage-outer,
.tvcms-left-testimonial .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.container.tvtestimonial {
    overflow: hidden;
}
/* testimonial css */
.tvcmstestimonial .tvcms-main-title .tvmain-title h2,
.tvcmstestimonial .tvcms-main-title .tvmain-desc {
    /*color: #ffffff;*/
}
@media (max-width: 991px) {
    .tvcmstestimonial {
        margin-bottom: 50px;
        padding: 40px 0 40px 0
    }
}
@media(max-width: 767px) {
    .tvtestimonial-title-des {
        margin-bottom: 15px;
    }
    .tvtestimonial {
        padding: 0;
        /*margin: 0;*/
    }
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        font-size: 14px;
    }
    .tvcmstestimonial .tvtestimonial-designation,
    .tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        /*padding-bottom: 15px;*/
    }
    .tvtestimonial-inner-content-box {
        margin: 0;
    }
}
/********** left testimonial **********/
.tvtestimonial-slider-button-wrapper {
    padding: 20px 0;
}
@media (max-width: 991px) {
    .tvcmstestimonial {
        margin-bottom: 50px;
    }
}
/****************** left testimonial *************/
.tvcms-left-testimonial {
    background-color: #ffffff;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .tvcms-left-testimonial {
        margin-bottom: 10px;
    }
}
.tvtestimonial-info-box .star {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.tvtestimonial-info-box .star i {
    font-size: 14px;
    color: #cccccc;
    margin: 0 1px;
}
.tvtestimonial-info-box .star.star_on i {
    color: #ffc315;
}
.tvtestimonial-info-box .tvrattings {
    margin-bottom: 15px;
}
.tvcmstestimonial .owl-theme .owl-dots .owl-dot span {
    border: none;
    background-color: #66666620;
    height: 6px;
    width: 30px;
    border-radius: 3px;
    margin: 0 5px;
    display: inline-block;
}
.tvcmstestimonial .owl-theme .owl-dots .owl-dot.active span,
.tvcmstestimonial .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #6d3c00;
    width: 50px;
    height: 6px;
}
.tvcmstestimonial .tvcms-testimonial-pagination-dots .swiper-pagination-bullet {
    border-radius: 100%;
    border: 3px solid #00000000;
    display: inline-block;
    background-color: #0000;
    opacity: 1;
    width: 100px;
    /*margin: 0 -15px;*/
    height: 100px;
    position: relative;
    z-index: 0;
    background-position: center top;
    background-size: cover;
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    -ms-transform: scale(.75);
    -o-transform: scale(.75);
    transform: scale(.75);
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
    background-repeat: no-repeat;
}
.tvcmstestimonial .tvcms-testimonial-pagination-dots .swiper-pagination-bullet-active-main {
    border: 3px solid #df2026;
    transform: scale(1);
    opacity: 1;
    position: relative;
    z-index: 1;
    /*box-shadow: -1px 4px 18px 0px rgba(0, 0, 0, 0.21);*/
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.tvcmstestimonial .tvcms-testimonial-pagination-dots .swiper-pagination-bullet-active-next,
.tvcmstestimonial .tvcms-testimonial-pagination-dots .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
    background-repeat: no-repeat;
}
.tvcmstestimonial .swiper-pagination-bullets-dynamic {
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-top: -70px;
    padding-bottom: 15px;
}
.tvtestimonial-bg-img {
    position: absolute;
    right: -100px;
    bottom: -40px;
}
.tvtestimonial-content-box .owl-item.active .tvtestimonial-inner-content-box {
    background-color: #fff;
    border: 1px solid #eeeeee;
}
.tvtestimonial-content-box .tvtestimonial-inner-content-box {
    margin-bottom: 0px;
    position: relative;
    padding: 0px 0 85px;
}
.tvtestimonial-slider-inner .owl-stage-outer {
    padding-bottom: 100px;
}
.tvcmstestimonial .tvtestimonial-img-block,
.tvtestimonial-info-box svg {
    opacity: 0;
}
.tvtestimonial-content-box .owl-item.active .tvtestimonial-info-box svg {
    opacity: 50%;
}
.tvtestimonial-content-box .owl-item.active .tvtestimonial-img-block {
    opacity: 1;
}
.tvcmstestimonial .tvtestimonial-title-des {
    position: relative;
}
.tvcmstestimonial .owl-theme .owl-dots .owl-dot span {
    background-color: #000000;
    opacity: 20%;
    width: 30px;
    height: 6px;
}
.tvcmstestimonial .owl-theme .owl-dots .owl-dot.active span,
.tvcmstestimonial .owl-theme .owl-dots .owl-dot:hover span {
    width: 50px;
    height: 6px;
    opacity: 100%;
    background-color: #da3b5a;
}
#left-column .tvtestimonial-img-block {
    margin-bottom: 15px;
}
#left-column .tvtestimonial-content-box .tvtestimonial-inner-content-box {
    padding: 10px 15px;
}
#left-column .tvtestimonial-slider-inner .owl-stage-outer {
    padding-bottom: 15px;
}
#left-column .tvcmstestimonial .tvtestimonial-dec,
#left-column .tvcms-left-testimonial .tvtestimonial-dec,
#left-column .tvtestimonial-title a,
#left-column .tvcmstestimonial .tvtestimonial-designation,
#left-column .tvcms-left-testimonial .tvtestimonial-designation {
    color: #000000;
}
@media (max-width: 1180px){
    .tvtestimonial-bg-img {
        right: -200px;
    }
}
@media (max-width: 1024px){
    .tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        padding: 0px 0 20px 0;
    }
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 75%;
    }
}
@media (max-width: 768px){
    .tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        padding: 0;
    }
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 85%;
    }
}
@media(max-width: 650px){
    .tvtestimonial-slider-inner {
        width: 100%;
        overflow: hidden;
    }
    .tvtestimonial-bg-img {
        display: none;
    }
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 95%;
    }
}
@media(max-width: 590px){
    .tvcmstestimonial .swiper-pagination-bullets-dynamic {
        text-align: left;
    }
    .lang-rtl .tvcmstestimonial .swiper-pagination-bullets-dynamic {
        text-align: right;
    }
     .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: auto;
    }
    .tvcmstestimonial .tvtestimonial-dec:before{
        left: 0;
    }
}