@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

img {
  max-width: 100%;
}

a {
  transition: all 0.3s ease-out;
}

button.navbar-toggler {
  border-color: white;
}

.logo {
  width: 190px;
}

nav.navbar.navbar-expand-lg {
  padding: 0;
}

li.nav-item a {
  margin: 0 15px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s;
}

li.nav-item a:hover {
  color: #0c306e;
}

div#navbarSupportedContent {
  align-items: center;
}

a.login-btn {
  margin: 0 15px;
  padding: 9px 25px;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

a.login-btn:hover {
  color: #fff;
}

a.login-btn::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #011a3f;
  z-index: -1;
  transition: ease-in-out 0.4s;
  transform: skewX(20deg);
}

a.login-btn:hover:before {
  transform: skewX(0deg);
}

.header {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 11;
  border-radius: 50px;
  margin-top: 10px;
}

/* header section end */

/* banner section start */
.banner {
  background-color: #0c306e;
  background-image: url("../image/banner-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  margin-top: -106px;
  padding: 160px 0 60px;
}

.banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #10264a;
  opacity: 0.8;
  z-index: -1;
}

.bnr-img img {
  max-width: 100%;
}

.banner-content h1 {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}

.banner-content p {
  font-size: 19px;
  color: #fff;
}

.banner a.login-btn {
  color: #011a3f;
}

.banner a.login-btn::before {
  background: #fff;
}

/* counter section start */
.counter-inner {
  position: relative;
  z-index: 2;
}

.count-icon {
  font-size: 40px;
}

.count-icon i {
  color: #456db2;
}

.count {
  font-size: 35px;
  font-weight: bold;
}

.counter-wrapper {
  background-color: #e9ecf3;
  padding: 15px 20px;
  border-radius: 20px 0;
}

.abt-img {
  text-align: center;
}

.abt-img img {
  max-width: 100%;
}

.heading {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

/* about section start */
.business_plan {
  padding: 24px;
  height: 100%;
  border: 1px solid #ebebeb;
  transition: 0.5s;
  box-shadow: 0 0 10px 3px #e5e5e5;
}

.business_plan:hover {
  box-shadow: 0 0 20px #e7e7e7;
}

.about {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}

.abt-img img {
  border-radius: 80px 0 80px 0;
}

.b-plan1,.b-plan3{
  background-color: #456db2;
  color: #fff;
}
.b-plan2{
  background-color: #011a3f;
  color: #fff;
}
.business_plan img{
  filter: invert(1);
}

/* service section start */
section.services {
  padding: 50px 0;
}

.service-one__single {
  padding: 30px 25px 0;
  padding-bottom: 1px;
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  transition: 0.3s;
  box-shadow: 0 0 10px #ddd;
  height: 100%;
}

.service-one__single img {
  width: 55px;
}

.service-one__single i {
  width: 75px;
  height: 75px;
  border-radius: 10%;
  background-image: linear-gradient(90deg, #000066 0%, #2967a2 51%, #2033b7 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 15px;
  margin-right: 20px;
  background-size: 200% auto;
  transition: all 500ms ease;
}

.service-one__single:hover i {
  background-position: right center;
}


/* choouse us se3ction start */
.choose-img {
  margin: 0 auto 10px;
}

.chooseus {
  padding: 50px 0;
  overflow: hidden;
}

.choose-img img {
  width: 60px;
}

.choose-detail {
  padding: 20px 25px;
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 30px 0;
  text-align: center;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 0px 10px 0px #ededed;
}

.choose-detail::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #011a3f;
  opacity: 0.1;
  transition: 0.5s;
  z-index: -1;
}

.choose-detail:hover::before {
  left: 0;
  width: 100%;

}

/* step section start */
.steps {
  position: relative;
  padding: 70px 0;
  background-color: #011a3f;
}

.step-img img {
  width: 150px;
}

.step-detail span {
  font-weight: 600;
}

.btn-step span {
  text-decoration: none;
  font-size: 18px;
  color: #0483cc;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s;
}

.btn-step:hover span {
  padding-left: 25px;
}

.step-wrap {
  padding: 15px 30px;
  background: #fff;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}

.step-wrap:hover {
  transform: translate(0px, -10px);
}

.step1 {
  margin-top: 80px;
}

.step2 {
  margin-top: 40px;
}

.step3 {
  margin-top: 0px;
}

/* plateform section start */
.plateform {
  padding: 50px 0;
  overflow: hidden;
}

.plateform-wrap {
  padding: 20px;
  margin: 7px 0;
  text-align: center;
  background: white;
  transition: 0.4s;
}

.plateform-wrap:hover {
  transform: translateY(-10px);
}

.web {
  border: 1px solid #4870b5;
  color: #fff;
  border-radius: 20px;
  border-top: none;
  background-color: #456db2;
}

.app {
  border: 1px solid #000;
  border-radius: 20px;
  border-bottom: none;
  color: #fff;
  background-color: #011a3f;
}

.whatsapp {
  border: 1px solid #4870b5;
  color: #fff;
  border-radius: 20px;
  border-top: none;
  background-color: #456db2;
}


/* partner section start */
.partner-section {
  padding: 0 0 50px 0;
}

.marquee {
  width: 95vw;
  box-sizing: border-box;
  padding: 1em;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}

.marquee-logo {
  display: flex;
  animation: marquee 45s linear infinite running;
}

.marquee-logo:hover {
  animation-play-state: paused;
}

.bank-logo {
  width: 200px;
  transition: all 0.5s ease;
  margin: 0 20px;
}

.bank-logo:hover {
  transform: scale(1.3);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translate(-50%);
  }
}


/* footer section start */
.footer {
  position: relative;
  background: #efefef;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding: 50px 0 0;
  color: #000;
  overflow: hidden;
}

.foot-logo img {
  width: 250px;
}

.social-icons a {
  color: #ffffff;
  font-size: 18px;
  width: 37px;
  height: 37px;
  margin: 0 12px 0 0;
  transition: 0.4s;
  display: inline-flex;
  border-radius: 5px;
  background: #011a3f;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.foot-link ul {
  padding: 0;
}

.foot-link ul li {
  list-style: none;
  margin: 2px 0;
  color: #000;
}

.foot-link ul li a {
    position: relative;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
}

.foot-link ul li a::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}

.foot-link ul li a:hover::before {
  width: 100%;
  background-color: #0c306e;
}

.bottom-foot {
  padding: 15px 0;
  margin-top: 15px;
  border-top: 1px solid #c9c9c9;
}

.bottom-foot a {
  text-decoration: none;
  font-weight: 500;
  color: #2033b7;
}

.footer a:hover {
  color: #0c306e;
}

/* Page responsive */
@media screen and (min-width: 1200px) {
  .mr-xl-18 {
    margin-right: 18%;
  }
}

@media screen and (max-width: 1199px) {
  li.nav-item a {
    margin: 0 15px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 25px;
  }

  .step-wrap {
    padding: 15px 30px;
    background: #ffffff40;
    backdrop-filter: blur(12px);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    color: #fff;
  }

  .step1,
  .step2,
  .step3 {
    margin: 15px 0;
  }

  .foot-link {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .projectFactsWrap {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .detail-choose {
    margin: 0 35px;
  }

  .cntct-links a {
    margin: 0 10px;
  }
}

@media screen and (max-width: 576px) {
  .cs-footer_item h5 {
    margin: 20px 0 0;
  }

  .logo {
    width: 170px;
  }
}

@media screen and (max-width: 320px) {
  .cntct-links a {
    margin: 0px 5px;
  }
}