-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.ejs
More file actions
840 lines (829 loc) · 49.1 KB
/
index.ejs
File metadata and controls
840 lines (829 loc) · 49.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
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
838
839
840
<!doctype html>
<html class="no-js" lang="en">
<head>
<title>Loence ERP- a modern and easy to implement ERP software solution in Bangladesh</title>
<meta name="description" content="Loence ERP is a customizable modern ERP built with cutting edge technology and sophisticated design. We provide ERP consultancy, software, training and support to trading, manufacturing and service businesses of all size.
We share the step by step journey from planning to implementation of a modern ERP in Bangladesh with you. With facilitate all this at a significantly lower cost than our international competitors.">
<% include ./header.partial.ejs %>
<link rel="stylesheet" href="assets/css/custom-classes.css">
<link rel="stylesheet" href="/assets/css/animate.css"/>
</head>
<body class="page-preloading bodystyle">
<!-- Page Pre-Loader -->
<div class="page-preloader">
<div class="preloader">
<img src="/assets/images/preloader.gif" alt="Preloader">
</div>
</div>
<!-- .page-preloader -->
<!-- navigation panel -->
<%- include navigation.partial.ejs %>
<!-- section text -->
<section class="bg-gray" style="margin-top: 80px; padding: 60px 0;">
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-8 xs-margin-bottom-four">
<h2 class="owl-subtitle">Loence ERP</h2>
<h1 class="owl-title"
style="line-height: 35px;font-size: 25px; font-weight: 600; display: block; letter-spacing: 4px;">We
facilitate you the easiest way to implement a modern ERP system in Bangladesh
</h1>
</div>
<!-- end section title -->
<!-- section highlight text -->
<div class="col-md-4 col-sm-4 text-right xs-text-left">
<img alt="ERP Technology" class="get-bg xs-display-none" style="padding-top: 12%;"
src="assets/images/loencehomeerp.png"/>
</div>
</div>
</div>
</section>
<!--<section class="padding-three hback1">
<div class="container">
<div class="row">
<!– section title –>
<div class="col-md-6 col-sm-6">
<span class="text-large letter-spacing-2 black-text font-weight-600 agency-title">Loence ERP Modules</span>
</div>
<!– end section title –>
<!– section highlight text –>
<div class="col-md-6 col-sm-6 text-right xs-text-left">
</div>
<!– end section highlight text –>
</div>
</div>
</section>
<section class="bg-white no-padding">
<div class="container-fuild parallax9 parallax-fix">
<img class="parallax-background-img" src="/assets/images/all/bannererp.jpg" alt="" />
<div class="col-md-6 col-sm-12 col-xs-12 grid-border pull-right no-padding clearfix">
<!– services item –>
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12 no-padding grid-border-box bg-gray text-center">
<a href="human-resource-management/index.html">
<img class="modulesicon" src="/assets/images/modules/humanresource.png" alt="" />
<span class="text-uppercase letter-spacing-2 black-text font-weight-600 display-block margin-ten no-margin-bottom xs-margin-top-five">HUMAN RESOURCE
<br>MANAGEMENT</span>
</a>
</div>
<!– end services item –>
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12 no-padding grid-border-box bg-gray text-center">
<a href="financial-accounting/index.html">
<img class="modulesicon" src="/assets/images/modules/accounting.png" alt="" />
<span class="text-uppercase letter-spacing-2 black-text font-weight-600 display-block margin-ten no-margin-bottom xs-margin-top-five">FINANCIAL
<br> ACCOUNTING
</span>
</a>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12 no-padding grid-border-box bg-gray text-center">
<a href="supply-chain-management/index.html">
<img class="modulesicon" src="/assets/images/modules/finance.png" alt="" />
<span class="text-uppercase letter-spacing-2 black-text font-weight-600 display-block margin-ten no-margin-bottom xs-margin-top-five">SUPPLY CHAIN
<br>MANAGEMENT</span>
</a>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12 no-padding grid-border-box bg-gray text-center">
<a href="manufacturing-process-management/index.html">
<img class="modulesicon" src="/assets/images/modules/manufacturing.png" alt="" />
<span class="text-uppercase letter-spacing-2 black-text font-weight-600 display-block margin-ten no-margin-bottom xs-margin-top-five">MANUFACTURING
<br>PROCESS MANAGEMENT</span>
</a>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12 no-padding grid-border-box bg-gray text-center">
<a href="business-process-management/index.html">
<img class="modulesicon" src="/assets/images/modules/businessprocess.png" alt="" />
<span class="text-uppercase letter-spacing-2 black-text font-weight-600 display-block margin-ten no-margin-bottom xs-margin-top-five">BUSINESS PROCESS
<br>MANAGEMENT</span>
</a>
</div>
<div class="col-lg-4 col-md-6 col-sm-6 col-xs-12 no-padding grid-border-box bg-gray text-center">
<a href="business-intelligence">
<img class="modulesicon" src="/assets/images/modules/inventory.png" alt="" />
<span class="text-uppercase letter-spacing-2 black-text font-weight-600 display-block margin-ten no-margin-bottom xs-margin-top-five">BUSINESS
<br>INTELLIGENCE</span>
</a>
</div>
</div>
</div>
</section>-->
<section class="padding-one hback1">
<div class="container">
<div class="row">
<!-- section title -->
<div class="col-md-9 col-sm-6">
<h2 class="text-large letter-spacing-2 black-text font-weight-600 agency-title">Benefits
of implementing ERP in Bangladesh
</h2>
</div>
<!-- end section title -->
<!-- section highlight text -->
<div class="col-md-6 col-sm-6 text-right xs-text-left">
</div>
<!-- end section highlight text -->
</div>
</div>
</section>
<section class="border-bottom clear-both bg-gray" style="padding-bottom: 0px;">
<div class="container">
<div class="row">
<div class="col-md-12 our-process">
<div class="">
<div class="col-md-6 no-padding-left margin-five no-margin-top xs-no-padding wow fadeInUp"
data-wow-duration="1000ms">
<div class="icon position-relative xs-no-margin-lr-auto">
<div class="title black-text font-22px font-weight-700 display-inline-block vertical-align-middle">
Reduction in operational cost
</div>
</div>
<p class="text-extra-large width-90">In a typical business, managers spend lots of their working
hours traversing piles of documents to find the appropriate data. Automating most of these
tasks, an ERP system contributes in a dramatic reduction in operational cost
</p>
</div>
<div class="col-md-6 no-padding-left margin-five no-margin-top xs-no-padding wow fadeInUp"
data-wow-duration="1000ms">
<div class="icon position-relative xs-no-margin-lr-auto">
<div class="title black-text font-22px font-weight-700 display-inline-block vertical-align-middle">
Improved efficiency
</div>
</div>
<p class="text-extra-large width-90">With less time spent to carry out repetitive daily activities,
a properly implemented ERP frees up your team to focus on revenue-affecting tasks, improving
efficiency of the team.
</p>
</div>
</div>
<div class="clearfix"></div>
<div class="">
<div class="col-md-6 no-padding-left margin-five no-margin-top xs-margin-bottom-five xs-no-padding wow fadeInUp"
data-wow-duration="1200ms">
<div class="icon position-relative xs-no-margin-lr-auto">
<div class="title black-text font-22px font-weight-700 display-inline-block vertical-align-middle">
Total visibility and collaboration
</div>
</div>
<p class="text-extra-large width-90">ERP allows data from every department easily accessible to
every layer of your management which provides more coherent workflows and allows
inter-departmental processes to be easily tracked with maximum efficiency.
</p>
</div>
<div class="col-md-6 no-padding-left margin-five no-margin-top xs-no-padding wow fadeInUp" data-wow-duration="1200ms">
<div class="icon position-relative xs-no-margin-lr-auto">
<div class="title black-text font-22px font-weight-700 display-inline-block vertical-align-middle">
Improved forecasting and decision making
</div>
</div>
<p class="text-extra-large width-90">ERP gives you the ability to analyze and compare functions
across departments. Since the information within ERP is as accurate as possible, businesses can
make realistic estimates and more effective forecasts and decisions.
</p>
</div>
</div>
<div class="clearfix"></div>
<div class="">
<div class="col-md-6 no-padding-left margin-five no-margin-top xs-no-padding wow fadeInUp"
data-wow-duration="1200ms">
<div class="icon position-relative xs-no-margin-lr-auto">
<div class="title black-text font-22px font-weight-700 display-inline-block vertical-align-middle">
Improved supply chain performance
</div>
</div>
<p class="text-extra-large width-90">A streamlined supply chain becomes better and more responsive
via improved demand forecasting, inventory management, procurement and facilitates manufacturing
innovations, which can help you reduce costs and develop exciting new products that give your
business the competitive edge it needs to stay ahead.
</p>
</div>
<div class="col-md-6 no-padding-left margin-five no-margin-top xs-no-padding wow fadeInUp"
data-wow-duration="1200ms">
<div class="icon position-relative xs-no-margin-lr-auto">
<div class="title black-text font-22px font-weight-700 display-inline-block vertical-align-middle">
Reduction in inventory cost
</div>
</div>
<p class="text-extra-large width-90">Proper implementation of ERP results in- 15-25 percent
reduction in funds invested in safety stock, 10-25 percent fewer stock outs, for improved
availability and productivity, 10-25 percent drop in administrative costs for replenishing
inventory, 33-66 percent less resource time spent managing inventory.
</p>
</div>
</div>
<div class="clearfix"></div>
<div class="">
<div class="col-md-6 no-padding-left margin-five no-margin-top xs-margin-bottom-five xs-no-padding wow fadeInUp"
data-wow-duration="1200ms">
<div class="icon position-relative xs-no-margin-lr-auto">
<div class="title black-text font-22px font-weight-700 display-inline-block vertical-align-middle">
Improved customer satisfaction
</div>
</div>
<p class="text-extra-large width-90">Your sales team can focus on building and
maintaining customer relationships and providing better customer interactions from targeted
marketing instead of maintaining spreadsheets and books.
</p>
</div>
<div class="col-md-6 no-padding-left margin-five no-margin-top xs-no-padding wow fadeInUp" data-wow-duration="1200ms">
<div class="icon position-relative xs-no-margin-lr-auto">
<div class="title black-text font-22px font-weight-700 display-inline-block vertical-align-middle">
Scalability
</div>
</div>
<p class="text-extra-large width-90">Whether you’re expanding your customer base; entering new
markets; rolling out new processes, departments or products; or are otherwise growing your
business, adding new functionality to the ERP platform is easy with a modern ERP.
</p>
</div>
</div>
<div class="clearfix"></div>
<div class="">
<div class="col-md-6 no-padding-left margin-five no-margin-top xs-no-padding wow fadeInUp"
data-wow-duration="1200ms">
<div class="icon position-relative xs-no-margin-lr-auto">
<div class="title black-text font-22px font-weight-700 display-inline-block vertical-align-middle">
Storing appropriate quantity of data
</div>
</div>
<p class="text-extra-large width-90">A modern ERP stores data efficiently so you can easily access and
analyze your data to further optimize your business or to adopt new competitive strategies.
</p>
</div>
<div class="col-md-6 no-padding-left margin-five no-margin-top xs-no-padding wow fadeInUp"
data-wow-duration="1200ms">
<div class="icon position-relative xs-no-margin-lr-auto">
<div class="title black-text font-22px font-weight-700 display-inline-block vertical-align-middle">
Data security
</div>
</div>
<p class="text-extra-large width-90">Prepared for any unwanted occurrences, a modern ERP system
backs up your data on
regular basis. The impenetrable security ensures your data is never accessed unauthorized
whereas traditionally stored data may get damaged or lost and is vulnerable to accident and
unauthorized access.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="padding-one hback1">
<div class="container">
<div class="row">
<!-- section title -->
<div class="col-md-6 col-sm-6">
<span class="text-large letter-spacing-2 black-text font-weight-600 agency-title">Why Loence ERP</span>
</div>
<!-- end section title -->
<!-- section highlight text -->
<div class="col-md-6 col-sm-6 text-right xs-text-left">
</div>
<!-- end section highlight text -->
</div>
</div>
</section>
<!-- content section -->
<section class="content-section" style="padding: 80px 0;">
<div class="container">
<div class="row">
<div>
<div class="col-md-4 col-sm-12">
<div class="features-section col-md-12 col-sm-6 no-padding wow fadeInUp" data-wow-duration="1200ms">
<div class="col-md-12 col-sm-12 col-xs-12 no-padding text-left f-right">
<h5>Latest Technologies</h5>
<div class="separator-line bg-yellow"></div>
<p>We believe in ever evolving nature of technology and our cutting edge technology stack adapts latest
and proven technologies faster.
</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="features-section no-margin col-md-12 col-sm-6 no-padding wow fadeInUp"
data-wow-duration="1200ms">
<div class="col-md-12 col-sm-12 col-xs-12 no-padding text-left f-right">
<h5>Seamless User Experience</h5>
<div class="separator-line bg-yellow"></div>
<p>Focused on delivering easy, intuitive and seamless user interaction, we make it simple
for you to adapt. We follow ‘Material Design’ guidelines from Google.
</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="features-section col-md-12 col-sm-6 no-padding wow fadeInUp" data-wow-duration="1200ms">
<div class="col-md-12 col-sm-12 col-xs-12 no-padding text-left f-right">
<h5>Faster Delivery</h5>
<div class="separator-line bg-yellow"></div>
<p>The modular architecture and plug-and-play mechanism of our ERP platform allows us to
deliver complex features significantly faster than our local and international
competitors.
</p>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
<div>
<div class="col-md-4 col-sm-12">
<div class="features-section no-margin col-md-12 col-sm-6 no-padding wow fadeInUp"
data-wow-duration="1500ms">
<div class="col-md-12 col-sm-12 col-xs-12 no-padding text-left f-right">
<h5>Impenetrable Security</h5>
<div class="separator-line bg-yellow"></div>
<p>With a vigilant team of security experts we maintain an impenetrable security framework
ensuring multiple layers of authentication and authorization process.
</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="features-section no-margin col-md-12 col-sm-6 no-padding wow fadeInUp"
data-wow-duration="1500ms">
<div class="col-md-12 col-sm-12 col-xs-12 no-padding text-left f-right">
<h5>Smart Device Integration</h5>
<div class="separator-line bg-yellow"></div>
<p>From attendance tracking to manufacturing process automation, we integrate your smart
devices to ERP system which eliminates repetitive manual interventions, saving time and
increasing accuracy.
</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="features-section no-margin col-md-12 col-sm-6 no-padding wow fadeInUp"
data-wow-duration="1500ms">
<div class="col-md-12 col-sm-12 col-xs-12 no-padding text-left f-right">
<h5>AI Implementation</h5>
<div class="separator-line bg-yellow"></div>
<p>We develop artificial intelligence based forecasting and planning tools on demand giving
you access to most advanced technology advantages.
</p>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
<div>
<div class="col-md-4 col-sm-12">
<div class="features-section no-margin col-md-12 col-sm-6 no-padding wow fadeInUp"
data-wow-duration="1500ms">
<div class="col-md-12 col-sm-12 col-xs-12 no-padding text-left f-right">
<h5>Uninterrupted Support</h5>
<div class="separator-line bg-yellow"></div>
<p>We ensure uninterrupted support through our 24/7 help desk and a watchful Rapid Action
Team.
</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="features-section no-margin col-md-12 col-sm-6 no-padding wow fadeInUp"
data-wow-duration="1500ms">
<div class="col-md-12 col-sm-12 col-xs-12 no-padding text-left f-right">
<h5>Complete Paperless Facility</h5>
<div class="separator-line bg-yellow"></div>
<p>Computerizing all your operational, reporting and analytical activities, we equip you
with everything you need to go paperless.
</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="features-section no-margin col-md-12 col-sm-6 no-padding wow fadeInUp"
data-wow-duration="1500ms">
<div class="col-md-12 col-sm-12 col-xs-12 no-padding text-left f-right">
<h5>Customized Analysis And Report</h5>
<div class="separator-line bg-yellow"></div>
<p>You can gather appropriate quantity of information and perform statistical reporting and
analysis through customized tools.
</p>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="col-md-4 col-sm-12">
<div class="features-section no-margin col-md-12 col-sm-6 no-padding wow fadeInUp"
data-wow-duration="1500ms">
<div class="col-md-12 col-sm-12 col-xs-12 no-padding text-left f-right">
<h5>Zero Downtime</h5>
<div class="separator-line bg-yellow"></div>
<p>Thanks to our advanced back-up mechanism we ensure you a downtime free experience.</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="features-section no-margin col-md-12 col-sm-6 no-padding wow fadeInUp"
data-wow-duration="1500ms">
<div class="col-md-12 col-sm-12 col-xs-12 no-padding text-left f-right">
<h5>Customized Mobile Applications</h5>
<div class="separator-line bg-yellow"></div>
<p>We provide customized Android and IOS mobile applications to ensure comfortable and
streamlined experience.
</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="features-section no-margin col-md-12 col-sm-6 no-padding wow fadeInUp"
data-wow-duration="1500ms">
<div class="col-md-12 col-sm-12 col-xs-12 no-padding text-left f-right">
<h5>All In One</h5>
<div class="separator-line bg-yellow"></div>
<p>Thanks to our sophisticated ERP platform, you can manage all your sister concerns in one
integrated system.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end content section -->
<section class="padding-one hback1">
<div class="container">
<div class="row">
<!-- section title -->
<div class="col-md-6 col-sm-6">
<h2 class="text-large letter-spacing-2 black-text font-weight-600 agency-title"><i>Free</i> ERP
Consultancy, Training and Support
</h2>
</div>
<!-- end section title -->
<!-- section highlight text -->
<div class="col-md-6 col-sm-6 text-right xs-text-left">
</div>
<!-- end section highlight text -->
</div>
</div>
</section>
<!-- chef section -->
<section class="bg-gray">
<div class="container">
<div class="row no-margin-bottom">
<div class="col-md-12">
<div class="col-md-6 chef-text text-center mobile-displaynone"
style="background-color: white !important;">
<span class="text-large black-text text-uppercase letter-spacing-3 font-weight-600 margin-ten display-block no-margin-bottom">Consultancy</span>
<p class="text-extra-large margin-ten newmargin10-5 width-90 center-col">Our consultants help you build plans for how you
implement a modern ERP for your business in Bangladesh.
Analyzing your special business needs and contexts, they suggest adjustments, customization or
enhancements of the ERP system.
</p>
<p class="text-extra-large margin-ten width-90 center-col">
<a href="mailto:market360@loence.com?subject=Need consultancy for my business&body=Hi,I was going through your website and found your email. Can your consultants help me with my business?" class="highlight-button-dark btn btn-small button xs-margin-bottom-five" style="margin-right: 10px;">Request</a>
Consultancy for FREE!
</p>
</div>
<div class="col-md-6 chef-img cover-background"
style="background-image:url('assets/images/support/consultancy.jpg');">
<div class="img-border"></div>
</div>
<div class="col-md-6 chef-text text-center pc-displaynone" style="background-color: white !important;">
<span class="text-large black-text text-uppercase letter-spacing-3 font-weight-600 margin-ten display-block no-margin-bottom">Consultancy</span>
<p class="text-extra-large margin-ten newmargin10-5 width-90 center-col">Our consultants help you build plans for how you
implement a modern ERP for your business in Bangladesh.
Analyzing your special business needs and contexts, they suggest adjustments, customization or
enhancements of the ERP system.</p>
<p class="text-extra-large margin-ten width-90 center-col">
<a href="mailto:market360@loence.com?subject=Need consultancy for my business&body=Hi,I was going through your website and found your email. Can your consultants help me with my business?" class="highlight-button-dark btn btn-small button xs-margin-bottom-five" style="margin-right: 10px;">Request</a>
Consultancy for FREE!
</p>
</div>
</div>
<!-- chef -->
<div class="col-md-12 sm-margin-bottom-ten">
<div class="col-md-6 chef-img cover-background"
style="background-image:url('assets/images/support/training.jpg');">
<div class="img-border"></div>
</div>
<div class="col-md-6 chef-text bg-gray text-center" style="background-color: white !important;">
<span class="text-large black-text text-uppercase letter-spacing-3 font-weight-600 margin-ten display-block no-margin-bottom">Training</span>
<p class="text-extra-large margin-ten newmargin10-5 width-90 center-col">Our ERP experts train your employees to ensure
smooth and comfortable migration to
digitalized system. Your employees do not need any prior experience with ERP. <br/>We arrange
freemium training workshops on Loence ERP regularly.
</p>
<p class="text-extra-large margin-ten width-90 center-col">
<a href="mailto:market360@loence.com?subject=Need training for my employees&body=Hi,I was going through your website and found your email. Can you arrange a training workshop for my employees?" class="highlight-button-dark btn btn-small button xs-margin-bottom-five" style="margin-right: 10px;">Join</a>
Our next workshop for FREE!
</p>
</div>
</div>
<!-- end chef -->
<!-- chef -->
<div class="col-md-12">
<div class="col-md-6 chef-text text-center mobile-displaynone"
style="background-color: white !important;">
<span class="text-large black-text text-uppercase letter-spacing-3 font-weight-600 margin-ten display-block no-margin-bottom">Support</span>
<p class="text-extra-large margin-ten newmargin10-5 width-90 center-col">We recognize the importance of delivering quality
support services to our clients.
Our support team is comprised of experienced and dedicated ERP experts who
connect you through phone, live chat or email. You can reach us all day.
</p>
<p class="text-extra-large margin-ten width-90 center-col">
<a href="mailto:market360@loence.com?subject=Need your support team&body=Hi,I was going through your website and found your email. I barely need help from your support team." class="highlight-button-dark btn btn-small button xs-margin-bottom-five" style="margin-right: 10px;">Submit</a>
A query to our support
</p>
</div>
<div class="col-md-6 chef-img cover-background"
style="background-image:url('assets/images/support/support.jpg');">
<div class="img-border"></div>
</div>
<div class="col-md-6 chef-text text-center pc-displaynone" style="background-color: white !important;">
<span class="text-large black-text text-uppercase letter-spacing-3 font-weight-600 margin-ten display-block no-margin-bottom">Support</span>
<p class="text-extra-large margin-ten newmargin10-5 width-90 center-col">We recognize the importance of delivering quality
support services to our clients.
Our support team is comprised of experienced and dedicated ERP experts who
connect you through phone, live chat or email. You can reach us all day.</p>
<p class="text-extra-large margin-ten width-90 center-col">
<a href="mailto:market360@loence.com?subject=Need your support team&body=Hi,I was going through your website and found your email. I barely need help from your support team." class="highlight-button-dark btn btn-small button xs-margin-bottom-five" style="margin-right: 10px;">Submit</a>
A query to our support
</p>
</div>
</div>
<!-- end chef -->
</div>
</div>
</section>
<!--<section class="padding-three hback1">
<div class="container">
<div class="row">
<!– section title –>
<div class="col-md-6 col-sm-6">
<span class="text-large letter-spacing-2 black-text font-weight-600 agency-title">Our Preferred Industries</span>
</div>
<!– end section title –>
<!– section highlight text –>
<div class="col-md-6 col-sm-6 text-right xs-text-left">
</div>
<!– end section highlight text –>
</div>
</div>
</section>
<section class="work-5col masonry wide photography-grid photography-services no-margin-top no-padding wow fadeIn">
<div class="container-fluid">
<div class="row">
<div class="col-md-12 grid-gallery overflow-hidden no-padding">
<div class="tab-content">
<ul class="grid masonry-block-items">
<!– masonry items –>
<li class="overflow-hidden">
<div class="opacity-light bg-dark-gray"></div>
<a href="">
<img src="/assets/images/industry/plastic.jpg" alt="">
</a>
<div class="img-border-small img-border-small-gray border-transperent-light"></div>
<figure>
<figcaption>
<div class="photography-grid-details">
<span class="text-large letter-spacing-9 font-weight-600 white-text">
<a href="#" class="white-text">Plastic</a>
</span>
</div>
</figcaption>
</figure>
</li>
<!– end masonry items –>
<!– masonry items –>
<li class="overflow-hidden">
<div class="opacity-light bg-dark-gray"></div>
<a href="">
<img src="/assets/images/industry/garments.jpg" alt="">
</a>
<div class="img-border-small img-border-small-gray border-transperent-light"></div>
<figure>
<figcaption>
<div class="photography-grid-details">
<span class="text-large letter-spacing-9 font-weight-600 white-text">
<a href="#" class="white-text">Garments</a>
</span>
</div>
</figcaption>
</figure>
</li>
<!– end masonry items –>
<!– masonry items –>
<li class="overflow-hidden">
<div class="opacity-light bg-dark-gray"></div>
<a href="">
<img src="/assets/images/industry/education2.jpg" alt="">
</a>
<div class="img-border-small img-border-small-gray border-transperent-light"></div>
<figure>
<figcaption>
<div class="photography-grid-details">
<span class="text-large letter-spacing-9 font-weight-600 white-text">
<a href="#" class="white-text">Education</a>
</span>
</div>
</figcaption>
</figure>
</li>
<!– masonry items –>
<li class="overflow-hidden">
<div class="opacity-light bg-dark-gray"></div>
<a href="">
<img src="/assets/images/industry/retail.jpg" alt="">
</a>
<div class="img-border-small img-border-small-gray border-transperent-light"></div>
<figure>
<figcaption>
<div class="photography-grid-details">
<span class="text-large letter-spacing-9 font-weight-600 white-text">
<a href="#" class="white-text">Retail</a>
</span>
</div>
</figcaption>
</figure>
</li>
<!– end masonry items –>
<!– end masonry items –>
<!– masonry items –>
<li class="overflow-hidden">
<div class="opacity-light bg-dark-gray"></div>
<a href="">
<img src="/assets/images/industry/pharma.jpg" alt="">
</a>
<div class="img-border-small img-border-small-gray border-transperent-light"></div>
<figure>
<figcaption>
<div class="photography-grid-details">
<span class="text-large letter-spacing-9 font-weight-600 white-text">
<a href="#" class="white-text">Pharma</a>
</span>
</div>
</figcaption>
</figure>
</li>
<li class="overflow-hidden">
<div class="opacity-light bg-dark-gray"></div>
<a href="">
<img src="/assets/images/industry/health2.jpg" alt="">
</a>
<div class="img-border-small img-border-small-gray border-transperent-light"></div>
<figure>
<figcaption>
<div class="photography-grid-details">
<span class="text-large letter-spacing-9 font-weight-600 white-text">
<a href="#" class="white-text">Health</a>
</span>
</div>
</figcaption>
</figure>
</li>
<!– end masonry items –>
<!– masonry items –>
<li class="overflow-hidden">
<div class="opacity-light bg-dark-gray"></div>
<a href="">
<img src="/assets/images/industry/cooperative.jpg" alt="">
</a>
<div class="img-border-small img-border-small-gray border-transperent-light"></div>
<figure>
<figcaption>
<div class="photography-grid-details">
<span class="text-large letter-spacing-9 font-weight-600 white-text">
<a href="#" class="white-text">Cooperative</a>
</span>
</div>
</figcaption>
</figure>
</li>
<!– end masonry items –>
<!– masonry items –>
<li class="overflow-hidden">
<div class="opacity-light bg-dark-gray"></div>
<a href="">
<img src="/assets/images/industry/leather.jpg" alt="">
</a>
<div class="img-border-small img-border-small-gray border-transperent-light"></div>
<figure>
<figcaption>
<div class="photography-grid-details">
<span class="text-large letter-spacing-9 font-weight-600 white-text">
<a href="#" class="white-text">Leather</a>
</span>
</div>
</figcaption>
</figure>
</li>
<!– end masonry items –>
<!– masonry items –>
<li class="overflow-hidden">
<div class="opacity-light bg-dark-gray"></div>
<a href="">
<img src="/assets/images/industry/textle.jpg" alt="">
</a>
<div class="img-border-small img-border-small-gray border-transperent-light"></div>
<figure>
<figcaption>
<div class="photography-grid-details">
<span class="text-large letter-spacing-9 font-weight-600 white-text">
<a href="#" class="white-text">Textile</a>
</span>
</div>
</figcaption>
</figure>
</li>
<!– end masonry items –>
<!– masonry items –>
<li class="overflow-hidden">
<div class="opacity-light bg-dark-gray"></div>
<a href="">
<img src="/assets/images/industry/food.jpg" alt="">
</a>
<div class="img-border-small img-border-small-gray border-transperent-light"></div>
<figure>
<figcaption>
<div class="photography-grid-details">
<span class="text-large letter-spacing-9 font-weight-600 white-text">
<a href="#" class="white-text">Food and Beverage</a>
</span>
</div>
</figcaption>
</figure>
</li>
<!– end masonry items –>
</ul>
</div>
</div>
</div>
</div>
</section>-->
<section class="pt0 pb30 " style="background: #fafdff;">
<div class="container">
<div class="row">
<div class="fl-left">
<div class="col-container">
<div class="col col-md-6 col-sm-6 col-xs-12 col-xs-12 pt30">
<div class="tour-cate-box">
<div class="col-md-3 col-xs-12 text-center"><img src="assets/images/software-features.jpg" alt="Software Features "></div>
<div class="col-md-9 col-xs-12 text-left">
<h3 class="custom-h3">Ready to explore Loence ERP features?</h3>
<p class="custom-p">Visit our <a style="color: #28a1da" href="/loence-erp-modules">ERP Modules</a> for an overview of Loence ERP features. For a detailed step by step workflow visit our <a style="color: #28a1da" href="/user-manual/" rel="nofollow">User Manual</a>.
</p>
</div>
</div>
</div>
<div class="col col-md-6 col-sm-6 col-xs-12 pt30">
<div class="tour-cate-box">
<div class="col-md-3 text-center"><img
src="assets/images/disatisfied.png"
alt="Dissatisfied"></div>
<div class="col-md-9 text-left">
<h3 class="custom-h3">Implemented an ERP but not getting the expected result?</h3>
<p class="custom-p">You deserve better and you are at the right place. <a style="color: #28a1da" href="/contact">Request</a> a demo today! We migrate your data to the new system for FREE!</p>
</div>
</div>
</div>
<div class="col col-md-6 col-sm-6 col-xs-12 pt30">
<div class="tour-cate-box">
<div class="col-md-3 text-center"><img
src="assets/images/advanced-technology.jpg"
alt="Advanced Technology"></div>
<div class="col-md-9 text-left">
<h3 class="custom-h3">Interested to use advanced technology to achieve a healthy growth?</h3>
<p class="custom-p">We are ready to equip you with most advanced software tools at affordable price. <a style="color: #28a1da" href="/contact">contact us</a> today!</p>
</div>
</div>
</div>
<div class="col col-md-6 col-sm-6 col-xs-12 pt30">
<div class="tour-cate-box">
<div class="col-md-3 text-center"><img
src="assets/images/free.jpg"
alt="Free Software"></div>
<div class="col-md-9 text-left">
<h3 class="custom-h3">Looking for something for your startup/small business for FREE?</h3>
<p class="custom-p">We are getting ready with free accounting and payroll software packages for you. Stay connected and <a style="color: #28a1da" href="/contact">subscribe</a> your email for news and updates.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<%- include footer.partial.ejs %>
<!-- imagesloaded -->
<script type="text/javascript" src="/scripts/imagesloaded.pkgd.min.js"></script>
<!-- jquery appear -->
<script type="text/javascript" src="/scripts/jquery.appear.js"></script>
<!-- animation -->
<script type="text/javascript" src="/scripts/wow.min.js"></script>
<!-- page scroll -->
<!-- easy piechart-->
<script type="text/javascript" src="/scripts/jquery.easypiechart.js"></script>
<!-- parallax -->
<script type="text/javascript" src="/scripts/jquery.parallax-1.1.3.js"></script>
<!--portfolio with shorting tab -->
<!-- owl slider -->
<script type="text/javascript" src="/scripts/owl.carousel.min.js"></script>
<!-- text effect -->
<!-- revolution slider -->
<script type="text/javascript" src="/scripts/jquery.tools.min.js"></script>
<script type="text/javascript" src="/scripts/jquery.revolution.js"></script>
<!-- counter -->
<script type="text/javascript" src="/scripts/classie.js"></script>
</body>
</html>