-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex_2.html
835 lines (814 loc) · 34.4 KB
/
index_2.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
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Yale - Education HTML Template">
<meta name="keywords" content="theme_ocean, college, course, e-learning, education, high school, kids, learning, online, online courses, school, student, teacher, tutor, university">
<meta name="author" content="theme_ocean">
<!-- SITE TITLE -->
<title>Yale - Education HTML Template</title>
<!-- Latest Bootstrap min CSS -->
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/fonts/themify-icons.css">
<!--- owl carousel Css-->
<link rel="stylesheet" href="assets/owlcarousel/css/owl.carousel.css">
<link rel="stylesheet" href="assets/owlcarousel/css/owl.theme.css">
<!--slicknav Css-->
<link rel="stylesheet" href="assets/css/slicknav.css">
<!-- MAGNIFIC CSS -->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!-- animate CSS -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/style.css" />
<!-- HTML5 shim and Respond.js 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.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- START PRELOADER -->
<div class="preloaders">
<span class="loader"></span>
</div>
<!-- END PRELOADER -->
<!-- START LOGO WITH CONTACT -->
<section class="logo-contact">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="single-top-contact">
<i class="fa fa-phone"></i>
<h4>+485 7548 854826</h4>
</div>
</div><!--- END COL -->
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="single-top-contact">
<i class="fa fa-envelope"></i>
<h4><a href="mailto:[email protected]">[email protected]</a></h4>
</div>
</div><!--- END COL -->
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="single-top-contact">
<i class="fa fa-clock-o"></i>
<h4>Mon to sat Open: 9am - 6pm</h4>
</div>
</div><!--- END COL -->
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="top_social_profile">
<ul>
<li><a href="#" class="top_f_facebook"><i class="fa fa-facebook" title="Facebook"></i></a></li>
<li><a href="#" class="top_f_twitter"><i class="fa fa-twitter" title="Twitter"></i></a></li>
<li><a href="#" class="top_f_instagram"><i class="fa fa-instagram" title="Instagram"></i></a></li>
<li><a href="#" class="top_f_linkedin"><i class="fa fa-linkedin" title="LinkedIn"></i></a></li>
</ul>
</div>
</div><!--- END COL -->
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</section>
<!-- END LOGO WITH CONTACT -->
<!-- START NAVBAR -->
<div id="navigation" class="fixed-top navbar-light bg-faded site-navigation">
<div class="container top_menu_bg">
<div class="row">
<div class="col-lg-2 col-md-3 col-sm-4">
<div class="site-logo">
<a href="index.html"><img src="assets/images/all-img/logo.png" alt=""></a>
</div>
</div><!--- END Col -->
<div class="col-lg-6 col-md-9 col-sm-8 ">
<div class="header_right ">
<nav id="main-menu" class="ms-auto">
<ul>
<li><a class="nav-link" href="index.html">Home <span class="ti-angle-down"></span></a>
<ul>
<li><a class="nav-link" href="index.html">Home 01</a></li>
<li><a class="nav-link" href="index_2.html">Home 02</a></li>
<li><a class="nav-link" href="index_3.html">Home 03</a></li>
</ul>
</li>
<li><a class="nav-link" href="#">Pages <span class="ti-angle-down"></span></a>
<ul>
<li><a class="nav-link" href="about.html">About Us</a></li>
<li><a class="nav-link" href="team.html">Instructor</a></li>
<li><a class="nav-link" href="team-details.html">Instructor Details</a></li>
<li><a class="nav-link" href="faq.html">FAQ's</a></li>
<li><a class="nav-link" href="event.html">Event</a></li>
<li><a class="nav-link" href="event_single.html">Event Single</a></li>
<li><a class="nav-link" href="error.html">404 Page</a></li>
<li><a class="nav-link" href="login.html">Login</a></li>
<li><a class="nav-link" href="register.html">Register</a></li>
</ul>
</li>
<li><a class="nav-link" href="course.html">Courses <span class="ti-angle-down"></span></a>
<ul>
<li><a class="nav-link" href="course.html">Courses 01</a></li>
<li><a class="nav-link" href="course2.html">Courses 02</a></li>
<li><a class="nav-link" href="course3.html">Courses 03</a></li>
<li><a class="nav-link" href="course-sidebar.html">Course Sidebar</a></li>
<li><a class="nav-link" href="single_course.html">Course details</a></li>
</ul>
</li>
<li><a class="nav-link" href="shop.html">Shop <span class="ti-angle-down"></span></a>
<ul>
<li><a class="nav-link" href="shop.html">Shop</a></li>
<li><a class="nav-link" href="single_shop.html">Single Shop</a></li>
<li><a class="nav-link" href="cart.html">Cart Page</a></li>
<li><a class="nav-link" href="checkout.html">Checkout page</a></li>
</ul>
</li>
<li><a class="nav-link" href="blog.html">Blog <span class="ti-angle-down"></span></a>
<ul>
<li><a class="nav-link" href="blog.html">Blog List</a></li>
<li><a class="nav-link" href="blog_single.html">Single Blog</a></li>
</ul>
</li>
<li><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
</nav>
<div id="mobile_menu"></div>
</div>
</div><!--- END Col -->
<div class="col-lg-4 col-md-3 col-sm-8 m-none">
<div class="home_lc">
<a href="#" class="hlc">
<i class="ti-heart"></i>
<span class="gactive">0</span>
</a>
<a href="#" class="hlc">
<i class="ti-shopping-cart-full"></i>
<span class="gactive">2</span>
</a>
</div>
<div class="call_to_action">
<a class="btn_two" href="register.html">Login / Register</a>
</div><!--- END SOCIAL PROFILE -->
</div><!--- END Col -->
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</div>
<!-- END NAVBAR -->
<!-- START HOME -->
<section id="home" class="home_bg2" style="background-image: url(assets/images/banner/home_bg2.jpg); background-size:cover; background-position: center center;">
<div class="container">
<div class="row">
<div class="col-lg-7 col-sm-6 col-xs-12">
<div class="home_content">
<h1>We provide best <u>Education Services</u> for you</h1>
<p>It is a long established fact that reader will be distracted readable content of a page when.</p>
</div>
<div class="home_btn">
<a class="btn_one" href="course.html">Explore Our Courses</a>
</div>
</div><!-- END COL-->
<div class="col-lg-5 col-sm-6 col-xs-12">
<div class="home_ps">
<img src="assets/images/icon/user2.svg" alt="" />
<h2>7500+</h2>
<span>Active student</span>
</div>
<div class="home_ps2">
<img src="assets/images/icon/file2.svg" alt="" />
<h2>4500+</h2>
<span>Online Course</span>
</div>
</div><!-- END COL-->
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</section>
<!-- END HOME -->
<!-- START TOP PROMO FEATURES -->
<section class="tp_feature_p2 section-padding">
<div class="container">
<div class="row">
<div class="col-lg-4 col-sm-4 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.2s" data-wow-offset="0">
<div class="single_tp">
<h3>Quality Education</h3>
<p>Lorem ipsum dolor sit amet, consectetur notted adipisicing elit sed do eiusmod tempor incididunt ut labore. </p>
<a href="#" class="cta"><span>Explore</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</div><!-- END COL -->
<div class="col-lg-4 col-sm-4 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" data-wow-offset="0">
<div class="single_tp">
<h3>Experienced Teachers</h3>
<p>Lorem ipsum dolor sit amet, consectetur notted adipisicing elit sed do eiusmod tempor incididunt ut labore.</p>
<a href="#" class="cta"><span>Explore</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</div><!-- END COL -->
<div class="col-lg-4 col-sm-4 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.4s" data-wow-offset="0">
<div class="single_tp">
<h3>Life Time Support</h3>
<p>Lorem ipsum dolor sit amet, consectetur notted adipisicing elit sed do eiusmod tempor incididunt ut labore.</p>
<a href="#" class="cta"><span>Explore</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</div><!-- END COL -->
</div><!-- END ROW -->
</div><!-- END CONTAINER -->
</section>
<!-- END TOP PROMO FEATURES -->
<!-- START TOPIC-->
<section class="topic_content_p2 section-padding">
<div class="container">
<div class="section-title">
<h2>Start Learning </h2>
<p>Popular <span><u>Categories</u></span> From Today.</p>
</div>
<div class="row text-center">
<div class="col-lg-2 col-sm-6 col-xs-12">
<div class="single_tca_p2">
<img src="assets/images/icon/ct1.svg" alt="" />
<h2><a href="#">UI/UX <br />Design</a></h2>
<span>71 Courses</span>
</div>
</div><!-- END COL -->
<div class="col-lg-2 col-sm-6 col-xs-12">
<div class="single_tca_p2">
<img src="assets/images/icon/ct2.svg" alt="" />
<h2><a href="#">Digital <br />Program</a></h2>
<span>59 Courses</span>
</div>
</div><!-- END COL -->
<div class="col-lg-2 col-sm-6 col-xs-12">
<div class="single_tca_p2">
<img src="assets/images/icon/ct3.svg" alt="" />
<h2><a href="#">Finance <br />marketing</a></h2>
<span>68 Courses</span>
</div>
</div><!-- END COL -->
<div class="col-lg-2 col-sm-6 col-xs-12">
<div class="single_tca_p2">
<img src="assets/images/icon/ct4.svg" alt="" />
<h2><a href="#">Modern <br />Physics</a></h2>
<span>83 Courses</span>
</div>
</div><!-- END COL -->
<div class="col-lg-2 col-sm-6 col-xs-12">
<div class="single_tca_p2">
<img src="assets/images/icon/ct5.svg" alt="" />
<h2><a href="#">Music <br />Production</a></h2>
<span>37 Courses</span>
</div>
</div><!-- END COL -->
<div class="col-lg-2 col-sm-6 col-xs-12">
<div class="single_tca_p2">
<img src="assets/images/icon/ct6.svg" alt="" />
<h2><a href="#">Big Data <br />Science</a></h2>
<span>51 Courses</span>
</div>
</div><!-- END COL -->
<div class="col-lg-12 text-center">
<div class="cc_btn">
<a class="btn_one" href="course.html">View All category</a>
</div>
</div><!--END COL -->
</div><!-- END ROW -->
</div><!-- END CONTAINER -->
</section>
<!-- END TOPIC -->
<!-- START ABOUT US HOME ONE -->
<section class="ab_one section-padding">
<div class="container">
<div class="row">
<div class="col-lg-6 col-sm-12 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.1s" data-wow-offset="0">
<div class="ab_content">
<h2> <u><span>1700+</span></u> get best online courses from Yale.</h2>
<p>Lorem ipsum dolor sit amet, consectetur notted adipisicing elit sed do eiusmod tempor incididunt ut labore et simply. From blogs to emails to ad copies, auto-generate catchy, original, and high-converting copies in popular tones languages.From blogs to emails to ad copies, auto-generate catchy, original and high-converting copies.</p>
<p><strong>Auto-generate catchy original and high-converting copies in popular tones languages. From blogs to emails to ad copies auto-generate catchy</strong></p>
<a class="btn_one" href="about.html">Read More us</a>
</div>
</div><!--- END COL -->
<div class="col-lg-6 col-sm-12 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.2s" data-wow-offset="0">
<div class="ab_img">
<img src="assets/images/all-img/about2.png" class="img-fluid" alt="image">
</div>
</div><!--- END COL -->
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</section>
<!-- END ABOUT US HOME ONE -->
<!--START COURSE -->
<div class="bc_bg_two section-padding">
<div class="container">
<div class="section-title">
<h2>Popular Courses</h2>
<p>Choose Our <span><u>Top Courses</u></span></p>
</div>
<div class="row">
<div class="col-lg-6 col-sm-12 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.1s" data-wow-offset="0">
<div class="course-slide2">
<div class="course-img2">
<img src="assets/images/all-img/c1.png" alt="">
<div class="course-date2">
<span class="month2">$49</span>
</div>
</div>
<div class="course-content2"><a class="c_btn2" href="single_course.html">Arts & Design</a>
<h3><a href="single_course.html">Basic Fundamentals of Interior & Graphics Design</a></h3>
<div class="co_list">
<span><i class="fa fa-calendar"></i>3 Lessons</span>
<span><i class="fa fa-clock-o"></i>3h 45m</span>
<span><i class="fa fa-star"></i>4.9</span>
<span><i class="fa fa-table"></i><strong>30 Seats Available</strong></span>
</div>
</div>
</div><!--END COURSE SLIDE -->
</div><!--END COL -->
<div class="col-lg-6 col-sm-12 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.1s" data-wow-offset="0">
<div class="course-slide2">
<div class="course-img2">
<img src="assets/images/all-img/c2.png" alt="">
<div class="course-date2">
<span class="month2">$39</span>
</div>
</div>
<div class="course-content2"><a class="c_btn2" href="single_course.html">Social</a>
<h3><a href="single_course.html">Increasing Engagement with Instagram & Facebook</a></h3>
<div class="co_list">
<span><i class="fa fa-calendar"></i>3 Lessons</span>
<span><i class="fa fa-clock-o"></i>3h 45m</span>
<span><i class="fa fa-star"></i>4.9</span>
<span><i class="fa fa-table"></i><strong>30 Seats Available</strong></span>
</div>
</div>
</div><!--END COURSE SLIDE -->
</div><!--END COL -->
<div class="col-lg-6 col-sm-12 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.1s" data-wow-offset="0">
<div class="course-slide2">
<div class="course-img2">
<img src="assets/images/all-img/c3.png" alt="">
<div class="course-date2">
<span class="month2">$29</span>
</div>
</div>
<div class="course-content2"><a class="c_btn2" href="single_course.html">Design</a>
<h3><a href="single_course.html">Introduction to Color Theory & Basic UI/UX</a></h3>
<div class="co_list">
<span><i class="fa fa-calendar"></i>3 Lessons</span>
<span><i class="fa fa-clock-o"></i>3h 45m</span>
<span><i class="fa fa-star"></i>4.9</span>
<span><i class="fa fa-table"></i><strong>30 Seats Available</strong></span>
</div>
</div>
</div><!--END COURSE SLIDE -->
</div><!--END COL -->
<div class="col-lg-6 col-sm-12 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.1s" data-wow-offset="0">
<div class="course-slide2">
<div class="course-img2">
<img src="assets/images/all-img/c4.png" alt="">
<div class="course-date2">
<span class="month2">$59</span>
</div>
</div>
<div class="course-content2"><a class="c_btn2" href="single_course.html">Technology</a>
<h3><a href="single_course.html">Financial Security Thinking and Principles Theory</a></h3>
<div class="co_list">
<span><i class="fa fa-calendar"></i>3 Lessons</span>
<span><i class="fa fa-clock-o"></i>3h 45m</span>
<span><i class="fa fa-star"></i>4.9</span>
<span><i class="fa fa-table"></i><strong>30 Seats Available</strong></span>
</div>
</div>
</div><!--END COURSE SLIDE -->
</div><!--END COL -->
<div class="col-lg-6 col-sm-12 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.1s" data-wow-offset="0">
<div class="course-slide2">
<div class="course-img2">
<img src="assets/images/all-img/c5.png" alt="">
<div class="course-date2">
<span class="month2">$69</span>
</div>
</div>
<div class="course-content2"><a class="c_btn2" href="single_course.html">Data Science</a>
<h3><a href="single_course.html">Logo Design: From Concept to Presentation</a></h3>
<div class="co_list">
<span><i class="fa fa-calendar"></i>3 Lessons</span>
<span><i class="fa fa-clock-o"></i>3h 45m</span>
<span><i class="fa fa-star"></i>4.9</span>
<span><i class="fa fa-table"></i><strong>30 Seats Available</strong></span>
</div>
</div>
</div><!--END COURSE SLIDE -->
</div><!--END COL -->
<div class="col-lg-6 col-sm-12 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.1s" data-wow-offset="0">
<div class="course-slide2">
<div class="course-img2">
<img src="assets/images/all-img/c6.png" alt="">
<div class="course-date2">
<span class="month2">$99</span>
</div>
</div>
<div class="course-content2"><a class="c_btn2" href="single_course.html">Development</a>
<h3><a href="single_course.html">Professional Ceramic Moulding for Beginners</a></h3>
<div class="co_list">
<span><i class="fa fa-calendar"></i>3 Lessons</span>
<span><i class="fa fa-clock-o"></i>3h 45m</span>
<span><i class="fa fa-star"></i>4.9</span>
<span><i class="fa fa-table"></i><strong>30 Seats Available</strong></span>
</div>
</div>
</div><!--END COURSE SLIDE -->
</div><!--END COL -->
<div class="col-lg-12 text-center">
<div class="cc_btn">
<a class="btn_one" href="course.html">View All Course</a>
</div>
</div><!--END COL -->
</div><!--END ROW -->
</div><!--END CONTAINER -->
</div>
<!--END COURSE -->
<!-- START COUNTER -->
<section id="counts" class="counts section-padding">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Some Fun Fact</h2>
<p>Our Great <span><u>Achievement</u></span></p>
</div>
<div class="row gy-4">
<div class="col-lg-3 col-md-6">
<div class="count-box">
<i class="ti-face-smile"></i>
<div>
<span data-purecounter-start="0" data-purecounter-end="8232" data-purecounter-duration="1" class="purecounter"></span>
<p>Enrolled Students</p>
</div>
</div>
</div><!--- END COL -->
<div class="col-lg-3 col-md-6">
<div class="count-box">
<i class="ti-files" style="color: #ee6c20;"></i>
<div>
<span data-purecounter-start="0" data-purecounter-end="521" data-purecounter-duration="1" class="purecounter"></span>
<p>Academic Programs</p>
</div>
</div>
</div><!--- END COL -->
<div class="col-lg-3 col-md-6">
<div class="count-box">
<i class="ti-headphone-alt" style="color: #15be56;"></i>
<div>
<span data-purecounter-start="0" data-purecounter-end="163" data-purecounter-duration="1" class="purecounter"></span>
<p>Winning Award</p>
</div>
</div>
</div><!--- END COL -->
<div class="col-lg-3 col-md-6">
<div class="count-box">
<i class="ti-user" style="color: #bb0852;"></i>
<div>
<span data-purecounter-start="0" data-purecounter-end="93" data-purecounter-duration="1" class="purecounter"></span>
<p>Certified Students</p>
</div>
</div>
</div><!--- END COL -->
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</section>
<!-- END COUNTER -->
<!-- START VIDEO -->
<section class="vid_area section-padding" style="background-image: url(assets/images/banner/video.jpg); background-size:cover; background-position: center center;background-attachment:fixed;">
<div class="container">
<div class="row">
<div class="col-lg-12 vp_top wow fadeInUDown" data-wow-duration="1s" data-wow-delay="0.2s" data-wow-offset="0">
<div class="video-area">
<a href="https://www.youtube.com/watch?v=RXv_uIN6e-Y" class="magnific_popup video-button"><i class="fa fa-play"></i></a>
</div>
</div><!--- END COL -->
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</section>
<!-- END VIDEO -->
<!-- START COMPANY PARTNER LOGO -->
<div class="partner-logo section-padding">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="partner">
<a href="#"><img src="assets/images/all-img/clients/1.png" alt="image"></a>
<a href="#"><img src="assets/images/all-img/clients/2.png" alt="image"></a>
<a href="#"><img src="assets/images/all-img/clients/3.png" alt="image"></a>
<a href="#"><img src="assets/images/all-img/clients/4.png" alt="image"></a>
<a href="#"><img src="assets/images/all-img/clients/5.png" alt="image"></a>
<a href="#"><img src="assets/images/all-img/clients/2.png" alt="image"></a>
<a href="#"><img src="assets/images/all-img/clients/1.png" alt="image"></a>
<a href="#"><img src="assets/images/all-img/clients/3.png" alt="image"></a>
<a href="#"><img src="assets/images/all-img/clients/4.png" alt="image"></a>
</div>
</div><!-- END COL -->
</div><!--END ROW -->
</div><!-- END CONTAINER -->
</div>
<!-- END COMPANY PARTNER LOGO -->
<!-- START COURSE PROMOTION -->
<section class="course_promo section-padding">
<div class="container">
<div class="row">
<div class="col-lg-6 col-sm-12 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.1s" data-wow-offset="0">
<div class="cp_content">
<h4>Best Online Learning Platform</h4>
<h2>Grow your skill, define your <span><u>Bright Future</u></span> for you</h2>
<p>From blogs to emails to ad copies, auto-generate catchy, original, and high-converting copies in popular tones languages.</p>
<ul>
<li><span class="ti-check"></span>Learn At Your Own Multiple Courses </li>
<li><span class="ti-check"></span>We Provide Study Materials </li>
<li><span class="ti-check"></span>Friendly Environment & Expert Teacher</li>
</ul>
</div>
<div class="cp_btn">
<a class="btn_one" href="course.html">Explore Our Courses</a>
</div>
</div><!--- END COL -->
<div class="col-lg-6 col-sm-12 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.2s" data-wow-offset="0">
<div class="cp_img">
<img src="assets/images/all-img/about5.png" class="img-fluid" alt="image">
</div>
</div><!--- END COL -->
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</section>
<!-- END COURSE PROMOTION -->
<!-- START PRICING -->
<section id="pricing" class="price_area section-padding">
<div class="container">
<div class="section-title">
<h2>Pricing Plan</h2>
<p>Take A Look At The <span><u>pricing plan</u></span></p>
</div>
<div class="row">
<div class="col-lg-4 col-sm-6 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.1s" data-wow-offset="0">
<div class="pricing_design">
<div class="single-pricing">
<div class="price-head ph_one">
<h2>Starter</h2>
<h1>$0</h1>
<span>Monthly</span>
</div>
<ul>
<li><span class="ti-notepad"></span> Unlimited Projects</li>
<li><span class="ti-file"></span> Unlimited activity log</li>
<li><span class="ti-light-bulb"></span> Umlimited file storage</li>
<li><span class="ti-star"></span> List view projects</li>
<li><span class="ti-image"></span> Full course details</li>
<li><span class="ti-flag"></span> 2500+ Online course</li>
</ul>
<div class="pricing-price">
</div>
<a href="#" class="price_btn">Order Now</a>
</div>
</div>
</div><!--- END COL -->
<div class="col-lg-4 col-sm-6 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.2s" data-wow-offset="0">
<div class="pricing_design">
<div class="single-pricing">
<div class="price-head ph_two">
<h2>Agency</h2>
<h1 class="price">$29</h1>
<span>Monthly</span>
</div>
<ul>
<li><span class="ti-notepad"></span> Unlimited Projects</li>
<li><span class="ti-file"></span> Unlimited activity log</li>
<li><span class="ti-light-bulb"></span> Umlimited file storage</li>
<li><span class="ti-star"></span> List view projects</li>
<li><span class="ti-image"></span> Full course details</li>
<li><span class="ti-flag"></span> 2500+ Online course</li>
</ul>
<div class="pricing-price">
</div>
<a href="#" class="price_btn">Order Now</a>
</div>
</div>
</div><!--- END COL -->
<div class="col-lg-4 col-sm-6 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" data-wow-offset="0">
<div class="pricing_design">
<div class="single-pricing">
<div class="price-head ph_three">
<h2>Enterprises</h2>
<h1 class="price">$49</h1>
<span>Monthly</span>
</div>
<ul>
<li><span class="ti-notepad"></span> Unlimited Projects</li>
<li><span class="ti-file"></span> Unlimited activity log</li>
<li><span class="ti-light-bulb"></span> Umlimited file storage</li>
<li><span class="ti-star"></span> List view projects</li>
<li><span class="ti-image"></span> Full course details</li>
<li><span class="ti-flag"></span> 2500+ Online course</li>
</ul>
<div class="pricing-price">
</div>
<a href="#" class="price_btn">Order Now</a>
</div>
</div>
</div><!--- END COL -->
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</section>
<!-- END PRICING -->
<!-- START NEWSLETTER -->
<section class="newsletter_area section-padding">
<div class="container">
<div class="row text-center">
<div class="col-lg-6 offset-lg-3 col-sm-12 col-xs-12">
<div class="subs_form">
<h3>Subscripbe to our newsletter, We don't make any spam.</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elitsed eiusmod tempor enim minim</p>
<form action="#" class="home_subs">
<input type="text" class="form-control subscribe__input" placeholder="Enter your Email Address" required="required">
<button type="button" class="subscribe__btn"><i class="fa fa-paper-plane-o"></i></button>
</form>
</div>
</div><!-- END COL -->
</div><!-- END ROW -->
</div><!--- END CONTAINER -->
</section>
<!-- END NEWSLETTER -->
<!-- START BLOG -->
<section id="blog" class="blog_area section-padding">
<div class="container">
<div class="section-title">
<h2>Blog & Airticle</h2>
<p>Take A Look At The <span><u>Latest Articles</u></span></p>
</div>
<div class="row">
<div class="col-lg-4 col-sm-4 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.1s" data-wow-offset="0">
<div class="single_blog">
<img src="assets/images/blog/1.png" class="img-fluid" alt="image" />
<div class="content_box">
<span>August 25, 2024 | <a href="blog_single.html">Design</a></span>
<h2><a href="blog_single.html">Professional Mobile Painting and Sculpting</a></h2>
<a href="#" class="cta"><span>READ MORE</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</div>
</div><!-- END COL-->
<div class="col-lg-4 col-sm-4 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.1s" data-wow-offset="0">
<div class="single_blog">
<img src="assets/images/blog/2.png" class="img-fluid" alt="image" />
<div class="content_box">
<span>August 26, 2024 | <a href="blog_single.html">Education</a></span>
<h2><a href="blog_single.html">Professional Ceramic Moulding for Beginner</a></h2>
<a href="#" class="cta"><span>READ MORE</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</div>
</div><!-- END COL-->
<div class="col-lg-4 col-sm-4 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" data-wow-offset="0">
<div class="single_blog">
<img src="assets/images/blog/3.png" class="img-fluid" alt="image" />
<div class="content_box">
<span>August 28, 2024 | <a href="blog_single.html">Programing</a></span>
<h2><a href="blog_single.html">Education Is About Create Leaders For Tomorrow </a></h2>
<a href="#" class="cta"><span>READ MORE</span>
<svg width="13px" height="10px" viewBox="0 0 13 10">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</div>
</div><!-- END COL-->
</div><!-- / END ROW -->
</div><!-- END CONTAINER -->
</section>
<!-- END BLOG -->
<!-- START FOOTER -->
<div class="footer section-padding">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6 col-xs-12">
<div class="single_footer">
<a href="index.html"><img src="assets/images/all-img/logo2.png" alt=""></a>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce vitae risus nec dui venenatis dignissim.</p>
</div>
<div class="foot_social">
<ul>
<li><a href="#">TW</a></li>
<li><a href="#">FB</a></li>
<li><a href="#">INS</a></li>
<li><a href="#">YT</a></li>
</ul>
</div>
</div><!--- END COL -->
<div class="col-lg-3 col-sm-6 col-xs-12">
<div class="single_footer">
<h4>Courses</h4>
<ul>
<li><a href="#">Creative Writing</a></li>
<li><a href="#">Digital Marketing</a></li>
<li><a href="#">SEO Business</a></li>
<li><a href="#">Social Marketing</a></li>
<li><a href="#">Graphic Design</a></li>
<li><a href="#">Website Development</a></li>
</ul>
</div>
</div><!--- END COL -->
<div class="col-lg-3 col-sm-6 col-xs-12">
<div class="single_footer">
<h4>Company</h4>
<ul>
<li><a href="#">About us</a></li>
<li><a href="#">Knowledge Base</a></li>
<li><a href="#">Affiliate Program</a></li>
<li><a href="#">Community</a></li>
<li><a href="#">Market API</a></li>
<li><a href="#">Support team</a></li>
</ul>
</div>
</div><!--- END COL -->
<div class="col-lg-3 col-sm-6 col-xs-12">
<div class="single_footer">
<h4>Contact Info</h4>
<div class="sf_contact">
<span class="ti-mobile"></span>
<h3>Phone number</h3>
<p>+88 457 845 695</p>
</div>
<div class="sf_contact">
<span class="ti-email"></span>
<h3>Email Address</h3>
<p>example#yourmail.com</p>
</div>
<div class="sf_contact">
<span class="ti-map"></span>
<h3>Office Address</h3>
<p>California, USA</p>
</div>
</div>
</div><!--- END COL -->
</div><!--- END ROW -->
<div class="row fc">
<div class="col-lg-6 col-sm-6 col-xs-12">
<div class="footer_copyright">
<p>© 2024. All Rights Reserved.</p>
</div>
</div>
<div class="col-lg-6 col-sm-6 col-xs-12">
<div class="footer_menu">
<ul>
<li><a href="#">Terms of use</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Cookie Policy</a></li>
</ul>
</div>
</div><!-- END COL -->
</div>
</div><!--- END CONTAINER -->
</div>
<!-- END FOOTER -->
<!-- Latest jQuery -->
<script src="assets/js/jquery-1.12.4.min.js"></script>
<!-- Latest compiled and minified Bootstrap -->
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<!-- owl-carousel min js -->
<script src="assets/owlcarousel/js/owl.carousel.min.js"></script>
<!-- jquery.slicknav -->
<script src="assets/js/jquery.slicknav.js"></script>
<!-- magnific-popup js -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- jquery mixitup min js -->
<script src="assets/js/jquery.mixitup.js"></script>
<!-- scrolltopcontrol js -->
<script src="assets/js/scrolltopcontrol.js"></script>
<!-- jquery purecounter vanilla js -->
<script src="assets/js/purecounter_vanilla.js"></script>
<!-- WOW - Reveal Animations When You Scroll -->
<script src="assets/js/wow.min.js"></script>
<!-- scripts js -->
<script src="assets/js/scripts.js"></script>
</body>
</html>