/*--- our client ---*/

.client-block {
    width: 100%;
    display: block;
    margin-bottom: 60px;
}

.our-clients-wrap {
    float: none;
    margin-top: 10px;
    position: relative;
}

.our-clients .our-client-item {
    float: left;
    list-style: none;
    width: 20%;
    padding: 10px 15px;
    text-align: center;
    min-height: 130px;
    margin: 0;
    vertical-align: middle;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.our-clients .our-client-item:nth-child(5n) {
    border-right: none;
}

.our-clients .our-client-item:nth-child(n+6) {
    border-bottom: none;
}

.our-clients .our-client-item:nth-child(n+11) {
    border-top: 1px solid #e9e9e9;
}

@media only screen and (max-width: 767px) {
    .our-clients-wrap {
        padding-top: 30px;
    }

    .our-clients .our-client-item {
        width: 49.979%;
    }

    .our-clients .our-client-item:nth-child(5n) {
        border-right: 1px solid #e9e9e9;
    }

    .our-clients .our-client-item:nth-child(2n) {
        border-right: none;
    }

    .our-clients .our-client-item:nth-child(n+6) {
        border-bottom: 1px solid #e9e9e9;
    }

    .our-clients .our-client-item:nth-child(n+3) {
        border-bottom: none;
    }

    .our-clients .our-client-item:nth-child(n+5) {
        border-top: 1px solid #e9e9e9;
    }
}

.our-clients .our-client-item img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 110px;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.our-clients .our-client-item img.wn-gray-filter {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.our-clients .our-client-item img.wn-gray-filter:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

#our-clients.our-clients-wrap-carousel.our-clients .our-client-item {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-right: none;
    min-height: 240px;
    vertical-align: middle;
    line-height: 240px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

#our-clients.our-clients-wrap-carousel.our-clients .our-client-item:hover {
    background: #f8f8f8;
}

#our-clients.our-clients-wrap-carousel.our-clients .owl-wrapper-outer {
    border-right: 1px solid #e6e6e6;
}

#our-clients.our-clients-wrap-carousel.our-clients .our-client-item {
    padding: 10px 15px;
    border: none;
    width: 100%;
    min-height: 130px;
}

.our-clients-wrap-carousel.our-clients .our-client-item img {
    max-height: inherit;
    margin: 0 auto;
}

.our-clients .our-client-item:first-child {
    margin-left: 0;
}

.our-clients:after {
    clear: both;
}

/*owl custom*/

#wrap .crsl {
    margin: 0;
}

#wrap .crsl .owl-buttons div {
    top: 50%;
    margin-top: -15px;
    opacity: 1;
    position: absolute;
    right: auto;
    left: 50%;
    color: #929ca3;
    background: none;
    padding: 0;
}

#wrap .crsl .owl-buttons div:hover,
.our-clients-wrap.crsl .owl-buttons div:active {
    color: #3fcae7;
}

#wrap .crsl .owl-buttons div {
    font-family: vc_entypo;
}

#wrap .crsl .owl-buttons .owl-prev {
    left: -35px;
    right: auto;
}

#wrap .crsl .owl-buttons .owl-next {
    right: -36px;
    left: auto;
}

#wrap .crsl .owl-buttons div:after,
#wrap .crsl .owl-buttons .owl-prev:after {
    font-family: 'simple-line-icons';
    font-size: 31px;
    font-weight: 100;
}

#wrap .crsl .owl-buttons div:after {
    content: "\e606";
}

#wrap .crsl .owl-buttons .owl-prev:after {
    content: "\e605";
}

#wrap .crsl li {
    width: 100%;
    list-style: none;
}

#wrap .crsl li img {
    max-width: 100%;
}

.our-clients-wrap.crsl {
    margin-top: 0;
}

.wn-gray-filter {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.wn-gray-filter:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/* Our clients type 4 */

.our-clients-type4 {
    text-align: center;
    padding: 0;
    margin: 0;
}

.our-clients-type4 .center .our-client-item {
    display: inline-block;
    margin: 2px;
}

.our-clients-type4 .center img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

@media (max-width:1200px) {
    .our-clients-type4 {
        padding: 10px;
    }
}

@media (max-width:767px) {
    .our-clients-type4 .center .our-client-item {
        margin-bottom: 100px;
        display: inline-block;
    }

    .our-clients-type4 .center .our-client-item {
        margin: 30px;
    }
}

/*** Our clinet type5 ***/
.our-clients-type5.owl-carousel.owl-theme .owl-item {
    border-left: 1px solid #e8eef4;
    border-top: 1px solid #e8eef4;
    border-bottom: 1px solid #e8eef4;
}

.our-clients-type5.owl-carousel.owl-theme .owl-item:last-child {
    border-right: 1px solid #e8eef4;
}

.our-clients-type5.owl-carousel.owl-theme .our-clients-item-t5 {
    background: #fff;
    padding: 72px 53px;
    margin-bottom: 1px;
    text-align: center;
    box-shadow: 0 1px 6px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
}

.our-clients-type5.owl-carousel.owl-theme .our-clients-item-t5:hover {
    background: #f8f8f8;
}

.our-clients-type5.owl-carousel.owl-theme .owl-stage-outer .owl-stage .owl-item:hover .wn-gray-filter {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.our-clients-wrap .owl-nav .owl-prev:after,
.our-clients-wrap .owl-nav .owl-next:after {
    top: 45%;
    color: #437df9;
    font-size: 40px;
    font-weight: 200;
    position: absolute;
    font-family: 'simple-line-icons';
}

.our-clients-wrap .owl-nav .owl-prev:after {
    left: -50px;
    content: "\e605";
}

.our-clients-wrap .owl-nav .owl-next:after {
    right: -50px;
    content: "\e606";
}

.our-clients-wrap .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.our-clients-type5.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

/*** Our clients type 6***/

.our-clients-type6 {
    width: 100%;
    text-align: center;
}

.our-clients-type6 .our-clients-item-t6 {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 7px 5px 10px;
    transition: all 0.5s ease;
}

.our-clients-type6 .our-clients-item-t6:hover {
    box-shadow: 0 1px 17px -1px rgba(0, 0, 0, 0.13);
}

.our-clients-type6 .our-clients-item-t6 img {
    width: auto;
    display: inline-block;
}

.our-clients-type6 .owl-nav .owl-prev {
    -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0);
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0);
    background-color: #ffffff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 130px;
    height: 55px;
    left: -10%;
    top: 50%;
}

.our-clients-type6 .owl-nav .owl-next {
    -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0);
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0);
    background-color: #ffffff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 130px;
    height: 55px;
    right: -10%;
    top: 50%;
}

.our-clients-type6 .owl-nav .owl-prev>.ol-pre {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    color: #cbcbcb;
    font-size: 16px;
    top: 50%;
    left: 80px;
}

.our-clients-type6 .owl-nav .owl-next>.ol-nxt {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    font-size: 16px;
    color: #cbcbcb;
    top: 50%;
    left: 34px;
}

.our-clients-type6 .owl-nav .owl-prev:after,
.our-clients-type6 .owl-nav .owl-next:after {
    font-family: "linea-arrows-10";
    position: absolute;
    font-size: 30px;
}

.our-clients-type6 .owl-nav .owl-prev:after {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "\e066";
    color: #cbcbcb;
    left: 35%;
    top: 50%;
    z-index: 1;
}

.our-clients-type6 .owl-nav .owl-next:after {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(50%, -50%);
    content: "\e068";
    color: #cbcbcb;
    right: 35%;
    top: 50%;
}

.our-clients-type6 .owl-nav .owl-prev:hover::after,
.our-clients-type6 .owl-nav .owl-next:hover::after,
.our-clients-type6 .owl-nav .owl-prev:hover .ol-pre,
.our-clients-type6 .owl-nav .owl-next:hover .ol-nxt {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #353535;
}

@media (max-width: 1800px) {
    .our-clients-type6 .owl-nav .owl-prev {
        top: 50%;
        left: -3%;
        width: 70px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .our-clients-type6 .owl-nav .owl-prev:after {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 18px;
        top: 50%;
    }

    .our-clients-type6 .owl-nav .owl-next {
        top: 50%;
        right: -3%;
        width: 70px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .our-clients-type6 .owl-nav .owl-next:after {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 18px;
        top: 50%;
    }

    .our-clients-type6 .owl-nav .owl-next>.ol-nxt,
    .our-clients-type6 .owl-nav .owl-prev>.ol-pre {
        display: none;
    }

    .our-clients-type6.ourclient6-nav-show .owl-nav .owl-next>.ol-nxt,
    .our-clients-type6.ourclient6-nav-show .owl-nav .owl-prev>.ol-pre {
        display: block;
    }
}

.whb-nav-wrap .nav li.mega .our-clients-wrap {
    width: 93%;
    margin: 0 auto;
}