-
Notifications
You must be signed in to change notification settings - Fork 4
/
who-we-are.html
419 lines (346 loc) · 17 KB
/
who-we-are.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
417
418
419
<!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 -->
<!-- End Page Title -->
<!-- Page Title -->
<section class="page-title page-title-whoWeAre" style="background-image:url(images/background/who_we_are_bg.png)">
<div class="auto-container">
<div class="content text-header-whoweare">
<h2>Who We Are</h2>
<div class="text">The Association With A Conscience.</div>
<ul class="page-breadcrumb">
<li><a href="#">Home</a></li>
<li>Who We Are</li>
</ul>
</div>
</div>
</section>
<!-- End Page Title -->
<!-- Product Tab Section -->
<section class="product-tab-section section-content-WhoWeAre" style="background-image:url(images/background/mivida_who_we_are_bg.png)">
<div class="auto-container ">
<!-- Content Box -->
<div class="content-box">
<div class="inner-content" style="border-radius: 10px;">
<!-- Sec Title -->
<div class="sec-title">
<div class="inner-title">
<h2>Team MIVIDA Messages</h2>
<div class="text">
<p>Assalam o Alaikum and Allah’s Bounteous Blessings for you All,</p>
<p>We feel proud to announce the coming-of-age MIVIDA Pakistan for you, the first Eco-sustainable City with Smart Progression, made possible through conceptual innovation and leadership, assuring long-term investment benefits and a safest, cleanest and greenest eco-friendly environment with maximum health safety features; a lifestyle that attempts at minimal wastage of natural and personal resources right up from design and construction stage.</p>
<p>We at MIVIDA Pakistan are truly proud to be able to fully provide such a lifestyle with high-end luxury and comfort, customized by the most experienced at our Project, at par with the most advanced in the world. It is no mean feat to present you with this yet-unimaginable, amazingly futuristic housing prospect; and we take pride in hailing you to come verify our claim.</p>
<p>We wish you the finest and the fullest Love of Life here at MIVIDA Pakistan.</p>
<p>Best Regards</p>
<p><b>Team MIVIDA Pakistan.</b></p>
<p><a href="#" class="theme-btn btn-style-two">Learn more</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section style="margin:450px;"></section>
<section class="product-tab-section" style="background-image:url(images/background/mivida_who_we_are_bg.png)">
<div class="auto-container">
<!-- Content Box -->
<div class="content-box">
<div class="inner-content no-box-shadow team-message no-margin">
<!-- Sec Title -->
<div class="sec-title">
<div class="inner-title text-section-WhoWeAre">
<h2>Team MIVIDA</h2>
<div class="text ">
<p class='light-text'>A unique combination of seasoned Land owners and well-established Developers that bring forth a comprehensive expansion of virbrant, sustainable, smart and green housing lifestyle, providing a range of Residential, Commercial and Resort living Fascilities set in the lush green haven of the Capital Islamabad City's luxuriance, served with plenteous high-end amenities and futuristic infrastructure.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="product-tab-section majestic-section auto-container ">
<!-- Content Box -->
<div class="content-box">
<div class="image ">
<img src ='images/Khanialbuilderimage.png' class = "image2-WhoWeAre">
</div>
<div class="inner-content textbox-majestic no-margin_M" style="margin-top: -60px">
<!-- Sec Title -->
<div class="sec-title">
<div class="inner-title text-section-WhoWeAre">
<h2>The Majestic Meld</h2>
<div class="text ">
<p class='light-text'>“We are not new to the turf of Housing Our People.”</b></p><p> MIVIDA Pakistan, Khanial Homes and Khanial Builders Pvt. Ltd. in association with MIVIDA Developments Pvt. Ltd. have partnered up with some of the most practiced groups globally and nationally who excel in realizing trends of future living today.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="product-tab-section featured-companies" style="background-image:url(images/background/mivida_who_we_are_bg.png)">
<div class="auto-container">
<div class="row clearfix">
<!-- Price Block -->
<div class="price-block-two col-lg-6 col-md-12 col-sm-12 ">
<div class="inner-box wow fadeInUp " data-wow-delay="500ms" data-wow-duration="1500ms">
<img src="images/Meinhardt.png" class="image-WhoWeAre" >
<div class="centered upper-box" >
</div>
<div class="lower-box who-we-are-box">
<h2><b>Meinhardt Group (Singapore): MIVIDA Pakistan Town Planners</b></h2>
<p>Established since 1955 – presence in 51 offices worldwide with 4,500 employees – largest independent engineering consulting firm globally by revenue.</p>
<p> They are behind MIVIDA Pakistan’s engineering excellence in Master Planning, Urban Development, Environmentally Sustainable Design & Architecture, Interior Design, Civil & Structural Engineering, MEP, Transportation, Management, and the rest.</p>
<p> Meinhardt has aspired for MIVIDA to make it an Emblem of Modern Age Development. https://meinhardtgroup.com</p>
</div>
</div>
</div>
<!-- Price Block -->
<div class="price-block-two col-lg-6 col-md-12 col-sm-12">
<div class="inner-box wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
<img src="images/banumukhtar.png" class="image-WhoWeAre" >
<div class="centered upper-box">
</div>
<div class="lower-box who-we-are-box">
<h2><b>Banu Mukhtar</b></h2>
<p>Established since 1964, Banu Mukhtar is one of the leading construction groups of Pakistan. They are following the most modern internationally acceptable standards. With multiple reputable projects of national significance in their credit, quality and on-time project delivery are their hallmarks. MIVIDA Pakistan, bein the first eco sustainable city of the country has joined hands with Banu Mukhtar as they are specialist in developing Eco Sustainable projects in Pakistan.</p>
<p><b><a href="https://www.banumukhtar.com" target="_">www.banumukhtar.com</a></b></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Product Tab 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>