-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog-details.html
544 lines (453 loc) · 27.4 KB
/
blog-details.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Pearl Orchid Properties</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Impact
* Updated: Jan 30 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/impact-bootstrap-business-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<section id="topbar" class="topbar d-flex align-items-center">
<div class="container d-flex justify-content-center justify-content-md-between">
<div class="contact-info d-flex align-items-center">
<i class="bi bi-envelope d-flex align-items-center"><a href="mailto:contact@example.com">info@pearlorchidzambia.com</a></i>
<i class="bi bi-phone d-flex align-items-center ms-4"><a href="+260 979 639258">+260 979 639258</a></i>
<i class="bi bi-phone d-flex align-items-center ms-4"><a href="+260 977 862 761">+260 977 862 761</a></i>
<i class="bi bi-phone d-flex align-items-center ms-4"><a href="+260 765 655185">+260 765 655185</a></i>
</div>
<div class="social-links d-none d-md-flex align-items-center">
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></i></a>
</div>
</div>
</section><!-- End Top Bar -->
<header id="header" class="header d-flex align-items-center">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.png" alt=""> -->
<h1><img src="assets/img/favicon/pearl_orchid_properties_logo.png" alt="nav-logo"></h1>
</a>
<nav id="navbar" class="navbar">
<ul>
<li><a href="#hero">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#team">Team</a></li>
<li><a href="blog.html">Blog</a></li>
<li class="dropdown"><a href="#"><span>Drop Down</span> <i class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Drop Down</span> <i class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
</ul>
</li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav><!-- .navbar -->
<i class="mobile-nav-toggle mobile-nav-show bi bi-list"></i>
<i class="mobile-nav-toggle mobile-nav-hide d-none bi bi-x"></i>
</div>
</header><!-- End Header -->
<!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<div class="breadcrumbs">
<div class="page-header d-flex align-items-center" style="background-image: url('');">
<div class="container position-relative">
<div class="row d-flex justify-content-center">
<div class="col-lg-6 text-center">
<h2>Blog Details</h2>
<p>Odio et unde deleniti. Deserunt numquam exercitationem. Officiis quo odio sint voluptas consequatur ut a odio voluptatem. Sit dolorum debitis veritatis natus dolores. Quasi ratione sint. Sit quaerat ipsum dolorem.</p>
</div>
</div>
</div>
</div>
<nav>
<div class="container">
<ol>
<li><a href="index.html">Home</a></li>
<li>Blog Details</li>
</ol>
</div>
</nav>
</div><!-- End Breadcrumbs -->
<!-- ======= Blog Details Section ======= -->
<section id="blog" class="blog">
<div class="container" data-aos="fade-up">
<div class="row g-5">
<div class="col-lg-8">
<article class="blog-details">
<div class="post-img">
<img src="assets/img/blog/blog-1.jpg" alt="" class="img-fluid">
</div>
<h2 class="title">Dolorum optio tempore voluptas dignissimos cumque fuga qui quibusdam quia</h2>
<div class="meta-top">
<ul>
<li class="d-flex align-items-center"><i class="bi bi-person"></i> <a href="blog-details.html">John Doe</a></li>
<li class="d-flex align-items-center"><i class="bi bi-clock"></i> <a href="blog-details.html"><time datetime="2020-01-01">Jan 1, 2022</time></a></li>
<li class="d-flex align-items-center"><i class="bi bi-chat-dots"></i> <a href="blog-details.html">12 Comments</a></li>
</ul>
</div><!-- End meta top -->
<div class="content">
<p class="fst-italic" style="text-align: justify;"><strong>Kasisi Scheme - </strong>located eleven kilometres (11 km) from the Kenneth Kaunda International Airport round-about in Kasisi Area of Chongwe District.
There are a total 24 plots (40 meters x 52 meters) on a 5 hectares piece of land. The area is serviced with grid electricity and the road leading to
the plots is an all-weather access gravel road also serviced by public transport. The plots are being sold on a 12 month payment plan. The aim of this
scheme is to provide an opportunity for land ownership in Lusaka Province within driving distance to the central business district(CBD), However, far away
from the densely populated areas in the heart of the city. The plots are deliberately and strategically large sized to provide a serene semi-farm land for
those who treasure quiet scenery with an opportunity to have subsistence And emergent farming activities.</p>
<p class="fst-italic" style="text-align: justify;"><strong>Mikango Scheme – </strong>located less than 20 km from the Cross-Roads Shopping Mall along the Leopards Hill Road in Mikango Area of Chongwe District, this is the latest
scheme under the Pearl-Orchid Land/Plots Portfolio. There are a total 16 plots (30 meters x 40 meters) in a serene environment perfect for residential development.
The area is blossoming with residential developments with the notable ones being the Muka-Munya Estates and the Nwashi Estates, providing a perfect opportunity for
those wanting to establish their family homes and those wanting to own property in new developing up-class areas. The plots are also being sold on a flexible 12 month
payment plan.</p>
<p class="fst-italic" style="text-align: justify;"><strong>Chifwema Scheme – </strong>currently under development, this scheme will provide an
opportunity for prospective landlords to own land in the bustling “New City” located
south of Lusaka near the Lusaka South Multi-Facility Economic Zone.</p>
<blockquote>
<p>
Et vero doloremque tempore voluptatem ratione vel aut. Deleniti sunt animi aut. Aut eos aliquam doloribus minus autem quos.
</p>
</blockquote>
<h3>Residential</h3>
<p class="fst-italic" style="text-align: justify;"><strong>Chilenje (Meza) Flats – </strong>located in the Kabwata Constituency of Lusaka
Districts, these two bedroom flats are conducive for small families providing easy access to all the main amenities within Lusaka Central.
Secured within a fenced yard these flats provide comfort, convenience and security to tenants.</p>
<p class="fst-italic" style="text-align: justify;"><strong>Chifwema Housing Complex – </strong>currently in the planning phase this
housing will be a modern eco-architecture housing complex providing luxurious modern family accommodation in the “New City” located south
of Lusaka near the Lusaka South Multi-Facility Economic Zone.</p>
<h3>Commercial</h3>
<p class="fst-italic" style="text-align: justify;">Under its commercial portfolio Pearl-Orchid has a shopping complex providing four (4) shops for rent located in the prime Bonaventure Area of
Makeni in Lusaka District. This property provides affordable commercial space for rent to various business operations in a busy neighbourhood.
Fully serviced with all utilities and security, the property offers comfort, convenience and security for tenants to conduct their businesses profitably.</p>
<img src="assets/img/portfolio/Land-scene-6.jpeg" class="img-fluid" alt="">
<h3>Industrial</h3>
<p class="fst-italic" style="text-align: justify;">As the newest entry into the portfolio, Pearl-Orchid has a newly built 900 square meters warehouse located in the Chinika Heavy Industrial Area 300 meters from the main Mumbwa Road
in the heart of the Lusaka Central Business District. Sitting on a 5,500 square meters plot this property boasts of ample space for truck parking, deliveries and expansion. Fully serviced
with all utilities and security, the property offers tenants comfort, and security for their business operations.</p>
</div><!-- End post content -->
<div class="meta-bottom">
<i class="bi bi-folder"></i>
<ul class="cats">
<li><a href="#">Business</a></li>
</ul>
<i class="bi bi-tags"></i>
<ul class="tags">
<li><a href="#">Creative</a></li>
<li><a href="#">Tips</a></li>
<li><a href="#">Marketing</a></li>
</ul>
</div><!-- End meta bottom -->
</article><!-- End blog post -->
<div class="post-author d-flex align-items-center">
<img src="assets/img/blog/blog-author.jpg" class="rounded-circle flex-shrink-0" alt="">
<div>
<h4>Jane Smith</h4>
<div class="social-links">
<a href="https://twitters.com/#"><i class="bi bi-twitter"></i></a>
<a href="https://facebook.com/#"><i class="bi bi-facebook"></i></a>
<a href="https://instagram.com/#"><i class="biu bi-instagram"></i></a>
</div>
<p>
Itaque quidem optio quia voluptatibus dolorem dolor. Modi eum sed possimus accusantium. Quas repellat voluptatem officia numquam sint aspernatur voluptas. Esse et accusantium ut unde voluptas.
</p>
</div>
</div><!-- End post author -->
<div class="comments">
<h4 class="comments-count">8 Comments</h4>
<div id="comment-1" class="comment">
<div class="d-flex">
<div class="comment-img"><img src="assets/img/blog/comments-1.jpg" alt=""></div>
<div>
<h5><a href="">Georgia Reader</a> <a href="#" class="reply"><i class="bi bi-reply-fill"></i> Reply</a></h5>
<time datetime="2020-01-01">01 Jan,2022</time>
<p>
Et rerum totam nisi. Molestiae vel quam dolorum vel voluptatem et et. Est ad aut sapiente quis molestiae est qui cum soluta.
Vero aut rerum vel. Rerum quos laboriosam placeat ex qui. Sint qui facilis et.
</p>
</div>
</div>
</div><!-- End comment #1 -->
<div id="comment-2" class="comment">
<div class="d-flex">
<div class="comment-img"><img src="assets/img/blog/comments-2.jpg" alt=""></div>
<div>
<h5><a href="">Aron Alvarado</a> <a href="#" class="reply"><i class="bi bi-reply-fill"></i> Reply</a></h5>
<time datetime="2020-01-01">01 Jan,2022</time>
<p>
Ipsam tempora sequi voluptatem quis sapiente non. Autem itaque eveniet saepe. Officiis illo ut beatae.
</p>
</div>
</div>
<div id="comment-reply-1" class="comment comment-reply">
<div class="d-flex">
<div class="comment-img"><img src="assets/img/blog/comments-3.jpg" alt=""></div>
<div>
<h5><a href="">Lynda Small</a> <a href="#" class="reply"><i class="bi bi-reply-fill"></i> Reply</a></h5>
<time datetime="2020-01-01">01 Jan,2022</time>
<p>
Enim ipsa eum fugiat fuga repellat. Commodi quo quo dicta. Est ullam aspernatur ut vitae quia mollitia id non. Qui ad quas nostrum rerum sed necessitatibus aut est. Eum officiis sed repellat maxime vero nisi natus. Amet nesciunt nesciunt qui illum omnis est et dolor recusandae.
Recusandae sit ad aut impedit et. Ipsa labore dolor impedit et natus in porro aut. Magnam qui cum. Illo similique occaecati nihil modi eligendi. Pariatur distinctio labore omnis incidunt et illum. Expedita et dignissimos distinctio laborum minima fugiat.
Libero corporis qui. Nam illo odio beatae enim ducimus. Harum reiciendis error dolorum non autem quisquam vero rerum neque.
</p>
</div>
</div>
<div id="comment-reply-2" class="comment comment-reply">
<div class="d-flex">
<div class="comment-img"><img src="assets/img/blog/comments-4.jpg" alt=""></div>
<div>
<h5><a href="">Sianna Ramsay</a> <a href="#" class="reply"><i class="bi bi-reply-fill"></i> Reply</a></h5>
<time datetime="2020-01-01">01 Jan,2022</time>
<p>
Et dignissimos impedit nulla et quo distinctio ex nemo. Omnis quia dolores cupiditate et. Ut unde qui eligendi sapiente omnis ullam. Placeat porro est commodi est officiis voluptas repellat quisquam possimus. Perferendis id consectetur necessitatibus.
</p>
</div>
</div>
</div><!-- End comment reply #2-->
</div><!-- End comment reply #1-->
</div><!-- End comment #2-->
<div id="comment-3" class="comment">
<div class="d-flex">
<div class="comment-img"><img src="assets/img/blog/comments-5.jpg" alt=""></div>
<div>
<h5><a href="">Nolan Davidson</a> <a href="#" class="reply"><i class="bi bi-reply-fill"></i> Reply</a></h5>
<time datetime="2020-01-01">01 Jan,2022</time>
<p>
Distinctio nesciunt rerum reprehenderit sed. Iste omnis eius repellendus quia nihil ut accusantium tempore. Nesciunt expedita id dolor exercitationem aspernatur aut quam ut. Voluptatem est accusamus iste at.
Non aut et et esse qui sit modi neque. Exercitationem et eos aspernatur. Ea est consequuntur officia beatae ea aut eos soluta. Non qui dolorum voluptatibus et optio veniam. Quam officia sit nostrum dolorem.
</p>
</div>
</div>
</div><!-- End comment #3 -->
<div id="comment-4" class="comment">
<div class="d-flex">
<div class="comment-img"><img src="assets/img/blog/comments-6.jpg" alt=""></div>
<div>
<h5><a href="">Kay Duggan</a> <a href="#" class="reply"><i class="bi bi-reply-fill"></i> Reply</a></h5>
<time datetime="2020-01-01">01 Jan,2022</time>
<p>
Dolorem atque aut. Omnis doloremque blanditiis quia eum porro quis ut velit tempore. Cumque sed quia ut maxime. Est ad aut cum. Ut exercitationem non in fugiat.
</p>
</div>
</div>
</div><!-- End comment #4 -->
<div class="reply-form">
<h4>Leave a Reply</h4>
<p>Your email address will not be published. Required fields are marked * </p>
<form action="">
<div class="row">
<div class="col-md-6 form-group">
<input name="name" type="text" class="form-control" placeholder="Your Name*">
</div>
<div class="col-md-6 form-group">
<input name="email" type="text" class="form-control" placeholder="Your Email*">
</div>
</div>
<div class="row">
<div class="col form-group">
<input name="website" type="text" class="form-control" placeholder="Your Website">
</div>
</div>
<div class="row">
<div class="col form-group">
<textarea name="comment" class="form-control" placeholder="Your Comment*"></textarea>
</div>
</div>
<button type="submit" class="btn btn-primary">Post Comment</button>
</form>
</div>
</div><!-- End blog comments -->
</div>
<div class="col-lg-4">
<div class="sidebar">
<div class="sidebar-item search-form">
<h3 class="sidebar-title">Search</h3>
<form action="" class="mt-3">
<input type="text">
<button type="submit"><i class="bi bi-search"></i></button>
</form>
</div><!-- End sidebar search formn-->
<div class="sidebar-item categories">
<h3 class="sidebar-title">Categories</h3>
<ul class="mt-3">
<li><a href="#">General <span>(25)</span></a></li>
<li><a href="#">Lifestyle <span>(12)</span></a></li>
<li><a href="#">Travel <span>(5)</span></a></li>
<li><a href="#">Design <span>(22)</span></a></li>
<li><a href="#">Creative <span>(8)</span></a></li>
<li><a href="#">Educaion <span>(14)</span></a></li>
</ul>
</div><!-- End sidebar categories-->
<div class="sidebar-item recent-posts">
<h3 class="sidebar-title">Recent Posts</h3>
<div class="mt-3">
<div class="post-item mt-3">
<img src="assets/img/blog/blog-recent-1.jpg" alt="">
<div>
<h4><a href="blog-details.html">Nihil blanditiis at in nihil autem</a></h4>
<time datetime="2020-01-01">Jan 1, 2020</time>
</div>
</div><!-- End recent post item-->
<div class="post-item">
<img src="assets/img/blog/blog-recent-2.jpg" alt="">
<div>
<h4><a href="blog-details.html">Quidem autem et impedit</a></h4>
<time datetime="2020-01-01">Jan 1, 2020</time>
</div>
</div><!-- End recent post item-->
<div class="post-item">
<img src="assets/img/blog/blog-recent-3.jpg" alt="">
<div>
<h4><a href="blog-details.html">Id quia et et ut maxime similique occaecati ut</a></h4>
<time datetime="2020-01-01">Jan 1, 2020</time>
</div>
</div><!-- End recent post item-->
<div class="post-item">
<img src="assets/img/blog/blog-recent-4.jpg" alt="">
<div>
<h4><a href="blog-details.html">Laborum corporis quo dara net para</a></h4>
<time datetime="2020-01-01">Jan 1, 2020</time>
</div>
</div><!-- End recent post item-->
<div class="post-item">
<img src="assets/img/blog/blog-recent-5.jpg" alt="">
<div>
<h4><a href="blog-details.html">Et dolores corrupti quae illo quod dolor</a></h4>
<time datetime="2020-01-01">Jan 1, 2020</time>
</div>
</div><!-- End recent post item-->
</div>
</div><!-- End sidebar recent posts-->
<div class="sidebar-item tags">
<h3 class="sidebar-title">Tags</h3>
<ul class="mt-3">
<li><a href="#">App</a></li>
<li><a href="#">IT</a></li>
<li><a href="#">Business</a></li>
<li><a href="#">Mac</a></li>
<li><a href="#">Design</a></li>
<li><a href="#">Office</a></li>
<li><a href="#">Creative</a></li>
<li><a href="#">Studio</a></li>
<li><a href="#">Smart</a></li>
<li><a href="#">Tips</a></li>
<li><a href="#">Marketing</a></li>
</ul>
</div><!-- End sidebar tags-->
</div><!-- End Blog Sidebar -->
</div>
</div>
</div>
</section><!-- End Blog Details Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<div class="container">
<div class="row gy-4">
<div class="col-lg-5 col-md-12 footer-info">
<a href="index.html" class="logo d-flex align-items-center">
<h1><img src="assets/img/favicon/pearl_orchid_properties_logo.png" alt="nav-logo"></h1>
</a>
<p>Environmental protection and conservation is at the center of the Pearl-Orchid business model through the three pillars in its “Green Ambition”.</p>
<div class="social-links d-flex mt-4">
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Terms of service</a></li>
<li><a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><a href="#">Web Design</a></li>
<li><a href="#">Web Development</a></li>
<li><a href="#">Product Management</a></li>
<li><a href="#">Marketing</a></li>
<li><a href="#">Graphic Design</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-12 footer-contact text-center text-md-start">
<h4>Contact Us</h4>
<p>
Suite No.8 KGC GALLERIA Building, Chilenge,Lusaka Zambia<br>
<strong>Phone:</strong> +260 979 639258<br>
<strong>Email:</strong> info@pearlorchidzambia.com<br>
</p>
</div>
</div>
</div>
<div class="container mt-4">
<div class="copyright">
© Copyright <strong><span>Pearl Orchid Zambia Limited</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/impact-bootstrap-business-website-template/ -->
Designed by <a href="simwinjidiulu@gmail.com">Diulu Simwinji</a>
</div>
</div>
</footer><!-- End Footer -->
<!-- End Footer -->
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>