-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
802 lines (719 loc) · 40.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Welcome To My Facebook Template">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bino Coded By Wael</title>
<link href="CSS/style.css" rel="stylesheet">
<link href="CSS/bootstrap.css" rel="stylesheet">
<link href="CSS/animate.css" rel="stylesheet">
<link href="CSS/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<script src="https://use.fontawesome.com/e452ab3911.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body>
<nav>
<div class="logo col-lg-4 col-lg-offset-1 col-md-3 col-xs-6">
<img src="Images/logo.png">
</div>
<div class="links col-lg-7 col-md-9">
<ul class="list-unstyled hidden-xs hidden-sm big-nav">
<li><a href="#header" data-value="header" class="active">Home</a></li>
<li><a href="#about-us" data-value="about-us">About Us</a></li>
<li><a href="#portfolio" data-value="portfolio">Portfolio</a></li>
<li><a href="#pricing" data-value="pricing">Pricing</a></li>
<li><a href="#team" data-value="team">Team</a></li>
<li><a href="#blog" data-value="blog">Blog</a></li>
<li><a href="#contact" data-value="contact">Contact</a></li>
</ul>
<i class="fa fa-bars fa-2x hidden-lg hidden-md"></i>
<ul class="list-unstyled small-nav">
<i class="fa fa-close fa-2x"></i>
<li><a href="#header" data-value="header" class="active">Home</a></li>
<li><a href="#about-us" data-value="about-us">About Us</a></li>
<li><a href="#portfolio" data-value="portfolio">Portfolio</a></li>
<li><a href="#pricing" data-value="pricing">Pricing</a></li>
<li><a href="#team" data-value="team">Team</a></li>
<li><a href="#blog" data-value="blog">Blog</a></li>
<li><a href="#contact" data-value="contact">Contact</a></li>
<ul class="list-unstyled social">
<li><i class="fa fa-facebook fa-2x"></i></li>
<li><i class="fa fa-twitter fa-2x"></i></li>
<li><i class="fa fa-google-plus fa-2x"></i></li>
</ul>
</ul>
</div>
</nav>
<header id="header">
<div class="overlay text-center">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="carousel-caption">
<h4 class="hidden-xs">Our Clients Are Our First Priority</h4>
<h1>Welcome To Bino</h1>
<ul class="list-unstyled line">
<li></li>
<li class="circle"></li>
<li></li>
</ul>
<p class="hidden-xs">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<button class="started">Get Started Now</button>
<button class="learn">Learn More</button>
</div>
</div>
<div class="item">
<div class="carousel-caption">
<h4 class="hidden-xs">Our Clients Are Our First Priority</h4>
<h1>Welcome To Bino</h1>
<ul class="list-unstyled line">
<li></li>
<li class="circle"></li>
<li></li>
</ul>
<p class="hidden-xs">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<button class="started block-xs">Get Started Now</button>
<button class="learn">Learn More</button>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="help text-center">
<i class="fa fa-anchor fa-lg"></i>
</div>
</div>
</header>
<section class="text-center about-us" id="about-us">
<div class="container">
<div class="about col-md-12 col-xs-12">
<div class="col-lg-3 col-md-6 col-sm-6 ab">
<div class="icon">
<i class="fa fa-pencil-square-o fa-2x"></i>
</div>
<h3>Sleek design</h3>
<hr>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 ab">
<div class="icon">
<i class="fa fa-code fa-2x"></i>
</div>
<h3>Clean Code</h3>
<hr>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 ab">
<div class="icon">
<i class="fa fa-lightbulb-o fa-2x"></i>
</div>
<h3>Creative Ideas</h3>
<hr>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 ab">
<div class="icon">
<i class="fa fa-comments-o fa-2x"></i>
</div>
<h3>Free Support</h3>
<hr>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry</p>
</div>
</div>
<div class="our-history text-left col-md-12 col-xs-12">
<div class="col-lg-6 col-md-12 col-xs-12 text-center">
<img src="Images/Monitor.png" alt="monitor" class="img-responsive">
</div>
<div class="col-lg-6 col-xs-12 history">
<h2 class="h1">Our History</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<button>Browse Our Work</button>
</div>
</div>
</div>
</section>
<section class="our-services">
<div class="row">
<img src="Images/Services-background.jpg" alt="" class="col-lg-6 col-md-6 xol-xs-12 img-responsive">
<div class="service col-lg-6 col-md-6 col-xs-12">
<h2>Our Services</h2>
<div class="slider text-center">
<div class="slider-item active">
<div class="item">
<div class="slide-icon">
<i class="fa fa-laptop fa-lg"></i>
</div>
<div class="content">
<h4>Web Design</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.</p>
</div>
</div>
<div class="item">
<div class="slide-icon">
<i class="fa fa-files-o fa-lg"></i>
</div>
<div class="content">
<h4>Print Design</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.</p>
</div>
</div>
<div class="item">
<div class="slide-icon">
<i class="fa fa-camera-retro fa-lg"></i>
</div>
<div class="content">
<h4>Photography</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.</p>
</div>
</div>
</div>
<div class="slider-item">
<div class="item">
<div class="slide-icon">
<i class="fa fa-mobile fa-2x"></i>
</div>
<div class="content">
<h4>App Design</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.</p>
</div>
</div>
<div class="item">
<div class="slide-icon">
<i class="fa fa-check fa-2x"></i>
</div>
<div class="content">
<h4>Pixel Perfect Design</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.</p>
</div>
</div>
<div class="item">
<div class="slide-icon">
<i class="fa fa-code fa-2x"></i>
</div>
<div class="content">
<h4>Clean Modern Code</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.</p>
</div>
</div>
</div>
<div class="slider-item">
<div class="item">
<div class="slide-icon">
<i class="fa fa-gear fa-lg"></i>
</div>
<div class="content">
<h4>Strategy Solutions</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.</p>
</div>
</div>
<div class="item">
<div class="slide-icon">
<i class="fa fa-plus fa-lg"></i>
</div>
<div class="content">
<h4>Drag & Drop</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.</p>
</div>
</div>
<div class="item">
<div class="slide-icon">
<i class="fa fa-heart-o fa-lg"></i>
</div>
<div class="content">
<h4>Lovely Design</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.</p>
</div>
</div>
</div>
<ul class="list-unstyled buttons">
<li class="active"></li>
<li></li>
<li></li>
</ul>
</div>
</div>
</div>
</section>
<section class="our-work text-center" id="portfolio">
<h2>Recent Works</h2>
<p>It has survived not only five centuries, but alose scrambled it to make a type.</p>
<ul class="list-unstyled line">
<li></li>
<li class="circle"></li>
<li></li>
</ul>
<ul class="list-unstyled shuffle">
<li class="active filter" data-filter="all">All</li>
<span>/</span>
<li class="filter" data-filter=".print">Print Design</li>
<span>/</span>
<li class="filter" data-filter=".animation">Animation</li>
<span>/</span>
<li class="filter" data-filter=".art">Art</li>
<span>/</span>
<li class="filter" data-filter=".web">Web Design</li>
<span>/</span>
<li class="filter" data-filter=".photo">Photography</li>
<span>/</span>
<li class="filter" data-filter=".video">Video</li>
</ul>
<div class="gallery">
<div id="container">
<div class="mix col-lg-3 col-md-3 col-sm-4 col-xs-8 print web">
<div class="info">
<hr>
<h4>Website Design</h4>
<span class="link">web design / ui / ux</span>
</div>
<img src="Images/1.jpg" alt="" class="img-responsive">
</div>
<div class="mix col-lg-3 col-md-3 col-sm-4 col-xs-8 photo video print">
<div class="info">
<hr>
<h4>T-Shirt Design</h4>
<span class="link">art / t-shirt</span>
</div>
<img src="Images/2.jpg" alt="" class="img-responsive">
</div>
<div class="mix col-lg-3 col-md-3 col-sm-4 col-xs-8 print web">
<div class="info">
<hr>
<h4>Print Script</h4>
<span class="link">print design / script</span>
</div>
<img src="Images/3.jpg" alt="" class="img-responsive">
</div>
<div class="mix col-lg-3 col-md-3 col-sm-4 col-xs-8 web video photo">
<div class="info">
<hr>
<h4>Website Design</h4>
<span class="link">web design / ui / ux</span>
</div>
<img src="Images/4.jpg" alt="" class="img-responsive">
</div>
<div class="mix col-lg-3 col-md-3 col-sm-4 col-xs-8 web art video animation">
<div class="info">
<hr>
<h4>Logo design</h4>
<span class="link">art / logo</span>
</div>
<img src="Images/5.jpg" alt="" class="img-responsive">
</div>
<div class="mix col-lg-3 col-md-3 col-sm-4 col-xs-8 print animation">
<div class="info">
<hr>
<h4>Print Script</h4>
<span class="link">print design / script</span>
</div>
<img src="Images/6.jpg" alt="" class="img-responsive">
</div>
<div class="mix col-lg-3 col-md-3 col-sm-4 col-xs-8 animaation art photo video">
<div class="info">
<hr>
<h4>Mobile Photo</h4>
<span class="link">photography / mobile</span>
</div>
<img src="Images/7.jpg" alt="" class="img-responsive">
</div>
<div class="mix col-lg-3 col-md-3 col-sm-4 col-xs-8 video art animation">
<div class="info">
<hr>
<h4>Website Design</h4>
<span class="link">web design / ui / ux</span>
</div>
<img src="Images/8.jpg" alt="" class="img-responsive">
</div>
</div>
</div>
</section>
<section class="case-study text-center">
<div class="container">
<h2>Case Study</h2>
<p>A brief story about how this process works, keep and eye till the end.</p>
<ul class="list-unstyled line">
<li></li>
<li class="circle"></li>
<li></li>
</ul>
<div class="case col-lg-5 col-lg-push-1">
<div id="case" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#case" data-slide-to="0" class="active"></li>
<li data-target="#case" data-slide-to="1"></li>
<li data-target="#case" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="carousel-caption">
<div class="icon">
<i class="fa fa-lightbulb-o fa-2x"></i>
</div>
<h4>Accumulate Creative Ideas</h4>
<hr>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<button>Read More</button>
</div>
</div>
<div class="item">
<div class="carousel-caption">
<div class="icon">
<i class="fa fa-lightbulb-o fa-2x"></i>
</div>
<h4>Accumulate Creative Ideas</h4>
<hr>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<button>Read More</button>
</div>
</div>
<div class="item">
<div class="carousel-caption">
<div class="icon">
<i class="fa fa-lightbulb-o fa-2x"></i>
</div>
<h4>Accumulate Creative Ideas</h4>
<hr>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<button>Read More</button>
</div>
</div>
</div>
</div>
</div>
<div class="case-image col-lg-6">
<img src="Images/Case-study-background.jpg" alt="" class="img-responsive">
</div>
</div>
</section>
<section class="statistics text-center">
<div class="container">
<div class="row">
<div class="stat col-lg-2 col-lg-offset-1 col-md-2 col-md-offset-1 col-sm-6 col-xs-6">
<i class="fa fa-heart-o fa-2x"></i>
<h3 data-from="0" data-to="3891">3891</h3>
<span>User Favourites</span>
</div>
<div class="stat col-lg-2 col-md-2 col-sm-6 col-xs-6">
<i class="fa fa-thumbs-o-up fa-2x"></i>
<h3 data-from="0" data-to="281">281</h3>
<span>Posts Last 24 Hours</span>
</div>
<div class="stat col-lg-2 col-md-2 col-sm-6 col-xs-6">
<i class="fa fa-pencil-square-o fa-2x"></i>
<h3 data-from="0" data-to="618">618</h3>
<span>Total Posts</span>
</div>
<div class="stat col-lg-2 col-md-2 col-sm-6 col-xs-6">
<i class="fa fa-star-o fa-2x"></i>
<h3 data-from="0" data-to="178">178</h3>
<span>Champaigns</span>
</div>
<div class="stat col-lg-2 col-md-2 col-sm-6 col-xs-6">
<i class="fa fa-bookmark-o fa-2x"></i>
<h3 data-from="0" data-to="285">285</h3>
<span>Amazing Features</span>
</div>
</div>
</div>
</section>
<section class="our-price text-center" id="pricing">
<div class="container">
<h2>Our Pricing</h2>
<p>A 30 days free trial for all, A brief story about how this process works, keep and eye till the end.</p>
<ul class="list-unstyled line">
<li></li>
<li class="circle"></li>
<li></li>
</ul>
<div class="pricing">
<div class="offer col-lg-4 col-md-4 col-sm-6 col-xs-12">
<h3>Starter</h3>
<div class="price">
<h2>$19</h2>
<span>per month</span>
</div>
<div class="opa"></div>
<ul class="list-unstyled">
<li>Comptetion Analysis Methods</li>
<li>All Ranked URLs</li>
<li>Inrenational Support System</li>
<li>Social Media Tracking</li>
</ul>
<button>Choose Plan</button>
</div>
<div class="offer col-lg-4 col-md-4 col-sm-6 col-xs-12">
<h3>Premium</h3>
<div class="price">
<h2>$39</h2>
<span>per month</span>
</div>
<div class="opa"></div>
<ul class="list-unstyled">
<li>Comptetion Analysis Methods</li>
<li>All Ranked URLs</li>
<li>Inrenational Support System</li>
<li>Social Media Tracking</li>
</ul>
<button>Choose Plan</button>
</div>
<div class="offer col-lg-4 col-md-4 col-sm-6 col-xs-12">
<h3>Business</h3>
<div class="price">
<h2>$99</h2>
<span>per month</span>
</div>
<div class="opa"></div>
<ul class="list-unstyled">
<li>Comptetion Analysis Methods</li>
<li>All Ranked URLs</li>
<li>Inrenational Support System</li>
<li>Social Media Tracking</li>
</ul>
<button>Choose Plan</button>
</div>
</div>
</div>
</section>
<section class="our-team text-center" id="team">
<div class="team-head">
<h2>Our Team</h2>
<p>Meet the craziest team. Share your thoughts with them.</p>
<ul class="list-unstyled line">
<li></li>
<li class="circle"></li>
<li></li>
</ul>
</div>
<div class="team">
<div class="member-one member">
<img src="Images/team-1.png" alt="" class="img-responsive one img-circle">
<div class="caption">
<hr>
<h4>Kazi Erfan</h4>
<span>UI/UX Designer</span>
</div>
</div>
<div class="member-two member">
<img src="Images/team-2.png" alt="" class="img-responsive one img-circle">
<div class="caption">
<hr>
<h4>Kazi Erfan</h4>
<span>UI/UX Designer</span>
</div>
</div>
<div class="member-three member">
<img src="Images/team-3.png" alt="" class="img-responsive one img-circle">
<div class="caption">
<hr>
<h4>Kazi Erfan</h4>
<span>UI/UX Designer</span>
</div>
</div>
<div class="member-four member">
<img src="Images/team-4.png" alt="" class="img-responsive one img-circle">
<div class="caption">
<hr>
<h4>Kazi Erfan</h4>
<span>UI/UX Designer</span>
</div>
</div>
<div class="member-five member">
<img src="Images/team-5.png" alt="" class="img-responsive one img-circle">
<div class="caption">
<hr>
<h4>Kazi Erfan</h4>
<span>UI/UX Designer</span>
</div>
</div>
</div>
<img src="Images/Team-curve.png" alt="" class="img-responsive curve hidden-xs">
</section>
<section class="our-clients text-center">
<div class="container">
<h2>Great Integrations with Others</h2>
<p>Suspendisse sed eros mollis, tincidunt felis eget, interdum erat. <br>
Nullam sit amet odio eu est aliquet euismod a a urna. Proin eu urna suscipit, dictum quam nec. </p>
<ul class="list-unstyled line">
<li></li>
<li class="circle"></li>
<li></li>
</ul>
<div class="row">
<div class="client col-lg-2 col-lg-offset-1 col-md-2 col-md-offset-1 col-sm-6 col-xs-6">
<img src="Images/client-1.png" alt="" class="img-responsive gray">
</div>
<div class="client col-lg-2 col-md-2 col-sm-6 col-xs-6">
<img src="Images/client-2.png" alt="" class="img-responsive ova gray">
</div>
<div class="client col-lg-2 col-md-2 col-sm-6 col-xs-6">
<img src="Images/client-4.png" alt="" class="img-responsive gray">
</div>
<div class="client col-lg-2 col-md-2 col-sm-6 col-xs-6">
<img src="Images/client-3.png" alt="" class="img-responsive gray">
</div>
<div class="client col-lg-2 col-md-2 col-sm-6 col-xs-6">
<img src="Images/client-5.png" alt="" class="img-responsive gray">
</div>
<div class="client col-lg-2 col-lg-offset-1 col-md-2 col-md-offset-1 col-sm-6 col-xs-6">
<img src="Images/client-8.png" alt="" class="img-responsive">
</div>
<div class="client col-lg-2 col-md-2 col-sm-6 col-xs-6">
<img src="Images/client-6.png" alt="" class="img-responsive">
</div>
<div class="client col-lg-2 col-md-2 col-sm-6 col-xs-6">
<img src="Images/client-7.png" alt="" class="img-responsive">
</div>
<div class="client col-lg-2 col-md-2 col-sm-6 col-xs-6">
<img src="Images/client-9.png" alt="" class="img-responsive">
</div>
<div class="client col-lg-2 col-md-2 col-sm-6 col-xs-6">
<img src="Images/client-10.png" alt="" class="img-responsive">
</div>
</div>
</div>
</section>
<section class="our-blog" id="blog">
<h2>Our Blog</h2>
<p>Suspendisse sed eros mollis, tincidunt felis eget, interdum erat.</p>
<ul class="list-unstyled line">
<li></li>
<li class="circle"></li>
<li></li>
</ul>
<div class="row">
<div class="col-lg-3 col-lg-offset-0 col-md-3 col-md-offset-0 col-sm-4 col-sm-offset-2 col-xs-9 col-xs-offset-3 image">
<img src="Images/blog-1.jpg" alt="">
</div>
<div class="col-lg-3 col-md-3 col-md-offset-0 col-sm-6 col-xs-9 col-xs-offset-3 info">
<span>art / t-shirt</span>
<h4>T-Shirt Design</h4>
<hr>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<a href="#">Read More <i class="fa fa-angle-double-right"></i></a>
</div>
<div class="col-lg-3 col-lg-offset-0 col-md-3 col-md-offset-0 col-sm-4 col-sm-offset-2 col-xs-9 col-xs-offset-3 image">
<img src="Images/blog-2.jpg" alt="">
</div>
<div class="col-lg-3 col-lg-offset-0 col-md-3 col-sm-6 col-xs-9 col-xs-offset-3 info">
<span>art / t-shirt</span>
<h4>T-Shirt Design</h4>
<hr>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<a href="#">Read More <i class="fa fa-angle-double-right"></i></a>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-lg-offset-0 col-md-3 col-md-offset-0 col-sm-6 col-sm-offset-2 col-xs-9 col-xs-offset-3 info right-arrow">
<span>art / t-shirt</span>
<h4>T-Shirt Design</h4>
<hr>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<a href="#">Read More <i class="fa fa-angle-double-right"></i></a>
</div>
<div class="col-lg-3 col-lg-offset-0 col-md-3 col-md-offset-0 col-sm-4 col-xs-9 col-xs-offset-3 image">
<img src="Images/blog-3.jpg" alt="">
</div>
<div class="col-lg-3 col-lg-offset-0 col-md-3 col-md-offset-0 col-sm-6 col-sm-offset-2 col-xs-9 col-xs-offset-3 info right-arrow">
<span>art / t-shirt</span>
<h4>T-Shirt Design</h4>
<hr>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<a href="#">Read More <i class="fa fa-angle-double-right"></i></a>
</div>
<div class="col-lg-3 col-lg-offset-0 col-md-3 col-md-offset-0 col-sm-4 col-xs-9 col-xs-offset-3 image">
<img src="Images/blog-4.jpg" alt="">
</div>
</div>
</section>
<section class="contact-us text-center" id="contact">
<div class="container">
<h2>Keep In Touch</h2>
<p>Suspendisse sed eros mollis, tincidunt felis eget, interdum erat.</p>
<ul class="list-unstyled line">
<li></li>
<li class="circle"></li>
<li></li>
</ul>
<div class="contact text-left">
<div class="call col-lg-6 col-md-6 col-xs-12">
<h4>Our Address</h4>
<p>House #20, Street road, Minia <br> 2310 Egypt</p>
<h4>Call Us</h4>
<p>+20 0109 1824 896 <br> +20 0109 1824 896</p>
<h4>Email Us</h4>
<p>[email protected]</p>
</div>
<div class="send col-lg-6 col-md-6 col-xs-12">
<p>Name</p>
<input type="text">
<p>Email</p>
<input type="email">
<p>Subject</p>
<input type="text">
<p>Message</p>
<textarea cols="3" rows="3"></textarea>
<input type="submit" class="message" value="Send Message">
</div>
</div>
</div>
</section>
<section class="promo text-center">
<div class="overlay">
<h3>Let's Get Started Now. <span>It's FREE!</span></h3>
<p>30 day free trial. Free plan allows up to 2 projects. Pay if you need more. Cancel anytime. No catches.</p>
<button>Start Free Trial</button>
</div>
</section>
<footer>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<ul class="list-unstyled">
<li><i class="fa fa-facebook fa-lg"></i></li>
<li><i class="fa fa-twitter fa-lg"></i></li>
<li><i class="fa fa-behance fa-lg"></i></li>
<li><i class="fa fa-google-plus fa-lg"></i></li>
<li><i class="fa fa-linkedin fa-lg"></i></li>
<li><i class="fa fa-skype fa-lg"></i></li>
<li><i class="fa fa-vimeo fa-lg"></i></li>
<li><i class="fa fa-tumblr fa-lg"></i></li>
</ul>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 text-right">
<p>Bino Template © Coded By Wael Ahmed</p>
</div>
<div class="scroll-top">
<i class="fa fa-chevron-up"></i>
</div>
</footer>
<section class="load text-center">
<div class="face">
<div class="one anim move1"></div>
<div class="two anim move2"></div>
<span class="anim"></span>
<div class="three"></div>
</div>
<div class="bord"></div>
<h2>Loading <span class="one1">.</span><span class="two2">.</span><span class="three3">.</span></h2>
</section>
<script src="JS/jquery-3.2.0.min.js"></script>
<script src="JS/jquery.waypoints.min.js"></script>
<script src="JS/custom.js"></script>
<script src="JS/bootstrap.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="JS/mixitup.min.js"></script>
<script src="JS/jquery.countTo.js"></script>
</body>
</html>