.cus-header {
    margin-bottom: -94px !important;
}

.nav-icon-item,
.item-link {
    color: var(--white) !important;
}

.btn-mobile svg path {
    fill: var(--white) !important;
}

.header-bg {
    background-color: #000 !important;
}

/* Home Banner */
.banner-text h3,
h2,
h4 {
    color: var(--white) !important;
    font-family: var(--font-family-saitago) !important;
    margin-left: 35% !important;
    line-height: 60px !important;
}

.banner-text {
    margin-top: 35%;
}

@media only screen and (max-width: 767px) {

    .banner-text h3,
    h2,
    h4 {
        line-height: 26px !important;
        margin-left: 60% !important;
        font-size: 20px;
    }

    .banner-text {
        margin-top: 30%;
    }
}