.ova-menu-footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ova-menu-footer .menu a {
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: var(--font-size);
  color: #8f8f8f;
  line-height: 2.125;
}
.ova-menu-footer .menu a:hover {
  color: #ff4f00;
}
.ova-menu-footer .menu .sub-menu {
  list-style: none;
}