Hi ruk_design,
it is a Bender theme, not Modern?
In Bender/css/main.css locate this part:
ul.r-list li h1 span{font-weight:normal}
and replace with this:
ul.r-list li h1 span{font-weight:normal;color:red;}
'red' can be replaced with for example #FF0000 hex code (= 100% pure red equivalent) or any other color you like. Search web for hex color codes and pick one.
Regards