.header .sub-title-label {
    font-weight: 500;
}

.header.fixed .header-center,
.header.fixed .header-right,
.header.fixed .search-toggle,
.header.fixed .separator-v {
    display: flex !important;
}

.header.fixed .header-left {
    width: fit-content;
}

.header .sub-title-label {
    font-weight: 500;
}

.header.fixed .header-center,
.header.fixed .header-right,
.header.fixed .search-toggle,
.header.fixed .separator-v {
    display: flex !important;
}

.header.fixed .header-left {
    width: fit-content;
}

.header .header-center img {
    transition: 0.3s all ease-in-out;
}

.header.fixed .header-center img {
    transform: scale(.8);
    transition: 0.3s all ease-in-out;
}

.header.fixed .header-main {
    padding: 0.9rem 0;
}

.header {
    position: sticky;
    top: 0;
}

.header.fixed {
    animation: none;
    transition: 0.3s all ease-in-out;
}

.btn-wrap {
    transition: 0.3s all ease-in-out;
}

.section-our-offerings .offering-card:hover .offering-image img {
    transform: unset;
}

.section-our-offerings .offering-card:hover .btn-wrap {
    color: #D9A86C;
}

.section-our-offerings .offering-card:hover .btn-wrap::after {
    filter: unset;
}

.section-new-updates .update-card .update-image:hover img {
    transform: unset;
}

.modal-search .modal-header i {
    color: #000000;
}

.modal-search .modal-header {
    padding: 3rem 5rem;
    position: absolute;
    top: 8rem;
    right: 0;
    z-index: 9999;
}
 
@media (max-width:991px) {
    .header.fixed .separator-v {
        display: none !important;
    }
}

@media (max-width:575px) {
    .header .btn-member-login {
        width: 3rem;
    }

    .modal-search .modal-header {
        position: absolute;
        padding: 4rem;
        top: 8rem;
    }
}