:: **Zploit** v1.0 | Current Path: **/home/kreativepixelz/www/demo/SDV/**
:: Editing File: clients.php
<?php include"header.php"; ?> <!-- CONTENT START --> <div class="page-content"> <!-- INNER PAGE BANNER --> <div class="mt-bnr-inr overlay-wraper bg-parallax bg-top-center" data-stellar-background-ratio="0.5" style="background-image:url(images/banner/4.jpg);"> <div class="overlay-main bg-black opacity-07"></div> <div class="container"> <div class="mt-bnr-inr-entry"> <div class="banner-title-outer"> <div class="banner-title-name"> <h2 class="m-b0">Delivering exceptional service to clients.</h2> </div> </div> <!-- BREADCRUMB ROW --> <div> <ul class="mt-breadcrumb breadcrumb-style-2"> <li><a href="index.php">Home</a></li> <li>Clients</li> </ul> </div> <!-- BREADCRUMB ROW END --> </div> </div> </div> <!-- INNER PAGE BANNER END --> <!-- SECTION CONTENT START --> <div class="section-full p-tb80 inner-page-padding"> <div class="container"> <!-- COLUMNS 1 --> <p style="text-align:center">SDV Bonding Infra Build Pvt. Ltd. proudly serves a diverse range of clients across various sectors, establishing a reputation for excellence in construction services. Our commitment to quality, integrity, and client satisfaction has allowed us to build long-term relationships with our diverse clientele. At SDV Bonding Infra Build Pvt. Ltd., we strive to exceed expectations on every project, transforming visions into reality. </p> <div class="row"> <?php for($i=1;$i<=12;$i++){ ?> <div class="col-lg-4 col-md-6 m-b30"> <div class="client_border"> <div class="mt-img-effect mt-img-overlay7"> <img src="img/clients/<?php echo $i;?>.jpg" alt=""> </div> </div> </div> <!-- COLUMNS 2 --> <?php } ?> </div> </div> </div> <!-- SECTION CONTENT END --> </div> <?php include"footer.php"; ?>