.link-3:hover {
    background-color: #eeeeee !important;
    color: #000 !important;
    font-weight: 500;
    /* border-bottom: 1px solid #42B8D4; */
}

.hover14 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hover14:hover, .hover14:focus, .hover14:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
