#profile_link{
    transition: all .25s ease-in-out;
}

#profile_link circle {
    transition: all .25s ease-in-out;
}

#profile_link:hover {
    color: #ff882d;
}

#profile_link:hover circle{
    fill: #ff882d !important;
    stroke: #ff882d;
}