a.no-line-link {
    text-decoration: none;
    color: inherit;
}

.my-underline {
    text-decoration: underline !important
}
.display-flex {
    display: flex;
}
.sub-nav {
    flex-grow: 1;
    display: flex;
    position: relative;
    min-height: 50px;
    /* background: #ffffff4a; */
    z-index: 1030;
}

.error-message {
    color: #E74C3C;
}

.success-message {
    color: #2ECC71;
}

.main-nav.dark .inner-nav ul > li.sub-active > a {
    text-decoration: underline;
}
.body-scrolled .sub-nav {
    background: #000000d6;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.sub-nav>ul {
    margin: auto;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    line-height: 2;
    display: flex;
    gap: 25px;
    list-style: none;
}

.sub-nav ul>li>a {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    opacity: .75;
    text-decoration: none;
}

.sub-nav ul>li>a.active {
    text-decoration: underline;
}

.sub-nav ul>li>a:hover {
    opacity: 1;
}
.timeline-section {
    padding: 100px 0;
    background: #f7f4ef;
}

.container {
    width: min(1200px, 90%);
    margin: 0 auto;
}
.team-item-detail {
    padding: 11px;
}
.team-item-detail > a {
    color: black;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.team-item-detail > a:hover {
    color: black;
    opacity: 0.8;
}
.team-item-role > span {
    display: block;
    margin-top: 9px;
}
.timeline-heading {
    max-width: 700px;
    margin-bottom: 70px;
}

.timeline-heading span {
    display: inline-block;
    margin-bottom: 12px;
    color: #b48a3c;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.timeline-heading h2 {
    font-size: clamp(32px, 5vw, 58px);
    line-height: 1.05;
    color: #1f1f1f;
    margin: 0;
}

.timeline {
    position: relative;
    padding: 40px 0;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #d8c7a4;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: 0 60px 70px 0;
}

.timeline-item:nth-child(even) {
    margin-left: 50%;
    padding: 0 0 70px 60px;
}

.timeline-dot {
    position: absolute;
    top: 28px;
    right: -11px;
    width: 22px;
    height: 22px;
    background: #b48a3c;
    border: 5px solid #f7f4ef;
    border-radius: 50%;
    z-index: 2;
}

.timeline-item:nth-child(even) .timeline-dot {
    left: -11px;
    right: auto;
}

.timeline-card {
}

.timeline-image img {
    width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: cover;
    display: block;
}

.timeline-content {
    padding: 34px;
}

.timeline-content h3 {
    font-size: 46px;
    line-height: 1;
    color: #b48a3c;
    margin: 0 0 14px;
}

.timeline-content h4 {
    font-size: 22px;
    color: #1f1f1f;
    margin: 0 0 12px;
}

.timeline-content p {
    font-size: 16px;
    line-height: 1.75;
    color: #555;
    margin: 0;
}

@media (max-width: 768px) {
    .timeline-section {
        padding: 70px 0;
    }

    .timeline::before {
        left: 12px;
    }

    .timeline-item,
    .timeline-item:nth-child(even) {
        width: 100%;
        margin-left: 0;
        padding: 0 0 45px 45px;
    }

    .timeline-dot,
    .timeline-item:nth-child(even) .timeline-dot {
        left: 1px;
        right: auto;
    }

    .timeline-content {
        padding: 26px;
    }

    .timeline-content h3 {
        font-size: 36px;
    }
}
.services-image {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}
.object-fit-contain {
    object-fit: contain !important;
}
.object-fit-cover {
    object-fit: cover !important;
}
.flex-direction-row {
    flex-direction: row;
}
.flex-direction-column {
    flex-direction: column;
}
.contact-info-blocks {
    flex-direction: row;
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}
.decoration-1 img,
.decoration-21 img {
    height: 100px;
    width: auto;
}

.decoration-3 img {
    height: 80px;
    width: auto;
}

.decoration-4 img {
    height: 150px;
    width: auto;
}

.decoration-8 {
    top: -40px;
    left: 110px;
}
.decoration-8 img {
    height: 100px;
    width: auto;
}

.about-top-image {
    width: 100%;
    object-fit: cover;
    max-height: 450px;
}

.about-content-block .call-action-4-images {
    height: 100%;
}

.about-content-block .call-action-4-images .call-action-4-image-1,
.about-content-block .call-action-4-images .call-action-4-image-2 {
    width: 45%;
    height: 100%;
}

.about-content-block .call-action-4-images .call-action-4-image-3 {
    width: 100%;
    height: 100%;
}

.about-content-block .call-action-4-images .call-action-4-image-1 img {
    height: 100%;
    object-fit: cover;
}

.about-content-block .call-action-4-images .call-action-4-image-2 img {
    height: 100%;
    object-fit: cover;
}

.about-content-block .call-action-4-images .call-action-4-image-3 img {
    height: 100%;
    object-fit: cover;
}

.text-right {
    text-align: right;
}

.footer-scroll {
    position: absolute;
    bottom: 70px;
    right: 50px;
}

.call-action-2-images {
    width: 90%;
}

.call-action-2-image-2 img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.call-action-2-image-1 img,
.call-action-2-image-3 img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

@media(max-width: 1024px) {
    .mobile-on .inner-nav>ul.items-end {
        display: none;
    }

    .sub-nav {
        display: none;
    }

    .mobile-on .desktop-nav>ul {
        height: 100%;
    }

    .inner-nav ul li .mn-sub li a {
        padding: 13px 13px;
        font-size: inherit;
    }
}

@media only screen and (max-width: 991px) {
    img.services-image {
        align-self: flex-end;
        /* width: 60%; */
        max-width: 520px;
        margin: 0;
    }
}