forked from technext/travelista
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
798 lines (781 loc) · 33.3 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
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
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
<!DOCTYPE html>
<html lang="zxx" class="no-js">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="shortcut icon" href="img/fav.png">
<!-- Author Meta -->
<meta name="author" content="colorlib">
<!-- Meta Description -->
<meta name="description" content="">
<!-- Meta Keyword -->
<meta name="keywords" content="">
<!-- meta character set -->
<meta charset="UTF-8">
<!-- Site Title -->
<title>Travel</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700" rel="stylesheet">
<!--
CSS
============================================= -->
<link rel="stylesheet" href="css/linearicons.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header id="header">
<div class="header-top">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 col-sm-6 col-6 header-top-left">
<ul>
<li><a href="#">Visit Us</a></li>
<li><a href="#">Buy Tickets</a></li>
</ul>
</div>
<div class="col-lg-6 col-sm-6 col-6 header-top-right">
<div class="header-social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-behance"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container main-menu">
<div class="row align-items-center justify-content-between d-flex">
<div id="logo">
<a href="index.html"><img src="img/logo.png" alt="" title="" /></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="packages.html">Packages</a></li>
<li><a href="hotels.html">Hotels</a></li>
<li><a href="insurance.html">Insurence</a></li>
<li class="menu-has-children"><a href="">Blog</a>
<ul>
<li><a href="blog-home.html">Blog Home</a></li>
<li><a href="blog-single.html">Blog Single</a></li>
</ul>
</li>
<li class="menu-has-children"><a href="">Pages</a>
<ul>
<li><a href="elements.html">Elements</a></li>
<li class="menu-has-children"><a href="">Level 2 </a>
<ul>
<li><a href="#">Item One</a></li>
<li><a href="#">Item Two</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</div>
</header><!-- #header -->
<!-- start banner Area -->
<section class="banner-area relative">
<div class="overlay overlay-bg"></div>
<div class="container">
<div class="row fullscreen align-items-center justify-content-between">
<div class="col-lg-6 col-md-6 banner-left">
<h6 class="text-white">Away from monotonous life</h6>
<h1 class="text-white">Magical Travel</h1>
<p class="text-white">
If you are looking at blank cassettes on the web, you may be very confused at the difference in price. You may see some for as low as $.17 each.
</p>
<a href="#" class="primary-btn text-uppercase">Get Started</a>
</div>
<div class="col-lg-4 col-md-6 banner-right">
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="flight-tab" data-toggle="tab" href="#flight" role="tab" aria-controls="flight" aria-selected="true">Flights</a>
</li>
<li class="nav-item">
<a class="nav-link" id="hotel-tab" data-toggle="tab" href="#hotel" role="tab" aria-controls="hotel" aria-selected="false">Hotels</a>
</li>
<li class="nav-item">
<a class="nav-link" id="holiday-tab" data-toggle="tab" href="#holiday" role="tab" aria-controls="holiday" aria-selected="false">Holidays</a>
</li>
</ul>
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active" id="flight" role="tabpanel" aria-labelledby="flight-tab">
<form class="form-wrap">
<input type="text" class="form-control" name="name" placeholder="From " onfocus="this.placeholder = ''" onblur="this.placeholder = 'From '">
<input type="text" class="form-control" name="to" placeholder="To " onfocus="this.placeholder = ''" onblur="this.placeholder = 'To '">
<input type="text" class="form-control date-picker" name="start" placeholder="Start " onfocus="this.placeholder = ''" onblur="this.placeholder = 'Start '">
<input type="text" class="form-control date-picker" name="return" placeholder="Return " onfocus="this.placeholder = ''" onblur="this.placeholder = 'Return '">
<input type="number" min="1" max="20" class="form-control" name="adults" placeholder="Adults " onfocus="this.placeholder = ''" onblur="this.placeholder = 'Adults '">
<input type="number" min="1" max="20" class="form-control" name="child" placeholder="Child " onfocus="this.placeholder = ''" onblur="this.placeholder = 'Child '">
<a href="#" class="primary-btn text-uppercase">Search flights</a>
</form>
</div>
<div class="tab-pane fade" id="hotel" role="tabpanel" aria-labelledby="hotel-tab">
<form class="form-wrap">
<input type="text" class="form-control" name="name" placeholder="From " onfocus="this.placeholder = ''" onblur="this.placeholder = 'From '">
<input type="text" class="form-control" name="to" placeholder="To " onfocus="this.placeholder = ''" onblur="this.placeholder = 'To '">
<input type="text" class="form-control date-picker" name="start" placeholder="Start " onfocus="this.placeholder = ''" onblur="this.placeholder = 'Start '">
<input type="text" class="form-control date-picker" name="return" placeholder="Return " onfocus="this.placeholder = ''" onblur="this.placeholder = 'Return '">
<input type="number" min="1" max="20" class="form-control" name="adults" placeholder="Adults " onfocus="this.placeholder = ''" onblur="this.placeholder = 'Adults '">
<input type="number" min="1" max="20" class="form-control" name="child" placeholder="Child " onfocus="this.placeholder = ''" onblur="this.placeholder = 'Child '">
<a href="#" class="primary-btn text-uppercase">Search Hotels</a>
</form>
</div>
<div class="tab-pane fade" id="holiday" role="tabpanel" aria-labelledby="holiday-tab">
<form class="form-wrap">
<input type="text" class="form-control" name="name" placeholder="From " onfocus="this.placeholder = ''" onblur="this.placeholder = 'From '">
<input type="text" class="form-control" name="to" placeholder="To " onfocus="this.placeholder = ''" onblur="this.placeholder = 'To '">
<input type="text" class="form-control date-picker" name="start" placeholder="Start " onfocus="this.placeholder = ''" onblur="this.placeholder = 'Start '">
<input type="text" class="form-control date-picker" name="return" placeholder="Return " onfocus="this.placeholder = ''" onblur="this.placeholder = 'Return '">
<input type="number" min="1" max="20" class="form-control" name="adults" placeholder="Adults " onfocus="this.placeholder = ''" onblur="this.placeholder = 'Adults '">
<input type="number" min="1" max="20" class="form-control" name="child" placeholder="Child " onfocus="this.placeholder = ''" onblur="this.placeholder = 'Child '">
<a href="#" class="primary-btn text-uppercase">Search Holidays</a>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End banner Area -->
<!-- Start popular-destination Area -->
<section class="popular-destination-area section-gap">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content pb-70 col-lg-8">
<div class="title text-center">
<h1 class="mb-10">Popular Destinations</h1>
<p>We all live in an age that belongs to the young at heart. Life that is becoming extremely fast, day.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="single-destination relative">
<div class="thumb relative">
<div class="overlay overlay-bg"></div>
<img class="img-fluid" src="img/d1.jpg" alt="">
</div>
<div class="desc">
<a href="#" class="price-btn">$150</a>
<h4>Mountain River</h4>
<p>Paraguay</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="single-destination relative">
<div class="thumb relative">
<div class="overlay overlay-bg"></div>
<img class="img-fluid" src="img/d2.jpg" alt="">
</div>
<div class="desc">
<a href="#" class="price-btn">$250</a>
<h4>Dream City</h4>
<p>Paris</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="single-destination relative">
<div class="thumb relative">
<div class="overlay overlay-bg"></div>
<img class="img-fluid" src="img/d3.jpg" alt="">
</div>
<div class="desc">
<a href="#" class="price-btn">$350</a>
<h4>Cloud Mountain</h4>
<p>Sri Lanka</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End popular-destination Area -->
<!-- Start price Area -->
<section class="price-area section-gap">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content pb-70 col-lg-8">
<div class="title text-center">
<h1 class="mb-10">We Provide Affordable Prices</h1>
<p>Well educated, intellectual people, especially scientists at all times demonstrate considerably.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="single-price">
<h4>Cheap Packages</h4>
<ul class="price-list">
<li class="d-flex justify-content-between align-items-center">
<span>New York</span>
<a href="#" class="price-btn">$1500</a>
</li>
<li class="d-flex justify-content-between align-items-center">
<span>Maldives</span>
<a href="#" class="price-btn">$1500</a>
</li>
<li class="d-flex justify-content-between align-items-center">
<span>Sri Lanka</span>
<a href="#" class="price-btn">$1500</a>
</li>
<li class="d-flex justify-content-between align-items-center">
<span>Nepal</span>
<a href="#" class="price-btn">$1500</a>
</li>
<li class="d-flex justify-content-between align-items-center">
<span>Thiland</span>
<a href="#" class="price-btn">$1500</a>
</li>
<li class="d-flex justify-content-between align-items-center">
<span>Singapore</span>
<a href="#" class="price-btn">$1500</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-4">
<div class="single-price">
<h4>Luxury Packages</h4>
<ul class="price-list">
<li class="d-flex justify-content-between align-items-center">
<span>New York</span>
<a href="#" class="price-btn">$1500</a>
</li>
<li class="d-flex justify-content-between align-items-center">
<span>Maldives</span>
<a href="#" class="price-btn">$1500</a>
</li>
<li class="d-flex justify-content-between align-items-center">
<span>Sri Lanka</span>
<a href="#" class="price-btn">$1500</a>
</li>
<li class="d-flex justify-content-between align-items-center">
<span>Nepal</span>
<a href="#" class="price-btn">$1500</a>
</li>
<li class="d-flex justify-content-between align-items-center">
<span>Thiland</span>
<a href="#" class="price-btn">$1500</a>
</li>
<li class="d-flex justify-content-between align-items-center">
<span>Singapore</span>
<a href="#" class="price-btn">$1500</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-4">
<div class="single-price">
<h4>Camping Packages</h4>
<ul class="price-list">
<li class="d-flex justify-content-between align-items-center">
<span>New York</span>
<a href="#" class="price-btn">$1500</a>
</li>
<li class="d-flex justify-content-between align-items-center">
<span>Maldives</span>
<a href="#" class="price-btn">$1500</a>
</li>
<li class="d-flex justify-content-between align-items-center">
<span>Sri Lanka</span>
<a href="#" class="price-btn">$1500</a>
</li>
<li class="d-flex justify-content-between align-items-center">
<span>Nepal</span>
<a href="#" class="price-btn">$1500</a>
</li>
<li class="d-flex justify-content-between align-items-center">
<span>Thiland</span>
<a href="#" class="price-btn">$1500</a>
</li>
<li class="d-flex justify-content-between align-items-center">
<span>Singapore</span>
<a href="#" class="price-btn">$1500</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- End price Area -->
<!-- Start other-issue Area -->
<section class="other-issue-area section-gap">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content pb-70 col-lg-9">
<div class="title text-center">
<h1 class="mb-10">Other issues we can help you with</h1>
<p>We all live in an age that belongs to the young at heart. Life that is.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="single-other-issue">
<div class="thumb">
<img class="img-fluid" src="img/o1.jpg" alt="">
</div>
<a href="#">
<h4>Rent a Car</h4>
</a>
<p>
The preservation of human life is the ultimate value, a pillar of ethics and the foundation.
</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="single-other-issue">
<div class="thumb">
<img class="img-fluid" src="img/o2.jpg" alt="">
</div>
<a href="#">
<h4>Cruise Booking</h4>
</a>
<p>
I was always somebody who felt quite sorry for myself, what I had not got compared.
</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="single-other-issue">
<div class="thumb">
<img class="img-fluid" src="img/o3.jpg" alt="">
</div>
<a href="#">
<h4>To Do List</h4>
</a>
<p>
The following article covers a topic that has recently moved to center stage–at least it seems.
</p>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="single-other-issue">
<div class="thumb">
<img class="img-fluid" src="img/o4.jpg" alt="">
</div>
<a href="#">
<h4>Food Features</h4>
</a>
<p>
There are many kinds of narratives and organizing principles. Science is driven by evidence.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End other-issue Area -->
<!-- Start testimonial Area -->
<section class="testimonial-area section-gap">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content pb-70 col-lg-8">
<div class="title text-center">
<h1 class="mb-10">Testimonial from our Clients</h1>
<p>The French Revolution constituted for the conscience of the dominant aristocratic class a fall from </p>
</div>
</div>
</div>
<div class="row">
<div class="active-testimonial">
<div class="single-testimonial item d-flex flex-row">
<div class="thumb">
<img class="img-fluid" src="img/elements/user1.png" alt="">
</div>
<div class="desc">
<p>
Do you want to be even more successful? Learn to love learning and growth. The more effort you put into improving your skills, the bigger the payoff you.
</p>
<h4>Harriet Maxwell</h4>
<div class="star">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span>
</div>
</div>
</div>
<div class="single-testimonial item d-flex flex-row">
<div class="thumb">
<img class="img-fluid" src="img/elements/user2.png" alt="">
</div>
<div class="desc">
<p>
A purpose is the eternal condition for success. Every former smoker can tell you just how hard it is to stop smoking cigarettes. However.
</p>
<h4>Carolyn Craig</h4>
<div class="star">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span>
<span class="fa fa-star"></span>
</div>
</div>
</div>
<div class="single-testimonial item d-flex flex-row">
<div class="thumb">
<img class="img-fluid" src="img/elements/user1.png" alt="">
</div>
<div class="desc">
<p>
Do you want to be even more successful? Learn to love learning and growth. The more effort you put into improving your skills, the bigger the payoff you.
</p>
<h4>Harriet Maxwell</h4>
<div class="star">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span>
</div>
</div>
</div>
<div class="single-testimonial item d-flex flex-row">
<div class="thumb">
<img class="img-fluid" src="img/elements/user2.png" alt="">
</div>
<div class="desc">
<p>
A purpose is the eternal condition for success. Every former smoker can tell you just how hard it is to stop smoking cigarettes. However.
</p>
<h4>Carolyn Craig</h4>
<div class="star">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span>
<span class="fa fa-star"></span>
</div>
</div>
</div>
<div class="single-testimonial item d-flex flex-row">
<div class="thumb">
<img class="img-fluid" src="img/elements/user1.png" alt="">
</div>
<div class="desc">
<p>
Do you want to be even more successful? Learn to love learning and growth. The more effort you put into improving your skills, the bigger the payoff you.
</p>
<h4>Harriet Maxwell</h4>
<div class="star">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span>
</div>
</div>
</div>
<div class="single-testimonial item d-flex flex-row">
<div class="thumb">
<img class="img-fluid" src="img/elements/user2.png" alt="">
</div>
<div class="desc">
<p>
A purpose is the eternal condition for success. Every former smoker can tell you just how hard it is to stop smoking cigarettes. However.
</p>
<h4>Carolyn Craig</h4>
<div class="star">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star"></span>
<span class="fa fa-star"></span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End testimonial Area -->
<!-- Start home-about Area -->
<section class="home-about-area">
<div class="container-fluid">
<div class="row align-items-center justify-content-end">
<div class="col-lg-6 col-md-12 home-about-left">
<h1>
Did not find your Package? <br>
Feel free to ask us. <br>
We‘ll make it for you
</h1>
<p>
inappropriate behavior is often laughed off as “boys will be boys,” women face higher conduct standards especially in the workplace. That’s why it’s crucial that, as women, our behavior on the job is beyond reproach. inappropriate behavior is often laughed.
</p>
<a href="#" class="primary-btn text-uppercase">request custom price</a>
</div>
<div class="col-lg-6 col-md-12 home-about-right no-padding">
<img class="img-fluid" src="img/about-img.jpg" alt="">
</div>
</div>
</div>
</section>
<!-- End home-about Area -->
<!-- Start blog Area -->
<section class="recent-blog-area section-gap">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="menu-content pb-60 col-lg-9">
<div class="title text-center">
<h1 class="mb-10">Latest from Our Blog</h1>
<p>With the exception of Nietzsche, no other madman has contributed so much to human sanity as has.</p>
</div>
</div>
</div>
<div class="row">
<div class="active-recent-blog-carusel">
<div class="single-recent-blog-post item">
<div class="thumb">
<img class="img-fluid" src="img/b1.jpg" alt="">
</div>
<div class="details">
<div class="tags">
<ul>
<li>
<a href="#">Travel</a>
</li>
<li>
<a href="#">Life Style</a>
</li>
</ul>
</div>
<a href="#"><h4 class="title">Low Cost Advertising</h4></a>
<p>
Acres of Diamonds… you’ve read the famous story, or at least had it related to you. A farmer.
</p>
<h6 class="date">31st January,2018</h6>
</div>
</div>
<div class="single-recent-blog-post item">
<div class="thumb">
<img class="img-fluid" src="img/b2.jpg" alt="">
</div>
<div class="details">
<div class="tags">
<ul>
<li>
<a href="#">Travel</a>
</li>
<li>
<a href="#">Life Style</a>
</li>
</ul>
</div>
<a href="#"><h4 class="title">Creative Outdoor Ads</h4></a>
<p>
Acres of Diamonds… you’ve read the famous story, or at least had it related to you. A farmer.
</p>
<h6 class="date">31st January,2018</h6>
</div>
</div>
<div class="single-recent-blog-post item">
<div class="thumb">
<img class="img-fluid" src="img/b3.jpg" alt="">
</div>
<div class="details">
<div class="tags">
<ul>
<li>
<a href="#">Travel</a>
</li>
<li>
<a href="#">Life Style</a>
</li>
</ul>
</div>
<a href="#"><h4 class="title">It's Classified How To Utilize Free</h4></a>
<p>
Acres of Diamonds… you’ve read the famous story, or at least had it related to you. A farmer.
</p>
<h6 class="date">31st January,2018</h6>
</div>
</div>
<div class="single-recent-blog-post item">
<div class="thumb">
<img class="img-fluid" src="img/b1.jpg" alt="">
</div>
<div class="details">
<div class="tags">
<ul>
<li>
<a href="#">Travel</a>
</li>
<li>
<a href="#">Life Style</a>
</li>
</ul>
</div>
<a href="#"><h4 class="title">Low Cost Advertising</h4></a>
<p>
Acres of Diamonds… you’ve read the famous story, or at least had it related to you. A farmer.
</p>
<h6 class="date">31st January,2018</h6>
</div>
</div>
<div class="single-recent-blog-post item">
<div class="thumb">
<img class="img-fluid" src="img/b2.jpg" alt="">
</div>
<div class="details">
<div class="tags">
<ul>
<li>
<a href="#">Travel</a>
</li>
<li>
<a href="#">Life Style</a>
</li>
</ul>
</div>
<a href="#"><h4 class="title">Creative Outdoor Ads</h4></a>
<p>
Acres of Diamonds… you’ve read the famous story, or at least had it related to you. A farmer.
</p>
<h6 class="date">31st January,2018</h6>
</div>
</div>
<div class="single-recent-blog-post item">
<div class="thumb">
<img class="img-fluid" src="img/b3.jpg" alt="">
</div>
<div class="details">
<div class="tags">
<ul>
<li>
<a href="#">Travel</a>
</li>
<li>
<a href="#">Life Style</a>
</li>
</ul>
</div>
<a href="#"><h4 class="title">It's Classified How To Utilize Free</h4></a>
<p>
Acres of Diamonds… you’ve read the famous story, or at least had it related to you. A farmer.
</p>
<h6 class="date">31st January,2018</h6>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End recent-blog Area -->
<!-- start footer Area -->
<footer class="footer-area section-gap">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-footer-widget">
<h6>About Agency</h6>
<p>
The world has become so fast paced that people don’t want to stand by reading a page of information, they would much rather look at a presentation and understand the message. It has come to a point
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-footer-widget">
<h6>Navigation Links</h6>
<div class="row">
<div class="col">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Feature</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Portfolio</a></li>
</ul>
</div>
<div class="col">
<ul>
<li><a href="#">Team</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-footer-widget">
<h6>Newsletter</h6>
<p>
For business professionals caught between high OEM price and mediocre print and graphic output.
</p>
<div id="mc_embed_signup">
<form target="_blank" action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01" method="get" class="subscription relative">
<div class="input-group d-flex flex-row">
<input name="EMAIL" placeholder="Email Address" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Email Address '" required="" type="email">
<button class="btn bb-btn"><span class="lnr lnr-location"></span></button>
</div>
<div class="mt-10 info"></div>
</form>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="single-footer-widget mail-chimp">
<h6 class="mb-20">InstaFeed</h6>
<ul class="instafeed d-flex flex-wrap">
<li><img src="img/i1.jpg" alt=""></li>
<li><img src="img/i2.jpg" alt=""></li>
<li><img src="img/i3.jpg" alt=""></li>
<li><img src="img/i4.jpg" alt=""></li>
<li><img src="img/i5.jpg" alt=""></li>
<li><img src="img/i6.jpg" alt=""></li>
<li><img src="img/i7.jpg" alt=""></li>
<li><img src="img/i8.jpg" alt=""></li>
</ul>
</div>
</div>
</div>
<div class="row footer-bottom d-flex justify-content-between align-items-center">
<p class="col-lg-8 col-sm-12 footer-text m-0"><!-- 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="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
<div class="col-lg-4 col-sm-12 footer-social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-behance"></i></a>
</div>
</div>
</div>
</footer>
<!-- End footer Area -->
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBhOdIF3Y9382fqJYt5I_sswSrEw5eihAA"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/easing.min.js"></script>
<script src="js/hoverIntent.js"></script>
<script src="js/superfish.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/main.js"></script>
</body>
</html>