summaryrefslogtreecommitdiff
path: root/base_accounting_kit/static/description/index.html
blob: f370921dc4711a6920caec5ad0103e453d87f873 (plain)
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
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
<div class="container" style="padding: 1rem !important; margin-bottom: 1.5rem !important;">
    <div class="row">
        <div class="col-sm-12 col-md-12 col-lg-12 d-flex justify-content-between"
            style="border-bottom: 1px solid #d5d5d5;">
            <div class="my-3">
                <img src="./images/logo.png" style="width: auto !important; height: 40px !important;">
            </div>
            <div class="my-3 d-flex align-items-center">
                <div
                    style="background-color: #7C7BAD !important; color: #fff !important; font-weight: 600 !important; padding: 5px 15px 8px !important; margin: 0 5px !important;">
                    <i class="fa fa-check mr-1"></i>Community
                </div>
            </div>
        </div>
    </div>
</div>

<!-- HERO -->
<section class="container oe_container" style="padding: 3em 3.5rem; background-color: #fff ; border-radius: 15px;">
    <div class="row">
        <div class="col-lg-12 d-flex flex-column justify-content-center">
            <h1 class="text-center" style="font-family: Montserrat, 'sans-serif'; font-weight: 800; color:#0a1e2c;">
                Odoo 14
                Accounting Kit</h1>
            <p class="lead text-center" style="color: #102e42;">A full-fledged accounting kit for every
                organization.</p>
            <hr style="background-color: #0984e3; border: 2px solid #0984e3; width: 100px;" ;>
            <img class="mt-4" src="./images/hero.png" height="350px" width="auto">
        </div>
    </div>
</section>
<!-- END OF HERO -->
<!-- START OF UPDATES -->
<section class="container oe_container" style="padding: 3em 3.5rem; background-color: #fff ;">
    <div class="row" style="margin-top: 2rem;">
        <div class="col-lg-12">
            <div class="d-flex align-itmes-center" style=" border-bottom: 2px solid #0a1e2c; padding-bottom: 5px;">
                <img class="mr-1" src="./images/icons/update.png" style="height: 28px; width: auto;">
                <h5 class="font-weight-bold "
                    style="font-size: 0.9375rem; font-family: Montserrat,'sans-serif'; color: #0a1e2c; margin-top: 0.3rem">
                    Latest Updates</h5>
            </div>
        </div>
        <div class="col-lg-6">
            <div class="mt-3">
                <ul style="list-style: none !important; padding-left: 0;">
                    <li class="deep-1 font-weight-bold"
                        style="font-family: Montserrat, 'sans-serif'; font-size: 0.9125rem; background-color: #fff; padding: 0.5rem 1rem; border-radius: 5px; color: #102e42; list-style: none !important;">
                        <i class="fa fa-files-o mr-2"></i>Multiple Invoice Copies Option Added
                    </li>

                    <li class="deep-1 mt-2 font-weight-bold"
                        style="font-family: Montserrat, 'sans-serif'; font-size: 0.9125rem; background-color: #fff; padding: 0.5rem 1rem; border-radius: 5px; color: #102e42; list-style: none !important;">
                        <i class="fa fa-language mr-2"></i>Translations Added
                        <ul class="mt-1" style="list-style: none !important; font-size: 0.8rem; padding-left: 1.3rem;">
                            <li><i class="fa fa-check mt-3 mr-1"></i> Arabic</li>
                            <li><i class="fa fa-check mt-3 mr-1"></i> German (CH) / Deutsch (CH)</li>
                            <li><i class="fa fa-check mt-3 mr-1"></i> Spanish (AR) / Espanol (AR)</li>
                            <li><i class="fa fa-check mt-3 mr-1"></i> French (BE) / Francais (BE)</li>
                            <li><i class="fa fa-check mt-3 mr-1"></i> Ukrainian</li>
                            <li><i class="fa fa-check mt-3 mr-1"></i> Chinese (HK)</li>
                        </ul>
                    </li>
                </ul>
            </div>
        </div>
        <div class="col-lg-6">
            <div class="mt-3">
                <ul style="list-style: none !important; padding-left: 0;">
                    <li class="deep-1 mt-2 font-weight-bold"
                        style="font-family: Montserrat, 'sans-serif'; font-size: 0.9125rem; background-color: #fff; padding: 0.5rem 1rem; border-radius: 5px; color: #102e42;">
                        <i class="fa fa-random mr-2"></i>Reconciliation Widget Added
                    </li>
                    <li class="deep-1 mt-2 font-weight-bold"
                        style="font-family: Montserrat, 'sans-serif'; font-size: 0.9125rem; background-color: #fff; padding: 0.5rem 1rem; border-radius: 5px; color: #102e42;">
                        <i class="fa fa-pie-chart mr-2"></i>Payments Matching
                        option in Journal Overview
                    </li>
                    <li class="deep-1 mt-2 font-weight-bold"
                        style="font-family: Montserrat, 'sans-serif'; font-size: 0.9125rem; background-color: #fff; padding: 0.5rem 1rem; border-radius: 5px; color: #102e42;">
                        <i class="fa fa-money mr-2"></i>Payments Matching
                        button Payment Form
                    </li>
                </ul>
            </div>
        </div>
    </div>
</section>
<!-- END OF UPDATES -->
<!-- OVERVIEW -->
<div class="container oe_container">
    <div class="row" style="margin-top: 3rem;">
        <div class="col-lg-6" style="background-color: #fff;">
            <img src="./images/overview.jpg" width="512px" height="auto">
        </div>
        <div class="col-lg-6 px-4 py-3" style="background-color: #fff;">
            <h4>Overview</h4>
            <hr style="background-color: #0984e3; border: 2px solid #0984e3; width: 50px; margin-left: 0" ;>
            <p style="font-size: 0.9rem; line-height: 1.6; font-family: Roboto, 'sans-serif'; color: #636e72;">
                Accounting in odoo is sufficient for any organization to meet all their needs related to
                accounting.
                As you know for any organization, accounting is one of the most important processes in order to
                run
                the company without any financial losses. Odoo accounting is connected with all the other apps
                such
                as sales, purchase, inventory and more.

                In community edition, we have only limited features available under Odoo accounting. Here comes
                the
                use of the module Odoo14 Full Accounting Kit by Cybrosys Technologies which is built under the
                V14
                platform. This module will bring back the accounting features such as Asset management,
                Accounting
                Reports, PDC Management, Account Lock dates, Multiple Invoice Copies, Customer Credit Limit, and
                Follow-Ups, Daybook, Bankbook, and Cashbook reports.
            </p>
        </div>

    </div>
</div>
<!-- END OF OVERVIEW -->

<!-- ALL FEATURES -->
<section class="container oe_container">
    <div class="row" style="margin-top: 3rem;">
        <div class="col-lg-12 d-flex justify-content-center">
            <h4 class="font-weight-bold" style="color: #0a1e2c;">All Features</h4>
        </div>
        <div class="col-lg-4 mt-4">
            <div class="px-3 pt-3 my-2 d-flex align-itmes-center"
                style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
                <i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
                <p style="color: #102e42; font-weight: 500; margin-top: 1px;">Multiple Invoice Copies Option</p>
            </div>

            <div class="px-3 pt-3 my-2 d-flex align-itmes-center"
                style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
                <i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
                <p style="color: #102e42; font-weight: 500; margin-top: 1px;">Reconciliation Widget</p>
            </div>

            <div class="px-3 pt-3 my-2 d-flex align-itmes-center"
                style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
                <i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
                <p style="color: #102e42; font-weight: 500; margin-top: 1px;">Accounting Dashboard with all
                    necessary details</p>
            </div>

            <div class="px-3 pt-3 my-2 d-flex align-itmes-center"
                style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
                <i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
                <p style="color: #102e42; font-weight: 500; margin-top: 1px;">Manage Customer follow-ups</p>
            </div>

            <div class="px-3 pt-3 my-2 d-flex align-itmes-center"
                style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
                <i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
                <p style="color: #102e42; font-weight: 500; margin-top: 1px;">PDC management is now in</p>
            </div>

            <div class="px-3 pt-3 my-2 d-flex align-itmes-center"
                style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
                <i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
                <p style="color: #102e42; font-weight: 500; margin-top: 1px;">Accounting lock dates for Odoo 14
                    community edition</p>
            </div>

        </div>

        <div class="col-lg-4 mt-4">
            <div class="px-3 pt-3 my-2 d-flex align-itmes-center"
                style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
                <i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
                <p style="color: #102e42; font-weight: 500; margin-top: 1px;">Customer credit limit</p>
            </div>

            <div class="px-3 pt-3 my-2 d-flex align-itmes-center"
                style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
                <i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
                <p style="color: #102e42; font-weight: 500; margin-top: 1px;">Handle Recurring payments in Odoo
                </p>
            </div>

            <div class="px-3 pt-3 my-2 d-flex align-itmes-center"
                style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
                <i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
                <p style="color: #102e42; font-weight: 500; margin-top: 1px;">Asset management system for Odoo
                    14 community edition</p>
            </div>

            <div class="px-3 pt-3 my-2 d-flex align-itmes-center"
                style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
                <i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
                <p style="color: #102e42; font-weight: 500; margin-top: 1px;">Multiple Invoice Copies</p>
            </div>

            <div class="px-3 pt-3 my-2 d-flex align-itmes-center"
                style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
                <i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
                <p style="color: #102e42; font-weight: 500; margin-top: 1px;">Day book, Bank book and Cash book
                    reports</p>
            </div>

            <div class="px-3 pt-3 my-2 d-flex align-itmes-center"
                style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
                <i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
                <p style="color: #102e42; font-weight: 500; margin-top: 1px;">Financial reports</p>
            </div>

        </div>

        <div class="col-lg-4 mt-4">

            <div class="px-3 pt-3 my-2 d-flex align-itmes-center"
                style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
                <i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
                <p style="color: #102e42; font-weight: 500; margin-top: 1px;">Trial balance report</p>
            </div>

            <div class="px-3 pt-3 my-2 d-flex align-itmes-center"
                style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
                <i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
                <p style="color: #102e42; font-weight: 500; margin-top: 1px;">Journal audit report</p>
            </div>

            <div class="px-3 pt-3 my-2 d-flex align-itmes-center"
                style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
                <i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
                <p style="color: #102e42; font-weight: 500; margin-top: 1px;">General ledger report</p>
            </div>

            <div class="px-3 pt-3 my-2 d-flex align-itmes-center"
                style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
                <i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
                <p style="color: #102e42; font-weight: 500; margin-top: 1px;">Partner ledger report</p>
            </div>

            <div class="px-3 pt-3 my-2 d-flex align-itmes-center"
                style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
                <i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
                <p style="color: #102e42; font-weight: 500; margin-top: 1px;">Aged partner balance</p>
            </div>

            <div class="px-3 pt-3 my-2 d-flex align-itmes-center"
                style="background-color: #fff; border: 1px solid #d5d5d5; border-radius: 5px;">
                <i class="fa fa-check-circle mt-1 mr-2 deep-1" style="color: #27ae60; font-size: 1.3rem;"></i>
                <p style="color: #102e42; font-weight: 500; margin-top: 1px;">Tax reports</p>
            </div>
        </div>
    </div>
</section>
<!-- END OF ALL FEATURES -->

<!-- FEATURE BLOCKS -->
<section class="container oe_container">
    <!-- TWO COLUMNS -->
    <div class="row">
        <div class="col-lg-6 my-4">
            <div class="deep-2"
                style="background-color: #fff; background-image: url('./images/yellow-pattern.png'); background-position: bottom; background-size: cover; background-repeat: no-repeat ; padding: 2rem 2.5rem; border-radius: 15px;">
                <h5 style="font-family: Montserrat, 'sans-serif';">Arabic RTL Support</h5>
                <hr style="background-color: #0984e3; border: 2px solid #0984e3; width: 50px; margin-left: 0" ;>
                <p class="lead" style="font-style: Roboto, 'sans-serif'; color: #636e72; font-size: 0.9125rem;">
                    Added Translations for Arabic.
                </p>
                <img src="./images/arabic.png" height="400px" width="auto" style="margin-left: -20px;">
            </div>
        </div>
        <div class="col-lg-6 my-4">
            <div class="deep-2"
                style="background-color: #fff; background-image: url('./images/blue-pattern.png'); background-position: bottom; background-size: cover; background-repeat: no-repeat ; padding: 2rem 2.5rem; border-radius: 15px;">
                <h5 style="font-family: Montserrat, 'sans-serif';">Multiple Language Support</h5>
                <hr style="background-color: #0984e3; border: 2px solid #0984e3; width: 50px; margin-left: 0" ;>
                <p class="lead" style="font-style: Roboto, 'sans-serif'; color: #636e72; font-size: 0.9125rem;">
                    Added Translations for German,Spanish,French,Ukrainian,Chinese.
                </p>
                <img src="./images/espanol.png" height="400px" width="auto" style="margin-left: -20px;">
            </div>
        </div>
    </div>
    <!-- END OF TWO BLOCKS -->
    <!-- START OF SINGLE BLOCK -->
    <div class="row">
        <div class="col-lg-12 my-4">
            <div class="deep-2" style="background-color: #fff; padding: 2rem 2.5rem; border-radius: 15px;">
                <div class="row">
                    <div class="col-lg-7 d-flex flex-column justify-content-center">
                        <h5 style="font-family: Montserrat, 'sans-serif';">Detailed Dashboard</h5>
                        <hr style="background-color: #0984e3; border: 2px solid #0984e3; width: 50px; margin-left: 0" ;>
                        <p class="lead" style="font-style: Roboto, 'sans-serif'; color: #636e72; font-size: 0.9125rem;">
                            The Dashboard support report overview for Invoices,Income/Expense,Aged and for other
                            Reports
                        </p>
                    </div>
                    <div class="col-lg-5"
                        style="background-image: url('./images/green-right-pattern.png'); background-position: right center; background-size: cover; background-repeat: no-repeat ; ">
                        <img src="./images/dashboard.png" height="400px" width="auto" style="margin-left: -20px;">
                    </div>
                </div>

            </div>
        </div>
    </div>
    <!-- END OF SINGLE BLOCK -->

    <!-- THREE COLUMNS -->
    <div class="row">
        <div class="col-lg-4 my-4">
            <div class="deep-2"
                style="height: 450px; background-color: #fff; background-image: url('./images/yellow-pattern.png'); background-position: bottom; background-size: cover; background-repeat: no-repeat ; padding: 2rem 2.5rem; border-radius: 15px;">
                <h5 style="font-family: Montserrat, 'sans-serif';">Accounting Dashboard</h5>
                <hr style="background-color: #0984e3; border: 2px solid #0984e3; width: 50px; margin-left: 0" ;>
                <p class="lead" style="font-style: Roboto, 'sans-serif'; color: #636e72; font-size: 0.9125rem;">
                    Accounting Dashboard that supports shows reports overview.
                </p>
                <img src="./images/accounting-dashboard.png" height="250px" width="auto" style="margin-left: -20px;">
            </div>
        </div>
        <div class="col-lg-4 my-4">
            <div class="deep-2"
                style="height: 450px; background-color: #fff; background-image: url('./images/red-pattern.png'); background-position: bottom; background-size: cover; background-repeat: no-repeat ; padding: 2rem 2.5rem; border-radius: 15px;">
                <h5 style="font-family: Montserrat, 'sans-serif';">Customer Follow-Ups</h5>
                <hr style="background-color: #0984e3; border: 2px solid #0984e3; width: 50px; margin-left: 0" ;>
                <p class="lead" style="font-style: Roboto, 'sans-serif'; color: #636e72; font-size: 0.9125rem;">
                    Set up customer follow-ups.
                </p>
                <img src="./images/register-customer.png" height="250px" width="auto" style="margin-left: -20px;">
            </div>
        </div>
        <div class="col-lg-4 my-4">
            <div class="deep-2"
                style="height: 450px; background-color: #fff; background-image: url('./images/blue-pattern.png'); background-position: bottom; background-size: cover; background-repeat: no-repeat ; padding: 2rem 2.5rem; border-radius: 15px;">
                <h5 style="font-family: Montserrat, 'sans-serif';">Recurring Templates</h5>
                <hr style="background-color: #0984e3; border: 2px solid #0984e3; width: 50px; margin-left: 0" ;>
                <p class="lead" style="font-style: Roboto, 'sans-serif'; color: #636e72; font-size: 0.9125rem;">
                    Used for recurring payments.
                </p>
                <img src="./images/recurring-templates.png" height="250px" width="auto" style="margin-left: -20px;">
            </div>
        </div>
    </div>
    <!-- END OF THREE BLOCKS -->

</section>
<!-- END OF FEATURE BLOCKS -->

</div>


<!-- REPORT SECTION -->
<section class="container oe_container mt-4">
    <div class="row" style="display: flex;">
        <div class="col-lg-12 my-4">
            <h5 class="text-center" style="font-family: Montserrat, 'sans-serif';">Comprehensive Reports</h5>
            <hr style="background-color: #0984e3; border: 2px solid #0984e3; width: 50px;" ;>
        </div>
        <div class="col-lg-6 d-flex flex-column justify-content-center align-itmes-center">
            <img class="img img-fluid" src="./images/report-1.png" height="300px" width="auto">
            <h6 class="mt-4 text-center">Invoice</h6>
            <hr style="border: 2px solid #27ae60; width: 50px; margin-top: 5px;">
            <p class="text-center" style="color: #636e72; font-size: 0.9rem"></p>
        </div>

        <div class="col-lg-6 d-flex flex-column justify-content-center align-itmes-center">
            <img class="img img-fluid" src="./images/report-2.png" height="300px" width="auto">
            <h6 class="mt-4 text-center">Bank Book Report</h6>
            <hr style="border: 2px solid #f39c12; width: 50px; margin-top: 5px;">
            <p class="text-center" style="color: #636e72; font-size: 0.9rem"></p>
        </div>

        <div class="col-lg-6 d-flex flex-column justify-content-center align-itmes-center">
            <img class="img img-fluid" src="./images/report-3.png" height="300px" width="auto">
            <h6 class="mt-4 text-center">Cash Book Report</h6>
            <hr style="border: 2px solid #c0392b; width: 50px; margin-top: 5px;">
            <p class="text-center" style="color: #636e72; font-size: 0.9rem"></p>
        </div>

        <div class="col-lg-6 d-flex flex-column justify-content-center align-itmes-center">
            <img class="img img-fluid" src="./images/report-4.png" height="300px" width="auto">
            <h6 class="mt-4 text-center">Day Book Reporting</h6>
            <hr style="border: 2px solid #8e44ad; width: 50px; margin-top: 5px;">
            <p class="text-center" style="color: #636e72; font-size: 0.9rem"></p>
        </div>

        <div class="col-lg-6 d-flex flex-column justify-content-center align-itmes-center">
            <img class="img img-fluid" src="./images/report-5.png" height="300px" width="auto">
            <h6 class="mt-4 text-center">Cash Flow Statement</h6>
            <hr style="border: 2px solid #0984e3; width: 50px; margin-top: 5px;">
            <p class="text-center" style="color: #636e72; font-size: 0.9rem"></p>
        </div>

        <div class="col-lg-6 d-flex flex-column justify-content-center align-itmes-center">
            <img class="img img-fluid" src="./images/report-6.png" height="300px" width="auto">
            <h6 class="mt-4 text-center">General Ledger</h6>
            <hr style="border: 2px solid #e84393; width: 50px; margin-top: 5px;">
            <p class="text-center" style="color: #636e72; font-size: 0.9rem"></p>
        </div>

        <div class="col-lg-6 d-flex flex-column justify-content-center align-itmes-center">
            <img class="img img-fluid" src="./images/report-7.png" height="300px" width="auto">
            <h6 class="mt-4 text-center">Profit and Loss</h6>
            <hr style="border: 2px solid #f39c12; width: 50px; margin-top: 5px;">
            <p class="text-center" style="color: #636e72; font-size: 0.9rem"></p>
        </div>

        <div class="col-lg-6 d-flex flex-column justify-content-center align-itmes-center">
            <img class="img img-fluid" src="./images/report-8.png" height="300px" width="auto">
            <h6 class="mt-4 text-center">Balance Sheet</h6>
            <hr style="border: 2px solid #27ae60; width: 50px; margin-top: 5px;">
            <p class="text-center" style="color: #636e72; font-size: 0.9rem"></p>
        </div>

        <div class="col-lg-6 d-flex flex-column justify-content-center align-itmes-center">
            <img class="img img-fluid" src="./images/report-9.png" height="300px" width="auto">
            <h6 class="mt-4 text-center">Trial Balance</h6>
            <hr style="border: 2px solid #c0392b; width: 50px; margin-top: 5px;">
            <p class="text-center" style="color: #636e72; font-size: 0.9rem"></p>
        </div>
        <div class="col-lg-6 d-flex flex-column justify-content-center align-itmes-center">
            <img class="img img-fluid" src="./images/report-10.png" height="300px" width="auto">
            <h6 class="mt-4 text-center">Tax Invoice Journal</h6>
            <hr style="background:#0984e3; border: 2px solid #6c5ce7; width: 50px; margin-top: 5px;">
            <p class="text-center" style="color: #636e72; font-size: 0.9rem"></p>
        </div>
    </div>
</section>
<!-- END OF REPORT SECTION -->


<!-- SCREENSHOTS BLOCK -->

<section class="oe_container mt-4" style="padding:2rem 3rem 1rem">
    <h5 class="text-center" style="font-family: Montserrat, 'sans-serif';">Screenshots</h5>
    <hr style="background-color: #0984e3; border: 2px solid #0984e3; width: 50px;" ;>
    <section class="oe_container">
        <div id="demo" class="row carousel slide  mb32" data-ride="carousel">
            <div class="carousel-inner">
                <div class="carousel-item active" style="min-height: 0px;">
                    <div class="col-xs-12 col-sm-12 col-md-12 mb16 mt16" style="float: left;">
                        <h3 class="alert"
                            style="font-weight:400;color: #091E42;background: #fff;text-align: left;border-radius: 0; font-size: 18px;">
                            <i class="fa fa-check-circle-o" style="width:40px; color:#07B700"></i> Dashboard with
                            Necessary Details.
                        </h3>

                        <div style=""><img class="img img-responsive center-block"
                                style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
                                src="./images/screenshots/screenshot1.png"></div>
                    </div>
                </div>

                <div class="carousel-item" style="min-height: 0px;">
                    <div class="col-xs-12 col-sm-12 col-md-12 mb16 mt16" style="float: left;">
                        <h3 class="alert"
                            style="font-weight:400;color: #091E42;background: #fff;text-align: left;border-radius: 0; font-size: 18px;">
                            <i class="fa fa-check-circle-o" style="width:40px; color:#07B700"></i>Aged Receivable,
                            Payable and Top Customer Details in Dashboard.
                        </h3>

                        <div style=""><img class="img img-responsive center-block"
                                style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
                                src="./images/screenshots/screenshot2.png"></div>
                    </div>
                </div>

                <div class="carousel-item" style="min-height: 0px;">
                    <div class="col-xs-12 col-sm-12 col-md-12 mb16 mt16" style="float: left;">
                        <h3 class="alert"
                            style="font-weight:400;color: #091E42;background: #fff;text-align: left;border-radius: 0; font-size: 18px;">
                            <i class="fa fa-check-circle-o" style="width:40px; color:#07B700"></i> Create Assets
                            from
                            Accounting > Accounting > Assets > Create.
                        </h3>

                        <div style=""><img class="img img-responsive center-block"
                                style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
                                src="./images/screenshots/screenshot9.png"></div>
                    </div>
                </div>

                <div class="carousel-item" style="min-height: 0px;">
                    <div class="col-xs-12 col-sm-12 col-md-12 mb16 mt16" style="float: left;">
                        <h3 class="alert"
                            style="font-weight:400;color: #091E42;background: #fff;text-align: left;border-radius: 0; font-size: 18px;">
                            <i class="fa fa-check-circle-o" style="width:40px; color:#07B700"></i> Create Asset
                            categories from Accounting > Configuration > Asset
                            Types > Create
                            option
                        </h3>

                        <div style=""><img class="img img-responsive center-block"
                                style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
                                src="./images/screenshots/base_accounting_kit-4.png"></div>
                    </div>
                </div>

                <div class="carousel-item" style="min-height: 0px;">
                    <div class="col-xs-12 col-sm-12 col-md-12 mb16 mt16" style="float: left;">
                        <h3 class="alert"
                            style="font-weight:400;color: #091E42;background: #fff;text-align: left;border-radius: 0; font-size: 18px;">
                            <i class="fa fa-check-circle-o" style="width:40px; color:#07B700"></i>Create Asset from
                            vendor bill.
                        </h3>

                        <div style=""><img class="img img-responsive center-block"
                                style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
                                src="./images/screenshots/base_accounting_kit-5.png"></div>
                    </div>
                </div>

                <div class="carousel-item" style="min-height: 0px;">
                    <div class="col-xs-12 col-sm-12 col-md-12 mb16 mt16" style="float: left;">
                        <h3 class="alert"
                            style="font-weight:400;color: #091E42;background: #fff;text-align: left;border-radius: 0; font-size: 18px;">
                            <i class="fa fa-check-circle-o" style="width:40px; color:#07B700"></i>Manage post dated
                            checks.
                        </h3>

                        <div style=""><img class="img img-responsive center-block"
                                style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
                                src="./images/screenshots/base_accounting_kit-21.png"></div>
                    </div>
                </div>

                <div class="carousel-item" style="min-height: 0px;">
                    <div class="col-xs-12 col-sm-12 col-md-12 mb16 mt16" style="float: left;">
                        <h3 class="alert"
                            style="font-weight:400;color: #091E42;background: #fff;text-align: left;border-radius: 0; font-size: 18px;">
                            <i class="fa fa-check-circle-o" style="width:40px; color:#07B700"></i>Create recurring
                            templates from Accounting > Configuration >
                            Recurring Templates.
                        </h3>

                        <div style=""><img class="img img-responsive center-block"
                                style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
                                src="./images/screenshots/base_accounting_kit-25.png"></div>
                    </div>
                </div>

                <div class="carousel-item" style="min-height: 0px;">
                    <div class="col-xs-12 col-sm-12 col-md-12 mb16 mt16" style="float: left;">
                        <h3 class="alert"
                            style="font-weight:400;color: #091E42;background: #fff;text-align: left;border-radius: 0; font-size: 18px;">
                            <i class="fa fa-check-circle-o" style="width:40px; color:#07B700"></i>Create recurring
                            templates from Accounting > Configuration >
                            Create recurring entries.
                        </h3>

                        <div style=""><img class="img img-responsive center-block"
                                style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
                                src="./images/screenshots/base_accounting_kit-24.png"></div>
                    </div>
                </div>

                <div class="carousel-item" style="min-height: 0px;">
                    <div class="col-xs-12 col-sm-12 col-md-12 mb16 mt16" style="float: left;">
                        <h3 class="alert"
                            style="font-weight:400;color: #091E42;background: #fff;text-align: left;border-radius: 0; font-size: 18px;">
                            <i class="fa fa-check-circle-o" style="width:40px; color:#07B700"></i>Create recurring
                            templates from Accounting > Configuration >
                            Manage Customer Follow-ups from Accounting > Customers >
                            Follow-up Reports
                        </h3>

                        <div style=""><img class="img img-responsive center-block"
                                style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
                                src="./images/screenshots/base_accounting_kit-11.png"></div>
                    </div>
                </div>

                <div class="carousel-item" style="min-height: 0px;">
                    <div class="col-xs-12 col-sm-12 col-md-12 mb16 mt16" style="float: left;">
                        <h3 class="alert"
                            style="font-weight:400;color: #091E42;background: #fff;text-align: left;border-radius: 0; font-size: 18px;">
                            <i class="fa fa-check-circle-o" style="width:40px; color:#07B700"></i>Create recurring
                            templates from Accounting > Configuration >
                            Generate accounting PDF reports from Accounting > Reporting.
                        </h3>

                        <div style=""><img class="img img-responsive center-block"
                                style="border-top-left-radius: 10px;border-top-right-radius: 10px;"
                                src="./images/screenshots/base_accounting_kit-43.png"></div>
                    </div>
                </div>

            </div>
            <a class="carousel-control-prev" href="#demo" data-slide="prev" style="left:-25px;width: 35px;color: #000;">
                <span class="carousel-control-prev-icon"><i class="fa fa-chevron-left"
                        style="font-size:24px"></i></span> </a> <a class="carousel-control-next" href="#demo"
                data-slide="next" style="right:-25px;width: 35px;color: #000;"> <span
                    class="carousel-control-next-icon"><i class="fa fa-chevron-right" style="font-size:24px"></i></span>
            </a>
        </div>
    </section>
</section>


<!-- END OF SCREENSHOTS BLOCK  -->


<!-- SUGGESTED PRODUCTS -->

<section class="oe_container mt-4" style="padding:2rem 3rem 1rem">
    <h5 class="text-center" style="font-family: Montserrat, 'sans-serif';">Suggested Products</h5>
    <hr style="background-color: #0984e3; border: 2px solid #0984e3; width: 50px;" ;>
    <div id="demo1" class="row carousel slide" data-ride="carousel">
        <!-- The slideshow -->
        <div class="carousel-inner">
            <div class="carousel-item" style="min-height: 186px;">
                <div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"><a
                        href="https://apps.odoo.com/apps/modules/14.0/mobile_service_shop_pro/" target="_blank">
                        <div style="border-radius:10px">
                            <img class="img img-responsive center-block"
                                style="border-top-left-radius:10px; border-top-right-radius:10px"
                                src="./images/mobile_service_shop_pro_banner.png">
                        </div>
                    </a></div>
                <div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"><a
                        href="https://apps.odoo.com/apps/modules/14.0/hr_payroll_account_community/" target="_blank">
                        <div style="border-radius:10px">
                            <img class="img img-responsive center-block"
                                style="border-top-left-radius:10px; border-top-right-radius:10px"
                                src="./images/hr_acc_cc_banner.png">
                        </div>
                    </a></div>
                <div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"><a
                        href="https://apps.odoo.com/apps/modules/14.0/hr_payroll_community/" target="_blank">
                        <div style="border-radius:10px">
                            <img class="img img-responsive center-block"
                                style="border-top-left-radius:10px; border-top-right-radius:10px"
                                src="./images/payroll_banner.gif">
                        </div>
                    </a></div>
            </div>
            <div class="carousel-item active" style="min-height: 186px;">
                <div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"><a
                        href="https://apps.odoo.com/apps/modules/14.0/automatic_payroll/" target="_blank">
                        <div style="border-radius:10px">
                            <img class="img img-responsive center-block"
                                style="border-top-left-radius:10px; border-top-right-radius:10px"
                                src="./images/auto_payroll_banner.png">
                        </div>
                    </a></div>
                <div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"><a
                        href="https://apps.odoo.com/apps/modules/14.0/ohrms_core/" target="_blank">
                        <div style="border-radius:10px">
                            <img class="img img-responsive center-block"
                                style="border-top-left-radius:10px; border-top-right-radius:10px"
                                src="./images/o_hrms_banner.gif">
                        </div>
                    </a></div>
                <div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"><a
                        href="https://apps.odoo.com/apps/modules/14.0/base_account_budget/" target="_blank">
                        <div style="border-radius:10px">
                            <img class="img img-responsive center-block"
                                style="border-top-left-radius:10px; border-top-right-radius:10px"
                                src="./images/bud_banner.png">
                        </div>
                    </a></div>
            </div>
        </div>
        <!-- Left and right controls -->
        <a class="carousel-control-prev" href="#demo1" data-slide="prev" style="width:35px; color:#000"> <span
                class="carousel-control-prev-icon"><i class="fa fa-chevron-left" style="font-size:24px"></i></span>
        </a> <a class="carousel-control-next" href="#demo1" data-slide="next" style="width:35px; color:#000">
            <span class="carousel-control-next-icon"><i class="fa fa-chevron-right" style="font-size:24px"></i></span>
        </a>
    </div>
</section>

<!-- END OF SUGGESTED PRODUCTS -->

<!-- OUR SERVICES -->
<section class="container" style="margin-top: 6rem !important;">
    <div class="row">
        <div class="col-lg-12 d-flex flex-column justify-content-center align-items-center">
            <h5 class="text-center" style="font-family: Montserrat, 'sans-serif';">Our Services</h5>
            <hr style="background-color: #0984e3; border: 2px solid #0984e3; width: 50px;" ;>
        </div>

        <div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
            <div class="d-flex justify-content-center align-items-center mx-3 my-3"
                style="background-color: #1dd1a1 !important; border-radius: 15px !important; height: 80px; width: 80px;">
                <img src="assets/icons/cogs.png" class="img-responsive" height="48px" width="48px">
            </div>
            <h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
                Odoo
                Customization</h6>
        </div>

        <div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
            <div class="d-flex justify-content-center align-items-center mx-3 my-3"
                style="background-color: #ff6b6b !important; border-radius: 15px !important; height: 80px; width: 80px;">
                <img src="assets/icons/wrench.png" class="img-responsive" height="48px" width="48px">
            </div>
            <h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
                Odoo
                Implementation</h6>
        </div>

        <div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
            <div class="d-flex justify-content-center align-items-center mx-3 my-3"
                style="background-color: #6462CD !important; border-radius: 15px !important; height: 80px; width: 80px;">
                <img src="assets/icons/lifebuoy.png" class="img-responsive" height="48px" width="48px">
            </div>
            <h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
                Odoo
                Support</h6>
        </div>


        <div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
            <div class="d-flex justify-content-center align-items-center mx-3 my-3"
                style="background-color: #ffa801 !important; border-radius: 15px !important; height: 80px; width: 80px;">
                <img src="assets/icons/user.png" class="img-responsive" height="48px" width="48px">
            </div>
            <h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
                Hire
                Odoo
                Developer</h6>
        </div>

        <div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
            <div class="d-flex justify-content-center align-items-center mx-3 my-3"
                style="background-color: #54a0ff  !important; border-radius: 15px !important; height: 80px; width: 80px;">
                <img src="assets/icons/puzzle.png" class="img-responsive" height="48px" width="48px">
            </div>
            <h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
                Odoo
                Integration</h6>
        </div>

        <div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
            <div class="d-flex justify-content-center align-items-center mx-3 my-3"
                style="background-color: #6d7680 !important; border-radius: 15px !important; height: 80px; width: 80px;">
                <img src="assets/icons/update.png" class="img-responsive" height="48px" width="48px">
            </div>
            <h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
                Odoo
                Migration</h6>
        </div>


        <div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
            <div class="d-flex justify-content-center align-items-center mx-3 my-3"
                style="background-color: #786fa6 !important; border-radius: 15px !important; height: 80px; width: 80px;">
                <img src="assets/icons/consultation.png" class="img-responsive" height="48px" width="48px">
            </div>
            <h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
                Odoo
                Consultancy</h6>
        </div>

        <div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
            <div class="d-flex justify-content-center align-items-center mx-3 my-3"
                style="background-color: #f8a5c2 !important; border-radius: 15px !important; height: 80px; width: 80px;">
                <img src="assets/icons/training.png" class="img-responsive" height="48px" width="48px">
            </div>
            <h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
                Odoo
                Implementation</h6>
        </div>

        <div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4">
            <div class="d-flex justify-content-center align-items-center mx-3 my-3"
                style="background-color: #e6be26 !important; border-radius: 15px !important; height: 80px; width: 80px;">
                <img src="assets/icons/license.png" class="img-responsive" height="48px" width="48px">
            </div>
            <h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;">
                Odoo
                Licensing Consultancy</h6>
        </div>
    </div>
</section>
<!-- END OF END OF OUR SERVICES -->

<!-- OUR INDUSTRIES -->
<section class="container" style="margin-top: 6rem !important;">
    <div class="row">
        <div class="col-lg-12 d-flex flex-column justify-content-center align-items-center">
            <h5 class="text-center" style="font-family: Montserrat, 'sans-serif';">Our Industries</h5>
            <hr style="background-color: #0984e3; border: 2px solid #0984e3; width: 50px;" ;>
        </div>

        <div class="col-lg-3">
            <div class="my-4 d-flex flex-column justify-content-center"
                style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
                <img src="./assets/icons/trading-black.png" class="img-responsive mb-3" height="48px" width="48px">
                <h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
                    Trading
                </h5>
                <p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">
                    Easily procure
                    and
                    sell your products</p>
            </div>
        </div>

        <div class="col-lg-3">
            <div class="my-4 d-flex flex-column justify-content-center"
                style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
                <img src="./assets/icons/pos-black.png" class="img-responsive mb-3" height="48px" width="48px">
                <h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
                    POS
                </h5>
                <p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">
                    Easy
                    configuration
                    and convivial experience</p>
            </div>
        </div>

        <div class="col-lg-3">
            <div class="my-4 d-flex flex-column justify-content-center"
                style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
                <img src="./assets/icons/education-black.png" class="img-responsive mb-3" height="48px" width="48px">
                <h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
                    Education
                </h5>
                <p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">
                    A platform for
                    educational management</p>
            </div>
        </div>

        <div class="col-lg-3">
            <div class="my-4 d-flex flex-column justify-content-center"
                style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
                <img src="./assets/icons/manufacturing-black.png" class="img-responsive mb-3" height="48px"
                    width="48px">
                <h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
                    Manufacturing
                </h5>
                <p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">
                    Plan, track and
                    schedule your operations</p>
            </div>
        </div>

        <div class="col-lg-3">
            <div class="my-4 d-flex flex-column justify-content-center"
                style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
                <img src="./assets/icons/ecom-black.png" class="img-responsive mb-3" height="48px" width="48px">
                <h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
                    E-commerce &amp; Website
                </h5>
                <p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">
                    Mobile
                    friendly,
                    awe-inspiring product pages</p>
            </div>
        </div>

        <div class="col-lg-3">
            <div class="my-4 d-flex flex-column justify-content-center"
                style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
                <img src="./assets/icons/service-black.png" class="img-responsive mb-3" height="48px" width="48px">
                <h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
                    Service Management
                </h5>
                <p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">
                    Keep track of
                    services and invoice</p>
            </div>
        </div>

        <div class="col-lg-3">
            <div class="my-4 d-flex flex-column justify-content-center"
                style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
                <img src="./assets/icons/restaurant-black.png" class="img-responsive mb-3" height="48px" width="48px">
                <h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
                    Restaurant
                </h5>
                <p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">
                    Run your bar or
                    restaurant methodically</p>
            </div>
        </div>

        <div class="col-lg-3">
            <div class="my-4 d-flex flex-column justify-content-center"
                style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;">
                <img src="./assets/icons/hotel-black.png" class="img-responsive mb-3" height="48px" width="48px">
                <h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;">
                    Hotel Management
                </h5>
                <p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">
                    An
                    all-inclusive
                    hotel management application</p>
            </div>
        </div>

    </div>
</section>

<!-- END OF END OF OUR INDUSTRIES -->

<!-- FOOTER -->
<!-- Footer Section -->
<section class="container" style="margin: 5rem auto 2rem;">
    <div class="row" style="max-width:1540px;">
        <div class="col-lg-12 d-flex flex-column justify-content-center align-items-center">
            <h5 class="text-center" style="font-family: Montserrat, 'sans-serif';">Need Help?</h5>
            <hr style="background-color: #0984e3; border: 2px solid #0984e3; width: 50px;" ;>
        </div>
    </div>

    <!-- Contact Cards -->
    <div class="row d-flex justify-content-center align-items-center"
        style="max-width:1540px; margin: 0 auto 2rem auto;">

        <div class="col-lg-12" style="padding: 0rem 3rem 2rem; border-radius: 10px; margin-right: 3rem; ">

            <div class="row mt-4">
                <div class="col-lg-6">
                    <a href="mailto:odoo@cybrosys.com" target="_blank" class="btn btn-block mb-2 deep_hover"
                        style="text-decoration: none;  background-color: #4d4d4d; color: #FFF;  border-radius: 4px;"><i
                            class="fa fa-envelope mr-2"></i>odoo@cybrosys.com</a>
                </div>
                <div class="col-lg-6">
                    <a href="https://api.whatsapp.com/send?phone=918606827707" target="_blank"
                        class="btn btn-block mb-2 deep_hover"
                        style="text-decoration: none;  background-color: #25D366; color: #FFF;  border-radius: 4px;"><i
                            class="fa fa-whatsapp mr-2"></i>WhatsApp</a>
                </div>
            </div>
        </div>

    </div>
    <!-- End of Contact Cards -->
</section>
<!-- Footer -->
<section class="oe_container" style="padding: 2rem 3rem 1rem;">
    <div class="row" style="max-width:1540px; margin: 0 auto; margin-right: 3rem; ">
        <!-- Logo -->
        <div class="col-lg-12 d-flex justify-content-center align-items-center" style="margin-top: 3rem;">
            <img src="https://www.cybrosys.com/images/logo.png" width="200px" height="auto" />
        </div>
        <!-- End of Logo -->
        <div class="col-lg-12">
            <hr
                style="margin-top: 3rem;background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(229,229,229,1) 33%, rgba(229,229,229,1) 58%, rgba(0,212,255,0) 100%); height: 2px; border-style: none;">
            <!-- End of Footer Section -->
        </div>
    </div>
</section>
<!-- END OF FOOTER -->