.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    background: -webkit-linear-gradient(0deg, rgba(5, 14, 121, 0.9) 5%, rgba(5, 14, 121, 0.0) 200%);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
.header_top p {
    margin: 15px 0;
    font-size: 16px;
    line-height: 26px;
    color: #a09fb0;
    font-weight: 400;
    font-family: "Heebo";
    margin-right: 12px;
}
.header_top .divider {
    width: 1px;
    height: 20px;
    background-color: #3e3c57;
    margin: 2px 9px;
}
.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-transform: capitalize;
    padding: 5px 12px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 17px;
    line-height: 28px;
    color: #070f64;
    font-weight: 600;
    font-family: "Inter";
    text-align: right;
}
.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 4px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}
.sticky-header .main-menu .navigation {
    margin-left: 42px;
}




@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 20px;
        letter-spacing: 3px;
    }
}



.main-header .header-upper .logo-box .logo {
    position: relative;
    display: block;
    padding: 0px 0px;
}
@media only screen and (max-width: 575px) {
    .main-header .header-upper .logo-box .logo img {
        width: 232px !important;
    }
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 0px 0px;
    text-align: left;
    margin-bottom: -61px;
    margin-top: -21px;
}

.main-header .sticky-header .header-upper .logo-box .logo {
    padding: 0px 0px;
}