.portfolio-wrap {
    width: 100%;
    height: 254px !important;
}
.portfolio-wrap a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.portfolio-wrap a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial__box img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
}

.clients-slider__inner {
    width: 192px;
    height: 98px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.clients-slider__inner img {
    width: auto;
    object-fit: contain;
}

.team__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.member__images {
    width: 232px;
    height: 288px;
}
.member__images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-header-text p {
    display: inline-block;

    @media screen and (max-width: 768px) {
        display: block;
    }
}

.form-container-box {
    position: relative;
}

.form-container-box .wpcf7 .form-control {
    color: #212529 !important;
}

.form-container-box .wpcf7 .wpcf7-not-valid {
    border: 1px solid #dc3232 !important;
}

.form-container-box .wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    top: 101%;
    left: 15px;
    font-size: 12px;
}

.form-container-box .wpcf7 .wpcf7-spinner {
    display: none;
}

.form-container-box .wpcf7 .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    text-align: center;
    color: #dc3232;
    font-size: 14px;

    @media screen and (max-width: 768px) {
        width: 100%;
    }
}

.success-message {
    text-align: center;
    color: #000;
    display: none;
}

.footer-text a {
    color: inherit;
}









.footer-content__inner {
    justify-content: space-between;
}