-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestimonials.html
888 lines (857 loc) · 62.3 KB
/
testimonials.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
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" href="assets/images/logo/paathshala-favicon.png" type="image/x-icon">
<title>Contact Us</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,800%7CPoppins:300i,400,700,400i,500%7CDosis:300" rel="stylesheet">
<!-- Bootstrap Links -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap-select.min.css">
<!-- FontAwesome Link -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Animate.css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hover.css/2.3.1/css/hover.css" integrity="sha256-JN6PzDiVqV2siZjedqNB10DTVZsdRKY5oW0TTvYpAuQ=" crossorigin="anonymous" />
<!-- Custom style -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<!-- Header Navbar -->
<div class="slideDiv bg-light p-3">
<ul class="list-unstyled text-center">
<li><a href="enquiry.html">ADMISSION ENQUIRY</a></li>
<li><a href="resources.html">RESOURCES</a></li>
<li><a href="#">CAREERS </a></li>
<li><a href="#">SPARK EXCELLENCE</a></li>
</ul>
</div>
<div class="top-nav text-light" style="text-align: center;z-index:10000;position:relative;">
<ul class="list-inline">
<li class="list-inline-item top-icons" >
<a title="Paathshala Facebook"><i class="fa fa-facebook"></i></a>
</li>
<li class="list-inline-item top-icons">
<a title="Paathshala Twitter"><i class="fa fa-twitter"></i></a>
</li>
<li class="list-inline-item top-icons">
<a title="Paathshala Pinterest"><i class="fa fa-pinterest-p"></i></a>
</li>
<li class="list-inline-item top-icons">
<a title="Paathshala LinkedIn"><i class="fa fa-linkedin"></i></a>
</li>
<li class="list-inline-item top-icons">
<a title="Paathshala Instagram"><i class="fa fa-instagram"></i></a>
</li>
<li class="list-inline-item top-icons">
<a title="Paathshala Youtube"><i class="fa fa-youtube-play"></i></a>
</li>
<li class="list-inline-item top-contact">Call us: 9867998388</li>
<li class="list-inline-item top-links" style="border-right:none;">
<a href="enquiry.html" style="border-right:none;">ADMISSION ENQUIRY</a>
</li>
<li class="list-inline-item top-links">
<a href="resources.html">RESOURCES</a>
</li>
<li class="dropdown top-links">
<a class="dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
CAREERS
</a>
<div class="dropdown-menu bg-dark animated fadeIn" aria-labelledby="navbarDropdown">
<a class="dropdown-item hvr-forward" href="#">JEE MAIN & ADVANCED</a>
<a class="dropdown-item hvr-forward" href="#">BITSAT, CET</a>
<!-- <div class="dropdown-divider"></div> -->
<a class="dropdown-item hvr-forward" href="#">NEET, AIIMS, JIPMER</a>
<a class="dropdown-item hvr-forward" href="#">OLYMPIADS</a>
<a class="dropdown-item hvr-forward" href="#">KVPY,IISER</a>
<a class="dropdown-item hvr-forward" href="#">FOUNDATION</a>
</div>
</li>
<li class="list-inline-item top-links"><a href="#">SPARK EXCELLENCE</a></li>
</ul>
<div id="top-toggle"><i class="fa fa-bars"></i></div>
</div>
<div class="navCollapse bg-light">
<ul class="list-unstyled text-center pt-3">
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="why-paathshala.html">Why Paathshala</a></li>
<li class="dropdown ">
<a class="dropdown-toggle" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Exams
</a>
<div class="dropdown-menu animated fadeIn" aria-labelledby="navbarDropdown">
<a class="dropdown-item hvr-forward" href="jee-exam.html">JEE MAIN & ADVANCED</a>
<a class="dropdown-item hvr-forward" href="bitsat-cet.html">BITSAT, CET</a>
<!-- <div class="dropdown-divider"></div> -->
<a class="dropdown-item hvr-forward" href="neet-aiims-jipmer.html">NEET, AIIMS, JIPMER</a>
<a class="dropdown-item hvr-forward" href="olympiads.html">OLYMPIADS</a>
<a class="dropdown-item hvr-forward" href="kvpy-iiser.html">KVPY,IISER</a>
<a class="dropdown-item hvr-forward" href="foundation.html">FOUNDATION</a>
</div>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#" id="Dropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Info
</a>
<div class="dropdown-menu animated fadeIn" aria-labelledby="Dropdown">
<a class="dropdown-item hvr-forward" href="about-iits.html">EVERYTHING ABOUT IIT,s</a>
<a class="dropdown-item hvr-forward" href="medical-colleges.html">TOP MEDICAL COLLEGES</a>
<!-- <div class="dropdown-divider"></div> -->
<a class="dropdown-item hvr-forward" href="nits-iits.html">WHAT ARE NIT's, IIT's</a>
<a class="dropdown-item hvr-forward" href="bits-pilani.html">BITS PILANI</a>
</div>
</li>
<li>
<a href="results.html">Results</a>
</li>
<li>
<a href="testimonials.html">Testimonials</a>
</li>
<li>
<a href="contact-us.html">Contact Us</a>
</li>
</ul>
</div>
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<a class="navbar-brand" >
<img src="assets/images/logo/whitelLogo-Paathshala.png" style="height: 6vh">
</a>
<div id="my-nav" class=" collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<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">
<a class="nav-link" href="about-us.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="why-paathshala.html">Why Paathshala</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">
Exams
</a>
<div class="dropdown-menu animated fadeIn" aria-labelledby="navbarDropdown">
<a class="dropdown-item hvr-forward" href="jee-exam.html">JEE MAIN & ADVANCED</a>
<a class="dropdown-item hvr-forward" href="bitsat-cet.html">BITSAT, CET</a>
<!-- <div class="dropdown-divider"></div> -->
<a class="dropdown-item hvr-forward" href="neet-aiims-jipmer.html">NEET, AIIMS, JIPMER</a>
<a class="dropdown-item hvr-forward" href="olympiads.html">OLYMPIADS</a>
<a class="dropdown-item hvr-forward" href="kvpy-iiser.html">KVPY,IISER</a>
<a class="dropdown-item hvr-forward" href="foundation.html">FOUNDATION</a>
</div>
</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">
Info
</a>
<div class="dropdown-menu animated fadeIn" aria-labelledby="navbarDropdown">
<a class="dropdown-item hvr-forward" href="about-iits.html">EVERYTHING ABOUT IIT,s</a>
<a class="dropdown-item hvr-forward" href="medical-colleges.html">TOP MEDICAL COLLEGES</a>
<!-- <div class="dropdown-divider"></div> -->
<a class="dropdown-item hvr-forward" href="nits-iits.html">WHAT ARE NIT's, IIT's</a>
<a class="dropdown-item hvr-forward" href="bits-pilani.html">BITS PILANI</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="results.html">Results</a>
</li>
<li class="nav-item">
<a class="nav-link" href="testimonials.html">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact-us.html">Contact Us</a>
</li>
</ul>
</div>
<div id="navCollapsebtn" class="nav-item togglebtn"><i class="fa fa-bars"></i></div>
</nav>
<!-- Header End -->
<!-- Intro -->
<div id="testimonials" style="background: black;padding-top:15vh;" class="pl-5 pr-5 pb-3">
<h1 class="text-light text-center">This is why we do what we do</h1>
<h1 class="text-light text-center">Testimonials</h1>
<div class="card mb-3 blue-gradient">
<div class="row no-gutters">
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/nihar-mhapankar.jpg" class="card-img" alt="Nihar Mhapankar">
</div>
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
To merely explain my experience and emotions with Paathshala with a few words ? Oh Boy! It's going to be a task between the Devil and the Deep Blue Sea. My 2 year experience here was an adventure. Professors here helped me a lot in teaching, doubts, concepts clarification. I would say they are true experts of their subjects. The professors here are the best! The environment and ambience of the classrooms was far beyond my expectation. Good infrastructure, comfortable benches, quality teaching facilities, you name it! Learning here was fun and the environment maintained by the teachers was cherry on the cake. Our senior students also gave us the information about the mighty class in our 11 Std. I was also given the right guidance about the books to be referred to in addition to the study materials provided. I would rest my case on a final note that, if Paathshala is given the opportunity to compete at the higher level, it would gain all the honours and respect it truly deserves!!
</p>
<p class="card-text font-weight-bold">By: Nihar Mhapankar</p>
<p class="card-text">
My experience with Paathshala is absolutely fantastic. In the beginning itself, Professor Sagar Sir had given Nihar a view of the goal and how to reach that goal and how to start. Taking admission here did wonders for Nihar. The way of teaching by the faculties was very good as Nihar was very enthusiastic and loved going to Paathshala classes without missing even a single class. All the credit for Nihar’s success in the exams goes to the staff and faculty of Paathshala.
</p>
<p class="card-text font-weight-bold">By: Dr. Tushar Mhapankar [Nihar Mhapankar's Father]</p>
</div>
</div>
</div>
</div>
<div class="card mb-3 blue-gradient-rev">
<div class="row no-gutters">
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
My experience at Paathshala is wonderful; the teachers are very helpful, they provide personalized attention to the student. I studied for about 5-6 hours daily. I gave more time to the subject I was weak at. I revised the topics done in the class daily. And this helped me a lot in improving my scores in the exams. I also learnt how to manage my time and how not to make silly mistakes. The professors are knowledgeable and I give them a rating of 10/10. I was also counseled about the opportunities available to me after successful completion of JEE. I am planning to do Mechanical Engineering at IIT.
</p>
<p class="card-text font-weight-bold">By: Saurabh Parekh</p>
<p class="card-text">
It is a good thing that Paathshala is providing personalized attention to students. This helps students to ask their doubts and also the professor to gauge the understanding of the student. It helps them to gain confidence when the concepts are cleared and the results will be definitely good. I will give 100% credit of Saurabh's success to Paathshala as they are service oriented.
</p>
<p class="card-text font-weight-bold">By: Mr. Jayesh Parekh [Saurabh Parekh's Father]</p>
</div>
</div>
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/saurabh-parekh.jpg" class="card-img" alt="Saurabh Parekh">
</div>
</div>
</div>
<div class="card mb-3 blue-gradient">
<div class="row no-gutters">
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/sachit-shanbhag.jpg" class="card-img" alt="Sachit Shanbhag">
</div>
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
My experience at Paatshala was very good. The one thing I liked here is that they provide great academic support which helped me excel in all the subjects. The professors are experienced and provide us in depth knowledge of the subject. My scores improved a lot in all the subjects. For the future batches of Paathshala, I will say that you should stick to the portion and the study material that is provided. Whenever you have doubts, get it cleared with the professors. The study materials, the class notes and the assignments given at the class are enough for getting good marks in JEE. I also got to know tips and techniques and time management strategies from the counselor which were very helpful. My rating of Paathshala is 10/10 as the staff and faculty are very supportive.
</p>
<p class="card-text font-weight-bold">By: Sachit Shanbhag</p>
<p class="card-text">
As a parent, I am happy that personalized attention was given to Sachit and he got the concepts cleared from the professors. It is important to stay focused on studies in these two years and after you have mastered the concepts, then move to the next level.
</p>
<p class="card-text font-weight-bold">By: Mr. Subhash Shanbhag [Sachit Shanbhag's Father]</p>
</div>
</div>
</div>
</div>
<div class="card mb-3 blue-gradient-rev">
<div class="row no-gutters">
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
Irrespective of the exams I was to appear I was counseled by the professors who taught me how I should crack the exam without difficulty. They taught me how to manage time effectively while solving questions. The professors cleared all my conceptual doubts in such a way that I could put them into application and use them to solve the problems correctly. For the JEE aspirants, I would like to say that study all the concepts but do a smart study. Revise whatever you have learnt thoroughly and solve maximum practice questions.
</p>
<p class="card-text font-weight-bold">By: Devansh Bangad</p>
<p class="card-text">
We had a wonderful and happy experience at Paathshala. All the faculties gave Devansh personalized attention and solved all his doubts. We used to get the guidance from professors from time to time. All these have contributed towards Devansh succeeding in JEE Advanced. Before the exams, the professors explained to us which topic is to be covered, which topic should be solved and Devansh's success is to be attributed to the fact that he scored minimum negative marks in both JEE Main and JEE Advanced. To the entrance exam aspirants, we would say, there has to be regular study by the student for 2 years. The student should be thorough with the concepts, formulas, theory, definition and clear the doubts immediately with the professors.
</p>
<p class="card-text font-weight-bold">By: Mr and Mrs Bangad [Devansh Bangad's Parents]</p>
</div>
</div>
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/devansh-bangad.jpg" class="card-img" alt="Devansh Bangad">
</div>
</div>
</div>
<div class="card mb-3 blue-gradient">
<div class="row no-gutters">
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/advait-koparkar.jpg" class="card-img" alt="advait-koparkar">
</div>
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
The most striking thing you experience with the professors of Paathshala is their passion for teaching and the mastery over the subject that makes a huge difference from the perspective of a student. They are very interactive with the students. The professors could clear the conceptual doubts of each student. They connect well with the students in solving their doubts. Professors are frank in their feedback without mincing words.
</p>
<p class="card-text font-weight-bold">By : Mr and Mrs Koparkar [Advait Koparkar's Parents]</p>
</div>
</div>
</div>
</div>
<div class="card mb-3 blue-gradient-rev">
<div class="row no-gutters">
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
I had a really great experience at Paathshala. Since we were taught in small batches, it was very effective as we could understand the concepts clearly. Our syllabus was completed twice. That gave us the edge over our competitors. Our professors were friendly and understanding. Attending classes was fun. All in all, my experience at Paathshala was thrilling.
</p>
<p class="card-text font-weight-bold">By : Ashay Katre</p>
</div>
</div>
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/ashay-katre.jpg" class="card-img" alt="ashay-katre">
</div>
</div>
</div>
<div class="card mb-3 blue-gradient">
<div class="row no-gutters">
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/mihir-mahajan.jpg" class="card-img" alt="mihir-mahajan">
</div>
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
It is a great feeling to have been a student of Paathshala, have gotten to learn from all the professors here. Every professor has taught me valuable life lessons too. [After my 10th Std, I have joined a different institute but over there, my concepts were not being clarified] Hence, I have joined Paathshala later. My concept clarity strengthened with time. My frequency of solving problems without making silly mistakes has increased. Also, the time taken by me for solving each sum has reduced. This capability has become an integral part of me. I have also learnt a lot about life at Paathshala. I can feel the connection between Maths and Life. 'Integration' taught me that if you keep adding up small efforts, you WILL make it large despite any obstacles of 'what to substitute'. Plus, you will get the added bonus of '+C' in the end. It's your life, make it large!
</p>
<p class="card-text font-weight-bold">By : Mihir Mahajan</p>
</div>
</div>
</div>
</div>
<div class="card mb-3 blue-gradient-rev">
<div class="row no-gutters">
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text pt-3">
Her professors are intelligent, knowledgeable and dedicated. My daughter really benefited from the class as she learnt the subjects in depth. She was given daily assignments to complete. It really improved her test scores including MCQs. For the NEET aspirants, I will say one has to be very focused and planned with studies. Also, indulge in extra curricular activities like sports or music to relax.
</p>
<p class="card-text font-weight-bold">By : Bhakti Savla</p>
</div>
</div>
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/bhakti-savla.jpg" class="card-img" alt="bhakti-savla">
</div>
</div>
</div>
<div class="card mb-3 blue-gradient">
<div class="row no-gutters">
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/shashank-iyer.jpg" class="card-img" alt="shashank-iyer">
</div>
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
I have good experience studying at Paathshala. Here the student gets all the required facilities and study material required for perfect preparation. The classification of the topics into subtopics has helped in better understanding of the concepts in that topic. Also, the classes are conducted in small batches which enables the professor to give personalized attention to the student. The student is encouraged to ask questions and clear all his doubts. I was initially in a different institute before joining Paathshala. I would have to work much much harder if I were at some other institute, where they start the portion slowly but in the end moments they finish the portion. That too they don’t teach properly. They give you a mix bag of theories; you need to go into it and search out the important points. Here at Paathshala Education, the professors are knowledgeable and provided personalized attention to each student and clear all their doubts on the subject. They guide you properly and give what is actually required. For entrance exam aspirants, I would say do not count the number of hours you study instead solve more conceptual questions because this is what that develops our concepts. As soon as you finish theory, start off with practice papers of previous years and solve them as much as possible.
</p>
<p class="card-text font-weight-bold">By: Shashank Iyer</p>
</div>
</div>
</div>
</div>
<div class="card mb-3 blue-gradient-rev">
<div class="row no-gutters">
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
Before joining Paathshala, my experience with another institute was not good. At Paathshala, I was able to understand the concepts of the subject clearly and became confident and interested in the subjects. The professors taught me from the basics of 11th standard and made me capable of solving MCQs of JEE Main level quickly. Also, I was made to solve lots of questions from previous years' tests. I could understand the questions and what I am supposed to answer. I would advise the future batches of Paathshala to stay focused on studies, clear your concepts of each topic and solve as many questions as possible. And beware of the marketing strategies used by the coaching classes and don't fall prey to them. I did initially fall prey to such tactics and joined a different class before joining Paathshlala and had to leave it eventually.
</p>
<p class="card-text font-weight-bold">By: Rujuta Ghorpade</p>
</div>
</div>
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/rujuta-ghorpade.jpg" class="card-img" alt="ashay-katre">
</div>
</div>
</div>
<div class="card mb-3 blue-gradient">
<div class="row no-gutters">
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/anish-jadhav.jpg" class="card-img" alt="anish-jadhav">
</div>
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
My experience with the Professors at Paathshala Education has been amazing. The professors are friendly and knowledgeable. The syllabus was completed early. Due to small size of the batch, we got personalized attention from the faculty. Also audio visuals and small videos are shown in the class to make the study more understandable and entertaining. Compared to Paathshala, when I was at another institute before joining Paathshala, their method of teaching was different and I could not understand the concepts well. At Paathshala, the professors ensured that I understood the concepts and its application correctly. Each topic is categorized into divisions for better understanding. Plus there are lots of practice questions to be solved which help us to gain confidence.
</p>
<p class="card-text font-weight-bold">By: Anish Jadhav</p>
</div>
</div>
</div>
</div>
<div class="card mb-3 blue-gradient-rev">
<div class="row no-gutters">
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
The faculty was very good; they helped me in learning the concepts really well. The classrooms and infrastructure radiate the concept of education and that keeps us focused on studies all the time. The Academics and the Test modules were very helpful. Earlier I had no idea of what type of questions would be asked. These modules helped me on not only how to solve the paper but also time management. The Academics modules helped me understand the concepts well for my college exams as well. For the future batches in Paathshala and JEE/NEET aspirants, my advice would be, not to panic or stress. One has to only study hard, understand the concepts well and solve maximum number of previous years’ questions. I motivated myself to prepare well for the exams without getting stressed; listening to music in my spare time was a booster. Some of my school friends used to ask me questions from other institutes' module which I could easily answer. So, by being a student of Paathshala, I had the competitive advantage over students from other institutes.
</p>
<p class="card-text font-weight-bold">By: Soumil Kelker</p>
</div>
</div>
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/soumil-kelkar.jpg" class="card-img" alt="soumil-kelkar">
</div>
</div>
</div>
<div class="card mb-3 blue-gradient">
<div class="row no-gutters">
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/manjiri-vichare.jpg" class="card-img" alt="manjiri-vichare">
</div>
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
My experience at Paathshala was mind-blowing. Here the students are taught in small batches and so the Professors were able to give good attention which is very good for the student. The Professors clear all our doubts easily, they encourage us to ask questions and are very supportive. After the JEE Main, some of my friends, mentioned to me they did not do well. But for me, thanks to Paathshala, I performed much better than the others. This is because Paathshala conducted various Chapter Wise Tests, later on the Full Syllabus Tests were given. The level of tests at Paathshala were also higher so that we do not get nervous during the actual exam. The counsellors and professors were co-operative and helped us in time management, suggested what additional books to buy and to how to solve extra papers at home. For a JEE aspirant, I would suggest, the preparation should start from XI Std itself without taking any stress. There should be very less use of mobile phone for these two years and the student should be focused only on studies. I have good memories of studying at Paathshala that I will cherish.
</p>
<p class="card-text font-weight-bold">By: Manjiri Vichare</p>
</div>
</div>
</div>
</div>
<div class="card mb-3 blue-gradient-rev">
<div class="row no-gutters">
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
I have enjoyed and experienced the journey here at Paathshala Education. The faculty is good, the study material provided are good. The professors have really guided us well. I have put in a lot of effort, even the faculty were putting a lot of effort in making me understand the concepts very well. The Paathshala Education Academics and Test module and also the other resources were nice and really helped me in solving a good amount of questions. Any doubts in the content, I could ask the Professors any time. Regular problem solving helped me increase my level. During this period, I restricted myself to only about very limited mobile usage. I had a competitive advantage over my friends who were studying at other classes because the Paathshala module questions were definitely at a higher level with proper solutions. For a JEE aspirant, I would say that you need to focus thoroughly on studies in these 2 years, and also not to get distracted by others.
</p>
<p class="card-text font-weight-bold">By: Vivaan Gandhi</p>
</div>
</div>
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/vivaan-gandhi.jpg" class="card-img" alt="vivaan-gandhi">
</div>
</div>
</div>
<div class="card mb-3 blue-gradient">
<div class="row no-gutters">
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/abhishek-dwivedi.jpg" class="card-img" alt="abhishek-dwivedi">
</div>
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
Initially I joined a different coaching institute and left the class within 2 months as I was totally dissatisfied with the teaching and management over there. After that, I have taken admision at Paathshala. My experience at Paathshala has been wonderful. Paathshala is one of the best classes in Mumbai and even Maharashtra. The professors are very good, friendly and supportive. I just want to say this: If you are searching for the best class in Mumbai, then it is Paathshala. I am completely overwhelmed to have been a student of Paathshala. The way in which Paathshala counselors keep you motivated, focused and goal oriented from time to time is amazing. I am speechless!
</p>
<p class="card-text font-weight-bold">By: Abhishek Dwivedi</p>
</div>
</div>
</div>
</div>
<div class="card mb-3 blue-gradient-rev">
<div class="row no-gutters">
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
My experience at Paathshala was superb. The teaching of all professors is at higher level as well as simple so that all students can understand well. The management, classes schedule is the best. I felt comfortable to study and I have improved so much compared to how I was till 10th Std. I am feeling proud to have been a student of Paathshala.
</p>
<p class="card-text font-weight-bold">By: Jatin Panchal</p>
</div>
</div>
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/jatin-panchal.jpg" class="card-img" alt="jatin-panchal">
</div>
</div>
</div>
<div class="card mb-3 blue-gradient">
<div class="row no-gutters">
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/tanmay-pawaskar.jpg" class="card-img" alt="tanmay-pawaskar">
</div>
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
My experience at Paathshala was amazing. The professors at Paathshala are very very good. They have provided personalized attention to us and helped us whenever required. Many doubts about careers and career opportunities were also clarified by the Academics Team. The counselors of the Academics Team have given us motivation counseling from time to time and the counseling really helped me a lot.
</p>
<p class="card-text font-weight-bold">By: Tanmay Pawaskar</p>
</div>
</div>
</div>
</div>
<div class="card mb-3 blue-gradient-rev">
<div class="row no-gutters">
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
My experience at Paathshala was very nice. The faculty was highly qualified and dedicated. The atmosphere was very studious. Every student is dedicated towards their studies which also kept me dedicated and sincere. My doubts were cleared from time to time. The infrastructure is very nice and the staff is always ready to cater to our requirements. The academics team kept me motivated and focused.
</p>
<p class="card-text font-weight-bold">By: Vishad Sawant</p>
</div>
</div>
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/vishad-sawant.jpg" class="card-img" alt="vishad-sawant">
</div>
</div>
</div>
<div class="card mb-3 blue-gradient">
<div class="row no-gutters">
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/pranav-gaikwad.jpg" class="card-img" alt="pranav-gaikwad">
</div>
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
My experience at Paathshala was very good. My friend, Lalit reccommended me to join Paathshala and I thank Lalit for this. Preparation for JEE Exam is a difficult task but the guidance given by the professors here made the things easier. Highly experienced professors of Paathshala have supported and guided us at every step during the preparation. Studying at Paathshala was actually full of fun for me. Paathshala is the right place for entrance exam preparation and my journey at Paathshala has been the most fulfilling one.
</p>
<p class="card-text font-weight-bold">By: Pranav Gaikwad</p>
</div>
</div>
</div>
</div>
<div class="card mb-3 blue-gradient-rev">
<div class="row no-gutters">
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
In the previous institute I studied earlier, I had many conceptual doubts which was a setback in the MCQ performance. After coming to Paathshala, I got personalized attention from various faculties, and continuous clarification of doubts, helped me solve the questions appropriately. When the conceptual doubts are cleared, then the question solving ability is developed automatically. Also you should attempt all the Part Syllabus, Full Syllabus and Topic Wise Tests to get the confidence for scoring high marks in competitive exams. For the future batches at Paathshala, I would say that this is the best institute where personalized attention is given to the student.
</p>
<p class="card-text font-weight-bold">By: Aditya Atreya</p>
</div>
</div>
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/aditya-atreya.jpg" class="card-img" alt="aditya-atreya">
</div>
</div>
</div>
<div class="card mb-3 blue-gradient">
<div class="row no-gutters">
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/aditya-parhad.jpg" class="card-img" alt="aditya-parhad">
</div>
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
The Professors at Paathshala have a good knowledge of the fundamentals and advanced concepts of the subject. Some of the Professors have a good sense of humor too! The Professors method of explaining the topics is simple. They divide the topics into categories and sub-categories that are easy to remember. The best way to crack the JEE exams is to initially focus on the fundamentals and give each topic a lot of time. Secondly, towards the later days you should practice 50 full syllabus of Mains tests and 50 full syllabus of Advance tests. This will really help you a lot.
</p>
<p class="card-text font-weight-bold">By: Aditya Parhad</p>
</div>
</div>
</div>
</div>
<div class="card mb-3 blue-gradient-rev">
<div class="row no-gutters">
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
I joined Paathshala a bit late and now wish I had joined earlier. The guidance that Paathshala provides cannot be found anywhere else. I have learnt how to prepare for the exam and solve the questions in a time based manner. The professors and counselors here motivate us and show us the right direction which will enable us to excel in the exams. For entrance exam aspirants, I would say, you need to be strong in the concepts. Do not spend too much time on difficult questions. Work hard, study smart.
</p>
<p class="card-text font-weight-bold">By: Asesh Patra</p>
</div>
</div>
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/asesh-patra.jpg" class="card-img" alt="asesh-patra">
</div>
</div>
</div>
<div class="card mb-3 blue-gradient">
<div class="row no-gutters">
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/aditi-goyal.jpg" class="card-img" alt="aditi-goyal">
</div>
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
I felt that the concepts were not cleared and understood at my college. After joining Paathshala, I got personalized attention from Professors and got all the concepts cleared. The professors had good command over the subject and were able to make me understand all the topics. I found myself in a stronger position as the concepts became clear to me. I wish I had joined Paathshala earlier.
</p>
<p class="card-text font-weight-bold">By: Aditi Goyal</p>
</div>
</div>
</div>
</div>
<div class="card mb-3 blue-gradient-rev">
<div class="row no-gutters">
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
At Paathshala, the professors gave great attention to each student and this helped me understand each topic well as I got all the concepts cleared. I also got to solve lots of questions and asked my doubts to the faculty. The faculty is very helpful. For the JEE Aspirants, I will say they should complete the syllabus as early as possible and then revise and solve lots of practice questions.
</p>
<p class="card-text font-weight-bold">By: Gaurav Parekh</p>
</div>
</div>
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/gaurangi-puradkar.jpg" class="card-img" alt="gaurangi-puradkar">
</div>
</div>
</div>
<div class="card mb-3 blue-gradient">
<div class="row no-gutters">
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/sanika-biwalkar.jpg" class="card-img" alt="sanika-biwalkar">
</div>
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
I am Sanika’s father. I had been told that the teaching at Paathshala is at a different level. The topics are categorized and the concepts are taught thoroughly for better understanding and then there are tests on each topic followed by Full Syllabus Tests. Then the JEE Main syllabus is taught so that the concepts are clear, the approach to the problem is clear and only the difficulty level increases. They taught her how to systematically prepare for the exams, how to write the answer, and she became confident in the subject.
</p>
<p class="card-text font-weight-bold">By: Sanika Biwalkar and Mr. Biwalkar</p>
</div>
</div>
</div>
</div>
<div class="card mb-3 blue-gradient-rev">
<div class="row no-gutters">
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
My experience at Paathshala was very good. The faculty helped me at every stage, from clearing my doubts where I was lagging behind, and to improving my scores in the subject. The Academics and Tests module helped me to solve more variety of questions in limited time and taught me how to manage time effectively. For the future batches of Paathshala, I would say that you should make efforts to understand all the concepts by revising them, clearing the doubts with the Professors. Do not get distracted with Facebook, YouTube, Whatsapp, Instagram etc. for these two precious years and concentrate only on studies. At Paathshala, I learnt how to categorize a topic and study the concepts which made learning very easy.
</p>
<p class="card-text font-weight-bold">By: Srushti Jagtap</p>
</div>
</div>
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/srushti-jagtap.jpg" class="card-img" alt="srushti-jagtap">
</div>
</div>
</div>
<div class="card mb-3 blue-gradient">
<div class="row no-gutters">
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/kashish-chaudhari.jpg" class="card-img" alt="kashish-chaudhari">
</div>
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
My experience at Paathshala Education is too good. The professors are very intelligent and they helped us a lot in our studies. The professors of each and every subject are very good and they are always ready to help us.
</p>
<p class="card-text font-weight-bold">By: Kashish Chaudhari</p>
</div>
</div>
</div>
</div>
<div class="card mb-3 blue-gradient-rev">
<div class="row no-gutters">
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
When I came to know about Paathshala from one of my friends and they way teaching happens at Paathshala, I regretted why I joined my institute [Institute name is being kept confidential] which I later left and joined Paathshala. The way me and my batchmates were taught was fabulous. The professors actually created interest in studies. Because of Paathshala, I actually scored very well in my exams. The way we were guided and given tips for problem solving is very good and confidence boosting.
</p>
<p class="card-text font-weight-bold">By: Parth Kharkar</p>
</div>
</div>
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/parth-kharkar.jpg" class="card-img" alt="parth-kharkar">
</div>
</div>
</div>
<div class="card mb-3 blue-gradient">
<div class="row no-gutters">
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/jyoti-maurya.jpg" class="card-img" alt="jyoti-maurya">
</div>
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
My experience at Paathshala is good. The professors teach very well and solve doubts on time. I am extremely happy about that. The Academics Team is always active and always in communication with the students.
</p>
<p class="card-text font-weight-bold">By: Jyoti Maurya</p>
</div>
</div>
</div>
</div>
<div class="card mb-3 blue-gradient-rev">
<div class="row no-gutters">
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
I had a very nice experience at Paathshala. If I compare me with my 10th standard self, I have improved a lot. The big difference was created because the Academics Team at Paathshala has totally indulged me in studies with nice assignments, which enhanced my capability and knowledge. The material provided by Paathshala is very good. I have become extremely confident after joining Paathshala
</p>
<p class="card-text font-weight-bold">By: Abhas Tiwari</p>
</div>
</div>
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/abhas-tiwari.jpg" class="card-img" alt="abhas-tiwari">
</div>
</div>
</div>
<div class="card mb-3 blue-gradient">
<div class="row no-gutters">
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/saloni-mahajan.jpg" class="card-img" alt="saloni-mahajan">
</div>
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
I got a lot of encouragement and motivation for my studies and exams from Paathshala. The Academics and Tests module helped me prepare well and improve my scores as I solved as many questions to gain confidence. For an entrance exam aspirant, I would say you should stay focused on studies and it is important that you should solve lots of practice questions keeping a timer. It is advisable to keep away from all distractions especially social media for these two years. Use your mobile only when required and do not spend too much time on it. What I appreciate about Paathshala is that they are goal oriented and the smaller batch size enables the Professors to give personalized attention to the student.
</p>
<p class="card-text font-weight-bold">By: Saloni Mahajan</p>
</div>
</div>
</div>
</div>
<div class="card mb-3 blue-gradient-rev">
<div class="row no-gutters">
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
I became confident than before after I got all the concepts cleared at Paathshala. The professors are all student-friendly, they give lots of problems to solve. You need to be calm and not take any stress. To JEE Aspirants, I would say, ask your doubts to the faculty and get the concepts cleared and also solve lots of questions from previous years tests. This will give you the confidence to write the paper well and without any stress.
</p>
<p class="card-text font-weight-bold">By: Aayush Voleti</p>
</div>
</div>
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/aayush-voleti.jpg" class="card-img" alt="aayush-voleti">
</div>
</div>
</div>
<div class="card mb-3 blue-gradient">
<div class="row no-gutters">
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/nikhil-sharma.jpg" class="card-img" alt="nikhil-sharma">
</div>
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
My experience at Paathshala Education is good. The professors are very amicable and supportive. The best thing about Paathshala is that all the students get maximum personalized attention.
</p>
<p class="card-text font-weight-bold">By: Nikhil Sharma</p>
</div>
</div>
</div>
</div>
<div class="card mb-3 blue-gradient-rev">
<div class="row no-gutters">
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
My experience at Paathshala was good. The professors are good and knowledgeable. They are quite encouraging. The study atmosphere is also good. The staff and counselors are friendly and helping. My experience overall was good.
</p>
<p class="card-text font-weight-bold">By: Maitreyee Aurangabadkar</p>
</div>
</div>
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/maitreyee-aurangabadkar.jpg" class="card-img" alt="maitreyee-aurangabadkar">
</div>
</div>
</div>
<div class="card mb-3 blue-gradient">
<div class="row no-gutters">
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/akhil-boddul.jpg" class="card-img" alt="akhil-boddul">
</div>
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
My experience at Paathshala was very good. I felt very comfortable here. The teachers taught and explained the concepts very nicely. They also made hard concepts easy to understand. We have gotten personalized attention from the professors because we were taught in small batches. I have enjoyed learning all the subjects here, Physics, Chemistry and Maths, my favourite subject being Physics.
</p>
<p class="card-text font-weight-bold">By: Akhil Boddul</p>
</div>
</div>
</div>
</div>
<div class="card mb-3 blue-gradient-rev">
<div class="row no-gutters">
<div class="col-md-10">
<div class="card-body text-light p-3">
<p class="card-text">
My journey at Paathshala was fun-filled, exciting and filled with top notch education. We all have had many memorable moments. The professors here are excellent! The Academics team, counselors are great. The staff members are very supportive.
</p>
<p class="card-text font-weight-bold">By: Shamik Kotian</p>
</div>
</div>
<div class="col-md-2 mt-2 p-3">
<img src="assets/images/testimonial/shamik-kotian.jpg" class="card-img" alt="shamik-kotian">
</div>
</div>
</div>
</div>
<!-- Intro End -->
<!-- Features of Pathshala Cards -->
<!-- Features of Pathshala Cards End -->
<!-- Form For Enrollment -->
<!-- Form For Enrollment End -->
<!-- Testimonial -->
<!-- Testimonial End -->
<!-- Footer -->
<footer style="background: black;">
<div class="container">
<div class="row p-4 mb-0 wow slideInUp" style="text-align: center;">
<div class="footer-menu" style="width: 30%;display: inline-block;margin-left: 2vw;">
<ul class="list-unstyled">
<li>JEE [MAIN], JEE [ADVANCED]</li>
<li>BITSAT, CET</li>
<li>NEET, AIIMS, JIPMER</li>
<li>OLYMPIADS</li>
<li>KVPY, IISER</li>
<li>FOUNDATION</li>
</ul>
</div>
<div class="footer-menu wow slideInUp">
<ul class="list-unstyled">
<li>EVERYTHING ABOUT IITs</li>
<li>TOP MEDICAL COLLEGES</li>
<li>WHAT ARE NITs, IIITs</li>
<li>BITS PILANI</li>
</ul>
</div>
<div class="footer-menu wow slideInUp">
<ul class="list-unstyled">
<li>ADMISSION ENQUIRY</li>
<li>RESOURCES</li>
<li>CAREERS</li>
<li>SPARK EXCELLENCE</li>
</ul>
</div>
</div>
<div style="border:1px solid white;display: block"></div>
<div class="row p-3 wow slideInUp" style="text-align: center">
<div id="about" style="display: inline-block;width:48%;color:white;font-size:13px;padding: 1vw;text-align:left;">
<span class="badge badge-primary" style="margin-bottom: 2vh;">About Us</span>
<p>
We are a premiere education institute and one of the fastest growing education institutes in India. We are focused on providing quality education with state-of-the-art infrastructure, like nowhere in India and guidance for the students of XI and XII standard
science, aspiring to crack competitive entrance exams like the IIT JEE, BITSAT, NEET, JIPMER, AIIMS etc and Boards
</p>
<ul class="list-inline">
<li class="list-inline-item">
<i class="fa fa-facebook"></i>
</li>
<li class="list-inline-item">
<i class="fa fa-twitter"></i>
</li>
<li class="list-inline-item">
<i class="fa fa-pinterest-p"></i>
</li>
<li class="list-inline-item">
<i class="fa fa-linkedin"></i>
</li>
<li class="list-inline-item">
<i class="fa fa-instagram"></i>
</li>
<li class="list-inline-item">
<i class="fa fa-youtube-play"></i>
</li>
</ul>
</div>
<div id="contact" class="wow slideInUp" style="display: inline-block;width:48%;color:white;font-size:13px;padding: 1vw;text-align:left;">
<span class="badge badge-primary" style="margin-bottom: 2vh;">Contact Us</span>
<p>
Office: 201, Dighe House, Opp Karnavat Classes, Lohar Ali Lane, Behind Jagdish Book Depot, Near Thane Railway Station, Thane West - 400601, Maharashtra, India.
</p>
<ul class="list-unstyled contactlist">
<li><i class="fa fa-phone"></i> Admissions: +91 9867998388</li>
<li><i class="fa fa-id-card"></i> Appointment: 022 4970 8979</li>
<li><i class="fa fa-handshake-o"></i> HR: +91 8657482467</li>
<li><i class="fa fa-university"></i> Admissions: [email protected]</li>
<li><i class="fa fa-envelope-open"></i> Affiliations and HR: [email protected]</li>
<li><i class="fa fa-envelope-o"></i> Academics: [email protected]</li>
</ul>
</div>
</div>
<div class="text-light text-center p-4 wow slideInUp">
Copyright © 2019 Paathshala Education. All Rights Reserved. Designed and Developed by: Paathshala Education
</div>
</div>
</footer>
</body>
<!-- Boostrap Js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.js" integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap-select.min.js"></script>
<script>
$('select').selectpicker();
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script>
new WOW().init();
</script>
<script>
$(function() {
$(window).scroll(function() {
if ($(window).scrollTop() >= 20) {
$(".togglebtn").css("color", "black");
$('.navbar').removeClass('navbar-dark');
$('.navbar').addClass('navbar-light bg-light');
$(".navbar").css("margin-top", "0vh")
$(".navbar-brand img").attr("src", "assets/images/logo/ps.png");
} else {
$(".togglebtn").css("color", "white");
$('.navbar').removeClass('bg-light');
$('.navbar').addClass('navbar-dark');
$(".navbar").css("margin-top", "3vh")
$(".navbar-brand img").attr("src", "assets/images/logo/whitelLogo-Paathshala.png");
}
});
});
</script>
<!-- <script src="assets/js/index.js"></script> -->
<script src="assets/js/responsive.js"></script>
<script src="enquiry.js"></script>
</html>