Pagetitles
Pagetitle left
<!-- start page title section -->
<section class="page-title-section bg-theme">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Pagetitle left</h1>
</div>
<div class="col-md-12">
<ul>
<li><a href="home-1.html">Home</a></li>
<li class="active"><a href="#!">Pagetitle left</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- end page title section -->
Pagetitle center
<!-- start page title section -->
<section class="page-title-section bg-dark-gray">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>Pagetitle center</h1>
</div>
<div class="col-md-12">
<ul class="text-center">
<li><a href="home-1.html">Home</a></li>
<li><a href="#!">Pagetitle center</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- end page title section -->
Pagetitle right
<!-- start page title section -->
<section class="page-title-section bg-black">
<div class="container">
<div class="row">
<div class="col-md-12 text-right">
<h1>Pagetitle right</h1>
</div>
<div class="col-md-12">
<ul class="text-right">
<li><a href="home-1.html">Home</a></li>
<li><a href="#!">Pagetitle right</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- end page title section -->