header {
    position: fixed;
    top: 10px;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    min-height: 80px;
}

header .custom-container {
    max-width: 100%;
}

.login-dashboard {
    display: none !important;
}

.logo {
    position: absolute;
    left: 40px;
    top: 0;
    z-index: 123;
}

.logo a {
    display: block;
}

.logo a img {
    height: 65px;
    top: 5px;
    position: relative;
}

.logo a img:last-child {
    display: none;
}

nav {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.stickyHeader {
    background: var(--white-color);
    position: sticky;
    top: 0;
    z-index: 9999;
    transition: all .9s ease;
}

header.stickyHeader,
.stickyHeader nav {
    top: 0;
}

.stickyHeader .logo {
    top: 5px;
}

.stickyHeader .menu-bar ul {
    background: none;
    border-radius: 0;
    box-shadow: initial;
}

.stickyHeader .login-btn a {
    background: none;
    box-shadow: initial;
}

.stickyHeader .menu-bar ul li.login-btn a:hover {
    color: var(--blue30-color);
    background: none;
    box-shadow: initial;
}

.stickyHeader .menu-bar ul li.login-btn:hover a,
.stickyHeader .menu-bar ul li.login-btn.active a {
    color: var(--blue30-color);
    background: none;
    box-shadow: initial;
}

.stickyHeader .logo a img {
    display: none;
}

.stickyHeader .logo a img:last-child {
    display: block;
    top: 0;
}

.stickyHeader .login-btn {
    top: 14px;
}

.menu-bar,
.menu-bar ul,
.menu-bar ul li,
.menu-bar ul li a,
.menu-bar #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-bar ul li a {
    line-height: 1.5;
}

.menu-bar ul {
    margin-bottom: 0;
    background: var(--white-color);
    border-radius: 53px;
    padding: 5px;
    display: flex;
    box-shadow: 0px 3px 10px #23232312;
}

.menu-bar ul.dashboard-login {
    background: none;
    padding: 0;
    box-shadow: none;
}

.menu-bar:after,
.menu-bar>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.menu-bar #head-mobile {
    display: none;
}

.menu-bar>ul>li {
    display: flex;
    align-items: center;
    border-radius: 53px;
}

.downlod-app {
    display: flex !important;
    text-transform: uppercase;
    font-size: 1.4em;
    background: var(--black-color);
    color: var(--white-color) !important;
    padding: 13px 20px;
    margin-left: 10px;
    border-radius: 53px;
    align-items: center;
}

.downlod-app a {
    font-size: 14px !important;
    padding: 0 0 0 0px !important;
    margin-left: 15px;
    color: var(--white-color) !important;
}

.downlod-app a:first-child {
    margin-left: 0;
}

.downlod-app:hover a {
    background: none !important;
    color: var(--white-color) !important;
}

.menu-bar ul li a {
    padding: 15px 30px;
    font-size: 1.4em;
    letter-spacing: 1px;
    text-decoration: none;
    color: var(--black-color);
    border-radius: 53px;
    text-transform: uppercase;
    margin-left: 10px;
}

.menu-bar ul li.login-btn a:hover {
    background: var(--blue30-color);
    color: var(--white-color);
}

.menu-bar ul li:first-child a {
    margin-left: 0px;
}

.menu-bar ul li.login-btn:hover a,
.menu-bar ul li.login-btn.active a {
    background: var(--blue30-color);
    color: var(--white-color);
}

.menu-bar ul li:hover a,
.menu-bar ul li.active a {
    background: var(--black-color);
    color: var(--white-color);
}

.menu-bar>ul>li.has-sub>a {
    text-transform: uppercase;
}

.menu-bar>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0;
}

.menu-bar ul ul {
    position: absolute;
    left: -9999px;
}

.menu-bar ul ul li {
    height: 0;
    background: rgba(0, 0, 0, 8);
}

.menu-bar li:hover>ul {
    left: auto;
}

.menu-bar li:hover>ul>li {
    height: 41px;
}

.menu-bar ul ul ul {
    margin-left: 100%;
    top: 0;
}

.menu-bar ul ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 11px 15px;
    width: 245px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

.menu-bar ul ul li:last-child>a,
.menu-bar ul ul li.last-item>a {
    border-bottom: 0;
}

.menu-bar ul ul li:hover>a,
.menu-bar ul ul li a:hover {
    color: #fff;
    background: rgba(239, 27, 40, 1);
}

.menu-bar ul ul li.has-sub>a:after {
    position: absolute;
    top: 19px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
}

.menu-bar ul ul li.has-sub>a:before {
    position: absolute;
    top: 16px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
}

.menu-bar ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0;
}

.menu-bar ul ul ul li.active a {
    border-left: 1px solid #333;
}

.menu-bar ul li ul li.active.has-sub {
    background: rgba(239, 27, 40, 0.8);
}

.menu-bar ul li ul li.active {
    background: rgba(239, 27, 40, 1) !important;
}


/**custom**/

.left-open {
    right: 100%;
    width: 100%;
}

.menu-bar ul li .fa {
    font-size: 18px;
}

.menu-bar ul li a.icon-link {
    padding: 16px 17px 17px 17px;
}

.menu-bar .social-list .fa {
    margin-right: 15px;
}

.login-btn {
    position: fixed !important;
    right: 20px;
    top: 25px;
}

.login-btn a {
    background: var(--white-color);
    box-shadow: 0px 3px 10px #23232312;
}

.hamburger {
    position: relative;
    width: 1em;
    height: 1em;
    font-size: inherit;
    transition: all 0.3s ease;
    cursor: pointer;
    display: none;
}

.hamburger-line {
    width: 25px;
    height: 0.125em;
    border-radius: 0.125em;
    background: var(--white-color);
    transition: inherit;
    display: none;
    margin-right: 12px;
}

.hamburger:after {
    content: "\e906";
    font-family: "icomoon";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--white-color);
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburger.menu-opened:after {
    content: "\e908";
}

.hamburger-line:nth-child(1) {
    width: 18px;
}

.hamburger.menu-opened .hamburger-line:nth-child(1),
.w-nav-button.w--open .hamburger-line:nth-child(1) {
    transform: translateY(-50%) rotateZ(-135deg);
    width: 25px;
}

.hamburger-line:nth-child(2) {
    width: 25px;
}

.hamburger.menu-opened .hamburger-line:nth-child(2),
.w-nav-button.w--open .hamburger-line:nth-child(2) {
    right: 50%;
    width: 0;
}

.hamburger-line:nth-child(3) {
    top: 0.75em;
    width: 18px;
}

.hamburger.menu-opened .hamburger-line:nth-child(3),
.w-nav-button.w--open .hamburger-line:nth-child(3) {
    top: 50%;
    width: 25px;
    transform: translateY(-50%) rotateZ(135deg);
}

ul li.redColorMenu a {
    color: var(--red-color);
}

#menu .header-menu-class .redColorMenu:hover a, #menu .header-menu-class .redColorMenu:active a, #menu .header-menu-class .redColorMenu.redColorActive a {
    background: var(--red-color);
}

/***media**/
@media screen and (max-width: 1300px) {
    .menu-bar ul li a {
		padding: 15px 22px;
		font-size: 1.3em;
	}
}

@media screen and (max-width: 1180px) {
    .body-scroll {
        overflow: hidden;
    }
    header {
        min-height: initial;
    }
    .logo a img {
        display: none;
    }
    .logo a img:last-child {
        display: block;
    }
    .menu-bar li:hover>ul {
        left: 0;
    }
    .menu-bar ul li:hover>a,
    .menu-bar ul li.active a {
        color: #fff;
    }
    .menu-bar ul li.active:after,
    .menu-bar ul li:hover:after {
        background: none;
    }
    .menu-bar ul {
        background: none;
        margin-top: 60px;
    }
    .menu-bar ul.dashboard-login {
        margin-top: 0 !important;
        box-shadow: none !important;
    }
    .logo {
        position: absolute;
        top: 5px;
        left: 10px;
        text-align: center;
        padding: 0;
        float: none;
    }
    .logo a img {
        height: 50px;
        top: 2px;
    }
    .stickyHeader .logo a img:last-child {
        top: 2px;
    }
    .logo2 {
        display: none;
    }
    nav {
        width: 100%;
        border-radius: 10px 30px 30px 10px;
        padding: 10px;
    }
    .menu-bar {
        width: 100%;
        display: flex;
        align-items: center;
        min-height: 60px;
        padding: 5px;
        background: #fff;
        overflow: hidden;
    }
    .menu-bar .menu-top-level-menu-container {
        width: 100%;
        display: none !important;
        box-shadow: none;
    }
    .menu-bar .menu-top-level-menu-container.open {
        width: 100%;
        display: flex !important;
        box-shadow: none;
        min-height: 50px;
    }
    .stickyHeader .menu-top-level-menu-container.open .login-btn {
        top: 0;
    }
    .menu-bar .menu-top-level-menu-container.open::before {
        width: 100%;
        height: 100%;
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        background: var(--black-color100);
        z-index: -1;
    }
    .menu-bar>.menu-top-level-menu-container.open ul {
        height: calc(100vh - 110px);
        overflow: auto;
        flex-direction: column;
        box-shadow: none;
        border-radius: 0;
        align-items: center;
        width: 100%;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }
    .menu-bar>ul.open {
        transition: all 0.3s ease-in-out;
    }
    .menu-bar ul li {
        width: 100%;
        border-top: 0;
        margin-top: 20px;
    }
    .menu-bar ul li:hover {
        background: none;
    }
    .menu-bar>ul>li:hover>a {
        background: none;
    }
    .menu-bar ul ul li,
    .menu-bar li:hover>ul>li {
        height: auto;
    }
    .menu-bar ul li a,
    .menu-bar ul ul li a {
        width: 100%;
        border-bottom: 0;
        color: var(--black-color);
        clear: both;
        text-align: center;
        font-size: 1.4em;
        padding: 22px 20px;
        background: #f3f3f3;
        margin-left: 0;
    }
    .menu-bar>ul>li {
        float: none;
        clear: both;
    }
    .menu-bar ul ul li a {
        padding-left: 25px;
    }
    .menu-bar ul ul li {
        background: rgba(239, 27, 40, 0.5) !important;
        clear: both;
    }
    .menu-bar ul ul ul li a {
        padding-left: 35px;
    }
    .menu-bar ul ul li a {
        color: var(--black-color);
        background: none;
    }
    .menu-bar ul ul li:hover>a,
    .menu-bar ul ul li.active>a {
        color: var(--black-color);
    }
    .menu-bar ul ul,
    .menu-bar ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        z-index: 2;
    }
    .menu-bar>ul>li.has-sub>a:after,
    .menu-bar>ul>li.has-sub>a:before,
    .menu-bar ul ul>li.has-sub>a:after,
    .menu-bar ul ul>li.has-sub>a:before {
        display: none;
    }
    .login-btn {
        position: inherit !important;
        right: inherit;
        justify-content: center;
        margin-top: 0px;
        box-shadow: none;
        top: 0;
    }
    .login-btn a {
        width: auto !important;
        font-size: 1.4em !important;
        background: #f3f3f3 !important;
        color: var(--black-color) !important;
    }
    .downlod-app {
        justify-content: center;
        margin-left: 0;
        margin-top: 10px;
    }
    .downlod-app a {
        width: auto !important;
    }
    .menu-bar #head-mobile {
        display: block;
        color: var(--black-color);
        font-size: 12px;
        font-weight: 700;
    }
    .button {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
        z-index: 12399994;
        display: inline-flex;
        justify-content: center;
        align-items: flex-end;
        font-size: 1.5em;
        background: #232323;
        border-radius: 50%;
    }
    .menu-bar .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        height: 52px;
        width: 52px;
        cursor: pointer;
    }
    .menu-bar .submenu-button.submenu-opened {
        background: rgba(239, 27, 40, 0.4);
    }
    .menu-bar ul ul .submenu-button {
        height: 40px;
        width: 44px;
    }
    .menu-bar .submenu-button:after {
        position: absolute;
        top: 24px;
        right: 17px;
        width: 12px;
        height: 2px;
        display: block;
        background: #ddd;
        content: "";
    }
    .menu-bar ul ul .submenu-button:after {
        top: 19px;
        right: 16px;
    }
    .menu-bar .submenu-button.submenu-opened:after {
        background: #fff;
    }
    .menu-bar .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 12px;
        background: #ddd;
        content: "";
    }
    .menu-bar ul ul .submenu-button:before {
        top: 14px;
        right: 21px;
    }
    .menu-bar .submenu-button.submenu-opened:before {
        display: none;
    }
    .menu-bar ul ul ul li.active a {
        border-left: none;
    }
    .menu-bar>ul>li.has-sub>ul>li.active>a,
    .menu-bar>ul ul>li.has-sub>ul>li.active>a {
        border-top: none;
    }
    .menu-bar ul li.downlod-app a {
        background: none;
        margin-right: 12px;
        color: var(--black-color) !important;
    }
    .menu-bar ul li.downlod-app a:last-child {
        margin-right: 0;
    }
    .downlod-app {
        background: #f3f3f3;
    }
}


/**top menu**/

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}