-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-6.html
966 lines (878 loc) · 50.9 KB
/
index-6.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
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
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>sharan | Responsive Bootstrap Landing Page Template</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="Sharzzkbuisness" />
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- Magnificpopup Css -->
<link rel="stylesheet" type="text/css" href="css/magnific-popup.css">
<!--Material Icon -->
<link rel="stylesheet" type="text/css" href="css/materialdesignicons.min.css" />
<!--Slider-->
<link rel="stylesheet" href="css/owl.carousel.css" />
<link rel="stylesheet" href="css/owl.theme.css" />
<link rel="stylesheet" href="css/owl.transitions.css" />
<!-- Custom Css -->
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/colors/yellow.css" />
</head>
<body>
<nav class="navbar navbar-expand-lg fixed-top navbar-custom navbar-light sticky">
<div class="container">
<a class="navbar-brand" href="#">sharan</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="mdi mdi-menu"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#client">Client</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#price">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#faq">Faq</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#blog">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
<div>
<ul class="top-right text-right list-unstyled list-inline mb-0 nav-social">
<li class="list-inline-item"><a href="" class="facebook"><i class="mdi mdi-facebook"></i></a></li>
<li class="list-inline-item"><a href="" class="twitter"><i class="mdi mdi-twitter"></i></a></li>
<li class="list-inline-item"><a href="" class="instagram"><i class="mdi mdi-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
</nav>
<!-- START HOME -->
<section class="home-prestion" id="home">
<!-- <div class="bg-overlay"></div> -->
<div class="home-center">
<div class="home-desc-center">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-center text-white">
<h2 class="font-weight-normal mx-auto mt-4">Here is the best way to present your apps </h2>
<div class="row">
<div class="col-lg-10 offset-lg-1">
<img src="images/macbook.png" alt="" class="img-fluid center-block home-dashboard">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END HOME -->
<!-- START SERVICES -->
<section class="section bg-light" id="services">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-12">
<h2 class="font-300">Our Amazing Services</h2>
<p class="text-muted mt-4 title-subtitle mx-auto">It is a long established fact that a reader will be of a page when established fact looking at its layout.</p>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="services-box mt-4">
<div class="services-icon">
<i class="mdi mdi-chart-areaspline text-custom"></i>
</div>
<div class="mt-3">
<p class="services-title mb-1">Digital Design</p>
<div class="services-border"></div>
<p class="services-subtitle text-muted mt-3"> Ut enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<div class="read-more">
<a href="">Read More <i class="mdi mdi-arrow-right ml-1"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="services-box mt-4">
<div class="services-icon">
<i class="mdi mdi-gift text-custom"></i>
</div>
<div class="mt-3">
<p class="services-title mb-1">Unlimited Colors</p>
<div class="services-border"></div>
<p class="services-subtitle text-muted mt-3"> Ut enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<div class="read-more">
<a href="">Read More <i class="mdi mdi-arrow-right ml-1"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="services-box mt-4">
<div class="services-icon">
<i class="mdi mdi-xml text-custom"></i>
</div>
<div class="mt-3">
<p class="services-title mb-1">Strategy Solutions</p>
<div class="services-border"></div>
<p class="services-subtitle text-muted mt-3"> Ut enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<div class="read-more">
<a href="">Read More <i class="mdi mdi-arrow-right ml-1"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="services-box mt-4">
<div class="services-icon">
<i class="mdi mdi-webpack text-custom"></i>
</div>
<div class="mt-3">
<p class="services-title mb-1">Awesome Support</p>
<div class="services-border"></div>
<p class="services-subtitle text-muted mt-3"> Ut enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<div class="read-more">
<a href="">Read More <i class="mdi mdi-arrow-right ml-1"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="services-box mt-4">
<div class="services-icon">
<i class="mdi mdi-responsive text-custom"></i>
</div>
<div class="mt-3">
<p class="services-title mb-1">Truly Multipurpose</p>
<div class="services-border"></div>
<p class="services-subtitle text-muted mt-3"> Ut enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<div class="read-more">
<a href="">Read More <i class="mdi mdi-arrow-right ml-1"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="services-box mt-4">
<div class="services-icon">
<i class="mdi mdi-leaf text-custom"></i>
</div>
<div class="mt-3">
<p class="services-title mb-1">Easy to customize</p>
<div class="services-border"></div>
<p class="services-subtitle text-muted mt-3"> Ut enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<div class="read-more">
<a href="">Read More <i class="mdi mdi-arrow-right ml-1"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END SERVICES -->
<!-- START FEATURES -->
<section class="section" id="features">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-12">
<h2 class="font-300">Key Features of the product</h2>
<p class="text-muted mt-4 title-subtitle mx-auto">It is a long established fact that a reader will be of a page when established fact looking at its layout.</p>
</div>
</div>
<div class="row pt-5 vertical-content">
<div class="col-md-6">
<div class="features-img">
<img src="images/features/img-1.svg" class="img-fluid" alt="">
</div>
</div>
<div class="col-md-6">
<div class="features-contant">
<div class="features-heading">Creative Design</div>
<p class="fearures-desc text-muted mt-4">The wise therefore always holds in these matters to this principle of selection rejects pleasures to secure other greater pleasures else he endures pains to avoid worse pains.</p>
<div class="mt-4">
<p class="features-plan text-muted mb-2"><i class="mdi mdi-chevron-right text-custom mr-2"></i>Sed ut perspiciatis unde omnis iste natus </p>
<p class="features-plan text-muted mb-2"><i class="mdi mdi-chevron-right text-custom mr-2"></i>Proceed from the head and those from heart </p>
<p class="features-plan text-muted mb-2"><i class="mdi mdi-chevron-right text-custom mr-2"></i>Unconsciously been working in his mind</p>
</div>
<div class="mt-5">
<a href="#" class="btn btn-custom">Learn More <i class="mdi mdi-arrow-right"></i></a>
</div>
</div>
</div>
</div>
<div class="row pt-5 vertical-content">
<div class="col-md-6">
<div class="features-contant">
<div class="features-heading">Simple & Minimal Design</div>
<p class="fearures-desc text-muted mt-4">The wise therefore always holds in these matters to this principle of selection rejects pleasures to secure other greater pleasures else he endures pains to avoid worse pains.</p>
<div class="mt-4">
<p class="features-plan text-muted mb-2"><i class="mdi mdi-chevron-right text-custom mr-2"></i>Sed ut perspiciatis unde omnis iste natus </p>
<p class="features-plan text-muted mb-2"><i class="mdi mdi-chevron-right text-custom mr-2"></i>Proceed from the head and those from heart </p>
<p class="features-plan text-muted mb-2"><i class="mdi mdi-chevron-right text-custom mr-2"></i>Unconsciously been working in his mind</p>
</div>
<div class="mt-5">
<a href="#" class="btn btn-custom">Learn More <i class="mdi mdi-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="features-img">
<img src="images/features/img-2.svg" class="img-fluid" alt="">
</div>
</div>
</div>
<div class="row pt-5 vertical-content">
<div class="col-md-6">
<div class="features-img">
<img src="images/features/img-3.svg" class="img-fluid" alt="">
</div>
</div>
<div class="col-md-6">
<div class="features-contant">
<div class="features-heading">Easy to customize</div>
<p class="fearures-desc text-muted mt-4">The wise therefore always holds in these matters to this principle of selection rejects pleasures to secure other greater pleasures else he endures pains to avoid worse pains.</p>
<div class="mt-4">
<p class="features-plan text-muted mb-2"><i class="mdi mdi-chevron-right text-custom mr-2"></i>Sed ut perspiciatis unde omnis iste natus </p>
<p class="features-plan text-muted mb-2"><i class="mdi mdi-chevron-right text-custom mr-2"></i>Proceed from the head and those from heart </p>
<p class="features-plan text-muted mb-2"><i class="mdi mdi-chevron-right text-custom mr-2"></i>Unconsciously been working in his mind</p>
</div>
<div class="mt-5">
<a href="#" class="btn btn-custom">Learn More <i class="mdi mdi-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END FEATURES -->
<!-- START VIDEO SECTION -->
<section class="section bg-video jarallax" data-jarallax='{"speed": 0.2}' style="background-image: url('images/img-3.jpg');" id="video">
<div class="bg-overlay"></div>
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-12">
<h3 class="text-white font-300 text-uppercase">See Our Video Review</h3>
<p class="text-white mt-4 title-subtitle mx-auto">It is a long established fact that a reader will be of a page when established fact looking at its layout.</p>
<a href="http://vimeo.com/99025203" class="play-btn video-play-icon">
<i class="mdi mdi-play text-white"></i>
</a>
</div>
</div>
</div>
</section>
<!-- END VIDEO SECTION -->
<!-- START CLIENTS -->
<section class="section bg-light" id="client">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-12">
<h2 class="font-300">Our Clients</h2>
<p class="text-muted mt-4 title-subtitle mx-auto">It is a long established fact that a reader will be of a page when established fact looking at its layout.</p>
</div>
</div>
<div class="row justify-content-center mt-5">
<div class="col-lg-10">
<div id="owl-demo" class="owl-carousel">
<div class="text-center bg-white p-4">
<div class="client-icon">
<i class="mdi mdi-format-quote-close text-white rounded-circle bg-custom mx-auto"></i>
</div>
<p class="user-review text-center text-muted mt-5">The European languages are members of the same family Their separate existence is a myth For science, music, sport, etc, europe their pronunciation and their most European languages common book is a treatise on the theory book is the theory of popular words.</p>
<div class="review-box mt-4">
<img src="images/testi/img-1.jpg" alt="" class="rounded-circle testi-user mx-auto d-block">
<div class="img-post text-center mt-4">
<h6 class="testi-user-name">Virgil Bricker</h6>
<p>
Job position
<a href="" class="client-position text-custom">Web Development</a>
</p>
</div>
<div class="client-img mt-5">
<img src="images/client/img-1.png" class="img-fluid" alt="">
</div>
</div>
</div>
<div class="text-center bg-white p-4">
<div class="client-icon">
<i class="mdi mdi-format-quote-close text-white rounded-circle bg-custom mx-auto"></i>
</div>
<p class="user-review text-center text-muted mt-5">The European languages are members of the same family Their separate existence is a myth For science, music, sport, etc, europe their pronunciation and their most European languages common book is a treatise on the theory book is the theory of popular words.</p>
<div class="review-box mt-4">
<img src="images/testi/img-2.jpg" alt="" class="rounded-circle testi-user mx-auto d-block">
<div class="img-post text-center mt-4">
<h6 class="testi-user-name">Lance Gifford</h6>
<p>
Job position
<a href="" class="client-position text-custom">Creative Design</a>
</p>
</div>
<div class="client-img mt-5">
<img src="images/client/img-2.png" class="img-fluid" alt="">
</div>
</div>
</div>
<div class="text-center bg-white p-4">
<div class="client-icon">
<i class="mdi mdi-format-quote-close text-white rounded-circle bg-custom mx-auto"></i>
</div>
<p class="user-review text-center text-muted mt-5">The European languages are members of the same family Their separate existence is a myth For science, music, sport, etc, europe their pronunciation and their most European languages common book is a treatise on the theory book is the theory of popular words.</p>
<div class="review-box mt-4">
<img src="images/testi/img-3.jpg" alt="" class="rounded-circle testi-user mx-auto d-block">
<div class="img-post text-center mt-4">
<h6 class="testi-user-name">Jamal York</h6>
<p>
Job position
<a href="" class="client-position text-custom">Marketing Services</a>
</p>
</div>
<div class="client-img mt-5">
<img src="images/client/img-3.png" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END CLIENTS -->
<!-- START WEB CTA -->
<section class="section bg-custom">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="text-center">
<h2 class="font-weight-light text-white">Become a part of sharan bussiness community today</h2>
<p class="web-cta-desc mx-auto mt-4 text-light">Lorem ipsum dolor sit amet, consectetur adipisicing eli.</p>
<div class="mt-4">
<a href="#" class="btn btn-outline-custom btn-round">Start Your Free Trial</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END CTA -->
<!-- START PRICE -->
<section class="section bg-light" id="price">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-12">
<h2 class="font-weight-light">Our Pricing</h2>
<p class="text-muted mt-4 title-subtitle mx-auto">It is a long established fact that a reader will be of a page when established fact looking at its layout.</p>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-4">
<div class="bg-white mt-3 price-box">
<div class="pricing-name text-center">
<h4>Deluxe</h4>
<span class="text-muted">Perfect For Freelancer</span>
</div>
<div class="plan-price text-center mt-4">
<h2 class="text-custom"><span class="dolar">$</span> 59 <span>Per/month</span></h2>
</div>
<div class="price-features mt-5 ml-4">
<p><i class="mdi mdi-check"></i> Bandwidth: <span class="font-weight-bold">1GB</span></p>
<p><i class="mdi mdi-check"></i> Onlinespace: <span class="font-weight-bold">500MB</span></p>
<p><i class="mdi mdi-close"></i> Support: <span class="font-weight-bold">No</span></p>
<p><i class="mdi mdi-check"></i> Domain: <span class="font-weight-bold">1</span></p>
<p><i class="mdi mdi-check"></i> Hidden Fees: <span class="font-weight-bold">No</span></p>
</div>
<div class="text-center mt-5">
<a href="#" class="btn btn-custom">Join Now</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="bg-white mt-3 price-box">
<div class="pricing-name text-center">
<h4>Economy</h4>
<span class="text-muted">Perfect For Freelancer</span>
</div>
<div class="plan-price text-center mt-4">
<h2 class="text-custom"><span class="dolar">$</span> 79 <span>Per/month</span></h2>
</div>
<div class="price-features mt-5 ml-4">
<p><i class="mdi mdi-check"></i> Bandwidth: <span class="font-weight-bold">2GB</span></p>
<p><i class="mdi mdi-check"></i> Onlinespace: <span class="font-weight-bold">1GB</span></p>
<p><i class="mdi mdi-check"></i> Support: <span class="font-weight-bold">Yes</span></p>
<p><i class="mdi mdi-check"></i> Domain: <span class="font-weight-bold">3</span></p>
<p><i class="mdi mdi-check"></i> Hidden Fees: <span class="font-weight-bold">No</span></p>
</div>
<div class="text-center mt-5">
<a href="#" class="btn btn-custom">Join Now</a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="bg-white mt-3 price-box">
<div class="pricing-name text-center">
<h4>Ultimate</h4>
<span class="text-muted">Perfect For Freelancer</span>
</div>
<div class="plan-price text-center mt-4">
<h2 class="text-custom"><span class="dolar">$</span> 99 <span>Per/month</span></h2>
</div>
<div class="price-features mt-5 ml-4">
<p><i class="mdi mdi-check"></i> Bandwidth: <span class="font-weight-bold">3GB</span></p>
<p><i class="mdi mdi-check"></i> Onlinespace: <span class="font-weight-bold">2GB</span></p>
<p><i class="mdi mdi-check"></i> Support: <span class="font-weight-bold">Yes</span></p>
<p><i class="mdi mdi-check"></i> Domain: <span class="font-weight-bold">Unlimited</span></p>
<p><i class="mdi mdi-check"></i> Hidden Fees: <span class="font-weight-bold">No</span></p>
</div>
<div class="text-center mt-5">
<a href="#" class="btn btn-custom">Join Now</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END PRICE -->
<!-- START FAQ -->
<section class="section" id="faq">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-12">
<h2 class="font-weight-light">Frequently Asked Questions</h2>
<p class="text-muted mt-4 title-subtitle mx-auto">It is a long established fact that a reader will be of a page when established fact looking at its layout.</p>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-4">
<div class="faq-box bg-light p-4 mt-4">
<div class="faq-icon">
<i class="mdi mdi-help"></i>
</div>
<h5 class="text-custom">01.</h5>
<h3 class="faq-title mt-3">What is Lorem Ipsum?</h3>
<p class="faq-ans text-muted mt-3 mb-0">The point of using Lorem Ipsum is that it has a more-or-less normal they distribution of letters opposed to using content here.</p>
</div>
</div>
<div class="col-lg-4">
<div class="faq-box bg-light p-4 mt-4">
<div class="faq-icon">
<i class="mdi mdi-help"></i>
</div>
<h5 class="text-custom">02.</h5>
<h3 class="faq-title mt-3">Why use Lorem Ipsum?</h3>
<p class="faq-ans text-muted mt-3 mb-0">The point of using Lorem Ipsum is that it has a more-or-less normal they distribution of letters opposed to using content here.</p>
</div>
</div>
<div class="col-lg-4">
<div class="faq-box bg-light p-4 mt-4">
<div class="faq-icon">
<i class="mdi mdi-help"></i>
</div>
<h5 class="text-custom">03.</h5>
<h3 class="faq-title mt-3">How many variations exist?</h3>
<p class="faq-ans text-muted mt-3 mb-0">The point of using Lorem Ipsum is that it has a more-or-less normal they distribution of letters opposed to using content here.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="faq-box bg-light p-4 mt-4">
<div class="faq-icon">
<i class="mdi mdi-help"></i>
</div>
<h5 class="text-custom">04.</h5>
<h3 class="faq-title mt-3">Is safe use Lorem Ipsum?</h3>
<p class="faq-ans text-muted mt-3 mb-0">The point of using Lorem Ipsum is that it has a more-or-less normal they distribution of letters opposed to using content here.</p>
</div>
</div>
<div class="col-lg-4">
<div class="faq-box bg-light p-4 mt-4">
<div class="faq-icon">
<i class="mdi mdi-help"></i>
</div>
<h5 class="text-custom">05.</h5>
<h3 class="faq-title mt-3">When can be used?</h3>
<p class="faq-ans text-muted mt-3 mb-0">The point of using Lorem Ipsum is that it has a more-or-less normal they distribution of letters opposed to using content here.</p>
</div>
</div>
<div class="col-lg-4">
<div class="faq-box bg-light p-4 mt-4">
<div class="faq-icon">
<i class="mdi mdi-help"></i>
</div>
<h5 class="text-custom">06.</h5>
<h3 class="faq-title mt-3">What is Lorem Ipsum?</h3>
<p class="faq-ans text-muted mt-3 mb-0">The point of using Lorem Ipsum is that it has a more-or-less normal they distribution of letters opposed to using content here.</p>
</div>
</div>
</div>
</div>
</section>
<!-- END FAQ -->
<!-- START ABOUT -->
<section class="section bg-light" id="about">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="about-title mx-auto text-center">
<h2 class="font-weight-light">A Digital web studio creating stunning & Engaging online Experiences </h2>
<p class="text-muted pt-4">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.</p>
</div>
</div>
</div>
<!-- FUN-FACTS -->
<div class="row justify-content-center mt-5" id="counter">
<div class="col-lg-3">
<div class="text-muted text-center">
<div class="counter-icon">
<i class="mdi mdi-coffee-outline text-custom"></i>
</div>
<h3 class="counter-value font-weight-normal mt-2" data-count="1895">10</h3>
<p>Cups Of Coffee</p>
</div>
</div>
<div class="col-lg-3">
<div class="text-muted text-center about-border-left">
<div class="counter-icon">
<i class="mdi mdi-emoticon-happy text-custom"></i>
</div>
<h3 class="counter-value font-weight-normal mt-2" data-count="485">1</h3>
<p>Happy Clients</p>
</div>
</div>
<div class="col-lg-3">
<div class="text-muted text-center about-border-left">
<div class="counter-icon">
<i class="mdi mdi-thumb-up-outline text-custom"></i>
</div>
<h3 class="counter-value font-weight-normal mt-2" data-count="3561">1</h3>
<p>Project Completed</p>
</div>
</div>
<div class="col-lg-3">
<div class="text-muted text-center about-border-left">
<div class="counter-icon">
<i class="mdi mdi-account-outline text-custom"></i>
</div>
<h3 class="counter-value font-weight-normal mt-2" data-count="87">1</h3>
<p>Smart Employee</p>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-3">
<div class="mt-3">
<img src="images/team/img-1.jpg" alt="" class="img-fluid mx-auto d-block rounded img-thumbnail">
<div class="text-center mt-3">
<p class="font-weight-bold mb-0">Wade G. Wilhite</p>
<p class="text-muted mb-0">CEO/Founder</p>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="mt-3">
<img src="images/team/img-2.jpg" alt="" class="img-fluid mx-auto d-block rounded img-thumbnail">
<div class="text-center mt-3">
<p class="font-weight-bold mb-0">William S. Blay</p>
<p class="text-muted mb-0">CTO/Co-Founder</p>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="mt-3">
<img src="images/team/img-3.jpg" alt="" class="img-fluid mx-auto d-block rounded img-thumbnail">
<div class="text-center mt-3">
<p class="font-weight-bold mb-0">Matthew B. Morales</p>
<p class="text-muted mb-0">Web Designer</p>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="mt-3">
<img src="images/team/img-4.jpg" alt="" class="img-fluid mx-auto d-block rounded img-thumbnail">
<div class="text-center mt-3">
<p class="font-weight-bold mb-0">Luke L. Johnston</p>
<p class="text-muted mb-0">Web Developer</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END ABOUT -->
<!-- START GET STARTED -->
<section class="section jarallax" data-jarallax='{"speed": 0.2}' style="background-image: url('images/img-2.jpg');">
<div class="bg-overlay"></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="text-center cta-sharan mx-auto text-white">
<h1 class="cta-title mb-0">Let's get started with sharan</h1>
<p class="cta-subtitle mt-4 mb-4">Etiam sed.Interdum consequat proin vestibulum class at a euismod mus luctus quam.Lorem ipsum dolor sit amet, consectetur adipisicing eli.class at a euismod mus luctus quam.</p>
<div class="mt-4">
<a href="#" class="btn btn-outline-custom btn-round">Get Started</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END GET STARTED -->
<!-- START BLOG -->
<section class="section bg-light" id="blog">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-12">
<h2 class="font-weight-light">Our Blog</h2>
<p class="text-muted mt-4 title-subtitle mx-auto">It is a long established fact that a reader will be of a page when established fact looking at its layout.</p>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-4">
<div class="blog-post mt-3">
<div>
<img src="images/blog/blog-1.jpg" alt="" class="img-fluid mx-auto d-block rounded">
<div class="blog-tag-box">
<a href=""><span class="blog-tag">Design</span></a>
<a href=""><span class="blog-tag">work</span></a>
</div>
</div>
<div class="blog-post-detail mt-4 p-1">
<div>
<p class="blog-date text-muted"><i class="mdi mdi-calendar-range"></i> 18 October, 2018 <i class="mdi mdi-message-reply-text ml-3"></i> 16 comments </p>
<h6 class=""><a href="#" class="text-dark">Donec vitae sapien venenatis faucibus...</a></h6>
<p class="text-muted mt-3 blog-desc">Lorem ipsum dolor amet consectetuer adipiscing aenean commodo ligula eget dolor Aenean massa cum natoque parturient montes.</p>
<div class="read-more">
<a href="">Read More <i class="mdi mdi-arrow-right ml-1"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="blog-post mt-3">
<div>
<img src="images/blog/blog-2.jpg" alt="" class="img-fluid mx-auto d-block rounded">
<div class="blog-tag-box">
<a href=""><span class="blog-tag">Design</span></a>
<a href=""><span class="blog-tag">work</span></a>
</div>
</div>
<div class="blog-post-detail mt-4 p-1">
<div>
<p class="blog-date text-muted"><i class="mdi mdi-calendar-range"></i> 18 October, 2018 <i class="mdi mdi-message-reply-text ml-3"></i> 16 comments </p>
<h6 class=""><a href="#" class="text-dark">Nullam dictum felis pede mollis pretium...</a></h6>
<p class="text-muted mt-3 blog-desc">Lorem ipsum dolor amet consectetuer adipiscing aenean commodo ligula eget dolor Aenean massa cum natoque parturient montes.</p>
<div class="read-more">
<a href="">Read More <i class="mdi mdi-arrow-right ml-1"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="blog-post mt-3">
<div>
<img src="images/blog/blog-3.jpg" alt="" class="img-fluid mx-auto d-block rounded">
<div class="blog-tag-box">
<a href=""><span class="blog-tag">Design</span></a>
<a href=""><span class="blog-tag">work</span></a>
</div>
</div>
<div class="blog-post-detail mt-4 p-1">
<div>
<p class="blog-date text-muted"><i class="mdi mdi-calendar-range"></i> 18 October, 2018 <i class="mdi mdi-message-reply-text ml-3"></i> 16 comments </p>
<h6 class=""><a href="#" class="text-dark">Vestibulum fringilla pede sit amet augue...</a></h6>
<p class="text-muted mt-3 blog-desc">Lorem ipsum dolor amet consectetuer adipiscing aenean commodo ligula eget dolor Aenean massa cum natoque parturient montes.</p>
<div class="read-more">
<a href="">Read More <i class="mdi mdi-arrow-right ml-1"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END BLOG -->
<!-- START CONTACT -->
<section class="section" id="contact">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-12">
<h2 class="font-weight-light">Contact Us</h2>
<p class="text-muted mt-4 title-subtitle mx-auto">It is a long established fact that a reader will be of a page when established fact looking at its layout.</p>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-7">
<div class="custom-form mt-4 pt-4">
<div id="message"></div>
<form method="post" action="php/contact.php" name="contact-form" id="contact-form">
<div class="row">
<div class="col-lg-6">
<div class="form-group">
<label for="name">Name</label>
<input name="name" id="name" type="text" class="form-control" placeholder="Your name...">
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<label for="email">Email address</label>
<input name="email" id="email" type="email" class="form-control" placeholder="Your email...">
</div>
</div>
</div>
<div class="row mt-2">
<div class="col-lg-6">
<div class="form-group">
<label for="subject">Subject</label>
<input name="subject" id="subject" type="text" class="form-control" placeholder="Your Subject...">
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<label for="password">Password</label>
<input name="password" id="password" type="password" class="form-control" placeholder="Your password...">
</div>
</div>
</div>
<div class="row mt-2">
<div class="col-lg-12">
<div class="form-group">
<label for="comments">Message</label>
<textarea name="comments" id="comments" rows="7" class="form-control" placeholder="Your message..."></textarea>
</div>
</div>
</div>
<div class="row mt-2">
<div class="col-lg-12">
<input type="submit" id="submit" name="send" class="submitBnt btn btn-custom" value="Send Message">
<div id="simple-msg"></div>
</div>
</div>
</form>
</div>
</div>
<div class="col-lg-5">
<div class="contact-detail mt-5 pt-4">
<p class="mb-2"><i class="mdi mdi-email-outline text-muted"></i> : <span>[email protected]</span></p>
<p class="mb-2"><i class="mdi mdi-map-marker text-muted"></i> : <span>97 Ilchester Road, Muirhead, KY15 2GP</span></p>
<p class="mb-2"><i class="mdi mdi-cellphone text-muted"></i> : <span>+1 234 569 798</span></p>
<p class="mb-0"><i class="mdi mdi-earth text-muted"></i> : <span>www.website.com</span></p>
<div class="contact-img pt-4">
<img src="images/contact-img.jpg" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END CONTACT -->
<!-- START FOOTER -->
<footer class="section bg-footer">
<div class="container">
<div class="row">
<div class="col-lg-3">
<div class="footer-contant">
<h6 class="footer-title">Information</h6>
<ul class="list-unstyled footer-link mt-4">
<li><a href="">Pages</a></li>
<li><a href="">Our Team</a></li>
<li><a href="">Feuchers</a></li>
<li><a href="">Pricing</a></li>
</ul>
</div>
</div>
<div class="col-lg-3">
<div class="footer-contant">
<h6 class="footer-title">Ressources</h6>
<ul class="list-unstyled footer-link mt-4">
<li><a href="">Monitoring Grader </a></li>
<li><a href="">Video Tutorial</a></li>
<li><a href="">Term & Service</a></li>
<li><a href="">sharan API</a></li>
</ul>
</div>
</div>
<div class="col-lg-3">
<div class="footer-contant">
<h6 class="footer-title">Help</h6>
<ul class="list-unstyled footer-link mt-4">
<li><a href="">Terms of Services</a></li>
<li><a href="">Privacy Policy</a></li>
<li><a href="">Sign Up </a></li>
<li><a href="">Login</a></li>
</ul>
</div>
</div>
<div class="col-lg-3">
<div class="footer-contant">
<h6 class="footer-title">Contact Us</h6>
<p class="contact-info mt-4">Contact us if need help withanything</p>
<p class="contact-info">+01 508-844-4036</p>
<div class="mt-4">
<ul class="list-inline social mb-0">
<li class="list-inline-item"><a href="" class="social-icon text-muted"><i class="mdi mdi-facebook"></i></a></li>
<li class="list-inline-item"><a href="" class="social-icon text-muted"><i class="mdi mdi-twitter"></i></a></li>
<li class="list-inline-item"><a href="" class="social-icon text-muted"><i class="mdi mdi-linkedin"></i></a></li>
<li class="list-inline-item"><a href="" class="social-icon text-muted"><i class="mdi mdi-google-plus"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="text-center mt-5">
<p class="footer-alt mb-0">2018 © sharan. Design by Sharzzkbuisness</p>
</div>
</footer>
<!-- END FOOTER -->
<!-- Back to top -->
<a href="#" class="back-to-top" id="back-to-top"> <i class="mdi mdi-chevron-up"> </i> </a>
<!-- JAVASCRIPTS -->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrollspy.min.js"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- JARALLAX JS -->
<script src="js/jarallax.js"></script>
<!--Counter-->
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counter.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- SCROLLSPY JS -->
<script src="js/scrollspy.min.js"></script>
<!-- CUSTOM JS -->
<script src="js/app.js"></script>
</body>
</html>