/** page-title **/

.page-title {
  position: relative;
  padding: 235px 0px 115px 0px;
}

.page-title .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0d2a21 0%, #175340 50%, #0a2019 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .bg-layer:before {
  position: absolute;
  content: '';
  background: linear-gradient(102.73deg, rgba(31, 111, 85, 0.35) 0.76%, rgba(8, 52, 158, 0.25) 99.64%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.page-title h2,
.page-title h1 {
  position: relative;
  display: block;
  font-size: 64px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 10px;
}

.page-title .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 426px;
  height: 460px;
  background-repeat: no-repeat;
}

.page-title .bread-crumb {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 2px 0px 0px 0px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.page-title .bread-crumb li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-right: 0px;
}

.page-title .bread-crumb li + li:before {
  position: relative;
  content: '>';
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.page-title .bread-crumb li:last-child {
  margin: 0px !important;
}

.page-title .bread-crumb li a {
  position: relative;
  display: inline-block;
  color: #fff;
}

.page-title .bread-crumb li a:hover {
  text-decoration: underline;
}
