@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

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

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

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    color: #3e3e3e;
    font-weight: 400;
    line-height: 1.6;
}

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: 150px;
}

h5 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    transition: 0.3s;
}

.text-white {
    color: white;
}

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

/* nav bar */

li.nav-item a {
    margin: 0px 10px;
    color: #031544;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s;
}

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

div#navbarSupportedContent {
    align-items: center;
}

a.login-btn {
    margin: 0px 10px;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    background: #eb0000;
}



/* Banner section Start */

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

    100% {
        transform: translateY(-15px);
    }
}

.banner-section {
    background: url("../image/banner-img.jpg");
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}
.banner-section::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 1;
    background: linear-gradient(86deg, #031544, transparent);
    z-index: -1;
}
.sub-heading {
    color: red;
    font-size: 18px;
    font-weight: 600;
}
/* 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: #031544;
    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: 80px;
}

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

.service-wrap {
    padding: 10px 25px;
    box-shadow: 0 0 10px -5px #bfbfbf;
    height: 100%;
}

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

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

/* about us */

.about-facts{
	padding: 100px 0;
	position: relative;
	background: url(../images/counter-bg.jpg) no-repeat center center fixed;
	background-size: cover;
}

.about-facts:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(40 188 191 / 77%);
}

.about-facts .container{
	position: relative;
	z-index: 1;
}

.about-facts .section-title{
	margin-bottom: 60px;
}

.about-facts .section-title h2{
	color: #fff;
}

.about-facts .section-title p{
	color: #fff;
}

.about-facts .section-title p:after{
	background: #fff;
}



.facts-single h3 {
    font-size: 20px;
    position: relative;
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding-bottom: 8px;
    display: inline-block;
    margin-bottom: 14px;
}

.facts-single h3:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
	height: 1px;
	margin-left: -15px;
	background: #000000;
}
span.symbol {
    font-size: 20px;
    position: relative;
    color: #000000;
    font-weight: 600;
}

.facts-single p{
	font-size: 13px;
	color: #000000;
	letter-spacing: 0.03em;
}

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

}

.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;
    height: 100%;
}

.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: 40px;
}


.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: 70px;
    height: 70px;
    line-height: 100px;
    font-size: 50px;
    color: #64cbee;
    display: inline-block;
    border-radius: 50px;
    font-family: flaticon;
    justify-content: center;
    align-items: center;
    background: #eb0000;
}

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

.foot-logo img {
    width: 150px;
    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: #006de8;
}

.copyright {
    background: #031544;
    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: url("../image//why-choose.png");
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.whychoose-section::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(89deg, #031544, #00000085);
    z-index: -1;
}


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

    h2 {
        font-size: 30px;
    }

     

    .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: 30px;
}
    .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: #f50000;
}

.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;
}