-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
829 lines (710 loc) · 39.6 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Omat - Responsive One Page Portfolio Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/magnific-popup.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,700italic,600italic,600&subset=latin,greek-ext,cyrillic-ext,greek,vietnamese,cyrillic' rel='stylesheet' type='text/css'>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="images/favicon.png"><!--favicon image-->
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status"><img src="images/black-logo.png" alt="loading content.."></div>
</div>
<!--HOME START-->
<div id="home" class="clearfix">
<!--HEADER START-->
<nav class="header home-section clearfix">
<div class="for-sticky">
<div class="container nav-box">
<div class="logo">
<a href="index.html">
<img class="logo1" alt="logo" src="images/logo.png">
</a>
</div>
<div class="menu-box hidden-xs hidden-sm">
<ul class="navigation">
<li class="current"><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#works">Works</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
<li><a class="external" href="blog.html">Blog</a></li>
</ul>
</div><!--/.menu-box-->
<div class="box-mobile hidden-lg hidden-md">
<div class="menu-btn" data-toggle="collapse" data-target=".nav-collapse">
<span class="fa fa-bars"></span>
</div>
<ul class="nav-collapse mobile-menu hidden-lg hidden-md"></ul>
</div><!--/.box-mobile-->
</div><!--/.container-->
</div><!--/.for-sticky-->
</nav><!--/.header-->
<!--HEADER END-->
<!--SLIDER HOME START-->
<div class="slider-box clearfix">
<div class="slider home-slider clearfix" data-auto-play="8000">
<div class="slide img-bg clearfix" >
<div class="slider-mask"></div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="caption-box clearfix">
<h3>The Perfect World</h3>
<p>Five sisters in 19th century England must cope with the pressures to marry while protecting themselves from a growing population of zombies.
Shaggy and the gang team up with the superstars of WWE in this hi-octane, all-new original movie! When Scooby and Mystery Inc. </p>
<a href="#about" class="spc-btn slide-btn">More info</a>
<div class="spacing20 clearboth"></div>
</div><!--/.caption-box-->
</div><!--/.col-md-6-->
</div><!--/.row-->
</div><!--/.slider1-->
<div class="slide img-bg clearfix" >
<div class="slider-mask"></div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="caption-box clearfix">
<h3>We Take the pain</h3>
<p>Five sisters in 19th century England must cope with the pressures to marry while protecting themselves from a growing population of zombies.
Shaggy and the gang team up with the superstars of WWE in this hi-octane, all-new original movie! When Scooby and Mystery Inc. </p>
<a href="#works" class="spc-btn slide-btn">More Works</a>
<div class="spacing20 clearboth"></div>
</div><!--/.caption-box-->
</div><!--/.col-md-6-->
</div><!--/.row-->
</div><!--/.slider2-->
<div class="slide img-bg clearfix">
<div class="slider-mask"></div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="caption-box clearfix">
<h3>The Exposed Secret</h3>
<p>Five sisters in 19th century England must cope with the pressures to marry while protecting themselves from a growing population of zombies.
Shaggy and the gang team up with the superstars of WWE in this hi-octane, all-new original movie! When Scooby and Mystery Inc. </p>
<a href="#team" class="spc-btn slide-btn">More action</a>
<div class="spacing20 clearboth"></div>
</div><!--/.caption-box-->
</div><!--/.col-md-6-->
</div><!--/.row-->
</div><!--/.slider3-->
</div><!--/.slider-->
</div><!--/.slider-box-->
<!--SLIDER HOME END-->
</div><!--/home end-->
<!--HOME END-->
<!--ABOUT START-->
<div id="about" class="content clearfix">
<div class="container">
<div class="row">
<div class="col-md-6">
<span class="head-box fa fa-braille"></span>
<div class="head-block">
<span class="before-title">It's all about us</span>
<h2 class="section-title">The Intro</h2>
</div><!--/head-block-->
<div class="spacing40 clearboth"></div>
<p class="open-text">When seemingly upstanding members of society are being publicly humiliated by a mystery man, something to hide.</p>
<p>When a mysterious cell phone signal causes apocalyptic chaos, an artist is determined to reunite with his young son in New England.
She falls in love with a man named Will.When their new next-door neighbors turn out.
</p>
<a class="spc-btn go-btn" href="#contact">Contact Us</a>
<div class="spacing40"></div>
</div><!--/.col-md-6-->
<div class="col-md-6">
<div class="slider about-slider clearfix" data-auto-play="8000">
<div class="slide clearfix">
<img src="images/about/1.jpg" alt="">
<h3>Home & Office</h3>
</div><!--/.slider-->
<div class="slide clearfix">
<img src="images/about/2.jpg" alt="">
<h3>Think & imagine</h3>
</div><!--/.slider-->
<div class="slide clearfix">
<img src="images/about/3.jpg" alt="">
<h3>Books & Idea</h3>
</div><!--/.slider-->
</div><!--/.about-slider-->
</div><!--/.col-md-6-->
</div><!--/.row-->
</div><!--/.container-->
</div><!--about-->
<!--ABOUT END-->
<!--TEAM START-->
<div id="team" class="content gray-bg clearfix">
<div class="container">
<span class="head-box fa fa-hand-rock-o"></span>
<div class="head-block">
<span class="before-title">Almighty Team</span>
<h2 class="section-title">The Member</h2>
</div><!--/head-block-->
<div class="spacing40 clearboth"></div>
<p class="open-text">After botching an ill conceived bank robbery in a desolate California town, two wannabe crooks flee
the scene with a hostage and lead the local lawmen on a dangerous high-speed chase. A group of Finnish and British people
get stuck at a cabin when they are attacked by a creature that is a half human, half rabbit.
</p>
<div class="spacing40 clearboth"></div>
<div class="row">
<div class="col-md-4">
<div class="teambox">
<img alt="team" src="images/team/big1.jpg">
<div class="team-info">
<i class="fa fa-bug"></i>
<h3>Saiful Jamil</h3>
<p>Web Designer</p>
</div><!--/.team-info-->
<ul class="team-social">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
</ul>
</div><!--/.teambox-->
<div class="spacing40 clearboth"></div>
</div><!--/.col-md-4-->
<div class="col-md-4">
<div class="teambox">
<img alt="team" src="images/team/big2.jpg">
<div class="team-info">
<i class="fa fa-paw"></i>
<h3>Dewi Kersik</h3>
<p>Web Developer</p>
</div><!--/.team-info-->
<ul class="team-social">
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#"><i class="fa fa-skype"></i></a></li>
</ul>
</div><!--/.teambox-->
<div class="spacing40 clearboth"></div>
</div><!--/.col-md-4-->
<div class="col-md-4">
<div class="teambox">
<img alt="team" src="images/team/big3.jpg">
<div class="team-info">
<i class="fa fa-shopping-basket"></i>
<h3>Jamal Madrid</h3>
<p>Seo Specialist</p>
</div><!--/.team-info-->
<ul class="team-social">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#"><i class="fa fa-skype"></i></a></li>
</ul>
</div><!--/.teambox-->
<div class="spacing40 clearboth"></div>
</div><!--/.col-md-4-->
</div><!--/.row-->
</div><!--/.container-->
</div><!--team-->
<!--TEAM END-->
<!--BIG BACKGROUND START-->
<div id="the-ethic" class="bg bg1 clearfix">
<div class="bg-mask"></div>
<div class="para-img"></div>
<div class="container big-text">
<h3 class="bg-title">The Work Ethic</h3>
<p class="bg-text">Jack is lured into a dangerous adventure after meeting a new friend Garret and Alison try to silence a reporter who has been disturbing
the Hawthornes and Brady makes a strange breakthrough in the case. Jason returns to Rosewood to warn Ali not to trust Mary. Meanwhile, the ladies make a discovery
about Mary and Mrs. DiLaurentis that leads them to a storm.</p>
<div class="clearboth"></div>
<div class="bottom-box">
<i class="fa fa-heartbeat"></i>
<h4>Dedi Yusup</h4>
<p>Omat Founder</p>
</div><!--/.bottom-box-->
</div><!--/.big-text-->
</div><!--/.bg-->
<!--BIG BACKGROUND END-->
<!--WORKS START-->
<div id="works" class="content clearfix">
<div class="container">
<span class="head-box fa fa-suitcase"></span>
<div class="head-block">
<span class="before-title">Our recent projects</span>
<h2 class="section-title">The works</h2>
</div><!--/head-block-->
<div class="spacing40 clearboth"></div>
<p class="open-text">Oliver turns to old friend Christopher Chance, aka the Human Target, for help when Tobias Church captures and tortures one of Oliver’s new recruits.
Frank and Raimy uncover clues from the past to help solve a present-day murder case, triggering Raimy’s memories of her first day with the NYPD.
Meanwhile, Raimy learns more about Stan, causing friction between her and Satch; and Frank grows jealous, as he attempts to give Julie space.
</p>
<div class="spacing40 clearboth"></div>
<ul class="port-filter">
<li><a class="active" href="#" data-filter="*">All</a></li>
<li><a href="#" data-filter=".design">Web Design</a></li>
<li><a href="#" data-filter=".development">Web Development</a></li>
<li><a href="#" data-filter=".photography">Photography</a></li>
</ul>
<div class="row">
<div class="spacing40"></div>
<div class="portfolio-body clearfix">
<div class="col-md-4 col-sm-6 port-item design photography">
<a class="port-ajax" href="#" data-link="work1.html">
<div class="port-hov">
<div class="port-content">
<i class="fa fa-hourglass-end"></i>
<h3>The Savior</h3>
<p class="port-cat">Web Design</p>
</div><!--/.port-content-->
</div><!--/.port-hov-->
<img src="images/work/1.jpg" alt="team">
</a><!--/.port-ajax-->
<div class="spacing30"></div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6 port-item design photography">
<a class="port-ajax" href="#" data-link="work2.html">
<div class="port-hov">
<div class="port-content">
<i class="fa fa-ship"></i>
<h3>All Remember</h3>
<p class="port-cat">Photography</p>
</div><!--/.port-content-->
</div><!--/.port-hov-->
<img src="images/work/2.jpg" alt="team">
</a><!--/.port-ajax-->
<div class="spacing30"></div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6 port-item development">
<a class="port-ajax" href="#" data-link="work3.html">
<div class="port-hov">
<div class="port-content">
<i class="fa fa-send-o"></i>
<h3>Bitter Sweety</h3>
<p class="port-cat">Web Development</p>
</div><!--/.port-content-->
</div><!--/.port-hov-->
<img src="images/work/3.jpg" alt="team">
</a><!--/.port-ajax-->
<div class="spacing30"></div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6 port-item photography">
<a class="port-ajax" href="#" data-link="work4.html">
<div class="port-hov">
<div class="port-content">
<i class="fa fa-support"></i>
<h3>Ultra Edition</h3>
<p class="port-cat">Photography</p>
</div><!--/.port-content-->
</div><!--/.port-hov-->
<img src="images/work/4.jpg" alt="team">
</a><!--/.port-ajax-->
<div class="spacing30"></div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6 port-item development design">
<a class="port-ajax" href="#" data-link="work5.html">
<div class="port-hov">
<div class="port-content">
<i class="fa fa-tty"></i>
<h3>My Tounge</h3>
<p class="port-cat">Web Design</p>
</div><!--/.port-content-->
</div><!--/.port-hov-->
<img src="images/work/5.jpg" alt="team">
</a><!--/.port-ajax-->
<div class="spacing30"></div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6 port-item design">
<a class="port-ajax" href="#" data-link="work1.html">
<div class="port-hov">
<div class="port-content">
<i class="fa fa-car"></i>
<h3>Never Meant</h3>
<p class="port-cat">Web Design</p>
</div><!--/.port-content-->
</div><!--/.port-hov-->
<img src="images/work/6.jpg" alt="team">
</a><!--/.port-ajax-->
<div class="spacing30"></div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6 port-item photography">
<a class="port-ajax" href="#" data-link="work2.html">
<div class="port-hov">
<div class="port-content">
<i class="fa fa-blind"></i>
<h3>Decode</h3>
<p class="port-cat">Web Development</p>
</div><!--/.port-content-->
</div><!--/.port-hov-->
<img src="images/work/7.jpg" alt="team">
</a><!--/.port-ajax-->
<div class="spacing30"></div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6 port-item development design photography">
<a class="port-ajax" href="#" data-link="work3.html">
<div class="port-hov">
<div class="port-content">
<i class="fa fa-plug"></i>
<h3>Yellow Marine</h3>
<p class="port-cat">Web Design</p>
</div><!--/.port-content-->
</div><!--/.port-hov-->
<img src="images/work/8.jpg" alt="team">
</a><!--/.port-ajax-->
<div class="spacing30"></div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6 port-item photography design">
<a class="port-ajax" href="#" data-link="work4.html">
<div class="port-hov">
<div class="port-content">
<i class="fa fa-wrench"></i>
<h3>The Academy</h3>
<p class="port-cat">Photography</p>
</div><!--/.port-content-->
</div><!--/.port-hov-->
<img src="images/work/9.jpg" alt="team">
</a><!--/.port-ajax-->
<div class="spacing30"></div>
</div><!--/.col-md-4-->
</div><!--/.portfolio-body-->
</div><!--/.row-->
</div><!--/.container-->
</div><!--/works-->
<!--ajax works here-->
<div id="worksajax" class="clearfix">
<div class="worksajax"></div>
</div>
<!--ajax works end-->
<!--WORKS END-->
<!--BIG BACKGROUND START-->
<div id="testimonial" class="bg bg2 clearfix">
<div class="bg-mask"></div>
<div class="para-img"></div>
<div class="container big-text">
<h3 class="bg-title">The Testimonial</h3>
<div class="clearboth"></div>
<div class="big-ticker">
<!--TESTIMONIAL SLIDE ONE START-->
<div class="container">
<p class="bg-text">The NCIS team reviews unorthodox training exercises after a Navy Seal candidate is found murdered weeks before his graduation.
Also, a concerned Wade turns to Pride after her adopted son, Danny, announces his plan to enter the Navy.</p>
<div class="bottom-box">
<i class="fa fa-quote-left"></i>
<h4>Yuni Saraf</h4>
<p>Dangdut Singer</p>
</div><!--/.bottom-box-->
</div><!--/.big-text-->
<!--TESTIMONIAL SLIDE ONE END-->
<!--TESTIMONIAL SLIDE TWO START-->
<div class="container">
<p class="bg-text">Nerry tries to win Ozzie over. Meanwhile, Chelsea opens up to Father Doug about her marriage, and tensions escalate when Jeff,
Don and Kurt prepare for an alien invasion considers abandoning her singing dream.</p>
<div class="bottom-box">
<i class="fa fa-quote-left"></i>
<h4>Heti Kusendang</h4>
<p>Freelance SEO</p>
</div><!--/.bottom-box-->
</div><!--/.big-text-->
<!--TESTIMONIAL SLIDE TWO END-->
<!--TESTIMONIAL SLIDE THREE START-->
<div class="container">
<p class="bg-text">Nerry tries to win Ozzie over. Meanwhile, Chelsea opens up to Father Doug about her marriage, and tensions escalate when Jeff,
Don and Kurt prepare for an alien invasion considers abandoning her singing dream.</p>
<div class="bottom-box">
<i class="fa fa-quote-left"></i>
<h4>Heti Kusendang</h4>
<p>Freelance SEO</p>
</div><!--/.bottom-box-->
</div><!--/.big-text-->
<!--TESTIMONIAL SLIDE THREE END-->
</div><!--/.big-ticker-->
</div><!--/.big-text-->
</div><!--/.bg-->
<!--BIG BACKGROUND END-->
<!--SERVICES START-->
<div id="services" class="content clearfix">
<div class="container">
<span class="head-box fa fa-s15"></span>
<div class="head-block">
<span class="before-title">The best we can do</span>
<h2 class="section-title">The Services</h2>
</div><!--/head-block-->
<div class="spacing40 clearboth"></div>
<p class="open-text">Burgess and Sorensen discover a dead teen girl at the home of a baseball player who’s friends with Olinsky
Burgess and Sorensen hunt a thief who turns out to be a cop with a rocky past and Lindsay receives flowers. he CEO of a record label is questioned by police,
because they may be linked to an assault involving a transgender student.
</p>
<div class="spacing40 clearboth"></div>
<div class="row">
<div class="col-md-4 col-sm-6">
<i class="head-icon fa fa-paw"></i>
<h3 class="small-title">Brand Identity</h3>
<p>A female alien comes to Scotland to replace a deceased alien. She drives a van through the roads and streets seducing lonely men.</p>
<div class="spacing40"></div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6">
<i class="head-icon fa fa-support"></i>
<h3 class="small-title">Great Support</h3>
<p>A female alien comes to Scotland to replace a deceased alien. She drives a van through the roads and streets seducing lonely men.</p>
<div class="spacing40"></div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6">
<i class="head-icon fa fa-send-o"></i>
<h3 class="small-title">Web Development</h3>
<p>A female alien comes to Scotland to replace a deceased alien. She drives a van through the roads and streets seducing lonely men.</p>
<div class="spacing40"></div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6">
<i class="head-icon fa fa-tree"></i>
<h3 class="small-title">Web Design</h3>
<p>A female alien comes to Scotland to replace a deceased alien. She drives a van through the roads and streets seducing lonely men.</p>
<div class="spacing40"></div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6">
<i class="head-icon fa fa-language"></i>
<h3 class="small-title">Translatable</h3>
<p>A female alien comes to Scotland to replace a deceased alien. She drives a van through the roads and streets seducing lonely men.</p>
<div class="spacing40"></div>
</div><!--/.col-md-4-->
<div class="col-md-4 col-sm-6">
<i class="head-icon fa fa-child"></i>
<h3 class="small-title">Happy Customer</h3>
<p>A female alien comes to Scotland to replace a deceased alien. She drives a van through the roads and streets seducing lonely men.</p>
<div class="spacing40"></div>
</div><!--/.col-md-4-->
</div><!--/.row-->
</div><!--/.container-->
</div><!--services-->
<!--SERVICES END-->
<!--PRICING TABLE START-->
<div id="pricing-table" class="content gray-bg">
<div class="container">
<span class="head-box fa fa-credit-card"></span>
<div class="head-block">
<span class="before-title">its not about the money</span>
<h2 class="section-title">Pricing Table</h2>
</div><!--/head-block-->
<div class="spacing40 clearboth"></div>
<p class="open-text">When seemingly upstanding members of society are being publicly humiliated by a mystery man, Detectives Carter and Lee search for someone targeting powerful
people with something to hide.
Three young college students recall moving into a rental property in a rundown Savannah neighborhood and coming face-to-face with the ghost of a demented crack fiend.
</p>
<div class="spacing40 clearboth"></div>
<div class="col-md-4">
<div class="p-table clearfix">
<i class="fa fa-snowflake-o"></i>
<h3>Premium</h3>
<p class="p-price">$25/month</p>
<p>Some people have bad days</p>
<p>The world including everyone</p>
<p>Storms out of the office</p>
<p>Struggles with his diagnosis</p>
<a href="#">Order Now</a>
</div><!--/.p-table-->
<div class="spacing40"></div>
</div><!--/.col-md-4-->
<div class="col-md-4">
<div class="p-table clearfix">
<i class="fa fa-diamond"></i>
<h3>Diamond</h3>
<p class="p-price">$25/month</p>
<p>Some people have bad days</p>
<p>The world including everyone</p>
<p>Storms out of the office</p>
<p>Struggles with his diagnosis</p>
<a href="#">Order Now</a>
</div><!--/.p-table-->
<div class="spacing40"></div>
</div><!--/.col-md-4-->
<div class="col-md-4">
<div class="p-table clearfix">
<i class="fa fa-superpowers"></i>
<h3>Deluxe</h3>
<p class="p-price">$25/month</p>
<p>Some people have bad days</p>
<p>The world including everyone</p>
<p>Storms out of the office</p>
<p>Struggles with his diagnosis</p>
<a href="#">Order Now</a>
</div><!--/.p-table-->
<div class="spacing40"></div>
</div><!--/.col-md-4-->
</div>
</div><!--/.pricing-table-->
<!--PRICING TABLE END-->
<!--BIG BACKGROUND START-->
<div id="client" class="bg bg3 clearfix">
<div class="bg-mask"></div>
<div class="para-img"></div>
<div class="container big-text">
<h3 class="bg-title">The Clients</h3>
<p class="bg-text">Kevin and Donna pretend not to be home on Halloween to avoid giving out candy. Meanwhile, Chale gets involved in an altercation with
a man dressed as a viking. Max gives Caroline the college party experience she never had when they are invited to speak at Caroline’s alma mater, the University of Pennsylvania</p>
<div class="clearboth"></div>
<div class="row client-list">
<div class="col-md-3">
<img alt="client" src="images/client/1.png">
<div class="spacing40 clearboth"></div>
</div><!--/.col-md-3-->
<div class="col-md-3">
<img alt="client" src="images/client/2.png">
<div class="spacing40 clearboth"></div>
</div><!--/.col-md-3-->
<div class="col-md-3">
<img alt="client" src="images/client/3.png">
<div class="spacing40 clearboth"></div>
</div><!--/.col-md-3-->
<div class="col-md-3">
<img alt="client" src="images/client/4.png">
<div class="spacing40 clearboth"></div>
</div><!--/.col-md-3-->
</div><!--/.client-list-->
</div><!--/.big-text-->
</div><!--/.bg-->
<!--BIG BACKGROUND END-->
<!--CONTACT START-->
<div id="contact" class="content clearfix">
<div class="container">
<span class="head-box fa fa-envelope-open-o"></span>
<div class="head-block">
<span class="before-title">lets get closer</span>
<h2 class="section-title">Contact Us</h2>
</div><!--/head-block-->
<div class="spacing40 clearboth"></div>
<p class="open-text">Jack is lured into a dangerous adventure after meeting a new friend Garret and Alison try to silence a reporter who has been disturbing
the Hawthornes and Brady makes a strange breakthrough in the case. Jason returns to Rosewood to warn Ali not to trust Mary. Meanwhile, the ladies make a discovery
about Mary and Mrs. DiLaurentis that leads them to a storm.</p>
<div class="spacing40 clearboth"></div>
<div id="map_canvas" class="map_canvas"><!--DISPLAY GOOGLE MAP HERE--></div>
<!--MAP MARKER CONTENT-->
<div class="hidden map-content">
<div class="box-map">
<img src="images/maps.jpg" alt="">
<h3>Our Office</h3>
<p><b>Address:</b> 11231 Buah Batu Bandung</p>
<p><b>Phone:</b> 987-654-321 </p>
<p><b>Email:</b> [email protected]</p>
</div>
</div>
<!--MAP MARKER CONTENT END-->
<div class="row">
<div class="col-md-7">
<div id="form-wrapper">
<div id="form-inner">
<div id="ErrResults"><!-- retrive Error Here --></div>
<div id="MainResult"><!-- retrive response Here --></div>
<div id="MainContent">
<form id="MyContactForm" name="MyContactForm" method="post">
<p class="name">
<input type="text" name="name" id="name" placeholder="Your Name ...">
<label for="name" id="nameLb"><span class="error">*Name Field Required</span></label>
</p>
<p>
<input type="email" name="email" id="email" placeholder="Your Email ...">
<label for="email" id="emailLb">
<span class="error error1">*Email Field Required</span>
<span class="error error2">*Email Not Valid</span>
</label>
</p>
<p>
<input type="text" name="phone" id="phone" placeholder="Your Telephone ...">
<label for="phone" id="phoneLb"><span class="error">*Telephone Field Required</span></label>
</p>
<p class="textarea">
<textarea name="message" id="message" placeholder="Your Message ..." rows="4"></textarea>
<label for="message" id="messageLb"><span class="error">*Message Field Required</span></label>
</p>
<div class="clearfix"></div>
<a href="#" class="contact-btn">Send Message</a>
</form>
</div><!--MainContent-->
</div><!--form-inner-->
</div><!--form-wrapper-->
<div class="spacing40 clearboth"></div>
</div>
<div class="col-md-5">
<h3 class="small-title"><i class="fa fa-building-o"></i> Address</h3>
<p>11231 Buah Batu Bandung <br>Indonesia 40282</p>
<div class="spacing20"></div>
<h3 class="small-title"><i class="fa fa-phone"></i> Phone</h3>
<p>987-654-321 <br>982-872-210</p>
<div class="spacing20"></div>
<h3 class="small-title"><i class="fa fa-envelope"></i> Email</h3>
<p><a href="#">[email protected]</a></p>
<div class="spacing20"></div>
</div>
</div><!--/.row-->
</div><!--/container-->
</div><!--/contact-->
<!--CONTACT END-->
<footer class="footer clearfix">
<div class="container">
<div class="row">
<div class="col-md-6">
<p>Made with <i class="fa fa-coffee"></i> in Bandung ©2016 <a href="#">yoursite.com</a></p>
</div><!--/.col-md-6-->
<div class="col-md-6 footer-box">
<ul class="footer-icon">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-vk"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-youtube"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-xing"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
</ul><!--/.team-icon-->
</div><!--/.footer-box-->
</div><!--/.row-->
</div><!--/.container-->
</footer><!--/.footer-->
<!-- The javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="js/modernizr.js"></script>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="https://maps.google.com/maps/api/js?key=YOUR_API_KEY&sensor=true"></script>
<script type="text/javascript" src="js/jquery.ui.map.js"></script>
<script type="text/javascript" src="js/jquery.easing.js"></script>
<script type="text/javascript" src="js/jquery.imagesloaded.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/isotope.pkgd.js"></script>
<script type="text/javascript" src="js/jquery.fitvids.js"></script>
<script type="text/javascript" src="js/contact.js"></script>
<script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" src="js/owl.carousel.js"></script>
<script type="text/javascript" src="js/jquery.imagesloaded.min.js"></script>
<script type="text/javascript" src="js/jquery.nav.js"></script>
<script type="text/javascript" src="js/jquery.scrollTo.js"></script>
<script type="text/javascript" src="js/jquery.sticky.js"></script>
<script type="text/javascript" src="js/ticker.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<!--video background script start-->
<script type="text/javascript" src="js/video.js"></script>
<script type="text/javascript" src="js/bigvideo.js"></script>
<script>
//video background setting
var BV = new $.BigVideo({
container: $('#home')
});
BV.init();
if (Modernizr.touch) {
BV.show('images/work/1.jpg'); //replace the video with image in mobile view
} else {
BV.show(
'nsa.mp4' , //video source directlink
{ambient: true} //mute true
);
}
</script>
<!--video background script end-->
</body>
</html>