﻿/*reset css starts*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*reset css ends*/
/*custom css starts*/

@font-face {
    font-family: 'Poppins-Thin';
    src: url(fonts/Poppins-Thin.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsextrabold';
    src: url('fonts/poppins-extrabold-webfont.woff2') format('woff2'), url('fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'), url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('fonts/poppins-medium-webfont.woff2') format('woff2'), url('fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinssemibold';
    src: url('fonts/poppins-semibold-webfont.woff2') format('woff2'), url('fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsbold';
    src: url('fonts/poppins-bold-webfont.woff2') format('woff2'), url('fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'poppinsregular' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
}

.navbar-light .navbar-brand {
    width: 150px;
}

.bg-light {
    background-color: #0e2581 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
}

li.nav-item {
    margin: 0 20px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ff8500;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff8500;
    border-color: #ff8500;
}

.navbar .btn-primary {
    color: #00194c;
    background-color: #fff;
    border-color: #fff;
    border-radius: 20px;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    position: relative;
}

.banner-sec {
    background-image: linear-gradient(to right top, #652d8b, #464193, #354793, #244d92, #1c4c90, #1f368e, #0e2581, #0e2581, #0e2581, #0e2581, #0e2581, #0e2581);
    min-height: 100vh;
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

.section {
    height: 100vh !important;
    align-items: center;
    flex-flow: column;
    display: flex;
    justify-content: center;
    position: relative
}

h1 {
    color: #fff;
    font-size: 60px;
    font-family: 'poppinsbold';
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner-text p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px;
}

.orange-font {
    color: #ff8500 !important
}

section.banner-sec .img-wrapper {
    display: flex;
    justify-content: end;
}

.banner-sec .btn-readmore {
    margin-top: 30px;
}

.btn-readmore {
    padding: 11px 25px 11px 0;
    font-size: 16px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

span.arrow {
    padding: 15px 17px;
    background: #00194c;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    color: #ff8500 !important;
}

.btn-readmore::after, .btn-readmore::before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background: #00194c;
    z-index: -1;
}

.btn-readmore::before {
    transform: translateX(-100%);
    z-index: -1;
}

.btn-readmore:hover:before {
    transform: translateX(0);
    transition: transform 350ms ease;
}

.btn-readmore::after {
    z-index: -1;
    transform: translateX(100%);
    transition: none;
    transition: transform 350ms ease;
}

a:hover:after {
    opacity: 1;
    transform: translateX(0);
    transition: transform 350ms 360ms ease;
}

.btn.btn-border-1::after,
.btn.btn-border-1::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    visibility: hidden;
}

.btn.btn-border-1::after {
    bottom: -3px;
    right: -3px;
    border-left: 3px solid #ff8500;
    border-bottom: 3px solid #ff8500;
    border-radius: 20px;
    transition: width .1s ease .1s, height .1s ease, visibility 0s .2s;
}

.btn.btn-border-1::before {
    top: -3px;
    left: -3px;
    border-top: 3px solid #ff8500;
    border-right: 3px solid #ff8500;
    border-radius: 20px;
    transition: width .1s ease .3s, height .1s ease .2s, visibility 0s .4s;
}

.btn.btn-border-1:hover {
    animation: pulse 1s ease-out .4s;
    background: #ff8500;
    border-color: #ff8500;
    color: #fff
}

.banner-skyline-img {
    position: absolute;
    bottom: -7%;
    left: 0;
    z-index: -1;
    width: 100%;
    right: 0;
    margin: 0 auto;
}

    .banner-skyline-img img {
        width: 100%;
    }

.title {
    color: #00194c;
    text-align: center;
    margin: 20px 0px;
    font-weight: 600;
}

.products-sec {
    background-image: linear-gradient(to bottom, #d1dfff, #dfe6ff, #eceeff, #f6f6ff, #ffffff);
    padding: 100px 0;
}

h6 {
    font-size: 16px;
    text-align: center;
    color: #00194c;
}

.img-wrap img {
    margin: 0 auto;
    display: block
}

.img-wrap {
    margin: 10px 0;
}

.needs-sec {
    padding: 150px 0;
    background: #0e2581;
}

h2 {
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 40px;
    font-family: 'Poppins-Thin';
    font-weight: 600
}

.needs-sec p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5
}

.banking-sec {
    padding: 100px 0 50px;
}

.feature-sec {
    padding: 100px 0 30px;
}

.feature-bg {
    background: #fff;
    width: 100%;
    margin: 20px 0;
}

    .feature-bg p, .feature-bg h2 {
        color: #00194c;
    }

.subtitle {
    color: #00194c;
}

p {
    font-size: 14px;
    line-height: 1.5;
    color: #00194c;
}

.clients-sec {
    background: #00194c;
    padding: 100px 0;
}

    .clients-sec p {
        color: #fff;
    }

.clientSlide.simply-scroll-list {
    margin: 0;
}

.clientSlide {
    margin: 0 0;
}

.clientImg {
    margin: 0px 30px;
    width: 250px !important;
}

.load-sec {
    padding: 100px 0;
}

.walk-sec {
    background: #ff8500;
    padding: 100px 0;
}

    .walk-sec p {
        color: #fff;
    }

.choose-us {
    padding: 50px 0;
}

.box {
    margin: 10px;
    width: calc(20% - 20px);
    text-align: center;
    background: #ff8500;
    padding: 60px 10px;
    border-radius: 20px;
    color: #fff;
}

.blue-font {
    color: #00194c !important;
}

.box h5 {
    font-size: 35px;
}

.box h6 {
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
}

.business-sec {
    background: #0e2581;
    padding: 50px 0;
}

.blue-box {
    background: #00194c
}

.business-sec p {
    color: #fff;
}

.business-box {
    margin-top: 50px
}

.demo-sec {
    padding: 100px 0;
}

.demo .btn-readmore {
    margin-top: 50px
}
.btn.btn-primary.btn-readmore{
    padding-left:0 !important
}

.footer {
    background: #00194c;
    padding: 50px 0 0;
}

    .footer h3 {
        font-size: 22px;
        color: #fff;
    }

input.form-control.subscribe-input {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 0;
}

.margin-right {
    margin-right: 10px;
}

button.btn.btn-primary {
    padding: 15px 40px;
    border-radius: 20px;
    background: #ff8500;
    color: #fff;
    font-size: 16px;
}

form.form-inline {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.footer-logo {
    width: 150px;
}

.footer p {
    color: #fff;
}

.margin-top {
    margin-top: 20px;
}

.registered-img li {
    background: #fff;
    padding: 2px;
    margin: 10px 10px 10px 0;
}

.rights {
    font-size: 14px;
    color: #fff;
}

.footer-links a.social-media {
    font-size: 16px;
    color: #fff;
    margin: 0 10px 0 0;
    background: #3164b3;
    padding: 7px 12px;
    border-radius: 50%;
    border: 1px solid #fff;
}

    .footer-links a.social-media .fa {
        width: 15px;
        text-align: center
    }

.footer-links h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-links a {
    font-size: 14px;
    color: #ffff;
    text-decoration: none;
    padding: 5px 0;
    display: block;
    margin: 2px 0;
}

.rights {
    background: transparent;
    padding: 20px 0;
    text-align: right;
    display: block;
    margin-top: 10px;
    position: relative;
}

    .rights::before {
        position: absolute;
        right: 20%;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        content: "";
        width: 80%;
        height: 2px;
        background: #3164b3;
    }

.about-sec, .utopia-sec {
    padding: 60px 0;
    background-image: linear-gradient(to bottom, #0e2581, #003286, #003e8a, #07338e, #00194c);
    min-height: 90vh;
}

.utopia-sec {
    height: auto !important
}

.about-sec {
    padding: 80px 0 0;
    min-height: auto;
    height: auto !important
}

.beacon-sec {
    padding: 60px 0 0;
    min-height: 90vh;
    height: auto !important;
    background: url('../images/new/wall.jpg') #0e2581 no-repeat;
    background-position: bottom;
    background-size: 100% 20%;
}

.leadershipTeam-sec.section {
    padding: 50px 0;
    height: auto !important;
}
    .leadershipTeam-sec.section .row.align-items-center.wrapper-div{
        margin-top:0;
    }
    .leadership-details h4 {
        font-size: 30px;
        color: #00194c;
        margin-bottom: 11px;
        font-weight: 700;
        text-transform: uppercase
    }

.leadership-details h5 {
    font-size: 17px;
    font-weight: 600;
}

.leadership-details p {
    font-size: 14px;
    color: #00194c;
    line-height: 1.5;
    margin: 50px 0;
}

/*.linkdin, .fb, .twtr {
    background: #00194c;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    padding: 15px 18px;
    margin-right: 10px;
}*/

.linkdin,
.fb,
.twtr {
    background: #00194c;
    color: #fff;
    font-size: 30px;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}


.investors-sec {
    background: #0e2581;
    padding: 100px 0;
}

.investor-details {
    padding: 50px 0;
}

    .investor-details p {
        color: #fff;
    }

.no-border {
    border: none !important;
}

.growth-story {
    padding: 100px 0
}

    .growth-story .img-wrap {
        width: 60%;
        margin: 35px auto 0;
    }

.our-team {
    background: #0e2581;
    padding: 100px 0;
}

    .our-team p {
        color: #fff;
    }

.team-tabs {
    margin-top: 50px
}

.our-team .nav-pills .nav-link.active, .our-team .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #00194c;
}

.our-team .nav-link {
    font-size: 15px;
    color: #fff;
    font-family: 'poppinssemibold';
    padding: 15px 20px;
    border-radius: 20px;
    margin-bottom: 10px;
}

div#v-pills-tab {
    width: 20%;
}

div#v-pills-tabContent {
    width: 80%;
}

.team-wrapper {
    background: #e7f0fe;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.team-details {
    position: absolute;
    bottom: 0;
    background: #d8e6ff;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px;
    padding-top: 0
}

    .team-details::after {
        position: absolute;
        content: "";
        display: block;
        top: -35px;
        right: 0;
        left: 0;
        width: 103%;
        height: 100%;
        background: #d8e6ff;
        transform: skew(10deg, -10deg);
        z-index: -1;
        overflow: hidden;
    }

    .team-details h3 {
        margin: 0;
        margin-bottom: 5px;
        font-size: 20px;
        text-align: center
    }

    .team-details h4 {
        font-size: 14px;
        margin: 0;
        text-align: center
    }

.experience-sec {
    padding: 100px 0;
}

.experience-wrapper {
    display: flex;
    justify-content: center;
}

.experience-details {
    margin: 0 10px;
    width: calc(20% - 20px);
    text-align: center
}

    .experience-details img {
        width: 70%;
        margin: 0 auto
    }

.lightblue-font, .lightblue-font.plus::after {
    color: #6a9af5 !important;
}

.experience-details h4 {
    font-size: 40px;
    margin-bottom: 5px;
}

.orange-font.plus::after {
    color: #ff8500
}

.experience-details h5 {
    font-size: 15px;
    font-family: 'poppinssemibold';
    color: #00194c;
}

.awards-sec {
    padding: 100px 0 0;
    background: #00194c;
}

    .awards-sec p {
        color: #fff;
    }

.awardSlide {
}

.events-sec {
    padding: 100px 0;
}

.swiper {
    width: 50%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.event-gallery {
    padding: 50px 0;
}

.featureSlider .swiper-wrapper, .features .swiper-wrapper {
    height: 60vh;
}

.img-wrapper.boatimage {
    transform: rotateY(180deg);
    margin-left: -51%;
    margin-top: 30px;
}

.future-sec {
    padding: 80px 0 20px;
}

.keyfeatures {
    border: 2px solid #00194c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 30px;
}

    .keyfeatures h2 {
        font-size: 20px;
        color: #00194c;
        margin: 0;
        font-family: 'poppinssemibold';
        text-align: center;
    }

span.featureIcon {
    font-size: 35px;
    color: #00194c;
}

.triangle-down::after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #00194C transparent transparent transparent;
    transform: rotate(0deg);
    left: 30px;
    display: block;
}

.keyfeatures.orange-box {
    background: #ff8500;
    border-color: #ff8500;
}

    .keyfeatures.orange-box h2 {
        color: #fff;
    }

    .keyfeatures.orange-box span.featureIcon {
        color: #fff;
    }

h2 .small-font {
    text-align: center;
    color: #fff;
}

.keyfeatures.orange-box.triangle-down::before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    transform: rotate(0deg);
    content: "";
    display: block;
    left: 30px;
    top: -2px;
    position: absolute;
}

.keyfeatures.orange-box.triangle-down::after {
    border-color: #ff8500 transparent transparent transparent;
    left: auto;
    right: 30px;
}

.triangle-up::before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #00194c transparent transparent transparent;
    transform: rotate(0deg);
    content: "";
    display: block;
    left: auto;
    right: 30px;
    top: -1px;
    position: absolute;
}

.last-element.keyfeatures.orange-box.triangle-down::after {
    content: none
}

.future-keyfeature {
    margin-top: 30px;
}

.keyStat-sec {
    background: #0e2581;
    padding: 100px 0;
}

    .keyStat-sec p {
        color: #fff;
    }

    .keyStat-sec .statbox {
        margin: 10px;
        width: calc(20% - 20px);
        text-align: center;
        background: #00194c;
        padding: 60px 10px;
        border-radius: 20px;
        color: #fff;
    }

.statbox .blue-font {
    color: #ff8500 !important;
}

.statbox h5 {
    font-size: 35px;
}

.statbox h6 {
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5
}

.product-supported, .value-sec {
    padding: 50px 0 30px;
}

.slider {
    margin-top: 50px;
}

.liability-sec {
    padding: 100px 0;
    background: #0e2581;
}

.liability-details h2 {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 25px
}

.liability-details .card-icon img {
    width: 100%;
}

.liability-details .card-holder {
    background: transparent;
    border-color: #1c4c90
}

    .liability-details .card-holder p {
        color: #fff;
        margin: 0;
    }

.new-sec {
    padding: 100px 0;
}

.regulatory-sec {
    background: #ff8500;
    padding: 100px 0;
}

.regulatory-slider .card-holder {
    border-color: #fff
}

    .regulatory-slider .card-holder p {
        color: #fff;
    }

.regulatory-slider .slick-dots li button:before, .regulatory-slider .slick-dots li.slick-active button:before {
    color: #fff;
}

.keyComponents-Sec {
    padding: 100px 0 50px;
}

.utopiaDemo-sec {
    background: #ff8500;
}

    .utopiaDemo-sec h2, .utopiaDemo-sec p {
        color: #fff
    }

.credit-risk-sec {
    padding: 100px 0 50px;
}

.center-tab li.nav-item {
    margin: 0
}

a, a:hover {
    text-decoration: none;
    cursor: pointer
}

.tooltip_templates {
    display: none;
}

.tooltipster-sidetip .tooltipster-box {
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 3px 1px #f1f1f1;
    border-radius: 10px;
    background: #fff;
}

.tooltipster-sidetip h6 {
    color: #fff;
    line-height: 1.5;
    font-size: 13px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #fff;
    left: 3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #fff;
}

.flow-chart {
    position: relative;
    z-index: 1;
}

.chart-box.tooltip.mask {
    opacity: 0.2;
}

.chart-box.tooltip.hovered_Class {
    opacity: 1;
}

.chart.mask, .chart-flow.mask {
    opacity: 0.2;
}

.chart-box.tooltip {
    position: relative;
    opacity: 1;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #fff;
}

.tooltipster-box {
    position: relative;
}

    .tooltipster-box p {
        position: absolute;
        background: #0682ff;
        background: linear-gradient(to bottom right, #0682ff 0%, #00194C 100%);
        color: #fff;
        padding: 10px;
        border-radius: 10px;
        max-width: 280px;
        right: -85%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1080;
        font-size: 13px;
    }

        .tooltipster-box p::before {
            content: "";
            display: block;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 5px 10px 5px 0;
            border-color: transparent #111790 transparent transparent;
            transform: rotate(0deg);
            position: absolute;
            left: -10px;
            top: 50%;
            transform: translateY(-50%)
        }

.ecosystem-sec {
    background: #0e2581;
    padding: 100px 0
}

.colendingKeystat {
    background: transparent;
}

.keyStat-sec.colendingKeystat p {
    color: #00194c
}

.ecosystem-sec p {
    color: #fff;
}

.loan-sec {
    background: #0e2581;
    padding: 100px 0
}

    .loan-sec h5 {
        font-size: 100px;
        color: #fff;
        font-family: 'Poppins-Thin';
    }

.tooltipster-box img {
    width: 300px
}

.subSmallTitle {
    font-size: 25px;
    color: #00194c;
    margin: 10px 0;
    font-family: 'poppinsmedium';
}

.white-font {
    color: #fff !important;
}

.colending-features {
    background: #0e2581;
    padding: 100px 0 50px;
}

.colendingFeatures p {
    color: #244d92;
    font-family: 'poppinsmedium';
    font-size: 20px;
}

.colendindDemo-sec {
    background: #0e2581
}

.blogs-sec {
    padding: 0 0;
    margin-bottom: 20px;
    height: auto !important;
}

.latestBlog-sec {
    height: auto !important;
    padding: 50px 0 !important
}

.margin-top-50 {
    margin-top: 50px;
}

.blog-title {
    font-size: 16px;
    color: #00194c;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 20px;
    line-height: 1.4;
}

.blog-summary p {
    margin-bottom: 5px;
    font-size: 12px;
    color: #00194c;
}

h6.date {
    font-size: 10px;
    text-align: left;
    margin: 0 0 0;
    color: #A1ADE6;
}

.blog-img.position-relative img {
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    object-fit: fill;
    background: #fff;
    width: 100%;
    height:100%;
    border-bottom-right-radius: 0;
}

.article-detail {
    border-radius: 10px;
    height: 475px;
    margin-bottom: 35px;
    position: relative;
}


.categories-sec {
    background: #0e2581;
    padding: 100px 0
}

.nav-tab-category {
    border: 0;
    background: #fff;
    border-radius: 15px;
    justify-content: center;
    padding: 2px 0;
}

    .nav-tab-category .nav-link {
        color: #00194c;
        font-size: 18px;
        font-weight: 600;
        padding: 10px 20px;
        border-radius: 20px;
    }

.nav-tabs.nav-tab-category .nav-link:focus, .nav-tabs.nav-tab-category .nav-link:hover {
    color: #ff8500;
    border-color: transparent
}

.nav-tabs.nav-tab-category .nav-item.show .nav-link, .nav-tabs.nav-tab-category .nav-link.active {
    color: #fff;
    background-color: #ff8500;
    border-color: transparent;
}

.categories-sec .article-detail:hover {
    background: #244d92
}

.categories-sec .article-detail .blog-summary p, .categories-sec .article-detail .blog-title {
    color: #fff;
}

.subscribe-sec {
    padding: 100px 0;
}

.btn.btn-primary.subscribeBtn {
    background: #00194c;
}

.key-valueCenterImg {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: -3%;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

.keyvalueimg {
    width: 70% !important;
}

.form-switch .form-check-input {
    height: 2em;
    width: 4em;
}

.form-check-input:checked {
    background-color: #00194c;
    border-color: #00194c;
}

#withoutKnight {
    display: none;
}

.withknight {
    background: url('../images/Co-lending/withknight-1.svg') no-repeat;
    background-color: #85cfff;
    background-position: bottom;
    padding: 100px 0;
    min-height: 100vh;
}

.knight-sec {
    position: relative;
    display: inherit;
    align-items: initial;
    flex-flow: initial;
    justify-content: initial;
}

.switchKnight {
    position: absolute;
    z-index: 2;
    right: 10%;
    bottom: 5%;
}

.withknight-img, .withoutknight-img {
    margin: 50px auto;
    width: 50%;
}

.sun {
    position: absolute;
    bottom: auto;
    left: 0;
    top: 0
}

.cloud0, .cloud1, .cloud2 {
    position: absolute;
    z-index: 0;
}

.cloud2 {
    right: 0;
}

.cloud0 {
    top: 20px;
}

.cloud1 {
    right: 0;
    left: 0;
}

.cloud1 {
    right: 0;
    left: 0;
}

.wrapper {
    position: relative;
    z-index: 1
}

.withoutKnight {
    position: relative;
    padding: 100px 0;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

    .background-video lottie-player {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100vw;
        min-height: 100vw;
    }

.customCenterVertSwiper {
    width: 100%;
    height: 70vh; /* Adjust this value as needed */
}

    .customCenterVertSwiper .swiper-slide {
        justify-content: space-between
    }

        .customCenterVertSwiper .swiper-slide .row {
            width: 100%;
        }

.feature-title {
    position: absolute;
    z-index: 2;
    background: #0e2581;
}

h1.feature-title.d-flex.justify-content-end {
    right: 0;
}

.nbfcSwiper .colendingFeatures {
    text-align: right
}

.colendingFeatures, .customCenterVertSwiper .img-wrap {
    background: #0e2581;
    min-height: 150px;
}

.tab-img {
    width: 65%;
    margin: 0 auto
}

.key-valueCenterImg.beaconKeyvalue {
    width: 50%;
}

.product-0 {
    width: 35%;
    position: relative;
    z-index: 1;
}

/*.product-1 {
    position: absolute;
    top: 30%;
    left: -38%;
    z-index: 0;
    width: 15%;
    right: 0;
    margin: 0 auto;
    opacity: 1;
}*/
.product-1 {
    position: absolute;
    top: 14%;
    left: -37%;
    z-index: 0;
    width: 10%;
    right: 0;
    margin: 0 auto;
    opacity: 1;
}
/*.product-2 {
    position: absolute;
    top: auto;
    left: 0;
    z-index: 0;
    width: 21%;
    right: 0;
    margin: 0 auto;
    bottom: -30%;
    opacity: 1;
}*/
.product-2 {
    position: absolute;
    top: 15%;
    left: 37%;
    z-index: 0;
    width: 10%;
    right: 0;
    margin: 0 auto;
    bottom: -30%;
    opacity: 1;
}
/*.product-3 {
    position: absolute;
    top: 30%;
    right: -38%;
    z-index: 0;
    width: 15%;
    left: 0;
    margin: 0 auto;
    opacity: 1;
}*/
.product-3 {
    position: absolute;
    top: 80%;
    right: -16%;
    z-index: 0;
    width: 12.5%;
    left: 0;
    margin: 0 auto;
    opacity: 1;
}
/*.product-4 {
    position: absolute;
    z-index: 0;
    width: 15%;
    left: 35%;
    margin: 0 auto;
    opacity: 1;
    bottom: -39px;*/
/*display: none*/
/*}*/
.product-4 {
    position: absolute;
    z-index: 0;
    width: 13%;
    left: 35%;
    margin: 0 auto;
    opacity: 1;
    top: 79%;
    /* display: none; */
}

    .product-1:hover, .product-2:hover, .product-3:hover, .product-4:hover {
        transition: 0.4s all ease;
        transform: scale(1.2)
    }


.sociall-links a {
    font-size: 12px;
    padding: 10px 13px;
}

h6.blog-date {
    font-size: 10px;
    color: #A1ADE6;
    padding: 4px;
    margin-top: 10px;
}

.margin-left {
    margin-left: 10px;
}

.tags {
    background: #00194c;
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 15px;
    font-size: 12px;
}

    .tags a {
        color: #fff;
    }

.blog-desc {
    width: 80%;
    margin: 0 auto;
}

.article-subtitle {
    font-size: 15px;
    color: #00194c;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 10px;
}

.blog-desc img {
    width: 100%;
    margin: 20px auto;
    display: block;
}


.article-banner img {
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    display: block;
    height: 50vh;
    object-fit: fill;
}

.scheduledemo-sec {
    padding: 100px 0;
    background: #0e2581;
}

.contactus-text h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}

.contactus-text p {
    color: #fff;
    font-size: 12px;
}

.contact-form-wrapper {
    background: #00194c;
    width: 80%;
    margin: 0 auto;
    padding: 50px;
    border-radius: 20px;
    margin-top: -50px;
    z-index: 2;
    position: relative;
}

    .contact-form-wrapper .subtitle {
        color: #fff;
        text-align: center;
    }

    .contact-form-wrapper .form-group {
        margin-bottom: 15px;
    }

    .contact-form-wrapper label {
        font-size: 14px;
        color: #fff;
        margin-bottom: 5px;
    }

.form-control, .form-control.valid, input#companyName, input#companyEmail, input#phoneNumber, input#jobTitle {
    margin-bottom: 15px;
    font-weight: 400 !important;
    font-family: 'poppinsregular' !important;
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s;
    background: #fff;
    color: #1e293b;
}

.contact-form-wrapper .form-control, .contact-form-wrapper .form-control.valid, .contact-form-wrapper input#companyName, .contact-form-wrapper input#companyEmail, .contact-form-wrapper input#phoneNumber, .contact-form-wrapper input#jobTitle {
    color: #fff
}

.contact-form-wrapper span {
    color: red;
}

.form-control:focus {
    color: #00194c !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'poppinsregular' !important;
    background: transparent;
}

.form-group .job-title {
    font-size: 14px;
    margin-bottom: 0;
    font-family: 'poppinsregular';
    color: #747171
}

.form-control::-ms-input-placeholder { /* Edge 12-18 */
    color: #747171 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'poppinsregular' !important;
}

.form-control::placeholder {
    color: #747171 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'poppinsregular' !important;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #747171 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'poppinsregular' !important;
}

input:-internal-autofill-selected {
    background-color: transparent !important
}

div#captcha {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

    div#captcha a {
        padding: 10px 10px;
        margin: 0 10px;
        color: #f97316;
        border-radius: 10px;
    }

input#CaptchaInputText {
    display: block;
    width: 55%;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-left: 10px;
}

.schedule-wrap {
    padding: 100px 0;
}

    .schedule-wrap h6 {
        margin-bottom: 10px;
        font-weight: 600;
    }

.disc {
    list-style-type: disc;
}

    .disc li {
        font-size: 14px;
        color: #00194c;
        margin-bottom: 10px;
        display: block;
        line-height: 1.5
    }

.schedule-wrapper {
    margin-top: 50px;
}

section.tc-sec.section-bg {
    background: #0e2581;
    padding: 100px 0;
}

    section.tc-sec.section-bg h1 {
        text-align: center;
    }

.uk-article p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 2;
}

ol {
    list-style: disc
}

    ol li {
        font-size: 14px;
        color: #00194c;
        line-height: 2;
        margin-bottom: 10px;
    }

.uk-article h3.title.text-left {
    text-align: left;
    font-size: 20px;
    color: #00194c;
    font-weight: 600;
    margin: 30px 0 10px;
    border-bottom: 1px solid;
}

.uk-article .subtitle {
    font-weight: 600;
    margin-bottom: 0;
}

.rd-pdf a {
    padding: 15px 20px;
    display: inline-block;
    box-shadow: 0 0 2px 2px #f1f1f1;
    margin-right: 10px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 15px;
}

.rd-pdf {
    display: flex;
    flex-wrap: wrap
}

.file-sec {
    padding: 100px 0
}

.rd-banner-img {
    margin: 50px auto;
    width: 50%;
    display: block;
}

.careers-sec {
    background: #0e2581;
    background-position: center;
}

.career-text h4 {
    font-size: 58px;
    font-family: 'poppinsbold';
    color: #fff;
}

.career-text h1 {
    color: #fff !important;
    -webkit-text-fill-color: inherit;
    font-size: 60px;
    margin-top: 30px;
}


.job-card {
    padding: 25px;
    background: #d8e6ff;
    margin: 10px;
    border-radius: 10px;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.job-desc {
    width: 100%;
}

.job-title {
    font-size: 20px;
    font-family: 'poppinsbold';
    margin-bottom: 10px;
    color: #00194c;
}

.job-subtitle {
    font-size: 15px;
    color: #00194c;
    font-family: 'poppinssemibold';
    margin-bottom: 20px;
}

.qualification {
    font-size: 14px;
    color: #00194c;
    line-height: 2;
    margin-bottom: 20px;
    min-height: 120px;
}

.career-reach-text .img-wrap img {
    height: 50vh;
    margin: 0 auto;
    display: block;
}

.career-quote-wrapper p {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.stats-wrapper {
    background: #ff8500;
    padding: 25px 15px;
    border-radius: 10px;
    margin: 10px;
}

.stats-title h6 {
    color: #ffff;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    margin-left: 10px;
}

ul.reachout-links li a {
    font-size: 15px;
    font-family: 'poppinsbold';
    color: #00194c;
    margin-right: 15px;
}

ul.reachout-links {
    display: flex;
}

.card-container {
    width: 80%;
    margin: 0 auto;
    display: block
}

.career-text p {
    color: #fff;
    font-size: 14px;
}

.remove-margin-top {
    margin-top: 0
}

.card-container.applynow-card {
    width: 100%;
    box-shadow: 0 0 2px 2px #f1f1f1;
    padding: 25px;
    border-radius: 15px;
}

.career-motivation-sec {
    padding: 100px 0;
}

.reachout-sec {
    padding: 100px 0;
}

.loan-sec p {
    color: #fff;
    margin-top: 50px;
}

.future-sec p {
    margin-bottom: 5px;
}

.liability-sec p {
    color: #fff;
    margin-bottom: 50px;
}

.contactus-sec, .tc-sec, .scheduledemo-sec {
    background: #0e2581;
    padding: 100px 0;
}

.contactus-text h1 {
    margin-bottom: 50px;
}

.contactus-text h4 {
    margin-bottom: 20px;
}

.contactus-text p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}

.contact-form-wrapper {
    background: #0e2581;
    padding: 35px;
    border-radius: 0;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.awardslide {
    margin: 0 30px;
}

input#CaptchaInputText {
    border: 0;
    background: transparent;
    color: #fff !important;
    border-bottom: 1px solid #434567;
    margin-bottom: 20px;
    border-radius: 0;
}

div#captcha {
    color: #fff;
}

.points-of-contact {
    padding: 50px;
}

.grey-card {
    border: 1px solid #111790;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 10px;
    cursor: pointer;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .grey-card:hover {
        border-color: transparent;
        box-shadow: 0 0 2px 2px #f1f1f1;
    }

h6.address a, .address {
    font-size: 14px;
    margin: 0;
    margin-left: 10px;
    text-transform: none;
    color: #062FA6;
    line-height: 1.5
}

.address {
    margin-left: 0;
}

.grey-card:hover h6.address a, .grey-card:hover span.font-icon, .grey-card:hover h6.address {
    color: #ff8500;
    transition: 0.4s all ease;
}

h6.address {
    margin-bottom: 0;
    text-transform: capitalize;
}

span.font-icon {
    color: #062FA6;
    font-size: 12px;
}

.margin-right-10 {
    margin-right: 10px;
}

h5.address-name {
    font-size: 16px;
    margin: 10px 0;
    font-family: 'poppinsbold';
}

span.compass a {
    margin-left: 8px;
    color: #111790;
}

.location-img img {
    height: 40vh;
    width: 100%;
    object-fit: fill;
    border-radius: 10px;
    box-shadow: 0 0 2px 2px #f1f1f1;
}

h2.building-name {
    font-size: 16px;
    font-family: 'poppinsbold';
    text-align: center;
    text-transform: capitalize;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #111790
}

.other-location h5.address-name {
    line-height: 1
}

.other-location {
    position: relative;
}

    .other-location::before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #111790;
        position: absolute;
        top: -25px;
    }

    .other-location ul li {
        position: relative;
    }

        .other-location ul li::before {
            content: "";
            display: block;
            position: absolute;
            top: -29px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #111790;
            left: 0;
            right: 0;
            text-align: center;
            margin: 0 auto
        }

.our-presence-sec {
    padding: 100px 0;
}

.contact-form-wrapper.contactus-wrap {
    width: 100%;
    margin: 0;
}

.contact-form-sec {
    padding: 80px 0;
}

.points-of-contact {
    padding: 0;
}

    .points-of-contact .title {
        font-size: 45px;
    }

ul#menu {
    display: none;
}

footer.footer.section {
    height: auto !important
}

.img-wrapper.investorImg {
    margin-top: 50px;
}

    .img-wrapper.investorImg img {
        width: 80%;
        border: 1px solid #fff;
        border-radius: 20px;
        padding: 20px;
    }

.colendingSec {
    padding: 60px 0 0;
    min-height: 90vh;
    height: auto !important;
    background: #0e2581
}

.typing {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin-top: 80px;
}

#typing::after {
    content: '|';
    position: relative;
    right: 0;
    animation: blink 1s step-end infinite;
    color: #ff8500;
}

@keyframes blink {
    from, to {
        color: transparent
    }

    50% {
        color: #ff8500;
    }
}

section.banner-sec.section {
    justify-content: flex-start;
}

.swiper.features {
    width: 100%;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.swiper.featureSlider {
    width: 100%;
    border-radius: 20px;
}

.cardflip {
    position: relative;
    height: 85px;
    min-height: 85px;
    perspective: 1000px;
    margin-bottom: 20px;
    cursor: pointer
}

.front,
.back {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: ease-in-out 600ms;
}



.cardflip:hover .front {
    transform: rotateY(180deg);
}

.cardflip:nth-child(even):hover .front {
    transform: rotateY(-180deg);
}

.back {
    background: #fff;
    transform: rotateY(-180deg);
    padding: 10px 20px;
    border-radius: 20px;
    border: 2px solid #00194c
}

    .back p {
        color: #00194c;
    }

.even .back {
    background: #ff8500
}

    .even .back p {
        color: #fff;
    }

.even .back {
    border: 2px solid #ff8500
}

.cardflip:hover .back {
    transform: rotateY(0deg);
}

.cardflip:nth-child(even) .back {
    transform: rotateY(180deg);
}

    .cardflip:nth-child(even) .back .button {
        background: linear-gradient(135deg, #e61a80, #e61a3c);
    }

        .cardflip:nth-child(even) .back .button:before {
            box-shadow: 0 0 10px 10px rgba(230, 26, 60, 0.25);
            background-color: rgba(230, 26, 60, 0.25);
        }

.cardflip:nth-child(even):hover .back {
    transform: rotateY(0deg);
}

.kc-sec {
    background: #0e2581;
    padding: 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #00194c;
}

.nav.nav-pills li.nav-item {
    margin: 0;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 20px;
    padding: 15px 40px;
    background: #f1f1f1;
    color: #00194c;
    font-size: 14px;
}

    .nav-pills .nav-link.active {
        position: relative;
        z-index: 2
    }

.nav.nav-pills li.nav-item {
    margin-left: -20px
}

    .nav.nav-pills li.nav-item:first-child {
        margin-left: 0
    }

.article-wrapper h3 {
    color: #00194c;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 13px;
}

.foundersThought-sec .tab-content {
    margin-top: 30px;
}

.media-sec .nav-pills .nav-link.active, .media-sec .nav-pills .show > .nav-link {
    background: #ff8500;
}

.media-sec {
    background: #fff;
    height: auto !important;
}

    .media-sec .tab-content {
        margin-top: 30px;
    }

.subscribe-sec {
    background: #ff8500;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d8e6ff;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d8e6ff;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #d8e6ff;
}

.subscribe-sec .btn-primary {
    margin-top: 20px;
}

section.contactus-sec.position-relative.section, .contact-form-sec, .our-presence-sec {
    height: auto !important;
}

.dontworry-sec {
    background: #0e2581
}

.points-of-contact .title {
    font-size: 35px;
    margin-bottom: 15px;
}

.automation-sec {
    background: #ff8500
}

h4 {
    font-size: 25px;
}
/* Preloader */

#preloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

#status {
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-image: url('/Content/images/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    background-size: 20%;
}
/* Preloader */

.nav-pills.sliderNav .nav-link {
    color: #244d92;
    font-family: 'poppinsmedium';
    font-size: 26px;
    background: transparent;
    width: 100%;
    display: block;
    text-align: left;
    padding: 10px;
    text-transform: uppercase
}

.nav-pills.text-right.sliderNav .nav-link {
    text-align: right
}

.nav.nav-pills.sliderNav {
    width: 100%;
}

.nav-pills.sliderNav .nav-link.active, .nav-pills.sliderNav .show > .nav-link {
    background: transparent;
    color: #fff;
    border-radius: 0;
}

.stats-icon {
    width: 20%;
}

.dropdown-menu.show {
    display: flex;
    background: #00194c;
    padding: 50px;
    position: fixed !important;
    width: 100%;
    top: 67px;
    left: 0;
    right: 0;
    text-align: center;
    justify-content: center;
    height: calc(100vh - 67px);
    align-items: center;
}

.dropdown-item {
    color: #ffffff;
}

span.menu-imgWrap img {
    width: 40%;
    margin: 0 auto;
    display: block;
}

span.menu-imgWrap {
    display: block;
    margin: 20px 0;
}

span.menuTitle {
    display: flex;
    text-align: center;
    font-size: 24px;
    margin: 10px 0;
    font-family: 'poppinsbold';
    min-height: 150px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff
}

    span.menuTitle.orangegradient {
    }

span.menuDesc {
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    padding: 0 29px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: transparent;
    color: #ff8500
}

ul.dropdown-menu.show li {
    width: calc(32.33% - 20px);
    margin: 0;
    border-right: 1px solid #a6a6a6;
}

    ul.dropdown-menu.show li:last-child {
        border-right: none
    }

section.opening-sec {
    height: auto !important;
    padding: 100px 0;
}

.career-motivation-sec {
    background: #0e2581
}

.career-reach-text .title {
    color: #fff;
    font-size: 35px;
    font-weight: 600
}

.reachout-sec {
    background: #0e2581;
}

.reachout-links li:first-child {
    border-right: 1px solid #fff;
    margin-right: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #00194c;
    border-color: #00194c;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #ff8500;
        border-color: #ff8500;
    }

h3.text-center.small-title {
    font-size: 18px;
    color: #00194c;
    margin-bottom: 20px;
    margin-top: 10px;
}

.margin-0 {
    margin: 0 !important
}

#counter .percent:after, #counter1 .percent:after, .percent:after {
    content: " %";
    display: inline-block;
    color: #00194c
}

.m:after {
    content: "M";
    display: inline-block;
    color: #ff8500
}

.b:after {
    content: "B";
    display: inline-block;
    color: #ff8500
}

.lakh:after {
    content: "lakh +";
    display: inline-block;
    color: #ff8500;
}

.days:after {
    content: "days";
    display: inline-block;
    color: #ff8500;
}

.rs:after {
    content: "Rs.";
    display: inline-block;
    color: #ff8500
}

.x:after {
    content: "x";
    display: inline-block;
    color: #00194c
}

#counter .billion::before,
#counter1 .billion::before,
.billion::before {
    content: "$";
    color: #fff;
}

#counter .billion::after,
#counter1 .billion::after,
.billion::after {
    content: " B+";
    display: inline-block;
    color: #ff8500;
}


#counter .cr:after, #counter1 .cr:after, .cr:after {
    content: " Cr.";
    display: inline-block;
    color: #00194c
}

#counter .plus:after, #counter1 .plus:after, .plus:after {
    content: " +";
    display: inline-block;
    color: #00194c
}

.featureSlider .swiper-slide {
    background: #fff;
}

.switchKnight {
    opacity: 1
}

#counter1 .percent:after, #counter1 .cr:after, #counter1 .plus:after {
    color: #ff8500
}

#counterColending .percent:after, #counterColending .cr:after, #counterColending .plus:after {
    color: #ff8500
}

#CounterLending .percent:after, #CounterLending .cr:after, #CounterLending .plus:after {
    color: #ff8500
}

#CounterBeacon .percent:after, #CounterBeacon .cr:after, #CounterBeacon .plus:after {
    color: #ff8500
}

h1.feature-title.margin-0 {
    margin-top: 30px !important;
}

.simply-scroll {
    width: 100%;
    margin-top: 50px;
}

    .simply-scroll .simply-scroll-clip {
        width: 100%;
        height: 150px
    }

    .simply-scroll .simply-scroll-list li {
        margin: 15px 30px 15px
    }

        .simply-scroll .simply-scroll-list li img {
            -webkit-box-shadow: 0px 0px 14px 5px rgba(14,37,129,0.78);
            -moz-box-shadow: 0px 0px 14px 5px rgba(14,37,129,0.78);
            box-shadow: 0px 0px 14px 5px rgba(14,37,129,0.78);
            padding: 10px;
            border-radius: 10px;
        }

p.text-center.margin-bottom {
    margin-bottom: 10px;
}

.img-wrapper.investorImg img {
    display: block;
    margin: 0 auto;
}

section.value-sec.section .img-wrap {
    margin: 50px 0 0;
}

    section.value-sec.section .img-wrap img {
        width: 70%;
    }
/*timeline css starts*/
.timeline-details {
    position: relative;
    z-index: 1;
    height: 50vh;
    margin-top: 50px;
}

.timeline-evolution {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

    .timeline-evolution li {
        position: relative;
        z-index: 1;
        display: inline-block;
        width: 10%;
    }

        .timeline-evolution li::before {
            position: absolute;
            content: "";
            display: block;
            width: 100%;
            top: 5px;
            border-top: 10px dotted #bdc8f6;
            right: -7px;
        }

        .timeline-evolution li::after {
            position: absolute;
            content: "";
            display: block;
            z-index: 2;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #ccc;
            top: 0;
            left: 7px;
        }

        .timeline-evolution li:nth-child(odd):after {
            background: #ff8500;
        }

        .timeline-evolution li:nth-child(even):after {
            background: #00194c;
        }

        .timeline-evolution li:nth-child(odd) span {
            position: absolute;
            top: 30px;
            color: #ff8500;
        }

        .timeline-evolution li:nth-child(even) span {
            top: -30px;
            position: absolute;
            color: #00194c;
        }

        .timeline-evolution li:nth-child(odd) p {
            position: relative;
            top: -130px;
            margin-left: 30px;
        }

        .timeline-evolution li:nth-child(even) p {
            position: relative;
            bottom: -130px;
            margin-left: 30px;
        }

        .timeline-evolution li:nth-child(odd) p::after {
            content: "";
            display: block;
            width: 2px;
            height: 135px;
            position: absolute;
            background: #ff8500;
            top: 10px;
            left: -15px;
        }

        .timeline-evolution li:nth-child(even) p::before {
            content: "";
            display: block;
            width: 2px;
            height: 130px;
            position: absolute;
            background: #00194c;
            top: -130px;
            left: -15px;
        }

        .timeline-evolution li:nth-child(odd) p::before {
            content: "";
            display: blcok;
            width: 10px;
            height: 10px;
            background: #ff8500;
            position: absolute;
            border-radius: 50%;
            top: 0;
            left: -19px;
        }

        .timeline-evolution li:nth-child(even) p::after {
            content: "";
            display: blcok;
            width: 10px;
            height: 10px;
            background: #00194c;
            position: absolute;
            border-radius: 50%;
            top: 0;
            left: -19px;
        }

        .timeline-evolution li small {
            position: absolute;
            font-size: 12px;
        }

        .timeline-evolution li p {
            min-height: 100px;
            line-height: 18px;
        }

    .timeline-evolution .slick-track:before, .timeline-evolution .slick-track:after {
        min-height: 250px;
    }

    .timeline-evolution .slick-prev:before, .timeline-evolution .slick-next:before {
        color: #ccc;
        font-size: 30px;
    }

    .timeline-evolution li:nth-child(even) small {
    }

.timeline-sec .container {
    width: 80%;
}

.timeline-evolution .slick-prev {
    left: -75px;
    top: 42%;
}

.timeline-evolution .slick-next {
    right: -75px;
    top: 42%;
}

.timeline-evolution li span {
    font-size: 16px;
    font-weight: 600;
}
/*timeline css ends*/
:focus-visible {
    outline: none
}

.dropdown-item.megamenu-item {
    white-space: normal
}

span.timelineimg img {
    width: 100px;
    margin: 10px 0;
}

    span.timelineimg img.cosmoslogo {
        width: 150px
    }

.timeline-evolution li:nth-child(even) span.timelineimg {
    position: inherit !important;
    top: -60px !important;
}

.blue-box-card, .white-box-card {
    background: #0e2581;
    color: #fff;
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 15px;
    text-align: center;
    transition: 0.4s all ease;
    display: block;
}

.white-box-card {
    background: #ffffff;
    color: #00194c;
    margin: 10px;
    margin-bottom: 20px
}

.blue-box-card:hover {
    background: #ff8500;
    color: #fff;
    transition: 0.4s all ease;
}

.form-control option {
    padding: 10px 0;
    display: block;
    line-height: 1.5;
}
/*tool-tip css starts*/
.wrapper {
    position: relative;
    z-index: 1;
}

.d-flex.flex-wrap.position-relative {
    position: relative;
    z-index: 1;
    min-height: 22vh;
    align-content: flex-start;
}

.wrapper .tool-tip {
    top: 248px;
    z-index: 2;
    background: #fff;
    color: #333;
    border-radius: 10px;
    display: block;
    left: 0px;
    margin-bottom: 15px;
    display: none;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    -webkit-trform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-tansform: translateY(10px);
    -moz-transransition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}


    /* This bridges the gap so you can mouse into the tooltip without it disappearing */
    .wrapper .tool-tip:before {
        bottom: -20px;
        content: " ";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    /* CSS Triangles */
    .wrapper .tool-tip:after {
        border-left: solid transparent 10px;
        border-right: solid transparent 10px;
        border-bottom: solid #00194c 10px;
        top: -10px;
        content: " ";
        height: 0;
        left: 50%;
        margin-left: -13px;
        position: absolute;
        width: 0;
    }

.wrapper.whatsapp-bot .tool-tip:after {
    border-bottom: solid #ffffff 10px;
}

.wrapper:hover .tool-tip {
    display: block;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.product-supported .wrapper {
    width: calc(32.33% - 10px);
    margin: 5px;
}

.tool-tip p {
    font-size: 14px;
}

.position-relative .wrapper {
    position: initial;
    z-index: auto
}
/*tool-tip css ends*/
/*dropdown flip card css starts*/
.flip-card {
    background: #020c84;
    background-size: cover;
    height: calc(70vh - 80px);
    display: flex;
    align-items: center;
    background-blend-mode: overlay;
    cursor: default;
}

.dropdown-menu li:nth-last-child(2) .flip-card {
    background-position: bottom
}

.dropdown-menu li:last-child .flip-card {
    background-position: right
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.flip-card-back {
    color: white;
    transform: rotateY(180deg);
    background: #00194c;
    padding: 10px;
}

ul.dropdown-menu.show li .flip-card-back ul li {
    width: 100%;
    color: #fff;
    border: none
}

.menuSubTitle {
    background: transparent;
    padding: 22px;
    width: 80% !important;
    padding: 22px;
    margin: 0 auto;
    border-radius: 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #ffff;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .menuSubTitle h4 {
        color: #fff;
        font-size: 16px;
        line-height: 1.5
    }

#navbarTogglerDemo01 .dropdown-item {
    padding: 0;
}

.flip-card-front div {
    width: 100%;
    text-align: center;
}
/*dropdown flip card css ends*/
.footer-text.margin-top {
    width: 80%;
}

section.foundersThought-sec.section.graph {
    height: auto !important;
}

a.article-wrapper {
    margin-bottom: 30px;
    display: block;
}

.contact-form-sec {
    background: #0e2581
}

.flip-card-front.flip-opacity {
    opacity: 0.3;
}

.collendsolution-sec {
    background: #fff;
    padding: 100px 0 0;
}

ul.collendsolution li img {
    width: 80%;
    margin: 0 auto;
}

section.foundersThought-sec.section {
    padding: 100px 0 50px;
}

.footer-links li {
    font-size: 14px;
    line-height: 1.5;
}

.foundersThought-sec .tab-content {
    min-height: 72vh;
}

.thankyou-text {
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    left: 0;
    right: 0;
    text-align: center;
}

.schedule-wrap .thankyou-text h6 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 30px;
}

.footer-awards img {
    height: 100px;
    border-radius: 10px;
    margin: 0 10px;
    padding: 5px;
}

.footer-links span {
    color: #ffff;
    margin: 0 5px;
}

.banner-img.rd-banner-img.margin-top-50 img {
    width: 35%;
    margin: 0 auto;
    display: block;
}

section.podcast-sec.section-bg.faq-banner-sec.topsec.section {
    background: #00194c;
    height: auto !important;
    padding: 50px 0;
}

.faq-search.card-container {
    box-shadow: 0px 0px 2px 1px #f1f1f1;
    margin: 50px auto;
    border-radius: 20px;
    background: #fff;
    padding: 50px;
}

.search-bar {
    display: flex;
    align-items: center;
    border: 1px solid #00194c;
    border-radius: 10px;
    padding: 10px;
    width: 50%;
    margin: 2rem auto;
}

#searchstring {
    color: #00194c;
    border: 0;
    padding: 0;
    margin: 0;
}

spna.searcg-icon .fa-search {
    font-size: 15px;
    color: #00194c;
}

.topics {
    font-size: 18px;
    color: #00194c;
    font-weight: 800;
}

.blue-bg {
    background-image: url('../images/bluebg-1.png') no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.faq-box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 2px 4px #f1f1f1;
    text-align: center;
}

.faq-title {
    font-size: 18px;
    color: #00194c;
    font-weight: 600;
    margin-top: 10px;
}

.hidden-xs {
    display: block;
}

.visisble-xs {
    display: none
}

.collendsolution .slick-prev:before, .collendsolution .slick-next:before {
    color: #00194c
}

.product-btn {
    color: #fff;
    background: #ff8500;
    padding: 15px 10px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 30px;
}

    .product-btn:hover {
        background: #00194c;
        color: #fff;
    }

#pills-tab-supported.nav.nav-pills {
    width: 100% !important;
    margin: 20px auto !important;
    display: flex;
    justify-content: center;
}

.nav-pills.second-level-nav .nav-link.active, .nav-pills.second-level-nav .show > .nav-link {
    background: #ff8500
}

.nav-pills.second-level-nav .nav-link {
    padding: 15px 30px;
    margin-bottom: 10px;
}

#pills-tabContent-supported {
    margin-top: 10px;
}

.menuTitle.colend-title {
    color: #fff
}

.menuTitle.digitallend-title {
    color: #fff
}

.menuTitle.beacon-title {
    color: #fff
}

.supported-array-wrapper {
    min-height: 420px;
}

.liability-sec {
    background: #0e2581
}

.issuance-img {
    width: 80%;
    margin: 0 auto;
    display: block
}

div#pills-tabContentliability {
    min-height: 45vh;
}

.footer-subtitle {
    text-transform: uppercase
}

div#pills-tabContentClm img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

div#pills-tabContentClm {
    min-height: 75vh;
    align-content: center;
    margin: 0;
}

.margin-top-80 {
    margin-top: 80px
}

p.article-subtitle a {
    text-decoration: none;
    color: #00194c;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
/*cms css starts*/
.cms_header .navbar-light .navbar-nav .nav-link.active, .cms_header .navbar-light .navbar-nav .show > .nav-link {
    color: #ff8500;
}

.cms_header .btn-secondary {
    color: #00194c;
    background-color: #fff;
    border-color: #ffff;
    padding: 0 20px;
}

ul.dropdown-menu.cms-dropdown.show {
    position: absolute !important;
    height: auto;
    padding: 10px;
    top: auto;
    right: auto;
}

.cms-content {
    box-shadow: 0 0 4px 4px #f1f1f1;
    padding: 10px;
    border-radius: 10px;
}

.ops-subtitle {
    font-size: 16px;
    font-weight: 800;
    color: #00194c;
    border-bottom: 1px solid #ff8500;
    padding: 10px 0;
    margin: 10px 0 20px;
}

#contentpartial textarea.form-control, textarea.form-control.txtarea {
    height: 43px;
}

div#contentpartial label {
    margin-bottom: 8px;
}

/*cms css ends*/
.media-article h3.blog-title, .media-article .blog-summary p {
    color: #fff;
}

.article-sec {
    height: auto !important;
}

.popular-detail.article-detail.position-relative .blog-con {
    min-height: 65px;
}

.prdouct-name {
    position: absolute;
    left: auto;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    width: 90%;
    height: 100%;
    cursor: pointer
}

.form-check.form-check-inline.product-check {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
    padding-left: 0
}

.form-check-label.product-btn {
    cursor: pointer
}

label.form-check-label.product-btn.selected {
    background: #00194c;
}

.article-detail.latest-article:hover .blog-desc p {
    color: #fff !important;
}

.article-detail.latest-article {
    min-height: auto;
}

    .article-detail.latest-article h6.blog-date.text-center {
        margin: 10px;
    }

    .article-detail.latest-article .blog-desc p {
        margin: 10px 0;
    }

.popular-detail.article-detail p {
    color: #00194c;
}

.top-article-sec {
    padding: 50px 0;
}

    .top-article-sec .article-con {
        min-height: 65px;
        margin: 10px 0;
    }

    .top-article-sec .blog-img img {
        max-height: 200px;
        min-height: 200px;
        width: 100%;
        object-fit: cover;
        background: #fff;
    }

.article-detail:hover .blog-con.article-con p {
    color: #00194c;
}

.top-article-sec .article-detail {
    min-height: 410px
}

.margin-bottom-large {
    margin-bottom: 50px;
}

.trending-blog-desc h6.blog-date {
    margin: 10px 0;
    text-align: left;
}

.blog-desc.trending-blog-desc p a {
    color: #00194c;
}

.article-detail:hover .blog-desc.trending-blog-desc p a {
    color: #00194c;
}

.card-box {
    box-shadow: 0 0 2px 2px #f1f1f1;
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
}

    .card-box img {
        margin: 0 auto;
        display: block;
        width: 30%;
        margin-bottom: 10px;
    }

    .card-box span {
        color: #ff8500;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        display: block
    }

.table-bordered tr {
    border-bottom: 1px solid #747171
}

td, th {
    padding: 10px;
    font-size: 13px;
    vertical-align: middle;
    line-height: 1.5;
}

.card-box td img {
    width: 50%;
}

.btn-icon {
    border: 1px solid #00194c;
    padding: 5px 10px;
    border-radius: 50%;
    color: #00194c;
}

.card-box .form-control option {
    background: transparent;
}

.ck.ck-editor {
    margin-bottom: 15px !important;
}

.article-img iframe {
    width: 100%;
}

.popular-list .blog-con p {
    color: #00194C;
}

.popular-list .blog-title {
    margin-bottom: 10px;
}

.article-con p {
    margin-bottom: 10px;
    line-height: 2;
}

.ck.ck-editor {
    overflow: hidden
}

.card-box .title {
    font-size: 34px;
}

table#camstable {
    width: 100% !important;
}

.terms-and-condition-content h3.subtitle {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: underline;
    margin-bottom: 10px;
    margin-top: 15px;
}

.terms-and-condition-content strong {
    font-weight: 800;
}

.terms-and-condition-content ul li {
    font-size: 14px;
    color: #00194c;
    line-height: 2;
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left: 15px;
}

.terms-and-condition-content ol {
    margin-left: 30px;
}

.modal-lg, .modal-xl {
    max-width: 80% !important;
}

.article-desc li {
    margin-left: 15px;
}

#pills-article .article-detail, #pills-article1 .article-detail {
    min-height: 420px
}

section.section.graph.article-sec {
    padding-bottom: 50px;
}

h2.accordion-header {
    font-family: poppinsmedium;
    color: #00194c;
}

.accordion-body {
    padding: 20px;
    font-size: 14px;
    color: #00194c;
    line-height: 1.5;
    font-family: poppinsmedium;
    font-size: 14px;
}

section.section.faq-section.graph {
    height: auto !important;
    padding: 50px 0;
}

.modal {
    left: 0;
    right: 0;
    margin: 0 auto
}

input#searchFaq {
    border: none;
    margin: 0
}

    input#searchFaq:focus {
        box-shadow: none;
        color: #00194c !important
    }

section.section.error-sec img {
    width: 50%;
    margin: 0 auto;
    display: block;
}

section.login-sec {
    height: calc(100vh - 70px);
    display: flex;
    align-items: center;
}

.login-form {
    width: 60%;
    margin: 0 auto;
    box-shadow: 0 0 2px 2px #f1f1f1;
    border-radius: 10px;
    padding: 30px;
    background: #0e2581;
}

    .login-form label {
        font-size: 14px;
        color: #fff;
        line-height: 1.5;
    }

    .login-form h2 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }

    .login-form .form-control, .login-form .form-control:focus {
        color: #fff !important;
    }

a.forgotpassword {
    font-size: 14px;
    color: #ffff;
    line-height: 1.5;
}

section#faqSec {
    height: auto !important;
    margin-top: -50px;
    padding-bottom: 50px;
}

.features .swiper-pagination, .featureSlider .swiper-pagination {
    display: none
}

.feature-bg p {
    font-family: 'poppinsregular' !important;
    font-weight: 400;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #00194c;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #0e2581;
    }

:root {
    scroll-behavior: inherit !important;
}

.row.align-items-center.wrapper-div {
    margin-top: 25px;
}

.leadership-details.text-end {
    margin-right: 15px;
}
/*after disabling scrollify*/

/*cms css*/
.cms .form-control:focus {
    color: #00194c !important;
}

.graph {
    overflow-y: visible
}

.visible-phone {
    display: none !important
}

.flow-chart-phone {
    background: #0e2581;
    padding: 50px 0;
}

    .flow-chart-phone p {
        color: #fff
    }

.flow-img {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px
}

.flow-chart-phone img {
    width: 95%;
    margin: 0 auto;
    display: block
}

.flow-chart-phone.beacon-flow {
    background: #00194c
}

.assets {
    margin: 30px 0 15px
}

html, body {
    touch-action: manipulation;
    overflow-x: hidden !important;
}

@media only screen and (max-width:980px) {
    .login-form {
        width: 100%;
    }

    .login-sec .container {
        max-width: 90%;
    }

    section.login-sec {
        height: auto;
        padding: 50px 0;
    }
}

.report-details .card-detail p {
    margin-bottom: 0
}

.report-details .card-holder {
    padding: 5px;
    border: 1px solid #747171;
    margin: 10px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background: transparent;
    height: auto;
}

.report-details .card-icon {
    width: 10% !important
}

.scf-supportedArray-wrap .wrapper {
    width: calc(50% - 10px);
}

.scf-supportedArray-wrap .blue-box-card {
    background: #0e2581;
    color: #fff;
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 15px;
    text-align: center;
    transition: 0.4s all ease;
    display: block;
    line-height: 1.3;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#processChain img {
    width: 100%;
    margin: 20px 0;
}

.contact-form-wrapper .gff-tab label {
    font-size: 12px;
}

.gff-logo {
    margin-top: 30px;
}

.form-check .form-check-input.prdouct-name {
    width: 90%;
    height: 100%;
    margin-left: 0 !important;
    left: 20px;
}

.form-check.form-check-inline.product-check.gff-tab {
    position: relative;
    width: calc(23% - 10px);
    margin-bottom: 15px;
    cursor: pointer;
    padding-left: 0;
}

.contact-form-wrapper.gff-form {
    width: 95%;
}

.menu-product img {
    height: 70px;
    padding-top: 10px
}

.menu-product {
    padding: 20px 10px 0;
    background: #020c84;
    min-height: 26vh;
    align-items: center;
    justify-content: center
}

    .menu-product h2 {
        font-size: 14px;
        line-height: 1.5;
        padding-bottom: 10px
    }

.d-flex.menu-product div {
    width: 32.33%;
}

.footer-li a {
    display: inline-block;
}

.footer-li span {
    margin: 0 10px;
}

.d-flex.menu-product a:hover {
    box-shadow: 0 0 2px 2px #fff;
    display: block;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    transform: scale(1.1);
    transition: 0.4s all ease;
}

    .d-flex.menu-product a:hover h2 {
        color: #ff8500;
        transition: 0.4s all ease;
    }

.smallsubtitle {
    font-size: 18px;
    font-weight: bold;
    color: #00194c;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase
}

.simply-scroll .otherAwards.simply-scroll-list li {
    width: 150px;
    height: 150px;
}

.simply-scroll {
    height: auto
}

    .simply-scroll .simply-scroll-list li p {
        font-size: 12px;
        margin-top: 10px;
        font-weight: 600
    }

.imp-awards .simply-scroll-clip {
    height: 250px;
}

.simply-scroll .simply-scroll-list#scroller li {
    height: 220px
}

.articalsearchbtn {
    border-radius: 20px;
}

.breadcrumb {
    display: flex;
    padding: 10px !important;
    margin: 10px 0px !important;
    border-radius: 10px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 0px;
    }

        .breadcrumb-item + .breadcrumb-item::before {
            content: '';
            display: block;
            margin: 0px auto;
            width: 5px;
            height: 9px;
            border-top: 2px solid #A1ADE6;
            border-left: 2px solid #A1ADE6;
            transform: rotate(130deg);
            border-radius: 2px
        }

    .breadcrumb-item a {
        margin: 0px 8px;
        color: #3A87EC;
        font-size: 13px;
    }

    .breadcrumb-item.active span {
        color: #ff8500;
        font-weight: 600
    }

ol li {
    margin-bottom: 0px;
}

.artical-img-wrap {
    height: 370px;
    border-radius: 10px;
}

    .artical-img-wrap img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.artical-title {
    text-align: left;
    font-size: 30px;
    margin: 16px 0px;
    color: #00194C;
    font-family: poppinsregular !important;
    font-weight: 500;
    line-height: 1.5
}

.blog-desc {
    width: 100%;
}

.tagsCategory {
    margin: 10px 0px;
    display: flex;
    align-items: center
}

.cateHead {
    color: #00194C;
}

.dislist {
    color: #00194c;
    background: #EAEFFF;
    padding: 4px 8px;
    border-radius: 5px;
}

.CategoryList {
    display: flex;
}

    .CategoryList:after {
        content: '|';
        margin: 0px 8px;
        color: #00194C;
    }

.tag-item, .tags, .blog-category {
    padding: 5px;
    border-radius: 5px;
    background-color: #EAEFFF;
    color: #3A87EC;
    margin: 2px 5px;
    white-space: nowrap;
}

    .tags a {
        color: #3A87EC;
    }

.detailHeading {
    color: #FF8500;
    font-size: 24px;
    margin: 10px 0px;
    text-align: left;
}

.filterDetails-box {
    border-bottom: 1px solid #d2d8f3;
    margin-bottom: 20px;
    padding: 10px 0;
}

p.Cate-List a {
    font-size: 13px;
    background: #ecf6ff;
    margin: 5px 0;
    border-radius: 10px;
    text-align: center;
    color: #878282;
    line-height: 1.5;
    padding: 5px 0;
    display: block;
}

p.Cate-List.active a {
    color: #00194c;
}

.money-thum-img .img-fluid {
    height: 100%;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    border-bottom-right-radius: 0;
}

.money-thum-img {
    height: 350px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
}

.managment-title, .blog-title {
    font-size: 16px;
    color: #00194c;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits the paragraph to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4rem;
    margin-bottom: 20px;
    font-weight: 600;
    margin: 10px 0px;
    margin-top: 30px;
    min-height: 40px;
}

.blog-summary {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits the paragraph to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.category-wrap.article-details {
    border-radius: 20px;
    height: 475px;
    margin: 20px 0px;
    position: relative;
}

    .category-wrap.article-details:hover {
        box-shadow: 0px 3px 12px #A1ADE633;
    }

.blog-details-img {
    height: 400px;
}

    .blog-details-img img {
        height: 100%;
        width: 100%;
        /*object-fit: fill;*/
        object-fit: contain;
        object-position: center center;
    }

.tagsearch {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
}

.artical-search .search-bar {
    width: 100%;
    display: block;
}

.tagsearch {
    padding: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    color: #00194c;
}

button.btn.btn-primary {
    padding: 5px 40px !important;
    border: none;
    border-radius: 50px;
}

.tagsearch.form-control:focus {
    color: #00194c !important;
}

.readmore {
    color: #3A87EC;
    position: absolute;
    bottom: 20px;
}

.media-sec .article-detail {
    background: #0c2177;
    border: none
}

.media-sec .cateHead {
    color: #fff;
}

.blog-summary a {
    margin-bottom: 5px;
    font-size: 14px;
    color: #00194c;
    line-height: 1.5rem;
}

.Categorylist a {
    line-height: 1.8rem;
}

.category-wrap .blog-date {
    padding: 10px 5px;
}


.blog-img.position-relative img {
    object-fit: cover;
    max-height: none;
}

.popular-list .blog-con p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits the paragraph to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tag-list span {
    line-height: 1.8rem;
}

.CategoryList {
    margin: 5px 0px;
}

.schedule-demo-form .form-control {
    box-shadow: none !important;
}

#CaptchaImage {
    height: 50px;
}

.contact-form-wrapper .wrapper .tool-tip {
    top: 56px;
}

.blog-category {
    width: max-content;
}

.blog-desc.trending-blog-desc p a {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits the paragraph to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popular-detail.article-detail p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits the paragraph to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sitemap .card {
    background: #fff;
    box-shadow: 0 0 2px 2px #f1f1f1;
    border-radius: 10px;
    padding: 20px;
    min-height: 330px;
    margin-bottom: 10px;
    text-align: center
}

.margin-bottom-50 {
    margin-bottom: 50px
}

.sitemap .card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #00194c;
    font-weight: bold;
    text-decoration: underline;
}

.sitemap .card a {
    font-size: 14px;
    display: block;
    padding: 10px;
}

.sitemap-sec {
    padding-top: 50px;
}

.popular-detail.article-detail.position-relative .blog-img img {
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    max-height: 280px;
    min-height: 280px;
}

.event-gallery .swiper-button-next:after, .event-gallery .swiper-rtl .swiper-button-prev:after, .event-gallery .swiper-button-prev:after, .event-gallery .swiper-rtl .swiper-button-next:after {
    font-size: 20px;
    font-weight: bold;
}

.event-gallery .swiper-button-next, .event-gallery .swiper-rtl .swiper-button-prev, .event-gallery .swiper-button-prev, .event-gallery .swiper-rtl .swiper-button-next {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

section.applynow-sec.careers-sec.section-bg.topsec {
    padding: 50px 0;
}

section.opening-sec-wrap.margin-top-100 {
    margin: 50px 0;
}

.apply-now-form.contact-form-sec.contact-form.card-container {
    padding: 30px 0;
}

.apply-now-form .contact-form-wrapper {
    margin-top: 0
}

div#input-container {
    border: 1px solid #7986A1;
    border-radius: 17px;
    padding: 20px 15px;
    box-shadow: 0px 2px 5px 1px #CFD8FF;
    display: flex;
}

.search-bar-wrapper.artical-search {
    position: relative;
}

spna.searcg-icon {
    position: absolute;
    top: 20px;
    right: 15px;
}

div#input-container span {
    background: #EAEFFF;
    padding: 4px 8px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    div#input-container span.removeTag {
        color: #FF0000;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        cursor: pointer
    }

div#input-container div {
    margin-right: 10px;
}

.list-of-items {
    padding-bottom: 10px;
}

.list-item.cateItem.tag-item {
    background-color: transparent;
    margin: 0px 5px;
    padding: 0;
}

.list-of-items label.taglabel.active {
    color: #ff8500;
    position: relative;
}

    .list-of-items label.taglabel.active::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: #ff8500;
        bottom: -11px;
        position: absolute;
    }

.dropdown.filterby-dropdown .dropdown-toggle {
    width: 100%;
    background: transparent;
    color: #00194c;
    border-color: #D3DBFF;
    border-radius: 15px;
}

.article-inside-details {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    padding: 10px;
    background: rgba(000, 000, 000, 0.8);
    height: 40%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    border-bottom-right-radius: 0;
}

    .article-inside-details::after {
        content: "";
        position: absolute;
        bottom: -43px;
        right: -4.2px;
        width: 50px;
        height: 41px;
        background: #031435;
        clip-path: polygon(0 0, 100% 0, 0 100%);
        transform: rotate(90deg);
    }

    .article-inside-details h4.managment-title.margin-top {
        color: #fff;
        width: 100%;
        position: relative;
    }

.article-title-wrapper {
    position: relative;
}

.tagMediaOnKnight .article-inside-details .date {
    top: 10px !important;
    left: 10px !important;
}

.article-inside-details .article-title-wrapper::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #ff8500;
    bottom: 6px;
    left: 0;
    display: block;
    z-index: 2;
}

.category-wrap .blog-date {
    padding: 5px;
    margin-top: 0;
}

.article-inside-details .blog-summary p {
    color: #ff8500 !important
}

.categories.padding {
    border-top: 1px solid #A1ADE6;
    border-bottom: 1px solid #A1ADE6;
    margin: 50px 0;
    padding-bottom: 50px;
}

.filterby-dropdown.left-aligned {
    position: absolute;
    right: 0
}

.wrap-blog-brief-details {
    transform: translateY(-5%);
    right: 0;
    background: #fff;
    border: 1px solid #D3DBFF;
    padding: 20px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 215px;
}

.article-detail:hover .wrap-blog-brief-details {
    background: #00194c;
}

    .article-detail:hover .wrap-blog-brief-details .blog-title, .article-detail:hover .wrap-blog-brief-details .blog-con p, .article-detail:hover .wrap-blog-brief-details .cateHead, .article-detail:hover .wrap-blog-brief-details .managment-title, .article-detail:hover .wrap-blog-brief-details .blog-desc p, .article-detail:hover .wrap-blog-brief-details p {
        color: #fff !important
    }

.blog-img.position-relative {
    height: 270px;
}

div#pills-article1 h6.date {
    padding: 10px;
}

.article-con .margin-top-large {
    margin-top: 20px;
}

section.popular-article.position-relative {
    padding-bottom: 50px;
}

.article-inside-details .blog-title {
    color: #fff;
}

.article-inside-details .blog-con p {
    color: #ff8500
}

.article-inside-details .blog-con {
    min-height: 40px;
}

.popular-article {
    margin-top: 50px;
}

    .popular-article .seg-popular {
        border-top: 1px solid #A1ADE6
    }

.filterDetails-box span.tag-item.dislist {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.article-inside-details:hover::after {
    transform: rotate(90deg)
}

.categories.margin-top-100 {
    border-top: 1px solid #A1ADE6;
    border-bottom: 1px solid #A1ADE6;
    padding: 20px 0;
    margin: 50px 0
}

strong {
    font-weight: 600;
}

span.cat-item.dislist {
    position: absolute;
    top: 10px;
    left: 10px;
}

.blog-desc.article-inside-details .date {
    position: absolute;
    top: 0;
    left: 0;
}

.article-detail .cat-item.dislist {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.treding-sec .title {
    font-size: 24px;
    font-weight: 600;
    color: #ff8500;
    margin: 0;
    text-align: start;
}

.treding-sec .article-detail {
    border-radius: 0;
    height: auto;
    margin-bottom: 5px;
    position: relative;
    border-bottom: 1px solid #A1ADE6;
}

.treding-sec .readmore {
    position: relative;
    margin: 10px 0;
    bottom: auto;
    display: block;
}

.treding-sec .margin-top {
    margin-top: 10px;
}

section.padding.article-sec.section.graph {
    border-top: 1px solid #ccc;
    margin: 30px 0;
}

a.category-tab {
    background: #eaefff;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: inline-block
}

.category-dashboard a.category-tab {
    background: transparent;
    border: 1px solid #00194c;
    color: #00194c;
    border-radius: 6px;
}

    .category-dashboard a.category-tab.active {
        border-color: #ff8500;
        color: #ff8500;
    }

.article-inside-details {
    justify-content: unset !important;
}

.location-slick-slider .slick-slide {
    margin: 0 15px;
}

.location-slick-slider.slick-initialized.slick-slider {
    width: 300px;
}

.footer-subtitle:hover {
    color: #fff;
    cursor: unset
}

.footer-links li:hover a {
    color: #ff8500;
}

.great-place-img-wrapper {
    width: 100px;
    position: fixed;
    bottom: 20px;
    z-index: 99;
    right: 20px;
}

.certificate_img {
    width: 300px
}

.knightaurixembed {
    padding: 60px 0;
    background: #0e2581;
    min-height: 90vh;
}

.hero-content h2 {
    color: #fff;
    font-size: 40px;
}

.hero-content p {
    color: #fff;
    width: 70%;
}

clients-section {
    padding: 60px 0;
    min-height: 90vh;
}

.client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .client-logo img {
        box-shadow: 0px 0px 14px 5px rgba(14, 37, 129, 0.78);
        padding: 10px;
        border-radius: 10px;
    }


.clients-section h1 {
    color: #00194c;
}

.what-is-section {
    padding: 60px 0;
    background: #0e2581;
    min-height: 90vh;
}

.quotes-text-blue {
    color: #00194c;
    font-size: 30px;
    margin-top: 16px;
}

.quotes-text-orange {
    color: #ff8500;
    font-size: 40px;
    margin-bottom: 16px;
}

.industriesSwiper, .mySwiper {
    padding-bottom: 0;
    width: 80% !important;
}

.clientsSwiper {
    padding: 10px;
    /*width: 80% !important;*/
}

.platform-features {
    padding: 60px 0;
    background: #0e2581;
    min-height: 90vh;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.industry-card {
    background: transparent;
    padding: 20px;
    border-radius: 12px;
    text-align: left;
    display: flex;
    gap: 20px;
}

.feature-card {
    background: transparent;
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    display: flex;
    gap: 20px;
}
/* Common styles for both sides */
.leftside-border,
.rightside-border {
    position: relative;
    background: transparent;
    padding: 20px;
    text-align: left;
    border-radius: 12px;
    overflow: hidden;
}

/* LEFT side border */
.leftside-border {
    border-left: 4px solid #fff;
    border-radius: 12px 0 0 12px; /* round left corners */
}

    .leftside-border::before,
    .leftside-border::after {
        content: "";
        position: absolute;
        left: 0;
        height: 4px;
        width: 50%;
        background: linear-gradient(to right, #fff, transparent);
    }

    .leftside-border::before {
        top: 0;
        border-top-left-radius: 12px;
    }

    .leftside-border::after {
        bottom: 0;
        border-bottom-left-radius: 12px;
    }

/* RIGHT side border */
.rightside-border {
    border-right: 4px solid #fff;
    border-radius: 0 12px 12px 0; /* round right corners */
}

    .rightside-border::before,
    .rightside-border::after {
        content: "";
        position: absolute;
        right: 0;
        height: 4px;
        width: 50%;
        background: linear-gradient(to left, #fff, transparent);
    }

    .rightside-border::before {
        top: 0;
        border-top-right-radius: 12px;
    }

    .rightside-border::after {
        bottom: 0;
        border-bottom-right-radius: 12px;
    }


.feature-image img {
    max-width: 50px; /* adjust size */
    height: auto;
    display: block;
    margin-bottom: 15px;
}

.feature-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-text p {
    font-size: 14px;
    opacity: 0.85;
    margin: 0;
    color: white;
}

/* Swiper pagination bullets */
.swiper-pagination-bullet {
    background-color: #ff8500;
    opacity: 0.4; /* lighter for inactive */
    transition: opacity 0.3s ease;
}

.swiper-pagination-bullet-active {
    background-color: #ff8500;
    opacity: 1; /* full orange for active */
}

.swiper-pagination {
    position: absolute;
    bottom: 10px; /* Distance from bottom */
    text-align: center;
    width: 100%;
}

.industries-section h1 {
    color: #00194c;
}

.industry-card h3,
.industry-card p {
    color: #00194c;
}

.process-section {
    padding: 60px 0;
    background: #0e2581;
    min-height: 90vh;
}

    .process-section h2 {
        font-weight: 700;
        font-size: 2.5rem;
        margin-bottom: 50px;
    }

.process-step {
    display: flex;
    gap: 20px;
}

    .process-step span {
        color: #00aaff; /* Accent number color */
        font-weight: 700;
        font-size: 1.2rem;
        display: block;
        margin-bottom: 8px;
    }

    .process-step h5 {
        margin: 0 0 10px;
        font-weight: 700;
        font-size: 1.1rem;
        color: #fff;
    }

    .process-step p {
        margin-bottom: 0;
        font-size: 0.95rem;
        line-height: 1.5;
        color: #fff;
    }

.process-image {
    max-width: 220px;
}

.success-section {
    padding: 60px 0;
    min-height: 90vh;
}



.successSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center
}


.success-card {
    height: 300px;
    background: white;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #ff850033;
    box-shadow: 6px -6px 7px rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 10px;
    overflow: hidden;
    margin: 10px;
    display: flex;
    align-items: center
}

.successSwiper .swiper-slide.swiper-slide-active {
    width: 520px !important;
    transform: scale(1.1);
}

.success-card .success-img {
    width: 20%;
}

.success-card h4 {
    font-size: 13px;
    line-height: 1.5;
}

.success-card > div {
    flex: 1; /* 50% space each */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.success-card img {
    width: 50%;
    height: 50%;
    object-fit: cover;
    border-radius: 8px;
    margin: 0 auto;
}

.success-card span {
    color: #ff8500;
}


.success-card h4 {
    color: #00194c;
    margin-bottom: 10px;
    font-size: 13px;
}

.success-card p {
    color: #00194c;
    font-size: 13px;
}

.successSwiper {
    padding: 20px 0;
    width: 100%;
}

.success-section h1 {
    color: #00194c;
}

.success-card h4,
.success-card p {
    white-space: normal;
    word-break: break-word;
}

.cta-section {
    padding: 60px 0;
    background: #0e2581;
    min-height: 90vh;
}

    .cta-section p {
        color: white;
        text-align: center;
        width: 50%;
        margin: 0 auto;
    }

.orange-text {
    color: #ff8500
}

.orange-bg {
    background-color: #ff8500;
}

.arrowright {
    border-radius: 100px;
    border: 6px solid #00194c;
}

.ScheduleDemoBtn {
    border-radius: 100px;
    background-color: #407bff;
}

    .ScheduleDemoBtn:hover {
        border-radius: 100px;
        background-color: #407bff;
        border: 1px solid #407bff;
    }

.certificate_img {
    width: 300px
}
/*.brochure-sec .form-control {
    color: #212529 !important;
    border: 1px solid #D1D5DF;
    background-color: #fff !important;
    border-radius: 5px;
}

    .brochure-sec .form-control::placeholder {
        color: #6c757d !important;*/ /* gray placeholders */
/*opacity: 1;
    }
.business-interest-group .form-check-inline:not(:last-child)::after {
    content: "|";
    margin: 0 8px;*/ /* space around the separator */
/*color: #6c757d;*/ /* gray color */
/*}*/

/* Brochure Form Styles */
.brochure-sec .form-control {
    color: #212529 !important;
    border: 1px solid #D1D5DF;
    background-color: #fff !important;
    border-radius: 5px;
}

    .brochure-sec .form-control::placeholder {
        color: #6c757d !important;
        opacity: 1;
    }

/* Business interest inline checkboxes separator */
.brochure-sec .business-interest-group .form-check-inline:not(:last-child)::after {
    content: "|";
    margin: 0 8px;
    color: #6c757d;
}

/* Brochure-specific Phone + Country Code */
.brochure-sec .phone-input-group {
    display: flex;
}

    .brochure-sec .phone-input-group .form-select,
    .brochure-sec .phone-input-group .form-control {
        height: 44px; /* fixed height for both */
        padding: 0.375rem 0.75rem; /* same padding */
        font-size: 14px;
        border-radius: 0.25rem;
    }

    .brochure-sec .phone-input-group .form-select {
        max-width: 90px; /* restrict width for country code */
        flex-shrink: 0;
    }

    .brochure-sec .phone-input-group .form-control {
        flex: 1 1 auto; /* fill remaining space */
    }
/* Force flag above input */
.iti {
    display: flex;
    flex-direction: column; /* vertical */
}

.iti__selected-flag {
    margin-bottom: 0.25rem; /* space between flag and input */
}
/* Ensure proper spacing for the flag and input field */
.iti {
    display: flex;
    width: 100%; /* Full width to make it responsive */
    position: relative; /* To manage dropdown visibility */
}

/* Input styling */
.iti__input {
    width: 100%; /* Ensure input takes up full width */
    padding-left: 40px; /* Make space for the flag icon */
}

/* Styling the selected flag */
.iti__selected-flag {
    position: absolute;
    border-radius:10px;
    top: 50%;
    transform: translateY(-50%);
}

/* Adjust the flag size */
.iti__flag {
    width: 20px;
    height: 15px;
}

/* Styling the dropdown */
.iti__dropdown {
    position: absolute;
    z-index: 999; /* Ensure dropdown appears above other elements */
}

/* Hide flag and dial code overlap */
.iti__selected-flag .iti__flag {
    display: inline-block;
    margin-right: 5px; /* Space between flag and code */
}

/* Add padding to avoid overlap */
.iti__input {
    padding-left: 40px;
}

/* Make the dropdown and input responsive */
@media screen and (max-width: 768px) {
    .iti {
        width: 100%;
    }

    .iti__input {
        width: 100%;
    }
}



/*schedule demo new css*/
/* Multi-step form styles */
.schedule-demo-wrapper {
    padding: 60px 0;
    min-height: 110vh;
    background: #0E2581;
}

.demo-form-container {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.form-panel {
    background: #fff;
    border-radius: 30px;
    padding: 40px 38px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    flex: 0 0 550px;
}

.info-panel {
    flex: 1;
    color: #fff;
}

    .info-panel h2 {
        font-size: 28px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .info-panel p {
        font-size: 16px;
        line-height: 1.8;
        opacity: 0.9;
    }

.demo-illustration {
    margin-bottom: 30px;
    text-align: center;
}

    .demo-illustration img {
        max-width: 100%;
        height: auto;
    }

.form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .form-header h2 {
        color: #fff;
        background: linear-gradient(90deg, #00194C 0%, #04229E 100%);
        padding: 12px 30px;
        border-radius: 10px;
        font-size: 24px;
        font-weight: 600;
        margin: 0;
    }

.step-indicator {
    display: flex;
    gap: 8px;
    align-items: center;
}

.step-number {
    font-size: 28px;
    font-weight: 600;
}

    .step-number.active {
        color: #f97316;
    }

    .step-number.inactive {
        color: #cbd5e1;
    }

.step-separator {
    color: #cbd5e1;
    font-size: 28px;
}

.form-step {
    display: none;
}

    .form-step.active {
        display: block;
    }

.form-group {
    margin-bottom: 24px;
}

    .form-group label {
        display: block;
        margin-bottom: 10px;
        color: #0E2581;
        font-weight: 600;
        font-size: 15px;
    }

        .form-group label .required {
            color: #f97316;
        }

.form-control {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s;
    background: #fff;
    color: #1e293b;
}

    .form-control:focus {
        outline: none;
        border-color: #60a5fa;
        box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.15);
        background: #f0f9ff;
    }

    .form-control::placeholder {
        color: #cbd5e1;
        font-size: 14px;
    }

.phone-input-wrapper {
    display: flex;
    gap: 1px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    margin: 10px 0
}

input#phoneNumber {
    padding-left: 0;
}

  /*  input#phoneNumber:focus {
        border: none;
        box-shadow: none;
    }*/

.country-code {
    flex: 0 0 65px;
    display: flex;
    align-items: center;
    background: #fff;
    font-weight: 500;
    color: #1e293b;
    margin: 10px 0;
    padding: 0 5px;
}

.phone-input-wrapper .form-control {
    border: 0 !important;
    margin: 0 !important
}

.country-code img {
    width: 24px;
    height: 18px;
    margin-right: 3px;
    border-radius: 2px;
}

.country-code span {
    font-size: 15px;
}

.phone-input-wrapper .form-control {
    flex: 1;
}

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 45px;
    cursor: pointer;
}

/* Product Selection Styles */
.product-category {
    margin-bottom: 16px;
}

.product-category-title {
    background: #0249D9;
    color: #fff;
    padding: 7px;
    border-radius: 6px;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 12px;
    display: inline-block;
}

.product-options {
    display: flex;
    gap: 6px;
}

.product-checkbox {
    position: relative;
    cursor: pointer;
}

    .product-checkbox input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        z-index: 10;
    }

.product-checkbox-label {
    display: flex;
    align-items: center;
    padding: 15px 9px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    transition: all 0.3s;
    background: #fff;
    pointer-events: none;
}

.product-checkbox:hover .product-checkbox-label {
    border-color: #f97316;
    background: #fff7ed;
}

.product-checkbox input[type="checkbox"]:checked ~ .product-checkbox-label {
    border-color: #f97316;
    background: #fff7ed;
}

    .product-checkbox input[type="checkbox"]:checked ~ .product-checkbox-label .checkbox-custom {
        background: #f97316;
        border-color: #f97316;
    }

        .product-checkbox input[type="checkbox"]:checked ~ .product-checkbox-label .checkbox-custom:after {
            display: block;
        }

.checkbox-custom {
    width: 14px;
    height: 14px;
    border: 2px solid #cbd5e1;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    flex-shrink: 0;
    background: #fff;
    transition: all 0.3s;
}

    .checkbox-custom:after {
        content: "✓";
        position: absolute;
        color: #fff;
        font-size: 14px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
    }

.product-checkbox-label span {
    font-size: 14px;
    color: #334155;
}

/* Captcha Styles */
.captcha-wrapper {
    margin-bottom: 24px;
}

.captcha-consent {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    background: #f8fafc;
}

    .captcha-consent:hover {
        border-color: #1e3a8a;
        background: #fff;
    }

    .captcha-consent input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-right: 12px;
        cursor: pointer;
    }

    .captcha-consent label {
        margin: 0;
        cursor: pointer;
        font-size: 14px;
        color: #334155;
        font-weight: 500;
    }

/* Image Captcha Modal */
.captcha-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    animation: fadeIn 0.3s;
}

    .captcha-modal.active {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.captcha-modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.3s;
}

.captcha-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .captcha-modal-header h3 {
        margin: 0;
        color: #1e3a8a;
        font-size: 18px;
        font-weight: 600;
    }

.captcha-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #64748b;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.3s;
}

    .captcha-close:hover {
        background: #f1f5f9;
        color: #1e3a8a;
    }

.captcha-image-container {
    margin: 20px 0;
    text-align: center;
}

.captcha-instruction {
    font-size: 14px;
    color: #475569;
    margin-bottom: 15px;
    font-weight: 500;
}

.captcha-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 15px;
}

.captcha-image-item {
    position: relative;
    aspect-ratio: 1;
    border: 3px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
}

    .captcha-image-item:hover {
        border-color: #1e3a8a;
        transform: scale(1.05);
    }

    .captcha-image-item.selected {
        border-color: #f97316;
        box-shadow: 0 0 0 2px #f97316;
    }

    .captcha-image-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .captcha-image-item .check-mark {
        position: absolute;
        top: 5px;
        right: 5px;
        background: #f97316;
        color: #fff;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: none;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: bold;
    }

    .captcha-image-item.selected .check-mark {
        display: flex;
    }

.captcha-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
}

.captcha-refresh-btn {
    padding: 10px 20px;
    border: 2px solid #e2e8f0;
    background: #fff;
    color: #475569;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

    .captcha-refresh-btn:hover {
        border-color: #1e3a8a;
        color: #1e3a8a;
    }

.captcha-verify-btn {
    padding: 10px 30px;
    border: none;
    background: #1e3a8a;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
}

    .captcha-verify-btn:hover {
        background: #1e40af;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(30, 58, 138, 0.3);
    }

    .captcha-verify-btn:disabled {
        background: #cbd5e1;
        cursor: not-allowed;
        transform: none;
    }

.captcha-error {
    color: #dc2626;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}

.captcha-success {
    color: #16a34a;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Consent Checkbox */
.consent-checkbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

    .consent-checkbox input[type="checkbox"] {
        margin-right: 10px;
        margin-top: 3px;
        width: 18px;
        height: 18px;
        cursor: pointer;
    }

    .consent-checkbox label {
        font-size: 13px;
        color: #475569;
        line-height: 1.6;
        cursor: pointer;
        margin: 0;
    }

    .consent-checkbox a {
        color: #1e3a8a;
        text-decoration: underline;
    }

/* Buttons */
.form-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.btn {
    padding: 14px 50px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    min-width: 140px;
}

.btn-primary {
    background: #f97316;
    color: #fff;
}

    .btn-primary:hover:not(:disabled) {
        background: #ea580c;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(249, 115, 22, 0.4);
    }

.btn-secondary {
    background: #e2e8f0;
    color: #475569;
}

    .btn-secondary:hover {
        background: #cbd5e1;
    }

.btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

/* Thank You Section */
.thankyou-section {
    display: none;
    text-align: center;
    padding: 60px 20px;
}

    .thankyou-section.active {
        display: block;
    }

/*.thankyou-content {
    background: #fff;
    border-radius: 20px;
    padding: 60px 40px;*/
/*max-width: 600px;*/
/*margin: 0 auto;*/
/*box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}*/
.thankyou-content {
    background: #fff;
    border-radius: 20px;
    padding: 60px 40px;
    /* max-width: 600px; */
    /* margin: 0 auto; */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 569px;
    align-items: center;
    justify-content: center;
}

.thankyou-heading {
    font-size: 48px;
    color: #f97316;
    margin-bottom: 20px;
    font-family: 'Brush Script MT', cursive;
}

.thankyou-message {
    font-size: 20px;
    color: #1e3a8a;
    margin-top: 20px;
    /*  font-weight: 600;*/
}

/* Error Messages */
.error {
    color: #dc2626;
    font-size: 13px;
    margin-top: 6px;
    display: block;
    font-weight: 500;
}

/* Row spacing */
.form-step .row {
    margin-left: -8px;
    margin-right: -8px;
}

    .form-step .row > [class*='col-'] {
        padding-left: 8px;
        padding-right: 8px;
    }

/* Responsive */
@media (max-width: 992px) {
    .demo-form-container {
        flex-direction: column-reverse;
    }

    .form-panel {
        flex: 1;
        width: 100%;
        padding: 40px 30px;
    }

    .product-options {
        grid-template-columns: 1fr;
        flex-direction:column;
    }
}

@media (max-width: 576px) {
    .schedule-demo-wrapper {
        padding: 40px 0;
    }

    .form-panel {
        padding: 35px 25px;
        border-radius: 25px;
    }

    .form-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 25px;
    }

        .form-header h2 {
            font-size: 20px;
            padding: 10px 24px;
        }

    .step-number {
        font-size: 24px;
    }

    .form-group {
        margin-bottom: 20px;
    }

        .form-group label {
            font-size: 14px;
            margin-bottom: 8px;
        }

    .form-control {
        padding: 12px 16px;
        font-size: 14px;
    }

    .phone-input-wrapper {
        gap: 10px;
    }

    .country-code {
        flex: 0 0 95px;
        padding: 12px 14px;
    }

        .country-code span {
            font-size: 14px;
        }

    .btn {
        padding: 12px 40px;
        font-size: 15px;
    }

    .form-actions {
        margin-top: 30px;
    }
}

.phone-input-wrapper:focus {
    box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.15);
}

.blue-icon-bg .contact-card-icon {
    background: #D5E3FF;
}

    .blue-icon-bg .contact-card-icon .fa {
        color: #0249D9
    }

.orange-icon-bg .contact-card-icon {
    background: #FFF9CC;
}

    .orange-icon-bg .contact-card-icon .fa {
        color: #ff8500
    }

.teal-icon-bg .contact-card-icon {
    background: #CCF4FF;
}

    .teal-icon-bg .contact-card-icon .fa {
        color: #00C3EA;
    }

button#nextStep {
    border-radius: 100px !important;
    padding: 12px !important;
}
/*schedule demo new ends*/
/* Captcha Styling */
.captcha-container {
    margin: 30px 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.captcha-image-display {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 10px;
    display: inline-block;
    background: white;
}

    .captcha-image-display img {
        display: block;
        height: 50px;
    }

.captcha-refresh-icon {
    cursor: pointer;
    color: #FF6A00;
    font-size: 20px;
    transition: transform 0.3s ease;
}

    .captcha-refresh-icon:hover {
        transform: rotate(180deg);
    }

.captcha-input-wrapper {
    flex: 1;
}

    .captcha-input-wrapper input {
        width: 100%;
    }

.captcha-consent {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

    .captcha-consent:hover {
        border-color: #0033A0;
        background: #f0f7ff;
    }

    .captcha-consent.verified {
        border-color: #16a34a;
        background: #f0fdf4;
        cursor: default;
    }

    .captcha-consent input[type="checkbox"] {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .captcha-consent label {
        margin: 0;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
    }

.captcha-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hq-location-wrapper {
    text-align: center;
    margin: 50px 0;
}

.hq-address-text {
    display: inline-block; /* ✨ key line to fit text width */
    background: white;
    padding: 10px;
    border: 1px solid #FF8500;
    border-radius: 13px;
}

.hq-label {
    background: #FF8500;
    padding: 15px 20px 10px 20px;
    border-radius: 13px 13px 0 0;
    color: #fff;
    display: inline-block;
    font-weight:bold;
}

/*.locations-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin: 50px 0;
}
*/
.location-label {
    font-weight:bold;
    text-align: center;
    background: #04229E;
    padding: 15px 10px 15px 10px;
    border-radius: 13px 13px 0 0;
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    width: fit-content;
    display: inline-block;
    width: 170px;
    height: 40px;
}

.location-address {
    text-align: center;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #C4D2F1;
    border-radius: 13px;
    display: block;
    width: 298px;
    height: 72px;
    color: #0E2581;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location-card p{
    margin: 0;
}

/* Modern Contact Us Styling */
.contact-us-wrapper {
    padding: 60px 0;
    background: #0E2581;
}


.contact-header {
    text-align: left;
    color: white;
    margin-bottom: 30px;
    padding: 0 20px;
}

    .contact-header h1 {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 0;
    }

.contact-content {
    display: flex;
    gap: 0;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
}

.contact-form-panel {
    flex: 1;
    background: white;
    border-radius: 20px;
    padding: 40px 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.contact-form-header {
    margin-bottom: 30px;
}

    .contact-form-header .subtitle {
        font-size: 16px;
        color: #666;
        margin-bottom: 5px;
        font-weight: 400;
    }

    .contact-form-header h2 {
        font-size: 28px;
        font-weight: 700;
        color: #0033A0;
        margin: 0;
    }

.form-group {
    margin-bottom: 25px;
}

    .form-group label {
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #333;
        margin-bottom: 8px;
    }

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: white;
}

    .form-control:focus {
        outline: none;
        border-color: #0033A0;
        background: white;
        box-shadow: 0 0 0 3px rgba(0, 51, 160, 0.08);
    }

    .form-control::placeholder {
        color: #9ca3af;
    }

.phone-input-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

.country-code {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 15px;
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}

    .country-code img {
        width: 24px;
        height: 16px;
        object-fit: cover;
    }

.phone-input-wrapper .form-control {
    flex: 1;
}

/* Captcha Styling */
.captcha-container {
    margin: 30px 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.captcha-image-display {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 10px;
    display: inline-block;
    background: white;
}

    .captcha-image-display img {
        display: block;
        height: 50px;
    }

.captcha-refresh-icon {
    cursor: pointer;
    color: #FF6A00;
    font-size: 20px;
    transition: transform 0.3s ease;
}

    .captcha-refresh-icon:hover {
        transform: rotate(180deg);
    }

.captcha-input-wrapper {
    flex: 1;
}

    .captcha-input-wrapper input {
        width: 100%;
    }

.captcha-consent {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

    .captcha-consent:hover {
        border-color: #0033A0;
        background: #f0f7ff;
    }

    .captcha-consent.verified {
        border-color: #16a34a;
        background: #f0fdf4;
        cursor: default;
    }

    .captcha-consent input[type="checkbox"] {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .captcha-consent label {
        margin: 0;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
    }


/* Submit Button */
.form-actions {
    margin-top: 30px;
    text-align: center;
}

.btn-submit {
    display: inline-block;
    padding: 12px 40px;
    background: #FF6A00;
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-submit:hover:not(:disabled) {
        background: #e55f00;
        transform: translateY(-2px);
        box-shadow: 0 5px 20px rgba(255, 106, 0, 0.3);
    }

    .btn-submit:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* Info Panel */
.contact-info-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.illustration-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

    .illustration-wrapper p {
        display: none;
    }

.quick-contacts {
    width: 100%;
    display: flex;
    gap: 15px;
}

.quick-contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .quick-contact-item.whatsapp {
        background: #ddffea;
        border-color: #ddffea;
    }

    .quick-contact-item.linkedin {
        background: #d2effe;
        border-color: #d2effe;
    }

    .quick-contact-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

.quick-contact-icon {
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.quick-contact-item.whatsapp .quick-contact-icon {
    color: #25D366;
}

.quick-contact-item.linkedin .quick-contact-icon {
    color: #0077B5;
}

.quick-contact-text {
    flex: 1;
}

    .quick-contact-text h6 {
        font-size: 13px;
        font-weight: 900;
        margin: 0 0 3px 0;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-align: left;
    }

    .quick-contact-text p {
        font-size: 13px;
        font-weight: normal;
        color: rgba(255, 255, 255, 0.9);
        margin: 0;
    }

.quick-contact-item.whatsapp .quick-contact-text h6, .quick-contact-item.whatsapp .quick-contact-text p {
    color: #25D366
}

.quick-contact-item.linkedin .quick-contact-text h6, .quick-contact-item.linkedin .quick-contact-text p {
    color: #0077B5
}
/* Points of Contact Section */
.points-of-contact-section {
    padding: 80px 0;
    background: url('../../Content/images/contact-us-bg.svg') no-repeat;
    background-size: cover;
    
}

.section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #0033A0;
    margin-bottom: 50px;
}

.contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
}

.contact-card {
    background: white;
    border-radius: 16px;
    padding: 9px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: center;
}

    .contact-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

.contact-card-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #0033A0, #00BFFF);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    border-radius: 6px;
    padding: 10px;
}

.contact-card h5 {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-bottom: 9px;
    text-align: left;
}

.contact-card a {
    font-size: 14px;
    font-weight: normal;
    color: #0033A0;
    text-decoration: none;
    transition: color 0.3s ease;
}
.contact-card p {
    font-size: 14px;
    font-weight: 600;
    color: #0033A0;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .contact-card a:hover {
        color: #FF6A00;
    }

/* Locations Section */

.locations-section {
    padding-top: 50px;
}

.location-headquarter {
    text-align: center;
    margin-bottom: 40px;
}

.location-tag {
    display: inline-block;
    background: #FF6A00;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}

.location-address {
    font-size: 14px;
    line-height: 1.5;
    color: #00194c;
}

.locations-grid {
   /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;*/
   display: flex;
   align-items:center;
   justify-content:center;
   flex-wrap:wrap;
   gap: 25px;
}

.location-card {
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

    .location-card:hover {
        border-color: #0033A0;
        background: white;
        transform: translateY(-3px);
        box-shadow: 0 5px 20px rgba(0, 51, 160, 0.1);
    }

    .location-card h5 {
        font-size: 16px;
        font-weight: 700;
        color: #0033A0;
        margin-bottom: 10px;
    }

    .location-card p {
        font-size: 14px;
        color: #666;
        margin: 5px 0;
    }

/* Thank You Section */
.thankyou-section {
    display: none;
    text-align: center;
    padding: 100px 20px;
}

    .thankyou-section.active {
        display: block;
    }

.thankyou-content {
    background: white;
    border-radius: 20px;
    padding: 60px 40px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.thankyou-heading {
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(135deg, #FF6A00, #FFB340);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 30px 0 20px;
}

.thankyou-message {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}

/* Validation Error Styling */
.error,
.text-danger {
    color: #dc2626;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

/* Responsive Design */
@@media (max-width: 992px) {
    .quick-contacts {
        flex-direction: column;
    }

    .contact-content {
        flex-direction: column;
    }

    .contact-form-panel {
        border-radius: 20px 20px 0 0;
    }

    .contact-info-panel {
        width: 100%;
        border-radius: 0 0 20px 20px;
    }

    .contact-header h1 {
        font-size: 36px;
    }

    .section-title {
        font-size: 32px;
    }
}

@@media (max-width: 768px) {
    .contact-form-panel {
        padding: 25px;
    }

    .contact-header h1 {
        font-size: 28px;
    }

    .contact-cards-grid {
        grid-template-columns: 1fr;
    }

    .locations-grid {
        grid-template-columns: 1fr;
    }

    .phone-input-wrapper {
        flex-direction: column;
    }

    .country-code {
        width: 100%;
        justify-content: center;
    }

    .illustration-wrapper {
        height: 250px;
    }
}

.captcha-box {
    display: flex;
    align-items: end;
    gap: 16px;
    flex-wrap: wrap;
}

.captcha-image, .captcha-text {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 6px 10px;
    border-radius: 4px;
    background: #fafafa;
    min-width: 120px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.captcha-controls {
    display: flex;
    gap: 8px;
    align-items: center;
}

.captcha-input {
    padding: 10px;
    border-radius: 0;
    border: none;
    width: 100%;
    border-bottom: 2px solid #e2e8f0;
}

.captcha-verify {
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #0249D9;
    background: #0249D9;
    color: white;
    cursor: pointer;
}

.captcha-refresh {
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #0249D9;
    background: #0249D9;
    cursor: pointer;
    color: #fff;
}

.captcha-msg {
    font-size: 0.9rem;
    margin-left: 6px;
    min-width: 160px;
}

.small-muted {
    font-size: 0.8rem;
    color: #666;
    margin-top: 6px;
}
input#CaptchaInputText{
    color:#00194c !important
}
.co-lending-middleware-img img{
    width: 50%;
}
.feature-sec .swiper-fade .swiper-slide{
    background:#fff;
}
.horizontal-line{
    border-top:1px solid #00194c;
}

/*ribbon css*/
.ribbon-section {
    background: #fff;
    height: auto !important;
    position: relative;
    text-align: center;
    margin: 10% 0 5%;
}
.featured-by {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #00194c;
    color: #ffffff;
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 18px;
/*    font-weight: 600;*/
    letter-spacing: 0.4px;
    z-index: 10;
    white-space: nowrap;
}

/* Marquee section */
.ribbon-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 50px 0 35px;
    background: #edf3ff;
}

    .ribbon-marquee::before,
    .ribbon-marquee::after {
        content: "";
        position: absolute;
        top: 0;
        width: 110px; /* wider = stronger fade */
        height: 100%;
        z-index: 5;
        pointer-events: none;
    }

    .ribbon-marquee::before {
        left: 0;
        background: linear-gradient( to right, rgba(237, 243, 255, 1) 0%, rgba(237, 243, 255, 0.95) 25%, rgba(237, 243, 255, 0.6) 55%, rgba(237, 243, 255, 0) 100% );
    }

    .ribbon-marquee::after {
        right: 0;
        background: linear-gradient( to left, rgba(237, 243, 255, 1) 0%, rgba(237, 243, 255, 0.95) 25%, rgba(237, 243, 255, 0.6) 55%, rgba(237, 243, 255, 0) 100% );
    }


/* Moving track */
.ribbon-track {
    display: flex;
    width: max-content;
    animation: ribbonScroll 60s linear infinite;
}


.ribbon-item {
    flex: 0 0 auto;
    margin-right: 30px;
}

    .ribbon-item img {
        height: 60px;
        width: auto;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

        /* Hover Effect */
        .ribbon-item img:hover {
            transform: scale(1.08);
        }

/* Pause on hover */
.ribbon-marquee:hover .ribbon-track {
    animation-play-state: paused;
}

/* Keyframes */
@keyframes ribbonScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
