-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
544 lines (506 loc) · 26.9 KB
/
services.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
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8"> <![endif]-->
<!--[if IE 9 ]> <html class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Services - Max Law</title>
<!-- Standard Favicon -->
<link rel="icon" type="image/x-icon" href="assets/images//favicon.ico" />
<!-- For iPhone 4 Retina display: -->
<link rel="apple-touch-icon-precomposed" href="assets/images//apple-touch-icon-114x114-precomposed.png">
<!-- For iPad: -->
<link rel="apple-touch-icon-precomposed" href="assets/images//apple-touch-icon-72x72-precomposed.png">
<!-- For iPhone: -->
<link rel="apple-touch-icon-precomposed" href="assets/images//apple-touch-icon-57x57-precomposed.png">
<!-- Library - Google Font Familys -->
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900|Vollkorn:400,400i,700,700i" rel="stylesheet">
<!-- Library -->
<link href="assets/css/lib.css" rel="stylesheet">
<link href="assets/css/bootstrap-datepicker.min.css" rel="stylesheet">
<link href="assets/css/flags.css" rel="stylesheet">
<!-- Custom - Common CSS -->
<link href="assets/css/plugins.css" rel="stylesheet">
<link href="assets/css/elements.css" rel="stylesheet">
<link href="assets/css/rtl.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<!--[if lt IE 9]>
<script src="js/html5/respond.min.js"></script>
<![endif]-->
</head>
<body data-offset="200" data-spy="scroll" data-target=".ownavigation">
<!-- Loader -->
<div id="site-loader" class="load-complete">
<div class="loader">
<div class="loader-inner ball-clip-rotate">
<div></div>
</div>
</div>
</div><!-- Loader /- -->
<!-- Header Section -->
<header class="header_s header_s1">
<!-- SidePanel -->
<div id="slidepanel">
<!-- Top Header -->
<div class="container-fluid no-right-padding no-left-padding top-header">
<!-- Container -->
<div class="container">
<div class="top-left">
<p><i class="fa fa-map-marker"></i>121 Kingstreet,Melbourne vic 3000 Australia</p>
<p><i class="fa fa-phone"></i> Mobile: <a href="tel:123045670890">123045670890</a></p>
</div>
<div class="top-login">
<p><i class="fa fa-user"></i><a href="#" title="Login">Login</a></p>
<form class="lang-dropdown">
<div class="form-group">
<div id="basic" data-input-name="country"></div>
</div>
</form>
</div>
</div><!-- Container /- -->
</div><!-- Top Header /- -->
</div><!-- SidePanel /- -->
<!-- Ownavigation -->
<nav class="navbar ownavigation">
<!-- Container -->
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<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"><img src="assets/images/logo.png" alt="logo"></a>
</div>
<div class="submit-btn">
<a href="#" title="Free Consultation">free consultation</a>
</div>
<div id="navbar" class="navbar-collapse collapse navbar-right">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="index.html" class="dropdown-toggle" role="button" aria-haspopup="true" aria-expanded="false">Home</a>
<i class="ddl-switch fa fa-angle-down"></i>
<ul class="dropdown-menu">
<li><a href="index.html" title="Homepage 01">Homepage 01</a></li>
<li><a href="index-2.html" title="Homepage 02">Homepage 02</a></li>
</ul>
</li>
<li><a href="aboutus.html" title="About">About</a></li>
<li><a href="#" title="Our TEAM">OUR TEAM</a></li>
<li class="dropdown active">
<a href="services.html" class="dropdown-toggle" role="button" aria-haspopup="true" aria-expanded="false">Services</a>
<i class="ddl-switch fa fa-angle-down"></i>
<ul class="dropdown-menu">
<li><a href="services.html" title="Services">Services</a></li>
<li><a href="services-list.html" title="Services List">Services List</a></li>
<li><a href="services-single.html" title="Services Single">Services Single</a></li>
</ul>
</li>
<li class="dropdown">
<a href="blog.html" class="dropdown-toggle" role="button" aria-haspopup="true" aria-expanded="false">News</a>
<i class="ddl-switch fa fa-angle-down"></i>
<ul class="dropdown-menu">
<li><a href="blog.html" title="Blog Single Page">Blog</a></li>
<li><a href="blog-single.html" title="Blog Single Audio">Blog Single</a></li>
</ul>
</li>
<li><a href="contactus.html" title="Contact Us">Contact</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" role="button" aria-haspopup="true" aria-expanded="false">Pages</a>
<i class="ddl-switch fa fa-angle-down"></i>
<ul class="dropdown-menu">
<li><a href="appointment.html" title="Appointment">Appointment</a></li>
<li><a href="404.html" title="404">404</a></li>
</ul>
</li>
</ul>
</div>
<div id="loginpanel" class="desktop-hide">
<div class="right" id="toggle">
<a id="slideit" href="#slidepanel"><i class="fo-icons fa fa-inbox"></i></a>
<a id="closeit" href="#slidepanel"><i class="fo-icons fa fa-close"></i></a>
</div>
</div>
</div><!-- Container /- -->
</nav><!-- Ownavigation /- -->
</header><!-- Header Section /- -->
<div class="main-container">
<!-- Page Banner -->
<div class="container-fluid no-left-padding no-right-padding page-banner">
<!-- Container -->
<div class="container">
<h3>SERVICES</h3>
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">Recipes</li>
</ol>
</div><!-- Container /- -->
</div><!-- Page Banner /- -->
<main class="site-main">
<!-- Services Section -->
<div class="container-fluid no-left-padding no-right-padding services-section no-top-padding">
<!-- Container -->
<div class="container">
<!-- Section Header -->
<div class="section-header text-center">
<h3>OUR SERVICES</h3>
</div><!-- Section Header /- -->
<!-- Nav tabs -->
<ul class="nav nav-tabs srv-tab" role="tablist">
<li role="presentation" class="active">
<a href="#family" title="Family Law" aria-controls="family" role="tab" data-toggle="tab">
<span><i><img src="assets/images/services-icon-1.png" alt="Icon" /></i>FAMILY LAW</span>
</a>
</li>
<li role="presentation">
<a href="#criminal" title="Criminal Law" aria-controls="criminal" role="tab" data-toggle="tab">
<span><i><img src="assets/images/services-icon-2.png" alt="Icon" /></i>CRIMINAL LAW</span>
</a>
</li>
<li role="presentation">
<a href="#accident" title="Accident Law" aria-controls="accident" role="tab" data-toggle="tab">
<span><i><img src="assets/images/services-icon-3.png" alt="Icon" /></i>ACCIDENT LAW</span>
</a>
</li>
<li role="presentation">
<a href="#criminal-law" title="Criminal Law" aria-controls="criminal-law" role="tab" data-toggle="tab">
<span><i><img src="assets/images/services-icon-4.png" alt="Icon" /></i>CRIMINAL LAW</span>
</a>
</li>
</ul>
</div><!-- Container /- -->
<!-- Services Tab Content -->
<div class="container-fluid no-left-padding no-right-padding services-tab-content">
<!-- Container -->
<div class="container">
<div class="tab-content">
<div role="tabpanel" class="tab-pane" id="family">
<div class="col-md-6 col-sm-6 col-xs-12">
<img src="assets/images/service-img.jpg" alt="Services" />
</div>
<div class="col-md-6 col-sm-6 col-xs-12 services-content">
<h3>family LAW</h3>
<p>Sunny Days sweepin' the clouds away. On my way to where the air is You tell me how to get how to get to Sesame Street. Were gonna do it. Give us any chance well take it.</p>
<p>To a deluxe apartment in the sky. Now the world don't move to the beat of just one drum. What might be right for you may not be right for some well defined.</p>
<p>We provide deluxe apartment in the sky. Now the world don't move to beat of just one drum.</p>
<a href="#" title="Read More">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
<div role="tabpanel" class="tab-pane" id="criminal">
<div class="col-md-6 col-sm-6 col-xs-12">
<img src="assets/images/service-img.jpg" alt="Services" />
</div>
<div class="col-md-6 col-sm-6 col-xs-12 services-content">
<h3>criminal LAW</h3>
<p>Sunny Days sweepin' the clouds away. On my way to where the air is You tell me how to get how to get to Sesame Street. Were gonna do it. Give us any chance well take it.</p>
<p>To a deluxe apartment in the sky. Now the world don't move to the beat of just one drum. What might be right for you may not be right for some well defined.</p>
<p>We provide deluxe apartment in the sky. Now the world don't move to beat of just one drum.</p>
<a href="#" title="Read More">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
<div role="tabpanel" class="tab-pane active" id="accident">
<div class="col-md-6 col-sm-6 col-xs-12">
<img src="assets/images/service-img.jpg" alt="Services" />
</div>
<div class="col-md-6 col-sm-6 col-xs-12 services-content">
<h3>accident LAW</h3>
<p>Sunny Days sweepin' the clouds away. On my way to where the air is You tell me how to get how to get to Sesame Street. Were gonna do it. Give us any chance well take it.</p>
<p>To a deluxe apartment in the sky. Now the world don't move to the beat of just one drum. What might be right for you may not be right for some well defined.</p>
<p>We provide deluxe apartment in the sky. Now the world don't move to beat of just one drum.</p>
<a href="#" title="Read More">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
<div role="tabpanel" class="tab-pane" id="criminal-law">
<div class="col-md-6 col-sm-6 col-xs-12">
<img src="assets/images/service-img.jpg" alt="Services" />
</div>
<div class="col-md-6 col-sm-6 col-xs-12 services-content">
<h3>criminal LAW</h3>
<p>Sunny Days sweepin' the clouds away. On my way to where the air is You tell me how to get how to get to Sesame Street. Were gonna do it. Give us any chance well take it.</p>
<p>To a deluxe apartment in the sky. Now the world don't move to the beat of just one drum. What might be right for you may not be right for some well defined.</p>
<p>We provide deluxe apartment in the sky. Now the world don't move to beat of just one drum.</p>
<a href="#" title="Read More">Read More <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
</div><!-- Container /- -->
</div><!-- Services Tab Content /- -->
</div><!-- Services Section /- -->
<!-- Faq And Appointment Form -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Faq Section -->
<div class="col-md-6 col-xs-12 faq-section">
<!-- Section Header -->
<div class="section-header">
<h3>frequently asked question</h3>
</div><!-- Section Header /- -->
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="heading1">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse1" aria-expanded="true">you are best company ever?</a>
</h4>
</div>
<div id="collapse1" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="heading1">
<div class="panel-body">
<i><img src="assets/images/faq-img.jpg" alt="Faq" /></i>
<p>Just sit right back and you'll hear a tale a tale of a fateful trip that started from this tropic port aboard this tiny ship for this law questions.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="heading2">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse2" aria-expanded="true">HOW TO YOU CAN INVESTIGATE PROBLEMS?</a>
</h4>
</div>
<div id="collapse2" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading2">
<div class="panel-body">
<i><img src="assets/images/faq-img.jpg" alt="Faq" /></i>
<p>Just sit right back and you'll hear a tale a tale of a fateful trip that started from this tropic port aboard this tiny ship for this law questions.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="heading3">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse3" aria-expanded="true">WHOSE ARE MANAGED LEGAL LAW?</a>
</h4>
</div>
<div id="collapse3" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading3">
<div class="panel-body">
<i><img src="assets/images/faq-img.jpg" alt="Faq" /></i>
<p>Just sit right back and you'll hear a tale a tale of a fateful trip that started from this tropic port aboard this tiny ship for this law questions.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="heading4">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse4" aria-expanded="true">JUSTICE WITH FEW MANY LAWS IN COMPANY?</a>
</h4>
</div>
<div id="collapse4" class="panel-collapse collapse" role="tabpanel" aria-labelledby="heading4">
<div class="panel-body">
<i><img src="assets/images/faq-img.jpg" alt="Faq" /></i>
<p>Just sit right back and you'll hear a tale a tale of a fateful trip that started from this tropic port aboard this tiny ship for this law questions.</p>
</div>
</div>
</div>
</div>
</div><!-- Faq Section /- -->
<!-- Appointment Form -->
<div class="col-md-6 col-xs-12 appointment-form-section">
<!-- Section Header -->
<div class="section-header">
<h3>book an appointment</h3>
</div><!-- Section Header /- -->
<div class="book-appointment-form">
<form>
<div class="form-group col-md-12">
<input type="text" placeholder="Enter Your Name*" class="form-control" />
</div>
<div class="form-group col-md-12">
<input type="text" placeholder="Phone Number*" class="form-control" />
</div>
<div class="form-group col-md-6">
<div class='date' id='datetimepicker1'>
<input type='text' class="form-control" placeholder="Date of Appoint" />
<span class="fa fa-angle-down"></span>
</div>
</div>
<div class="form-group col-md-6">
<select class="selectpicker">
<option>Sex</option>
<option>Male</option>
<option>Female</option>
<option>Gay</option>
</select>
</div>
<div class="form-group col-md-12">
<input type="text" placeholder="Case Detail and Problem*" class="form-control" />
</div>
<div class="form-group col-md-12">
<input type="submit" value="make an appointment" />
</div>
</form>
</div>
</div><!-- Appointment Form /- -->
</div><!-- Row /- -->
</div><!-- Faq And Appointment Form /- -->
<!-- Client Section -->
<div class="container-fluid no-left-padding no-right-padding client-section client-section2">
<!-- Container -->
<div class="container">
<!-- Section Header -->
<div class="section-header text-center">
<h3>clients logo</h3>
</div><!-- Section Header /- -->
<!-- Client Carousel -->
<div class="client-carousel">
<div class="client-item">
<a href="#"><img src="assets/images/client-1.png" alt="Client" /></a>
</div>
<div class="client-item">
<a href="#"><img src="assets/images/client-2.png" alt="Client" /></a>
</div>
<div class="client-item">
<a href="#"><img src="assets/images/client-3.png" alt="Client" /></a>
</div>
<div class="client-item">
<a href="#"><img src="assets/images/client-4.png" alt="Client" /></a>
</div>
</div><!-- Client Carousel /- -->
</div><!-- Container /- -->
</div><!-- Client Section /- -->
<!-- Newsletter Section -->
<div class="container-fluid no-left-padding no-right-padding newsletter-section">
<!-- Container -->
<div class="container">
<div class="newsletter-box">
<h3>Newsletter</h3>
<p>Sign up with your email to get updates fresh updates about our events</p>
<form>
<div class="form-group">
<i class="fa fa-envelope-o"></i>
<input type="text" class="form-control" placeholder="Your email address" />
</div>
<input type="submit" value="sign up" />
</form>
</div>
</div><!-- Container -->
</div><!-- Newsletter Section /- -->
</main>
</div>
<!-- Footer Main -->
<footer id="footer-main" class="container-fluid no-left-padding no-right-padding footer-main">
<!-- Top Footer -->
<div class="container-fluid no-left-padding no-right-padding top-footer">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<!-- Widget About -->
<div class="col-md-3 col-sm-6 col-xs-6">
<aside class="widget widget_about">
<h3 class="widget-title">ABOUT US</h3>
<img src="assets/images/ftr-abt-img.jpg" alt="Image" />
<p>Then along come two they got nothin but their jeans. Come and play.</p>
</aside>
</div><!-- Widget About /- -->
<!-- Widget Links -->
<div class="col-md-3 col-sm-6 col-xs-6">
<aside class="widget widget_categories">
<h3 class="widget-title">categories</h3>
<ul>
<li><a href="#" title="Homepage">homepage</a></li>
<li><a href="#" title="About Us">about us</a></li>
<li><a href="#" title="Services">Services</a></li>
<li><a href="#" title="Our Team">our team</a></li>
<li><a href="#" title="Law Points">Law Points</a></li>
<li><a href="#" title="Latest News">latest news</a></li>
<li><a href="#" title="Contact">contact</a></li>
</ul>
</aside>
</div><!-- Widget Links /- -->
<!-- Widget Latest Post -->
<div class="col-md-3 col-sm-6 col-xs-6">
<aside class="widget widget_latestposts">
<h3 class="widget-title">recent posts</h3>
<div class="latest-content">
<a href="#" title="Recent Posts"><i><img src="assets/images/ftr-wd-lp-1.jpg" class="wp-post-image" alt="blog-1"></i></a>
<h5><a title="Law picked withouting rules best" href="#">Law picked withouting rules best</a></h5>
<span><a href="#">September 30,2016</a></span>
</div>
<div class="latest-content">
<a href="#" title="Recent Posts"><i><img src="assets/images/ftr-wd-lp-2.jpg" class="wp-post-image" alt="blog-1"></i></a>
<h5><a title="Providing depart offer law models" href="#">Providing depart offer law models</a></h5>
<span><a href="#">October 12,2016</a></span>
</div>
<div class="latest-content">
<a href="#" title="Recent Posts"><i><img src="assets/images/ftr-wd-lp-3.jpg" class="wp-post-image" alt="blog-1"></i></a>
<h5><a title="Serviel the rules arrange become rich" href="#">Serviel the rules arrange become rich</a></h5>
<span><a href="#">November 24,2016</a></span>
</div>
</aside>
</div><!-- Widget Latest Post -->
<!-- Widget Latest Tweets -->
<div class="col-md-3 col-sm-6 col-xs-6">
<aside class="widget widget_latesttweets">
<h3 class="widget-title">LATEST TWEETS</h3>
<div class="latest-tweets-content">
<p>Seeking Farming Word Press Theme Check out Farmvilla on #themeforest <a href="#">https://t.co/CmPny6jrUi #envato</a></p>
<div class="post-meta">
<a href="#" title="Reply">Reply</a>
<a href="#" title="Retweet">Retweet</a>
<a href="#" title="Favorite">Favorite</a>
</div>
</div>
<div class="latest-tweets-content">
<p>Seeking organic food WordPress themeFood WordPress Theme on <span>#themeforest #envato</span> <a href="#">https://t.co/CmPny6jrUi #envato</a></p>
<div class="post-meta">
<a href="#" title="Reply">Reply</a>
<a href="#" title="Retweet">Retweet</a>
<a href="#" title="Favorite">Favorite</a>
</div>
</div>
</aside>
</div><!-- Widget Latest Tweets /- -->
</div><!-- Row /- -->
</div><!-- Container /- -->
</div><!-- Top Footer -->
<!-- Bottom Footer -->
<div class="container-fluid bottom-footer no-left-padding no-right-padding">
<!-- Container -->
<div class="container">
<!-- Row -->
<div class="row">
<div class="col-md-4">
<p>COPYRIGHTS <i class="fa fa-copyright"></i> 2016 ALL RIGHTS RESERVED</p>
</div>
<div class="col-md-8 col-sm-12 col-xs-12">
<!-- Ownavigation -->
<nav class="navbar ownavigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-ftr" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="navbar-ftr" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="#" title="Home">Home</a></li>
<li><a href="#" title="About Us">About Us</a></li>
<li><a href="#" title="Services">services</a></li>
<li><a href="#" title="Gallery">gallery</a></li>
<li><a href="#" title="Latest News">latest news</a></li>
<li><a href="#" title="Contact">Contact</a></li>
</ul>
</div>
</nav><!-- Ownavigation /- -->
</div>
</div><!-- Row -->
</div><!-- Container -->
</div><!-- Bottom Footer /- -->
</footer><!-- Footer Main /- -->
<!-- JQuery v1.12.4 -->
<script src="assets/js/jquery-1.12.4.min.js"></script>
<!-- Library - Js -->
<script src="assets/js/lib.js"></script>
<script src="assets/js/bootstrap-datepicker.min.js"></script>
<script src="assets/js/jquery.flagstrap.min.js"></script>
<!-- Library - Theme JS -->
<script src="assets/js/functions.js"></script>
</body>
</html>