.page-title{
  padding: 80px 0px 0px 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: #0557ab;*/
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;  
}
.page-title .content-box h1{
  position: relative;
  display: block;
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
  color: var(--white-color);
}
.page-title .content-box .bread-crumb{
  position: relative;
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 30px;
  margin-top: 37px;
  /*border-bottom:none;*/
}
.page-title .content-box .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--white-color);
  font-weight: 500;
  margin-right: 40px;
  font-family:var(--maven);
}
.page-title .content-box .bread-crumb li:last-child{
  margin: 0px;
}
.page-title .content-box .bread-crumb li a{
  display: inline-block;
  color: #F18A17;
}
.page-title .content-box .bread-crumb li a:hover{
  color: var(--white-color);
}
.page-title .content-box .bread-crumb li:before{
  position: absolute;
  content: '\e908';
  font-family: 'icomoon';
  font-size: 14px;
  top: 1px;
  right: -28px;
}
.page-title .content-box .bread-crumb li:last-child:before{
  display: none;  
}
.page-title .pattern-layer{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 826px;
  height: 134px;
  background-repeat: no-repeat;
}
.btm-mrg {
    margin-bottom: 15px;
}
.quality-text h3 {
    font-family: var(--heebo);
    font-size: 36px;
    line-height: 30px;
    position: relative;
    margin-bottom: 30px;
}

.quality-text {
	font-family:var(--heebo);
	margin-top:25px;	
}
.quality-text ul{
	margin-top:20px;	
}
.quality-text ul li{
	list-style:square;
	margin:2px 0 0 20px;	
}

.ft-12 {
    font-size: 25px!important;
    margin-bottom: 15px!important;
    font-weight: bold;
}
.quality-text h3::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    background: #0557ab;
    height: 1px;
    width: 150px;
}

