

.page-title{
  padding: 290px 0px 200px 0px;
  overflow: hidden;
}

.page-title .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .bg-layer:before{
  position: absolute;
  content: '';
  background: #022D1F;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}

.page-title h1{
  position: relative;
  display: block;
  font-size: 65px;
  line-height: 65px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  padding-right: 15px;
  margin-right: 5px;
}

.page-title .bread-crumb li:last-child{
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .bread-crumb li a{
  display: inline-block;
  color: #fff;
}

.page-title .bread-crumb li a:hover{
  color: var(--theme-color);
}

.page-title .bread-crumb li:before{
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  top: 0px;
  right: 0px;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}

.page-title .pattern-layer .pattern-1{
  position: absolute;
  left: 157px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.page-title .pattern-layer .pattern-2{
  position: absolute;
  top: 45px;
  right: 160px;
  width: 180px;
  height: 180px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.page-title .pattern-layer .pattern-3 {
  position: absolute;
  left: 70px;
  bottom: 80px;
  width: 113px;
  height: 108px;
  background-repeat: no-repeat;
}

.page-title .pattern-layer .pattern-4 {
  position: absolute;
  right: 70px;
  top: 165px;
  width: 115px;
  height: 115px;
  background-repeat: no-repeat;
}
































