/*********************************************************************************

    Template Name: Fsulting - Financial Consulting Bootstrap 4 Template
	Description: Fsulting is a beautiful and unique financial & consulting html template which comes with bootstrap 4 framework.
	Version: 1

	Note: This is custom css. All custom styles (user styles) declare here.

**********************************************************************************/

.footer-brandbar {
    padding: 28px 0;
}

.footer-brandbar__inner {
    align-items: center;
    display: grid;
    grid-template-columns: 180px 130px minmax(0, 1fr);
    gap: 28px;
}

.footer-brandbar__regulators {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-brandbar__logo {
    display: block;
    height: auto;
    object-fit: contain;
}

.footer-brandbar__logo--condusef {
    max-width: 125px;
}

.footer-brandbar__logo--cnbv {
    max-width: 150px;
}

.footer-brandbar__logo--brand {
    max-width: 115px;
}

.footer-brandbar__content h5 {
    color: #a3a000;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 8px;
}

.footer-brandbar__content p {
    color: #777777;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 0;
}

.footer-brandbar__copyright {
    margin-top: 28px;
}

@media (max-width: 991px) {
    .footer-brandbar__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-brandbar__regulators,
    .footer-brandbar__company-logo {
        align-items: center;
    }

    .footer-brandbar__content h5 {
        font-size: 26px;
    }

    .footer-brandbar__content p {
        font-size: 16px;
    }
}

/* Keep the sticky header from changing page height when it appears. */
@media (min-width: 992px) {
    .sticky--header {
        min-height: 126px;
    }

    .sticky--header.is-sticky .header__bottom {
        animation: none;
    }

    .sticky--header.is-sticky .header__logo a {
        padding: 40px 0;
    }
}
