/* Module Custom Styles */
.fw-title-bold-banner {
    font-family: Noto Sans;
    font-size: 61.04px !important;
    font-weight: 700;
    line-height: 76.3px !important;
    text-align: center;
    margin-bottom:32px;
}

.header__breadcrumb a:not(.active-item) {
    color: #FFFFFFB2;
}

.active-item {
    color: #FFFFFF;
}

.header__breadcrumb a:not(.active-item):hover {
    color: #FFFFFFB2 !important;
    text-decoration: none !important;
}

.active-item:hover {
    color: #FFFFFF !important;
    text-decoration: underline !important;
}

.fw-sub-title {
    font-family: Noto Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin-bottom:0;
}

.banner-innerpage {
    height: auto !important;
    padding:0;
}
.content-margin {
    margin: 111px 200px;
}
.header__breadcrumb {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px !important;
    position: absolute !important;
    z-index: 1;
    top: 20px !important;
    left: 80px;
    color: #fff;
}

.mt-banner {
    margin-top: 105px !important;
}


@media screen and (max-width: 1024px) {
    .content-margin {
        margin: 107.5px 60px;
    }
    .header__breadcrumb {
        left: 60px;
    
        max-width: 720px;
     
        margin-right: auto;
        margin-left: auto;
    }

    #hero {
        margin-top: 90px !important;
    }

    .fw-title-bold-banner {
        font-size: 48.83px !important;
        line-height: 61.038px !important;
        margin-bottom: 24px !important;
    }

    .mb-24px-md {
        margin-bottom: 24px !important;
    }

}
@media screen and (max-width: 768px) {
    .content-margin {
        margin: 107.5px 60px;
    }
    .header__breadcrumb {
        left: 60px;
        max-width: 720px;
    
        margin-right: auto;
        margin-left: auto;
    }

    #hero {
        margin-top: 90px !important;
    }

    .fw-title-bold-banner {
        font-size: 48.83px !important;
        line-height: 61.038px !important;
        margin-bottom: 24px !important;
    }

    .mb-24px-md {
        margin-bottom: 24px !important;
    }
}
@media only screen and (max-width: 567px) {
    .content-margin {
        margin: 102.5px 20px;
    }
    .header__breadcrumb {
        font-size: 10px !important;
        line-height: 14px !important;
        left: 16px !important;
    }

    .fw-title-bold-banner {
        font-size: 39.06px !important;
        line-height: 48.825px !important;
        margin-bottom: 24px !important;
    }

    .fw-sub-title {
        font-size: 14px !important;
        line-height: 21px !important;
    }
}