-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
702 lines (612 loc) · 26.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>NITR IMUNC-2018 : Home</title>
<!-- Favicon -->
<link rel="shortcut icon" type="image/icon" href="assets/images/favicon1.png"/>
<!-- Font Awesome -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<!-- Font Awesome for rupee icon -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Bootstrap -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Slick slider -->
<link href="assets/css/slick.css" rel="stylesheet">
<!-- Theme color -->
<link id="switcher" href="assets/css/theme-color/default-theme.css" rel="stylesheet">
<!-- Main Style -->
<link href="style.css" rel="stylesheet">
<!-- Fonts -->
<!-- Open Sans for body font -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800" rel="stylesheet">
<!-- Montserrat for title -->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="assets/custom/css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="assets/custom/css/icomoon.css">
<!-- Modernizr JS -->
<script src="assets/custom/js/modernizr-2.6.2.min.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Start Header -->
<header id="mu-hero" class="" role="banner">
<!-- Start menu -->
<nav class="navbar navbar-fixed-top navbar-default mu-navbar">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Logo -->
<a class="navbar-brand" href="index.html">NITR IMUNC 2018</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav mu-menu navbar-right">
<li><a href="#mu-hero">Home</a></li>
<li><a href="#mu-about">Message</a></li>
<li><a href="#mu-schedule">Schedule</a></li>
<li><a href="#mu-speakers">Committees</a></li>
<li><a href="#allotments">Allotments</a></li>
<li><a href="#mu-contact">Contact</a></li>
<li><a href="price.html">Registration</a></li>
<!--<li><a href="registration.html">Register</a></li>-->
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- End menu -->
<div class="mu-hero-overlay">
<div class="container">
<div class="mu-hero-area">
<!-- Start hero featured area -->
<div class="mu-hero-featured-area">
<!-- Start center Logo -->
<div class="mu-logo-area">
<!-- text based logo -->
<!--<a class="mu-logo" href="#">NITR INMUNC 2018</a>-->
<!-- image based logo -->
<a href="#"><img src="assets/images/white-nitr-imunc-logo1.png" alt="logo img"width="210px"></a>
</div>
<!-- End center Logo -->
<div class="mu-hero-featured-content">
<h1>NITR International Model United Nations 2018</h1>
<h2>Excellence Personified</h2>
<p class="mu-event-date-line">30th March - 1st April, 2018. NIT Rourkela,Odisha</p>
<div class="mu-event-counter-area">
<div id="mu-event-counter">
</div>
</div>
</div>
</div>
<!-- End hero featured area -->
</div>
</div>
</div>
</header>
<!-- End Header -->
<!-- Start main content -->
<main role="main">
<!-- Start About -->
<div class="container">
<section id="mu-about">
<div class="row">
<div class="col-md-12 col-xs-12">
<div class="mu-speakers-area">
<!-- Start Feature Content -->
<div class="mu-title-area">
<!-- Start center image -->
<div class="mu-message-img-area">
<a class="mu-message-img" href="#"><img src="assets/images/director.jpg" alt="Director img"width="250px"></a>
</div>
<!-- End center image -->
<h2 class="mu-title">Message from the Director</h2>
<p>I applaud the Cognizen Club for holding the first ever MUN in NITR history, THE NITR IMUN 2018.</p><p>MUN is an independent learning in the purest form. The best learning happens in group and this collaborative demonstration of educational learning is going to foster divergent thinking and creativity amongst the students.</p><p>I wish the team, the best of luck for this endeavour and support the team to make this event a mass success.</p>
<h3>Sincerely,</h3>
<h3>Prof. Animesh Biswas</h3>
<h3>Director</h3>
<h3><strong>NIT-Rourkela</strong></h3>
</div>
<!-- End Feature Content -->
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 col-xs-12">
<div class="mu-speakers-area">
<!-- Start Feature Content -->
<div class="mu-title-area">
<!-- Start center image -->
<div class="mu-message-img-area">
<a class="mu-message-img" href="#" id="mu-message-img"><img src="assets/images/mehul.jpg" alt="SecGen img"></a>
</div>
<!-- End center image -->
<h2 class="mu-title">Message from the Secretary General</h1>
<p>Gandhi once said “Live as if you were to die tomorrow, Learn as if you were to live forever”.</p><p>In our lifetime, each one of us is trying to learn and emulate as much “Good” as we can. The only legacy that we leave behind is our deeds and the impact we make on lives of other people.
In the modern world, Debate and Discussions are how we resolve conflicts. Diplomacy is no more an art but an efficient science by which we come to bilateral solutions.</p><p>So we, the students of NIT Rourkela have come up with the inception of the first edition of the NITR International Model United Nations Conference.
It is said, “There was never a bad peace or A Good war”. But this peace comes at a price; peaceful dialogue among nations has averted so many wars and saved countless lives.</p><p>The power of the pen lies not in the amount of blood that it can spill but rather the number of lives that it can save.
I am grateful to our respected Director Sir, our mentors, our sponsors and our partners for their trust, support and guidance that has motivated and inspired us to host the first ever NITR IMUN. We wish to embark a legacy that shall befit their trust in our abilities. I extend my gratitude to the Secretariat of NITR International MUN 2018, for their hard work and perseverance, ensuring an exemplary conference.</p>
<strong><p>With this, I along with the entire Secretariat, look forward to hosting you this March at NITR International Model United Nations Conference, 2018.</p></strong>
<h3>Sincerely,</h3>
<h3>Mehul Anand</h3>
<h3>Secretary General</h3>
<h3><strong>NITR International MUN 2018</strong></h3>
</div>
<!-- End Feature Content -->
</div>
</div>
</div>
</section>
</div>
<!-- End About -->
<!-- Start Video -->
<section id="mu-video">
<div class="mu-video-overlay">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-video-area">
<h2>Watch Promo Video</h2>
<h3>Comming Soon!!!</h3>
<!-- <a class="mu-video-play-btn" href="#"><i class="fa fa-play" aria-hidden="true"></i></a>-->
</div>
</div>
</div>
</div>
</div>
<!-- Start Video content -->
<div class="mu-video-content">
<div class="mu-video-iframe-area">
<a class="mu-video-close-btn" href="#"><i class="fa fa-times" aria-hidden="true"></i></a>
<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/XrG-WF3B_t4?rel=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>-->
</div>
</div>
<!-- End Video content -->
</section>
<!-- End Video -->
<!-- Start Schedule -->
<section id="mu-schedule">
<div class="container">
<div class="row">
<div class="colo-md-12">
<div class="mu-schedule-area">
<div class="mu-title-area">
<h2 class="mu-title">Schedule Detail</h2>
<p></p>
</div>
<div class="mu-schedule-content-area">
<!-- Nav tabs -->
<ul class="nav nav-tabs mu-schedule-menu" role="tablist">
<li role="presentation" class="active"><a href="#first-day" aria-controls="first-day" role="tab" data-toggle="tab">1 Day / 30 Mar</a></li>
<li role="presentation"><a href="#second-day" aria-controls="second-day" role="tab" data-toggle="tab">2 Day / 31 Mar</a></li>
<li role="presentation"><a href="#third-day" aria-controls="third-day" role="tab" data-toggle="tab">3 Day / 1 Apr</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content mu-schedule-content">
<div role="tabpanel" class="tab-pane fade mu-event-timeline in active" id="first-day">
<!--Comming Soon -->
<div class="mu-title-area"><p class="mu-title">Schedule will come soon!!!</p>
</div>
</div>
<div role="tabpanel" class="tab-pane fade mu-event-timeline" id="second-day">
<div class="mu-title-area"><p class="mu-title">Schedule will come soon!!!</p>
</div>
</div>
<div role="tabpanel" class="tab-pane fade mu-event-timeline" id="third-day">
<div class="mu-title-area"><p class="mu-title">Schedule will come soon!!!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Schedule -->
<!-- Start Speakers -->
<section id="mu-speakers">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-speakers-area">
<div class="mu-title-area">
<h2 class="mu-title">Our Committees</h2>
<p>The first edition of the NITR International MUN is going to feature five committees, check out the details below.</p>
</div>
<!-- Start Speakers Content -->
<div class="mu-speakers-content">
<div class="mu-speakers-slider">
<!-- Start single speaker -->
<div class="mu-single-speakers">
<a href="sochum.html">
<img src="assets/images/sochum2.png" alt="sochum img" />
<div class="mu-single-speakers-info">
<h3>SOCHUM</h3>
<p>Social, Humanitarian and Cultural Committee</p>
</div></a>
</div>
<!-- End single speaker -->
<!-- Start single speaker -->
<div class="mu-single-speakers">
<a href="disec.html">
<img src="assets/images/disec2.png" alt="disec img" />
<div class="mu-single-speakers-info">
<h3>DISEC</h3>
<p>Disarmament and International Security</p>
</div></a>
</div>
<!-- End single speaker -->
<!-- Start single speaker -->
<div class="mu-single-speakers">
<a href="ecosoc.html">
<img src="assets/images/ecosoc2.png" alt="ecosoc img" />
<div class="mu-single-speakers-info">
<h3>ECOSOC</h3>
<p>Economic and Social Council</p>
</div></a>
</div>
<!-- End single speaker -->
<!-- Start single speaker -->
<div class="mu-single-speakers">
<a href="aippm.html">
<img src="assets/images/aippm2.png" alt="aippm img" />
<div class="mu-single-speakers-info">
<h3>AIPPM</h3>
<p>All India Political Parties Meet</p>
</div></a>
</div>
<!-- End single speaker -->
<!-- Start single speaker -->
<div class="mu-single-speakers">
<a href="press.html">
<img src="assets/images/press2.png" alt="press img">
<div class="mu-single-speakers-info">
<h3>IP</h3>
<p>International Press</p>
</div></a>
</div>
<!-- End single speaker -->
<!-- Start single speaker -->
<div class="mu-single-speakers">
<a href="sochum.html">
<img src="assets/images/sochum2.png" alt="sochum img" />
<div class="mu-single-speakers-info">
<h3>SOCHUM</h3>
<p>Social, Humanitarian and Cultural Committee</p>
</div></a>
</div>
<!-- End single speaker -->
<!-- Start single speaker -->
<div class="mu-single-speakers">
<a href="disec.html">
<img src="assets/images/disec2.png" alt="disec img" />
<div class="mu-single-speakers-info">
<h3>DISEC</h3>
<p>Disarmament and International Security</p>
</div></a>
</div>
<!-- End single speaker -->
<!-- Start single speaker -->
<div class="mu-single-speakers">
<a href="ecosoc.html">
<img src="assets/images/ecosoc2.png" alt="ecosoc img" />
<div class="mu-single-speakers-info">
<h3>ECOSOC</h3>
<p>Economic and Social Council</p>
</div></a>
</div>
<!-- End single speaker -->
</div>
</div>
<!-- End Speakers Content -->
</div>
</div>
</div>
</div>
</section>
<!-- End Speakers -->
<!-- Start Venue -->
<div class="container-fluid">
<section id="mu-venue">
<div class="mu-venue-area">
<div class="row">
<div class="col-md-6">
<div class="mu-venue-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1621.297832588576!2d84.90000863653809!3d22.25406009889169!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a201e80b8837bb7%3A0xf4902f1b9293816b!2sNational+Institute+of+Technology%2C+Rourkela!5e0!3m2!1sen!2sin!4v1513051151517" width="100%" height="450px" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6 col-xs-12">
<div class="mu-venue-address">
<div class="team-section-grid" style="background-image: url(assets/images/nitentrance.jpg);">
<div class="overlay-section">
<div class="desc">
<h2>VENUE <i class="fa fa-chevron-right" aria-hidden="true"></i></h2>
<h3>National Institute of Technology, Rourkela</h3>
<h4>National Institute of Technology, Sector 2, Rourkela, Odisha 769008</h4>
<p>Located in the steel city of Rourkela in the state of Odisha, NIT Rourkela, is one of the prestigious technical institutes of the country. The institute has the largest campus area among all the NITs and provides the perfect ambience for the nurturing of future technocrats.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- End Venue -->
<!-- Start FAQ -->
<section id="mu-faq">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-faq-area">
<div class="mu-title-area">
<h2 class="mu-title">FAQs</h2>
</div>
<div class="mu-faq-content">
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true">
<span class="fa fa-angle-down"></span> Can NITRIMUNC provide a formal invitation to show in our college/university?
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in">
<div class="panel-body">
The NITRIMUNC is ready to provide invitation letters to persons/delegations who have registered,been approved and have paid their fees.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
<span class="fa fa-angle-up"></span> Is there a Dress code ?
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse">
<div class="panel-body">
Yes ,you have to put up a formal attire.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseThree">
<span class="fa fa-angle-up"></span> Is there any age limit/requirement for participating in NITRIMUNC?
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse">
<div class="panel-body">
There is no age requirement.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFour">
<span class="fa fa-angle-up"></span> The accommodation will given inside the campus or outside?
</a>
</h4>
</div>
<div id="collapseFour" class="panel-collapse collapse">
<div class="panel-body">
Accommodation will be provided according to the choice of delegates. Accordingly the participation fee will vary.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseFive">
<span class="fa fa-angle-up"></span> How do I reach Rourkela by Air?
</a>
</h4>
</div>
<div id="collapseFive" class="panel-collapse collapse">
<div class="panel-body">
The nearest airports to Rourkela are that of Ranchi (225KM) and Bhubaneswar (341KM). Rourkela is well connected to these cities by Railways.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseSix">
<span class="fa fa-angle-up"></span> Can I get accommodation on 29th night?
</a>
</h4>
</div>
<div id="collapseSix" class="panel-collapse collapse">
<div class="panel-body">
Yes, you can avail the accommodation from 29th Night.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseSeven">
<span class="fa fa-angle-up"></span> How can I check my allotments?
</a>
</h4>
</div>
<div id="collapseSeven" class="panel-collapse collapse">
<div class="panel-body">
Allotted with any country, our Secretariat will call you as well as mail you the details of your allotments.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseEight">
<span class="fa fa-angle-up"></span> Money has been deducted from my bank account but receipt is not generated. What should I do?
</a>
</h4>
</div>
<div id="collapseEight" class="panel-collapse collapse">
<div class="panel-body">
In such cases kindly contact the NITR IMUNC Secretariat as soon as possible. Contact Mail id: secretariat@nitrimunc.org
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End FAQ -->
<!-- Start Allotments -->
<section id="allotments">
<div class="mu-pricing-area">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-title-area">
<h2 class="mu-title">Allotments</h2>
<p>Early bird allotments are declared</p>
<a href="assets/images/NITRIMUNC ALLOTTMENT-1.xlsx"><button class="mu-send-msg-btn"><span>Click Here</span></button></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Allotments -->
<!-- Start Contact -->
<div class="container">
<section id="mu-contact">
<div class="row">
<div class="col-md-12">
<div class="mu-contact-area">
<div class="mu-title-area">
<h2 class="mu-title">Contact Us</h2>
<p>Feel free to contact us anytime, we would be more than happy to address your queries and resolve them.</p>
</div>
<!-- Start Contact Content -->
<div class="mu-contact-content">
<div class="row">
<div class="col-md-12">
<div class="mu-contact-form-area">
<div id="form-messages"></div>
<form id="ajax-contact" method="post" action="mailer.php" class="mu-contact-form">
<div class="form-group">
<input type="text" class="form-control" placeholder="Name" id="name" name="name" required>
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Enter Email" id="email" name="email" required>
</div>
<div class="form-group">
<textarea class="form-control" placeholder="Message" id="message" name="message" required></textarea>
</div>
<button type="submit" class="mu-send-msg-btn"><span>SUBMIT</span></button>
</form>
</div>
</div>
</div>
</div>
<!-- End Contact Content -->
</div>
</div>
</div>
</section>
<!-- End Contact -->
</div>
<!-- Start Human Support -->
<section>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="mu-pricing-area">
<div class="mu-pricing-conten">
<div class="row">
<!-- single price item -->
<div class="col-md-6">
<div class="mu-single-price">
<div class="mu-single-price-head"><h3>Mehul Anand</h3><p>Secretary General</p>
</div>
<h3 class="mu-price-title">
<i class="fa fa-whatsapp" style="font-size:48px;color:green"></i> +91 9439781020</h3>
</div>
</div>
<!-- / single price item -->
<!-- single price item -->
<div class="col-md-6">
<div class="mu-single-price">
<div class="mu-single-price-head"><h3>Ashish Kumar Gouda</h3><p>Director General</p>
</div>
<h4 class="mu-price-title"><i class="fa fa-whatsapp" style="font-size:48px;color:green"></i> +91 8763346516<p>
<i class="fa fa-mobile-phone" style="font-size:48px;"></i> +91 7008097485</p></h4>
</div>
</div>
<!-- / single price item -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Human Support -->
</main>
<!-- End main content -->
<!-- Start footer -->
<footer id="mu-footer" role="contentinfo">
<div class="container">
<div class="mu-footer-area">
<div class="mu-footer-top">
<div class="mu-social-media">
<a href="https://www.facebook.com/NITRimunc" target="blank"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/NImunc" target="blank"><i class="fa fa-twitter"></i></a>
<!-- <a href="#" target="blank"><i class="fa fa-google-plus"></i></a>
<a href="#" target="blank"><i class="fa fa-linkedin"></i></a>-->
<a href="https://www.instagram.com/nitr_imunc/" target="blank"><i class="fa fa-instagram"></i></a>
</div>
</div>
<div class="mu-footer-bottom">
<p class="mu-copy-right">© Copyright 2017<a rel="nofollow" href="https://github.com/Malkhan52" target="blank">Malkhan Singh</a> All right reserved.</p>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- Bootstrap -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Slick slider -->
<script type="text/javascript" src="assets/js/slick.min.js"></script>
<!-- Event Counter -->
<script type="text/javascript" src="assets/js/jquery.countdown.min.js"></script>
<!-- Ajax contact form -->
<script type="text/javascript" src="assets/js/app.js"></script>
<!-- Custom js -->
<script type="text/javascript" src="assets/js/custom.js"></script>
</body>
</html>