a.chevron:hover::before, a.chevrom:hover i.fa-angle-right {
    -webkit-animation-name: arrowLeftRight;
    animation-name: arrowLeftRight;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
a.chevron::before {
    font-family: 'font awesome 5 free';
    content: "\f054";
    font-weight: 900;
    position: absolute;
    top: 8px;
    font-size: 7.2px;
    font-size: .45rem;
    opacity: .7;
    transform: translate3d(-1px,0,0);
    left: 12px;
}
a.mailto::after {
    font-family: "Font Awesome 5 Free";
    content: " \f0e0";
    font-weight: 900;
}
a.tel::after {
    font-family: "Font Awesome 5 Free";
    content: " \f095";
    font-weight: 900;
}
a.active
{
    font-weight: bolder !important;
}