.breadcrumb-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px;
  position: relative;
  width: 100%;
}

.breadcrumb-image::before {
  background: rgba(0, 0, 0, 0.01) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.breadcrumb-image h1 {
  color: #ffffff;
  font-size: 33px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  text-transform: uppercase;
}

.breadcrumb-image h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  text-transform: uppercase;
}

.breadcrumbs_path {
  color: #fff;
  margin-top: 8px;
  position: relative;
  z-index: 9;
}

.breadcrumbs_path > a {
  color: #fff;
  transition: all 0.3s ease 0s;
}

.banner-breadcum p {
  color: white;
  position: relative;
}

