.w-webflow-badge {
    display: none !important;
}

.partner-breadcrumb {
    padding: 150px 0 60px 0;
    /* background-image: linear-gradient(264deg, #002e24, #002e24); */
    margin-bottom: 20px;
}



.title-area-left span.bg-title,
.title-area-left .title {
    color: #000000;
    font-weight: 700;
}

@media(min-width: 991px) {
    .base-container {
        min-height: 350px;
    }
}

.form-block-banner-wrapper {
    width: 100%;
    background-color: unset;
    box-shadow: unset;
    border: unset;
    backdrop-filter: unset;
    padding: 0;
    margin: 0;
}



.nav-item-title {
    position: relative;
    padding-right: 18px;
    /* space for arrow */
    cursor: pointer;
}

.nav-item-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
}

/* hover flip */
.nav-dropdown-toggle:hover .nav-item-title::after {
    transform: translateY(-50%) rotate(225deg);
}

img {
    object-fit: contain !important;
}

.pt-5 {
    padding-top: 5rem !important;
}

.pb-5 {
    padding-bottom: 5rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.nav-link:hover,
.nav-link.w--current {
    color: #8d7daf !important;
    font-weight: 600;
}

.brand.w--current {
    height: auto;
    max-width: 250px;
}

.logo-footer {
    filter: brightness(0) invert(1);
    width: 250px;
    height: auto;
}

.logo-header {
    width: 250px;
    max-width: 250px;
    height: auto;
}

.bg-grey {
    background-color: #47455A !important;
}

.text-white {
    color: #ffffff !important;
}

.home-3-service-item div h4 {
    margin-top: 0px;
}

@media (max-width: 991px) {
    .nav-item-title::after {
        display: none;
    }
}

@media (min-width: 1401px) {
    .absolute-left-img {
        inset: 0% auto 0% 4%;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {

    .absolute-left-img {
        inset: 0% auto 0% 5%;
    }
}

@media (min-width: 991px) and (max-width: 1399px) {

    .absolute-left-img {
        inset: 0% auto 0% 2%;
    }
}