.text-green{
	color:#305436;
}
.bg-green{
	background-color:#305436 !important;
}
.btn-green{
	color:#fff;
	background-color:#305436;
	border-color:#305436;
}
.btn-green:hover,.btn-green:active{
	color:#305436;
	background-color:#fff;
}
.bg-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.opacity-6 {
  opacity: 0.6 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

@media (min-width: 1200px) {
  .py-xl-9 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .position-lg-absolute{
  	position:absolute;
  }
}
.dropdown-menu{
	border:0px;
}
.dropdown-menu .dropdown-item
{
font-family: 'Inter', sans-serif;
  font-weight: 900 !important;
  text-transform: uppercase;
  color: #305436;
 
}
.dropdown-menu .dropdown-item.active
{
	background-color:#305436 !important;
	color:#fff;

}