/********* Menu Animation bounceInLeft **********/

nav ul li:hover > ul  {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}