@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');

body {
    font-family: "Poppins", sans-serif;
}

/* general css */
.text-gradient {
    color: #e11714;
}
h1 {
    font-weight: 600;
    font-size: 55px;
    color: white;
}
.section-padding{
    padding: 70px 0;
}
img{
   max-width: 100%;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

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: 500;
    color: #e11714;
    transition: 0.3s;
}

.text-white {
    color: white;
}

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

/* nav bar */
li.nav-item a {
    margin: 0 40px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    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: #df1411;
}

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

/* Banner section Start */

.banner-slider {
    position: relative;
    background: url("../image/bg-image.jpg");
    background-position: center;
    background-size: cover;
    z-index: 111;
    padding: 120px 0;
}
.banner-slider::after {
    content: "";
    background: linear-gradient(45deg, #5f0403, transparent);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: -1;
}
.banner-text {
    color: white;
}
.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;
    padding-bottom: 70px;
}

/* 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: 0 0 10px -5px #bfbfbf;
}

.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: 600;
    color: #000000;
    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: #324378;
}

/* 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: 70px;
    background: #e11714;
    padding: 10px;
    border-radius: 10px;
}

.service-heading {
    margin-bottom: 25px;
}

.service-wrap {
    padding: 10px 25px;
    box-shadow: 0px 10px 15px -5px #bfbfbf;
    margin: 15px 0;
    
    color: rgb(0, 0, 0);
    border-radius: 15px;
}

.service-wrap p {
    padding: 10px 0 0;
}

.wrap-head h3 {
    font-size: 22px;
    font-weight: 500;
}

/* .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 {
  
    padding: 10px;
    border-radius: 15px;
    transition: 0.3s;

}

.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: 0 0 10px -5px #bfbfbf;
}

.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: #000000;
    background-image: -moz-linear-gradient(90.9deg, #FDCE39 .38%, #FD8963 30.39%, #ED5174 99.71%);
    display: flex;
    justify-content: center;
    background: antiquewhite;
    align-items: center;
    box-shadow: 0 0 10px -5px #bfbfbf;
}

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: #e11714;
    display: inline-block;
    border-radius: 50px;
    font-family: flaticon;
    justify-content: center;
    align-items: center;
    background: #e11714;
}

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

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

.title_m__top.mb-4.pb-4 {
    position: sticky;
    top: 10%;
}

/* 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: 0 0 10px -5px #bfbfbf;
    transition: 0.4s;
    border-radius: 15px;
}



.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: #000000;
}

.foot-logo img {
    width: 200px;
    margin: 0 0 20px 0;
}

.social-icons a {
    color: #ffffff;
    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: #ffffff;
}

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

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

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

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

.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: #ffffff;
}

.bottom-foot a {
    text-decoration: none;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

.footer a:hover {
    color: #e11714;
}
.copyright {
    background: #000000;
    border-top: 1px solid white;
}

i.fa.fa-map-marker {
    color: #ffffff;
    margin: 5px 15px 0px 3px;
    font-size: 20px;
}

.foot-link h4 {
    color: #ffffff;
}

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

@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%;

    }

}



.categories_bx ul li {
    width: 48%;
    margin-bottom: 10px;
}

.categories_bx ul li a {
    background: url(../images_2022/check.png) no-repeat;
    background-position: 0px 2px;
    display: block;
    padding-left: 28px;
    text-decoration: none;
    color: #58595b;
}

.categories_bx ul li a:hover {
    color: #fd6101;
}

.round_btn {
    border-radius: 45px;
    padding: 8px 32px;
}

.btn {
    background: #fd6101;
    color: #fff;
    border-radius: 4px;
    box-shadow: none !important;
    padding: 8px 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
}



.download-section {

    color: rgb(0, 0, 0);



}

.download-section h2 {
    margin: 0;
    font-size: 22px;
}

.download-section p {
    font-size: 16px;
    margin: 10px 0;
}

.input-container {
    display: flex;
    margin-top: 15px;
}

.input-container input {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    outline: none;
}
.cta {
    background: #f0f8ff;
    padding: 70px 0;
}

.input-container button {
    background-color: #24b8eb;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 16px;
}

.input-container button:hover {
    background-color: #333;
}