main
Thomas 2 years ago
parent f811e4f22c
commit aa3da7cf1d

@ -12,6 +12,7 @@
body { body {
font-family: "Open Sans", sans-serif; font-family: "Open Sans", sans-serif;
color: #444444; color: #444444;
/* color: #FFF8E1 ; */
} }
a { a {
@ -20,7 +21,7 @@ a {
} }
a:hover { a:hover {
color: #f1775d; color: #BDBDBD ;
text-decoration: none; text-decoration: none;
} }
@ -30,7 +31,7 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: "Raleway", sans-serif; font-family: "Open Sans", sans-serif;
} }
/*-------------------------------------------------------------- /*--------------------------------------------------------------
@ -52,7 +53,7 @@ h6 {
position: fixed; position: fixed;
top: calc(50% - 30px); top: calc(50% - 30px);
left: calc(50% - 30px); left: calc(50% - 30px);
border: 6px solid #ed502e; border: 6px solid #90A4AE;
border-top-color: white; border-top-color: white;
border-radius: 50%; border-radius: 50%;
width: 60px; width: 60px;
@ -80,7 +81,7 @@ h6 {
right: 15px; right: 15px;
bottom: 15px; bottom: 15px;
z-index: 996; z-index: 996;
background: #ed502e; background: #BDBDBD;
width: 40px; width: 40px;
height: 40px; height: 40px;
border-radius: 4px; border-radius: 4px;
@ -94,7 +95,7 @@ h6 {
} }
.back-to-top:hover { .back-to-top:hover {
background: #f06f54; background: #90A4AE;
color: #fff; color: #fff;
} }
@ -182,12 +183,12 @@ h6 {
.navbar .active, .navbar .active,
.navbar .active:focus, .navbar .active:focus,
.navbar li:hover>a { .navbar li:hover>a {
color: #ed502e; color: #ef6445;
} }
.navbar .getstarted, .navbar .getstarted,
.navbar .getstarted:focus { .navbar .getstarted:focus {
background: #ed502e; background: #90A4AE;
padding: 8px 20px; padding: 8px 20px;
margin-left: 30px; margin-left: 30px;
border-radius: 4px; border-radius: 4px;
@ -197,7 +198,7 @@ h6 {
.navbar .getstarted:hover, .navbar .getstarted:hover,
.navbar .getstarted:focus:hover { .navbar .getstarted:focus:hover {
color: #fff; color: #fff;
background: #ef6445; background: #BDBDBD ;
} }
.navbar .dropdown ul { .navbar .dropdown ul {
@ -231,7 +232,7 @@ h6 {
.navbar .dropdown ul a:hover, .navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover, .navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a { .navbar .dropdown ul li:hover>a {
color: #ed502e; color: #90A4AE;
} }
.navbar .dropdown:hover>ul { .navbar .dropdown:hover>ul {
@ -330,7 +331,7 @@ h6 {
.navbar-mobile a:hover, .navbar-mobile a:hover,
.navbar-mobile .active, .navbar-mobile .active,
.navbar-mobile li:hover>a { .navbar-mobile li:hover>a {
color: #ed502e; color: #90A4AE;
} }
.navbar-mobile .getstarted, .navbar-mobile .getstarted,
@ -365,7 +366,7 @@ h6 {
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a { .navbar-mobile .dropdown ul li:hover>a {
color: #ed502e; color: #90A4AE;
} }
.navbar-mobile .dropdown>.dropdown-active { .navbar-mobile .dropdown>.dropdown-active {
@ -498,7 +499,7 @@ h6 {
#hero .carousel-indicators li.active { #hero .carousel-indicators li.active {
opacity: 1; opacity: 1;
background: #ed502e; background: #90A4AE;
} }
#hero .btn-get-started { #hero .btn-get-started {
@ -513,12 +514,14 @@ h6 {
line-height: 1; line-height: 1;
color: #fff; color: #fff;
animation-delay: 0.8s; animation-delay: 0.8s;
background: #ed502e; background: transparent;
margin-top: 15px; margin-top: 15px;
border: 2px solid #90A4AE;
} }
#hero .btn-get-started:hover { #hero .btn-get-started:hover {
background: #ef6445; background: #90A4AE ;
} }
@media (max-width: 992px) { @media (max-width: 992px) {
@ -625,7 +628,7 @@ section {
left: 0; left: 0;
top: 2px; top: 2px;
font-size: 20px; font-size: 20px;
color: #ed502e; color: #90A4AE;
line-height: 1; line-height: 1;
} }
@ -643,14 +646,14 @@ section {
border-radius: 5px; border-radius: 5px;
transition: 0.3s; transition: 0.3s;
line-height: 1; line-height: 1;
color: #ed502e; color: #90A4AE;
animation-delay: 0.8s; animation-delay: 0.8s;
margin-top: 6px; margin-top: 6px;
border: 2px solid #ed502e; border: 2px solid #90A4AE;
} }
.about .content .btn-learn-more:hover { .about .content .btn-learn-more:hover {
background: #ed502e; background: #90A4AE;
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
} }
@ -671,7 +674,7 @@ section {
.counts .count-box i { .counts .count-box i {
display: block; display: block;
font-size: 30px; font-size: 30px;
color: #ed502e; color: #90A4AE;
float: left; float: left;
} }
@ -722,7 +725,7 @@ section {
margin: 0 auto; margin: 0 auto;
width: 64px; width: 64px;
height: 64px; height: 64px;
background: #ed502e; background: #90A4AE;
border-radius: 5px; border-radius: 5px;
transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;
display: flex; display: flex;
@ -746,7 +749,7 @@ section {
top: -8px; top: -8px;
height: 100%; height: 100%;
width: 100%; width: 100%;
background: #f9c6bb; background: #cbd6db;
border-radius: 5px; border-radius: 5px;
transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;
transform: translateZ(-1px); transform: translateZ(-1px);
@ -770,8 +773,8 @@ section {
} }
.services .icon-box:hover { .services .icon-box:hover {
background: #ed502e; background: #90A4AE;
border-color: #ed502e; border-color: #90A4AE;
} }
.services .icon-box:hover .icon { .services .icon-box:hover .icon {
@ -779,11 +782,11 @@ section {
} }
.services .icon-box:hover .icon i { .services .icon-box:hover .icon i {
color: #ed502e; color: #90A4AE;
} }
.services .icon-box:hover .icon::before { .services .icon-box:hover .icon::before {
background: #f1775d; background: #d8d8d8;
} }
.services .icon-box:hover h4 a, .services .icon-box:hover h4 a,
@ -819,7 +822,7 @@ section {
left: 0; left: 0;
top: 2px; top: 2px;
font-size: 20px; font-size: 20px;
color: #ed502e; color: #90A4AE;
line-height: 1; line-height: 1;
} }
@ -837,14 +840,14 @@ section {
border-radius: 5px; border-radius: 5px;
transition: 0.3s; transition: 0.3s;
line-height: 1; line-height: 1;
color: #ed502e; color: #90A4AE;
animation-delay: 0.8s; animation-delay: 0.8s;
margin-top: 6px; margin-top: 6px;
border: 2px solid #ed502e; border: 2px solid #90A4AE;
} }
.product .content .btn-learn-more:hover { .product .content .btn-learn-more:hover {
background: #ed502e; background: #90A4AE;
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
} }
@ -878,7 +881,7 @@ section {
} }
.product .entry .entry-title a:hover { .product .entry .entry-title a:hover {
color: #ed502e; color: #90A4AE;
} }
.product .entry .entry-meta { .product .entry .entry-meta {
@ -923,18 +926,18 @@ section {
.product .entry .entry-content .read-more a { .product .entry .entry-content .read-more a {
display: inline-block; display: inline-block;
background: #ed502e; background: #90A4AE;
color: #fff; color: #fff;
padding: 6px 20px; padding: 6px 20px;
transition: 0.3s; transition: 0.3s;
font-size: 14px; font-size: 14px;
border-radius: 4px; border-radius: 4px;
border: 1px solid #ed502e; border: 1px solid #90A4AE;
} }
.product .entry .entry-content .read-more a:hover { .product .entry .entry-content .read-more a:hover {
background: #fff; background: #fff;
color: #ed502e; color: #90A4AE;
display: inline-block; display: inline-block;
} }
@ -1011,7 +1014,7 @@ section {
} }
.international .entry .entry-title a:hover { .international .entry .entry-title a:hover {
color: #ed502e; color: #90A4AE;
} }
@ -1026,18 +1029,18 @@ section {
.international .entry .entry-content .read-more a { .international .entry .entry-content .read-more a {
display: inline-block; display: inline-block;
background: #ed502e; background: #90A4AE;
color: #fff; color: #fff;
padding: 6px 20px; padding: 6px 20px;
transition: 0.3s; transition: 0.3s;
font-size: 14px; font-size: 14px;
border-radius: 4px; border-radius: 4px;
border: 1px solid #ed502e; border: 1px solid #90A4AE;
} }
.international .entry .entry-content .read-more a:hover { .international .entry .entry-content .read-more a:hover {
background: #fff; background: #fff;
color: #ed502e; color: #90A4AE;
display: inline-block; display: inline-block;
} }
@ -1093,7 +1096,7 @@ section {
.contact .info i { .contact .info i {
font-size: 20px; font-size: 20px;
color: #ed502e; color: #90A4AE;
float: left; float: left;
width: 44px; width: 44px;
height: 44px; height: 44px;
@ -1121,7 +1124,7 @@ section {
} }
.contact .info:hover i { .contact .info:hover i {
background: #ed502e; background: #90A4AE;
color: #fff; color: #fff;
} }
@ -1201,19 +1204,19 @@ section {
} }
.contact .php-email-form button[type=submit] { .contact .php-email-form button[type=submit] {
background: #ed502e background: #90A4AE
; ;
border: 0; border: 0;
padding: 10px 24px; padding: 10px 24px;
color: #fff; color: #fff;
transition: 0.4s; transition: 0.4s;
border-radius: 4px; border-radius: 4px;
border: 1px solid #ed502e; border: 1px solid #90A4AE;
} }
.contact .php-email-form button[type=submit]:hover { .contact .php-email-form button[type=submit]:hover {
background: #fff; background: #fff;
color: #ed502e; color: #90A4AE;
display: inline-block; display: inline-block;
} }
@ -1255,7 +1258,7 @@ section {
list-style: none; list-style: none;
padding: 0 0 10px 0; padding: 0 0 10px 0;
margin: 0; margin: 0;
font-size: 14px; font-size: 20px;
} }
.breadcrumbs ol li+li { .breadcrumbs ol li+li {
@ -1265,7 +1268,7 @@ section {
.breadcrumbs ol li+li::before { .breadcrumbs ol li+li::before {
display: inline-block; display: inline-block;
padding-right: 10px; padding-right: 10px;
color: #123a6d; /* color: #123a6d; */
content: "/"; content: "/";
} }
@ -1274,13 +1277,13 @@ section {
--------------------------------------------------------------*/ --------------------------------------------------------------*/
#footer { #footer {
background: #071527; background: #071527;
padding: 0 0 30px 0; padding: 0 0 10px 0;
color: #fff; color: #fff;
font-size: 14px; font-size: 14px;
} }
#footer .footer-top { #footer .footer-top {
padding: 40px 10px 30px; padding: 40px 10px 20px;
} }
#footer .footer-top a { #footer .footer-top a {
@ -1291,7 +1294,7 @@ section {
#footer .footer-top .footer-info { #footer .footer-top .footer-info {
margin-bottom: 15px; margin-bottom: 15px;
background: #05101e; background: #05101e;
border-top: 4px solid #ed502e; border-top: 4px solid #90A4AE;
text-align: center; text-align: center;
padding: 30px 20px; padding: 30px 20px;
} }
@ -1328,7 +1331,7 @@ section {
#footer .footer-top .social-links a:hover { #footer .footer-top .social-links a:hover {
color: #fff; color: #fff;
background: #ed502e; background: #90A4AE;
text-decoration: none; text-decoration: none;
} }

@ -140,6 +140,7 @@
<li><a class="active" href="product 4.html">mPACS</a></li> <li><a class="active" href="product 4.html">mPACS</a></li>
</ul> </ul>
</li> </li>
<li><a class="nav-link scrollto" href="#international">International</a></li>
<li><a class="nav-link scrollto" href="index.html#contact">Contact</a></li> <li><a class="nav-link scrollto" href="index.html#contact">Contact</a></li>
<!-- <li><a class="getstarted scrollto" href="index.html#about">Get Started</a></li> --> <!-- <li><a class="getstarted scrollto" href="index.html#about">Get Started</a></li> -->
</ul> </ul>
@ -163,7 +164,7 @@
<!-- Delete My Account Section --> <!-- Delete My Account Section -->
<section id="delete-account" class="delete-account"> <section id="delete-account" class="delete-account">
<div class="container"> <div class="container">
<div class="delete-account-content" data-aos="fade-up"> <div class="delete-account-content">
<div class="section-title" data-aos="fade-down"> <div class="section-title" data-aos="fade-down">
<h2>Delete My Account</h2> <h2>Delete My Account</h2>
<p>We're sorry to see you go.<br> <p>We're sorry to see you go.<br>
@ -200,7 +201,7 @@
</div> </div>
<button type="submit" class="btn btn-danger" <button type="submit" class="btn btn-danger"
style="background-color: #ed502e; border-color: #ed502e;">Proceed</button> style="background-color: #90A4AE; border-color: #90A4AE;">Proceed</button>
</form> </form>
</div> </div>
</div> </div>

@ -64,6 +64,7 @@
<li><a href="product 4.html">mPACS</a></li> <li><a href="product 4.html">mPACS</a></li>
</ul> </ul>
</li> </li>
<li><a class="nav-link scrollto" href="#international">International</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li> <li><a class="nav-link scrollto" href="#contact">Contact</a></li>
<!-- <li><a class="getstarted scrollto" href="#about">Get Started</a></li> --> <!-- <li><a class="getstarted scrollto" href="#about">Get Started</a></li> -->
</ul> </ul>
@ -207,7 +208,7 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col-lg-3 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100"> <div class="col-lg-3 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box"> <div class="icon-box">
<div class="icon"><i class="bx bx-file"></i></div> <div class="icon"><i class="bx bx-file"></i></div>
<h4><a href="">Core Banking solutions</a></h4> <h4><a href="">Core Banking solutions</a></h4>
@ -215,7 +216,7 @@
</div> </div>
</div> </div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch mt-2 mt-md-0" data-aos="zoom-in" data-aos-delay="200"> <div class="col-lg-3 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box"> <div class="icon-box">
<div class="icon"><i class="fas fa-cloud"></i></div> <div class="icon"><i class="fas fa-cloud"></i></div>
<h4><a href="">Cloud Solutions</a></h4> <h4><a href="">Cloud Solutions</a></h4>
@ -223,7 +224,7 @@
</div> </div>
</div> </div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="300"> <div class="col-lg-3 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box"> <div class="icon-box">
<div class="icon"><i class="bi bi-envelope"></i></div> <div class="icon"><i class="bi bi-envelope"></i></div>
<h4><a href="">RTGS/NEFT Services</a></h4> <h4><a href="">RTGS/NEFT Services</a></h4>
@ -241,7 +242,7 @@
</div> </div>
</div> --> </div> -->
<div class="col-lg-3 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0" data-aos="zoom-in" data-aos-delay="200"> <div class="col-lg-3 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box"> <div class="icon-box">
<div class="icon"><i class="bx bx-slideshow"></i></div> <div class="icon"><i class="bx bx-slideshow"></i></div>
<h4><a href="">SMS Banking</a></h4> <h4><a href="">SMS Banking</a></h4>
@ -357,7 +358,7 @@
<!-- ======= International Section ======= --> <!-- ======= International Section ======= -->
<section id="International" class="international"> <section id="international" class="international">
<div class="container" data-aos="fade-up"> <div class="container" data-aos="fade-up">
<div class="section-title"> <div class="section-title">
@ -451,7 +452,7 @@
</section><!-- End Contact Section --> </section><!-- End Contact Section -->
<!--Start of Tawk.to Script--> <!--Start of Tawk.to Script-->
<script type="text/javascript"> <!-- <script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){ (function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
@ -461,7 +462,7 @@
s1.setAttribute('crossorigin','*'); s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0); s0.parentNode.insertBefore(s1,s0);
})(); })();
</script> </script> -->
<!--End of Tawk.to Script--> <!--End of Tawk.to Script-->
</main><!--End #main --> </main><!--End #main -->

@ -62,6 +62,7 @@
<li><a href="product 4.html">mPACS</a></li> <li><a href="product 4.html">mPACS</a></li>
</ul> </ul>
</li> </li>
<li><a class="nav-link scrollto" href="index.html#international">International</a></li>
<li><a class="nav-link scrollto" href="index.html#contact">Contact</a></li> <li><a class="nav-link scrollto" href="index.html#contact">Contact</a></li>
<!-- <li><a class="getstarted scrollto" href="index.html#about">Get Started</a></li> --> <!-- <li><a class="getstarted scrollto" href="index.html#about">Get Started</a></li> -->
</ul> </ul>
@ -98,7 +99,7 @@
<div class="entry-content"> <!-- This can be useful for styling the typography, images, links, and other elements within the post's main content area. --> <div class="entry-content"> <!-- This can be useful for styling the typography, images, links, and other elements within the post's main content area. -->
<div class="row content"> <!--you can create a layout where the content is organized into rows of columns and styled using the content class. --> <div class="row content"> <!--you can create a layout where the content is organized into rows of columns and styled using the content class. -->
<div class="col-md-5 pt-4" data-aos="fade-right"> <div class="col-md-5 pt-4" data-aos="fade-left">
<img src="assets\img\features-4.jpg" class="img-fluid"> <img src="assets\img\features-4.jpg" class="img-fluid">
</div> </div>
<div class="col-md-6 pt-4" data-aos="fade-left"> <div class="col-md-6 pt-4" data-aos="fade-left">
@ -120,14 +121,14 @@
<li><i class="bx bx-check-double"></i>Service Co-operative Banks</li> <li><i class="bx bx-check-double"></i>Service Co-operative Banks</li>
<li><i class="bx bx-check-double"></i>Urban Co-operative Banks</li> <li><i class="bx bx-check-double"></i>Urban Co-operative Banks</li>
<li><i class="bx bx-check-double"></i>Farmers Co-operative Banks</li> <li><i class="bx bx-check-double"></i>Farmers Co-operative Banks</li>
<li><i class="bx bx-check-double"></i>Co-operative Boards</li> <!-- <li><i class="bx bx-check-double"></i>Co-operative Boards</li> -->
<li><i class="bx bx-check-double"></i>Employees Pension Borad</li> <li><i class="bx bx-check-double"></i>Employees Pension Borad</li>
<li><i class="bx bx-check-double"></i>Employees Welfare Borad</li> <li><i class="bx bx-check-double"></i>Employees Welfare Borad</li>
<li><i class="bx bx-check-double"></i>Employees Co-operative Societies</li>
</ul> </ul>
</div> </div>
<div class="col-md-6 pt-4" data-aos="fade-left"> <div class="col-md-6 pt-4" data-aos="fade-left">
<ul> <ul>
<li><i class="bx bx-check-double"></i>Employees Co-operative Societies</li>
<li><i class="bx bx-check-double"></i>Housing Co-operative Societies </li> <li><i class="bx bx-check-double"></i>Housing Co-operative Societies </li>
<li><i class="bx bx-check-double"></i>Pensioners Co-operative Societies</li> <li><i class="bx bx-check-double"></i>Pensioners Co-operative Societies</li>
<li><i class="bx bx-check-double"></i>Agricultural Co-operative Societies</li> <li><i class="bx bx-check-double"></i>Agricultural Co-operative Societies</li>
@ -143,32 +144,49 @@
</p> </p>
</blockquote> </blockquote>
<p> <p data-aos="fade-left">
SiMS Pacsware 10g Co-operative Banking System offers a wide range of features, including account management, loan management, fund transfer, payment processing, and customer relationship management. SiMS Pacsware 10g Co-operative Banking System offers a wide range of features, including account management, loan management, fund transfer, payment processing, and customer relationship management.
It also provides advanced analytics and reporting capabilities, enabling banks to make informed decisions and improve their operational efficiency. It also provides advanced analytics and reporting capabilities, enabling banks to make informed decisions and improve their operational efficiency.
</p> </p>
<br> <br>
<h3 class="entry-title"> <h3 class="entry-title">
<a>Modueles we provide</a> <a>Modules we provide</a>
</h3> </h3>
<div class="col-md-5 pt-4" data-aos="fade-left"> <div class="row" data-aos="fade-left">
<div class="col-md-3">
<ul> <ul>
<li><i class="bx bx-check-double"></i>Shares</li> <li><i class="bx bx-check-double"></i>Shares</li>
<li><i class="bx bx-check-double"></i>Chitty / MDS</li> <li><i class="bx bx-check-double"></i>Chitty / MDS</li>
</ul>
</div>
<div class="col-md-3">
<ul>
<li><i class="bx bx-check-double"></i>Registers</li> <li><i class="bx bx-check-double"></i>Registers</li>
<li><i class="bx bx-check-double"></i>Transactions</li> <li><i class="bx bx-check-double"></i>Transactions</li>
</ul>
</div>
<div class="col-md-3">
<ul>
<li><i class="bx bx-check-double"></i>Loans</li>
<li><i class="bx bx-check-double"></i>Journals</li> <li><i class="bx bx-check-double"></i>Journals</li>
</ul>
</div>
<div class="col-md-3">
<ul>
<li><i class="bx bx-check-double"></i>Utility</li> <li><i class="bx bx-check-double"></i>Utility</li>
<li><i class="bx bx-check-double"></i>Branch</li> <li><i class="bx bx-check-double"></i>Branch</li>
</ul> </ul>
</div><br> </div>
<br>
</div>
<p> <br>
<p data-aos="fade-left">
In addition to the traditional banking modules and products, PACSWARE has added several modules such as Capital and Share Management to manage their share capital and share accounts, ensuring compliance with regulatory requirements and In addition to the traditional banking modules and products, PACSWARE has added several modules such as Capital and Share Management to manage their share capital and share accounts, ensuring compliance with regulatory requirements and
Election module to conduct elections for their governing bodies in a transparent and efficient manner, and Curry module to manage their customer accounts related to the catering business for co-operative banks. Election module to conduct elections for their governing bodies in a transparent and efficient manner, and Curry module to manage their customer accounts related to the catering business for co-operative banks.
</p> </p>
<br> <br>
<p> <p data-aos="fade-left">
By offering these additional modules, SiMS Pacsware 10g Core Banking System provides a comprehensive and tailored solution for co-operative banks. By offering these additional modules, SiMS Pacsware 10g Core Banking System provides a comprehensive and tailored solution for co-operative banks.
This helps co-operative banks to improve their operational efficiency, manage regulatory compliance, and offer specialized services to their customers. This helps co-operative banks to improve their operational efficiency, manage regulatory compliance, and offer specialized services to their customers.
</p> </p>

@ -62,6 +62,7 @@
<li><a href="product 4.html">mPACS</a></li> <li><a href="product 4.html">mPACS</a></li>
</ul> </ul>
</li> </li>
<li><a class="nav-link scrollto" href="index.html#international">International</a></li>
<li><a class="nav-link scrollto" href="index.html#contact">Contact</a></li> <li><a class="nav-link scrollto" href="index.html#contact">Contact</a></li>
<!-- <li><a class="getstarted scrollto" href="index.html#about">Get Started</a></li> --> <!-- <li><a class="getstarted scrollto" href="index.html#about">Get Started</a></li> -->
</ul> </ul>
@ -95,14 +96,14 @@
<img src="assets\img\blog\blog-1.jpg" alt="" class="img-fluid"> <img src="assets\img\blog\blog-1.jpg" alt="" class="img-fluid">
</div> --> </div> -->
<div class="section-title" data-aos="fade-down"> <div class="section-title">
<h2>Products</h2> <h2>Products</h2>
<p> PACSwareNET - Cloud based banking solution</p> <p> PACSwareNET - Cloud based banking solution</p>
</div> </div>
<div class="entry-content"> <div class="entry-content">
<div class="row content"> <div class="row content">
<div class="col-md-6 pt-4" data-aos="fade-right"> <div class="col-md-6 pt-4" data-aos="fade-left">
<p> <p>
PACSwareNET is a cloud-based based Core Banking Solution that has been designed to cater to the growing needs of the banking industry. PACSwareNET is a cloud-based based Core Banking Solution that has been designed to cater to the growing needs of the banking industry.
This solution provides banks with the ability to manage their operations efficiently and securely, from anywhere and at any time. This solution provides banks with the ability to manage their operations efficiently and securely, from anywhere and at any time.
@ -134,7 +135,7 @@
</ul> </ul>
</div> </div>
<p> <p data-aos="fade-left">
Being a cloud-based solution, it eliminates the need for banks to invest in expensive hardware and software infrastructure. Being a cloud-based solution, it eliminates the need for banks to invest in expensive hardware and software infrastructure.
Banks can access the software through a web browser, and all the data is stored in secure cloud servers. Banks can access the software through a web browser, and all the data is stored in secure cloud servers.
This not only reduces the cost of ownership but also provides the scalability and flexibility that banks need to grow their operations. This not only reduces the cost of ownership but also provides the scalability and flexibility that banks need to grow their operations.
@ -149,26 +150,42 @@
<a>Features</a> <a>Features</a>
</h3> </h3>
<br> <br>
<p> <p data-aos="fade-left">
This centralized web-based core banking solution offers a complete search facility, comprehensive setup, user-defined reports, all statutory reports, a normalized data structure, This centralized web-based core banking solution offers a complete search facility, comprehensive setup, user-defined reports, all statutory reports, a normalized data structure,
transactions from a single window, a unique customer card to perform all transactions, micro ATM and ATM using ISO 8583 version 93 standard, document attachment to account(s) using high-speed scanner, transactions from a single window, a unique customer card to perform all transactions, micro ATM and ATM using ISO 8583 version 93 standard, document attachment to account(s) using high-speed scanner,
SMS alerts for transactions, IVRS, and a data center for hosting the customer portal. Additionally, it can be linked to the bank's customer portal on the bank's website. SMS alerts for transactions, IVRS, and a data center for hosting the customer portal. Additionally, it can be linked to the bank's customer portal on the bank's website.
</p> </p>
<h3 class="entry-title"> <h3 class="entry-title">
<a>Modueles we provide</a> <a>Modules we provide</a>
</h3> </h3>
<div class="col-md-5 pt-4" data-aos="fade-left"> <div class="row" data-aos="fade-left">
<div class="col-md-3">
<ul> <ul>
<li><i class="bx bx-check-double"></i>Shares</li> <li><i class="bx bx-check-double"></i>Shares</li>
<li><i class="bx bx-check-double"></i>Chitty / MDS</li> <li><i class="bx bx-check-double"></i>Chitty / MDS</li>
</ul>
</div>
<div class="col-md-3">
<ul>
<li><i class="bx bx-check-double"></i>Registers</li> <li><i class="bx bx-check-double"></i>Registers</li>
<li><i class="bx bx-check-double"></i>Transactions</li> <li><i class="bx bx-check-double"></i>Transactions</li>
</ul>
</div>
<div class="col-md-3">
<ul>
<li><i class="bx bx-check-double"></i>Loans</li>
<li><i class="bx bx-check-double"></i>Journals</li> <li><i class="bx bx-check-double"></i>Journals</li>
</ul>
</div>
<div class="col-md-3">
<ul>
<li><i class="bx bx-check-double"></i>Utility</li> <li><i class="bx bx-check-double"></i>Utility</li>
<li><i class="bx bx-check-double"></i>Branch</li> <li><i class="bx bx-check-double"></i>Branch</li>
</ul> </ul>
</div> </div>
<br>
</div>
</div> </div>
</div> </div>
</article> </article>

@ -62,6 +62,7 @@
<li><a class="active" href="product 4.html">mPACS</a></li> <li><a class="active" href="product 4.html">mPACS</a></li>
</ul> </ul>
</li> </li>
<li><a class="nav-link scrollto" href="index.html#international">International</a></li>
<li><a class="nav-link scrollto" href="index.html#contact">Contact</a></li> <li><a class="nav-link scrollto" href="index.html#contact">Contact</a></li>
<!-- <li><a class="getstarted scrollto" href="index.html#about">Get Started</a></li> --> <!-- <li><a class="getstarted scrollto" href="index.html#about">Get Started</a></li> -->
</ul> </ul>
@ -95,25 +96,25 @@
</div> --> </div> -->
<div class="section-title" data-aos="fade-down"> <div class="section-title">
<h2>Products</h2> <h2>Products</h2>
<p> mPACS - MOBILE APPLICATION</p> <p> mPACS - MOBILE APPLICATION</p>
</div> </div>
<div class="entry-content"> <div class="entry-content">
<div class="row content"> <div class="row content">
<div class="col-md-4 pt-4" data-aos="fade-right"> <div class="col-md-4 pt-4" data-aos="fade-left">
<img src="assets\img\phone2.JPG" alt="Dashboard" class="img-fluid"> <img src="assets\img\phone2.JPG" alt="Dashboard" class="img-fluid">
</div> </div>
<div class="col-md-8 pt-4" data-aos="fade-left"> <div class="col-md-8 pt-4" data-aos="fade-left">
<p><br> <p>
<b>mPACS</b> - Mobile application provides customizable and effective mobile banking solutions to fit the specific requirements of each bank. <b>mPACS</b> - Mobile application provides customizable and effective mobile banking solutions to fit the specific requirements of each bank.
This means that each bank can tailor the mobile banking platform to their specific needs, branding and modules they provide in the bank. This means that each bank can tailor the mobile banking platform to their specific needs, branding and modules they provide in the bank.
</p> </p>
<p><br> <p>
Our solution enables fast and seamless money transfers between Co-operative Bank accounts and accounts at other banks. We provide comprehensive support for your customers throughout their entire banking journey, from initial onboarding to handling various transactional banking requests, all accessible on the mobile device of their choice. Our solution enables fast and seamless money transfers between Co-operative Bank accounts and accounts at other banks. We provide comprehensive support for your customers throughout their entire banking journey, from initial onboarding to handling various transactional banking requests, all accessible on the mobile device of their choice.
</p> </p>
<p><br> <p>
Our mobile banking application is designed with security in mind, using advanced encryption and multi-factor authentication to protect users' sensitive financial information. Our mobile banking application is designed with security in mind, using advanced encryption and multi-factor authentication to protect users' sensitive financial information.
With our mobile banking application, users can easily check their account balances, view transaction histories, and transfer funds between accounts with just a few taps. With our mobile banking application, users can easily check their account balances, view transaction histories, and transfer funds between accounts with just a few taps.
</p> </p>

Loading…
Cancel
Save