
/** page-title **/

.page-title{
  position: relative;
  background-color: var(--secondary-color);
}

.page-title .shape .shape-1{
  position: absolute;
  left: -155px;
  bottom: -305px;
  width: 520px;
  height: 520px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}


.page-title .shape .shape-3{
  position: absolute;
  right: -155px;
  top: -305px;
  width: 520px;
  height: 520px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}


.page-title .content-box{
  position: relative;
  display: block;
}

.page-title h1{
  position: relative;
  display: block;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 12px;
  color: #fff;
}

.page-title .bread-crumb{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin: 0px 2px;
}

.page-title .bread-crumb li a{
  display: inline-block;
  color: var(--theme-color);
}
.page-title .pattern-layer {
      position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;   
    height: 100%;
    opacity: 0.05;
    background-repeat: no-repeat;
    background-position: center;
}
.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;
    padding-bottom: 70px;
  }

  .page-title h1{
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 599px){
  
}

@media only screen and (max-width: 499px){

}











































