forked from abhiverma1924/aviators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
845 lines (811 loc) · 32 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
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
<!DOCTYPE html>
<html lang="zxx">
<head>
<div class="title"><title>AVIATORS VISION</title></div>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<meta name="keywords" content=" Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template, Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script>
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!--// Meta tag Keywords -->
<!-- Custom-Files -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Bootstrap-Core-CSS -->
<link rel="stylesheet" href="css/owl.carousel.css" type="text/css" media="all">
<link rel="stylesheet" href="css/owl.theme.css" type="text/css" media="all">
<!-- testimonials (owl-carousel) -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!-- Style-CSS -->
<link rel="stylesheet" href="css/fontawesome-all.css">
<!-- Font-Awesome-Icons-CSS -->
<!-- //Custom-Files -->
<!-- Web-Fonts -->
<link href="//fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&subset=latin-ext"
rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese"
rel="stylesheet">
<!-- //Web-Fonts -->
</head>
<body>
<!-- header 2 -->
<div id="home">
<!-- navigation -->
<div class="main-top">
<nav class="navbar navbar-expand-lg navbar-light fixed-navi p-lg-0 py-lg-0 py-2">
<div class="wrap navi-agiles">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-lg-auto text-center">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item mx-xl-4 mx-lg-2">
<a class="nav-link scroll" href="#about">About Us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Connect
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#video">Video Gallery</a>
<a class="dropdown-item" href="module/module.php">Modules</a>
<a class="dropdown-item" href="module/module.php">Books</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="http://dgca.nic.in/">Dgca</a>
</div>
</li>
<li class="nav-item mx-xl-4 mx-lg-2">
<a class="nav-link scroll" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link " href="content.html">All About AME</a>
</li>
<li class="nav-item ml-xl-4 ml-lg-2">
<a class="nav-link scroll" href="#contact">Contact Us</a>
</li>
</ul>
<!-- login -->
<a href="exam/connect.php" class="reqe-button ml-lg-5">Take Quiz</a>
<!-- //login -->
</div>
</div>
</nav>
</div>
<!-- //navigation -->
</div>
<!-- //header 2 -->
<!-- banner -->
<div class="banner-text-agile">
<div class="wrap">
<div class="row banner-agiles">
<div class="col-xl-6 banner-w3lstexts text-white pt-xl-4">
<h3 class="font-weight-bold" id="text">Aviator's Vision </h3>
<p class="text-white mt-md-4 mt-3">Aviator’s Vision is the ability to visualize the world of aviation those who are enthusiastic about aviation, shall put their footsteps towards aviator’s vision.</p>
<a href="#about" class="banner-button scroll btn mt-md-5 mt-4">Know More</a>
</div>
<div class="col-xl-6 video-w3ls mt-xl-0 mt-sm-5 mt-4 text-xl-left text-center">
<iframe src="https://www.youtube.com/embed/sz_WhSJw1VE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<!-- //banner -->
<!-- about -->
<div class="banner-bottom py-5" id="about">
<div class="wrap py-xl-5 py-lg-3">
<p class="sub-tittle text-uppercase text-center">Few Words</p>
<h3 class="tittle text-center text-uppercase mb-sm-5 mb-4">
About
<span>Us</span>
</h3>
<div class="w3ls-about-agile">
<h4 class="text-dark">What is Ame ?</h4>
<p class="my-3">AME is responsible to ensure that the aircrafts is operating properly or not. The safety, security and maintenance of aircrafts and its passengers are on the shoulders of Aircraft Maintenance Engineer. AME inspects, services, repairs and overhauls civil aircrafts..</p>
<p>
<span class="text-danger">Why Aviator's Vision ?</span>
</p>
<p class="my-3">Aviator’s Vision is the ability to visualize the world of aviation those who are centhusiastic about aviation, shall put their footsteps towards aviator’s vision. Now day’s people are unaware about this field so we are here to provide you acquaintance with the art of operating aircraft. The ancestry of aviation is not enormous so opportunities are always there for our upcoming Aviator’s. By our vision, we want to cover the whole sky . </p> So, have determination and build your knowledge robust. Exploring aviation is full of adventures just like Milky Way. So, if you can put your heart in this galaxy then you will be definitely knowing the mystery of this magical world.<br>
<span class="text-danger">What We Aim ?</span>
<p>In a world full of technology, facing connectivity issues, having a platform to check Information is not an easy task. Getting between fake websites and slow servers add some more difficulties to it. In order to meet the requirement and to provide such information to each and every aviator. Our Aviator's Vision crew is to clarify all information related to aviation but initially we are fully focused on Aircraft Maintenance Engineering. We are here to help each and every student related to this field.</p>
</div>
</div>
</div>
<!-- //about -->
<!-- middle section -->
<div class="middle-w3l py-5" id="subscribe">
<div class="wrap py-xl-5 py-lg-3">
<div class="row">
<div class="col-xl-6 left-midd-agile pr-5">
<h3 class="tittle-2 text-white font-weight-bold mb-3">We are creating web for AME aspirents so no one need to go anywhere.</h3>
<p>we provide everthing whatever you need..</p>
<h4 class="text-white mt-4">We offers range of services.</h4>
<a href="#services" class="btn banner-button button-w3ls scroll mt-4">Our Services</a>
</div>
<!-- subscribe -->
<div class="col-xl-6 subscribe-info-w3l border-left pt-4 mt-xl-0 mt-4">
<h3 class="tittle-2 text-white font-weight-bold mb-3">Subscribe Us </h3>
<p class="mb-4">We offer you the best we could. </p>
<p class="mb-4">You can be a part of this journey by donating or helping with small ammount. </p>
<a href="#donate" class="btn banner-button button-w3ls scroll mt-4">Contribute</a>
</div>
<!-- //subscribe -->
</div>
</div>
</div>
<!-- //middle section -->
<!-- services -->
<div class="why-choose-agile py-5 bg-light" id="services">
<div class="wrap py-xl-5 py-lg-3">
<p class="sub-tittle text-uppercase text-center">Excellent Services</p>
<h3 class="tittle text-center text-uppercase mb-sm-5 mb-4">
Our
<span>Services</span>
</h3>
<div class="row agileits-w3layouts-grid pt-md-4">
<div class="col-lg-4 services-agile-1">
<div class="d-flex wthree_agile_us bg-white py-4">
<div class="col-2 pr-0">
<div class="wthree_features_grid text-center">
<i class="far fa-clone"></i>
</div>
</div>
<div class="col-10 agile-why-text">
<h4 class="text-dark font-weight-bold mb-3">E-BOOKS</h4>
<p>Digital books or an e-library; as per the context of field.</p>
<a class="btn mt-3 service-button p-0" href="module/module.php" role="button">Check
<i class="fas fa-long-arrow-alt-right ml-1"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-4 services-agile-1 my-lg-0 my-4">
<div class="d-flex wthree_agile_us bg-white py-4">
<div class="col-2 pr-0">
<div class="wthree_features_grid text-center">
<i class="far fa-thumbs-up"></i>
</div>
</div>
<div class="col-10 agile-why-text">
<h4 class="text-dark font-weight-bold mb-3">Examine & Quizzing </h4>
<p>Best exercise for students to review and test themselves contains previous year questions discussed with experts.</p>
<a class="btn mt-3 service-button p-0" href="exam/connect.php" role="button">Check
<i class="fas fa-long-arrow-alt-right ml-1"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-4 services-agile-1">
<div class="d-flex wthree_agile_us bg-white py-4">
<div class="col-2 pr-0">
<div class="wthree_features_grid text-center">
<i class="fas fa-newspaper"></i>
</div>
</div>
<div class="col-10 agile-why-text">
<h4 class="text-dark font-weight-bold mb-3">NOTES AND MODULES</h4>
<p>Simple, easy and short notes, Made with best content.</p>
<a class="btn mt-3 service-button p-0 " href="module/module.php" role="button">Check
<i class="fas fa-long-arrow-alt-right ml-1"></i>
</a>
</div>
</div>
</div>
</div>
<div class="row agileits-w3layouts-grid mt-lg-5 mt-4">
<div class="col-lg-4 services-agile-1">
<div class="d-flex wthree_agile_us bg-white py-4">
<div class="col-2 pr-0">
<div class="wthree_features_grid text-center">
<i class="far fa-newspaper"></i>
</div>
</div>
<div class="col-10 agile-why-text">
<h4 class="text-dark font-weight-bold mb-3">NEWS / FACTS</h4>
<p>Interesting content and weekly updates about everything related to Aviation Field</p>
<a class="btn mt-3 service-button p-0 scroll" href="#news" role="button">Check
<i class="fas fa-long-arrow-alt-right ml-1"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-4 services-agile-1 my-lg-0 my-4">
<div class="d-flex wthree_agile_us bg-white py-4">
<div class="col-2 pr-0">
<div class="wthree_features_grid text-center">
<i class="fab fa-youtube"></i>
</div>
</div>
<div class="col-10 agile-why-text">
<h4 class="text-dark font-weight-bold mb-3">VIDEO LECTURES</h4>
<p>Memorize more by visualizing the topics on your screen through video lectures</p>
<a class="btn mt-3 service-button p-0 scroll" href="#video" role="button">Check
<i class="fas fa-long-arrow-alt-right ml-1"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-4 services-agile-1">
<div class="d-flex wthree_agile_us bg-white py-4">
<div class="col-2 pr-0">
<div class="wthree_features_grid text-center">
<i class="fab fa-adn"></i>
</div>
</div>
<div class="col-10 agile-why-text">
<h4 class="text-dark font-weight-bold mb-3">ASSISTANCE</h4>
<p>We are here to help you in each and every aspect complete assistant for everything.</p>
<a class="btn mt-3 service-button p-0 scroll" href="#contact" role="button">Check
<i class="fas fa-long-arrow-alt-right ml-1"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- //services -->
<!-- who we are -->
<div class="who-agile" id="who">
<div class="wrap py-xl-5 py-lg-3">
<div class="text-center style-agile-2 py-5 px-4">
<h3 class="tittle-2 text-dark font-weight-bold mb-5">Our Special Services</h3>
<div class="row">
<div class="col-sm-4 exce-grid1-mmstyle">
<div class="grid-ec1-2 pt-4 px-xl-4 px-2">
<i class="far fa-thumbs-up"></i>
<h4 class="my-3 mx-lg-3 text-dark">Take Quiz</h4>
<p>Take as many quiz as you want. Strengthen your weak areas.</p>
<a href="exam/connect.php" class="btn banner-button button-w3ls style-button mt-4 ">Take Quiz</a>
</div>
</div>
<div class="col-sm-4 exce-grid1-mmstyle my-sm-0 my-4">
<div class="grid-ec1-2 pt-4 px-xl-4 px-2">
<i class="fas fa-newspaper"></i>
<h4 class="my-3 mx-lg-3 text-dark">Modules</h4>
<p>WE provide you proper guidlines and detailed modules as per DGCA.</p>
<a href="module/module.php" class="btn banner-button button-w3ls style-button mt-4">Check</a>
</div>
</div>
<div class="col-sm-4 exce-grid1-mmstyle">
<div class="grid-ec1-2 pt-4 px-xl-4 px-2">
<i class="fas fa-cart-plus"></i>
<h4 class="my-3 mx-lg-3 text-dark">Buy Books</h4>
<p>We offer you the platform to read books online and buy too. </p>
<a href="module/module.php" class="btn banner-button button-w3ls style-button mt-4 ">Read More </a>
</div>
</div>
</div>
</div>
<div class="title-midd-w3ls py-5">
<p class="sub-tittle text-uppercase text-white text-center">What We Do</p>
<h3 class="tittle text-center text-white text-uppercase mb-lg-5 mb-3">
Who We
<span>Are</span>
</h3>
</div>
<div class="row text-center style-agile">
<div class="col-lg-4 exce-grid1-mmstyle">
<div class="grid-ec1 bg-white py-5 px-4">
<h4 class="mb-3 mx-3">We belive in growing as a team. </h4>
<p>Our platform's motive is to provide an equally monetize platform to everyone.</p>
</div>
</div>
<div class="col-lg-4 exce-grid1-mmstyle my-lg-0 my-4">
<div class="grid-ec1 bg-white py-5 px-4">
<h4 class="mb-3 mx-3">Partner Policy.</h4>
<p>We welcome colleges and other organisation to come and work with us. Come talk to us lets make a web. </p>
</div>
</div>
<div class="col-lg-4 exce-grid1-mmstyle">
<div class="grid-ec1 bg-white py-5 px-4">
<h4 class="mb-3 mx-3">What perks you will have being our partners</h4>
<p>We have targeting audience who can make use of your product and can enhance you bussiness at nearly no cost.</p>
</div>
</div>
</div>
</div>
</div>
<!-- //who we are -->
<!-- gallery -->
<section class="gallery" id="gallery">
<div class="gallery-inner">
<p class="sub-tittle text-uppercase text-center">Our Events</p>
<h3 class="tittle text-center text-uppercase mb-sm-5 mb-4">
Our
<span>Video Gallery</span>
</h3>
<ul class="portfolio-categ filter my-md-5 mb-md-0 mb-3 py-4 text-center">
<li class="port-filter all active">
<a href="index.html">All</a>
</li>
<li class="cat-item-1">
<a href="module/module.php" title="Category 1">Module</a>
</li>
<li class="cat-item-2">
<a href="#news" title="Category 2">News/Updates</a>
</li>
<li class="cat-item-3">
<a href="#news" title="Category 3">Informational</a>
</li>
<li class="cat-item-4">
<a href="#news" title="Category 4">Future</a>
</li>
</ul>
<div class="video" id="video">
<ul class="portfolio-area clearfix">
<li class="portfolio-item2" data-id="id-0" data-type="cat-item-4">
<span class="image-block img-hover">
<a class="image-zoom" href="images/g1.jpg" data-gal="prettyPhoto[gallery]">
<iframe src="https://www.youtube.com/embed/olcC65jv9Zg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen class="video"></iframe>
</a>
</span>
</li>
<li class="portfolio-item2" data-id="id-1" data-type="cat-item-2">
<span class="image-block">
<a class="image-zoom" href="images/g2.jpg" data-gal="prettyPhoto[gallery]">
<iframe src="https://www.youtube.com/embed/4DslKabQbko" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen class="video"></iframe>
</a>
</span>
</li>
<li class="portfolio-item2" data-id="id-2" data-type="cat-item-1">
<span class="image-block">
<a class="image-zoom" href="images/g3.jpg" data-gal="prettyPhoto[gallery]">
<iframe src="https://www.youtube.com/embed/zU5GCJZOoYs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen class="video"></iframe>
</a>
</span>
</li>
<li class="portfolio-item2" data-id="id-4" data-type="cat-item-3">
<span class="image-block">
<a class="image-zoom" href="images/g4.jpg" data-gal="prettyPhoto[gallery]">
<iframe src="https://www.youtube.com/embed/bzB3IMNOB_8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen class="video"></iframe>
</a>
</span>
</li>
<li class="portfolio-item2" data-id="id-5" data-type="cat-item-2">
<span class="image-block">
<a class="image-zoom" href="images/g5.jpg" data-gal="prettyPhoto[gallery]">
<iframe src="https://www.youtube.com/embed/ZEVPi_V8qw4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen class="video"></iframe>
</a>
</span>
</li>
<li class="portfolio-item2" data-id="id-7" data-type="cat-item-1">
<span class="image-block">
<a class="image-zoom" href="images/g6.jpg" data-gal="prettyPhoto[gallery]">
<iframe src="https://www.youtube.com/embed/RjeGqB42eEg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen class="video"></iframe>
</a>
</span>
</li>
<li class="portfolio-item2" data-id="id-7" data-type="cat-item-1">
<span class="image-block">
<a class="image-zoom" href="images/g7.jpg" data-gal="prettyPhoto[gallery]">
<iframe src="https://www.youtube.com/embed/Li7dadCZkvU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen class="video"></iframe>
</a>
</span>
</li>
<li class="portfolio-item2" data-id="id-7" data-type="cat-item-1">
<span class="image-block">
<a class="image-zoom" href="images/g8.jpg" data-gal="prettyPhoto[gallery]">
<iframe src="https://www.youtube.com/embed/osZQ6x2Sa9s" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen class="video"></iframe>
</a>
</span>
</li>
</ul>
<!--end portfolio-area -->
</div>
</div>
<!-- //gallery container -->
</section>
<!-- //gallery -->
<!-- news -->
<section class="banner-bottom-w3layouts py-5" id="news">
<div class="wrap py-xl-5 py-lg-3">
<p class="sub-tittle text-uppercase text-center">Some More</p>
<h3 class="tittle text-center text-uppercase mb-sm-5 mb-4">
Latest
<span>News/Facts</span>
</h3>
<div class="row choose-main pt-4">
<div class="col-sm-6">
<div class="row">
<div class="col-xl-6 galsses-grid-right">
<div class="galsses-grid-left">
<img src="images/newss1.jpeg" alt="" class="img-fluid">
</div>
</div>
<div class="col-xl-6 galsses-grid-right mt-xl-0 mt-4">
<h5>
<span class="post-color">18</span> july 2019</h5>
<h4 class="post my-3">
<a href="https://www.livemint.com/politics/policy/12-routes-under-udan-scheme-have-become-functional-recently-aviation-ministry-1563464512209.html">12 routes under UDAN scheme have become functional recently: Aviation Ministry </a>
</h4>
<p> The 12 routes include Kolkata-Allahabad, Allahabad-Kolkata, Allahabad-Raipur, Raipur-Allahabad, Gwalior-Bangalore, Bangalore-Gwalior and Kolkata-Gwalior</div>
</div>
</div>
<div class="col-sm-6 mt-sm-0 mt-4">
<div class="row">
<div class="col-xl-6 galsses-grid-right">
<div class="galsses-grid-left">
<img src="images/news2.jpg" alt="" class="img-fluid">
</div>
</div>
<div class="col-xl-6 galsses-grid-right mt-xl-0 mt-4">
<h5>
<span class="post-color">18</span> July 2019</h5>
<h4 class="post my-3">
<a href="https://www.bloombergquint.com/business/dgca-found-safety-management-system-of-5-airlines-deficient-govt-2">India’s Aviation Watchdog Finds Safety Lapses In Five Airlines</a>
</h4>
<p>Directorate General of Civil Aviation has found the implementation of the safety management systems of Air India Express, SpiceJet, Air India, IndiGo, and GoAir “to be deficient” in their safety audits, the government informed Rajya Sabha.
</div>
</div>
</div>
</div>
<div class="row choose-main mt-lg-5 mt-4">
<div class="col-sm-6">
<div class="row">
<div class="col-xl-6 galsses-grid-right">
<div class="galsses-grid-left">
<img src="images/news3.jpg" alt="" class="img-fluid">
</div>
</div>
<div class="col-xl-6 galsses-grid-right mt-xl-0 mt-4">
<h5>
<span class="post-color">19</span> July 2019</h5>
<h4 class="post my-3">
<a href="https://glenwoodguardian.com/spicejet-ltd-spicejet-bo-collects-gains-of-97-90-for-the-quarter/160560/">SPICEJET LTD. (SPICEJET.BO) Collects Gains of 97.90% For the Quarter</a>
</h4>
<p>SPICEJET LTD. (SPICEJET.BO) shares are showing positive signals short-term as the stock has finished higher by 97.90% over the past three months. In taking a look at recent performance, we can see that shares have moved 14.25% over the past 4-weeks, 78.31% over the past half year and 42.04% over the past full year. Shares ticked 3.11 over the past week.</p>
</div>
</div>
</div>
<div class="col-sm-6 mt-sm-0 mt-4">
<div class="row">
<div class="col-xl-6 galsses-grid-right">
<div class="galsses-grid-left">
<img src="images/news4.jpg" alt="" class="img-fluid">
</div>
</div>
<div class="col-xl-6 galsses-grid-right mt-xl-0 mt-4">
<h5>
<span class="post-color">19</span> July 2019</h5>
<h4 class="post my-3">
<a href="https://www.livemint.com/news/india/vistara-mumbai-delhi-flight-pilot-who-issued-fuel-mayday-call-grounded-1563330017379.html">Livemint: Vistara pilot who issued 'Fuel Mayday' call grounded by aviation regulator.r</a>
</h4>
<p>New Delhi: Aviation regulator DGCA on Tuesday grounded a pilot who issued a 'Mayday' distress call due to low-fuel near Lucknow airport on Monday while operating a Mumbai-Delhi flight.
A senior Vistara official confirmed to PTI that the pilot has been "de-rostered" as per the instructions of the regulator. .</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //news -->
<!-- clients -->
<section class="testimonials py-5" id="clients">
<div class="wrap py-xl-5 py-lg-3">
<p class="sub-tittle text-uppercase text-white text-center">We create belive.</p>
<h3 class="tittle text-center text-white text-uppercase mb-lg-5 mb-3"> Our
<span>Partners</span>
</h3>
<div class="inner-sec-w3ls-agileinfo pt-4">
<div class="owl-carousel owl-theme">
<div class="item">
<div class="feedback-info text-left">
<div class="feedback-top">
<p>
We highly appreciate the initiative for the AME students. we would work well in this tie up.
</p>
</div>
<div class="feedback-grids">
<div class="feedback-img">
<img src="images/A2Z.jpg" class="img-fluid rounded-circle" alt="" />
</div>
<div class="feedback-img-info">
<h5>Aviation A2Z</h5>
<p>Mumbai
<span>(Video channel)</span>
</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="item">
<div class="feedback-info text-left">
<div class="feedback-top">
<p><b>We are waiting to work with you. </b></p>
</div>
<div class="feedback-grids">
<div class="feedback-img">
<img src="images/te3.jpg" class="img-fluid rounded-circle" alt="" />
</div>
<div class="feedback-img-info">
<h5>..</h5>
<p>.....
<span>(Company)</span>
</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="item">
<div class="feedback-info text-left">
<div class="feedback-top">
<p>....</p>
</div>
<div class="feedback-grids">
<div class="feedback-img">
<img src="images/te3.jpg" class="img-fluid rounded-circle" alt="" />
</div>
<div class="feedback-img-info">
<h5>...</h5>
<p>...</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //clients -->
<!-- contact -->
<section class="wthree-row w3-contact py-5" id="contact">
<div class="container py-xl-5 py-lg-3">
<p class="sub-tittle text-uppercase text-center">Get In Touch</p>
<h3 class="tittle text-center text-uppercase mb-sm-5 mb-4">Contact
<span>Us</span>
</h3>
<div class="row contact-form py-3">
<div class="col-lg-6 wthree-form-left">
<!-- contact form grid -->
<div class="contact-top1">
<form action="#" method="get" class="f-color">
<div class="form-group">
<label class="text-dark">Name</label>
<input type="text" class="form-control" name="text" id="contactusername" required>
</div>
<div class="form-group">
<label class="text-dark">Email</label>
<input type="email" class="form-control" name="email" id="contactemail" required>
</div>
<div class="form-group">
<label class="text-dark">Your Message</label>
<textarea class="form-control" name="message" rows="5" id="contactcomment" required></textarea>
</div>
<button type="submit" class="btn">Submit</button>
</form>
</div>
<!-- //contact form grid ends here -->
</div>
<!-- contact details -->
<div class="col-lg-6 map mt-lg-0 mt-5">
</div>
<!-- //contact details -->
</div>
</div>
</section>
<!-- //contact -->
<!-- footer -->
<footer class="footer-emp bg-dark py-5">
<div class="wrap">
<div class="row footer-top">
<div class="col-lg-4 footer-grid pr-5">
<h3 class="footer-title border-bottom text-uppercase mb-4 pb-3">About Us</h3>
<div class="footer-text">
<!-- logo -->
<h2>
<a class="navbar-brand font-weight-bold bg-white p-2 mb-4" href="index.html">
<!-- <img src="images/avt.png" class="img-fluid logo-img pt-1" alt=""> -->
</a>
</h2>
<!-- //logo -->
<p>Aviator’s Vision is the ability to visualize the world of aviation those who are enthusiastic about aviation, shall put their footsteps towards aviator’s vision.</p>
</div>
</div>
<div class="col-lg-4 footer-grid my-lg-0 my-4">
<h3 class="footer-title border-bottom text-uppercase mb-4 pb-3">Quick Links</h3>
<ul class="links list-unstyled">
<li>
<a href="index.html">Home</a>
</li>
<li class="my-2">
<a href="module/module.php">Module</a>
</li>
<li>
<a class="scroll" href="#services">Services</a>
</li>
<li class="my-2">
<a class="scroll" href="#Connect">Connect</a>
</li>
<li>
<a class="scroll" href="#news">News</a>
</li>
<li class="mt-2">
<a href="exam/connect.php">Take Quiz</a>
</li>
</ul>
<ul class="links list-unstyled">
<li>
<a class="scroll" href="#Video">Video Gallery</a>
</li>
<li class="my-2">
<a class="scroll" href="#subscribe">Subscribe</a>
</li>
<li>
<a class="scroll" href="#contact">Contact Us</a>
</li>
</ul>
<div class="clearfix"></div>
</div>
<div class="col-lg-4 footer-grid">
<h3 class="footer-title border-bottom text-uppercase mb-4 pb-3">Contact Us</h3>
<div class="contact-info">
<ul class="list-unstyled">
<li>
<div class="row">
<div class="col-1">
<i class="fas fa-map-marker"></i>
</div>
<div class="col-11">
<p>The Aviator's Vision
<span>By the ame,</span>For the ame,to the ame. </p>
</div>
</div>
</li>
<li class="my-2">
<div class="row">
<div class="col-1">
<i class="fas fa-phone"></i>
</div>
<div class="col-11">
<p>+91 9770297313 , +91 8319138769</p>
</div>
</div>
</li>
<li>
<div class="row">
<div class="col-1">
<i class="fas fa-envelope"></i>
</div>
<div class="col-11">
<a href="mailto:info@example.com">Aviatorvision@gmail.com</a>
</div>
</div>
</li>
</ul>
</div>
<ul class="footer-social mt-md-4 mt-3">
<li class="mx-2">
<a href="https://www.facebook.com/aviators17/s">
<span class="fab fa-facebook-f"></span>
</a>
</li>
<li class="mx-2">
<a href="https://twitter.com/Aviatorsvision1">
<span class="fab fa-twitter"></span>
</a>
</li>
<li class="mx-2">
<a href="#">
<span class="fab fa-google-plus-g"></span>
</a>
</li>
<li class="mx-2">
<a href="https://www.instagram.com/aviatorsvision17/?hl=en">
<span class="fab fa-instagram-in"></span>
</a>
</li>
<li class="mx-2">
<a href="https://www.youtube.com/channel/UC7EEvhOgCmYseBglv2Mn8XA">
<span class="fas fa-youtube"></span>
</a>
</li>
<li class="mx-2">
<a href="#">
<span class="fab fa-vk"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<div class="copyright py-3">
<p class="copy-right text-center ">© 2018 Aviator's Vision. All Rights Reserved | Design by
<a href="#"> Abhinav Verma</a>
</p>
</div>
<!-- //footer -->
<!-- Js files -->
<!-- JavaScript -->
<script src="js/jquery-2.2.3.min.js"></script>
<!-- Default-JavaScript-File -->
<!-- dropdown smooth -->
<script>
$(document).ready(function () {
$(".dropdown").hover(
function () {
$('.dropdown-menu', this).stop(true, true).slideDown("fast");
$(this).toggleClass('open');
},
function () {
$('.dropdown-menu', this).stop(true, true).slideUp("fast");
$(this).toggleClass('open');
}
);
});
</script>
<!-- //dropdown smooth -->
<!-- fixed navigation -->
<script src="js/fixed-nav.js"></script>
<!-- //fixed navigation -->
<!-- text typing animation -->
<script src="js/text-typing.js"></script>
<!-- //text typing animation -->
<!-- testimonials -->
<script src="js/owl.carousel.js"></script>
<script>
$(document).ready(function () {
$('.owl-carousel').owlCarousel({
loop: true,
margin: 10,
responsiveClass: true,
responsive: {
0: {
items: 1,
nav: true
},
600: {
items: 1,
nav: false
},
900: {
items: 1,
nav: false
},
1000: {
items: 1,
nav: true,
loop: false,
margin: 20
}
}
})
})
</script>
<!-- //testimonials -->
<!-- smooth scrolling -->
<script src="js/SmoothScroll.min.js"></script>
<!-- move-top -->
<script src="js/move-top.js"></script>
<!-- easing -->
<script src="js/easing.js"></script>
<!-- necessary snippets for few javascript files -->
<script src="js/party.js"></script>
<script src="js/bootstrap.js"></script>
<!-- Necessary-JavaScript-File-For-Bootstrap -->
<!-- jQuery-Photo-filter-lightbox-Gallery-plugin -->
<script src="js/jquery-1.7.2.js"></script>
<script src="js/jquery.quicksand.js"></script>
<script src="js/script.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<link href="css/prettyPhoto.css" rel="stylesheet" type="text/css" />
<!-- //jQuery-Photo-filter-lightbox-Gallery-plugin -->
<!-- //Js files -->
</body>
</html>