hjkhhrtertererrrrrerrtertertertertertertert
bnmbnerterterterterterdfgdfgdfgdfgdfgdfgdfgdfgdfg
/
home4
/
digil8bw
/
legalfluence.com
/
Upload FileeE
HOME
<?php ob_start(); include("configuration/function-include.php"); ?> <?php include 'header.php';?> <!-- End Header --> <!-- page-banner-section ================================================== --> <section class="page-banner-section" style="background:url(images/service.jpg) center;background-size: cover;"> <div class="container"> <div class="row"> <div class="col-md-12"> <h2 style="color:#a36d08">Our Services</h2> <ul class="page-depth"> <li><a href="">Home</a></li> <li><a href="">Our Services</a></li> </ul> </div> </div> </div> </section><!-- End page-banner section --> <!-- services-page section ================================================== --> <!-- Our Services ================================================== --> <section class="projects-section abt-project"> <div class="container"> <div class="project-title title"> <span class="sm-title">Our Services</span> <h2 class="box-header">OUR FEATURED SERVICES</h2> <p></p> </div> </div> <style> @media only screen and (max-width:500px) { .fa { display:none; } .buisness{ width: 100% } } .xp-description>div{ text-align:justify; } </style> <div class="xp-fservices container"> <?php $i = 0; $sql_select = "Select * from service "; $query_select = mysqli_query($conn, $sql_select); while($res_select = mysqli_fetch_array($query_select)){ $i++; ?> <div class="col-md-4 col-sm-6 col-xs-6 buisness"> <div class="xp-fservice"> <span class="fa "><img src="images/family.png" alt=""></span> <div class="xp-fservicecontent"> <div class="xp-title"> <h4><span><?php echo $res_select['service'];?></h4> </div> <div class="xp-description"> <div class="teaser"><?php echo substr($res_select['description'],0,120)."..."; ?></div> <div class="complete" style="display:none;"> <?php echo $res_select['description'];?></div> <a class="more btn readmore callto-action" href="#" style="background:#a36d08;color:white;">Read More</a> </div> </div> </div> </div> <?php } ?> </div> </section><!-- End projects --> <!-- End services-page section --> <!-- Buy Now ================================================== --> <section class="pad-tb-40 callto-action"> <div class="container"> <div class="row"> <!-- Column --> <div class="col-sm-12"> <div class="callto-action"> <h3 class=""><span class="call-title-text"><span class="call-title-text"> Need more details? Contact us<br> We are here to assist. Contact us by email at <a href="mailto:info@legalfluence.com" style="color:white;">info@legalfluence.com</a> </span></span><a href="contact.php" class="button-one">Contact us</a></h3> </div> </div><!-- Column --> </div><!-- row --> </div><!-- Container --> </section><!-- footer ================================================== --> <?php include 'footer.php';?>