/************ Reusebal ************/
body {
    font-size: 14px;
    background-color: #fff;
}

ul {
    margin-left: 0;
}

/* Main */
.strip {
    background-color: #f4f4f4;
}

.strip .nav-link {
    padding-left: 36px;
}

.strip .nav-link,
.experian {
    color: #000;
    font-size: 16px;

}

.experian .logo  {
    width: 150px;
}

.carouselExampleIndicators .carousel-inner {
   position: relative;
}

.banner-contant {
    position: absolute;
    color: #fff;
    max-width: 100%;
    left: 12%;
    top: 16%;
}

.banner-contant .title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 100;
    margin-bottom: 30px;
}

.banner-contant .description {
    font-size: 26px;
    line-height: 36px;
    color: #000;
    font-weight: 100;
    margin-bottom: 30px;
}

.banner-contant .btn.dropdown-btn {
    padding: 15px 40px;
    background-color: #982881;
    font-size: 20px;
    color: #fff;
}

.banner-contant .btn.dropdown-btn i { 
    margin-left: 15px;
    font-size: 15px;
}

/* leading-global */
.leading-global .leading-global-contant {
    padding: 112px 0 36px;
    position: relative;
    display: block;
    margin-left: 8%;
    margin-right: 8%;
}

.leading-global .leading-global-contant img {
    display: block;
    margin-left: auto;
}

.leading-global .leading-global-contant .title {
    position: absolute;
    top: 24%;
    line-height: 80px;
    font-size: 3.6rem;
    font-weight: 100;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

/* Solutions and Services */
.solutions-and-services {
    padding: 3rem 0;
    position: relative;
    display: block;
}

.solutions-and-services .services-contant { 
    position: static;
    position: absolute;
    top: 0;
    width: 100%;
}

.services-contant .title {
    margin-bottom: 15px;
    font-size: 3.6rem;
    font-weight: 100;
}

.solutions-and-services .services-contant {
    padding: 3rem 6rem;
}

.solutions-and-services .services-contant .description {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 26px;
}

.service-content-inner .service-icons {
    width: 70px;
    height: 70px;
}

.box {
    background-color: #fff;
    height: 100%;
}

.inner-box {
    padding: 1.25rem;
    display: flex;
    flex-direction: row;

}

.box-img {
    display: block;
    margin-left: 20px;
}

.card {
    margin-bottom: 30px;
    margin-right: 30px;
}
/* Imagine your tomorrow */
.tomorrow-imagine {
    background-color: #f4f4f4;
    /* position: relative; */
}

.leading-head {
    font-size: 3.5rem;
    font-weight: 100;
}

.tomorrow-imagine-inner {
    position: relative;
}

.tomorrow-imagine-inner .tomorrow-img {
    position: absolute;
    top: -13%;
}

.tomorrow-imagine-contant {
    padding: 92px 0 124px;
}

.tomorrow-imagine-contant p {
    font-size: 16px;
    line-height: 26px;
}

.tomorrow-imagine-contant .btn.dropdown-btn {
    padding: 15px 40px;
    background-color: #982881;
    font-size: 20px;
    color: #fff;
    margin-top: 10%;
}

/*  */
.inner {
    position: relative;
}

.inner .fintech-img {
    max-width: 100%;
    height: 500px;
}

.inner-content {
    position: absolute;
    top: 10%;
    left: 4%;
}

.fintech-banner-inner .inner .inner-content h2 {
    font-size: 3.5rem;
    font-weight: 100;
    margin-bottom: 30px;
    line-height: 64px;
}

.fintech-banner-inner .inner .inner-content p {
    font-size: 30px;
    line-height: 36px;
    font-weight: 100;
}

.Fintech-led-content h3 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
}

.Fintech-led-content p {
    font-size: 16px;
    line-height: 32px
}

.Fintech-led-bottom .list {
    padding-left: 0;
}

.Fintech-led-bottom .list .item {
    font-size: 16px;
    line-height: 32px;
}

.Fintech-led-form  {
    border: 1px solid #666;
    border-radius: 5px;
}

.Fintech-led-content .heading {
    background-color: #982881;
    padding: 20px 15px;
    color: #fff;
    border-radius: 5px;
    line-height: 20px;
}

.Fintech-led-form .btn.form-btn {
    background-color: #6d2077;
    padding: 20px 15px;
    color: #fff;
    border-radius: 5px;
    display: block;
    margin: auto;
}

/*  credit-report */
.credit-report {
background-color: #f4f4f4;
}

.credit-report span {
    position: relative;
    top: -30%;
    margin: 14px;
}

.mobile {
    color: #db3e8f;
    position: relative;
    top: -16%;
}

.credit-report .list {
    list-style: none;
}
.credit-report .items {
    padding: 10px 0;
    font-size: 16px;
}

.credit-report .items i {
    margin-right: 20px;
}

.Why-get {
    background-image: linear-gradient(#f4f4f4 22%, rgb(0, 79, 154)58%);
}

.Why-get h2 {
    padding: 30px;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 60px;
}

.report {
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
    margin-bottom: 60px;
}

.report-icon {
    padding: 0 20px 0 20px;
    position: relative;
    top: -24px;
}

.report img {
    width: 114px;
    height: 114px;
    position: relative;
    top: -46px;
    display: block;
    margin: auto;
}




/* footer */
.footer {
    padding: 3rem 0;
    background-color: #fff;
}

.footer span {
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
}

.footer-content-list {
    padding: 0;
}

.footer-content-item {
    list-style-type: none;
    padding: 5px 0; 
}

.footer-content-link {
    color: #000;
    text-decoration-line: none;
}

.footer-content-link:hover {
    color: #000;
    text-decoration-line: none;
}

.sub-footer span {
    padding-top: 40px;
}

.sub-footer span a {
    text-decoration-line: underline;
}

/* Media Queary */
@media (max-width:1199px) {

    .solutions-and-services {
        padding: 6rem 0;
    }
}

@media (max-width:992px) {
    .banner-contant {
        top: 5%;
    }

    .leading-global .leading-global-contant .title {
        top: 16%;
        line-height: 66px;
        font-size: 2.6rem;
    }

    .leading-global .leading-global-contant {
        padding: 68px 0 36px;
    }

    .leading-global .leading-global-contant img {
        display: block;
        margin: auto;
    }

    .solutions-and-services .services-img {
        display: none;
    }

    .solutions-and-services {
        padding: 0rem 0;
    }

    .tomorrow-imagine-inner img {
        max-width: 350px;
    }

}

@media (max-width:767px) {
    .strip {
        display: none;
    }

    .banner-contant .title {
        font-size: 28px;
        line-height: 40px;
        font-weight: 100;
        margin-bottom: 15px;
    }

    .leading-global .leading-global-contant .title {
        top: 14%;
        line-height: 60px;
        font-size: 2.2rem;
    }

    .card {
        margin-right: 0;
        width: 100%;
    }

    .box {
        padding: 1.25rem;
    }

    .solutions-and-services .services-contant {
        padding: 3rem 1rem;
    }

    .solutions-and-services {
        padding: 0rem 0;
    }

    .tomorrow-imagine-inner .tomorrow-img {
        display: none;
    }

    .fintech-banner-inner .inner .inner-content h2 {
        font-size: 2rem;
    }

    .fintech-banner-inner .inner .inner-content p {
        font-size: 24px;
        line-height: 36px;
    }

    .inner .fintech-img {
        height: 350px;
    }
}

@media (max-width:576px) {
    .leading-global .leading-global-contant .title {
        top: 14%;
        line-height: 46px;
        font-size: 2rem;
    }

    .leading-global .leading-global-contant {
        padding: 60px 0 36px;
        position: relative;
        display: block;
        margin-left: 2%;
        margin-right: 2%;
    }

    .banner-contant .description {
        font-size: 20px;
        line-height: 28px;
    }

    .solutions-and-services .services-contant {
        padding: 3rem 0;
    }

    .inner-box {
        padding: 0;
    }
}

@media (min-width:320px) {
    .carousel-item .banner-img {
        height: 500px;
    }

    .banner-contant .btn.dropdown-btn {
        padding: 15px 40px;
        background-color: #982881;
        font-size: 20px;
        color: #fff;
        margin-top: 10%;
    }


}


