/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.logo {
    height: 25px;
    width: auto;
}
.signup-container {
    padding-top: 4rem;
    padding-bottom: 0rem;
}
.bottom-spacer {
    padding-bottom: 0rem;
}
.center-align-footer {
    display: flex;
    align-items: center;
}
.footer-container {
    padding: 3rem 0px 1.75rem 0px;
}
.signup-container {
    display: none;
}
.footer-byline {
    display: flex;
    justify-content: center;
}
.scedule-demo-blk {
    color: #15162d;
    font-weight: 500;
}
.wht-bg-para {
    font-weight: 400;
}
.row-container.bottom {
    padding-top: 0px;
    border-top: 0px;
}
.row-container.top {
    padding-bottom: 0px;
}
.container-v3.bigger {
    max-width: 1140px;
}
.benefits-block {
    height: 160px;
    position: relative;
}
.benefits-block strong {
    font-weight: 800;
}
.benefits-block h5 {
    font-weight: 400;
    font-size: 22px;
}
.benefits-block p {
    font-size: 16px;
    margin-bottom: 15px;
}
.benefits-block .buttons-group {
    margin-top: 0px;
    position: absolute;
    bottom: 0;
}
.benefits-block .buttons-group .button-2 {
    padding: 7px 18px;
    font-size: 15px;
}
.tabs-menu-3 {
    justify-content: space-around;
}
.tab-pannel-sub h4 {
    font-weight: 600;
}
.tab-pannel-sub p {
    font-size: 18px;
}
.tab-panel {
    min-height: 356px;
    align-items: start;
}
.tab-pannel-sub {
    padding-top: 35px;
}
.div-width {
    max-width: 695px;
}
.tab-right {
    justify-content: end;
    display: flex;
}
.text-block-tab {
    align-self: start !important;
    padding-right: 20px;
}
.home-benefits .benefits-block {
    height: auto;
}
.background-dropdown {
    padding: 0.5rem 1rem;
}
.background-dropdown .nav-link-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.openabnking-benfts {
    padding: 50px 20px;
    padding-left: 5vw;
    padding-right: 5vw;
}
.nocode-lowcode {
    /* padding-top: 50px;
    padding-bottom: 20px; */
}
.nocode-lowcode .grid-hero-content {
    margin-top: 2rem;
    margin-bottom: 0rem;
}
.nocode-lowcode p {
    font-size: 15px;
}

.transformation-blk h4 {
    margin-bottom: 60px;
}
.cloud-banking-blk {
    padding-bottom: 2rem;
}
.cloud-components {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.cloud-components-inn h5 {
    padding: 8px 15px;
    margin-top: 0px !important;
    font-size: 16px;
}
.journey-api {
    padding-top: 0px;
    padding-bottom: 0px;
}
.why-figo-ai {
    text-align: center;
}
.why-figo-ai .div-width {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 70%;
    padding-bottom: 50px;
}
.why-figo-ai .div-width p {
    font-size: 16px;
    margin-bottom: 10px;
}
.embd-sub {
    padding-top: 0px;
    padding-bottom: 3rem;
}
.customerscucsess-blk {
    padding: 25px;
    background-color: #f7f7f7;
}
.customerscucsess-blk p {
    color: #292d30;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
}
.customerscucsess-blk h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 20px;
}
.customerscucsess-blk h5 {
    color: #2936bb;
}
.customerscucsess-main {
    margin-top: 40px;
}
.openbanking-bnr {
    margin-top: 4rem !important;
}
.aboutus-blks h3 {
    font-size: 28px;
}
.aboutus-blks p {
    font-size: 18px;
    margin-bottom: 25px;
}
.finnvtnoffrng-blk {
    padding: 20px;
    background-color: #f7f7f7;
}
.finnvtnoffrng-main h2 {
    margin-bottom: 40px;
}
.finnvtnoffrng-blk h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.finnvtnoffrng-blk p {
    font-size: 16px;
}
.finnovation-blk p {
    margin-bottom: 8px;
}
.figoai-help img {
    width: 100%;
    height: 200px;
}
.figoai-help h3 {
    font-size: 20px;
    margin: 30px 0px 20px 0px;
    text-align: center;
    font-weight: 600;
}
.figoai-help p {
    font-size: 16px;
    margin: 20px 0px;
    text-align: center;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .tab-right {
        justify-content: center;
    }
    .tab-panel {
        min-height: auto;
        align-items: start;
    }
    .tab-pannel-sub {
        padding-top: 0px;
    }
    .nav-menu-mobile {
        padding: 1rem 4vw 1rem;
    }
    .nav-link-mobile-container {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}
@media screen and (max-width: 767px) {
    .hero-wrapper {
        align-self: start !important;
    }
    .why-figo-ai .w-col-4 {
        width: 100%;
        padding: 20px !important;
    }
    .why-figo-ai .w-col-4 p {
        margin-bottom: 15px;
    }
    .footer-container {
        padding: 2rem 0px 1.75rem 0px;
    }
    .footer-container .c0 {
        margin-bottom: 1.5rem;
    }
    .footer-container .div-block-48 {
        margin-top: 0rem;
    }
    .grid-hero-default.margin-bottom80px {
        margin-bottom: 0px;
        padding-top: 25px;
    }
}
@media screen and (max-width: 580px) {
    .cloud-components {
        flex-direction: column;
    }
}
body.thank-body {
    background-color: #15162d !important;
    color: #fff !important;
    font-family: Messinasansweb, sans-serif !important;
}
.thank-message {
    text-align: center;
}
.message-text {
    font-size: 1.5rem !important;
    margin-top: 40px;
}
.back-link {
    color: rgb(150, 150, 150);
    margin-top: 10px;
    display: block;
}
.navbar-group {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}
.hero-intern.background-color-dark.padding-bottom80px {
    margin-top: 68px;
}
@media only screen and (min-width: 600px) {
    .page-wrapper-2 {
        margin-top: 68px;
    }
}
@media only screen and (max-width: 599px) {
    .page-wrapper-2 {
        margin-top: 16px;
    }
    h2.hero-header-adj {
        margin-top: 25px;
    }
}
.background-color-dark {
    background-color: #e6edf7;
}
/* .background-color-dark{
        background-color: #5f8efb !important;
    }*/
.primary-btn {
    background-color: #15162d !important;
}
.text-color-white {
    color: #15162d;
}
.default-paragraph {
    color: #15162d;
}
.footer-link {
    color: #15162d;
}
.why-image {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/why-digital.png");
    min-width: 100%;
    min-width: 100%;
    min-height: 400px;
    display: flex;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

.why-image h3 {
    margin-bottom: 35px;
}
.why-figo-ai .btm-0{
    padding-bottom: 0px !important;
}
.why-image h3,
.why-image p {
    color: #fff;
}
.figo-layer {
    background-color: rgba(0, 0, 0, 0.6);
}


.embded-image {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/emb-fin.jpg");
    min-width: 100%;
    min-width: 100%;
    min-height: 400px;
    display: flex;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    
}

.embded-image h3 {
    margin-bottom: 35px;
}
.why-figo-ai .btm-0{
    padding-bottom: 0px !important;
}
.embded-image h3,
.embded-image p {
    color: #fff;
    text-align: left;
}
.man-bg{
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/mssc.png");
    min-width: 100%;
    min-width: 100%;
    min-height: 400px;
    display: flex;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
}
.man-bg h2 {
    margin-bottom: 35px;
    color: #fff;
}
.man-bg .btm-0{
    padding-bottom: 0px !important;
}
.man-bg h2,
.man-bg h4,
.man-bg p {
    color: #fff;
    text-align: left;
}
.core-image {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/super-core.jpg");
    min-width: 100%;
    min-width: 100%;
    min-height: 400px;
    display: flex;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.core-image h3 {
    margin-bottom: 35px;
}
.why-figo-ai .btm-0{
    padding-bottom: 0px !important;
}
.core-image h3,
.core-image p {
    color: #fff;
    text-align: left;
}
.micro-image {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/microservices.jpg");
    min-width: 100%;
    min-width: 100%;
    min-height: 400px;
    display: flex;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    
}

.micro-image h3 {
    margin-bottom: 35px;
}
.why-figo-ai .btm-0{
    padding-bottom: 0px !important;
}
.micro-image h3,
.micro-image p {
    color: #fff;
    text-align: left;
}
.nav-link-2{
    font-size: 14px;
}
.footer-byline{
    color: #15162d;
}
.mic-img img{
    margin:auto;
    display: block;
}
.micro-core{
    text-align: center;
    margin-top: 2rem;
}
.footer-container .align-items-center{
    text-align: start !important;
}