-
Notifications
You must be signed in to change notification settings - Fork 0
/
service-3.html
423 lines (377 loc) · 17.2 KB
/
service-3.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> Kogentzar Technologies | Service</title>
<!-- Stylesheets -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/meanmenu.min.css" rel="stylesheet">
<link href="assets/css/responsive.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,600;1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/x-icon">
<link rel="icon" href="assets/images/favicon.png" type="image/x-icon">
<script>
window.embeddedChatbotConfig = {
chatbotId: "V1MkSBh0PP65mDXqj84rr",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="V1MkSBh0PP65mDXqj84rr"
domain="www.chatbase.co"
defer>
</script>
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
</head>
<body>
<div class="page-wrapper">
<!-- Cursor -->
<div class="cursor"></div>
<div class="cursor-follower"></div>
<!-- Cursor End -->
<!-- Preloader -->
<div class="loader-wrap">
<div class="preloader">
<div class="preloader-close">x</div>
<div id="handle-preloader" class="handle-preloader">
<div class="animation-preloader">
<div class="txt-loading">
<span data-text-preloader="L" class="letters-loading">L</span>
<span data-text-preloader="O" class="letters-loading">O</span>
<span data-text-preloader="A" class="letters-loading">A</span>
<span data-text-preloader="D" class="letters-loading">D</span>
<span data-text-preloader="I" class="letters-loading">I</span>
<span data-text-preloader="N" class="letters-loading">N</span>
<span data-text-preloader="G" class="letters-loading">G</span>
</div>
</div>
</div>
</div>
</div>
<!-- Preloader End -->
<!-- Main Header -->
<header class="main-header header-style-two alternate">
<!-- Header Lower -->
<div class="header-lower">
<div class="auto-container">
<div class="inner-container">
<div class="d-flex align-items-center justify-content-between flex-wrap">
<div class="nav-outer d-flex align-items-center flex-wrap">
<div class="logo-box" style="width: 50px;">
<div class="logo"><a href="index.html"><img src="assets/KT_logo.png" alt="logo" title=""></a></div>
</div>
<!-- Main Menu -->
<nav class="main-menu navbar-expand-md">
<div class="navbar-header">
<!-- Toggle Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse clearfix" id="navbarSupportedContent">
<ul class="navigation clearfix">
<li><a href="index.html">Home</a>
</li>
<li><a href="about.html">About</a></li>
<li class="dropdown"><a href="services_detail.html">Services</a>
<ul>
<li><a href="service-1.html">Enterprise Management</a></li>
<li><a href="service-2.html">Digital Transformation</a></li>
<li><a href="service-3.html">Workflow Automation</a></li>
<li><a href="service-4.html">Business intelligence</a></li>
</ul>
</li>
<!--<li class=""><a href="#">Blog</a>-->
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
</div>
<!-- Main Menu End-->
<div class="outer-box d-flex align-items-center flex-wrap">
<!-- Language DropDown -->
<div class="language-dropdown">
</div>
<!-- Button Box -->
<!-- Mobile Navigation Toggler -->
<div class="mobile-nav-toggler">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-menu-2" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 6l16 0" /><path d="M4 12l16 0" /><path d="M4 18l16 0" /></svg>
</div>
</div>
</div>
</div>
</div>
</div>
<!--End Header Lower-->
<!-- Mobile Menu -->
<div class="mobile-menu">
<div class="menu-backdrop"></div>
<div class="close-btn"><span class="icon fa-solid fa-xmark fa-fw"></span></div>
<nav class="menu-box">
<div class="nav-logo"><a href="index.html"><img src="assets/images/mobile-logo.v" alt="logo" title=""></a></div>
<div class="menu-outer"><!--Here Menu Will Come Automatically Via Javascript / Same Menu as in Header--></div>
</nav>
</div>
<!-- End Mobile Menu -->
</header>
<!-- End Main Header -->
<!-- Page Title -->
<section class="page-title">
<div class="page-title-icon" style="background-image:url(assets/images/icons/page-title_icon-1.png)"></div>
<div class="page-title-icon-two" style="background-image:url(assets/images/icons/page-title_icon-2.png)"></div>
<div class="page-title-shadow" style="background-image:url(assets/images/background/page-title-1.png)"></div>
<div class="page-title-shadow_two" style="background-image:url(assets/images/background/page-title-2.png)"></div>
<div class="auto-container">
<h2>Service details</h2>
<ul class="bread-crumb clearfix">
<li><a href="index.html">Home</a></li>
<li>Workflow Automation</li>
</ul>
</div>
</section>
<!-- End Page Title -->
<section class="services-detail">
<div class="auto-container">
<!-- Sec Title -->
<div class="sec-title style-four">
<div class="d-flex justify-content-between align-items-center flex-wrap">
<div class="left-box">
<h2 class="sec-title_heading">Standard Operating Procedures <span>SOP</span></h2><br>
<p>
SOPs are the foundation of any streamlined and automated business process. They provide clear guidelines on how tasks should be performed, ensuring consistency, quality, and accountability across an organization. Establishing SOPs is often the first step for any growing business, and they are crucial for laying the groundwork for scaling operations. At Kogentzar Technologies, we help you craft SOPs that align with your vision, setting standards that not only guide your operations but also elevate them to industry benchmarks. Let us help you build SOPs that drive growth and enable your organization to operate at the level of a global conglomerate.
</p>
</div>
<div class="right-box">
<img src="assets/images/resource/service-detail5.jpg" alt="" />
</div>
</div>
</div>
</div>
</section><br>
<section class="services-detail">
<div class="auto-container">
<!-- Sec Title -->
<div class="sec-title style-four">
<div class="d-flex justify-content-between align-items-center flex-wrap">
<div class="left-box">
<img src="assets/images/resource/service-detail6.jpg" alt="" />
</div>
<div class="right-box">
<h2 class="sec-title_heading"><span>Process </span> Automation</h2><br>
<p>Automation is an essential tool for increasing operational efficiency and precision. We help businesses automate manual, repetitive tasks by structuring workflows, integrating systems, and implementing automation technologies. By defining business rules and creating seamless workflows, we enable systems to operate with minimal manual intervention. Technologies like Robotic Process Automation (RPA), Optical Character Recognition (OCR), and Intelligent Document Processing (IDP) are just a few examples of what we employ to enhance business processes. At Kogentzar Technologies, our goal is to empower your organization to focus on strategic, value-adding tasks, while automation handles the repetitive operations behind the scenes.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="services-detail">
<div class="auto-container">
<!-- Sec Title -->
<div class="sec-title style-four">
<div class="d-flex justify-content-between align-items-center flex-wrap">
<div class="left-box">
<h2 class="sec-title_heading"><span>Process </span> Audits</h2><br>
<p>Maximizing ROI starts with a thorough analysis of your current processes. Our process audits, powered by 'Process Mining,' dig deep into the data generated by your systems to evaluate the efficiency and effectiveness of every workflow. By uncovering bottlenecks and areas for improvement, we help optimize your business processes to extract maximum value. This is the first step toward achieving continuous improvement (Kaizen) and long-term success. At Kogentzar Technologies, we specialize in transforming insights from process audits into actionable strategies that boost performance and efficiency.
</p>
</div>
<div class="right-box">
<img src="assets/images/resource/service-detail7.jpg" alt="" />
</div>
</div>
</div>
</div>
</section>
<!-- Services Detail -->
<!-- End Services One -->
<!-- Services Two -->
<div class="services-two">
<div class="auto-container">
<!-- Sec Title -->
<div class="sec-title style-four centered">
<div class="sec-title_title">Service benefit</div>
<h2 class="sec-title_heading"><span>Benefit</span> of our services</h2>
</div>
<div class="row clearfix">
<!-- Service Block Four -->
<div class="service-block_four col-lg-3 col-md-6 col-sm-12">
<div class="service-block_four-inner">
<div class="service-block_four-icon">
<i class="icon-heart-hand"></i>
</div>
<h4 class="service-block_four-title">Engagement</h4>
<div class="service-block_four-text">Design patent protects the unique visual aspects of your product, preventing.</div>
</div>
</div>
<!-- Service Block Four -->
<div class="service-block_four col-lg-3 col-md-6 col-sm-12">
<div class="service-block_four-inner">
<div class="service-block_four-icon">
<i class="icon-eye"></i>
</div>
<h4 class="service-block_four-title">Brand visibility</h4>
<div class="service-block_four-text">Design patent protects the unique visual aspects of your product, preventing.</div>
</div>
</div>
<!-- Service Block Four -->
<div class="service-block_four col-lg-3 col-md-6 col-sm-12">
<div class="service-block_four-inner">
<div class="service-block_four-icon">
<i class="icon-seo"></i>
</div>
<h4 class="service-block_four-title">SEO optimization</h4>
<div class="service-block_four-text">Design patent protects the unique visual aspects of your product, preventing.</div>
</div>
</div>
<!-- Service Block Four -->
<div class="service-block_four col-lg-3 col-md-6 col-sm-12">
<div class="service-block_four-inner">
<div class="service-block_four-icon">
<i class="icon-magnet-1"></i>
</div>
<h4 class="service-block_four-title">Lead generation</h4>
<div class="service-block_four-text">Design patent protects the unique visual aspects of your product, preventing.</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Services Two -->
<!-- CTA One -->
<!-- End CTA One -->
<!-- Main Footer -->
<footer class="main-footer">
<div class="footer_pattern" style="background-image: url(assets/images/background/footer-pattern.png)"></div>
<div class="auto-container">
<div class="inner-container">
<!-- Widgets Section -->
<div class="widgets-section">
<div class="row clearfix">
<!-- Big Column -->
<div class="big-column col-lg-5 col-md-12 col-sm-12">
<div class="footer-newsletter">
<h5 class="footer-title">Newsletter</h5>
<div class="footer-newsletter_text">Stay updated with our latest insights, tips, and news to empower your business growth. Subscribe to our newsletter for valuable resources and updates!</div>
<div class="newsletter-box">
<form method="post" action="contact.html">
<div class="form-group">
<span class="icon fa-regular fa-envelope fa-fw"></span>
<input type="email" name="search-field" value="" placeholder="Enter your mail" required>
<button type="submit" class="template-btn btn-style-one">
<span class="btn-wrap">
<span class="text-one">Subscribe</span>
<span class="text-two">Subscribe</span>
</span>
</button>
</div>
</form>
</div>
</div>
</div>
<!-- Big Column -->
<div class="big-column col-lg-7 col-md-12 col-sm-12">
<div class="footer-lists_outer">
<div class="row clearfix">
<!-- Column -->
<div class="column col-lg-3 col-md-4 col-sm-6">
<h5 class="footer-title">resources</h5>
<ul class="footer-pages_list">
<li><a href="about.html">About</a></li>
<li><a href="services.html">Service</a></li>
<li><a href="contact.html">contact</a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<!--<li><a href="#">Services</a></li>-->
</ul>
</div>
<!-- Column -->
<div class="column col-lg-5 col-md-4 col-sm-6">
<h5 class="footer-title">Services</h5>
<ul class="footer-pages_list">
<li><a href="service-1.html">Custom ERP building</a></li>
<li><a href="service-1.html">ERP Advisory</a></li>
<li><a href="service-2.html">Legacy Modernization</a></li>
<li><a href="service-2.html">Low code development</a></li>
<li><a href="service-3.html">SOP</a></li>
<li><a href="service-3.html">Process Automation</a></li>
<li><a href="service-3.html">Process Audits</a></li>
<li><a href="service-4.html">Dashboards</a></li>
<li><a href="service-4.html">Data Analytics</a></li>
</ul>
</div>
<!-- Column -->
<div class="column col-lg-4 col-md-4 col-sm-6">
<h5 class="footer-title">about us</h5>
<ul class="footer-pages_list">
<li><a href="about.html">Our story</a></li>
<!--<li><a href="#">Careers</a></li>-->
<li><a href="a"></a></li>
<!--<li><a href="#">Error 404</a></li>-->
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="auto-container">
<div class="inner-container d-flex justify-content-between align-items-center flex-wrap">
<div class="footer-logo" style="width: 50px;"><a href="index.html"><img src="assets/KT_logo.png" alt="img" title=""></a></div>
<div class="footer-copyright">© 2024 <a href="index.html">Kogentzar Technologies.</a> All rights reserved.</div>
<!-- Social Box -->
<div class="footer-social_box">
<a href="https://facebook.com/"><i class="fa-brands fa-facebook-f"></i></a>
<a href="https://twitter.com/"><i class="fa-brands fa-twitter"></i></a>
<a href="https://youtube.com/"><i class="fa-brands fa-youtube"></i></a>
<a href="https://instagram.com/"><i class="fa-brands fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- End PageWrapper -->
<div class="progress-wrap">
<svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102">
<path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98"/>
</svg>
</div>
<script src="assets/js/jquery.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/appear.js"></script>
<script src="assets/js/parallax.min.js"></script>
<script src="assets/js/tilt.jquery.min.js"></script>
<script src="assets/js/jquery.paroller.min.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/swiper.min.js"></script>
<script src="assets/js/backtotop.js"></script>
<script src="assets/js/odometer.js"></script>
<script src="assets/js/parallax-scroll.js"></script>
<script src="assets/js/gsap.min.js"></script>
<script src="assets/js/SplitText.min.js"></script>
<script src="assets/js/ScrollTrigger.min.js"></script>
<script src="assets/js/ScrollToPlugin.min.js"></script>
<script src="assets/js/ScrollSmoother.min.js"></script>
<script src="assets/js/touchspin.js"></script>
<script src="assets/js/jquery.marquee.min.js"></script>
<script src="assets/js/magnific-popup.min.js"></script>
<script src="assets/js/nav-tool.js"></script>
<script src="assets/js/jquery-ui.js"></script>
<script src="assets/js/element-in-view.js"></script>
<script src="assets/js/script.js"></script>
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
</body>
</html>