-
Notifications
You must be signed in to change notification settings - Fork 0
/
notherncircuit9.html
739 lines (605 loc) · 38.8 KB
/
notherncircuit9.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
<!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/n.jpg" data-natural-width="1500" data-natural-height="800">
<div class="parallax-content-2">
<div class="container">
<div class="row">
<div class="col-md-8">
<h1>Mt. Kilimanjaro</h1>
<span>9 Days Northern Circuit .</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/north01.jpg" data-small="img/slider_single_tour/north01.jpg" data-medium="img/slider_single_tour/north01.jpg" data-large="img/slider_single_tour/north01.jpg" data-retina="img/slider_single_tour/north01.jpg">
</div>
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/north02.jpg" data-small="img/slider_single_tour/north02.jpg" data-medium="img/slider_single_tour/north02.jpg" data-large="img/slider_single_tour/north02.jpg" data-retina="img/slider_single_tour/north02.jpg">
</div>
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/north03.jpg" data-small="img/slider_single_tour/north03.jpg" data-medium="img/slider_single_tour/north03.jpg" data-large="img/slider_single_tour/north03.jpg" data-retina="img/slider_single_tour/north03.jpg">
</div>
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/north04.jpg" data-small="img/slider_single_tour/north04.jpg" data-medium="img/slider_single_tour/north04.jpg" data-large="img/slider_single_tour/north04.jpg" data-retina="img/slider_single_tour/north04.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/north01.jpg">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/north02.jpg">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/north03.jpg">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/north04.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>9 days Northern Circuit </h4></strong>
<p>
The Northern Circuit is the newest and longest route on Mount Kilimanjaro.The route circles around the quieter northern slopes to the east side of the mountain. The Northern Circuit is longer than the other trails on Kilimanjaro, taking a minimum of eight or nine days to complete.</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: LONDOROSSI GATE – START POINT TO MTI MKUBWA CAMP
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance: 5.5 km</li>
<li>Hiking time: 4 hours</li>
<li>Breakfast, Lunch & Dinner Included</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
<li>Begins at Londorossi Gate in the West, the same start point as the Lemosho Route. The drive to Londorossi Gate takes approximately two hours from Moshi.Registration with the Kilimanjaro National Park and then you will be driven further up the mountain to the start point. Most tour operators serve lunch here before the short first day trek to Mti Mkubwa Camp begins. You may get lucky and spot large wildlife like elephant and buffalo that sometimes emerge from the rainforest onto the path as you trek towards your first camp. Dinner will be served when you reach Mti Mkubwa Camp.t</li>
</ul>
</div>
</div>
<strong><p>
Day 3:MTI MKUBWA CAMP TO SHIRA CAMP 1
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance 8km </li>
<li>Hiking time: 6 hours</li>
<li>Breakfast, Lunch & Dinner Included</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
<li>Spend the first hour trekking through the last section of rainforest path before entering the low alpine moorland zone which follows up onto the Shira Plateau. The trek is relatively short and gradual, ending at Shira Camp</li>
</ul>
</div>
</div>
<strong><p>
Day 4: Shira 1 Camp to Shira 2 Camp
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance:8 km</li></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>Cross the Shira Plateau from Shira Camp 1 to Shira Camp 2. Nine day trekkers usually spend the night at Shira Camp 2 where they will join trekkers from the Machame Route. At Shira Camp 2 it is worth trekking a little higher up the plateau to enjoy the stunning view across the valley below and Western Breach of Kilimanjaro above.Trekkers on an eight day hike will continue east up the Shira Plateau ridge and on to Lava Tower and then back down via the Northern Circuit to Moir Camp.</li>
</ul>
</div>
</div>
<strong><p>
Day 5: SHIRA CAMP 2 TO MOIR CAMP
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance:14 km</li></li>
<li>Hiking time: 7-8 hours </li>
<li>Breakfast, Lunch & Dinner Included</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
<li>On day five you will head east pass through the ‘Garden of the Senecios’ and then enter the high alpine desert zone. The morning is spent trekking up to Lava Tower and the iconic Shark’s Tooth rock formation, where you will have lunch. After lunch you will join the northern circuit heading down to Moir Camp</li>
</ul>
</div>
</div>
<strong><p>
Day 6: MOIR CAMP TO BUFFALO CAMP
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance 12km </li>
<li>Hiking time: 5-7 hours</li>
<li>Breakfast, Lunch & Dinner Included</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
<li>Steep climb out of Moir Valley. Trekkers can take a small detour here to climb the summit of Little Lent Hill before returning to the Northern Circuit trail. From here the route follows a series of inclines and declines, skirting around the northern slopes of Kibo to Buffalo Camp.The trek gives great vistas out across the plains that lie north of Kilimanjaro and stretch out to the Kenyan / Tanzanian border.</li>
</ul>
</div>
</div>
<strong><p>
Day 7: BUFFALO CAMP TO RONGAI THIRD CAVE
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance 8km</li>
<li>Hiking time: 5-7 hours</li>
<li>Breakfast,Lunch and Dinner Included</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
<li> Climb up the Buffalo ridge and down into Porfu Camp where lunch is usually served. The route then continues east around the northern slopes to the Rongai Third Cave.</li>
</ul>
</div>
</div>
<strong><p>
Day 8: 3RD CAVE TO SCHOOL HUT
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance 15km</li>
<li>Hiking time: 4-5hours</li>
<li>Breakfast, Lunch and Dinner Included</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
<li>Incline up and over the Saddle which sits between the peaks of Kibo and Mawenzi Peak. Trekkers then continue walking south-west up to School Hut.After arriving at School Hut you will be served an early dinner and you will be awoken before midnight to start your summit attempt</li>
</ul>
</div>
</div>
<strong><p>
Day 9 :SCHOOL HUT TO UHURU PEAK AND THEN ONTO MILLENNIUM CAMP
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance 16.5km</li>
<li>Hiking time: 15-16 hours</li>
<li>Breakfast and Lunch Included</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
<li> Begin the incline up the slopes of Kibo under the cover of darkness. Your first check-point is Hans Meyer Cave where you will take a short break. The climb steepens as you approach Gilman’s Point, which will be around 5-6 hours after departing School Hut. Take a moment to enjoy the approaching dawn and incredible view out and across to Mawenzi Peak. The slope flattens as you head west around the crater rim and you should arrive at the summit at or just after sunrise. You will then retrace your steps back around the crater rim to Stella Point where you will turn south and head down the heavily screed slopes of Kibo to Barafu Camp. Most trekkers take a short break here before continuing down to Millennium Camp for your final night on the mountain.</li>
</ul>
</div>
</div>
<strong><p>
Day 10: Millennium Camp to Mweka Gate
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance 10km</li>
<li>Hiking time: 3-4hours</li>
<li>Breakfast, Lunch and Dinner Included</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
<li>The final day is a short hike through the dense montane rainforest from Millennium Camp to Mweka Gate. At the gate you will need to sign-out with the authorities, who will also provide you with your official certificate – a green certificate for those who made it to Gilman’s Point and a gold certificate for those who reached Uhuru Peak.It is customary to give your guide and porter tips before being driven back to your hotel in Moshi.</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>
$ 2825/person
</td>
</tr>
<tr>
<td>
Group of 2
</td>
<td>
$ 2511/person
</td>
</tr>
<tr>
<td>
Group of 3
</td>
<td>
$ 2360/person
</td>
</tr>
<tr>
<td>
Group of 4
</td>
<td>
$ 2304/person
</td>
</tr>
<tr>
<td>
Group of 5
</td>
<td>
$ 2266/person
</td>
</tr>
<tr>
<td>
Group of 6
</td>
<td>
$ 2228/person
</td>
</tr>
<tr>
<td>
Group of 7
</td>
<td>
$ 2220/person
</td>
</tr>
<tr>
<td>
Group of 8
</td>
<td>
$ 2200/person
</td>
</tr>
<tr>
<td>
Group of 9
</td>
<td>
$ 2233/person
</td>
</tr>
<tr>
<td>
Group of 10+ </td>
<td>
$ 2215/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>