/********* Menu Animation pulse **********/

nav ul li:hover > ul {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}