.contact_navbar {

	font-size: 13px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

i {

	color: #149841;
}


.dropdown-item.active {

    background-color: #149841;

}


.dropdown-item:active, .open .dropdown-toggle,.dropdown-item:focus {
      background-color: #149841;
}