﻿.logo-box-one {
    padding: 15px;
}

.page-header__inner h1 {
    color: var(--thm-white);
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
}

.page-header__inner .thm-breadcrumb li span {
    transform: rotate(0);
}

    .page-header__inner .thm-breadcrumb li .icon-left {
        transform: rotate(180deg);
    }

.project-three__single-overlay-content-inner {
    justify-content: end;
}

.project-three--project .project-three__single-overlay-content {
    background-color: transparent;
}

.project-three__top .sec-title {
    max-width: unset;
}

.testimonials-one__single-img__inner img{
    object-fit: cover;
}

.testimonials-one__single-content .text p{
    text-align: justify;
}

.contact-one__form .contact-one__input-box.text-message-box {
    line-height: unset;
}

.project-three__single .project-three__single-img .inner img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.testimonials-one__single-content-left {
    position: relative;
    display: block;
    border-right: 1px solid #E3E3E3;
    padding-right: 40px;
}

.grecaptcha-badge{
    z-index: 2;
}

.banner-one__bg {
    clip-path: none;
    z-index: 0;
    width: 100%;
}

.banner-one__content {
    padding: 31px;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
    .main-header-one__inner-right {
        margin-left: 0px;
        width: 100%;
    }

    .main-header-one__inner-right__bottom {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .banner-one__content .big-title h2 {
        color: #515a62;
        font-size: 38px;
        line-height: 1.1em;
    }

    .banner-one__content .sub-title h5 {
        color: #515a62;
        opacity: 0.80;
    }
}