<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.home .nav_wrapper {
    background-color: #2d2d2d;
    border-top: 7px solid #d80069;
    bottom: 0;
    float: none;
    height: auto;
    margin-bottom: 0 !important;
    position: fixed;
    z-index: 1;
}
.nav_wrapper {
    background-color: #2d2d2d;
    border-top: 7px solid #d80069;
}
#myslidemenu {
    display: flex;
    float: none;
    margin: 0 auto !important;
    position: relative;
    text-align: center;
}
.no-container {
    width: 100%;
}
nav select {
    display: none;
}
nav {
    position: relative;
    z-index: 99;
}
.menu select {
    display: none;
}
.nav_wrap .menu {
    list-style: outside none none;
    text-align: center;
}
.nav_wrap .menu &gt; li &gt; ul {
    margin-top: 0;
}
.menu ul li:hover &gt; ul {
    display: block;
}
.menu ul {
    display: table;
    list-style: outside none none;
    margin: 0 auto;
    position: relative;
    text-align: center !important;
    z-index: 99;
}
.menu &gt; ul &gt; li {
  display: table-cell;
    position: relative;
    text-align: center !important;
}
#jqueryslidemenu i {
    padding-right: 10px;
}
.menu &gt; ul &gt; li &gt; a {
    border-right: 1px solid #444444;
    color: #ffffff;
    display: block;
    padding: 32px;
    text-decoration: none;
}
.menu &gt; ul &gt; li &gt; a1:last-child {
    border-right: 0 none;
}
.menu &gt; ul &gt; li:first-child {
    border-left: 1px solid #444444;
}
.menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 220px;
}
.home .menu ul ul {
    bottom: 100%;
    top: inherit !important;
}
.home .menu ul ul ul{
    top: -100%!important;
    background-color: #ccc!important;
    }
.menu ul ul li {
    border-bottom: 1px solid rgba(127, 127, 127, 0.3);
    float: none;
    position: relative;
}
.menu ul ul li a {
    background-color: #fff;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 15px 25px;
    text-align: left;
}
.menu ul ul li a:hover {
    color: #f54325;
}
.menu ul ul ul {
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.menu ul li ul li:last-child, .menu ul li ul li ul li:last-child {
    background-color: #ccc;
    border-bottom: medium none !important;
}
.menu &gt; li.current-menu-item &gt; a, .menu &gt; li.current_page_item &gt; a, .menu &gt; ul &gt; li:hover &gt; a {
    color: #fff;
    transition: background-color 0.5s ease-out 0s;
}
.menu .current_page_ancestor &gt; a, .menu .current-menu-ancestor &gt; a, .menu .current-menu-item &gt; a {
}
.menu &gt; li.current-menu-item &gt; a, .menu &gt; li.current_page_item &gt; a, .menu &gt; ul &gt; li:hover &gt; a {
   
}
</pre></body></html>