-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
773 lines (747 loc) · 39.1 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
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Mentor Finder</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.png">
<!-- CSS here -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/flaticon.css">
<link rel="stylesheet" href="assets/css/price_rangs.css">
<link rel="stylesheet" href="assets/css/slicknav.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/css/themify-icons.css">
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/nice-select.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- Preloader Start -->
<div id="preloader-active">
<div class="preloader d-flex align-items-center justify-content-center">
<div class="preloader-inner position-relative">
<div class="preloader-circle"></div>
<div class="preloader-img pere-text">
<img src="assets/img/logo/logo.png" alt="">
</div>
</div>
</div>
</div>
<!-- Preloader Start -->
<header>
<!-- Header Start -->
<div class="header-area header-transparrent">
<div class="headder-top header-sticky">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-3 col-md-2">
<!-- Logo -->
<div class="logo">
<a href="index.html"><img src="assets/img/logo/logo.png" alt=""></a>
</div>
</div>
<div class="col-lg-9 col-md-9">
<div class="menu-wrapper">
<!-- Main-menu -->
<div class="main-menu">
<nav class="d-none d-lg-block">
<ul id="navigation">
<li><a href="index.html">Home</a></li>
<li><a href="job_listing.html">Find a Mentor </a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">Page</a>
<ul class="submenu">
<li><a href="blog.html">Blog</a></li>
<li><a href="single-blog.html">Blog Details</a></li>
<li><a href="elements.html">Elements</a></li>
<li><a href="job_details.html">job Details</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
<!-- Header-btn -->
<div class="header-btn d-none f-right d-lg-block">
<a href="#" class="btn head-btn1">Register</a>
<a href="#" class="btn head-btn2">Login</a>
</div>
</div>
</div>
<!-- Mobile Menu -->
<div class="col-12">
<div class="mobile_menu d-block d-lg-none"></div>
</div>
</div>
</div>
</div>
</div>
<!-- Header End -->
</header>
<main>
<!-- slider Area Start-->
<div class="slider-area ">
<!-- Mobile Menu -->
<div class="slider-active">
<div class="single-slider slider-height d-flex align-items-center" data-background="assets/img/hero/h1_hero.jpg">
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-9 col-md-10">
<div class="hero__caption">
<h1> Find the most exciting </h1>
<h1 style="color:rgb(253, 0, 80)";>mentors</h1>
</div>
</div>
</div>
<!-- Search Box -->
<div class="row">
<div class="col-xl-8">
<!-- form -->
<form action="#" class="search-box">
<div class="input-form">
<input type="text" placeholder="Mentor Title or keyword">
</div>
<div class="select-form">
<div class="select-itms">
<select name="select" id="select1">
<option value="">ISLAMABAD PK</option>
<option value="">RAWALPINDI PK</option>
<option value="">LAHORE PK</option>
</select>
</div>
</div>
<div class="search-form">
<a href="#">Find Mentors</a>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- slider Area End-->
<!-- Our Services Start -->
<div class="our-services section-pad-t30">
<div class="container">
<!-- Section Tittle -->
<div class="row">
<div class="col-lg-12">
<div class="section-tittle text-center">
<span>FEATURED TOURS Packages</span>
<h2>Browse Top Categories </h2>
</div>
</div>
</div>
<div class="row d-flex justify-contnet-center">
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-6">
<div class="single-services text-center mb-30">
<div class="services-ion">
<span class="flaticon-tour"></span>
</div>
<div class="services-cap">
<h5><a href="job_listing.html">Design & Creative</a></h5>
<span>(653)</span>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-6">
<div class="single-services text-center mb-30">
<div class="services-ion">
<span class="flaticon-cms"></span>
</div>
<div class="services-cap">
<h5><a href="job_listing.html">Design & Development</a></h5>
<span>(658)</span>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-6">
<div class="single-services text-center mb-30">
<div class="services-ion">
<span class="flaticon-report"></span>
</div>
<div class="services-cap">
<h5><a href="job_listing.html">Sales & Marketing</a></h5>
<span>(658)</span>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-6">
<div class="single-services text-center mb-30">
<div class="services-ion">
<span class="flaticon-app"></span>
</div>
<div class="services-cap">
<h5><a href="job_listing.html">Mobile Application</a></h5>
<span>(658)</span>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-6">
<div class="single-services text-center mb-30">
<div class="services-ion">
<span class="flaticon-helmet"></span>
</div>
<div class="services-cap">
<h5><a href="job_listing.html">Construction</a></h5>
<span>(658)</span>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-6">
<div class="single-services text-center mb-30">
<div class="services-ion">
<span class="flaticon-high-tech"></span>
</div>
<div class="services-cap">
<h5><a href="job_listing.html">Information Technology</a></h5>
<span>(658)</span>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-6">
<div class="single-services text-center mb-30">
<div class="services-ion">
<span class="flaticon-real-estate"></span>
</div>
<div class="services-cap">
<h5><a href="job_listing.html">Real Estate</a></h5>
<span>(658)</span>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-6">
<div class="single-services text-center mb-30">
<div class="services-ion">
<span class="flaticon-content"></span>
</div>
<div class="services-cap">
<h5><a href="job_listing.html">Content Writer</a></h5>
<span>(658)</span>
</div>
</div>
</div>
</div>
<!-- More Btn -->
<!-- Section Button -->
<div class="row">
<div class="col-lg-12">
<div class="browse-btn2 text-center mt-50">
<a href="job_listing.html" class="border-btn2">Browse All Sectors</a>
</div>
</div>
</div>
</div>
</div>
<!-- Our Services End -->
<!-- Online CV Area Start -->
<div class="online-cv cv-bg section-overly pt-90 pb-120" data-background="assets/img/gallery/cv_bg.jpg">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-10">
<div class="cv-caption text-center">
<p class="pera1">FEATURED YOURS Packages</p>
<p class="pera2"> Want to become a Mentor Register Here!</p>
<a href="#" class="border-btn2 border-btn4">Register as Mentor</a>
</div>
</div>
</div>
</div>
</div>
<!-- Online CV Area End-->
<!-- Featured_job_start -->
<section class="featured-job-area feature-padding">
<div class="container">
<!-- Section Tittle -->
<div class="row">
<div class="col-lg-12">
<div class="section-tittle text-center">
<span>Recent Mentor</span>
<h2>Featured Mentor</h2>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-xl-10">
<!-- single-job-content -->
<div class="single-job-items mb-30">
<div class="job-items">
<div class="company-img">
<a href="job_details.html"><img src="assets/img/icon/job-list1.png" alt=""></a>
</div>
<div class="job-tittle">
<a href="job_details.html"><h4>Digital Marketer</h4></a>
<ul>
<li>Creative Agency</li>
<li><i class="fas fa-map-marker-alt"></i>Athens, Greece</li>
<li>$3500 - $4000</li>
</ul>
</div>
</div>
<div class="items-link f-right">
<a href="job_details.html">Full Time</a>
<span>7 hours ago</span>
</div>
</div>
<!-- single-job-content -->
<div class="single-job-items mb-30">
<div class="job-items">
<div class="company-img">
<a href="job_details.html"><img src="assets/img/icon/job-list2.png" alt=""></a>
</div>
<div class="job-tittle">
<a href="job_details.html"><h4>Digital Marketer</h4></a>
<ul>
<li>Creative Agency</li>
<li><i class="fas fa-map-marker-alt"></i>Athens, Greece</li>
<li>$3500 - $4000</li>
</ul>
</div>
</div>
<div class="items-link f-right">
<a href="job_details.html">Full Time</a>
<span>7 hours ago</span>
</div>
</div>
<!-- single-job-content -->
<div class="single-job-items mb-30">
<div class="job-items">
<div class="company-img">
<a href="job_details.html"><img src="assets/img/icon/job-list3.png" alt=""></a>
</div>
<div class="job-tittle">
<a href="job_details.html"><h4>Digital Marketer</h4></a>
<ul>
<li>Creative Agency</li>
<li><i class="fas fa-map-marker-alt"></i>Athens, Greece</li>
<li>$3500 - $4000</li>
</ul>
</div>
</div>
<div class="items-link f-right">
<a href="job_details.html">Full Time</a>
<span>7 hours ago</span>
</div>
</div>
<!-- single-job-content -->
<div class="single-job-items mb-30">
<div class="job-items">
<div class="company-img">
<a href="job_details.html"><img src="assets/img/icon/job-list4.png" alt=""></a>
</div>
<div class="job-tittle">
<a href="job_details.html"><h4>Digital Marketer</h4></a>
<ul>
<li>Creative Agency</li>
<li><i class="fas fa-map-marker-alt"></i>Athens, Greece</li>
<li>$3500 - $4000</li>
</ul>
</div>
</div>
<div class="items-link f-right">
<a href="job_details.html">Full Time</a>
<span>7 hours ago</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Featured_job_end -->
<!-- How Apply Process Start-->
<div class="apply-process-area apply-bg pt-150 pb-150" data-background="assets/img/gallery/how-applybg.png">
<div class="container">
<!-- Section Tittle -->
<div class="row">
<div class="col-lg-12">
<div class="section-tittle white-text text-center">
<span>Apply process</span>
<h2> How it works</h2>
</div>
</div>
</div>
<!-- Apply Process Caption -->
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="single-process text-center mb-30">
<div class="process-ion">
<span class="flaticon-search"></span>
</div>
<div class="process-cap">
<h5>1. Search a Mentor</h5>
<p>Know What You're Looking for in a Mentor</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-process text-center mb-30">
<div class="process-ion">
<span class="flaticon-curriculum-vitae"></span>
</div>
<div class="process-cap">
<h5>2. Apply for Mentor</h5>
<p>Join a Mentorship Platform / Become a Mentor</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="single-process text-center mb-30">
<div class="process-ion">
<span class="flaticon-tour"></span>
</div>
<div class="process-cap">
<h5>3. Get your Mentor</h5>
<p>Reach Out to Your Existing Network</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- How Apply Process End-->
<!-- Testimonial Start -->
<!--
<div class="testimonial-area testimonial-padding">
<div class="container"> -->
<!-- Testimonial contents -->
<!--
<div class="row d-flex justify-content-center">
<div class="col-xl-8 col-lg-8 col-md-10">
<div class="h1-testimonial-active dot-style">
-->
<!-- Single Testimonial -->
<!--
<div class="single-testimonial text-center">
-->
<!-- Testimonial Content -->
<!--
<div class="testimonial-caption ">
-->
<!-- founder -->
<!--
<div class="testimonial-founder ">
<div class="founder-img mb-30">
<img src="assets/img/testmonial/testimonial-founder.png" alt="">
<span>Margaret Lawson</span>
<p>Creative Director</p>
</div>
</div>
<div class="testimonial-top-cap">
<p>“I am at an age where I just want to be fit and healthy our bodies are our responsibility! So start caring for your body and it will care for you. Eat clean it will care for you and workout hard.”</p>
</div>
</div>
</div>
-->
<!-- Single Testimonial -->
<!--
<div class="single-testimonial text-center">
founder -->
<!-- Testimonial Content -->
<!--
<div class="testimonial-caption ">
-->
<!-- founder -->
<!--
<div class="testimonial-founder ">
<div class="founder-img mb-30">
<img src="assets/img/testmonial/testimonial-founder.png" alt="">
<span>Margaret Lawson</span>
<p>Creative Director</p>
</div>
</div>
<div class="testimonial-top-cap">
<p>“I am at an age where I just want to be fit and healthy our bodies are our responsibility! So start caring for your body and it will care for you. Eat clean it will care for you and workout hard.”</p>
</div>
</div>
</div>
-->
<!-- Single Testimonial -->
<!--
<div class="single-testimonial text-center">
-->
<!-- Testimonial Content -->
<!--
<div class="testimonial-caption ">
-->
<!-- founder -->
<!--
<div class="testimonial-founder ">
<div class="founder-img mb-30">
<img src="assets/img/testmonial/testimonial-founder.png" alt="">
<span>Margaret Lawson</span>
<p>Creative Director</p>
</div>
</div>
<div class="testimonial-top-cap">
<p>“I am at an age where I just want to be fit and healthy our bodies are our responsibility! So start caring for your body and it will care for you. Eat clean it will care for you and workout hard.”</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
<!-- Testimonial End -->
<!-- Support Company Start-->
<!--
<div class="support-company-area support-padding fix">
<div class="container">
<div class="row align-items-center">
<div class="col-xl-6 col-lg-6">
<div class="right-caption">
-->
<!-- Section Tittle -->
<!--
<div class="section-tittle section-tittle2">
<span>What we are doing</span>
<h2>24k Talented people are getting Jobs</h2>
</div>
<div class="support-caption">
<p class="pera-top">Mollit anim laborum duis au dolor in voluptate velit ess cillum dolore eu lore dsu quality mollit anim laborumuis au dolor in voluptate velit cillum.</p>
<p>Mollit anim laborum.Duis aute irufg dhjkolohr in re voluptate velit esscillumlore eu quife nrulla parihatur. Excghcepteur signjnt occa cupidatat non inulpadeserunt mollit aboru. temnthp incididbnt ut labore mollit anim laborum suis aute.</p>
<a href="about.html" class="btn post-btn">Post a job</a>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-6">
<div class="support-location-img">
<img src="assets/img/service/support-img.jpg" alt="">
<div class="support-img-cap text-center">
<p>Since</p>
<span>1994</span>
</div>
</div>
</div>
</div>
</div>
</div>
-->
<!-- Support Company End-->
<!-- Blog Area Start -->
<div class="home-blog-area blog-h-padding">
<div class="container">
<!-- Section Tittle -->
<div class="row">
<div class="col-lg-12">
<div class="section-tittle text-center">
<span>Our latest blog</span>
<h2>Our recent news</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-6">
<div class="home-blog-single mb-30">
<div class="blog-img-cap">
<div class="blog-img">
<img src="assets/img/blog/home-blog1.jpg" alt="">
<!-- Blog date -->
<div class="blog-date text-center">
<span>24</span>
<p>Now</p>
</div>
</div>
<div class="blog-cap">
<p>| Properties</p>
<h3><a href="single-blog.html">Footprints in Time is perfect House in Kurashiki</a></h3>
<a href="#" class="more-btn">Read more »</a>
</div>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-6">
<div class="home-blog-single mb-30">
<div class="blog-img-cap">
<div class="blog-img">
<img src="assets/img/blog/home-blog2.jpg" alt="">
<!-- Blog date -->
<div class="blog-date text-center">
<span>24</span>
<p>Now</p>
</div>
</div>
<div class="blog-cap">
<p>| Properties</p>
<h3><a href="single-blog.html">Footprints in Time is perfect House in Kurashiki</a></h3>
<a href="#" class="more-btn">Read more »</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Blog Area End -->
</main>
<footer>
<!-- Footer Start-->
<div class="footer-area footer-bg footer-padding">
<div class="container">
<div class="row d-flex justify-content-between">
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-6">
<div class="single-footer-caption mb-50">
<div class="single-footer-caption mb-30">
<div class="footer-tittle">
<h4>About Us</h4>
<div class="footer-pera">
<p>Heaven frucvitful doesn't cover lesser dvsays appear creeping seasons so behold.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-5">
<div class="single-footer-caption mb-50">
<div class="footer-tittle">
<h4>Contact Info</h4>
<ul>
<li>
<p>Address :Comsats Wah, Mall Road,
Quaid Avenue, Wah Cantt,
Rawalpindi, Punjab</p>
</li>
<li><a href="#">Phone : +92 334 5463367</a></li>
<li><a href="#">Email : [email protected]</a></li>
</ul>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-5">
<div class="single-footer-caption mb-50">
<div class="footer-tittle">
<h4>Important Link</h4>
<ul>
<li><a href="#"> View Project</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Testimonial</a></li>
<li><a href="#">Proparties</a></li>
<li><a href="#">Support</a></li>
</ul>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-5">
<div class="single-footer-caption mb-50">
<div class="footer-tittle">
<h4>Newsletter</h4>
<div class="footer-pera footer-pera2">
<p>Heaven fruitful doesn't over lesser in days. Appear creeping.</p>
</div>
<!-- Form -->
<div class="footer-form" >
<div id="mc_embed_signup">
<form target="_blank" action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01"
method="get" class="subscribe_form relative mail_part">
<input type="email" name="email" id="newsletter-form-email" placeholder="Email Address"
class="placeholder hide-on-focus" onfocus="this.placeholder = ''"
onblur="this.placeholder = ' Email Address '">
<div class="form-icon">
<button type="submit" name="submit" id="newsletter-submit"
class="email_icon newsletter-submit button-contactForm"><img src="assets/img/icon/form.png" alt=""></button>
</div>
<div class="mt-10 info"></div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- -->
<div class="row footer-wejed justify-content-between">
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-6">
<!-- logo -->
<div class="footer-logo mb-20">
<a href="index.html"><img src="assets/img/logo/logo2_footer.png" alt=""></a>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-5">
<div class="footer-tittle-bottom">
<span>5000+</span>
<p>Talented Students</p>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-5">
<div class="footer-tittle-bottom">
<span>626+</span>
<p>Talented Mentors </p>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-5">
<!-- Footer Bottom Tittle -->
<div class="footer-tittle-bottom">
<span>1100+</span>
<p>Registered Hunter</p>
</div>
</div>
</div>
</div>
</div>
<!-- footer-bottom area -->
<div class="footer-bottom-area footer-bg">
<div class="container">
<div class="footer-border">
<div class="row d-flex justify-content-between align-items-center">
<div class="col-xl-10 col-lg-10 ">
<div class="footer-copy-right">
<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart" aria-hidden="true"></i> by <a href="https://linktr.ee/ossamamehmood" target="_blank">ossamamehmood</a>
<!-- Link back to ossamamehmood can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
<div class="col-xl-2 col-lg-2">
<div class="footer-social f-right">
<a href="https://www.facebook.com/ossamamehmood1#"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/ossamamehmood"><i class="fab fa-twitter"></i></a>
<a href="http://ossamamehmood.me/"><i class="fas fa-globe"></i></a>
<a href="https://www.behance.net/ossamamehmood"><i class="fab fa-behance"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End-->
</footer>
<!-- JS here -->
<!-- All JS Custom Plugins Link Here here -->
<script src="./assets/js/vendor/modernizr-3.5.0.min.js"></script>
<!-- Jquery, Popper, Bootstrap -->
<script src="./assets/js/vendor/jquery-1.12.4.min.js"></script>
<script src="./assets/js/popper.min.js"></script>
<script src="./assets/js/bootstrap.min.js"></script>
<!-- Jquery Mobile Menu -->
<script src="./assets/js/jquery.slicknav.min.js"></script>
<!-- Jquery Slick , Owl-Carousel Plugins -->
<script src="./assets/js/owl.carousel.min.js"></script>
<script src="./assets/js/slick.min.js"></script>
<script src="./assets/js/price_rangs.js"></script>
<!-- One Page, Animated-HeadLin -->
<script src="./assets/js/wow.min.js"></script>
<script src="./assets/js/animated.headline.js"></script>
<script src="./assets/js/jquery.magnific-popup.js"></script>
<!-- Scrollup, nice-select, sticky -->
<script src="./assets/js/jquery.scrollUp.min.js"></script>
<script src="./assets/js/jquery.nice-select.min.js"></script>
<script src="./assets/js/jquery.sticky.js"></script>
<!-- contact js -->
<script src="./assets/js/contact.js"></script>
<script src="./assets/js/jquery.form.js"></script>
<script src="./assets/js/jquery.validate.min.js"></script>
<script src="./assets/js/mail-script.js"></script>
<script src="./assets/js/jquery.ajaxchimp.min.js"></script>
<!-- Jquery Plugins, main Jquery -->
<script src="./assets/js/plugins.js"></script>
<script src="./assets/js/main.js"></script>
</body>
</html>