-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
649 lines (628 loc) · 35.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Amrita SSR</title>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<!--headerIncludes-->
<!-- Custom Theme files -->
<link href="./bundles/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all">
<link href="./bundles/css/font-awesome.min.css" rel="stylesheet">
<!-- font-awesome icons -->
<link href="./bundles/css/style.css" rel="stylesheet" type="text/css" media="all">
<!-- //Custom Theme files -->
<!-- online-fonts -->
<link href="//fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Oxygen:400,700" rel="stylesheet">
<!-- //online-fonts -->
<style>
</style>
</head>
<body>
<div id="page" class="page">
<div class="main-top header11" id="home" style="outline: currentcolor none medium; cursor: inherit;">
<!-- header -->
<div class="headder-top">
<div class="container-fluid">
<!-- nav -->
<nav>
<div id="logo">
<h1><a class="editContent" href="index.html" style="outline: currentcolor none medium; outline-offset: -2px; cursor: inherit;">SSR<span>Amritapuri</span></a></h1>
</div>
<label for="drop" class="toggle">Menu</label>
<input type="checkbox" id="drop">
<ul class="menu mt-2">
<li class="active"><a href="index.html">Home</a></li>
<li class="mx-lg-3 mx-md-2 my-md-0 my-1"><a href="#team">Team</a></li>
<li><a href="#blog">Blogs</a></li>
<li><a href="#gallery" class="drop-text">Gallery</a></li>
<li class="mx-lg-3 mx-md-2 my-md-0 my-1">
<!-- First Tier Drop Down -->
<label for="drop-2" class="toggle toogle-2">Dropdown <span class="fa fa-angle-down" aria-hidden="true" style="outline: none; cursor: inherit;"></span>
</label>
<a href="#">Previous Years<span class="fa fa-angle-down" aria-hidden="true" style="outline: none; cursor: inherit;"></span></a>
<input type="checkbox" id="drop-2">
<ul>
<li><a href="#blog" class="drop-text">SSR 2018</a></li>
<li><a href="#blog" class="drop-text">SSR 2017</a></li>
<li><a href="#blog" class="drop-text">SSR 2016</a></li>
</ul>
</li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
<!-- //nav -->
</div>
</div>
<!-- //header -->
<!-- banner -->
<div class="main-banner">
<div class="container">
<div class="style-banner ">
<h4 class="mb-1 editContent">Student Social Responsibility<br></h4>
<h5 class="editContent">2019<br></h5>
</div>
<div class="two-demo-button mt-lg-4 mt-3">
<p class="editContent">Spreading Happiness. Caring the World. Bringing a Change.<br></p>
</div>
<div class="view-buttn mt-md-4 mt-sm-4 mt-3">
<a href="#about" class="btn scroll" style="outline: none; cursor: inherit;">About Us</a>
</div>
</div>
</div>
</div>
<!-- //banner-gride-->
<!-- about -->
<section class="about py-lg-4 py-md-3 py-sm-3 py-3 editContent" id="about">
<div class="container py-lg-5 py-md-4 py-sm-4 py-3">
<div class="row">
<div class="col-lg-7 col-md-6 editContent">
<div class="wthree-about-txt mb-lg-5 mb-md-4 mb-3">
<h5 class="editContent" style="outline: none; cursor: inherit;">Our Mission</h5>
</div>
<div class="about-para-txt">
<p class="editContent">Giving back to the society whatever little we can, this is the small thought that led to this massive community service program that we call SSR (Student Social Responsibility).
The aim of this student driven program is nothing but the well-being of the society through various projects. Being able to interact with people and bring about solutions for the various problems in their daily life is something that the students of Amrita have mastered at this young age. The program teaches the students how to be socially responsible as citizens. The main idea, however, is to inspire - inspire the youth to take this up as an example and bring about a change in their own way!</p>
</div>
</div>
<div class="col-lg-5 col-md-6 about-imgs-txt header11">
</div>
</div>
</div>
</section>
<!-- about -->
<!--state -->
<section class="stats py-lg-4 py-md-3 py-sm-3 py-3 header11">
<div class="container py-lg-5 py-md-4 py-sm-4 py-3">
<div class="stats-info row ">
<div class="col-lg-3 col-md-3 col-sm-6 col-6 stats-grid editContent">
<div class="register-left-num editContent">
<div class="count-icon">
<span class="fa fa-leaf" aria-hidden="true"></span>
</div>
<div class="counter-number editContent">10+</div>
<div class="stat-info pt-lg-3 pt-md-3 pt-sm-3 pt-3">
<h4 class="editContent">Years</h4>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-6 stats-grid editContent">
<div class="register-left-num editContent">
<div class="count-icon">
<span class="fa fa-smile-o editContent" aria-hidden="true" style="outline: none; cursor: inherit;"></span>
</div>
<div class="counter-number editContent" style="outline: none; cursor: inherit;">1100+</div>
<div class="stat-info pt-lg-3 pt-md-3 pt-sm-3 pt-3">
<h4 class="editContent" style="outline: none; cursor: inherit;">Community Projects</h4>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-6 stats-grid editContent">
<div class="register-left-num editContent">
<div class="count-icon">
<span class="fa fa-paw editContent" aria-hidden="true" style="outline: none; cursor: inherit;"></span>
</div>
<div class="counter-number editContent">6000+</div>
<div class="stat-info pt-lg-3 pt-md-3 pt-sm-3 pt-3">
<h4 class="editContent">Students Involved</h4>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-6 stats-grid editContent" style="outline: none; cursor: inherit;">
<div class="register-left-num editContent" style="outline: none; cursor: inherit;">
<div class="count-icon">
<span class="fa fa-globe" aria-hidden="true" style="outline: none; cursor: inherit;"></span>
</div>
<div class="counter-number editContent" style="outline: none; cursor: inherit;">3 Lacs+</div>
<div class="stat-info pt-lg-3 pt-md-3 pt-sm-3 pt-3">
<h4 class="editContent" style="outline: none; cursor: inherit;">Student Hours</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<!--//state -->
<!-- service -->
<section class="service py-lg-4 py-md-3 py-sm-3 py-3 editContent" id="service">
<div class="container py-lg-5 py-md-4 py-sm-4 py-3">
<h3 class="title text-center mb-md-4 mb-sm-3 mb-3 mb-2 editContent">Inspiration</h3>
<div class="title-wls-text text-center mb-lg-5 mb-md-4 mb-sm-4 mb-3">
<p class="editContent">Spiritual leader, humanitarian and visionary Sri Mata Amritanandamayi Devi (known to millions simply as ‘Amma’), is an active social worker of the world community. Through her inspiring life of love, inner strength and self-sacrifice, Amma has inspired people all over the planet to strive to make more and more space in their hearts for others and to dedicate free time to social service. Mata Amritanandamayi Math under the guidance of our beloved Amma has built more than 80,000 homes for the homeless throughout India, has provided scholarships for more than 50,000 impoverished children, and has helped more than one lakh poverty-stricken women form self-help groups, and much more. It is with Amma's blessings, and her works as an inspiration that we are successful in this endeavor.</p>
</div>
<div class="row">
<div class="col-lg-5 service-two-grids editContent">
</div>
<div class="col-lg-7 service-two-grids editContent">
<div class="img-cols-grid row">
<div class="col-lg-6 col-md-6 col-sm-6 editContent">
</div>
<div class="col-lg-6 col-md-6 col-sm-6 editContent ">
</div>
<div class="col-lg-6 col-md-6 col-sm-6 mt-md-4 mt-3 editContent">
</div>
<div class="col-lg-6 col-md-6 col-sm-6 mt-md-4 mt-3 editContent">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //banner -->
<!-- banner-gride-->
<section class="three-grids editContent">
<div class="container-fluid">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 p-0 editContent">
<div class="img-abt-info1 header11">
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 banner-bottom-grid p-0 editContent">
<div class="w3layouts-abt-info editContent">
<div class="mb-lg-3 mb-md-3 mb-2 abut-headder">
<h4 class="editContent">Br. Vishwanathamrita Chaitanya</h4>
</div>
<p class="editContent">"SSR is Amrita's flagship community outreach program that exposes students to the realities of life. It offers them a unique opportunity to make a real difference in the world outside and practice humanity in their own little ways."</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 p-0 editContent">
<div class="img-abt-info2 header11">
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 banner-bottom-grid p-0 editContent">
<div class="w3layouts-abt-info editContent">
<div class="mb-lg-3 mb-md-3 mb-2 abut-headder">
<h4 class="editContent" style="outline: none; cursor: inherit;">Kiran Kumar B</h4>
</div>
<p class="editContent">"SSR a state of the art student-facilitated program, which continues to strive for excellence in designing and developing a stronger youth."</p>
</div>
</div>
</div>
</div>
</section>
<!--//service -->
<!--team -->
<section class="team py-lg-4 py-md-3 py-sm-3 py-3 header11" id="team">
<div class="container py-lg-5 py-md-4 py-sm-4 py-3">
<h3 class="title text-center mb-md-4 mb-sm-3 mb-3 mb-2 clr editContent">Our Volunteers</h3>
<div class="title-wls-text text-center mb-lg-5 mb-md-4 mb-sm-4 mb-3 sub-colors">
<p class="editContent">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et Lorem ipsum </p>
</div>
<div class="row ">
<div class="col-lg-3 col-md-6 col-sm-6 team-grid-colum text-center editContent">
<img src="bundles/images/t1.jpg" alt="" class="img-fluid" style="outline: none; cursor: inherit;">
<div class="text-grid-gried editContent" style="outline: currentcolor none medium; cursor: inherit; outline-offset: -2px;">
<h4 class="editContent" style="outline: none; cursor: inherit;">Atticus Will</h4>
<ul class="d-flex justify-content-center pt-3 social-icons ">
<li>
<a href="#" class="editContent" style="outline: none; cursor: inherit;">
<span class="fa fa-facebook-f" style="outline: none; cursor: inherit;"></span>
</a>
<br></li>
<li class="mx-3">
<a href="#" class="editContent" style="outline: none; cursor: inherit;">
<span class="fa fa-twitter" style="outline: none; cursor: inherit;"></span>
</a>
<br></li>
<li>
<a href="#" class="editContent" style="outline: none; cursor: inherit;">
<span class="fa fa-google-plus" style="outline: none; cursor: inherit;"></span>
</a>
<br></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 team-grid-colum text-center editContent">
<img src="bundles/images/t2.jpg" alt="" class="img-fluid">
<div class="text-grid-gried editContent">
<h4 class="editContent" style="outline: none; cursor: inherit;">Jacob Will</h4>
<ul class="d-flex justify-content-center pt-3 social-icons">
<li>
<a href="#" class="editContent">
<span class="fa fa-facebook-f"></span>
</a>
</li>
<li class="mx-3">
<a href="#" class="editContent">
<span class="fa fa-twitter"></span>
</a>
</li>
<li>
<a href="#" class="editContent">
<span class="fa fa-google-plus"></span>
</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 team-grid-colum text-center editContent">
<img src="bundles/images/t3.jpg" alt="" class="img-fluid">
<div class="text-grid-gried editContent" style="outline: none; cursor: inherit;">
<h4 class="editContent" style="outline: none; cursor: inherit;">Isabella Den</h4>
<ul class="d-flex justify-content-center pt-3 social-icons">
<li>
<a href="#" class="editContent" style="outline: none; cursor: inherit;">
<span class="fa fa-facebook-f" style="outline: none; cursor: inherit;"></span>
</a>
</li>
<li class="mx-3">
<a href="#" class="editContent" style="outline: none; cursor: inherit;">
<span class="fa fa-twitter" style="outline: none; cursor: inherit;"></span>
</a>
</li>
<li>
<a href="#" class="editContent" style="outline: none; cursor: inherit;">
<span class="fa fa-google-plus" style="outline: none; cursor: inherit;"></span>
</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 team-grid-colum text-center editContent">
<img src="bundles/images/t4.jpg" alt="" class="img-fluid">
<div class="text-grid-gried editContent" style="outline: none; cursor: inherit;">
<h4 class="editContent" style="outline: none; cursor: inherit;">Liam Willson</h4>
<ul class="d-flex justify-content-center pt-3 social-icons">
<li>
<a href="#">
<span class="fa fa-facebook-f" style="outline: none; cursor: inherit;"></span>
</a>
</li>
<li class="mx-3">
<a href="#">
<span class="fa fa-twitter" style="outline: none; cursor: inherit;"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-google-plus" style="outline: none; cursor: inherit;"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!--//team -->
<!-- gallery-main -->
<div class="position-relative">
<div class="gallery py-lg-4 py-md-3 py-sm-3 py-3" id="gallery">
<div class="container py-lg-5 py-md-4 py-sm-4 py-3">
<h3 class="title text-center mb-md-4 mb-sm-3 mb-3 mb-2 editContent">Our Gallery</h3>
<div class="title-wls-text text-center mb-lg-5 mb-md-4 mb-sm-4 mb-3">
<p class="editContent">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et Lorem ipsum
</p>
</div>
<div class="gal-pop-style text-center">
<div class="container">
<div class="row gallery-info">
<div class="col-lg-3 col-md-3 col-sm-6 gallery-img-grid p-0 ">
<div class="gallery-grids">
<a href="#gal1"><img src="bundles/bundles/images/g1.jpg" alt="news image" class="img-fluid"></a>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 gallery-img-grid p-0">
<div class="gallery-grids">
<a href="#gal2"><img src="bundles/images/g2.jpg" alt="news image" class="img-fluid"></a>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 gallery-img-grid p-0">
<div class="gallery-grids">
<a href="#gal3"><img src="bundles/images/g3.jpg" alt="news image" class="img-fluid"></a>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 gallery-img-grid p-0">
<div class="gallery-grids p-0">
<a href="#gal4"><img src="bundles/images/g4.jpg" alt="news image" class="img-fluid" style="outline: none; cursor: inherit;"></a>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 gallery-img-grid gallery-mid-two p-0">
<div class="gallery-grids">
<a href="#gal5"><img src="bundles/images/g5.jpg" alt="news image" class="img-fluid"></a>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 gallery-img-grid gallery-mid-two p-0">
<div class="gallery-grids">
<a href="#gal6"><img src="bundles/images/g6.jpg" alt="news image" class="img-fluid"></a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 gallery-img-three p-0">
<div class="gallery-grids">
<a href="#gal7"><img src="bundles/images/g7.jpg" alt="news image" class="img-fluid" style="outline: none; cursor: inherit;"></a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 gallery-img-three p-0 ">
<div class="gallery-grids">
<a href="#gal8"><img src="bundles/images/g8.jpg" alt="news image" class="img-fluid"></a>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 gallery-img-three p-0">
<div class="gallery-grids">
<a href="#gal9"><img src="bundles/images/g9.jpg" alt="news image" class="img-fluid" style="outline: none; cursor: inherit;"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--// gallery-main -->
<!-- popup-->
<div id="gal1" class="popup-effect">
<div class="popup">
<img src="bundles/images/g1.jpg" alt="Popup Image" class="img-fluid" style="outline: none; cursor: inherit;">
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal2" class="popup-effect">
<div class="popup">
<img src="bundles/images/g2.jpg" alt="Popup Image" class="img-fluid" style="outline: none; cursor: inherit;">
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal3" class="popup-effect">
<div class="popup">
<img src="bundles/images/g3.jpg" alt="Popup Image" class="img-fluid" style="outline: none; cursor: inherit;">
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal4" class="popup-effect">
<div class="popup">
<img src="bundles/images/g4.jpg" alt="Popup Image" class="img-fluid" style="outline: none; cursor: inherit;">
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal5" class="popup-effect">
<div class="popup">
<img src="bundles/images/g5.jpg" alt="Popup Image" class="img-fluid" style="outline: none; cursor: inherit;">
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal6" class="popup-effect">
<div class="popup">
<img src="bundles/images/g6.jpg" alt="Popup Image" class="img-fluid" style="outline: none; cursor: inherit;">
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal7" class="popup-effect">
<div class="popup">
<img src="bundles/images/g7.jpg" alt="Popup Image" class="img-fluid" style="outline: none; cursor: inherit;">
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal8" class="popup-effect">
<div class="popup">
<img src="bundles/images/g8.jpg" alt="Popup Image" class="img-fluid" style="outline: none; cursor: inherit;">
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal9" class="popup-effect">
<div class="popup">
<img src="bundles/images/g9.jpg" alt="Popup Image" class="img-fluid" style="outline: none; cursor: inherit;">
<a class="close" href="#gallery">×</a>
</div>
</div>
</div>
<!-- //popup -->
<!-- //gallery popups -->
<!-- //gallery -->
<!-- blog -->
<section class="blog py-lg-4 py-md-3 py-sm-3 py-3 editContent" id="blog">
<div class="container-fluid py-lg-5 py-md-4 py-sm-4 py-3">
<h3 class="title text-center mb-md-4 mb-sm-3 mb-3 mb-2 editContent" style="outline: none; cursor: inherit;">Latest Blog</h3>
<div class="title-wls-text text-center mb-lg-5 mb-md-4 mb-sm-4 mb-3">
<p class="editContent" style="outline: none; cursor: inherit;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et Lorem ipsum </p>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 busness-tip-one header11" style="outline: none; cursor: inherit;">
</div>
<div class="col-lg-3 col-md-6 col-sm-6 mid-text-info editContent">
<div class="blog-info editContent" style="outline: none; cursor: inherit;">
<a href="#contact" class="scroll">
<ul>
<li class="editContent" style="outline: none; cursor: inherit;">JUL</li>
<li class="editContent" style="outline: none; cursor: inherit;">15</li>
</ul>
</a>
</div>
<h4 class="mb-lg-4 mb-3"><a href="#contact" class="editContent">Better Care and Better World</a></h4>
<p class="editContent" style="outline: none; cursor: inherit;">Lorem Ipsum is simply text the printing and typesetting standard industry.Lorem Ipsum has been the industry's standard
</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 busness-tip-two header11" style="outline: none; cursor: inherit;">
</div>
<div class="col-lg-3 col-md-6 col-sm-6 mid-text-info editContent" style="outline: none; cursor: inherit;">
<div class="blog-info editContent" style="outline: none; cursor: inherit;">
<a href="#contact" class="scroll">
<ul>
<li class="editContent" style="outline: none; cursor: inherit;">JUL</li>
<li class="editContent" style="outline: none; cursor: inherit;">15</li>
</ul>
</a>
</div>
<h4 class="mb-lg-4 mb-3"><a href="#contact" class="editContent" style="outline: none; cursor: inherit;">We Need Your Help For Rescue Child</a></h4>
<p class="editContent" style="outline: none; cursor: inherit;">Lorem Ipsum is simply text the printing and typesetting standard industry. Lorem Ipsum has been the industry's standard
</p>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 mid-text-info editContent" style="outline: none; cursor: inherit;">
<h4 class="mb-lg-4 mb-3"><a href="#contact" class="editContent" style="outline: none; cursor: inherit;">Better Care and Better World</a></h4>
<p class="editContent" style="outline: none; cursor: inherit;">Lorem Ipsum is simply text the printing and typesetting standard industry. Lorem Ipsum has been the industry's standard
</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 busness-tip-two header11">
<div class="blog-info editContent" style="outline: none; cursor: inherit;">
<a href="#contact" class="scroll">
<ul>
<li class="editContent" style="outline: none; cursor: inherit;">JUL</li>
<li class="editContent" style="outline: none; cursor: inherit;">15</li>
</ul>
</a>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 mid-text-info editContent" style="outline: none; cursor: inherit;">
<h4 class="mb-lg-4 mb-3"><a href="#contact" class="editContent" style="outline: none; cursor: inherit;">We Need Your Help For Rescue Child</a></h4>
<p class="editContent" style="outline: none; cursor: inherit;">Lorem Ipsum is simply text the printing and typesetting standard industry. Lorem Ipsum has been the industry's standard
</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 busness-tip-one pl-sm-0 header11" style="outline: none; cursor: inherit;">
<div class="blog-info editContent" style="outline: none; cursor: inherit;">
<a href="#contact" class="scroll">
<ul>
<li class="editContent" style="outline: none; cursor: inherit;">JUL</li>
<li class="editContent" style="outline: none; cursor: inherit;">15</li>
</ul>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- //blog -->
<!-- Info-matter -->
<section class="info-matter py-lg-4 py-md-3 py-sm-3 py-3 editContent" id="info-matter editContent" style="outline: none; cursor: inherit;">
<div class="container py-lg-5 py-md-4 py-sm-4 py-3">
<div class="row">
<div class="col-lg-6 text-sm-center editContent" style="outline: none; cursor: inherit;">
<img src="bundles/images/info.png" alt="" class="img-fluid" style="outline: none; cursor: inherit;">
</div>
<div class="col-lg-6 info-matter-join mt-lg-4 mt-3 editContent" style="outline: none; cursor: inherit;">
<h5 class="mb-lg-4 mb-3 editContent" style="outline: none; cursor: inherit;">Are You A Volunteer Ready?</h5>
<p class="editContent" style="outline: none; cursor: inherit;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et Lorem ipsum
</p>
<p class="mt-2 editContent" style="outline: none; cursor: inherit;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et Lorem ipsum
</p>
</div>
</div>
</div>
</section>
<!--// Info-matter-->
<!-- contact -->
<section class="contact py-lg-4 py-md-3 py-sm-3 py-3 editContent" id="contact">
<div class="container py-lg-5 py-md-4 py-sm-4 py-3">
<h3 class="title text-center mb-md-4 mb-sm-3 mb-3 mb-2 editContent" style="outline: none; cursor: inherit;">contact Us</h3>
<div class="title-wls-text text-center mb-lg-5 mb-md-4 mb-sm-4 mb-3">
<p class="editContent" style="outline: none; cursor: inherit;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et Lorem ipsum
</p>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 contact-details editContent" style="outline: none; cursor: inherit;">
<form action="#" method="post">
<div class=" form-group contact-forms editContent" style="outline: none; cursor: inherit;">
<input type="text" class="form-control" placeholder="Name" required="">
</div>
<div class="form-group contact-forms editContent" style="outline: none; cursor: inherit;">
<input type="email" class="form-control" placeholder="Email" required="">
</div>
<div class="form-group contact-forms editContent" style="outline: none; cursor: inherit;">
<input type="text" class="form-control" placeholder="Phone" required="">
</div>
<div class="form-group contact-forms editContent" style="outline: none; cursor: inherit;">
<textarea class="form-control" placeholder="Message" rows="3" required=""></textarea>
</div>
<button type="submit" class="btn sent-butnn" style="outline: none; cursor: inherit;">Send</button>
</form>
</div>
<div class="col-lg-6 col-md-6 address-grid text-center editContent">
<div class="contact-address-info mb-md-4 mb-3">
<h2><a href="index.html" class="editContent" style="outline: none; cursor: inherit;">Address</a></h2>
</div>
<div class="contact-address-grid mb-3">
<h4 class="editContent" style="outline: none; cursor: inherit;">Amrita Vishwa Vidyapeetham </h4>
</div>
<div class=" footer-contact-list mb-2">
<p class="editContent" style="outline: none; cursor: inherit;">
<br>Clappana.P.O</br>
<br>Kollam 690525</br>
<br>India</br>
<br>ssramritapuri@gmail.com</br>
</p>
</div>
</div>
</div>
</section>
<!--//contact -->
<div class="address_mail_footer_grids editContent">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3539.812628729253!2d153.014155!3d-27.4750921!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6b915a0835840a2f%3A0xdd5e3f5c208dc0e1!2sMelbourne+St%2C+South+Brisbane+QLD+4101%2C+Australia!5e0!3m2!1sen!2sin!4v1492257477691"></iframe>
</div>
<!-- footer -->
<footer class=" py-3">
<div class="container">
<div class="icons mt-3 text-center">
<ul class="d-flex justify-content-center pb-3 social-icons">
<li>
<a href="#" class="editContent" style="outline: none; cursor: inherit;">
<span class="fa fa-facebook-f" style="outline: none; cursor: inherit;"></span>
</a>
</li>
<li class="mx-3">
<a href="#" class="editContent" style="outline: none; cursor: inherit;">
<span class="fa fa-twitter" style="outline: none; cursor: inherit;"></span>
</a>
</li>
<li class="mr-3">
<a href="#" class="editContent" style="outline: none; cursor: inherit;">
<span class="fa fa-google-plus" style="outline: none; cursor: inherit;"></span>
</a>
</li>
<li><a href="#" class="editContent" style="outline: none; cursor: inherit;">
<span class="fa fa-vk" style="outline: none; cursor: inherit;"></span>
</a>
</li>
</ul>
</div>
</div>
<div class="footer-main txt-center">
<p>
© 2020 CIR Amritapuri. All Rights Reserved
</p>
</div>
<!-- move icon -->
<div class="txt-center">
<a href="#home" class="move-top txt-center mt-3"></a>
</div>
<!--//move icon -->
</footer>
<!--//footer --></div><!-- /#page -->
</body></html>