File: /home/aashishs/manishjhanepal.com.np/wp-content/themes/_nm_portfolio/theme/services.php
<?php include_once('./header.php') ?>
<section class="ftco-section ftco-bread">
<div class="container">
<div class="row no-gutters slider-text justify-content-center align-items-center">
<div class="col-md-8 ftco-animate">
<p class="breadcrumbs"><span class="mr-2"><a href="index.php">Home</a></span> <span>Services</span></p>
<h1 class="bread">My Services</h1>
</div>
</div>
</div>
</section>
<section class="ftco-section">
<div class="container">
<div class="row">
<div class="col-md-4 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services py-4 d-block">
<div class="d-flex justify-content-start">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-big-lens"></span>
</div>
</div>
<div class="media-body p-2 mt-2">
<h3 class="heading mb-3">Pounds Of Equipment</h3>
<p>A small river named Duden flows by their place and supplies.</p>
</div>
</div>
</div>
<div class="col-md-4 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services py-4 d-block">
<div class="d-flex justify-content-start">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-printing-photo"></span>
</div>
</div>
<div class="media-body p-2 mt-2">
<h3 class="heading mb-3">Photo Print</h3>
<p>A small river named Duden flows by their place and supplies.</p>
</div>
</div>
</div>
<div class="col-md-4 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services py-4 d-block">
<div class="d-flex justify-content-start">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-focusing-target"></span>
</div>
</div>
<div class="media-body p-2 mt-2">
<h3 class="heading mb-3">Client Focus</h3>
<p>A small river named Duden flows by their place and supplies.</p>
</div>
</div>
</div>
<div class="col-md-4 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services py-4 d-block">
<div class="d-flex justify-content-start">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-camera"></span>
</div>
</div>
<div class="media-body p-2 mt-2">
<h3 class="heading mb-3">Studio Sessions</h3>
<p>A small river named Duden flows by their place and supplies.</p>
</div>
</div>
</div>
<div class="col-md-4 d-flex align-sel Searchf-stretch ftco-animate">
<div class="media block-6 services py-4 d-block">
<div class="d-flex justify-content-start">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-polaroid-pictures"></span>
</div>
</div>
<div class="media-body p-2 mt-2">
<h3 class="heading mb-3">Polaroid Pictures</h3>
<p>A small river named Duden flows by their place and supplies.</p>
</div>
</div>
</div>
<div class="col-md-4 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services py-4 d-block">
<div class="d-flex justify-content-start">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-film"></span>
</div>
</div>
<div class="media-body p-2 mt-2">
<h3 class="heading mb-3">Old Fill Roll</h3>
<p>A small river named Duden flows by their place and supplies.</p>
</div>
</div>
</div>
</div>
</section>
<?php include_once('./footer.php') ?>