@charset "UTF-8";



.our-client {
    position: relative
}

.our-client .client-curs {
    position: relative;
    overflow: hidden;
    width: 100%
}

.our-client .client-curs .client-item {
    position: relative;
    margin-bottom: 40px
}

.our-client .client-curs .client-item div {
    position: relative;
    padding-left: 60px;
    padding-right: 60px
}

@media only screen and (max-width:767px) {
    .our-client .client-curs .client-item div {
        padding-left: 15px;
        padding-right: 15px
    }
}

.our-client .client-curs .client-item div:after,
.our-client .client-curs .client-item div:before {
    font-size: 130px;
    position: absolute;
    line-height: 1;
    height: 40px;
    background-color: rgba(148, 148, 148, .07);
    opacity: .1
}

.our-client .client-curs .client-item div:before {
    content: "\201C";
    -ms-flex-item-align: start;
    align-self: flex-start;
    left: 0;
    top: -20px
}

.our-client .client-curs .client-item div:after {
    content: "\201D";
    -ms-flex-item-align: end;
    align-self: flex-end;
    right: 0;
    bottom: 0
}

.our-client .client-curs .client-item h5 {
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px
}

.our-client .client-curs .client-item span {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .3px
}

.our-client .client-curs .client-item p {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 1.7
}

@media only screen and (max-width:767px) {
    .our-client .client-curs .client-item p {
        font-size: inherit;
        letter-spacing: 1px;
        line-height: 1.6
    }
}

.our-client .client-curs .slick-arrow {
    bottom: -20px;
    width: 40px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 2
}

.our-client .client-curs .slick-arrow.fa-angle-right {
    left: 120px
}

@media only screen and (max-width:767px) {
    .our-client .client-curs .slick-arrow.fa-angle-right {
        left: 70px
    }
}

.our-client .client-curs .slick-arrow.fa-angle-left {
    left: 45px
}

@media only screen and (max-width:767px) {
    .our-client .client-curs .slick-arrow.fa-angle-left {
        left: 10px
    }
}

.our-client .client-curs .slick-arrow:before {
    line-height: 50px;
    text-align: center
}

.brand-client {
    position: relative
}

.brand-client .wapper-client {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.brand-client .wapper-client .logo-box {
    position: relative;
    background-color: #0f0e0e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(25% - 2px);
    padding: 50px 20px;
    margin-right: 2px;
    margin-bottom: 2px;
    overflow: hidden
}

.v-light .brand-client .wapper-client .logo-box {
    background-color: #e6e6e6
}

@media only screen and (max-width:767px) {
    .brand-client .wapper-client .logo-box {
        width: calc(50% - 2px)
    }
}

@media only screen and (max-width:400px) {
    .brand-client .wapper-client .logo-box {
        width: 100%
    }
}

.brand-client .wapper-client .logo-box img {
    max-width: 180px;
    margin: auto
}

.brand-client .wapper-client .logo-box .info {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    background-color: unset !important
}

.brand-client .wapper-client .logo-box .info .content {
    border-radius: 0 20px 0 0;
    bottom: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    left: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .5s cubic-bezier(.77, 0, .175, 1);
    transition: all .5s cubic-bezier(.77, 0, .175, 1);
    background: #000
}

.v-light .brand-client .wapper-client .logo-box .info .content {
    background-color: #f8f9fa
}

.brand-client .wapper-client .logo-box .info .content .icon {
    color: #fff;
    font-size: 10px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.v-light .brand-client .wapper-client .logo-box .info .content .icon {
    color: #000
}

.brand-client .wapper-client .logo-box .info .content .entry {
    padding: 10%;
    position: absolute;
    left: -100%;
    opacity: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brand-client .wapper-client .logo-box .info .content .entry div {
    width: 100%
}

.brand-client .wapper-client .logo-box .info .content .entry div h5 {
    margin-bottom: 20px
}

.brand-client .wapper-client .logo-box .info .content .entry div a {
    letter-spacing: 2px;
    font-weight: 600
}

.brand-client .wapper-client .logo-box .info .content:hover {
    width: 100%;
    height: 100%;
    border-radius: 0
}

.brand-client .wapper-client .logo-box .info .content:hover .icon {
    display: none;
    opacity: 0;
    visibility: hidden
}

.brand-client .wapper-client .logo-box .info .content:hover .entry {
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}
