[data-background] {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header--type2 .inner {
    padding: 150px 0 50px;
    padding: 15rem 0 5rem;
}

.ct-page_title {
    color: #fff;
    /* text-align-last: center; */
}

.ct-page_title .h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    text-transform: inherit;
    font-size: 2.5rem;
    line-height: 65.85px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.ct-page_title-content {
    text-transform: capitalize;
    line-height: 24px;
}

.ct-page_title-content {
    font-size: 1rem;
    font-family: 'nimbus-sans', sans-serif;
    font-weight: 400;
    padding-top: 1rem;
    display: inline-block;
    max-width: 30rem;
}

.ct-u-paddingBottom100 {
    padding-bottom: 100px;
    padding-bottom: 10rem;
}

.ct-u-paddingTop40 {
    padding-top: 40px;
    padding-top: 2rem;
}

.ct-content,
.ct-aside {
    float: right;
}

.ct-content {
    margin-bottom: 80px;
    margin-top: 15px;
}

section.clients-home {
    margin-top: 20px;
}

section.clients-home .clients-logos .client-logos-repeater {
    height: 260px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

section.clients-home .clients-logos .client-logos-repeater:hover {
    background-color: #ebebeb;
}

section.clients-home .clients-logos .client-logos-repeater img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 250px;
}

.logo-title {
    position: absolute;
    /* display: none; */
    top: 220px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    /* color: #FFF; */
    /* background-color: #0079c2; */
}

@media (max-width: 991px) {
    .ct-page_title .h2 {
        text-align: center;
        font-size: 2rem !important;
        line-height: 40px;
    }

    .clients-home {
        padding: 0px;
    }
}