.financialshowcase {
    background-color: #230B04;
    color: #FFF;
    padding-bottom: 30px;
}

.financialshowcasetext {
    padding: 30px 50px 30px 50px;
}

#showcasetoptitle {
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 23px;
    leading-trim: NONE;
    line-height: 138%;
    letter-spacing: 0px;
    vertical-align: middle;
}

#showcasesubtitle {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 42px;
    leading-trim: NONE;
    line-height: 124%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
}

#showcaseheadercontent {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: middle;
}

#showcaseborder {
    border-bottom: 4px solid #FFF;
}

.showcaserow {
    padding-top: 15px;
}

.showcaseholder {
    text-align: center;
}

.showcasecontent {
    background-color: #FFF;
    border-radius: 20px;
    color: #161616;
    padding: 15px;
}

h3 {
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 29px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

/* service_7b_css
---------------------------------------------------------- */
.service_7b {
    background-color: #230B04;
    position: relative;
}
.services-content-holder p {
    color: white;
}

.service_7b .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 50px 50px;
    max-width: 1920px;
    margin: 0 auto;
    gap: 40px;
}

.service_7b .services-container {
    background: var(--secondary-color);
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.service_7b .services-title h4 {
    color: #e2b656;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Heading 3 */
    font-family: 'Open Sans';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
}
.service_7b .services-title .main-btn {
    min-width: 100%;
}

.services-title p {
    color: var(--Gray-40, #313a3c);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Desktop/Body */
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 200% */
}
.service_7b .services-title {
    width: 100%;
}
.service_7b .services-slider {
    padding: 0 50px;
}
.service_7b .services-content-holder {
    margin: 0 auto;
    width: 80%;
    position: relative;
    z-index: 1;
    text-align: center;
}
.service_7b .services-content-holder h2 {
    white-space: pre;
    color: var(--White, #fff);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Montserrat;
    font-size: clamp(39px, 5vw, 64px);
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 76.8px */
    text-transform: uppercase;
}
.service_7b .services-slider {
    padding: 80px 0;
}
.service_7b .services-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: min(95%, 368px);
    text-align: center;
    margin: 0 auto;
    padding: 49px 7%;
    background-color: white;
    border-radius: 15px;
}
.service_7b .services-icon {
    width: min(100%, 206px);
    height: min(100vw, 167px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.service_7b .services-nav-holder {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 0 45px;
}
.service_7b .services-content-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px 50px;
}
.service_7b .services-content-holder .main-btn.secondary {
    background-color: transparent;
    border-color: var(--white);
    color: white;
}
.service_7b .services-content-holder .main-btn.secondary:hover {
    background-color: var(--white);
    color: var(--black);
}
.service_7b .services-content-holder .main-btn.secondary:hover {
    border-color: var(--white);
}
.service_7b ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    list-style-type: none;
    gap: 5px 25px;
    flex-wrap: wrap;
}
.service_7b ul.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_7b ul.slick-dots button {
    font-size: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    transition: ease-in-out 0.5s;
    border-radius: 50%;
    border: 2px solid var(--white);
}
.service_7b ul.slick-dots button:hover,
.service_7b ul.slick-dots .slick-active button {
    background-color: var(--white);
}
.service_7b .services-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
}
.service_7b .services-slider .slick-arrow,
.service_7b .services-nav-holder .slick-arrow {
    margin: 0;
    padding: 0;
    font-size: 0;
    border-radius: 0;
    background-color: transparent;
    bottom: 50%;
    transform: translateY(50%);
    position: absolute;
    left: 0;
}
.service_7b .services-slider .slick-arrow.slick-next,
.service_7b .services-nav-holder .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.service_7b .slick-slider .slick-list {
    width: 90%;
    margin: 0 auto;
    overflow: visible;
}
.service_7b .services-box:hover {
    text-decoration: none;
}
/* RESPONSIVE
-----------------------------------------------*/
@media (max-width: 1025px) {
    .service_7b .services-content-holder {
        flex-direction: column;
    }
}
@media (max-width: 900px) {
    .service_7b ul.slick-dots {
        width: min(80%, 100%);
    }
}
@media all and (max-width: 600px) {
    .service_7b .services-grid {
        padding: 0px 0px 0px 0px;
    }
    .service_7b {
        padding: 25px 25px;
    }
    .service_7b .services-buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    }
    .service_7b .services-nav-holder {
        width: 100%;
    }
    .service_7b .services-slider {
        padding: 50px 0;
    }
    .service_7b .services-container {
        padding: 50px 25px 80px;
    }
    .service_7b ul.slick-dots {
        gap: 10px;
    }
}
/* end of service_7b */

.faqsection {
    padding: 50px 50px 50px 50px;
}

.faqyellow {
    background-color: #E2B656;
    padding: 25px;
}

.faqyellow h3 {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 42px;
    leading-trim: NONE;
    line-height: 124%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #222B32;
}

.faqyellow .text{
    color: #21313F;
}

.faqblue {
    background-color: #21313F;
    padding: 25px;
}

.faqblue h3 {
    font-family: Open Sans;
    font-weight: 300;
    font-size: 42px;
    leading-trim: NONE;
    line-height: 124%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFF;
}

.faqblue .text{
    color: #FFF;
}

/* cta_welcome_1_css
---------------------------------------------------------- */
.cta_welcome_1 {
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background-color: #222B32;
}

.cta_welcome_1 .container {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: min(100%, 1500px);
}

.cta_welcome_1 .welcome-top-title * {
    margin: 0;
}

.cta_welcome_1 .welcome-top-title h2 {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FFF;
}

.cta_welcome_1 .welcome-top-title h3 {
    color: var(--black);
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
}

.cta_welcome_1 p a,
.cta_welcome_1 .welcome p a:visited {
    color: var(--black);
    font-weight: bold;
}

.cta_welcome_1 .welcome-button a {
    margin: 0 auto;
}

.cta_welcome_1 .welcome-content p {
    margin: 0;
    color: #FFF;
}

@media screen and (max-width: 991px) {
    .financialicons {
        padding: 30px;
    }
}