

body.hide-scrolling {
  overflow-y: hidden;
}
.ozmenu {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 2000;
}
.ozmenu ul.ozmenu-nav {
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between;
  list-style: none;
  font-family: 'Nunito', 'Arial', 'Helvetica', sans-serif;
  padding-left: 0px;
  margin: 0;
  position: relative;
  z-index: 2000;
}
.ozmenu ul.ozmenu-nav li {
  text-align: left;
  position: relative;
  z-index: 2000;
}
.ozmenu > ul.ozmenu-nav > li > a {
  text-transform: uppercase;
}
.ozmenu ul.ozmenu-nav > li {
    position: relative;
    float: left;
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
}
.ozmenu ul.ozmenu-nav > li a:hover {
    color: #999 !important;
}
.ozmenu ul li.dropdownitem > a:after {
    width: 15px;
    height: 15px;
    text-align: center;
    float: right;
    background-color: #000;
    content: "";
    margin: 1px 0px 0px 3px;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.ozmenu ul li .dropdown {
    display: none;
    position: absolute;
    min-width: 200px;
}
@media screen and (min-width: 600px) {
    .ozmenu ul.ozmenu-nav > li a {
        color: #333 !important;
        font-weight: 500;
        text-decoration: none;
        padding: 7px 10px;
        background-color: #fff;
        display: inline-block;
        font-size: 14px;
        height: 100%;
        position: relative;
    }
    .ozmenu ul li.dropdownitem:hover .dropdown {
        display: block;
        position: absolute;
        margin: 0;
        padding: 5px 0px;
        min-width: 220px;
        padding-top: 0px !important;
    }
    .ozmenu ul li.dropdownitem:hover .dropdown .dropdown {
        display: none;
    }
    .ozmenu ul li.dropdownitem .dropdown li.dropdownitem:hover .dropdown {
        padding-left: 16px;
        position: absolute;
        margin: 0;
        padding-top: 0px !important;
        min-width: 200px;
        display: inline-table;
        top: 0 !important;
        left: 100% !important;
        right: auto !important;
    }
    .ozmenu ul li.dropdownitem .dropdown .dropdown .dropdown {
        display: none !important;
        visibility: hidden;
    }
    .ozmenu ul li.dropdownitem .dropdown ul {
        list-style: none;
        background-color: #fff;
        float: left;
        padding: 10px;
    }
    .ozmenu ul li.dropdownitem ul li a {
        color: #333 !important;
        font-weight: 400;
        text-decoration: none;
        padding: 5px 0px;
        float: left;
        width: 100%;
        font-size: 14px;
    }
    .ozmenu ul.ozmenu-nav .dropdown ul li a:hover {
        color: #333 !important;
        padding-left: 7px;
        transition: all 0.15s ease-out;
    }
    /* Animations */
    .dropdownitem .dropdown{
        animation: translateDown 200ms 0ms ease-in-out forwards;
        transform-origin: top center;
    }
    .dropdownitem .dropdownitem .dropdown {
        transform-origin: top center !important;
        animation: translateX 200ms 0ms ease-in-out forwards !important;
    }
    @keyframes translateDown {
        0% { transform: scaleY(0) }
        80% { transform: scaleY(1.1) }
        100% { transform: scaleY(1) }
    }
    @keyframes translateX {
        0% { opacity: 0; transform: translateX(-60px); }
        80% { transform: translateX(-5px); }
        100% { opacity: 1; transform: translateX(0px); }
    }
    /* Dropdown + Dropdown */
    .ozmenu ul li.dropdownitem ul li .nav-dropdown:after {
        width: 15px;
        height: 15px;
        text-align: center;
        float: right;
        background-color: #000;
        content: "";
        margin: 1px 0px 0px 3px;
        -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>');
        mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>');
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
    }
}
.ozmenu ul.ozmenu-nav .dropdown ul li {
    float: left;
    width: 100%;
}
.ozmenu ul.ozmenu-nav .dropdown ul li a {
    padding: 8px 0px;
}
.ozmenu ul li.dropdownitem ul li a,
.ozmenu ul li.dropdownitem ul li .dropdown ul li a {
    border-bottom: 1px dotted #eee;
}
.ozmenu ul li.dropdownitem ul li:last-child a,
.ozmenu ul li.dropdownitem ul li .dropdown ul li:last-child a {
    border-bottom: 0px !important;
}
/* Dropdown + Dropdown */
.ozmenu ul li.dropdownitem ul li a:before,
.ozmenu ul li.dropdownitem ul li .nav-dropdown ul li a:after {
    display: none !important;
}
.ozmenu ul li.dropdownitem ul li .nav-dropdown ul li:last-child a {
    border-bottom: 0px !important;
}
.ozmenu ul li.dropdownitem .dropdown ul li.dropdownitem {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
}
/* Responsive Menu */
.menu-close,
.menu-open {
    display: none;
}
@media screen and (max-width: 600px) {
    .menu-open,
    .menu-close {
        cursor: pointer;
        color:#333;
        text-decoration: none;
        font-size: 26px;
    }
    .menu-open {
        display: block !important;
        float: left;
    }
    .menu-close {
        display: none;
    }
    .ozmenu {
        position: relative;
        display: none;
    }
    .ozmenu.active {
        display: block;
    }
    .mobile-menu-active .menu-close {
        display: block !important;
        z-index: 2500;
        position: absolute;
        right: 13px;
        left: unset !important;
        top: 0px;
        float: left;
    }
    .ozmenu-nav {
        display: none !important;
    }
    .ozmenu.active .ozmenu-nav {
        display: block !important;
    }
    .ozmenu.active{
        position: fixed;
        left: 0px;
        top: 0px;
        margin-top: 0px !important;
        width: 40%;
        height: 100vh;
        display: flex;
        z-index: 2400;
    }
    .ozmenu.active .ozmenu-nav{
        background-color: #fff;
        float: left;
        margin-top: 0px;
        padding: 40px 20px;
        width: 100%;
        height: 100vh;
        overflow: scroll;
        transform-origin: top center !important;
    }
    .ozmenu.active .ozmenu-nav, .menu-close {
        animation: translateX 400ms 0ms ease-in-out forwards !important;
    }
    @keyframes translateX {
        0% { opacity: 0; transform: translateX(-160px); }
        80% { transform: translateX(-5px); }
        100% { opacity: 1; transform: translateX(0px); }
    }
    .ozmenu ul.ozmenu-nav > li {
        float: left;
        width: 100%;
    }
    .ozmenu ul.ozmenu-nav > li a{
        float: left;
        width: 100%;
        text-decoration: none;
        color: #333;
        padding: 10px 0px;
        border-bottom: 1px solid #ddd;
    }
    .ozmenu ul.ozmenu-nav > li a:hover {
        float: left;
        width: 100%;
        transition: all 0.25s ease-out;
        text-decoration: none;
        color: rgb(103, 130, 252) !important;
        padding: 10px 0px;
    }
    .ozmenu ul li.dropdownitem > a:hover:after {
        background-color: rgb(103, 130, 252) !important;
    }
    .nav-dropdown.opened {
        color: rgb(103, 130, 252) !important;
        border-bottom: 1px solid rgba(103, 130, 252, 0.5) !important;
    }
    .ozmenu ul.ozmenu-nav > li:last-child a {
        border-bottom: 0px solid #ddd;
    }
    .ozmenu.active ul li .nav-dropdown.opened + .dropdown ul {
        list-style: none;
        float: left;
        margin-left: 0px;
        padding-left: 7px;
    }
    .ozmenu.active ul li .nav-dropdown.opened + .dropdown ul .dropdown ul {
        padding-left: 15px;
    }
    .ozmenu.active ul li .nav-dropdown.opened + .dropdown {
        display: block;
        position: relative;
        margin: 0;
        padding: 5px 0px;
        min-width: unset;
        padding-top: 0px !important;
        float: left;
    }
    .ozmenu.active ul li.dropdownitem:hover + .dropdown + .dropdown {
        display: none;
    }
    #menu-overlay {
        background-color: rgba(0,0,0,.3);
        float: left;
        display: none;
        width: 100%;
        height: 100vh;
        z-index: 2300;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    #menu-overlay.show {
        display: block !important;
    }

    .ozmenu.active ul li.dropdownitem > a.opened:after {
        -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') !important;
        mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') !important;
    }

}
@media screen and (max-width: 500px) {
    .ozmenu.active {
        width: 70%;
    }
}
@media screen and (max-width: 400px) {
    .ozmenu.active{
        width: 100%;
    }
}
