/* Banner area css
============================================================================================ */
.banner_area {
  background: url(../img/banner-mlm.webp) no-repeat scroll center center;
  background-size: cover;
  padding: 60px 0px 75px 0px;
  position: relative;
}
.banner_area:before {
  content: "";
  background: rgba(0, 0, 0, 0.58);
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner_area .banner_text {
  position: relative;
}
.banner_area .banner_text h4 {
  color: #fff;
  font-size: 24px;
  font-family: "heavy";
  padding-bottom: 15px;
}
.banner_area .banner_text a {
  font-size: 13px;
  color: #9d9d9d;
  font-family: "Poppins", sans-serif;
  transition: all 400ms linear 0s;
}
.banner_area .banner_text a:hover {
  color: #26a65b;
}
.banner_area .banner_text span {
  font-size: 13px;
  color: #9d9d9d;
  font-family: "Poppins", sans-serif;
}

/* End Banner area css
