-
Notifications
You must be signed in to change notification settings - Fork 4
/
contact.html
416 lines (343 loc) · 15 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>MiVida - For the Love of Life</title>
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="plugins/revolution/css/settings.css" rel="stylesheet" type="text/css"><!-- REVOLUTION SETTINGS STYLES -->
<link href="plugins/revolution/css/layers.css" rel="stylesheet" type="text/css"><!-- REVOLUTION LAYERS STYLES -->
<link href="plugins/revolution/css/navigation.css" rel="stylesheet" type="text/css"><!-- REVOLUTION NAVIGATION STYLES -->
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<link rel="icon" href="images/favicon.png" type="image/x-icon">
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
</head>
<body>
<div class="page-wrapper">
<!-- Preloader -->
<div class="preloader"></div>
<!-- Main Header-->
<header class="main-header">
<!--Header-Upper-->
<div class="header-upper">
<div class="outer-container">
<div class="clearfix">
<div class="pull-left logo-box">
<div class="logo"><a href="index.html"><img src="images/logo.png" alt="" title=""></a></div>
</div>
<div class="nav-outer clearfix">
<!--Mobile Navigation Toggler For Mobile-->
<div class="mobile-nav-toggler"><span class="icon flaticon-menu-4"></span></div>
<!-- Main Menu -->
<nav class="main-menu navbar-expand-md">
<div class="navbar-header">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse scroll-nav clearfix" id="navbarSupportedContent">
<ul class="navigation clearfix">
<li><a href="who-we-are.html">Who We Are</a></li>
<li><a href="masterplan.html">Master Plan</a></li>
<li><a href="price.html">Pricing</a></li>
<li><a href="booking.html">Booking</a></li>
<li><a href="unique.html">Unique</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</nav>
<!-- Main Menu End-->
</div>
<!-- Outer Box -->
<div class="social-outer-box">
<ul class="social-links">
<li><a href="#"><span class="fa fa-facebook-f"></span></a></li>
<li><a href="#"><span class="fa fa-instagram"></span></a></li>
<li><a href="#"><span class="fa fa-twitter"></span></a></li>
<li><a href="#"><span class="fa fa-linkedin"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
<!--End Header Upper-->
<!--Sticky Header-->
<div class="sticky-header">
<div class="auto-container clearfix">
<!--Logo-->
<div class="logo pull-left">
<a href="index.html" class="img-responsive"><img src="images/logo-small.png" alt="" title=""></a>
</div>
<!--Right Col-->
<div class="right-col pull-right">
<!-- Main Menu -->
<nav class="main-menu navbar-expand-md">
<div class="navbar-collapse collapse clearfix" id="navbarSupportedContent1">
<ul class="navigation clearfix"><!--Keep This Empty / Menu will come through Javascript--></ul>
</div>
</nav><!-- Main Menu End-->
</div>
</div>
</div>
<!--End Sticky Header-->
<!-- Mobile Menu -->
<div class="mobile-menu">
<div class="menu-backdrop"></div>
<div class="close-btn"><span class="icon flaticon-cancel-1"></span></div>
<!--Here Menu Will Come Automatically Via Javascript / Same Menu as in Header-->
<nav class="menu-box">
<div class="nav-logo"><a href="index.html"><img src="images/nav-logo.png" alt="" title=""></a></div>
<ul class="navigation clearfix"><!--Keep This Empty / Menu will come through Javascript--></ul>
</nav>
</div><!-- End Mobile Menu -->
</header>
<!-- End Main Header -->
<!-- Page Title -->
<section class="page-title page-title-contact" style="background-image:url(images/banner.jpg)">
<div class="auto-container">
<div class="content">
<h2>Contact us</h2>
<div class="text">Join the MIVIDA Pakistan Guild</div>
<ul class="page-breadcrumb">
<li><a href="#">Home</a></li>
<li>Contact</li>
</ul>
</div>
</div>
</section>
<!-- End Page Title -->
<section class="contact-form-section">
<div class="pattern-layer" style="background-image:url(images/background/pattern-19.png)"></div>
<div class="auto-container">
<!-- Title Box -->
<div class="sec-title centered">
<div class="inner-title">
<div class="big-title">MIVIDA</div>
<h2>Join MIVIDA Pakistan Guild</h2>
</div>
<div class="text">We are always here to server your best interest</div>
</div>
<!-- Contact Form -->
<div class="contact-form">
<!--Contact Form-->
<form method="post" action="sendemail.php" id="contact-form-index">
<div class="row clearfix">
<div class="form-group col-lg-6 col-md-6 col-sm-12">
<input class="round-border" type="text" name="username" placeholder="Name" required>
</div>
<div class="form-group col-lg-6 col-md-6 col-sm-12">
<input class="round-border" type="text" name="email" placeholder="Email" required>
</div>
<div class="form-group col-lg-6 col-md-6 col-sm-12">
<input class="round-border" type="text" name="service" placeholder="Property you interested in" required>
</div>
<div class="form-group col-lg-6 col-md-6 col-sm-12">
<input class="round-border" type="text" name="phone" placeholder="Phone" required>
</div>
<div class="form-group col-lg-12 col-md-12 col-sm-12 ">
<textarea class="round-border" name="message" placeholder="Message"></textarea>
</div>
<div class="form-group text-center col-lg-12 col-md-12 col-sm-12">
<button class="theme-btn btn-style-one" type="submit" name="submit-form">send message</button>
</div>
</div>
</form>
</div>
</div>
</section>
<!-- Contact Info Section -->
<section class="contact-info-section">
<div class="auto-container">
<div class="row clearfix">
<div class="sec-title style-three">
<div class="inner-title">
<h2>Contact Information</h2>
<div class="text" style="font-size:20px;">We are always here to serve your best intersts</div>
</div>
</div>
</div>
<div class="row clearfix">
<div class="column col-lg-6 col-md-12 col-sm-12">
<!-- Sec Title -->
<ul class="list-style-two">
<li><div class="icon icon-pin"></div><div> MIVIDA Pakistan Plot No. 21, First Floor Fazeelat Arade,<br>G-11 Markaz, Islamabad, Pakistan</div></li>
<li><div class="icon icon-call-in"></div><div> UAN: <a href="tel:+9251111786000">+92 51 111 786 000</a><br>PH: <a href="tel:+92512364473">+92 51 236 44 73-6</a></div></li>
</ul>
</div>
<div class="column col-lg-6 col-md-12 col-sm-12">
<!-- Sec Title -->
<ul class="list-style-two">
<li><span class="icon icon-envelope"></span> <i>Email: </i><a href="mailto:[email protected]">[email protected]</a></li>
<li><span class="icon icon-call-in"></span> <i>Phone: </i><a href="tel:2345018607">(234) 501 8607</a> - <a href="tel:2345018607">(234) 620 7129</a></li>
</ul>
</div>
</div>
<!-- Social Box -->
<div class="social-box">
<a href="#"><span class="fa fa-facebook-f"></span></a>
<a href="#"><span class="fa fa-instagram"></span></a>
<a href="#"><span class="fa fa-twitter"></span></a>
<a href="#"><span class="fa fa-linkedin"></span></a>
</div>
</div>
</section>
<!-- End Contact Info Section -->
<!--Map Section-->
<section class="map-section">
<!--Map Outer-->
<div class="map-outer">
<div class="google-map"
id="contact-google-map"
data-map-lat="44.231172"
data-map-lng="-76.485954"
data-icon-path="images/icons/map-marker.png"
data-map-title="Alabama, USA"
data-map-zoom="12"
data-markers='{
"marker-1": [42.231172, -84.485954, "<h4>Branch Office</h4><p>4/99 Alabama, USA</p>"],
"marker-2": [44.231172, -76.485954, "<h4>Branch Office</h4><p>4/99 Alabama, USA</p>"],
"marker-3": [40.880550, -78.393705, "<h4>Branch Office</h4><p>4/99 Pennsylvania, USA</p>"]
}'>
</div>
</div>
</section>
<!--End Map Section-->
<!-- Main Footer -->
<footer class="main-footer">
<div class="auto-container">
<!--Widgets Section-->
<div class="widgets-section">
<div class="row clearfix">
<!--Column-->
<div class="big-column col-lg-6 col-md-12 col-sm-12">
<div class="row clearfix">
<!--Footer Column-->
<div class="footer-column col-lg-7 col-md-6 col-sm-12">
<div class="footer-widget about-widget">
<ul class="social-links">
<li><a href="#"><span class="fa fa-facebook-f"></span></a></li>
<li><a href="#"><span class="fa fa-instagram"></span></a></li>
<li><a href="#"><span class="fa fa-twitter"></span></a></li>
<li><a href="#"><span class="fa fa-linkedin"></span></a></li>
</ul>
<div class="text">Sit eit malis civibus kase iuvaret bandit no kec, ipsum volumus indis aissentias referrentur vix euno utamur.</div>
<div class="copyright"><span>MiVida</span> <br> © All rights reserved.</div>
</div>
</div>
<!--Footer Column-->
<div class="footer-column col-lg-5 col-md-6 col-sm-12">
</div>
</div>
</div>
<!--Column-->
<div class="big-column col-lg-6 col-md-12 col-sm-12">
<div class="row clearfix">
<!--Footer Column-->
<div class="footer-column col-lg-6 col-md-6 col-sm-12">
<div class="footer-widget links-widget">
<h2>What we do</h2>
<ul class="footer-list">
<li><a href="#">Who We Are</a></li>
<li><a href="#">Master Plan</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Booking</a></li>
<li><a href="#">Gallery</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
</div>
<!--Footer Column-->
<div class="footer-column col-lg-6 col-md-6 col-sm-12">
<div class="footer-widget contact-widget">
<h2>Contact</h2>
<ul class="contact-list">
<li>Adress: <span>MIVIDA Pakistan, 1st Floor, Fazeelat Arcade, G-11 Markaz, Islamabad, Pakistana</span></li>
<li>Phone: <span><a href="tel:+92 51 111 786 000">+92 51 111 786 000</a></span></li>
<li>Email: <span><a href="mailto:[email protected]">[email protected]</a></span></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Bottom Image -->
<div class="footer-bottom-image">
<div class="image">
<img src="images/background/mivida_footer_bg.png" alt="" />
</div>
</div>
</footer>
</div>
<!--End pagewrapper-->
<!--Scroll to top-->
<div class="scroll-to-top scroll-to-target" data-target="html"><span class="fa fa-angle-double-up"></span></div>
<!--Search Popup-->
<div id="search-popup" class="search-popup">
<div class="close-search theme-btn"><span class="flaticon-cancel-1"></span></div>
<div class="popup-inner">
<div class="overlay-layer"></div>
<div class="search-form">
<form method="post" action="index.html">
<div class="form-group">
<fieldset>
<input type="search" class="form-control" name="search-input" value="" placeholder="Search Here" required >
<input type="submit" value="Search Now!" class="theme-btn">
</fieldset>
</div>
</form>
<br>
<h3>Recent Search Keywords</h3>
<ul class="recent-searches">
<li><a href="#">Business</a></li>
<li><a href="#">Web Development</a></li>
<li><a href="#">SEO</a></li>
<li><a href="#">Logistics</a></li>
<li><a href="#">Freedom</a></li>
</ul>
</div>
</div>
</div>
<script src="js/jquery.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!--Revolution Slider-->
<script src="plugins/revolution/js/jquery.themepunch.revolution.min.js"></script>
<script src="plugins/revolution/js/jquery.themepunch.tools.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.carousel.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.migration.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.parallax.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.video.min.js"></script>
<script src="js/main-slider-script.js"></script>
<script src="js/jquery.scrollTo.js"></script>
<script src="js/appear.js"></script>
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/jquery.fancybox.js"></script>
<script src="js/owl.js"></script>
<script src="js/wow.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/paroller.js"></script>
<script src="js/script.js"></script>
<script src="js/validate.js"></script>
<!--Google Map APi Key-->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDcaOOcFcQ0hoTqANKZYz-0ii-J0aUoHjk"></script>
<script src="js/gmaps.js"></script>
<script src="js/map-script.js"></script>
<!--End Google Map APi-->
</body>
</html>