    /*---- Work Process Section ----*/
    
    .work-process-section {
        position: relative;
        padding: 120px 0 75px;
        background: #14212b;
        overflow: hidden;
    }
    
    .wp-border-shape {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .wp-shape-right {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .wp-shape-bottom {
        position: absolute;
        left: 78px;
        bottom: -125px;
        animation: halfBounce 4s infinite;
        animation-delay: .5s;
    }
    
    .work-process-section .sub-title {
        color: #ffc13e;
    }
    
    .work-process-section .sec-title {
        color: #fff;
        margin-bottom: 20px;
        font-size: 49px;
        font-weight: 600;
        position: relative;
    }
    
    .work-process-section .titile-pera {
        margin-bottom: 50px;
        position: relative;
        color: #9c9c9c;
    }
    
    .work-process-item {
        position: relative;
        padding: 0 15px;
        margin: 0 0 40px;
    }
    
    .wpi-thumb {
        position: relative;
        min-height: 180px;
        text-align: center;
        margin: 0 0 35px;
    }
    
    .wpi-thumb img {
        max-width: 100%;
        height: auto;
    }
    
    .wpi-thumb .counting {
        width: 40px;
        height: 40px;
        background: #ffc13e;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        color: #141517;
        letter-spacing: -.48px;
        position: absolute;
        left: 74px;
        top: 16px;
    }
    
    .wpi-detail {
        position: relative;
    }
    
    .wpi-detail h4 {
        font-size: 25px;
        color: #fff;
        line-height: 40px;
        letter-spacing: -.90px;
        margin: 0 0 10px;
    }
    
    .wpi-detail p {
        color: #abb6be;
        line-height: 26px;
        margin: 0;
    }
    
    .more-bt {
        border: 1px solid #46afd5;
        padding: 10px 10px;
        color: #46afd5 !important;
        margin-top: 20px !important;
    }
    
    .more-bt:hover {
        border: 1px solid #46afd5;
        background-color: #46afd5;
        color: #fff !important;
    }
    
    .client-logo.owl-carousel {
        position: relative;
        padding: 0 0px;
        z-index: 9999 !important;
    }
    
    .client-logo.owl-carousel a {
        display: inline-block;
        text-align: center;
    }
    
    .client-logo.owl-carousel .owl-item {
        text-align: center;
    }
    
    .client-logo.owl-carousel a img {
        max-height: 88px;
        width: auto;
        text-align: center;
        display: inline-block;
        opacity: 1;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.64s ease;
    }
    
    .client-logo.owl-carousel a:hover img {
        opacity: 1;
    }
    
    .client-logo .owl-nav {
        display: none;
    }
    
    .client-logo .owl-dots {
        display: none;
    }
    
    .gold-clients {
        position: relative;
    }
    
    .gold-clients ul.parner li {
        padding: 20px;
        text-align: center;
        width: 18% !important;
        margin-right: 0;
        height: 125px;
        list-style: none;
        border: 1px solid #efefef;
        margin-right: 10px;
        margin-bottom: 10px;
        display: inline-block;
        background-color: #fff;
    }
    
    .wpo-partner-section {
        background: #f0f9fb;
    }
    
    @media (max-width: 767px) {
        .gold-clients ul.parner li {
            width: 49% !important;
            margin-right: 1px;
        }
    }