/* nav 1 start*/
.menu_ground__yypo div ul {
    margin: 0;
    padding: 0;
}

.menu_ground__yypo div ul:before,
.menu_ground__yypo div ul:after {
    content: "";
    display: table;
}

.menu_ground__yypo div ul:after {
    clear: both;
}

.menu_ground__yypo div ul {
    *zoom: 1;
}

.menu_ground__yypo div ul li {
    list-style: none;
    float: left;
    position: relative;
    /* margin-right: 5px; */
}

/*----2nd----*/


.menu_ground__yypo div ul li a:link,
.menu_ground__yypo div ul li a:visited {
    display: block;
    padding: 6px 12px;
    padding-right: 15px;
    /* text-transform: uppercase; */
    border-bottom: none;
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    border-left: 1px solid #f9f9f9;
    background-color: var(--brand_color_1);
    white-space: nowrap;
}




.menu_ground__yypo div ul li a::after,
.menu_ground__yypo div ul li a:after {
    content: '';
    width: 50px;
    transform: skewX(45deg);
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: var(--brand_color_1);
}

.menu_ground__yypo div ul li .sub-menu li a::after,
.menu_ground__yypo div ul li .sub-menu li a:after {
    background-color: transparent !important;
}

.menu_ground__yypo div ul li a:hover {
    background-color: var(--brand_color_1);
    color: #fff;
}

.menu_ground__yypo ul li.current-menu-item a {
    border-right: 1px solid #355f8b;
}

.menu_ground__yypo div ul li.current-menu-item a:link,
.menu_ground__yypo div ul li.current-menu-item a:visited {
    background-color: var(--brand_color_1);
    color: #ffffff;
}

/*  */
.menu_ground__yypo ul li.current-menu-item a:link,
.menu_ground__yypo ul li.current-menu-item a:visited {
    border-bottom: 1px solid var(--brand_color_2);
    color: var(--brand_color_2) !important;
}

.menu_ground__yypo ul li.current-menu-item a:link,
.menu_ground__yypo ul li.current-menu-item a:visited {
    border-bottom: 0px solid #e7852a00 !important;
    color: var(--brand_color_2) !important;
}


/*-----sub menu-----*/



.menu-item:hover>.sub-menu {
    display: block;
}

.show-sub-menu-pages {
    display: flex !important;
    flex-direction: column !important;
}

.sub-menu {
    padding: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 3px;
    z-index: 999;
    min-width: 150px;
    text-align: left;
    background-color: var(--brand_color_1) !important;
    position: absolute;

}

.sub-menu li {
    display: block;
    /* padding-top: 8px;
    padding-bottom: 8px; */
    padding-left: 0px;
    z-index: 999;
    width: 100%;
}

.sub-menu li a {
    width: 100%;
    border-right: 0px solid transparent !important;
    border-top: 1px solid #dbdbdb;
    background-color: #fff;


}

.menu_ground__yypo div ul li .sub-menu li a {
    background-color: #efefef;
    color: #343a40;
}

.menu_ground__yypo div ul li .sub-menu li a:hover {
    background-color: var(--brand_color_1);
    color: #fff;
}


/*------Sub menu End----------*/

.menu-item-has-children::after {
    font-family: FontAwesome;
    content: "🢓";
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-left: 2px;
    position: absolute;
    top: 11px;
    right: 3px;

}

.menu_ground__yypo div ul li:hover .menu-item-has-children::after {
    color: rgb(255, 255, 255) !important;
}

.menu_ground__yypo div ul li.current-menu-item a:link,
.menu_ground__yypo div ul li.current-menu-item a:visited {
    background-color: #006ec3;
    color: #ffffff;
}

/* nav 1 end */

/*================ nav 2 start ==================*/

.menu_2_ground__s908 {
    width: 100%;
    background-color: #efefef;
}

.menu_2_ground__s908 div ul {
    margin: 0;
    padding: 0;
}

.menu_2_ground__s908 div ul:before,
.menu_2_ground__s908 div ul:after {
    content: "";
    display: table;
}

.menu_2_ground__s908 div ul:after {
    clear: both;
}

.menu_2_ground__s908 div ul {
    *zoom: 1;
}

.menu_2_ground__s908 div ul li {
    list-style: none;
    float: left;
    position: relative;
    /* margin-right: 5px; */
}

/*----2nd----*/


.menu_2_ground__s908 div ul li a:link,
.menu_2_ground__s908 div ul li a:visited {
    display: block;
    padding: 6px 12px;
    padding-right: 15px;
    /* text-transform: uppercase; */
    border-bottom: none;
    text-decoration: none;
    color: #343a40;
    font-size: 17px;
    font-weight: 500;
    border-left: 1px solid #ccc;
    background-color: #efefef;
}





.menu_2_ground__s908 div ul li a:hover {
    background-color: var(--brand_color_1);
    color: #fff;
}

.menu_2_ground__s908 ul li.current-menu-item a {
    border-right: 1px solid #355f8b;
}

.menu_2_ground__s908 div ul li.current-menu-item a:link,
.menu_2_ground__s908 div ul li.current-menu-item a:visited {
    background-color: #efefef;
    color: #ffffff;
}

/*  */
.menu_2_ground__s908 ul li.current-menu-item a:link,
.menu_2_ground__s908 ul li.current-menu-item a:visited {
    border-bottom: 1px solid var(--brand_color_2);
    color: #fff !important;
}

.top_bar__cpoi ul li.current-menu-item a:link,
.top_bar__cpoi ul li.current-menu-item a:visited {
    border-bottom: 0px solid #e7852a00 !important;
    color: var(--brand_color_2) !important;
}


/*-----sub menu-----*/

.sub-menu {
    display: none;
}

.menu-item:hover>.sub-menu {
    display: block;
}

.show-sub-menu-pages {
    display: flex !important;
    flex-direction: column !important;
}

/* .sub-menu {
    padding: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 3px;
    z-index: 999;
    min-width: 150px;
    text-align: left;
    background-color: var(--brand_color_1) !important;
    position: absolute;

} */

.sub-menu li {
    display: block;
    /* padding-top: 8px;
    padding-bottom: 8px; */
    padding-left: 0px;
    z-index: 999;
    width: 100%;
}

.sub-menu li a {
    width: 100%;
    border-right: 0px solid transparent !important;
    border-top: 1px solid #dbdbdb;
    background-color: #fff;


}

/*------Sub menu End----------*/

.menu-item-has-children::after {
    font-family: FontAwesome;
    content: "🢓";
    font-size: 18px;
    font-weight: 700;
    color: #355f8b;
    margin-left: 2px;
    position: absolute;
    top: 10px;
    right: 3px;

}

.menu_2_ground__s908 div ul li:hover .menu-item-has-children::after {
    color: #fff !important;
}

.menu_2_ground__s908 div ul li.current-menu-item a:link,
.menu_2_ground__s908 div ul li.current-menu-item a:visited {
    background-color: var(--brand_color_1);
    color: #ffffff;
}

/* nav 1 end */

/* mobile nav start */

.mobile_ground_s9047 {
    width: 100%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background: #efefef;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;

}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }

}

@media (max-width: 768px) {
    .mobile_ground_s9047 div ul li {
        float: unset;
    }

    .sub-menu {
        position: unset;
    }

    .mobile_ground_s9047 div ul li a:link,
    .mobile_ground_s9047 div ul li a:visited {
        border-bottom: 1px solid #ddd;
    }
}

/* mobile nav end */