/*fonts*/
.client-stories-section {
    overflow: hidden;
    position: relative;
    padding: 150px 0 50px;
    background: linear-gradient(0deg, #fff 50%, #000 0);
}

@media (max-width: 767px) {
    .client-stories-section {
        padding: 100px 0 0px;
        background: linear-gradient(0deg, #fff 60%, #000 0);
    }
}

.client-stories-section h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.client-stories-section .icon-client-stories {
    position: absolute;
    right: 0;
    height: calc(50% - 100px);
    overflow: hidden;
    width: 100%;
    background: #000000;
}

@media (max-width: 767px) {
    .client-stories-section .icon-client-stories {
        height: calc(45% - 100px);
    }
}

.client-stories-section .icon-client-stories:before {
    zoom: 0.55;
    right: -25px;
    position: absolute;
    background-image: url("../images/client-stories.png");
    width: 2560px;
    height: 896px;
}

@media (min-width: 1440px) {
    .client-stories-section .icon-client-stories:before {
        zoom: 0.65;
    }
}

@media (min-width: 1680px) {
    .client-stories-section .icon-client-stories:before {
        zoom: 0.65;
        right: -3%;
    }
}

@media (max-width: 1024px) {
    .client-stories-section .icon-client-stories:before {
        zoom: 0.4;
    }
}

@media (max-width: 767px) {
    .client-stories-section .icon-client-stories:before {
        zoom: 0.38;
    }
}

.client-stories-section .icon-client-stories:after {
    content: '';
    width: 100%;
    height: 230px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 6%, #000000 113%);
    top: auto;
    position: absolute;
    bottom: 0;
}

.client-stories-section .container {
    position: relative;
}

.client-stories-section .client-stories-slider {
    position: relative;
}

    .client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide {
        width: 680px;
        /*background: #fff;*/
        height: 100%;
        position: relative;
        min-height: 500px;
    }

@media (max-width: 992px) {
    .client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide {
        min-height: 300px;
    }
}

.client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content {
    width: 100%;
    height: 100%;
}

    .client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content img {
        display: block;
    }

    .client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .video-div {
        width: 100%;
        height: 100%;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 380px;
    }

@media (max-width: 767px) {
    .client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .video-div {
        min-height: 200px;
    }
}

/*.client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .video-div > div {
    height: 100% !important;
}*/

.client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .video-div .icon-play {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0 !important;
    opacity: 1;
    transform: scale(1);
    transition: all .3s ease;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
}

.client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .video-div .img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .video-div.active .img {
    display: none;
}

.client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .video-div.active .icon-play {
    display: none;
}

.client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .video-div .video-close-btn {
    display: none;
}

.client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .video-div .jw-state-complete ~ .video-close-btn.open {
    display: none;
}

.client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .video-div .jw-state-playing ~ .video-close-btn.open {
    display: block;
}

.client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .desc {
    padding: 25px 20px;
}

@media (max-width: 767px) {
    .client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .desc {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .desc h3 {
    font-size: 35px;
    text-align: center;
    line-height: 1.29;
}

@media (max-width: 1024px) {
    .client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .desc h3 {
        font-size: 30px;
    }
}

@media (max-width: 990px) {
    .client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .desc h3 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .desc h3 {
        font-size: 20px;
        /*text-align: left;*/
    }
}

.client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .desc .author {
    width: 60%;
}

@media (min-width: 767px) {
    .client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .desc .author {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 990px) {
    .client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .desc .author {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .desc .author {
        width: auto;
    }
}

.client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .desc .author p {
    /* Font Change - 29 July 2021 */
    font-size: 18px;
    /* Font Change - 29 July 2021 */
    line-height: 1.38;
    letter-spacing: 0.77px;
    font-family: "barlow_condensedmedium";
    color: #000000;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .desc .author p {
        width: 100%;
    }
}

.client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide .content .desc .author .btn-group {
    margin-top: 10px;
}
/* Sameer Chalke - client story - 24/8/2021*/
.client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide-prev, .client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide-next {
    opacity: 0.5;
}
.client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide-prev .content, .client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide-next .content {
    -webkit-filter: grayscale(10);
            filter: grayscale(10); }
/* Sameer Chalke - client story - 24/8/2021*/

@media (min-width: 1025px) {
    .client-stories-section .client-stories-slider .swiper-button-prev {
        left: 10%;
    }
}

/* Sameer Chalke - client story - 24/8/2021*/
.client-stories-section .client-stories-slider .swiper-button-prev:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 18px solid #fff;
}
/* Sameer Chalke - client story - 24/8/2021*/
.client-stories-section .client-stories-slider .swiper-button-prev, .client-stories-section .client-stories-slider .swiper-button-next {
    top: 210px;
    /* Sameer Chalke - client story - 24/8/2021*/
    width: 50px;
    height: 50px;
    opacity: 0.9;
    /* Sameer Chalke - client story - 24/8/2021*/
}

@media (max-width: 767px) {
    .client-stories-section .client-stories-slider .swiper-button-prev, .client-stories-section .client-stories-slider .swiper-button-next {
        top: 115px;
    }
}

@media (max-width: 380px) {
    .client-stories-section .client-stories-slider .swiper-button-prev, .client-stories-section .client-stories-slider .swiper-button-next {
        top: 110px;
    }
}

@media (min-width: 1025px) {
    .client-stories-section .client-stories-slider .swiper-button-next {
        right: 10%;
    }
}
/* Sameer Chalke - client story - 24/8/2021*/
.client-stories-section .client-stories-slider .swiper-button-next:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #fff;
}
/* Sameer Chalke - client story - 24/8/2021*/

.related-tags .tag-btn {
    padding: 5px 20px;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.video-section .video-div {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 767px) {
    .video-section .video-div {
        min-height: 400px;
    }
}

@media (max-width: 767px) {
    .video-section .video-div {
        min-height: 300px;
    }
}

.video-section .video-div > div {
    height: 100% !important;
}

.video-section .video-div .icon-play {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0 !important;
    opacity: 1;
    transform: scale(1);
    transition: all .3s ease;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
}

.video-section .video-div .img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-position: center;
}

.video-section .video-div.active .img {
    display: none;
}

.video-section .video-div.active .icon-play {
    display: none;
}

.video-section .video-div .video-close-btn {
    display: none;
}

.video-section .video-div .jw-state-complete ~ .video-close-btn.open {
    display: none;
}

.video-section .video-div .jw-state-playing ~ .video-close-btn.open {
    display: block;
}

/*not use*/
.testimonial-select {
    background: #f0f0f0;
    padding: 60px 0 80px;
}

@media (max-width: 990px) {
    .testimonial-select {
        padding: 80px 0 80px;
    }
}

@media (max-width: 990px) {
    .testimonial-select {
        padding: 40px 0 40px;
    }
}

.testimonial-select .filter-desc {
    padding-top: 70px;
}

@media (max-width: 990px) {
    .testimonial-select .filter-desc {
        padding-top: 0;
        padding-bottom: 40px;
    }
}

.testimonial-select .filter-desc h2 {
    margin-bottom: 80px;
    padding-right: 10%;
}

@media (max-width: 990px) {
    .testimonial-select .filter-desc h2 {
        margin-bottom: 15px;
    }
}

.testimonial-select .filter-desc .tabs {
    display: flex;
    flex-wrap: wrap;
}

.testimonial-select .testimonial-selector-slider .swiper-slide {
    width: 80%;
    position: relative;
}

@media (max-width: 990px) {
    .testimonial-select .testimonial-selector-slider .swiper-slide {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
}

.testimonial-select .testimonial-selector-slider .swiper-slide .img {
    height: 520px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 990px) {
    .testimonial-select .testimonial-selector-slider .swiper-slide .img {
        height: auto;
        min-height: 300px;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .testimonial-select .testimonial-selector-slider .swiper-slide .img {
        height: 200px;
        min-height: 200px;
        width: 100%;
    }
}

.testimonial-select .testimonial-selector-slider .swiper-slide .overlay-content {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
    z-index: 2;
    padding: 40px;
}

@media (max-width: 1024px) {
    .testimonial-select .testimonial-selector-slider .swiper-slide .overlay-content {
        padding: 30px;
    }
}

@media (max-width: 990px) {
    .testimonial-select .testimonial-selector-slider .swiper-slide .overlay-content {
        position: relative;
        width: 50%;
        background: #000000;
        box-sizing: border-box;
        padding: 30px 25px 25px;
    }
}

@media (max-width: 767px) {
    .testimonial-select .testimonial-selector-slider .swiper-slide .overlay-content {
        width: 100%;
    }
}

.testimonial-select .testimonial-selector-slider .swiper-slide .overlay-content h4 {
    position: relative;
    z-index: 2;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: 0.52px;
}

.testimonial-select .testimonial-selector-slider .swiper-slide .overlay-content p, .testimonial-select .testimonial-selector-slider .swiper-slide .overlay-content span {
    position: relative;
    z-index: 2;
}

.testimonial-select .testimonial-selector-slider .swiper-slide .overlay-content p {
    color: #fff;
    padding-right: 50%;
}

@media (max-width: 1024px) {
    .testimonial-select .testimonial-selector-slider .swiper-slide .overlay-content p {
        padding-right: 0;
    }
}

.testimonial-select .testimonial-selector-slider .swiper-slide .overlay-content a {
    position: relative;
    z-index: 2;
}

.testimonial-select .testimonial-selector-slider .swiper-slide .overlay-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-image: linear-gradient(90deg, rgba(243, 112, 33, 0.31) 10%, rgba(189, 26, 41, 0.28) 54%, rgba(237, 28, 36, 0.36) 79%, rgba(240, 78, 48, 0.37) 101%);
}

@media (max-width: 990px) {
    .testimonial-select .testimonial-selector-slider .swiper-slide .overlay-content:before {
        display: none;
    }
}

.icon-play:before {
    background-image: url("../images/play.png");
    background-position: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .client-stories-section .client-stories-slider .swiper-wrapper .swiper-slide {
        margin-right: 150px;
    }

    .client-stories-section .icon-client-stories:before {
        right: -87%;
    }
}
