-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
768 lines (574 loc) · 39.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>SAP Website - Home</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,700,700i&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@100&family=Open+Sans&display=swap" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/tiny-slider.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center header-transparent">
<div class="container d-flex justify-content-between align-items-center">
<div class="logo">
<h1 class="text-light"><a href="index.html" style="margin-left:-20px ;"><span>LOGO</span></a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
</div>
<nav id="navbar" class="navbar">
<ul style="margin-top: 10px;padding-left:70px;">
<li><a class="active " href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="dropdown"><a href="#"><span>Solutions</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="services1.html">Supply Chain Planning</a></li>
<li><a href="services2.html">Supply Chain Collaboration</a></li>
<li><a href="services3.html">Demand-Driven Planning</a></li>
<li><a href="services4.html"> Cloud System Integration</a></li>
</ul>
</li>
<li><a href="services.html">Services</a></li>
<li><a href="Insight.html">Insight</a></li>
<li><a href="academy.html" class="imp">Academy</a></li>
<li><a href="partners.html">Our Partners</a></li>
<li><a href="#" style="padding:0px 60px;"></a></li>
<li><a href="contact.html" style="background: red; padding:10px">Contact Us</a></li>
<li><a href="#" ></a></li>
<li><a href="career.html" style="background: red; padding:10px 18px;">Career</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex justify-cntent-center align-items-center">
<div id="heroCarousel" class="container carousel carousel-fade" data-bs-ride="carousel" data-bs-interval="5000">
<!-- Slide 1 -->
<div class="carousel-item active">
<div class="carousel-container">
<h2 class="sell" style="font-family: 'Lato'; margin-bottom: 0px;">Drive Business With Demand Transformation</h2>
<h2 class="animate__animated animate__fadeInDown">With Supply Chain Planning<br> Collaboration</h2>
<!-- <h2 style="margin-top:0px ;">Supply Chain Planning and Collaboration</h2> -->
<p class="animate__animated animate__fadeInUp">With SAP Solution</p>
<a href="about.html" class="btn-get-started animate__animated animate__fadeInUp">Read More</a>
</div>
</div>
<!-- Slide 2 -->
<div class="carousel-item">
<div class="carousel-container">
<h2 class="sell"style="font-family: 'Lato'; margin-bottom: 0px; ">Bridging</h2>
<h2 class="animate__animated animate__fadeInDown">Business and Technology </h2>
<!-- <h2 class="animate__animated animate__fadeInDown">Bridging Business and Technology</h2> -->
<!-- <p class="animate__animated animate__fadeInUp">Ut velit est quam dolor ad a aliquid qui aliquid. Sequi ea ut et est quaerat sequi nihil ut aliquam. Occaecati alias dolorem mollitia ut. Similique ea voluptatem. Esse doloremque accusamus repellendus deleniti vel. Minus et tempore modi architecto.</p> -->
<a href="about.html" class="btn-get-started animate__animated animate__fadeInUp">Read More</a>
</div>
</div>
<a class="carousel-control-prev" href="#heroCarousel" role="button" data-bs-slide="prev">
<span class="carousel-control-prev-icon bx bx-chevron-left" aria-hidden="true"></span>
</a>
<a class="carousel-control-next" href="#heroCarousel" role="button" data-bs-slide="next">
<span class="carousel-control-next-icon bx bx-chevron-right" aria-hidden="true"></span>
</a>
</div>
</section><!-- End Hero -->
<main id="main">
<section class="facts section-bg" data-aos="fade-up" style="background: white;margin-top: -100px;" >
<div class="section-title">
<h2 style="color: rgb(255, 7, 7); font-weight:bold;font-size:40px;">About Us</h2>
<div class="container">
<div class="row counters">
<div class="col-lg-3 col-6 text-center">
<img src="https://media.istockphoto.com/photos/night-online-meeting-with-foreign-business-partner-picture-id836437842?k=20&m=836437842&s=612x612&w=0&h=PldICCLcjFEs_bw9-elPlJ4qLciDwyng9BGTuLkObbU=" alt="" style="width: 90%;">
</div>
<div class="col-lg-9 col-6 text-center">
<p style="text-align: left;"> ducimus, necessitatibus at, voluptatibus sapiente molestiae dolorum pariatur suscipit earum est. Eaque, enim ex? Laboriosam voluptatem nihil autem eos error sunt mollitia ullam omnis quis, asperiores optio quibusdam eveniet culpa quia alias dolorum, earum harum? Id autem laborum fugit, quidem, voluptatem saepe ex incidunt deleniti sint, fuga officiis reiciendis. Unde maxime voluptates similique, dolor quo nobis impedit.</p>
</div>
</div>
</div>
</section>
<section class="facts section-bg" data-aos="fade-up" style="background: white; margin-top: -100px;">
<!-- <div class="section-title"> -->
<!-- <h2 style="color: black; font-weight:bold;font-size:40px;">About Us</h2> -->
<div class="container">
<div class="row counters">
<div class="col-lg-9 col-6 text-center">
<p class="project_p" style="text-align: left; ">accusantium ducimus, necessitatibus at, voluptatibus sapiente molestiae dolorum pariatur suscipit earum est. Eaque, enim ex? Laboriosam voluptatem nihil autem eos error sunt mollitia ullam omnis quis, asperiores optio quibusdam eveniet culpa quia alias dolorum, earum harum? Id autem laborum fugit, quidem, voluptatem saepe ex incidunt deleniti sint, fuga officiis reiciendis. Unde maxime voluptates similique, dolor quo nobis impedit.</p>
</div>
<div class="col-lg-3 col-6 text-center">
<img src="https://pbs.twimg.com/media/FSFXyRzXIAIUnOa?format=jpg&name=large" alt="" style="width: 90%;">
</div>
</div>
<!-- </div> -->
</section>
<section class="facts section-bg" data-aos="fade-up" style="background: white; margin-top: -50px;">
<div class="container">
<div class="row counters">
<div class="col-lg-3 col-6 text-center">
<img src="https://www.brooklynpark.org/wp-content/uploads/2019/09/DSC01037.jpg" alt="" style="width: 90%;">
</div>
<div class="col-lg-9 col-6 text-center">
<p style="text-align: left;"> ducimus, necessitatibus at, voluptatibus sapiente molestiae dolorum pariatur suscipit earum est. Eaque, enim ex? Laboriosam voluptatem nihil autem eos error sunt mollitia ullam omnis quis, asperiores optio quibusdam eveniet culpa quia alias dolorum, earum harum? Id autem laborum fugit, quidem, voluptatem saepe ex incidunt deleniti sint, fuga officiis reiciendis. Unde maxime voluptates similique, dolor quo nobis impedit.</p>
</div>
</div>
</section>
<!-- Services Section -->
<div class="section-title">
<h2 style="font-weight: bold; font-size:40px;">Services</h2>
</div>
<div class="flex-container">
<!-- <div class="spinner"><p>
<div class="cube1"></div>
<div class="cube2"></div>
Loading...
</p>
</div> -->
<div class="flex-slide work" style="background: url(https://ak.picdn.net/shutterstock/videos/1028612156/thumb/6.jpg) no-repeat center center/cover;">
<div class="flex-title">
<a href="services.html" style="color: white;">Process Implementation</a>
</div>
<div class="flex-about"><p>Listing relevant snippets of work:</p>
<ul>
<li>First piece of work</li>
<li>Second piece of work</li>
<li>Third piece of work</li>
</ul>
</div>
</div>
<div class="flex-slide about" style="background: url(https://media.istockphoto.com/photos/working-late-with-business-colleague-in-office-picture-id1127890935?k=20&m=1127890935&s=612x612&w=0&h=fUdzX2OvldkQbuXh9srVeJckslZEF6EnIPLYBgqSy1Y=) no-repeat center center/cover;">
<div class="flex-title"><a href="services.html" style="color: white;">AMS and Support</a></div>
<div class="flex-about"><p>Click here to navigate to the About section of the website</p></div>
</div>
<div class="flex-slide work" style="background:url(https://media.istockphoto.com/photos/sometimes-the-job-of-the-fbi-is-not-only-to-track-criminals-but-also-picture-id1311093031?b=1&k=20&m=1311093031&s=170667a&w=0&h=uf7aQf_hSYAQqhBdsPgiMMN_8ZCwC8DugTx8uMHD5Mo=) no-repeat center center/cover;">
<div class="flex-title"><a href="services.html" style="color: white;">Value Prototyping</a></div>
<div class="flex-about"><p>Listing relevant snippets of work:</p>
<ul>
<li>First piece of work</li>
<li>Second piece of work</li>
<li>Third piece of work</li>
</ul>
</div>
</div>
<div class="flex-slide contact" style="background: url(https://media.istockphoto.com/photos/tonights-hard-work-will-shine-brightly-tomorrow-picture-id804312644?k=20&m=804312644&s=612x612&w=0&h=TnAK0dPmJtohlyrA9VgoZlh4B5bowrw59gX5gIyTapA=) no-repeat center center/cover;" >
<div class="flex-title"><a href="services.html" style="color: white;">Training</a></div>
<div class="flex-about">
<p>Use the contact form below</p>
<form class="contact-form">
<p>Email <input type="text" name="email"></p>
<p>Comment <textarea type="text" name="comment" row="5"></textarea></p>
<p><input type="submit" name="email" value="Send Message"></p>
</form>
</div>
</div>
<div class="flex-slide work"style="background: url(https://media.istockphoto.com/photos/working-late-with-business-colleague-in-office-picture-id1127890935?k=20&m=1127890935&s=612x612&w=0&h=fUdzX2OvldkQbuXh9srVeJckslZEF6EnIPLYBgqSy1Y=) no-repeat center center/cover;">
<div class="flex-title"><a href="services.html" style="color: white;">Advisory</a></div>
<div class="flex-about"><p>Listing relevant snippets of work:</p>
<ul>
<li>First piece of work</li>
<li>Second piece of work</li>
<li>Third piece of work</li>
</ul>
</div>
</div>
</div>
</div>
<section class="features" style="margin-top: 50px;" >
<div class="container">
<!-- <div class="section-title">
<h2 style="color: white;">Solutions</h2>
<p style="color:#ffff;">Respond to future demands of your customers with accurate data insights.</p>
</div> -->
<div class="row" data-aos="fade-up">
<div class="col-md-5">
<!-- <img src="https://bfsg-az.com/wp-content/uploads/2016/09/building-background.jpg" class="img-fluid " alt="" > -->
<!-- <h2 style="margin-top: 30px;font-size: 50px;">Define Your Path To</h2> -->
<p style="font-size: 40px;margin-bottom: -10px;">Define Your Path</p>
<h2 style="font-size: 35px;color: #fe0905;font-weight: bold;">Success with SAP Business Accelerators</h2>
<p>Leverage Industry best practices to drive predictable results for an all- around improved Sales and Operation Planning (S&OP) and Demand Planning adoption experience with RVR from a Bizbrain Technologies.</p>
<p style="color: white;">Leverage Industry best practices to drive predictable results for an all- around improved Sales and Operation Planning (S&OP) and Demand Planning adoption experience with RVR from a Bizbrain Technologies.</p>
<p style="color: white;">Leverage Industry best practices to drive predictable results for an all- around improved Sales and Operation Planning (S&OP) and Demand Planning adoption experience with RVR from a Bizbrain Technologies.</p>
</div>
<div class="col-md-6 pt-4" style="background: url(https://images.pexels.com/videos/4428752/pexels-photo-4428752.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500) no-repeat center center/cover; padding-left: 40px; " >
<h2 style="color: white; font-weight:bold;font-size:30px;margin-top:50px;text-align: left;">SAP IBP Sales & Operation Planning </h2>
<p style="color: white;text-align: left;">Lorem, ipsum dolor sit amet consectetur adipisicing elit.<br> Eaque incidunt maxime odio impedit nulla! Blanditiis, eum minus modi <br>qui similique voluptatibus asperiores placeat. Cumque</p>
<h2><a href="about.html" style="background: red;color:white;font-size: 15px;padding: 12px 12px; " >Explore</a></h2>
</div>
<div class="col-md-5 order-1 order-md-2" style="padding-left: 40px;" >
<!-- <h2 style=" margin-top:60px;font-size: 50px;">SAP IBP for</h2> -->
<p style="font-size: 40px; color: white;">SAP IBP for</p>
<!-- <h2 style="font-size: 40px;color:#fe0905;font-weight: bold;">Demand Business Accelerator</h2> -->
<h2 style="font-size: 35px;color: red;font-weight: bold; ">Demand Business Accelerator</h2>
<p>Leverage Industry best practices to drive predictable results for an all- around improved Sales and Operation Planning (S&OP) and Demand Planning adoption experience with RVR from a Bizbrain Technologies.</p>
<p style="color:white ;">Leverage Industry best practices to drive predictable results for an all- around improved Sales and Operation Planning (S&OP) and Demand Planning adoption experience with RVR from a Bizbrain Technologies.</>
<p style="color:white;">Leverage Industry best practices to drive predictable results.</p>
</div>
<div class="col-md-6 pt-5 order-2 order-md-1"style="background:url(https://i1.wp.com/www.photoshopsupply.com/wp-content/uploads/2019/12/blur-background-2.jpg?ssl=1); margin-top:-70px; margin-bottom:70px; padding-left:40px;" >
<h2 style="color: white; font-weight:bold;font-size:30p;text-align: left;margin-top:20px;">SAP IBP Sales & Operation Planning </h2>
<p style="color: white;text-align: left;">Lorem, ipsum dolor sit amet consectetur adipisicing elit.<br> Eaque incidunt maxime odio impedit nulla! Blanditiis, eum minus modi <br>qui similique voluptatibus asperiores placeat. Cumque</p>
<h2><a href="about.html" style="background: red;color:white;font-size: 15px;padding: 12px 12px; " >Explore</a></h2>
</div>
</div>
</div>
</section>
<section class="features" style="background: url(https://www.arm.com/-/media/global/support/heroes/support-training-med-hero.jpg?revision=ab1d83c5-b102-46cf-a4d1-213dc249341b) no-repeat center center/cover; margin-top: -20px;">
<div class="container">
<div class="row" data-aos="fade-up">
<div class="col-md-5">
<h3><a href="services1.html" style="color:white ; font-weight: bold; font-size: 45px;">Our Academy</a></h3>
<p style="color: white;">
Sales and Operations Planning (S&OP), Forecasting, Time series and order-based planning, inventory optimization, production scheduling and more
</p>
</div>
<div class="col-md-3 pt-4" style="background: rgba(198, 12, 2, 0.381); margin-right: 20px;border-bottom: 1px solid red;padding-left: 30px; " >
<h3><a href="services1.html" style="color:white ; font-weight: bold;">Supply Chain Planning</a></h3>
<p style="color: white;">
Sales and Operations Planning (S&OP), Forecasting, Time series and order-based planning, inventory optimization, production scheduling and more Lorem, ipsum dolor sit amet consectetur adipisicing elit. Voluptate officiis corporis dolores delectus suscipit. Omnis obcaecati harum.
</p>
<!-- <a href="about.html" class="btn-get-started animate__animated animate__fadeInUp imp" style="margin-left: 80px;">Register Now</a> -->
<h2 ><a href="academy.html" style="background: red;color:white;font-size: 15px;padding: 12px 12px;" text-align:center;>Register Now</a></h2>
<br><br>
</div>
<div class="col-md-3 pt-4" style="background: rgba(198, 13, 0, 0.407);border-bottom: 1px solid red;padding-left: 30px; " >
<h3><a href="services1.html" style="color:white ; font-weight: bold;">Training</a></h3>
<p style="color: white;">
Sales and Operations Planning (S&OP), Forecasting, Time series and order-based planning, inventory optimization, production scheduling and more ;Lorem ipsum dolor sit, amet consectetur adipisicing elit. Debitis sunt eos culpa at nobis sint maiores quam vel explicabo adipisci.
</p>
<!-- <a href="about.html" class="btn-get-started animate__animated animate__fadeInUp imp" style="margin-left: 80px; margin-bottom: 20px; margin-top: 10px;" >Register Now</a> -->
<h2 ><a href="academy.html" style="background: red;color:white;font-size: 15px;padding: 12px 12px;" text-align:center;>Register Now</a></h2>
<br><br>
</div>
</div>
</div>
</section>
<!-- End Why Us Section -->
<!-- ======= Features Section ======= -->
<section class="features" style="background: rgba(0, 0, 0, 0.853);">
<div class="container">
<div class="section-title">
<h2 style="color: white;">Solutions</h2>
<p style="color:#ffff;">Respond to future demands of your customers with accurate data insights.</p>
</div>
<div class="row" data-aos="fade-up">
<div class="col-md-2 ">
<img src="https://bizbraintech.com/wp-content/uploads/2021/11/solution-2.jpg" class="img-fluid" alt="" style="height: 80%;">
</div>
<div class="col-md-2 " >
<h3><a href="services1.html" style="color:white; font-size:22px ;">Supply Chain Planning</a></h3>
<p style="color: white; font-size: 15px;text-align: left; ">
Sales and Operations Planning (S&OP), Forecasting, Time series order-based planning, inventory optimization, production scheduling
</p>
<a href="" style=" font-weight:bold; border-bottom: 1px solid rgb(250, 3, 3); padding-bottom: 10px; ">Read More</a>
<a href="#" ><i class="bi bi-arrow-right-short"></i></a>
</div>
<div class="col-md-2">
<img src="https://bizbraintech.com/wp-content/uploads/2021/11/solution-2.jpg" class="img-fluid" alt="" style="height: 80%;">
</div>
<div class="col-md-2 " >
<h3><a href="services2.html" style="color:white; font-size:22px ;">Supply Chain Collaboration</a></h3>
<p style="color: white; font-size: 15px;text-align: left; ">
Sales and Operations Planning (S&OP), Forecasting, Time series order-based planning, inventory optimization, production scheduling
</p>
<!-- <a href="" style="text-decoration: underline; font-weight:bold;">Read More</a> -->
<a href="" style=" font-weight:bold; border-bottom: 1px solid rgb(250, 4, 4); padding-bottom: 10px; ">Read More</a>
<a href="#" ><i class="bi bi-arrow-right-short"></i></a>
</div>
<div class="col-md-2 ">
<img src="https://bizbraintech.com/wp-content/uploads/2021/11/solution-2.jpg" class="img-fluid" alt="" style="height: 80%;">
</div>
<div class="col-md-2 " >
<h3><a href="services3.html" style="color:white; font-size:22px ;">Demand Driven Process</a></h3>
<p style="color: white; font-size: 15px;text-align: left; ">
Sales and Operations Planning (S&OP), Forecasting, Time series order-based planning, inventory optimization, production scheduling
</p>
<!-- <a href="" style="text-decoration: underline; font-weight:bold;">Read More</a> -->
<a href="" style=" font-weight:bold; border-bottom: 1px solid rgb(255, 2, 2); padding-bottom: 10px; ">Read More</a>
<a href="#" ><i class="bi bi-arrow-right-short"></i></a>
</div>
<div class="col-md-2 mt-5 ">
<img src="https://bizbraintech.com/wp-content/uploads/2021/11/solution-2.jpg" class="img-fluid" alt="" style="height: 80%;">
</div>
<div class="col-md-2 mt-5" >
<h3><a href="services4.html" style="color:white; font-size:22px ;">Cloud System Integration</a></h3>
<p style="color: white; font-size: 15px;text-align: left; ">
Sales and Operations Planning (S&OP), Forecasting, Time series order-based planning, inventory optimization, production scheduling
</p>
<!-- <a href="" style="text-decoration: underline; font-weight:bold;">Read More</a> -->
<a href="" style=" font-weight:bold; border-bottom: 1px solid red; padding-bottom: 10px; ">Read More</a>
<a href="#" ><i class="bi bi-arrow-right-short"></i></a>
</div>
</div>
</div>
</section><!-- End Features Section -->
<section class="why-us " data-aos="fade-up" date-aos-delay="200" style="background: url(https://ps-attachments.s3.amazonaws.com/cc810a17-c903-405a-b914-be7622637dc2/ixTAUT5DNBKQzZaBAixIkA.jpg) no-repeat center center/cover;" >
<div class="section-title"><br><br><br><br>
<p style="color: white;font-size:50px;font-weight: bold;">Know More About Us</p><br><br>
<br><br><br><br><br>
<br>
<br>
<div class="container">
<div class="row" style="margin-top:20px ;">
<!-- <div class="col-lg-6 video-box"> -->
<!-- <img src="http://www.dorandabizs.com/wp-content/uploads/2016/05/contactus-banner-1366x400.jpg" class="img-fluid" alt=""
style="height:20%;"
> -->
<a href="#null" class="venobox play-btn mb-4" data-vbtype="video" data-autoplay="true"></a>
</div>
</div>
</div>
</section>
<section class="about" data-aos="fade-up" style="background: #242429;margin-top: -30px;" >
<div class="section-title">
<h2 style="color: white; font-weight:bold; font-size:40px">Our Events</h2>
<div class="container">
<div class="row" style="margin-top: -30px;">
<div class="col-md-10 col-center m-auto">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Carousel -->
<div class="carousel-inner">
<div class="item carousel-item active">
<div class="img-box"><img src="https://boardroomlimitedwp.s3.ap-southeast-1.amazonaws.com/wp-content/uploads/sites/4/2018/09/12114521/our-company.jpg" alt="" ></div>
<p class="testimonial">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eu sem tempor, varius quam at, luctus dui. Mauris magna metus, dapibus nec turpis vel, semper malesuada ante. Idac bibendum scelerisque non non purus. Suspendisse varius nibh non aliquet.</p>
<button style="font-size: 20px; border: none; height: 40px; width:200px; background-color:#fe0905; color:white " class="overview">Watch Now</button>
</div>
<div class="item carousel-item">
<div class="img-box"><img src="./assets/img/contact.png" alt=""></div>
<p class="testimonial">Vestibulum quis quam ut magna consequat faucibus. Pellentesque eget nisi a mi suscipit tincidunt. Utmtc tempus dictum risus. Pellentesque viverra sagittis quam at mattis. Suspendisse potenti. Aliquam sit amet gravida nibh, facilisis gravida odio.</p>
<button style="font-size: 20px; border: none; height: 40px; width:200px; background-color:#fe0905; color:white " class="overview">Watch Now</button>
</div>
<div class="item carousel-item">
<div class="img-box"><img src="./assets/img/cont.png" alt=""></div>
<p class="testimonial">Phasellus vitae suscipit justo. Mauris pharetra feugiat ante id lacinia. Etiam faucibus mauris id tempor egestas. Duis luctus turpis at accumsan tincidunt. Phasellus risus risus, volutpat vel tellus ac, tincidunt fringilla massa. Etiam hendrerit dolor eget rutrum.</p>
<button style="font-size: 20px; border: none; height: 40px; width:200px; background-color:#fe0905; color:white; " class="overview" >Watch Now</button>
</div>
</div>
<!-- Carousel Controls -->
<a class="carousel-control left carousel-control-prev" href="#myCarousel" data-slide="prev">
<i style="margin-bottom: 150px;" class="fa fa-angle-left"></i>
</a>
<a class="carousel-control right carousel-control-next" href="#myCarousel" data-slide="next">
<i style="margin-bottom: 150px;" class="fa fa-angle-right"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="features" style="background: url(https://freedesignfile.com/upload/2018/10/Dark-abstract-background-with-shiny-light-vector.jpg) no-repeat center center/cover; ">
<div class="container">
<!-- <div class="section-title">
<h2 style="color: white; font-weight: bold; font-size: 30px;">Our Academy</h2>
<p style="color:#ffff;">Respond to future demands of your customers with accurate data insights.</p>
</div> -->
<div class="row" data-aos="fade-up">
<div class="col-md-5">
<h3><a href="services1.html" style="color:white ; font-weight: bold; font-size: 45px;">Our Success Stories</a></h3>
<p style="color: white;">
Sales and Operations Planning (S&OP), Forecasting, Time series and order-based planning, inventory optimization, production scheduling and more
</p>
</div>
<div class="col-md-3 pt-4" style="background: rgba(198, 12, 2, 0.386); margin-right: 20px;padding-bottom: 20px; border-bottom: 1px solid red; " >
<h3><a href="services1.html" style="color:white ; font-weight: bold;">Hundreds Of Clients</a></h3>
<p style="color: white;">
Sales and Operations Planning (S&OP), Forecasting, Time series and order-based planning, inventory optimization, production scheduling and more
</p>
</div>
<div class="col-md-3 pt-4" style="background: rgba(198, 12, 2, 0.386); border-bottom: 1px solid red; " >
<h3><a href="services1.html" style="color:white ; font-weight: bold;">Among Top Three Partner</a></h3>
<p style="color: white;">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Neque quos est culpa, quam officiis iusto consequuntur vitae explicabo quae!
</p>
<!-- <ul style="color: white;">
<li><i class="bi bi-check"></i> Ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>
<li><i class="bi bi-check"></i> Duis aute irure dolor in reprehenderit in voluptate velit.</li>
</ul> -->
</div>
</div>
</div>
</section>
<section class="facts section-bg" data-aos="fade-up" style="background: white;">
<div class="section-title">
<h2 style="color: black; font-weight:bold; font-size:30px">Our Partners</h2>
<div class="container">
<div class="row counters">
<div class="col-lg-3 col-6 text-center">
<!-- <span data-purecounter-start="0" data-purecounter-end="1463" data-purecounter-duration="1" class="purecounter"></span> -->
<!-- <p>Clients</p> -->
<img src="https://www.menlo-technologies.com/wp-content/uploads/2019/01/omnicia-logo.png" alt="" style="width: 80%;">
</div>
<div class="col-lg-3 col-6 text-center">
<!-- <span data-purecounter-start="0" data-purecounter-end="1463" data-purecounter-duration="1" class="purecounter"></span> -->
<!-- <p>Projects</p> -->
<img src="https://www.menlo-technologies.com/wp-content/uploads/2019/01/equilar-2.png" alt="" style="width: 80%;">
</div>
<div class="col-lg-3 col-6 text-center">
<!-- <span data-purecounter-start="0" data-purecounter-end="1463" data-purecounter-duration="1" class="purecounter"></span>
<span ></span> -->
<!-- <p>Hours Of Support</p> -->
<img src="https://www.menlo-technologies.com/wp-content/uploads/2019/01/linked-in-2.png" alt="" style="width: 80%;">
</div>
<div class="col-lg-3 col-6 text-center">
<span></span>
<!-- <span data-purecounter-start="0" data-purecounter-end="1216" data-purecounter-duration="1" class="purecounter"></span> -->
<img src="https://www.menlo-technologies.com/wp-content/uploads/2019/01/omnicia-logo.png" alt="" style="width: 80%;" >
</div>
</div>
</div>
</section>
<section class="team" data-aos="fade-up" data-aos-easing="ease-in-out" data-aos-duration="500" style="background:linear-gradient( black,#800000) ;">
<div class="container">
<div class="section-title">
<h2 style="color: white; font-weight:bold; font-size:30px">Blogs</h2>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<div class="member-img">
<img src="https://www.gbb.co.in/wp-content/uploads/2019/04/cloud-computing-vendors.jpg" class="img-fluid" alt="" style="width:100% ;">
</div>
<div class="member-info">
<h4 style="color:white ; font-weight:bold;font-size: 25px;">How the Cloud Helps Midsize Companies Grow and Compete</h4>
<!-- <span>Chief Executive Officer</span> -->
<p style="color: white;">Authors: Luca Massasso and Krishna Mamidipaka, Technologies’ Co-founders in collaboration with SAPInsider. IT Becomes a True Business Lorem, ipsum dolor sit amet consectetur adipisicing elit. Suscipit, dolor? Delectus assumenda asperiores iste temporibus porro labore, exercitationem blanditiis nemo....</p>
<!-- <button class="specbtn" ><a href="blog.html" class="specbtn" >Read More</a></button> -->
<a href="blog.html" class="btn-get-started animate__animated animate__fadeInUp">Read More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<div class="member-img">
<img src="https://www.webex.com/content/dam/wbx/us/images/rebrand/meeting_E-overview_3.jpg" class="img-fluid" alt="" style="width:94% ;">
</div>
<div class="member-info">
<h4 style="color:white ; font-weight:bold;font-size: 25px;">The Next Level of Planning Processes</h4>
<!-- <span>Product Manager</span> -->
<p style="color: white;">Authors: Luca Massasso and Krishna Mamidipaka, Bizbrain Technologies’ Co-founders in collaboration with SAPInsider. How SAP Integrated Business and Transformation Process in the industry Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolor commodi totam magni suscipit tenetur? Lorem ipsum, dolor sit amet consectetur adipisicing elit. Atque, dolore!
...</p>
<!-- <button class="specbtn" ><a href="blog.html" class="specbtn" >Read More</a></button> -->
<a href="blog.html" class="btn-get-started animate__animated animate__fadeInUp">Read More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="member">
<div class="member-img">
<img src="https://www.webex.com/content/dam/wbx/us/images/rebrand/meeting_E-overview_3.jpg" class="img-fluid" alt="" style="width:94% ;">
</div>
<div class="member-info">
<h4 style="color:white; font-weight:bold; font-size: 25px;">The Next Level of Planning Processes</h4>
<!-- <span>Product Manager</span> -->
<p style="color: white;">Authors: Luca Massasso and Krishna Mamidipaka, Bizbrain Technologies’ Co-founders in collaboration with SAPInsider. How SAP Integrated Business and Transformation Process in the industry Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolor commodi totam magni suscipit tenetur? Lorem ipsum, dolor sit amet consectetur adipisicing elit. Atque, dolore!
...</p>
<!-- <button class="specbtn" ><a href="blog.html" class="specbtn" >Read More</a></button> -->
<a href="blog.html" class="btn-get-started animate__animated animate__fadeInUp">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" data-aos="fade-up" data-aos-easing="ease-in-out" data-aos-duration="500">
<!-- <div class="footer-newsletter">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h4>Our Newsletter</h4>
<p>Tamen quem nulla quae legam multos aute sint culpa legam noster magna</p>
</div>
<div class="col-lg-6">
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div> -->
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="about.html">About</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="services.html">Services</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="services1.html">Solutions</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="blog.html">Blog</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="contact.html">Contact Us</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="services.html">Process Implementation</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="services.html">AMS and Support</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="services.html">Value Prototyping</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="services.html">Training</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
A108 Adam Street <br>
New York, NY 535022<br>
United States <br><br>
<strong>Phone:</strong> +1 5589 55488 55<br>
<strong>Email:</strong> [email protected]<br>
</p>
</div>
<div class="col-lg-3 col-md-6 footer-info">
<h3>About Us</h3>
<p>Cras fermentum odio eu feugiat lide par naso tierra. Justo eget nada terra videa magna derita valies darta donna mare fermentum iaculis eu non diam phasellus.</p>
<div class="social-links mt-3">
<a href="https://twitter.com" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://facebook.com" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://instagram.com" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://linkedin.com" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container ccpy ">
<div class="copyright">
© Copyright <strong><span>Logo</span></strong>. All Rights Reserved
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>