-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathservices.html
592 lines (514 loc) · 29.6 KB
/
services.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Dr. Anwarul Abedin Institute of Innovation - Services</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- 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=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: DA2I2 - v1.3.0
* Template URL: https://DA2I2.com/DA2I2-bootstrap-Logistics-website-template/
* Author: DA2I2.com
* License: https://DA2I2.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.png" alt=""> -->
<h1>DA2I2</h1>
</a>
<i class="mobile-nav-toggle mobile-nav-show bi bi-list"></i>
<i class="mobile-nav-toggle mobile-nav-hide d-none bi bi-x"></i>
<nav id="navbar" class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="dropdown"><a href="#"><span>Centers</span> <i
class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="center-CBR.html">Center for Biomedical Research (CBR)</a></li>
<li><a href="center-CNR.html">Center for Nanotechnology Research (CNR)</a></li>
<li><a href="center-CSER.html">Center for Sustainable Energy Research (CSER)</a></li>
<li><a href="center-CVES.html">Center for VLSI and Embedded Systems (CVES)</a></li>
</ul>
</li>
<li><a href="projects.html">Projects</a></li>
<li><a href="teams.html">Team</a></li>
<li><a href="services.html" class="active">Services</a></li>
<!-- <li class="dropdown"><a href="#"><span>Drop Down</span> <i
class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Drop Down</span> <i
class="bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
</ul>
</li> -->
<li><a href="contact.html">Contact</a></li>
</ul>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<div class="breadcrumbs">
<div class="page-header d-flex align-items-center" style="background-image: url('assets/img/page-header.jpg');">
<div class="container position-relative">
<div class="row d-flex justify-content-center">
<div class="col-lg-6 text-center">
<h2>Services</h2>
<p>Provide our clients with a clear and comprehensive overview of our offerings and expertise. It also allows us to highlight specific aspects of our services that may be of particular interest or relevance to the client.</p>
</div>
</div>
</div>
</div>
<nav>
<div class="container">
<ol>
<li><a href="index.html">Home</a></li>
<li>Services</li>
</ol>
</div>
</nav>
</div><!-- End Breadcrumbs -->
<!-- ======= Featured Services Section ======= -->
<!-- <section id="featured-services" class="featured-services">
<div class="container">
<div class="row gy-4">
<div class="col-lg-4 col-md-6 service-item d-flex" data-aos="fade-up">
<div class="icon flex-shrink-0"><i class="fa-solid fa-laptop-code"></i></div>
<div>
<h4 class="title">Lorem Ipsum</h4>
<p class="description">Voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident</p>
<a href="service-details.html" class="readmore stretched-link"><span>Learn More</span><i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="100">
<div class="icon flex-shrink-0"><i class="fa-solid fa-microchip"></i></div>
<div>
<h4 class="title">Dolor Sitema</h4>
<p class="description">Minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat tarad limino ata</p>
<a href="service-details.html" class="readmore stretched-link"><span>Learn More</span><i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 service-item d-flex" data-aos="fade-up" data-aos-delay="200">
<div class="icon flex-shrink-0"><i class="fa-solid fa-gears"></i></div>
<div>
<h4 class="title">Sed ut perspiciatis</h4>
<p class="description">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur</p>
<a href="service-details.html" class="readmore stretched-link"><span>Learn More</span><i class="bi bi-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</section> -->
<!-- End Featured Services Section -->
<!-- ======= Services Section ======= -->
<section id="service" class="services pt-0">
<div class="container" data-aos="fade-up">
<div class="section-header">
<span>Our Services</span>
<h2>Our Services</h2>
</div>
<div class="row gy-4">
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="card">
<div class="card-img">
<img src="assets/img/service-r&d.jpg" alt="" class="img-fluid">
</div>
<h3><a href="service-r&d.html" class="stretched-link">Research & Development</a></h3>
<p>We provide research and development (R&D) services to individuals, startups, businesses, and organizations. The lab's primary goal is to create a collaborative and creative environment that fosters experimentation, exploration, and innovation.</p>
</div>
</div><!-- End Card Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="card">
<div class="card-img">
<img src="assets/img/service-pcb.JPG" alt="" class="img-fluid">
</div>
<h3><a href="service-pcb.html" class="stretched-link">PCB Design</a></h3>
<p>As a PCB design service provider, our focus is on designing high-quality, cost-effective, and reliable PCBs for our clients. We have a team of experienced designers who use industry-standard software and tools to create PCB layouts that meet our clients' specific requirements.</p>
</div>
</div><!-- End Card Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="card">
<div class="card-img">
<img src="assets/img/service-3D.png" alt="" class="img-fluid">
</div>
<h3><a href="service-3D.html" class="stretched-link">3D Design & Printing</a></h3>
<p>Our 3D design and printing services offer a range of benefits to our clients, including faster product development, lower costs, and greater design flexibility. We work with our clients to understand their design needs and create accurate and detailed 3D models that meet their specifications.</p>
</div>
</div><!-- End Card Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="400">
<div class="card">
<div class="card-img">
<img src="assets/img/service-web.png" alt="" class="img-fluid">
</div>
<h3><a href="service-web&software.html" class="stretched-link">Web Development</a></h3>
<p>We provide a range of web development services, including website design, front-end development, back-end development, content management systems, e-commerce development, and web application development.</p>
</div>
</div><!-- End Card Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="500">
<div class="card">
<div class="card-img">
<img src="assets/img/service-software.jpg" alt="" class="img-fluid">
</div>
<h3><a href="service-web&software.html" class="stretched-link">Software Development</a></h3>
<p>Our team of software developers has extensive experience working with a range of platforms and frameworks, and we can create customized solutions that meet our clients' specific requirements.</p>
</div>
</div><!-- End Card Item -->
<!-- <div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="600">
<div class="card">
<div class="card-img">
<img src="assets/img/warehousing-service.jpg" alt="" class="img-fluid">
</div>
<h3><a href="service-details.html" class="stretched-link">Warehousing</a></h3>
<p>Quas assumenda non occaecati molestiae. In aut earum sed natus eatae in vero. Ab modi quisquam aut nostrum unde et qui est non quo nulla</p>
</div>
</div> -->
<!-- End Card Item -->
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Features Section ======= -->
<!-- <section id="features" class="features">
<div class="container">
<div class="row gy-4 align-items-center features-item" data-aos="fade-up">
<div class="col-md-5">
<img src="assets/img/WhatsApp Image 2023-02-18 at 2.17.05 PM.jpeg" class="img-fluid" alt="">
</div>
<div class="col-md-7">
<h3>The Power of Collaboration in Innovation: Building Effective Teams for Success</h3>
<p class="fst-italic">
Effective communication between teams is crucial for successful innovation. Regular meetings and clear communication channels can help ensure that all team members are aware of project goals, progress, and challenges.
</p>
<ul>
<li><i class="bi bi-check"></i>Innovation often require cross-functional collaboration, with team members from different disciplines, such as engineering, design, marketing, and business development, working together to create a successful product.</li>
<li><i class="bi bi-check"></i>Design thinking, which emphasizes a user-centered approach to product development, can help teams develop innovative solutions that meet the needs of their target audience.</li>
<li><i class="bi bi-check"></i>Teams should focus on continuous improvement, with regular review and reflection on project progress and lessons learned. </li>
</ul>
</div>
</div>
<div class="row gy-4 align-items-center features-item" data-aos="fade-up">
<div class="col-md-5 order-1 order-md-2">
<img src="assets/img/6.png" class="img-fluid" alt="">
</div>
<div class="col-md-7 order-2 order-md-1">
<h3>Innovative Solutions for Your Need: Trust Our Expertise and Experience</h3>
<p class="fst-italic">
we take great pride in our services and are confident in our ability to deliver exceptional results for our clients. We are committed to staying at the forefront of innovation and using our expertise to help our clients achieve their goals.
</p>
<p>
Our commitment to excellence is evident in the results we deliver. We have a track record of successfully completing projects on time and on budget, while meeting the highest standards of quality and functionality. Our satisfied clients are a testament to our dedication and expertise.
In short, we are confident in our ability to provide the highest level of service and deliver innovative solutions that exceed our clients' expectations.
</p>
</div>
</div>
<div class="row gy-4 align-items-center features-item" data-aos="fade-up">
<div class="col-md-5">
<img src="assets/img/WhatsApp Image 2023-02-18 at 2.27.32 PM.jpeg" class="img-fluid" alt="">
</div>
<div class="col-md-7">
<h3>Investing in Our Employees: Building a Better Future for All</h3>
<p>Investing in the growth and development of our employees is a top priority for our innovation lab. We believe that by providing a supportive and collaborative work environment and by investing in our team members' professional development, we can create a better future for our employees and help them become experts in their field.
</p>
<ul>
<li><i class="bi bi-check"></i>Prioritize a collaborative work environment, encouraging teamwork and open communication</li>
<li><i class="bi bi-check"></i>Provide opportunities for our team members to attend industry events and conferences to network with other professionals, learn from experts in the field, and gain new insights and perspectives.</li>
<li><i class="bi bi-check"></i>Offer flexible schedules and remote work options to help our team members maintain a healthy balance between their personal and professional lives.</li>
</ul>
</div>
</div>
<div class="row gy-4 align-items-center features-item" data-aos="fade-up">
<div class="col-md-5 order-1 order-md-2">
<img src="assets/img/2.JPG" class="img-fluid" alt="">
</div>
<div class="col-md-7 order-2 order-md-1">
<h3>Pioneering Sustainability and Innovation: Our Vision for the Future</h3>
<p class="fst-italic">
As an innovation lab, our future plans are focused on expanding our services, building on our expertise, and staying at the forefront of the latest trends and technologies in our industry.
</p>
<p>
We plan to continue investing in research and development to expand our capabilities and offer new and innovative solutions to our clients. We will continue to explore emerging technologies and trends to stay ahead of the curve. We believe we can continue to provide exceptional services to our clients, foster innovation and growth in our industry, and build a better future for all.
</p>
</div>
</div>
</div>
</section> -->
<!-- End Features Section -->
<!-- ======= Testimonials Section ======= -->
<!-- <section id="testimonials" class="testimonials">
<div class="container">
<div class="slides-1 swiper" data-aos="fade-up">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-1.jpg" class="testimonial-img" alt="">
<h3>Dr. Md Abdur Rahman</h3>
<h4>Pro-Vice-Chancellor, AIUB</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
Proin iaculis purus consequat sem cure digni ssim donec porttitora entum suscipit rhoncus. Accusantium quam, ultricies eget id, aliquam eget nibh et. Maecen aliquam, risus at semper.
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div> -->
<!-- End testimonial item -->
<!-- <div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-2.jpg" class="testimonial-img" alt="">
<h3>Sara Wilsson</h3>
<h4>Designer</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
Export tempor illum tamen malis malis eram quae irure esse labore quem cillum quid cillum eram malis quorum velit fore eram velit sunt aliqua noster fugiat irure amet legam anim culpa.
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-3.jpg" class="testimonial-img" alt="">
<h3>Jena Karlis</h3>
<h4>Store Owner</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
Enim nisi quem export duis labore cillum quae magna enim sint quorum nulla quem veniam duis minim tempor labore quem eram duis noster aute amet eram fore quis sint minim.
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-4.jpg" class="testimonial-img" alt="">
<h3>Matt Brandon</h3>
<h4>Freelancer</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
Fugiat enim eram quae cillum dolore dolor amet nulla culpa multos export minim fugiat minim velit minim dolor enim duis veniam ipsum anim magna sunt elit fore quem dolore labore illum veniam.
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-5.jpg" class="testimonial-img" alt="">
<h3>John Larson</h3>
<h4>Entrepreneur</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
Quis quorum aliqua sint quem legam fore sunt eram irure aliqua veniam tempor noster veniam enim culpa labore duis sunt culpa nulla illum cillum fugiat legam esse veniam culpa fore nisi cillum quid.
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div> -->
<!-- </div>
<div class="swiper-pagination"></div>
</div>
</div>
</section> -->
<!-- End Testimonials Section -->
<!-- ======= Frequently Asked Questions Section ======= -->
<section id="faq" class="faq">
<div class="container" data-aos="fade-up">
<div class="section-header">
<span>Frequently Asked Questions</span>
<h2>Frequently Asked Questions</h2>
</div>
<div class="row justify-content-center" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-10">
<div class="accordion accordion-flush" id="faqlist">
<div class="accordion-item">
<h3 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faq-content-1">
<i class="bi bi-question-circle question-icon"></i>
What kind of R&D services do you offer?
</button>
</h3>
<div id="faq-content-1" class="accordion-collapse collapse" data-bs-parent="#faqlist">
<div class="accordion-body">
We offer a wide range of R&D services, including technology and market research, product design and prototyping, and testing and validation.
</div>
</div>
</div><!-- # Faq item-->
<div class="accordion-item">
<h3 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faq-content-2">
<i class="bi bi-question-circle question-icon"></i>
How long does it take to complete a project with your R&D team?
</button>
</h3>
<div id="faq-content-2" class="accordion-collapse collapse" data-bs-parent="#faqlist">
<div class="accordion-body">
The time it takes to complete an R&D project varies depending on the scope and complexity of the project. We work closely with you to establish a realistic timeline and keep you informed throughout the entire process.
</div>
</div>
</div><!-- # Faq item-->
<div class="accordion-item">
<h3 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faq-content-3">
<i class="bi bi-question-circle question-icon"></i>
What kind of 3D design and printing services do you offer?
</button>
</h3>
<div id="faq-content-3" class="accordion-collapse collapse" data-bs-parent="#faqlist">
<div class="accordion-body">
We offer a range of 3D design and printing services, including prototyping, small-batch production, and customized solutions for a wide range of industries.
</div>
</div>
</div><!-- # Faq item-->
<div class="accordion-item">
<h3 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faq-content-4">
<i class="bi bi-question-circle question-icon"></i>
What kind of web and software development services do you offer?
</button>
</h3>
<div id="faq-content-4" class="accordion-collapse collapse" data-bs-parent="#faqlist">
<div class="accordion-body">
<i class="bi bi-question-circle question-icon"></i>
We offer a range of web and software development services, including customized software solutions, mobile app development, and website design and development.
</div>
</div>
</div><!-- # Faq item-->
<div class="accordion-item">
<h3 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faq-content-5">
<i class="bi bi-question-circle question-icon"></i>
How long do you offer maintenance service after development is completed?
</button>
</h3>
<div id="faq-content-5" class="accordion-collapse collapse" data-bs-parent="#faqlist">
<div class="accordion-body">
The duration of our maintenance services varies depending on the specific needs of each client. We work closely with you to establish a customized maintenance.
</div>
</div>
</div><!-- # Faq item-->
</div>
</div>
</div>
</div>
</section><!-- End Frequently Asked Questions Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<div class="container">
<div class="row gy-4">
<div class="col-lg-5 col-md-12 footer-info">
<a href="index.html" class="logo d-flex align-items-center">
<span>DA2I2</span>
</a>
<p>The Dr. Anwarul Abedin Institute of Innovation is an Research & Development institute dedicated to driving
innovation and progress through cutting-edge research and development.</p>
<div class="social-links d-flex mt-4">
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="teams.html">Team</a></li>
</ul>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><a href="service-r&d.html">Research & Development</a></li>
<li><a href="service-web&software.html">Software & Web Development</a></li>
<li><a href="service-pcb.html">PCB Design</a></li>
<li><a href="service-3D.html">3D Design & Printing</a></li>
<li><a href="#">Maintanance</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-12 footer-contact text-center text-md-start">
<h4>Contact Us</h4>
<p>
408/1, Kuratoli, <br>
Khilkhet,Dhaka 1229,<br>
Bangladesh<br><br>
<strong>Phone:</strong> +01811111111<br>
<strong>Email:</strong> info@aiub.com<br>
</p>
</div>
</div>
</div>
<div class="container mt-4">
<div class="copyright">
© Copyright <strong><span>DA2I2</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://DA2I2.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://DA2I2.com/DA2I2-bootstrap-Logistics-website-template/ -->
Designed by <a href="https://DA2I2.com/">DA2I2</a>
</div>
</div>
</footer><!-- End Footer -->
<!-- End Footer -->
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>