-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
616 lines (513 loc) · 26.5 KB
/
index.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
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
606
607
608
609
610
611
612
613
614
615
616
<!doctype html>
<html lang="en">
<head>
<title>Home | Precise Corporate Solutions Limited</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicons -->
<link rel="icon" type="image/x-icon" href="images/favicon_emb.png">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
<div id="overlayer"></div>
<div class="loader">
<div class="spinner-border text-primary" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<div class="site-wrap">
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar js-sticky-header site-navbar-target" role="banner">
<div class="container">
<div class="row align-items-center">
<div class="col-6 col-xl-2">
<h1 class="mb-0 site-logo"><a href="index.html" class="h2 mb-0"><img src="images/precise_logo_1.png" style=" height: 40px;" > </a></h1>
</div>
<div class="col-12 col-md-10 d-none d-xl-block">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu main-menu js-clone-nav mr-auto d-none d-lg-block">
<li><a href="#home-section" class="nav-link smoothscroll">Home</a></li>
<li class="has-children">
<a href="#about-section" class="nav-link smoothscroll">About Us</a>
<ul class="dropdown">
<li><a href="#about-section" class="nav-link">About Us</a></li>
<li><a href="#team-section" class="nav-link">Team</a></li>
<li><a href="#services-section" class="nav-link">Services</a></li>
</ul>
</li>
<li><a href="#contact-section" class="nav-link smoothscroll">Contact</a></li>
<li class="social"><a href="#" class="nav-link"><span class="icon-facebook"></span></a></li>
<li class="social"><a href="#" class="nav-link"><span class="icon-twitter"></span></a></li>
<li class="social"><a href="#" class="nav-link"><span class="icon-linkedin"></span></a></li>
</ul>
</nav>
</div>
<div class="col-6 d-inline-block d-xl-none ml-md-0 py-3" style="position: relative; top: 3px;"><a href="#" class="site-menu-toggle js-menu-toggle float-right"><span class="icon-menu h3"></span></a></div>
</div>
</div>
</header>
<!-- Home Section -->
<div class="site-blocks-cover overlay" style="background-image: url(images/happy-young-african-businessman.jpg);" data-aos="fade" id="home-section">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-md-10 mt-lg-5 text-center">
<div class="single-text owl-carousel">
<div class="slide">
<h1 class="text-uppercase" data-aos="fade-up">Accounting Solutions</h1>
<p class="mb-5 desc" data-aos="fade-up" data-aos-delay="100">At Precise Corporate Solutions Ltd,
we deliver accounting solutions with unparalleled accuracy.</p>
<div data-aos="fade-up" data-aos-delay="100">
<a href="#contact-section" class="btn btn-primary smoothscroll mr-2 mb-2">Get In Touch</a>
</div>
</div>
<div class="slide">
<h1 class="text-uppercase" data-aos="fade-up">Innovative Approach</h1>
<p class="mb-5 desc" data-aos="fade-up" data-aos-delay="100"> Our approach streamlines processes, reduces errors, and enhances efficiency.</p>
<div data-aos="fade-up" data-aos-delay="100">
<a href="#contact-section" class="btn btn-primary smoothscroll mr-2 mb-2">Get In Touch</a>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="#next" class="mouse smoothscroll">
<span class="mouse-icon">
<span class="mouse-wheel"></span>
</span>
</a>
</div>
<!-- About Section -->
<div class="site-section" id="about-section">
<div class="container">
<div class="row mb-5 justify-content-center">
<div class="col-md-8 text-center">
<h2 class="section-title mb-3" data-aos="fade-up" data-aos-delay="">About Us</h2>
<p class="lead" data-aos="fade-up" data-aos-delay="100">Welcome to Precise Corporate Solutions Ltd</p>
</div>
</div>
<div class="row">
<div class="col-lg-6 mb-5" data-aos="fade-up" data-aos-delay="">
<figure class="circle-bg">
<img src="images/finances-saving-economy-concept-female-accountant-banker-use-calculator.jpg" alt="" class="img-fluid">
</figure>
</div>
<div class="col-lg-5 ml-auto" data-aos="fade-up" data-aos-delay="100">
<h3 class="text-black mb-4">Your Trusted Partner in Accounting Excellence</h3>
<p>At Precise Corporate Solutions Ltd, we pride ourselves on delivering top-notch accounting services that are meticulously
tailored to meet the diverse needs of your business. With a rich legacy of 25 years in the industry, we are dedicated to
providing accurate and efficient solutions, leveraging the power of advanced technology and automation to ensure we get
things done right the first time.</p>
</div>
</div>
</div>
</div>
<div class="site-section" id="next">
<div class="container">
<div class="row mb-5">
<div class="col-md-4 text-center" data-aos="fade-up" data-aos-delay="">
<img src="images/flaticon-svg/svg/noun-integrity-6626728.svg" alt="" class="img-fluid w-25 mb-4">
<h3 class="card-title">Integrity and Transparency</h3>
<p>We uphold the highest standards of integrity, ensuring that all our dealings are transparent and honest.
Trust is the foundation of our relationship with clients, and we strive to maintain it at all times.</p>
</div>
<div class="col-md-4 text-center" data-aos="fade-up" data-aos-delay="100">
<img src="images/flaticon-svg/svg/noun-customer-6889175.svg" alt="" class="img-fluid w-25 mb-4">
<h3 class="card-title">Client-Centric Excellence</h3>
<p>Our clients are at the heart of everything we do. We are committed to providing exceptional service tailored
to their unique needs, fostering long-term partnerships built on reliability and excellence.</p>
</div>
<div class="col-md-4 text-center" data-aos="fade-up" data-aos-delay="200">
<img src="images/flaticon-svg/svg/noun-innovation-6953279.svg" alt="" class="img-fluid w-25 mb-4">
<h3 class="card-title">Innovation and Efficiency</h3>
<p>We embrace the latest technological advancements to deliver innovative and efficient solutions. By leveraging
automation and cutting-edge tools, we ensure accuracy, streamline processes, and add value to our clients' businesses.</p>
</div>
</div>
</div>
</div>
<!-- Why Choose Us Section -->
<section class="site-section">
<div class="container">
<div class="row mb-5 justify-content-center">
<div class="col-md-7 text-center">
<h2 class="section-title mb-3" data-aos="fade-up" data-aos-delay="">Why Choose Us?</h2>
<p class="lead" data-aos="fade-up" data-aos-delay="100">Here are few reasons to choose us as your accounting services provider.</p>
</div>
</div>
<div class="row align-items-lg-center" >
<div class="col-lg-6 mb-5" data-aos="fade-up" data-aos-delay="">
<div class="owl-carousel slide-one-item-alt">
<img src="images/african-business-male-people-shaking-hands.jpg" alt="Image" class="img-fluid">
<img src="images/man-using-digital-tablet-psd-mockup-smart-technology.jpg" alt="Image" class="img-fluid">
<img src="images/confident-female-agent-telling-customers-about-project.jpg" alt="Image" class="img-fluid">
</div>
<div class="custom-direction">
<a href="#" class="custom-prev"><span><span class="icon-keyboard_backspace"></span></span></a><a href="#" class="custom-next"><span><span class="icon-keyboard_backspace"></span></span></a>
</div>
</div>
<div class="col-lg-5 ml-auto" data-aos="fade-up" data-aos-delay="100">
<div class="owl-carousel slide-one-item-alt-text">
<div>
<h2 class="section-title mb-3">Experience</h2>
<p>Our extensive 25 years of experience in the accounting industry equips us with unparalleled
knowledge and expertise to handle all your financial needs with precision and care.</p>
</div>
<div>
<h2 class="section-title mb-3">Technology and Automation</h2>
<p>We harness the power of the latest technology and automation tools to deliver services that are
not only accurate but also efficient. Our innovative approach helps us eliminate errors and save
time, allowing us to offer you high-quality services at competitive rates.</p>
</div>
<div>
<h2 class="section-title mb-3">Customer-Centric Approach</h2>
<p>At Precise Corporate Solutions Ltd., we believe that each client is unique. We take the time to
understand your specific needs and tailor our services accordingly. Our dedicated team is always
ready to provide personalized support and guidance, ensuring that you receive the best possible service.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section class="site-section border-bottom bg-light" id="services-section">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center" data-aos="fade">
<h2 class="section-title mb-3">Our Services</h2>
</div>
</div>
<div class="row align-items-stretch">
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up">
<div class="unit-4">
<div class="unit-4-icon">
<img src="images/flaticon-svg/svg/noun-financial-report-7005002.svg" alt="" class="img-fluid w-25 mb-4">
</div>
<div>
<h3>Basic Accounting Functions</h3>
<p>
<ul style="list-style-type:square">
<li><strong>Financial Reporting:</strong> Accurate and timely preparation of financial statements to give you a clear
picture of your business’s financial health.</li>
<li><strong>Account Reconciliation:</strong> Regular reconciliation of accounts to ensure all financial records are precise and up-to-date.</li>
<li><strong>Financial Analysis:</strong> Detailed analysis of financial data to help you make informed business decisions.</li>
</ul>
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="100">
<div class="unit-4">
<div class="unit-4-icon">
<img src="images/flaticon-svg/svg/noun-ledger-7004991.svg" alt="" class="img-fluid w-25 mb-4">
</div>
<div>
<h3>Bookkeeping</h3>
<p>
<ul style="list-style-type:square">
<li><strong>Daily Transaction Recording:</strong> Maintaining accurate records of all financial transactions on a daily basis.</li>
<li><strong>Ledger Maintenance:</strong> Ensuring that all ledgers are maintained accurately and reflect the true financial position of your business.</li>
<li><strong>Automation Solutions: </strong> Utilizing advanced bookkeeping software to streamline processes and reduce the chances of human error.</li>
</ul>
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="200">
<div class="unit-4">
<div class="unit-4-icon">
<img src="images/flaticon-svg/svg/noun-accounting-7004994.svg" alt="" class="img-fluid w-25 mb-4">
</div>
<div>
<h3>Tax Returns</h3>
<p>
<ul style="list-style-type:square">
<li><strong>VAT Returns:</strong> Preparation and submission of Value Added Tax returns to ensure compliance with local tax laws.</li>
<li><strong>Income Tax Returns:</strong> Efficient handling of income tax filings, ensuring that all deductions and credits are accurately applied.</li>
<li><strong>Tax Planning: </strong> Providing strategic tax planning advice to minimize liabilities and maximize savings.</li>
</ul>
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="">
<div class="unit-4">
<div class="unit-4-icon">
<img src="images/flaticon-svg/svg/noun-payroll-7004987.svg" alt="" class="img-fluid w-25 mb-4">
</div>
<div>
<h3>Payroll Functions</h3>
<p>
<ul style="list-style-type:square">
<li><strong>PAYE Management:</strong> Comprehensive management of Pay As You Earn (PAYE) processes, ensuring accurate calculation and timely submission.</li>
<li><strong>Salary Disbursement:</strong> Ensuring that employees are paid accurately and on time, every time.</li>
<li><strong>Payroll Reporting: </strong> Generating detailed payroll reports to keep you informed of all payroll activities.</li>
</ul>
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4 mb-lg-4" data-aos="fade-up" data-aos-delay="100">
<div class="unit-4">
<div class="unit-4-icon">
<img src="images/flaticon-svg/svg/noun-certificate-7004965.svg" alt="" class="img-fluid w-25 mb-4">
</div>
<div>
<h3>NAPSA and NHIMA Returns</h3>
<p>
<ul style="list-style-type:square">
<li><strong>NAPSA Returns:</strong> Efficient handling of NAPSA (National Pension Scheme Authority) returns, ensuring timely
and accurate submissions to the pension fund. We manage all aspects of NAPSA compliance, from contributions to reporting.</li>
<li><strong>NHIMA Returns:</strong> Expert management of NHIMA (National Health Insurance Management Authority) returns,
ensuring that your business complies with Zambia's government medical aid requirements. We take care of all necessary
paperwork and submissions to keep you compliant.</li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Team Section -->
<section class="site-section border-bottom" id="team-section">
<div class="container">
<div class="row mb-5 justify-content-center">
<div class="col-md-8 text-center">
<h2 class="section-title mb-3" data-aos="fade-up" data-aos-delay="">Meet Team</h2>
<p class="lead" data-aos="fade-up" data-aos-delay="100">Discover the dedicated professionals behind Precise Corporate Solutions Ltd.
Our experienced team is committed to providing exceptional service and expertise in all areas of accounting and financial management.</p>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 mb-4" data-aos="fade-up" data-aos-delay="">
<div class="team-member">
<figure>
<ul class="social">
<li><a href="#"><span class="icon-facebook"></span></a></li>
<li><a href="#"><span class="icon-twitter"></span></a></li>
<li><a href="#"><span class="icon-linkedin"></span></a></li>
<li><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
<img src="images/person_1.jpg" alt="Image" class="img-fluid">
</figure>
<div class="p-3">
<h3>Hudson Bwalya</h3>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4" data-aos="fade-up" data-aos-delay="100">
<div class="team-member">
<figure>
<ul class="social">
<li><a href="#"><span class="icon-facebook"></span></a></li>
<li><a href="#"><span class="icon-twitter"></span></a></li>
<li><a href="#"><span class="icon-linkedin"></span></a></li>
<li><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
<img src="images/person_2.jpg" alt="Image" class="img-fluid">
</figure>
<div class="p-3">
<h3>Krishna Kothpalli</h3>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4" data-aos="fade-up" data-aos-delay="200">
<div class="team-member">
<figure>
<ul class="social">
<li><a href="#"><span class="icon-facebook"></span></a></li>
<li><a href="#"><span class="icon-twitter"></span></a></li>
<li><a href="#"><span class="icon-linkedin"></span></a></li>
<li><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
<img src="images/person_3.jpg" alt="Image" class="img-fluid">
</figure>
<div class="p-3">
<h3>Jacqueline Bayela</h3>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4" data-aos="fade-up" data-aos-delay="200">
<div class="team-member">
<figure>
<ul class="social">
<li><a href="#"><span class="icon-facebook"></span></a></li>
<li><a href="#"><span class="icon-twitter"></span></a></li>
<li><a href="#"><span class="icon-linkedin"></span></a></li>
<li><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
<img src="images/person_4.jpg" alt="Image" class="img-fluid">
</figure>
<div class="p-3">
<h3>Brijesh Yadav</h3>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-4" data-aos="fade-up" data-aos-delay="200">
<div class="team-member">
<figure>
<ul class="social">
<li><a href="#"><span class="icon-facebook"></span></a></li>
<li><a href="#"><span class="icon-twitter"></span></a></li>
<li><a href="#"><span class="icon-linkedin"></span></a></li>
<li><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
<img src="images/person_5.jpg" alt="Image" class="img-fluid">
</figure>
<div class="p-3">
<h3>Shruti Nambiar</h3>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="site-section bg-light" id="contact-section" data-aos="fade">
<div class="container">
<div class="row mb-5">
<div class="col-12 text-center">
<h2 class="section-title mb-3">Contact Us</h2>
</div>
</div>
<div class="row mb-5">
<div class="col-md-4 text-center">
<p class="mb-4">
<span class="icon-room d-block h2 text-primary"></span>
<span>Plot #4130, Government Road, Chimwemwe, New Industrial Area, Kitwe, Zambia</span>
</p>
</div>
<div class="col-md-4 text-center">
<p class="mb-4">
<span class="icon-phone d-block h2 text-primary"></span>
<a href="#">(+260) 963 635 389</a>
</p>
</div>
<div class="col-md-4 text-center">
<p class="mb-0">
<span class="icon-mail_outline d-block h2 text-primary"></span>
<a href="#">precisionmarketingservicesltd@gmail.com</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-12 mb-5">
<form action="#" class="p-5 bg-white">
<h2 class="h4 text-black mb-5">Contact Form</h2>
<div class="row form-group">
<div class="col-md-6 mb-3 mb-md-0">
<label class="text-black" for="fname">First Name</label>
<input type="text" id="fname" class="form-control">
</div>
<div class="col-md-6">
<label class="text-black" for="lname">Last Name</label>
<input type="text" id="lname" class="form-control">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label class="text-black" for="email">Email</label>
<input type="email" id="email" class="form-control">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label class="text-black" for="subject">Subject</label>
<input type="subject" id="subject" class="form-control">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label class="text-black" for="message">Message</label>
<textarea name="message" id="message" cols="30" rows="7" class="form-control" placeholder="Write your notes or questions here..."></textarea>
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<input type="submit" value="Send Message" class="btn btn-primary btn-md text-white">
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-9">
<div class="row">
<div class="col-md-5">
<h2 class="footer-heading mb-4">About Us</h2>
<p>At Precise Corporate Solutions Ltd, we pride ourselves on delivering top-notch accounting services that are meticulously
tailored to meet the diverse needs of your business. With a rich legacy of 25 years in the industry, we are dedicated to
providing accurate and efficient solutions, leveraging the power of advanced technology and automation to ensure we get
things done right the first time.</p>
</div>
<div class="col-md-3 ml-auto">
<h2 class="footer-heading mb-4">Quick Links</h2>
<ul class="list-unstyled">
<li><a href="#about-section" class="smoothscroll">About Us</a></li>
<li><a href="#services-section" class="smoothscroll">Services</a></li>
<li><a href="#contact-section" class="smoothscroll">Contact Us</a></li>
</ul>
</div>
<div class="col-md-3 footer-social">
<h2 class="footer-heading mb-4">Follow Us</h2>
<a href="#" class="pl-0 pr-3"><span class="icon-facebook"></span></a>
<a href="#" class="pl-3 pr-3"><span class="icon-twitter"></span></a>
<a href="#" class="pl-3 pr-3"><span class="icon-instagram"></span></a>
<a href="#" class="pl-3 pr-3"><span class="icon-linkedin"></span></a>
</div>
</div>
</div>
</div>
<div class="row pt-5 mt-5 text-center">
<div class="col-md-12">
<div class="border-top pt-5">
<!-- O31 Media -->
<p>Copyright ©
<script>document.write(new Date().getFullYear());</script> All rights reserved | This website is made
with <i class="icon-heart-o" aria-hidden="true"></i> by <a href="#" target="_blank">O31 MEDIA</a>
</p>
</div>
</div>
</div>
</div>
</footer>
</div> <!-- .site-wrap -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>