-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
543 lines (517 loc) · 28.9 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
<html lang="en"><head>
<title>IDB</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Webestica.com">
<meta name="description" content="Creative Multipurpose Bootstrap Template">
<!-- Favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900%7CPlayfair+Display:400,400i,700,700i%7CRoboto:400,400i,500,700" rel="stylesheet">
<!-- Plugins CSS -->
<link rel="stylesheet" type="text/css" href="https://wizixo.webestica.com/assets/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://wizixo.webestica.com/assets/vendor/themify-icons/css/themify-icons.css">
<link rel="stylesheet" type="text/css" href="https://wizixo.webestica.com/assets/vendor/animate/animate.min.css">
<link rel="stylesheet" type="text/css" href="https://wizixo.webestica.com/assets/vendor/fancybox/css/jquery.fancybox.min.css">
<link rel="stylesheet" type="text/css" href="https://wizixo.webestica.com/assets/vendor/owlcarousel/css/owl.carousel.min.css">
<!-- Theme CSS -->
<link rel="stylesheet" type="text/css" href="https://wizixo.webestica.com/assets/css/style.css">
<link rel="stylesheet" id="ColorSwitcherLinkHolder"><style type="text/css" id="jarallax-clip-0">#jarallax-container-0 {
clip: rect(0 975.2000122070312px 700px 0);
clip: rect(0, 975.2000122070312px, 700px, 0);
}</style></head>
<body>
<div class="preloader" style="display: none;">
<img src="assets/images/preloader.svg" alt="Pre-loader">
</div>
<!-- =======================
header Start-->
<header class="header-static navbar-sticky navbar-light shadow">
<!-- Search -->
<div class="top-search collapse bg-light" id="search-open" data-parent="#search">
<div class="container">
<div class="row position-relative">
<div class="col-md-8 mx-auto py-5">
<form>
<div class="input-group">
<input class="form-control border-radius-right-0 border-right-0" type="text" name="search" autofocus="" placeholder="What are you looking for?">
<button type="button" class="btn btn-grad border-radius-left-0 mb-0">Search</button>
</div>
</form>
<p class="small mt-2 mb-0"><strong>e.g.</strong>Template, Wizixo, WordPress theme </p>
</div>
<a class="position-absolute top-0 right-0 mt-3 mr-3" data-toggle="collapse" href="#search-open"><i class="fa fa-window-close"></i></a>
</div>
</div>
</div>
<!-- End Search -->
<!-- Logo Nav Start -->
<nav class="navbar navbar-expand-lg">
<div class="container">
<!-- Logo -->
<a class="navbar-brand" href="https://aryia-behroziuan.github.io/web/">
<!-- SVG Logo Start -->
<h1>IDB</h1>
<!-- SVG Logo End-->
</a>
<!-- Menu opener button -->
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"> </span>
</button>
<!-- Main Menu Start -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto">
<!-- Menu item 1 Demos-->
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle active" href="#" id="demosMenu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Demos</a>
<div class="dropdown-menu pb-3 pb-lg-0" aria-labelledby="demosMenu">
<div class="d-block d-sm-flex">
<ul class="list-unstyled w-100 w-sm-50 pr-0 pr-lg-5">
<li class="dropdown-header">Business Homepages</li>
<li> <a class="dropdown-item" href="index.html">Classic Default<span class="badge badge-success ml-2">Hot</span></a> </li>
<li> <a class="dropdown-item" href="index-2.html">Corporate Start-Up</a> </li>
<li> <a class="dropdown-item" href="index-3.html">Landing Trendy</a> </li>
<li> <a class="dropdown-item" href="index-4.html">Portfolio Modern</a> </li>
<li> <a class="dropdown-item" href="index-5.html">Agency Start-Up</a> </li>
</ul>
<ul class="list-unstyled w-100 w-sm-50 pr-0 pr-lg-5">
<li class="dropdown-header mt-3 mt-sm-0">Classic Homepages</li>
<li> <a class="dropdown-item active" href="index-6.html">Classic Corporate</a> </li>
<li> <a class="dropdown-item" href="index-7.html">Creative agency</a> </li>
<li> <a class="dropdown-item" href="index-8.html">Home Elegant</a> </li>
<li> <a class="dropdown-item" href="index-9.html">Marketplace</a> </li>
<li> <a class="dropdown-item" href="index-10.html">Personal Portfolio</a> </li>
</ul>
</div>
<!-- mega menu Bottom -->
<div class="w-100 bg-grad pattern-overlay-2 p-4 mt-3 all-text-white d-none d-lg-flex">
<div class="align-self-center mr-4">
<h4 class="mb-0">Checkout the doc!</h4>
<p class="mb-0 small">For better understanding of theme standard</p>
</div>
<a href="https://wizixo.webestica.com/documentation/" target="_blank" class="btn btn-outline-white btn-sm mb-0 align-self-center ml-auto">Read more!</a>
</div>
</div>
</li>
<!-- Menu item 2 Blog-->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="blogMenu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Blog</a>
<ul class="dropdown-menu" aria-labelledby="blogMenu">
<li class="dropdown-submenu">
<a class="dropdown-item dropdown-toggle" href="#">Blog default</a>
<ul class="dropdown-menu">
<li> <a class="dropdown-item" href="blog-classic.html">Full Width</a> </li>
<li> <a class="dropdown-item" href="blog-classic-left-sidebar.html">Left Sidebar</a> </li>
<li> <a class="dropdown-item" href="blog-classic-right-sidebar.html">Right Sidebar</a> </li>
</ul>
</li>
<li class="dropdown-submenu">
<a class="dropdown-item dropdown-toggle" href="#">Blog Grid</a>
<ul class="dropdown-menu">
<li> <a class="dropdown-item" href="blog-grid-column-3.html">Three column</a> </li>
<li> <a class="dropdown-item" href="blog-grid-column-4.html">Four column</a> </li>
<li> <a class="dropdown-item" href="blog-grid-left-sidebar.html">Left Sidebar</a> </li>
<li> <a class="dropdown-item" href="blog-grid-right-sidebar.html">Right Sidebar</a> </li>
</ul>
</li>
<li><a class="dropdown-item" href="blog-minimal.html">Blog minimal</a></li>
<li class="dropdown-submenu">
<a class="dropdown-item dropdown-toggle" href="#">Blog Single</a>
<ul class="dropdown-menu">
<li> <a class="dropdown-item" href="blog-single-classic.html">Single classic</a> </li>
<li> <a class="dropdown-item" href="blog-single-minimal.html">Single Minimal</a> </li>
</ul>
</li>
</ul>
</li>
<!-- Menu item 3 Pages-->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="pagesMenu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Pages</a>
<ul class="dropdown-menu" aria-labelledby="pagesMenu">
<li> <a class="dropdown-item" href="about-classic.html">About Classic</a></li>
<li> <a class="dropdown-item" href="about-advance.html">About Advance</a> </li>
<li> <a class="dropdown-item" href="service.html">Service</a> </li>
<li> <a class="dropdown-item" href="contact.html">Contact</a> </li>
<li> <a class="dropdown-item" href="team.html">Team</a> </li>
<li> <a class="dropdown-item" href="careers.html">Careers</a> </li>
<li> <a class="dropdown-item" href="careers-single.html">Careers single</a> </li>
<li class="dropdown-submenu">
<a class="dropdown-item dropdown-toggle" href="#">Login & Signup</a>
<ul class="dropdown-menu">
<li> <a class="dropdown-item" href="sign-in.html">Sign in</a> </li>
<li> <a class="dropdown-item" href="sign-up.html">Sign up</a> </li>
<li> <a class="dropdown-item" href="password-recovery.html">Password recovery</a> </li>
</ul>
</li>
<li> <a class="dropdown-item" href="pricing.html">Pricing</a> </li>
<li> <a class="dropdown-item" href="timeline.html">Timeline</a> </li>
<li> <a class="dropdown-item" href="faq.html">FAQs</a> </li>
<li> <a class="dropdown-item" href="maintenance-mode.html">Maintenance mode</a> </li>
<li> <a class="dropdown-item" href="error-404.html">Error 404</a> </li>
</ul>
</li>
<!-- Menu item 4 Portfolio-->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="portfolioMenu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Portfolio</a>
<ul class="dropdown-menu" aria-labelledby="portfolioMenu">
<li> <a class="dropdown-item" href="portfolio-grid-column-3.html">Portfolio Column 3</a> </li>
<li> <a class="dropdown-item" href="portfolio-grid-column-4.html">Portfolio Column 4</a> </li>
<li> <a class="dropdown-item" href="portfolio-grid-column-5.html">Portfolio Column 5</a> </li>
<li> <a class="dropdown-item" href="portfolio-grid-column-6.html">Portfolio Column 6</a> </li>
<li> <a class="dropdown-item" href="portfolio-single.html">Portfolio Single</a> </li>
<li> <a class="dropdown-item" href="portfolio-single-02.html">Portfolio Single 2</a> </li>
<li> <a class="dropdown-item" href="portfolio-case-studies.html">Portfolio case studies <span class="badge badge-success ml-2">Hot</span></a> </li>
</ul>
</li>
<!-- Menu item 5 Elements-->
<li class="nav-item dropdown megamenu">
<a class="nav-link dropdown-toggle" href="#" id="elementsMenu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Elements</a>
<div class="dropdown-menu" aria-labelledby="elementsMenu" style="background-image:url(assets/images/menu-bg.jpg); background-position: right bottom; background-repeat: no-repeat;">
<div class="container">
<div class="row w-100">
<div class="col-sm-6 col-lg-3">
<ul class="list-unstyled">
<li> <a class="dropdown-item" href="elements-accordion.html">Accordion</a> </li>
<li> <a class="dropdown-item" href="elements-action-box.html">Action box</a> </li>
<li> <a class="dropdown-item" href="elements-alerts.html">Alerts</a> </li>
<li> <a class="dropdown-item" href="elements-animated-headlines.html">Animated Headlines</a> </li>
<li> <a class="dropdown-item" href="elements-blockquote.html">Blockquote</a> </li>
<li> <a class="dropdown-item" href="elements-buttons.html">Buttons</a> </li>
</ul>
</div>
<div class="col-sm-6 col-lg-3">
<ul class="list-unstyled">
<li> <a class="dropdown-item" href="elements-clients.html">Clients</a> </li>
<li> <a class="dropdown-item" href="elements-counter.html">Counter</a> </li>
<li> <a class="dropdown-item" href="elements-divider.html">Divider</a> </li>
<li> <a class="dropdown-item" href="elements-feature-box.html">Feature box</a> </li>
<li> <a class="dropdown-item" href="elements-forms.html">Forms</a> </li>
<li> <a class="dropdown-item" href="elements-grid.html">Grid</a> </li>
</ul>
</div>
<div class="col-sm-6 col-lg-3">
<ul class="list-unstyled">
<li> <a class="dropdown-item" href="elements-list-styles.html">list styles</a> </li>
<li> <a class="dropdown-item" href="elements-map.html">Map</a> </li>
<li> <a class="dropdown-item" href="elements-modal.html">Modal</a> </li>
<li> <a class="dropdown-item" href="elements-skill.html">skill</a> </li>
<li> <a class="dropdown-item" href="elements-social-icon.html">social icon</a> </li>
<li> <a class="dropdown-item" href="elements-tab.html">Tab</a> </li>
</ul>
</div>
<div class="col-sm-6 col-lg-3">
<ul class="list-unstyled">
<li> <a class="dropdown-item" href="elements-table.html">Table</a> </li>
<li> <a class="dropdown-item" href="elements-team.html">Team</a> </li>
<li> <a class="dropdown-item" href="elements-typography.html">Typography</a> </li>
<li> <a class="dropdown-item" href="elements-video.html">Video</a> </li>
</ul>
</div>
</div>
</div>
</div>
</li>
<!-- Menu item 6 Docs-->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="docMenu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Docs</a>
<ul class="dropdown-menu" aria-labelledby="docMenu">
<li> <a class="dropdown-item" href="https://wizixo.webestica.com/documentation/">Introduction</a> </li>
<li> <a class="dropdown-item" href="https://wizixo.webestica.com/documentation/#getting-started-section">Directory structure</a> </li>
<li> <a class="dropdown-item" href="https://wizixo.webestica.com/documentation/#installation-section">Gulp</a> </li>
<li> <a class="dropdown-item" href="https://wizixo.webestica.com/documentation/#edit-section">Customization</a> </li>
<li> <a class="dropdown-item" href="https://wizixo.webestica.com/documentation/#faqs">FAQs</a> </li>
<li class="dropdown-divider"></li>
<li> <a class="dropdown-item" href="http://support.webestica.com/" target="_blank">Support</a> </li>
</ul>
</li>
</ul>
</div>
<!-- Main Menu End -->
<!-- Header Extras Start-->
<div class="navbar-nav">
<!-- extra item Search-->
<div class="nav-item search border-0 pl-3 pr-0 px-lg-2" id="search">
<a class="nav-link" data-toggle="collapse" href="#search-open"><i class="ti-search"> </i></a>
</div>
<!-- extra item Btn-->
<div class="nav-item border-0 d-none d-lg-inline-block align-self-center">
<a href="#" class=" btn btn-sm btn-grad text-white mb-0">Buy Now!</a>
</div>
</div>
<!-- Header Extras End-->
</div>
</nav>
<!-- Logo Nav End -->
</header>
<!-- =======================
header End-->
<!-- =======================
Main Banner -->
<section class="p-0 height-700 parallax-bg" data-jarallax-original-styles="background:url('https://wizixo.webestica.com/assets/images/banner/03.jpg');">
<div class="container h-100">
<div class="row justify-content-between align-items-center h-100">
<div class="col-md-8 mb-7">
<h4>A mint of creativity</h4>
<h1 class="display-4 font-weight-bold">We are dreaming of the future</h1>
<span><a class="btn btn-grad btn-round zoom-on-hover mr-3" data-fancybox="" href="https://youtu.be/n_Cn8eFo7u8"> <i class="fa fa-play text-white"></i></a>03:00 minutes</span>
</div>
</div>
</div>
<div style="background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; background-image: url(https://wizixo.webestica.com/assets/images/banner/03.jpg);"></div></section>
<!-- =======================
Main banner -->
<!-- =======================
Action box -->
<section class="mt-n6 p-0 position-relative">
<div class="container">
<div class="d-block d-md-flex bg-primary p-4 p-sm-5 all-text-white border-radius-3">
<div class="align-self-center text-center text-md-left">
<h3 class="mb-0">Crafting visually stunning memorable experiences for web.</h3>
</div>
<div class="mt-3 mt-md-0 text-center text-md-right ml-md-auto align-self-center">
<button class="btn btn-white mb-0"><a class="btn btn-white mb-0" href="Login.html">Create New IDB!</a></button>
</div>
</div>
</div>
</section>
<!-- =======================
Action box -->
<!-- =======================
about us -->
<section>
<div class="container">
<div class="row justify-content-between align-items-center">
<!-- left -->
<div class="col-md-6">
<h2 class="h1">We’re good,<br>Just ask our moms.</h2>
<h5 class="mt-4">Crafting visually stunning memorable experiences for web and interfaces.</h5>
<p>We have built a robust team, which is capable of delivering best quality of services when it comes to website-design, Website development, mobile application, content and digital marketing</p>
<a href="#" class="btn btn-grad">Purchase Now!</a>
</div>
<!-- right -->
<div class="col-md-6">
<div class="row mt-4 mt-md-0">
<div class="col-7 pl-5 pr-2 mb-3">
<img class="border-radius-3 wow fadeInLeft" data-wow-duration="0.8s" data-wow-delay="0s" src="assets/images/service/02.jpg" alt="" style="visibility: visible; animation-duration: 0.8s; animation-delay: 0s; animation-name: fadeInLeft;">
</div>
<div class="col-5 align-self-end pl-2 mb-3">
<img class="border-radius-3 wow fadeInDown" data-wow-duration="0.8s" data-wow-delay="0.2s" src="assets/images/service/04.jpg" alt="" style="visibility: visible; animation-duration: 0.8s; animation-delay: 0.2s; animation-name: fadeInDown;">
</div>
<div class="col-5 offset-1 pl-5 pr-2 mb-3">
<img class="border-radius-3 wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.4s" src="assets/images/service/03.jpg" alt="" style="visibility: visible; animation-duration: 0.8s; animation-delay: 0.4s; animation-name: fadeInUp;">
</div>
<div class="col-5 px-2 mb-3">
<img class="border-radius-3 wow fadeInRight" data-wow-duration="0.8s" data-wow-delay="0.6s" src="assets/images/service/01.jpg" alt="" style="visibility: visible; animation-duration: 0.8s; animation-delay: 0.6s; animation-name: fadeInRight;">
</div>
</div>
</div>
</div>
<!-- service list start -->
<div class="row mt-3 mt-md-5">
<div class="col-sm-6 col-lg-3 mt-5 mt-lg-0">
<h6 class="text-primary">01</h6>
<h4 class="mb-2">Solution Defining</h4>
<p>We help our customers better manage their web presence in order to achieve greater success online.</p>
<ul class="list-unstyled primary-hover font-weight-bold">
<li><a href="#">Secure client network</a> </li>
<li><a href="#">Manual updates</a> </li>
<li><a href="#">Installed new routing</a> </li>
<li><a href="#">Setup Windows updates</a> </li>
</ul>
</div>
<div class="col-sm-6 col-lg-3 mt-5 mt-lg-0">
<h6 class="text-primary">02</h6>
<h4 class="mb-2">Premium Plugins</h4>
<p>The real challenge before companies in today's world is to make their products appealing to everyone.</p>
<ul class="list-unstyled primary-hover font-weight-bold">
<li><a href="#">Designed machines/server</a> </li>
<li><a href="#">Setup remote monitoring</a> </li>
<li><a href="#">Trained employees</a> </li>
<li><a href="#">Setup employee rotation </a> </li>
</ul>
</div>
<div class="col-sm-6 col-lg-3 mt-5 mt-lg-0">
<h6 class="text-primary">03</h6>
<h4 class="mb-2">High Performance</h4>
<p>With us at your side, you will find the IT solution to achieve your strategic and financial goals.</p>
<ul class="list-unstyled primary-hover font-weight-bold">
<li><a href="#">Setup anti-virus system</a> </li>
<li><a href="#">Responsible for updates</a> </li>
<li><a href="#">Remote support access</a> </li>
<li><a href="#">Troubleshoot issues</a> </li>
</ul>
</div>
<div class="col-sm-6 col-lg-3 mt-5 mt-lg-0">
<h6 class="text-primary">04</h6>
<h4 class="mb-2">Budget accounting</h4>
<p>We are emerging as one of the most promising private talent sourcing and management firms in the world.</p>
<ul class="list-unstyled primary-hover font-weight-bold">
<li><a href="#">Maintained Windows Servers</a> </li>
<li><a href="#">Supported Windows workstations</a> </li>
<li><a href="#">Configured backups</a> </li>
<li><a href="#">Setup a rotation schedule</a> </li>
</ul>
</div>
</div>
<!-- service list end -->
</div>
</section>
<!-- =======================
about us -->
<!-- =======================
action box -->
<section class="p-0">
<div class="container">
<div class="row ">
<div class="col-md-12">
<div class="bg-dark border-radius-3 py-3 all-text-white">
<h2 class="alt-font p-2 p-sm-5 text-center">"Partnering with 500+ Fortune companies and mid-sized firms across enterprises, experience the best in class, uniquely customized and scalable workforce solutions"</h2>
</div>
</div>
</div>
</div>
</section>
<!-- =======================
action box -->
<!-- =======================
fun facts -->
<section>
<div class="container h-100">
<div class="row">
<div class="col-md-12 col-lg-6 align-self-center mb-5 mb-lg-0">
<div class="title pb-4 text-left">
<h2>We are a full service Creative agency</h2>
<p class="mb-0">We are an insight and behavior driven creative marketing agency. A Full package Digital Creative Agency Specializing in: Video Production, Web Design, Branding, Brand Strategy, Content Marketing and Aerial Cinematography. </p>
</div>
<!-- counter start -->
<div class="row pb-4 counter counter-light counter-big counter-grad-text">
<div class="col-sm-6">
<div class="counter-item">
<h2 class="counter-item-digit mb-0" data-from="0" data-to="5257" data-speed="3000" data-refresh-interval="10">5257</h2>
<p class="counter-item-text">New accounts</p>
</div>
</div>
<div class="col-sm-6">
<div class="counter-item">
<h2 class="counter-item-digit mb-0" data-from="0" data-to="3200" data-speed="3000" data-refresh-interval="10">3200</h2>
<p class="counter-item-text">Renewal accounts</p>
</div>
</div>
</div>
<!-- counter end -->
<p class="mb-4">Benefits are the rewards that go beyond the paycheck. We offer a selection of benefits that meet our employees’ needs and expectation at different life stages. Examples for benefits at Wizixo are retirement benefits, health care and accident insurance.</p>
<div class="list-group-inline list-group-number list-unstyled mb-5 mb-lg-0">
<a href="#" class="list-group-item list-group-item-action"><span>1</span> Career Development</a>
<a href="#" class="list-group-item list-group-item-action"><span>2</span> Future Provision</a>
<a href="#" class="list-group-item list-group-item-action"><span>3</span> Flexible Working Hours </a>
<a href="#" class="list-group-item list-group-item-action"><span>4</span> Health & Fitness </a>
<a href="#" class="list-group-item list-group-item-action"><span>5</span> Employee Gifts </a>
<a href="#" class="list-group-item list-group-item-action"><span>6</span> Welcome Aboard </a>
</div>
</div>
<!-- right -->
<div class="col-md-10 col-lg-6 mx-md-auto align-self-center text-center">
<img class="rounded up-on-hover shadow shadow-hover" src="assets/images/service/06.jpg" alt="">
<div class="position-absolute left-0 bottom-0 ml-4 ml-md-n2 mb-3">
<a class="btn btn-grad" data-fancybox="" href="https://youtu.be/n_Cn8eFo7u8"> <i class="fa fa-play text-white"></i>Play Video </a>
</div>
</div>
</div>
<!-- row end -->
</div>
</section>
<!-- =======================
fun facts -->
<!-- =======================
blog -->
<!-- =======================
blog -->
<!-- =======================
client -->
<!-- =======================
client -->
<!-- =======================
footer -->
<footer class="footer bg-light pt-6">
<div class="footer-content pb-3">
<div class="container">
<div class="row">
<!-- Footer widget 1 -->
<div class="col-md-4">
<div class="widget">
<a href="" class="footer-logo">
<!-- footer SVG logo Start -->
<h1>IDB<br/>QitSource</h1>
<!-- footer SVG logo End -->
</a>
</div>
</div>
<!-- Footer widget 2 -->
<!-- Footer widget 3 -->
<div class="col-md-2 col-sm-6">
<div class="widget">
<h6>Quick LInks</h6>
<ul class="nav flex-column primary-hover">
<li class="nav-item"><a class="nav-link" href="about-classic.html">About</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="blog-grid-left-sidebar.html">Blog</a></li>
<li class="nav-item"><a class="nav-link" href="portfolio-grid-column-4.html">Portfolio</a></li>
</ul>
</div>
</div>
<!-- Footer widget 4 -->
<div class="col-md-3">
<div class="widget bg-grad p-4 all-text-white border-radius-3">
<i class="ti-email newsletter-icon"></i>
<p class="mb-2">Subscribe to our newsletter to receive exclusive offers.</p>
<div class="form-group mb-0">
<input class="form-control border-white mb-3" type="email" placeholder="Enter email...">
<button class="btn btn-dark mb-0">Join us</button>
</div>
</div>
</div>
</div>
<!-- Footer widget 4 -->
</div>
</div>
<div class="divider mt-3"></div>
<!--footer copyright -->
<div class="footer-copyright py-3">
<div class="container">
<div class="d-md-flex justify-content-between align-items-center py-3 text-center text-md-left">
<!-- copyright text -->
<div class="copyright-text">©2021 All Rights Reserved by <a href="https://aryia-behroziuan.github.io/web/"> QitSource.</a></div>
<!-- copyright links-->
<div class="copyright-links primary-hover mt-3 mt-md-0">
<ul class="list-inline">
<li class="list-inline-item pl-2"><a class="list-group-item-action" href="#">Home</a></li>
<li class="list-inline-item pl-2"><a class="list-group-item-action" href="#">About Us</a></li>
<li class="list-inline-item pl-2"><a class="list-group-item-action" href="#">Career</a></li>
<li class="list-inline-item pl-2"><a class="list-group-item-action" href="#">Privacy Policy</a></li>
<li class="list-inline-item pl-2"><a class="list-group-item-action pr-0" href="#">Use of terms</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- =======================
footer -->
<div> <a href="#" class="back-top btn btn-grad"><i class="ti-angle-up"></i></a> </div>
<!--Global JS-->
<script src="https://wizixo.webestica.com/assets/vendor/jquery/jquery.min.js"></script>
<script src="https://wizixo.webestica.com/assets/vendor/popper.js/umd/popper.min.js"></script>
<script src="https://wizixo.webestica.com/assets/vendor/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="https://wizixo.webestica.com/assets/vendor/jquery-easing/jquery.easing.min.js"></script>
<!--Vendors-->
<script src="https://wizixo.webestica.com/assets/vendor/fancybox/js/jquery.fancybox.min.js"></script>
<script src="https://wizixo.webestica.com/assets/vendor/owlcarousel/js/owl.carousel.min.js"></script>
<script src="https://wizixo.webestica.com/assets/vendor/jarallax/jarallax.min.js"></script>
<script src="https://wizixo.webestica.com/assets/vendor/jquery-countTo/jquery.countTo.js"></script>
<script src="https://wizixo.webestica.com/assets/vendor/jquery-appear/jquery.appear.js"></script>
<script src="https://wizixo.webestica.com/assets/vendor/wow/wow.min.js"></script>
<!--Template Functions-->
<script src="https://wizixo.webestica.com/assets/js/functions.js"></script><div class="ColorSwitcher"><h6>Color Switcher</h6><p>Select from options below to check template with color variations.</p><button class="ColorSwitcher__control"></button><div class="ColorSwitcher__switchs"><button class="ColorSwitcher__switch" title="Switch to blue" data-index="0" style="background-color: rgb(75, 218, 40);"></button><button class="ColorSwitcher__switch" title="Switch to orange" data-index="1" style="background-color: rgb(70, 80, 220);"></button><button class="ColorSwitcher__switch" title="Switch to purple" data-index="2" style="background-color: rgb(244, 28, 84);"></button><button class="ColorSwitcher__switch" title="Switch to sunset" data-index="3" style="background-color: rgb(255, 0, 0);"></button><button class="ColorSwitcher__switch" title="Switch to amy crisp" data-index="4" style="background-color: rgb(255, 132, 0);"></button><button class="ColorSwitcher__switch" title="Switch to aqua splash" data-index="5" style="background-color: rgb(255, 70, 58);"></button></div></div>
</body></html>