.dropdown:hover>.dropdown-menu {
  display: block;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-color: #f57d00;
	border-radius:4px;
}
.dropdown-menu{
	background-color: #fff;
}
.dropdown-item:hover, .dropdown-item:active {
    color: #f57d00 !important;
	font-weight:600;
    text-decoration: none;
    background-color: #2d1668;
}
.dropdown-item.active, .dropdown-item:active {
    color: #f57d00;
    text-decoration: none;
    background-color: #2d1668;
}/**free support link**/