section.clients {
    padding: 80px 0 100px;
}
.clients-header {
    text-align: center;
    margin-bottom: 50px;
}
.clients-header h6 {
    font-size: 16px;
    color: #77808B;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: .5px;
    margin-bottom: 5px;
}
.clientsSliderTabOuter {
    text-align: center;
    margin-bottom: 50px;
}
.clientsSliderTab {
    background-color: #EBECEE;
    display: inline-block;
    border-radius: 40px;
    padding: 4px;
}
.clientsSliderTab a {
    background: none;
    color: #000;
    border-radius: 40px;
    padding: 20px 30px;
    display: inline-block;
    transition: all 0.4s ease;
}
.clientsSliderTab a.active {
    background: #97BF13;
    color: #fff;
    padding: 20px 60px;
}




/* the slides */
section.clients .slick-slide {
    margin: 0 13px;
}
/* the parent */
section.clients .slick-list {
    margin: 0 -13px;
}
.clientsSlider-nav {
    margin: 0 auto;
    width: 70px;
    margin-top: 50px;
}
.clientsSlider-prev, .clientsSlider-next {
    background-image: url(../../images/slide-left-black.svg);
    background-position: center;
    height: 25px;
    width: 25px;
    background-size: contain;
    position: static;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
}
.clientsSlider-next {
    background-image: url(../../images/slide-right-black.svg);
    transition: all 0.3s ease;
    float: right;
}
.clientsSlider-prev:hover, .clientsSlider-next:hover {
    opacity: .5;
}
section.clients button.slick-prev.slick-arrow,
section.clients button.slick-next.slick-arrow{
    display: none !important;
}
.clientsSliderEach {
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    position: relative;
    padding: 50px 20px;
    text-align: center;
    overflow: hidden;
}
.clientsSliderEach:hover .clientslidepopup{
    bottom: 0;
}
.clientslidepopup {
    position: absolute;
    bottom: -97%;
    left: 0;
    width: 100%;
    border: 1px solid #DDDDDD;
    background-color: #97BF13;
    height: 100%;
    border-radius: 20px;
    padding: 20px;
    color: #fff;
    transition: all 0.5s ease;
}
.clientslidepopup h6 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}
.clientslidepopup p {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}
.clientslidepopup-in {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    padding: 20px;
    max-height: 80%;
}
.clientsSliderEach a > h6 {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 50px;
    margin-top: 20px;
}
.clientsSliderEach .clientImage img {
    width: 240px;
    height: 210px;
    object-fit: contain;
    margin: 0 auto;
    object-position: center;
}


.clientsSlider {
    display: none;
}
.clientsSlider.active {
    display: block;
}




@media (max-width:1566px) {
}


@media (max-width:1440px) {
}
@media (max-width:1380px) {
}
@media only screen and ( max-width: 1199px) {
}
@media only screen and ( max-width: 961px) {
    section.clients {
        padding: 60px 0 70px;
    }
    .clients-header,
    .clientsSliderTabOuter {
        margin-bottom: 40px;
    }
}
@media only screen and ( max-width: 768px) {
    .clientsSliderTab a.active {
        padding: 15px 40px;
    }
    .clientsSliderTab a {
        padding: 15px 20px;
    }
    .clientslidepopup {
        position: static;
        height: 200px;
    }
    .clientslidepopup-in {
        position: static;
        transform: none;
        padding: 0;
        max-height: 100%;
    }
    .clientsSliderEach {
        padding: 10px 10px;
    }
    .clientsSliderEach a > h6 {
        display: none;
    }
    .partners-block-content h2 {
        font-size: 38px;
    }
}
@media only screen and ( max-width: 560px) {
    .clientsSlider-nav {
        margin-top: 30px;
    }
}