-
Notifications
You must be signed in to change notification settings - Fork 0
/
business.html
730 lines (685 loc) · 40.5 KB
/
business.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
<!doctype html>
<html><!-- InstanceBegin template="/Templates/WebsiteSecondaryTemplate.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta charset="utf-8">
<!-- InstanceBeginEditable name="doctitle" -->
<title>Business</title>
<!-- InstanceEndEditable -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
</head>
<body>
<div id="top-most-wrapper-of-the-website">
<div class="wraper" id="wraper">
<div class="row top-header" id="top-header">
<div class="col-md-6 website-logo-area container-fluid" id="website-logo-area">
<img class="img-fluid" src="images/PakistanPostLogo.png" alt="logo-image" />
</div>
<div class="col-md-6 website-social-media-icons" id="website-social-media-icons">
<ul>
<li>
<a href="#"><div class="facebook-custom-icon"></div></a>
</li>
<li>
<a href="#"><div class="youtube-custom-icon"></div></a>
</li>
<li>
<a href="#"><div class="twitter-custom-icon"></div></a>
</li>
<li>
<a href="#"><div class="instagram-custom-icon"></div></a>
</li>
</ul>
</div>
</div>
<div class="top-menu" id="top-menu"><nav id="navbar" class="navbar navbar-expand-lg navbar-light bg-custom">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto navmenu-outer">
<li class="nav-item">
<a id="unique-top-menu-link" class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="pakistan.html">Pakistan <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="sports.html">Sports <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="world.html">World <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="sci-tech.html">Sci-Tech<span class="sr-only">(current)</span></a>
</li>
<li>
<ul id="mini-menu-special" class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
More
</a>
<div class="dropdown-menu navmenu-inner" aria-labelledby="navbarDropdown">
<li>
<a class="dropdown-item-custom" href="entertainment.html">Entertainment</a>
</li>
<li> <a class="dropdown-item-custom" href="health.html">Health</a>
</li>
<li><a class="dropdown-item-custom" href="business.html">Business</a>
</li>
</div>
</ul>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input id="top-menu-search-button" class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="custom-button-css btn my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav></div>
<div class="top-news-marquee" id="top-news-marquee"> <div class="breaking-news-wraper"> <!--start code-->
<div class="row mb-0">
<div class="col-12 py-2 custom-breaking-news p-0 m-0">
<div class="row">
<!--Breaking box-->
<div class="col-md-3 col-lg-2 pr-md-0">
<div class="p-2 bg-breaking-top-custom text-center breaking-caret"><span class="font-weight-bold">Breaking News</span></div>
</div>
<!--end breaking box-->
<!--Breaking content-->
<div class="col-md-9 col-lg-10 pl-md-4 py-2">
<div class="breaking-box">
<div id="carouselbreaking" class="carousel slide" data-ride="carousel">
<!--breaking news-->
<div class="carousel-inner">
<!--post-->
<div class="carousel-item">
<a href="websitepostdetails.html"><span class="position-relative mx-2 badge badge-primary rounded-0">Sci-Tech</span></a> <a class="text-black" href="websitepostdetails.html">Google Employees Protest Secret Work on Censored Search Engine for China</a>
</div>
<!--post-->
<div class="carousel-item">
<a href="websitepostdetails.html"><span class="position-relative mx-2 badge badge-primary rounded-0">Health</span></a> <a class="text-black" href="websitepostdetails.html">Investors Betting Against Tesla Made $1 Billion on Friday</a>
</div>
<!--post-->
<div class="carousel-item">
<a href="websitepostdetails.html"><span class="position-relative mx-2 badge badge-primary rounded-0">Sports</span></a> <a class="text-black" href="websitepostdetails.html">World cup 2050 will release in Dubay</a>
</div>
<!--post-->
<div class="carousel-item">
<a href="websitepostdetails.html"><span class="position-relative mx-2 badge badge-primary rounded-0">Pakistan</span></a> <a class="text-black" href="websitepostdetails.html">Lemon make your skin fresh and glowing</a>
</div>
<!--post-->
<div class="carousel-item active">
<a href="websitepostdetails.html"><span class="position-relative mx-2 badge badge-primary rounded-0">Sport</span></a> <a class="text-black" href="websitepostdetails.html">5 Takeaways From Elon Musk’s Interview With The Times About Tesla</a>
</div>
</div>
<!--end breaking news-->
<!--navigation slider-->
<div class="navigation-box p-2 d-none d-sm-block">
<!--nav left-->
<a class="carousel-control-prev text-primary" href="#carouselbreaking" role="button" data-slide="prev">
<i class="fa fa-angle-left" aria-hidden="true"></i>
<span class="sr-only">Previous</span>
</a>
<!--nav right-->
<a class="carousel-control-next text-primary" href="#carouselbreaking" role="button" data-slide="next">
<i class="fa fa-angle-right" aria-hidden="true"></i>
<span class="sr-only">Next</span>
</a>
</div>
<!--end navigation slider-->
</div>
</div>
</div>
<!--end breaking content-->
</div>
</div>
</div>
<!--end code--></div></div>
<div class="ad-area1" id="ad-area1"><div class="ad-area-banner"><img class="img-fluid" src="images/ad1.jpg"></div></div>
<div class="row main-contents" id="main-contents">
<div class="col-sm-12 col-md-6 col-lg-3 left-column-contents" id="left-column-contents"> <!--Start code-->
<div class="row">
<div class="col-12 pb-0">
<!--SECTION START-->
<section class="row">
<!--Start slider news-->
<div class="col-12 pb-0 pb-md-0 pt-2 pr-0 pl-0">
<h3 class="main-contents-titles">Slide Show</h3>
<div id="featured" class="carousel slide carousel" data-ride="carousel">
<!--dots navigate-->
<ol class="carousel-indicators top-indicator">
<li data-target="#featured" data-slide-to="0" class="active"></li>
<li data-target="#featured" data-slide-to="1"></li>
<li data-target="#featured" data-slide-to="2"></li>
<li data-target="#featured" data-slide-to="3"></li>
</ol>
<!--carousel inner-->
<div class="carousel-inner">
<!--Item slider-->
<div class="carousel-item active">
<div class="card border-0 rounded-0 text-light overflow zoom">
<div class="position-relative">
<!--thumbnail img-->
<div class="ratio_left-cover-1 image-wrapper">
<a href="websitepostdetails.html">
<img class="img-fluid w-100"
src="images/websitepostimages-resized/carouselpakistanpost11111.jpg"
alt="Bootstrap news template">
</a>
</div>
<div class="position-absolute p-2 p-lg-3 b-0 w-100 bg-shadow">
<!--title-->
<a href="websitepostdetails.html">
<h2 class="h3 post-title text-white my-1 custom-homepage-title">Coronavirus: UK government allows live sport to return behind closed doors from June 1</h2>
</a>
<!-- meta title -->
<div class="news-meta">
<span class="news-author">by <a class="text-custom-color font-weight-bold" href="file:///C|/Users/sayed/OneDrive/Desktop/category/author.html">Sayed Aslam Shah</a></span>
<span class="news-date">Oct 22, 2020</span>
</div>
</div>
</div>
</div>
</div>
<!--Item slider-->
<div class="carousel-item">
<div class="card border-0 rounded-0 text-light overflow zoom">
<div class="position-relative">
<!--thumbnail img-->
<div class="ratio_left-cover-1 image-wrapper">
<a href="websitepostdetails.html">
<img class="img-fluid w-100"
src="images/websitepostimages-resized/carouselpakistanpost2222222222.jpg"
alt="Bootstrap news theme">
</a>
</div>
<div class="position-absolute p-2 p-lg-3 b-0 w-100 bg-shadow">
<!--title-->
<a href="websitepostdetails.html">
<h2 class="h3 post-title text-white my-1 custom-homepage-title">A Look Back at India's Standout Performers from the 2011 World Cup Semi-final vs Pakistan</h2>
</a>
<!-- meta title -->
<div class="news-meta">
<span class="news-author">by <a class="text-custom-color font-weight-bold" href="file:///C|/Users/sayed/OneDrive/Desktop/category/author.html">Sayed Aslam Shah</a></span>
<span class="news-date">Oct 22, 2020</span>
</div>
</div>
</div>
</div>
</div>
<!--Item slider-->
<div class="carousel-item">
<div class="card border-0 rounded-0 text-light overflow zoom">
<div class="position-relative">
<!--thumbnail img-->
<div class="ratio_left-cover-1 image-wrapper">
<a href="websitepostdetails.html">
<img class="img-fluid w-100"
src="images/websitepostimages-resized/carouselpakistanpost3333.jpg"
alt="Bootstrap blog template">
</a>
</div>
<div class="position-absolute p-2 p-lg-3 b-0 w-100 bg-shadow">
<!--title-->
<a href="websitepostdetails.html">
<h2 class="h3 post-title text-white my-1 custom-homepage-title">COVID-19 in Pakistan: Why the government and doctors are at odds</h2>
</a>
<!-- meta title -->
<div class="news-meta">
<span class="news-author">by <a class="text-custom-color font-weight-bold" href="file:///C|/Users/sayed/OneDrive/Desktop/category/author.html">Sayed Aslam Shah</a></span>
<span class="news-date">Oct 22, 2020</span>
</div>
</div>
</div>
</div>
</div>
<!--Item slider-->
<div class="carousel-item">
<div class="card border-0 rounded-0 text-light overflow zoom">
<div class="position-relative">
<!--thumbnail img-->
<div class="ratio_left-cover-1 image-wrapper">
<a href="websitepostdetails.html">
<img class="img-fluid w-100"
src="images/websitepostimages-resized/carouselpakistanpost4444.jpg"
alt="Bootstrap portal template">
</a>
</div>
<div class="position-absolute p-2 p-lg-3 b-0 w-100 bg-shadow">
<!--title-->
<a href="websitepostdetails.html">
<h2 class="h3 post-title text-white my-1 custom-homepage-title">Pakistan successfully tests 5G, launch date announced</h2>
</a>
<!-- meta title -->
<div class="news-meta">
<span class="news-author">by <a class="text-custom-color font-weight-bold" href="file:///C|/Users/sayed/OneDrive/Desktop/category/author.html">Sayed Aslam Shah</a></span>
<span class="news-date">Oct 22, 2020</span>
</div>
</div>
</div>
</div>
</div>
<!--end item slider-->
</div>
<!--end carousel inner-->
</div>
<!--navigation-->
<a class="carousel-control-prev" href="#featured" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#featured" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!--End slider news-->
</section>
<!--END SECTION-->
</div>
</div>
<!--end code-->
<!-- Polling section of left column starts here -->
<div class="row">
<div class="col-12 polling-vote" id="polling-vote">
<h3 class="main-contents-titles">Servey</h3>
<div class="row" style="width: auto">
<div class="col-12 panel panel-primary container-fluid pr-0 pl-0">
<div class="panel-heading">
<h3 class="panel-title">
<span class="glyphicon glyphicon-hand-right"></span>Where do you get your news?</h3>
</div>
<div class="col-12 panel-body">
<ul class="list-group">
<li class="list-group-item">
<div class="radio">
<label>
<input type="radio" value="">
Internet
</label>
</div>
</li>
<li class="list-group-item">
<div class="radio">
<label>
<input type="radio" value="">
Television
</label>
</div>
</li>
</ul>
</div>
<div class="panel-footer text-center">
<button type="button" class="custom-button-css btn btn-block btn-sm">
Vote</button>
<a href="#" class="small">View Result</a></div>
</div>
</div>
</div>
</div>
<!-- News letter section starts here -->
<div class="row">
<div class="col-12 pr-0 pl-0 subscription-form" id="subscription-form">
<h3 class="main-contents-titles">Subscribe</h3>
<section class="home-newsletter">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="single">
<h2>Subscribe to our Newsletter</h2>
<div class="input-group">
<input id="subscribe-search-button" type="email" class="form-control" placeholder="Enter your email">
<span class="input-group-btn">
<button class="custom-button-css btn btn-theme" type="submit">Subscribe</button>
</span>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
<!-- End of left column -->
<!-- Middle column contents starts here -->
<!-- InstanceBeginEditable name="CategoryEditableRegion" -->
<div class="col-sm-12 col-md-6 col-lg-6 middle-column-contents" id="middle-column-contents"> <!--Start code-->
<div class="row">
<div class="col-12 pb-5 pl-0 pr-0 ml-0 mr-0">
<!--SECTION START-->
<section class="row m-0 p-0">
<!--Start box news-->
<div class="box-news-custom col-12 pt-2 mb-3 mb-lg-4 pl-0 pr-0">
<h3 class="main-contents-titles">Business</h3>
<div class="row p-0 m-0">
<!--news box-->
<div class="col-6 pb-1 pt-0 pr-1">
<div class="card border-0 rounded-0 text-white overflow zoom">
<div class="position-relative">
<!--thumbnail img-->
<div class="ratio_right-cover-2 image-wrapper">
<a href="websitepostdetails.html">
<img class="img-fluid"
src="https://bootstrap.news/source/img5.jpg"
alt="simple blog template bootstrap">
</a>
</div>
<div class="position-absolute p-2 p-lg-3 b-0 w-100 bg-shadow">
<!-- category -->
<a class="p-1 badge badge-primary rounded-0" href="websitepostdetails.html">Business</a>
<!--title-->
<a href="websitepostdetails.html">
<h2 class="h5 text-white my-1">Should you see the Fantastic Beasts sequel?</h2>
</a>
</div>
</div>
</div>
</div>
<!--news box-->
<div class="col-6 pb-1 pl-1 pt-0">
<div class="card border-0 rounded-0 text-white overflow zoom">
<div class="position-relative">
<!--thumbnail img-->
<div class="ratio_right-cover-2 image-wrapper">
<a href="websitepostdetails.html">
<img class="img-fluid"
src="https://bootstrap.news/source/img6.jpg"
alt="bootstrap templates for blog">
</a>
</div>
<div class="position-absolute p-2 p-lg-3 b-0 w-100 bg-shadow">
<!-- category -->
<a class="p-1 badge badge-primary rounded-0" href="websitepostdetails.html">Business</a>
<!--title-->
<a href="websitepostdetails.html">
<h2 class="h5 text-white my-1">Three myths about Florida elections recount</h2>
</a>
</div>
</div>
</div>
</div>
<!--news box-->
<div class="col-6 pb-1 pr-1 pt-1">
<div class="card border-0 rounded-0 text-white overflow zoom">
<div class="position-relative">
<!--thumbnail img-->
<div class="ratio_right-cover-2 image-wrapper">
<a href="websitepostdetails.html">
<img class="img-fluid"
src="https://bootstrap.news/source/img7.jpg"
alt="bootstrap blog wordpress theme">
</a>
</div>
<div class="position-absolute p-2 p-lg-3 b-0 w-100 bg-shadow">
<!-- category -->
<a class="p-1 badge badge-primary rounded-0" href="websitepostdetails.html">Business</a>
<!--title-->
<a href="websitepostdetails.html">
<h2 class="h5 text-white my-1">Finding Empowerment in Two Wheels and a Helmet</h2>
</a>
</div>
</div>
</div>
</div>
<!--news box-->
<div class="col-6 pb-1 pl-1 pt-1">
<div class="card border-0 rounded-0 text-white overflow zoom">
<div class="position-relative">
<!--thumbnail img-->
<div class="ratio_right-cover-2 image-wrapper">
<a href="websitepostdetails.html">
<img class="img-fluid"
src="https://bootstrap.news/source/img8.jpg"
alt="blog website templates bootstrap">
</a>
</div>
<div class="position-absolute p-2 p-lg-3 b-0 w-100 bg-shadow">
<!-- category -->
<a class="p-1 badge badge-primary rounded-0" href="websitepostdetails.html">Business</a>
<!--title-->
<a href="websitepostdetails.html">
<h2 class="h5 text-white my-1">Ditch receipts and four other tips to be a shopper</h2>
</a>
</div>
</div>
</div>
</div>
<!--news box-->
<div class="col-6 pb-1 pr-1 pt-1">
<div class="card border-0 rounded-0 text-white overflow zoom">
<div class="position-relative">
<!--thumbnail img-->
<div class="ratio_right-cover-2 image-wrapper">
<a href="websitepostdetails.html">
<img class="img-fluid"
src="https://bootstrap.news/source/img7.jpg"
alt="bootstrap blog wordpress theme">
</a>
</div>
<div class="position-absolute p-2 p-lg-3 b-0 w-100 bg-shadow">
<!-- category -->
<a class="p-1 badge badge-primary rounded-0" href="websitepostdetails.html">Business</a>
<!--title-->
<a href="websitepostdetails.html">
<h2 class="h5 text-white my-1">Finding Empowerment in Two Wheels and a Helmet</h2>
</a>
</div>
</div>
</div>
</div>
<!--news box-->
<div class="col-6 pb-1 pl-1 pt-1">
<div class="card border-0 rounded-0 text-white overflow zoom">
<div class="position-relative">
<!--thumbnail img-->
<div class="ratio_right-cover-2 image-wrapper">
<a href="websitepostdetails.html">
<img class="img-fluid"
src="https://bootstrap.news/source/img8.jpg"
alt="blog website templates bootstrap">
</a>
</div>
<div class="position-absolute p-2 p-lg-3 b-0 w-100 bg-shadow">
<!-- category -->
<a class="p-1 badge badge-primary rounded-0" href="websitepostdetails.html">Business</a>
<!--title-->
<a href="websitepostdetails.html">
<h2 class="h5 text-white my-1">Ditch receipts and four other tips to be a shopper</h2>
</a>
</div>
</div>
</div>
</div>
<!--end news box-->
</div>
</div>
<!--End box news-->
</section>
<!--END SECTION-->
</div>
</div>
<!--end code--></div>
<!-- InstanceEndEditable -->
<div class="col-sm-12 col-md-12 col-lg-3 right-column-contents" id="right-column-contents"><div class="ad-area-banner"><img class="img-fluid" src="images/ad2.jpg"></div></div>
</div>
<div class="ad-area2" id="ad-area2">
<div class="ad-area-banner"><img class="img-fluid" src="images/ad1.jpg"></div>
</div>
<div class="news-categories" id="news-categories">
<div class="row news-category-row1" id="news-category-row1">
<div class="news-category1 col-md-4 col-lg-3" id="news-category1"><h2>PAKISTAN</h2><a href="#"><div class="container-fluid category-img-container"><img class="img-fluid" src="images/carousel2.jpg" alt="categoryimage"></div><span class = "category-span">Title of the post goes her</span></a><hr><a href="#"><p>Superem courts graint bail to Khwaja Asif brothers in the suger mill case</p></a><hr>
<a href="#"><p>Superem courts graint bail to Khwaja Asif brothers in the suger mill case</p></a></div>
<div class="news-category2 col-md-4 col-lg-3" id="news-category2"><h2>SPORTS</h2><a href="#"><div class="container-fluid category-img-container"><img class="img-fluid" src="images/carousel2.jpg" alt="categoryimage"></div><span class="category-span">Title of the post goes her</span></a><hr>
<a href="#"><p>Superem courts graint bail to Khwaja Asif brothers in the suger mill case</p></a>
<hr><a href="#"><p>Superem courts graint bail to Khwaja Asif brothers in the suger mill case</p></a></div>
<div class="news-category3 col-md-4 col-lg-3" id="news-category3"><h2>WORLD</h2><a href="#"><div class="container-fluid category-img-container"><img class="img-fluid" src="images/carousel2.jpg" alt="categoryimage"></div><span class="category-span">Title of the post goes her</span></a><hr>
<a href="#"><p>Superem courts graint bail to Khwaja Asif brothers in the suger mill case</p></a>
<hr> <a href="#"><p>Superem courts graint bail to Khwaja Asif brothers in the suger mill case</p></a> </div>
<div class="news-category4 col-md-12 col-lg-3" id="news-category4"><h2>SCI-TECH</h2><a href="#"><div class="container-fluid category-img-container"><img class="img-fluid" src="images/carousel2.jpg" alt="categoryimage"></div><span class="category-span">Title of the post goes her</span></a><hr>
<a href="#"><p>Superem courts graint bail to Khwaja Asif brothers in the suger mill case</p></a><hr>
<a href="#"><p>Superem courts graint bail to Khwaja Asif brothers in the suger mill case</p></a></div>
</div>
<div class="row news-category-row2" id="news-category-row2">
<div class="news-category5 col-md-4" id="news-category5"><h2>ENTERTAINMENT</h2><a href="#"><div class="container-fluid category-img-container"><img class="img-fluid" src="images/carousel2.jpg" alt="categoryimage"></div><span class="category-span">Title of the post goes her</span></a><hr>
<a href="#"><p>Superem courts graint bail to Khwaja Asif brothers in the suger mill case</p></a>
<hr><a href="#"> <p>Superem courts graint bail to Khwaja Asif brothers in the suger mill case</p></a></div>
<div class="news-category6 col-md-4" id="news-category6"><h2>HEALTH</h2><a href="#"><div class="container-fluid category-img-container"><img class="img-fluid" src="images/carousel2.jpg" alt="categoryimage"></div><span class="category-span">Title of the post goes her</span></a><hr>
<a href="#"><p>Superem courts graint bail to Khwaja Asif brothers in the suger mill case</p></a>
<hr> <a href="#"><p>Superem courts graint bail to Khwaja Asif brothers in the suger mill case</p></a></div>
<div class="news-category7 col-md-4" id="news-category7"><h2>BUSSINESS</h2><a href="#"><div class="container-fluid category-img-container"><img class="img-fluid" src="images/carousel2.jpg" alt="categoryimage"></div><span class="category-span">Title of the post goes her</span></a><hr>
<a href="#"><p>Superem courts graint bail to Khwaja Asif brothers in the suger mill case</p></a>
<hr><a href="#"> <p>Superem courts graint bail to Khwaja Asif brothers in the suger mill case</p></a></div>
</div>
</div>
<div class="ad-area3" id="ad-area3"><div class="ad-area-banner"><img class="img-fluid" src="images/ad1.jpg"></div></div>
<div class="Footer-area-div" id="Footer-area-div"><footer class="footer-area footer--light">
<div class="footer-big">
<!-- start .container -->
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-12">
<div class="footer-widget">
<div class="widget-about">
<img src="images/PakistanPostLogo.png" alt="footer-logo-image" class="img-fluid">
<p>Pakistan Post is a renowned and authentic resource for news and current affairs</p>
<ul class="contact-details">
<li>
<span class="icon-earphones"></span> Call Us:
<a href="tel:344-755-111">344-755-111</a>
</li>
<li>
<span class="icon-envelope-open"></span>
<a href="mailto:support@aazztech.com">support@pakistanpost.com</a>
</li>
</ul>
</div>
</div>
<!-- Ends: .footer-widget -->
</div>
<!-- end /.col-md-4 -->
<div class="col-md-3 col-sm-4">
<div class="footer-widget">
<div class="footer-menu footer-menu--1">
<h4 class="footer-widget-title">CATEGORIES</h4>
<ul>
<li>
<a href="pakistan.html">PAKISTAN</a>
</li>
<li>
<a href="sports.html">SPORTS</a>
</li>
<li>
<a href="world.html">WORLD</a>
</li>
<li>
<a href="sci-tech.html">SCI-TECH</a>
</li>
<li>
<a href="entertainment.html">ENTERTAINMENT</a>
</li>
<li>
<a href="health.html">HEALTH</a>
</li>
<li>
<a href="business.html">BUSSINESS</a>
</li>
</ul>
</div>
<!-- end /.footer-menu -->
</div>
<!-- Ends: .footer-widget -->
</div>
<!-- end /.col-md-3 -->
<div class="col-md-3 col-sm-4">
<div class="footer-widget">
<div class="footer-menu">
<h4 class="footer-widget-title">OUR COMPANY</h4>
<ul>
<li>
<a href="#">CONTACT US</a>
</li>
<li>
<a href="#">CODE OF CONDUCT</a>
</li>
<li>
<a href="#">ABOUT PAKISTAN POST</a>
</li>
<li>
<a href="#">TESTIMONIALS</a>
</li>
<li>
<a href="#">BLOG</a>
</li>
</ul>
</div>
<!-- end /.footer-menu -->
</div>
<!-- Ends: .footer-widget -->
</div>
<!-- end /.col-lg-3 -->
<div class="footer-social-icons-style col-md-3 col-sm-4">
<div class="footer-widget">
<div class="footer-menu no-padding">
<h4 class="footer-widget-title">CONNECT WITH US</h4>
<ul>
<li>
<a href="#"><div class="facebook-custom-icon-footer"></div></a>
</li>
<li>
<a href="#"><div class="youtube-custom-icon-footer"></div></a>
</li>
<li>
<a href="#"><div class="twitter-custom-icon-footer"></div></a>
</li>
<li>
<a href="#"><div class="instagram-custom-icon-footer"></div></a>
</li>
</ul>
</div>
<!-- end /.footer-menu -->
</div>
<!-- Ends: .footer-widget -->
</div>
<!-- Ends: .col-lg-3 -->
</div>
<!-- end /.row -->
</div>
<!-- end /.container -->
</div>
<!-- end /.footer-big -->
<div class="mini-footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="copyright-text">
<p>© 2020
<a href="#">PakistanPost</a>. All rights reserved. Created by
<a href="#">Engineer Sayed Aslam Shah</a>
</p>
</div>
<div class="go_top">
<span class="icon-arrow-up"><a href="#" id="toTopBtn" class="cd-top text-replace js-cd-top cd-top--is-visible cd-top--fade-out" data-abc="true"></a>
</span>
</div>
</div>
</div>
</div>
</div>
</footer></div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="js/stickynavbar.js" rel="scriptforstickytopnavbar" type="text/javascript"></script>
<script src="js/scrolltop.js" rel="scriptforscrolltop" type="text/javascript"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</body>
<!-- InstanceEnd --></html>