-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
600 lines (587 loc) · 31.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>www.himalayantrailsleh.com </title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.ico">
<!-- CSS here -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/flaticon.css">
<link rel="stylesheet" href="assets/css/slicknav.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/css/themify-icons.css">
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/nice-select.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- Preloader Start -->
<div id="preloader-active">
<div class="preloader d-flex align-items-center justify-content-center">
<div class="preloader-inner position-relative">
<div class="preloader-circle"></div>
<div class="preloader-img pere-text">
<img src="assets/img/logo/logo2.png" alt="">
</div>
</div>
</div>
</div>
<!-- Preloader Start -->
<header>
<!-- Header Start -->
<div class="header-area">
<div class="main-header ">
<div class="header-top top-bg d-none d-lg-block">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-lg-8">
<div class="header-info-left">
<ul>
<li>[email protected]</li>
<li>+919622331720</li>
<li>Upper tukcha,Leh,Ladakh</li>
</ul>
</div>
</div>
<div class="col-lg-4">
<div class="header-info-right f-right">
<ul class="header-social">
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-linkedin-in"></i></a></li>
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li> <a href="#"><i class="fab fa-pinterest-p"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="header-bottom header-sticky">
<div class="container">
<div class="row align-items-center">
<!-- Logo -->
<div class="col-xl-2 col-lg-2 col-md-1">
<div class="logo">
<a href="index.html"><img src="assets/img/logo/logo2.png" height="113" width="113" alt=""></a>
</div>
</div>
<div class="col-xl-10 col-lg-10 col-md-10">
<!-- Main-menu -->
<div class="main-menu f-right d-none d-lg-block">
<nav>
<ul id="navigation">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About US</a></li>
<li><a href="packages.html">Package</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="blog.html">Blog</a>
<ul class="submenu">
<li><a href="blog.html">Blog</a></li>
<li><a href="single-blog.html">Blog Details</a></li>
</ul>
</li>
<!----<li><a href="#">Pages</a>
<ul class="submenu">
<li><a href="elements.html">Element</a></li>
</ul>----->
</li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</div>
</div>
<!-- Mobile Menu -->
<div class="col-12">
<div class="mobile_menu d-block d-lg-none"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Header End -->
</header>
<main>
<!-- slider Area Start-->
<div class="slider-area ">
<!-- Mobile Menu -->
<div class="slider-active">
<div class="single-slider hero-overly slider-height d-flex align-items-center" data-background="assets/img/hero/INDEX.jpg">
<div class="container">
<div class="row">
<div class="col-xl-9 col-lg-9 col-md-9">
<div class="hero__caption">
<h1>Find your <span>Next tour!</span> </h1>
<p>Where would you like to go?</p>
</div>
</div>
</div>
<!-- Search Box -->
<div class="row">
<div class="col-xl-12">
<!-- form -->
<form action="#" class="search-box">
<div class="input-form mb-30">
<input type="text" placeholder="When Would you like to go ?">
</div>
<div class="select-form mb-30">
<div class="select-itms">
<select name="select" id="select1">
<option value="">When</option>
<option value="">Services-1</option>
<option value="">Services-2</option>
<option value="">Services-3</option>
</select>
</div>
</div>
<div class="search-form mb-30">
<a href="#">Search</a>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- slider Area End-->
<!-- Our Services Start -->
<div class="our-services servic-padding">
<div class="container">
<div class="row d-flex justify-contnet-center">
<div class="col-xl-3 col-lg-3 col-md-3 col-sm-6">
<div class="single-services text-center mb-30">
<div class="services-ion">
<span class="flaticon-tour"></span>
</div>
<div class="services-cap">
<h5>8000+ Our Local<br>Guides</h5>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-3 col-sm-6">
<div class="single-services text-center mb-30">
<div class="services-ion">
<span class="flaticon-pay"></span>
</div>
<div class="services-cap">
<h5>100% Trusted Tour<br>Agency</h5>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-3 col-sm-6">
<div class="single-services text-center mb-30">
<div class="services-ion">
<span class="flaticon-experience"></span>
</div>
<div class="services-cap">
<h5>10+ Years of Travel<br>Experience</h5>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-3 col-sm-6">
<div class="single-services text-center mb-30">
<div class="services-ion">
<span class="flaticon-good"></span>
</div>
<div class="services-cap">
<h5>98% Our Travelers<br>are Happy</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Our Services End -->
<!-- Favourite Places Start -->
<div class="favourite-place place-padding">
<div class="container">
<!-- Section Tittle -->
<div class="row">
<div class="col-lg-12">
<div class="section-tittle text-center">
<span>FEATURED TOURS Packages</span>
<h2>Favourite Places</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-6">
<div class="single-place mb-30">
<div class="place-img">
<img src="assets/img/service/lehpalace.jpg" alt="">
</div>
<div class="place-cap">
<div class="place-cap-top">
<span><i class="fas fa-star"></i><span>8.0 Superb</span> </span>
<h3><a href="#">Leh Local Sieghtseen</a></h3>
<p class="dolor">$50 <span>/ Per Person</span></p>
</div>
<div class="place-cap-bottom">
<ul>
<li><i class="far fa-clock"></i>3 Days</li>
<li><i class="fas fa-map-marker-alt"></i>Los Angeles</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6">
<div class="single-place mb-30">
<div class="place-img">
<img src="assets/img/service/thiksey.jpg" alt="">
</div>
<div class="place-cap">
<div class="place-cap-top">
<span><i class="fas fa-star"></i><span>8.0 Superb</span> </span>
<h3><a href="#">Thiksey</a></h3>
<p class="dolor">$18 <span>/ Per Person</span></p>
</div>
<div class="place-cap-bottom">
<ul>
<li><i class="far fa-clock"></i>3 Days</li>
<li><i class="fas fa-map-marker-alt"></i>Leh</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6">
<div class="single-place mb-30">
<div class="place-img">
<img src="assets/img/service/hunder.jpg" alt="">
</div>
<div class="place-cap">
<div class="place-cap-top">
<span><i class="fas fa-star"></i><span>8.0 Superb</span> </span>
<h3><a href="#">Nubra</a></h3>
<p class="dolor">$200<span>/ Per Person</span></p>
</div>
<div class="place-cap-bottom">
<ul>
<li><i class="far fa-clock"></i>3 Days</li>
<li><i class="fas fa-map-marker-alt"></i>Leh</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6">
<div class="single-place mb-30">
<div class="place-img">
<img src="assets/img/service/sangam.jpg" alt="">
</div>
<div class="place-cap">
<div class="place-cap-top">
<span><i class="fas fa-star"></i><span>8.0 Superb</span> </span>
<h3><a href="#">Sangam</a></h3>
<p class="dolor">$18<span>/ Per Person</span></p>
</div>
<div class="place-cap-bottom">
<ul>
<li><i class="far fa-clock"></i>3 Days</li>
<li><i class="fas fa-map-marker-alt"></i>Leh</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6">
<div class="single-place mb-30">
<div class="place-img">
<img src="assets/img/service/tsomorir.jpg" alt="">
</div>
<div class="place-cap">
<div class="place-cap-top">
<span><i class="fas fa-star"></i><span>8.0 Superb</span> </span>
<h3><a href="#">Tsomorir</a></h3>
<p class="dolor">$187 <span>/ Per Person</span></p>
</div>
<div class="place-cap-bottom">
<ul>
<li><i class="far fa-clock"></i>3 Days</li>
<li><i class="fas fa-map-marker-alt"></i>Leh</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6">
<div class="single-place mb-30">
<div class="place-img">
<img src="assets/img/service/magnetichill.jpg" alt="">
</div>
<div class="place-cap">
<div class="place-cap-top">
<span><i class="fas fa-star"></i><span>8.0 Superb</span> </span>
<h3><a href="#">Magneti Hill</a></h3>
<p class="dolor">$187 <span>/ Per Person</span></p>
</div>
<div class="place-cap-bottom">
<ul>
<li><i class="far fa-clock"></i>3 Days</li>
<li><i class="fas fa-map-marker-alt"></i>Los Angeles</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Favourite Places End -->
<!-- Video Start Arera -->
<div class="video-area video-bg pt-200 pb-200" data-background="assets/img/service/video-bg1.jpg">
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="video-caption text-center">
<div class="video-icon">
<a class="popup-video" href="#" tabindex="0"><i class="fas fa-play"></i></a>
</div>
<p class="pera1">Love where you're going in the perfect time</p>
<p class="pera2">Himalayan Trails are Ladakh</p>
<p class="pera3"> Tour Booking Platform</p>
</div>
</div>
</div>
</div>
</div>
<!-- Video Start End -->
<!-- Support Company Start-->
<div class="support-company-area support-padding fix">
<div class="container">
<div class="row align-items-center">
<div class="col-xl-6 col-lg-6">
<div class="support-location-img mb-50">
<img src="assets/img/service/support-img.jpg" alt="">
<div class="support-img-cap">
<span>Since 2009</span>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-6">
<div class="right-caption">
<!-- Section Tittle -->
<div class="section-tittle section-tittle2">
<span>About Our Company</span>
<h2>Himalayan Trails <br>Ravels Support Company</h2>
</div>
<div class="support-caption">
<p>The journey of himalayan trails adventure began in 2012 with a pledge - “When you make a promise to your guests, honour it.” A firm belief in honest and transparent deals, no hidden costs and no compromise on any of the tour plans provided to our valuable costumers - that's what makes Himalayan trails adventure the first choice of generations of guests from all over the globe. We strive for 100% guest satisfaction and that has earned us immense goodwill. We specialized divisions to cater to the needs of all types of travelers; whether it is a guest looking for the safety and security of escorted group tours, or someone seeking exclusive customised holidays</p>
<div class="select-suport-items">
<label class="single-items">Inner Line Permit
<input type="checkbox" checked="checked active">
<span class="checkmark"></span>
</label>
<label class="single-items">Bike For Rent
<input type="checkbox" checked="checked active">
<span class="checkmark"></span>
</label>
<label class="single-items">Tours
<input type="checkbox" checked="checked active">
<span class="checkmark"></span>
</label>
<label class="single-items">Trekking and Adventure
<input type="checkbox" checked="checked active">
<span class="checkmark"></span>
</label>
</div>
<a href="#" class="btn border-btn">About us</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Support Company End-->
<!-- Testimonial Start -->
<!-- Blog Area Start -->
<div class="home-blog-area section-padding2">
<div class="container">
<!-- Section Tittle -->
<div class="row">
<div class="col-lg-12">
<div class="section-tittle text-center">
<span>Our Recent news</span>
<h2>Tourist Blog</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-6">
<div class="home-blog-single mb-30">
<div class="blog-img-cap">
<div class="blog-img">
<img src="assets/img/blog/pangong.jpg" alt="">
</div>
<div class="blog-cap">
<p> | Traveling</p>
<h3><a href="single-blog.html">Tips For Taking A Long-Term Trip With Kids.</a></h3>
<a href="#" class="more-btn">Read more »</a>
</div>
</div>
<div class="blog-date text-center">
<span>24</span>
<p>Now</p>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-6">
<div class="home-blog-single mb-30">
<div class="blog-img-cap">
<div class="blog-img">
<img src="assets/img/blog/shantistupa.jpg" alt="">
</div>
<div class="blog-cap">
<p> | Traveling</p>
<h3><a href="single-blog.html">Local Area For Day 1 In Leh.</a></h3>
<a href="#" class="more-btn">Read more »</a>
</div>
</div>
<div class="blog-date text-center">
<span>24</span>
<p>Now</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Blog Area End -->
</main>
<footer>
<!-- Footer Start-->
<div class="footer-area footer-padding footer-bg" data-background="assets/img/service/footer_bg.jpg">
<div class="container">
<div class="row d-flex justify-content-between">
<div class="col-xl-3 col-lg-3 col-md-5 col-sm-6">
<div class="single-footer-caption mb-50">
<div class="single-footer-caption mb-30">
<!-- logo -->
<div class="footer-logo">
<a href="index.html"><img src="assets/img/logo/logo2.png" height="113" width="113" alt=""></a>
</div>
<div class="footer-tittle">
<div class="footer-pera">
<p>Wish You A Happy and Safe Journey With US.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-2 col-lg-3 col-md-3 col-sm-5">
<div class="single-footer-caption mb-50">
<div class="footer-tittle">
<h4>Quick Links</h4>
<ul>
<li><a href="#">About</a></li>
<li><a href="#"> Offers & Discounts</a></li>
<li><a href="#"> Get Coupon</a></li>
<li><a href="#"> Contact Us</a></li>
</ul>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-7">
<div class="single-footer-caption mb-50">
<div class="footer-tittle">
<h4>New Products</h4>
<!----- <ul>
<li><a href="#">Woman Cloth</a></li>
<li><a href="#">Fashion Accessories</a></li>
<li><a href="#"> Man Accessories</a></li>
<li><a href="#"> Rubber made Toys</a></li>
</ul>--->
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-5 col-sm-7">
<div class="single-footer-caption mb-50">
<div class="footer-tittle">
<h4>Support</h4>
<ul>
<li><a href="#">Frequently Asked Questions</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Report a Payment Issue</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Footer bottom -->
<div class="row pt-padding">
<div class="col-xl-7 col-lg-7 col-md-7">
<div class="footer-copy-right">
<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="ti-heart" aria-hidden="true"></i> by <a href="https://webthehimalayas.website" target="_blank">webthehimalayas</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
<div class="col-xl-5 col-lg-5 col-md-5">
<!-- social -->
<div class="footer-social f-right">
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-behance"></i></a>
<a href="#"><i class="fas fa-globe"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End-->
</footer>
<!-- JS here -->
<!-- All JS Custom Plugins Link Here here -->
<script src="./assets/js/vendor/modernizr-3.5.0.min.js"></script>
<!-- Jquery, Popper, Bootstrap -->
<script src="./assets/js/vendor/jquery-1.12.4.min.js"></script>
<script src="./assets/js/popper.min.js"></script>
<script src="./assets/js/bootstrap.min.js"></script>
<!-- Jquery Mobile Menu -->
<script src="./assets/js/jquery.slicknav.min.js"></script>
<!-- Jquery Slick , Owl-Carousel Plugins -->
<script src="./assets/js/owl.carousel.min.js"></script>
<script src="./assets/js/slick.min.js"></script>
<!-- One Page, Animated-HeadLin -->
<script src="./assets/js/wow.min.js"></script>
<script src="./assets/js/animated.headline.js"></script>
<script src="./assets/js/jquery.magnific-popup.js"></script>
<!-- Scrollup, nice-select, sticky -->
<script src="./assets/js/jquery.scrollUp.min.js"></script>
<script src="./assets/js/jquery.nice-select.min.js"></script>
<script src="./assets/js/jquery.sticky.js"></script>
<!-- contact js -->
<script src="./assets/js/contact.js"></script>
<script src="./assets/js/jquery.form.js"></script>
<script src="./assets/js/jquery.validate.min.js"></script>
<script src="./assets/js/mail-script.js"></script>
<script src="./assets/js/jquery.ajaxchimp.min.js"></script>
<!-- Jquery Plugins, main Jquery -->
<script src="./assets/js/plugins.js"></script>
<script src="./assets/js/main.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/62b0c665b0d10b6f3e7854ad/1g618dvik';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>