-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
533 lines (489 loc) · 27.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>BE History</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Required meta tags -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Great+Vibes&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body data-spy="scroll" data-target=".site-navbar-target" data-offset="300">
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light site-navbar-target" id="ftco-navbar">
<div class="container ">
<a class="navbar-brand" href="index.html"><img src="./images/logo.jpg"></a>
<button class="navbar-toggler js-fh5co-nav-toggle fh5co-nav-toggle" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav nav ml-auto">
<li class="nav-item"><a href="#home-section" class="nav-link"><span>Home</span></a></li>
<li class="nav-item"><a href="#about-section" class="nav-link"><span>About</span></a></li>
<li class="nav-item"><a href="#sermons-section" class="nav-link"><span>Be History People</span></a></li>
<li class="nav-item"><a href="#events-section" class="nav-link"><span>Be History Story</span></a></li>
<li class="nav-item"><a href="#blog-section" class="nav-link"><span>Blog</span></a></li>
<li class="nav-item"><a href="#contact-section" class="nav-link"><span>Contact</span></a></li>
</ul>
</div>
</div>
</nav>
<!--about slider that is used -->
<section class="home-slider js-fullheight owl-carousel ">
<div class="slider-item js-fullheight" style="background-image:url(images/01.jpg);">
</div>
<div class="slider-item js-fullheight" style="background-image:url(images/02.jpg);">
</div>
</section>
<section class="ftco-section ftco-no-pt ftco-no-pb ftco-about-section" id="about-section">
<div class="container-fluid px-0">
<div class="row d-md-flex text-wrapper">
<div class="one-half img" style="background-image: url('images/lavjibhai-surat.jpg');"></div>
<div class="one-half half-text d-flex justify-content-end align-items-center ftco-animate">
<div class="text-inner pl-md-5">
<p> <b> Mr. Lavjibhai Dungarbhai Daliya </b>| Surat is known in the city and in the whole of Gujarat as the name of the Badshah name
</p>
<p>This name is to be done very politically and professionally due to their social service and philanthropic nature, and it is the main principle of their lives that they should have a low level of income for social service.</p>
<a href="http://behistory.in/demo/mr-lavjibhai-badshah.html"> Read More...</a></div>
</div>
</div>
</div>
</section>
<section id="about-be-history">
<div class="container">
<div class="row">
<div class="col-md-5">
<div style="margin-top:50%;">
<h2><b>Be</b> History’s story</h2>
<p>We help the people who stay on from the family and work in the night and day in the help of the poor people, can be considered as the form of God and help so much as help....</p>
<div class="mrgtp30">
<a class="btn-behistory" href="http://behistory.in/demo/#">Read Be History’s Story</a>
</div>
</div>
</div>
<div class="col-md-7" style="z-index:-1;">
<img src="./images/history-men-icon.jpg" class="img-fluid">
</div>
</div>
</div>
</section>
<section class="ftco-section bg-light" id="sermons-section">
<div class="container">
<div class="row justify-content-center mb-5 pb-5">
<div class="col-md-12 heading-section text-center ftco-animate">
<h2 class="mb-4">Be History people</h2>
<p>Assembly is our digital publication and newsletter for girls and young women to share their thoughts, challenges, and accomplishments and for all of us to learn about this new generation of leaders.</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="sermon-wrap ftco-animate">
<div class="img d-flex align-items-center justify-content-center" style="background-image: url(./images/panjrapole-karjan.jpg);">
<div class="text-content p-4 text-center " >
<p class="" style="color: firebrick"><b>
Shah Ashokchand Chhotalal Sarwajanik Panjrapole Karjan Miyagam 391240, Vadodara, Gujarat</b></p>
<p style="color :coral"><b>
We are that NGO, Who save the shelters & animals from going to Slauter House.In our home there are 2500 shelters takes resorts.</b>
</p>
</div>
</div>
<div class="text pt-3 text-center">
<div class="meta">
<p class="mb-0">
<h3 style="color: #ffd615"><b>Panjrapole Karjan</b></h3>
<span>November 07, 2018</span>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="sermon-wrap ftco-animate">
<div class="img d-flex align-items-center justify-content-center" style="background-image: url(./images/muskan-owner.jpg);">
<div class="text-content p-4 text-center " >
<p class="" style="color :firebrick"><b>
Muskaan Family Charitable Trust
52, 53, Hiranagar, Ashwini Kumar Road, Varachha Road, Surat, Gujarat</b></p>
<p style="color:coral"><b>
There is no sincerer love than the love of food,
We are here to do our National Duty, It's the only key to open heavens door</b>
</p>
</div>
</div>
<div class="text pt-3 text-center">
<div class="meta">
<p class="mb-0">
<h3 style="color: #ffd615"><b>Mr. Rakesh Dadhi</b></h3>
<span>November 04, 2018</span>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="sermon-wrap ftco-animate">
<div class="img d-flex align-items-center justify-content-center" style="background-image: url(./images/carousel-4.jpg);">
<div class="text-content p-4 text-center " >
<p class="" style="color :firebrick"><b>
Garba King of Vadodara (United Way Baroda) - D 1/32, Surubhi Park, Manjalpur, Vadodara, Gujarat 390011</b></p>
<p style="color:coral"><b>
King of Navratri garba in Vadodara, singer Atul Purohit has failed to get American visa, following which his scheduled garba events in America are cancelled.</b>
</p>
</div>
</div>
<div class="text pt-3 text-center">
<div class="meta">
<p class="mb-0">
<h3 style="color: #ffd615"><b>Mr. Atul Purohit</b></h3>
<span>October 30, 2018</span>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="sermon-wrap ftco-animate">
<div class="img d-flex align-items-center justify-content-center" style="background-image: url(./images/carousel-2.jpg);">
<div class="text-content p-4 text-center " >
<p class="" style="color :firebrick"><b>
Patit Pavan Asharam,
Baroda pristage, Varachha Road,
Surat, Gujarat</b></p>
<p style="color:coral"><b>
If someone has a price in his heart, then it is only a person who is serving the same person who has made his Service for a crass ladies</b>
</p>
</div>
</div>
<div class="text pt-3 text-center">
<div class="meta">
<p class="mb-0">
<h3 style="color: #ffd615"><b>Mr. Paresh Dankhara</b></h3>
<span>October 26, 2018</span>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="sermon-wrap ftco-animate">
<div class="img d-flex align-items-center justify-content-center" style="background-image: url(./images/carousel-3.jpg);">
<div class="text-content p-4 text-center " >
<p class="" style="color :firebrick"><b>
Shiroya Orthopaedic Hospital, 1st Floor, Sargam Doctor House, Varachha Main Rd, Hirabaugh, Surat, Gujarat</b></p>
<p style="color:coral"><b>
Gynecologist & Social Activist - President of Lokdrashti Eye Bank & Indian Red Cross Society (The donation of Shah's eyes was accepted by Dr Praful Shiroya)</b>
</p>
</div>
</div>
<div class="text pt-3 text-center">
<div class="meta">
<p class="mb-0">
<h3 style="color: #ffd615"><b>Mr. Praful Shiroya</b></h3>
<span>October 25, 2018</span>
</div>
</div>
</div>
</div>
<div class="col-md-4 mrgtp40">
<div class="history-people">
<img src="./images/history-icon.png" class="img-fluid mrgtp100">
<h3 class="mrgtp30"><b>Find More Be History People</b></h3>
<p>Surfe More</p>
<p>I Have many More people who that help to many more poor man and help to more best society to live a people and search the poor man which are need to really help.</p>
<a href="http://behistory.in/demo/be-history-people.html">Read More...</a>
<p> </p>
<p> </p>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-intro img" id="events-section" style="background-image: url(images/footer-subscribe-image.jpg);">
<div class="container " >
<center><img src="./images/helping-hand-icon.png" style="margin-top: 6%">
</center>
</div>
</section>
<section class="ftco-section bg-light ftco-event" id="events-section">
<div class="container-fluid px-4 ftco-to-top">
<div class="row justify-content-center mb-5 pb-5">
<div class="col-md-12 heading-section text-center ftco-animate">
<h2 class="mb-5">Be History Story</h2>
<span class="subheading">The fight for girls’ won't be won by girls alone.</span>
</div>
</div>
<div class="container">
<div class="col-md-12 col-lg-12 col-xl-12 ">
<div class="event-wrap d-flex ftco-animate">
<div class="text p-4 d-flex align-items-center">
<div style="margin-top:2%;">
<h2 class="mrgtp30"><b>Be</b> History’s story</h2>
<p>
Hello My Friend,<br>
We are family to helping man and be history are work who are help to helping hand and that is a call to <b>"HISTORY (ETIHAS)"</b> and be honest man we are hard work to move a best and best work for world enviourment and thinking about a helthcare.
<br><br>
we are nothing without a envirment so be history are work to how are and promote that guys which are really working hard in social activites.<br><br>
Be History is a registered trust founded by Sri.M.K.Rajagopalan, a dynamic entrepreneur, in association with result oriented, innovative professionals and NRIs to establish trendsetting educational institutions in the Union Territory of Pondicherry. The Trust aims to produce highly Efficient, competitive and potentially resourceful student community to meet the challenges and exploit opportunities in the new millennium.
The continuous achievement of the Trusts ambition is quite transparent in the outstanding performance of their State-of-the-Art Institutions viz.
The Trust unquenchable thirst to explore new horizons in education has resulted in the latest birth of Sri Venkateswara College of Education at Karaikal offering the widely demanded courses in Teaching - D.T.Ed; B.Ed. Thank you for your time. Feel free to visit again and recommend the site to others.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section bg-light" id="blog-section">
<div class="container">
<div class="row justify-content-center mb-5 pb-5">
<div class="col-md-7 heading-section text-center ftco-animate">
<span class="subheading">Blog</span>
<h2 class="mb-4">Be History Blog's</h2>
<p>Tell us what you need and we will respond to your query as soon as possible!</p>
</div>
</div>
<div class="row d-flex">
<div class="col-md-4 d-flex ftco-animate">
<div class="blog-entry justify-content-end">
<a href="#" class="block-20" style="background-image: url('images/lavjibhai-surat.jpg');">
</a>
<div class="text float-right d-block">
<div class="d-flex align-items-center pt-2 mb-4 topp">
<div class="one mr-2">
<span class="day">02</span>
</div>
<div class="two">
<span class="yr">2018</span>
<span class="mos">Oct</span>
</div>
</div>
<h3 class="heading"><a href="#">Lavjibhai Dungarbhai Daliya</a></h3>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.</p>
<div class="d-flex align-items-center mt-4 meta">
<p class="mb-0"><a href="#" class="btn btn-primary">Read More <span class="ion-ios-arrow-round-forward"></span></a></p>
<p class="ml-auto mb-0">
</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 d-flex ftco-animate">
<div class="blog-entry justify-content-end">
<a href="#" class="block-20" style="background-image: url('images/carousel-4.jpg');">
</a>
<div class="text float-right d-block">
<div class="d-flex align-items-center pt-2 mb-4 topp">
<div class="one mr-2">
<span class="day">02</span>
</div>
<div class="two">
<span class="yr">2018</span>
<span class="mos">Oct</span>
</div>
</div>
<h3 class="heading"><a href="#">Mr. Atul Purohit</a></h3>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.</p>
<div class="d-flex align-items-center mt-4 meta">
<p class="mb-0"><a href="#" class="btn btn-primary">Read More <span class="ion-ios-arrow-round-forward"></span></a></p>
<p class="ml-auto mb-0">
</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 d-flex ftco-animate">
<div class="blog-entry">
<a href="#" class="block-20" style="background-image: url('images/carousel-3.jpg');">
</a>
<div class="text float-right d-block">
<div class="d-flex align-items-center pt-2 mb-4 topp">
<div class="one mr-2">
<span class="day">02</span>
</div>
<div class="two">
<span class="yr">2018</span>
<span class="mos">Oct</span>
</div>
</div>
<h3 class="heading"><a href="#">Mr. Prafulbhai Shiroya</a></h3>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.</p>
<div class="d-flex align-items-center mt-4 meta">
<p class="mb-0"><a href="#" class="btn btn-primary">Read More <span class="ion-ios-arrow-round-forward"></span></a></p>
<p class="ml-auto mb-0">
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section contact-section ftco-no-pb" id="contact-section">
<div class="container">
<div class="row justify-content-center mb-5 pb-3">
<div class="col-md-7 heading-section text-center ftco-animate">
<span class="subheading">Contact</span>
<h2 class="mb-4">Contact Us</h2>
<p>Tell us what you need and we will respond to your query as soon as possible!</p>
</div>
</div>
<div class="row block-9">
<div class="col-md-7 order-md-last d-flex">
<form action="#" class="bg-light p-4 p-md-5 contact-form">
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Name">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Your Email">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Subject">
</div>
<div class="form-group">
<textarea name="" id="" cols="30" rows="7" class="form-control" placeholder="Message"></textarea>
</div>
<div class="form-group">
<input type="submit" value="Send Message" class="btn btn-primary py-3 px-5">
</div>
</form>
</div>
<div class="col-md-5 d-flex">
<div class="row d-flex contact-info mb-5">
<div class="col-md-12 ftco-animate">
<div class="box p-2 px-3 bg-light d-flex">
<div class="icon mr-3">
<span class="icon-map-signs"></span>
</div>
<div>
<h3 class="mb-3">Contact Information</h3>
<p>If you are in the middle of something and you don’t want to miss that important call.</p>
</div>
</div>
</div>
<div class="col-md-12 ftco-animate">
<div class="box p-2 px-3 bg-light d-flex">
<div class="icon mr-3">
<span class="icon-globe"></span>
</div>
<div>
<h3 class="mb-3">Address :</h3>
<p><a href="#">Be History, Sarita Society, Near Ruhkmani Soc, Kargil Chock Road, Punagam, Surat-395011, Gujarat, India</a></p>
</div>
</div>
</div>
<div class="col-md-12 ftco-animate">
<div class="box p-2 px-3 bg-light d-flex">
<div class="icon mr-3">
<span class="icon-paper-plane"></span>
</div>
<div>
<h3 class="mb-3">Email Address</h3>
<p><a href="#">info@behistory.in</a></p>
</div>
</div>
</div>
<div class="col-md-12 ftco-animate">
<div class="box p-2 px-3 bg-light d-flex">
<div class="icon mr-3">
<span class="icon-phone2"></span>
</div>
<div>
<h3 class="mb-3">Mobile No. :</h3>
<p><a href="#">+91 95109 94109 / 97260 17221
+91 95101 10194 / +91 90330 40211</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="ftco-section bg-light ftco-no-pb">
<div class="container">
<div class="row" style="margin-bottom:10px;">
<div class="col-md-5">
<div class="row mrgtp100">
<div class="col-md-5">
<img src="./images/footer-logo.jpg" class="img-fluid">
</div>
<div class="col-md-7">
<p>Share a Happiness to Gujarat Poor Plople for make a smily in his face so be history besically help to those people we are help to make a poor people smily <br><br>Be History is working for a Gujarat where every Helper can learn and lead.</p>
<a class="purplea" href="http://behistory.in/demo/#">www.BeHistory.in</a>
</div>
</div>
</div>
<div class="col-md-1"></div>
<div class="col-md-6">
<div class="row mrgtp100">
<div class="col-md-4 footer-link">
<h5>Take Action’s</h5>
<a href="http://behistory.in/demo/be-history-people.html">Start to surfing</a><br>
<a href="http://behistory.in/demo/abouts.html">Why Be History</a><br>
<a href="http://behistory.in/demo/contact-us.html">Get Involved</a><br>
</div>
<div class="col-md-4 footer-link">
<h5>About us</h5>
<a href="http://behistory.in/demo/be-history-people.html">Be History People</a><br>
<a href="http://behistory.in/demo/be-history-story.html">Be History Story</a><br>
<a href="http://behistory.in/demo/be-history-board.html">Our Board’s</a><br>
</div>
<div class="col-md-4 footer-link">
<h5>Resources</h5>
<a href="http://behistory.in/demo/blog.html">Blog & Activities</a><br>
<a href="http://behistory.in/demo/book-appointment.html">Make Enquiry</a><br>
<a href="http://behistory.in/demo/contact-us.html">Contact Us</a><br>
</div>
</div>
<div class="row" id="social-media">
<div class="col-md-12 mrgtp30 social-media">
<h5>Connect with Social Media</h5>
<div>
<a href="https://www.facebook.com/MakeInHistory/" target="_blank" style="padding: 10px 13px 8px 13px !important;"><i class="fa fa-facebook"></i></a>
<a href="http://behistory.in/demo/#" target="_blank"><i class="fa fa-youtube"></i></a>
<a href="https://twitter.com/MakeInHistory" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="http://behistory.in/demo/#" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://plus.google.com/u/0/110483219581301874839" target="_blank"><i class="fa fa-google"></i></a>
<a href="https://in.pinterest.com/MakeInHistory/" target="_blank"><i class="fa fa-pinterest "></i></a>
<a href="https://www.instagram.com/behistory/" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://www.reddit.com/user/MakeinHistory" target="_blank"><i class="fa fa-reddit"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid" style="background-color:#7c194e; padding:15px 0px;">
<div class="container reserved">
<a href="http://behistory.in/demo/#">Terms and Conditions</a> <span>|</span> <a href="http://behistory.in/demo/#">Privacy Policy</a> <span>|</span> <a href="http://behistory.in/demo/#">We're hiring</a>
<p class="pull-right">© 2018 All Rights Reserved</p>
</div>
</div>
</footer>
<!-- loader -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#F96D00"/></svg></div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/scrollax.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBVWaKrjvy3MaE7SQ74_uJiULgl1JY0H2s&sensor=false"></script>
<script src="js/google-map.js"></script>
<script src="js/main.js"></script>
</body>
</html>