/** page-title **/

.page-title{
  position: relative;
  padding: 164px 0px 128px 0px;
}

.page-title h1{
  display: block;
  font-size: 72px;
  line-height: 80px;
  font-family: 'Londrina Solid', cursive;
}

.page-title.style-two{
  padding-bottom: 70px;
}

.page-title.style-two .text{
  padding-bottom: 129px;
  display: inline-block;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  color: #000;
  padding-right: 12px;
  margin-right: 8px;
}

.page-title .bread-crumb li:last-child{
  padding: 0px !important;
}

.page-title .bread-crumb li a{
  color: #000;
}

.page-title .bread-crumb li a:hover{

}

.page-title .bread-crumb li:last-child{
  color: #a9a9a9;
}

.page-title .bread-crumb li:before{
  position: absolute;
  content: '/';
  top: 0px;
  right: 0px;
  color: #999999;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}

.page-title.shop-page{
  padding-bottom: 68px;
}

.page-title.shop-details{
  padding: 63px 0px 100px 0px;
}

.page-title.shop-details .bread-crumb li{
  float: none;
}


/** page-title-three **/

.page-title-three{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 193px 0px 214px 0px;
}

.page-title-three:before{
  position: absolute;
  content: '';
  background: #191d20;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.35;
}

.page-title-three .inner-box h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.page-title-three .inner-box h1{
  position: relative;
  display: block;
  font-size: 150px;
  line-height: 130px;
  color: #fff;
  font-weight: 400;
  font-family: 'Londrina Solid', cursive;
  text-transform: uppercase;
}

.page-title-three .inner-box span{
  position: relative;
  display: block;
  font-size: 160px;
  line-height: 50px;
  font-weight: 400;
  font-family: 'Kaushan Script', cursive;
  min-height: 50px;
}

.page-title-three.about-page{
  padding: 241px 0px 350px 0px;
}

.page-title-three .shape{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.page-title.team-page{
  padding-bottom: 61px;
}

.page-title.gallery-page{
  padding-bottom: 87px;
}

.page-title.testimonial-page{
  padding-bottom: 97px;
}

.page-title.faq-page{
  padding-bottom: 125px;
}

.page-title.faq-page h1{
  margin-bottom: 40px;
}

.page-title.faq-page .text p{
  font-size: 16px;
  line-height: 30px;
}