D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
realadss
/
kavyaeventz.in
/
backup
/
Filename :
wedding-planner.php
back
Copy
<?php include("include/header.php"); ?> <!--Page Title--> <section class="page-title" data-bg-img="images/background/page-title-1.jpg"> <div class="auto-container"> <h1>Wedding Planner</h1> <ul class="bread-crumb"> <li><a href="index.php">Home</a></li> <li><a href="#">Wedding Planner</a></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/haldi.jpg" alt=""> </div> <div class="department-details"> <div class="round-style"></div> <i class="icon flaticon-roses-bouquet"></i> <h4 class="title">Haldi</h4> <p class="details pt-5">Haldi ceremony is a cherished and unforgettable part of your wedding festivities. Kavya Eventz provides everything from venue sourcing to catering. To make your every pre-wedding function/event a joyous one.</p> <center><a href="haldi.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/mehndi.jpg" alt=""> </div> <div class="department-details"> <div class="round-style"></div> <i class="icon flaticon-roses-bouquet"></i> <h4 class="title">Mehndi</h4> <p class="details pt-5">At a wedding, The mehndi ceremony or party is a prewedding event. Kavya Eventz provides everything from venue sourcing to catering. To make your every pre-wedding function/event a joyous one.</p> <center><a href="mehndi.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/reception.jpg" alt=""> </div> <div class="department-details"> <div class="round-style"></div> <i class="icon flaticon-roses-bouquet"></i> <h4 class="title">Reception </h4> <p class="details pt-5">Planning your wedding reception can take a lot of work and it all starts with deciding on the reception venue. Kavya Eventz takes all the responsibility from venue to decoration and entertainment.</p> <center><a href="reception.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/engement.jpg" alt=""> </div> <div class="department-details"> <div class="round-style"></div> <i class="icon flaticon-roses-bouquet"></i> <h4 class="title">Engagement</h4> <p class="details pt-5">“Engagement is two halves of the same sole joining together in life’s journey”. We Help Make Your Event a Massive Success.The Engagement Ceremony is a pre wedding ceremony and important part of wedding in many cultures.</p> <center><a href="engagement.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/bechlorparty.jpg" alt=""> </div> <div class="department-details"> <div class="round-style"></div> <i class="icon flaticon-roses-bouquet"></i> <h4 class="title">Bachelor Party</h4> <p class="details pt-5">At a wedding, The Bachelors Party is a pre-wedding event. Kavya Eventz arrange for best dancers, singers as well as anchors for making the event successful. We Help Make Your Event a Massive Success.</p> <center><a href="bachelor-party.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"); ?>