
/** page-title **/

.page-title{
  padding: 406px 0px 214px 0px;
}

.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: rgba(0, 21, 90, 0.65);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.page-title h1{
  position: relative;
  display: block;
  font-size: 80px;
  line-height: 90px;
  color: #fff;
  font-weight: 700;
}














































