/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 20 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 20 version
*/

.large-testimonial-banner .swiper-container .swiper-wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;

}
/* div#n2-ss-1 .nextend-bullet-bar .n2-bullet.n2-active {
    cursor: default;
} */

.large-testimonial-banner  div#n2-ss-1 .nextend-bullet-bar .n2-bullet {
    background: white;
    background-color: white;
    background-color: white;
    width: 1.7778rem; /* 32px */
    height: 1.7778rem; /* 32px */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0rem; /* 0px */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

/* active */
.large-testimonial-banner  div#n2-ss-1 .nextend-bullet-bar .n2-bullet:hover,.large-testimonial-banner  div#n2-ss-1 .nextend-bullet-bar .n2-bullet.n2-active{
    background-color: rgba(206,22,40,0.23);
}
.large-testimonial-banner  div#n2-ss-1 .nextend-bullet-bar, .large-testimonial-banner  div#n2-ss-1 .nextend-bullet-bar * {
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}

.large-testimonial-banner  div#n2-ss-1 .nextend-bullet-bar .n2-bullet:before{
    background: white;
    content: "";
    width: 75%;
    height: 75%;
    display: block;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.large-testimonial-banner  div#n2-ss-1 .nextend-bullet-bar .n2-bullet:hover:before,.large-testimonial-banner  div#n2-ss-1 .nextend-bullet-bar .n2-bullet.n2-active:before{
    background: #CE1628;
}

div#n2-ss-1 .n2-ss-slide[data-first="1"] {
    z-index: 21;
    height: 100% !important;
}

div#n2-ss-1#n2-ss-1   .n2-ss-slider-2{
    height: 100% !important;
}
.n2-section-smartslider.n2-section-smartslider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.n2-ss-slider.n2-ss-slider .n2-ss-slide[data-first="1"] .n2-ss-layer[data-pm=default], .n2-ss-slidern2-ss-slider .n2-ss-slide[data-first="1"] .n2-ss-layer[data-pm=normal] {
    position: relative;
    min-height: 1px;
    height: 100% !important;
    padding: 0px !important;
}
div#n2-ss-1   .n2-ss-slide[data-first="1"]  .n2-ss-layers-container {
    position: relative;
    height: 100% !important;
}
.n2-ss-slider.n2-ss-slider .n2-ss-slide[data-first="1"] .n2-ss-layer-content .n2-ss-layer[data-pm=normal] {
    max-width: 100%;
    height: 100%;
}
.n2-ss-slider.n2-ss-slider .n2-ss-slide[data-first="1"] .n2-ss-section-main-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%;
    height: 100%;
    padding: 0 !important;
}
.large-testimonial-banner{
    height: 99.9vh;
    max-height: 99.9vh;
    height: -webkit-calc(99.9 * var(--one_vw,1vh));
    height: calc(99.9 * var(--one_vw,1vh));
    max-height:-webkit-calc(99.9 * var(--one_vw,1vh));
    max-height:calc(99.9 * var(--one_vw,1vh)); ;
    width: 100%;
    position: relative;
}

.large-testimonial-banner .arrow-down{
    width: 1em;
    height: 1.35em;
    font-size: 40px;
    position: absolute;
    bottom: 0;
    right: -1.5em;
}
.large-testimonial-banner .arrow-down:hover{
    
}

.large-testimonial-banner .arrow-down a{
    display: block;
    height: 100%;
    width: 100%;
}
.large-testimonial-banner .arrow-down a svg{
    display: block;
    height: 100%;
    width: 100%;
}
.large-testimonial-banner .custom_nav{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
    margin-right: 25px;
    margin-bottom: 175px;
}
.large-testimonial-banner .custom_nav a{
    width: 24.5px;
    height: 24.5px;
    background-color: white;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin-bottom: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}



.large-testimonial-banner .outter-wrapper{
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.large-testimonial-banner .outter-wrapper .inner-wrapper{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    height: 1px;min-height: 1px;}
.large-testimonial-banner .menu-wrapper.header-wrapper{
 min-height: 1px;  
}

.large-testimonial-banner .inner-wrapper .swiper-container ,
.large-testimonial-banner .inner-wrapper .swiper-container 
{
    height: 100%;
}




.large-testimonial-banner .swiper-container .swiper-wrapper .slide.testimonial.slide-item{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
}

.large-testimonial-banner .swiper-container .swiper-wrapper .slide.testimonial.slide-item .inner-slide{
    position: relative;
    height: 100%;
    width: 100%;
}


.large-testimonial-banner .swiper-container .swiper-wrapper .slide.testimonial.slide-item .image-wrapper{
    height: 100%;
}

.large-testimonial-banner .swiper-container .swiper-wrapper .slide.testimonial.slide-item .image-wrapper img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    min-width: 100%;
}

.large-testimonial-banner .swiper-container .swiper-wrapper .slide.testimonial.slide-item .inner-slide .sub-title{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-left: auto;
    margin-right: auto;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 2.7778rem; /* 50px */
    line-height: 1.08em;
    word-break: break-word;
    color: #FFFFFF;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background-color: rgba(189,47,49,0.2);
}
.large-testimonial-banner .swiper-container .swiper-wrapper .slide.testimonial.slide-item:hover .inner-slide .sub-title,
.large-testimonial-banner .swiper-container .swiper-wrapper .slide.testimonial.slide-item.hover .inner-slide .sub-title{
    opacity: 1;
}

/* .large-testimonial-banner .swiper-container .swiper-wrapper .slide.testimonial.slide-item .inner-slide .sub-title:before{
    content: '"';
    font-family: Montserrat;
    font-weight: bold;
    width: 100%;
    font-size: 3.2em;
    line-height: 0.34375em;
    color: #FFFFFF;

}
.large-testimonial-banner .swiper-container .swiper-wrapper .slide.testimonial.slide-item .inner-slide .sub-title:after{
    content: '"';
    font-family: Montserrat;
    font-weight: bold;
    width: 100%;
    font-size: 3.2em;
    line-height: 0.34375em;
    color: #FFFFFF;

} */

.large-testimonial-banner .swiper-container .swiper-wrapper 
.slide.testimonial.slide-item .inner-slide 
.content{
   margin-left: 1em;
   display: -webkit-box;
   -webkit-line-clamp: 5;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.large-testimonial-banner .top-layer .wrapper{
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
    position:absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: unset;
}

.large-testimonial-banner .top-layer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99;
}

.large-testimonial-banner .top-layer  .we-can-help-wrapper{
    line-height: 0rem; /* 0px */
    opacity: 0.7;
}

.large-testimonial-banner .banner-menu{
    width: 100%;
}

.large-testimonial-banner .banner-menu .menu{
    width: 100%;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.large-testimonial-banner .banner-menu .menu li.menu-item{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 0.6667rem; /* 30px */
    padding-bottom: 0.6667rem; /* 30px */
    border:1px solid #BD2F31;
}
.large-testimonial-banner .banner-menu .menu li.menu-item:first-child{
    
    border-right: none;
}
.large-testimonial-banner .banner-menu .menu li.menu-item:last-child{
    
    border-left: none;
}
.large-testimonial-banner .banner-menu .menu li.menu-item:hover{
    background: #CE1628;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.large-testimonial-banner .banner-menu .menu li.menu-item:hover a{
    color: white;
}
.large-testimonial-banner .banner-menu .menu li.menu-item a{
    display: block;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 1.3889rem; /* 25px */
    color: #000000;
}

.large-testimonial-banner  .header-wrapper .header{
    font-weight: bold;
    font-family: Montserrat;
    font-size: 2.25rem; /* 45px */
    color: #000000;
    padding-bottom: 1.5556rem; /* 46px */
    padding-top: 1.5556rem; /* 23px */
    text-align: center;
    line-height: 1em;
}

.large-testimonial-banner .swiper-container .swiper-wrapper .slide.testimonial.slide-item .inner-slide .sub-title svg{
    width: 50px;
    height: 50px;
}

.large-testimonial-banner .swiper-container .swiper-wrapper .slide.testimonial.slide-item .inner-slide .sub-title .quote{
    line-height: 0px;
    width: 100%;
}

.large-testimonial-banner .swiper-container .swiper-wrapper .slide.testimonial.slide-item .inner-slide .sub-title .quote.top svg{
    float: left;
}
.large-testimonial-banner .swiper-container .swiper-wrapper .slide.testimonial.slide-item .inner-slide .sub-title .quote.bottom svg{
    float: right;
}


@media only screen and (max-width: 69.4444rem /* 1250px */){
    .large-testimonial-banner .swiper-container .swiper-wrapper .slide.testimonial.slide-item:nth-child(5) {
        display: none;
    }

    .large-testimonial-banner.desktop .top-layer .wrapper{
        max-width: 50%;
    }
        
}
@media only screen and (max-width: 61.1111rem /* 1100px */){
    .large-testimonial-banner .swiper-container .swiper-wrapper .slide.testimonial.slide-item:nth-child(4) {
        display: none;
    }
    .large-testimonial-banner.desktop.medium .top-layer .wrapper{
        max-width: 60%;
    }
    
    
}

@media only screen and (max-width: 54.4444rem /* 980px */){
    .large-testimonial-banner .swiper-container .swiper-wrapper .slide.testimonial.slide-item:nth-child(3) {
        display: none;
    }
    .large-testimonial-banner.desktop.medium .top-layer .wrapper{
        max-width: 80%;
    }
    
    
}
@media only screen and (max-width: 43.3333rem /* 780px */){
    .large-testimonial-banner .swiper-container .swiper-wrapper .slide.testimonial.slide-item:nth-child(2) {
        display: none;
    }
    .large-testimonial-banner.desktop.medium.mobile .top-layer .wrapper{
        max-width: 90%;
    }
    .large-testimonial-banner .menu-wrapper.header-wrapper.header-wrapper  {
        display: none;
    }
    .large-testimonial-banner .custom_nav {
        display: none;
    }
    .large-testimonial-banner .arrow-down.arrow-down{
        
        right: -1.5em;
    }
    
    
}

@media only screen and (max-width: 32.2222rem /* 580px */){
    .large-testimonial-banner .swiper-container .swiper-wrapper .slide.testimonial.slide-item:nth-child(2) {
        display: none;
    }
    .large-testimonial-banner.desktop.medium.mobile.mobile .top-layer .wrapper{
        max-width: 80%;
        margin-bottom: 20px;
        margin-left: 0px;
    }
    
}.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}