.logofirst {
    color: #bf04ae;
	font-size: 18px;
    margin: 0px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    font-weight: 600;
	text-decoration: none !important;
}


.logosecond {
    color: #4404cc;
	font-size: 18px;
    margin: 0px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    font-weight: 600;
    	text-decoration: none !important;
	
}

/* Add this to your CSS */
.us_brand > a,
.us_brand > a:visited,
.us_brand > a:hover,
.us_brand > a:active {
    text-decoration: none !important;
}

.us_menu li > a,
.us_menu a,
.us_menu .dropdown > a,
.us_menu .us_sub-menu a {
    color: #000 !important;
}

ul.us_menu.dark, ul.us_menu.dark .us_sub-menu li, ul.us_menu.dark li:hover, ul.us_menu.dark ul.us_sub-menu {
    background-color: #f0f0f0 !important;
}