.custom-wrapper {
    width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

/* homepage slider */
.slider-img-ctn {
    position: absolute;
    right: 0;
    width: 65%;
    height: 100%;
    z-index: 0;
}

@media (max-width: 767px) {
    .slider-img-ctn {
        width: 100%;
    }

    .slider-img-ctn::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #212529;
        opacity: 0.7;
    }
}

.slider-img-ctn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-title-ctn {
    margin-bottom: 35px;
}

.slider-title-ctn p {
    font-size: 32px;
    color: #fff;
}

/* homepage all site section */
.tp-project__thumb {
    aspect-ratio: 4 / 3;
}

.tp-project__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner-img-ctn img {
    width: 100%;
    max-height: 90px;
    object-fit: contain;
}

/* about page */
.about-img-ctn {
    width: 100%;
    min-height: 75vh;
    height: 100%;
}

.about-img-ctn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-text-ctn {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 125px;
}

.about-text-ctn h2 {
    text-wrap: balance;
}

.about-text-ctn ul {
    padding-left: 30px;
}

.about-text-ctn.theme-background p {
    color: #fff;
}

/* team section */
.team-img-ctn {
    aspect-ratio: 1 / 1;
}

.team-img-ctn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* single service page */
.services-details-single-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--tp-heading-1);
}

/* experts page */
.blue-background {
    background: var(--tp-background-1);
}

.blue-background h2,
.blue-background p {
    color: #fff;
}

.expert-img-ctn {
    aspect-ratio: 4 / 3;
}

@media (max-width: 767px) {
    .expert-img-ctn {
        margin-bottom: 30px;
    }
}

.expert-img-ctn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* footer */
.tp-footer__widget-logo img {
    max-width: 175px;
    filter: brightness(0) invert(1);
}
