
/** page-title **/

.page-title{
  position: relative;
  padding: 297px 0px 237px 0px;
  overflow: hidden;
}

.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: #076835;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
}

.page-title .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  bottom: -56px;
  width: 100%;
  height: 118px;
  background-repeat: repeat-x;
}

.page-title .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 177px;
  height: 177px;
  background-repeat: no-repeat;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 24px;
  line-height: 30px;
  font-family: var(--secondary-font);
  font-weight: 700;
  background: linear-gradient(rgba(246, 159, 35, 1), rgba(55,132,90,1));
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-title .bread-crumb li a{
  position: relative;
  display: inline-block;
  background: linear-gradient(rgba(246, 159, 35, 1), rgba(165, 34, 130, 1));
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-title .bread-crumb li a:hover{
  text-decoration: underline;
}

.page-title h1{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
}


/** rtl-css **/

.rtl .page-title .bread-crumb li{
  float: right;
}

/** 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: 200px 0px 180px 0px;
  }

  .page-title h1{
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}









































