-
Notifications
You must be signed in to change notification settings - Fork 0
/
marangu5.html
655 lines (537 loc) · 28.8 KB
/
marangu5.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="JDA Adventures">
<meta name="author" content="TeddBot">
<title>JDA Adventures</title>
<!-- Favicons-->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" type="image/x-icon" href="img/apple-touch-icon-57x57-precomposed.png">
<link rel="apple-touch-icon" type="image/x-icon" sizes="72x72" href="img/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon" type="image/x-icon" sizes="114x114" href="img/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon" type="image/x-icon" sizes="144x144" href="img/apple-touch-icon-144x144-precomposed.png">
<!-- GOOGLE WEB FONT -->
<link href="https://fonts.googleapis.com/css?family=Gochi+Hand|Montserrat:300,400,700" rel="stylesheet">
<!-- COMMON CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/vendors.css" rel="stylesheet">
<!-- CUSTOM CSS -->
<link href="css/custom.css" rel="stylesheet">
</head>
<body>
<div id="preloader">
<div class="sk-spinner sk-spinner-wave">
<div class="sk-rect1"></div>
<div class="sk-rect2"></div>
<div class="sk-rect3"></div>
<div class="sk-rect4"></div>
<div class="sk-rect5"></div>
</div>
</div>
<!-- End Preload -->
<div class="layer"></div>
<!-- Mobile menu overlay mask -->
<!-- Header================================================== -->
<header>
<div id="top_line">
<div class="container">
<div class="row">
<div class="col-6"><i class="icon-phone"></i><strong>+971507257630</strong></div>
<div class="col-6">
<ul id="top_links">
</ul>
</div>
</div><!-- End row -->
</div><!-- End container-->
</div><!-- End top line-->
<div class="container">
<div class="row">
<div class="col-3">
<div id="logo">
<a href="index.html"><img src="img/logo.png" width="225" height="173" alt="JDA Adventures" data-retina="true" class="logo_normal"></a>
<a href="index.html"><img src="img/logo_sticky.png" width="300" height="120" alt="JDA Adventures" data-retina="true" class="logo_sticky"></a>
</div>
</div>
<nav class="col-9">
<a class="cmn-toggle-switch cmn-toggle-switch__htx open_close" href="javascript:void(0);"><span>Menu mobile</span></a>
<div class="main-menu">
<div id="header_menu">
<img src="img/logo_sticky.png" width="300" height="120" alt="JDA Adventures" data-retina="true">
</div>
<a href="#" class="open_close" id="close_in"><i class="icon_set_1_icon-77"></i></a>
<ul>
<li class="submenu">
<a href="index.html" class="show-submenu">Home </a>
<li class="submenu">
<a href="all_tours_grid.html" class="show-submenu">Mt.Kilimanjaro Hikes <i class="icon-down-open-mini"></i></a>
<ul>
<li><a href="umbwe5.html">5 Days Umbwe </a></li>
<li><a href="umbwe6.html">6 Days Umbwe </a></li>
<li><a href="rongai7.html">7 Days Rongai </a></li>
<li><a href="rongai6.html">6 Days Rongai </a></li>
<li><a href="lemosho9.html">9 Days Lemosho </a></li>
<li><a href="lemosho8.html">8 Days Lemosho </a></li>
<li><a href="lemosho7.html">7 Days Lemosho </a></li>
<li><a href="machame7.html">7 Days Machame </a></li>
<li><a href="machame6.html">6 Days Machame </a></li>
<li><a href="marangu6.html">6 Days Marangu </a></li>
<li><a href="marangu5.html">5 Days Marangu </a></li>
<li><a href="notherncircuit9.html">9 Days Northern Circuit </a></li>
<li><a href="notherncircuit8.html">8 Days Northern Circuit </a></li>
</ul>
</li>
<li class="submenu">
<a href="about.html" class="show-submenu">About </a>
</li>
<li class="megamenu submenu">
<a href="contact_us_1.html" class="show-submenu-mega">Contact</a>
<!-- End menu-wrapper -->
</li>
<li class="megamenu submenu">
<a href="faq.html" class="show-submenu-mega">FAQ</a>
</div><!-- End menu-wrapper -->
</li>
</ul>
</div><!-- End main-menu -->
<ul id="top_tools">
<li>
<!-- End dropdown-cart-->
</li>
</ul>
</nav>
</div>
</div>
<!-- container -->
</header>
<!-- End Header -->
<section class="parallax-window" data-parallax="scroll" data-image-src="img/m1.jpg" data-natural-width="1400" data-natural-height="931">
<div class="parallax-content-2">
<div class="container">
<div class="row">
<div class="col-md-8">
<h1>Mt. Kilimanjaro</h1>
<span>5 Days Marangu .</span>
</div>
<div class="col-md-4">
<div id="price_single_main">
<span><sup></sup></span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End section -->
<main>
<!-- End Position -->
<!-- End Map -->
<div class="container margin_60">
<div class="row">
<div class="col-lg-8" id="single_tour_desc">
<div id="single_tour_feat">
<ul>
<li><i class="icon_set_1_icon-13"></i>Accessibiliy</li>
<li><i class="icon_set_1_icon-29"></i>Tour guide</li>
</ul>
</div>
<p class="d-none d-md-block d-block d-lg-none"><a href="https://wa.me/+971507257630"class="btn_map">Whatsapp Me</a>
</p><!-- Map button for tablets/mobiles -->
<div id="Img_carousel" class="slider-pro">
<div class="sp-slides">
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/marangu1.jpg" data-small="img/slider_single_tour/marangu1.jpg" data-medium="img/slider_single_tour/marangu1.jpg" data-large="img/slider_single_tour/marangu1.jpg" data-retina="img/slider_single_tour/marangu1.jpg">
</div>
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/marangu01.jpg" data-small="img/slider_single_tour/marangu01.jpg" data-medium="img/slider_single_tour/marangu01.jpg" data-large="img/slider_single_tour/marangu01.jpg" data-retina="img/slider_single_tour/marangu01.jpg">
</div>
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/marangu02.jpg" data-small="img/slider_single_tour/marangu02.jpg" data-medium="img/slider_single_tour/marangu02.jpg" data-large="img/slider_single_tour/marangu02.jpg" data-retina="img/slider_single_tour/marangu02.jpg">
</div>
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/hikers.jpg" data-small="img/slider_single_tour/hikers.jpg" data-medium="img/slider_single_tour/hikers.jpg" data-large="img/slider_single_tour/hikers.jpg" data-retina="img/slider_single_tour/hikers.jpg">
</div>
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/routes1.png" data-small="img/slider_single_tour/routes111.png" data-medium="img/slider_single_tour/routes1.png" data-large="img/slider_single_tour/routes1.png" data-retina="img/slider_single_tour/routes1.png">
</div>
</div>
<div class="sp-thumbnails">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/marangu1.jpg">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/marangu01.jpg">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/marangu02.jpg">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/hikers.jpg">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/routes1.png">
</div>
</div>
<hr>
<div class="row">
<div class="col-lg-3">
<strong><h3>Description</h3></strong>
</div>
<div class="col-lg-9">
<strong><h4>Marangu </h4></strong>
<p>
Known as the “Coca-Cola” route, the Marangu route is a classic trek on Mount Kilimanjaro. It is the oldest, most well established route.</p>
<h4>What's include</h4>
<strong><p>
Day 1: Arrive in Tanzania
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>You will be picked up at the Kilimanjaro International Airport and transferred to your hotel in Moshi town. You will meet your guide who will brief you on your upcoming trek and do an equipment check to make sure you have all the necessary mountain gear. The missing gear can be rented on this day.</li>
<li>No Meals Included</li>
</ul>
</div>
</div>
<strong><p>
Day 2: Marangu gate to Mandara Hut
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance: 8.3km</li>
<li>Hiking time: 5 hours</li>
<li>Breakfast, Lunch & Dinner Included</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
<li>After breakfast, you will be collected from your lodge in Moshi and taken to the Marangu gate. Once the necessary paper work has been completed, your trek can begin and you will soon be hiking through the dense rainforest. Alongside the impressive vegetation, you will have the chance to catch a glimpse of some primates as you head to the Mandara Hut. After a well-earned rest, your guide can take you to the Maundi Crater where you can enjoy the wonderful view of the Kenyan interior</li>
</ul>
</div>
</div>
<strong><p>
Day 3:Mandara Hut to Horombo Hut
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance 12.5km </li>
<li>Hiking time: 9 hours</li>
<li>Breakfast, Lunch & Dinner Included</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
<li>The day begins with an early breakfast. Shortly after you have left Mandara Hut, you will reach the timberline and then enter the heath and moor zone. Approximately 4 – 6 hours later, the Horombo Hut will come into sight, standing at an altitude of 3700m. From the hut, you will have fantastic views overlooking Mawenzi, Kibo and the wide plain of the Masai steppe.</li>
</ul>
</div>
</div>
<strong><p>
Day 4: Horombo Hut to Kibo Hut
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance:9.5km</li></li>
<li>Hiking time: 7 hours </li>
<li>Breakfast, Lunch & Dinner Included</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
<li>Today’s stage is long and tough. The well-built trail passes the “Last Water point” which is followed by the so-called “saddle”. This nearly vegetation less plateau joins the main summit Kibo with Mawenzi. Today’s destination is the Kibo Hut that is usually reached in about 5 – 6 hours. Here, you will enjoy an early evening meal followed by an early night, as the night will be short.</li>
</ul>
</div>
</div>
<strong><p>
Day 5: Kibo Hut to UHURU PEAK & down to Horombo Hut
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance:22 km</li></li>
<li>Hiking time: 12-15 hours </li>
<li>Breakfast, Lunch & Dinner Included</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
<li>Today is “The Big Day” – the summit stage. You will begin your final ascent around midnight which will be long and strenuous. Passing the Hans Meyer Cave at 5220m, the climb slowly but surely goes upwards. At sunrise, you will reach Gillman’s Point (5681m) – the crater rim of Kilimanjaro – where the sun will slowly start to warm up the land. You will have soon forgotten the cold of the night and after a further hike of 1 – 2 hours, you will reach Uhuru Peak at 5895m. On your return to Kibo Hut, a warm meal awaits you followed by a 1 – 2 hour break before proceeding back down to Horombo Hut</li>
</ul>
</div>
</div>
<strong><p>
Day 6: Horombo Hut to Marangu Gate
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance 20.8km </li>
<li>Hiking time: 8 hours</li>
<li>Breakfast, Lunch & Dinner Included</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
<li>The last stage passes through the heath and moor zone to the Mandara Hut (2700m) where a warm lunch is waiting for you. Soon, you will once again pass the tropical rainforest and after a total time of 6 hours trekking, you will be back at the Kilimanjaro National Park Gate (1860m). After saying goodbye to your mountain guides, a short transfer follows to take you back to your hotel in Moshi. Once there, you can take a warm and relaxing shower and celebrate your success in reaching the summit of the Kilimanjaro.</li>
</ul>
</div>
</div>
<!-- End row -->
</div>
</div>
<hr>
<div class="row">
<div class="col-lg-3">
<strong><h3>Pricing</h3></strong>
</div>
<div class="col-lg-9">
<div class="table-responsive">
<table class="table table-striped">
<thead>
</thead>
<tbody>
<tr>
<td>
Group of 1
</td>
<td>
$ 1636/person
</td>
</tr>
<tr>
<td>
Group of 2
</td>
<td>
$ 1491/person
</td>
</tr>
<tr>
<td>
Group of 3
</td>
<td>
$ 1474/person
</td>
</tr>
<tr>
<td>
Group of 4
</td>
<td>
$ 1461/person
</td>
</tr>
<tr>
<td>
Group of 5
</td>
<td>
$ 1449/person
</td>
</tr>
<tr>
<td>
Group of 6
</td>
<td>
$ 1432/person
</td>
</tr>
<tr>
<td>
Group of 7
</td>
<td>
$ 1426/person
</td>
</tr>
<tr>
<td>
Group of 8
</td>
<td>
$ 1415/person
</td>
</tr>
<tr>
<td>
Group of 9
</td>
<td>
$ 1415/person
</td>
</tr>
<tr>
<td>
Group of 10+ </td>
<td>
$ 1415/person
</td>
</tr>
</tbody>
</table>
</div>
<strong><p>
*
</p></strong>
<strong><p>
Included in price package:
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Private transport to & from Kilimanjaro International Airport to your accommodations in Moshi.</li>
<li>2 nights of accommodation in Moshi.</li>
<li>Transportation to & from the Kilimanjaro gate.</li>
<li>Park entry fees.</li>
<li>Camping fees.</li>
<li>Team Kilimanjaro Rescue fees.</li>
<li>18% VAT on tour fees & services.</li>
<li>4 Season mountain tents.</li>
<li>Double layered Sleeping Mats.</li>
<li>Friendly and professional guides, cook and porters.</li>
<li>3 hot meals daily while on the mountain.</li>
<li>drinking water throughout the trek.</li>
<li>Hot water for washing.</li>
<li>Fair wages for the mountain crew as approved by the Kilimanjaro National Park Authority (KINAPA), Kilimanjaro Association of Tour Operators. (KIATO)</li>
<li>Government taxes.</li>
<li>Portable oxygen tanks & ox meter.</li>
<li>Emergency first-aid kit.</li>
</ul>
</div>
</div>
<strong><p>
Not Included:
</p></strong>
<div class="row">
<div class="col-md-6">
<ul >
<li>Lunches, dinners and drinks at your hotel before and after climb.</li>
<li>Travel insurance.</li>
<li>Portable flush toilet with a toilet tent is available for extra charges </li>
<li>Flights.</li>
<li>Laundry. (Available at hotel)</li>
<li>Personal items and toiletries.</li>
<li>Tips for guides, porters and cook (this is a guide to tipping on the mountain</li>
</ul>
</div>
</div>
<strong><p>
Tipping on Kilimanjaro from the trekking group (not per climber):
</p></strong>
<div class="row">
<div class="col-md-6">
<ul >
<li>Guides: $20/day/guide.</li>
<li>Cook: $15/day.</li>
<li>Porter: $10/day/porter.</li>
</ul>
</div>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-lg-9">
<!-- End general_rating -->
<!-- End row -->
<hr>
<!-- End review strip -->
</div>
</div>
</div>
<!--End single_tour_desc-->
<aside class="col-lg-4">
<p class="d-none d-xl-block d-lg-block d-xl-none">
<a href="https://wa.me/+971507257630"class="btn_map">Whatsapp Me</a>
</p>
<!--/box_style_1 -->
<div class="box_style_4">
<i class="icon_set_1_icon-90"></i>
<h4><span>Book</span> by phone</h4>
<a href="tel://004542344599" class="phone">+971507257630</a>
<small>Monday to Friday 8.00am - 5.00pm</small>
</div>
</aside>
</div>
<!--End row -->
</div>
<!--End container -->
<div id="overlay"></div>
<!-- Mask on input focus -->
</main>
<!-- End main -->
<footer class="revealed">
<div class="container">
<div class="row">
<div class="col-md-4">
<h3>Need help?</h3>
<a href="tel://+971507257630" id="phone">+971507257630</a>
<a href="mailto:help@jdaadventures.com" id="email_footer">help@jdaadventures.com</a>
</div>
<div class="col-md-3">
<h3>About</h3>
<ul>
<li><a href="about.html">About us</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="#">Terms and condition</a></li>
</ul>
</div>
</div><!-- End row -->
<div class="row">
<div class="col-md-12">
<div id="social_footer">
<ul>
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-instagram"></i></a></li>
</ul>
<p>© JDA Adventures 2020</p>
</div>
</div>
</div><!-- End row -->
</div><!-- End container -->
</footer><!-- End footer -->
<div id="toTop"></div><!-- Back to top button -->
<!-- Search Menu -->
<!-- End Search Menu -->
<!-- Sign In Popup -->
<!-- /Sign In Popup -->
<!-- Modal Review -->
<!-- End modal review -->
<!-- Common scripts -->
<script src="js/jquery-2.2.4.min.js"></script>
<script src="js/common_scripts_min.js"></script>
<script src="js/functions.js"></script>
<!-- Date and time pickers -->
<script src="js/jquery.sliderPro.min.js"></script>
<script type="text/javascript">
$(document).ready(function ($) {
$('#Img_carousel').sliderPro({
width: 960,
height: 500,
fade: true,
arrows: true,
buttons: false,
fullScreen: false,
smallSize: 500,
startSlide: 0,
mediumSize: 1000,
largeSize: 3000,
thumbnailArrows: true,
autoplay: false
});
});
</script>
<!-- Date and time pickers -->
<script>
$('input.date-pick').datepicker('setDate', 'today');
$('input.time-pick').timepicker({
minuteStep: 15,
showInpunts: false
})
</script>
<!--Review modal validation -->
<script src="assets/validate.js"></script>
<!-- Map -->
<script src="http://maps.googleapis.com/maps/api/js"></script>
<script src="js/map.js"></script>
<script src="js/infobox.js"></script>
</body>
</html>