.sub-main {
  background-color: #222222;
  min-height: 425px;
  position: relative;
  z-index: 1;
  display: flex;
  text-align: center;
  align-items: flex-end;
}
.sub-main::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url("/themes/custom/ozelbankacilik/img/hero-banner.svg");
  background-size: contain;
  content: "";
  z-index: -1;
}
@media (min-width: 992px) {
  .sub-main .row {
    margin-bottom: 100px;
  }
}
.sub-main ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
}
.sub-main ul li {
  position: relative;
  padding-right: 15px;
}
.sub-main ul li::before {
  right: -5px;
  bottom: 0;
  top: 0;
  margin: auto;
  content: "" !important;
  position: absolute;
  width: 9px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/themes/custom/ozelbankacilik/img/breadcrumb.svg");
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(265deg) brightness(103%) contrast(103%);
}
.sub-main ul li:last-of-type::before {
  display: none;
}
.sub-main ul li a {
  color: #fff;
  font-family: "Gotham Narrow Light", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}
.sub-main ul li span {
  color: #fff;
  font-family: "Gotham Narrow Light", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}
.sub-main h1 {
  font-size: 48px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 50px;
}
@media (max-width: 991.98px) {
  .sub-main h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 50px;
  }
}
.sub-main nav {
  text-align: left;
  float: left;
  position: relative;
}
@media (max-width: 991.98px) {
  .sub-main {
    min-height: 270px;
    height: 100%;
    padding-block: 100px 20px;
    align-items: flex-end;
  }
  .sub-main::before {
    background-position: top left;
    background-size: cover;
  }
}

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