-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
897 lines (807 loc) · 49.5 KB
/
services.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
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Title -->
<title>Multipage - Marketing Services Page | Unify - Responsive Website Template</title>
<!-- Required Meta Tags Always Come First -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Favicon -->
<link rel="shortcut icon" href="../../favicon.ico">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Encode+Sans:400,500,600" rel="stylesheet">
<!-- CSS Global Compulsory -->
<link rel="stylesheet" href="../../assets/vendor/bootstrap/bootstrap.min.css">
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="../../assets/vendor/icon-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="../../assets/vendor/icon-line-pro/style.css">
<link rel="stylesheet" href="../../assets/vendor/icon-hs/style.css">
<link rel="stylesheet" href="../../assets/vendor/animate.css">
<link rel="stylesheet" href="../../assets/vendor/hs-megamenu/src/hs.megamenu.css">
<link rel="stylesheet" href="../../assets/vendor/hamburgers/hamburgers.min.css">
<link rel="stylesheet" href="../../assets/vendor/slick-carousel/slick/slick.css">
<link rel="stylesheet" href="../../assets/vendor/fancybox/jquery.fancybox.css">
<!-- CSS Unify Theme -->
<link rel="stylesheet" href="theme/assets/css/styles.multipage-marketing.css">
<!-- CSS Customization -->
<link rel="stylesheet" href="../../assets/css/custom.css">
</head>
<body>
<main>
<!-- Header -->
<div w3-include-html="header.html"></div>
<!-- End Header -->
<!-- Promo Banner -->
<div class="g-min-height-450 g-flex-centered g-bg-img-hero g-bg-pos-top-center g-bg-size-cover g-pt-80" style="background-image: url(assets/img/bg/umbrellas.jpg);">
<div class="container g-pos-rel g-z-index-1">
<span class="d-block text-uppercase g-color-primary g-font-weight-500 g-font-size-13 mb-4">Services</span>
<h2 class="h1 g-color-white g-font-size-60--lg mb-0">Our Professional Services</h2>
</div>
</div>
<!-- End Promo Banner -->
<!-- Breadcrumbs -->
<section class="g-brd-bottom g-brd-gray-light-v4 g-py-30 d-none">
<div class="container">
<ul class="d-flex justify-content-between u-list-inline">
<li class="list-inline-item g-mr-15">
<a class="u-link-v5 g-color-text g-pr-10" href="index.html">Home</a>
<i class="g-color-gray-light-v2 g-ml-5 fa fa-angle-right"></i>
</li>
<li class="list-inline-item g-mr-15">
<a class="u-link-v5 g-color-text g-pr-10" href="about.html">About</a>
<i class="g-color-gray-light-v2 g-ml-5 fa fa-angle-right"></i>
</li>
<li class="list-inline-item g-color-primary">
<span>Services</span>
</li>
<li class="list-inline-item ml-auto">
<a class="u-link-v5 g-brd-around g-brd-gray-light-v4 g-brd-primary--hover g-color-text g-color-primary--hover g-font-weight-500 rounded g-px-30 g-py-10" href="contact.html">Hire Us</a>
</li>
</ul>
</div>
</section>
<!-- End Breadcrumbs -->
<!-- About -->
<div class="container g-pt-50 g-pb-10">
<div class="row justify-content-between align-items-center">
<div class="col-lg-8 g-mb-20">
<!-- About Info -->
<div class="g-mt-20">
<span class="d-block text-uppercase g-color-dark-light-v1 g-font-weight-500 g-font-size-13 mb-4">Who are we?</span>
<h2 class="mb-4">We unlock organizations and individual's future "today"</h2>
<div class="row">
<div class="col-sm-3">
<!-- Nav tabs -->
<ul class="nav flex-column" role="tablist" data-target="nav-1-1-accordion-primary-ver">
<li class="nav-item">
<a class="nav-link active g-color-primary--hover g-color-primary--parent-active g-pl-0" data-toggle="tab" href="#nav-1-1-accordion-primary-ver--1" role="tab">
<span class="d-none d-md-block">Who we are</span>
<span class="d-block d-md-none">About</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link g-color-primary--hover g-color-primary--parent-active g-pl-0" data-toggle="tab" href="#nav-1-1-accordion-primary-ver--2" role="tab">Our vision</a>
</li>
<li class="nav-item">
<a class="nav-link g-color-primary--hover g-color-primary--parent-active g-pl-0" data-toggle="tab" href="#nav-1-1-accordion-primary-ver--3" role="tab">Our mission</a>
</li>
<li class="nav-item">
<a class="nav-link g-color-primary--hover g-color-primary--parent-active g-pl-0" data-toggle="tab" href="#nav-1-1-accordion-primary-ver--4" role="tab">Our Belief</a>
</li>
</ul>
<!-- End Nav tabs -->
</div>
<div class="col-sm-9">
<!-- Tab panes -->
<div id="nav-1-1-accordion-primary-ver" class="tab-content">
<div class="tab-pane fade show active" id="nav-1-1-accordion-primary-ver--1" role="tabpanel">
<p class="g-line-height-2">TASL is a Robust and dynamic consultancy firm operating in Kenya. With an array of a well-trained and informed team, TASL has mastered the art of combining talent, teamwork, and experience and acquired knowledge pertinent to providing solutions to our clients’ needs.</p>
<p class="g-line-height-2"></p>
</div>
<div class="tab-pane fade" id="nav-1-1-accordion-primary-ver--2" role="tabpanel">
<p class="g-line-height-2">To be Africa’s first choice service provider for organizations development, skills and business consultancy solutions.</p>
</div>
<div class="tab-pane fade" id="nav-1-1-accordion-primary-ver--3" role="tabpanel">
<p class="g-line-height-2">We are committed to provide the best consultancy solutions through smart and superior, professional and quality development skills to both organizations and individuals.</p>
</div>
<div class="tab-pane fade" id="nav-1-1-accordion-primary-ver--4" role="tabpanel">
<p class="g-line-height-2">We believe in the power of teamwork, commitment and consistency in unlocking the full potential of individuals and organizations in the environment in which they operate.</p>
</div>
</div>
<!-- End Tab panes -->
</div>
</div>
<!-- End Tab -->
</div>
<a class="btn u-btn-black g-brd-main g-brd-primary--hover g-bg-main g-bg-primary--hover g-font-weight-600 g-font-size-12 text-uppercase g-px-25 g-py-13 mr-3" href="about.html">
About Us
<i class="g-pos-rel g-top-minus-1 ml-2 fa fa-angle-right"></i>
</a>
<!-- End About Info -->
</div>
<div class="col-sm-8 col-md-6 col-lg-4 mx-auto g-mb-50">
<!-- About Info -->
<div class="d-inline-block u-shadow-v20 g-width-300 g-height-300 g-brd-around g-brd-10 g-brd-white g-bg-cover g-bg-facebook-opacity-0_9--after g-rounded-circle--after text-center rounded-circle g-pa-50" style="background-image: url(theme/assets/img-temp/300x300/img1.jpg);">
<div class="g-pos-rel g-z-index-1">
<span class="d-block g-color-white-opacity-0_6 g-font-size-13 text-uppercase">Trusted by</span>
<span class="d-block g-color-white g-font-weight-300 g-font-size-90 g-line-height-1_2 mb-2">6+</span>
<span class="d-block g-color-white g-font-weight-300 g-font-size-13 text-uppercase">Clients in the<br>country</span>
</div>
<a class="d-flex g-text-underline--none--hover ml-auto g-mt-15" href="https://www.facebook.com/traceafricasmart/">
<span class="u-icon-v3 u-icon-size--xl u-icon-scale-1_2--hover g-bg-primary g-color-white rounded-circle g-pos-rel g-z-index-1 g-cursor-pointer">
<i data-brackets-id="695" class="g-font-size-17 g-pos-rel g-left-2 fa fa-facebook"></i>
</span>
</a>
</div>
<!-- End About Info -->
</div>
</div>
</div>
<!-- End About -->
<!-- Services -->
<div class="container g-pt-100 g-pb-50">
<div class="row">
<div class="col-lg-9 g-mb-30">
<!-- Carousel -->
<div class="js-carousel g-mb-70"
data-infinite="true"
data-autoplay="true"
data-speed="10000"
data-arrows-classes="u-arrow-v1 g-pos-abs g-bottom-0 g-right-0 g-width-35 g-height-35 g-brd-around g-brd-white-opacity-0_5 g-brd-main--hover g-color-white-opacity-0_5 g-color-primary--hover g-bg-transparent g-bg-main--hover g-font-size-default rounded g-mr-40 g-mb-40"
data-arrow-left-classes="fa fa-angle-left g-mr-85"
data-arrow-right-classes="fa fa-angle-right">
<div class="js-slide">
<!-- Carousel Slide -->
<div class="g-bg-img-hero g-bg-pos-top-center g-bg-size-cover g-bg-cover g-bg-black-opacity-0_3--after g-pt-100" style="background-image: url(assets/img/services/960x400/1.jpeg);">
<div class="g-max-width-645 g-pos-rel g-z-index-1 g-pa-40">
<div class="g-mt-120">
<h2 class="g-color-white mb-4">Commitment <br>to «Change»</h2>
<p class="g-color-white-opacity-0_9 g-font-size-16 g-line-height-2">We value the need to break free from yester believes and adopt tomorrow’s ideologies thus "unlocking the future today"</p>
</div>
</div>
</div>
<!-- End Carousel Slide -->
</div>
<div class="js-slide">
<!-- Carousel Slide -->
<div class="g-bg-img-hero g-bg-pos-top-center g-bg-size-cover g-bg-cover g-bg-black-opacity-0_3--after g-pt-100" style="background-image: url(assets/img/services/960x400/4.jpeg);">
<div class="g-max-width-645 g-pos-rel g-z-index-1 g-pa-40">
<div class="g-mt-120">
<h2 class="g-color-white mb-4">Corporate <br>Training programs</h2>
<p class="g-color-white-opacity-0_9 g-font-size-16 g-line-height-2">
We train company employees on digital strategies and capacity building. We educate them on financial management training programs & Culture change.
</p>
</div>
</div>
</div>
<!-- End Carousel Slide -->
</div>
<div class="js-slide">
<!-- Carousel Slide -->
<div class="g-bg-img-hero g-bg-pos-top-center g-bg-size-cover g-bg-cover g-bg-black-opacity-0_3--after g-pt-100" style="background-image: url(assets/img/services/960x400/2.jpeg);">
<div class="g-max-width-645 g-pos-rel g-z-index-1 g-pa-40">
<div class="g-mt-120">
<h2 class="g-color-white mb-4">Corporate <br>Team Building Activities</h2>
<p class="g-color-white-opacity-0_9 g-font-size-16 g-line-height-2">
We believe in the power of teamwork, commitment and consistency in unlocking the full potential of individuals and organizations in their work place
</p>
</div>
</div>
</div>
<!-- End Carousel Slide -->
</div>
<div class="js-slide">
<!-- Carousel Slide -->
<div class="g-bg-img-hero g-bg-pos-top-center g-bg-size-cover g-bg-cover g-bg-black-opacity-0_3--after g-pt-100" style="background-image: url(assets/img/services/960x400/3.jpeg);">
<div class="g-max-width-645 g-pos-rel g-z-index-1 g-pa-40">
<div class="g-mt-120">
<h2 class="g-color-white mb-4">More work and<br>«More Play»</h2>
<p class="g-color-white-opacity-0_9 g-font-size-16 g-line-height-2">This is where we sit down, grab a cup of coffee and dial in the details. Understanding the task at hand and ironing out the wrinkles is key.</p>
</div>
</div>
</div>
<!-- End Carousel Slide -->
</div>
</div>
<!-- End Carousel -->
<!-- Gallery -->
<ul class="row list-inline g-mx-minus-5">
<li class="col-6 col-sm-6 col-md-3 list-inline-item g-px-5 mx-0 g-mb-10">
<img class="img-fluid" src="assets/img/services/300x300/corporate-training.jpeg" alt="Image Description">
</li>
<li class="col-6 col-sm-6 col-md-3 list-inline-item g-px-5 mx-0 g-mb-10">
<img class="img-fluid" src="assets/img/services/300x300/events-management.jpeg" alt="Image Description">
</li>
<li class="col-6 col-sm-6 col-md-3 list-inline-item g-px-5 mx-0 g-mb-10">
<img class="img-fluid" src="assets/img/services/300x300/team-building.jpeg" alt="Image Description">
</li>
<li class="col-6 col-sm-6 col-md-3 list-inline-item g-px-5 mx-0 g-mb-10">
<img class="img-fluid" src="assets/img/services/300x300/team-building-2.jpeg" alt="Image Description">
</li>
</ul>
<!-- End Gallery -->
</div>
<!-- Sidebar -->
<div class="col-lg-3 g-mb-30">
<!-- Links -->
<ul class="list-unstyled g-hidden-md-down mb-5">
<li class="my-1">
<a class="d-block u-link-v5 g-brd-left g-brd-3 g-brd-transparent g-brd-primary--hover g-brd-primary--active g-color-main g-color-primary--hover g-color-primary--parent-active g-bg-secondary g-font-weight-600 g-px-20 g-pl-25--hover g-pl-25--active g-py-12" href="index.html">
Home
<i class="align-middle float-right icon-education-007 u-line-icon-pro"></i>
</a>
</li>
<li class="my-1">
<a class="d-block u-link-v5 g-brd-left g-brd-3 g-brd-transparent g-brd-primary--hover g-brd-primary--active g-color-main g-color-primary--hover g-color-primary--parent-active g-bg-secondary g-font-weight-600 g-px-20 g-pl-25--hover g-pl-25--active g-py-12" href="about.html">
About Us
<i class="align-middle float-right icon-education-064 u-line-icon-pro"></i>
</a>
</li>
<li class="my-1">
<a class="active d-block u-link-v5 g-brd-left g-brd-3 g-brd-transparent g-brd-primary--hover g-brd-primary--active g-color-main g-color-primary--hover g-color-primary--parent-active g-bg-secondary g-font-weight-600 g-px-20 g-pl-25--hover g-pl-25--active g-py-12" href="#!">
Services
<i class="align-middle float-right icon-education-087 u-line-icon-pro"></i>
</a>
</li>
<li class="my-1">
<a class="d-block u-link-v5 g-brd-left g-brd-3 g-brd-transparent g-brd-primary--hover g-brd-primary--active g-color-main g-color-primary--hover g-color-primary--parent-active g-bg-secondary g-font-weight-600 g-px-20 g-pl-25--hover g-pl-25--active g-py-12" href="gallery.html">
Gallery
<i class="align-middle float-right icon-education-047 u-line-icon-pro"></i>
</a>
</li>
<li class="my-1">
<a class="d-block u-link-v5 g-brd-left g-brd-3 g-brd-transparent g-brd-primary--hover g-brd-primary--active g-color-main g-color-primary--hover g-color-primary--parent-active g-bg-secondary g-font-weight-600 g-px-20 g-pl-25--hover g-pl-25--active g-py-12" href="news.html">
News
<i class="align-middle float-right icon-finance-168 u-line-icon-pro"></i>
</a>
</li>
<li class="my-1">
<a class="d-block u-link-v5 g-brd-left g-brd-3 g-brd-transparent g-brd-primary--hover g-brd-primary--active g-color-main g-color-primary--hover g-color-primary--parent-active g-bg-secondary g-font-weight-600 g-px-20 g-pl-25--hover g-pl-25--active g-py-12" href="team.html">
Team
<i class="align-middle float-right icon-education-073 u-line-icon-pro"></i>
</a>
</li>
<li class="my-1">
<a class="d-block u-link-v5 g-brd-left g-brd-3 g-brd-transparent g-brd-primary--hover g-brd-primary--active g-color-main g-color-primary--hover g-color-primary--parent-active g-bg-secondary g-font-weight-600 g-px-20 g-pl-25--hover g-pl-25--active g-py-12" href="contact.html">
Contact US
<i class="align-middle float-right icon-education-073 u-line-icon-pro"></i>
</a>
</li>
</ul>
<!-- End Links -->
<!-- Fast Facts -->
<h3 class="h4 mb-3">Fast Facts</h3>
<ul class="list-unstyled">
<li class="g-brd-y g-brd-gray-light-v3 py-2">
<div class="js-counter g-color-primary g-font-weight-500 g-font-size-35">4</div>
<p>Broad levels of services</p>
</li>
<li class="g-brd-bottom g-brd-gray-light-v3 py-2">
<div class="js-counter g-color-primary g-font-weight-500 g-font-size-35">6</div>
<p>Major clients served recently</p>
</li>
<li class="g-brd-bottom g-brd-gray-light-v3 py-2">
<div class="js-counter g-color-primary g-font-weight-500 g-font-size-35">3</div>
<p>Over 3 years experience serving clients</p>
</li>
</ul>
<!-- End Fast Facts -->
</div>
<!-- End Sidebar -->
<div class="col-lg-12 g-pb-30 g-mt-50">
<!-- Services -->
<div class="row g-pb-20">
<div class="col-md-6 col-lg-3 g-mb-50">
<!-- Services -->
<article>
<div class="d-flex align-items-center g-brd-bottom g-brd-2 g-brd-primary g-pb-20 g-mb-20">
<span class="align-middle u-icon-v3 u-icon-size--xs g-color-white g-bg-primary rounded-circle mr-2">
<i class="icon-education-102 u-line-icon-pro"></i>
</span>
<h3 class="h5 d-inline-block g-font-weight-600 mb-0">Team buildings</h3>
</div>
<span class="d-block g-font-weight-600 g-font-size-12 text-uppercase mb-2">The core branding</span>
<p>
At TASL we use teambuilding sessions to articulate the practical work environment through conference training as well as outdoor activities which are professionally crafted to offer a learning platform for organizations and businesses staff.
</p>
</article>
<!-- End Services -->
</div>
<div class="col-md-6 col-lg-3 g-mb-50">
<!-- Services -->
<article>
<div class="d-flex align-items-center g-brd-bottom g-brd-2 g-brd-primary g-pb-20 g-mb-20">
<span class="align-middle u-icon-v3 u-icon-size--xs g-color-white g-bg-primary rounded-circle mr-2">
<i class="icon-education-096 u-line-icon-pro"></i>
</span>
<h3 class="h5 d-inline-block g-font-weight-600 mb-0">Organizations' parties</h3>
</div>
<span class="d-block g-font-weight-600 g-font-size-12 text-uppercase mb-2"> End year / annual meetings</span>
<p>Such are organized as per the client’s requirements and specifications. We take into Account the details and instructions provide in reference to providing the best services.</p>
</article>
<!-- End Services -->
</div>
<div class="col-md-6 col-lg-3 g-mb-50">
<!-- Services -->
<article>
<div class="d-flex align-items-center g-brd-bottom g-brd-2 g-brd-primary g-pb-20 g-mb-20">
<span class="align-middle u-icon-v3 u-icon-size--xs g-color-white g-bg-primary rounded-circle mr-2">
<i class="icon-education-121 u-line-icon-pro"></i>
</span>
<h3 class="h5 d-inline-block g-font-weight-600 mb-0">Weddings packages and planning</h3>
</div>
<span class="d-block g-font-weight-600 g-font-size-12 text-uppercase mb-2">The core development</span>
<p> TASL offers wedding planning and packages that are tailored to suit our client’s budget</p>
</article>
<!-- End Services -->
</div>
<div class="col-md-6 col-lg-3 g-mb-50">
<!-- Services -->
<article>
<div class="d-flex align-items-center g-brd-bottom g-brd-2 g-brd-primary g-pb-20 g-mb-20">
<span class="align-middle u-icon-v3 u-icon-size--xs g-color-white g-bg-primary rounded-circle mr-2">
<i class="icon-media-007 u-line-icon-pro"></i>
</span>
<h3 class="h5 d-inline-block g-font-weight-600 mb-0">Organized Getaways</h3>
</div>
<span class="d-block g-font-weight-600 g-font-size-12 text-uppercase mb-2">The core photography</span>
<p>TASL through TAS organize for family, organizations, group getaways to various luxurious hotels and holiday destination sites in Kenya.</p>
</article>
<!-- End Services -->
</div>
<div class="col-md-6 col-lg-3 g-mb-50">
<!-- Services -->
<article>
<div class="d-flex align-items-center g-brd-bottom g-brd-2 g-brd-primary g-pb-20 g-mb-20">
<span class="align-middle u-icon-v3 u-icon-size--xs g-color-white g-bg-primary rounded-circle mr-2">
<i class="icon-media-008 u-line-icon-pro"></i>
</span>
<h3 class="h5 d-inline-block g-font-weight-600 mb-0">Educational Trips & Tours</h3>
</div>
<span class="d-block g-font-weight-600 g-font-size-12 text-uppercase mb-2">The core videography</span>
<p>We organize educational trips and study tours for schools and institutions of higher learning with an aim of integrating practical representation of learnt information for students.</p>
</article>
<!-- End Services -->
</div>
<div class="col-md-6 col-lg-3 g-mb-50">
<!-- Services -->
<article>
<div class="d-flex align-items-center g-brd-bottom g-brd-2 g-brd-primary g-pb-20 g-mb-20">
<span class="align-middle u-icon-v3 u-icon-size--xs g-color-white g-bg-primary rounded-circle mr-2">
<i class="icon-media-107 u-line-icon-pro"></i>
</span>
<h3 class="h5 d-inline-block g-font-weight-600 mb-0">Leavers' & Other Parties</h3>
</div>
<span class="d-block g-font-weight-600 g-font-size-12 text-uppercase mb-2">The core social strategy</span>
<p>We organize estate parties, birth day parties, group re-unions, graduation and school parties</p>
</article>
<!-- End Services -->
</div>
<div class="col-md-6 col-lg-3 g-mb-50">
<!-- Services -->
<article>
<div class="d-flex align-items-center g-brd-bottom g-brd-2 g-brd-primary g-pb-20 g-mb-20">
<span class="align-middle u-icon-v3 u-icon-size--xs g-color-white g-bg-primary rounded-circle mr-2">
<i class="icon-media-107 u-line-icon-pro"></i>
</span>
<h3 class="h5 d-inline-block g-font-weight-600 mb-0">Leavers’ parties</h3>
</div>
<span class="d-block g-font-weight-600 g-font-size-12 text-uppercase mb-2">The core social strategy</span>
<p>We organize parties to rekindle old memories as far as yester years and special days in people’s lives. This we carry at a friendly cost and provide the best service and engagements</p>
</article>
<!-- End Services -->
</div>
<div class="col-md-6 col-lg-3 g-mb-50">
<!-- Services -->
<article>
<div class="d-flex align-items-center g-brd-bottom g-brd-2 g-brd-primary g-pb-20 g-mb-20">
<span class="align-middle u-icon-v3 u-icon-size--xs g-color-white g-bg-primary rounded-circle mr-2">
<i class="icon-media-107 u-line-icon-pro"></i>
</span>
<h3 class="h5 d-inline-block g-font-weight-600 mb-0">Organized talks</h3>
</div>
<span class="d-block g-font-weight-600 g-font-size-12 text-uppercase mb-2">The core social strategy</span>
<p>We at TASL organize talks ranging from Business, inspirational, youth empowerment and motivational talks.</p>
</article>
<!-- End Services -->
</div>
</div>
<!-- End Services -->
</div>
</div>
</div>
<!-- End Services -->
<!-- Service Showcase -->
<div class="g-brd-top--md g-brd-gray-light-v4 g-pos-rel">
<div class="container">
<div class="row justify-content-end no-gutters">
<div id="stickyblock-start" class="col-md-6 align-self-center h-100 g-pos-abs--md g-top-0 g-left-0">
<div class="js-sticky-block g-sticky-block--md g-bg-img-hero g-min-height-100vh"
data-bg-img-src="theme/assets/img-temp/900x900/img1-1.jpg"
data-type="responsive"
data-start-point="#stickyblock-start"
data-end-point="#stickyblock-end"></div>
</div>
<div class="col-md-5 g-pb-50 g-pb-0--md">
<div class="g-max-width-400 g-py-50">
<div class="g-mb-50 g-mb-100--md">
<h3 class="h3 mb-3"><span class="g-color-primary g-font-weight-600"></span> What we do</h3>
<p class="g-line-height-2">
TASL endeavors to be the key to unlocking the doors to success for individuals, organizations and business in the fast changing business environment through:
</p>
</div>
<div class="g-mb-50 g-mb-100--md">
<h3 class="h4 mb-3"><span class="g-color-primary g-font-weight-600">01.</span> Corporate Trainings</h3>
<p class="g-line-height-2">Corporate training has evolved rapidly in recent years to move beyond training just new hires, sales people and leaders. Learning and development professionals and corporate trainers are seen as strategic partners who are critical to the success of their business.</p>
</div>
<div class="g-mb-50 g-mb-100--md">
<h3 class="h4 mb-3"><span class="g-color-primary g-font-weight-600">02.</span> Events Management</h3>
<p class="g-line-height-2">
We apply project management to the creation and development of large-scale events such as festivals, conferences, ceremonies, weddings, formal parties, concerts, or conventions. We study the brand, identify its target audience, devise the event concept, and coordinate the technical aspects before launching the event.
</p>
</div>
<div class="g-mb-50 g-mb-100--md">
<h3 class="h4 mb-3"><span class="g-color-primary g-font-weight-600">03.</span> Organized Getaways</h3>
<p class="g-line-height-2">
Planning a trip can be difficult, especially when it involves a group. We lay out the most important things to consider in group trip planning. We give our suggestions on what you really need to know to organize a successful group trip.
</p>
</div>
<div class="g-mb-50 g-mb-100--md">
<h3 class="h4 mb-3"><span class="g-color-primary g-font-weight-600">04.</span> Team buildings</h3>
<p class="g-line-height-2">
We organize fun activities used to enhance social relations and define roles within teams, often involving collaborative tasks. Many team-building exercises aim to expose and address interpersonal problems within the group. Over time, these activities are intended to improve performance in a team-based environment
</p>
</div>
<div class="g-mb-50 g-mb-100--md">
<h3 class="h4 mb-3"><span class="g-color-primary g-font-weight-600">05.</span> Tours and Safaris</h3>
<p class="g-line-height-2">
In recent years, managers have recognized how taking educational, industrial or recreational tours contribute to a company’s overall strategic strength. We assit to strategize the best trips and safaris for corporations.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Service Showcase -->
<div id="stickyblock-end"></div>
<!-- About -->
<div class="container g-pt-100 g-pb-70 d-none">
<div class="row justify-content-between align-items-center">
<div class="col-lg-8 g-mb-50">
<!-- About Info -->
<div class="g-mt-120">
<span class="d-block text-uppercase g-color-dark-light-v1 g-font-weight-500 g-font-size-13 mb-4">Who are we?</span>
<h2 class="mb-4">We unlock organizations and individual's future "today"</h2>
<div class="row">
<div class="col-sm-3">
<!-- Nav tabs -->
<ul class="nav flex-column" role="tablist" data-target="nav-1-1-accordion-primary-ver">
<li class="nav-item">
<a class="nav-link active g-color-primary--hover g-color-primary--parent-active g-pl-0" data-toggle="tab" href="#nav-1-1-accordion-primary-ver--1" role="tab">
<span class="d-none d-md-block">Who we are</span>
<span class="d-block d-md-none">About</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link g-color-primary--hover g-color-primary--parent-active g-pl-0" data-toggle="tab" href="#nav-1-1-accordion-primary-ver--2" role="tab">Our vision</a>
</li>
<li class="nav-item">
<a class="nav-link g-color-primary--hover g-color-primary--parent-active g-pl-0" data-toggle="tab" href="#nav-1-1-accordion-primary-ver--3" role="tab">Our mission</a>
</li>
<li class="nav-item">
<a class="nav-link g-color-primary--hover g-color-primary--parent-active g-pl-0" data-toggle="tab" href="#nav-1-1-accordion-primary-ver--4" role="tab">Our Belief</a>
</li>
</ul>
<!-- End Nav tabs -->
</div>
<div class="col-sm-9">
<!-- Tab panes -->
<div id="nav-1-1-accordion-primary-ver" class="tab-content">
<div class="tab-pane fade show active" id="nav-1-1-accordion-primary-ver--1" role="tabpanel">
<p class="g-line-height-2">TASL is a Robust and dynamic consultancy firm operating in Kenya. With an array of a well-trained and informed team, TASL has mastered the art of combining talent, teamwork, and experience and acquired knowledge pertinent to providing solutions to our clients’ needs.</p>
<p class="g-line-height-2"></p>
</div>
<div class="tab-pane fade" id="nav-1-1-accordion-primary-ver--2" role="tabpanel">
<p class="g-line-height-2">To be Africa’s first choice service provider for organizations development, skills and business consultancy solutions.</p>
</div>
<div class="tab-pane fade" id="nav-1-1-accordion-primary-ver--3" role="tabpanel">
<p class="g-line-height-2">We are committed to provide the best consultancy solutions through smart and superior, professional and quality development skills to both organizations and individuals.</p>
</div>
<div class="tab-pane fade" id="nav-1-1-accordion-primary-ver--4" role="tabpanel">
<p class="g-line-height-2">We believe in the power of teamwork, commitment and consistency in unlocking the full potential of individuals and organizations in the environment in which they operate.</p>
</div>
</div>
<!-- End Tab panes -->
</div>
</div>
<!-- End Tab -->
</div>
<a class="btn u-btn-black g-brd-main g-brd-primary--hover g-bg-main g-bg-primary--hover g-font-weight-600 g-font-size-12 text-uppercase g-px-25 g-py-13 mr-3" href="about.html">
About Us
<i class="g-pos-rel g-top-minus-1 ml-2 fa fa-angle-right"></i>
</a>
<!-- End About Info -->
</div>
<div class="col-sm-8 col-md-6 col-lg-4 mx-auto g-mb-50">
<!-- About Info -->
<div class="d-inline-block u-shadow-v20 g-width-300 g-height-300 g-brd-around g-brd-10 g-brd-white g-bg-cover g-bg-facebook-opacity-0_9--after g-rounded-circle--after text-center rounded-circle g-pa-50" style="background-image: url(theme/assets/img-temp/300x300/img1.jpg);">
<div class="g-pos-rel g-z-index-1">
<span class="d-block g-color-white-opacity-0_6 g-font-size-13 text-uppercase">Trusted by</span>
<span class="d-block g-color-white g-font-weight-300 g-font-size-90 g-line-height-1_2 mb-2">6+</span>
<span class="d-block g-color-white g-font-weight-300 g-font-size-13 text-uppercase">Clients in the<br>country</span>
</div>
<a class="js-fancybox d-flex g-text-underline--none--hover ml-auto g-mt-15" href="https://www.facebook.com/traceafricasmart/">
<span class="u-icon-v3 u-icon-size--xl u-icon-scale-1_2--hover g-bg-primary g-color-white rounded-circle g-pos-rel g-z-index-1 g-cursor-pointer">
<i data-brackets-id="695" class="g-font-size-17 g-pos-rel g-left-2 fa fa-eye"></i>
</span>
</a>
</div>
<!-- End About Info -->
</div>
</div>
</div>
<!-- End About -->
<!-- Footer -->
<footer>
<div class="g-bg-dark">
<div class="container g-pt-70 g-pb-40">
<div class="row">
<div class="col-6 col-md-3 g-mb-30">
<h3 class="h6 g-color-white text-uppercase">About</h3>
<!-- Links -->
<ul class="list-unstyled mb-0">
<li>
<a class="u-link-v6 g-color-text g-color-primary--hover g-font-weight-500 g-text-underline--none--hover g-py-3" href="page-about-1.html">
About Unify Marketing
<span class="u-link-v6-arrow g-font-size-18">→</span>
</a>
</li>
<li>
<a class="u-link-v6 g-color-text g-color-primary--hover g-font-weight-500 g-text-underline--none--hover g-py-3" href="page-services-1.html">
Services
<span class="u-link-v6-arrow g-font-size-18">→</span>
</a>
</li>
<li>
<a class="u-link-v6 g-color-text g-color-primary--hover g-font-weight-500 g-text-underline--none--hover g-py-3" href="page-pricing-1.html">
Pricing Tables
<span class="u-link-v6-arrow g-font-size-18">→</span>
</a>
</li>
<li>
<a class="u-link-v6 g-color-text g-color-primary--hover g-font-weight-500 g-text-underline--none--hover g-py-3" href="page-hire-us-1.html">
Hire Unify Marketing
<span class="u-link-v6-arrow g-font-size-18">→</span>
</a>
</li>
<li>
<a class="u-link-v6 g-color-text g-color-primary--hover g-font-weight-500 g-text-underline--none--hover g-py-3" href="page-apply-1.html">
Apply for a Job
<span class="u-link-v6-arrow g-font-size-18">→</span>
</a>
</li>
<li>
<a class="u-link-v6 g-color-text g-color-primary--hover g-font-weight-500 g-text-underline--none--hover g-py-3" href="page-contacts-1.html">
Contacts
<span class="u-link-v6-arrow g-font-size-18">→</span>
</a>
</li>
</ul>
<!-- End Links -->
</div>
<div class="col-6 col-md-3 g-mb-30">
<h3 class="h6 g-color-white text-uppercase">Insiders</h3>
<!-- Links -->
<ul class="list-unstyled mb-0">
<li>
<a class="u-link-v6 g-color-text g-color-primary--hover g-font-weight-500 g-text-underline--none--hover g-py-3" href="#">
<span>Insider Information</span>
<span class="u-link-v6-arrow g-font-size-18">→</span>
</a>
</li>
<li>
<a class="u-link-v6 g-color-text g-color-primary--hover g-font-weight-500 g-text-underline--none--hover g-py-3" href="#">
<span>Information for Insiders</span>
<span class="u-link-v6-arrow g-font-size-18">→</span>
</a>
</li>
<li>
<a class="u-link-v6 g-color-text g-color-primary--hover g-font-weight-500 g-text-underline--none--hover g-py-3" href="#">
<span>Personal Information</span>
<span class="u-link-v6-arrow g-font-size-18">→</span>
</a>
</li>
<li>
<a class="u-link-v6 g-color-text g-color-primary--hover g-font-weight-500 g-text-underline--none--hover g-py-3" href="#">
<span>Enterprise Information</span>
<span class="u-link-v6-arrow g-font-size-18">→</span>
</a>
</li>
</ul>
<!-- End Links -->
</div>
<div class="col-6 col-md-3 g-mb-30">
<h3 class="h6 g-color-white text-uppercase">Unify Special</h3>
<!-- Links -->
<ul class="list-unstyled mb-0">
<li>
<a class="u-link-v6 g-color-text g-color-primary--hover g-font-weight-500 g-text-underline--none--hover g-py-3" href="#">
<span>Unify Online</span>
<span class="u-link-v6-arrow g-font-size-18">→</span>
</a>
</li>
<li>
<a class="u-link-v6 g-color-text g-color-primary--hover g-font-weight-500 g-text-underline--none--hover g-py-3" href="#">
<span>Unify Express</span>
<span class="u-link-v6-arrow g-font-size-18">→</span>
</a>
</li>
<li>
<a class="u-link-v6 g-color-text g-color-primary--hover g-font-weight-500 g-text-underline--none--hover g-py-3" href="#">
<span>Unify Finance</span>
<span class="u-link-v6-arrow g-font-size-18">→</span>
</a>
</li>
<li>
<a class="u-link-v6 g-color-text g-color-primary--hover g-font-weight-500 g-text-underline--none--hover g-py-3" href="#">
<span>Unify Business</span>
<span class="u-link-v6-arrow g-font-size-18">→</span>
</a>
</li>
<li>
<a class="u-link-v6 g-color-text g-color-primary--hover g-font-weight-500 g-text-underline--none--hover g-py-3" href="#">
<span>Unify Ads</span>
<span class="u-link-v6-arrow g-font-size-18">→</span>
</a>
</li>
</ul>
<!-- End Links -->
</div>
<div class="col-6 col-md-3 g-mb-30">
<!-- Links -->
<ul class="list-inline">
<li class="list-inline-item mb-1">
<a class="u-icon-v2 u-icon-size--xs g-brd-gray-light-v2 g-brd-primary--hover g-color-gray-light-v1 g-color-primary--hover rounded" href="#">
<i class="fa fa-android"></i>
</a>
</li>
<li class="list-inline-item mb-1">
<a class="u-icon-v2 u-icon-size--xs g-brd-gray-light-v2 g-brd-primary--hover g-color-gray-light-v1 g-color-primary--hover rounded" href="#">
<i class="fa fa-apple"></i>
</a>
</li>
<li class="list-inline-item mb-1">
<a class="u-icon-v2 u-icon-size--xs g-brd-gray-light-v2 g-brd-primary--hover g-color-gray-light-v1 g-color-primary--hover rounded" href="#">
<i class="fa fa-windows"></i>
</a>
</li>
</ul>
<ul class="list-unstyled mb-4">
<li>
<a class="u-link-v6 g-color-text g-color-primary--hover g-font-weight-500 g-text-underline--none--hover g-py-3" href="#">
<span>How to Install Apps</span>
<span class="u-link-v6-arrow g-font-size-18">→</span>
</a>
</li>
</ul>
<!-- End Links -->
<h3 class="h6 g-color-white text-uppercase">Address</h3>
<address class="g-font-size-13 g-color-gray-dark-v3 g-font-weight-600 g-line-height-2 mb-0">470 Lucy Forks,<br>Patriciafurt, YC7B 3UT<br>WY10037, Great Britain</address>
</div>
</div>
</div>
</div>
<div class="g-bg-dark-light-v1">
<div class="container g-pt-30">
<div class="row align-items-center">
<div class="col-md-4 text-center text-md-left g-mb-30">
<!-- Logo -->
<a class="g-text-underline--none--hover mr-4" href="home-page-1.html">
<img class="g-width-95" src="assets/img/logo/logo-white.png" alt="Logo">
</a>
<!-- End Logo -->
<p class="d-inline-block align-middle g-font-size-13 mb-0">© 2017 Htmlstream.<br>All Rights Reserved.</p>
</div>
<div class="col-md-4 g-mb-30">
<!-- Social Icons -->
<ul class="list-inline text-center mb-0">
<li class="list-inline-item">
<a class="u-icon-v3 u-icon-size--sm g-color-gray-light-v1 g-color-primary--hover g-bg-transparent g-bg-main--hover rounded" href="#"><i class="fa fa-facebook"></i></a>
</li>
<li class="list-inline-item">
<a class="u-icon-v3 u-icon-size--sm g-color-gray-light-v1 g-color-primary--hover g-bg-transparent g-bg-main--hover rounded" href="#"><i class="fa fa-twitter"></i></a>
</li>
<li class="list-inline-item">
<a class="u-icon-v3 u-icon-size--sm g-color-gray-light-v1 g-color-primary--hover g-bg-transparent g-bg-main--hover rounded" href="#"><i class="fa fa-pinterest"></i></a>
</li>
<li class="list-inline-item">
<a class="u-icon-v3 u-icon-size--sm g-color-gray-light-v1 g-color-primary--hover g-bg-transparent g-bg-main--hover rounded" href="#"><i class="fa fa-instagram"></i></a>
</li>
<li class="list-inline-item">
<a class="u-icon-v3 u-icon-size--sm g-color-gray-light-v1 g-color-primary--hover g-bg-transparent g-bg-main--hover rounded" href="#"><i class="fa fa-youtube"></i></a>
</li>
</ul>
<!-- End Social Icons -->
</div>
<div class="col-md-4 g-mb-30 text-right">
<div class="d-inline-block g-mx-15">
<h4 class="g-color-text g-font-size-11 text-left text-uppercase">Email</h4>
<a href="#">[email protected]</a>
</div>
<div class="d-inline-block g-mx-15">
<h4 class="g-color-text g-font-size-11 text-left text-uppercase">Phone</h4>
<a href="#">(0161) 347 8854</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<!-- Go to Top -->
<a class="js-go-to u-go-to-v1 g-width-40 g-height-40 g-color-primary g-bg-main-opacity-0_5 g-bg-main--hover g-bg-main--focus g-font-size-12 rounded" href="#" data-type="fixed" data-position='{
"bottom": 15,
"right": 15
}' data-offset-top="400" data-compensation="#js-header" data-show-effect="zoomIn">
<i class="hs-icon hs-icon-arrow-top"></i>
</a>
<!-- End Go to Top -->
</main>
<!-- JS Global Compulsory -->
<script src="../../assets/vendor/jquery/jquery.min.js"></script>
<script src="../../assets/vendor/jquery-migrate/jquery-migrate.min.js"></script>
<script src="../../assets/vendor/popper.min.js"></script>
<script src="../../assets/vendor/bootstrap/bootstrap.min.js"></script>
<!-- JS Implementing Plugins -->
<script src="../../assets/vendor/hs-megamenu/src/hs.megamenu.js"></script>
<script src="../../assets/vendor/appear.js"></script>
<script src="../../assets/vendor/slick-carousel/slick/slick.js"></script>
<script src="../../assets/vendor/fancybox/jquery.fancybox.min.js"></script>
<!-- JS Unify -->
<script src="../../assets/js/hs.core.js"></script>
<script src="../../assets/js/components/hs.header.js"></script>
<script src="../../assets/js/helpers/hs.hamburgers.js"></script>
<script src="../../assets/js/components/hs.dropdown.js"></script>
<script src="../../assets/js/components/hs.counter.js"></script>
<script src="../../assets/js/components/hs.carousel.js"></script>
<script src="../../assets/js/components/hs.popup.js"></script>
<script src="../../assets/js/components/hs.sticky-block.js"></script>
<script src="../../assets/js/components/hs.go-to.js"></script>
<!-- JS Customization -->
<script src="../../assets/js/custom.js"></script>
<script src="assets/js/includeHtml.js"></script>
<!-- JS Plugins Init. -->
<script>
includeHTML();
$(document).on('ready', function () {
// initialization of header
$.HSCore.components.HSHeader.init($('#js-header'));
$.HSCore.helpers.HSHamburgers.init('.hamburger');
// initialization of HSMegaMenu component
$('.js-mega-menu').HSMegaMenu({
event: 'hover',
pageContainer: $('.container'),
breakpoint: 991
});
// initialization of HSDropdown component
$.HSCore.components.HSDropdown.init($('[data-dropdown-target]'), {
afterOpen: function () {
$(this).find('input[type="search"]').focus();
}
});
// initialization of carousel
$.HSCore.components.HSCarousel.init('.js-carousel');
// initialization of counters
var counters = $.HSCore.components.HSCounter.init('[class*="js-counter"]');
// initialization of popups
$.HSCore.components.HSPopup.init('.js-fancybox');
// initialization of sticky blocks
$.HSCore.components.HSStickyBlock.init('.js-sticky-block');
// initialization of go to
$.HSCore.components.HSGoTo.init('.js-go-to');
});
</script>
</body>
</html>