I have the following code:
you put this css for svg circle.
svg:hover circle{ fill: #F6831D; stroke-dashoffset: 0; stroke-dasharray: 700; stroke-width: 2; }
if you want to change color by hovering in the element, try this:
path:hover{ fill:red; }