/* Banner Area css
============================================================================================ */
.banner_area {
  background: url(../img/banner/blog-banner-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.banner_area:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* End Banner Area css
============================================================================================ */

/*# sourceMappingURL=_banner.css.map */