
/** page-title **/

.page-title{
  position: relative;
      background: #26472b;
}
.page-title .pattern-layer {
    bottom: 0px;
    width: 100%;
    height: calc(100% + 76px);
    opacity: 0.05;
        position: absolute;
    left: 0px;
    bottom: -400px;
    width: 1827px;
    height: 1235px;
    background-repeat: no-repeat;
    background-position: center;
}
.page-title .content-box{
  position: relative;
  display: block;
}

.page-title h1{
    position: relative;
    display: block;
        font-size: 40px;
    line-height: 28px;
    margin-bottom: 12px;
    color: white;
}

.page-title .bread-crumb{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: var(--title-color);
  margin: 0px 2px;
  color: white;
}

.page-title .bread-crumb li a{
  display: inline-block;
  color: var(--title-color);
  color: white;
}

.page-title .bread-crumb li a:hover{

}


/** rtl-css **/




/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .page-title{
    padding-top: 70px;
  }

  .page-title h1{
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 599px){
  
}

@media only screen and (max-width: 499px){

}











































