use this piece of code in preamble and it will raise the position of :
in math mode and it will look better.
\mathchardef\ordinarycolon\mathcode`\:
\mathcode`\:=\string"8000
\def\vcentcolon{\mathrel{\mathop\ordinarycolon}}
\begingroup \catcode`\:=\active
\lowercase{\endgroup
\let :\vcentcolon
}