D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
realadss
/
kavyaeventz.in
/
Filename :
catering-services.php
back
Copy
<?php include("include/header.php"); ?> <!--Page Title--> <section class="page-title" data-bg-img="images/CateringServicesbanner.jpg"> <div class="auto-container"> <h1>Catering Services</h1> <ul class="bread-crumb"> <li><a href="index.php">Home</a></li> <li style="color:white;">Catering Services</li> </ul> </div> <!--Go Down Button--> <div class="go-down"> <div class="curve scroll-to-target" data-target="#department-section"><span class="icon fa fa-arrow-down"></span></div> </div> </section> <!--Start Our Department Areas--> <section> <div class="container-fluid pb-35"> <div class="sec-title"> <h2>OUR FEATURE SERVICES</h2> <div class="line"></div> </div> <div class="sec-content mt-50"> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-3 col-lg-3"> <div class="department"> <div class="thumb"> <img class="img-responsive img-fullwidth" src="images/food1.jpg" alt=""> </div> <div class="department-details"> <div class="round-style"></div> <i class="icon flaticon-knife-fork-and-plate"></i> <h4 class="title">Veg Food </h4> <p class="details pt-5">We provide pure vegetarian catering services. Perfect cleanliness, exceptional service coupled with the best cuisine and competitive pricing will ensure that you truly celebrate.</p> <center><a href="veg-food.php" class="thm-btn btn-xs mr-5"><i class="fa fa-angle-double-right"></i> Read More</a></center> </div> </div> </div> <div class="col-xs-12 col-sm-6 col-md-3 col-lg-3"> <div class="department"> <div class="thumb"> <img class="img-responsive img-fullwidth" src="images/nonvegfood.jpg" alt=""> </div> <div class="department-details"> <div class="round-style"></div> <i class="icon flaticon-knife-fork-and-plate"></i> <h4 class="title">Non-Veg Food</h4> <p class="details pt-5">Kavya Eventz provide non-veg catering services for house parties, office parties, cocktail ceremonies, weddings. Exceptional service coupled with competitive pricing will ensure you truly celebrate.</p> <center><a href="nonveg-food.php" class="thm-btn btn-xs mr-5"><i class="fa fa-angle-double-right"></i> Read More</a></center> </div> </div> </div> </div> </div> </div> </section> <!--Why Us Section--> <?php include("include/footer.php"); ?>