
 

@media (min-width: 576px) {
    .main-navbarnav {
		display: none;
	}
	.asmenu .nav-item a {
		background: #1e780a;
		background: linear-gradient(0deg,rgba(30, 120, 10, 1) 0%, rgba(159, 222, 140, 1) 100%);
		color: #ffffff;
		margin-bottom: 2px;
	}
	.asmenu .nav-item-sub a {
		background-color: #e9e9e9;
		background-image: none;
		color: #272727;
		margin-bottom: 2px;
	}
	.asmenu .nav-item a:hover {
	}
	.asmenu .nav-pills .nav-link.active,
	.asmenu .nav-pills .show>.nav-link {
		color: var(--bs-nav-pills-link-active-color);
		background-color: #90d27d;
	}
}

@media (max-width: 576px) {
    #main-navbar {
		background-color: #dfdfdf!important;
	}
    .asmenu {
		display: none;
	}
}
  	
	
.bg-foot {
    background: #797a7c
}

.menu-foot {
    list-style: none;
    font-size: 1rem;
    color: #fff;
    border-style: none
}

.menu-foot ul {
    margin: 0px 0px;
    list-style: none;
    border-style: none
}

.menu-foot ul li {
    margin: 0px;
    line-height: 1.16rem
}

.menu-foot a {
    color: #fff !important;
    font-size: 1rem;
    border-width: 0px
}

.menu-foot a:link {
    color: #fff !important;
    text-decoration: none !important
}

.menu-foot a:visited {
    color: #fff;
    text-decoration: none !important
}

.menu-foot a:hover {
    color: #009e05 !important;
    text-decoration: none !important
}

.menu-foot li.act a {
    color: #009e05 !important
}
  