main
Thomas 2 years ago
parent f811e4f22c
commit aa3da7cf1d

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

@ -140,6 +140,7 @@
<li><a class="active" href="product 4.html">mPACS</a></li>
</ul>
</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="getstarted scrollto" href="index.html#about">Get Started</a></li> -->
</ul>
@ -163,7 +164,7 @@
<!-- Delete My Account Section -->
<section id="delete-account" class="delete-account">
<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">
<h2>Delete My Account</h2>
<p>We're sorry to see you go.<br>
@ -200,7 +201,7 @@
</div>
<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>
</div>
</div>

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

@ -62,6 +62,7 @@
<li><a href="product 4.html">mPACS</a></li>
</ul>
</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="getstarted scrollto" href="index.html#about">Get Started</a></li> -->
</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="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">
</div>
<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>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>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 Welfare Borad</li>
<li><i class="bx bx-check-double"></i>Employees Co-operative Societies</li>
</ul>
</div>
<div class="col-md-6 pt-4" data-aos="fade-left">
<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>Pensioners Co-operative Societies</li>
<li><i class="bx bx-check-double"></i>Agricultural Co-operative Societies</li>
@ -143,32 +144,49 @@
</p>
</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.
It also provides advanced analytics and reporting capabilities, enabling banks to make informed decisions and improve their operational efficiency.
</p>
<br>
<h3 class="entry-title">
<a>Modueles we provide</a>
<a>Modules we provide</a>
</h3>
<div class="col-md-5 pt-4" data-aos="fade-left">
<ul>
<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>Registers</li>
<li><i class="bx bx-check-double"></i>Transactions</li>
<li><i class="bx bx-check-double"></i>Journals</li>
<li><i class="bx bx-check-double"></i>Utility</li>
<li><i class="bx bx-check-double"></i>Branch</li>
</ul>
</div><br>
<p>
<div class="row" data-aos="fade-left">
<div class="col-md-3">
<ul>
<li><i class="bx bx-check-double"></i>Shares</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>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>
</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>Branch</li>
</ul>
</div>
<br>
</div>
<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
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>
<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.
This helps co-operative banks to improve their operational efficiency, manage regulatory compliance, and offer specialized services to their customers.
</p>

@ -62,6 +62,7 @@
<li><a href="product 4.html">mPACS</a></li>
</ul>
</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="getstarted scrollto" href="index.html#about">Get Started</a></li> -->
</ul>
@ -95,14 +96,14 @@
<img src="assets\img\blog\blog-1.jpg" alt="" class="img-fluid">
</div> -->
<div class="section-title" data-aos="fade-down">
<div class="section-title">
<h2>Products</h2>
<p> PACSwareNET - Cloud based banking solution</p>
</div>
<div class="entry-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>
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.
@ -134,7 +135,7 @@
</ul>
</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.
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.
@ -149,25 +150,41 @@
<a>Features</a>
</h3>
<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,
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.
</p>
<h3 class="entry-title">
<a>Modueles we provide</a>
<a>Modules we provide</a>
</h3>
<div class="col-md-5 pt-4" data-aos="fade-left">
<ul>
<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>Registers</li>
<li><i class="bx bx-check-double"></i>Transactions</li>
<li><i class="bx bx-check-double"></i>Journals</li>
<li><i class="bx bx-check-double"></i>Utility</li>
<li><i class="bx bx-check-double"></i>Branch</li>
</ul>
<div class="row" data-aos="fade-left">
<div class="col-md-3">
<ul>
<li><i class="bx bx-check-double"></i>Shares</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>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>
</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>Branch</li>
</ul>
</div>
<br>
</div>
</div>
</div>

@ -62,6 +62,7 @@
<li><a class="active" href="product 4.html">mPACS</a></li>
</ul>
</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="getstarted scrollto" href="index.html#about">Get Started</a></li> -->
</ul>
@ -95,25 +96,25 @@
</div> -->
<div class="section-title" data-aos="fade-down">
<div class="section-title">
<h2>Products</h2>
<p> mPACS - MOBILE APPLICATION</p>
</div>
<div class="entry-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">
</div>
<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.
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><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.
</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.
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>

Loading…
Cancel
Save