.in-bnr {
    position: relative;
    /* background-position: right !important; */
    height: calc(100vh - 75px);
    background-position: center center !important;
    background-size: 100% 100% !important;
}
.mt-5 {
    margin-top: 5rem;
}
.in-bnr:after {
    position: absolute;
    content: "";
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0.65) 0,
        rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.65) 0,
        rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.65) 0,
        rgba(0, 0, 0, 0) 100%
    );
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.in-bnr .container {
    position: relative;
    z-index: 1;
}
.h-bnr-tagline {
    font-size: 5rem;
    line-height: 52px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.h-bnr-slogan {
    font-size: 2.4rem;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
}
.in-bnr .h-bnr-ct {
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .in-bnr {
        height: 400px;
    }
    .h-bnr-tagline {
        font-size: 4.4rem;
        line-height: 47px;
    }
    .in-bnr .h-bnr-ct {
        max-width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .in-bnr {
        height: 300px;
        padding: 40px 0;
    }
}
@media screen and (max-width: 767px) {
    .in-bnr {
        height: auto;
    }
    .h-bnr-tagline {
        font-size: 3.6rem;
        line-height: 41px;
    }
}

/* Auto Finance Loan */

.auto-finance-loan {
    width: 100%;
    background: #f8f8f8;
    margin: 4rem 0;
}
.auto-finance-loan-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 750px;
    display: flex;
    align-items: center;
}
.auto-finance-loan-img {
    width: 50%;
    position: absolute;
    left: 0;
    top: auto;
    height: 100%;
    display: flex;
    align-items: flex-start;
}
.auto-finance-loan-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: end;
}
.auto-finance-loan-content-inner {
    width: 50%;
    position: relative;
}
.line-arrow-box {
    display: flex;
    justify-content: space-between;
    width: 530px;
    margin: 46px 0;
}
.line-arrow-heading p {
    font-size: 15px;
    padding-left: 2rem;
}
.line-arrow-img {
    width: 50px;
    height: 50px;
    margin-right: 40px;
}
.line-arrow-heading {
    width: calc(100% - 50px);
}
.line-arrow-heading h3 {
    font-size: 2.1rem;
    line-height: 28px;
    color: #000;
    font-weight: 500;
}
.auto-finance-loan-content-inner .line-arrow-box:first-child {
    position: relative;
    left: -11rem;
    top: 4rem;
}
.auto-finance-loan-content-inner .line-arrow-box:nth-child(2) {
    position: relative;
    left: -21px;
    top: 5rem;
}
.auto-finance-loan-content-inner .line-arrow-box:nth-child(3) {
    position: relative;
    left: -8rem;
    top: 3rem;
}
.auto-finance-loan-content-inner .line-arrow-box:nth-child(4) {
    position: relative;
    left: -24rem;
    top: -3rem;
}
.auto-finance-loan .btn-holder {
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .mortgage-sec-img img {
        max-width: 475px;
    }
}

@media screen and (max-width: 991px) {
    .mortgage-sec-img img {
        max-width: 350px;
    }
    .line-arrow-box {
        width: auto;
    }
    .auto-finance-loan-content-inner .line-arrow-box:first-child {
        left: 0;
        top: 0;
    }
    .auto-finance-loan-content-inner .line-arrow-box:nth-child(2) {
        left: 0;
        top: 0;
    }
    .auto-finance-loan-content-inner .line-arrow-box:nth-child(3) {
        left: 0;
        top: 0;
    }
    .auto-finance-loan-content-inner .line-arrow-box:nth-child(4) {
        left: 0;
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    .auto-finance-loan-img {
        height: 100%;
        width: 100%;
        opacity: 0.2;
    }
    .auto-finance-loan-content-inner {
        padding: 0px;
        width: 100%;
    }
    .auto-finance-loan-content-inner .line-arrow-box:first-child {
        position: relative;
        left: auto;
    }
    .auto-finance-loan-content-inner .line-arrow-box:nth-child(2) {
        position: relative;
        left: auto;
    }
    .auto-finance-loan-content-inner .line-arrow-box:nth-child(3) {
        position: relative;
        left: auto;
    }
    .auto-finance-loan-content-inner .line-arrow-box:nth-child(4) {
        position: relative;
        left: auto;
    }
    .auto-finance-loan-box {
        min-height: auto;
    }
    .line-arrow-box {
        margin: 22px 0;
        width: 100%;
    }
    .mortgage-sec-img img {
        max-width: 300px;
        margin: 0 0 18px;
    }
}

.payment-side-img {
    width: 450px;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.agriculture-sec-1 .btn-holder {
    margin-top: 5rem;
}
.payment-sec-col {
    width: 60%;
    position: relative;
}
.cus-mag-sof-sol {
    width: 100%;
    background: #f8f8f8;
    margin: 0;
}
.cus-mag-sof-row {
    margin: 5rem 0 0;
}
.cus-mag-sof-row ul {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-flow: wrap;
}
.cus-mag-sof-row ul li {
    margin: 0 0 3rem;
    text-align: center;
    width: 22%;
}
.cus-mag-sof-row ul li img {
    max-width: 90px;
    height: 100px;
    object-fit: contain;
}
.cus-mag-sof-row ul li p {
    margin: 14px 0;
    font-weight: 500;
    height: 50px;
}
.head-2 {
    color: #000;
    font-size: 2rem;
    line-height: 24px;
    margin: 14px 0;
    font-weight: 700;
}
.circle-row-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin: 40px 0;
    flex-wrap: wrap;
}
.circle-col-bottom {
    display: flex;
    align-items: center;
    max-width: 64%;
    margin: 5rem auto 0;
}
.circle-col-box {
    width: 40%;
    text-align: center;
}
.circle-col-bottom p {
    font-size: 14px;
    width: 60%;
    text-align: center;
}
.up-circle-wrp {
    margin-top: 100px;
    background: url("../img/lending/rop-up.png") no-repeat;
    background-position: center top;
    background-size: contain;
    min-height: 650px;
}
.up-circle-wrp .circle-col {
    width: 33%;
    padding: 0 2%;
}
.fleet-img {
    margin: 40px 0;
    display: flex;
}
.fleet-box {
    width: 400px;
}
.debt-soft-wrap .btn-holder {
    text-align: center;
    margin: 5rem 0 0;
}
.mobile-bottom-bx {
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-col-box img {
    width: 93px;
}
.mobile-img {
    margin-right: 3rem;
}

.up-circle-wrp .circle-row-inner .circle-col:nth-child(2n) {
    position: relative;
    top: -67px;
}
.logo-icon-slider {
    margin: 50px 0 0 0;
}
.brand-carousel {
    width: 90%;
    margin: 0 auto;
}
.logo-icon-slider .small-heading {
    margin-bottom: 40px;
}
.logo-icon-slider .brand-carousel img {
    width: auto;
    margin: 0 auto;
}
.single-logo {
    text-align: center;
}
.owl-carousel .single-logo img {
    width: auto;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .up-circle-wrp {
        background: 0 0;
        min-height: auto;
    }
    .up-circle-wrp .circle-col {
        width: 100%;
    }
    .up-circle-wrp .circle-row-inner .circle-col:nth-child(2n) {
        top: auto;
    }
    .circle-col-bottom p,
    .circle-col-box {
        width: auto;
    }
    .circle-col-bottom {
        display: block;
        text-align: center;
        max-width: 100%;
        margin: 2rem auto 0;
    }
    .payment-side-img {
        position: relative;
        width: auto;
        height: auto;
        margin: 30px 0;
    }
    .payment-sec-col {
        width: 100%;
    }
    .cus-mag-sof-row ul li {
        width: auto;
    }
    .cus-mag-sof-row ul {
        display: block;
    }
}
@media screen and (max-width: 575px) {
    .line-arrow-box {
        display: block;
        text-align: center;
        margin: 24px 0;
    }
    .line-arrow-heading p {
        padding-left: 0;
    }
    .line-arrow-img {
        margin: 20px auto;
    }
    .line-arrow-heading {
        width: auto;
    }
}

.mob-pay-row {
    width: 100%;
    min-height: 550px;
}
.mob-pay-img {
    width: 30%;
    height: 450px;
    position: absolute;
    right: 0;
    margin: auto;
    bottom: auto;
    text-align: right;
    top: -20rem;
}
.circle-col img {
    width: 93px;
}
.circle-col p {
    font-size: 14px;
    line-height: 26px;
}
.circle-row-outer .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.mob-pay-col {
    width: 60%;
}
.car-rental-wrap .btn-holder {
    text-align: center;
}
.mobile-col {
    width: 46%;
    padding: 3%;
    margin: 20px 0 0;
    min-height: 400px;
    background: #fff;
    box-shadow: 0 0 25px #00000017;
}
.mobile-col p {
    font-size: 15px;
    line-height: 24px;
}
.mobile-col img {
    max-width: 93px;
}
.mob-pay-col .circle-row-inner .mobile-col:nth-child(2n) {
    position: relative;
    top: 50px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 991px) {
    .circle-row-outer {
        background: transparent;
    }
}
@media screen and (max-width: 767px) {
    .circle-row-inner {
        flex-wrap: wrap;
        margin: 0;
    }
    .circle-col {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 30px;
    }
    .mob-pay-row .container {
        display: flex;
        flex-direction: column;
    }
    .mob-pay-img {
        top: auto;
        bottom: auto;
        height: auto;
        width: 300px;
        margin-right: 0;
        right: 0;
        z-index: -1;
    }
    .mob-pay-col {
        width: 100%;
    }
    .mob-pay-col .circle-row-inner .mobile-col:nth-child(2n) {
        top: 0;
    }
}

.payment-logo {
    margin: 6rem auto 0;
}
.online-payment-sec {
    background: #f8f8f8;
    margin: 4rem 0;
}
.online-payment-row .container {
    display: flex;
    align-items: flex-end;
    justify-content: start;
}
.online-payment-col .legal-mng-in-box img {
    width: 93px;
    object-fit: contain;
}
.online-payment-row {
    display: flex;
    align-items: center;
    justify-content: end;
    min-height: 600px;
}
.aqua-soft-sys-leftside {
    position: absolute;
    right: 0;
    top: 0;
    justify-content: flex-start;
    width: 30%;
    text-align: left;
    display: flex;
    align-items: center;
    height: 100%;
}
.legal-mng-row {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.tower-section .telecom-sys-leftside {
    display: block;
    width: 32%;
    height: 100%;
}
.online-payment-col .legal-mng-col {
    width: 100%;
    max-width: 404px;
    text-align: center;
    height: inherit;
    margin: 40px 0 0 0;
}
.online-payment-col .online-payment-col .legal-mng-col {
    width: 100%;
    max-width: 404px;
    text-align: center;
    height: inherit;
    margin: 40px 0 0;
}
.online-payment-col .legal-mng-in-box {
    padding: 20px;
    min-height: 225px;
    max-height: 225px;
    margin-bottom: 20px;
    background: 0 0;
    box-shadow: none;
}
.online-payment-col .legal-mng-in-box p {
    font-size: 14px;
    line-height: 24px;
}
.online-payment-col .food-beverage-row .legal-mng-row {
    justify-content: space-between;
    padding-left: 4%;
    flex-wrap: wrap;
}
.online-payment-col .btn-holder {
    text-align: center;
    margin: 3rem 0 0;
}
.abt-sec-r {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.abt-blk-box {
    width: 46%;
    min-height: 385px;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 0 25px #00000017;
    padding: 3%;
    text-align: center;
    margin-bottom: 50px;
}
.abt-blk-box img {
    margin: 3rem 0 0;
}
.abt-blk-section .btn-holder {
    text-align: center;
}

@media (max-width: 1199px) {
    .online-payment-col .legal-mng-col {
        max-width: 345px;
    }
    .online-payment-col.tower-section .btn-holder {
        margin: 10rem 0 0;
    }
    .abt-sec-r {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-around;
    }
    .aqua-soft-sys-leftside {
        width: 24%;
    }
}

@media (max-width: 991px) {
    .online-payment-col .legal-mng-in-box {
        min-height: inherit;
        max-height: inherit;
    }
    .online-payment-col.tower-section .btn-holder {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .online-payment-col .legal-mng-col {
        max-width: 100%;
        margin: 30px 0 0 0;
    }
    .abt-sec-r {
        display: block;
    }
    .abt-blk-box {
        width: 100%;
        min-height: auto;
        margin-bottom: 34px;
    }
    .abt-blk-box img {
        margin: 3rem 0 2rem;
    }
    .aqua-soft-sys-leftside {
        display: none;
    }
}

.unreal-engine-game {
    background: #fff;
    width: 100%;
}
.emv-sec-img-img {
    margin: 30px 0 0;
    width: 100%;
}
.emv-sec {
    background: url(../img/lending/rop-down.png) no-repeat;
    min-height: 1635px;
    background-position: center;
    background-size: contain;
}
.unreal-rope-des .circle-col {
    width: 30%;
    margin: 0;
    padding: 0 3%;
}
.emv-sec .btn-holder {
    text-align: center;
    margin: 52px 0 0;
}
.emv-sec .circle-row-inner {
    justify-content: center;
    margin: 0;
    position: relative;
    top: 82px;
}
.emv-sec .circle-col img {
    width: 80px;
}
.emv-sec .circle-row-inner .circle-col:nth-child(even) {
    position: relative;
    top: 50px;
}
.mortgage-sec-img {
    display: flex;
    justify-content: space-between;
}
.mortgage-sec-img img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .unreal-engine-game-img {
        margin: 30px auto;
        width: 100%;
        max-width: 725px;
    }
    .emv-sec {
        min-height: inherit;
        padding: 10rem 0;
    }
}
@media screen and (max-width: 991px) {
    .unreal-engine-game .circle-row-inner .circle-col:nth-child(even) {
        top: 0px;
    }
}
@media screen and (max-width: 767px) {
    .unreal-rope-des .circle-col {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 30px;
    }
    .unreal-rope-des {
        background: transparent;
        min-height: auto;
    }
    .emv-sec .circle-row-inner .circle-col:nth-child(even) {
        top: 0;
    }
    .mortgage-sec-img {
        display: block;
        text-align: center;
    }
    .emv-sec {
        padding: 0;
    }
}

/* Merchant-Solutions */

.merchant-solu .legal-mng-row {
    width: 100%;
}
.merchant-solu .legal-mng-col {
    width: 25%;
}
.merchant-solu .head-2 {
    font-size: 15px;
}
.merchant-solu .legal-mng-in-box {
    min-height: 375px;
}
.merchant-solu {
    background: url(../img/lending/merchant-bg.png) no-repeat;
    background-position: center bottom;
    background-size: contain;
    position: relative;
    padding-bottom: 30%;
}
.legal-mng.sec.merchant-solu .btn-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
}
.custom-billing .legal-mng-in-box .head-2 {
    font-size: 14px;
}
.custom-billing .legal-mng-in-box p {
    font-size: 14px;
    line-height: 24px;
}

.legal-mng {
    width: 100%;
}

.legal-mng-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.legal-mng-col {
    width: 33%;
    text-align: center;
    height: inherit;
}
.legal-mng-in-box {
    box-shadow: 0 0 44px #00000029;
    background: #fff;
    padding: 18px;
    margin: 4%;
    min-height: 470px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 22px;
}
.legal-mng-in-box p {
    font-size: 14px;
    line-height: 24px;
}
.legal-mng-in-box img {
    height: 80px;
}
.imageleftside.container {
    display: flex;
    justify-content: flex-end;
}
.legal-mng .btn-holder {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

@media screen and (max-width: 1024px) {
    .legal-mng-row {
        align-items: flex-start;
        width: 76%;
    }
    .merchant-solu .legal-mng-in-box {
        min-height: 430px;
    }
}
@media screen and (max-width: 991px) {
    .right-side-img {
        width: 100%;
        opacity: 0.2;
    }
    .legal-mng-row {
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .legal-mng-col {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 30px;
    }
    .merchant-solu .legal-mng-col {
        width: 50%;
    }
}
@media screen and (max-width: 575px) {
    .merchant-solu .legal-mng-col {
        width: 100%;
    }
    .btnlink span {
        font-size: 12px !important;
    }
    .mobile-col {
        width: 100%;
        min-height: inherit;
    }
    .circle-row-inner {
        display: block;
    }
}

/* Featured Blog */
.featured-b {
    padding-bottom: 60px;
}
.featured-b .container {
    padding-top: 60px;
}
.featured-b-r {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0 0 0;
}
.featured-b-c {
    width: 26.6%;
    margin: 1.2%;
    box-shadow: 0 0 25px #00000029;
    background: #fff;
    position: relative;
}
.featured-b-c:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 16px;
    background: transparent linear-gradient(92deg, #58b7c0 0, #202456 100%) 0 0
        no-repeat padding-box;
    bottom: 0;
}
.featured-b-img {
    margin-bottom: 20px;
}
.featured-b-img a {
    display: block;
    width: 100%;
    height: 100%;
}
.featured-b-btm-cotn {
    padding: 0 20px 20px;
}
.featured-b-h {
    font-size: 2rem;
    line-height: 26px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}
.featured-b-h a {
    color: #000;
}
.b-rm {
    font-size: 2rem;
    line-height: 33px;
    color: #000;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    margin: 12px 0;
    display: inline-block;
    vertical-align: top;
}
.b-rm:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 21px;
    background: url("../img/blog/ar-rt.svg") no-repeat;
    background-size: contain;
    background-position: center;
    transition: 0.3s ease-in-out;
}
.featured-b-c a.b-rm {
    padding-left: 0;
}
.featured-b-c a.b-rm i {
    background: transparent linear-gradient(105deg, #58b7c0 0, #202456 100%) 0 0
        no-repeat padding-box;
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.featured-b-c a.b-rm:before {
    left: 100%;
}
.featured-b-c a.b-rm:hover:before {
    left: 108%;
}
@media screen and (max-width: 1024px) {
    .featured-b-c {
        width: 30.6%;
    }
    .featured-b-btm-cotn {
        padding: 0 14px 14px;
    }
    .featured-b .container {
        padding-top: 30px;
    }
    .featured-b {
        padding-bottom: 30px;
    }
    .featured-b-r {
        margin-top: 30px;
    }
}
@media screen and (max-width: 991px) {
    .featured-b-h {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .featured-b-btm-cotn p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media screen and (max-width: 767px) {
    .featured-b-c {
        width: 300px;
        margin-bottom: 30px;
    }
    .featured-b-c:last-child {
        margin-bottom: 0px;
    }
}

/*contact block */
.con-sec-wr {
    width: 100%;
    margin-bottom: 50px;
}
.con-sec-r {
    display: flex;
    justify-content: center;
}
.con-sec-c:first-child {
    background: transparent linear-gradient(105deg, #56b3bd 0, #4c99aa 100%) 0 0
        no-repeat padding-box;
}
.con-sec-c {
    width: 24%;
    min-height: 218px;
    margin: 1%;
    background: transparent linear-gradient(105deg, #488da1 0, #3e728f 100%) 0 0
        no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}
.con-sec-c:nth-child(3) {
    background: transparent linear-gradient(105deg, #396786 0, #2f4c73 100%) 0 0
        no-repeat padding-box;
}
.con-sec-c:nth-child(4) {
    background: transparent linear-gradient(105deg, #2b426c 0, #212657 100%) 0 0
        no-repeat padding-box;
}
.c-i-s-h {
    font-size: 1.8rem;
    color: #fff;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 8px;
}
.c-i-b {
    width: auto;
    margin-right: 18px;
}
.c-i-b img {
    height: 80px;
}
.c-i-s-data {
    font-size: 3.6rem;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 991px) {
    .con-sec-r {
        flex-wrap: wrap;
    }
    .con-sec-c {
        width: 48%;
    }
}
@media screen and (max-width: 767px) {
    .c-i-s-data {
        font-size: 3rem;
        line-height: 30px;
    }
    .con-sec-c {
        flex-direction: column;
    }
    .c-i-b {
        margin: 0 auto;
    }
    .c-i-b img {
        height: 55px;
    }
    .c-i-d {
        text-align: center;
        margin-top: 10px;
    }
}
