header {
    padding: 12px 0;
    position: fixed;
    width: 100%;
    z-index: 9;
}

header .shade {
    /* position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; */
}

header .main-head {
    position: relative;
    z-index: 1;
}

header .contain-icons ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    gap: 30px;
    /* position: relative; */
}

header .contain-icons ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    gap: 7px;
}

header .contain-icons ul li a:hover {
    color: #00b8e7;
}


/* header .contain-icons ul li a:hover svg path {
    fill: #00b8e7;
} */

header .contain-icons ul li span {
    font-size: 18px;
    font-weight: 700;
}

header .logo .custom-logo-link {
    display: block;
}

header .logo .custom-logo-link img {
    height: 60px;
    width: auto;
    max-width: 220px;
    display: block;
}

header .menu-bg-white {
    background: #fff;
    display: flex;
    border-radius: 10px;
    padding: 7px 25px;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}

header .title-div {
    text-align: center;
    padding: 138px 0 134px 0;
}

header .title-div h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

#mega-menu-wrap-menu-1 {
    background: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:focus {
    background: transparent;
}

#mega-menu-wrap-menu-1 li a {
    position: relative;
    font-family: 'Poppins', sans-serif !important;
}

#mega-menu-wrap-menu-1 li.mega-current-menu-item a::before {
    background-color: #b10000 !important;
    transform: translateY(0%);
}

#mega-menu-wrap-menu-1 li.mega-current-menu-ancestor a::before {
    background-color: #b10000 !important;
    transform: translateY(0%);
}

#mega-menu-wrap-menu-1 li.mega-current-menu-ancestor a {
    color: #000 !important;
    transition: 0.3s !important;
}

#mega-menu-wrap-menu-1 li.mega-current-menu-ancestor li.mega-current-menu-item a {
    background-color: #b10000 !important;
    color: #000 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    height: auto;
}

#mega-menu-wrap-menu-1 li.mega-current-menu-item a {
    color: #00b8e7 !important;
    font-weight: 600 !important;
}

#mega-menu-wrap-menu-1 li a:hover::before {
    transform: translateY(0%);
}

#mega-menu-wrap-menu-1 li a:hover {
    color: #000;
}

#mega-menu-wrap-menu-1 li a span {
    position: relative;
    z-index: 1;
}

#mega-menu-wrap-menu-1 ul.mega-sub-menu li a::before {
    display: none !important;
}

#mega-menu-wrap-menu-1 ul.mega-sub-menu li a {
    background-color: #000 !important;
    color: #000 !important;
    font-size: 12px !important;
}

#mega-menu-wrap-menu-1 ul.mega-sub-menu li:hover a {
    background-color: #000 !important;
}

#mega-menu-wrap-menu-1 li.mega-menu-item-has-children a span.mega-indicator::after {
    content: "";
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item>a.mega-menu-link {
    background: #00b8e7 !important;
    color: #fff !important;
    border-radius: 5px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item>a.mega-menu-link:hover {
    background: #251112 !important;
    color: #fff !important;
}

ul.mega-sub-menu {
    padding: 13px 7px !important;
    background: #00b8e7 !important;
}

@media screen and (max-width: 1050px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        font-size: 13px;
        padding: 0px 5px;
    }
    header .site-btn {
        padding: 15px 15px;
        font-size: 13px;
    }
    header .menu-bg-white {
        gap: 0;
    }
    header .contain-icons ul li a {
        font-size: 13px;
        gap: 3px;
    }
    header .contain-icons ul li span {
        font-size: 13px;
    }
}

@media screen and (max-width: 991px) {
    header {
        position: unset;
        background: #251112;
    }
    /* Hide the mega menu desktop toggle - we use custom mobile menu */
    #mega-menu-wrap-menu-1 .mega-menu-toggle {
        display: none !important;
    }
    /* Kill the 100dvh height mega menu sets on the collapsed menu */
    #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1,
    .mobile-menu-overlay #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1,
    #mega-menu-menu-1 {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }
    header .contain-icons {
        display: none;
    }
    header .menu-bg-white {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 767px) {
    header .menu-bg-white {
        padding: 8px 16px;
    }
}

/* Sticky header scroll states */
.scroll-down {
    transform: translate3d(0, -100%, 0);
}

.scroll-up {
    transform: translate3d(0, -100%, 0);
}

.scrolled-250 {
    transform: translate3d(0, -33%, 0);
    background: #fff;
}

.menu-bg-white {
    transition: 0.7s;
}

header#masthead {
    transition: 0.5s;
}