-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-5.html
676 lines (641 loc) · 39.7 KB
/
index-5.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="img/fav-icon.png" type="image/x-icon" />
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Drimo - App Landing Page Template</title>
<!-- Icon css link -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/icofont.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Rev slider css -->
<link href="vendors/revolution/css/settings.css" rel="stylesheet">
<link href="vendors/revolution/css/layers.css" rel="stylesheet">
<link href="vendors/revolution/css/navigation.css" rel="stylesheet">
<link href="vendors/animate-css/animate.css" rel="stylesheet">
<!-- Extra plugin css -->
<link href="vendors/magnific-popup/magnific-popup.css" rel="stylesheet">
<link href="vendors/owl-carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#bs-example-navbar-collapse-1" data-offset="90">
<div id="preloader">
<div id="preloader_spinner">
<div class="pre_inner">
<div class="dot dot-1"></div>
<div class="dot dot-2"></div>
<div class="dot dot-3"></div>
</div>
</div>
</div>
<!--================Header Area =================-->
<header class="hosting_menu">
<div class="hosting_main_menu">
<div class="container">
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<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="#"><img src="img/domain-logo.png" alt=""></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="#about">About Us </a></li>
<li><a href="#hosting">Hosting</a></li>
<li><a href="#feature">Features</a></li>
<li><a href="#price">Pricing Table</a></li>
<li><a href="#service">Services</a></li>
<li class="dropdown submenu">
<a href="#blog" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Latest Post</a>
<ul class="dropdown-menu">
<li><a href="index.html">Blog One</a></li>
<li><a href="index-2.html">Blog Two</a></li>
<li><a href="index-3.html">Blog Three</a></li>
<li><a href="index-4.html">Blog Four</a></li>
<li><a href="index-5.html">Blog Five</a></li>
</ul>
</li>
<li><a href="#contact">Contact</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Register</a></li>
<li><a href="#">Login</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
</div>
</div>
</header>
<!--================End Header Area =================-->
<!--================Hosting Slider Area =================-->
<section class="hostinge_slider_area">
<div id="main_slider2" class="rev_slider" data-version="5.3.1.6">
<ul>
<li data-index="rs-1587" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="300" data-rotate="0" data-saveperformance="off" data-title="Creative" 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="img/home-slider/hosting-1.jpg" alt="" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" data-bgparallax="5" class="rev-slidebg" data-no-retina>
</li>
<li data-index="rs-1588" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="300" data-rotate="0" data-saveperformance="off" data-title="Creative" 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="img/home-slider/hosting-2.jpg" alt="" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" data-bgparallax="5" class="rev-slidebg" data-no-retina>
<!-- LAYERS -->
<!-- LAYERS -->
<!-- LAYER NR. 1 -->
</li>
<li data-index="rs-1589" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="300" data-rotate="0" data-saveperformance="off" data-title="Creative" 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="img/home-slider/hosting-1.jpg" alt="" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" data-bgparallax="5" class="rev-slidebg" data-no-retina>
<!-- LAYER NR. 1 -->
</li>
</ul>
</div>
<div class="hosting_search_area">
<div class="container">
<div class="hostinge_s_inner">
<h3>DRIMO Domain & Hosting Service</h3>
<h4>Fully Secure & High Speed Performance</h4>
<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui <br /> officia deserunt mollit anim id est laborum.</p>
<div class="input-group">
<input type="text" class="form-control" placeholder="Find your domain name...">
<span class="input-group-btn">
<button class="btn btn-default" type="button">Search</button>
</span>
</div>
</div>
</div>
</div>
</section>
<!--================End Hosting Slider Area =================-->
<!--================Choose Server Area =================-->
<section class="choose_server_area" id="hosting">
<div class="container">
<div class="row choose_server_inner">
<div class="col-md-7">
<div class="server_left_text">
<div class="server_title">
<h2>Why Choose Our Server?</h2>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.</p>
</div>
<div class="row">
<div class="col-md-6">
<div class="media">
<div class="media-left">
<img src="img/icon/server-icon-1.png" alt="">
</div>
<div class="media-body">
<h4>100% Comfortable Doamin</h4>
<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt.</p>
</div>
</div>
<div class="media">
<div class="media-left">
<img src="img/icon/server-icon-3.png" alt="">
</div>
<div class="media-body">
<h4>Professional Service</h4>
<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="media">
<div class="media-left">
<img src="img/icon/server-icon-2.png" alt="">
</div>
<div class="media-body">
<h4>Lawer Price Hosting</h4>
<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt.</p>
</div>
</div>
<div class="media">
<div class="media-left">
<img src="img/icon/server-icon-4.png" alt="">
</div>
<div class="media-body">
<h4>Life Time Support</h4>
<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-5">
<div class="server_right_img">
<img src="img/server-1.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!--================End Choose Server Area =================-->
<!--================Hosting Service Area =================-->
<section class="hosting_service_area">
<div class="container">
<div class="row hosting_service_inner">
<div class="col-md-6">
<div class="h_service_left">
<img src="img/hosting-service-1.png" alt="">
</div>
</div>
<div class="col-md-6">
<div class="h_service_right">
<div class="server_title">
<h2>Incredible Hosting Service</h2>
<p>I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. </p>
</div>
<div class="h_service_list">
<div class="media">
<div class="media-left">
<img src="img/icon/h-service-1.png" alt="">
</div>
<div class="media-body">
<h4>Shared Hosting Services</h4>
</div>
</div>
<div class="media">
<div class="media-left">
<img src="img/icon/h-service-2.png" alt="">
</div>
<div class="media-body">
<h4>VPS Hosting Services</h4>
</div>
</div>
<div class="media">
<div class="media-left">
<img src="img/icon/h-service-3.png" alt="">
</div>
<div class="media-body">
<h4>Dedicated Hosting Services</h4>
</div>
</div>
<div class="media">
<div class="media-left">
<img src="img/icon/h-service-4.png" alt="">
</div>
<div class="media-body">
<h4>SSD Hosting Services</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================End Hosting Service Area =================-->
<!--================Great Feature Area =================-->
<section class="great_feature_area" id="feature">
<div class="container">
<div class="great_title">
<h2>Work With Our Great Features</h2>
<p>It is pleasure, but because those who do not know how to pursue pleasure rationally <br />encounter consequences that are extremely painful.</p>
</div>
<div class="great_feature_inner row">
<div class="col-md-4">
<div class="great_feature_item">
<img src="img/icon/g-f-1.png" alt="">
<a href="#"><h4>Spam Protection</h4></a>
<p>I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born.</p>
</div>
</div>
<div class="col-md-4">
<div class="great_feature_item">
<img src="img/icon/g-f-2.png" alt="">
<a href="#"><h4>High Secured Server</h4></a>
<p>I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born.</p>
</div>
</div>
<div class="col-md-4">
<div class="great_feature_item">
<img src="img/icon/g-f-3.png" alt="">
<a href="#"><h4>Professional Domain</h4></a>
<p>I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born.</p>
</div>
</div>
<div class="col-md-4">
<div class="great_feature_item">
<img src="img/icon/g-f-4.png" alt="">
<a href="#"><h4>SSD Load Power</h4></a>
<p>I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born.</p>
</div>
</div>
<div class="col-md-4">
<div class="great_feature_item">
<img src="img/icon/g-f-5.png" alt="">
<a href="#"><h4>Woo & E-Commerce Hosting</h4></a>
<p>I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born.</p>
</div>
</div>
<div class="col-md-4">
<div class="great_feature_item">
<img src="img/icon/g-f-6.png" alt="">
<a href="#"><h4>99.9% Uptime</h4></a>
<p>I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born.</p>
</div>
</div>
</div>
</div>
</section>
<!--================End Great Feature Area =================-->
<!--================River Video Area =================-->
<section class="river_video_area">
<div class="container">
<div class="river_video_inner">
<h4>Review Our Thinking </h4>
<h5>Much Better Experience With Video</h5>
<a class="popup-youtube" href="https://www.youtube.com/watch?v=WVPRkcczXCY"><i class="fa fa-play"></i></a>
</div>
</div>
</section>
<!--================End River Video Area =================-->
<!--================Server Price Area =================-->
<div class="server_price_area" id="price">
<div class="container">
<div class="great_title">
<h2>Compare Our Pricing</h2>
<p>It is pleasure, but because those who do not know how to pursue pleasure <br /> rationally encounter consequences painful.</p>
</div>
<div class="row service_price_inner">
<div class="col-md-4 col-xs-6">
<div class="server_price_item">
<div class="pirce_head">
<img src="img/icon/s-price-1.png" alt="">
<h4>Economy Plan</h4>
</div>
<div class="pirce_body">
<h5>$30.99 Only</h5>
<ul>
<li><a href="#">Websites <span>1 For Persional</span></a></li>
<li><a href="#">Disk Space <span>100 GB</span></a></li>
<li><a href="#">SSD Space <span>10 GB</span></a></li>
<li><a href="#">Monthly Bandwith <span>Unlimited</span></a></li>
<li><a href="#">FTP Server <span>50 Extra</span></a></li>
<li><a href="#"><del>MySQL Databases Yes</del></a></li>
<li><a href="#"><del>Database Backup/ Restore</del></a></li>
<li><a href="#"><del>Shareing Data Limited</del></a></li>
<li><a href="#"><del>DNS Management Yes</del></a></li>
</ul>
<div class="pirce_footer">
<a href="#">Get Start</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-xs-6">
<div class="server_price_item prime">
<div class="pirce_head">
<img src="img/icon/s-price-2.png" alt="">
<h4>Prime Plan</h4>
<h6>Recommended</h6>
</div>
<div class="pirce_body">
<h5>$70.99 Only</h5>
<ul>
<li><a href="#">Websites <span>1 For Persional</span></a></li>
<li><a href="#">Disk Space <span>200 GB</span></a></li>
<li><a href="#">SSD Space <span>15 GB</span></a></li>
<li><a href="#">Monthly Bandwith <span>Unlimited</span></a></li>
<li><a href="#">FTP Server <span>80 Extra</span></a></li>
<li><a href="#">MySQL Databases Yes</a></li>
<li><a href="#">Database Backup/ Restore</a></li>
<li><a href="#"><del>Shareing Data Limited</del></a></li>
<li><a href="#"><del>DNS Management Yes</del></a></li>
</ul>
<div class="pirce_footer">
<a href="#">Get Start</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-xs-6">
<div class="server_price_item ultimate">
<div class="pirce_head">
<img src="img/icon/s-price-3.png" alt="">
<h4>Ultimate Plan</h4>
</div>
<div class="pirce_body">
<h5>$90.99 Only</h5>
<ul>
<li><a href="#">Websites <span>1 For Persional</span></a></li>
<li><a href="#">Disk Space <span>250 GB</span></a></li>
<li><a href="#">SSD Space <span>20 GB</span></a></li>
<li><a href="#">Monthly Bandwith <span>Unlimited</span></a></li>
<li><a href="#">FTP Server <span>90 Extra</span></a></li>
<li><a href="#">MySQL Databases Yes</a></li>
<li><a href="#">Database Backup/ Restore</a></li>
<li><a href="#">Shareing Data Limited</a></li>
<li><a href="#">DNS Management Yes</a></li>
</ul>
<div class="pirce_footer">
<a href="#">Get Start</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--================End Server Price Area =================-->
<!--================Popular Service Area =================-->
<section class="popular_service_area" id="service">
<div class="container">
<div class="row popular_service_inner">
<div class="col-md-6">
<div class="popular_s_img">
<img src="img/service/popular-s-hos.png" alt="">
</div>
</div>
<div class="col-md-6">
<div class="popular_s_text">
<div class="server_title">
<h2>Incredible Hosting Service</h2>
<p>expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>
<p>I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system.</p>
</div>
<a href="#">Read More</a>
<h5>$59.90 <span>/yearly</span></h5>
</div>
</div>
</div>
</div>
</section>
<!--================End Popular Service Area =================-->
<!--================Start Up Area =================-->
<section class="start_up_area">
<div class="container">
<div class="start_up_inner">
<img src="img/start-up.png" alt="">
<a href="#">Start Up Now</a>
</div>
</div>
</section>
<!--================End Start Up Area =================-->
<!--================Read Latest News Area =================-->
<section class="read_latest_news" id="blog">
<div class="container">
<div class="great_title">
<h2>Read Our Latest News</h2>
<p>It is pleasure, but because those who do not know how to pursue <br /> pleasure rationally encounter consequences painful..</p>
</div>
<div class="row r_latest_news_inner">
<div class="col-md-4 col-xs-6">
<div class="r_l_news_item">
<a class="r_news_img" href="#">
<img src="img/blog/r-l-news/r-l-news-1.jpg" alt="">
</a>
<div class="r_news_text">
<div class="r_date">
<div class="pull-left">
<h6>12 Jun, 2017 | by <span>Smith</span> </h6>
</div>
<div class="pull-right">
<a href="#"><i class="fa fa-link" aria-hidden="true"></i></a>
</div>
</div>
<div class="news_text_inner">
<p>the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure.</p>
<a class="r_news_more" href="#">Read More <i class="fa fa-angle-right" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-xs-6">
<div class="r_l_news_item">
<a class="r_news_img" href="#">
<img src="img/blog/r-l-news/r-l-news-2.jpg" alt="">
</a>
<div class="r_news_text">
<div class="r_date">
<div class="pull-left">
<h6>12 Jun, 2017 | by <span>Smith</span> </h6>
</div>
<div class="pull-right">
<a href="#"><i class="fa fa-link" aria-hidden="true"></i></a>
</div>
</div>
<div class="news_text_inner">
<p>the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure.</p>
<a class="r_news_more" href="#">Read More <i class="fa fa-angle-right" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-xs-6">
<div class="r_l_news_item">
<a class="r_news_img" href="#">
<img src="img/blog/r-l-news/r-l-news-3.jpg" alt="">
</a>
<div class="r_news_text">
<div class="r_date">
<div class="pull-left">
<h6>12 Jun, 2017 | by <span>Smith</span> </h6>
</div>
<div class="pull-right">
<a href="#"><i class="fa fa-link" aria-hidden="true"></i></a>
</div>
</div>
<div class="news_text_inner">
<p>the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure.</p>
<a class="r_news_more" href="#">Read More <i class="fa fa-angle-right" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================End Read Latest News Area =================-->
<!--================Touch Contact Form Area =================-->
<section class="touch_five_contact_area" id="contact">
<div class="container">
<div class="great_title">
<h2>Get In Touch</h2>
<p>It is pleasure, but because those who do not know how to pursue pleasure <br />rationally encounter consequences painful..</p>
</div>
<form class="row contact_form" action="contact_process.php" method="post" id="contactForm" novalidate="novalidate">
<div class="form-group col-md-4">
<input type="text" class="form-control" id="name" name="name" placeholder="Name*">
</div>
<div class="form-group col-md-4">
<input type="email" class="form-control" id="email" name="email" placeholder="Email*">
</div>
<div class="form-group col-md-4">
<input type="text" class="form-control" id="subject" name="subject" placeholder="Subject*">
</div>
<div class="form-group col-md-12">
<textarea class="form-control" name="message" id="message" rows="1" placeholder="Message*"></textarea>
</div>
<div class="form-group col-md-12">
<button type="submit" value="submit your quote" class="btn send_btn form-control">Send Message</button>
</div>
</form>
</div>
</section>
<!--================End Touch Contact Form Area =================-->
<!--================Time Newslater Area =================-->
<section class="time_newsletter">
<div class="hosting_search_area">
<div class="container">
<div class="hostinge_s_inner">
<h5>Get Our Newsletter & Save Your Most Of Time</h5>
<div class="input-group">
<input type="text" class="form-control" placeholder="Type your email address..">
<span class="input-group-btn">
<button class="btn btn-default" type="button">Subscribe</button>
</span>
</div>
</div>
</div>
</div>
</section>
<!--================End Time Newslater Area =================-->
<!--================Footer Area =================-->
<footer class="footer_five_area">
<div class="footer_five_widget">
<div class="container">
<div class="row footer_five_w_inner">
<div class="col-md-5 col-xs-12">
<aside class="f_f_right f_ab_widget">
<img src="img/footer-five-logo.png" alt="">
<h5>Drimo Dromain & Hosting Landing Page</h5>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters.</p>
<a href="#"><h6>Learn About Drimo Theme <i class="fa fa-angle-right" aria-hidden="true"></i></h6></a>
</aside>
</div>
<div class="col-md-2 col-md-offset-1 col-sm-6">
<aside class="f_f_right f_link_widget">
<div class="f_f_title">
<h3>Refer Link</h3>
</div>
<ul>
<li><a href="#"><i class="fa fa-angle-right" aria-hidden="true"></i>Home</a></li>
<li><a href="#"><i class="fa fa-angle-right" aria-hidden="true"></i>About</a></li>
<li><a href="#"><i class="fa fa-angle-right" aria-hidden="true"></i>Blogs</a></li>
<li><a href="#"><i class="fa fa-angle-right" aria-hidden="true"></i>Pricing</a></li>
<li><a href="#"><i class="fa fa-angle-right" aria-hidden="true"></i>News</a></li>
<li><a href="#"><i class="fa fa-angle-right" aria-hidden="true"></i>Apps page</a></li>
<li><a href="#"><i class="fa fa-angle-right" aria-hidden="true"></i>Contact</a></li>
</ul>
</aside>
</div>
<div class="col-md-3 col-md-offset-1 col-sm-6">
<aside class="f_f_right f_contact_widget">
<div class="f_f_title">
<h3>Contact with us</h3>
</div>
<h5>Address</h5>
<ul>
<li><a href="#">Phone : +00 901 980680</a></li>
<li><a href="#">Mail : [email protected]</a></li>
</ul>
<a class="live_contact" href="#">Live Contact</a>
</aside>
</div>
</div>
<div class="f_five_copy_right_text">
<p class="copyright">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
<div class="footer_five_social">
<div class="container">
<ul>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-vimeo"></i></a></li>
<li><a href="#"><i class="fa fa-skype"></i></a></li>
</ul>
</div>
</div>
</footer>
<!--================End Footer Area =================-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-2.2.4.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<!-- Rev slider js -->
<script src="vendors/revolution/js/jquery.themepunch.tools.min.js"></script>
<script src="vendors/revolution/js/jquery.themepunch.revolution.min.js"></script>
<script src="vendors/revolution/js/extensions/revolution.extension.video.min.js"></script>
<script src="vendors/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script src="vendors/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script src="vendors/revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<!-- Extra Plugin -->
<script src="vendors/parallax/jquery.parallax-scroll.js"></script>
<script src="vendors/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="vendors/counterup/waypoints.min.js"></script>
<script src="vendors/counterup/jquery.counterup.min.js"></script>
<script src="vendors/isotope/imagesloaded.pkgd.min.js"></script>
<script src="vendors/isotope/isotope.pkgd.min.js"></script>
<script src="vendors/flexslider/flex-slider.js"></script>
<script src="vendors/flexslider/mixitup.js"></script>
<script src="vendors/swiper/js/swiper.min.js"></script>
<script src="vendors/flipster-slider/jquery.flipster.min.js"></script>
<script src="vendors/nice-selector/jquery.nice-select.min.js"></script>
<script src="js/theme.js"></script>
</body>
</html>