-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
837 lines (782 loc) · 32.3 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
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
836
837
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Software Company in Bangladesh - Software Development Company | Bdtask</title>
<link rel="shortcut icon" href="img/favicon.png">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<!-- bootstrap css -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- icofontcss -->
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/icofont.min.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<!-- Add your site or application content here -->
<!-- nav bar start -->
<nav class="navbar navbar-expand-lg navbar-light bg-light" id="mainnav">
<div class="container">
<a class="navbar-brand" href="#">
<img src="img/bdtask-logo.png" alt="bdtask-logo">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link " aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#service">All Products</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Mobile Apps
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Ecommerce Android Apps</a></li>
<li><a class="dropdown-item" href="#">Bhojon Android Apps</a></li>
<li><a class="dropdown-item" href="#">Newspaper Apps</a></li>
<li><a class="dropdown-item" href="#">M-Pos - Sales ERP App</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#service" id="navbarDropdown" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Services
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#service">Graphic Design</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#footer-bg">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- nav bar end -->
<!-- header sections start -->
<header>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="header-text text-center">
<h1>Bdtask A Leading Software Company in <span style="color: #37a000;">Bangladesh.</span></h1>
<p>Bdtask Limited is one of the best and leading innovative software developing company in Bangladesh.
Promises to <br> offers the world's best customized or ready-made mobile App, web, and desktop software.
</p>
</div>
</div>
</div>
</div>
</header>
<!-- header sections end -->
<!-- services secations start-->
<section id="service">
<div class="container">
<div class="row ser bd-cinos">
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="service-item">
<img src="img/sales-erp.png" alt="sales-erp">
<h3>Sales ERP</h3>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="service-item">
<img src="img/bdtask_corporate.webp" alt="bdtask-logo">
<h3>BDTask Corporate</h3>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="service-item">
<img src="img/saas-model.png" alt="saas-model">
<h3>Saas Model</h3>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="service-item">
<img src="img/016-people-1.webp" alt="people">
<h3>Telemedicine</h3>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="service-item">
<img src="img/bdtask-academy.png" alt="bdtask-academy">
<h3>Bdtask Academy</h3>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="service-item item-border ">
<img src="img/003-boy.webp" alt="Admin">
<h3>Admin UI</h3>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="service-item item-border item-border-top-right">
<img src="img/hrm.png" alt="hrm">
<h3>HRM</h3>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="service-item item-border item-border-top-right">
<img src="img/026-clipping.webp" alt="Clipping">
<h3>Clipping Path</h3>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="service-item item-border item-border-top-right">
<img src="img/pharmacy.png" alt="pharmacy">
<h3>Pharmacy Software</h3>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="service-item item-border item-border-top-right">
<img src="img/006-wordpress.webp" alt="006-wordpress">
<h3>WordPress Themes</h3>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="service-item item-border item-border-top-right">
<img src="img/001-package.webp" alt="001-package">
<h3>Inventory</h3>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="service-item item-border border-top">
<img src="img/hospital.png" alt="hospital">
<h3>HMS</h3>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="service-item item-border item-border-top-right">
<img src="img/ecommerce.png" alt="ecommerce">
<h3>Ecommerce</h3>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="service-item item-border item-border-top-right">
<img src="img/restaurant.png" alt="restaurant">
<h3>Restaurant</h3>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="service-item item-border item-border-top-right">
<img src="img/lms-edutask.png" alt="lms-edutask">
<h3>LMS</h3>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="service-item item-border item-border-top-right">
<img src="img/cryptocurrency.png" alt="cryptocurrency">
<h3>Blockchain</h3>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="service-item item-border item-border-top-right">
<img src="img/vms.png" alt="vms">
<h3>VMS</h3>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="service-item item-border border-top">
<img src="img/chatbot-innue.png" alt="chatbot">
<h3>Chatbot</h3>
</div>
</div>
</div>
</div>
</section>
<!-- services secations end-->
<!-- Learn about our company.start -->
<section id="about">
<div class="container">
<div class="about-text">
<h1>Learn about our company.</h1>
<p>Bdtask Limited is a creative software developing and IT company in Bangladesh. Since 2012, we are <br>
working with full passion and dedication in this software developing industry and promises to work <br>
forward too.</p>
</div>
<div class="row bd-icons">
<div class=" col-sm-6 col-md-4 col-lg-3 pt-4 pb-4">
<div class="underline">
<div class="about-summary">
<div class="icons-list">
<img src="img/1.webp" alt="web01">
</div>
</div>
<div class="dot-line">
</div>
</div>
<div class="team-text">
<h2>Team Of Highly Experienced Professionals</h2>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3 pt-4 pb-4">
<div class="underline">
<div class="about-summary">
<div class="icons-list">
<img src="img/2.webp" alt="web01">
</div>
</div>
<div class="dot-line">
</div>
</div>
<div class="team-text">
<h2>Working In Software Industry Since 2012</h2>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3 pt-4 pb-4">
<div class="underline">
<div class="about-summary">
<div class="icons-list">
<img src="img/3.webp" alt="web01">
</div>
</div>
<div class="dot-line2">
</div>
</div>
<div class="team-text">
<h2>35+ Theme & Software Developed</h2>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3 pt-4 pb-4">
<div class="underline">
<div class="about-summary">
<div class="icons-list">
<img src="img/4.webp" alt="web01">
</div>
</div>
</div>
<div class="team-text">
<h2>More Then 3,000 +
Software Sold</h2>
</div>
</div>
</div>
</div>
</section>
<!-- Learn about our company.end -->
<!-- image gallary start -->
<section id="image-gallary">
<div class="container">
<div class="row">
<div class="col-sm-6 col-lg-4 col-lg-3">
<div class="gallary-img-first">
<img src="img/bdtask-software-company.webp" class="img-thumbnail" alt="bd-software-company">
</div>
</div>
<div class="col-sm-6 col-lg-4 col-lg-3">
<div class="gallary-img-secend">
<img src="img/sofware-company-in-bd.webp" class="img-thumbnail" alt="bd-software-company">
</div>
</div>
<div class="col-sm-6 col-lg-4 col-lg-3">
<div class="gallary-img-first">
<img src="img/bd-software-company.webp" class="img-thumbnail" alt="bd-software-company">
</div>
</div>
<div class="col-sm-6 col-lg-4 col-lg-3">
<div class="gallary-img-secend">
<img src="img/software-firm-bdtask.webp" class="img-thumbnail" alt="bd-software-company">
</div>
</div>
<div class="col-sm-6 col-lg-4 col-lg-3">
<div class="gallary-img-secend">
<img src="img/bdtask-leading-software-firm.webp" class="img-thumbnail" alt="bd-software-company">
</div>
</div>
<div class="col-sm-6 col-lg-4 col-lg-3">
<div class="gallary-img-first">
<img src="img/bdtask-software-firm.webp" class="img-thumbnail" alt="bd-software-company">
</div>
</div>
<div class="col-sm-6 col-lg-4 col-lg-3 pt-3">
<div class="gallary-img-first">
<img src="img/software-company-bdtask.webp" class="img-thumbnail" alt="bd-software-company">
</div>
</div>
<div class="col-sm-6 col-lg-4 col-lg-3 pt-0">
<div class="gallary-img-first">
<img src="img/bdtask-software-agency.webp" class="img-thumbnail" alt="bd-software-company">
</div>
</div>
<div class="col-sm-6 col-lg-4 col-lg-3 pt-0">
<div class="gallary-img-first">
<img src="img/a-leading-software-firm-bdtask.webp" class="img-thumbnail" alt="bd-software-company">
</div>
</div>
<div class="col-sm-6 col-lg-4 col-lg-3">
<div class="gallary-img-secend">
<img src="img/bdtask-a-leading-software-firm.webp" class="img-thumbnail" alt="bd-software-company">
</div>
</div>
<div class="col-sm-6 col-lg-4 col-lg-3 pt-2 pl-3">
<div class="gallary-img-first">
<img src="img/bdtask-it-company.webp" class="img-thumbnail" alt="bd-software-company">
</div>
</div>
<div class="col-sm-6 col-lg-4 col-lg-3">
<div class="gallary-img-secend">
<img src="img/leading-it-company-bdtask.webp" class="img-thumbnail" alt="bd-software-company">
</div>
</div>
</div>
</div>
</section>
<!-- image gallary end -->
<!-- Our Services -->
<section id="service">
<div class="container">
<div class="service-text">
<h1>Our Services</h1>
<p>We are providing 8 core services in Digital market place.All Services are Featured, outstanding and <br>
Innovative.These featured are below.</p>
</div>
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-4 pt-3">
<div class="card shadow card-hovers">
<img src="img/software-development.png" class="card-img-top" alt="...">
<img src="img/software-development-light.png" class="card-img-to" alt="...">
<div class="card-body">
<h5 class="card-title">Software development</h5>
<p class="card-text">We work on <span style="color:#37a000">Software Development</span> in all platform in
web development and
software development.</p>
<a href="#" class="btn read-more-btn">Read more</a>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 pt-3">
<div class="card shadow card-hovers">
<img src="img/prescription-system.png" class="card-img-top" alt="...">
<img src="img/prescription-system-light.png" class="card-img-to" alt="...">
<div class="card-body">
<h5 class="card-title">Prescription System</h5>
<p class="card-text">Prescription Management System is the one of our biggest Cloud Based Application for
Doctor & Hospital.</p>
<a href="#" class="btn read-more-btn">Read more</a>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 pt-3">
<div class="card shadow card-hovers">
<img src="img/news-portal.png" class="card-img-top" alt="...">
<img src="img/news-portal-light.png" class="card-img-to" alt="...">
<div class="card-body">
<h5 class="card-title">News Portal development</h5>
<p class="card-text">We are working in online news portal development for more than 5 years. we have more
than 200 Customers.</p>
<a href="#" class="btn read-more-btn">Read more</a>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 pt-3">
<div class="card shadow card-hovers">
<img src="img/web-design.png" class="card-img-top" alt="...">
<img src="img/web-design-light.png" class="card-img-to" alt="...">
<div class="card-body">
<h5 class="card-title">Website Development</h5>
<p class="card-text">We work on Web design development in all platform.We have more then 1000 Cusomters on
Web Design and Development around the world.</p>
<a href="#" class="btn read-more-btn">Read more</a>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 pt-3">
<div class="card shadow card-hovers">
<img src="img/wordpress-development.png" class="card-img-top" alt="...">
<img src="img/wordpress-development-light.png" class="card-img-to" alt="...">
<div class="card-body">
<h5 class="card-title">WordPress Theme Development</h5>
<p class="card-text">WordPress Theme Development is one of our best services with Software Development.We
have some wonderful travel and blogin theme at envato.</p>
<a href="#" class="btn read-more-btn">Read more</a>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 pt-3">
<div class="card shadow card-hovers">
<img src="img/ecommerce-development.png" class="card-img-top" alt="...">
<img src="img/ecommerce-development-light.png" class="card-img-to" alt="...">
<div class="card-body">
<h5 class="card-title">E Commerce</h5>
<p class="card-text">We have another Core Service on E- Commerce. Styledunea is our Ecommerce platform for
Selling Goods around the world. Lorem ipsum dolor sit amet consectetur.</p>
<a href="#" class="btn read-more-btn">Read more</a>
</div>
</div>
</div>
</div>
<div class="btton-gp">
<button class="btn browse-btn">
Browse All Services
</button>
</div>
</div>
</section>
<!-- What did our customer say? -->
<section id="customar">
<div class="container">
<div class="service-text">
<h1>What did our customer say? </h1>
<p>Our main concern is the customer satisfaction and customer support.lets <br> see what our recent customer
says.</p>
</div>
<div class="row">
<div class="col-md-6 col-lg-6">
<div class="victor-img">
<img src="img/victor-bdtask.webp" alt="">
<i class="icofont-play"></i>
</div>
<div class="testimonial-video-detail">
<h4 class="customer-quote">"Victor Gbenga Afolabi"</h4>
<p>
<span> CEO & Founder</span> Hazon Holdings
</p>
</div>
</div>
<div class="col-md-6 col-lg-6">
<div class="victor-img">
<img src="img/karma-bdtask.webp" alt="">
<i class="icofont-play"></i>
</div>
<div class="testimonial-video-detail">
<h4 class="customer-quote">"Karma Dorji"</h4>
<p>
<span> Advisor</span> Edruk
</p>
</div>
</div>
</div>
</div>
</section>
<!-- BDTASK - Your One-Stop -->
<section class="bdtask">
<div class="container">
<div class="bdtask-text">
<h2>BDTASK - Your One-Stop</h2>
<h2>Software Company In Bangladesh</h2>
</div>
<div class="row">
<div class="col-lg-6">
<div class="ditalls-text">
<p>
We live in a tech-seavy world where each company needs custom software solutions not to be out of the game
in the long run. You should start thinking bigger if you want to expand your business. Implementation of
software development services for a company's internal and external requirements is the best option to
streamline processes, improve productivity, and reduce spending. Whether you run a small local company or
a large enterprise, you still need to integrate the effective management solutions to reap maximum
benefits.
</p>
</div>
</div>
<div class="col-lg-6">
<div class="ditalls-text">
<p>
BDTASK digital agency has been at the forefront of advanced software solutions for over 8 years. So far,
we have developed an extensive line-up of comprehensive digital products for almost all market niches. Our
experts who have a full-fledged skill set and profound knowledge are always ready to go the extra mile to
fulfill your boldest business aspirations. Whether you need to develop a new website, customize an image,
or get secure hosting, here at BDTASK, we have got you covered with everything. Reach us now to make the
most of our impeccable software solutions.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- One-of-a-kind software development company that can work -->
<section id="company-works">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="company-works-text">
<h3>One-of-a-kind software development company that can work wonders for your business</h3>
<p>
As the award-winning digital agency in Bangladesh, we put a premium on 100% customer satisfaction,
providing them with the most effective solutions for their business development and improvement. We use
the latest approaches in the industry to make sure you have everything it takes to unleash your company's
potential. Let us show you how advanced technologies can favor your business. When choosing our custom
software development company in Bangladesh, you can expect to be provided with the following:
</p>
<ul>
<li><span style="font-weight: bold; color: #37a000; cursor: pointer;">SAAS Model</span> Our SAAS Model
System is designed to help you manage your business with ease, automating all routine processes. </li>
<li><span style="font-weight: bold; color: #37a000; cursor: pointer;">WordPress Themes</span> Make a
statement with one of our unique responsive WordPress themes. They have a variety of features to cover
all your business needs.</li>
<li><span style="font-weight: bold; color: #37a000; cursor: pointer;">ERP software</span> Want to manage
all your business processes with the help of one application? Then our enterprise resource planning
system is your one-stop option.</li>
<li><span style="font-weight: bold; color: #37a000; cursor: pointer;">BDTASK Corporate</span> Our
full-fledged practical courses will help you to become a professional IT specialist in a variety of
fields, including data science, application development, project management, and others.</li>
<li><span style="font-weight: bold; color: #37a000; cursor: pointer;">Doctor Consultation</span> This
ease-to-use consultation system is specifically designed to save the trouble for both patients and
doctors. It is successfully used by many hospitals over the country.</li>
<li><span style="font-weight: bold; color: #37a000; cursor: pointer;">Clipping path</span> Want to make
all your images look professional? Then take advantage of a variety of our clipping path services at
prices that won’t bust your budget. Browse our website to check all the custom mobile, web, and desktop
software development services we provide. Here at BDTASK, we do our best to help you become one of the
leading companies in your niche.</li>
<li><span style="font-weight: bold; color: #37a000; cursor: pointer;">Website development </span> Want
your website to look user-friendly and professional? We are always here to develop one for you.</li>
<li><span class="saas-model" style="font-weight: bold; color: #37a000; cursor: pointer;">Web
hosting</span> Are you ready to submit your website to the search engines? Then reliable web hosting
is a must.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Our Clients -->
<section id="clients">
<div class="container">
<div class="service-text">
<h5>Our Clients</h5>
<h1>We Work Only for <span style="color: #37a000;">The Best</span></h1>
<p>We have more then 3,000 clients around the world. Some of our valued clients are:</p>
</div>
<div class="row">
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="company-logo">
<img src="img/web-logo-ILO.webp" alt="web-logo-ILO">
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="company-logo">
<img src="img/wasa.png" alt="wasa">
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="company-logo">
<img src="img/milk-vita2.png" alt="milk-vita2">
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="company-logo">
<img src="img/APSCL.png" alt="APSCL">
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="company-logo">
<img src="img/drnolan.webp" alt="drnolan">
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="company-logo">
<img src="img/hameemgroup-logo.webp" alt="hameemgroup-logo">
</div>
</div>
</div>
<div class="btton-gp2">
<button class="btn browse-btn2 shadow">
View Client List
</button>
</div>
</div>
</section>
<div class="scrollTop">
<a href="#mainnav" target="_top"> The Top </a>
</div>
<div class="scrollTop2">
<a href="#mainnav" target="_top"> <img src="img/whatsapp.png" alt=""></a>
</div>
<div class="scrollTop3">
<a href="#mainnav" target="_top"> <img src="img/telegram.png" alt=""></a>
</div>
<!-- footer background -->
<section id="footer-bg">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-4 col-lg-3 pt-2">
<div class="footer-logo">
<img src="img/bdtask-logo-white.png" alt="">
</div>
<div class="cunter-item">
<div class="counter01">
<p>7,000</p>
<p>items sold</p>
</div>
<div class="counter02">
<p>8,500</p>
<p>Customar Engagements</p>
</div>
</div>
<div class="socal-icons">
<i class="icofont-facebook"></i>
<i class="icofont-pinterest"></i>
<i class="icofont-instagram"></i>
<i class="icofont-twitter"></i>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3 pt-2">
<div class="addres">
<div class="home-icons">
<img src="img/footer-address.png" alt="footer-address">
</div>
<address>
<h5>Address</h5>
<p>Bangladesh Office</p>
<p>
B-25, Mannan Plaza, 4th Floor </p>
<p>
Khilkhet, Dhaka-1229, </p>
<p>Bangladesh
</p>
</address>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3 pt-2">
<div class="addres">
<div class="home-icons">
<img src="img/footer-email.png" alt="footer-email">
</div>
<address>
<h5>Email Address</h5>
<p>
[email protected] </p>
<p>
[email protected] </p>
<p>
</p>
</address>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3 pt-2">
<div class="addres">
<div class="home-icons">
<img src="img/footer-phone.png" alt="footer-phone">
</div>
<address>
<h5>Phone & WhatsApp</h5>
<p>Office Reception: +880258970255 </p>
<p>
Marketing: +88-01830-701422 </p>
<p>
+88-01857675727 </p>
<p> +88-01817584639
</p>
</address>
</div>
</div>
</div>
<br>
<hr>
<div class="row row-cols-5">
<div class=" col">
<div class="discript">
<h4>Disclaimer</h4>
<p class="copyright">© 2020 bdtask. All Rights Reserved.</p>
<p>
All Softwares and Themes are Developed by bdtask. It is the Complete own properties of bdtask.Nobody is allowed to copy our softwares and re-sale without our permission.
</p>
<img src="img/dmca_protected_sml_120m.png" alt="">
</div>
</div>
<div class=" col">
<div class="support">
<h4>Support</h4>
<h5><i class="icofont-long-arrow-right"></i>Help Center</h5>
<h5><i class="icofont-long-arrow-right"></i>Item Support</h5>
<h5><i class="icofont-long-arrow-right"></i>Contact US</h5>
<h5><i class="icofont-long-arrow-right"></i>About US</h5>
<h5><i class="icofont-long-arrow-right"></i>Pay With Us</h5>
</div>
</div>
<div class=" col">
<div class="support">
<h4>Support</h4>
<h5><i class="icofont-long-arrow-right"></i>Blog</h5>
<h5><i class="icofont-long-arrow-right"></i>Terms of uesd </h5>
<h5><i class="icofont-long-arrow-right"></i>Copyright</h5>
<h5><i class="icofont-long-arrow-right"></i>Career</h5>
<h5><i class="icofont-long-arrow-right"></i>Privacy policy</h5>
</div>
</div>
<div class=" col">
<div class="support">
<h4>Support</h4>
<h5><i class="icofont-long-arrow-right"></i>Digital Health </h5>
<h5><i class="icofont-long-arrow-right"></i>Clipping Path </h5>
<h5><i class="icofont-long-arrow-right"></i>Ecommerce</h5>
<h5><i class="icofont-long-arrow-right"></i>Sass Model</h5>
</div>
</div>
<div class=" col">
<div class="icos-cr">
<img src="img/iso-certified-1.webp" alt="iso-certified-1">
<img src="img/iso-certified-2.webp" alt="iso-certified-2">
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-6 col-lg-6 pt-2">
<div class="member-item">
<a href=""> Member of:</a>
<img src="img/basis.png" alt="basis">
<img src="img/bacco.jpg" alt="bacco">
<img src="img/ec-council.jpg" alt="ec-council">
</div>
</div>
<div class="col-md-6 col-lg-6 pt-2">
<div class="member-item2">
<a href=""> Member of:</a>
<img src="img/1.jpg" alt="papel">
<img src="img/2.jpg" alt="visa">
<img src="img/3.jpg" alt="discover">
<img src="img/4.jpg" alt="peapel">
</div>
</div>
</div>
</div>
</section>
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/jquery-3.6.0.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script>
/* scroll to js*/
$(window).scroll(function () {
if ($(this).scrollTop() > 350) {
$('.scrollTop').fadeIn();
} else {
$('.scrollTop').fadeOut();
}
});
</script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-XXXXX-Y', 'auto'); ga('set', 'anonymizeIp', true); ga('set', 'transport', 'beacon'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
</body>
</html>