/* 
Theme Name: Valpix Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child Theme.
Author: Valpix GmbH
Author URI: https://www.valpix.ch/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Custom Styles Valpix */
:root{
    --red: #B9343D;
    --black: #000;
}
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://www.sichtbarkeit.ch/wp-content/themes/valpix-child/assets/fonts/OpenSans-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://www.sichtbarkeit.ch/wp-content/themes/valpix-child/assets/fonts/OpenSans-SemiBold.ttf) format('truetype');
}
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://www.sichtbarkeit.ch/wp-content/themes/valpix-child/assets/fonts/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://www.sichtbarkeit.ch/wp-content/themes/valpix-child/assets/fonts/OpenSans-Light.ttf) format('truetype');
}
:focus, :focus-visible{
    outline: none;
}
html, body{
    font-family: 'OpenSans';
    font-weight: 300;
    color: var(--black);
    font-size: 18px;
    overflow-x: hidden;
}
b, strong {
    font-weight: 700;
}
h1 {
    font-size: 36px;
    font-weight: 600;
    color: var(--red);
}
h2{
    font-size: 24px;
    font-weight: 400;
}
h2 strong{
    font-weight: 600;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 20px;
    font-weight: 300;
}
h4 em {
    font-size: 14px;
}
h5, h6{
    font-size: 16px;
    text-transform: uppercase;
}
h6{
    color: var(--red);
}
.fadeInUp {
    animation-name: fadeInUpCustom!important
}
.animated {
    animation-duration: 1.5s!important
}
@keyframes fadeInUpCustom {
    from {
        opacity: 0;
        transform: translate3d(0,50px,0)
    }
    to {
        opacity: 1;
        transform: none
    }
}
header {
    padding: 10px 0 !important;
    background-color: #525251;
}
section{
    padding: 80px !important;
}
p:last-of-type{
    margin-bottom: 0 !important;
}
.page-content li {
    margin-bottom: 5px;
}
.page-content .elementor-button {
    background-color: var(--red);
    border: 0;
    font-size: 18px;
    padding: 18px;
    border-radius: 5px;
    margin-top: 15px;
    letter-spacing: 1px;
}
.quote-banner {
    background: linear-gradient(256deg, rgb(221, 221, 221) 0%, rgb(82, 82, 81) 76%) !important;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.quote-banner h4 {
    margin: 0;
}
.quote-banner h4 em{
    font-size: 24px !important;
    font-weight: 600 !important;
}
.quote-banner h4 span{
    color: var(--black);
}
.about-section h2{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 30px;
}
.about-section h2+p {
    font-size: 15px;
}
.cta-section .e-con-inner {
    background-color: #fff;
    max-width: 650px;
    padding: 20px;
    border: 3px dashed var(--red) !important;
    border-radius: 3px;
}
.cta-section h4 {
    font-size: 25px !important;
    font-weight: 600 !important;
    line-height: 30px;
}
.cta-section h4 em {
    font-weight: 300 !important;
}
.testimonials h1,.testimonials h2, .testimonials h3, .testimonials h4, .testimonials h5, .testimonials h6 {
    font-size: 40px;
    font-weight: 600;
}
.testimonialbox {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 12px 0px;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #fff;
}
.testimonialinfos {
    font-size: 14px;
}
.testimonialinfos strong{
    font-size: 17px;
    color: var(--red);
}
.custom-sucess-message.show {
    display: block !important;
    background-color: green;
}
#custom-success-message {display:none;}







footer {
    background-color: #333333f7;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding-top: 50px;
    padding-bottom: 20px;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #fff;
    text-decoration: underline;
}










.introslider .swiper-slide-bg{
    max-height: 600px;
    overflow: hidden;
}
.introslider .swiper-slide-bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    transition: background-color .3s;
    background-color: rgb(33, 37, 41);
    opacity: 0.3;
}
.introslider img {
    object-fit: cover !important;
    height: 600px !important;
    width: 100% !important;
}
.introslider .swiper-slide-inner {
    position: absolute;
    max-width: 1140px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
    top: 0;
    bottom: 0;
    display: grid;
    align-items: center;
    color: #fff !important;
    font-size: 40px;
    line-height: 60px;
}
.introslider p {
    margin-bottom: 0;
}
.introslider strong {
    font-weight: 700;
}
.introslider .elementor-button {
    border: 1px solid #fff !important;
    background-color: transparent !important;
    border-radius: 0;
    font-size: 18px;
    font-weight: 300;
    margin-right: 10px;
    margin-top: 40px;
}
.introslider .elementor-button:hover {
    border: 1px solid #fff !important;
    background-color: #fff !important;
    color: #000;
}
.introslider .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    outline: none;
    line-height: 0px;
    padding: 5px;
    cursor: pointer;
    opacity: 1;
    background-color: #fff;
}
.introslider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--red);
}
.introslider .swiper-button-prev, .introslider .swiper-button-next, .introslider .swiper-button-prev img, .introslider .swiper-button-next img {
    height: 64px !important;
    width: 64px !important;
}
.introslider .swiper-button-prev {
    left: 30px;
}
.introslider .swiper-button-next {
    right: 30px;
}
.introslider .swiper-button-prev:after, .introslider .swiper-button-next:after {
    display: none;
}
.green-overlay picture img, .green-overlay img, .red-overlay picture img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.green-overlay picture:before, .green-overlay img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(48, 144, 96, 0.5);
    z-index: 1;
}
.red-overlay picture:before, .red-overlay img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(185, 52, 61, 0.5);
    z-index: 1;
}
#breadcrumbs {
    padding-top: 15px !important;
    padding-bottom: 15px;
    font-size: 18px;
}
#breadcrumbs a{
    color: #000;
}
main ul li::marker {
    color: var(--red);
}
.single-product .single_add_to_cart_button, .add_to_cart_button, .checkout-button, button .e-apply-coupon, .woocommerce button.button{
    background-color: var(--red) !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    padding: 15px 20px !important;
    color: #fff !important;
}
.rowfacts {
    background-color: var(--red);
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
    padding-right: 15%;
    padding-left: 15%;
}
.rowfacts .elementor-counter-number {
    font-weight: 700;
}
.rowfacts .elementor-counter-title {
    text-align: center;
    line-height: 30px !important;
    font-weight: 300 !important;
    margin-top: 15px !important;
}
.clientscarouselrow{
    margin-top: 80px !important;
}
.clientscarousel img{
    max-width: 300px;
}
.quicklink:after {
    height: 102%;
    width: 1px;
    background-color: #000;
    position: absolute;
    content: '';
    right: -15px;
}
.quicklink:last-of-type:after {
    display: none;
}
.bg-lightgray{
    background-color: #f6f6f6;
    padding-top: 40px;
    padding-bottom: 40px;
}
.bg-lightgray h3, .next-events-section h2, .news-section .elementor-post-info__item--type-date {
    color: var(--red);
}
.testimonialslider .elementor-swiper-button-prev, .testimonialslider .elementor-swiper-button-prev svg, .testimonialslider .elementor-swiper-button-next, .testimonialslider .elementor-swiper-button-next svg {
    height: 50px !important;
    width: 50px !important;
}
.testimonialslider .elementor-swiper-button-prev {
    left: -60px !important;
}
.testimonialslider .elementor-swiper-button-next {
    right: -60px !important;
}
.testimonialslider .clientname p {
    color: var(--red);
    margin-bottom: 20px;
}
.testimonialslider-home .elementor-button, .elementor-location-popup .elementor-button{
    background-color: var(--red) !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    padding: 15px 20px !important;
    margin-top: 0 !important;
    color: #fff !important;
}
#referenceslider .elementor-swiper-button-next {
    right: -10px !important;
}
#referenceslider .elementor-button {
    background-color: var(--red) !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    padding: 15px 20px !important;
    margin-top: 15px !important;
    color: #fff !important;
}
.elementor-button svg {
    height: 15px !important;
    margin-right: 10px;
}
.page-content ul li::marker {
    color: var(--red);
}
.page-content ul li strong {
    font-weight: 700;
}
.type-kundenstimmen .elementor-button, .art-der-kundenstimme-13-minuten-analyse-sichtbarkeit .elementor-button, .art-der-kundenstimme-entwicklung-firmenvison .elementor-button, .art-der-kundenstimme-strategiecoaching .elementor-button, .art-der-kundenstimme-feedbacks-zu-keynotes .elementor-button {
    background-color: transparent;
    color: var(--red);
    padding: 0;
    margin-top: 10px !important;
    font-size: 18px !important;
}
.type-kundenstimmen .clientname, .art-der-kundenstimme-13-minuten-analyse-sichtbarkeit .clientname, .art-der-kundenstimme-entwicklung-firmenvison .clientname, .art-der-kundenstimme-strategiecoaching .clientname, .art-der-kundenstimme-feedbacks-zu-keynotes .clientname {
    color: var(--red);
}


.timeline-section {
    margin-top: 70px;
    position: relative;
}
.js-timeline_item {
    margin-bottom: 55px;
}
.js-timeline_item:nth-child(odd) {
    margin-right: 60%;
    width: 40%;
}
.js-timeline_item:nth-child(even) {
    margin-left: 60%;
    width: 40%;
}
.timeline-header {
    background-color: #B9343D;
    font-weight: bold;
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 1rem;
    position: relative;
    width: 100%;
}
.js-timeline_item:nth-child(odd) .timeline-header:before{
    position: absolute;
    content: '';
    border-left-color: #B9343D;
    border-right-color: #B9343D;
    right: -15px;
    border-top: 15px solid transparent;
    border-left-width: 15px;
    border-left-style: solid;
    border-right-width: 0;
    border-right-style: solid;
    border-bottom: 15px solid transparent;
    top: 15px;
}
.js-timeline_item:nth-child(even) .timeline-header:before{
    position: absolute;
    content: '';
    left: -15px !important;
    border-right-width: 15px !important;
    right: auto !important;
    border-left-width: 0 !important;
    top: 15px;
    border-left-color: #B9343D;
    border-right-color: #B9343D;
    border-top: 15px solid transparent;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom: 15px solid transparent;
}
.timeline-body {
    background-color: #f6f6f6;
    border-radius: 10px 10px 0 0;
    padding: 1rem;
    position: relative;
    width: 100%;
}
.ag-timeline-card_item {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: -30px;
}
.ag-timeline_line {
    width: 2px;
    position: absolute;
    overflow: hidden;
    left: 0;
    background-color: #BDC1CAFF;
    right: 0;
    margin: auto;
}
.ag-timeline_line-progress {
    width: 100%;
    height: 20%;
}
.ag-timeline-card_point {
    height: 20px;
    width: 20px;
    background: #3C424F;  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.js-ag-active .ag-timeline-card_point, .ag-timeline_line-progress {
    background-color: var(--red);
}
.timeline-audit .ag-timeline_line-progress, .timeline-audit .js-ag-active .ag-timeline-card_point {
    background-color: var(--red);
}
.ag-timeline-card_box {
    width: 20px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}
.ag-timeline-card_item h5 {
    font-size: 37px;
}
.colored-quicklink {
    height: 200px !important;
    color: #fff;
    font-weight: 700;
    background: -webkit-linear-gradient(to right, #B9343D, #333);
    background: linear-gradient(to right, #B9343D, #333);
    line-height: 1.2;
    padding: 1rem;
}
.colored-quicklink p {
    margin-bottom: 0;
    font-size: 20px !important;
}
.colored-quicklink a, a.colored-quicklink:hover {
    color: #fff !important;
}
.clientlogo img {
    max-height: 150px;
    width: auto;
    max-width: 90%;
}
.blogfiltersection, .ctasection, .cta-sp-section {
    background-color: var(--red);
    padding: 1rem;
    color: #fff;
    font-size: 15px;
}
.ctasection h4, .ctasection p, .cta-sp-section p {
    margin: 0;
}
.blogfiltersection ul{
    padding-left: 0;
}
.blogfiltersection input{
    display: none;
}
.blogfiltersection .searchandfilter ul li li {
    padding: 0;
}
.blogfiltersection .searchandfilter li[data-sf-field-input-type=checkbox] label, .blogfiltersection .searchandfilter li[data-sf-field-input-type=radio] label, .blogfiltersection .searchandfilter li[data-sf-field-input-type=range-checkbox] label, .blogfiltersection .searchandfilter li[data-sf-field-input-type=range-radio] label {
    padding: 0;
}
.blogfiltersection .sf-field-tag ul {
    display: flex;
    column-gap: 5px;
    row-gap: 5px;
    flex-wrap: wrap;
}
.blogfiltersection .sf-field-tag li {
    font-size: 11px;
    font-weight: 700;
    background-color: #fff;
    color: #000;
    padding: 2px 3px !important;
}
.blogfiltersection li.sf-field-category {
    padding-top: 0 !important;
}
.blogfiltersection .elementor-widget-wp-widget-archives {
    padding-bottom: 10px;
}
.blogfiltersection .elementor-button, .ctasection .elementor-button, .cta-sp-section .elementor-button{
    background-color: #fff;
    border-radius: 0 !important;
    font-size: 16px;
    color: #000;
    min-width: 100%;
}
.blogfiltersection .elementor-widget-wp-widget-archives h5 {
    padding: 5px 0 10px;
    font-size: 16px;
    margin: 0;
    text-transform: none;
}
.blogfiltersection select {
    font-size: 14px;
    padding: 7px;
    border-radius: 0;
    border: 0;
}
.cta-sp-section .e-loop-item{
    position: relative;
}
.cta-sp-section .e-loop-item:after{
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #fff;
    bottom: -25px;
}
.cta-sp-section .e-loop-item:last-of-type:after{
    display: none;
}
.blogfiltersection .newsletter h4 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 17px;
}
.blogarchive .e-loop-item {
    position: relative;
}
.blogarchive .e-loop-item:after {
    content: '';
    position: absolute;
    height: 0.5px;
    width: 100%;
    background-color: #000;
    bottom: -30px;
}
.blogarchive .e-loop-item:last-of-type:after {
    display: none;
}
.blogarchive .elementor-button {
    border-radius: 0;
    background-color: var(--red);
    font-size: 18px;
}
.sf-field-category li:hover, .sf-field-category label:hover {
    cursor: pointer;
}
.latest-posts article a{
    color: #fff;
    font-size: 15px;
}
.latest-posts article {
    display:none !important;
}
.latest-posts article:nth-child(1), .latest-posts article:nth-child(2), .latest-posts article:nth-child(3), .latest-posts article:nth-child(4), .latest-posts article:nth-child(5) {
    display:block !important;
}

.upcoming-events {
    margin-top: 50px;
    margin-bottom: 50px;
}
.upcoming-events .e-loop-item {
    position: relative;
}
.upcoming-events .e-loop-item:first-of-type:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: black;
    top: 0;
    right: -40px;
}
.upcoming-events .elementor-countdown-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-right: auto;
    max-width: 90% !important;
    margin-left: 0 !important;
}
.upcoming-events .elementor-countdown-digits {
    font-weight: 700 !important;
    font-size: 50px !important;
}
#typing {
    font-size: 32px;
    text-align: center;
    font-style: italic;
    color: var(--red);
    margin: 20px 0;
}
#typing:before {
    content: '«';
}
#typing:after {
    content: '»';
}
.type-veranstaltungen {
    position: relative;
}
.type-veranstaltungen:after {
    height: 1px;
    width: 100%;
    position: absolute;
    content: '';
    background-color: #000;
    bottom: -40px;
}
.type-veranstaltungen:last-of-type:after, .products-archive .product:last-of-type:after {
    display: none;
}
.veranstaltungen .elementor-widget-theme-post-excerpt b {
    font-style: normal;
    font-weight: 700;
    color: var(--red);
}
.elementor-widget-countdown .elementor-countdown-item {
    padding: 20px 0;
    text-align: center;
    color: #000 !important;
}
.products-archive .woocommerce-Price-amount, .single-product .woocommerce-Price-amount{
    font-weight: 700;
    font-size: 20px;
    color: var(--red);
}
.e-cart-layout-one-column .product-name a{
    color: var(--red) !important;
    font-weight: 400;
}
.products-archive .product:after {
    height: 1px;
    width: 100%;
    background-color: #e4e4e4;
    position: absolute;
    content: '';
    bottom: -30px;
}
.child-page .elementor-widget-heading {
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: calc(100% - 40px);
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.child-page .elementor-widget-image:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    bottom: 0;
    left: 0;
}
.child-page .elementor-widget-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
    text-shadow: 0px 0px 5px rgba(185, 52, 61, 0.6);
}
.child-page .elementor-widget-icon svg {
    fill: #fff;
}
.child-page:hover .elementor-widget-icon {
    opacity: 1;
}
#magicoverlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}
#magicoverlay h2 {
    color: #fff;
    font-size: 30px;
}
#magicoverlay p {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
}
#magicoverlay .elementor-button {
    background-color: #fff;
    color: #000;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    padding: 15px 20px;
    margin-top: 15px;
}
.cart-icon .elementor-icon-wrapper {
    max-height: 20px;
}
.cart-icon svg {
    fill: var(--red);
}
.elementor-form .elementor-field-label {
    margin-bottom: 5px;
}
.flipbook-div div {
    display: grid !important;
}
.flipbook-div span {
    order: 2;
    margin-top: 5px;
}












@media screen and (max-width: 2000px){
    .rowfacts {
        padding-right: 5%;
        padding-left: 5%;
    }
}
@media screen and (max-width: 1350px){
    .introslider .swiper-button-prev, .introslider .swiper-button-next, .introslider .swiper-button-prev img, .introslider .swiper-button-next img {
        height: 50px !important;
        width: 50px !important;
    }
    .introslider .swiper-slide-inner {
        margin-left: 120px;
        max-width: calc(100% - 250px) !important;
    }
}
@media screen and (max-width: 1270px){
    .testimonialslider {
        max-width: 90% !important;
        left: 0;
        right: 0;
        margin: auto;
    }
}
@media screen and (max-width: 1180px){
    header .logo-container, footer, section, .rowfacts, .elementor-widget-breadcrumbs{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    section section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .introslider .swiper-slide-inner {
        font-size: 35px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1024px){
    .quicklink:after {
        display: none;
    }
}



@media screen and (max-width: 767px){
    header {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .sub-menu {
        position: relative!important;
        margin-top: 0!important;
        margin-left: 0!important
    }
    .sub-menu .elementor-sub-item:hover {
        background-color: transparent !important
    }
    .sub-menu .elementor-sub-item,.sub-menu .elementor-sub-item:hover {
        color: #000!important
    }
    .introslider .swiper-slide-bg, .introslider img {
        max-height: 350px;
    }
    .introslider .swiper-slide-inner {
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #000;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
        font-size: 24px;
        line-height: 28px;
        min-height: 280px;
    }
    .introslider .swiper-pagination {
        display: none;
    }
    .introslider .swiper-button-prev, .introslider .swiper-button-next, .introslider .swiper-button-prev img, .introslider .swiper-button-next img {
        height: 46px !important;
        width: 46px !important;
    }
    .introslider .swiper-button-prev {
        left: 20px;
    }
    .introslider .swiper-button-next {
        right: 20px;
    }
    .introslider .swiper-slide-inner {
        margin-left: 0;
        max-width: 100% !important;
    }
    .rowfacts .elementor-counter-number {
        font-size: 32px;
    }
    .testimonialslider .elementor-swiper-button-prev, .testimonialslider .elementor-swiper-button-prev svg, .testimonialslider .elementor-swiper-button-next, .testimonialslider .elementor-swiper-button-next svg {
        height: 35px !important;
        width: 35px !important;
    }
}
@media screen and (max-width: 560px){
    .testimonialslider .elementor-swiper-button-prev, .testimonialslider .elementor-swiper-button-prev svg, .testimonialslider .elementor-swiper-button-next, .testimonialslider .elementor-swiper-button-next svg {
        height: 30px !important;
        width: 30px !important;
    }
    .testimonialslider .elementor-swiper-button-prev {
        left: -40px !important;
    }
    .testimonialslider .elementor-swiper-button-next {
        right: -40px !important;
    }
}