
/* general css */
h1 {
    color: #2f55d4;
    font-weight: 600;
}

m {
    color: #000000;
}
h4{
    color: #070707;
}

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

.bnr-txt h4 {
    color: #333333;
}

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


.logo {
    width: 200px;
}
h5 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    transition: 0.3s;
}
.text-white{
    color: white;
}

/* nav bar */
li.nav-item a {
    margin: 0 40px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

li.nav-item a:hover {
    color: #0069e3;
}

div#navbarSupportedContent {
    align-items: center;
}

a.login-btn {
    margin: 0 30px;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    border-radius: 10px;
    background: linear-gradient(123deg, #0070ed, #000a72);
}

a.login-btn:hover {
    transform: translate(-5px, -5px);
}

/* Banner section Start */

.header {
    background: #ddecff;
}
.bannner-image img {
    max-width: 100%;
    animation: up-down 2s infinite alternate-reverse;
}


@keyframes up-down {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-15px);
    }
  }

  .banner-section {
    margin-top: 15px;
}


/* 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 #00489d;
}

.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: #0075f2;
    font-size: 40px;
}
h6 {
    font-size: 18px;
    color: #000000;
}

/* about section start */
.about-section {
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}

.abt-heading h1 {
    font-weight: 700;
    color: #0075f2;
}

/* Service Section start */

section.services {
    padding: 50px 0;
    background-image: url("../image/services/bg-service.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .wrap-head img {
    width: 80px;
}
  
.service-heading {
    margin-bottom: 25px;
}
.service-wrap {
    padding: 10px 25px;
    box-shadow: 0px 0px 15px -10px grey;
    margin: 15px 0;
}

.service-wrap p {
    padding: 10px 0 0;
}
/* .service-wraper {
    margin: 10px 0 0;
}
.service-head {
    display: block;
}
.service-type-bar {
    width: 100%;
    color: black;
}
.service-type-bar:hover{
    color: #ff6600;
}
.service-type {
    padding: 30px;
    border: 5px solid #eaeaea;
    border-radius: 50px;
}
.services {
    padding: 50px 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: linear-gradient(13deg, #000000, #848484);
}
.service-txt h4 {
    color: #000000;
}
.service-txt {
    padding: 20px 0;
}
li.nav-item.service-tab {
    margin: 10px 0;
    box-shadow: 0px 0px 10px -5px grey;
} */
/* whychoose-us section */
.choose-wrap {
    margin: 10px 0 0;
    padding: 10px;
    border-radius: 15px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.choose-img img {
    width: 70px;
    margin: 0px 15px;
}

.why-img img {
    width: 100%;
}


/* Bussiness section Start */
 .bussiness-steps {
    padding: 50px 0;
}
 .process-section-two {
    position: relative;
    margin: 50px 0 0;
}

.process-section-two .pattern-layer {
    position: absolute;
    left: 120px;
    top: 0;
    width: 866px;
    height: 547px;
    background-repeat: no-repeat
}

.process-section-two .pattern-layer-two {
    position: absolute;
    right: 50px;
    bottom: 40px;
    width: 176px;
    height: 111px;
    background-repeat: no-repeat
}

.process-section-two .sec-title {
    margin-bottom: var(--margin-bottom-100)
}

.process-block-two {
    position: relative;
}
.process-block-two .inner-box {
    position: relative;
    text-align: center;
    padding: 18px;
    box-shadow: 0px 0px 10px -5px #0075f2;
}
.process-block-two .inner-box .icon-box {
    position: relative;
    z-index: 1;
    display: inline-block
}

.process-block-two .number {
    position: absolute;
    top: -25px;
    left: 15px;
    width: 50px;
    height: 50px;
    line-height: 35px!important;
    z-index: 1;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    background-image: -moz-linear-gradient(90.9deg,#FDCE39 .38%,#FD8963 30.39%,#ED5174 99.71%);
    background-image: -webkit-linear-gradient( 332deg,#ffffff .38%,#5597e9 30.39%,#003eb0 99.71%);
    background-image: -ms-linear-gradient( 90.9deg,#FDCE39 .38%,#FD8963 30.39%,#ED5174 99.71%);
    display: flex;
    justify-content: center;
    align-items: center;
}
span.icon img {
    width: 60px;
}

.process-block-two .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    right: -10px;
    bottom: -10px;
    width: 100px;
    height: 100px;
    opacity: .1;
    border-radius: 50px;
    background-color: #fff
}
.process-block-two .inner-box .icon-box .icon {
    display: flex !important;
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    font-family: flaticon;
    justify-content: center;
    align-items: center;
    background: linear-gradient(13deg, #ffffff, #f1f1f1);
}
.process-block-two .inner-box h5 {
    color: #000000;
    margin-top: 30px
}

.process-block-two .inner-box .text {
    color: #000000;
    margin-top: 15px
}


   /* partner section start */

.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 img {
    
width: 130px;
}
.bank-logo:hover {
    transform: scale(1.2);
}
.bank-logo:hover img {
    filter: none;
}
@-moz-keyframes marquee {
    0% {
        transform: translateX(0);
    }

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

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

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

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

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

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

    100% {
        transform: translate(-50%);
    }
}
section.partner-section {
    padding: 10px 0;
}


/* plateform section */
.plateform {
    padding: 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: 5px 8px 15px -10px #006ce7;
    transition: 0.4s;
  }
  

  
  .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 start */

   .footer {
    position: relative;
    padding: 50px 0 25px 0;
    color: #fff;
    overflow: hidden;
    background: #ffffff;
}
.foot-logo img {
    width: 150px;
    margin: 0 0 20px 0;
}
.social-icons a {
    color: #007af9;
    font-size: 30px;
    margin: 0 30px 0 0;
    transition: 0.4s;
}

.foot-link ul {
    padding: 0;
}

.foot-link ul li {
    list-style: none;
    margin: 10px 0;
    color: black;
}

.foot-link ul li p {
    color: #fff;
}

.foot-link ul li a {
    position: relative;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}

i.fa.fa-phone {
    margin: 0 10px 0 0;
    color: #006de8;
}

i.fa.fa-envelope {
    margin: 0 10px 0 0;
    color: #006de8;
}

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

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

}

.bottom-foot {
    padding: 12px 0;

}
.foot-about p {
    color: black;
}

.bottom-foot a {
    text-decoration: none;
    font-weight: 700;
    color: rgb(255, 255, 255);
}
.footer a:hover {
    color: #006de8;
}
.copyright {
    background: #0047ba;
}
i.fa.fa-map-marker {
    color: #006de8;
    margin: 5px 15px 0px 3px;
    font-size: 20px;
}
.foot-link h4 {
    color: black;
}

/* Page responsive */
.whychoose-section {
    padding: 50px 0;
    background: #ddecff;
}


@media screen and (max-width:1200px) {
    li.nav-item a {
        margin: 0 20px;
    }
    h2 {
        font-size: 30px;
    }
    .about-img img {
        width: 250px;
    }
    .logo {
        width: 150px;
    }
}

@media screen and (max-width:991px){

    .process-section-two {
      
        margin: 50px 0 0;
    }
    a.login-btn {
        margin: 0 0;
    }
    .process-block-two .inner-box {
        margin: 20px 0;
    }
    .process-block-two .number {
        top: -5px;
    }
}

@media screen and (max-width:767px){
    .partner-img img {
        width: 80px;
        margin: 10px;
    }
    .steps::after {
       display: none;
    }
    .process-block-two .inner-box {
        margin: 20px 0;
    }
}

@media screen and (max-width:420px){
    .wrap1 {
        top: -88px;
        left: 6%;
    }
    .about-img img {
        width: 200px;
    }
    h2 {
        font-size: 20px;
    }
    .bannner-image img {
       
        margin-top: 20px;
    }
    .abt-heading h1 {
        font-size: 30px;
       
    }
    .choose-img img {
        width: 50px;
    }
}
@media screen and (max-width:320px){
    .wrap4 {
        top: -145px;
        right: 25%;
       
    }

}

