-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
791 lines (684 loc) · 28.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>XLERATE AutoExpo</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
Template 2078 Adventure
http://www.tooplate.com/view/2078-adventure
-->
<!-- Bootstrap CSS
================================================== -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Animate CSS
================================================== -->
<link rel="stylesheet" href="css/animate.min.css">
<!-- Font Icons
================================================== -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/et-line-font.css">
<!-- Nivo Lightbox CSS
================================================== -->
<link rel="stylesheet" href="css/nivo-lightbox.css">
<link rel="stylesheet" href="css/nivo_themes/default/default.css">
<!-- Owl Carousel CSS
================================================== -->
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<!-- BxSlider CSS
================================================== -->
<link rel="stylesheet" href="css/bxslider.css">
<!-- Main CSS
================================================== -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/ins.css">
<!-- Google web font
================================================== -->
<link href='https://fonts.googleapis.com/css?family=Raleway:700' rel='stylesheet' type='text/css'>
</head>
<body data-spy="scroll" data-target=".navbar-collapse" data-offset="50">
<!-- Preloader section
================================================== -->
<section class="preloader">
<div class="sk-rotating-plane"></div>
</section>
<!-- Navigation section
================================================== -->
<section class="navbar navbar-fixed-top custom-navbar" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<a href="#home" class="smoothScroll navbar-brand xlerate">XLERATE</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<!-- <li><a href="#home" class="smoothScroll">HOME</a></li> -->
<li><a href="#work" class="smoothScroll">EXPO</a></li>
<li><a href="#plan" class="smoothScroll">EVENTS</a></li>
<li><a href="#portfolio" class="smoothScroll">SPONSORS</a></li>
<li><a href="#about" class="smoothScroll">ABOUT</a></li>
<li><a href="#contact" class="smoothScroll">CONTACT</a></li>
</ul>
</div>
</div>
</section>
<!-- Homepage section
================================================== -->
<div id="home">
<div class="site-slider">
<ul class="bxslider">
<li>
<img src="images/slider/slide1.jpg" alt="slider image 1">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="slider-caption">
<h2>Plan your trip</h2>
<p class="color-white">Fusce elementum nisi et magna tristique, ut facilisis magna dapibus.</p>
</div>
</div>
</div>
</div>
</li>
<li>
<img src="images/slider/slide2.jpg" alt="slider image 2">
<div class="container caption-wrapper">
<div class="slider-caption">
<h2>Bootstrap Layout</h2>
<p class="color-white">Pellentesque mollis purus ipsum. Fusce tristique ante et est placerat dignissim.</p>
</div>
</div>
</li>
<li>
<img src="images/slider/slide3.jpg" alt="slider image 3">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="slider-caption">
<h2>Mobile Ready</h2>
<p class="color-white">You may modify any content section as you wish.</p>
</div>
</div>
</div>
</div>
</li>
<li>
<img src="images/slider/slide4.jpg" alt="slider image 4">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="slider-caption">
<h2>Responsive Theme</h2>
<p class="color-white">Phasellus ultrices, nunc et tempus porta, tellus purus elementum.</p>
</div>
</div>
</div>
</div>
</li>
<li>
<img src="images/slider/slide5.jpg" alt="slider image 5">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="slider-caption">
<h2>Download it FREE!</h2>
<p class="color-white">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum.</p>
</div>
</div>
</div>
</div>
</li>
</ul> <!-- /.bxslider -->
<!--
<div class="bx-thumbnail-wrapper">
<div class="container">
<div class="row">
<div class="col-md-12">
<div id="bx-pager">
<a data-slide-index="0" href=""><img src="images/slider/thumb1.jpg" alt="thumbnail 1" /></a>
<a data-slide-index="1" href=""><img src="images/slider/thumb2.jpg" alt="thumbnail 2" /></a>
<a data-slide-index="2" href=""><img src="images/slider/thumb3.jpg" alt="thumbnail 3" /></a>
<a data-slide-index="3" href=""><img src="images/slider/thumb4.jpg" alt="thumbnail 4" /></a>
<a data-slide-index="4" href=""><img src="images/slider/thumb5.jpg" alt="thumbnail 5" /></a>
</div>
</div>
</div>
</div>
</div>
</div>
-->
<!-- /.site-slider -->
</div>
<!-- Work section
================================================== -->
<section id="work" class="parallax-section">
<div class="container">
<div class="row">
<!-- Section title
================================================== -->
<div class="col-md-offset-2 col-md-8 col-sm-offset-2 col-sm-8">
<div class="section-title">
<h5 class="wow bounceIn">XLERATE</h5>
<h1 class="heading">EXPO</h1>
<hr>
<p>Click on the adventure logo at the top to scroll up. Nullam a finibus dui. Nullam malesuada vitae odio et fringilla.</p>
</div>
</div>
<!-- Work Owl Carousel section
================================================== -->
<div id="owl-work" class="owl-carousel">
<div class="item col-md-4 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
<i class="icon-tools medium-icon"></i>
<h3>SOCIAL MEDIA</h3>
<hr>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
</div>
<div class="item col-md-4 col-sm-6 wow fadeInUp" data-wow-delay="0.6s">
<i class="icon-tablet medium-icon"></i>
<h3>TRIP PLANNING</h3>
<hr>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
</div>
<div class="item col-md-4 col-sm-6 wow fadeInUp" data-wow-delay="0.9s">
<i class="icon-bike medium-icon"></i>
<h3>WEB MARKETING</h3>
<hr>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
</div>
<div class="item col-md-4 col-sm-6 wow fadeInUp" data-wow-delay="0.9s">
<i class="icon-flag medium-icon"></i>
<h3>EXPLORING PLACES</h3>
<hr>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
</div>
<div class="item col-md-4 col-sm-6 wow fadeInUp" data-wow-delay="0.9s">
<i class="icon-basket medium-icon"></i>
<h3>RECREATIONS</h3>
<hr>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Plan section
================================================== -->
<section id="plan" class="parallax-section">
<div class="container">
<div class="row">
<!-- Section title
================================================== -->
<div class="col-md-offset-2 col-md-8 col-sm-offset-2 col-sm-8 wow fadeInUp">
<div class="section-title">
<h5 class="wow bounceIn">XLERATE</h5>
<h1 class="heading color-white">EVENTS</h1>
<hr>
<p class="color-white">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteu sunt in culpa qui officia deserunt.</p>
</div>
</div>
<div class="col-md-4 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="plan">
<h2 class="plan-title">Modded Cars</h2>
<div class="plan-price">
<h1 class="plan-price-title">₹40<small>k</small></h1>
</div>
<ul class="plan-list">
<li>4 days 3 nights</li>
<li>Explore Forest</li>
<li>Visit Waterfalls</li>
<li>Group of 10 people</li>
</ul>
<div class="plan-button">
<button class="btn btn-default">CHOOSE PLAN</button>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="plan">
<h2 class="plan-title">Modded Bikes</h2>
<div class="plan-price">
<h1 class="plan-price-title">₹17<small>k</small></h1>
</div>
<ul class="plan-list">
<li>8 days 7 nights</li>
<li>Explore Mountains</li>
<li>Touring Villages</li>
<li>Group of 15 people</li>
</ul>
<div class="plan-button">
<button class="btn btn-default">CHOOSE PLAN</button>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="plan">
<h2 class="plan-title">Pit Stop</h2>
<h2 class="plan-title"> </h2>
<div class="plan-price">
<h1 class="plan-price-title">₹10<small>k</small></h1>
</div>
<ul class="plan-list">
<li>12 days 11 nights</li>
<li>Multiple Cities</li>
<li>Unique Experiences</li>
<li>Group of 20 people</li>
</ul>
<div class="plan-button">
<button class="btn btn-default">CHOOSE PLAN</button>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 wow fadeInUp" data-wow-delay="0.6s">
<div class="plan">
<h2 class="plan-title">Engine Assembly</h2>
<div class="plan-price">
<h1 class="plan-price-title">₹10<small>k</small></h1>
</div>
<ul class="plan-list">
<li>12 days 11 nights</li>
<li>Multiple Cities</li>
<li>Unique Experiences</li>
<li>Group of 20 people</li>
</ul>
<div class="plan-button">
<button class="btn btn-default">CHOOSE PLAN</button>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 wow fadeInUp" data-wow-delay="0.6s">
<div class="plan">
<h2 class="plan-title">Parking</h2>
<h2 class="plan-title"> </h2>
<div class="plan-price">
<h1 class="plan-price-title">₹6<small>k</small></h1>
</div>
<ul class="plan-list">
<li>4 days 3 nights</li>
<li>Explore Forest</li>
<li>Visit Waterfalls</li>
<li>Group of 10 people</li>
</ul>
<div class="plan-button">
<button class="btn btn-default">CHOOSE PLAN</button>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 wow fadeInUp" data-wow-delay="0.6s">
<div class="plan">
<h2 class="plan-title">Spot Photography</h2>
<div class="plan-price">
<h1 class="plan-price-title">₹5<small>k</small></h1>
</div>
<ul class="plan-list">
<li>8 days 7 nights</li>
<li>Explore Mountains</li>
<li>Touring Villages</li>
<li>Group of 15 people</li>
</ul>
<div class="plan-button">
<button class="btn btn-default">CHOOSE PLAN</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio section
================================================== -->
<section id="portfolio" class="parallax-section">
<div class="container">
<div class="row">
<!-- Section title
================================================== -->
<div class="col-md-offset-2 col-md-8 col-sm-offset-2 col-sm-8">
<div class="section-title">
<h5 class="wow bounceIn">XLERATE</h5>
<h1 class="heading">SPONSORS</h1>
<hr>
<p>Thanks to our wonderful sponsors! We extend our sincere appreciation to our sponsors, without whom our season would not be possible.</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="grid">
<figure class="effect-zoe">
<img src="images/portfolio-img1.jpg" alt="portfolio img"/>
<figcaption>
<h2>Sponsor_name</h2>
<p class="icon-links">
<a href="images/portfolio-img1.jpg" data-lightbox-gallery="portfolio-gallery"><span class="icon icon-attachment"></span></a>
</p>
</figcaption>
</figure>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="grid">
<figure class="effect-zoe">
<img src="images/portfolio-img1.jpg" alt="portfolio img"/>
<figcaption>
<h2>Sponsor_name</h2>
<p class="icon-links">
<a href="images/portfolio-img1.jpg" data-lightbox-gallery="portfolio-gallery"><span class="icon icon-attachment"></span></a>
</p>
</figcaption>
</figure>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="grid">
<figure class="effect-zoe">
<img src="images/portfolio-img1.jpg" alt="portfolio img"/>
<figcaption>
<h2>Sponsor_name</h2>
<p class="icon-links">
<a href="images/portfolio-img1.jpg" data-lightbox-gallery="portfolio-gallery"><span class="icon icon-attachment"></span></a>
</p>
</figcaption>
</figure>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="grid">
<figure class="effect-zoe">
<img src="images/portfolio-img1.jpg" alt="portfolio img"/>
<figcaption>
<h2>Sponsor_name</h2>
<p class="icon-links">
<a href="images/portfolio-img1.jpg" data-lightbox-gallery="portfolio-gallery"><span class="icon icon-attachment"></span></a>
</p>
</figcaption>
</figure>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="grid">
<figure class="effect-zoe">
<img src="images/portfolio-img1.jpg" alt="portfolio img"/>
<figcaption>
<h2>Sponsor_name</h2>
<p class="icon-links">
<a href="images/portfolio-img1.jpg" data-lightbox-gallery="portfolio-gallery"><span class="icon icon-attachment"></span></a>
</p>
</figcaption>
</figure>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="grid">
<figure class="effect-zoe">
<img src="images/portfolio-img1.jpg" alt="portfolio img"/>
<figcaption>
<h2>Sponsor_name</h2>
<p class="icon-links">
<a href="images/portfolio-img1.jpg" data-lightbox-gallery="portfolio-gallery"><span class="icon icon-attachment"></span></a>
</p>
</figcaption>
</figure>
</div>
</div>
<!-- Portfolio bottom section
================================================== -->
<div class="col-md-offset-2 col-md-8 col-sm-12">
<div class="portfolio-bottom">
<h2>INTERESTED?</h2>
<p>If you are interested to sponsor our events, feel free to contact us.</p>
<a href="#contact" class="smoothScroll btn btn-default">LET'S GO!</a>
</div>
</div>
</div>
</div>
</section>
<!-- About section
================================================== -->
<section id="about" class="parallax-section">
<div class="container">
<div class="row">
<!-- Section title
================================================== -->
<div class="col-md-offset-2 col-md-8 col-sm-offset-2 col-sm-8">
<div class="section-title">
<h5 class="wow bounceIn">College Of Engineering Trivandrum</h5>
<h1 class="heading color-white">XLERATE</h1>
<hr>
<p class="color-white">Xlerate conducted by aspiring mechanical engineers of the prestigious College of Engineering Trivandrum is always the crowd puller for its diverse, innovative and exquisite events. The massive footfall recorded in the past versions of Xlerate is our confidence for the event.</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<h3 class="color-white">OUR STORY</h3>
<h2>ADVENTURE STUDIO</h2>
<p class="color-white">Adventure is free Bootstrap web template by <a rel="nofollow" href="http://www.tooplate.com" target="_parent">Tooplate</a>. Download, edit, and use this layout for your website. Feel free to modify or remove anything to meet your requirements. Excepteu sunt in culpa qui officia deserunt mollit.</p>
<p class="color-white">Excepteu sunt in culpa qui officia deserunt mollit anim id. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
</div>
<div class="col-md-6 col-sm-12">
<h2 class="mobile-top">WHY CHOOSE US?</h2>
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingOne">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Very Quick Response
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body">
<p>Phasellus odio lacus, posuere vel sodales a, facilisis vitae ligula. Pellentesque leo ligula, lobortis ut sapien blandit, convallis pulvinar nisi. Proin tempor congue nibh. Nam non maximus metus, nec tincidunt nulla.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingTwo">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="true" aria-controls="collapseTwo">
High Quality Team
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body">
<p>Nullam vehicula tincidunt ultrices. Curabitur id magna velit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Ut pretium tortor ultrices ligula dictum placerat. Donec eget augue sapien. Curabitur vel orci magna. Sed id eros consequat nibh congue euismod.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThree">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="true" aria-controls="collapseThree">
Special Awards
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="panel-body">
<p>Morbi pellentesque nisl at sapien congue facilisis. Proin consequat pharetra hendrerit. Aliquam vulputate, ligula ut pellentesque molestie, dolor nisi semper augue, sit amet porta risus sem non sapien. Cras vel pulvinar sapien, in consequat purus. Aliquam at varius augue.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="about-fact border-right">
<span>32</span>
<h4>TOURS</h4>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="about-fact border-right">
<span>16</span>
<h4>AWARDS</h4>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="about-fact border-right">
<span>128</span>
<h4>TRIPS</h4>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="about-fact">
<span>24</span>
<h4>PLANS</h4>
</div>
</div>
</div>
</div>
</section>
<!-- Contact section
================================================== -->
<section id="contact" class="parallax-section">
<div class="container">
<div class="row">
<!-- Section title
================================================== -->
<div class="col-md-offset-2 col-md-8 col-sm-offset-2 col-sm-8">
<div class="section-title">
<h5 class="wow bounceIn">PLAN YOUR TRIP</h5>
<h1 class="heading">CONTACT US</h1>
<hr>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla. Excepteu sunt in culpa qui officia deserunt mollit.</p>
</div>
</div>
<!-- Contact form section
================================================== -->
<div class="col-md-offset-1 col-md-10 col-sm-12">
<form action="#" method="post" class="wow fadeInUp" data-wow-delay="0.6s">
<div class="col-md-4 col-sm-6">
<input type="text" class="form-control" placeholder="Name" name="name">
</div>
<div class="col-md-4 col-sm-6">
<input type="email" class="form-control" placeholder="Email" name="email">
</div>
<div class="col-md-4 col-sm-12">
<input type="text" class="form-control" placeholder="Subject" name="subject">
</div>
<div class="col-md-12 col-sm-12">
<textarea class="form-control" placeholder="Message" rows="7" name"message"></textarea>
</div>
<div class="col-md-offset-2 col-md-8 col-sm-offset-2 col-sm-8">
<input type="submit" class="form-control" value="SHOOT MESSAGE">
</div>
</form>
</div>
<!-- Contact detail section
================================================== -->
<div class="contact-detail col-md-12 col-sm-12">
<div class="col-md-6 col-sm-6">
<h3><i class="icon-envelope medium-icon wow bounceIn" data-wow-delay="0.6s"></i> EMAIL</h3>
<p>[email protected]</p>
</div>
<div class="col-md-6 col-sm-6">
<h3><i class="icon-phone medium-icon wow bounceIn" data-wow-delay="0.6s"></i> PHONES</h3>
<p>RAHUL JOHN 7561004135 | ANOOP 9633613663</p>
</div>
</div>
</div>
</div>
</section>
<!-- team section
================================================== -->
<section id="team" class="parallax-section">
<div class="container">
<div class="row">
<!-- Section title
================================================== -->
<div class="col-md-offset-2 col-md-8 col-sm-offset-2 col-sm-8">
<div class="section-title">
<h5 class="wow bounceIn">WE ARE READY</h5>
<h1 class="heading">OUR TEAM</h1>
<hr>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteu sunt in culpa qui officia deserunt.</p>
</div>
</div>
<div class="col-md-4 col-sm-6 wow fadeInUp" data-wow-delay="0.9s">
<div class="team-wrapper">
<img src="images/team1.jpg" class="img-responsive" alt="team img">
<div class="team-des">
<h4>George Chan</h4>
<h3>Trip Planner</h3>
<ul class="social-icon">
<li><a href="#" class="fa fa-facebook wow fadeIn" data-wow-delay="0.3s"></a></li>
<li><a href="#" class="fa fa-twitter wow fadeIn" data-wow-delay="0.6s"></a></li>
<li><a href="#" class="fa fa-dribbble wow fadeIn" data-wow-delay="0.6s"></a></li>
<li><a href="#" class="fa fa-behance wow fadeIn" data-wow-delay="0.6"></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 wow fadeInUp" data-wow-delay="1.3s">
<div class="team-wrapper">
<img src="images/team2.jpg" class="img-responsive" alt="team img">
<div class="team-des">
<h4>Kitty Sandar</h4>
<h3>Trip Manager</h3>
<ul class="social-icon">
<li><a href="#" class="fa fa-facebook wow fadeIn" data-wow-delay="0.3s"></a></li>
<li><a href="#" class="fa fa-twitter wow fadeIn" data-wow-delay="0.6s"></a></li>
<li><a href="#" class="fa fa-dribbble wow fadeIn" data-wow-delay="0.6s"></a></li>
<li><a href="#" class="fa fa-behance wow fadeIn" data-wow-delay="0.6"></a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 wow fadeInUp" data-wow-delay="1.6s">
<div class="team-wrapper">
<img src="images/team3.jpg" class="img-responsive" alt="team img">
<div class="team-des">
<h4>Johnny Lynn</h4>
<h3>Location Explorer</h3>
<ul class="social-icon">
<li><a href="#" class="fa fa-facebook wow fadeIn" data-wow-delay="0.3s"></a></li>
<li><a href="#" class="fa fa-twitter wow fadeIn" data-wow-delay="0.6s"></a></li>
<li><a href="#" class="fa fa-dribbble wow fadeIn" data-wow-delay="0.6s"></a></li>
<li><a href="#" class="fa fa-behance wow fadeIn" data-wow-delay="0.6"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer section
================================================== -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<h2 class="wow bounceIn">ADVENTURE STUDIO</h2>
<ul class="social-icon">
<li><a href="#" class="fa fa-facebook wow fadeIn" data-wow-delay="0.3s"></a></li>
<li><a href="#" class="fa fa-twitter wow fadeIn" data-wow-delay="0.6s"></a></li>
<li><a href="#" class="fa fa-dribbble wow fadeIn" data-wow-delay="0.9s"></a></li>
<li><a href="#" class="fa fa-behance wow fadeIn" data-wow-delay="1s"></a></li>
<li><a href="#" class="fa fa-github wow fadeIn" data-wow-delay="1.3s"></a></li>
<li><a href="#" class="fa fa-tumblr wow fadeIn" data-wow-delay="1.6s"></a></li>
</ul>
<p>Copyright © 2016 Adventure Studio
| Design: <a rel="nofollow" href="http://www.tooplate.com/free-templates" target="_parent">Tooplate</a></p>
</div>
</div>
</div>
</footer>
<!-- Javascript
================================================== -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/nivo-lightbox.min.js"></script>
<script src="js/jquery.easing-1.3.js"></script>
<script src="js/plugins.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.parallax.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>