-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
639 lines (562 loc) · 26.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
<!DOCTYPE html>
<html lang="zxx" class="no-js">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="shortcut icon" href="img/fav.png">
<!-- Author Meta -->
<meta name="author" content="Dr. Ali abdellwahed">
<!-- Meta Description -->
<meta name="description" content="This is Dr. Ali abdelwahed 's own website . Dr. ali is a respectable dentistry that has a large clinic with diverse specialities">
<!-- Meta Keyword -->
<meta name="keywords" content="Dr Ali new smile dentist website">
<!-- meta character set -->
<meta charset="UTF-8">
<!-- Site Title -->
<title>New smile dental clinic</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700" rel="stylesheet">
<!--
CSS
============================================= -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/linearicons.css">
<script src="https://kit.fontawesome.com/5700dde846.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.default.css">
<link rel="stylesheet" href="css/bootstrap-tabs.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/aos.css">
<!-- Start WOWSlider.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine1/style.css" />
<!-- End WOWSlider.com HEAD section -->
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div id="contact-header" class="navbar navbar-expand navbar-light d-lg-block d-none">
<div class="container">
<div class="col-lg-6">
<ul id="header-contact" class="navbar-nav mr-auto">
<li class="contact-link">
<a target="_blank" href="tel:01010937493">
<i class="fas fa-phone"></i>
01010937493
</a>
</li>
<li class="contact-link">
<a target="_blank" href="mailto:[email protected]">
<i class="fas fa-envelope"></i>
</a>
</li>
</ul>
</div>
<div class="col-lg-6">
<ul class="navbar-nav justify-content-end animated delay-2 fadeInUp" id="header-socials">
<li class="contact-link ">
<a target="_blank" href="https://www.facebook.com/new.smile.dental.clinic">
<i class="fab fa-facebook-square "></i>
</a>
</li>
<li class="contact-link">
<a target="_blank" href="https://www.instagram.com/new_smile_dental_clinic">
<i class="fab fa-instagram"></i>
</a>
</li>
<li class="contact-link">
<a target="_blank" href="https://www.vezeeta.com/en/dr/Doctor-Ali-Abd-El-Wahed-Dentistry" alt="Vezeeta">
<i class="fab fa-vimeo"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<header class="default-header">
<div class="container">
<div class="header-wrap">
<div class="header-top d-flex justify-content-between align-items-center">
<div class="logo">
<a href="#home"><img src="img/smile-clinic(header).png" height="80" alt=""></a>
</div>
<div class="main-menubar d-flex align-items-center">
<nav id="normal-header" class="hide">
<a href="#home">About us</a>
<a href="#service">Services</a>
<a href="#appoinment">Features</a>
<a href="#consultant">Our Team</a>
<a href="#work">Our work</a>
<a href="#reviews">Reviews</a>
</nav>
<div class="menu-bar"><span class="lnr lnr-menu"></span></div>
</div>
</div>
</div>
</div>
</header>
<!-- End Header Area -->
<!-- start banner Area -->
<section class="banner-area relative" id="home">
<div class="container">
<div class="row pt-5 align-items-center justify-content-center ">
<div class="banner-content col-lg-6 col-md-12 animated bounceInLeft">
<h1 class="text-uppercase ">
Dr. Ali abd elwahed's clinic
</h1>
<!-- <p>-->
<!-- Dr Ali Abd El Wahed Got his BDS, MDS, PhD from Cairo university and he is a lecturer at the university.-->
<!-- <br>-->
<!-- He is also a Member of American academy of implant dentistry and a Member of American academy of cosmetic dentistry.<br>-->
<!-- As for our dental team, they are known for their professionalism. It consists of highly qualified consultants and specialists and nurses having respectful international degrees.-->
<!-- </p>-->
Dr. Ali Abd El Wahed earned his Bachelors of dentistry from Cairo university. After graduating Dr. Ali completed his Master's and Doctorate degrees and became a lecturer at the university.This strong research background has enabled him to follow the latest developments in the research field and remain aware of the latest technologies used in today's practice.
<br>Dr. Ali is also a Member of American academy of implant dentistry and a Member of American academy of cosmetic dentistry.
<br>Dr. Ali's mission is to provide comprehensive dental services to all patients in a comfortable and reassuring environment with the help of our professional dental team that is highly qualified, having respectfable international degrees.
<br><a target="_blank" href="tel:01010937493"><button class="primary-btn2 mt-20 text-uppercase ">Call Us<span class="lnr lnr-arrow-right"></span></button></a>
</div>
<div class="col-lg-6 justify-content-end d-flex img-right animated bounceInUp">
<img class="img-fluid" src="img/profile2.png" alt="">
</div>
</div>
</div>
</section>
<!-- End banner Area -->
<div class="section-gap"></div>
<!-- Start feature Area -->
<section class="feature-area" id="service">
<div class="container">
<div class="row d-flex justify-content-center">
<div data-aos="fade-down" class="col-md-4 pb-80 header-text">
<h1 class="section-main-title ">Our Services</h1>
</div>
</div>
<div class="row">
<div data-aos="fade-up-left" data-aos-duration="1000" ontouchstart="this.classList.toggle('hover');" class="flip-container col-lg-4 col-md-6">
<div class="flipper single-feature ">
<div class="front">
<div class="icon">
<img src="img/vector/veneer.png" width="86" alt="">
</div>
<div class="desc">
<h4 class="text-uppercase">Hollywood smile</h4>
<p>
Want to look like a super star? We got you.
Give your teeth a little extra beauty with veneers which is our main speciality.
</p>
</div>
</div>
<div class="back">
<img src="img/cases/hollywood.jpg" class="w-100 h-100" alt="">
</div>
</div>
</div>
<div data-aos="fade-up" data-aos-duration="1000" ontouchstart="this.classList.toggle('hover');" class="flip-container col-lg-4 col-md-6">
<div class="single-feature flipper">
<div class="front">
<div class="icon">
<img src="img/vector/implant.png" width="86" alt="">
</div>
<div class="desc">
<h4 class="text-uppercase">Dental implants</h4>
<p>
A dental implant is the perfect solution for replacing missing teeth while maintaining bone structure to regain your natural smile and youthful appearance.
</p>
</div>
</div>
<div class="back">
<img src="img/cases/implant.jpg" class="w-100 h-100" style="height:auto;" alt="">
</div>
</div>
</div>
<div data-aos="fade-up-right" data-aos-duration="1000" ontouchstart="this.classList.toggle('hover');" class="flip-container col-lg-4 col-md-6">
<div class="single-feature flipper">
<div class="front">
<div class="icon">
<img src="img/vector/crown.png" width="86" alt="">
</div>
<div class="desc">
<h4 class="text-uppercase">Crowns and bridges</h4>
<p>
Using our modern CAD CAM machine, you can have your crown or bridge just in one painless visit where you can watch your crown get designed on the spot.
</p>
</div>
</div>
<div class="back">
<img src="img/cases/crown-tools.jpg" class="w-100 h-100" alt="">
</div>
</div>
</div>
<div data-aos="fade-down-left" data-aos-duration="1000" ontouchstart="this.classList.toggle('hover');" class="flip-container col-lg-4 col-md-6">
<div class="single-feature flipper">
<div class="front">
<div class="icon">
<img src="img/vector/scaling.png" width="86" alt="">
</div>
<div class="desc">
<h4 class="text-uppercase">Periodontology</h4>
<p>
Eliminate bad breath and Protect your teeth by removing plaque and calculus which can cause serious periodontal disease if left for too long.
</p>
</div>
</div>
<div class="back">
<img src="img/cases/calculus.jpg" class="w-100 h-100" alt="">
</div>
</div>
</div>
<div data-aos="fade-down" data-aos-duration="1000" ontouchstart="this.classList.toggle('hover');" class="flip-container col-lg-4 col-md-6" >
<div class="single-feature flipper">
<div class="front">
<div class="icon">
<img src="img/vector/fillings.png" width="86" alt="">
</div>
<div class="desc">
<h4 class="text-uppercase">Cosmetic fillings</h4>
<p>
Tooth colored restorations are done for badly decayed tooth to restore not only the function of the tooth but also the natural appearance to prevent the occurrence of complications.
</p>
</div>
</div>
<div class="back">
<img src="img/cases/composite-filling.jpg" class="w-100 h-100" alt="">
</div>
</div>
</div>
<div data-aos="fade-down-right" data-aos-duration="1000" ontouchstart="this.classList.toggle('hover');" class="flip-container col-lg-4 col-md-6">
<div class="single-feature flipper">
<div class="front">
<div class="icon">
<img src="img/vector/ortho.png" width="86" alt="">
</div>
<div class="desc">
<h4 class="text-uppercase">Orthodontic treatment</h4>
<p>
It is the magic of aligning and straightening teeth that had problems such as Overcrowding, Overbite, Underbite, Openbite, Diastema
</p>
</div>
</div>
<div class="back">
<img src="img/cases/orhtodontics.jpg" class="w-100 h-100" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End feature Area -->
<div class="section-gap"></div>
<!-- Start about Area -->
<section class="about-area " id="appoinment">
<div class="container-fluid">
<div class="row d-flex justify-content-end align-items-center">
<div data-aos="fade-down" data-aos-duration="1500" class="col-lg-6 col-md-12 about-left no-padding">
<div class="embed-responsive embed-responsive-16by9">
<video muted loop preload="metadata">
<source src="videos/cadcam.m4v" type="video/mp4">
Your browser does not support the HTML5 video tag.
</video>
</div>
</div>
<div data-aos="zoom-in" data-aos-duration="1000" class="col-lg-6 col-md-12 about-right no-padding">
<h1 class="text-white">Single-visit crowns</h1>
<p class="sub-title pt-0 mt-0" >Save your effort and time</p>
<p class="text-white">Now Watch all your crowns and veneers masterfully constructed on the spot , without second visits or temporization with this modern machine.</p>
</div>
</div>
</div>
</div>
</section>
<section class="about-area" id="photosession">
<div class="container-fluid">
<div class="row d-flex justify-content-end align-items-center">
<div data-aos="zoom-in" data-aos-duration="1000" class="col-lg-6 col-md-12 about-right no-padding">
<h1>See the difference immediately</h1>
<p class="sub-title pt-0 mt-0" >with our high quality imaging equipment</p>
<p class="text-white">It is important for you to measure the progress that you have made by taking pictures before and after every procedure using our high-quality imaging equipment.</p>
</div>
<div data-aos="fade-up" data-aos-duration="1500" class="col-lg-6 col-md-12 about-left no-padding">
<img src="img/photosession.JPG" class="w-100" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- End about Area -->
<!-- Start consultans Area -->
<section class="consultans-area " id="consultant">
<div class="section-gap"></div>
<div class="container">
<div class="row d-flex justify-content-center">
<div data-aos="fade-down" class="col-md-8 pb-80 header-text">
<h1 class="section-main-title">Our Team</h1>
<p>
Our team is known for their professionalism and their diverse specialties
</p>
</div>
</div>
<div data-aos="fade-up" class="row d-block justify-content-center text-center">
<div id="carouselTeam" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselTeam" data-slide-to="0" class="active"></li>
<li data-target="#carouselTeam" data-slide-to="1"></li>
<li data-target="#carouselTeam" data-slide-to="2"></li>
<li data-target="#carouselTeam" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="col-lg-12 col-md-12" src="img/team-image.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="col-lg-12 col-md-12" src="img/team-image2.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="col-lg-12 col-md-12" src="img/team-image3.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="col-lg-12 col-md-12" src="img/team-image4.JPG" alt="Fourth slide">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End consultans Area -->
<!-- OUR WORK -->
<div class="section-gap"></div>
<section id="work" class="our-work ">
<div class="container">
<div class="row justify-content-center">
<div data-aos="fade-down" class="col-md-8 pb-30 header-text">
<h1 class="section-main-title">Our Recent Work</h1>
<p>
This is some of our esthetical work
</p>
</div>
</div>
<div class="row">
<div data-aos="fade-up" id="wowslider-container1">
<div class="ws_images"><ul>
<li><img src="data1/images/veneer1.jpg" alt="Before and after veneer" title="Before and after veneer" id="wows1_0"/></li>
<li><img src="data1/images/veneer5.jpg" alt="Before and after veneer" title="Before and after veneer" id="wows1_1"/></li>
<li><img src="data1/images/veneer3.jpg" alt="Before and after veneer" title="Before and after veneer" id="wows1_2"/></li>
<li><img src="data1/images/veneer2.jpg" alt="Before and after veneer" title="Before and after veneer" id="wows1_3"/></li>
<li><img src="data1/images/veneer6.jpg" alt="Before and after veneer" title="Before and after veneer" id="wows1_4"/></li>
<li><img src="data1/images/bleaching.jpg" alt="Bleaching" title="Bleaching" id="wows1_5"/></li>
<li><a href="http://wowslider.net"><img src="data1/images/composite.jpg" alt="html5 slider" title="Before and after composite filling" id="wows1_6"/></a></li>
<li><img src="data1/images/veneer4.jpg" alt="Before and after veneer" title="Before and after veneer" id="wows1_7"/></li>
</ul></div>
<div class="ws_bullets"><div>
<a href="#wows1_0" title="Before and after veneer"><span>1</span></a>
<a href="#wows1_1" title="Before and after veneer"><span>2</span></a>
<a href="#wows1_2" title="Before and after veneer"><span>3</span></a>
<a href="#wows1_3" title="Before and after veneer"><span>4</span></a>
<a href="#wows1_4" title="Before and after veneer"><span>5</span></a>
<a href="#wows1_5" title="Bleaching"><span>6</span></a>
<a href="#wows1_6" title="Before and after composite filling"><span>7</span></a>
<a href="#wows1_7" title="Before and after veneer"><span>8</span></a>
</div></div>
</div>
</div>
</div>
</section>
<!-- end Our Work Area -->
<!-- START reviews -->
<section class="consultans-area section-gap pb-5" id="reviews">
<div class="container">
<div class="row d-flex justify-content-center">
<div data-aos="fade-down" class="col-md-8 pb-80 header-text">
<h1 class="section-main-title">Patient's reviews</h1>
<p>
Our patients are always happy with us because of our elite and comfortable services
</p>
</div>
</div>
<div class="row d-block justify-content-center text-center">
<div data-aos="flip-up" id="carouselReviews" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselReviews" data-slide-to="0" class="active"></li>
<li data-target="#carouselReviews" data-slide-to="1"></li>
<li data-target="#carouselReviews" data-slide-to="2"></li>
<li data-target="#carouselReviews" data-slide-to="3"></li>
<li data-target="#carouselReviews" data-slide-to="4"></li>
<li data-target="#carouselReviews" data-slide-to="5"></li>
<li data-target="#carouselReviews" data-slide-to="6"></li>
<li data-target="#carouselReviews" data-slide-to="7"></li>
<li data-target="#carouselReviews" data-slide-to="8"></li>
<li data-target="#carouselReviews" data-slide-to="9"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="col-lg-8 col-md-12" src="img/Reviews/1.jpg" alt="First slide">
</div>
<div class="carousel-item">
<img class="col-lg-8 col-md-12" src="img/Reviews/2.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="col-lg-8 col-md-12" src="img/Reviews/3.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="col-lg-8 col-md-12" src="img/Reviews/4.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="col-lg-8 col-md-12" src="img/Reviews/5.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="col-lg-8 col-md-12" src="img/Reviews/6.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="col-lg-8 col-md-12" src="img/Reviews/7.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="col-lg-8 col-md-12" src="img/Reviews/8.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="col-lg-8 col-md-12" src="img/Reviews/9.jpg" alt="Third slide">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END reviews -->
<!-- FOOTER BANNER -->
<section>
<div class="parallax d-none d-md-block">
<div data-aos="flip-up" data-aos-duration="1500" id="appointment-btn">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" class="goo">
<defs>
<filter id="goo">
<feGaussianBlur in="SourceGraphic" stdDeviation="10" result="blur" />
<feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 19 -9" result="goo" />
<feComposite in="SourceGraphic" in2="goo"/>
</filter>
</defs>
</svg>
<span class="button--bubble__container">
<a href="tel:01010937493" class="button button--bubble">
Make an appointment
</a>
<span class="button--bubble__effect-container">
<span class="circle top-left"></span>
<span class="circle top-left"></span>
<span class="circle top-left"></span>
<span class="button effect-button"></span>
<span class="circle bottom-right"></span>
<span class="circle bottom-right"></span>
<span class="circle bottom-right"></span>
</span>
</span>
</div>
</div>
<div class="col-12 position-relative p-0 d-block d-md-none">
<img src="img/footer-image.jpg" class="w-100" alt="">
<div style="position: absolute;top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);"data-aos="flip-up" data-aos-duration="1500" id="appointment-btn">
<span class="button--bubble__container">
<a href="tel:01010937493" class="button button--bubble">
Make an appointment
</a>
<span class="button--bubble__effect-container">
<span class="circle top-left"></span>
<span class="circle top-left"></span>
<span class="circle top-left"></span>
<span class="button effect-button"></span>
<span class="circle bottom-right"></span>
<span class="circle bottom-right"></span>
<span class="circle bottom-right"></span>
</span>
</span>
</div>
</div>
</section>
<!-- start footer Area -->
<footer class="footer-area">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12">
<div class="single-footer-widget text-left">
<h6 class="mb-20">Contact Us</h6>
<p>
66 Manial Street , El-Basha Square , 3rd Floor , Appartment 17 Cairo, Egypt
</p>
<p>
Email: [email protected]
</p>
<h3>01010937493</h3><br>
<h3>02/23631879</h3>
<div class="mt-4 footer-social">
<a target="_blank" href="https://www.facebook.com/new.smile.dental.clinic"><i class="fab fa-facebook-f"></i></a>
<a target="_blank" href="https://www.instagram.com/new_smile_dental_clinic"><i class="fab fa-instagram"></i></a>
<a target="_blank" href="https://www.vezeeta.com/en/dr/Doctor-Ali-Abd-El-Wahed-Dentistry"><i class="fab fa-vimeo"></i></a>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12">
<div class="mapouter embed-responsive embed-responsive-4by3">
<div class="gmap_canvas">
<iframe class="w-100" id="gmap_canvas" src="https://maps.google.com/maps?q=30.0203604%2C31.225472&t=&z=19&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
Powered by Google Maps
</div>
</div>
</div>
</div>
<div class="row footer-bottom pb-3">
<p class="col-12 text-center footer-text m-0">
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved to Dr. Ali abdelwahed
</p>
</div>
</div>
</footer>
<!-- End footer Area -->
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/parallax.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/aos.js"></script>
<script type="text/javascript" src="engine1/wowslider.js"></script>
<script type="text/javascript" src="engine1/script.js"></script>
<script src="js/main.js"></script>
<script>
AOS.init();
$(document).ready(function(){
$("[data-aos]").attr('data-aos-once',"true");
$("#owl-team").owlCarousel({
animateOut: 'fadeInRight',
animateIn: 'flipInX',
loop:true,
dots:true,
autoplay:true,
items:1,
});
// Get media - with autoplay disabled (audio or video)
var media = $('video').not("[autoplay='autoplay']");
var tolerancePixel = 40;
function checkMedia(){
// Get current browser top and bottom
var scrollTop = $(window).scrollTop() + tolerancePixel;
var scrollBottom = $(window).scrollTop() + $(window).height() - tolerancePixel;
media.each(function(index, el) {
var yTopMedia = $(this).offset().top;
var yBottomMedia = $(this).height() + yTopMedia;
if(scrollTop < yBottomMedia && scrollBottom > yTopMedia){ //view explaination in `In brief` section above
$(this).get(0).play();
} else {
$(this).get(0).pause();
}
});
//}
}
$(document).on('scroll', checkMedia);
});
</script>
</body>
</html>