-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
605 lines (576 loc) · 31.9 KB
/
index.php
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" ltr="dir">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BiznaSure</title>
<meta name="theme-color" content="#176d6a">
<meta name="description" content="Learn how to protect your business from various risks with Minet's comprehensive insurance solutions. Get a free quote today!">
<meta name="keywords" content="business insurance, risk management, insurance solutions, free quote, Minet Kenya Insurance Brokers Limited, Minet Kenya">
<!-- Manifest -->
<link rel="manifest" href="manifest.webmanifest">
<!-- Icons -->
<link rel="shortcut icon" href="static/img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="static/img/apple-touch-icon.png">
<!-- CSS Files -->
<link rel="stylesheet" href="static/vendor/bootstrap-icons/bootstrap-icons.min.css">
<link rel="stylesheet" href="static/vendor/aos/aos.css">
<link rel="stylesheet" href="static/vendor/glightbox/glightbox.min.css">
<link rel="stylesheet" href="static/css/custom.css">
<!-- JS Files -->
<script defer src="static/vendor/bootstrap/bootstrap.bundle.min.js"></script>
<script defer src="static/vendor/aos/aos.js"></script>
<script defer src="static/vendor/glightbox/glightbox.min.js"></script>
<script defer src="static/js/script.js"></script>
</head>
<body data-bs-spy="scroll" data-bs-target="#navmenu">
<!-- ======= Header ======= -->
<header id="header" class="position-relative top-0 bottom-0 start-0 end-0 w-100">
<!-- ======= Navigation Section ======= -->
<div id="navbar" class="z-3 fixed-top w-100 d-flex align-items-center bg-white">
<div class="container-fluid">
<div class="row">
<div class="col-3 d-flex align-items-center justify-content-center">
<a href="index.php" class="left-logo">
<img src="static/img/logo.png" class="img-fluid" width="" height="" alt="logo">
</a>
</div>
<nav id="navmenu" class="p-0 col-6 d-flex align-items-center justify-content-center">
<ul class="m-xl-0 p-xl-0 d-xl-flex list-unstyled align-items-xl-center">
<li>
<a href="index.php" class="active link-secondary">Home</a>
</li>
<li>
<a href="#about" class="link-secondary">About</a>
</li>
<li>
<a href="#services" class="link-secondary">Cover Options</a>
</li>
<!--
<li>
<a href="#media" class="link-secondary">Media</a>
</li>
-->
<li>
<a href="#contact" class="link-secondary">Contact</a>
</li>
</ul>
<i class="mobile-nav-toggle d-block d-xl-none bi bi-list text-secondary lh-0"></i>
</nav>
<div class="col-3 d-flex align-items-center justify-content-center">
<a href="https://www.minet.com/kenya/" target="_blank" class="right-logo">
<img src="static/img/minet.png" class="img-fluid" width="" height="" alt="">
</a>
</div>
</div>
</div>
</div>
<!-- ======= Hero Section ======= -->
<section id="hero" class="position-relative text-white w-100 py-0 d-flex flex-column justify-content-center">
<div class="d-flex align-items-center justify-content-end z-1 w-100 h-100 px-5 text-end">
<div class="d-grid gap-3">
<h2>Tailored Cover for all SME's</h2>
<p class="mt-4">Adaptable to meet the demands of a dynamic business environment</p>
</div>
</div>
<div class="mt-auto row z-2 py-4 position-relative">
<div class="col-6 col-lg-4 d-none d-md-flex justify-content-center align-items-center">
<p class="slogan mb-0">Risk. Reinsurance. People.</p>
</div>
<div class="col-lg-4 hero-social-links d-none d-lg-flex justify-content-center align-items-center">
<a href="https://twitter.com/Minet_Kenya/" target="_blank" class="d-block link-light me-5"><i class="bi bi-twitter-x"></i></a>
<a href="https://www.facebook.com/MinetKenya/" target="_blank" class="d-block link-light me-5"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/minet_ke/" target="_blank" class="d-block link-light me-5"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/company/minet-kenya-insurance-brokers-limited" target="_blank" class="d-block link-light"><i class="bi bi-linkedin"></i></a>
</div>
<div class="col-6 col-lg-4 ms-auto d-flex align-items-center justify-content-center">
<img src="static/img/aon-correspondent-white.png" class="aon-white" width="" height="" alt="">
</div>
</div>
</section>
</header>
<!-- ======= Main ======= -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="py-5">
<!-- Section Title -->
<div class="container section-title text-center pb-2" data-aos="fade-up">
<h2 class="text-dark position-relative fw-bold">BiznaSure SME's Solutions</h2>
<p class="mb-0">
Tailored Cover for all SMEs. Underwritten by Fidelity Shield Insurance Co. Ltd.
Regulated by Insurance Regulatory Authority.
</p>
</div>
<!-- End Section Title -->
<div class="container">
<div class="row align-items-center content">
<div class="col-lg-7 order-2 order-lg-1" data-aos="fade-up">
<h3>Have a question? Let's chat.</h3>
<p>
For inquiries write to <a href="mailto:retailsales@minet.co.ke">retailsales@minet.co.ke</a>
or Call <a href="tel:+254719044 555">0719 044 555</a>
</p>
<p>
Alternatively, click the link below to connect with us on WhatsApp and discover
how we can be of assistance to you today.
</p>
<a href="https://wa.me/254719044000" target="_blank" class="btn btn-get-started">
<i class="bi bi-chat-fill me-3"></i>Chat with Us
</a>
</div>
<div class="col-lg-5 order-1 order-lg-2 d-flex align-items-center justify-content-center pb-3 pb-lg-0" data-aos="zoom-out">
<img src="static/img/img.png" class="img-fluid support-person" width="" height="" alt="">
</div>
</div>
<div class="row content">
<div class="col-lg-5" data-aos="fade-right">
<div>
<img src="static/img/why-us.png" class="img-fluid" width="" height="" alt="">
</div>
</div>
<div class="col-lg-7 d-flex align-items-center" data-aos="fade-left">
<div class="d-grid gap-3 pt-4 pt-lg-0 pl-0 pl-lg-3">
<h3>Why BiznaSure SME's Solutions?</h3>
<blockquote class="blockquote">
<p class="fst-italic">
BiznaSure Insurance protects your business against a broad
spectrum of risks.
</p>
</blockquote>
<p class="mb-0">
Business Package Insurance is an effective insurance solution covering your business for
financial, legal and reputational damage. The flexible insurance package has multiple
cover options, providing cost-effective insurance for your business.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- ======= CTA Section ======= -->
<section id="cta" class="position-relative py-3 text-white">
<img src="static/img/cta-bg.jpg" width="" height="" alt="">
<div class="container">
<div class="row justify-content-center" data-aos="zoom-in" data-aos-delay="100">
<div class="col-xl-10">
<div class="text-center">
<h3>Get Cover</h3>
<p>
Protect your business from a wide range of risks with BiznaSure. Whether you need cover
for property, liability, theft, or interruption, we have a solution for you. Don't let
uncertainty stop you from achieving your goals.
</p>
<a href="http://52.24.81.124:8080/collaboration/portal/biznasure_calc/" class="cta-btn" target="_blank">Get Quotation</a>
</div>
</div>
</div>
</div>
</section>
<!-- ======= Services Section ======= -->
<section id="services" class="py-5">
<!-- Section Title -->
<div class="container section-title text-center pb-4" data-aos="fade-up">
<h2 class="position-relative fw-bold">Cover Options</h2>
<p class="mb-0">Explore our diverse range of insurance solutions designed to safeguard your business.</p>
</div>
<!-- End Section Title -->
<div class="container-fluid px-5">
<div class="row">
<div class="col-lg-4 col-md-6" data-aos="fade-up">
<div class="icon-box rounded">
<div class="icon">
<i class="fs-2 bi bi-house"></i>
</div>
<h4 class="title">
<a href="" class="pe-none">Property</a>
</h4>
<p class="description">Damage or loss to your property at the businedd location.</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="50">
<div class="icon-box rounded">
<div class="icon">
<i class="fs-2 bi bi-signpost"></i>
</div>
<h4 class="title">
<a href="" class="pe-none">Glass & Signages</a>
</h4>
<p class="description">Breakage of internal and external glass and signs.</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="icon-box rounded">
<div class="icon">
<i class="fs-2 bi bi-exclamation-diamond"></i>
</div>
<h4 class="title">
<a href="" class="pe-none">All Risks</a>
</h4>
<p class="description">
Widest cover for portable items such as tools, equipment and
electronic devices.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="150">
<div class="icon-box rounded">
<div class="icon">
<i class="fs-2 bi bi-stopwatch"></i>
</div>
<h4 class="title">
<a href="" class="pe-none">Business Interruption</a>
</h4>
<p class="description">
Loss of income and other additional costs caused by the interruption
to your business following an insured loss under the Property section.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="icon-box rounded">
<div class="icon">
<i class="fs-2 bi bi-people"></i>
</div>
<h4 class="title">
<a href="" class="pe-none">Workmen Compensation</a>
</h4>
<p class="description">
Covers accidental death or injusry to employees whilst in course of
duty.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="250">
<div class="icon-box rounded">
<div class="icon">
<i class="fs-2 bi bi-handbag"></i>
</div>
<h4 class="title">
<a href="" class="pe-none">Theft</a>
</h4>
<p class="description">Theft of stock, materials and general contents.</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="icon-box rounded">
<div class="icon">
<i class="fs-2 bi bi-person-x"></i>
</div>
<h4 class="title">
<a href="" class="pe-none">Employee Dishonesty</a>
</h4>
<p class="description">Loss of property due to employee fraud.</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="350">
<div class="icon-box rounded">
<div class="icon">
<i class="fs-2 bi bi-shield-check"></i>
</div>
<h4 class="title">
<a href="" class="pe-none">Liability</a>
</h4>
<p class="description">
Legal liability to pay compensation for third party property damage
or personal injury.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="400">
<div class="icon-box rounded">
<div class="icon">
<i class="fs-2 bi bi-truck-flatbed"></i>
</div>
<h4 class="title">
<a href="" class="pe-none">Transits</a>
</h4>
<p class="description">Damage or loss of goods while on Transit.</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="450">
<div class="icon-box rounded">
<div class="icon">
<i class="fs-2 bi bi-cash-stack"></i>
</div>
<h4 class="title">
<a href="" class="pe-none">Money</a>
</h4>
<p class="description">Theft or loss of Damage and money.</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="500">
<div class="icon-box rounded">
<div class="icon">
<i class="fs-2 bi bi-gear"></i>
</div>
<h4 class="title">
<a href="" class="pe-none">Machinery Breakdown</a>
</h4>
<p class="description">Damage to plant and machinery caused by breakdown.</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="550">
<div class="icon-box rounded">
<div class="icon">
<i class="fs-2 bi bi-laptop-fill"></i>
</div>
<h4 class="title">
<a href="" class="pe-none">Computer and Electronic</a>
</h4>
<p class="description">
Damage and breakdown to computer systems and electronic equipment
including cover for business interruption.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="600">
<div class="icon-box rounded">
<div class="icon">
<i class="fs-2 bi bi-person-badge"></i>
</div>
<h4 class="title">
<a href="" class="pe-none">Director's & Officers</a>
</h4>
<p class="description">
Cover for the personal liability of Directors and Officers arising
due to wrongful acts in their managerial capacity.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="650">
<div class="icon-box rounded">
<div class="icon">
<i class="fs-2 bi bi-shield-lock-fill"></i>
</div>
<h4 class="title">
<a href="" class="pe-none">Cyber-Liability</a>
</h4>
<p class="description">
Covers financial losses that result from data breaches and other
cyber events.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="700">
<div class="icon-box rounded">
<div class="icon">
<i class="fs-2 bi bi-box-seam"></i>
</div>
<h4 class="title">
<a href="" class="pe-none">Deterioration of Stock</a>
</h4>
<p class="description">
Cover for goods lost or damaged due to failure of cold
storage/refrigeration equipment.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="750">
<div class="icon-box rounded">
<div class="icon">
<i class="fs-2 bi bi-shield-slash-fill"></i>
</div>
<h4 class="title">
<a href="" class="pe-none">Political Violence</a>
</h4>
<p class="description">
Cover for loss or damage to property and loss of business arising
from political violence, insurrection, mutiny, war and terrorism.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- ======= CTA Section ======= -->
<section id="cta" class="position-relative py-3 text-white">
<img src="static/img/cta-bg.jpg" width="" height="" alt="">
<div class="container">
<div class="row justify-content-center" data-aos="zoom-in" data-aos-delay="100">
<div class="col-xl-10">
<div class="text-center">
<h3>Get Cover</h3>
<p>
BiznaSure Insurance is more than just a policy. It's a partnership that helps you grow
your business with confidence. We offer flexible and affordable insurance solutions that
are tailored to your specific needs. Let us take care of the risks, so you can focus on
the opportunities.
</p>
<a href="http://52.24.81.124:8080/collaboration/portal/biznasure_calc/" class="cta-btn" target="_blank">Get Quotation</a>
</div>
</div>
</div>
</div>
</section>
<!-- ======= Contact Section ======= -->
<section id="contact" class="pt-5 pb-4">
<div class="container section-title text-center pb-4" data-aos="fade-up">
<h2 class="position-relative fw-bold">Contact</h2>
<p class="mb-0">Feel free to get in touch with us and/or request a quotation.</p>
</div>
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4">
<div class="col-6 col-lg-3">
<div class="info-item" data-aos="fade" data-aos-delay="200">
<i class="bi bi-geo-alt"></i>
<h3>Address</h3>
<p>Minet House, Processional Way, off Nyerere Road</p>
<p>P.O. Box 48279-00100, GPO Nairobi</p>
</div>
</div>
<div class="col-6 col-lg-3">
<div class="info-item" data-aos="fade" data-aos-delay="300">
<i class="bi bi-telephone"></i>
<h3>Call Us</h3>
<p>
<a href="tel:+254 71 904 4000" class="text-reset">+254 071 904 4000</a>
</p>
</div>
</div>
<div class="col-6 col-lg-3">
<div class="info-item" data-aos="fade" data-aos-delay="400">
<i class="bi bi-envelope"></i>
<h3>Email Us</h3>
<p>
<a href="mailto:retailsales@minet.co.ke" class="text-reset">retailsales@minet.co.ke</a>
</p>
<p>
<a href="mailto:info@minet.com" class="text-reset">info@minet.com</a>
</p>
</div>
</div>
<div class="col-6 col-lg-3">
<div class="info-item" data-aos="fade" data-aos-delay="500">
<i class="bi bi-clock"></i>
<h3>Open Hours</h3>
<p>Monday - Friday</p>
<p>8:15AM - 05:00PM</p>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- ======= Footer ======= -->
<footer id="footer" class="pt-5 bg-tertiary text-light">
<div class="container footer-top">
<div class="row gy-4">
<div class="col-lg-7 col-md-12 d-flex flex-column justify-content-center align-items-center d-lg-block footer-about">
<a href="index.php" class="logo d-flex align-items-center">
<span class="text-white">Risk. Reinsurance. People</span>
</a>
<p>
Minet is a trusted pan-African advisor that meets the uncertainties of tomorrow by delivering
risk and human capital solutions today.
</p>
<div class="footer-social-links d-flex mt-4">
<a href="https://twitter.com/Minet_Kenya/" target="_blank"><i class="bi bi-twitter-x"></i></a>
<a href="https://www.facebook.com/MinetKenya/" target="_blank"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/minet_ke/" target="_blank"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/company/minet-kenya-insurance-brokers-limited" target="_blank"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4 class="text-white">Useful Links</h4>
<ul>
<li>
<a class="link-light" href="index.php">Home</a>
</li>
<li>
<a class="link-light" href="index.php#about">About us</a>
</li>
<li>
<a class="link-light" href="index.php#services">Cover Options</a>
</li>
<li>
<a class="link-light" href="privacy-policy.html">Privacy policy</a>
</li>
</ul>
</div>
<!--
<div class="col-lg-3 col-6 footer-links">
<div class="d-flex justify-content-center w-100">
<h4 class="position-relative" style="right: 30px">Cover Options</h4>
</div>
<div class="d-flex">
<div class="w-50">
<ul>
<li><a href="#">Property</a></li>
<li><a href="#">Glass & Signages</a></li>
<li><a href="#">All Risks</a></li>
<li><a href="#">Business Interruption</a></li>
<li><a href="#">Workmen Compensation</a></li>
<li><a href="#">Theft</a></li>
<li><a href="#">Employee Dishonesty</a></li>
<li><a href="#">Liability</a></li>
</ul>
</div>
<div class="w-50">
<ul>
<li><a href="#">Transits</a></li>
<li><a href="#">Money</a></li>
<li><a href="#">Machinery Breakdown</a></li>
<li><a href="#">Computer and Electronic</a></li>
<li><a href="#">Director's & Officers</a></li>
<li><a href="#">Cyber-Liability</a></li>
<li><a href="#">Deterioration of Stock</a></li>
<li><a href="#">Political Violence</a></li>
</ul>
</div>
</div>
</div>
-->
<div class="col-lg-3 col-6 footer-contact text-start">
<h4 class="text-light">Contact Us</h4>
<p>Minet House, Processional Way, off Nyerere Road</p>
<p>P.O. Box 48279-00100, GPO Nairobi</p>
<p>Kenya</p>
<p class="mt-4">
<strong>Phone:</strong> <span>+254 071 904 4000</span>
</p>
<p>
<strong>Email:</strong> <span>info@minet.com</span>
</p>
</div>
</div>
</div>
<div class="container copyright text-center text-dark mt-4">
<p>
<span>All rights reserved</span> ©️ 2023<span class="current-year"></span> <strong class="px-1">Minet
Group</strong>
</p>
<div class="credits">
Designed by <a href="#" class="pe-none">Minet Kenya IT Department</a>
</div>
</div>
</footer>
<!-- ======= BiznaSure Calculator Modal ======= -->
<div class="modal fade" id="biznasurecalc" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="biznasurecalcLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="biznasurecalcLabel">Modal title</h1>
<button type="button" class="text-dark btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<?php include "biznasure_calc/index.php" ?>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Understood</button>
</div>
</div>
</div>
</div>
<!-- ======= Chat ======= -->
<a href="https://wa.me/254719044000" target="_blank" class="btn chat d-flex align-items-center justify-content-center rounded-circle position-fixed bg-primary">
<i class="bi bi-chat-dots text-white fs-4 lh-0"></i> <span class="ms-2 d-none invisible text-white">Chat with us</span>
</a>
<!-- ======= Back-to-Top ======= -->
<a href="#" id="back-to-top" class="position-fixed bg-primary rounded-circle d-flex align-items-center justify-content-center">
<i class="bi bi-arrow-up-short text-white lh-0 fs-3"></i>
</a>
<!-- ======= Preloader ======= -->
<div id="preloader" class="position-fixed bg-white top-0 bottom-0 start-0 end-0 overflow-hidden z-3"></div>
</body>
</html>