-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
749 lines (677 loc) · 37.5 KB
/
about.html
File metadata and controls
749 lines (677 loc) · 37.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--css-->
<link rel="stylesheet" href="./css_blog/blogstyle.css">
<link rel="stylesheet" href="./css_blog/about.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"/>
<!--bootstrap css-->
<link rel="stylesheet" href="./css_blog/bootstrap.min.css">
<!--font_awesome-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!--font-->
<link rel="icon" type="image/png" href="image/Mask group in whit page .svg">
<title>ELITE</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Poppins:wght@400;600& display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css_blog/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css" rel="stylesheet"/>
</head>
<body>
<!--header start-->
<header class="header_top">
<div class="container">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bgcol px-3">
<a class="navbar-brand" href="#">
<img src="image/bg.svg" alt="Elite Logo" height="40"/> <!-- Replace with actual logo -->
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarNav">
<ul class="navbar-nav me-4">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="courses.html">Courses</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About us</a></li>
<li class="nav-item"><a class="nav-link" href="course_details.html">Career Advice</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact us</a></li>
</ul>
</div>
<a href="#" class="btn btn-light text-dark fw-semibold">Book a Call</a>
</nav>
</div>
</header>
<header>
<section class="header">
<div class="container">
<div class="row">
<div class="banner">
<h1>
About Elite Professional<br>
Training Centre
</h1>
<p>Elite Professional Training Centre helps you gain real skills for real jobs.<br> Simple, practical training to move your career forward.</p>
<div class="wrapper">
<img src="./image2/aboutimg/image(5).jpg" alt="Click to play" class="thumbnail" onclick="playVideo()">
<video class="video" controls autoplay>
<source src="./image/video/VID-20241122-WA0002.mp4" type="video/mp4">
আপনার ব্রাউজার ভিডিও চালাতে পারে না।
</video>
</div>
</div>
</div>
<div class="row future">
<div class="col-xl-6 col-md-6 col-lg-6">
<h1>Smart Learning for a <br>Smarter Future</h1>
</div>
<div class="col-xl-6 col-md-6 col-lg-6">
<p>At Elite Professional Training Centre, we offer flexible and practical online courses designed for today’s world.<br>
<br>
Whether you're looking to start a new career, upgrade your skills, or gain a certification, our smart learning approach helps you do it all—at your own pace, from anywhere. With expert instructors, easy-to-follow lessons, and real-world knowledge, you’ll be ready for whatever comes next.
</p>
<ul class="nav">
<li><img src="./image2/aboutimg/logo(3).png"></li>
<li><img src="./image2/aboutimg/logo(3).png"></li>
<li><img src="./image2/aboutimg/logo(3).png"></li>
<li><img src="./image2/aboutimg/logo(3).png"></li>
</ul>
</div>
</div>
</div>
</section>
</header>
<!--header/banner close-->
<!--tag-->
<div class="tag">
<div class="container">
<div class="row">
<h1>What We Stand For</h1>
</div>
<div class="row mt-5">
<div class="col-xl-4 col-md-4 col-lg-4 col-sm-6 col-6 edu ">
<i class="fa-solid fa-graduation-cap" style="color: #ffffff;"></i>
<h3>Quality Education</h3>
<p>We provide high-standard, practical training that prepares you for real-world jobs<br> and certifications.</p>
</div>
<div class="col-xl-4 col-md-4 col-lg-4 col-sm-6 col-6 edu">
<i class="fa-solid fa-graduation-cap" style="color: #ffffff;"></i>
<h3>Flexibility</h3>
<p>We provide high-standard, practical training that prepares you for real-world jobs<br> and certifications.</p>
</div>
<div class="col-xl-4 col-md-4 col-lg-4 col-sm-6 col-6 edu">
<i class="fa-solid fa-graduation-cap" style="color: #ffffff;"></i>
<h3>Student Support</h3>
<p>We provide high-standard, practical training that prepares you for real-world jobs<br> and certifications.</p>
</div>
<div class="col-xl-4 col-md-4 col-lg-4 col-sm-6 col-6 edu ">
<i class="fa-solid fa-graduation-cap" style="color: #ffffff;"></i>
<h3>Affordability</h3>
<p>We provide high-standard, practical training that prepares you for real-world jobs<br> and certifications.</p>
</div>
<div class="col-xl-4 col-md-4 col-lg-4 col-sm-6 col-6 edu">
<i class="fa-solid fa-graduation-cap" style="color: #ffffff;"></i>
<h3>Career Growth</h3>
<p>We provide high-standard, practical training that prepares you for real-world jobs<br> and certifications.</p>
</div>
<div class="col-xl-4 col-md-4 col-lg-4 col-sm-6 col-6 edu">
<i class="fa-solid fa-graduation-cap" style="color: #ffffff;"></i>
<h3>Trust & Integrity</h3>
<p>We value honesty, respect, and transparency —so you can always count on us to do what’s right.</p>
</div>
</div >
</div>
</div>
<!--tag stop-->
<section class="career">
<div class="container">
<div class="row">
<div class="col-xl-6 col-md-6 col-lg-6 feather-left">
<h1>Bringing Career-Ready<br> Skills to All Learners</h1>
<button type="button">
<span>Our Story</span> Mission Vision
</button>
<p>At Elite Professional Training Centre, we started with one goal — to make learning simple, useful, and open to everyone. We offer online training that helps people learn real skills for real jobs. Our courses are easy to follow, flexible, and made for busy lives. Whether you’re starting a new career or just want to learn something new, we’re here to help you every step of the way everyone deserves a chance to grow.</p>
<h3>“ To make skill-based learning simple, affordable, and available to everyone so that anyone, anywhere can build a better future ”</h3>
<div class="row lmgcon">
<div class="col-xl-3 col-lg-3 col-md-3 col-sm-3 col-3 mg">
<img src="./image2/aboutimg/image(10).svg">
</div>
<div class="col-xl-9 col-lg-9 col-md-9 col-sm-9 col-6 con">
<h5>Dr Mustafa Ahmed Mustak</h5>
<h4>Founder,CEO </h4>
</div>
</div>
</div>
<div class="col-xl-3 col-md-3 col-lg-3 col-3 col-sm-3 man man1">
<img src="./image2/aboutimg/man.png">
</div>
<div class="col-xl-3 col-md-3 col-lg-3 col-3 col-sm-3 sit man1">
<img src="./image2/aboutimg/sit.png">
</div>
</div>
</div>
</section>
<!--career stop-->
<section class="logoslide">
<div class="container">
<div class="row">
<h6>Trusted by 4,000+ companies</h6>
</div>
<div class="owl-carousel owl-theme mt-3 slaider_color">
<div class="item"><img src="./image2/aboutimg/box.svg"></div>
<div class="item"><img src="./image2/aboutimg/magnolia.svg"></div>
<div class="item"><img src="./image2/aboutimg/power.svg"></div>
<div class="item"><img src="./image2/aboutimg/warpspeed(1).svg"></div>
<div class="item"><img src="./image2/aboutimg/leapyear.svg"></div>
<div class="item"><img src="./image2/aboutimg/easy(1).svg"></div>
</div>
</div>
</section>
<!--logoslider-->
<!--team start-->
<section class="team">
<div class="container">
<div class="team_title stu">
<h3>Meet your passionate<br> Experts</h3>
</div>
<div class="row">
<div class="col-xl-3 col-md-3 col-lg-3 col-6 col-sm-6">
<div class="card team_item">
<img src="./image2/aboutimg/1.png" class="card-item-top" alt="...">
<div class="team_body">
<div class="row">
<div class="col-xl-10 col-md-10 col-lg-10 col-10 col-sm-10">
<h3>Alfredo Septimus</h3>
<p>Content Marketing Specialist</p>
</div>
<div class="col-xl-2 col-md-2 col-lg-2 col-2 col-sm-2">
<i class="fa-brands fa-linkedin"></i>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-md-3 col-lg-3 col-6 col-sm-6">
<div class="card team_item">
<img src="./image2/aboutimg/2.png" class="card-item-top" alt="...">
<div class="team_body">
<div class="row">
<div class="col-xl-10 col-md-10 col-lg-10 col-10 col-sm-10">
<h3>Alfredo Septimus</h3>
<p>Content Marketing Specialist</p>
</div>
<div class="col-xl-2 col-md-2 col-lg-2 col-2 col-sm-2">
<i class="fa-brands fa-linkedin"></i>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-md-3 col-lg-3 col-6 col-sm-6">
<div class="card team_item">
<img src="./image2/aboutimg/3.png" class="card-item-top" alt="...">
<div class="team_body">
<div class="row">
<div class="col-xl-10 col-md-10 col-lg-10 col-10 col-sm-10">
<h3>Alfredo Septimus</h3>
<p>Content Marketing Specialist</p>
</div>
<div class="col-xl-2 col-md-2 col-lg-2 col-2 col-sm-2">
<i class="fa-brands fa-linkedin"></i>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-md-3 col-lg-3 col-6 col-sm-6">
<div class="card team_item">
<img src="./image2/aboutimg/4.png" class="card-item-top" alt="...">
<div class="team_body">
<div class="row">
<div class="col-xl-10 col-md-10 col-lg-10 col-10 col-sm-10">
<h3>Alfredo Septimus</h3>
<p>Content Marketing Specialist</p>
</div>
<div class="col-xl-2 col-md-2 col-lg-2 col-2 col-sm-2">
<i class="fa-brands fa-linkedin"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col-xl-3 col-md-3 col-lg-3 col-6 col-sm-6">
<div class="card team_item">
<img src="./image2/aboutimg/5.png" class="card-item-top" alt="...">
<div class="team_body">
<div class="row">
<div class="col-xl-10 col-md-10 col-lg-10 col-10 col-sm-10">
<h3>Alfredo Septimus</h3>
<p>Content Marketing Specialist</p>
</div>
<div class="col-xl-2 col-md-2 col-lg-2 col-2 col-sm-2">
<i class="fa-brands fa-linkedin"></i>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-md-3 col-lg-3 col-6 col-sm-6">
<div class="card team_item">
<img src="./image2/aboutimg/6.png" class="card-item-top" alt="...">
<div class="team_body">
<div class="row">
<div class="col-xl-10 col-md-10 col-lg-10 col-10 col-sm-10">
<h3>Alfredo Septimus</h3>
<p>Content Marketing Specialist</p>
</div>
<div class="col-xl-2 col-md-2 col-lg-2 col-2 col-sm-2">
<i class="fa-brands fa-linkedin"></i>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-md-3 col-lg-3 col-6 col-sm-6">
<div class="card team_item">
<img src="./image2/aboutimg/7.png" class="card-item-top" alt="...">
<div class="team_body">
<div class="row">
<div class="col-xl-10 col-md-10 col-lg-10 col-10 col-sm-10">
<h3>Alfredo Septimus</h3>
<p>Content Marketing Specialist</p>
</div>
<div class="col-xl-2 col-md-2 col-lg-2 col-2 col-sm-2">
<i class="fa-brands fa-linkedin"></i>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-md-3 col-lg-3 col-6 col-sm-6">
<div class="card team_item">
<img src="./image2/aboutimg/8.png" class="card-item-top" alt="...">
<div class="team_body">
<div class="row">
<div class="col-xl-10 col-md-10 col-lg-10 col-10 col-sm-10">
<h3>Alfredo Septimus</h3>
<p>Content Marketing Specialist</p>
</div>
<div class="col-xl-2 col-md-2 col-lg-2 col-2 col-sm-2">
<i class="fa-brands fa-linkedin"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--end team section-->
<section class="review">
<div class="container">
<div class="review_title">
<h3>Student Success Stories</h3>
</div>
<div class="row">
<div class="col-xl-4 col-md-4 col-lg-4">
<div class="review_card">
<div class="stars">
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
</div>
<div class="review_text">Untitled has been a lifesaver for our team—everything we need is right at our fingertips, and it helps us jump right into new design projects.</div>
<div class="review_profile ">
<img src="./image2/image(31).png">
<div class="profile_info">
<span>Carter Rosser<i class="fa-solid fa-circle-check"></i></span>Product Designer, Powersurge
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-md-4 col-lg-4">
<div class="review_card">
<div class="stars">
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
</div>
<div class="review_text">Untitled has been a lifesaver for our team—everything we need is right at our fingertips, and it helps us jump right into new design projects.</div>
<div class="review_profile">
<img src="./image2/image(30).png">
<div class="profile_info">
<span>Alfredo George<i class="fa-solid fa-circle-check"></i></span>Product Designer, Powersurge
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-md-4 col-lg-4">
<div class="review_card">
<div class="stars">
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
</div>
<div class="review_text">Untitled has been a lifesaver for our team—everything we need is right at our fingertips, and it helps us jump right into new design projects.</div>
<div class="review_profile">
<img src="./image2/image(29).png">
<div class="profile_info">
<span>Wilson Curtis<i class="fa-solid fa-circle-check"></i></span>Product Designer, Powersurge
</div>
</div>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-xl-4 col-md-4 col-lg-4">
<div class="review_card">
<div class="stars">
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
</div>
<div class="review_text">Untitled has been a lifesaver for our team—everything we need is right at our fingertips, and it helps us jump right into new design projects.</div>
<div class="review_profile ">
<img src="./image2/image(31).png">
<div class="profile_info">
<span>Carter Rosser<i class="fa-solid fa-circle-check"></i></span>Product Designer, Powersurge
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-md-4 col-lg-4">
<div class="review_card">
<div class="stars">
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
</div>
<div class="review_text">Untitled has been a lifesaver for our team—everything we need is right at our fingertips, and it helps us jump right into new design projects.</div>
<div class="review_profile">
<img src="./image2/image(30).png">
<div class="profile_info">
<span>Alfredo George<i class="fa-solid fa-circle-check"></i></span>Product Designer, Powersurge
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-md-4 col-lg-4">
<div class="review_card">
<div class="stars">
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
</div>
<div class="review_text">Untitled has been a lifesaver for our team—everything we need is right at our fingertips, and it helps us jump right into new design projects.</div>
<div class="review_profile">
<img src="./image2/image(29).png">
<div class="profile_info">
<span>Wilson Curtis<i class="fa-solid fa-circle-check"></i></span>Product Designer, Powersurge
</div>
</div>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-xl-4 col-md-4 col-lg-4">
<div class="review_card">
<div class="stars">
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
</div>
<div class="review_text">Untitled has been a lifesaver for our team—everything we need is right at our fingertips, and it helps us jump right into new design projects.</div>
<div class="review_profile ">
<img src="./image2/image(31).png">
<div class="profile_info">
<span>Carter Rosser<i class="fa-solid fa-circle-check"></i></span>Product Designer, Powersurge
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-md-4 col-lg-4">
<div class="review_card">
<div class="stars">
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
</div>
<div class="review_text">Untitled has been a lifesaver for our team—everything we need is right at our fingertips, and it helps us jump right into new design projects.</div>
<div class="review_profile">
<img src="./image2/image(30).png">
<div class="profile_info">
<span>Alfredo George<i class="fa-solid fa-circle-check"></i></span>Product Designer, Powersurge
</div>
</div>
</div>
</div>
<div class="col-xl-4 col-md-4 col-lg-4">
<div class="review_card">
<div class="stars">
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
<i class="fa-solid fa-star" style="color: #ff8000;"></i>
</div>
<div class="review_text">Untitled has been a lifesaver for our team—everything we need is right at our fingertips, and it helps us jump right into new design projects.</div>
<div class="review_profile">
<img src="./image2/image(29).png">
<div class="profile_info">
<span>Wilson Curtis<i class="fa-solid fa-circle-check"></i></span>Product Designer, Powersurge
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--FAQ start-->
<section class="Ques mt-5">
<div class="container">
<div class="row">
<div class="col-xl-6 col-md-6 col-lg-6 q1 mt-5">
<h1>Frequently Asked
<br> Questions</h1>
</div>
<div class="col-xl-6 col-md-6 col-lg-6 mt-5">
<div class="faq-item">
<div class="faq-question">I work full‑time, is this program for me? <span>+</span></div>
<div class="faq-answer">
Yes, most of our students work full-time. That’s why we’ve designed our programs to be completely online and self-paced - so they can work around the schedule of working professionals
</div>
</div>
<div class="faq-item">
<div class="faq-question"> An MBA for $1750? What's the catch? <span>+</span></div>
<div class="faq-answer"> Yes, </div>
</div>
<div class="faq-item">
<div class="faq-question">Is Taelim just video lessons?? <span>+</span></div>
<div class="faq-answer"> Absolutely! </div>
</div>
<div class="faq-item">
<div class="faq-question">Does Taelim offer financial aid? <span>+</span></div>
<div class="faq-answer"> No</div>
</div>
<div class="faq-item">
<div class="faq-question">Does Taelim offer networking opportunities? <span>+</span></div>
<div class="faq-answer"> Yes, </div>
</div>
<div class="faq-item">
<div class="faq-question"> Can I get a refund if I’m not satisfied? <span>+</span></div>
<div class="faq-answer"> Yes, </div>
</div>
<div class="faq-item">
<div class="faq-question"> Does Taelim offer team plans? <span>+</span></div>
<div class="faq-answer"> Yes</div>
</div>
</div>
</div>
</div>
</section>
<!--faq close-->
<section class="course1">
<div class="container">
<div class="row">
<div class="col-xl-6">
<h1>Find your next courses<br> with our Elite Professional <br>Training Centre</h1>
<button>Get Started</button>
</div>
</div>
</div>
</section>
<!--course stop-->
<section class="logo1 ">
<div class="container">
<div class="row">
<div class="col-lg-12 mt-5 foot">
<img src="./image/bg.svg">
<a href="www.linkdin.com"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="www.youtube.com"><i class="fa-brands fa-youtube"></i></a>
<a href="www.instagram.com"><i class="fa-brands fa-instagram"></i></a>
<a href="www.facebook.com"><i class="fa-brands fa-facebook-f fb"></i></a>
</div>
</div>
</div>
</section>
<!--footer start-->
<section class="footer">
<div class="container">
<div class="row footer1" >
<div class="col-xl-2 col-lg-2 col-md-2 col-sm-4 col-4 mt-1">
<h3>Quick Links</h3>
<ul class="arna">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="blog_detels.html">Career Advice</a></li>
<li><a href="blog.html">FAQ</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-8 col-8 mt-1">
<h3>Courses</h3>
<ul> <li>Food Safety & Hygiene</li>
<li>English Language (A1 / A2 / B1)</li>
<li>Life in the UK Test Prep</li>
<li>IELTS & English Speaking </li>
<li>Personal Licence Holder</li>
<li>Catering & Chef Training </li>
<li>Nursing & Healthcare Support </li>
</ul>
</div>
<div class="col-xl-3 col-lg-3 col-md-3 col-sm-6 col-6 mt-1">
<h3>Contact Us</h3>
<ul> <li><i class="fa-solid fa-location-dot" style="color: #ffffff;"></i> West World Shopping City, 10 Floor ( Lift-9), Zindabazar, Sylhet</li>
<li><i class="fa-solid fa-envelope" style="color: #ffffff;"></i> info.elite.training.centre@gmail.com</li>
<li><i class="fa-solid fa-phone" style="color: #ffffff;"></i> +880 171 9817 696</li>
<li><i class="fa-regular fa-clock" style="color: #ffffff;"></i> Sat – Tue: 9:00 AM – 6:00 PM</li>
</ul>
</div>
<div class="col-xl-3 col-lg-3 col-md-3 col-sm-6 col-6 mt-1">
<h3>Newsletters</h3>
<input type="email" class="form-control mb-3 mt-2" placeholder="Email">
<button class="newbutt">Get Newsletters</button>
</div>
</div>
<div class="allright d-flex row">
<div class="row mt-4 mb-5">
<div class="col-xl-8 col-lg-8 col-md-12 col-sm-12 col-12">
<div class="firs">
<p>© 2025 Elite Professional Training Centre. All rights reserved.</p>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 col-12 tor ">
<a href="">Privacy Notice</a>
<a href="" class="ret">California Privacy Notice</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Bootstrap Icons (Optional) -->
<!--footer start-->
<!--footer end-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script src="https://vjs.zencdn.net/8.5.2/video.min.js"></script>
<script>
var player = videojs('my-video');
// ভিডিও প্লে করতে
player.play();
// ভিডিও থামাতে
// player.pause();
</script>
<script>
document.querySelectorAll('.faq-question').forEach((question) => {
question.addEventListener('click', () => {
const item = question.parentElement;
const allItems = document.querySelectorAll('.faq-item');
allItems.forEach(faq => {
if (faq !== item) {
faq.classList.remove('active');
faq.querySelector('span').textContent = '+';
}
});
const span = question.querySelector('span');
const isActive = item.classList.toggle('active');
span.textContent = isActive ? '−' : '+';
});
});
$(document).ready(function(){
$('.owl-carousel').owlCarousel({
loop: true,
margin: 10,
nav: false,
autoplay: true, // ✅ এইটা যুক্ত করো
autoplayTimeout: 3000, // ✅ প্রতি 2 সেকেন্ডে স্লাইড হবে (ইচ্ছামত পরিবর্তন করতে পারো)
autoplayHoverPause: true, // ✅ হোভার করলে থেমে যাবে
responsive: {
0: {
items: 3,
nav: false
},
600: {
items: 4,
nav: false
},
1000: {
items: 5,
nav: false,
loop: true
}
}
});
});
</script>
<script>
function playVideo() {
document.querySelector('.thumbnail').style.display = 'none';
document.querySelector('.video').style.display = 'block';
}
</script>
</body>
<html>