-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·799 lines (688 loc) · 40.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Pakistan Banking Awards 2016</title>
<!-- Latest compiled and minified CSS -->
<link href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"
rel="stylesheet">
<link href="assets/css/custom.css" rel="stylesheet">
<link href="assets/css/animate.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/lightcase.css">
<!-- 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]-->
<link rel="apple-touch-icon" sizes="57x57" href="assets/img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="assets/img/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="Pakistan Banking Awards"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://www.pakistanbankingawards.com"/>
<meta property="og:image" content="http://pakistanbankingawards.com/assets/img/pba_logo1.png"/>
<meta http-equiv="x-dns-prefetch-control" content="on">
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
</head>
<body>
<div class="se-pre-con"></div>
<div class="container-fluid">
<div class="row">
<nav class="navbar navbar-fixed-top" style=
"background: #9279b7; background: -webkit-linear-gradient(to left, #9279b7 , #524367);background: linear-gradient(to left, #9279b7 , #524367);">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button aria-expanded="false" class=
"navbar-toggle collapsed" data-target=
"#bs-example-navbar-collapse-1" 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="#"><img src="assets/img/pba_logo.png" width=
"60"></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 navbar-right">
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#categories">Categories</a>
</li>
<li>
<a href="#the-jury">Jury</a>
</li>
<li>
<a href="#nominations-and-winners">Nominations & Winners</a>
</li>
<li>
<a href="#gallery">Gallery</a>
</li>
<!--
<li>
<a href="#">Contact</a>
</li>-->
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
<div class="row" style=
"min-height:100vh;background: #9279b7; background: -webkit-linear-gradient(to left, #9279b7 , #524367);background: linear-gradient(to left, #9279b7 , #524367); padding-top:96px;">
<div class="col-md-8 col-md-offset-2" style="padding-top:10vh;">
<h1 class="animated fadeInDown" style=
"color:#fff; font-size:38px; font-weight:300; font-family:'Roboto Slab', serif; line-height:50px; word-spacing:5px;">
Pakistan Banking Awards 2016 – the first Pakistani awards
honoring excellence in banking.</h1>
<div style=
"margin-top:37px;width:100px; height:5px; background:#fff; content:' ';">
</div>
<p style=
"color:#fff; font-size:26px; font-weight:100; font-family:'Roboto', sans-serif; margin:40px 0 20px 0;word-spacing:3px; opacity:0.8;">
The DAWN Media Group and the Institute of Bankers Pakistan
(IBP) in collaboration with A.F. Ferguson & Co, a member firm
of the PwC network as their knowledge partner, are holding the
first Pakistani awards honoring excellence in banking.</p>
</div>
</div>
<div class="row" style="background:#E9EBEE; padding-bottom:150px;" id="categories">
<div class="col-md-8 col-md-offset-2">
<h1 class="heading text-center" style=
"margin-top:140px; margin-bottom:50px;">Categories</h1>
<div class="row">
<div aria-multiselectable="true" class="panel-group" id=
"accordion" role="tablist">
<div class="panel panel-default">
<div class="panel-heading" id="headingOne" role=
"tab">
<h4 class="panel-title"><a aria-controls=
"collapseOne" aria-expanded="false" data-parent=
"#accordion" data-toggle="collapse" href=
"#collapseOne" role="button">Bank the Unbanked
Award <span class="pull-right">+</span></a></h4>
</div>
<div aria-labelledby="headingOne" class=
"panel-collapse collapse" id="collapseOne" role=
"tabpanel">
<div class="panel-body">
The bank that has paid the most attention
to financial inclusion by expanding its
outreach through rural and low-income urban
penetration and diversification among all
segments of account holders, including
female accountholders.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" id="headingTwo" role=
"tab">
<h4 class="panel-title"><a aria-controls=
"collapseTwo" aria-expanded="false" class=
"collapsed" data-parent="#accordion"
data-toggle="collapse" href="#collapseTwo"
role="button">Best Micro Finance Bank<span class="pull-right">+</span></a></h4>
</div>
<div aria-labelledby="headingTwo" class=
"panel-collapse collapse" id="collapseTwo" role=
"tabpanel">
<div class="panel-body">
The best all-around Micro Finance Bank in
terms of penetration, outreach, efficiency
and access to low-income communities across
Pakistan.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" id="headingThree" role=
"tab">
<h4 class="panel-title"><a aria-controls=
"collapseThree" aria-expanded="false" class=
"collapsed" data-parent="#accordion"
data-toggle="collapse" href="#collapseThree"
role="button">Best Bank for Small Businesses
and Agriculture<span class="pull-right">+</span></a></h4>
</div>
<div aria-labelledby="headingThree" class=
"panel-collapse collapse" id="collapseThree" role=
"tabpanel">
<div class="panel-body">
The bank with the strongest performance,
diversification and quality of SME and
agricultural lending nationwide.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" id="headingFour" role=
"tab">
<h4 class="panel-title"><a aria-controls=
"collapseFour" aria-expanded="false" class=
"collapsed" data-parent="#accordion"
data-toggle="collapse" href="#collapseFour"
role="button">Best Bank for Corporate Finance &
Capital Market Development<span class="pull-right">+</span></a></h4>
</div>
<div aria-labelledby="headingFour" class=
"panel-collapse collapse" id="collapseFour" role=
"tabpanel">
<div class="panel-body">
The bank that has excelled in promoting
capital market development, deepening
secondary markets, and providing advisory
services to optimise the efficient use of
industrial and commercial assets.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" id="headingEight" role=
"tab">
<h4 class="panel-title"><a aria-controls=
"collapseEight" aria-expanded="false" class=
"collapsed" data-parent="#accordion"
data-toggle="collapse" href="#collapseEight"
role="button">Best Customer Franchise<span class="pull-right">+</span></a></h4>
</div>
<div aria-labelledby="headingEight" class=
"panel-collapse collapse" id="collapseEight" role=
"tabpanel">
<div class="panel-body">
The bank with the most efficient service
delivery and attention to customer
requirements.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" id="headingFive" role=
"tab">
<h4 class="panel-title"><a aria-controls=
"collapseFive" aria-expanded="false" class=
"collapsed" data-parent="#accordion"
data-toggle="collapse" href="#collapseFive"
role="button">Best Islamic Bank<span class="pull-right">+</span></a></h4>
</div>
<div aria-labelledby="headingFive" class=
"panel-collapse collapse" id="collapseFive" role=
"tabpanel">
<div class="panel-body">
The bank that has made the most progress in
extending and expanding its Islamic Banking
franchise and raising public awareness.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" id="headingSix" role=
"tab">
<h4 class="panel-title"><a aria-controls=
"collapseSix" aria-expanded="false" class=
"collapsed" data-parent="#accordion"
data-toggle="collapse" href="#collapseSix"
role="button">Best Bank<span class="pull-right">+</span></a></h4>
</div>
<div aria-labelledby="headingSix" class=
"panel-collapse collapse" id="collapseSix" role=
"tabpanel">
<div class="panel-body">
The bank that has demonstrated the most
significant contribution to national
development and the most effective
management of its resources including its
employees, clients, franchise, community
and financials.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" id="headingSeven" role=
"tab">
<h4 class="panel-title"><a aria-controls=
"collapseSeven" aria-expanded="false" class=
"collapsed" data-parent="#accordion"
data-toggle="collapse" href="#collapseSeven"
role="button">Best Environmental, Social and
Governance (ESG) Bank<span class="pull-right">+</span></a></h4>
</div>
<div aria-labelledby="headingSeven" class=
"panel-collapse collapse" id="collapseSeven" role=
"tabpanel">
<div class="panel-body">
The bank with main focus towards ESG
attributes for conduct of responsible
business. ESG attributes cover holistically
respect for the environment, for society
and for governance. So the bank that has
demonstrated the most significant
contribution in long term thinking on
sustainability, environment, employees,
customers and communities as Responsible
Corporates.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="background: #9279b7; background: -webkit-linear-gradient(to left, #9279b7 , #524367);background: linear-gradient(to left, #9279b7 , #524367);" id="the-jury">
<div class="col-md-8 col-md-offset-2">
<h1 class="heading text-center" style=
"margin-top:140px; margin-bottom:50px;color:#fff;">The Jury</h1>
<div class="row">
<div class="col-md-12">
<div class="box">
<div class="row">
<div class="col-sm-12">
<h2>Syed Salim Raza</h2>
<p>
<img src="assets/img/jury/salimraza.jpg" style="width:150px; float:right; margin:0 0 20px 20px;"/>
Syed Salim Raza served as Governor, State Bank of Pakistan from 2009 to 2010. Prior to assuming the Governorship of the State Bank, he also served as CEO of the Pakistan Business Council and has over 36 years of experience in the banking sector. Raza served as Country Head for Citibank Pakistan from 1983 to 1987, as well as a number of other positions at Citibank covering credit and corporate finance, as well as global asset management, including Country and Regional Management across the Middle East, Africa, the UK, Central and Eastern Europe. He holds a Masters from Oxford University, where he studied Politics, Philosophy and Economics at Oriel College.</p>
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="box">
<div class="row">
<div class="col-sm-12">
<h2>Shehzad Naqvi</h2>
<p>
<img src="assets/img/jury/shehzadnaqvi.jpg" style="width:150px; float:right; margin:0 0 20px 20px;"/>Shehzad Naqvi has over 30 years of experience in the banking sector, having served as President and CEO of Crescent Commercial Bank. Prior to joining Crescent Commercial Bank, he served as Country Head for ABN AMRO Pakistan, before going on to become Head of Management and Structured Finance for Asia Pacific at the bank. Naqvi also served as Country Head for Citibank in Singapore and Pakistan, as well as Regional Head for Global Corporate and Investment Banking for the Middle East and Pakistan at Citibank. He has also served as a Member of the Managing Committee of the Singapore Stock Exchange, Director on the board of MasterCard International SAAMEA Region, as well as a Member of the National Advisory Council to the Prime Minister of Pakistan, and as Chairman of the Innovation Challenge Committee at the State Bank of Pakistan.</p>
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="box">
<div class="row">
<div class="col-sm-12">
<h2>Fuad Azim Hashimi</h2>
<p><img src="assets/img/jury/fuadhashimi.jpg" style="width:150px; float:right; margin:0 0 0 20px;"/>Fuad Azim Hashimi is President and CEO of the Pakistan Institute of Corporate Governance (PICG) where he plays a key role in the furtherance of good corporate governance practices in Pakistan. He is also a Fellow Member of the Institute of Chartered Accountants in England and Wales and has over 45 years of experience in public accounting and business. Hashimi is also a member of the Private Sector Advisory Group of International Finance Corporation.</p>
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="box">
<div class="row">
<div class="col-sm-12">
<h2>Azhar Hamid</h2>
<p><img src="assets/img/jury/azharhamid.png" style="width:150px; float:right; margin:0 0 0 20px;"/>Azhar Hamid served as Pakistan’s first Banking Mohtasib, where he played a key role in establishing and defining the role of the Banking Ombudsman in Pakistan. Prior to setting up the office of Banking Mohtasib in 2005, he served as a member of the Board of Directors of the State Bank of Pakistan. Hamid has over 40 years of international banking experience with ANZ Grindlays Bank and Standard Chartered Bank, where he served as Country Head Pakistan.</p>
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="box">
<div class="row">
<div class="col-sm-12">
<h2>Nargis Ghalloo</h2>
<p><img src="assets/img/jury/nargisghalloo.png" style="width:150px; float:right; margin:0 0 0 20px;"/>Nargis Ghalloo is the Chairperson of the State Life Insurance Corporation of Pakistan (Ltd). A BS-22 Officer in the Federal Government, she has also served as Additional Secretary, Cabinet Division, Director General, President’s Secretariat and Secretary for Women’s Development. She is also a Director of Sui Southern Gas Company, Ltd and an Independent Director at Fauji Fertilizer Company as well as a Director at International Industries Ltd, Sui Northern Gas Pipelines Ltd and Pakistan Cables Ltd. Ghalloo holds a Masters Degree in English Literature from the University of Sindh.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="background:#E9EBEE;" id="nominations-and-winners">
<div class="col-md-8 col-md-offset-2">
<h1 class="heading text-center" style=
"margin-top:140px; margin-bottom:50px;">Nominations & Winners</h1>
<div class="row">
<p class="text-center" style="margin-top:0px; margin-bottom:50px; font-size:20px;">The winners of the Pakistan Banking Awards are selected by a distinguished jury; their decision is based on the evolution and performance of a bank over time, as well as its current standing in Pakistan.</p>
</div>
<div class="row" style="padding-bottom:50px;">
<div class="col-md-8 col-md-offset-2">
<div class="box2">
<h2>Bank the unbanked</h2>
<hr style="color:#fff; margin-bottom:10px;">
<div class="row">
<div class="col-sm-6" style="padding-bottom:20px;">
<p>
<h4>Nominations</h4>
<ul>
<li>Allied Bank</li>
<li>United Bank Limited</li>
<li>Askari Bank</li>
<li>Habib Bank</li>
<li>Tameer Bank</li>
<li>Meezan Bank</li>
<li>Bank of Punjab</li>
</ul>
</p>
</div>
<div class="col-sm-6">
<p>
<h4>Winner</h4>
<ul>
<li>Tameer Micro Finance Bank Limited</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div class="col-md-8 col-md-offset-2">
<div class="box2">
<h2>Best Microfinance Bank</h2>
<hr style="color:#fff; margin-bottom:10px;">
<div class="row">
<div class="col-sm-6">
<p>
<h4>Nominations</h4>
<ul>
<li>Khushhali Bank Limited</li>
<li>Tameer Bank</li>
<li>First Microfinance Bank Limited</li>
<li>Waseela Bank</li>
<li>Finca Microfinance Bank Limited</li>
</ul>
</p>
</div>
<div class="col-sm-6">
<p>
<h4>Winner</h4>
<ul>
<li>Tameer Micro Finance Bank Ltd.</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div class="col-md-8 col-md-offset-2">
<div class="box2">
<h2>Best Bank for Small Business and Agriculture</h2>
<hr style="color:#fff; margin-bottom:10px;">
<div class="row">
<div class="col-sm-6">
<p>
<h4>Nominations</h4>
<ul>
<li>Habib Bank</li>
<li>Bank Alfalah</li>
<li>Bank of Punjab</li>
<li>Summit Bank</li>
<li>National Bank of Pakistan</li>
<li>Allied Bank Limited</li>
<li>Zarai Tarqiati Bank Limited</li>
</ul>
</p>
</div>
<div class="col-sm-6">
<p>
<h4>Winner</h4>
<ul>
<li>Habib Bank Limited</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div class="col-md-8 col-md-offset-2">
<div class="box2">
<h2>Best Bank for Corporate Finance & Capital Market Development</h2>
<hr style="color:#fff; margin-bottom:10px;">
<div class="row">
<div class="col-sm-6">
<p>
<h4>Nominations</h4>
<ul>
<li>Allied Bank</li>
<li>Dubai Islamic Bank</li>
<li>Habib Bank</li>
<li>ICBC (Industrial and Commercial Bank of China Limited)</li>
<li>JS Bank</li>
<li>Muslim Commercial Bank</li>
<li>Meezan</li>
<li>United Bank Limited</li>
<li>Citi Bank</li>
</ul>
</p>
</div>
<div class="col-sm-6">
<p>
<h4>Winner</h4>
<ul>
<li>Muslim Commercial Bank</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div class="col-md-8 col-md-offset-2">
<div class="box2">
<h2>Best Customer Franchise</h2>
<hr style="color:#fff; margin-bottom:10px;">
<div class="row">
<div class="col-sm-6">
<p>
<h4>Nominations</h4>
<ul>
<li>JS Bank</li>
<li>Allied Bank</li>
<li>Askari Bank</li>
<li>Dubai Islamic Bank</li>
<li>Faysal Bank</li>
<li>Habib Bank</li>
<li>Meezan</li>
<li>National Bank of Pakistan</li>
<li>United Bank Limited</li>
<li>Silk Bank</li>
<li>Standard Chartered Bank</li>
<li>Tameer Bank</li>
<li>Bank of Punjab</li>
</ul>
</p>
</div>
<div class="col-sm-6">
<p>
<h4>Winner</h4>
<ul>
<li>Bank Alfalah Limited</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div class="col-md-8 col-md-offset-2">
<div class="box2">
<h2>Best Islamic Bank</h2>
<hr style="color:#fff; margin-bottom:10px;">
<div class="row">
<div class="col-sm-6">
<p>
<h4>Nominations</h4>
<ul>
<li>National Bank of Pakistan</li>
<li>Bank Alfalah</li>
<li>Dubai Islamic Bank</li>
<li>Habib Bank Limited</li>
<li>Tameer Bank</li>
<li>Meezan Bank</li>
<li>Standard Chartered Bank</li>
</ul>
</p>
</div>
<div class="col-sm-6">
<p>
<h4>Winner</h4>
<ul>
<li>Meezan Bank Limited</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div class="col-md-8 col-md-offset-2">
<div class="box2">
<h2>Best Bank</h2>
<hr style="color:#fff; margin-bottom:10px;">
<div class="row">
<div class="col-sm-6">
<p>
<h4>Nominations</h4>
<ul>
<li>Standard Chartered Bank</li>
<li>Allied Bank Limited</li>
<li>Askari Bank</li>
<li>Habib Bank</li>
<li>JS Bank</li>
<li>Muslim Commercial Bank</li>
<li>Meezan</li>
<li>National Bank of Pakistan</li>
<li>Soneri</li>
<li>Tameer Bank</li>
<li>United Bank Limited</li>
</ul>
</p>
</div>
<div class="col-sm-6">
<p>
<h4>Winner</h4>
<ul>
<li>United Bank Limited</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div class="col-md-8 col-md-offset-2">
<div class="box2">
<h2>Best Environmental, Social and Governance Bank</h2>
<hr style="color:#fff; margin-bottom:10px;">
<div class="row">
<div class="col-sm-6">
<p>
<h4>Nominations</h4>
<ul>
<li>Allied Bank Limited</li>
<li>National Bank of Pakistan</li>
<li>Standard Chartered Bank</li>
<li>First Women Bank</li>
<li>United Bank Limited</li>
<li>Habib Bank Limited</li>
</ul>
</p>
</div>
<div class="col-sm-6">
<p>
<h4>Winner</h4>
<ul>
<li>Habib Bank Limited</li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row" id="gallery" style="padding:0px 0 50px 0; background:#fff;">
<div class="col-md-8 col-md-offset-2">
<h1 class="heading text-center" style=
"margin-top:140px; margin-bottom:50px;">Gallery</h1>
<div class="row">
<a href="assets/gallery/01.jpg" data-rel="lightcase:myCollection">
<div class="col-sm-4"><img src="assets/gallery/thumb/01.jpg" style="width:100%;margin-bottom:20px;margin-right:20px;"/></div>
</a>
<a href="assets/gallery/02.jpg" data-rel="lightcase:myCollection" >
<div class="col-sm-4"><img src="assets/gallery/thumb/02.jpg" style="width:100%;margin-bottom:20px;margin-right:20px;"/></div>
</a>
<a href="assets/gallery/03.jpg" data-rel="lightcase:myCollection" >
<div class="col-sm-4"><img src="assets/gallery/thumb/03.jpg" style="width:100%;margin-bottom:20px;margin-right:20px;"/></div>
</a>
<a href="assets/gallery/04.jpg" data-rel="lightcase:myCollection" >
<div class="col-sm-4"><img src="assets/gallery/thumb/04.jpg" style="width:100%;margin-bottom:20px;margin-right:20px;"/></div>
</a>
<a href="assets/gallery/05.jpg" data-rel="lightcase:myCollection" >
<div class="col-sm-4"><img src="assets/gallery/thumb/05.jpg" style="width:100%;margin-bottom:20px;margin-right:20px;"/></div>
</a>
<!--<div class="col-sm-4"><img src="assets/gallery/06.jpg" style="width:100%;"/></div>-->
<!--
<a href="assets/gallery/01.jpg" data-rel="lightcase:myCollection" >Your link description or thumb</a>
<a href="assets/gallery/01.jpg" data-rel="lightcase:myCollection">Your link description or thumb</a>
<a href="assets/gallery/01.jpg" data-rel="lightcase:myCollection">Your link description or thumb</a>
<a href="assets/gallery/01.jpg" data-rel="lightcase:myCollection">Your link description or thumb</a>
<a href="assets/gallery/01.jpg" data-rel="lightcase:myCollection">Your link description or thumb</a>
-->
</div>
</div>
</div>
<div class="row" style="border-top:1px solid #ccc; background:#424242;">
<div class="col-md-8 col-md-offset-2">
<p class="pull-left text-left" style="padding:20px; margin-bottom:0;color:#fff;">All rights reserved.</p>
<p class="pull-right text-right" style="padding:20px; margin-bottom:0;color:#fff;">Last updated at 14<sup>th</sup> May, 2016</p>
</div>
</div>
</div><!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<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 -->
<!-- Latest compiled and minified JavaScript -->
<script src=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js">
</script>
<script type="text/javascript" src="assets/js/lightcase.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js"></script>
<script>
WebFont.load({
google: {
families: [ 'Roboto+Slab:400,300:latin' ,'Roboto:400,300:latin' ]
}
});
</script>
<script>$(document).ready(function () {
$(".navbar-nav li a").click(function(event) {
$(".navbar-collapse").collapse('hide');
});
});</script>
<script>
$(window).load(function() {
$(".se-pre-con").fadeOut("slow");
$('html,body').css({ 'overflow': 'auto', 'height': 'auto' });
});
</script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$('a[data-rel^=lightcase]').lightcase();
});
</script>
</body>
</html>