/** clients-section **/

.clients-section {
    position: relative;
    background: #f5f9fc;
}

.clients-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clients-section .clients-list img {
    position: relative;
    transition: all 500ms ease;
}

.clients-section .clients-list img:hover {
    transform: scale(1.03);
}

.clients-section .title-box {
    position: relative;
    display: block;
}

.clients-section .title-box:before {
    position: absolute;
    content: '';
    background: #d5d4d3;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 16px;
}

.clients-section .title-box span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--jost);
    font-weight: 700;
    text-transform: uppercase;
    background: #f5f9fc;
    padding: 3px 25px;
    letter-spacing: 1px;
}

/** clients-style-two **/

.clients-style-two {
    position: relative;
}

.clients-style-two .inner-container {
    position: relative;
    padding: 90px 0px;
    border-bottom: 1px solid #d7d7d7;
}

.clients-style-two h4 {
    display: block;
    font-size: 20px;
    line-height: 26px;
}

.clients-style-two.home-3 {
    background: #f8f8f8;
}

.clients-style-two.home-3 .inner-container {
    border-bottom: 1px solid #c8cacf;
}

.clients-section.home-7 {
    background: #fafcfe;
}

.clients-style-three {
    position: relative;
}

.clients-style-three.home-12 .sec-title:before {
    position: absolute;
    content: '';
    background: #999999;
    width: 6000px;
    height: 1px;
    left: 500px;
    top: 36px;
}

/** clients-style-four **/

.clients-style-four {
    position: relative;
    background: #111b2a;
}