Add this inside Customizer to Additional CSS section, should fix your menu issue:
body header.banner .header-bottom .nav-primary ul li ul.children,
body header.banner .header-bottom .nav-primary ul li ul.sub-menu {
z-index: 99999;
}
Worked perfectly thank you so much!