/* - Clients */
.clients-carousel {
    position: relative;
    width: calc(100% + 1px);
}

.clients-carousel .content-box {
    margin-right: 0;
}

.section.clients .swiper-nav {
    position: absolute;
    left: auto;
    right: 35px;
    top: -58px;
    height: 24px;
    z-index: 3;
}

.section.clients .swiper-nav .swiper-button-prev,
.section.clients .swiper-nav .swiper-button-next {
    margin-left: 15px;
    margin-top: 0;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    width: 20px;
    height: 20px;
    background: none;
    font-size: 22px;
    color: #FFF;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

/* section testimonials tablet */
/* section testimonials mobile */
@media (max-width: 720px) {

    .section.clients .swiper-nav {
        right: 0;
    }

}

.clients-item-carousel {
    height: 100px;
    display: flex;
    align-items: center;
}

.clients-item-carousel img {
    max-height: 100px;
}

.clients-carousel .swiper-slide {
    width: auto;
}

.section.clients .content-box {
    position: relative;
}


/* section clients mobile */
@media (max-width: 720px) {
    .clients-items {
        margin: 0;
    }

    .clients-items .clients-col {
        padding: 0;
        width: 50%;
    }

}

.mfp-close {
    text-shadow: 0px 0px 2px #000000;
}

/* section portfolio mobile */
@media (max-width: 720px) {
    .info.circle:hover {
        background: #4bffa5;
    }
}