.site-header {
    position: absolute;
    width: 100%;
    z-index: 9;
}
.navbar-nav {
    margin-left: auto;
    display: flex;
    gap: 40px;
    align-items: center;
    background-color: #121f30;
    padding: 5px 30px;
}

.site-header .navbar {
    padding: 50px 0;
    height: 270px;
}

.navbar-nav > li > a {
    color: #fff !important;
    font-size: 22px;
	text-transform: uppercase;
}

.nav-logo {
    width: 100px;
    height: 100px;
}

.navbar-toggler:focus {
    box-shadow: unset !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .nav-logo {
        width: 100px;
        height: 100px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .nav-logo {
        width: 80px;
        height: 80px;
    }
}

/* header for 404 page style start */
.error404 .site-header {
    position: relative;
}
/* header for 404 page style End */