-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
669 lines (621 loc) · 36.2 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Stylesheet -->
<link rel="stylesheet" href="./css/style.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<!-- Animation -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css">
<!-- Toggle -->
<link href="https://cdn.jsdelivr.net/gh/gitbrent/[email protected]/css/bootstrap4-toggle.min.css" rel="stylesheet">
<!-- Fontawesome -->
<script src="https://kit.fontawesome.com/bd43ee06c8.js" crossorigin="anonymous"></script>
<!-- Jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js" integrity="sha256-jDnOKIOq2KNsQZTcBTEnsp76FnfMEttF6AV2DF2fFNE=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0.0/jquery.counterup.min.js" integrity="sha256-JtQPj/3xub8oapVMaIijPNoM0DHoAtgh/gwFYuN5rik=" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="keywords"
content="Grow Learners"
/>
<meta
name="description"
content="Grow Learners"
/>
<meta name="author" content="@growlearners" />
<meta name="theme-color" content="#ffa43e" />
<meta itemprop="name" content="" />
<meta
itemprop="description"
content="Grow Learners"
/>
<meta
itemprop="image"
content=""
/>
<meta name="twitter:card" content="Summary" />
<meta name="twitter:site" content="@growlearners" />
<meta name="twitter:title" content="" />
<meta
name="twitter:description"
content="Grow Learners"
/>
<meta name="twitter:creator" content="@growlearners" />
<meta
name="twitter:image:src"
content=""
/>
<meta property="og:title" content="" />
<meta property="og:type" content="Education" />
<meta property="og:url" content="" />
<meta
property="og:image"
content=""
/>
<meta
property="og:description"
content="Grow Learners"
/>
<!-- Title -->
<title>Grow Learners</title>
</head>
<div>
<!------------------------------------- Navbar ------------------------------------->
<div class="fluid-container">
<center>
<nav class="navbar navbar-expand-xl navbar-dark sticky-top nav-white">
<a class="navbar-brand" href="#">
<h4 class="text-white font-bold ">Grow Learners</h4>
</a>
<button class="navbar-toggler " type="button" data-toggle="collapse" data-target="#navbarNavDropdown01"
aria-controls="navbarNavDropdown01" aria-expanded="false" aria-label="Toggle navigation"
style="outline-color:#fff">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown01">
<ul class="navbar-nav ml-auto">
<!--dropdown item of menu-->
<li class="nav-item font-medium text-white dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
School Tuition
</a>
<!--dropdown sub items of menu-->
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<div class="row m-1">
<div class="col-12">
<a class="dropdown-item font-medium text-white" href="#">
Class 1
</a>
<a class="dropdown-item font-medium text-white" href="#">
Class 2
</a>
<a class="dropdown-item font-medium text-white" href="#">
Class 3
</a>
<a class="dropdown-item font-medium text-white" href="#">
Class 4
</a>
<a class="dropdown-item font-medium text-white" href="#">
Class 5
</a>
<a class="dropdown-item font-medium text-white" href="#">
Class 6
</a>
<a class="dropdown-item font-medium text-white" href="#">
Class 7
</a>
<a class="dropdown-item font-medium text-white" href="#">
Class 8
</a>
<a class="dropdown-item font-medium text-white" href="#">
Class 9
</a>
<a class="dropdown-item font-medium text-white" href="#">
Class 10
</a>
<a class="dropdown-item font-medium text-white" href="#">
Class 11
</a>
<a class="dropdown-item font-medium text-white" href="#">
Class 12
</a>
</div>
</div>
</div>
</li>
<li class="nav-item font-medium text-white dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
College Tuition
</a>
<!--dropdown sub items of menu-->
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<div class="row m-1">
<div class="col-md-1 col-sm-12 col-12"></div>
<div class="col-md-2 col-sm-12 col-12 text-center">
<h3 class="my-2 font-24 font-bold">Engineering</h3>
<a class="dropdown-item font-medium text-white" href="#">B.Tech Tuition</a>
<a class="dropdown-item font-medium text-white" href="#">BE Tuition</a>
<a class="dropdown-item font-medium text-white" href="#">M.Tech Tuition</a>
<a class="dropdown-item font-medium text-white" href="#">B.Sc. Tuition</a>
<a class="dropdown-item font-medium text-white" href="#">M.Sc. Tuition</a>
</div>
<div class="col-md-2 col-sm-12 col-12 text-center">
<h3 class="my-2 font-24 font-bold">Medical</h3>
<a class="dropdown-item font-medium text-white" href="#">MBBS Tuition</a>
<a class="dropdown-item font-medium text-white" href="#">BAMS Tuition</a>
<a class="dropdown-item font-medium text-white" href="#">MD Tuition</a>
<a class="dropdown-item font-medium text-white" href="#">BDS Tuition</a>
<a class="dropdown-item font-medium text-white" href="#">MDS Tuition</a>
</div>
<div class="col-md-2 col-sm-12 col-12 text-center">
<h3 class="my-2 font-24 font-bold">Commerce</h3>
<a class="dropdown-item font-medium text-white" href="#">
B Com Tuition
</a>
<a class="dropdown-item font-medium text-white" href="#">
M Com Tuition
</a>
<a class="dropdown-item font-medium text-white" href="#">
BBA Tuition
</a>
<a class="dropdown-item font-medium text-white" href="#">
MBA Tuition
</a>
<a class="dropdown-item font-medium text-white" href="#">
BFM Tuition
</a>
</div>
<div class="col-md-4 col-sm-12 col-12 text-center">
<h3 class="my-2 font-24 font-bold">Others</h3>
<div class="row">
<div class="col-sm-1 text-center"></div>
<div class="col-sm-4">
<a class="dropdown-item font-medium text-white" href="#">LLB Tuition</a>
<a class="dropdown-item font-medium text-white" href="#">BCA Tuition</a>
<a class="dropdown-item font-medium text-white" href="#">MCA Tuition</a>
<a class="dropdown-item font-medium text-white" href="#">BHM Tuition</a>
<a class="dropdown-item font-medium text-white" href="#">B.Arch Tuition</a>
</div>
<div class="col-sm-2"></div>
<div class="col-sm-4">
<a class="dropdown-item font-medium text-white" href="#">CA Tuition</a>
<a class="dropdown-item font-medium text-white" href="#">CFA Tuition</a>
<a class="dropdown-item font-medium text-white" href="#">CS Tuition</a>
<a class="dropdown-item font-medium text-white" href="#">BA Tuition</a>
<a class="dropdown-item font-medium text-white" href="#">More</a>
</div>
<div class="col-sm-1"></div>
</div>
</div>
<div class="col-md-1 col-sm-12 col-12"></div>
</div>
</div>
</li>
<li class="nav-item font-medium text-white dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Exam Coaching
</a>
<!--dropdown sub items of menu-->
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<div class="row m-1">
<div class="col-md-4 col-sm-12 col-12 text-center">
<h3 class="ml-3 mt-2 font-24 font-bold">Entrance Exams</h3>
<div class="row">
<div class="col-sm-1 text-center"></div>
<div class="col-sm-4">
<a class="dropdown-item font-medium text-white" href="#">NEET Exam Coaching</a>
<a class="dropdown-item font-medium text-white" href="#">JEE Exam Coaching</a>
<a class="dropdown-item font-medium text-white" href="#">GATE Exam Coaching</a>
<a class="dropdown-item font-medium text-white" href="#">CLAT Exam Coaching</a>
<a class="dropdown-item font-medium text-white" href="#">CAT Exam Coaching</a>
</div>
<div class="col-sm-2"></div>
<div class="col-sm-4">
<a class="dropdown-item font-medium text-white" href="#">XAT Exam Coaching</a>
<a class="dropdown-item font-medium text-white" href="#">SAT Exam Coaching</a>
<a class="dropdown-item font-medium text-white" href="#">LSAT Exam Coaching</a>
<a class="dropdown-item font-medium text-white" href="#">BITSAT Exam Coaching</a>
<a class="dropdown-item font-medium text-white" href="#">AICEE Exam Coaching</a>
</div>
<div class="col-sm-1"></div>
</div>
</div>
<div class="col-md-1 col-sm-12 col-12"></div>
<div class="col-md-2 col-sm-12 col-12 text-center">
<h3 class="ml-3 mt-2 font-24 font-bold">Study Abroad</h3>
<a class="dropdown-item font-medium text-white" href="#">IELTS Exam Coaching</a>
<a class="dropdown-item font-medium text-white" href="#">GRE Exam Coaching</a>
<a class="dropdown-item font-medium text-white" href="#">GMAT Exam Coaching</a>
<a class="dropdown-item font-medium text-white" href="#">TOEFL Exam Coaching</a>
<a class="dropdown-item font-medium text-white" href="#">PTE Exam Coaching</a>
</div>
<div class="col-md-4 col-sm-12 col-12 text-center">
<h3 class="ml-3 mt-2 font-24 font-bold">Competitive Exams</h3>
<div class="row">
<div class="col-sm-1 text-center"></div>
<div class="col-sm-4">
<a class="dropdown-item font-medium text-white" href="#">UPSC Exam Coaching</a>
<a class="dropdown-item font-medium text-white" href="#">MPPSC Exam Coaching</a>
<a class="dropdown-item font-medium text-white" href="#">AFCAT Exam Coaching</a>
<a class="dropdown-item font-medium text-white" href="#">IAS Exam Preparation</a>
<a class="dropdown-item font-medium text-white" href="#">EPFO Exam Coaching</a>
</div>
<div class="col-sm-2"></div>
<div class="col-sm-4">
<a class="dropdown-item font-medium text-white" href="#">CET Exam Coaching</a>
<a class="dropdown-item font-medium text-white" href="#">IBPS Exam Coaching</a>
<a class="dropdown-item font-medium text-white" href="#">CDS Exam Coaching</a>
<a class="dropdown-item font-medium text-white" href="#">UGC NET Exam Coaching</a>
<a class="dropdown-item font-medium text-white" href="#">More</a>
</div>
<div class="col-sm-1"></div>
</div>
</div>
<div class="col-md-1 col-sm-12 col-12"></div>
</div>
</div>
</li>
<li class="nav-item font-medium text-white dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
IT Courses
</a>
<!--dropdown sub items of menu-->
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<div class="row m-1">
<!-- <div class="col-md-1 col-sm-12 col-12"></div> -->
<div class="col-md-3 col-sm-12 col-12 text-center">
<h3 class="my-2 font-24 font-bold">Programming Languages</h3>
<a class="dropdown-item font-medium text-white" href="#">C Language</a>
<a class="dropdown-item font-medium text-white" href="#">C++ Language</a>
<a class="dropdown-item font-medium text-white" href="#">Python</a>
<a class="dropdown-item font-medium text-white" href="#">Java</a>
<a class="dropdown-item font-medium text-white" href="#">PHP</a>
</div>
<div class="col-md-2 col-sm-12 col-12 text-center">
<h3 class="my-2 font-24 font-bold">Technology</h3>
<a class="dropdown-item font-medium text-white" href="#">Data Science</a>
<a class="dropdown-item font-medium text-white" href="#">Amazon Web Services</a>
<a class="dropdown-item font-medium text-white" href="#">Angular JS</a>
<a class="dropdown-item font-medium text-white" href="#">Android</a>
<a class="dropdown-item font-medium text-white" href="#">HACCP</a>
</div>
<div class="col-md-3 col-sm-12 col-12 text-center">
<h3 class="my-2 font-24 font-bold">Web Technologies</h3>
<a class="dropdown-item font-medium text-white" href="#">React Js</a>
<a class="dropdown-item font-medium text-white" href="#">Node Js</a>
<a class="dropdown-item font-medium text-white" href="#">Java Script</a>
<a class="dropdown-item font-medium text-white" href="#">J Query</a>
<a class="dropdown-item font-medium text-white" href="#">Bootstrap</a>
</div>
<div class="col-md-2 col-sm-12 col-12 text-center">
<h3 class="my-2 font-24 font-bold">Designing</h3>
<a class="dropdown-item font-medium text-white" href="#">Web Designing</a>
<a class="dropdown-item font-medium text-white" href="#">Corel Draw</a>
<a class="dropdown-item font-medium text-white" href="#">Adobe Photoshop</a>
<a class="dropdown-item font-medium text-white" href="#">AutoCAD</a>
<a class="dropdown-item font-medium text-white" href="#">2D & 3D Animation</a>
</div>
<div class="col-md-2 col-sm-12 col-12 text-center">
<h3 class="my-2 font-24 font-bold">Other Courses</h3>
<a class="dropdown-item font-medium text-white" href="#">Microsoft Excel</a>
<a class="dropdown-item font-medium text-white" href="#">Digital Marketing</a>
<a class="dropdown-item font-medium text-white" href="#">DevOps Training</a>
<a class="dropdown-item font-medium text-white" href="#">Big Data & Hadoop</a>
<a class="dropdown-item font-medium text-white" href="#">More</a>
</div>
</div>
</div>
</li>
<li class="nav-item font-medium text-white dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Hobbies
</a>
<!--dropdown sub items of menu-->
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<div class="row m-1">
<div class="col-md-2 col-sm-12 col-12 text-center">
<h3 class="my-2 font-24 font-bold">Dance</h3>
<a class="dropdown-item font-medium text-white" href="#">Bollywood Dance</a>
<a class="dropdown-item font-medium text-white" href="#">Bharatanatyam Dance</a>
<a class="dropdown-item font-medium text-white" href="#">Kathak Dance</a>
<a class="dropdown-item font-medium text-white" href="#">Hip hop Dance</a>
<a class="dropdown-item font-medium text-white" href="#">Free Style Dance</a>
</div>
<div class="col-md-2 col-sm-12 col-12 text-center">
<h3 class="my-2 font-24 font-bold">Singing</h3>
<a class="dropdown-item font-medium text-white" href="#">Carnatic Singing</a>
<a class="dropdown-item font-medium text-white" href="#">Hindustani Singing </a>
<a class="dropdown-item font-medium text-white" href="#">Western Singing</a>
<a class="dropdown-item font-medium text-white" href="#">Folk Singing </a>
<a class="dropdown-item font-medium text-white" href="#">Bhajan Singing</a>
</div>
<div class="col-md-2 col-sm-12 col-12 text-center">
<h3 class="my-2 font-24 font-bold">Guitar</h3>
<a class="dropdown-item font-medium text-white" href="#">Acoustic</a>
<a class="dropdown-item font-medium text-white" href="#">Electrical</a>
<a class="dropdown-item font-medium text-white" href="#">Bass</a>
<a class="dropdown-item font-medium text-white" href="#">Classical</a>
</div>
<div class="col-md-2 col-sm-12 col-12 text-center">
<h3 class="my-2 font-24 font-bold">Instruments</h3>
<a class="dropdown-item font-medium text-white" href="#">Voilin</a>
<a class="dropdown-item font-medium text-white" href="#">Keyboard</a>
<a class="dropdown-item font-medium text-white" href="#">Tabla</a>
<a class="dropdown-item font-medium text-white" href="#">Dholak</a>
<a class="dropdown-item font-medium text-white" href="#">Bongo</a>
</div>
<div class="col-md-4 col-sm-12 col-12 text-center">
<h3 class="my-2 font-24 font-bold">Others</h3>
<div class="row">
<div class="col-sm-1 text-center"></div>
<div class="col-sm-4">
<a class="dropdown-item font-medium text-white" href="#">Yoga</a>
<a class="dropdown-item font-medium text-white" href="#">Health and Nutrition </a>
<a class="dropdown-item font-medium text-white" href="#">Photography</a>
<a class="dropdown-item font-medium text-white" href="#">Painting </a>
</div>
<div class="col-sm-2"></div>
<div class="col-sm-4">
<a class="dropdown-item font-medium text-white" href="#">Handwriting</a>
<a class="dropdown-item font-medium text-white" href="#">Chess</a>
<a class="dropdown-item font-medium text-white" href="#">Art & Craft</a>
<a class="dropdown-item font-medium text-white" href="#">Zumba</a>
<a class="dropdown-item font-medium text-white" href="#">More</a>
</div>
<div class="col-sm-1"></div>
</div>
</div>
</div>
</div>
</li>
<li class="nav-item font-medium text-white dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Languages
</a>
<!--dropdown sub items of menu-->
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<div class="row m-1">
<div class="col-md-4 col-sm-12 col-12 text-center">
<h3 class="my-2 font-24 font-bold">Foreign Languages</h3>
<div class="row">
<div class="col-sm-1 text-center"></div>
<div class="col-sm-4">
<a class="dropdown-item font-medium text-white" href="#">Spoken English</a>
<a class="dropdown-item font-medium text-white" href="#">French Language</a>
<a class="dropdown-item font-medium text-white" href="#">German Language</a>
<a class="dropdown-item font-medium text-white" href="#">Japanese Language</a>
<a class="dropdown-item font-medium text-white" href="#">Spanish Language</a>
</div>
<div class="col-sm-2"></div>
<div class="col-sm-4">
<a class="dropdown-item font-medium text-white" href="#">Russian Language</a>
<a class="dropdown-item font-medium text-white" href="#">Korean Language</a>
<a class="dropdown-item font-medium text-white" href="#">Chinese Language</a>
<a class="dropdown-item font-medium text-white" href="#">Dutch Language</a>
<a class="dropdown-item font-medium text-white" href="#">Italian Language</a>
</div>
<div class="col-sm-1"></div>
</div>
</div>
<div class="col-md-4 col-sm-12 col-12 text-center">
<h3 class="my-2 font-24 font-bold">Indian Languages</h3>
<div class="row">
<div class="col-sm-1 text-center"></div>
<div class="col-sm-4">
<a class="dropdown-item font-medium text-white" href="#">Hindi Language</a>
<a class="dropdown-item font-medium text-white" href="#">Tamil Language</a>
<a class="dropdown-item font-medium text-white" href="#">Sanskrit Language</a>
<a class="dropdown-item font-medium text-white" href="#">Telugu Language</a>
<a class="dropdown-item font-medium text-white" href="#">Bengali Language</a>
</div>
<div class="col-sm-2"></div>
<div class="col-sm-4">
<a class="dropdown-item font-medium text-white" href="#">Marathi Language</a>
<a class="dropdown-item font-medium text-white" href="#">Kannada Language</a>
<a class="dropdown-item font-medium text-white" href="#">Punjabi Language</a>
<a class="dropdown-item font-medium text-white" href="#">Gujarati Language</a>
<a class="dropdown-item font-medium text-white" href="#">Malayalam Language</a>
</div>
<div class="col-sm-1"></div>
</div>
</div>
<div class="col-md-1 col-sm-12 col-12"></div>
<div class="col-md-2 col-sm-12 col-12 text-center">
<h3 class="my-2 font-24 font-bold">Other Languages</h3>
<a class="dropdown-item font-medium text-white" href="#">Urdu Language</a>
<a class="dropdown-item font-medium text-white" href="#">Sindhi Language</a>
<a class="dropdown-item font-medium text-white" href="#">Arabic Language</a>
<a class="dropdown-item font-medium text-white" href="#">Chinese Language</a>
<a class="dropdown-item font-medium text-white" href="#">More</a>
</div>
<div class="col-md-1 col-sm-12 col-12"></div>
</div>
</div>
</li>
</ul>
<a class="nav-item nav-link font-medium text-white" href="./englishCourses.html">
Courses
</a>
<a class="nav-item nav-link font-medium text-white" href="./contact.html">
More
</a>
<li class="nav-item font-medium text-white dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
<i class="fa fa-search fa-2x text-white text-center"></i>
</a>
<!--dropdown sub items of menu-->
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<div class="row m-1">
<div class="col-12">
<input class="form-control w-100 mx-xl-2 ml-0" maxlength="40" type="search" placeholder="Search"
aria-label="Search">
</div>
</div>
</div>
</li>
<a class="nav-item btn-initial-styling btn text-white font-bold px-3" href="./form.html">
Login
</a>
</div>
</nav>
</center>
</div>
<!------------------------------------- FAQs ------------------------------------->
<div id="faqs">
<div class="container">
<div class="card">
<div class="card-body">
<h1 class="text-blue font-bold text-center mobile-heading ">
Frequently asked questions
</h1>
<div class="row mt-5">
<div class="col-lg-8 col-md-7 col-sm-12 col-12">
<a href="#que1" data-toggle="collapse">
<div class="card card-footer text-blue font-bold bg-blue">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Consectetur, placeat?
</div>
</a>
<div class="collapse show" id="que1">
<div class="card card-body pb-3 font-medium">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch.
</div>
</div>
<a href="#que2" data-toggle="collapse">
<div class="card card-footer text-blue font-bold bg-blue">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Consectetur, placeat?
</div>
</a>
<div class="collapse" id="que2">
<div class="card card-body pb-3 font-medium">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch.
</div>
</div>
<a href="#que3" data-toggle="collapse">
<div class="card card-footer text-blue font-bold bg-blue">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Consectetur, placeat?
</div>
</a>
<div class="collapse" id="que3">
<div class="card card-body pb-3 font-medium">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch.
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-8 col-8 mt-2 offset-lg-0 offset-md-0 offset-2">
<img src="./images/faq.svg" alt="" class="img-fluid">
</div>
</div>
</div>
</div>
</div>
</div>
<!------------------------------------- Contact ------------------------------------->
<div id="contact">
<div class="container">
<h1 class="text-blue display-4 font-bold line-height-heading text-center mobile-heading">Please contact us</h1>
<div class="row mt-lg-5">
<div class="col-lg-6 col-md-6 col-sm-12 col-12 mt-lg-4 d-flex justify-content-center">
<img src="./images/contact-us.svg" alt="" class="img-fluid w-100 pr-lg-4">
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-12 margin-buttons">
<div class="container bg-blue pb-4 pt-3 px-3">
<h5 class="text-blue font-bold">Request Contact</h5>
<div class="form-group mt-4">
<select class="form-control font-medium">
<option
value="Country"
selected
disabled
>
Select Topic
</option>
<option value="Country">India</option>
<option value="Country">India</option>
<option value="Country">India</option>
<option value="Country">India</option>
<option value="Country">India</option>
</select>
</div>
<form action="mailto:[email protected]" method="post" enctype="text/plain" class="was-validated">
<div class="form-group mt-4">
<input class="form-control" placeholder="Enter your name*" type="text" required>
<div class="invalid-feedback">
Name is required
</div>
</div>
<div class="form-group mt-3">
<input class="form-control" placeholder="Enter your email*" type="email" required>
<div class="invalid-feedback">
Valid Email is required
</div>
</div>
<div class="form-group mt-3">
<textarea class="form-control" placeholder="Message*" required></textarea>
<div class="invalid-feedback">
Please leave us a message
</div>
</div>
<button class="btn text-white mt-4 font-bold btn-initial-styling" type="submit">Send Message</button>
</form>
</div>
</div>
</div>
</div>
</div>
<!------------------------------------- Footer ------------------------------------->
<footer id="footer">
<div class="container pt-lg-4">
<div class="row">
<div class="col-md-3 col-sm-6 col-lg-3 col-6 mt-3">
<h4 class="text-white font-bold">GROW LEARNERS</h4>
<p class="text-white font-demi mt-2">Best coaching centre for your children, Lorem ipsum dolor sit amet consectetur adipisicing elit. Perferendis, tempora?.</p>
</div>
<div class="col-lg-2 col-md-2 col-sm-6 col-6 offset-lg-1 mt-3">
<h5 class="font-bold text-white mb-lg-4 pb-2 margin-top-mobile">Useful Links</h5>
<ul>
<li class="text-white mb-lg-3 font-demi">About</li>
<li class="text-white mb-lg-3 font-demi">Our Team</li>
<li class="text-white mb-lg-3 font-demi">Company</li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-6 mt-3">
<h5 class="font-bold text-white mb-lg-4 pb-2">Support</h5>
<ul class="list-group">
<li class="text-white mb-lg-3 font-demi">Features</li>
<li class="text-white mb-lg-3 font-demi">API</li>
<li class="text-white mb-lg-3 font-demi">Customers</li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-6 mt-3">
<h5 class="font-bold text-white mb-lg-4 pb-2">Follow Us</h5>
<i class="fa fa-facebook p-2 text-white" aria-hidden="true" style="background: rgba(0, 0, 0, 0.15); border-radius: 50%;"></i>
<i class="fa fa-twitter p-2 text-white" aria-hidden="true" style="background: rgba(0, 0, 0, 0.15); border-radius: 50%;"></i>
<i class="fa fa-linkedin p-2 text-white" aria-hidden="true" style="background: rgba(0, 0, 0, 0.15); border-radius: 50%;"></i>
<i class="fa fa-google p-2 text-white" aria-hidden="true" style="background: rgba(0, 0, 0, 0.15); border-radius: 50%;"></i>
</div>
</div>
<hr style="background: white;" class="mt-5">
<div class="text-center text-white mt-lg-4 pt-lg-2 copyright-text font-medium">
2021 Copyright© <span class="font-bold">GROWLEARNERS</span> . ALL RIGHTS RESERVED
</div>
</div>
</footer>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/gitbrent/[email protected]/js/bootstrap4-toggle.min.js"></script>
</body>
</html>