I am using joomla 3 and bootstrap.min.js I am creating menu and giving special class in order to change hover, active, visited links and style of the menu. I could not find how
Try changing your CSS to .item-109 { color: white !important; }.
.item-109 { color: white !important; }
Here's a link with more information on !important.