-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
654 lines (606 loc) · 36.5 KB
/
index.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content=""/>
<meta name="author" content=""/>
<meta name="robots" content=""/>
<meta name="description" content="Mobhil Car Dealer HTML Template"/>
<meta property="og:title" content="Mobhil Car Dealer HTML Template"/>
<meta property="og:description" content="Mobhil Car Dealer HTML Template"/>
<meta property="og:image" content="https://mobhil.dexignlab.com/xhtml/social-image.png"/>
<meta name="format-detection" content="telephone=no">
<!-- Mobile Specific -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Title -->
<title>CarSale2U - Home Page</title>
<!-- Favicon icon -->
<link rel="icon" type="image/png" href="images/favicon.png">
<!-- Stylesheet -->
<link href="vendor/lightgallery/css/lightgallery.min.css" rel="stylesheet">
<link href="vendor/magnific-popup/magnific-popup.min.css" rel="stylesheet">
<link href="vendor/bootstrap-select/css/bootstrap-select.min.css" rel="stylesheet">
<link href="vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="vendor/splitting/dist/splitting.css" rel="stylesheet">
<link href="vendor/aos/aos.css" rel="stylesheet">
<!-- Revolution Slider Css -->
<link rel="stylesheet" type="text/css" href="vendor/revolution/v5.4.3/css/settings.css">
<link rel="stylesheet" type="text/css" href="vendor/revolution/v5.4.3/css/layers.css">
<!-- Revolution Navigation Style -->
<link rel="stylesheet" type="text/css" href="vendor/revolution/v5.4.3/css/navigation.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200;300;400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap" rel="stylesheet">
<!-- Custom Stylesheet -->
<link rel="stylesheet" href="vendor/rangeslider/rangeslider.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" class="skin" href="css/skin/skin-1.css">
</head>
<body id="bg">
<div id="loading-area" class="loading-page-3"></div>
<div class="page-wraper">
<?php require "header.php" ?>
<div class="page-content bg-white">
<!-- Slider -->
<div class="main-slider style-two default-banner">
<div class="tp-banner-container">
<div class="tp-banner" >
<div id="rev_slider_1061_1_wrapper" class="rev_slider_wrapper fullscreen-container" data-alias="creative-freedom" data-source="gallery" style="background-color:#1f1d24;padding:0px;">
<!-- START REVOLUTION SLIDER 5.4.1 fullscreen mode -->
<div id="rev_slider_1061_1" class="rev_slider fullscreenbanner" style="display:none;" data-version="5.4.1">
<ul> <!-- SLIDE -->
<li data-index="rs-2978" data-transition="fadethroughdark" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="2000" data-thumb="images/main-slider/slide1.jpg" data-rotate="0" data-saveperformance="off" data-title="Brands" data-param1="01" data-param2="" data-param3="" data-param4="" data-param5="" data-param6="" data-param7="" data-param8="" data-param9="" data-param10="" data-description="">
<!-- MAIN IMAGE -->
<img src="images/main-slider/slide1.jpg" alt="" data-bgposition="center center" data-bgfit="cover" data-bgparallax="3" class="rev-slidebg" data-no-retina>
<!-- LAYER NR. 1 -->
<div class="tp-caption tp-shape tp-shapewrapper "
id="slide-2978-layer-1"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['0','0','0','0']"
data-fontweight="['100','100','400','400']"
data-width="full"
data-height="full"
data-whitespace="nowrap"
data-type="shape"
data-basealign="slide"
data-responsive_offset="off"
data-responsive="off"
data-frames='[{"from":"opacity:0;","speed":1500,"to":"o:1;","delay":150,"ease":"Power2.easeInOut"},{"delay":"wait","speed":1500,"to":"opacity:0;","ease":"Power2.easeInOut"}]'
data-textAlign="['left','left','left','left']"
data-paddingtop="[0,0,0,0]"
data-paddingright="[0,0,0,0]"
data-paddingbottom="[0,0,0,0]"
data-paddingleft="[0,0,0,0]"
style="z-index: 5;border-color:rgba(0, 0, 0, 0);background-color: rgba(0,0,0,0.5);border-width:0px;">
</div>
<!-- LAYER NR. 4 -->
<div class="tp-caption Creative-Title tp-resizeme"
id="slide-2978-layer-2"
data-x="['right','right','right','center']" data-hoffset="['60','140','90','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['-91','-91','-120','-120']"
data-fontsize="['120','80','60','60']"
data-lineheight="['120','100','90','60']"
data-width="['none','none','none','320']"
data-height="none"
data-whitespace="nowrap"
data-type="text"
data-responsive_offset="on"
data-frames='[{"from":"y:50px;opacity:0;","speed":1500,"to":"o:1;","delay":2550,"ease":"Power3.easeOut"},{"delay":"wait","speed":1000,"to":"x:0;y:0;z:0;rX:0;rY:0;rZ:0;sX:0.9;sY:0.9;skX:0;skY:0;opacity:0;","ease":"Power3.easeInOut"}]'
data-textAlign="['right','right','right','center']"
data-paddingtop="[0,0,0,0]"
data-paddingright="[0,0,0,0]"
data-paddingbottom="[0,0,0,0]"
data-paddingleft="[0,0,0,0]"
style="z-index: 8; white-space: nowrap;font-family:'Poppins', sans-serif; font-weight: 800">Car <span class="text-primary">2</span>
</div>
<!-- LAYER NR. 3 -->
<div class="tp-caption Creative-SubTitle tp-resizeme"
id="slide-2978-layer-3"
data-x="['right','right','right','center']" data-hoffset="['60','140','90','0']"
data-y="['middle','middle','middle','center']" data-voffset="['-10','-10','-60','-55']"
data-fontsize="['23','23','23','23']"
data-lineheight="['23','23','23','23']"
data-width="none"
data-height="none"
data-whitespace="nowrap"
data-type="text"
data-responsive_offset="on"
data-frames='[{"from":"y:50px;opacity:0;","speed":1500,"to":"o:1;","delay":2350,"ease":"Power3.easeOut"},{"delay":"wait","speed":1000,"to":"x:0;y:0;z:0;rX:0;rY:0;rZ:0;sX:0.9;sY:0.9;skX:0;skY:0;opacity:0;","ease":"Power3.easeInOut"}]'
data-textAlign="['right','right','right','right']"
data-paddingtop="[0,0,0,0]"
data-paddingright="[0,0,0,0]"
data-paddingbottom="[0,0,0,0]"
data-paddingleft="[0,0,0,0]"
style="z-index: 7; white-space: nowrap;color: #fff;font-weight: 700;">FOR SALE £xxxx OR £xxx.xx /MONTH
</div>
<!-- LAYER NR. 6 -->
<div class="tp-caption"
id="slide-2978-layer-6"
data-x="['right','right','right','center']" data-hoffset="['60','140','90','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['70','70','0','15']"
data-fontweight="['400','500','500','500']"
data-width="none"
data-height="none"
data-whitespace="nowrap"
data-type="button"
data-responsive_offset="on"
data-responsive="off"
data-frames='[{"from":"z:0;rX:0;rY:0;rZ:0;sX:0.9;sY:0.9;skX:0;skY:0;opacity:0;","speed":1500,"to":"o:1;","delay":3850,"ease":"Power2.easeOut"},{"delay":"wait","speed":500,"to":"x:0;y:0;z:0;rX:0;rY:0;rZ:0;sX:0.75;sY:0.75;skX:0;skY:0;opacity:0;","ease":"Power1.easeIn"},{"frame":"hover","speed":"300","ease":"Power1.easeInOut","to":"o:1;rX:0;rY:0;rZ:0;z:0;","style":"c:rgba(205, 176, 131, 1.00);bc:rgba(205, 176, 131, 1.00);bw:1px 1px 1px 1px;"}]'
data-textAlign="['right','right','right','center']"
data-paddingtop="[0,0,0,0]"
data-paddingright="[0,0,0,0]"
data-paddingbottom="[0,0,0,0]"
data-paddingleft="[0,0,0,0]"
style="z-index: 10; white-space: nowrap;cursor:pointer;">
<a href="#" class="btn btn-outline-white text-uppercase">View the range NOW!</a>
</div>
</li>
<!-- SLIDE -->
<li data-index="rs-2979" data-transition="fadethroughdark" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="2000" data-thumb="images/main-slider/slide3.jpg" data-rotate="0" data-saveperformance="off" data-title="Quality" data-param1="02" data-param2="" data-param3="" data-param4="" data-param5="" data-param6="" data-param7="" data-param8="" data-param9="" data-param10="" data-description="">
<!-- MAIN IMAGE -->
<img src="images/main-slider/slide2.jpg" alt="" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" data-bgparallax="3" class="rev-slidebg" data-no-retina>
<!-- LAYERS -->
<!-- LAYER NR. 7 -->
<div class="tp-caption tp-shape tp-shapewrapper "
id="slide-2979-layer-1"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['0','0','0','0']"
data-fontweight="['100','100','400','400']"
data-width="full"
data-height="full"
data-whitespace="nowrap"
data-type="shape"
data-basealign="slide"
data-responsive_offset="off"
data-responsive="off"
data-frames='[{"from":"opacity:0;","speed":1500,"to":"o:1;","delay":150,"ease":"Power2.easeInOut"},{"delay":"wait","speed":1500,"to":"opacity:0;","ease":"Power2.easeInOut"}]'
data-textAlign="['left','left','left','left']"
data-paddingtop="[0,0,0,0]"
data-paddingright="[0,0,0,0]"
data-paddingbottom="[0,0,0,0]"
data-paddingleft="[0,0,0,0]"
style="z-index: 5;border-color:rgba(0, 0, 0, 0);background-color: rgba(0,0,0,0.5);border-width:0px;">
</div>
<!-- LAYER NR. 10 -->
<div class="tp-caption Creative-Title tp-resizeme"
id="slide-2979-layer-2"
data-x="['right','right','right','center']" data-hoffset="['60','140','90','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['-91','-91','-120','-120']"
data-fontsize="['120','80','90','60']"
data-lineheight="['120','100','90','60']"
data-width="['none','none','none','320']"
data-height="none"
data-whitespace="nowrap"
data-type="text"
data-responsive_offset="on"
data-frames='[{"from":"y:50px;opacity:0;","speed":1500,"to":"o:1;","delay":2550,"ease":"Power3.easeOut"},{"delay":"wait","speed":1000,"to":"x:0;y:0;z:0;rX:0;rY:0;rZ:0;sX:0.9;sY:0.9;skX:0;skY:0;opacity:0;","ease":"Power3.easeInOut"}]'
data-textAlign="['right','right','right','center']"
data-paddingtop="[0,0,0,0]"
data-paddingright="[0,0,0,0]"
data-paddingbottom="[0,0,0,0]"
data-paddingleft="[0,0,0,0]"
style="z-index: 8; white-space: nowrap;font-family:'Poppins', sans-serif; font-weight: 800">Car <span class="text-primary">1</span>
</div>
<!-- LAYER NR. 9 -->
<div class="tp-caption Creative-SubTitle tp-resizeme"
id="slide-2979-layer-3"
data-x="['right','right','right','center']" data-hoffset="['60','140','90','0']"
data-y="['middle','middle','middle','center']" data-voffset="['-10','-10','-60','-55']"
data-fontsize="['23','23','23','23']"
data-lineheight="['23','23','23','23']"
data-width="none"
data-height="none"
data-whitespace="nowrap"
data-type="text"
data-responsive_offset="on"
data-frames='[{"from":"y:50px;opacity:0;","speed":1500,"to":"o:1;","delay":2350,"ease":"Power3.easeOut"},{"delay":"wait","speed":1000,"to":"x:0;y:0;z:0;rX:0;rY:0;rZ:0;sX:0.9;sY:0.9;skX:0;skY:0;opacity:0;","ease":"Power3.easeInOut"}]'
data-textAlign="['right','right','right','right']"
data-paddingtop="[0,0,0,0]"
data-paddingright="[0,0,0,0]"
data-paddingbottom="[0,0,0,0]"
data-paddingleft="[0,0,0,0]"
style="z-index: 7; white-space: nowrap;color: #fff;font-weight: 700;">FOR SALE £xxxx OR £xxx.xx /MONTH
</div>
<!-- LAYER NR. 12 -->
<div class="tp-caption Creative-Button rev-btn"
id="slide-2979-layer-6"
data-x="['right','right','right','center']" data-hoffset="['60','140','90','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['70','70','0','15']"
data-fontweight="['400','500','500','500']"
data-width="none"
data-height="none"
data-whitespace="nowrap"
data-type="button"
data-responsive_offset="on"
data-responsive="off"
data-frames='[{"from":"z:0;rX:0;rY:0;rZ:0;sX:0.9;sY:0.9;skX:0;skY:0;opacity:0;","speed":1500,"to":"o:1;","delay":3850,"ease":"Power2.easeOut"},{"delay":"wait","speed":500,"to":"x:0;y:0;z:0;rX:0;rY:0;rZ:0;sX:0.75;sY:0.75;skX:0;skY:0;opacity:0;","ease":"Power1.easeIn"},{"frame":"hover","speed":"300","ease":"Power1.easeInOut","to":"o:1;rX:0;rY:0;rZ:0;z:0;","style":"c:rgba(205, 176, 131, 1.00);bc:rgba(205, 176, 131, 1.00);bw:1px 1px 1px 1px;"}]'
data-textAlign="['right','right','right','center']"
data-paddingtop="[0,0,0,0]"
data-paddingright="[0,0,0,0]"
data-paddingbottom="[0,0,0,0]"
data-paddingleft="[0,0,0,0]"
style="z-index: 10; white-space: nowrap;cursor:pointer;">
<a href="#" class="btn btn-outline-white text-uppercase">View the range NOW!</a>
</div>
</li>
<!-- SLIDE -->
</ul>
<div class="tp-bannertimer tp-bottom" style="visibility: hidden !important;"></div>
</div>
</div><!-- END REVOLUTION SLIDER -->
</div>
</div>
<!-- searching cars form -->
<div class="car-searching text-white">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="section-head style-1">
<div class="title-sm text-uppercase">Many cars available to view today</div>
<h3 class="h3 m-t10">Search Your <span class="text-primary font-weight-900">Dream Car</span></h3>
<div class="sep-line"></div>
</div>
</div>
</div>
</div>
<form class="searching-form">
<div class="container">
<div class="row search-row">
<div class="col-lg-3 col-md-6">
<div class="form-group">
<label>Car brands</label>
<select class="form-control sm">
<option>Any Brands</option>
<option>Brand 1</option>
<option>Brand 2</option>
<option>Brand 3</option>
<option>Brand 4</option>
</select>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="form-group">
<label>Car Type</label>
<select class="form-control sm">
<option>Any Type</option>
<option>Type 1</option>
<option>Type 2</option>
<option>Type 3</option>
<option>Type 4</option>
</select>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="form-group">
<label>Car Price</label>
<select class="form-control sm">
<option>Price low to high</option>
<option>Price high to low</option>
</select>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="form-group">
<button type="submit" class="btn d-block w-100 btn-primary btn-md">Search car now</button>
</div>
</div>
</div>
</div>
</form>
</div>
<!-- searching cars form end -->
</div>
<!-- Slider END -->
<!-- CAR DEALER ADVANTAGES -->
<section class="content-inner overflow-hidden bg-gray">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-head style-1">
<div class="row display-align">
<div class="col-lg-6 m-b0 m-lg-b20">
<div class="title-sm text-uppercase">Many cars available to view today!</div>
<h2 class="h2">CarSale2U <span class="font-weight-800">Advantages</span></h2>
</div>
<div class="col-lg-6">
<p class="m-b0">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Rhoncus urna neque viverra justo nec ultrices dui.</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="icon-bx-wraper style-4 active box-hover text-center m-b30">
<div class="icon-lg m-b20 text-primary"> <a href="#" class="icon-cell">
<svg xmlns="http://www.w3.org/2000/svg" fill="var(--primary)" height="60" width="60" viewBox="0 0 50 50"><path d="M49 27c0-2.757-2.243-5-5-5h-2v-3c0-9.374-7.626-17-17-17S8 9.626 8 19v3H6c-2.757 0-5 2.243-5 5v6c0 2.757 2.243 5 5 5h6V22h-2v-3A15.02 15.02 0 0 1 25 4a15.02 15.02 0 0 1 15 15v3h-2v16h2v5c0 1.654-1.346 3-3 3H27v2h10c2.757 0 5-2.243 5-5v-5h2c2.757 0 5-2.243 5-5v-6zm-39 9H6c-1.654 0-3-1.346-3-3v-6c0-1.654 1.346-3 3-3h4v12zm37-3c0 1.654-1.346 3-3 3h-4V24h4c1.654 0 3 1.346 3 3v6z"/></svg>
</a> </div>
<div class="icon-content">
<h4 class="dlab-tilte m-b20 text-capitalize">ADVANTAGE 1</h4>
<p>Lorem ipsum dolor sit amet</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="icon-bx-wraper style-4 text-center box-hover m-b30">
<div class="icon-lg m-b20 text-primary"> <a href="#" class="icon-cell">
<svg xmlns="http://www.w3.org/2000/svg" height="60" width="60" viewBox="0 0 32 32" fill="var(--primary)"><path d="M29.334 3H25V1a1 1 0 1 0-2 0v2h-6V1a1 1 0 1 0-2 0v2H9V1a1 1 0 1 0-2 0v2H2.667C1.194 3 0 4.193 0 5.666v23.667A2.67 2.67 0 0 0 2.667 32h26.667C30.807 32 32 30.806 32 29.333V5.666C32 4.193 30.807 3 29.334 3zM30 29.333c0 .368-.299.667-.666.667H2.667A.67.67 0 0 1 2 29.333V5.666C2 5.299 2.299 5 2.667 5H7v2a1 1 0 1 0 2 0V5h6v2a1 1 0 1 0 2 0V5h6v2a1 1 0 1 0 2 0V5h4.334c.367 0 .666.299.666.666v23.667zM7 12h4v3H7zm0 5h4v3H7zm0 5h4v3H7zm7 0h4v3h-4zm0-5h4v3h-4zm0-5h4v3h-4zm7 10h4v3h-4zm0-5h4v3h-4zm0-5h4v3h-4z"/></svg>
</a> </div>
<div class="icon-content">
<h4 class="dlab-tilte m-b20 text-capitalize">ADVANTAGE 2</h4>
<p>Lorem ipsum dolor sit amet</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="icon-bx-wraper style-4 text-center box-hover m-b30">
<div class="icon-lg m-b20 text-primary"> <a href="#" class="icon-cell">
<svg height="60" width="60" version="1.1" viewBox="20 3 60 92" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><path d="M58.23,69.992l14.993-24.108c0.049-0.078,0.09-0.16,0.122-0.245c2.589-4.222,3.956-9.045,3.956-13.969 c0-14.772-12.018-26.79-26.79-26.79S23.72,16.898,23.72,31.67c0,4.925,1.369,9.75,3.96,13.975c0.03,0.074,0.065,0.146,0.107,0.216 l14.455,24.191c-11.221,1.586-18.6,6.2-18.6,11.797c0,6.935,11.785,12.366,26.829,12.366S77.3,88.783,77.3,81.849 C77.301,76.226,69.578,71.509,58.23,69.992z M30.373,44.294c-2.39-3.804-3.653-8.169-3.653-12.624 c0-13.118,10.672-23.79,23.791-23.79c13.118,0,23.79,10.672,23.79,23.79c0,4.457-1.263,8.822-3.652,12.624 c-0.05,0.08-0.091,0.163-0.124,0.249L54.685,70.01c-0.238,0.365-0.285,0.448-0.576,0.926l-4,6.432L30.507,44.564 C30.472,44.471,30.427,44.38,30.373,44.294z M50.472,91.215c-14.043,0-23.829-4.937-23.829-9.366c0-4.02,7.37-7.808,17.283-8.981 l4.87,8.151c0.269,0.449,0.751,0.726,1.274,0.73c0.004,0,0.009,0,0.013,0c0.518,0,1-0.268,1.274-0.708l5.12-8.232 C66.548,73.9,74.3,77.784,74.3,81.849C74.301,86.279,64.515,91.215,50.472,91.215z" fill="var(--primary)"/><path d="M60.213,31.67c0-5.371-4.37-9.741-9.741-9.741s-9.741,4.37-9.741,9.741s4.37,9.741,9.741,9.741 C55.843,41.411,60.213,37.041,60.213,31.67z M43.731,31.67c0-3.717,3.024-6.741,6.741-6.741s6.741,3.024,6.741,6.741 s-3.023,6.741-6.741,6.741S43.731,35.387,43.731,31.67z" fill="var(--primary)"/></g></svg>
</a> </div>
<div class="icon-content">
<h4 class="dlab-tilte m-b20 text-capitalize">ADVANTAGE 3</h4>
<p>Lorem ipsum dolor sit amet</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="icon-bx-wraper style-4 text-center box-hover m-b30">
<div class="icon-lg m-b20 text-primary"> <a href="#" class="icon-cell">
<svg height="60" version="1.1" viewBox="0 0 60 52" width="60" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title/><desc/><defs/><g fill="none" fill-rule="evenodd" id="People" stroke="none" stroke-width="1"><g fill="var(--primary)" id="Icon-17" transform="translate(0.000000, -8.000000)"><path d="M40,59 C40,59.552 39.552,60 39,60 L37,60 C36.448,60 36,59.552 36,59 C36,58.448 36.448,58 37,58 L39,58 C39.552,58 40,58.448 40,59 M60,59 C60,59.552 59.552,60 59,60 L43,60 C42.448,60 42,59.552 42,59 C42,58.448 42.448,58 43,58 L59,58 C59.552,58 60,58.448 60,59 M32,59 C32,59.552 31.552,60 31,60 L21,60 C20.448,60 20,59.552 20,59 C20,58.448 20.448,58 21,58 L31,58 C31.552,58 32,58.448 32,59 M16,59 C16,59.552 15.552,60 15,60 L1,60 C0.448,60 0,59.552 0,59 C0,58.448 0.448,58 1,58 L15,58 C15.552,58 16,58.448 16,59 M2,39 C2,38.448 2.448,38 3,38 L5.84,38 L5.417,35.147 C5.336,34.601 5.713,34.092 6.259,34.011 C6.809,33.934 7.315,34.307 7.396,34.853 L7.863,38 L15,38 C15.552,38 16,38.448 16,39 C16,39.552 15.552,40 15,40 L3,40 C2.448,40 2,39.552 2,39 M3,30 L4.559,30 L4.136,27.147 C4.055,26.601 4.432,26.092 4.978,26.011 C5.528,25.935 6.034,26.307 6.114,26.853 L6.582,30 L15,30 C15.552,30 16,30.448 16,31 C16,31.552 15.552,32 15,32 L3,32 C2.448,32 2,31.552 2,31 C2,30.448 2.448,30 3,30 M15,50 C14.449,50 14,49.551 14,49 C14,48.449 14.449,48 15,48 C15.551,48 16,48.449 16,49 C16,49.551 15.551,50 15,50 M15,46 C13.346,46 12,47.346 12,49 C12,50.654 13.346,52 15,52 C16.654,52 18,50.654 18,49 C18,47.346 16.654,46 15,46 M49,50 C48.449,50 48,49.551 48,49 C48,48.449 48.449,48 49,48 C49.551,48 50,48.449 50,49 C50,49.551 49.551,50 49,50 M49,46 C47.346,46 46,47.346 46,49 C46,50.654 47.346,52 49,52 C50.654,52 52,50.654 52,49 C52,47.346 50.654,46 49,46 M49,54 C46.243,54 44,51.757 44,49 C44,46.243 46.243,44 49,44 C51.757,44 54,46.243 54,49 C54,51.757 51.757,54 49,54 M58.707,33.293 L55.966,30.552 L55,19 C55,16.243 52.757,14 50,14 L43,14 C42.448,14 42,14.448 42,15 C42,15.552 42.448,16 43,16 L50,16 C51.626,16 53,17.374 53.003,19.083 L53.913,30 L50.618,30 L51.895,27.447 C52.142,26.953 51.941,26.353 51.447,26.105 C50.952,25.858 50.353,26.059 50.105,26.553 L48.382,30 L43,30 C42.448,30 42,30.448 42,31 C42,31.552 42.448,32 43,32 L54.586,32 L57.293,34.707 C57.863,35.277 57.998,36.588 58,37 L58,48 L55.92,48 C55.433,44.613 52.52,42 49,42 C45.14,42 42,45.14 42,49 C42,52.86 45.14,56 49,56 C52.52,56 55.433,53.387 55.92,50 L59,50 C59.552,50 60,49.552 60,49 L60,37 C60,36.753 59.964,34.549 58.707,33.293 M15,54 C12.243,54 10,51.757 10,49 C10,46.243 12.243,44 15,44 C17.757,44 20,46.243 20,49 C20,51.757 17.757,54 15,54 M39,8 L7,8 C4.243,8 2,10.243 2,13 C2,13.05 2.004,13.099 2.011,13.148 L3.339,22 L1,22 C0.448,22 0,22.448 0,23 C0,23.552 0.448,24 1,24 L15,24 C15.552,24 16,23.552 16,23 C16,22.448 15.552,22 15,22 L5.361,22 L4.001,12.931 C4.038,11.309 5.369,10 7,10 L38,10 L38,48 L21.92,48 C21.433,44.613 18.52,42 15,42 C11.14,42 8,45.14 8,49 C8,52.86 11.14,56 15,56 C18.52,56 21.433,53.387 21.92,50 L39,50 C39.552,50 40,49.552 40,49 L40,9 C40,8.448 39.552,8 39,8" id="truck"/></g></g></svg>
</a> </div>
<div class="icon-content">
<h4 class="dlab-tilte m-b20 text-capitalize">ADVANTAGE 4</h4>
<p>Lorem ipsum dolor sit amet</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="icon-bx-wraper style-4 text-center box-hover m-b30">
<div class="icon-lg m-b20 text-primary"> <a href="#" class="icon-cell">
<svg height="60" width="60" viewBox="0 0 128 128" fill="var(--primary)" xmlns="http://www.w3.org/2000/svg"><title/><path d="M2,128a2,2,0,0,1-1.93-2.53l8.19-30a64,64,0,1,1,24.64,24.5l-30.39,8A1.79,1.79,0,0,1,2,128Zm31.18-12.21a2,2,0,0,1,1,.26,60,60,0,1,0-22-21.9,2,2,0,0,1,.2,1.53l-7.49,27.5,27.83-7.33A2.22,2.22,0,0,1,33.18,115.79Z"/><path d="M64,46A13,13,0,1,1,77,33,13,13,0,0,1,64,46Zm0-22a9,9,0,1,0,9,9A9,9,0,0,0,64,24Z"/><path d="M64,108A13,13,0,0,1,51,95V68a13,13,0,0,1,26,0V95A13,13,0,0,1,64,108Zm0-49a9,9,0,0,0-9,9V95a9,9,0,0,0,18,0V68A9,9,0,0,0,64,59Z"/></svg>
</a> </div>
<div class="icon-content">
<h4 class="dlab-tilte m-b20 text-capitalize">ADVANTAGE 5</h4>
<p>Lorem ipsum dolor sit amet</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="icon-bx-wraper style-4 text-center box-hover m-b30">
<div class="icon-lg m-b20 text-primary"> <a href="#" class="icon-cell">
<svg xmlns="http://www.w3.org/2000/svg" height="60" width="60" fill="var(--primary)" viewBox="0 0 64 64"><path d="M32 1C14.906 1 1 14.907 1 32s13.906 31 31 31 31-13.907 31-31S49.094 1 32 1zm0 60C16.01 61 3 47.991 3 32S16.01 3 32 3s29 13.009 29 29-13.01 29-29 29zm-6.616-21h13.232l2.331-10.038c.034-.192.053-.392.053-.593C41 27.511 39.488 26 37.631 26H26.369C24.512 26 23 27.511 23 29.369a3.46 3.46 0 0 0 .063.641L25.384 40zm.985-12h11.262A1.37 1.37 0 0 1 39 29.369a1.65 1.65 0 0 1-.011.189L37.028 38H26.972l-1.95-8.394c-.015-.077-.022-.157-.022-.237A1.37 1.37 0 0 1 26.369 28zM51 29h-2c-1.103 0-2 .897-2 2v2c0 1.103.897 2 2 2h2c1.103 0 2-.897 2-2v-2c0-1.103-.897-2-2-2zm-2 4v-2h2l.001 2H49zm-36-4h2v2h-2zm0 4h2v2h-2z"/><path d="M15 31h2v2h-2zm-4 0h2v2h-2zm21 5c1.654 0 3-1.346 3-3s-1.346-3-3-3-3 1.346-3 3 1.346 3 3 3zm0-4a1 1 0 1 1 0 2 1 1 0 1 1 0-2zm0-25c-6.292 0-12.306 2.349-16.934 6.613l1.355 1.471A22.93 22.93 0 0 1 32 9c10.242 0 18.939 6.731 21.907 16H43.551c-1.344-1.816-3.494-3-5.921-3H26.369c-2.427 0-4.577 1.184-5.921 3H10.11c1.009-3.157 2.68-6.089 4.973-8.578l-1.471-1.355C9.349 19.695 7 25.708 7 32c0 13.785 11.215 25 25 25 6.292 0 12.306-2.349 16.934-6.613l-1.355-1.471c-2.96 2.727-6.542 4.579-10.392 5.469l.425-3.821C38.343 43.972 43.897 39 50.53 39h3.36c-1.009 3.157-2.68 6.089-4.973 8.578l1.471 1.355C54.651 44.305 57 38.292 57 32 57 18.215 45.785 7 32 7zm-5.631 17h11.262C40.592 24 43 26.409 43 29.369a5.3 5.3 0 0 1-.098 1.023l-2.157 9.287C40.428 41.045 39.226 42 37.822 42H26.178a2.99 2.99 0 0 1-2.923-2.321l-2.15-9.258A5.27 5.27 0 0 1 21 29.369C21 26.409 23.408 24 26.369 24zm-6.971 3c-.254.745-.398 1.54-.398 2.369a7.43 7.43 0 0 0 .15 1.476l1.91 8.224C18.826 37.756 16.232 37 13.47 37H9.554A22.96 22.96 0 0 1 9 32c0-1.699.208-3.371.57-5h9.828zm-9.305 12h3.377c6.633 0 12.188 4.972 12.92 11.564l.427 3.839A23.08 23.08 0 0 1 10.093 39zm25.529 11.344l-.491 4.419C34.098 54.904 33.056 55 32 55a23.07 23.07 0 0 1-3.129-.218l-.493-4.438c-.259-2.328-1.044-4.478-2.221-6.346.007 0 .014.002.021.002h11.645c.007 0 .014-.002.021-.002a14.96 14.96 0 0 0-2.222 6.346zM50.53 37a14.95 14.95 0 0 0-7.591 2.068l1.917-8.252c.095-.473.144-.96.144-1.447A7.32 7.32 0 0 0 44.602 27h9.844A22.96 22.96 0 0 1 55 32c0 1.699-.208 3.371-.57 5h-3.9z"/></svg>
</a> </div>
<div class="icon-content">
<h4 class="dlab-tilte m-b20 text-capitalize">ADVANTAGE 6</h4>
<p>Lorem ipsum dolor sit amet</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END OF ADVANTAGES -->
<!-- WHO CAR DEALERS ARE -->
<section class="content-inner about-sc content-inner-1 overlay-black-dark " style="background-image: url(images/background/about.jpg);background-position: center;">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="section-head style-1 left light-gray opacity">
<div class="title-sm text-uppercase text-white">Know more about us</div>
<h2 class="h2 text-white">Who <span class="font-weight-800 text-primary">CarSales2U</span> Are</h2>
<div class="sep"></div>
</div>
<div class="row">
<div class="col-md-6 m-b60">
<p class="text-gray-dark">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Rhoncus urna neque viverra justo nec ultrices dui. </p>
</div>
<div class="col-md-6 m-b60">
<blockquote>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Rhoncus urna neque viverra justo nec ultrices dui.
</blockquote>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="about-des-link">
<a href="" class="btn btn-primary m-r15 m-b10">VIEW ALL VEHICLES</a>
<a href="" class="btn btn-outline-white m-b10 shadow-none text-uppercase">Reserved Car</a>
</div>
</div>
</div>
</div>
</section>
<!-- END OF WHO CAR DEALERS ARE -->
<!-- TOP DEALS OF THE WEEK -->
<section class="content-inner-2">
<div class="container-fluid">
<div class="section-head space-lg text-center">
<h2 class="title">Some of the Cars on Offer</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
</div>
<div class="swiper-container deal-swiper swiper-dots-1">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="car-list-box overlay">
<div class="media-box">
<img src="images/deal/pic1.jpg" alt="">
</div>
<div class="list-info">
<h3 class="title"><a href="car-details.html" data-splitting class="text-white">CAR 1</a></h3>
<div class="car-type">CAR 1</div>
<span class="badge m-b30">£##,###</span>
<div class="feature-list">
<div>
<label>Transmission</label>
<p class="value">--</p>
</div>
<div>
<label>Fuel</label>
<p class="value">--</p>
</div>
<div>
<label>Passenger</label>
<p class="value">--</p>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="car-list-box overlay">
<div class="media-box">
<img src="images/deal/pic2.jpg" alt="">
</div>
<div class="list-info">
<h3 class="title"><a href="car-details.html" data-splitting class="text-white">CAR 2</a></h3>
<div class="car-type">CAR 2</div>
<span class="badge m-b30">$##,###</span>
<div class="feature-list">
<div>
<label>Transmission</label>
<p class="value">--</p>
</div>
<div>
<label>Fuel</label>
<p class="value">--</p>
</div>
<div>
<label>Passenger</label>
<p class="value">--</p>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="car-list-box overlay">
<div class="media-box">
<img src="images/deal/pic3.jpg" alt="">
</div>
<div class="list-info">
<h3 class="title"><a href="car-details.html" data-splitting class="text-white">CAR 3</a></h3>
<div class="car-type">CAR 3</div>
<span class="badge m-b30">£##,###</span>
<div class="feature-list">
<div>
<label>Transmission</label>
<p class="value">--</p>
</div>
<div>
<label>Fuel</label>
<p class="value">--</p>
</div>
<div>
<label>Passenger</label>
<p class="value">--</p>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="car-list-box overlay">
<div class="media-box">
<img src="images/deal/pic4.jpg" alt="">
</div>
<div class="list-info">
<h3 class="title"><a href="car-details.html" data-splitting class="text-white">CAR 4</a></h3>
<div class="car-type">CAR 4</div>
<span class="badge m-b30">£##,###</span>
<div class="feature-list">
<div>
<label>Transmission</label>
<p class="value">--</p>
</div>
<div>
<label>Fuel</label>
<p class="value">--</p>
</div>
<div>
<label>Passenger</label>
<p class="value">--</p>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="car-list-box overlay">
<div class="media-box">
<img src="images/deal/pic3.jpg" alt="">
</div>
<div class="list-info">
<h3 class="title"><a href="car-details.html" data-splitting class="text-white">CAR 5</a></h3>
<div class="car-type">CAR 5</div>
<span class="badge m-b30">£##,###</span>
<div class="feature-list">
<div>
<label>Transmission</label>
<p class="value">--</p>
</div>
<div>
<label>Fuel</label>
<p class="value">--</p>
</div>
<div>
<label>Passenger</label>
<p class="value">--</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="slider-one-pagination m-t40 m-sm-t20">
<!-- Add Navigation -->
<div class="swiper-pagination"></div>
</div>
</div>
</div>
</section>
<!-- END OF TOP DEALS OF THE WEEK -->
<?php require 'qbanner.php'; ?>
</div>
<?php require "footer.php" ?>
<button class="scroltop icon-up" type="button"><i class="fas fa-arrow-up"></i></button>
</div>
<!-- JAVASCRIPT FILES ========================================= -->
<script src="js/jquery.min.js"></script><!-- JQUERY.MIN JS -->
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script><!-- BOOTSTRAP.MIN JS -->
<script src="vendor/bootstrap-select/js/bootstrap-select.min.js"></script><!-- BOOTSTRAP.MIN JS -->
<script src="vendor/rangeslider/rangeslider.js"></script><!-- RANGESLIDER -->
<script src="vendor/magnific-popup/magnific-popup.js"></script><!-- MAGNIFIC POPUP JS -->
<script src="vendor/lightgallery/js/lightgallery-all.min.js"></script><!-- LIGHTGALLERY -->
<script src="vendor/splitting/dist/splitting.min.js"></script><!-- Splitting -->
<script src="vendor/counter/waypoints-min.js"></script><!-- WAYPOINTS JS -->
<script src="vendor/counter/counterup.min.js"></script><!-- COUNTERUP JS -->
<script src="vendor/swiper/swiper-bundle.min.js"></script><!-- OWL-CAROUSEL -->
<script src="vendor/aos/aos.js"></script><!-- AOS -->
<!-- revolution JS FILES -->
<script src="vendor/revolution/v5.4.3/js/jquery.themepunch.tools.min.js"></script>
<script src="vendor/revolution/v5.4.3/js/jquery.themepunch.revolution.min.js"></script>
<!-- Slider revolution 5.0 Extensions (Load Extensions only on Local File Systems ! The following part can be removed on Server for On Demand Loading) -->
<script src="vendor/revolution/v5.4.3/js/extensions/revolution.extension.actions.min.js"></script>
<script src="vendor/revolution/v5.4.3/js/extensions/revolution.extension.carousel.min.js"></script>
<script src="vendor/revolution/v5.4.3/js/extensions/revolution.extension.kenburn.min.js"></script>
<script src="vendor/revolution/v5.4.3/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script src="vendor/revolution/v5.4.3/js/extensions/revolution.extension.migration.min.js"></script>
<script src="vendor/revolution/v5.4.3/js/extensions/revolution.extension.parallax.min.js"></script>
<script src="vendor/revolution/v5.4.3/js/extensions/revolution.extension.video.min.js"></script>
<script src="vendor/revolution/v5.4.3/js/extensions/revolution.extension.slideanims.min.js"></script>
<script src="js/rev.slider.js"></script>
<script src="js/dlab.carousel.js"></script><!-- OWL-CAROUSEL -->
<script src="js/dlab.ajax.js"></script><!-- AJAX -->
<script src="js/custom.min.js"></script><!-- CUSTOM JS -->
<script>
jQuery(document).ready(function() {
'use strict';
dz_rev_slider_4();
}); /*ready*/
</script>
</body>
</html>