-
Notifications
You must be signed in to change notification settings - Fork 0
/
labtour.html
811 lines (596 loc) · 47.8 KB
/
labtour.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
<!doctype html>
<html lang="en-US">
<head>
<link rel="icon" type="image/png" href="favicon.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<title>Academix – Just another WordPress site</title>
<script>
if ( typeof WebFontConfig === "undefined" ) {
WebFontConfig = new Object();
}
WebFontConfig['google'] = {families: ['Montserrat:400,700', 'Open+Sans:400']};
(function() {
var wf = document.createElement( 'script' );
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.5.3/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName( 'script' )[0];
s.parentNode.insertBefore( wf, s );
})();
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel='dns-prefetch' href='https://fonts.googleapis.com/' />
<link rel='dns-prefetch' href='https://s.w.org/' />
<link rel="alternate" type="application/rss+xml" title="Academix » Feed" href="feed/feed.html" />
<link rel="alternate" type="application/rss+xml" title="Academix » Comments Feed" href="comments/feed/feed.html" />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/academix.wpcolorlab.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.8"}};
!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='kc-icon-1-css' href='https://academix.wpcolorlab.com/wp-content/themes/academix/assets/css/ionicons.min.css?ver=2.7.6' type='text/css' media='all' />
<link rel='stylesheet' id='sequence-theme-basic-css' href='wp-content/plugins/academix-core/assets/css/sequence-theme.basic.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='ekko-lightbox-css' href='wp-content/plugins/academix-core/assets/css/ekko-lightbox.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='contact-form-7-css' href='wp-content/plugins/contact-form-7/includes/css/styles.css' type='text/css' media='all' />
<link rel='stylesheet' id='academix-fonts-css' href='https://fonts.googleapis.com/css?family=Montserrat%3A400%2C500%2C700%7COpen+Sans%3A300%2C400%2C400italic%2C600%2C700&subset=latin%2Clatin-ext' type='text/css' media='all' />
<link rel='stylesheet' id='bootstrap-css' href='wp-content/themes/academix/assets/css/bootstrap.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='ionicons-min-css' href='wp-content/themes/academix/assets/css/ionicons.min_2.css' type='text/css' media='all' />
<link rel='stylesheet' id='animate-min-css' href='wp-content/themes/academix/assets/css/animate.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='bootstrap-dropdownhover-min-css' href='wp-content/themes/academix/assets/css/bootstrap-dropdownhover.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='meanmenu-css' href='wp-content/themes/academix/assets/css/meanmenu.css' type='text/css' media='all' />
<link rel='stylesheet' id='academix-main-css' href='wp-content/themes/academix/assets/css/main.css' type='text/css' media='all' />
<link rel='stylesheet' id='academix-style-css' href='wp-content/themes/academix/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='kc-general-css' href='wp-content/plugins/kingcomposer/assets/frontend/css/kingcomposer.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='kc-animate-css' href='wp-content/plugins/kingcomposer/assets/css/animate.css' type='text/css' media='all' />
<link rel='stylesheet' id='kc-icon-1-css' href='wp-content/themes/academix/assets/css/ionicons.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='kc-icon-2-css' href='wp-content/plugins/kingcomposer/assets/css/icons.css' type='text/css' media='all' />
<script type='text/javascript' src='wp-includes/js/jquery/jquery.js'></script>
<script type='text/javascript' src='wp-includes/js/jquery/jquery-migrate.min.js'></script>
<link rel='https://api.w.org/' href='wp-json/wp-json.html' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="xmlrpc.xml" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.9.8" />
<link rel="canonical" href="index.html" />
<link rel='shortlink' href='index.html' />
<link rel="alternate" type="application/json+oembed" href="wp-json/oembed/1.0/embed" />
<link rel="alternate" type="text/xml+oembed" href="wp-json/oembed/1.0/embed.xml" />
<script type="text/javascript">var kc_script_data={ajax_url:"https://academix.wpcolorlab.com/wp-admin/admin-ajax.php"}</script> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
<style>
.sabbi-page-header{
background-color: #b03838;
}
.blog-banner.sabbi-page-header{
background-color: #b03838;
}
</style>
<style type="text/css" title="dynamic-css" class="options-output">.academix-content-area{padding-top:0;padding-bottom:0;}.navbar-white{padding-top:0;padding-bottom:0;}.navbar-nav>li>a{padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;}.navbar-nav-hov_underline .navbar-nav .dropdown-menu{width:210px;}.navbar-nav-hov_underline .navbar-nav .dropdown-menu li a{padding-top:10px;padding-right:15px;padding-bottom:10px;padding-left:15px;}.navbar-nav{font-family:Montserrat;line-height:20px;font-weight:400;font-size:12px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading .navbar-nav{opacity: 0;}.ie.wf-loading .navbar-nav{visibility: hidden;}.navbar-white{background-color:#ffffff;}{color:#ffffff;}{background-color:#000000;}.navbar-nav-hov_underline .navbar-nav li a{color:#000000;}{background-color:#000000;}.navbar-nav-hov_underline .navbar-nav li a:hover{color:#000000;}.navbar-nav-hov_underline > .navbar-nav > li > a:hover, .navbar-nav-hov_underline > .navbar-nav > li > a:focus{border-bottom:4px solid #D30015;}.navbar-nav-hov_underline > .navbar-nav > li.active > a{border-bottom:4px solid #D30015;}.navbar-nav-hov_underline .navbar-nav .dropdown-menu:before{background-color:#D30015;}{color:#D30015;}.navbar-nav-hov_underline .navbar-nav .dropdown-menu{background-color:#ffffff;}{color:#ffffff;}{background-color:#000000;}.navbar-nav-hov_underline .navbar-nav .dropdown-menu > li > a{color:#000000;}{background-color:#000000;}.navbar-nav-hov_underline .navbar-nav .dropdown-menu > li > a:hover{color:#000000;}.mean-container .mean-nav{padding-top:0;padding-bottom:0;}.mean-container .mean-nav ul li a{padding-top:8px;padding-left:15px;}.mean-container .mean-nav ul li li a{padding-top:8px;}.mean-container .mean-nav{font-family:Montserrat;line-height:26px;font-weight:400;font-size:12px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading .mean-container .mean-nav{opacity: 0;}.ie.wf-loading .mean-container .mean-nav{visibility: hidden;}.mean-container .mean-nav{background-color:#ffffff;}{color:#ffffff;}{background-color:#000000;}.mean-container .mean-nav ul li a{color:#000000;}{background-color:#000000;}.mean-container .mean-nav ul li a:hover{color:#000000;}.mean-container .mean-nav ul li li a{background-color:#ffffff;}{color:#ffffff;}{background-color:#000000;}.mean-container .mean-nav ul li li a{color:#000000;}{background-color:#000000;}.mean-container .mean-nav ul li li a:hover{color:#000000;}.navbar-nav{font-size:14px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading .navbar-nav{opacity: 0;}.ie.wf-loading .navbar-nav{visibility: hidden;}.nav-btn-wrap .btn-primary{background-color:#D30015;}{color:#D30015;}.nav-btn-wrap .btn-primary{border:1px solid #D30015;}{background-color:#ffffff;}.nav-btn-wrap .btn-primary{color:#ffffff;}.nav-btn-wrap .btn-primary:hover{background-color:#b70012;}{color:#b70012;}.nav-btn-wrap .btn-primary:hover{border:1px solid #b70012;}{background-color:#ffffff;}.nav-btn-wrap .btn-primary:hover{color:#ffffff;}.sabbi-page-header .page-title{background-color:rgba(211,0,21,0.7);}{color:rgba(211,0,21,0.7);}{background-color:#ffffff;}.sabbi-page-header .page-title{color:#ffffff;}.breadcrumb{padding-top:8px;padding-right:15px;padding-bottom:8px;padding-left:15px;}.auth-breadcrumb-wrap{background-color:#EDF2F6;}{color:#EDF2F6;}{background-color:#D30015;}.blog-breadcrumb .sabbi-breadcrumb{color:#D30015;}{background-color:#000000;}.sabbi-breadcrumb > li > span.separator{color:#000000;}.blog-banner.sabbi-page-header{background-color:#b03838;}{color:#b03838;}.blog-banner.sabbi-page-header .page-title{background-color:rgba(211,0,21,0.7);}{color:rgba(211,0,21,0.7);}.blog-banner.sabbi-page-header .page-title{font-family:Montserrat;line-height:40px;font-weight:700;font-size:28px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading .blog-banner.sabbi-page-header .page-title{opacity: 0;}.ie.wf-loading .blog-banner.sabbi-page-header .page-title{visibility: hidden;}{background-color:#ffffff;}.blog-banner.sabbi-page-header .page-title{color:#ffffff;}.blog-breadcrumb .breadcrumb{padding-top:8px;padding-right:15px;padding-bottom:8px;padding-left:15px;}.blog-breadcrumb.auth-breadcrumb-wrap{background-color:#EDF2F6;}{color:#EDF2F6;}{background-color:#D30015;}.blog-breadcrumb .sabbi-breadcrumb a{color:#D30015;}{background-color:#000000;}.blog-breadcrumb .sabbi-breadcrumb > li > span.separator{color:#000000;}.section-footer .footer-site-info{padding-top:55px;padding-bottom:55px;}.site-footer.section-footer{background-color:#EDF2F6;}{color:#EDF2F6;}.section-footer .footer-site-info .widget-title{font-family:Montserrat;line-height:20px;font-weight:700;font-size:16px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading .section-footer .footer-site-info .widget-title{opacity: 0;}.ie.wf-loading .section-footer .footer-site-info .widget-title{visibility: hidden;}.section-footer .widget_text .textwidget p, .section-footer p, .footer-site-info .event-list .title a, .section-footer .widget ul li a, .footer-site-info .event-list .date{font-family:"Open Sans";line-height:25px;font-size:14px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading .section-footer .widget_text .textwidget p,.wf-loading .section-footer p,.wf-loading .footer-site-info .event-list .title a,.wf-loading .section-footer .widget ul li a,.wf-loading .footer-site-info .event-list .date{opacity: 0;}.ie.wf-loading .section-footer .widget_text .textwidget p,.ie.wf-loading .section-footer p,.ie.wf-loading .footer-site-info .event-list .title a,.ie.wf-loading .section-footer .widget ul li a,.ie.wf-loading .footer-site-info .event-list .date{visibility: hidden;}{background-color:#000000;}.section-footer .footer-site-info .widget-title{color:#000000;}{background-color:#000000;}.section-footer .widget_text .textwidget p, .section-footer p{color:#000000;}{background-color:#666666;}.section-footer .widget ul li a, .footer-site-info .event-list .date{color:#666666;}{background-color:#b70012;}.section-footer .widget ul li a:hover{color:#b70012;}.section-footer .footer-bar{padding-top:20px;padding-bottom:20px;}.section-footer .footer-bar .powredby, .copyright{font-family:"Open Sans";line-height:25px;font-weight:400;font-size:12px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading .section-footer .footer-bar .powredby,.wf-loading .copyright{opacity: 0;}.ie.wf-loading .section-footer .footer-bar .powredby,.ie.wf-loading .copyright{visibility: hidden;}.section-footer .footer-bar{background-color:#e6ebef;}{color:#e6ebef;}{background-color:#000000;}.powredby, .copyright{color:#000000;}{background-color:#D30015;}.footer-bar .copyright a, .powredby a{color:#D30015;}{background-color:#D30015;}.footer-bar .copyright a:hover, .powredby a:hover{color:#D30015;}body{font-family:"Open Sans";line-height:25.032px;font-weight:400;font-style:normal;color:#000000;font-size:14px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading body{opacity: 0;}.ie.wf-loading body{visibility: hidden;}a{color:#D30015;}a:hover{color:#D30015;}a:active{color:#D30015;}h1{font-family:Montserrat;font-weight:700;font-style:normal;color:#111;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h1{opacity: 0;}.ie.wf-loading h1{visibility: hidden;}h2{font-family:Montserrat;font-weight:700;font-style:normal;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h2{opacity: 0;}.ie.wf-loading h2{visibility: hidden;}h3{font-family:Montserrat;line-height:20px;font-weight:700;font-style:normal;color:#000;font-size:24px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h3{opacity: 0;}.ie.wf-loading h3{visibility: hidden;}h4{font-family:Montserrat;line-height:20px;font-weight:700;font-style:normal;color:#000;font-size:18px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h4{opacity: 0;}.ie.wf-loading h4{visibility: hidden;}h5{font-family:Montserrat;line-height:20px;font-weight:700;font-style:normal;color:#000;font-size:14px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h5{opacity: 0;}.ie.wf-loading h5{visibility: hidden;}h6{font-family:Montserrat;line-height:20px;font-weight:700;font-style:normal;color:#000;font-size:12px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h6{opacity: 0;}.ie.wf-loading h6{visibility: hidden;}</style><script type="text/javascript"></script><style type="text/css" id="kc-css-general">.kc-off-notice{display: inline-block !important;}.kc-container{max-width:1170px;}</style><style type="text/css" id="kc-css-render">@media only screen and (min-width:1000px) and (max-width:5000px){body.kc-css-system .kc-css-376449{width:25%;}body.kc-css-system .kc-css-538312{width:25%;}body.kc-css-system .kc-css-503227{width:25%;}body.kc-css-system .kc-css-322753{width:25%;}body.kc-css-system .kc-css-166907{width:33.33%;}body.kc-css-system .kc-css-244987{width:33.33%;}body.kc-css-system .kc-css-836097{width:33.33%;}body.kc-css-system .kc-css-783435{width:33.33%;}body.kc-css-system .kc-css-522676{width:33.33%;}body.kc-css-system .kc-css-102461{width:33.33%;}body.kc-css-system .kc-css-131759{width:33.55%;}body.kc-css-system .kc-css-571475{width:66.43%;}body.kc-css-system .kc-css-646282{width:34.64%;}body.kc-css-system .kc-css-1614{width:65.34%;}}body.kc-css-system .kc-css-695015{padding-right:0px;padding-left:0px;}body.kc-css-system .kc-css-5537{margin-top:55px;}body.kc-css-system .kc-css-427948{margin-top:30px;}body.kc-css-system .kc-css-346302{background:transparent url(https://academix.wpcolorlab.com/wp-content/uploads/2018/09/cta.jpg) center center/cover no-repeat scroll;margin-top:30px;margin-bottom:40px;padding-top:35px;padding-bottom:35px;border-radius:6px 6px 6px 6px;}body.kc-css-system .kc-css-284016{padding-top:25px;padding-bottom:25px;}body.kc-css-system .kc-css-131759{margin-top:45px;}body.kc-css-system .kc-css-81626.kc_title,body.kc-css-system .kc-css-81626 .kc_title,body.kc-css-system .kc-css-81626 .kc_title a.kc_title_link{font-size:16px;}body.kc-css-system .kc-css-141564.btn-action{text-align:left;}body.kc-css-system .kc-css-505840{padding-top:30px;padding-bottom:20px;border-top:1px solid #e9ebed;;}body.kc-css-system .kc-css-1614{padding-left:10%;}.kc-css-519846 .kc_column{padding-left:0px;padding-right:0px;}.kc-css-519846>.kc-wrap-columns{margin-left:-0px;margin-right:-0px;width:calc(100% + 0px);}body.kc-css-system .kc-css-519846{padding-bottom:55px;}@media only screen and (max-width:999px){body.kc-css-system .kc-css-376449{margin-left:0%;width:50%;}body.kc-css-system .kc-css-538312{margin-left:0%;width:50%;}body.kc-css-system .kc-css-503227{margin-left:0%;width:50%;padding-top:30px;}body.kc-css-system .kc-css-322753{margin-left:0%;width:50%;padding-top:30px;}}@media only screen and (max-width:767px){body.kc-css-system .kc-css-571475{padding-top:10px;}body.kc-css-system .kc-css-616108{margin-left:0%;width:100%;}}@media only screen and (max-width:479px){body.kc-css-system .kc-css-376449{margin-left:0%;width:100%;}body.kc-css-system .kc-css-538312{margin-left:0%;width:100%;}body.kc-css-system .kc-css-503227{margin-left:0%;width:100%;padding-top:10px;}body.kc-css-system .kc-css-322753{margin-left:0%;width:100%;padding-top:10px;}body.kc-css-system .kc-css-616108{padding-top:20px;}}</style></head>
<!-- Body Started -->
<body class="home page-template-default page page-id-1796 kingcomposer kc-css-system">
<!-- start preloader -->
<div class="preloader-wrap">
<div class="preloader-spinner">
<div class="preloader-dot1"></div>
<div class="preloader-dot2"></div>
</div>
</div>
<!-- / end preloader -->
<div class="site-main" style="background-image: url();" >
<div id="page" class="site ">
<header class="sabbi-site-head">
<nav class="navbar hidden-sm hidden-xs navbar-white navbar-kawsa navbar-fixed-top " role="navigation">
<div class="container">
<div class="navbar-header">
<button aria-controls="navbar" aria-expanded="false" class="navbar-toggle collapsed" data-target="#navbar" data-toggle="collapse" type="button">
<span class="sr-only"> Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html" title="Academix" data-scroll>
<img src="assets/img/icon/spp12.png" alt="" class="img-responsive">
</a>
</div>
<div class="navbar-collapse collapse sabbi-navbar-collapse navbar-nav-hov_underline" id="navbar">
<div class="nav-btn-wrap">
<a href="join-research.html" class="btn btn-primary pull-right">Join Research</a>
</div>
<ul id="menu-main-nav" class="nav navbar-nav navbar-right">
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1617" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-1796 current_page_item menu-item-has-children menu-item-1617 dropdown active">
<a title="Home" href="index.html" data-hover="dropdown" data-animations="zoomIn" class="dropdown-toggle" aria-haspopup="true">
Home
</a>
</li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1625" class="menu-item menu-item-type-post_type menu-item-object-team menu-item-has-children menu-item-1625 dropdown">
<a title="People" href="#" data-hover="dropdown" data-animations="zoomIn" class="dropdown-toggle" aria-haspopup="true">People <span class="caret"></span></a>
<ul role="menu" class="dropdown-menu" >
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1626" class="menu-item menu-item-type-post_type menu-item-object-team menu-item-1626"><a title="Dr. Shibayan Roy" href="https://sites.google.com/site/shibayansdreams/home">Dr. Shibayan Roy</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1623" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1623"><a title="Our Team" href="our-team.html">Our Team</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1623" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1623"><a title="Our Alum" href="our-alum.html">Our Alum</a></li>
</ul>
</li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1700" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1700 dropdown"><a title="Publications" href="index.html#" data-hover="dropdown" data-animations="zoomIn" class="dropdown-toggle" aria-haspopup="true">Publications <span class="caret"></span></a>
<ul role="menu" class="dropdown-menu" >
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1622" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1622"><a title="Journal Articles" href="journal-articles.html">Journal Articles</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1619" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1619"><a title="Patents" href="patents.html">Patent</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1620" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1620"><a title="Conferences And Talks" href="conferences-and-talks.html">Conferences And Talks</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1619" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1619"><a title="Books" href="books.html">Books</a></li>
</ul>
</li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1621" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1621 dropdown"><a title="Project" href="" data-hover="dropdown" data-animations="zoomIn" class="dropdown-toggle" aria-haspopup="true">Project <span class="caret"></span></a>
<ul role="menu" class="dropdown-menu" >
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1628" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1628"><a title="Present Project" href="present-project.html">Present Project</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1630" class="menu-item menu-item-type-post_type menu-item-object-event menu-item-1630"><a title="Past Project" href="past-project.html">Past Project</a></li>
</ul>
</li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1631" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1631"><a title="Lab Tour" href="lab-tour.html">Lab Tour</a>
</li>
</ul>
</div>
</div>
</nav><!-- /.navbar -->
<div class="mobile-menu-area navbar-fixed-top">
<div class="mobile-menu hidden-md hidden-lg" id="mob-menu">
<div class="mobile-menu-logo">
<a class="navbar-brand" href="index.html" title="Academix" data-scroll><img src="assets/img/icon/spp12.png" alt="" class="img-responsive"></a>
</div>
<ul id="menu-main-nav" class="nav navbar-nav navbar-right m-menu">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1624">
<a href="index.html">Home</a>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-team menu-item-has-children menu-item-1625">
<a href="#">People</a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-post_type menu-item-object-team menu-item-1626"><a href="https://sites.google.com/site/shibayansdreams/home">Dr. Shibayan Roy</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1623"><a href="our-team.html">Our Team</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1623"><a href="our-alum.html">Our Alum</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1700">
<a href="index.html#">Publications</a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1622">
<a href="journal-articles.html">Journal Articles</a>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1620">
<a href="patents.html">Patent</a>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1620">
<a href="conferences-and-talks.html">Conferences And Talks</a>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1619">
<a href="books.html">Books and Books Chapters</a>
</li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1621">
<a href="">Project</a>
<ul class="sub-menu">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1628"><a href="present-project.html">Present Project</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-event menu-item-1630"><a href="past-project.html">Past Project</a></li>
</ul>
</li>
</ul>
</div>
</div>
</header><!-- #masthead -->
<header class="sabbi-page-header page-header-lg " style="background-image: url(assets/img/research_inner-1024x121.jpg);" >
<div class="page-header-content conternt-center">
<div class="header-title-block">
<h1 class="page-title">Lab Tour</h1>
</div>
</div>
</header>
<div class="auth-breadcrumb-wrap ">
<div class="container">
<ul class="breadcrumb sabbi-breadcrumb text-center">
<li>
<a href="">Home</a><span class="separator">/</span>
</li>
<li>
<span href="#">Lab Tour</span>
</li>
</ul>
</div>
</div>
<div class="academix-content-area ">
<div class="container">
<div class="row">
<div class="col-md-12">
<article id="post-257" class="post-257 page type-page status-publish has-post-thumbnail hentry">
<div class="entry-content">
<div class="kc_clfw"></div>
<section class="kc-elm kc-css-968685 kc_row">
<div class="kc-row-container kc-container">
<div class="kc-wrap-columns">
<div class="kc-elm kc-css-112292 kc_col-sm-4 kc_column kc_col-sm-4">
<div class="kc-col-container">
<div class="kc-elm kc-css-620013 kc-title-wrap ">
<h2 class="kc_title page-title font-md lil-line">Materials Science Centre, IIT Kharagpur</h2>
</div>
</div>
</div>
<div class="kc-elm kc-css-38440 kc_col-sm-8 kc_column kc_col-sm-8">
<div class="kc-col-container">
<div class="kc-elm kc-css-831440 kc_text_block">
<h2>
Here are some facilities and glimpses of our laboratory.
</h2>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="kc-elm kc-css-581867 kc_row">
<div class="kc-row-container kc-container">
<div class="kc-wrap-columns">
<div class="rushmore-content-area page-events stage_events_post">
<div class="container">
<div class="events_post-sagment">
<div class="row">
<div class="col-sm-6">
<article class="sabbi-events-item kc-elm kc-css-657316">
<figure>
<img src="assets/img/labphoto/labname.jpg" alt="" />
<figcaption>
<h2 class="sabbi-events-title font-md__x">
Well there is something in a name!
</h2>
</figcaption>
</figure>
</article><!-- /.sabbi-events-item -->
</div>
<div class="col-sm-6">
<article class="sabbi-events-item kc-elm kc-css-657316">
<figure>
<img src="assets/img/labphoto/fume-chamber.JPG" alt="" />
<figcaption>
<h2 class="sabbi-events-title font-md__x">
<center>Fume Chamber !</center>
</h2>
</figcaption>
</figure>
</article><!-- /.sabbi-events-item -->
</div>
<div class="col-sm-6">
<article class="sabbi-events-item kc-elm kc-css-657316">
<figure>
<img src="assets/img/labphoto/grinder.JPG" alt="" />
<figcaption>
<h2 class="sabbi-events-title font-md__x">
<center>Grinder !</center>
</h2>
</figcaption>
</figure>
</article><!-- /.sabbi-events-item -->
</div>
<div class="col-sm-6">
<article class="sabbi-events-item kc-elm kc-css-657316">
<figure>
<img src="assets/img/labphoto/group1.jpg" alt="" />
<figcaption>
<h2 class="sabbi-events-title font-md__x">
<center>Some Members !</center>
</h2>
</figcaption>
</figure>
</article><!-- /.sabbi-events-item -->
</div>
<div class="col-sm-6">
<article class="sabbi-events-item kc-elm kc-css-657316">
<figure>
<img src="assets/img/labphoto/hot-mounting-machine.jpg" alt="" />
<figcaption>
<h2 class="sabbi-events-title font-md__x">
<center>Hot Mounting Machine !</center>
</h2>
</figcaption>
</figure>
</article><!-- /.sabbi-events-item -->
</div>
<div class="col-sm-6">
<article class="sabbi-events-item kc-elm kc-css-657316">
<figure>
<img src="assets/img/labphoto/low-speed-cutter.jpg" alt="" />
<figcaption>
<h2 class="sabbi-events-title font-md__x">
<center>Low Speed Cutter !</center>
</h2>
</figcaption>
</figure>
</article><!-- /.sabbi-events-item -->
</div>
<div class="col-sm-6">
<article class="sabbi-events-item kc-elm kc-css-657316">
<figure>
<img src="assets/img/labphoto/microhardness-tester.jpg" alt="" />
<figcaption>
<h2 class="sabbi-events-title font-md__x">
<center>Micro Hardness Tester !</center>
</h2>
</figcaption>
</figure>
</article><!-- /.sabbi-events-item -->
</div>
<div class="col-sm-6">
<article class="sabbi-events-item kc-elm kc-css-657316">
<figure>
<img src="assets/img/labphoto/microwave-furnace.jpg" alt="" />
<figcaption>
<h2 class="sabbi-events-title font-md__x">
<center>MicroWave Furnance !</center>
</h2>
</figcaption>
</figure>
</article><!-- /.sabbi-events-item -->
</div>
<div class="col-sm-6">
<article class="sabbi-events-item kc-elm kc-css-657316">
<figure>
<img src="assets/img/labphoto/muffle-furnace.jpg" alt="" />
<figcaption>
<h2 class="sabbi-events-title font-md__x">
<center>Muffle Furnace !</center>
</h2>
</figcaption>
</figure>
</article><!-- /.sabbi-events-item -->
</div>
<div class="col-sm-6">
<article class="sabbi-events-item kc-elm kc-css-657316">
<figure>
<img src="assets/img/labphoto/optical-microscope-with-heating-stage.jpg" alt="" />
<figcaption>
<h2 class="sabbi-events-title font-md__x">
<center>Optical Microscope with Heating Stage</center>
</h2>
</figcaption>
</figure>
</article><!-- /.sabbi-events-item -->
</div>
<div class="col-sm-6">
<article class="sabbi-events-item kc-elm kc-css-657316">
<figure>
<img src="assets/img/labphoto/polishing.jpg" alt="" />
<figcaption>
<h2 class="sabbi-events-title font-md__x">
<center>Polishing Machine!</center>
</h2>
</figcaption>
</figure>
</article><!-- /.sabbi-events-item -->
</div>
<div class="col-sm-6">
<article class="sabbi-events-item kc-elm kc-css-657316">
<figure>
<img src="assets/img/labphoto/scratch-tester.jpg" alt="" />
<figcaption>
<h2 class="sabbi-events-title font-md__x">
<center>Scratch Tester !</center>
</h2>
</figcaption>
</figure>
</article><!-- /.sabbi-events-item -->
</div>
<div class="col-sm-6">
<article class="sabbi-events-item kc-elm kc-css-657316">
<figure>
<img src="assets/img/labphoto/sitting-place.jpg" alt="" />
<figcaption>
<h2 class="sabbi-events-title font-md__x">
<center>Sitting Place !</center>
</h2>
</figcaption>
</figure>
</article><!-- /.sabbi-events-item -->
</div>
<div class="col-sm-6">
<article class="sabbi-events-item kc-elm kc-css-657316">
<figure>
<img src="assets/img/labphoto/room1pano.jpg" alt="" />
<figcaption>
<h2 class="sabbi-events-title font-md__x">
<center>Working People</center>
</h2>
</figcaption>
</figure>
</article><!-- /.sabbi-events-item -->
</div>
<div class="col-sm-6">
<article class="sabbi-events-item kc-elm kc-css-657316">
<figure>
<img src="assets/img/labphoto/room2pano.jpg" alt="" />
<figcaption>
<h2 class="sabbi-events-title font-md__x">
<center>Working People</center>
</h2>
</figcaption>
</figure>
</article><!-- /.sabbi-events-item -->
</div>
<div class="col-sm-6">
<article class="sabbi-events-item kc-elm kc-css-657316">
<figure>
<img src="assets/img/labphoto/room3pano.jpg" alt="" />
<figcaption>
<h2 class="sabbi-events-title font-md__x">
<center>Working People</center>
</h2>
</figcaption>
</figure>
</article><!-- /.sabbi-events-item -->
</div>
</div>
</div><!-- /.events_post-sagment -->
</div>
</div><!-- #primary -->
<div class="kc-elm kc-css-475219 kc_col-sm-12 kc_column kc_col-sm-12"><div class="kc-col-container"></div></div></div></div></section> </div><!-- .entry-content -->
</article><!-- #post-257 -->
</div>
</div>
</div>
</div>
<footer id="colophon" class="site-footer section-footer " style="background-image: url( assets/img/footer_bg.jpg);" >
<div class="container">
<div class="row">
<div class="col-sm-3">
<div class="footer-site-info footer-widget">
<div id="media_image-1" class="f-top-center widget widget_media_image">
<img width="213" height="50" src="assets/img/icon/spp12.png" class="image wp-image-1794 attachment-full size-full" alt="" style="max-width: 100%; height: auto;" />
</div>
<div id="text-1" class="f-top-center widget widget_text">
<h3 class="widget-title">Address</h3>
<div class="textwidget"><p>Materials Science Center</br>
Indian Institute of Technology</br>
IIT-Kharagpur 721302</br>
India<br />
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="footer-site-info footer-widget">
<div>
<div id="academix_latest_events-1" class="f-top-center widget widget_academix_latest_events">
<h3 class="widget-title">Contact Information</h3>
<div class="textwidget">
<p>
Call: +91 3222 283962<br/>
Fax: +91 3222 255303<br/>
Lab Tel No: +91 3222 281650<br/>
Email: shibayan@matsc.iitkgp.ernet.in<br/>
Email: royshiba@gmail.com<br/>
</p>
<p>
<a href="http://www.researcherid.com/rid/E-4225-2012">Researcher ID</a><br/>
<a href="http://orcid.org/0000-0002-4496-9193">ORCID ID</a><br/>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="col-sm-3">
<div class="footer-site-info footer-widget">
<div id="nav_menu-1" class="f-top-center widget widget_nav_menu">
</div>
<div id="academix_social-1" class="f-top-center widget academix_social_widget">
<h3 class="widget-title">Social Links</h3>
<div class="footer-social-links">
<nav class="footer-social-nav">
<a href="" target="_blank" title="Google Scholar">
<i class="fab fa-google" style="font-size:36;color:#34A853"></i>
</a>
<a href="" target="_blank" title="Facebook">
<i class="fa fa-facebook-square" style="font-size:36px;color:#3C5A99"></i>
</a>
<a href="" target="_blank" title="Twitter">
<i class="fa fa-twitter-square" style="font-size:36px;color:#38A1F3"></i>
</a>
<a href="" target="_blank" title="Linkedin">
<i class="fab fa-linkedin" style="font-size:36px;color:#0077B5"></i>
</a>
<a href="" target="_blank" title="Youtube">
<i class="fab fa-youtube" style="font-size:36px;color:red"></i>
</a>
</nav>
</div>
</div>
</div>
</div>
-->
<div class="col-sm-3">
<div class="footer-site-info footer-widget">
<div id="academix_social-1" class="f-top-center widget academix_social_widget">
<h3 class="widget-title">Social Links</h3>
<div class="footer-social-links">
<nav class="footer-social-nav">
<a href="#" target="_blank" title="Google Scholar">
<i class="ion-social-google"></i>
</a>
<a href="#" target="_blank" title="Facebook">
<i class="ion-social-facebook"></i>
</a>
<a href="#" target="_blank" title="Twitter">
<i class="ion-social-twitter"></i>
</a>
<a href="#" target="_blank" title="Linkedin">
<i class="ion-social-linkedin"></i>
</a>
<a href="#" target="_blank" title="Youtube">
<i class="ion-social-youtube"></i>
</a>
</nav>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="footer-site-info footer-widget">
<div id="text-3" class="f-top-center widget widget_text">
<h3 class="widget-title">Publications Statistics</h3>
<div class="textwidget">
<p><strong>** Publications</strong></p>
<p>************************</p>
<p><strong>577 Citation Counts</strong></p>
<p>************************</p>
<p><strong>22 Research Members</strong></p>
<p>************************</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="site-footer-bar" class="footer-bar">
<div class="container">
<div class="row">
<div class="col-sm-8">
<div class="widget_black_studio_tinymce" id="black-studio-tinymce-4">
<div class="copyright">Copyright© 2019 - <a href="https://www.facebook.com/heeramani.prasad">Heeramani Prasad</a></div>
</div>
</div>
<div class="col-sm-4 ">
<div class="powredby">Developed and Managed by: <a href="http://cse.iitkgp.ac.in/~heeramanip/">Heeramani Prasad</a></div>
</div>
</div>
</div>
</div>
</footer><!-- #colophon -->
</div><!-- #page -->
</div> <!-- end site main -->
<script type='text/javascript' src='wp-content/plugins/academix-core/assets/js/hammer.min.js'></script>
<script type='text/javascript' src='wp-includes/js/imagesloaded.min.js'></script>
<script type='text/javascript' src='wp-content/plugins/academix-core/assets/js/sequence.min.js'></script>
<script type='text/javascript' src='wp-content/plugins/academix-core/assets/js/ekko-lightbox.min.js'></script>
<script type='text/javascript' src='wp-content/plugins/academix-core/assets/js/shortcode.main.js'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wpcf7 = {"apiSettings":{"root":"https:\/\/academix.wpcolorlab.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"},"recaptcha":{"messages":{"empty":"Please verify that you are not a robot."}}};
/* ]]> */
</script>
<script type='text/javascript' src='wp-content/plugins/contact-form-7/includes/js/scripts.js'></script>
<script type='text/javascript' src='wp-content/themes/academix/assets/js/bootstrap-dropdownhover.min.js'></script>
<script type='text/javascript' src='https://academix.wpcolorlab.com/wp-content/themes/academix/assets/js/bootstrap.min.js'></script>
<script type='text/javascript' src='https://academix.wpcolorlab.com/wp-content/themes/academix/assets/js/jquery.meanmenu.js'></script>
<script type='text/javascript' src='https://academix.wpcolorlab.com/wp-content/themes/academix/assets/js/main.js'></script>
<script type='text/javascript' src='https://academix.wpcolorlab.com/wp-content/plugins/kingcomposer/assets/frontend/js/kingcomposer.min.js'></script>
<script type='text/javascript' src='https://academix.wpcolorlab.com/wp-includes/js/wp-embed.min.js'></script>
</body>
</html>