.inner-banner {
  background-color: black;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url(../../images/bg-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 120.5px;
  padding-bottom: 120.5px;
}
.inner-banner__title {
  text-align: center;
  line-height: 1em;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
}

.thm-breadcrumb {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thm-breadcrumb li {
  font-size: 18px;
  font-weight: 800;
  color: #a4efa4;
}
.thm-breadcrumb li a {
  color: #a6b3d0;
  transition: all 0.4s ease;
  text-decoration: none;
}
.thm-breadcrumb li a:hover {
  color: #70A548;
  text-decoration: none;
}
.thm-breadcrumb li + li::before {
  content: "/";
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
}/*# sourceMappingURL=inner-banner.css.map */