-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
605 lines (575 loc) · 33 KB
/
index.php
File metadata and controls
605 lines (575 loc) · 33 KB
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
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>MBZTECHNOLOGY</title>
<!-- favicon -->
<link rel=icon href="assets/img/favicon.png" sizes="20x20" type="image/png">
<!-- animate -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- bootstrap -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- magnific popup -->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!-- owl carousel -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!-- icons -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/line-awesome.min.css">
<link rel="stylesheet" href="assets/css/themify-icons.css">
<link rel="stylesheet" href="assets/css/flaticon.css">
<!-- slick slider -->
<link rel="stylesheet" href="assets/css/slick.css">
<!-- animated slider -->
<link rel="stylesheet" href="assets/css/animated-slider.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- responsive Stylesheet -->
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<!-- preloader area start -->
<div class="preloader" id="preloader">
<div class="preloader-inner">
<div class="spinner">
<div class="dot1"></div>
<div class="dot2"></div>
</div>
</div>
</div>
<!-- preloader area end -->
<!-- search Popup -->
<div class="body-overlay" id="body-overlay"></div>
<div class="search-popup" id="search-popup">
<form action="index.html" class="search-form">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search.....">
</div>
<button type="submit" class="submit-btn"><i class="fa fa-search"></i></button>
</form>
</div>
<!-- //. search Popup -->
<!-- navbar area start -->
<?php include 'header.php'; ?>
<!-- navbar area end -->
<!-- header area start -->
<div class="header-area header-bg" style="background-image:url(assets/img/bg/banner-bg.png);">
<div class="container">
<div class="banner-slider banner-slider-one">
<div class="banner-slider-item">
<div class="row">
<div class="col-xl-5 col-lg-6 col-md-6 offset-xl-1">
<div class="header-inner-details">
<div class="header-inner">
<h1 class="title s-animate-1">Better <span>Software Engineering</span> promotes sales & profits</h1>
<p class="s-animate-2">We specialize in creating cutting-edge software solutions that drive sales and boost profits for your business.<br> With our innovative approach, we ensure your technology works for you, not against you.</p>
<div class="btn-wrapper desktop-left padding-top-20">
<a href="service.php" class="btn btn-radius btn-green s-animate-3">Read More</a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 hidden-sm">
<div class="banner-thumb-wrap">
<div class="banner-thumb">
<img class="header-inner-img" src="assets/img/banner/1.png" alt="banner-img">
<img class="banner-1-img2" src="assets/img/banner/2.png" alt="banner-img">
<img class="banner-1-img3" src="assets/img/banner/3.png" alt="banner-img">
</div>
</div>
</div>
</div>
</div>
<div class="banner-slider-item">
<div class="row">
<div class="col-xl-5 col-lg-6 col-md-6 offset-xl-1">
<div class="header-inner-details">
<div class="header-inner">
<h1 class="title s-animate-1">Crafting online <span>Data Analytics</span> for you</h1>
<p class="s-animate-2">We excel in data analytics, providing you with valuable insights to make informed decisions. </p>
<div class="btn-wrapper desktop-left padding-top-20">
<a href="about.php" class="btn btn-radius btn-green s-animate-3">Read More</a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 hidden-sm">
<div class="banner-thumb-wrap">
<div class="banner-thumb">
<img class="header-inner-img" src="assets/img/banner/01.png" alt="banner-img">
<img class="banner-1-img2" src="assets/img/banner/02.png" alt="banner-img">
<img class="banner-1-img3" src="assets/img/banner/03.png" alt="banner-img">
</div>
</div>
</div>
</div>
</div>
<div class="banner-slider-item">
<div class="row">
<div class="col-xl-5 col-lg-6 col-md-6 offset-xl-1">
<div class="header-inner-details">
<div class="header-inner">
<h1 class="title s-animate-1">Most advantage <span>Product Design</span></h1>
<p class="s-animate-2">Our product design team crafts user-friendly and visually appealing products that resonate with your audience. </p>
<div class="btn-wrapper desktop-left padding-top-20">
<a href="service.php" class="btn btn-radius btn-green s-animate-3">Read More</a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 hidden-sm">
<div class="banner-thumb-wrap">
<div class="banner-thumb">
<img class="header-inner-img" src="assets/img/banner/1.png" alt="banner-img">
<img class="banner-1-img2" src="assets/img/banner/2.png" alt="banner-img">
<img class="banner-1-img3" src="assets/img/banner/03.png" alt="banner-img">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- header area End -->
<?php include 'servicess.php'; ?>
<!-- soft-box area start -->
<div class="sbs-what-riyaqas pd-default-120 mg-top-105" style="background-image:url(assets/img/bg/1h1.png);">
<div class="container">
<div class="row">
<div class="col-lg-6 wow animated fadeInRight" data-wow-duration="1s" data-wow-delay="0.3s">
<img src="assets/img/we-provide/5.png" alt="img">
</div>
<div class="col-xl-5 col-lg-6 desktop-center-item">
<div class="desktop-center-area wow animated fadeInLeft" data-wow-duration="1s" data-wow-delay="0.3s">
<div class="section-title style-two">
<h2 class="title">What is <span>MBZTECHNOLOGY?</span></h2>
<p>MBZTECHNOLOGY is a forward-thinking tech company dedicated to delivering cutting-edge solutions. We provide innovative services and products to meet your business needs and drive growth.</p>
</div>
<div class="row">
<div class="col-md-6">
<div class="riyaqas-check-list">
<img src="assets/img/icons/check.svg" alt="check">
<span>Experienced Team</span>
</div>
<div class="riyaqas-check-list">
<img src="assets/img/icons/check.svg" alt="check">
<span>Custom Solutions</span>
</div>
</div>
<div class="col-md-6">
<div class="riyaqas-check-list">
<img src="assets/img/icons/check.svg" alt="check">
<span>Innovation</span>
</div>
<div class="riyaqas-check-list">
<img src="assets/img/icons/check.svg" alt="check">
<span>Customer-Centric Approach</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- soft-box area End -->
<div class="sbs-talented-people mg-top-120">
<div class="container">
<div class="row">
<div class="col-xl-5 col-lg-6 offset-xl-1 desktop-center-item">
<div class="desktop-center-area">
<div class="section-title style-three">
<h2 class="title">300+ Talented People</h2>
<p>With a team of over 300 talented individuals, we are dedicated to delivering exceptional results. Our skilled professionals work collaboratively to bring innovation and excellence to every project we undertake.</p>
</div>
<div class="talented-pepole-list">
<ul>
<li>
<h3 class="count-num">30</h3>
<span>UI/UX Designer</span>
</li>
<li>
<h3 class="count-num">228</h3>
<span>Developer</span>
</li>
<li>
<h3 class="count-num">8</h3>
<span>Architect</span>
</li>
<li>
<h3 class="count-num">30</h3>
<span>Project Manager</span>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="world-map-wrap">
<img src="assets/img/others/map.png" alt="map">
</div>
</div>
</div>
</div>
</div>
<!-- soft-box area start -->
<div class="sbs-provide-security pd-top-120">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-6 col-lg-6 offset-xl-1 order-lg-12 wow animated fadeInLeft" data-wow-duration="1s" data-wow-delay="0.3s">
<div class="mask-bg-wrap mask-bg-img-3 mb-lg-0 mb-4">
<div class="thumb">
<img src="assets/img/we-provide/desola-lanre-ologun-kwzWjTnDPLk-unsplash.jpg" alt="video">
</div>
</div>
</div>
<div class="col-xl-4 col-lg-6 order-lg-1 align-self-center wow animated fadeInRight" data-wow-duration="1s" data-wow-delay="0.3s">
<div class="section-title style-two">
<h2 class="title"><span>Developers</span> First</h2>
</div>
<div class="riyaqas-stab">
<ul class="nav nav-tabs">
<li class="nav-item">
<a class="nav-link active" data-toggle="tab" href="#d_tabs_1">MBZTECHNOLOGY</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#d_tabs_2">Curl</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#d_tabs_3">Resize</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#d_tabs_4">Doct</a>
</li> -->
</ul>
<div class="tab-content">
<div class="tab-pane fade show active" id="d_tabs_1" >
<div class="riyaqas-stab-content">
<p>MBZTECHNOLOGY, One of the best Softwore Development companies. The forefront as the most innovative web development company. Our cost efficient and structured teamwork justifies our position. Our clients count on our offshore business solutions on a regular.</p>
<p>From concept design to development, testing & implementation, our team is here to support and guide you every step of the way.</p>
</div>
</div>
<!-- <div class="tab-pane fade" id="d_tabs_2">
<div class="riyaqas-stab-content">
<p>MBZTECHNOLOGY Two of the best Softwire Development company. The forefront as the most innovative web development company. Our cost efficient and structured teamwork justifies our position. Our clients count on our offshore business solutions on a regular.</p>
<p>From concept design to development, testing & implementation, our team is here to support and guide you every step of the way.</p>
</div>
</div>
<div class="tab-pane fade" id="d_tabs_3">
<div class="riyaqas-stab-content">
<p>MBZTECHNOLOGY Three of the best Softwire Development company. The forefront as the most innovative web development company. Our cost efficient and structured teamwork justifies our position. Our clients count on our offshore business solutions on a regular.</p>
<p>From concept design to development, testing & implementation, our team is here to support and guide you every step of the way.</p>
</div>
</div>
<div class="tab-pane fade" id="d_tabs_4">
<div class="riyaqas-stab-content">
<p>MBZTECHNOLOGY Four of the best Softwire Development company. The forefront as the most innovative web development company. Our cost efficient and structured teamwork justifies our position. Our clients count on our offshore business solutions on a regular.</p>
<p>From concept design to development, testing & implementation, our team is here to support and guide you every step of the way.</p>
</div>
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- soft-box area End -->
<!-- soft-box area start -->
<div class="leftside-image-area service-area sbs-business-tool pd-bottom-120 mg-top-120" style="background-image:url(assets/img/bg/1h2.png);">
<div class="container">
<div class="row">
<div class="col-lg-6 col-xl-7 wow animated fadeInRight" data-wow-duration="1s" data-wow-delay="0.3s">
<img src="assets/img/business-tool/1.png" alt="img">
</div>
<div class="col-xl-5 col-lg-6 desktop-center-item">
<div class="desktop-center-area wow animated fadeInLeft" data-wow-duration="1s" data-wow-delay="0.3s">
<div class="section-title style-two">
<h2 class="title">All kind of <span>Business <br> tools</span> integration.</h2>
<p>We offer a wide range of business tool integration services to streamline your operations. Our team specializes in creating customized solutions to meet your specific needs, ensuring efficiency and effectiveness in your business processes.</p>
</div>
<div class="row">
<div class="col-lg-9">
<div class="riyaqas-check-list media">
<img class="media-left" src="assets/img/business-tool/pencil.svg" alt="check">
<span>Our experts work meticulously to design and implement solutions tailored to your business requirements, providing a seamless experience.</span>
</div>
<div class="riyaqas-check-list media">
<img class="media-left" src="assets/img/business-tool/search.svg" alt="check">
<span>We leverage cutting-edge technology to enhance your search capabilities and empower you with valuable insights.</span>
</div>
<div class="riyaqas-check-list media mg-bottom-0-991">
<img class="media-left" src="assets/img/business-tool/settings.svg" alt="check">
<span>We ensure that your business tools are configured optimally, allowing you to make the most of your resources and improve productivity.</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- soft-box area End -->
<!-- soft-box area start -->
<div class="sbs-provide-security pd-top-120">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-6 col-lg-6 order-lg-12 wow animated fadeInLeft" data-wow-duration="1s" data-wow-delay="0.3s">
<div class="img-with-video">
<div class="img-wrap">
<img src="assets/img/we-provide/1.png" alt="video">
<div class="hover">
<a href="https://www.youtube.com/watch?v=62QT7I8T5xg" class="video-play-btn mfp-iframe"><img src="assets/img/we-provide/3.svg" alt="video"></a>
</div>
</div>
</div>
</div>
<div class="col-xl-5 col-lg-6 order-lg-1 align-self-center wow animated fadeInRight" data-wow-duration="1s" data-wow-delay="0.3s">
<div class="section-title style-two">
<h2 class="title">How We Provide <br> Strong <span>Security</span></h2>
<p>At MBZTECHNOLOGY, we take security seriously. We implement robust measures to protect your data and ensure your systems are safe from potential threats. Our dedicated team of experts works tirelessly to stay ahead of emerging security challenges and provide you with peace of mind.</p>
</div>
<div class="row">
<div class="col-md-6">
<div class="riyaqas-check-list">
<img class="media-left" src="assets/img/icons/9.svg" alt="check">
<span>Unique Design</span>
</div>
<div class="riyaqas-check-list">
<img class="media-left" src="assets/img/icons/10.svg" alt="check">
<span>Custom domain</span>
</div>
</div>
<div class="col-md-6">
<div class="riyaqas-check-list">
<img class="media-left" src="assets/img/icons/11.svg" alt="check">
<span>Mobile ready</span>
</div>
<div class="riyaqas-check-list">
<img class="media-left" src="assets/img/icons/12.svg" alt="check">
<span>Testing work</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- soft-box area End -->
<!-- testimonial area Start -->
<div class="testimonial-section sbs-testimonial-section pd-top-105 pd-bottom-120" style="background-image:url(assets/img/bg/1h3.png);">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-5 col-lg-6 pd-xl-5 order-lg-12 align-self-center ">
<div class="section-title style-two mb-0">
<h2 class="title">What Our <span>Client Say?</span></h2>
<p>Our clients' feedback speaks volumes about our services. Here's what they have to say about their experience working with us:</p>
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="sbs-testimonial-slider">
<div class="choose_slider">
<div class="choose_slider_items">
<ul id="testimonial-slider">
<li class="current_item">
<div class="media">
<img class="media-left" src="assets/img/client/istockphoto-1341347262-612x612.jpg" alt="client">
<div class="media-body">
<h6>Wilson Ekene</h6>
<p class="designation">Founder at todo</p>
<span>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</span>
</div>
</div>
<p>"I've been working with MBZTECHNOLOGY for several years, and they consistently deliver exceptional software solutions. Their team is talented, responsive, and always meets our project deadlines. I highly recommend their services!"</p>
</li>
<li class="current_item">
<div class="media">
<img class="media-left" src="assets/img/client/istockphoto-1398994132-612x612.jpg" alt="client">
<div class="media-body">
<h6>Ema Wilson</h6>
<p class="designation">CEO at Jox</p>
<span>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</span>
</div>
</div>
<p>"As the CEO of Jox, I rely on MBZTECHNOLOGY for our web development needs. Their expertise and attention to detail have been invaluable to our success. They are a top-notch team, and I'm extremely satisfied with their work."</p>
</li>
<li class="current_item">
<div class="media">
<img class="media-left" src="assets/img/client/istockphoto-1427847593-612x612.jpg" alt="client">
<div class="media-body">
<h6>John Mojika</h6>
<p class="designation">CTO of Uxa</p>
<span>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</span>
</div>
</div>
<p> "MBZTECHNOLOGY has played a crucial role as the CTO of Uxa. Their innovative solutions have helped us stay competitive in the market. Their commitment to quality and professionalism is commendable. We look forward to more collaborations."</p>
</li>
<li class="current_item">
<div class="media">
<img class="media-left" src="assets/img/client/istockphoto-854972852-612x612.jpg" alt="client">
<div class="media-body">
<h6>Refule Mia</h6>
<p class="designation">CEO at craft</p>
<span>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</span>
</div>
</div>
<p>"Working with MBZTECHNOLOGY has been a pleasure. They have a deep understanding of our business needs and consistently deliver on their promises. Their technical expertise and creative solutions have exceeded our expectations."</p>
</li>
<li class="current_item">
<div class="media">
<img class="media-left" src="assets/img/client/istockphoto-1475344757-612x612.jpg" alt="client">
<div class="media-body">
<h6>Madeniko Stone</h6>
<p class="designation">Branding Idendity</p>
<span>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</span>
</div>
</div>
<p>"I've had the privilege of collaborating with MBZTECHNOLOGY on branding identity projects. Their dedication to creating unique and visually appealing designs is remarkable. I'm impressed by their professionalism and artistic flair."</p>
</li>
</ul>
</div>
</div>
<div class="sbs-arrowleft"><a id="btn_next" href="#"><i class="fa fa-long-arrow-left"></i></a></div>
<div class="sbs-arrowright"><a id="btn_prev" href="#"><i class="fa fa-long-arrow-right"></i></a></div>
</div>
</div>
</div>
</div>
</div>
<!-- testimonial area End -->
<?php include 'details.php'; ?>
<!-- newsletter area Start -->
<?php include 'news_letter.php'; ?>
<!-- newsletter area End -->
<!-- footer area start -->
<footer class="footer-area mg-top-120" style="background-image:url(assets/img/bg/footer.png);">
<div class="footer-top pd-top-120 padding-bottom-40">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-9 col-lg-11">
<div class="footer-widget widget text-center">
<div class="footer_top_widget">
<a href="index.html" class="footer-logo">
<img src="assets/img/logo.png" alt="footer logo">
</a>
<p>Your Gateway to Technological Excellence</p>
<p>MBZTECHNOLOGY is authorized and registered under Corporate Affairs Commission with reference number 7135752</p>
</div>
</div>
<div class="footer-widget widget widget_nav_menu text-center">
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="about.php">About</a></li>
<li><a href="service.php">Service</a></li>
<li><a href="work-processing.php">Work Process</a></li>
<li><a href="prices.php">Prices</a></li>
<li><a href="contact.php">Contact</a></li>
<li><a href="faq.php">FAQS</a></li>
<li><a href="privacy.php">Privacy Policy</a></li>
<li><a href="return.php">Refund Policy</a></li>
<li><a href="terms.php">Terms&Conditions</a></li>
</ul>
</div>
<div class="copyright-inner">
<div class="row custom-gutters-16">
<div class="col-lg-7">
<div class="copyright-text">
© <script>
document.write(new Date().getFullYear());
</script> MBZTECHNOLOGY All rights reserved.
</div>
</div>
<div class="col-lg-5">
<ul class="social-icon text-right">
<li>
<a class="pinterest" href="https://youtu.be/62QT7I8T5xg?si=xSXHP-l5Yta1Gu4Y" target="_blank"><i class="fa-brands fa-youtube"></i></a>
</li>
<li>
<a class="twitter" href="https://x.com/mbz_technology?s=11" target="_blank"><i class="lab la-twitter"></i></a>
</li>
<li>
<a class="linkedin" href="https://www.linkedin.com/company/mbztechnology/" target="_blank"><i class="lab la-linkedin-in"></i></a>
</li>
<li>
<a class="pinterest" href="https://instagram.com/mbz_technology?igshid=OGQ5ZDc2ODk2ZA==" target="_blank"><i class="lab la-instagram"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- footer area end -->
<!-- back to top area start -->
<div class="back-to-top">
<span class="back-top"><i class="fa fa-angle-up"></i></span>
</div>
<!-- back to top area end -->
<!-- jquery -->
<script src="assets/js/jquery-2.2.4.min.js"></script>
<!-- popper -->
<script src="assets/js/popper.min.js"></script>
<!-- bootstrap -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- magnific popup -->
<script src="assets/js/jquery.magnific-popup.js"></script>
<!-- wow -->
<script src="assets/js/wow.min.js"></script>
<!-- owl carousel -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- slick slider -->
<script src="assets/js/slick.js"></script>
<!-- cssslider slider -->
<script src="assets/js/jquery.cssslider.min.js"></script>
<!-- waypoint -->
<script src="assets/js/waypoints.min.js"></script>
<!-- counterup -->
<script src="assets/js/jquery.counterup.min.js"></script>
<!-- imageloaded -->
<script src="assets/js/imagesloaded.pkgd.min.js"></script>
<!-- isotope -->
<script src="assets/js/isotope.pkgd.min.js"></script>
<!-- world map -->
<script src="assets/js/worldmap-libs.js"></script>
<script src="assets/js/worldmap-topojson.js"></script>
<script src="assets/js/mediaelement.min.js"></script>
<!-- main js -->
<script src="assets/js/main.js"></script>
</body>
</html>