/**** Global Styles ****/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body {
    font-family: "Roboto", sans-serif;
    scroll-behavior: smooth;
    background: #000;
    color: #fff;
}

    body.overflow-hide {
        overflow: hidden;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}

p {
    /*font-weight: 300;*/
    font-family: "Roboto", sans-serif;
    color: #fff;
}

img {
    max-width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.max-width {
    max-width: 1360px;
    margin: auto;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    height: 50px;
    width: 50px;
    padding: 10px;
    outline: 0;
    border: 0;
    opacity: 0.5;
    border: 1px solid #b8a8a8;
    border-radius: 50%;
    background-color: #000;
}

.floating-button:focus {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
    height: 50px;
    width: 50px;
    padding: 10px;
    outline: 3px solid #fff !important;
    outline-offset: 2px !important;
    opacity: 1.0 !important;
    border: 0;
    border: 1px solid #b8a8a8;
    border-radius: 50%;
    background-color: #000;
}


#backToTop:hover {
    opacity: 1;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: flex;
    place-items: center;
    justify-content: center;
    z-index: 9999;
    top: 0;
    left: 0;
    background: linear-gradient(89.7deg, #06152b 5.45%, #050f1e 96.3%);
}

    .preloader .content {
        margin: auto 0;
    }

section h2 {
    font-weight: 700;
    font-size: 54px;
    line-height: 64px;
    letter-spacing: 0.1px;
    color: #ffffff;
    margin-bottom: 20px;
}

section p {
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
}

.show_hide a {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
}

.show_hide img {
    transform: rotate(90deg);
    cursor: pointer;
}

    .show_hide img.rotate {
        transform: rotate(270deg);
    }
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
/**** Global Styles ****/
/* modal */
.modal {
    z-index: 9999999;
    color: #000;
}

    .modal .modal-dialog {
        margin-top: 80px;
    }

.modal-content h4,
.modal-content p {
    color: #000;
    /*word-break: break-all;*/
}

.modal-footer {
    justify-content: flex-start;
}
/* modal */

.products-header .products-right {
    padding-left: 0;
}

.products-header .product-grid {
    padding: 0 10px;
    /* margin-bottom: 20px; */
}

.products-header .product-list {
    background-color: #fff;
    border-radius: 5px;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px;
}

.tab-list-left a {
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}

    .tab-list-left a .heading {
        color: rgba(75, 84, 95, 0.90);
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.2px;
    }

    .tab-list-left a .desc {
        display: block;
        color: #1F1F1F;
        font-size: 13px;
    }

    .tab-list-left a.active {
        background: #fff;
    }

        .tab-list-left a.active .heading {
            font-weight: bold;
            color: #0090ff;
        }

    .tab-list-left a:hover {
        text-decoration: none;
        background: #FFF;
    }

.products-header .product-cards {
    padding: 15px 0;
}

    .products-header .product-cards h3 {
        color: #586678;
        opacity: 0.8;
        font-size: 13px;
        font-weight: 700;
    }

.products-header .product-card {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

    .products-header .product-card:hover {
        text-decoration: none;
    }

.products-header .product-logo img {
    width: 30px;
    max-width: unset;
}

.products-header .product-card .product-title h6 {
    color: #132742;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0%;
}

.products-header .sub-product {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

    .products-header .sub-product p {
        color: #586678;
        font-size: 13px;
        font-weight: 700;
        text-transform: capitalize;
        margin-left: 10px;
        margin-bottom: 0;
    }

.products-header .product-card p {
    color: #4A525C;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* header */
/* Banner */
.banner {
    z-index: 2;
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: #000;
}

    .banner .banner-single {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .banner .banner-single.active {
            opacity: 1;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

    .banner video {
        width: 100%;
        height: 100vh;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: -1;
        transition: none;
        pointer-events: none;
    }
    /* .banner .arrows {
  position: absolute;
  right: 20%;
  top: 25%;
  display: flex;
  align-items: center;
  z-index: 9;
}
.banner .arrows a {
  display: inline-flex;
  margin: 0 10px;
} */
    .banner .max-width {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        margin: auto;
        max-width: unset;
    }

    .banner .banner-content {
        position: absolute;
        top: 20%;
        left: 40px;
        z-index: 2;
        /*transform: translateY(-50%);*/
        z-index: 9;
        max-width: 800px;
        /* filter: drop-shadow(0px 2px 7px rgba(5, 17, 33, 0.79)); */
    }

        .banner .banner-content h2 {
            font-style: normal;
            font-weight: bold;
            font-size: 64px;
            line-height: 64px;
            letter-spacing: 1.1px;
            margin-bottom: 14px;
            position: relative;
            /* filter: drop-shadow(0px 2px 7px rgba(5, 17, 33, 0.79)); */
        }

        .banner .banner-content p {
            font-family: Roboto;
            font-style: normal;
            font-weight: 300;
            font-size: 34px;
            line-height: 48px;
            letter-spacing: 0.1px;
            position: relative;
            /* filter: drop-shadow(0px 2px 7px rgba(5, 17, 33, 0.79)); */
        }

            .banner .banner-content p span {
                font-weight: 600;
            }

            .banner .banner-content p.sub-label {
                font-weight: 300;
                font-size: 18px;
                line-height: 29px;
                margin-top: 30px;
            }

    .banner .banner-single.active .banner-content h2,
    .banner .banner-single.active .banner-content p {
        transform: translateX(0);
    }
/* Banner */
/* Why KFintech */

.why-kfintech-features {
    width: 100%;
    position: relative;
}

.mfs-why-kfin-left {
    margin-left: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
}

.why-kfin-tabs {
    position: relative;
}

.why-kfin-line {
    position: absolute;
    width: 1px;
    height: calc(100% - 40px);
    background: linear-gradient(180deg, #0090ff 0%, #36dae9 100%);
    top: 15px;
    left: -25px;
}

.mfs-why-kfin .show_hide {
    margin-bottom: 20px;
}

.mfs-why-kfin-left .why-kfin-tab {
    padding: 10px;
}

    .mfs-why-kfin-left .why-kfin-tab a {
        border: 1px solid transparent;
        position: relative;
    }

        .mfs-why-kfin-left .why-kfin-tab a.active {
            background: -webkit-linear-gradient(left, #0090ff, #36dae9);
            background-clip: text;
            -webkit-background-clip: text;
            /* -webkit-text-fill-color: transparent; */
            border: 1px solid;
            border-image-slice: 1;
            border-image-source: linear-gradient(to right, #0090ff, #36dae9);
        }

            .mfs-why-kfin-left .why-kfin-tab a.active::before {
                content: "";
                position: absolute;
                background: #000 url("../images/kfin-logo-small.svg") no-repeat;
                top: 0;
                left: -55px;
                width: 40px;
                height: 40px;
                z-index: 1;
            }

    .mfs-why-kfin-left .why-kfin-tab a {
        font-size: 16px;
        line-height: 28px;
        color: #f2f2f2;
    }

.why-kfintech-features .row {
    padding: 100px 0;
    /* align-items: center;
  height: 100%; */
}

.why-kfintech-features h2 {
    font-weight: 700;
    font-size: 54px;
    line-height: 64px;
    letter-spacing: 0.1px;
    color: #ffffff;
    margin-bottom: 30px;
}

.why-kfintech-features h3 {
    color: #e0e0e0;
    font-weight: 600;
    font-size: 36px;
    line-height: 57px;
    margin-bottom: 25px;
    background: linear-gradient(150deg, #0090ff 0%, #36dae9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

.why-kfintech-features p,
.why-kfintech-features li {
    font-size: 16px;
    line-height: 32px;
    color: #e0e0e0;
    opacity: 0.8;
    /* max-width: 680px; */
}

.why-kfintech-features ul {
    margin-left: 20px;
}
/* Why KFintech */

.solution-image-mobile {
    display: none;
}

/* Names */
.names {
    position: relative;
    padding: 95px 0;
    margin-bottom: 0;
    background-color: #fff;
}

.names_img img {
    max-width: 100% !important;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.names_img a {
    background-color: transparent;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .names_img a:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.names_info {
    max-width: 540px;
}

    .names_info h2 {
        margin-bottom: 30px;
        color: #201c43;
    }

    .names_info p {
        font-size: 20px;
        line-height: 32px;
        color: #201c43;
        opacity: 0.7;
    }

.names_images {
    padding-top: 25px;
    max-height: 360px;
    overflow: hidden;
    max-width: 830px;
}

.names_img {
    display: flex;
    flex-wrap: wrap;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    /* -webkit-animation-name: namesMove;
    animation-name: namesMove;*/
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

    .names_img figure {
        width: 20%;
        height: 100px;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 20px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .names_img:hover {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

@-webkit-keyframes namesMove {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
    }
}

@keyframes namesMove {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
    }
}

@-webkit-keyframes namesMoveMobile {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-300px);
        transform: translateY(-300px);
    }
}

@keyframes namesMoveMobile {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-300px);
        transform: translateY(-300px);
    }
}
/* Names */
/* Our Solutions */
.our-solutions {
    position: relative;
    z-index: 9;
}

.our-solutions-cards {
    width: 100%;
    overflow: hidden;
}

.our-solutions-total {
    display: flex;
    /* width: 200%; */
}

    .our-solutions-total .our-solutions-card {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 33.33%;
        height: 650px;
        max-height: 100vh;
        background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 20, 38, 0.5) 82.36% );
        border-right: 2px solid rgba(0, 0, 0, 0.2);
        padding: 20px;
        overflow: hidden;
    }

.our-solutions h2 {
    position: absolute;
    left: 30px;
    top: 50px;
    z-index: 9;
}

.our-solutions .arrow {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    z-index: 10;
}

    .our-solutions .arrow#solutions-left-arrow {
        display: none;
    }

    .our-solutions .arrow#solutions-right-arrow {
        left: unset;
        right: 30px;
    }

.our-solutions-card h5 {
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    color: #fff;
    cursor: pointer;
}

.our-solutions-card p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

    .our-solutions-card p.our-solutions-card-text {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.5s ease-in-out 0.15s;
        transition: all 0.5s ease-in-out 0.15s;
    }

.our-solutions-card .links p {
    font-size: 16px;
    line-height: 22px;
    transform: translateX(-120%);
}

.our-solutions-card .links a {
    color: #fff;
}

.our-solutions-card .links img {
    margin-left: 7px;
}

.our-solutions-card:hover,
.our-solutions-card:focus {
    text-decoration: none;
}

    .our-solutions-card.active p.our-solutions-card-text,
    .our-solutions-card:hover p.our-solutions-card-text,
    .our-solutions-card:focus p.our-solutions-card-text {
        max-height: 400px;
    }

    .owl-item.active .our-solutions-card .links p,
    .our-solutions-card:hover .links p,
    .our-solutions-card:focus .links p {
        transform: translateX(0);
        -webkit-transition: all 0.5s ease-out 0.15s;
        transition: all 0.5s ease-out 0.15s;
    }

        .owl-item.active .our-solutions-card .links p:last-child,
        .our-solutions-card:hover .links p:last-child,
        .our-solutions-card:focus .links p:last-child {
            transform: translateX(0);
            -webkit-transition: all 0.5s ease-out 0.25s;
            transition: all 0.5s ease-out 0.25s;
        }

.our-solutions .solution-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.our-solutions:hover .arrow {
    display: inline-block;
}

.our-solutions .solution-image.active {
    z-index: -1;
    opacity: 1;
}
/* Our Solutions */

/* Quick Links */
.quick-links {
    padding: 80px 0;
    z-index: 9;
}

    .quick-links h2 {
        margin-bottom: 80px;
    }

    .quick-links .quick-links-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap: 20px;
    }

.quick-links-grid .quick-link-card {
    background: rgba(230, 231, 243, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    text-align: center;
    padding: 30px 20px 0;
}

    .quick-links-grid .quick-link-card:hover {
        transform: scale(1.03);
    }

    .quick-links-grid .quick-link-card:hover {
        text-decoration: none;
    }

.quick-link-card img {
    margin-bottom: 40px;
}

.quick-link-card p {
    font-size: 18px;
}

.quick-link-card.quick-link-view-all p {
    font-weight: 500;
}
/* Quick Links End */
/* Download Apps */
.dwld-apps {
    padding: 80px 0;
}

    .dwld-apps .app-btns {
        padding-top: 25px;
        margin-bottom: 25px;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

        .dwld-apps .app-btns button {
            min-width: 200px;
            padding: 15px 30px;
            font-weight: 500;
            font-size: 34px;
            line-height: 32px;
            background: transparent;
            color: rgba(255, 255, 255, 0.7);
            border: 3px solid transparent;
        }

            .dwld-apps .app-btns button.active {
                border: 3px solid;
                border-image-slice: 1;
                border-image-source: linear-gradient(to right, #0090ff, #36dae9);
                color: #0090ff;
                background: linear-gradient(150deg, #0090ff 0%, #36dae9 100%);
                -webkit-background-clip: text;
                background-clip: text;
                /* -webkit-text-fill-color: transparent; */
            }

.dwld-banner {
    background: #1479ff;
    padding: 40px 70px;
}

    .dwld-banner h5 {
        font-weight: bold;
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 50px;
    }

    .dwld-banner .row {
        margin-bottom: 50px;
    }

        .dwld-banner .row > div:nth-of-type(2) {
            border-right: 1px solid rgba(248, 240, 240, 0.4);
        }

    .dwld-banner h6 {
        font-weight: normal;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 0.02em;
        margin-bottom: 25px;
    }

    .dwld-banner .get-link {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

        .dwld-banner .get-link input {
            width: 100%;
            max-width: 300px;
            background: transparent;
            border: 1px solid #ffffff;
            color: #ffffff;
            padding: 15px;
            height: 60px;
        }

            .dwld-banner .get-link input::placeholder {
                color: rgba(255, 255, 255, 0.8);
            }

            .dwld-banner .get-link input:focus-visible {
                outline: none;
            }

        .dwld-banner .get-link button {
            background: #ffffff;
            color: #1479ff;
            padding: 15px;
            font-weight: 600;
            font-size: 18px;
            line-height: 21px;
            border-radius: 0;
        }

    .dwld-banner .apps-qr {
        display: flex;
        justify-content: space-between;
    }

.apps-qr .apps-store-btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.apps-qr .qr-code-box {
    text-align: center;
}

.qr-code-box .qr-outer {
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
}

.qr-outer img {
    width: 120px;
}

.qr-code-box p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    margin-top: 10px;
}
/* Download Apps End */

/* FAQs */
.faq-img {
    position: relative;
}

.faq-img-content {
    position: absolute;
    bottom: 30px;
}

.for-white-bg {
    background: #ffffff;
}

.desktop-banner {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.banner_heading {
    font-weight: bold;
    font-size: 44px;
    line-height: 52px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1px;
    color: #ffffff;
}

.banner_subheading {
    font-weight: normal;
    font-size: 22px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.faqs {
    max-width: 1000px;
    margin: auto;
    padding: 50px 20px;
    background: #ffffff;
}

    .faqs h6 {
        color: #000;
        font-size: 26px;
        font-weight: bold;
        margin-top: 30px;
    }

    .faqs div {
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        color: black;
        padding: 18px;
    }

.question {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    margin: 25px 0;
    cursor: pointer;
    display: flex;
}

    .question p {
        color: #000;
        margin: 0;
    }

    .question span {
        color: #30adf6;
        font-size: 28px;
        font-weight: 500;
        margin-right: 20px;
    }

.answer {
    display: none;
    margin-left: 45px;
    padding: 0px 0px 18px !important;
}

    .answer li {
        flex-direction: column;
        margin: 10px 0;
        /* text-indent: -1.4em; */
        margin-left: 20px;
    }

    .answer ol li {
        text-indent: 0em;
    }
/* FAQs */

/* Footer */
footer {
    color: #b8a8a8;
    background: #000000;
}

    footer .max-width {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 55px;
        padding-bottom: 50px;
    }

.footer_logo p {
    width: 80%;
    font-size: 14px;
    line-height: 32px;
    margin: 40px 0;
    color: #b8a8a8;
}

.footer_logo {
    width: 30%;
}

.footer_links {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
}

.footer_links_info {
    width: 33.33%;
}

    .footer_links_info h5 {
        margin-bottom: 7px;
        color: #b8a8a8;
        font-size: 15px;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
    }

    .footer_links_info ul {
        padding: 0;
        margin-left: 0;
    }

    .footer_links_info li {
        margin-bottom: 7px;
        list-style-type: none;
    }

        .footer_links_info li a {
            text-decoration: none;
            font-size: 13px;
            position: relative;
            color: #b8a8a8;
            font-weight: 300;
        }

.footer_contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer_links_info li a:hover {
    color: #fff;
}

.footer_links_info li a::after {
    bottom: -3px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-color: #fff;
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.footer_links_info li a:hover::after {
    width: 100%;
}

.footer_links_info li a img {
    margin-right: 10px;
    width: 15px;
}

.footer_contact_tel {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_social_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .footer_social_links a {
        margin-left: 8px;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #201c43;
        border-radius: 8px;
        padding: 7px;
    }

        .footer_social_links a:hover {
            -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            transform: translateY(-5px);
        }

.footer_contact a:hover::after {
    display: none;
}

.footer_links_info .footer_social_links a img {
    width: auto;
}

p.footer_copyright {
    margin: 0;
}

.footer_bottom,
.footer_bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_bottom {
    max-width: 1360px;
    margin: auto;
    padding: 0 40px;
    padding-bottom: 40px;
}

.footer_here img {
    width: 90px;
}

.footer_bottom .footer_copyright {
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #b8a8a8;
}

.footer_bottom ul {
    margin: 0;
    list-style-type: none;
    margin-right: 100px;
    margin-left: auto;
}

    .footer_bottom ul h5 {
        margin: 0px;
        color: #b8a8a8;
        font-size: 16px;
        margin-right: 30px;
        font-weight: 500;
        font-family: "Roboto", sans-serif;
    }

.footer_here p {
    margin: 0;
    color: #b8a8a8;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.footer_here span {
    font-weight: 900;
}

.footer_bottom .footer_copyright_mobile {
    display: none;
}
/* Footer */

/* Chatbot css */
.zsiq_theme1.zsiq_floatmain {
    width: 60px !important;
    z-index: 1000 !important;
    /* bottom: 50%; */
    bottom: 50px;
    transform: translateY(-50%);
}
/* Chatbot css End */





.app-link-btn {
    background: #ffffff;
    color: #1479ff;
    padding: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    border-radius: 0;
    text-decoration: none;
}

    .app-link-btn:hover {
        text-decoration: none;
    }



/* Demo form */
#demo-form {
    background: url("../images/break_bg.svg") rgba(230, 231, 243, 0.08) top 60% left 40% no-repeat;
    padding: 60px 0;
}

    #demo-form h2 {
        max-width: 15ch;
    }

.investor-login-right form .form-group {
    margin-bottom: 0px;
}

.investor-login-right {
    margin-top: 30px;
}

    .investor-login-right h2 {
        font-weight: 700;
        font-size: 64px;
        line-height: 75px;
        letter-spacing: 0.1px;
        text-align: center;
    }

    .investor-login-right .nav-tabs {
        border-bottom: 1px solid #384455;
    }

    .investor-login-right .nav-link {
        font-weight: 500;
        font-size: 24px;
        line-height: 16px;
        letter-spacing: 0.4px;
        color: rgba(255, 255, 255, 0.8);
        padding: 1rem;
        border: 0;
        border-bottom: 3px solid transparent;
    }

        .investor-login-right .nav-link:hover,
        .investor-login-right .nav-link:focus {
            border: 0;
        }

        .investor-login-right .nav-link.active {
            color: #0090ff;
            background: linear-gradient(90deg, #0090ff 0%, #36dae9 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            border-bottom: 3px solid #0090ff;
        }

    .investor-login-right input,
    .investor-login-right input:focus,
    .investor-login-right select,
    .investor-login-right select:focus {
        background: #2b3441;
        border: 2px solid #384455;
        border-radius: 3px;
        font-size: 18px;
        letter-spacing: 0.4px;
        color: #d9e1e7;
        padding: 30px 10px 30px 40px;
        margin-top: 30px;
        height: 64px;
        padding-left: 48px;
    }

        .investor-login-right select, .investor-login-right select:focus {
            padding: 5px 20px;
            appearance: none;
            background: url("../images/down-arrow-white.svg") no-repeat #2b3441;
            background-position: 98% 50%;
            background-size: 14px;
        }

            .investor-login-right input:focus, .investor-login-right select:focus {
                outline: none;
                box-shadow: none;
            }

    .investor-login-right .input-field {
        position: relative;
    }

        .investor-login-right .input-field img {
            position: absolute;
            top: 50%;
            left: 15px;
            transform: translateY(-50%);
        }

    .investor-login-right .new-pswd a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -40px;
    }

        .investor-login-right .new-pswd a img {
            position: unset;
            left: unset;
            transform: unset;
        }

    .investor-login-right input[type="checkbox"] {
        display: none;
    }

        .investor-login-right input[type="checkbox"] + label {
            position: relative;
            cursor: pointer;
            font-weight: 500;
            font-size: 14px;
            line-height: 16px;
            letter-spacing: 0.4px;
            color: #d9e1e7;
        }

            .investor-login-right input[type="checkbox"] + label a {
                color: #0090ff;
            }

            .investor-login-right input[type="checkbox"] + label::before {
                content: "";
                -webkit-appearance: none;
                appearance: none;
                background-color: transparent;
                border: 1px solid #0090ff;
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
                padding: 6px;
                display: inline-block;
                position: relative;
                vertical-align: middle;
                cursor: pointer;
                cursor: pointer;
                margin-right: 12px;
                border-radius: 2px;
            }

        .investor-login-right input[type="checkbox"]:checked + label::after {
            content: "";
            display: block;
            position: absolute;
            top: 2px;
            left: 5px;
            width: 5px;
            height: 11px;
            border: solid #0079bf;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

.sign_in_btn {
    background: linear-gradient(90deg, #0090ff 0%, #36dae9 100%);
    box-shadow: 0px 0px 7px rgba(139, 139, 139, 0.256337);
    border-radius: 3px;
    text-align: center;
    color: #ffffff;
    border: none;
    width: 100%;
    height: 64px;
    padding: 15px;
    margin-top: 40px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}
/* Demo form */


.external-link-custom {
    padding-bottom: 30px;
    padding-top: 20px;
}





/* header */
.dark-theme header {
    background: rgba(0, 0, 0, 0.7);
    /* background: #000; */
    /*position: fixed;
    top: 0px;
    left: 0;*/

    width: 100%;
    /* z-index: 99; */
    z-index: 9999999;

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*margin-top: 20px;*/
}

    .dark-theme header.active {
        background: #000;
        transition: none;
    }

    .dark-theme header.scrolled {
        background: #000;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.solution-header, .products-header {
    position: relative;
    transition: none;
}

    .solution-header *, .products-header * {
        transition: none;
    }

    .solution-header::after, .products-header::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
    }

.dark-theme header .dropdown-outer {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    left: -80px;
    top: calc(100% + 24px);
    width: 600px;
    background-color: #fff;
    border-radius: 2px;
    overflow-y: auto;
}


.solution-header:focus-within .dropdown-outer,
.solution-header:hover .dropdown-outer,
.products-header:hover .dropdown-outer,
.products-header:focus-within .dropdown-outer,
.solution-header:active .dropdown-outer,
.products-header:active .dropdown-outer {
    opacity: 1;
    visibility: visible;
}

.dark-theme header .arrow {
    opacity: 0;
    visibility: hidden;
}

.dark-theme header .solution-header:hover .arrow,
.dark-theme header .products-header:hover .arrow {
    opacity: 1;
    visibility: visible;
}

.dark-theme header .arrow::after {
    content: "";
    position: absolute;
    top: 46px;
    left: 35px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.dark-theme header.active .dropdown-outer {
    height: calc(100vh - 106px);
    overflow-y: auto;
}

.dark-theme .header-content {
    position: relative;
}

.dark-theme header .nav_brand img {
    width: 240px;
}

.dark-theme header nav.navbar {
    /* padding: 30px 50px; */
    padding: 15px 40px;
    z-index: 9;
    gap: 20px;
}

.dark-theme header div#collapsibleNavbar {
    /* max-width: 80%; */
    justify-content: space-between;
}

.dark-theme header nav .navbar-nav {
    width: 100%;
    /*commented*/
    /*justify-content: space-between;*/
}

    .dark-theme header nav .navbar-nav .header-right,
    .dark-theme header nav .navbar-nav .header-left {
        display: flex;
    }

.dark-theme header li.nav-item {
    margin-right: 10px;
}

    .dark-theme header li.nav-item:last-child {
        margin-right: 0;
    }

.dark-theme header .navbar-nav li.nav-item a.nav-link img {
    margin-left: 5px;
}

.dark-theme header .navbar-nav li.nav-item a.nav-link {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    padding: 5px 7px;
    position: relative;
    font-weight: 400;
}

.dark-theme header .navbar-nav li.nav-item a.nav-link:focus {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    padding: 5px 7px;
    position: relative;
    font-weight: 400;
    border:solid 1px #fff;
    box-shadow:none;
}


.dark-theme header nav .navbar-nav .header-right .nav-item a.nav-link {
    font-size: 14px;
}

.dark-theme header .navbar-nav li.nav-item a.nav-link:hover,
.dark-theme header .navbar-nav li.nav-item a.nav-link.active {
    opacity: 1;
}

/*commented*/
/*.dark-theme header li a::after {
	bottom: -3px;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	background-color: #fff;
	-webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
	-o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}*/

/*commented*/
/*.dark-theme header li a.nav-link:hover::after {
	width: 100%;
}*/



.dark-theme header .sub-menu {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 40px 10px;
    z-index: 8;
    /* transform: translateY(-100%); */
}

    .dark-theme header .sub-menu.active {
        transform: translateY(0);
    }

.dark-theme header .sub-menu-left h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #ffffff;
    opacity: 0.9;
    margin-bottom: 10px;
}

.dark-theme header .sub-menu-left p {
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    opacity: 0.7;
    margin-bottom: 30px;
}

.dark-theme header .sub-menu ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    align-items: flex-start;
}

    .dark-theme header .sub-menu ul li {
        width: 50%;
        padding: 0 20px;
    }

        .dark-theme header .sub-menu ul li:not(:last-of-type) {
            margin-bottom: 30px;
        }

        .dark-theme header .sub-menu ul li a {
            display: inline-flex;
            position: relative;
            cursor: pointer;
        }

            .dark-theme header .sub-menu ul li a:hover,
            .dark-theme header .sub-menu ul li a:focus {
                text-decoration: none;
            }

                .dark-theme header .sub-menu ul li a:hover .sub-menu-icon img,
                .dark-theme header .sub-menu ul li a:focus .sub-menu-icon img {
                    transform: scale(1.2);
                }

.dark-theme header .sub-menu-icon {
    max-width: 35px;
    margin-right: 15px;
}

    .dark-theme header .sub-menu-icon img {
        max-width: unset;
    }

.dark-theme header .sub-menu-text h5 {
    font-weight: 600;
    font-size: 14px;
    color: #132742;
    opacity: 0.8;
    margin-bottom: 0;
}

.dark-theme header .sub-menu-text p {
    font-size: 13px;
    color: #4A525C;
    opacity: 0.7;
    margin-bottom: 0;
}

.dark-theme header .dropdown-menu {
    background: #222;
    right: 0;
    left: unset;
    margin: 10px 0;
    width: 240px;
    padding: 0;
}

    .dark-theme header .dropdown-menu::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 15px solid #222222;
        top: -15px;
        right: 25px;
    }

    .dark-theme header .dropdown-menu a {
        display: flex;
        align-items: center;
        color: #fff;
        padding: 10px;
        font-size: 16px;
    }

.dropdown-item:focus,
.dropdown-item:hover {
    color: unset;
    background-color: unset;
}

.dark-theme header .dropdown-menu a img {
    width: 25px;
    margin-right: 20px;
}

.dark-theme header .dropdown-menu a::after {
    display: none;
}

/*commented*/
/*.dark-theme header .dropdown-toggle::after {
	display: none;
}*/

.dark-theme header .dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.dark-theme header .products-header .arrow::after {
    border-bottom: 10px solid #EEF1F8;
}

.dark-theme header .products-header .dropdown-outer {
    width: 800px;
}

.dark-theme header .products-header .sub-menu {
    background-color: #EEF1F8;
    padding: 10px;
}


.modal-ctl-outline:focus {
    outline: solid 2px #1254A1;
    outline-offset: 3px;
    box-shadow: none;
}

.faq-question {
    text-align: left;
}

    .faq-question:focus {
        outline: solid 2px #000;
        outline-offset: 3px;
        text-align: left;
    }

.date-container {
    font-size: 0.8em;
    background-color: #2c3e52;
    color: white;
    padding: 5px;
    text-align: center;
    grid-area: photo;
    display: flex;
    justify-content: center;
    align-items: center;
}

.date-day {
    font-weight: 100;
}

.date-month {
    font-weight: 100;
}

.btn-custom-xs {
    padding: 0.25rem 0.4rem; /* Adjust padding as needed */
    font-size: 0.875rem; /* Adjust font size as needed */
    line-height: 1.5;
    border-radius: 0.2rem; /* Adjust border-radius as needed */
}

.accordion-button:focus {
    z-index: 3;
    outline: solid 2px #0D47A1;
    outline-offset: 3px;
    box-shadow: none;
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #0D47A1;
}

.cal-day {
    white-space:nowrap;
}


.isr-download-button:focus {
    outline: solid 2px #0D47A1;
    outline-offset: 3px;
    box-shadow: none;
    border: none;
}

.tax-forms-button:focus {
    outline: solid 2px #0D47A1;
    outline-offset: 3px;
    box-shadow: none;
    border: none;
}

.tax-forms-button-white {
    outline: solid 2px #0D47A1;
    outline-offset: 3px;
    box-shadow: none;
    border: none;
}


.tax-forms-button-white:focus {
    outline: solid 2px #fff;
    outline-offset: 3px;
    box-shadow: none;
    border: none;
}


.forms-button-custom-1:focus {
    outline: solid 2px #0D47A1;
    outline-offset: 3px;
    box-shadow: none;
    border: none;
}

#ul_comps li a {
    color:#BBDEFB;
    outline: solid 2px #000;
    outline-offset: 3px;
    text-decoration:none;
}

#ul_comps li a:focus {
    color:#BBDEFB;
    outline: solid 2px #FFEB3B;
    outline-offset: 3px;
    text-decoration:none;
}

.bg-dark-custom-1 {
    background-color:#0D47A1;
}

.text-box-custom-1:focus {
    outline: solid 2px #0D47A1;
    outline-offset: 3px;
    box-shadow: none;
    border: none;
}

.text_box_custom_1:focus {
    outline: solid 2px #0D47A1;
    outline-offset: 3px;
    box-shadow: none;
    border: none;
}

.screen-overlay {
  /* Cover the entire window */
  position: fixed;
  inset: 0; /* Shorthand for top, right, bottom, left: 0 */
  
  /* Semi-transparent backdrop */
  background-color: rgba(0, 0, 0, 0.6); 
  
  /* Sit on top of everything else */
  z-index: 9999; 
  
  /* Centering the content card */
  display: flex;
  justify-content: center;
  align-items: center;
  
  /* Hidden by default */
  display: none; 
}

.overlay-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.loader-anim {
position: absolute;
    top: 50%;
    left: 50%;
        transform: rotateZ(45deg);
        perspective: 1000px;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        color: #fff;
      }
        .loader-anim:before,
        .loader-anim:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: inherit;
          height: inherit;
          border-radius: 50%;
          transform: rotateX(70deg);
          animation: 1s spin linear infinite;
        }
        .loader-anim:after {
          color: #FF3D00;
          transform: rotateY(70deg);
          animation-delay: .4s;
        }

      @keyframes rotate {
        0% {
          transform: translate(-50%, -50%) rotateZ(0deg);
        }
        100% {
          transform: translate(-50%, -50%) rotateZ(360deg);
        }
      }

      @keyframes rotateccw {
        0% {
          transform: translate(-50%, -50%) rotate(0deg);
        }
        100% {
          transform: translate(-50%, -50%) rotate(-360deg);
        }
      }

      @keyframes spin {
        0%,
        100% {
          box-shadow: .2em 0px 0 0px currentcolor;
        }
        12% {
          box-shadow: .2em .2em 0 0 currentcolor;
        }
        25% {
          box-shadow: 0 .2em 0 0px currentcolor;
        }
        37% {
          box-shadow: -.2em .2em 0 0 currentcolor;
        }
        50% {
          box-shadow: -.2em 0 0 0 currentcolor;
        }
        62% {
          box-shadow: -.2em -.2em 0 0 currentcolor;
        }
        75% {
          box-shadow: 0px -.2em 0 0 currentcolor;
        }
        87% {
          box-shadow: .2em -.2em 0 0 currentcolor;
        }
      }
   

#waitAnimator {
    z-index: 1011;
    position: absolute;
    padding: 0px;
    margin: 0px;
    width: 30%;
    top: 9%;
    left: 35%;
    text-align: center;
    color: rgb(0, 0, 0);
    background:transparent !important;
}

.scroll-container
 {
    /* background-color: #000; */
    color: #000;
    clear: both;
    background-color: #263238;
    /* background-color: white; */
    margin-bottom: 1px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    /* border: 1px solid #ccc; */
    position: relative;
}

.scroll-text {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 20s linear infinite;
    color: #fff;
    background-color: #263238;
    padding-top: 2px;
    padding-bottom: 2px;
}

.custom-required-field-validator {
    color:red;
}

#dt-search-0 {
    border: 1px solid #000 !important; 
    border-radius: 3px;
    padding: 1px;
    background-color: transparent;
    color: inherit;
    margin-left: 10px;
    margin-right: 3px;
}

#dt-search-0:focus {
    outline: solid 2px #0D47A1;
    outline-offset: 3px;
    box-shadow: none;
    border: 1px solid #000 !important; 
}

.dt-layout-row {
    padding-left:10px;
    padding-right:10px;
}

#dt-length-0 {
    margin-right: 10px;
}

input::-ms-clear {
  display: none;
}

/* Hides the clear button in Chrome/Safari (for type="search") */
input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.isr-header {
    color:#000;
}

.charter-nav-link a{
    color:#000 !important;
    border:solid 2px blue;
}

.charter-nav-link:focus {
    border:solid 2px #0D47A1;
    box-shadow:none;
}

/* Mobile CSS */
@media only screen and (max-width: 600px) {
    .max-width {
        padding-left: 20px;
        padding-right: 20px;
    }

    section h2,
    .why-kfintech-features h2 {
        font-size: 34px;
        line-height: 44px;
    }

    section p {
        font-size: 18px;
        line-height: 24px;
    }

    .dark-theme header {
        background: #000;
    }

        .dark-theme header nav.navbar {
            padding: 15px 20px;
            gap: 0;
        }

        .dark-theme header .nav_brand img {
            width: 200px;
        }

        .dark-theme header nav .navbar-nav {
            padding: 20px 0 0;
        }

            .dark-theme header nav .navbar-nav .header-right,
            .dark-theme header nav .navbar-nav .header-left {
                flex-direction: column;
            }

        .dark-theme header div#collapsibleNavbar {
            max-width: 100%;
        }

        .dark-theme header li.nav-item {
            margin-right: 0;
            margin-bottom: 10px;
        }

        .dark-theme header .dropdown-menu {
            margin-top: 20px;
        }

            .dark-theme header .dropdown-menu::after {
                top: 40px;
                right: unset;
                left: 15px;
            }

    .navbar-toggler:focus,
    .navbar-toggler:hover {
        outline: 0;
    }

    .dark-theme header .sub-menu {
        padding: 0;
    }

        .dark-theme header .sub-menu ul {
            margin: 20px 0;
        }

            .dark-theme header .sub-menu ul li {
                width: 100%;
            }

    .header-height {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .dark-theme header nav .navbar-nav {
        justify-content: unset;
    }

        .dark-theme header nav .navbar-nav .header-right .nav-item a.nav-link {
            font-size: 18px;
        }

    .solution-header .nav-link, .products-header .nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    /*commented*/
    /*.dark-theme header li a::after {
		content: none;
	}*/
    .dark-theme header .solution-header:hover .dropdown-outer,
    .dark-theme header .products-header:hover .dropdown-outer {
        position: unset;
        width: 100%;
    }

    .products-header .products-right {
        padding-left: 15px;
    }

    .tab-select select {
        padding: 10px 15px;
        width: 100%;
        border-radius: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url("../images/down-arrow-black.svg") no-repeat right 15px center;
    }

        .tab-select select:focus-visible {
            outline: none;
        }

    .banner .arrows {
        right: 0;
    }

    .banner .banner-content {
        left: 0;
        padding: 0 20px;
    }

        .banner .banner-content h2 {
            font-size: 44px;
            line-height: 51px;
        }

        .banner .banner-content p,
        .names_info p,
        .banner .banner-content p.sub-label,
        .why-kfintech-features p {
            font-size: 16px;
            line-height: 28px;
        }

    .names {
        padding: 50px 0;
    }

        .names .col-sm-12 {
            padding: 0;
        }

    .names_img {
        -webkit-animation-name: namesMoveMobile;
        animation-name: namesMoveMobile;
    }

        .names_img figure {
            width: 33.33%;
        }

    .our-solutions h2 {
        top: 30px;
    }

    .quick-links {
        padding: 30px 0;
    }

        .quick-links .quick-links-grid {
            grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
        }

    .dwld-apps .app-btns button {
        min-width: 160px;
        padding: 10px 5px;
        font-size: 24px;
    }

    .dwld-banner {
        background: #1479ff;
        padding: 40px 20px;
    }

        .dwld-banner h5 {
            font-size: 24px;
            line-height: 36px;
            margin-bottom: 30px;
        }

        .dwld-banner .row {
            margin-bottom: 0px;
        }

            .dwld-banner .row > div:nth-of-type(2) {
                border-bottom: 1px solid rgba(248, 240, 240, 0.4);
                margin-bottom: 20px;
            }

        .dwld-banner h6 {
            font-size: 16px;
        }

        .dwld-banner .get-link {
            margin-bottom: 15px;
        }

        .dwld-banner .apps-qr {
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

    .footer_bottom .footer_copyright_mobile,
    .footer_links {
        display: block;
    }

    .footer_bottom .footer_copyright_desktop {
        display: none;
    }

    footer .max-width {
        display: block;
        padding: 30px 20px;
    }

    .footer_logo p,
    .footer_logo,
    .footer_links,
    .footer_links_info {
        width: 100%;
    }

    .footer_links {
        padding-left: 0;
    }

    .footer_bottom {
        padding: 0 20px 20px;
        display: block;
    }

        .footer_bottom ul,
        .footer_bottom ul h5 {
            display: block;
            margin-right: 0;
            margin-bottom: 10px;
        }

    .footer_here p {
        font-size: 14px;
        text-align: right;
    }

    .mfs-why-kfin-left {
        display: none;
    }

    .why-kfintech-features.slide {
        height: unset;
        padding: 20px;
    }

    .why-kfintech-features .row {
        height: unset;
        padding: 40px 0;
    }

    .why-kfintech-features h2 {
        position: unset;
        left: unset;
        top: unset;
    }

    .why-kfintech-features h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .our-solutions-cards {
        overflow: unset;
        margin-bottom: -25px;
    }

    .our-solutions-total {
        width: 100%;
    }

        .our-solutions-total a {
            height: 450px;
            position: relative;
            z-index: 9;
            width: 90vw;
            border-right: 0;
            flex-direction: unset;
            justify-content: unset;
            padding: 0;
        }

            .our-solutions-total a div {
                width: 100%;
                height: 100%;
                padding: 20px;
                padding-bottom: 0;
                background: rgba(0, 0, 0, 0.3);
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
            }

    .our-solutions .solution-image {
        display: none;
    }

    .our-solutions .solution-image-mobile {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .our-solutions .arrow {
        display: none !important;
    }

    .our-solutions-total .our-solutions-card {
        width: 100%;
    }

    .our-solutions .owl-item.active .our-solutions-card .links {
        transform: translateX(0);
    }

    .our-solutions .owl-item.active p.our-solutions-card-text {
        max-height: 400px;
    }

    .our-solutions .our-solutions-card .links img {
        display: inline;
        width: auto;
    }

    .geographical-spread {
        padding: 40px 0;
    }

        .geographical-spread h2 {
            margin-bottom: 50px;
        }

    .map_desktop,
    .geography_info {
        display: none;
    }

    .map_mobile {
        display: block;
    }
    /* faq */
    .desktop-banner {
        height: 250px;
    }
    /* faq */

    .dark-theme header .dropdown-toggle.show::after {
        transform: rotate(180deg);
    }
}

.quick-link-icon {
    width:70px;
}

.my-list-group-item {
    position: relative;
    display: block;
    /*padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);*/
    text-decoration: none;
     background-color: transparent !important; 
     border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); 
     padding:0px !important;
     border-top-width:1px !important; 
     min-width:210px;
     max-width:210px;
}

.external-link-custom {
    color:blue;
}

@media only screen and (max-width: 600px) {
    .zsiq_theme1.zsiq_floatmain {
        width: unset !important;
    }
    /* .siq_bR {
		bottom: 260px !important;
	} */
}


/*  Inline moved         */
.qrcode {
    height: 120px;
    width: auto;
}
/* Testimonials */
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 700px;
    }
}

.testimonials .max-width {
    position: relative;
    max-width: 1200px;
    padding: 80px 20px;
    z-index: 9;
}

.testimonials h2 {
    margin-bottom: 40px;
}

.testimonials .owl-carousel .owl-item .testimonials-single img {
    width: auto;
}

.testimonials-single {
    display: flex;
    align-items: left;
    justify-content: left;
}

.testimonials-logo {
    margin-right: 100px;
    text-align: center;
}

    .testimonials-logo img {
        max-width: 218px;
    }
/* .testimonials-logo h6 {
    font-size: 22px;
    line-height: 27px;
    color: #e5e8ef;
    opacity: 0.9;
    margin-top: 20px;
} */
.testimonials-info {
    position: relative;
    z-index: 9;
    padding: 75px 0 30px;
    /*max-width: 700px;*/
}

    .testimonials-info p {
        font-size: 16px;
        line-height: 34px;
        color: #ffffff;
        opacity: 0.8;
    }

.testimonials-info-noimg {
    position: relative;
    z-index: 9;
    padding: 75px 0 30px;
    /*max-width: 900px;*/
}

    .testimonials-info-noimg p {
        font-size: 16px;
        line-height: 34px;
        color: #ffffff;
        opacity: 0.8;
    }


.testimonials-info .quote-by {
    font-size: 22px;
    line-height: 27px;
    color: #e5e8ef;
    opacity: 0.9;
    margin-top: 20px;
    text-align: right;
}

.testimonials-info-noimg .quote-by {
    font-size: 22px;
    line-height: 27px;
    color: #e5e8ef;
    opacity: 0.9;
    margin-top: 20px;
    text-align: right;
}

.testimonials-info img.quotation {
    position: absolute;
    /*left: -75px;*/
    left: -15px;
    top: 0;
    z-index: -1;
}

.testimonials-info-noimg img.quotation {
    position: absolute;
    /*left: -75px;*/
    left: -15px;
    top: 0;
    z-index: -1;
}

.testimonials .owl-carousel .owl-dots {
    text-align: center;
}

.testimonials .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background: #c4c4c4;
    opacity: 0.5;
    margin: 0 8px;
    border-radius: 50%;
}

    .testimonials .owl-carousel button.owl-dot.active {
        background: #0fd3d7;
        opacity: 1;
        outline: 3px solid #fff;
        outline-offset: 2px;
    }

    .testimonials .owl-carousel button.owl-dot:focus,
    .testimonials .owl-carousel button.owl-dot:focus-visible {
        outline: none;
    }


/* Testimonials */
/* Footer */
footer {
    color: #b8a8a8;
    background: rgba(16, 23, 56, 0.32);
}

    footer .max-width {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 55px;
        padding-bottom: 50px;
    }

.footer_logo p {
    width: 80%;
    font-size: 14px;
    line-height: 32px;
    margin: 40px 0;
    color: #b8a8a8;
}

.footer_logo {
    width: 30%;
}

.footer_links {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
}

.footer_links_info {
    width: 33.33%;
}

    .footer_links_info h5 {
        margin-bottom: 7px;
        color: #b8a8a8;
        font-size: 15px;
        font-weight: bold;
        font-family: "Roboto", sans-serif;
    }

    .footer_links_info ul {
        padding: 0;
        margin-left: 0;
    }

    .footer_links_info li {
        margin-bottom: 7px;
        list-style-type: none;
    }

        .footer_links_info li a {
            text-decoration: none;
            font-size: 13px;
            position: relative;
            color: #b8a8a8;
            font-weight: 300;
        }

.footer_contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer_links_info li a:hover {
    color: #fff;
}

.footer_links_info li a::after {
    bottom: -3px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-color: #fff;
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.footer_links_info li a:hover::after {
    width: 100%;
}

.footer_links_info li a img {
    margin-right: 10px;
    width: 15px;
}

.footer_contact_tel {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_social_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .footer_social_links a {
        margin-left: 8px;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #201c43;
        border-radius: 8px;
        padding: 7px;
    }

        .footer_social_links a:hover {
            -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            transform: translateY(-5px);
        }

.footer_contact a:hover::after {
    display: none;
}

.footer_links_info .footer_social_links a img {
    width: auto;
}

p.footer_copyright {
    margin: 0;
}

.footer_bottom,
.footer_bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_bottom {
    max-width: 1360px;
    margin: auto;
    padding: 0 40px;
    padding-bottom: 40px;
}

.footer_here img {
    width: 90px;
}

.footer_bottom .footer_copyright {
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #b8a8a8;
}

.footer_bottom ul {
    margin: 0;
    list-style-type: none;
    margin-right: 100px;
    margin-left: auto;
}

    .footer_bottom ul h5 {
        margin: 0px;
        color: #b8a8a8;
        font-size: 16px;
        margin-right: 30px;
        font-weight: 500;
        font-family: "Roboto", sans-serif;
    }

.footer_here p {
    margin: 0;
    color: #b8a8a8;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.footer_here span {
    font-weight: 900;
}

.footer_bottom .footer_copyright_mobile {
    display: none;
}
/* Footer */

/* quick link screen start */
.quick_link_text {
    background: linear-gradient(90deg, #0090ff 0%, #36dae9 100%);
    padding: 50px 0px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.quick_link_sub {
    max-width: 1360px;
    margin: auto;
}

.quick_link_text h2 {
    font-weight: 700;
    font-size: 64px;
    line-height: 75px;
    letter-spacing: 0.1px;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 40px;
}
/* quick link screen end */


.owl-nav {
    text-align: center;
}

.white-outline:focus {
    outline: 3px solid #fff;
    outline-offset: 2px;
}

/* Mobile CSS */
@media only screen and (max-width: 600px) {
    .max-width {
        padding-left: 20px;
        padding-right: 20px;
    }

    .testimonials .owl-carousel .owl-item .testimonials-logo {
        text-align: left;
    }

    .testimonials .owl-carousel .owl-item .testimonials-single img {
        width: 100px;
    }

    .testimonials-info {
        padding: 25px 0 30px;
    }

        .testimonials-info p {
            font-size: 14px;
            line-height: 28px;
        }

        .testimonials-info img.quotation {
            left: 0;
        }

    .testimonials .max-width {
        padding: 40px 20px;
    }

    .testimonials-single {
        display: block;
    }
}

.solitions-list a {
    text-decoration: none;
}

.owl-dot active {
    outline: 3px solid #fff;
    outline-offset: 2px;
}
