|
Server : Apache System : Linux p3plzcpnl507073.prod.phx3.secureserver.net 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : swg98tjyzel1 ( 5098476) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/swg98tjyzel1/public_html/bityatra.com/ |
Upload File : |
<?php
define('SECURE_ACCESS', true); // This line is required before including config.php
include("config.php");
?>
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="description" content="" />
<meta name="keywords"
content="" />
<meta name="author" content="Set Private Limited" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<title>Bityatra -Contact Us</title>
<!------------------------------------------
Main CSS File
<------------------------------------------>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/menu.css">
<link rel="stylesheet" href="css/custom-animation.css">
<!-- Style CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Favicon -->
<link href="images/favicon.png" rel="shortcut icon" type="image/png">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-17582356210"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-17582356210');
</script>
</head>
<body>
<div class="preloader"></div>
<!-- Start Page Wrapper -->
<div class="page-wrapper">
<?php include"header.php"; ?>
<!-- Inner Section Start -->
<section class="inner-area parallax-bg" data-background="images/bg/px-2.jpg" data-type="parallax" data-speed="3">
<div class="container">
<div class="section-content">
<div class="row">
<div class="col-12">
<h4>contact</h4>
<p>Home <a href="#">contact</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- Inner Section End -->
<section class="contact-details pb-70">
<div class="container">
<div class="section-content">
<div class="row">
<div class="col-12 col-sm-12 col-md-7 col-lg-7">
<h3 class="title">Contact <span>us</span></h3>
<form id="ajax-contact" method="post" action="https://heatmaponline.com/html/touran/php/contact.php">
<div class="form-row">
<div class="form-group col-md-6">
<input type="text" name="f_name" id="f_name" class="form-control" placeholder="First Name" required>
</div>
<div class="form-group col-md-6">
<input type="text" name="l_name" id="l_name" class="form-control" placeholder="Last Name" required>
</div>
<div class="form-group col-md-12">
<input type="email" name="email" id="email" class="form-control" placeholder="Your Email" required>
</div>
<div class="form-group col-md-12">
<input type="text" name="subject" class="form-control" placeholder="Subject" id="subject" required>
</div>
<div class="form-group col-md-12">
<div class="contact-textarea">
<textarea class="form-control" rows="6" placeholder="Wright Message" id="message" name="message" required></textarea>
<button class="btn btn-theme mt-4" type="submit" value="Submit Form">Send Message</button>
</div>
</div>
<div id="form-messages"></div>
</div>
</form>
</div>
<div class="col-12 col-sm-12 col-md-5 col-lg-5">
<h3 class="title">Get in <span>Touch</span></h3>
<div class="service-item style-1 border-1px">
<div class="service-icon">
<i class="pe-7s-map"></i>
</div>
<div class="content">
<h5><a href="#">Contact Info</a></h5>
<p>PLOT NO-47,SASTRI NAGAR,UNIT-4,INFRONT OF SAIL OFFICE,BHUBANESWAR ODISHA 751001</p>
</div>
</div>
<div class="service-item style-1 border-1px">
<div class="service-icon">
<i class="pe-7s-phone"></i>
</div>
<div class="content">
<h5><a href="#">Phone No</a></h5>
<p>+91 8392839293</p>
</div>
</div>
<div class="service-item style-1 border-1px">
<div class="service-icon">
<i class="pe-7s-mail-open"></i>
</div>
<div class="content">
<h5><a href="#">Email</a></h5>
<p><a href="#">bitshubhyatra@gmail.Com</a> </p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="p-0">
<div class="map">
</div>
</section>
<?php include"footer.php"; ?>