
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
  font-family: "Poppins" !important;
}
html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 400;
    word-spacing: 3px;
    font-size: 16px;
    line-height: 30px;
}
h4 {
    color: black;
    font-size: 20px !important;
    font-weight: 500;
}

/* Header  */
.header {
  background-color: #1e36ad14;
  overflow: hidden;
}

.nav-item .btn {
  font-size: 18px;
  margin-left: 15px;
  font-weight: 500;
  color: #ffffff;
  transition: 0.4s;
  padding: 8px 15px;
  border-radius: 0px;
  background: #1e36ad;
}

.nav-item .btn:hover {
  background-color: #3946a2 !important;
  color: #fff !important;
}

.nav-link {
  font-weight: 500 !important;
  margin: 0 10px;
  border-radius: 5px;
  font-size: 18px !important;
  color: #161e31 !important;
  padding: 7px 12px !important;
}


/* banner section  */
.banner {

background-position: center;

padding: 50px 0;

background: #1e36ad14;
}
.text-gradient {
    color: #1e36ad;
}
.heading {
  color: #000000;
  font-weight: 700;
}

.banner h1 {
    font-size: 45px;
    color: black;
    font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  .banner h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .banner h1 {
    font-size: 38px;
  }

  .banner-text {
    padding: 20px;
  }
}

/* About Section  */
.about-us {
  padding: 50px 0;
}

.about-point {
  height: 100%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 15px #cfcfcf;
  display: flex;
}

.about-point-wrap {
  padding: 0 !important;
}

/* about section start */
.about-section {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}

.abt-heading h1 {
  font-weight: 700;
  color: #000000;
}
/* counter section */

.counter {
  background-position: center;
  background-size: cover;
  position: relative;
}
.counter-img img {
  width: 60px;
}
.projectFactsWrap {
  transition: 0.4s;
  padding: 15px;
  margin: 15px 0;
  border-radius: 10px;
  box-shadow: 0px 0px 10px -5px #838383;
}

.projectFactsWrap:hover {
  transform: scale(1.1);
}

#projectFacts .fullWidth {
  padding: 0;
}
.projectFactsWrap .item p.number {
  font-size: 25px;
  padding: 0;
  font-weight: bold;
  display: inline-block;
  font-family: sans-serif;
  color: #000000;
}
.projectFactsWrap .item p {
  color: rgb(0 0 0);
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}

span.symbol {
  color: #000000;
  font-size: 25px;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


@media (max-width: 786px) {
  .projectFactsWrap .item {
      flex: 0 0 50%;
  }
}


h2 {
  font-weight: 800;
  color: #000000;
  font-size: 40px;
}
/* .mission{
  position: relative;
  background-image: url("../images/mission.png");
  background-size: cover;
  background-position: center;
  z-index: 1;
  color: #fff;
} */



/* Service Section  */
.service {
    padding: 50px 0;
    background-color: #1e36ad14;
    overflow: hidden;
}
.service-wrapper {
  position: relative;
  background-color: #fff;
  transition: ease 0.5s;
  padding: 20px;
  color: black;
  height: 100%;
  border-radius: 15px;
  /* background: linear-gradient(45deg, #ff7501, #feb003); */
}



/* Features Section  */
.features {
  background-color: #ffffff;
  padding: 50px 0;
}

.feature-wrapper {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 10px 9px #faebd7;
  height: 100%;
}


/* Business Steps Section  */
.step-img img {
  width: 60px;
}

.step-wrap {
  /* display: flex; */
  justify-content: center;
  margin-top: 10px;
  text-align: center;
  padding: 20px;
  position: relative;
}

.step-img img {
  width: 70px;
}

.step-text {
  padding: 10px 0 0 15px;
}

span.count {
  font-size: 120px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  color: #dbdbdba3;
  position: absolute;
  top: 15%;
  left: 40%;
  z-index: -2;
}

/* platforms section  */
.plateform {
  padding: 0 0 50px 0;
  overflow: hidden;
}

.plateform-img {
  width: 100%;
  transition: 0.8s;
}

.step-head {
  margin-bottom: 50px;
}

.plateform-wrap {
  padding: 20px;
  margin: 7px 0;
  background: white;
  box-shadow: 0px 0px 10px -5px #000000;
  transition: 0.4s;
  height: 100%;
}

.plateform-wrap:hover .plateform-img {
  transform: scale(1.1);
}

.pt-img {
  overflow: hidden;

}

.plateform-wrap h4 {
  margin: 15px 0;
  color: #000000;
  font-weight: 700;
}

/* footer section  */
.footer {
  padding: 40px 0;
  background: #000000;
  border-bottom: 1px solid white;
}

.cs-fooer_main {
  padding: 30px 0 20px 0;
  border-bottom: 1px solid rgb(255 255 255);
}

.cs-footer_item h5 {
  margin: 10px 0 10px 0;
}

.cs-footer_item ul li a {

text-decoration: none;

margin: 10px 0;

display: block;

color: white;

transition: 0.3s;

font-size: 18px;
}

.cs-footer_item ul li a:hover {
  color: #cbd7dc;
}

.cs-footer_item ul li {
  list-style: none;
}

.cs-footer_item ul {
  padding-left: 0px;
}

.bank-logo img {
  width: 125px;
}
.list li a {
  color: black;
}
.social-icons a i {
  color: black;
  font-size: 25px;
  padding: 10px 30px 0 0;
}
section.footer {
  background-position: center;
  background: linear-gradient(45deg, #157388, #05c7f1);
  overflow: hidden;
  color: white;
}
.contct-links p {
  color: white;
  font-weight: 600;
  margin: 10px 0;
}
.contct-links a {
  text-decoration: none;
  color: white;
  margin: 10px 0px;
  font-size: 18px;
  display: inline-block;
  transition: all 0.3s ease-out;
  font-weight: 600;
}

.contct-bar {
  border-bottom: 1px solid #ffffff;
}
.cs-footer_item h5 {
  color: white;
  font-weight: 700;
}
.cntct-links a i {
  font-size: 20px;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.cntct-links a {
  display: inline-flex;
  text-decoration: none;
  border: 2px solid #ffffff;
  margin: 0px 10px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cntct-links a i:hover {
  color: #cbd7dc;
}
img.footer-logo {
  max-width: 250px;
}

.use-link {
  padding-left: 30px;
}

.social-icons a {
  color: #3946a2;
  margin: 0 5px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: ease-out 0.3s;
}

.social-icons a:hover {
  background-color: #1e2c8b;
  transform: translateY(5px);
  color: #fff;
}

.page-links a {
  text-decoration: none;
  background-color: #1e2c8b;
  color: #fff;
  transition: 0.4s;
  margin: 6px 12px;
  display: inline-block;
}

.page-links a:hover {
  background-color: #fff;
  color: #3946a2;
}

.call {
  padding: 15px;
  text-align: center;
  background-color: #ffffff21;
  border-radius: 5px;
}

.call a {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.call a:hover {
  color: #fff;
}

.cpoyright p a {
  color: #1e2c8b;
  text-decoration: none;
}

.cpoyright.py-2 {
  background: #000000;
}
.cta {
    background: url("../images/cta-img.png");
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}