forked from abideen305/fortuneapartments
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
901 lines (851 loc) · 35.4 KB
/
index.html
File metadata and controls
901 lines (851 loc) · 35.4 KB
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
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
<!doctype html>
<html lang="zxx">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>FRIH a Real Estate Hub </title>
<!-- google fonts -->
<link href="//fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
<link href="//fonts.googleapis.com/css2?family=Allerta+Stencil&display=swap" rel="stylesheet">
<!-- google fonts -->
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
<!-- Template CSS -->
</head>
<body>
<!--header-->
<header id="site-header" class="fixed-top">
<div class="container">
<nav class="navbar navbar-expand-lg stroke">
<h1><a class="navbar-brand mr-lg-5" href="index.html">
FR<span>I</span>H
</a></h1>
<!-- if logo is image enable this
<a class="navbar-brand" href="#index.html">
<img src="image-path" alt="Your logo" title="Your logo" style="height:35px;" />
</a> -->
<button class="navbar-toggler collapsed bg-gradient" type="button" data-toggle="collapse"
data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa icon-expand fa-bars"></span>
<span class="navbar-toggler-icon fa icon-close fa-times"></span>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<div class="search-right">
<a href="#search" title="search"><span class="fa fa-search" aria-hidden="true"></span></a>
<!-- search popup -->
<div id="search" class="pop-overlay">
<div class="popup">
<form action="#" method="GET" class="search-box">
<input type="search" placeholder="Enter Keyword" name="search" required="required" autofocus="">
<button type="submit" class="btn">Search Now</button>
</form>
</div>
<a class="close" href="#close">×</a>
</div>
<!-- /search popup -->
</div>
</ul>
</div>
<!-- toggle switch for light and dark theme -->
<div class="mobile-position">
<nav class="navigation">
<div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox">
<div class="mode-container">
<i class="gg-sun"></i>
<i class="gg-moon"></i>
</div>
</label>
</div>
</nav>
</div>
<!-- //toggle switch for light and dark theme -->
</nav>
</div>
</header>
<!-- //header -->
<!-- main-slider -->
<section class="w3l-main-slider" id="home">
<div class="companies20-content">
<div class="owl-one owl-carousel owl-theme">
<div class="item">
<li>
<div class="slider-info banner-view bg bg2">
<div class="banner-info">
<div class="container">
<div class="banner-info-bg text-left">
<p>Better living</p>
<h5>Progressive spaces for a better living</h5>
<a href="about.html" class="btn btn-white">Read More</a>
</div>
</div>
</div>
<div class="banhny-w3grids">
<div class="banhny-w3grids-1">
<h4 class="number-b">1</h4>
</div>
<div class="banhny-w3grids-1">
<h4><a href="#" class="hnys-title">The better way to buy real estate.</a></h4>
</div>
</div>
</div>
</li>
</div>
<div class="item">
<li>
<div class="slider-info banner-view banner-top1 bg bg2">
<div class="banner-info">
<div class="container">
<div class="banner-info-bg text-left">
<p>Dream Home</p>
<h5>Everyone Deserves the Opportunity of Home</h5>
<a href="about.html" class="btn btn-white">Read More</a>
</div>
</div>
</div>
<div class="banhny-w3grids">
<div class="banhny-w3grids-1">
<h4 class="number-b">2</h4>
</div>
<div class="banhny-w3grids-1">
<h4><a href="#" class="hnys-title">The Only Realtor You Will Ever Want.</a></h4>
</div>
</div>
</div>
</li>
</div>
<div class="item">
<li>
<div class="slider-info banner-view banner-top2 bg bg2">
<div class="banner-info">
<div class="container">
<div class="banner-info-bg text-left">
<p>Better living</p>
<h5>Progressive spaces for a better living</h5>
<a href="about.html" class="btn btn-white">Read More</a>
</div>
</div>
</div>
<div class="banhny-w3grids">
<div class="banhny-w3grids-1">
<h4 class="number-b">3</h4>
</div>
<div class="banhny-w3grids-1">
<h4><a href="#" class="hnys-title">Service You Deserve. People You Trust.</a></h4>
</div>
</div>
</div>
</li>
</div>
<div class="item">
<li>
<div class="slider-info banner-view banner-top3 bg bg2">
<div class="banner-info">
<div class="container">
<div class="banner-info-bg text-left">
<p>Dream Home</p>
<h5>Everyone Deserves the Opportunity of Home</h5>
<a href="about.html" class="btn btn-white">Read More</a>
</div>
</div>
</div>
<div class="banhny-w3grids">
<div class="banhny-w3grids-1">
<h4 class="number-b">4</h4>
</div>
<div class="banhny-w3grids-1">
<h4><a href="#" class="hnys-title">The better way to buy real estate.</a></h4>
</div>
</div>
</div>
</li>
</div>
</div>
<a href="#about" scroll="scroll">
<div class="arrow">
<span></span>
<span></span>
<span></span>
</div>
</a>
</div>
</section>
<!--
modal <section></section> -->
<!-- Trigger the modal with a button -->
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#myModal">Get our account details</button>
<div class="container">
<!-- Modal -->
<div id="myModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Fortune apartments</h4>
</div>
<div class="modal-body">
<p>Mac Fortune Investment and Logistics Limited <br>
1012649575 <br>
Zenith Bank </p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- modal ends -->
<!-- /main-slider -->
<!--/grids-->
<section class="w3l-grids-3 py-5" id="about">
<div class="container py-md-5">
<div class="row bottom-ab-grids align-items-center">
<div class="col-lg-6 bottom-ab-left pr-lg-5">
<h6 class="sub-title">About Us</h6>
<p class="my-3 pr-lg-4">Welcome to Fortune Real Estate Investment Hub (FRIH), a subsidiary of Mac Fortune Investemnt and Logistics Limited. This is a place where you make investment and earn profit for life from your investment. Welcome on board. <br>
Our investment packages: Invest N2.5 million in our urban home and earn N500,000 annually for life. Yes! You earn for life. We also offer you opportunity to sell for capital appreciation. Are you thinking N2.5m is a huge sum for you to pay? Don't worry, we have got you covered with our invest little and earn more package
</p>
<a href="about.html" class="btn btn-style btn-secondary mt-4">Read More</a>
</div>
<div class="col-lg-6 bottom-ab-right mt-lg-0 mt-5">
<img src="assets/images/ab1.jpeg" class="img-fluid" alt="">
</div>
</div>
</div>
</section>
<!--//grids-->
<!-- pop up -->
<div class="elfsight-app-47311673-f389-4daf-8906-c51c9a57130b"></div>
<!-- pop up ends -->
<!--/services-->
<section class="w3l-services1">
<div id="content-with-photo4-block" class="py-5">
<div class="container py-md-5">
<div class="cwp4-two row">
<div class="cwp4-text col-lg-4 mb-lg-0 mb-5">
<h6 class="sub-title">what We Do</h6>
<h3 class="hny-title">What We Offer for You</h3>
<p>Invest & Own Rental Property (IORP): Invest 2.5m over max 18months and earn 500k annually for life. Benefit from Capital Appreciation on your rental ptoperty
Easy transfer of your investment to third party. Get equity draw down in a cash crunch period.
</p>
<a href="services.html" class="btn btn-style mt-lg-4 mt-2">Read More</a>
</div>
<div class="cwp4-image col-lg-4 col-md-6">
<div class="grids4-info">
<a href="#"><img src="assets/images/banner1.jpg" class="img-fluid" alt=""></a>
<div class="info-bg">
<h5><a href="#">Estates for sale</a></h5>
<!-- <span class="price">$ 240/month</span>
<p>Nulla ex nunc, interdum nec egestas nec, dapibus ac mauris. Vivamus id tempor nisl.</p>
<ul>
<li><span class="fa fa-bed"></span> 3</li>
<li><span class="fa fa-bath"></span> 3</li>
<li><span class="fa fa-share-square-o"></span> 1200 sq ft</li>
</ul> -->
</div>
</div>
</div>
<div class="cwp4-image col-lg-4 col-md-6">
<div class="grids4-info">
<a href="#"><img src="assets/images/banner2.jpeg" class="img-fluid" alt=""></a>
<div class="info-bg">
<h5><a href="#">Home for sale</a></h5>
<!-- <span class="price">$ 280/month</span>
<p>Nulla ex nunc, interdum nec egestas nec, dapibus ac mauris. Vivamus id tempor nisl.</p>
<ul>
<li><span class="fa fa-bed"></span> 3</li>
<li><span class="fa fa-bath"></span> 3</li>
<li><span class="fa fa-share-square-o"></span> 1200 sq ft</li>
</ul> -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--//services-->
<!-- stats -->
<!-- <section class="w3l-stats py-5" id="stats">
<div class="gallery-inner container py-lg-0 py-3">
<div class="row stats-con pb-lg-3">
<div class="col-lg-4 col-6 stats_info counter_grid">
<p class="counter">730</p>
<h4>Custom Products</h4>
</div>
<div class="col-lg-4 col-6 stats_info counter_grid1">
<p class="counter">680</p>
<h4>Our Farms</h4>
</div>
<div class="col-lg-4 col-6 stats_info counter_grid mt-lg-0 mt-5">
<p class="counter">812</p>
<h4>Happy Customers</h4>
</div>
</div>
</div>
</section> -->
<!-- //stats -->
<!--/grids2-->
<section class="w3l-how-grids-3 py-5" id="how">
<div class="container py-md-5">
<div class="w3l-header mb-md-5 mb-4 text-center">
<h6 class="sub-title">Properties</h6>
<h3 class="hny-title">Properties By Area</h3>
<!-- <p class="">Lorem ipsum dolor sit amet consectetur adipisicing elit.</p> -->
</div>
<div class="d-grid grid-col-2 grid-element-9">
<div class="left-grid-ele-9 grid-bg1">
<!-- <div class="sub-wid-grid-9">
<h4 class="text-grid-9"><a href="#">New Jersy</a></h4>
<p class="sub-para">Perfect City!</p>
<span>8 properties</span>
</div> -->
</div>
<div class="left-grid-ele-9 grid-bg2">
<!-- <div class="sub-wid-grid-9">
<h4 class="text-grid-9"><a href="#">Paris</a></h4>
<p class="sub-para">Best Place to live</p>
<span>8 properties</span>
</div> -->
</div>
</div>
<div class="d-grid grid-col-3 grid-element-9 margin-top">
<div class="left-grid-ele-9 grid-bg3">
<!-- <div class="sub-wid-grid-9">
<h4 class="text-grid-9"><a href="#">London</a></h4>
<p class="sub-para">Perfect City!</p>
<span>15 properties</span>
</div> -->
</div>
<div class="left-grid-ele-9 grid-bg4">
<!-- <div class="sub-wid-grid-9">
<h4 class="text-grid-9"><a href="#">Japan</a></h4>
<p class="sub-para">Best Place to live</p>
<span>28 properties</span>
</div> -->
</div>
<div class="left-grid-ele-9 grid-bg5">
<!-- <div class="sub-wid-grid-9">
<h4 class="text-grid-9"><a href="#">France</a></h4>
<p class="sub-para">Best Place to live</p>
<span>12 properties</span>
</div> -->
</div>
</div>
</div>
</section>
<!--//grids2-->
<!-- pricing11 -->
<section class="w3l-pricing-11">
<div class="pricing11 py-5">
<div class="container py-md-4">
<div class="w3l-header mb-md-5 mb-4 text-center">
<h6 class="sub-title">Our Plans</h6>
<h3 class="hny-title">Our packages</h3>
</div>
<div class="pricing11-content">
<div class="column pricing-grid">
<div class="text-center price-icon">
<span class="fa fa-home"></span>
</div>
<div class="rate">
<h4>Invest & Own Rental Property (IORP)</h4>
<!-- <h5><span class="top-align">from</span> $50 <span>/mo.</span></h5> -->
</div>
<p>Invest 2.5m over maximum of 18 months and earn 500k annually for life.</p>
<button class="button">Choose a plan</button>
<div class="text-center">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdCihuof_UF4CYe-e4jSJsP17Kcy5xUKzP86irN562xKWLg9g/viewform?embedded=true" width="700" height="520" frameborder="0" marginheight="0" marginwidth="0" target="_blank" class="action">Buy Now </a>
</div>
<ul class="points">
<li><span class="fa fa-check"></span> Benefit from Capital Appreciation.</li>
<li><span class="fa fa-check"></span> Easy transfer of your investment.</li>
<li><span class="fa fa-check"></span> Get equity draw down in a cash crunch period.</li>
<li><span class="fa fa-check"></span> Invest now and earn for life.</li>
</ul>
<div class="text-center pos">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdCihuof_UF4CYe-e4jSJsP17Kcy5xUKzP86irN562xKWLg9g/viewform?embedded=true" width="700" height="520" frameborder="0" marginheight="0" marginwidth="0" target="_blank" class="action"> Invest with us</a>
</div>
</div>
<div class="column pricing-grid pricing-grid-active">
<div class="text-center price-icon">
<span class="fa fa-building"></span>
</div>
<div class="rate">
<h4>Short Term Real Estate Investment Window {STREIW}</h4>
<!-- <h5><span class="top-align">from</span> $100 <span>/mo.</span></h5> -->
</div>
<p>This is a short term investment in real estate projects in their mid funding stage.</p>
<button class="button">Choose a plan</button>
<div class="text-center">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdCihuof_UF4CYe-e4jSJsP17Kcy5xUKzP86irN562xKWLg9g/viewform?embedded=true" width="700" height="520" frameborder="0" marginheight="0" marginwidth="0" target="_blank" class="action">Buy Now </a>
</div>
<ul class="points">
<li><span class="fa fa-check"></span> Short term investment in real estate projects.</li>
<li><span class="fa fa-check"></span> The investment spans 12 - 18 months max.</li>
<li><span class="fa fa-check"></span> The return on investment is between 25% - 40%.</li>
<li><span class="fa fa-check"></span> Minimum investment is N50, 000.</li>
</ul>
<div class="text-center pos">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdCihuof_UF4CYe-e4jSJsP17Kcy5xUKzP86irN562xKWLg9g/viewform?embedded=true" width="700" height="520" frameborder="0" marginheight="0" marginwidth="0" target="_blank" class="action"> Invest with us</a>
</div>
</div>
<div class="column pricing-grid">
<div class="text-center price-icon">
<span class="fa fa-home"></span>
</div>
<div class="rate">
<h4>Infrastructure Investment Fund {IIF}</h4>
<!-- <h5><span class="top-align">from</span> $150 <span>/mo.</span></h5> -->
</div>
<p>The investment is structured to finance Power, Gas, Water and Road projects within an Estate.</p>
<button class="button">Choose a plan</button>
<div class="text-center">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdCihuof_UF4CYe-e4jSJsP17Kcy5xUKzP86irN562xKWLg9g/viewform?embedded=true" width="700" height="520" frameborder="0" marginheight="0" marginwidth="0" target="_blank" class="action">Buy Now </a>
</div>
<ul class="points">
<li><span class="fa fa-check"></span> Long term investment.</li>
<li><span class="fa fa-check"></span> The investment spans typically 4 - 7 years.</li>
<li><span class="fa fa-check"></span> Minimum Investment in this Project is N500,000.</li>
<li><span class="fa fa-check"></span>There is quarterly returns on both Capital and Profit.</li>
</ul>
<div class="text-center pos">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdCihuof_UF4CYe-e4jSJsP17Kcy5xUKzP86irN562xKWLg9g/viewform?embedded=true" width="700" height="520" frameborder="0" marginheight="0" marginwidth="0" target="_blank" class="action"> Invest with us</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //pricing11 -->
<!-- testimonials -->
<!-- <section class="w3l-clients" id="clients">
<div class="cusrtomer-layout py-5">
<div class="container py-lg-4 py-md-3 pb-lg-0">
<div class="heading text-center mx-auto">
<h6 class="sub-title text-center">Here’s what they have to say</h6>
<h3 class="hny-title mb-md-5 mb-4">our clients do the talking</h3>
</div>
<div class="testimonial-width mt-5">
<div id="owl-demo1" class="owl-two owl-carousel owl-theme">
<div class="item">
<div class="testimonial-content">
<div class="testimonial">
<blockquote>
<span class="fa fa-quote-left" aria-hidden="true"></span>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Velit beatae integer sit amet .Nulla ex nunc, interdum nec egestas nec, dapibus ac mauris. Vivamus id tempor nisl.
</blockquote>
<div class="testi-des">
<div class="test-img"><img src="assets/images/team1.jpg" class="img-fluid" alt="client-img">
</div>
<div class="peopl align-self">
<h3>Rohit Paul</h3>
<p class="indentity">Example City</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-content">
<div class="testimonial">
<blockquote>
<span class="fa fa-quote-left" aria-hidden="true"></span>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Velit beatae integer sit amet .Nulla ex nunc, interdum nec egestas nec, dapibus ac mauris. Vivamus id tempor nisl.
</blockquote>
<div class="testi-des">
<div class="test-img"><img src="assets/images/team2.jpg" class="img-fluid" alt="client-img">
</div>
<div class="peopl align-self">
<h3>Shveta</h3>
<p class="indentity">Example City</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-content">
<div class="testimonial">
<blockquote>
<span class="fa fa-quote-left" aria-hidden="true"></span>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Velit beatae integer sit amet .Nulla ex nunc, interdum nec egestas nec, dapibus ac mauris. Vivamus id tempor nisl.
</blockquote>
<div class="testi-des">
<div class="test-img"><img src="assets/images/team3.jpg" class="img-fluid" alt="client-img">
</div>
<div class="peopl align-self">
<h3>Roy Linderson</h3>
<p class="indentity">Example City</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-content">
<div class="testimonial">
<blockquote>
<span class="fa fa-quote-left" aria-hidden="true"></span>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Velit beatae integer sit amet .Nulla ex nunc, interdum nec egestas nec, dapibus ac mauris. Vivamus id tempor nisl.
</blockquote>
<div class="testi-des">
<div class="test-img"><img src="assets/images/team4.jpg" class="img-fluid" alt="client-img">
</div>
<div class="peopl align-self">
<h3>Mike Thyson</h3>
<p class="indentity">Example City</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-content">
<div class="testimonial">
<blockquote>
<span class="fa fa-quote-left" aria-hidden="true"></span>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Velit beatae integer sit amet .Nulla ex nunc, interdum nec egestas nec, dapibus ac mauris. Vivamus id tempor nisl.
</blockquote>
<div class="testi-des">
<div class="test-img"><img src="assets/images/team1.jpg" class="img-fluid" alt="client-img">
</div>
<div class="peopl align-self">
<h3>Rohit Paul</h3>
<p class="indentity">Example City</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-content">
<div class="testimonial">
<blockquote>
<span class="fa fa-quote-left" aria-hidden="true"></span>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Velit beatae integer sit amet .Nulla ex nunc, interdum nec egestas nec, dapibus ac mauris. Vivamus id tempor nisl.
</blockquote>
<div class="testi-des">
<div class="test-img"><img src="assets/images/team2.jpg" class="img-fluid" alt="client-img">
</div>
<div class="peopl align-self">
<h3>Shveta</h3>
<p class="indentity">Example City</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- /grids -->
</div>
<!-- //grids -->
</section>
<!-- //testimonials -->
<!-- home page video popup section -->
<!-- <section class="w3l-index5" id="about">
<div class="new-block py-5">
<div class="container py-lg-5">
<div class="middle-section text-center">
<div class="section-width">
<h6 class="sub-title text-center">Video</h6>
<h3 class="hny-title">People-oriented spaces that ensure the best quality of your everyday life</h3>
<p class="mt-3">Lorem ipsum dolor sit amet consectetur adipisicing elit. Consequuntur hic odio voluptatem
tenetur consequatur.Lorem ipsum dolor sit amet consectetur adipisicing elit. Velit beatae laudantium
voluptate rem ullam dolore nisi voluptatibus esse quasi.Integer sit amet mattis quam.</p>
</div>
<div class="history-info mt-5">
<div class="position-relative">
<img src="assets/images/banner3.jpg" class="img-fluid radius-image video-popup-image" alt="video-popup">
<a href="#small-dialog" class="popup-with-zoom-anim play-view text-center position-absolute">
<span class="video-play-icon">
<span class="fa fa-play"></span>
</span>
</a> -->
<!-- dialog itself, mfp-hide class is required to make dialog hidden -->
<!-- <div id="small-dialog" class="zoom-anim-dialog mfp-hide">
<iframe src="https://player.vimeo.com/video/23512331?title=0&byline=0&portrait=0" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
</div>
</div>
</div> -->
<!-- dialog itself, mfp-hide class is required to make dialog hidden -->
<!-- <div id="small-dialog" class="zoom-anim-dialog mfp-hide">
<iframe src="https://player.vimeo.com/video/23512331?title=0&byline=0&portrait=0" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section> -->
<!-- //home page video popup section -->
<!--/get -->
<!-- <section class="w3l-grid-quote text-center py-5">
<div class="container py-3">
<h6 class="sub-title text-center">Work With Us</h6>
<h3 class="hny-title mb-md-5 mb-4">Let's start a Project! Hire Us.</h3>
<a href="contact.html" class="btn btn-style btn-primary mr-2">Hire Us</a>
<a href="contact.html" class="btn btn-style btn-outline-primary">Get in touch</a>
</div>
</section> -->
<!--//get -->
<!--/w3l-footer-29-main-->
<footer>
<!-- footer -->
<section class="w3l-footer">
<div class="w3l-footer-16-main py-5">
<div class="container">
<div class="row">
<div class="col-lg-6 column">
<div class="row">
<div class="col-md-4 column">
<h3>Company</h3>
<ul class="footer-gd-16">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="#">Blog</a></li>
<li><a href="contact.html">Invest with us</a></li>
</ul>
</div>
<div class="col-md-4 column mt-md-0 mt-4">
<h3>Useful Links</h3>
<ul class="footer-gd-16">
<li><a href="#url">Offers</a></li>
<li><a href="#url">Our Branches</a></li>
<li><a href="#url">Latest Media</a></li>
<li><a href="about.html">About Company</a></li>
<li><a href="#url">Our Packages</a></li>
</ul>
</div>
<div class="col-md-4 column mt-md-0 mt-4">
<h3>Our Services</h3>
<ul class="footer-gd-16">
<li><a href="#url">Privacy Policy</a></li>
<li><a href="#url">Our Terms</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="#">Landing Page</a></li>
<li><a href="#url">Our Agents</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12 column pl-lg-5 column4 mt-lg-0 mt-5">
<h3>Newsletter </h3>
<div class="end-column">
<h4>Get latest updates and offers.</h4>
<form action="#" class="subscribe" method="post">
<input type="email" name="email" placeholder="Email Address" required="">
<button type="submit">Go</button>
</form>
<p>Sign up for our latest news & articles. We won’t give you spam mails.</p>
</div>
</div>
</div>
<div class="d-flex below-section justify-content-between align-items-center pt-4 mt-5">
<div class="columns text-lg-left text-center">
<p>© 2020 FRIH. All rights reserved.Design by <a href="https://www.github.com/abideen305.com/" target="_blank">
Abideen Muhammed</a>
</p>
</div>
<div class="columns-2 mt-lg-0 mt-3">
<ul class="social">
<li><a href="#facebook"><span class="fa fa-facebook" aria-hidden="true"></span></a>
</li>
<li><a href="#linkedin"><span class="fa fa-linkedin" aria-hidden="true"></span></a>
</li>
<li><a href="#twitter"><span class="fa fa-twitter" aria-hidden="true"></span></a>
</li>
<li><a href="#google"><span class="fa fa-google-plus" aria-hidden="true"></span></a>
</li>
<li><a href="#github"><span class="fa fa-github" aria-hidden="true"></span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="Go to top">
<span class="fa fa-angle-up"></span>
</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- //move top -->
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
</section>
<!-- //footer -->
</footer>
<!--//w3l-footer-29-main-->
<!-- Template JavaScript -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/theme-change.js"></script>
<script src="assets/js/owl.carousel.js"></script>
<!-- script for banner slider-->
<script>
$(document).ready(function () {
$('.owl-one').owlCarousel({
loop: true,
margin: 0,
nav: false,
responsiveClass: true,
autoplay: true,
autoplayTimeout: 5000,
autoplaySpeed: 1000,
autoplayHoverPause: false,
responsive: {
0: {
items: 1,
nav: false
},
480: {
items: 1,
nav: false
},
667: {
items: 1,
nav: true
},
1000: {
items: 1,
nav: true
}
}
})
})
</script>
<!-- //script -->
<script src="https://apps.elfsight.com/p/platform.js" defer>
</script>
<!-- script for tesimonials carousel slider -->
<script>
$(document).ready(function () {
$("#owl-demo1").owlCarousel({
loop: true,
margin: 20,
nav: false,
responsiveClass: true,
responsive: {
0: {
items: 1,
nav: false
},
736: {
items: 2,
nav: false
},
1000: {
items:2,
nav: false,
loop: true
}
}
})
})
</script>
<!-- //script for tesimonials carousel slider -->
<!-- video popup -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script>
$(document).ready(function () {
$('.popup-with-zoom-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-zoom-in'
});
$('.popup-with-move-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-slide-bottom'
});
});
</script>
<!-- //video popup -->
<!-- stats number counter-->
<script src="assets/js/jquery.waypoints.min.js"></script>
<script src="assets/js/jquery.countup.js"></script>
<script>
$('.counter').countUp();
</script>
<!-- //stats number counter -->
<!--/MENU-JS-->
<script>
$(window).on("scroll", function () {
var scroll = $(window).scrollTop();
if (scroll >= 80) {
$("#site-header").addClass("nav-fixed");
} else {
$("#site-header").removeClass("nav-fixed");
}
});
//Main navigation Active Class Add Remove
$(".navbar-toggler").on("click", function () {
$("header").toggleClass("active");
});
$(document).on("ready", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
$(window).on("resize", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
});
});
</script>
<!--//MENU-JS-->
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>