/* Protosoft header */

.ps-site-header .menu-area {
    background: #062338;
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.ps-site-header #sticky-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    margin: auto;
    box-shadow: 0 10px 15px rgba(25, 25, 25, .10);
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.ps-site-header .menu-area .row {
    min-height: 86px;
    position: relative;
}

.ps-site-header .logo {
    width: 100%;
    max-width: 300px;
}

.ps-site-header .logo a {
    display: inline-flex;
    align-items: center;
    width: auto;
}

.ps-site-header .ps-brand-mark {
    text-decoration: none !important;
}

.ps-site-header .ps-brand-logo {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
}

.ps-site-header .main-menu ul {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

.ps-site-header .main-menu ul li {
    display: inline-block;
    position: relative;
    margin-left: 24px;
}

.ps-site-header .main-menu ul li a {
    display: block;
    position: relative;
    padding: 35px 0;
    color: rgba(255,255,255,.88);
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}

.ps-site-header .main-menu ul li:hover > a,
.ps-site-header .main-menu ul li .sub-menu li:hover a,
.ps-site-header .menu-active {
    color: #7cc242 !important;
}

.ps-site-header .main-menu ul li.ps-menu-portal {
    margin-left: 28px;
}

.ps-site-header .main-menu ul li.ps-menu-portal a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 4px;
    background: #ff6b2c;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(255, 107, 44, .18);
}

.ps-site-header .main-menu ul li.ps-menu-portal:hover > a {
    background: #e65318;
    color: #ffffff !important;
}

.ps-site-header .main-menu ul li .sub-menu {
    position: absolute;
    top: 110%;
    left: 0;
    z-index: 1000;
    width: 240px;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    border-top: 3px solid #ff6b2c;
    border-top-color: #ff6b2c;
    box-shadow: 0 18px 42px rgba(6, 35, 56, .10);
}

.ps-site-header .main-menu ul li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.ps-site-header .main-menu ul li .sub-menu li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.ps-site-header .main-menu ul li .sub-menu li:last-child {
    border: none;
}

.ps-site-header .main-menu ul li .sub-menu li a {
    padding: 10px 15px;
    color: #102033;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}

.ps-site-header .main-menu ul li .sub-menu li a::before {
    content: "-";
    position: absolute;
    left: 6px;
    opacity: 0;
    transition: .3s;
    color: #7cc242;
}

.ps-site-header .main-menu ul li .sub-menu li:hover a {
    padding-left: 20px;
}

.ps-site-header .main-menu ul li .sub-menu li:hover a::before {
    left: 10px;
    opacity: 1;
}

.ps-site-header .offcanvas-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    width: 300px;
    height: 100%;
    padding: 30px;
    background: #031726;
    transition: .5s;
    transform: translateX(100%);
}

.ps-site-header .offcanvas-menu.active {
    transform: translateX(0);
}

.ps-site-header .menu-close i {
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    transition: .3s;
}

.ps-site-header .offcanvas-menu ul {
    margin-top: 30px;
}

.ps-site-header .offcanvas-menu ul li a {
    display: block;
    padding: 6px 0;
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
}

.ps-site-header .offcanvas-menu ul li {
    border-bottom-color: rgba(255,255,255,.10);
}

.ps-site-header .offcanvas-menu ul li a:hover,
.ps-site-header .menu-close:hover i {
    color: #ff6b2c;
}

.ps-site-header .offcanvas-menu form {
    display: none;
}

.ps-site-header .offcanvas-overly {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.ps-site-header .offcanvas-overly.active {
    opacity: .5;
    visibility: visible;
}

@media (max-width: 1199px) {
    .ps-site-header .logo {
        max-width: 290px;
    }

    .ps-site-header .main-menu ul li {
        margin-left: 18px;
    }
}

@media (max-width: 991px) {
    .ps-site-header .menu-area .row {
        min-height: 76px;
        position: relative;
    }

    .ps-site-header .logo {
        max-width: 250px;
    }

    .ps-site-header .logo img {
        margin-top: 0;
    }

    .ps-site-header .menu-area .row > .col-12 {
        position: absolute !important;
        top: calc(50% - 8px) !important;
        right: 15px !important;
        z-index: 200;
        width: 45px;
        max-width: 45px;
        flex: 0 0 45px;
        padding: 0;
        -webkit-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }

    .ps-site-header .mobile-menu,
    .ps-site-header .mobile-menu.mean-container,
    .ps-site-header .mobile-menu .mean-container {
        width: 45px;
        height: 45px;
        padding: 0;
        margin: 0;
    }

    .ps-site-header .mean-container .mean-bar {
        position: static !important;
        width: 45px;
        min-height: 45px;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
    }

    .ps-site-header .mean-container a.meanmenu-reveal {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        display: block !important;
        width: 43px;
        height: 43px;
        padding: 0 !important;
        margin-top: 0;
        border: 1px solid rgba(255,255,255,.72);
        border-radius: 3px;
        color: rgba(255,255,255,.88);
        transform: none !important;
    }

    .ps-site-header .mean-container a.meanmenu-reveal span {
        display: block;
        width: 22px;
        height: 2px;
        margin: 0 auto 0;
        background: rgba(255,255,255,.88);
    }

    .ps-site-header .mean-container a.meanmenu-reveal span:first-child {
        margin-top: 14px;
    }

    .ps-site-header .mean-container a.meanmenu-reveal span + span {
        margin-top: 5px;
    }

    .ps-site-header .mean-container a.meanmenu-reveal.meanclose {
        display: flex !important;
        align-items: center;
        justify-content: center;
        line-height: 43px !important;
        text-align: center !important;
        text-indent: 0 !important;
        text-decoration: none !important;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 22px !important;
        font-weight: 400;
    }

    .ps-site-header .mean-container .mean-nav {
        position: absolute;
        top: 53px;
        right: 0;
        width: min(360px, calc(100vw - 30px));
        margin-top: 0;
        overflow: hidden;
        border: 1px solid rgba(124,194,66,.24);
        border-radius: 6px;
        background: linear-gradient(180deg, #082b43 0%, #061f33 100%);
        box-shadow: 0 18px 42px rgba(0,0,0,.22);
    }

    .ps-site-header .mean-container .mean-nav ul {
        background: transparent;
    }

    .ps-site-header .mean-container .mean-nav ul li a {
        width: calc(100% - 32px);
        padding: 13px 16px;
        border-top: 1px solid rgba(255,255,255,.10);
        color: rgba(255,255,255,.90);
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0;
        text-transform: none;
    }

    .ps-site-header .mean-container .mean-nav ul li:first-child > a {
        border-top: 0;
    }

    .ps-site-header .mean-container .mean-nav ul li li a {
        width: calc(100% - 48px);
        padding: 12px 16px 12px 32px;
        border-top-color: rgba(255,255,255,.08);
        color: rgba(255,255,255,.78);
        opacity: 1;
    }

    .ps-site-header .mean-container .mean-nav ul li a:hover {
        background: rgba(124,194,66,.12);
        color: #ffffff;
    }

    .ps-site-header .mean-container .mean-nav ul li a.mean-expand {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 43px;
        height: 43px;
        padding: 0 !important;
        border-left: 1px solid rgba(255,255,255,.12) !important;
        border-bottom: 1px solid rgba(255,255,255,.08) !important;
        background: rgba(255,255,255,.06);
        color: #7cc242;
        line-height: 43px;
    }

    .ps-site-header .mean-container .mean-nav ul li a.mean-expand:hover {
        background: rgba(255,94,20,.18);
        color: #ffffff;
    }

    .ps-site-header .mean-container .mean-nav ul li.ps-menu-portal {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .ps-site-header .menu-area {
        padding: 0;
    }

    .ps-site-header .menu-area .row {
        min-height: 74px;
    }

    .ps-site-header .logo {
        max-width: 220px;
    }

    .ps-site-header .menu-area .row > .col-12 {
        top: calc(50% - 10px) !important;
        right: 15px !important;
    }

    .ps-site-header .mean-container a.meanmenu-reveal {
        transform: none !important;
    }
}

/* Mobile menu refresh */
@media (max-width: 991px) {
    .ps-site-header .mean-container .mean-bar {
        background: transparent !important;
    }

    .ps-site-header .mean-container a.meanmenu-reveal {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 43px !important;
        height: 43px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 1px solid rgba(255,255,255,.72);
        border-radius: 7px;
        background: rgba(255,255,255,.045);
        color: rgba(255,255,255,.92);
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        box-shadow: 0 10px 24px rgba(0,0,0,.18);
    }

    .ps-site-header .mean-container a.meanmenu-reveal.meanclose {
        flex-direction: row;
        font-size: 22px !important;
        font-weight: 400;
    }

    .ps-site-header .mean-container a.meanmenu-reveal span {
        display: block;
        width: 22px;
        height: 2px;
        margin-top: 5px;
        border-radius: 999px;
        background: rgba(255,255,255,.92);
    }

    .ps-site-header .mean-container a.meanmenu-reveal span:first-child {
        margin-top: 0;
    }

    .ps-site-header .mean-container .mean-nav {
        position: absolute;
        top: 54px;
        right: 0;
        width: min(374px, calc(100vw - 30px));
        margin-top: 0;
        padding: 8px;
        overflow: hidden;
        border: 1px solid rgba(255,255,255,.14);
        border-radius: 10px;
        background:
            radial-gradient(circle at 95% 0%, rgba(124,194,66,.10), transparent 34%),
            rgba(3,23,38,.98);
        box-shadow: 0 24px 60px rgba(0,0,0,.38);
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
    }

    .ps-site-header .mean-container .mean-nav ul {
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }

    .ps-site-header .mean-container .mean-nav ul li {
        position: relative;
        float: none;
        width: 100%;
        margin: 0;
        border: 0 !important;
        background: transparent !important;
    }

    .ps-site-header .mean-container .mean-nav ul li + li {
        margin-top: 3px;
    }

    .ps-site-header .mean-container .mean-nav ul li a {
        display: flex !important;
        align-items: center;
        float: none !important;
        width: auto !important;
        min-height: 44px;
        padding: 0 54px 0 15px !important;
        border: 0 !important;
        border-radius: 7px;
        background: transparent;
        color: rgba(255,255,255,.88) !important;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: .01em;
        text-transform: none !important;
    }

    .ps-site-header .mean-container .mean-nav ul li a:hover {
        background: rgba(124,194,66,.09);
        color: #ffffff !important;
    }

    .ps-site-header .mean-container .mean-nav ul li a.mean-expand {
        position: absolute !important;
        top: 4px;
        right: 4px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 36px !important;
        height: 36px !important;
        min-height: 36px !important;
        padding: 0 !important;
        border: 1px solid rgba(255,255,255,.13) !important;
        border-radius: 7px;
        background: rgba(255,255,255,.055);
        color: #7cc242 !important;
        font-size: 0 !important;
        font-weight: 900;
        line-height: 1;
    }

    .ps-site-header .mean-container .mean-nav ul li a.mean-expand::before {
        content: "+";
        font-size: 17px;
        line-height: 1;
    }

    .ps-site-header .mean-container .mean-nav ul li a.mean-expand.mean-clicked::before {
        content: "-";
        font-size: 20px;
        transform: translateY(-1px);
    }

    .ps-site-header .mean-container .mean-nav ul li ul {
        margin: 2px 0 5px 0 !important;
        padding: 0 !important;
        border-radius: 8px;
        background: rgba(255,255,255,.035);
    }

    .ps-site-header .mean-container .mean-nav ul li ul li {
        margin: 0;
    }

    .ps-site-header .mean-container .mean-nav ul li ul li a {
        min-height: 39px;
        padding: 0 15px 0 31px !important;
        border-radius: 0;
        color: rgba(255,255,255,.70) !important;
        font-size: 12px;
        font-weight: 600;
    }

    .ps-site-header .mean-container .mean-nav ul li ul li:first-child a {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .ps-site-header .mean-container .mean-nav ul li ul li:last-child a {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .ps-site-header .mean-container .mean-nav ul li ul li a::before {
        content: "";
        width: 5px;
        height: 5px;
        margin-right: 10px;
        border-radius: 999px;
        background: #7cc242;
        opacity: .85;
    }

    .ps-site-header .mean-container .mean-nav ul li ul li a:hover {
        background: rgba(255,255,255,.055);
        color: #ffffff !important;
    }

    .ps-site-header .mean-container .mean-nav ul li.ps-menu-portal {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .ps-site-header .mean-container .mean-nav {
        top: 52px;
        right: 0;
        width: calc(100vw - 30px);
        border-radius: 9px;
    }
}
