/**
* 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: 75px 0 55px;
    position: relative;
    /*background-attachment: fixed;*/
    /*background-repeat: no-repeat;*/
    background-position: center;
    background-size: cover;
}
.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: 35px;
}
.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 {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #fff;
    position: relative;
    margin-top: 20px;
}
.tvcmstestimonial .tvtestimonial-dec .tvcms-left-testimonial .tvtestimonial-dec {
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    /* width: 60%; */
    margin: auto;
    text-align: center;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 0px;
}
/* .tvcmstestimonial .tvtestimonial-dec,
.tvcms-left-testimonial .tvtestimonial-dec {
    position: relative;
    color: #222;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    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: 30px;
    margin-bottom: 45px;
}
.tvtestimonial-title {
    margin: 0;
    padding-bottom: 3px;
}
.tvcmstestimonial .tvcmsmain-title-wrapper {
    border-bottom: none;
}
.tvcmstestimonial .tvtestimonial-designation,
.tvcms-left-testimonial .tvtestimonial-designation {
    color: #000;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.02em;
    font-size: 15px;
}
.tvcmstestimonial .tvtestimonial-designation {
    color: #fff;
    font-weight: 300;
}
.tvtestimonial-title a {
    font-weight: 400;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #EEBB63;
}
.tvtestimonial-title a:hover {
    color: #165644;
}
.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;
}
@media (max-width: 991px) {
    .tvcmstestimonial {
        margin-bottom: 50px;
    }
}
/********** left testimonial **********/
.tvtestimonial-slider-button-wrapper {
    padding: 20px 0;
}
@media (max-width: 991px) {
    .tvcmstestimonial {
        margin-bottom: 50px;
        padding: 50px 0;
    }
}
/****************** 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: 4px solid #ffffff;
    display: inline-block;
    background-color: #0000;
    opacity: 1;
    width: 128px;
    /*margin: 0 -15px;*/
    height: 128px;
    position: relative;
    z-index: 0;
    background-position: center top;
    background-size: cover;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.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 .tvcms-testimonial-pagination-dots .swiper-pagination-bullet-active-main {
    transform: scale(1);
    opacity: 1;
    position: relative;
    z-index: 1;
    -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;
}
.tvtestimonial-bg-img {
    position: absolute;
    right: -100px;
    bottom: -40px;
}
/* .tvtestimonial-inner-content-box:before {
    content: '';
    background-image: url(../img/quotes.png);
    width: 94px;
    height: 95px;
    display: block;
    position: absolute;
    top: -20px;
    left: 100px;
} */
.tvtestimonial-content-box .tvtestimonial-inner-content-box {
    margin-bottom: 0px;
    position: relative;
    /* padding: 0px 0 90px; */
}
.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: 20%;
}
.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: #00000000;
    width: 18px;
    height: 18px;
    border: 3px solid #EEBB63;
    border-radius: 7px;
}
.tvcmstestimonial .owl-theme .owl-dots .owl-dot.active span,
.tvcmstestimonial .owl-theme .owl-dots .owl-dot:hover span {
    width: 18px;
    height: 18px;
    border-radius: 7px;
    background-color: #EEBB63;
}
#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;
}
.tvtestimonial-info-box{
    text-align: start;
}
@media (min-width: 992px) {
    .tvtestimonial-info-box {
        /* width: 87%; */
        margin: auto;
        position: relative;
    }
}
@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;
    }
}
@media (max-width: 768px) {
    .tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        padding:  0 15px;
    }
}
@media(max-width: 767px) {
    .tvtestimonial-title-des {
        margin-bottom: 15px;
    }
    .tvtestimonial {
        padding: 0;
    }
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        font-size: 14px;
        margin-top: 0;
    }
    .tvcmstestimonial .tvtestimonial-designation,
    .tvcmstestimonial .tvtestimonial-inner-content-box .tvtestimonial-info-box {
        /*padding-bottom: 15px;*/
    }
    .tvtestimonial-inner-content-box {
        margin: 0;
    }
    .tvcmstestimonial .tvtestimonial-dec,
    .tvcms-left-testimonial .tvtestimonial-dec {
        width: 100%;
    }
}
@media(max-width: 650px) {
    .tvtestimonial-slider-inner {
        width: 100%;
        overflow: hidden;
    }
    .tvtestimonial-bg-img {
        display: none;
    }
    .tvtestimonial-icon{
        display: none;
    }
}
@media(max-width: 590px) {
    .tvcmstestimonial .swiper-pagination-bullets-dynamic {
        text-align: left;
    }
}
.tvtestimonial-icon {
    position: absolute;
    bottom: 0;
    left: -29px;
    top: -29px;
    bottom: auto;
}
.tvtestimonial-icon svg path {
    fill: #EEBB63;
}
.tvcmstestimonial .tvcms-main-title .tvmain-title h2 {
    color: #fff;
}
.tvtestimonial .tvcmsprev-btn {
    left: 0;
    right: auto;
}
.tvtestimonial .tvcmsprev-btn:hover,
.tvtestimonial .tvcmsnext-btn:hover {
    border: 1px solid #FE5553;
    background-color: #FE5553;
}
.lang-rtl .tvtestimonial .tvcmsnext-btn {
    left: auto;
    right: 0;
}
.tvtestimonial-info-box-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}