-
Notifications
You must be signed in to change notification settings - Fork 0
/
5daysafari.html
549 lines (444 loc) · 22.3 KB
/
5daysafari.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
<!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="300" height="120" 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="javascript:void(0);" class="show-submenu">Tours & Safaris <i class="icon-down-open-mini"></i></a>
<ul>
<li><a href="single_tour_with_gallery.html">Day Trips Safaris </a></li>
<li><a href="single_tour_with_gallery.html">WildBeast Migration</a></li>
</ul>
</li>
<li class="submenu">
<a href="javascript:void(0);" class="show-submenu">Trekking <i class="icon-down-open-mini"></i></a>
<ul>
<li class="third-level"><a href="all_tours_grid.html">Mt.Kilimanjaro Hikes</a>
<ul>
<li><a href="umbwe5.html">5 Days Umbwe Route</a></li>
<li><a href="umbwe6.html">6 Days Umbwe Route</a></li>
<li><a href="rongai7.html">7 Days Rongai Route</a></li>
<li><a href="rongai6.html">6 Days Rongai Route</a></li>
<li><a href="lemosho9.html">9 Days Lemosho Route</a></li>
<li><a href="lemosho8.html">8 Days Lemosho Route</a></li>
<li><a href="lemosho7.html">7 Days Lemosho Route</a></li>
<li><a href="machame7.html">7 Days Machame Route</a></li>
<li><a href="machame6.html">6 Days Machame Route</a></li>
<li><a href="marangu6.html">6 Days Marangu Route</a></li>
<li><a href="marangu5.html">5 Days Marangu Route</a></li>
<li><a href="notherncircuit9.html">9 Days Northern Circuit Route</a></li>
<li><a href="notherncircuit8.html">8 Days Northern Circuit Route</a></li>
</ul>
<li class="third-level"><a href="javascript:void(0);">Mt.Meru</a>
<ul>
<li><a href="mtmeru.html">3 Days Hike</a></li>
</ul>
</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/kilima.jpg" data-natural-width="1400" data-natural-height="470">
<div class="parallax-content-2">
<div class="container">
<div class="row">
<div class="col-md-8">
<h1>5 Day Safari</h1>
<span>Lake Manyara 0r Tarangire - Serengeti - Ngorongoro Crater</span>
<span class="rating"><i class="icon-smile voted"></i><i class="icon-smile voted"></i><i class="icon-smile voted"></i><i class="icon-smile voted"></i><i class="icon-smile"></i><small>(75)</small></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/k11.jpg" data-small="img/slider_single_tour/k1111.jpg" data-medium="img/slider_single_tour/k11.jpg" data-large="img/slider_single_tour/k11.jpg" data-retina="img/slider_single_tour/k11.jpg">
</div>
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/k22.jpg" data-small="img/slider_single_tour/k2222.jpg" data-medium="img/slider_single_tour/k22.jpg" data-large="img/slider_single_tour/k22.jpg" data-retina="img/slider_single_tour/k22.jpg">
</div>
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/k33.jpg" data-small="img/slider_single_tour/k3333.jpg" data-medium="img/slider_single_tour/k33.jpg" data-large="img/slider_single_tour/k33.jpg" data-retina="img/slider_single_tour/k33.jpg">
</div>
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/k44.jpg" data-small="img/slider_single_tour/k4444.jpg" data-medium="img/slider_single_tour/k44.jpg" data-large="img/slider_single_tour/k44.jpg" data-retina="img/slider_single_tour/k44.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/k11.jpg">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/k22.jpg">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/k33.jpg">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/k44.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>5 Day Safari</h4></strong>
<h4>What's include</h4>
<strong><p>
Day 1:Lake Manyara
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Pick up from Moshi and transfer to Lake Manyara national park. We arrive in time for lunch at the lodge and after lunch do we head into the Lake Manyara National Park for an afternoon game drive. This national park is one of Tanzania’s most dramatically located wildlife areas, consisting of a massive but shallow soda lake (covering two-thirds of the park), located at the foot of the Great Rift Valley’s western escarpment.</li>
</ul>
</div>
</div>
<strong><p>
Day 2:Lake Manyara to Serengeti Plains
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>After breakfast we head towards the Serengeti National Park, via the beautiful high lying farmland of Karatu and the Ngorongoro Conservation Area. Leaving the highlands behind, we descend into the heart of wild Africa – the Serengeti National Park – with its endless plains, rolling into the distance as far as the eye can see. We head to the central park area, known as the Seronera area, one of the richest wildlife habitats in the park, featuring the Seronera River, which provides a valuable water source to this area and therefore attracts wildlife well representative of most of the Serengeti’s species.</li>
</ul>
</div>
</div>
<strong><p>
Day 3:Serengeti Plains
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Be one of only a few fortunate people to glide in a Hot Air Balloon over the Serengeti Plains (available at supplementary cost by pre-arrangement). Floating silently above the awakening bush, while spotting wildlife and enjoying the amazing scenery of Africa, across rivers and over numerous small villages. We do an after breakfast game viewing drive along the Sogore River Circuit, which loops into the plains south of the Seronera River, and which is good for possible Lion, Thomson gazelle, topi, ostrich and cheetah sightings. The Visitor Centre close to the Serengeti Seronera Lodge and public campsites, is well worth a visit after the morning’s game drive.</li>
</ul>
</div>
</div>
<strong><p>
Day 4:Serengeti Plains – Ngorongoro crater
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>After breakfast at the lodge do we depart to Ngorongoro Conservation area. We will stopover at Olduvai Gorge, boasting with a history dating back to the dawn of time. It was here, that the anthropologists Drs. Lois and Mary Leakey discovered the skulls of ‘Nutcracker Man’ and ‘Handy Man’, both very significant links in the chain of human evolution.</li>
</ul>
</div>
</div>
<strong><p>
Day 5:Ngorongoro crater – Moshi/Arusha
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>After early breakfast, we will descend over 600 meters into the crater to view wildlife for a half day’s safari tour. Supported by a year round water supply and fodder, the Ngorongoro National Park supports a vast variety of animals, which include herds of wildebeest, zebra, buffalo, eland, warthog, hippo, and giant African elephants. Another big draw card to this picturesque national park, is it’s dense population of predators, which include lions, hyenas, jackals, cheetahs and the ever-elusive leopard, which sometimes requires a trained eye to spot. We will visit Lake Magadi, a large but shallow alkaline lake in the southwestern corner, which is one of the main features of the crater. A large number of flamingos, hippos and other water birds can usually been seen here. In afternoon get lunch at your lodge after which we will transfer back to Moshi. Upon arrival in Moshi then we will end our African safari adventure. You will be taken to your hotel, which ends our safari services</li>
</ul>
</div>
</div>
<strong><p>
Includes:
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Full board (breakfast, lunch & dinner) accommodation while on safari</li>
<li>All game drives viewing in a custom built 4x4 Safari Land Cruiser</li>
<li>All park and entrance fees</li>
<li>Transportation with 4x4 vehicles with viewing roofs</li>
<li>Professional English speaking driver/guide during the safari.</li>
<li>Bottled water in safari vehicles</li>
<li>Current Government taxes and levies</li>
<li>24-Hour support during the safari from our office in Moshi.</li><li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
</ul>
</div>
</div>
<strong><p>
Does Not Include:
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Internal or International flights</li>
<li>Transfers to and from the airport</li>
<li>Entry visa to Tanzania.</li>
<li>Travel and health insurance</li>
<li>Gratuities to your guide, hotel staff, and porters</li>
<li>Meals, drinks, and excursions not described in the itinerary</li>
<li>Any other items of a personal nature, laundry, telephone and postage</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
</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>
1 person
</td>
<td>
$ 2000/person
</td>
</tr>
<tr>
<td>
2-4 people
</td>
<td>
$ 1850/person
</td>
</tr>
<tr>
<td>
5-7 people
</td>
<td>
$ 1800/person
</td>
</tr>
<tr>
<td>
8-10 people
</td>
<td>
$ 1750/person
</td>
</tr>
<tr>
<td>
11 & above
</td>
<td>
$ 1700/person
</td>
</tr>
</tbody>
</table>
</div>
<!-- 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 us</a></li>
<li><a href="#">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-twitter"></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>