* {
    font-family: 'Montserrat', sans-serif!important;
}

.logo-dark {
    filter: brightness(0) invert(1);
}

.img-logo {
    max-width: 175px;
    max-height: 35px;
}

.bg-overlay[data-style="9"] {
    background: radial-gradient(circle at center, #7228a1 0%, rgb(5 5 117 / 50%) 100%);
    opacity: .9;
}

.icon-box.text-center p, .icon-box.center p {
    text-align: left;
}

#ceo-tagline {
    background-color: #041328;
    /* min-height: 500px; */
}

.ceo-quote {
    padding: 0 40px;
}

.ceo-quote h1 {
    font-size: 50px;
}

.ceo-quote h4 {
    font-size: 16px;
}

.ceo-frame {
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.fw-normal {
    font-weight: normal !important;
}

.lh-normal {
    line-height: 1.4;
}

#page-title {
    background-position: center -920px;
}

@media (max-width: 1024px) {
    #header #logo>a span {
        padding-right: 1rem;
    }

    #header #logo>a img {
        max-height: 40px;
    }
}