
/** page-title **/

.page-title{
  padding: 265px 0px 166px 0px;
}

.page-title .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 520px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .image-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.page-title .auto-container .content-box{
  margin-top: -25px;
  margin-bottom: 15px;
}
.page-title h1{
  position: relative;
  display: block;
  font-size: 35px;
  line-height: 68px;
  font-weight: 400;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #fff;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  font-family: var(--title-font);
  color: #fff !important;
  padding-right: 25px;
  margin-right: 3px;
}

.page-title .bread-crumb li a{
  color: #fff;
}

.page-title .bread-crumb li a:hover{
  text-decoration: underline;
}

.page-title .bread-crumb li:before{
  position: absolute;
  content: '\e915';
  font-family: 'icomoon';
  top: 1px;
  right: 0px;
  color: #fff;
  font-size: 18px;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}



/** RTL-CSS **/




/** RESPONSIVE-CSS **/

@media only screen and (max-width: 1599px){
}



@media only screen and (max-width: 1200px){



}

@media only screen and (max-width: 991px){

  .page-title .image-layer{
    display: none;
  }

}

@media only screen and (max-width: 767px){

  .page-title{
    padding: 200px 0px 100px 0px;
  }

  .page-title h1{
    font-size: 40px;
    line-height: 50px;
  }

}

@media only screen and (max-width: 599px){

  

}

@media only screen and (max-width: 499px){



}