  /* Mega Menu on Desktop */
    @media (min-width: 992px) {
      .dropdown-menu.mega-menu {
        width: 100%;
        left: 0;
        right: 0;
        padding: 2rem;
        display: none;
      }
      .dropdown:hover .dropdown-menu {
        display: block;
      }
    }
    .header-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #10a31f !important;
}
.sticky {
  position: fixed;
  animation: fadeInDown 1.5s;
  box-shadow: 0 0 5px 0px;
  border: none;
}
.navbar-brand
{
  width: 15%;
}
.color_a a:hover
{
  color: #fff;
}
.list-unstyled li a:hover
{
  color:#10a31f;
}
