/* Add here all your css styles (customizations) */
body {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.cursor-pointer {
	cursor: pointer;
}

.hamburger {
  padding: 10px;
}

.hamburger-box {
    width: 37px;
    height: 25px;
}

.hamburger-inner {
  margin-top: 1px;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 100%;
  height: 1px;
  border-radius: 0;
}

.g-color-green {
 color:#b3ca38 !important
}

.g-color-green--hover:hover {
 color:#b3ca38 !important
}

.g-bg-green {
 background-color:#b3ca38 !important
}
.g-bg-green--before::before,
.g-bg-green--after::after {
 background-color:#b3ca38 !important
}
.g-bg-green-opacity-0_1 {
    background-color: rgba(179,202,56,0.1) !important;
}

@media (max-width: 576px){
}


@media (min-width: 768px){		
}


@media (min-width: 992px){
}