/* menu css */
.header-menu,
.header-menu #menu-button,
.header-menu ul,
.header-menu ul li,
.header-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
}

/* .header-menu > ul > li > a {
    padding: 28px 0;
    font-size: 16px;
}

.header-menu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.header-menu ul li a {
    font-size: 16px;
    padding: 0 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding: 25px 0;
}

.header-menu ul > li a {
    color: #fff;
}

.hosting .header-menu ul > li a {
    color: #3C6FF7;
}


.header-menu ul ul li:hover > a,
.header-menu ul ul li.active > a,
.header-menu ul ul li > a:hover,
.header-menu > ul > li.active > a ,
.header-menu > ul > li:hover > a {
    color: #538de4;
}
.crypto .header-menu ul ul li:hover > a,
.crypto .header-menu ul ul li.active > a,
.crypto .header-menu ul ul li > a:hover,
.crypto .header-menu > ul > li.active > a ,
.crypto .header-menu > ul > li:hover > a {
    color: #25BFBF;
}
.hosting .header-menu ul ul li:hover > a,
.hosting .header-menu ul ul li.active > a,
.hosting .header-menu ul ul li > a:hover,
.hosting .header-menu > ul > li.active > a ,
.hosting .header-menu > ul > li:hover > a {
    color: #151a33;
}
.vpn .header-menu ul ul li:hover > a,
.vpn .header-menu ul ul li.active > a,
.vpn .header-menu ul ul li > a:hover,
.vpn .header-menu > ul > li.active > a ,
.vpn .header-menu > ul > li:hover > a {
    color: #25BFBF;
}


.header-menu,
.header-menu > ul,
.header-search input {
    transition: 0.3s all linear;
}

.header-menu > ul > li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

.isSticky .header-menu ul > li > a {
    /* line-height: 119px; */
    padding: 0;
}

.header-menu > ul > li > ul {
    top: 90px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: top 0.2s ease, opacity 0.2s ease;
    transition: top 0.2s ease, opacity 0.2s ease;
}

.header-menu ul ul {
    position: absolute;
    left: -9999px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: top 0.2s ease, opacity 0.2s ease;
    transition: top 0.2s ease, opacity 0.2s ease;
}

.header-menu > ul ul {
    text-align: left;
    z-index: 99999;
}

.header-menu ul ul li a {
    width: 200px;
    padding: 10px;
    font-size: 16px;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #031026;
}


.header-menu > ul > li:hover > ul {
    left: auto;
    top: 80px;
}

.header-menu ul ul > li:hover > ul,
.header-menu.align-right ul ul > li:hover > ul,
.header-menu > ul > li:hover > ul {
    opacity: 1;
}

.header-menu #menu-button {
    display: none;
}

span.submenu-button:before {
    border: 6px solid transparent;
    content: "";
    top: 54%;
    left: auto;
    position: absolute;
    transform: translate(-50%, -50%);
    border-top-color: #fff;
    right: -5px;
}

.hosting span.submenu-button:before{
    border-top-color: #3C6FF7;
}
.header-menu > ul > li.active > .submenu-button:before ,
.header-menu > ul > li:hover > .submenu-button:before {
    border-top-color: #538de4;
}
.crypto .header-menu > ul > li.active > .submenu-button:before ,
.crypto .header-menu > ul > li:hover > .submenu-button:before {
    border-top-color: #25BFBF;
}
.hosting .header-menu > ul > li.active > .submenu-button:before ,
.hosting .header-menu > ul > li:hover > .submenu-button:before {
    border-top-color: #151a33;
}
.vpn .header-menu > ul > li.active > .submenu-button:before ,
.vpn .header-menu > ul > li:hover > .submenu-button:before {
    border-top-color: #25BFBF;
}

/* responsive menu */
@media (max-width: 1441.98px) {
    span.submenu-button:before {
        right: -5px;
    }
}
@media (max-width: 991.98px) {
    span.submenu-button:before {
        border: 6px solid transparent;
        content: "";
        top: 56%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        border-top-color: #538de4;
        right: 11px;
    }

    .crypto span.submenu-button:before{
        border-top-color: #25BFBF;
    }
    .hosting span.submenu-button:before{
        border-top-color: #151a33;
    }
    .vpn span.submenu-button:before{
        border-top-color: #25BFBF;
    }

    .submenu-button.submenu-opened:before {
        border-top-color: #538de4;
    }

    .crypto .submenu-button.submenu-opened:before{
        border-top-color: #25BFBF;
    }

    .header-menu #menu-button {
        display: inline-block;
        text-align: right;
    }

    .header-menu #menu-button i {
        font-size: 30px;
        font-weight: 700;
        cursor: pointer;
        color: #fff;
    }
   

    .header-menu ul,
    .header-menu ul ul,
    .header-menu ul ul li:hover > ul,
    .header-menu ul ul ul,
    .header-menu.align-center > ul,
    .header-menu > ul,
    .header-menu > ul > li:hover > ul,
    .header-menu > ul > li > ul {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        display: none;
        padding: 0;
        opacity: 1;
        text-align: left;
        z-index: 99999;
    }

    .header-menu ul ul li a {
        font-size: 15px;
        padding: 12px 0;
    }

    .header-menu > ul {
        position: absolute !important;
        top: 72px !important;
        left: 15px !important;
        width: calc(100% - 30px) !important;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        max-height: 330px;
        overflow-y: auto;
    }

    .header-menu > ul > li:first-child {
        border-top: 0 !important;
    }

    .header-menu ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }

    .header-menu > ul > li {
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 0 !important;
    }

    .header-menu > ul > li:first-child {
        border-top: 0 !important;
    }

    .header-menu ul > li a {
        color: #1A1361;
        padding: 12px 8px;
        font-size: 17px;
    }

    .header-menu ul ul ul,
    .header-menu > ul > li > ul {
        box-shadow: none;
        border-bottom: 0;
    }

    .header-menu ul ul li a {
        padding-left: 30px !important;
        width: auto;
    }

    .header-menu ul ul li a,
    .header-menu ul ul li:first-child > a,
    .header-menu ul ul li:last-child > a,
    .header-menu > ul > li > a {
        border-radius: 0;
        box-shadow: none;
        background: 0 0;
    }

    .header-menu .submenu-button {
        position: absolute;
        right: 0;
        display: block;
        width: 50px;
        height: 55px;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        z-index: 10;
        cursor: pointer;
    }
}

@media (max-width: 767.98px) {
    .menu-inner-area .logo-box img {
        width: 75%;
    }

    .menu-inner-area {
        background: rgba(0, 0, 0, 0.3);
        transition: none;
    }
}

@media (max-width: 575.98px) {
    .header-menu > ul {
        position: absolute !important;
        top: 50px !important;
    }

    .menu-inner-area .logo-box img {
        width: 100%;
    }
}