-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
597 lines (476 loc) · 37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Flyve</title>
<link rel="shortcut icon" href="flyve.ico">
<!-- Bootstrap Core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Main stylesheet -->
<link href="assets/css/hallooou.css" rel="stylesheet">
<!-- Color stylesheet -->
<link href="assets/css/colors.css" rel="stylesheet">
<link href="assets/css/colors_2.css" rel="stylesheet">
<!-- <link href="assets/css/colors_3.css" rel="stylesheet"> -->
<!-- <link href="assets/css/colors_4.css" rel="stylesheet"> -->
<!-- Plugin stylesheets -->
<link href="assets/css/plugins/owl.carousel.css" rel="stylesheet">
<link href="assets/css/plugins/owl.theme.css" rel="stylesheet">
<link href="assets/css/plugins/owl.transitions.css" rel="stylesheet">
<link href="assets/css/plugins/animate.css" rel="stylesheet">
<link href="assets/css/plugins/magnific-popup.css" rel="stylesheet">
<link href="assets/css/plugins/jquery.mb.YTPlayer.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Raleway:100,600' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>
<!-- KNIGHT FILES -->
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,800italic,700italic,600italic,400italic,300italic,800,700,600' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<script>
document.createElement('video');
</script>
<![endif]-->
</head>
<body id="home">
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header pull-left">
<a class="navbar-brand page-scroll" href="#page-top">
<!-- replace with your brand logo/text -->
<span class="brand-logo"><img src="assets/images/logo.png" onerror="this.src='assets/images/logo.png'; this.onerror=null;" alt="Hallooou - HTML5 Template" title="Hallooou - HTML5 Template" class="img-responsive" style="width: 140px"></span>
</a>
</div>
<div class="main-nav pull-right">
<div class="button_container toggle">
<span class="top"></span>
<span class="middle"></span>
<span class="bottom"></span>
</div>
</div>
<div class="overlay" id="overlay">
<nav class="overlay-menu">
<ul>
<li><a href="#newabout" class="noZensmooth">About us</a></li>
<li><a href="#about" class="noZensmooth">Services we offer</a></li>
<li><a href="#products" class="noZensmooth">Why Choose us</a></li>
<li class="hidden-xs "><a class="hidden-xs noZensmooth" href="#client">Social Work</a></li>
<li class="visible-xs "><a class="visible-xs noZensmooth" href="#new">Social Work</a></li>
<li class="hidden-xs"><a class="noZensmooth" href="#advertiseus">Advertise With Us</a></li>
<li class="visible-xs "><a class="noZensmooth" href="#advertise">Advertise With Us</a></li>
<li><a href="#team" class="noZensmooth">Our Team</a></li>
<li><a href="#contact" class="noZensmooth">Contact us</a></li>
</ul>
</nav>
</div>
</div><!-- /.container -->
</nav>
<!-- Intro Header -->
<!-- Full Page Image Background Carousel Header -->
<header id="intro-carousel" class="carousel slide">
<!-- Optional Indicators -->
<!-- <ol class="carousel-indicators">
<li data-target="#intro-carousel" data-slide-to="0" class="active"></li>
<li data-target="#intro-carousel" data-slide-to="1"></li>
<li data-target="#intro-carousel" data-slide-to="2"></li>
</ol> -->
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<!-- Set the first background image using inline CSS below. -->
<div class="fill" style="background-image:url('assets/images/1.png');"></div>
<div class="carousel-caption"><div>
<h1 class="visible-xs" style="font-size: 30px"> WELCOME TO <span class="highlight" style="font-size: 50px">FLYVE</span><span style="font-size: 50px">!</span></h1>
<h1 class="animated slideInDown hidden-xs" style="font-size: 72px">WELCOME TO <span class="highlight">FLYVE</span>!</h1></div>
<h1 class="visible-xs" style="font-size: 15px ; font-weight: lighter;"> A THEME BASED E-RICKSHAW SERVICE!</h1>
<p class="intro-text animated slideInUp hidden-xs" style="font-size: 30px">A THEME BASED E-RICKSHAW SERVICE!</p>
<a href="#newabout" class="btn btn-default btn-lg owl-fade-in">Get Started</a>
<div class="row text-center hidden-xs">
<div class="col-md-12 social segment owl-fade-in hidden-xs" style="top: 190px ;">
<a href="https://www.facebook.com/Flyve-1758855087754668/" TARGET="_blank" ><i class="fa fa-facebook fa-3x" style="padding-right: 30px;"></i></a>
<a href="https://twitter.com/theflyve" TARGET="_blank"><i class="fa fa-twitter fa-3x" style="padding-right: 30px;"></i></a>
<a href="https://www.instagram.com/theflyve/?hl=en" TARGET="_blank"><i class="fa fa-instagram fa-3x" style="padding-right: 30px;"></i></a>
</div><!-- /.col-md-12 -->
</div><!-- /.row -->
</div>
<div class="overlay-detail"></div>
</div><!-- /.item -->
</div>
<!-- Controls -->
</header>
<!-- ABOUT US -->
<section id="newabout" class="cta-one-section content-section alt-bg-light" >
<div class="container">
<div class="row text-center">
<img class="dividerline linecu hidden-xs " src="assets/images/sep1.png" alt="" style=" padding-left: 400px;">
<div class="col-md-6">
<img src="assets/images/hallooou-responsive.png" class="img-responsive wow fadeInLeft">
</div><!-- /.col-md-6 -->
<div class="col-md-6">
<h2 class="wow fadeIn wHighlight hidden-xs" align="center" style="font-family: 'Montserrat-Bold' ; color: black ; font-size: 40px">ABOUT US</h2>
<h2 class="wow fadeIn wHighlight visible-xs" align="center" style="font-family: 'Montserrat-Bold' ; color: black ; font-size: 40px ; text-shadow: 0 0 20px #7cc576 ;" ><u>ABOUT US</h2></u>
<p class="wow fadeInLeft delay-03s" style="font-size: 20px ; color: " ><b>We are some freaks who believe in providing better solutions to the problems that exist in the society through the means of entrepreneurship!</p></b>
<ul class="about-list wow fadeInRight delay-03s text-center" style="text-align: center; list-style: none;">
<li>
<h3 style="font-size: 20px; padding-right: 20px ; color: black; "><span class="fa fa-dot-circle-o point1" style="text-shadow: 0 0 5px #7cc576"></span>
<strong>Mission</strong> - <em>We deliver uniqueness and quality.</em> </h3>
</li>
<li>
<h3 class="hidden-xs" style="padding-left: 12px;font-size: 20px ; padding-top: 10px; color: black;"><span class="fa fa-dot-circle-o point1" style="text-shadow: 0 0 5px #7cc576"></span>
<strong>Skills</strong> - <em>Customer Satisfaction with <span class="hidden-xs" style="padding-left: 130px"> valuable and excellent </span> services.</em></h3>
<h3 class="visible-xs" style="padding-left: 0px;padding-right: 50px;font-size: 20px ; padding-top: 10px; color: black;"><span class="fa fa-dot-circle-o point1" style="text-shadow: 0 0 5px #7cc576"></span>
<strong>Skills</strong> - <em>Customer Satisfaction with <span class="hidden-xs" style="padding-left: 130px"> valuable and excellent </span> services.</em></h3>
</li>
<li>
<h3 class="hidden-xs" style="padding-left: 5px;font-size: 20px ; padding-top: 10px; color: black;"><span class="fa fa-dot-circle-o point1" style="text-shadow: 0 0 5px #7cc576"></span>
<strong>USP</strong> - <em>Modernisation along with social upliftment.</em></h3>
<h3 class="visible-xs" style="padding-left: 0px;padding-right: 15px;font-size: 20px ; padding-top: 10px; color: black;"><span class="fa fa-dot-circle-o point1" style="text-shadow: 0 0 5px #7cc576"></span>
<strong>USP</strong> - <em>Modernisation along with social upliftment.</em></h3>
</li>
</ul>
<a href="#contact" class="btn btn-default btn-lg">Questions?</a>
<a href="#contact" class="btn btn-outlined btn-lg">Contact us</a>
</div><!-- /.col-md-6 -->
</div><!-- /.row -->
</div><!-- /.container -->
</section><!-- /.cta-one-section -->
<!-- Serives Section -->
<section id="about" class="about content-section alt-bg-light" style="background-color: white;padding-bottom: 0px; padding-top: 50px">
<div class="container">
<img class="dividerline linecu hidden-xs" src="assets/images/sep1.png" alt="">
<h2 class="owl-fade-in hidden-xs" align="center" style="font-family: 'Montserrat-Bold' ; color: black ; font-size: 40px ; margin-bottom: 0px ; ">SERVICES</h2>
<h2 class="owl-fade-in visible-xs" align="center" style="font-family: 'Montserrat-Bold' ; color: black ; font-size: 40px ; margin-bottom: 0px ;text-shadow: 0 0 20px #7cc576 ; "><u>SERVICES</h2> </u>
<img class="dividerline linecu hidden-xs" src="assets/images/sep1.png" alt="">
<div class="row myservices wow zoomInUp" style="margin-bottom: 0px;">
<div class="col-md-4">
<div class="myservice" style="margin-bottom: 30px ; margin-top: 10px; ">
<div class="icon-holder" style="padding-bottom: 0px">
<img src="assets/images/ico.png" alt="" class="icon" style="width: 110px;">
</div>
<p class="description" style="font-size: 25px"><b>TAILOR MADE TRANSPORTATION SERVICES</b></p>
<b style="font-family: 'Montserrat',sans serif; color: darkseagreen; ">*Know More*</b>
</div>
</div>
<div class="col-md-4">
<div class="myservice" style=" margin-bottom: 30px; ; margin-top: 10px;">
<div class="icon-holder" style="padding-bottom: 0px">
<img src="assets/images/ico5.png" alt="" class="icon" style="width: 110px;">
</div>
<p class="description" style="font-size: 25px"><b>MAGIC OF AMAZING THEMES TO BREAK THE MONOTONY</b></p>
<b style="font-family: 'Montserrat',sans serif; color: darkseagreen;">*Know More*</b>
</div>
</div>
<div class="col-md-4">
<div class="myservice" style="margin-bottom: 30px ; margin-top: 10px;">
<div class="icon-holder" style="padding-bottom: 0px">
<img src="assets/images/ico2.png" alt="" class="icon" style="width: 110px;">
</div>
<p class="description" style="font-size: 25px"><b>THE MOST CONVINIENT & COMFORTABLE RIDES</b></p>
<b style="font-family: 'Montserrat',sans serif; color: darkseagreen;">*Know More*</b>
</div>
</div>
</div>
<div class="row myservices wow zoomInDown" style="margin-bottom: 50px ; margin-top: 0px">
<div class="col-md-4">
<div class="myservice" style="margin-bottom: 30px ; margin-top: 10px;">
<div class="icon-holder" style="padding-bottom: 0px">
<img src="assets/images/ico3.png" alt="" class="icon" style="width: 110px;">
</div>
<p class="description" style="font-size: 25px"><b>POCKET FRIENDY RIDES AND REASONABLE FARES</b></p>
<b style="font-family: 'Montserrat',sans serif; color: darkseagreen;">*Know More*</b>
</div>
</div>
<div class="col-md-4">
<div class="myservice" style=" margin-bottom: 30px; ; margin-top: 10px;">
<div class="icon-holder" style="padding-bottom: 0px">
<img src="assets/images/ico4.png" alt="" class="icon" style="width:110px;">
</div>
<p class="description" style="font-size: 25px"><b>COURTEOUS AND WELL TRAINED DRIVERS</b></p>
<b style="font-family: 'Montserrat',sans serif; color: darkseagreen;">*Know More*</b>
</div>
</div>
<div class="col-md-4">
<div class="myservice" style="margin-bottom: 30px ; margin-top: 10px;">
<div class="icon-holder" style="padding-bottom: 0px">
<img src="assets/images/gift.png" alt="" class="icon" style="width: 110px;">
</div>
<p class="description" style="font-size: 25px ; "><b>ENJOY FACILITIES LIKE WI-FI,CHARGER AND MORE!</b></p>
<b style="font-family: 'Montserrat',sans serif; color: darkseagreen;">*Know More* </b>
</div>
</div>
</div>
</div><!-- /.container -->
</section><!-- /.section -->
<!-- FARE_O_METER Section -->
<section id="products" class="products content-section" style="padding-top: 30px; padding-bottom: 20px;">
<b class="quote-right wow fadeInDown delay-03"><i class="fa fa-quote-right" style="text-shadow: 0 0 0px #7cc576"></i></b><br>
<div class="container">
<h2 class="wow fadeIn wHighlight hidden-xs" style="color: white; font-size: 50px ; text-shadow: 0 0 8px white ; padding-left: 300px ; font-weight: 900px ; font-family: 'Open Sans' ; font-weight: bolder; margin-bottom: 0px;"><b><i>FLYVE FARE-O-METER</h3></b></i>
<h2 class="wow fadeIn wHighlight visible-xs" style="color: white; font-size: 50px ; text-shadow: 0 0 8px white ; padding-left: 100px ; font-weight: 900px ; font-family: 'Open Sans' ; "><b><i>FLYVE <br> FARE-O-METER</h3></i></b>
<div class="row" style=" margin-left: 0px; padding-left: 0px; padding-top: 50px;">
<div class="col-lg-6">
<ul class="about-list wow fadeInRight delay-03s " style="text-align: left; list-style: none;">
<li>
<h3 class="visible-xs" style="color: white; font-size: 30px ; text-shadow: 0 0 30px #7cc576 ; "><span class="fa fa-dot-circle-o"></span>
NO SURGE <span class="visible-xs" style=" padding-left: 35px;"> PRICING</h3> </span>
<h3 class="hidden-xs" style="color: white; font-size: 30px ; text-shadow: 0 0 30px #7cc576 ; margin-bottom: 0px;"><span class="fa fa-dot-circle-o"></span>
NO SURGE PRICING</h3>
</li>
<li>
<h3 class="visible-xs" style="color: white; font-size: 30px;padding-top: 15px; text-shadow: 0 0 30px #7cc576"><span class="fa fa-dot-circle-o"></span>
NO RIDE TIME <span style=" padding-left: 35px;"> CHARGES</h3></span>
<h3 class="hidden-xs" style="color: white; font-size: 30px;padding-top: 15px; text-shadow: 0 0 30px #7cc576"><span class="fa fa-dot-circle-o"></span>
NO RIDE TIME CHARGES</h3>
</li>
</li>
</ul>
</div>
<div class="col-lg-6">
<ul class="about-list wow fadeInRight delay-03s " style="text-align: left; list-style: none;">
<li>
<h3 class="visible-xs" style="color: white;font-size: 30px; text-shadow: 0 0 30px #7cc576"><span class="fa fa-dot-circle-o"></span>
NO WAIT <span class="visible-xs" style="padding-left: 35px;">TIME CHARGES</h3> </span>
<h3 class="hidden-xs" style="color: white;font-size: 30px; text-shadow: 0 0 30px #7cc576 ; margin-bottom: 0px;"><span class="fa fa-dot-circle-o"></span>
NO WAIT TIME CHARGES</h3>
</li>
<li >
<h3 class="visible-xs" style="color: white;font-size: 30px; padding-top: 15px ; text-shadow: 0 0 30px #7cc576" class="service-list-col2"><span class="fa fa-dot-circle-o"></span>
NO <span class="visible-xs" style="padding-left: 35px; font-size: 28px"> CANCELLATION CHARGES</h3> </span>
<h3 class="hidden-xs" style="color: white;font-size: 30px; padding-top: 15px ; text-shadow: 0 0 30px #7cc576" class="service-list-col2"><span class="fa fa-dot-circle-o"></span>
NO CANCELLATION <span style="padding-left: 35px;"> CHARGES </span></h3>
</li>
</ul>
</div>
</div>
`
</div><!-- /.container -->
</section><!-- /.products -->
<!-- SOCIAL SERVICE STARTS -->
<section class="hidden-xs" id="client">
<img class="dividerline linecu" src="assets/images/sep1.png" alt="" style="padding-left: 270px ; margin-bottom: 0px ; padding-top: 50px">
<h2 class="wow fadeIn wHighlight" align="center" style="font-family: 'Montserrat',sans serif ; color: black ; font-size: 40px ; margin-bottom: 0px">SOCIAL WORK</h2>
<img class="dividerline linecu" src="assets/images/sep1.png" alt="" style="padding-left: 270px ; margin-bottom: 0px">
<div class="container">
<h3 class="caption gray wow fadeInLeft" style="font-size: 25px ; color: grey"><b><center>"Seeing possibilities in taking responsibilities"</h3></b></center>
</div>
<div class="row" style=" padding-top: 20px; padding-left: 90px; padding-bottom: 130px;">
<div class="col-md-6">
<p class="hidden-xs wow fadeInLeft delay-02s" style="font-size: 90px ; border-spacing: 20px ; line-height: 80% ; padding-top: 130px;padding-left: 120px;text-shadow: 0 0 3px #7cc576 ; color: #888888 ; font-family: 'flamantecaregular',open sans;font-weight: bold; ">“Only <br> <span style="white-space: pre;"> a life lived </span> <br>for others <br><span style="white-space: pre;"> is a life </span> <br><b>worthwhile</b>"</p>
</div>
<div class="col-md-6 col-xs-12 wow fadeInRight delay-02s " style=" padding-right: 90px;">
<div class="papers text-center" style="max-width: 75%; max-height: 180% ; padding-bottom: 0px" >
<img src="assets/images/driver.jpeg" alt="" style=" padding-top: 30px; padding-left: 20px; padding-right: 20px; width: 440px; height: 370px">
<h3 style="padding-top: 35px;margin-bottom: 40px; line-height: 150% ; text-shadow: 0 0 20px #7cc576 ; color: darkslategrey ; font-size: 18px"><em><strong>We offer dreams to our employees, the less fortunate ones, the rickshaw-men. To live a life of self-esteem and worth with sufficient and necessary economic resources.</h3></em></strong>
</div>
</div>
</div>
</section>
<section class="visible-xs" id="new">
<h2 class="wow fadeIn wHighlight" align="center" style="font-family: 'Montserrat',sans serif ; color: black ; font-size: 40px ; margin-bottom: 10px ; padding-top: 30px ; text-shadow: 0 0 20px #7cc576 ;"><u>SOCIAL WORK</h2> </u>
<div class="container">
<h3 class="caption gray wow fadeInLeft" style="font-size: 25px ; color: grey"><b><center>"Seeing possibilities in taking responsibilities"</h3></b></center>
</div>
<div class="container" style="padding-bottom: 70px">
<div class="papers text-center" style="max-width: 85%; max-height: 200%" >
<img src="assets/images/driver.jpeg" alt="" style=" padding-top: 30px; padding-left: 20px; padding-right: 20px; width: 440px;">
<h3 style="padding-top: 35px;margin-bottom: 40px; line-height: 150% ; text-shadow: 0 0 20px #7cc576 ; color: darkslategrey; font-size: 19px"><em><strong>We offer dreams to our employees, the less fortunate ones, the rickshaw-men. To live a life of self-esteem and worth with sufficient and necessary economic resources.</h3></em></strong>
</div>
</div>
</section>
<!-- SOCIAL SERVICE ENDS -->
<!-- Call to action - two section -->
<section id="advertise" class="cta-two-section visible-xs">
<div class="container">
<div class="row">
<div class="col-sm-9">
<h3 class="hidden-xs" style="">We give your business wings to fly above your competitors!</h3>
<h3 class="visible-xs" style="line-height: 120%">We give your business, wings to fly above your competitors!</h3><br>
<p align="center" ><b>Want to advertise through our<br class="visible-xs"> E-rickshaws? </p></b>
</div>
<div class="col-sm-3">
<a href="assets/flyve.pdf" TARGET="_blank" class="btn btn-overcolor">Get in touch</a>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</section><!-- /.cta-two-section -->
<!-- Call to action - two section -->
<section id="advertiseus" class="cta-two-section hidden-xs">
<div class="container">
<h3 align="center"><b>"We give your business wings to fly above your competitors!"</h3></b><br>
<p align="center" ><b>Want to advertise through our<br class="visible-xs"> E-rickshaws? </p></b><br>
<a style="margin-left: 470px" href="assets/flyve.pdf" TARGET="_blank" class="btn btn-overcolor">Get in touch</a>
</div><!-- /.container -->
</section><!-- /.cta-two-section -->
<!-- Our team Section -->
<section id="team" class="team content-section" style="padding-top: 50px ; padding-bottom: 50px">
<div class="container">
<div class="row text-center">
<div class="col-md-12">
<img class="dividerline linecu hidden-xs" src="assets/images/sep1.png" alt="" style="padding-left: 0px ; margin-bottom: 0px ; padding-top: 10px ; padding-bottom: 0px">
<h2 class="wow fadeIn wHighlight hidden-xs" align="center" style="font-family: 'Montserrat',sans serif ; color: black ; font-size: 40px ;margin-bottom: 0px; padding-bottom: 0px" >OUR TEAM</h2>
<img class="dividerline linecu hidden-xs" src="assets/images/sep1.png" alt="" style="padding-left: 0px ; margin-bottom: 0px ; padding-top: 0px ; padding-bottom: 0px">
<h2 class="wow fadeIn wHighlight visible-xs" align="center" style="font-family: 'Montserrat',sans serif ; color: black ; font-size: 40px ;margin-bottom: 0px; padding-bottom: 0px; text-shadow: 0 0 20px #7cc576 ; " ><u>OUR TEAM</h2></u>
<img class="dividerline linecu hidden-xs" src="assets/images/sep1.png hidden-xs" alt="" style="padding-left: 5px">
<h3 class="caption gray wow fadeInLeft hidden-xs" style="font-size: 25px ; color: grey"><b>"Take a closer look into our amazing team. We won’t bite!"</h3></b>
<h3 class="caption gray wow fadeInLeft visible-xs" style="font-size: 25px ; color: grey ; padding-top: 20px"><b>"Take a closer look into our amazing team. We won’t bite!"</h3></b>
</div><!-- /.col-md-12 -->
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="team-member wow flipInY">
<figure>
<img src="assets/images/abhishek.jpg" alt="" class="img-responsive">
</figure>
<h4>Abhishek Kumar Singh</h4>
</div><!-- /.team-member -->
</div><!-- /.col-md-4 -->
<div class="col-md-4">
<div class="team-member wow flipInY">
<figure>
<img src="assets/images/nitin.jpg" alt="" class="img-responsive">
</figure>
<h4>Nitin Singhal</h4>
</div><!-- /.team-member -->
</div><!-- /.col-md-4 -->
<div class="col-md-4">
<div class="team-member wow flipInY">
<figure>
<img src="assets/images/lakshay.jpg" alt="" class="img-responsive">
</figure>
<h4 style=" padding-bottom: 20px;">Lakshay Ahuja</h4>
</div><!-- /.team-member -->
</div><!-- /.col-md-4 -->
</div> <!-- Row -->
<div class="row">
<div class="col-md-4">
<div class="team-member wow flipInY">
<figure>
<img src="assets/images/abhay.jpg" alt="" class="img-responsive">
</figure>
<h4>Abhay Kaushik</h4>
</div><!-- /.team-member -->
</div><!-- /.col-md-4 -->
<div class="col-md-4">
<div class="team-member wow flipInY">
<figure>
<img src="assets/images/prachi.jpg" alt="" class="img-responsive">
</figure>
<h4>Prachi Sharma</h4>
</div><!-- /.team-member -->
</div><!-- /.col-md-4 -->
<div class="col-md-4">
<div class="team-member wow flipInY">
<figure>
<img src="assets/images/vrinda.jpg" alt="" class="img-responsive">
</figure>
<h4 style=" padding-bottom: 20px;">Vrinda Arora</h4>
</div><!-- /.team-member -->
</div><!-- /.col-md-4 -->
</div> <!-- Row -->
</div><!-- /.container -->
</section><!-- /.our-team -->
<!-- Contact section -->
<section id="contact" class="contact content-section no-bottom-pad" style="padding-bottom: 30px ;background-color: #fafafa ; padding-top: 50px">
<div class="container">
<div class="row text-center">
<div class="col-md-12">
<img class="dividerline linecu hidden-xs" src="assets/images/sep1.png" alt="" style="padding-left: 5px">
<h2 class="wow fadeIn wHighlight hidden-xs" align="center" style="font-family: 'Montserrat-Bold' ; color: black ; font-size: 40px; margin-bottom: 0px;">CONTACT US</h2> <br>
<h2 class="wow fadeIn wHighlight visible-xs" align="center" style="font-family: 'Montserrat-Bold' ; color: black ; font-size: 40px ; text-shadow: 0 0 20px #7cc576 "><u>CONTACT US</h2> <br></u>
<h3 class="caption gray wow fadeIn wHighlight" style="margin-bottom: 0px">"We are committed to provide you a service that you can rely on at all times. We will make sure that you are happy with our service. Feel free to get in touch with us "</h3>
</div><!-- /.col-md-12 -->
</div><!-- /.row -->
</div><!-- /.container -->
<div class="container">
<div class="row form-container" style="padding-bottom: 50px">
<div class="col-md-7 contact-form wow fadeInLeft">
<h3 style="font-size: 30px;margin-bottom: 10px; text-shadow: 1px 1px 1px #7cc576 ; color: grey ; font-weight: bolder" ><strong>Drop us a line!</h3></strong>
<form name="contactform" class="ajax-form" id="contactForm" method="post" action="send_form_email.php">
<div class="form-group">
<input type="text" class="form-control" id="name" name="first_name" placeholder="Your Name..." value="" required>
</div>
<div class="form-group">
<input type="text" class="form-control" id="email" name="email" placeholder="Your email..." value="" required>
</div>
<div class="form-group">
<input type="text" class="form-control" id="phone" name="telephone" placeholder="Your phone..." value="" required>
</div>
<div class="form-group">
<textarea class="form-control" rows="4" name="comments" placeholder="Your message..." required></textarea>
</div>
<div class="form-group">
<button type="submit" name="submit" class="btn btn-default"><i class="fa fa-paper-plane fa-fw"></i> Send</button>
</div>
</form>
</div><!-- /.contact-form -->
<div class="col-md-5 contact-address wow fadeInRight">
<h3 style="color: grey ; font-size: 30px ; margin-bottom: 10px; text-shadow: 1px 1px 1px #7cc576 ;" >Better yet, See us in person!</h3>
<br><br>
<ul>
<li style="font-size: 25px"><span><i class="fa fa-envelope"></i> Email :</span> [email protected]</li><br>
<li style="font-size: 25px"><span><i class="fa fa-phone-square"></i> Phone :</span> +91-9717082297</li>
</ul>
</div><!-- /.contact-address -->
</div><!-- /.row -->
</div><!-- /.container -->
<!-- Footer -->
<footer style="padding-top: 0px ; background: white" >
<div class="copynote">
<div class="container">
<div class="row text-center">
<div class="col-md-12 social segment">
<h4 style=" margin-bottom: 15px;">Stay Connected!</h4>
<hr style="width: 120px ;margin-top: 0px;margin-bottom: 15px;border-top-width: 1.5;">
<a href="https://www.facebook.com/Flyve-1758855087754668/" TARGET="_blank"><i class="fa fa-facebook fa-3x"></i></a>
<a href="https://twitter.com/theflyve" TARGET="_blank" style=" padding-left: 15px; padding-right: 15px;"><i class="fa fa-twitter fa-3x"></i></a>
<a href="https://www.instagram.com/theflyve/?hl=en" TARGET="_blank" style="padding-right: 15px"><i class="fa fa-instagram fa-3x"></i></a>
</div><!-- /.col-md-12 -->
</div><!-- /.row -->
<div class="row">
<div class="col-md-12 text-center">
© Fleibig-All rights reserved.
</div><!-- /.col-md-12 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.copynote -->
<div class="nav pull-right scroll-top">
<a href="#home" class="noZensmooth" title="Scroll to top"><i class="fa fa-angle-up"></i></a>
</div>
</footer><!-- /.footer -->
<!-- jQuery -->
<script src="assets/js/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="assets/js/plugins/wow.min.js"></script>
<script src="assets/js/plugins/owl.carousel.min.js"></script>
<script src="assets/js/plugins/jquery.parallax-1.1.3.js"></script>
<script src="assets/js/plugins/jquery.magnific-popup.min.js"></script>
<script src="assets/js/plugins/jquery.mb.YTPlayer.min.js"></script>
<script src="assets/js/plugins/jquery.countTo.js"></script>
<script src="assets/js/plugins/jquery.inview.min.js"></script>
<script src="assets/js/plugins/pace.min.js"></script>
<script src="assets/js/plugins/jquery.easing.min.js"></script>
<script src="assets/js/plugins/jquery.validate.min.js"></script>
<script src="assets/js/plugins/additional-methods.min.js"></script>
<!-- Custom JavaScript -->
<script src="assets/js/hallooou.js"></script>
<script src="assets/js/zenscroll-min.js"></script>
<script>
var defaultDuration = 500
var edgeOffset = 300
var myDiv = document.getElementById("container")
var myScroller = zenscroll.createScroller(myDiv, defaultDuration, edgeOffset)
var target = document.getElementById("item4")
myScroller.center(target)
</script>
</body>
</html>