/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/

/* Ensure mobile menu (hamburger) is visible on light backgrounds */
.header-style-6 .navbar-toggler .icon-bar { background: #333 !important; }
@media only screen and (max-width: 991px) {
  .header-style-6 .navbar-toggler { display: block; }
  .header-style-6 .navbar-toggler .icon-bar { background: #333 !important; }
}

/* Make active menu item green */
.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a {
  color: #28a745 !important; /* green */
}
.header-nav .nav > li:hover > a { color: #28a745 !important; }
