-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
592 lines (533 loc) · 30.1 KB
/
about.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
<!DOCTYPE html>
<html lang="zxx">
<!-- Mirrored from duruthemes.com/demo/html/travol/multipage-slider/about.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 19 Mar 2024 14:06:43 GMT -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Travol Agency</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="shortcut icon" href="img/favicon.png" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500&family=Poppins:wght@300;400;500;600;700&display=swap">
<link rel="stylesheet" href="css/plugins.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!-- Preloader -->
<div class="preloader-bg"></div>
<div id="preloader">
<div id="preloader-status">
<div class="preloader-position loader"> <span></span> </div>
</div>
</div>
<!-- Progress scroll totop -->
<div class="progress-wrap cursor-pointer">
<svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
<path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" />
</svg>
</div>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg">
<div class="container">
<!-- Logo -->
<div class="logo-wrapper">
<a class="logo" href="index.html"> <img src="img/travel_logo@2x.png" class="logo-img" alt=""> </a>
<!-- <a class="logo" href="index.html"> <h2>TRAVOL <span>explore the world</span></h2> </a> -->
</div>
<!-- Button -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"><i class="ti-menu"></i></span> </button>
<!-- Menu -->
<div class="collapse navbar-collapse" id="navbar">
<ul class="navbar-nav ms-auto">
<li class="nav-item "> <a class="nav-link " href="index.html" >Home</a>
</li>
<li class="nav-item"><a class="nav-link active " href="about.html">About</a></li>
<li class="nav-item "> <a class="nav-link" href="IndianDestination.html" >Indian Destinations</a>
</li>
<li class="nav-item "> <a class="nav-link" href="InternationalDestination.html" >International Destinations</a>
</li>
<!-- <li class="nav-item"><a class="nav-link" href="destination.html">Destinations</a></li> -->
<li class="nav-item"><a class="nav-link" href="destination.html">Tours</a></li>
<!-- <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false">Pages <i class="ti-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a href="tour-details.html" class="dropdown-item"><span>Tour Details</span></a></li>
<li><a href="post.html" class="dropdown-item"><span>Post Single</span></a></li>
<li class="dropdown-submenu dropdown"> <a class="dropdown-item dropdown-toggle" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false" href="#"><span>Other Pages <i class="ti-angle-right"></i></span></a>
<ul class="dropdown-menu">
<li><a href="404.html" class="dropdown-item"><span>404 Page</span></a></li>
</ul>
</li>
</ul>
</li> -->
<li class="nav-item"><a class="nav-link " href="blog.html">Blog</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
<!-- <li class="nav-item "> <a class="nav-link" href="terms-conditions.html" >Terms & Conditions </a></li> -->
</ul>
</div>
</div>
</nav>
<!-- Header Banner -->
<div class="banner-header section-padding valign bg-img bg-fixed back-position-center" data-overlay-dark="5" data-background="img/about_banner.jpg">
<div class="container">
<div class="row">
<div class="col-md-7 caption mt-90">
<h5>The best travel agency</h5>
<h1>We helping you find <span>your dream</span> vacation</h1>
</div>
</div>
</div>
</div>
<!-- About -->
<section class="about cover section-padding">
<div class="container">
<div class="row">
<div class="col-md-6 mb-30 animate-box" data-animate-effect="fadeInUp">
<div class="section-subtitle">The best travel agency</div>
<div class="section-title">DISCOVER THE <span>WORLD</span> WITH OUR GUIDE</div>
<p>You can choose any country with good tourism. Agency elementum sesue the aucan vestibulum aliquam justo in sapien rutrum volutpat. Donec in quis the pellentesque velit. Donec id velit ac arcu posuere blane.</p>
<p>Hotel ut nisl quam nestibulum ac quam nec odio elementum sceisue the duru ligula. Orci varius natoque penatibus et magnis dis parturient monte nascete ridiculus mus nellentesque habitant morbine.</p>
<ul class="list-unstyled about-list mb-30">
<li>
<div class="about-list-icon"> <span class="ti-check"></span> </div>
<div class="about-list-text">
<p>20 Years of Experience</p>
</div>
</li>
<li>
<div class="about-list-icon"> <span class="ti-check"></span> </div>
<div class="about-list-text">
<p>150+ Tour Destinations</p>
</div>
</li>
</ul>
<div class="phone-call mb-30">
<div class="icon"><span class="flaticon-phone-call"></span></div>
<div class="text">
<p>For information</p> <a href="tel:855-333-4444">855 333 4444</a>
</div>
</div>
</div>
<div class="col-md-5 offset-md-1 animate-box" data-animate-effect="fadeInUp">
<div class="img-exp">
<div class="about-img">
<div class="img"> <img src="img/about.jpg" class="img-fluid" alt=""> </div>
</div>
<div id="circle">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="300px" height="300px" viewBox="0 0 300 300" enable-background="new 0 0 300 300" xml:space="preserve">
<defs>
<path id="circlePath" d=" M 150, 150 m -60, 0 a 60,60 0 0,1 120,0 a 60,60 0 0,1 -120,0 " />
</defs>
<circle cx="150" cy="100" r="75" fill="none" />
<g>
<use xlink:href="#circlePath" fill="none" />
<text fill="#0f2454">
<textPath xlink:href="#circlePath"> . travel agency . travel agency </textPath>
</text>
</g>
</svg>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- WHY YOU SHOULD CHOOSE TRAVEL EXPLORER? -->
<section class="about cover section-padding3 bg-lightnav ">
<div class="container ">
<div class="row position-relative ">
<div class="col-lg-6 mt-3 our_about animate-box" data-animate-effect="fadeInUp">
<div class="section-subtitle">OUR ADVANTAGES</div>
<div class="section-title">WHY YOU SHOULD CHOOSE <span>TRAVEL EXPLORER</span> ?</div>
<p>Embark on your dream getaway with confidence, knowing that our comprehensive advantages have you covered every step of the way. Let us be your trusted companion on your next unforgettable journey.</p>
</div>
<div class="col-xl-6 mb-md-5 animate-box " data-wow-delay="200ms" style="visibility: visible; animation-delay: 200ms;">
<div class="about-three__image1 ">
<div class="about-three__image__one1 about-img " >
<img decoding="async" src="img/gallery/advantages.jpg" alt="alt" >
</div>
</div>
</div>
<div class="d-flex dflex ">
<div class="about-three__info1 " >
<div class="about-three__info__icon1">
<span aria-hidden="true" class=" icon-telephone-call-2">
</span>
</div>
<h5 class="about-three__info__title1">Best Price Guarantee</h5>
<p class="about-three__info__text1">Provides best price that fits for your budget & your requirements.</p>
</div>
<div class="about-three__info1 " >
<div class="about-three__info__icon1">
<span aria-hidden="true" class=" icon-telephone-call-3">
</span>
</div>
<h5 class="about-three__info__title1">Best Price Guarantee</h5>
<p class="about-three__info__text1">Provides best price that fits for your budget & your requirements.</p>
</div>
<div class="about-three__info1 " >
<div class="about-three__info__icon1">
<span aria-hidden="true" class=" icon-telephone-call-4">
</span>
</div>
<h5 class="about-three__info__title1">Best Price Guarantee</h5>
<p class="about-three__info__text1">Provides best price that fits for your budget & your requirements.</p>
</div>
</div>
</div>
</div>
</section>
<!-- -->
<section class="tours1 section-padding " data-scroll-index="1">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section-subtitle"><span>GALLERY</span></div>
<div class="section-title">VISUAL <span>JOURNEYS</span></div>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="item">
<div class="position-re1 o-hidden"> <img src="img/gallery/tirthan_valley_about.jpg" alt=""> </div>
</div>
</div>
<div class="col-md-3">
<div class="item">
<div class="position-re1 o-hidden"><img src="img/gallery/ladakh_about.jpg" class="w-100" alt=""></div>
</div>
</div>
<div class="col-md-6">
<div class="item">
<div class="position-re4 o-hidden"><img src="img/gallery/himachal_about.jpg" alt=""></div>
</div>
</div>
<div class="col-md-6">
<div class="item">
<div class="position-re4 o-hidden"><img src="img/gallery/bali_about.jpg" alt=""></div>
</div>
</div>
<div class="col-md-3">
<div class="item">
<div class="position-re1 o-hidden"><img src="img/gallery/thailand_about.jpg" alt=""></div>
</div>
</div>
<div class="col-md-3">
<div class="item">
<div class="position-re1 o-hidden"><img src="img/gallery/advantages.jpg" alt=""></div>
</div>
</div>
</div>
</div>
</section>
<!--Floating Form Section -->
<section id="formSection">
<div class="right-sidebar item">
<form method="post" class="right-sidebar item-form contact__form" action="">
<!-- form message -->
<div class="row">
<div class="col-12">
<div class="" > Hey there, please provide your contact information below so we can reach out to you. </div>
</div>
</div>
<!-- form elements -->
<div class="row">
<div class="col-md-12 form-group">
<input name="name" type="text" placeholder="Your Name *" required>
</div>
<div class="col-md-12 form-group">
<input name="email" type="email" placeholder="Your Email *" required>
</div>
<div class="col-md-12 form-group">
<input name="phone" type="text" placeholder="Your Number *" required>
</div>
<div class="col-md-12">
<button class="butn-dark"><a href="#0"><span>Submit</span></a></button>
</div>
</div>
</form>
</div>
</section>
<section>
<div class="container">
<div class="containerFlot">
<a class="lets_chat" href="#" target="_blank">
<i class="fas fa-comment my-float"></i>
</a>
<a class="whats-app" href="#" target="_blank">
<i class="fab fa-whatsapp my-float"></i>
</a>
</div>
</div>
</section>
<!-- Numbers -->
<section class="numbers">
<div class="section-padding bg-img bg-fixed back-position-center" data-background="img/slider/15.jpg" data-overlay-dark="6">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="item text-center"> <span class="icon">
<i class="front flaticon-air-freight"></i>
<i class="back flaticon-air-freight"></i>
</span>
<h3 class="count">600</h3>
<h6>Flight Booking</h6>
</div>
</div>
<div class="col-md-3">
<div class="item text-center"> <span class="icon">
<i class="font flaticon-house"></i>
<i class="back flaticon-house"></i>
</span>
<h3 class="count">250</h3>
<h6>Amazing Tour</h6>
</div>
</div>
<div class="col-md-3">
<div class="item text-center"> <span class="icon">
<i class="front flaticon-ship"></i>
<i class="back flaticon-ship"></i>
</span>
<h3 class="count">100</h3>
<h6>Cruises Booking</h6>
</div>
</div>
<div class="col-md-3">
<div class="item text-center"> <span class="icon">
<i class="front flaticon-tag"></i>
<i class="back flaticon-tag"></i>
</span>
<h3 class="count">100</h3>
<h6>Ticket Booking</h6>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- PLAN TO TRAVEL -->
<section class="about cover section-padding">
<div class="container">
<div class="row ">
<div class="col-md-6 animate-box" data-animate-effect="fadeInUp">
<div class="about-img1">
<div class="img"> <img src="img/gallery/plan_travel.jpg" alt=""> </div>
</div>
</div>
<div class="col-md-6 animate-box bg-lightnav bg-plan" data-animate-effect="fadeInUp">
<div class="section-subtitle">LET'S PLAN TO TRAVEL</div>
<div class="section-title1">PLAN YOUR <span>TRIP</span> WITH US</div>
<ul class="list-unstyled about-list mb-1 ">
<li>
<div class="about-list-icon1"> <img src="img/ic_pointer@2x.png" alt=""> </div>
<div class="about-list-text1">
<p>Custom Travel Itinerary</p>
</div>
</li>
<li>
<div class="about-list-icon1"> <img src="img/ic_pointer@2x.png" alt=""> </div>
<div class="about-list-text1">
<p>Exclusive Stays</p>
</div>
</li>
<li>
<div class="about-list-icon1"> <img src="img/ic_pointer@2x.png" alt=""> </div>
<div class="about-list-text1">
<p>Adventure Activities</p>
</div>
</li>
</ul>
<div class="phone-call mt-2">
<div class="butn-dark mt-2"> <a href="#" data-scroll-nav="1"><span>Discover More </span></a> </div>
</div>
<div class="mt-4 row">
<a href="" class="imgrow d-flex ">
<img src="img/customer/customer1@2x.png" alt="" class="imgrow1">
<img src="img/customer/customer2@2x.png" alt="" class="imgrow2">
<img src="img/customer/customer3@2x.png" alt="" class="imgrow3">
<img src="img/customer/customer4@2x.png" alt="" class="imgrow4">
<img src="img/customer/customer5@2x.png" alt="" class="imgrow5">
<div class=" imgrow6 "><h5 class="mt-3 text-white ">5k+</h5></div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="testimonials">
<div class="background bg-img bg-fixed section-padding pb-0" data-background="img/slider/15.jpg" data-overlay-dark="5">
<div class="container">
<div class="row">
<!-- Call Now -->
<div class="col-md-5 mb-30 mt-30">
<p><i class="star-rating"></i><i class="star-rating"></i><i class="star-rating"></i><i class="star-rating"></i><i class="star-rating"></i></p>
<h5>We Provide Top Destinations Expecially For You Book Now and Enjoy!</h5>
<div class="phone-call mb-10">
<div class="icon color-1"><span class="flaticon-phone-call"></span></div>
<div class="text">
<p class="color-1">Call Now</p> <a class="color-1" href="tel:+91-9816566645">+91-9816566645</a>
</div>
</div>
<p><i class="ti-check"></i><small>Call us, it's toll-free.</small></p>
</div>
<!-- Booking From -->
<div class="col-md-5 offset-md-2">
<div class="testimonials-box">
<div class="head-box">
<h6>Testimonials</h6>
<h4>Travelers Reviews</h4>
</div>
<div class="owl-carousel owl-theme">
<div class="item">
<p>Travel dapibus asue metus the nec feusiate era the miss hendreri the vemante the lemon insan toleon nectan feugiat erat hendrerit necuis vesaire tours inilla neca ine the sene miss habitan.</p>
<div class="info">
<div class="author-img"> <img src="img/team/04.png" alt=""> </div>
<div class="cont">
<div class="rating"> <i class="star active"></i> <i class="star active"></i> <i class="star active"></i> <i class="star active"></i> <i class="star active"></i> </div>
<h6>Nolan White</h6> <span>Guest review</span>
</div>
</div>
</div>
<div class="item">
<p>Travel dapibus asue metus the nec feusiate era the miss hendreri the vemante the lemon insan toleon nectan feugiat erat hendrerit necuis vesaire tours inilla neca ine the sene miss habitan.</p>
<div class="info">
<div class="author-img"> <img src="img/team/05.png" alt=""> </div>
<div class="cont">
<div class="rating"> <i class="star active"></i> <i class="star active"></i> <i class="star active"></i> <i class="star active"></i> <i class="star active"></i> </div>
<h6>Emily Brown</h6> <span>Guest review</span>
</div>
</div>
</div>
<div class="item">
<p>Travel dapibus asue metus the nec feusiate era the miss hendreri the vemante the lemon insan toleon nectan feugiat erat hendrerit necuis vesaire tours inilla neca ine the sene miss habitan.</p>
<div class="info">
<div class="author-img"> <img src="img/team/06.png" alt=""> </div>
<div class="cont">
<div class="rating"> <i class="star active"></i> <i class="star active"></i> <i class="star active"></i> <i class="star active"></i> <i class="star active"></i> </div>
<h6>Olivia Martin</h6> <span>Guest review</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Clients -->
<section class="clients">
<div class="container">
<div class="row">
<div class="col-md-7">
<div class="owl-carousel owl-theme">
<div class="clients-logo">
<a href="#0"><img src="img/clients/taai.png" alt=""></a>
</div>
<div class="clients-logo">
<a href="#0"><img src="img/clients/himachal_tourism.png" alt=""></a>
</div>
<div class="clients-logo">
<a href="#0"><img src="img/clients/dubai_expert.png" alt=""></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer clearfix">
<div class="container">
<!-- First footer -->
<!-- Second footer -->
<div class="second-footer">
<div class="row">
<!-- about & social icons -->
<div class="col-md-4 widget-area">
<div class="widget clearfix">
<div class="footer-logo"> <img class="img-fluid" src="img/travel_logo@2x.png" alt=""> </div>
<div class="widget-text">
<p>Quisque imperdiet sapien porttito the bibendum sellentesque the commodo erat acar accumsa lobortis, enim diam the nesuen.</p>
<div class="social-icons">
<ul class="list-inline">
<li><a href="#"><i class="ti-instagram"></i></a></li>
<li><a href="#"><i class="ti-twitter"></i></a></li>
<li><a href="#"><i class="ti-facebook"></i></a></li>
<li><a href="#"><i class="ti-youtube"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- quick links -->
<div class="col-md-3 offset-md-1 widget-area">
<div class="widget clearfix usful-links">
<h3 class="widget-title">Quick Links</h3>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="tours.html">Tours</a></li>
<li><a href="destination.html">Destinations</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
</div>
<div class="col-md-3 offset-md-1 widget-area">
<div class="widget clearfix usful-links">
<div class="footer-contact-link-wrapper">
<div class="image-wrapper footer-contact-link-icon">
<div class="icon-footer"> <i class="flaticon-phone-call"></i> </div>
</div>
<div class="footer-contact-link-content">
<h6>Call us</h6>
<p>+91-9816566645</p>
</div>
</div>
<div class="footer-contact-links-divider"></div>
<div class="footer-contact-link-wrapper mt-4 ">
<div class="image-wrapper footer-contact-link-icon">
<div class="icon-footer"> <i class="flaticon-message"></i> </div>
</div>
<div class="footer-contact-link-content">
<h6>Write to us</h6>
<p>travelexplorersindia@gmail.com</p>
</div>
</div>
</div>
</div>
<!-- subscribe -->
</div>
</div>
<!-- Bottom footer -->
<div class="bottom-footer-text">
<div class="row copyright">
<div class="col-md-12">
<p class="mb-0">©2023 <a href="#">Travel Explorer</a> Designed and Developed by Electrovese</p>
</div>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery-3.6.3.min.js"></script>
<script src="js/jquery-migrate-3.0.0.min.js"></script>
<script src="js/modernizr-2.6.2.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/jquery.isotope.v3.0.2.js"></script>
<script src="js/pace.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/scrollIt.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.magnific-popup.js"></script>
<script src="js/YouTubePopUp.js"></script>
<script src="js/select2.js"></script>
<script src="js/datepicker.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/smooth-scroll.min.js"></script>
<script src="js/custom.js"></script>
</body>
<!-- Mirrored from duruthemes.com/demo/html/travol/multipage-slider/about.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 19 Mar 2024 14:06:46 GMT -->
</html>