-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.php
703 lines (682 loc) · 43.1 KB
/
index2.php
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
<?php include 'includes/header.inc.php'?>
<section class="home-slider owl-carousel">
<div class="slider-item" style="background-image:url(images/bg/sb_sir.jfif);">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text align-items-center justify-content-start" data-scrollax-parent="true">
<div class="col-md-6 ftco-animate">
<h1 class="mb-4">Education Needs Complete Solution</h1>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
<p><a href="register.php" class="btn btn-primary px-4 py-3 mt-3">Register now</a></p>
</div>
</div>
</div>
</div>
<div class="slider-item" style="background-image:url(images/bg/mp_sir.jfif);">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text align-items-center justify-content-start" data-scrollax-parent="true">
<div class="col-md-6 ftco-animate">
<h1 class="mb-4">University, College School Education</h1>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
<p><a href="register.php" class="btn btn-primary px-4 py-3 mt-3">Register now</a></p>
</div>
</div>
</div>
</div>
<div class="slider-item" style="background-image:url(images/bg/img1.jfif);">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text align-items-center justify-content-start" data-scrollax-parent="true">
<div class="col-md-6 ftco-animate">
</div>
</div>
</div>
</div>
<div class="slider-item" style="background-image:url(images/bg/img2.jfif);">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text align-items-center justify-content-start" data-scrollax-parent="true">
<div class="col-md-6 ftco-animate">
<h1 class="mb-4">University, College School Education</h1>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
<p><a href="register.php" class="btn btn-primary px-4 py-3 mt-3">Register now</a></p>
</div>
</div>
</div>
</div>
<div class="slider-item" style="background-image:url(images/bg/img3.jfif);">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text align-items-center justify-content-start" data-scrollax-parent="true">
<div class="col-md-6 ftco-animate">
<h1 class="mb-4">University, College School Education</h1>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia.</p>
<p><a href="register.php" class="btn btn-primary px-4 py-3 mt-3">Register now</a></p>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-services ftco-no-pb">
<div class="container-wrap">
<div class="row no-gutters">
<div class="col-md-3 d-flex services align-self-stretch py-5 px-4 ftco-animate bg-primary">
<div class="media block-6 d-block text-center">
<div class="icon d-flex justify-content-center align-items-center">
<span class="flaticon-teacher"></span>
</div>
<div class="media-body p-2 mt-3">
<h3 class="heading"> <a class="text-light" href="https://www.aicte-india.org/">AICTE</a></h3>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic.</p>
</div>
</div>
</div>
<div class="col-md-3 d-flex services align-self-stretch py-5 px-4 ftco-animate bg-darken">
<div class="media block-6 d-block text-center">
<div class="icon d-flex justify-content-center align-items-center">
<span class="flaticon-reading"></span>
</div>
<div class="media-body p-2 mt-3">
<h3 class="heading"> <a class="text-light" href="http://mhrd.gov.in/">MHRD</a> </h3>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic.</p>
</div>
</div>
</div>
<div class="col-md-3 d-flex services align-self-stretch py-5 px-4 ftco-animate bg-primary">
<div class="media block-6 d-block text-center">
<div class="icon d-flex justify-content-center align-items-center">
<span class="flaticon-books"></span>
</div>
<div class="media-body p-2 mt-3">
<h3 class="heading"> <a class="text-light" href="#">Student Internships</a> </h3>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic.</p>
</div>
</div>
</div>
<div class="col-md-3 d-flex services align-self-stretch py-5 px-4 ftco-animate bg-darken">
<div class="media block-6 d-block text-center">
<div class="icon d-flex justify-content-center align-items-center">
<span class="flaticon-diploma"></span>
</div>
<div class="media-body p-2 mt-3">
<h3 class="heading"> <a class="text-light" href="">Faculty Internships</a> </h3>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-no-pt ftc-no-pb">
<div class="container">
<div class="row d-flex">
<div class="col-md-5 order-md-last wrap-about wrap-about d-flex align-items-stretch">
<div class="w-100 h-100 img" style="background-image: url(images/clge_students.jpg); border"></div>
</div>
<div class="col-md-7 wrap-about py-5 pr-md-4 ftco-animate">
<center>
<svg class="text-center" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
width="100" height="100"
viewBox="0 0 172 172"
style=" fill:#000000;"><g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><path d="M0,172v-172h172v172z" fill="none"></path><g><path d="M157.66667,86c0,-8.84008 -1.677,-17.2645 -4.601,-25.08333h-134.13133c-2.924,7.81883 -4.601,16.24325 -4.601,25.08333c0,8.84008 1.677,17.2645 4.601,25.08333h134.12775c2.92758,-7.81883 4.60458,-16.24325 4.60458,-25.08333z" fill="#f5f5f5"></path><path d="M86,68.08333c-9.89717,0 -17.91667,8.0195 -17.91667,17.91667c0,9.89717 8.0195,17.91667 17.91667,17.91667c9.89717,0 17.91667,-8.0195 17.91667,-17.91667c0,-9.89717 -8.0195,-17.91667 -17.91667,-17.91667zM86,101.68067c-8.6645,0 -15.68067,-7.01617 -15.68067,-15.68067c0,-8.6645 7.01617,-15.68067 15.68067,-15.68067c8.6645,0 15.68067,7.01617 15.68067,15.68067c0,8.6645 -7.01617,15.68067 -15.68067,15.68067z" fill="#000088"></path><path d="M89.13183,86c0,1.73792 -1.3975,3.13183 -3.13183,3.13183c-1.73433,0 -3.13183,-1.3975 -3.13183,-3.13183c0,-1.73433 1.3975,-3.13183 3.13183,-3.13183c1.73433,0 3.13183,1.39392 3.13183,3.13183z" fill="#000088"></path><path d="M101.66275,87.27208c-0.43,-0.05375 -0.82417,0.23292 -0.87792,0.66292c-0.05375,0.43 0.23292,0.82417 0.66292,0.87792c0.43,0.07167 0.82417,-0.23292 0.87792,-0.66292c0.06808,-0.43 -0.23292,-0.82417 -0.66292,-0.87792z" fill="#000088"></path><path d="M86,101.68067l0.5375,-9.41342l-0.5375,-4.47558l-0.5375,4.47558z" fill="#000088"></path><path d="M100.80275,91.28183c-0.41208,-0.16125 -0.86,0.01792 -1.03917,0.43c-0.16125,0.39417 0.03583,0.86 0.43,1.02125c0.39417,0.16125 0.86,-0.01792 1.02125,-0.43c0.17917,-0.39775 -0.01792,-0.86358 -0.41208,-1.02125z" fill="#000088"></path><path d="M81.9365,101.14317l2.95267,-8.95117l0.645,-4.45767l-1.68417,4.18892z" fill="#000088"></path><path d="M98.9215,94.93325c-0.34042,-0.26875 -0.82417,-0.215 -1.09292,0.14333c-0.26875,0.34042 -0.19708,0.82417 0.14333,1.09292c0.34042,0.26875 0.84208,0.19708 1.09292,-0.14333c0.26875,-0.344 0.19708,-0.84567 -0.14333,-1.09292z" fill="#000088"></path><path d="M78.15967,99.58442l5.17433,-7.89408l1.77375,-4.13517l-2.70183,3.61558z" fill="#000088"></path><path d="M96.18383,97.95758c-0.26875,-0.34042 -0.77042,-0.39417 -1.11083,-0.14333c-0.34042,0.26875 -0.41208,0.77042 -0.14333,1.11083c0.26875,0.34042 0.7525,0.41208 1.09292,0.14333c0.35833,-0.27233 0.41208,-0.7525 0.16125,-1.11083z" fill="#000088"></path><path d="M74.90242,97.09758l7.03408,-6.28158l2.79142,-3.54392l-3.54392,2.79142z" fill="#000088"></path><path d="M92.7295,100.17567c-0.16125,-0.39417 -0.62708,-0.57333 -1.02125,-0.41208c-0.39417,0.16125 -0.59125,0.62708 -0.43,1.02125c0.17917,0.39417 0.62708,0.59125 1.02125,0.43c0.41208,-0.17917 0.59125,-0.62708 0.43,-1.03917z" fill="#000088"></path><path d="M72.41558,93.84033l8.41367,-4.24267l3.61558,-2.70183l-4.13517,1.77375z" fill="#000088"></path><path d="M88.82725,101.44775c-0.05375,-0.43 -0.44792,-0.73458 -0.87792,-0.68083c-0.43,0.07167 -0.73458,0.46583 -0.68083,0.89583c0.07167,0.43 0.46583,0.71667 0.89583,0.66292c0.43,-0.05733 0.71667,-0.44792 0.66292,-0.87792z" fill="#000088"></path><path d="M70.85683,90.0635l9.21633,-1.9135l4.18892,-1.68417l-4.45767,0.645z" fill="#000088"></path><path d="M84.05067,100.78483c-0.43,-0.07167 -0.82417,0.23292 -0.87792,0.66292c-0.05375,0.43 0.25083,0.82417 0.68083,0.87792c0.43,0.07167 0.82417,-0.23292 0.87792,-0.66292c0.05017,-0.43 -0.25442,-0.82417 -0.68083,-0.87792z" fill="#000088"></path><path d="M70.31933,86l9.41342,0.5375l4.47558,-0.5375l-4.47558,-0.5375z" fill="#000088"></path><path d="M80.30967,99.76358c-0.39417,-0.16125 -0.86,0.03583 -1.02125,0.43c-0.17917,0.39417 0.01792,0.86 0.41208,1.02125c0.41208,0.16125 0.86,-0.01792 1.03917,-0.41208c0.15767,-0.41208 -0.03942,-0.86 -0.43,-1.03917z" fill="#000088"></path><path d="M70.85683,81.9365l8.95117,2.95267l4.45767,0.645l-4.18892,-1.68417z" fill="#000088"></path><path d="M76.94492,97.81425c-0.34042,-0.25083 -0.84208,-0.19708 -1.09292,0.14333c-0.26875,0.35833 -0.215,0.84208 0.14333,1.11083c0.34042,0.25083 0.82417,0.19708 1.09292,-0.14333c0.26517,-0.36192 0.1935,-0.84208 -0.14333,-1.11083z" fill="#000088"></path><path d="M72.41558,78.15967l7.89408,5.17433l4.13517,1.77375l-3.61558,-2.70183z" fill="#000088"></path><path d="M74.18575,95.073c-0.26875,-0.34042 -0.7525,-0.41208 -1.09292,-0.14333c-0.34042,0.25083 -0.41208,0.7525 -0.14333,1.09292c0.25083,0.34042 0.7525,0.41208 1.09292,0.14333c0.34042,-0.26875 0.41208,-0.7525 0.14333,-1.09292z" fill="#000088"></path><path d="M74.90242,74.90242l6.28158,7.03408l3.54392,2.79142l-2.79142,-3.54392z" fill="#000088"></path><path d="M72.23642,91.69033c-0.16125,-0.39417 -0.62708,-0.59125 -1.02125,-0.41208c-0.39417,0.16125 -0.59125,0.62708 -0.43,1.02125c0.17917,0.39417 0.62708,0.59125 1.03917,0.43c0.39417,-0.17917 0.59125,-0.62708 0.41208,-1.03917z" fill="#000088"></path><path d="M78.15967,72.41558l4.24267,8.41367l2.70183,3.61558l-1.77375,-4.13517z" fill="#000088"></path><path d="M71.23308,87.93142c-0.07167,-0.43 -0.46583,-0.71667 -0.87792,-0.66292c-0.43,0.05375 -0.73458,0.44792 -0.68083,0.87792c0.05375,0.43 0.44792,0.73458 0.87792,0.66292c0.43,-0.05375 0.73458,-0.44792 0.68083,-0.87792z" fill="#000088"></path><path d="M81.9365,70.85683l1.9135,9.21633l1.68417,4.18892l-0.645,-4.45767z" fill="#000088"></path><path d="M70.55225,83.17275c-0.43,-0.05375 -0.82417,0.25083 -0.87792,0.68083c-0.05375,0.43 0.25083,0.82417 0.68083,0.87792c0.43,0.05375 0.82417,-0.25083 0.87792,-0.68083c0.05375,-0.43 -0.25083,-0.82417 -0.68083,-0.87792z" fill="#000088"></path><path d="M86,70.31933l-0.5375,9.41342l0.5375,4.47558l0.5375,-4.47558z" fill="#000088"></path><path d="M71.80642,79.2705c-0.39417,-0.16125 -0.86,0.03583 -1.02125,0.43c-0.16125,0.39417 0.01792,0.86 0.43,1.02125c0.39417,0.16125 0.86,-0.01792 1.02125,-0.43c0.16125,-0.39417 -0.03583,-0.86 -0.43,-1.02125z" fill="#000088"></path><path d="M90.0635,70.85683l-2.95267,8.95117l-0.645,4.45767l1.68417,-4.18892z" fill="#000088"></path><path d="M74.04242,75.83408c-0.35833,-0.26875 -0.84208,-0.215 -1.11083,0.14333c-0.25083,0.34042 -0.19708,0.82417 0.14333,1.09292c0.35833,0.26875 0.84208,0.19708 1.11083,-0.14333c0.25083,-0.34042 0.19708,-0.84208 -0.14333,-1.09292z" fill="#000088"></path><path d="M93.84033,72.41558l-5.17433,7.89408l-1.77375,4.13517l2.70183,-3.61558z" fill="#000088"></path><path d="M77.08467,73.0785c-0.26875,-0.34042 -0.7525,-0.41208 -1.09292,-0.14333c-0.35833,0.26875 -0.41208,0.7525 -0.16125,1.11083c0.26875,0.34042 0.77042,0.39417 1.11083,0.14333c0.34042,-0.27233 0.41208,-0.77042 0.14333,-1.11083z" fill="#000088"></path><path d="M97.09758,74.90242l-7.03408,6.28158l-2.79142,3.54392l3.54392,-2.79142z" fill="#000088"></path><path d="M80.71817,71.21517c-0.16125,-0.39417 -0.62708,-0.59125 -1.02125,-0.41208c-0.39417,0.16125 -0.59125,0.60917 -0.43,1.02125c0.16125,0.39417 0.62708,0.59125 1.02125,0.41208c0.41208,-0.16125 0.59125,-0.60917 0.43,-1.02125z" fill="#000088"></path><path d="M99.58442,78.15967l-8.41367,4.24267l-3.61558,2.70183l4.13517,-1.77375z" fill="#000088"></path><path d="M84.72792,70.33725c-0.05375,-0.43 -0.44792,-0.71667 -0.87792,-0.66292c-0.43,0.05375 -0.73458,0.44792 -0.68083,0.87792c0.05375,0.43 0.44792,0.73458 0.87792,0.66292c0.43,-0.05375 0.73458,-0.44792 0.68083,-0.87792z" fill="#000088"></path><path d="M101.14317,81.9365l-9.21633,1.9135l-4.18892,1.68417l4.45767,-0.645z" fill="#000088"></path><path d="M88.14642,69.67792c-0.43,-0.05375 -0.82417,0.25083 -0.87792,0.68083c-0.05375,0.43 0.25083,0.82417 0.68083,0.87792c0.43,0.05375 0.82417,-0.25083 0.87792,-0.68083c0.05375,-0.43358 -0.25083,-0.82417 -0.68083,-0.87792z" fill="#000088"></path><path d="M101.68067,86l-9.41342,-0.5375l-4.47558,0.5375l4.47558,0.5375z" fill="#000088"></path><path d="M92.2995,70.78517c-0.39417,-0.17917 -0.86,0.01792 -1.02125,0.41208c-0.16125,0.41208 0.01792,0.86 0.41208,1.02125c0.41208,0.17917 0.86,-0.01792 1.03917,-0.41208c0.16125,-0.41208 -0.03583,-0.86 -0.43,-1.02125z" fill="#000088"></path><path d="M101.14317,90.0635l-8.95117,-2.95267l-4.45767,-0.645l4.18892,1.68417z" fill="#000088"></path><path d="M96.02258,72.93517c-0.34042,-0.25083 -0.82417,-0.19708 -1.09292,0.14333c-0.26875,0.35833 -0.19708,0.84208 0.14333,1.11083c0.34042,0.25083 0.84208,0.19708 1.11083,-0.14333c0.25083,-0.36192 0.19708,-0.84208 -0.16125,-1.11083z" fill="#000088"></path><path d="M99.58442,93.84033l-7.89408,-5.17433l-4.13517,-1.77375l3.61558,2.70183z" fill="#000088"></path><path d="M99.06483,75.97742c-0.26875,-0.34042 -0.77042,-0.41208 -1.11083,-0.14333c-0.34042,0.26875 -0.41208,0.7525 -0.14333,1.09292c0.26875,0.34042 0.7525,0.41208 1.11083,0.14333c0.34042,-0.25083 0.39417,-0.7525 0.14333,-1.09292z" fill="#000088"></path><path d="M97.09758,97.09758l-6.28158,-7.03408l-3.54392,-2.79142l2.79142,3.54392z" fill="#000088"></path><path d="M101.21483,79.7005c-0.17917,-0.39417 -0.62708,-0.59125 -1.02125,-0.43c-0.41208,0.17917 -0.59125,0.62708 -0.43,1.02125c0.16125,0.41208 0.62708,0.59125 1.02125,0.43c0.39417,-0.16125 0.59125,-0.62708 0.43,-1.02125z" fill="#000088"></path><path d="M93.84033,99.58442l-4.24267,-8.41367l-2.70183,-3.61558l1.77375,4.13517z" fill="#000088"></path><path d="M102.32208,83.85358c-0.05375,-0.43 -0.44792,-0.73458 -0.87792,-0.68083c-0.43,0.07167 -0.73458,0.44792 -0.66292,0.87792c0.05375,0.43 0.44792,0.73458 0.87792,0.68083c0.43358,-0.05733 0.73458,-0.4515 0.66292,-0.87792z" fill="#000088"></path><path d="M90.0635,101.14317l-1.9135,-9.21633l-1.68417,-4.18892l0.645,4.45767z" fill="#000088"></path><path d="M153.06567,111.08333h-134.13133c10.18025,27.19033 36.32425,46.58333 67.06567,46.58333c30.74142,0 56.88542,-19.393 67.06567,-46.58333z" fill="#388e3c"></path><path d="M86,14.33333c-30.74142,0 -56.88542,19.393 -67.06567,46.58333h134.12775c-10.17667,-27.19033 -36.32067,-46.58333 -67.06208,-46.58333z" fill="#ff9800"></path></g></g></svg>
</center>
<h2 class="mb-4">Recent Internship - 6 Internships Found</h2>
<div class="row mt-5">
<div class="col-lg-6">
<div class="services-2 d-flex">
<div class="icon mt-2 d-flex justify-content-center align-items-center"><span class="flaticon-security"></span></div>
<div class="text pl-3">
<h3>TIME NEWS</h3>
<p>INDIA</p>
<a target="_blank" href="http://www.internship.aicte-india.org/SearchAllInternship.aspx" class="btn btn-sm btn-secondary">Apply now</a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="services-2 d-flex">
<div class="icon mt-2 d-flex justify-content-center align-items-center"><span class="flaticon-reading"></span></div>
<div class="text pl-3">
<h3>INCRIAL INDIA</h3>
<p>INDIA</p>
<button class="btn btn-sm btn-secondary">Apply now</button>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="services-2 d-flex">
<div class="icon mt-2 d-flex justify-content-center align-items-center"><span class="flaticon-diploma"></span></div>
<div class="text pl-3">
<h3>SCANFLAT ONLINE SERVICES LLP</h3>
<p>INDIA</p>
<button class="btn btn-sm btn-secondary">Apply now</button>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="services-2 d-flex">
<div class="icon mt-2 d-flex justify-content-center align-items-center"><span class="flaticon-education"></span></div>
<div class="text pl-3">
<h3>PREET STUDY CIRCLE</h3>
<p>DELHI INDIA</p>
<button class="btn btn-sm btn-secondary">Apply now</button>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="services-2 d-flex">
<div class="icon mt-2 d-flex justify-content-center align-items-center"><span class="flaticon-jigsaw"></span></div>
<div class="text pl-3">
<h3>FLUTURA DECISION SCIENCES & ANALYTICS</h3>
<p>BANGALORE INDIA</p>
<button class="btn btn-sm btn-secondary">Apply now</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="container mb-5">
<a target="_blank" class="btn-outline-success btn btn-large " href="http://www.internship.aicte-india.org/SearchAllInternship.aspx">Browse All Internships</a>
</section>
<section class="ftco-section ftco-counter img" id="section-counter" style="background-image: url(images/bg_3.jpg);" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row justify-content-center mb-5 pb-2 d-flex">
<div class="col-md-6 align-items-stretch d-flex">
<div class="img img-video d-flex align-items-center" style="background-image: url(images/about-2.jpg);">
<div class="video justify-content-center">
<a href="https://vimeo.com/45830194" class="icon-video popup-vimeo d-flex justify-content-center align-items-center">
<span class="ion-ios-play"></span>
</a>
</div>
</div>
</div>
<div class="col-md-6 heading-section heading-section-white ftco-animate pl-lg-5 pt-md-0 pt-5">
<h2 class="mb-4">ABOUT US</h2>
<p>We work to givethe user of this portal the information of all the oppportunities tha can help chase their dreams.In this portal we show all the live internship conducted by various service provider and help them enhance their skills by making them work on the latest ongong opportunities.</p>
<p>A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.</p>
</div>
</div>
<div class="row d-md-flex align-items-center justify-content-center">
<div class="col-lg-12">
<div class="row d-md-flex align-items-center">
<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18">
<div class="icon"><span class="flaticon-doctor"></span></div>
<div class="text">
<strong class="number" data-number="18">0</strong>
<span>Total Internships</span>
</div>
</div>
</div>
<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18">
<div class="icon"><span class="flaticon-doctor"></span></div>
<div class="text">
<strong class="number" data-number="401">0</strong>
<span>Total number of Registered Users</span>
</div>
</div>
</div>
<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18">
<div class="icon"><span class="flaticon-doctor"></span></div>
<div class="text">
<strong class="number" data-number="30">0</strong>
<span>total number of Oppotunities</span>
</div>
</div>
</div>
<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18">
<div class="icon"><span class="flaticon-doctor"></span></div>
<div class="text">
<strong class="number" data-number="50">0</strong>
<span>Awards</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section">
<div class="container-fluid px-4">
<div class="row justify-content-center mb-5 pb-2">
<div class="col-md-8 text-center heading-section ftco-animate">
<h2 class="mb-4">INTERNSHIPS IN POPULAR CITIES</h2>
</div>
</div>
<div class="row">
<div class="col course ftco-animate">
<div class="img" style="background-image: url(images/chennai.jpg);"></div>
<div class="text pt-4">
<h3><a href="#">Chennai</a></h3>
<p>Separated they live in. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country</p>
<p><a href="#" class="btn btn-primary">Apply now</a></p>
</div>
</div>
<div class="col course ftco-animate">
<div class="img" style="background-image: url(images/bengaluru.jpg);"></div>
<div class="text pt-4">
<h3><a href="#">Bengaluru</a></h3>
<p>Separated they live in. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country</p>
<p><a href="#" class="btn btn-primary">Apply now</a></p>
</div>
</div>
<div class="col course ftco-animate">
<div class="img" style="background-image: url(images/delhi.webp);"></div>
<div class="text pt-4">
<h3><a href="#">Delhi</a></h3>
<p>Separated they live in. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country</p>
<p><a href="#" class="btn btn-primary">Apply now</a></p>
</div>
</div>
<div class="col course ftco-animate">
<div class="img" style="background-image: url(images/Hyderabad.jpg);"></div>
<div class="text pt-4">
<h3><a href="#">Hyderabad</a></h3>
<p>Separated they live in. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country</p>
<p><a href="#" class="btn btn-primary">Apply now</a></p>
</div>
</div>
<div class="col course ftco-animate">
<div class="img" style="background-image: url(images/Mumbai.jpg);"></div>
<div class="text pt-4">
<h3><a href="#">Mumbai</a></h3>
<p>Separated they live in. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country</p>
<p><a href="#" class="btn btn-primary">Apply now</a></p>
</div>
</div>
<div class="col course ftco-animate">
<div class="img" style="background-image: url(images/kolkata.jpg);"></div>
<div class="text pt-4">
<h3><a href="#">Kolkata</a></h3>
<p>Separated they live in. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country</p>
<p><a href="#" class="btn btn-primary">Apply now</a></p>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section">
<div class="container-fluid px-4">
<div class="row justify-content-center mb-5 pb-2">
<div class="col-md-8 text-center heading-section ftco-animate">
<h2 class="mb-4">POPULAR INTERNSHIP CATEGORIES</h2>
</div>
</div>
<div class="row">
<div class="col course ftco-animate">
<div class="img" style="background-image: url(images/chennai.jpg);"></div>
<div class="text pt-4">
<h3><a href="#">Women</a></h3>
<p>We also support the movement o the Government of india to encourage the girl to work and help contribute their family</p>
<p><a href="#" class="btn btn-primary">Apply now</a></p>
</div>
</div>
<div class="col course ftco-animate">
<div class="img" style="background-image: url(images/bengaluru.jpg);"></div>
<div class="text pt-4">
<h3><a href="#">Government</a></h3>
<p>We provide opportunity to the student so tnat they can work in the government organization and know how the government agencies Work so that they can gain experience</p>
<p><a href="#" class="btn btn-primary">Apply now</a></p>
</div>
</div>
<div class="col course ftco-animate">
<div class="img" style="background-image: url(images/delhi.webp);"></div>
<div class="text pt-4">
<h3><a href="#">Private</a></h3>
<p>Work with private comapny to learn the skills and enhance their experience by working with the leading private companies in the world in every known working feild. </p>
<p><a href="#" class="btn btn-primary">Apply now</a></p>
</div>
</div>
</div>
</section>
<!-- <section class="ftco-section bg-light">
<div class="container-fluid px-4">
<div class="row justify-content-center mb-5 pb-2">
<div class="col-md-8 text-center heading-section ftco-animate">
<h2 class="mb-4">Certified Teachers</h2>
<p>Separated they live in. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country</p>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-3 ftco-animate">
<div class="staff">
<div class="img-wrap d-flex align-items-stretch">
<div class="img align-self-stretch" style="background-image: url(images/teacher-1.jpg);"></div>
</div>
<div class="text pt-3 text-center">
<h3>Bianca Wilson</h3>
<span class="position mb-2">Teacher</span>
<div class="faded">
<p>I am an ambitious workaholic, but apart from that, pretty simple person.</p>
<ul class="ftco-social text-center">
<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-google-plus"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 ftco-animate">
<div class="staff">
<div class="img-wrap d-flex align-items-stretch">
<div class="img align-self-stretch" style="background-image: url(images/teacher-2.jpg);"></div>
</div>
<div class="text pt-3 text-center">
<h3>Mitch Parker</h3>
<span class="position mb-2">English Teacher</span>
<div class="faded">
<p>I am an ambitious workaholic, but apart from that, pretty simple person.</p>
<ul class="ftco-social text-center">
<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-google-plus"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 ftco-animate">
<div class="staff">
<div class="img-wrap d-flex align-items-stretch">
<div class="img align-self-stretch" style="background-image: url(images/teacher-3.jpg);"></div>
</div>
<div class="text pt-3 text-center">
<h3>Stella Smith</h3>
<span class="position mb-2">Art Teacher</span>
<div class="faded">
<p>I am an ambitious workaholic, but apart from that, pretty simple person.</p>
<ul class="ftco-social text-center">
<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-google-plus"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 ftco-animate">
<div class="staff">
<div class="img-wrap d-flex align-items-stretch">
<div class="img align-self-stretch" style="background-image: url(images/teacher-4.jpg);"></div>
</div>
<div class="text pt-3 text-center">
<h3>Monshe Henderson</h3>
<span class="position mb-2">Science Teacher</span>
<div class="faded">
<p>I am an ambitious workaholic, but apart from that, pretty simple person.</p>
<ul class="ftco-social text-center">
<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-google-plus"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-consult ftco-no-pt ftco-no-pb" style="background-image: url(images/bg_5.jpg);" data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row justify-content-end">
<div class="col-md-6 py-5 px-md-5">
<div class="py-md-5">
<div class="heading-section heading-section-white ftco-animate mb-5">
<h2 class="mb-4">Request A Quote</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
</div>
<form action="#" class="appointment-form ftco-animate">
<div class="d-md-flex">
<div class="form-group">
<input type="text" class="form-control" placeholder="First Name">
</div>
<div class="form-group ml-md-4">
<input type="text" class="form-control" placeholder="Last Name">
</div>
</div>
<div class="d-md-flex">
<div class="form-group">
<div class="form-field">
<div class="select-wrap">
<div class="icon"><span class="ion-ios-arrow-down"></span></div>
<select name="" id="" class="form-control">
<option value="">Select Your Course</option>
<option value="">Art Lesson</option>
<option value="">Language Lesson</option>
<option value="">Music Lesson</option>
<option value="">Sports</option>
<option value="">Other Services</option>
</select>
</div>
</div>
</div>
<div class="form-group ml-md-4">
<input type="text" class="form-control" placeholder="Phone">
</div>
</div>
<div class="d-md-flex">
<div class="form-group">
<textarea name="" id="" cols="30" rows="2" class="form-control" placeholder="Message"></textarea>
</div>
<div class="form-group ml-md-4">
<input type="submit" value="Request A Quote" class="btn btn-primary py-3 px-4">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section bg-light">
<div class="container">
<div class="row justify-content-center mb-5 pb-2">
<div class="col-md-8 text-center heading-section ftco-animate">
<h2 class="mb-4"><span>Recent</span> Blog</h2>
<p>Separated they live in. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country</p>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 ftco-animate">
<div class="blog-entry">
<a href="blog-single.html" class="block-20 d-flex align-items-end" style="background-image: url('images/image_1.jpg');">
<div class="meta-date text-center p-2">
<span class="day">26</span>
<span class="mos">June</span>
<span class="yr">2019</span>
</div>
</a>
<div class="text bg-white p-4">
<h3 class="heading"><a href="#">Skills To Develop Your Child Memory</a></h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<div class="d-flex align-items-center mt-4">
<p class="mb-0"><a href="#" class="btn btn-primary">Read More <span class="ion-ios-arrow-round-forward"></span></a></p>
<p class="ml-auto mb-0">
<a href="#" class="mr-2">Admin</a>
<a href="#" class="meta-chat"><span class="icon-chat"></span> 3</a>
</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 ftco-animate">
<div class="blog-entry">
<a href="blog-single.html" class="block-20 d-flex align-items-end" style="background-image: url('images/image_2.jpg');">
<div class="meta-date text-center p-2">
<span class="day">26</span>
<span class="mos">June</span>
<span class="yr">2019</span>
</div>
</a>
<div class="text bg-white p-4">
<h3 class="heading"><a href="#">Skills To Develop Your Child Memory</a></h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<div class="d-flex align-items-center mt-4">
<p class="mb-0"><a href="#" class="btn btn-primary">Read More <span class="ion-ios-arrow-round-forward"></span></a></p>
<p class="ml-auto mb-0">
<a href="#" class="mr-2">Admin</a>
<a href="#" class="meta-chat"><span class="icon-chat"></span> 3</a>
</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 ftco-animate">
<div class="blog-entry">
<a href="blog-single.html" class="block-20 d-flex align-items-end" style="background-image: url('images/image_3.jpg');">
<div class="meta-date text-center p-2">
<span class="day">26</span>
<span class="mos">June</span>
<span class="yr">2019</span>
</div>
</a>
<div class="text bg-white p-4">
<h3 class="heading"><a href="#">Skills To Develop Your Child Memory</a></h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<div class="d-flex align-items-center mt-4">
<p class="mb-0"><a href="#" class="btn btn-primary">Read More <span class="ion-ios-arrow-round-forward"></span></a></p>
<p class="ml-auto mb-0">
<a href="#" class="mr-2">Admin</a>
<a href="#" class="meta-chat"><span class="icon-chat"></span> 3</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section testimony-section">
<div class="container">
<div class="row justify-content-center mb-5 pb-2">
<div class="col-md-8 text-center heading-section ftco-animate">
<h2 class="mb-4">Student Says About Us</h2>
<p>Separated they live in. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country</p>
</div>
</div>
<div class="row ftco-animate justify-content-center">
<div class="col-md-12">
<div class="carousel-testimony owl-carousel">
<div class="item">
<div class="testimony-wrap d-flex">
<div class="user-img mr-4" style="background-image: url(images/teacher-1.jpg)">
</div>
<div class="text ml-2">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p class="name">Racky Henderson</p>
<span class="position">Father</span>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap d-flex">
<div class="user-img mr-4" style="background-image: url(images/teacher-2.jpg)">
</div>
<div class="text ml-2">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p class="name">Henry Dee</p>
<span class="position">Mother</span>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap d-flex">
<div class="user-img mr-4" style="background-image: url(images/teacher-3.jpg)">
</div>
<div class="text ml-2">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p class="name">Mark Huff</p>
<span class="position">Mother</span>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap d-flex">
<div class="user-img mr-4" style="background-image: url(images/teacher-4.jpg)">
</div>
<div class="text ml-2">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p class="name">Rodel Golez</p>
<span class="position">Mother</span>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap d-flex">
<div class="user-img mr-4" style="background-image: url(images/teacher-1.jpg)">
</div>
<div class="text ml-2">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p class="name">Ken Bosh</p>
<span class="position">Mother</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-gallery">
<div class="container-wrap">
<div class="row no-gutters">
<div class="col-md-3 ftco-animate">
<a href="images/image_1.jpg" class="gallery image-popup img d-flex align-items-center" style="background-image: url(images/course-1.jpg);">
<div class="icon mb-4 d-flex align-items-center justify-content-center">
<span class="icon-instagram"></span>
</div>
</a>
</div>
<div class="col-md-3 ftco-animate">
<a href="images/image_2.jpg" class="gallery image-popup img d-flex align-items-center" style="background-image: url(images/image_2.jpg);">
<div class="icon mb-4 d-flex align-items-center justify-content-center">
<span class="icon-instagram"></span>
</div>
</a>
</div>
<div class="col-md-3 ftco-animate">
<a href="images/image_3.jpg" class="gallery image-popup img d-flex align-items-center" style="background-image: url(images/image_3.jpg);">
<div class="icon mb-4 d-flex align-items-center justify-content-center">
<span class="icon-instagram"></span>
</div>
</a>
</div>
<div class="col-md-3 ftco-animate">
<a href="images/image_4.jpg" class="gallery image-popup img d-flex align-items-center" style="background-image: url(images/image_4.jpg);">
<div class="icon mb-4 d-flex align-items-center justify-content-center">
<span class="icon-instagram"></span>
</div>
</a>
</div>
</div>
</div>
</section> -->
<?php include './includes/footer.inc.php' ?>