-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
894 lines (871 loc) · 55.3 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
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
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
Document Title
=============================================
-->
<title>Road Rage</title>
<!--php header for blog-->
<!--
Favicons
=============================================
-->
<link rel="apple-touch-icon" sizes="57x57" href="img/logo.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/logo.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/logo.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/logo.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/logo.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/logo.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/logo.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/logo.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/logo.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/logo.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/logo.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/logo.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/logo.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="img/logo.png">
<meta name="theme-color" content="#ffffff">
<!--
Stylesheets
=============================================
-->
<!-- BEGIN PRIVY WIDGET CODE -->
<script type='text/javascript'> var _d_site = _d_site || 'D93EF211CC851827CDBDDFE3'; </script>
<script src='//widget.privy.com/assets/widget.js'></script>
<!-- END PRIVY WIDGET CODE -->
<!-- Default stylesheets-->
<link href="assets/lib/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Template specific stylesheets-->
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Volkhov:400i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet">
<link href="assets/lib/animate.css/animate.css" rel="stylesheet">
<link href="assets/lib/components-font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/lib/et-line-font/et-line-font.css" rel="stylesheet">
<link href="assets/lib/flexslider/flexslider.css" rel="stylesheet">
<link href="assets/lib/owl.carousel/dist/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/lib/owl.carousel/dist/assets/owl.theme.default.min.css" rel="stylesheet">
<link href="assets/lib/magnific-popup/dist/magnific-popup.css" rel="stylesheet">
<link href="assets/lib/simple-text-rotator/simpletextrotator.css" rel="stylesheet">
<!-- Main stylesheet and color file-->
<link href="assets/css/style.css" rel="stylesheet">
<link id="color-scheme" href="assets/css/colors/default.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target=".onpage-navigation" data-offset="60">
<main>
<div class="page-loader">
<div class="loader">Loading...</div>
</div>
<nav class="navbar navbar-custom navbar-transparent navbar-fixed-top one-page" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#custom-collapse"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button><a class="navbar-brand" href="index.html">Road Rage</a>
</div>
<div class="collapse navbar-collapse" id="custom-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#totop">Home</a></li>
<li><a class="section-scroll" href="#services">Services</a></li>
<!--<li><a class="section-scroll" href="#works">Works</a></li>-->
<li><a class="section-scroll" href="#alt-features">Features</a></li>
<li><a class="section-scroll" href="#blog">Blog</a></li>
<!--<li><a class="section-scroll" href="#pricing">Prices</a></li>-->
<li><a class="section-scroll" href="#news">News</a></li>
<li><a class="section-scroll" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<section class="home-section home-full-height bg-dark bg-gradient" id="home" data-background="assets/images/section-10.jpg">
<div class="titan-caption">
<div class="caption-content">
<div class="font-alt mb-30 titan-title-size-1">Hello & welcome</div>
<div class="font-alt mb-40 titan-title-size-4"></div><a class="section-scroll btn btn-border-w btn-round" href="#">Learn More</a>
</div>
</div>
</section>
<div class="main">
<section class="module" id="services">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<h2 class="module-title font-alt">Our Services</h2>
<div class="module-subtitle font-serif">It doesn't cost anything to pay attention.</div>
</div>
</div>
<div class="row multi-columns-row">
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="features-item">
<div class="features-icon"><span class="icon-lightbulb"></span></div>
<h3 class="features-title font-alt">Ideas and concepts</h3>
<p>Yet so far we have decided to come up to (some script)</p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="features-item">
<div class="features-icon"><span class="icon-bike"></span></div>
<h3 class="features-title font-alt">Why road rage happens?</h3>
<p>You need not to be in hurry.</p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="features-item">
<div class="features-icon"><span class="icon-tools"></span></div>
<h3 class="features-title font-alt">Thinking of &drivers</h3>
<p>Never think:"I have got the most prioritised job to be done".</p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="features-item">
<div class="features-icon"><span class="icon-gears"></span></div>
<h3 class="features-title font-alt">Highly risky</h3>
<p>Don't forgot to check your blind spot.</p>
</div>
</div>
<!--<div class="col-md-3 col-sm-6 col-xs-12">
<div class="features-item">
<div class="features-icon"><span class="icon-genius"></span></div>
<h3 class="features-title font-alt">Most absurd phases</h3>
<p>Never get caught in hassel. </p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="features-item">
<div class="features-icon"><span class="icon-tools-2"></span></div>
<h3 class="features-title font-alt">Precautions</h3>
<p>Remember to control your attitude and reaction to others.</p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="features-item">
<div class="features-icon"><span class="icon-mobile"></span></div>
<h3 class="features-title font-alt">Your response</h3>
<p>You want to keep cool, calm, and collected.</p>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="features-item">
<div class="features-icon"><span class="icon-lifesaver"></span></div>
<h3 class="features-title font-alt">Dedicated support</h3>
<p>Driving is a complex task, requiring full concentration and a calm attitude.</p>
</div>
</div>-->
</div>
</div>
</section>
<section class="module bg-dark-60" data-background="assets/images/section-6.jpg">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="video-box">
<!--slider starts-->
<body style="padding:0px; margin:0px; background-color:#fff;font-family:'Open Sans',sans-serif,arial,helvetica,verdana">
<!-- #region Jssor Slider Begin -->
<script src="js/jssor.slider-25.0.7.min.js" type="text/javascript"></script>
<script type="text/javascript">
jssor_1_slider_init = function() {
var jssor_1_SlideoTransitions = [
[{b:900,d:2000,x:-379,e:{x:7}}],
[{b:900,d:2000,x:-379,e:{x:7}}],
[{b:-1,d:1,o:-1,sX:2,sY:2},{b:0,d:900,x:-171,y:-341,o:1,sX:-2,sY:-2,e:{x:3,y:3,sX:3,sY:3}},{b:900,d:1600,x:-283,o:-1,e:{x:16}}]
];
var jssor_1_options = {
$AutoPlay: 1,
$SlideDuration: 800,
$SlideEasing: $Jease$.$OutQuint,
$CaptionSliderOptions: {
$Class: $JssorCaptionSlideo$,
$Transitions: jssor_1_SlideoTransitions
},
$ArrowNavigatorOptions: {
$Class: $JssorArrowNavigator$
},
$BulletNavigatorOptions: {
$Class: $JssorBulletNavigator$
}
};
var jssor_1_slider = new $JssorSlider$("jssor_1", jssor_1_options);
/*#region responsive code begin*/
/*remove responsive code if you don't want the slider scales while window resizing*/
function ScaleSlider() {
var refSize = jssor_1_slider.$Elmt.parentNode.clientWidth;
if (refSize) {
refSize = Math.min(refSize, 1920);
jssor_1_slider.$ScaleWidth(refSize);
}
else {
window.setTimeout(ScaleSlider, 30);
}
}
ScaleSlider();
$Jssor$.$AddEvent(window, "load", ScaleSlider);
$Jssor$.$AddEvent(window, "resize", ScaleSlider);
$Jssor$.$AddEvent(window, "orientationchange", ScaleSlider);
/*#endregion responsive code end*/
};
</script>
<style>
.jssorb051 .i {position:absolute;cursor:pointer;}
.jssorb051 .i .b {fill:#fff;fill-opacity:0.5;stroke:#000;stroke-width:400;stroke-miterlimit:10;stroke-opacity:0.5;}
.jssorb051 .i:hover .b {fill-opacity:.7;}
.jssorb051 .iav .b {fill-opacity: 1;}
.jssorb051 .i.idn {opacity:.3;}
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}
</style>
<div id="jssor_1" style="position:relative;margin:0 auto;top:0px;left:0px;width:1300px;height:1000px;overflow:hidden;visibility:hidden;">
<!-- Loading Screen -->
<div data-u="loading" style="position:absolute;top:0px;left:0px;background:url('img/loading.gif') no-repeat 50% 50%;background-color:rgba(0, 0, 0, 0.7);"></div>
<div data-u="slides" style="cursor:default;position:relative;top:0px;left:0px;width:1300px;height:1000px;overflow:hidden;">
<!--<div>
<img data-u="image" src="img/red.jpg" />
<div style="position:absolute;top:30px;left:30px;width:480px;height:120px;z-index:0;font-size:50px;color:#ffffff;line-height:60px;">TOUCH SWIPE SLIDER</div>
<div style="position:absolute;top:300px;left:30px;width:480px;height:120px;z-index:0;font-size:30px;color:#ffffff;line-height:38px;">Build your slider with anything, includes image, content, text, html, photo, picture</div>
<div style="position:absolute;top:120px;left:650px;width:470px;height:220px;z-index:0;">
<img style="position:absolute;top:0px;left:0px;width:470px;height:220px;z-index:0;" src="img/c-phone-horizontal.png" />
<div style="position:absolute;top:4px;left:45px;width:379px;height:213px;z-index:0; overflow:hidden;">
<img data-u="caption" data-t="0" style="position:absolute;top:0px;left:0px;width:379px;height:213px;z-index:0;" src="img/c-slide-1.jpg" />
<img data-u="caption" data-t="1" style="position:absolute;top:0px;left:379px;width:379px;height:213px;z-index:0;" src="img/c-slide-3.jpg" />
</div>
<img style="position:absolute;top:4px;left:45px;width:379px;height:213px;z-index:0;" src="img/c-navigator-horizontal.png" />
<img data-u="caption" data-t="2" style="position:absolute;top:476px;left:454px;width:63px;height:77px;z-index:0;" src="img/hand.png" />
</div>
</div>-->
<div>
<img data-u="image" src="img/purple.jpg" />
</div>
<div>
<img data-u="image" src="img/blue.jpg" />
</div>
<!--<a data-u="any" href="https://www.jssor.com/wordpress.html" style="display:none">wordpress gallery</a>-->
</div>
<!-- Bullet Navigator -->
<div data-u="navigator" class="jssorb051" style="position:absolute;bottom:14px;right:12px;" data-autocenter="1" data-scale="0.5" data-scale-bottom="0.75">
<div data-u="prototype" class="i" style="width:18px;height:18px;">
<svg viewbox="0 0 16000 16000" style="position:absolute;top:0;left:0;width:100%;height:100%;">
<circle class="b" cx="8000" cy="8000" r="5800"></circle>
</svg>
</div>
</div>
<!-- Arrow Navigator -->
<div data-u="arrowleft" class="jssora051" style="width:65px;height:65px;top:0px;left:25px;" data-autocenter="2" data-scale="0.75" data-scale-left="0.75">
<svg viewbox="0 0 16000 16000" style="position:absolute;top:0;left:0;width:100%;height:100%;">
<polyline class="a" points="11040,1920 4960,8000 11040,14080 "></polyline>
</svg>
</div>
<div data-u="arrowright" class="jssora051" style="width:65px;height:65px;top:0px;right:25px;" data-autocenter="2" data-scale="0.75" data-scale-right="0.75">
<svg viewbox="0 0 16000 16000" style="position:absolute;top:0;left:0;width:100%;height:100%;">
<polyline class="a" points="4960,1920 11040,8000 4960,14080 "></polyline>
</svg>
</div>
</div>
<script type="text/javascript">jssor_1_slider_init();</script>
<!-- #endregion Jssor Slider End -->
</body>
<br>
<br>
<br>
<br>
<!--poll-maker-->
<div id="qp_all1104779" style="width:100%;"><link href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'><STYLE>#qp_main1104779 .qp_btna:hover input {background:#3ba038!important} #qp_main1104779[results='0'] .qp_a:hover {background-color:#d8d8d8!important} #qp_main1104779[results='0'] .qp_a[sel='1'] {background-color:#D4DDFA!important}#qp_all1104779 {max-width:815px; margin:0 auto;}</STYLE><div id="qp_main1104779" fp='d1834F76-46' results=0 style="border-radius:0px;padding:0.8em;margin:0 auto;background-color:#FFF;font-family:'Open Sans', sans-serif,Arial;color:#000;border:1px solid #DBD9D9;max-width:815px;box-sizing:border-box"><div style="font-size:1.2em;background-color:#2E2E2E;color:#FFF;font-family:'Open Sans', sans-serif, Arial"><div style="line-height:30px;padding:10px 15px">This is a demo poll, is this OK?</div></div><form id="qp_form1104779" action="//www.poll-maker.com/results1104779xd1834F76-46" method="post" target="_blank" style="display:inline;margin:0px;padding:0px"><div style="padding:0px"><input type=hidden name="qp_d1104779" value="42917.6727893509-42917.6726978168"><div style="display:block;color:#6B6B6B;background-color:#e9e7e7;font-family: 'Open Sans', sans-serif, Arial;font-size:1.1em;line-height:1.5;padding: 13px 8px 11px;margin:10px 0px;clear:both;-webkit-transition:background-color 100ms ease-in" class="qp_a" onClick="var c=this.getElementsByTagName('INPUT')[0]; if((!event.target?event.srcElement:event.target).tagName!='INPUT'){c.checked=(c.type=='radio'?true:!c.checked)};var i=this.parentNode.parentNode.parentNode.getElementsByTagName('INPUT');for(var k=0;k!=i.length;k=k+1){i[k].parentNode.parentNode.setAttribute('sel',i[k].checked?1:0)}"><span style="display:block;padding-left:30px;cursor:inherit"><input style="float:left;width:20px;margin-left:-25px;margin-top:2px;padding:0px;height:20px;-webkit-appearance:checkbox;" name="qp_v1104779" type="checkbox" value="1" />Its amazing</span></div><div style="display:block;color:#6B6B6B;background-color:#e9e7e7;font-family: 'Open Sans', sans-serif, Arial;font-size:1.1em;line-height:1.5;padding: 13px 8px 11px;margin:10px 0px;clear:both;-webkit-transition:background-color 100ms ease-in" class="qp_a" onClick="var c=this.getElementsByTagName('INPUT')[0]; if((!event.target?event.srcElement:event.target).tagName!='INPUT'){c.checked=(c.type=='radio'?true:!c.checked)};var i=this.parentNode.parentNode.parentNode.getElementsByTagName('INPUT');for(var k=0;k!=i.length;k=k+1){i[k].parentNode.parentNode.setAttribute('sel',i[k].checked?1:0)}"><span style="display:block;padding-left:30px;cursor:inherit"><input style="float:left;width:20px;margin-left:-25px;margin-top:2px;padding:0px;height:20px;-webkit-appearance:checkbox;" name="qp_v1104779" type="checkbox" value="2" />I dont approve</span></div><div style="display:block;color:#6B6B6B;background-color:#e9e7e7;font-family: 'Open Sans', sans-serif, Arial;font-size:1.1em;line-height:1.5;padding: 13px 8px 11px;margin:10px 0px;clear:both;-webkit-transition:background-color 100ms ease-in" class="qp_a" onClick="var c=this.getElementsByTagName('INPUT')[0]; if((!event.target?event.srcElement:event.target).tagName!='INPUT'){c.checked=(c.type=='radio'?true:!c.checked)};var i=this.parentNode.parentNode.parentNode.getElementsByTagName('INPUT');for(var k=0;k!=i.length;k=k+1){i[k].parentNode.parentNode.setAttribute('sel',i[k].checked?1:0)}"><span style="display:block;padding-left:30px;cursor:inherit"><input style="float:left;width:20px;margin-left:-25px;margin-top:2px;padding:0px;height:20px;-webkit-appearance:checkbox;" name="qp_v1104779" type="checkbox" value="3" />yes</span></div><div style="display:block;color:#6B6B6B;background-color:#e9e7e7;font-family: 'Open Sans', sans-serif, Arial;font-size:1.1em;line-height:1.5;padding: 13px 8px 11px;margin:10px 0px;clear:both;-webkit-transition:background-color 100ms ease-in" class="qp_a" onClick="var c=this.getElementsByTagName('INPUT')[0]; if((!event.target?event.srcElement:event.target).tagName!='INPUT'){c.checked=(c.type=='radio'?true:!c.checked)};var i=this.parentNode.parentNode.parentNode.getElementsByTagName('INPUT');for(var k=0;k!=i.length;k=k+1){i[k].parentNode.parentNode.setAttribute('sel',i[k].checked?1:0)}"><span style="display:block;padding-left:30px;cursor:inherit"><input style="float:left;width:20px;margin-left:-25px;margin-top:2px;padding:0px;height:20px;-webkit-appearance:checkbox;" name="qp_v1104779" type="checkbox" value="4" />no</span></div><div style="display:block;color:#6B6B6B;background-color:#e9e7e7;font-family: 'Open Sans', sans-serif, Arial;font-size:1.1em;line-height:1.5;padding: 13px 8px 11px;margin:10px 0px;clear:both;-webkit-transition:background-color 100ms ease-in" class="qp_a" onClick="var c=this.getElementsByTagName('INPUT')[0]; if((!event.target?event.srcElement:event.target).tagName!='INPUT'){c.checked=(c.type=='radio'?true:!c.checked)};var i=this.parentNode.parentNode.parentNode.getElementsByTagName('INPUT');for(var k=0;k!=i.length;k=k+1){i[k].parentNode.parentNode.setAttribute('sel',i[k].checked?1:0)}"><span style="display:block;padding-left:30px;cursor:inherit"><input style="float:left;width:20px;margin-left:-25px;margin-top:2px;padding:0px;height:20px;-webkit-appearance:checkbox;" name="qp_v1104779" type="checkbox" value="999" />Other</span></div><div id="qp_ot1104779" style="display:block;color:#6B6B6B;background-color:#e9e7e7;font-family: 'Open Sans', sans-serif, Arial;font-size:1.1em;line-height:1.5;padding: 13px 8px 11px;margin:10px 0px;clear:both;-webkit-transition:background-color 100ms ease-in"><div style="padding-left:33px">Please Specify: <input style="width:100%;position:relative;top:2px" name='qp_other1104779' type=text value=''></div></div></div><div style="padding-left:0px;clear:both;margin:1em auto"><a style="display:inline-block;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;padding-right:5px;text-decoration:none" class="qp_btna" href="#"><input name="qp_b1104779" style="min-width:8.5em;padding:0.5em;background-color:#4ebd4a;font-family: 'Open Sans', sans-serif, Arial;font-size:16px;color:#FFF;cursor:pointer;cursor:hand;border:0px;-webkit-appearance:none;border-radius:0px" type="submit" btype="v" value="Vote" /></a><a style="display:inline-block;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;padding-left:5px;text-decoration:none" class="qp_btna" href="#"><input name="qp_b1104779" style="min-width:8.5em;padding:0.5em;background-color:#4ebd4a;font-family: 'Open Sans', sans-serif, Arial;font-size:16px;color:#FFF;cursor:pointer;cursor:hand;border:0px;-webkit-appearance:none;border-radius:0px" type="submit" btype="r" value="Results" /></a></div><a id="qp_a1104779" style="float:right;font-family:Arial;font-size:10px;color:rgb(0,0,0);text-decoration:none"></a></form><div style="display:none"><div id="qp_rp1104779" style="font-size:11px;width:5ex;text-align:right;overflow:hidden;position:absolute;right:5px;height:1.5em;line-height:1.5em"></div><div id="qp_rv1104779" style="font-size:11px;width:0%;line-height:1.5em;text-align:right;color:#FFF;box-sizing:border-box;padding-right:3px"></div><div id="qp_rb1104779" style="font-size:12px;color:rgb(255,255,255);display:block;font-size:12px;padding-right:10px 5px"></div><div id="qp_rva1104779" style="background:#006FB9;border-color:#006FB9"></div><div id="qp_rvb1104779" style="background:#163463;border-color:#163463"></div><div id="qp_rvc1104779" style="background:#5BCFFC;border-color:#1481AB"></div></div></div></div><script src="//scripts.poll-maker.com/3012/scpolls.js" language="javascript"></script><!--wordpress feeds-->
<!--slider ends-->
<!--<div class="video-box-icon"><a class="video-pop-up" href="https://www.youtube.com/watch?v=TTxZj3DZiIM"><span class="icon-video"></span></a></div>
<div class="video-title font-alt">Presentation</div>
<div class="video-subtitle font-alt">Watch the video about our new products</div>-->
<!--php code for wordpress blogs-->
</div>
</div>
</div>
</div>
</section>
<!--<section class="module pb-0" id="works">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<h2 class="module-title font-alt">Our Works</h2>
<div class="module-subtitle font-serif"></div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<ul class="filter font-alt" id="filters">
<li><a class="current wow fadeInUp" href="#" data-filter="*">All</a></li>
<li><a class="wow fadeInUp" href="#" data-filter=".illustration" data-wow-delay="0.2s">Illustration</a></li>
<li><a class="wow fadeInUp" href="#" data-filter=".marketing" data-wow-delay="0.4s">Marketing</a></li>
<li><a class="wow fadeInUp" href="#" data-filter=".photography" data-wow-delay="0.6s">Photography</a></li>
<li><a class="wow fadeInUp" href="#" data-filter=".webdesign" data-wow-delay="0.6s">Web Design</a></li>
</ul>
</div>
</div>
</div>
<ul class="works-grid works-grid-gut works-grid-3 works-hover-w" id="works-grid">
<li class="work-item illustration webdesign"><a href="portfolio-single-1.html">
<div class="work-image"><img src="assets/images/work-1.jpg" alt="Portfolio Item"/></div>
<div class="work-caption font-alt">
<h3 class="work-title">Corporate Identity</h3>
<div class="work-descr">Illustration</div>
</div></a></li>
<li class="work-item marketing photography"><a href="portfolio-single-1.html">
<div class="work-image"><img src="assets/images/work-2.jpg" alt="Portfolio Item"/></div>
<div class="work-caption font-alt">
<h3 class="work-title">Bag MockUp</h3>
<div class="work-descr">Marketing</div>
</div></a></li>
<li class="work-item illustration photography"><a href="portfolio-single-1.html">
<div class="work-image"><img src="assets/images/work-3.jpg" alt="Portfolio Item"/></div>
<div class="work-caption font-alt">
<h3 class="work-title">Disk Cover</h3>
<div class="work-descr">Illustration</div>
</div></a></li>
<li class="work-item marketing photography"><a href="portfolio-single-1.html">
<div class="work-image"><img src="assets/images/work-4.jpg" alt="Portfolio Item"/></div>
<div class="work-caption font-alt">
<h3 class="work-title">Business Card</h3>
<div class="work-descr">Photography</div>
</div></a></li>
<li class="work-item illustration webdesign"><a href="portfolio-single-1.html">
<div class="work-image"><img src="assets/images/work-5.jpg" alt="Portfolio Item"/></div>
<div class="work-caption font-alt">
<h3 class="work-title">Business Card</h3>
<div class="work-descr">Webdesign</div>
</div></a></li>
<li class="work-item marketing webdesign"><a href="portfolio-single-1.html">
<div class="work-image"><img src="assets/images/work-6.jpg" alt="Portfolio Item"/></div>
<div class="work-caption font-alt">
<h3 class="work-title">Business Cards in paper clip</h3>
<div class="work-descr">Marketing</div>
</div></a></li>
</ul>
</section>-->
<section class="module-small bg-dark">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-8 col-lg-6 col-lg-offset-2">
<div class="callout-text font-alt">
<h3 class="callout-title">Keep yourself calm by thinking that:</h3>
<p>Anger is never without a reason, but seldom with a good one</p>
</div>
</div>
<!--<div class="col-sm-6 col-md-4 col-lg-2">
<div class="callout-btn-box"><a class="btn btn-w btn-round" href="portfolio_boxed_gutter_col_3.html">Lets view portfolio</a></div>
</div>-->
</div>
</div>
</section>
<section class="module" id="alt-features">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<h2 class="module-title font-alt">Features</h2>
<div class="module-subtitle font-serif">Road ragers are selfish, power hungry, angry, and vindictive," Cadell explains. The average offender has raged at least 27 times, according to one study.</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-3 col-lg-3">
<div class="alt-features-item">
<div class="alt-features-icon"><span class="icon-strategy"></span></div>
<h3 class="alt-features-title font-alt">Think about it</h3>Do you regularly drive over the speed limit, or try to "beat" red lights because you are in a hurry?
</div>
<div class="alt-features-item">
<div class="alt-features-icon"><span class="icon-tools-2"></span></div>
<h3 class="alt-features-title font-alt">Really?</h3>Do you honk the horn often?
</div>
<div class="alt-features-item">
<div class="alt-features-icon"><span class="icon-target"></span></div>
<h3 class="alt-features-title font-alt">Often happens</h3>
Do you ever use obscene gestures or otherwise communicate angrily at another driver?
</div>
<div class="alt-features-item">
<div class="alt-features-icon"><span class="icon-tools"></span></div>
<h3 class="alt-features-title font-alt">Are you the cause</h3>Do you keep your high beams on, regardless of oncoming traffic?
</div>
</div>
<div class="col-md-6 col-lg-6 hidden-xs hidden-sm">
<div class="alt-services-image align-center"><img src="assets/images/promo.png" alt="Feature Image"></div>
</div>
<div class="col-sm-6 col-md-3 col-lg-3">
<div class="alt-features-item">
<div class="alt-features-icon"><span class="icon-camera"></span></div>
<h3 class="alt-features-title font-alt">Did this</h3>Do you switch lanes or make turns without using your turn signal?
</div>
<div class="alt-features-item">
<div class="alt-features-icon"><span class="icon-mobile"></span></div>
<h3 class="alt-features-title font-alt">In hurry ?</h3>Do you fail to check your blind spot before switching lanes to make sure you aren’t cutting someone off?
</div>
<div class="alt-features-item">
<div class="alt-features-icon"><span class="icon-linegraph"></span></div>
<h3 class="alt-features-title font-alt">Stats</h3>2% of drivers admit to trying to run an aggressor off the road!
</div>
<div class="alt-features-item">
<div class="alt-features-icon"><span class="icon-basket"></span></div>
<h3 class="alt-features-title font-alt">Scary</h3>Even in those accidents that do not result in injury, road rage can be linked as a causing factor.
</div>
</div>
</div>
</div>
</section>
<hr class="divider-w">
<section class="module" id="blog">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<h2 class="module-title font-alt">BLOG</h2>
<div class="module-subtitle font-serif">Here is our official blog feed.</div>
</div>
</div>
<div class="row">
<div class="mb-sm-20 wow fadeInUp col-sm-6 col-md-4" onclick="wow fadeInUp">
<div class="team-item">
<a href="https://letshitheroad.wordpress.com/2017/06/24/road-rage-a-menace/">
<div class="team-image"><img src="https://letshitheroad.files.wordpress.com/2017/06/images6.jpg" alt="Member Photo"/>
<div class="team-detail">
<h5 class="font-alt">Click Here</h5>
</div>
</div>
</a>
<div class="team-descr font-alt">
<div class="team-name">Road Rage: A menace</div>
<div class="team-role">JUNE 24, 2017</div>
</div>
</div>
</div>
<div class="mb-sm-20 wow fadeInUp col-sm-6 col-md-4" onclick="wow fadeInUp">
<div class="team-item">
<a href="https://letshitheroad.wordpress.com/2017/06/23/rage-to-rip/">
<div class="team-image"><img src="https://letshitheroad.files.wordpress.com/2017/06/images5.jpg" alt="Member Photo"/>
<div class="team-detail">
<h5 class="font-alt">Click Here</h5>
</div>
</div>
</a>
<div class="team-descr font-alt">
<div class="team-name">Rage to RIP</div>
<div class="team-role">JUNE 23, 2017</div>
</div>
</div>
</div>
<div class="mb-sm-20 wow fadeInUp col-sm-6 col-md-4" onclick="wow fadeInUp">
<div class="team-item">
<a href="https://letshitheroad.wordpress.com/2017/06/23/na-tumne-signal-dekhana-humne-signal-dekha-accident-hgyao-rabba-rabba/">
<div class="team-image"><img src="https://letshitheroad.files.wordpress.com/2017/06/images2.jpg" alt="Member Photo"/>
<div class="team-detail">
<h5 class="font-alt">Click Here</h5>
</div>
</div>
</a>
<div class="team-descr font-alt">
<div class="team-name">NA TUMNE SIGNAL DEKHA,NA HUMNE SIGNAL DEKHA…. ACCIDENT HGYAo RABBA RABBARoad Rage: A menace</div>
<div class="team-role">JUNE 23, 2017</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="module bg-dark-60" data-background="assets/images/section-3.jpg">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<h2 class="module-title font-alt">Scoreboard</h2>
<div class="module-subtitle font-serif"></div>
</div>
</div>
<div class="row multi-columns-row">
<div class="col-sm-6 col-md-3 col-lg-3">
<div class="count-item mb-sm-40">
<div class="count-icon"><span class="icon-wallet"></span></div>
<h3 class="count-to font-alt" data-countto="0450"></h3>
<h5 class="count-title font-serif">Dollars spent on recovering from an average accident</h5>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-3">
<div class="count-item mb-sm-40">
<div class="count-icon"><span class="icon-wine"></span></div>
<h3 class="count-to font-alt" data-countto="3"></h3>
<h5 class="count-title font-serif">out of 10 accidents happens due to drunken drivers</h5>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-3">
<div class="count-item mb-sm-40">
<div class="count-icon"><span class="icon-camera"></span></div>
<h3 class="count-to font-alt" data-countto="40"></h3>
<h5 class="count-title font-serif">Photographs needed on-spot for further investigations</h5>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-3">
<div class="count-item mb-sm-40">
<div class="count-icon"><span class="icon-map-pin"></span></div>
<h3 class="count-to font-alt" data-countto="42"></h3>
<h5 class="count-title font-serif">Percentage of locations are prone to road rage.</h5>
</div>
</div>
</div>
</div>
</section>
<!--<section class="module" id="pricing">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<h2 class="module-title font-alt">Our Prices</h2>
<div class="module-subtitle font-serif">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.</div>
</div>
</div>
<div class="row multi-columns-row">
<div class="col-sm-6 col-md-3 col-lg-3">
<div class="price-table font-alt">
<h4>Light</h4>
<div class="borderline"></div>
<p class="price"><span>$</span>9
</p>
<ul class="price-details">
<li>Free Support</li>
<li>15 Demos Included</li>
<li><span>Newsletter</span></li>
<li><span>Working Contact Form</span></li>
<li><span>Unlimited Domains</span></li>
</ul><a class="btn btn-d btn-round" href="#">Sign Up</a>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-3">
<div class="price-table font-alt">
<h4>Basic</h4>
<div class="borderline"></div>
<p class="price"><span>$</span>29
</p>
<ul class="price-details">
<li>Free Support</li>
<li>15 Demos Included</li>
<li>Newsletter</li>
<li><span>Working Contact Form</span></li>
<li><span>Unlimited Domains</span></li>
</ul><a class="btn btn-d btn-round" href="#">Sign Up</a>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-3">
<div class="price-table font-alt best">
<h4>Advanced</h4>
<p class="small">Best Choice</p>
<div class="borderline"></div>
<p class="price"><span>$</span>64
</p>
<ul class="price-details">
<li>Free Support</li>
<li>15 Demos Included</li>
<li>Newsletter</li>
<li>Working Contact Form</li>
<li><span>Unlimited Domains</span></li>
</ul><a class="btn btn-d btn-round" href="#">Sign Up</a>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-3">
<div class="price-table font-alt">
<h4>Ultimate</h4>
<div class="borderline"></div>
<p class="price"><span>$</span>119
</p>
<ul class="price-details">
<li>Free Support</li>
<li>15 Demos Included</li>
<li>Newsletter</li>
<li>Working Contact Form</li>
<li>Unlimited Domains</li>
</ul><a class="btn btn-d btn-round" href="#">Sign Up</a>
</div>
</div>
</div>
<div class="row mt-40">
<div class="col-sm-6 col-sm-offset-3 align-center">
<p>Everyone realizes why a new common language would be desirable: one could refuse to pay expensive translators. To achieve this, it would be necessary to have uniform grammar, pronunciation and more common words.</p>
</div>
</div>
</div>
</section>-->
<section class="module bg-dark-60 pt-0 pb-0 parallax-bg testimonial" data-background="assets/images/testimonial_bg.jpg">
<div class="testimonials-slider pt-140 pb-140">
<ul class="slides">
<li>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="module-icon"><span class="icon-quote"></span></div>
</div>
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<blockquote class="testimonial-text font-alt">Alert today – Alive tomorrow.</blockquote>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-sm-offset-4">
<div class="testimonial-author">
<div class="testimonial-caption font-alt">
<div class="testimonial-title">Anonymous</div>
<div class="testimonial-descr">SomeCompany INC, CEO</div>
</div>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="module-icon"><span class="icon-quote"></span></div>
</div>
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<blockquote class="testimonial-text font-alt">Normal speed meets every need.</blockquote>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-sm-offset-4">
<div class="testimonial-author">
<div class="testimonial-caption font-alt">
<div class="testimonial-title">Anonymous</div>
<div class="testimonial-descr">SomeCompany INC, CEO</div>
</div>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="module-icon"><span class="icon-quote"></span></div>
</div>
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<blockquote class="testimonial-text font-alt">Anyone driving slower than you is an idiot, and anyone going faster than you is a maniac.</blockquote>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-sm-offset-4">
<div class="testimonial-author">
<div class="testimonial-caption font-alt">
<div class="testimonial-title">Anonymous</div>
<div class="testimonial-descr">SomeCompany INC, CEO</div>
</div>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</section>
<section class="module" id="news">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<h2 class="module-title font-alt">Latest Feed</h2>
<div class="module-subtitle font-serif">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart.</div>
</div>
</div>
<div>
<div class="col-md-8 col-md-offset-2">
<iframe id="player" type="text/html" style="width: 100%; height: 500px"
src="http://www.youtube.com/embed/BwEcmbpUDJk?enablejsapi=1&origin=http://letshitheroad.com"
frameborder="0"></iframe>
</div>
</div>
</div>
</section>
<!--<div class="module-small bg-dark">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-4 col-lg-offset-2">
<div class="callout-text font-alt">
<h3 class="callout-title">Subscribe now</h3>
<p>We will not spam your email.</p>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-4">
<div class="callout-btn-box">
<form id="subscription-form" role="form" method="post" action="php/subscribe.php">
<div class="input-group">
<input class="form-control" type="email" id="semail" name="semail" placeholder="Your Email" data-validation-required-message="Please enter your email address." required="required"/><span class="input-group-btn">
<button class="btn btn-g btn-round" id="subscription-form-submit" type="submit">Submit</button></span>
</div>
</form>
<div class="text-center" id="subscription-response"></div>
</div>
</div>
</div>
</div>
</div>-->
<div class="privy-embed-form" data-campaign="248664"></div>
<section class="module" id="contact">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<h2 class="module-title font-alt">Get in touch</h2>
<div class="module-subtitle font-serif"></div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<!--<form id="contactForm" role="form" method="post" action="php/contact.php">
<div class="form-group">
<label class="sr-only" for="name">Name</label>
<input class="form-control" type="text" id="name" name="name" placeholder="Your Name*" required="required" data-validation-required-message="Please enter your name."/>
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<label class="sr-only" for="email">Email</label>
<input class="form-control" type="email" id="email" name="email" placeholder="Your Email*" required="required" data-validation-required-message="Please enter your email address."/>
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<textarea class="form-control" rows="7" id="message" name="message" placeholder="Your Message*" required="required" data-validation-required-message="Please enter your message."></textarea>
<p class="help-block text-danger"></p>
</div>
<div class="text-center">
<button class="btn btn-block btn-round btn-d" id="cfsubmit" type="submit">Submit</button>
</div>
</form>-->
<center><p>Required fields are <b>bold</b></p>
<form action="contact.php" method="post">
<div class="form-group"><p><b>Your Name:</b> <input type="text" name="yourname" /></div><br />
<div class="form-group"><b>Subject:</b> <input type="text" name="subject" /></div><br />
<div class="form-group"><b>E-mail:</b> <input type="text" name="email" /></div><br />
<div class="form-group">Website: <input type="text" name="website"></div></p>
<p>Do you like this website?
<div class="form-group"><input type="radio" name="likeit" value="Yes" checked="checked" /> Yes</div>
<div class="form-group"><input type="radio" name="likeit" value="No" /> No</div>
<div class="form-group"><input type="radio" name="likeit" value="Not sure" /> Not sure</div></p>
<p>How did you find us?
<select name="how">
<div class="form-group"><option value=""> -- Please select -- </option></div>
<option>Google</option>
<option>Yahoo</option>
<option>Link from a website</option>
<option>Word of mouth</option>
<option>Other</option>
</select>
<p><b>Your comments:</b><br />
<textarea name="comments" rows="10" cols="40"></textarea></p>
<div class="text-center">
<input class="btn btn-b btn-circle" type="submit" value="Send it!" />
</div>
<p> </p>
</form></center>
<div class="ajax-response font-alt" id="contactFormResponse"></div>
</div>
</div>
</div>
</section>
<section id="map-section">
<div id="map"></div>
</section>
<div class="module-small bg-dark">
<div class="container">
<div class="row">
<div class="col-sm-3">
<div class="widget">
<h5 class="widget-title font-alt">About Road Rage</h5>
<p> Road rage is defined as aggressive or violent behavior stemming from a driver's uncontrolled anger at the actions of another motorist.</p>
<p>Phone: TO be revealed soon</p>
<p>Email:<a href="#">to be revealed soon</a></p>
</div>
</div>
<div class="col-sm-3">
<div class="widget">
<h5 class="widget-title font-alt">Recent Comments</h5>
<ul class="icon-list">
<li>Maria on <a href="#">Designer Desk Essentials</a></li>
<li>John on <a href="#">Realistic Business Card Mockup</a></li>
<li>Andy on <a href="#">Eco bag Mockup</a></li>
<li>Jack on <a href="#">Bottle Mockup</a></li>
<li>Mark on <a href="#">Our trip to the Alps</a></li>
</ul>
</div>
</div>
<div class="col-sm-3">
<div class="widget">
<h5 class="widget-title font-alt">Blog Categories</h5>
<ul class="icon-list">
<li><a href="#">Photography - 7</a></li>
<li><a href="#">Web Design - 3</a></li>
<li><a href="#">Illustration - 12</a></li>
<li><a href="#">Marketing - 1</a></li>
<li><a href="#">Wordpress - 16</a></li>
</ul>
</div>
</div>
<div class="col-sm-3">
<div class="widget">
<h5 class="widget-title font-alt">Popular Posts</h5>
<ul class="widget-posts">
<li class="clearfix">
<div class="widget-posts-image"><a href="#"><img src="assets/images/rp-1.jpg" alt="Post Thumbnail"/></a></div>
<div class="widget-posts-body">
<div class="widget-posts-title"><a href="#">Designer Desk Essentials</a></div>
<div class="widget-posts-meta">23 january</div>
</div>
</li>
<li class="clearfix">
<div class="widget-posts-image"><a href="#"><img src="assets/images/rp-2.jpg" alt="Post Thumbnail"/></a></div>
<div class="widget-posts-body">
<div class="widget-posts-title"><a href="#">Realistic Business Card Mockup</a></div>
<div class="widget-posts-meta">15 February</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<hr class="divider-d">
<footer class="footer bg-dark">
<div class="container">
<div class="row">
<div class="col-sm-6">
<p class="copyright font-alt">© 2017 <a href="index.html">Let's Hit The Road</a>, All Rights Reserved</p>
</div>
<div class="col-sm-6">
<div class="footer-social-links"><a href="#"><i class="fa fa-facebook"></i></a><a href="#"><i class="fa fa-twitter"></i></a><a href="#"><i class="fa fa-dribbble"></i></a><a href="#"><i class="fa fa-skype"></i></a>
</div>
</div>
</div>
</div>
</footer>
</div>
<div class="scroll-up"><a href="#totop"><i class="fa fa-angle-double-up"></i></a></div>
<script async="" defer="" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDK2Axt8xiFYMBMDwwG1XzBQvEbYpzCvFU"></script>
</main>
<!--
JavaScripts
=============================================
-->
<script src="assets/lib/jquery/dist/jquery.js"></script>
<script src="assets/lib/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="assets/lib/wow/dist/wow.js"></script>
<script src="assets/lib/jquery.mb.ytplayer/dist/jquery.mb.YTPlayer.js"></script>
<script src="assets/lib/isotope/dist/isotope.pkgd.js"></script>
<script src="assets/lib/imagesloaded/imagesloaded.pkgd.js"></script>
<script src="assets/lib/flexslider/jquery.flexslider.js"></script>
<script src="assets/lib/owl.carousel/dist/owl.carousel.min.js"></script>
<script src="assets/lib/smoothscroll.js"></script>
<script src="assets/lib/magnific-popup/dist/jquery.magnific-popup.js"></script>
<script src="assets/lib/simple-text-rotator/jquery.simple-text-rotator.min.js"></script>
<script async="" defer="" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDK2Axt8xiFYMBMDwwG1XzBQvEbYpzCvFU"></script>
<script src="assets/js/plugins.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>