
#nav-main {
    background: rgba(142,187,17,1.0);
}

#nav-main .navbar-nav {
    margin-bottom: -8px;
}
#nav-main .nav-link {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
}
#nav-main .nav-link.active {
    border-bottom: 4px solid rgba(255, 255, 0, 1);
}
#nav-main .dropdown-toggle:after {
    display: none;
}
.navbar-brand img:hover{
	opacity:0.7;
	cursor:pointer;	
	-webkit-transition:all 0.2s ease;	
	transition:all 0.2s ease;
	-o-transition: all 0.2s ease;}


@media (max-width: 442px) {
   .navbar-brand img{
	height:70px;}
}


#nav-top .nav-link {
  font-size: 12px;
  color: #fff;
    text-transform: uppercase;
font-weight: 500;
}
#nav-top .nav-link>i {
    color: rgba(255, 255, 0, 1);
}
#nav-main .nav-link:hover, #nav-top .nav-link:hover {
    color: #eee;
}

@media (min-width: 992px) {
    #nav-main .dropdown-menu{
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
#nav-main .dropdown-menu {
    background: #fff;
    border-radius: 0;
    border:none;
}
.dropdown-item {
    font-weight: 600;
    text-transform: uppercase;
    border-left: 4px solid transparent;
    color:#555;
    font-size: 13px;
    
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    border-left:4px solid rgba(255, 255, 0, 1);
    background: none;
    color: #555;
}
.navbar-dark .navbar-toggler {
    border: none;
    color: rgba(255, 255, 0, 1);
}
@media (max-width: 991px) {
    #nav-main .dropdown-menu {
        background: #86af12;
    }
    .dropdown-item, .dropdown-item.active{
        color: #fff;
    }
}
.navbar-toggler:focus, .navbar-toggler:hover {
    outline: none !important;
}