#site-footer p, #site-footer span, #site-footer a {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    word-break: break-word;
}

#site-footer {
    background-color: #0D1F2E;
}

#site-footer .bolder {
    font-weight: 600;
}

#site-footer .text-light {
    color: #f8f9fa;
}

#site-footer .copyright {
    color: #FFF;
    font-family: var(--font-family-elementia);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

#site-footer .ft-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#site-footer .ft-menu li:first-child {
    margin-left: 0;
}

#site-footer .ft-menu li {
    display: inline-block;
    margin: 0 8px;
}

#site-footer .ft-menu li a {
    color: #B2B6BE;
    font-size: 14px;
}

/*#site-footer h3 {*/
/*    font-size: 36px;*/
/*    line-height: 1.2;*/
/*    margin: 0 0 20px;*/
/*}*/

#site-footer .octf-btn {
    width: 240px;
    padding: 10px 40px 10px 40px;
    font-size: 18px;
    background-color: #FF561E;
    border-radius: 30px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff;
    outline: none;
}

#site-footer .octf-btn-light {
    background-color: #fff;
    color: #000000;
}

#site-footer .footer-contact-info span, #site-footer .footer-widget ul a, #site-footer .ft-menu li a {
    color: #fff;
}

#site-footer .footer-contact-info a {
    color: #fff;
}

#site-footer .footer-widget ul a:hover {
    color: #FF561E;
}

#site-footer .footer-widget .footer-title {
    font-weight: 700;
    line-height: 30px;
    color: #fff;
}

#site-footer h5 {
    font-size: 24px;
}

#site-footer .footer-contact-info .number-phone {
    color: #fff;
}

#site-footer .footer-contact-info span {
    line-height: 24px;
    display: block;
}

#site-footer .footer-contact-info span:not(.number-phone) {
    line-height: 24px;
}

@media (min-width: 1200px) {
    #site-footer .mr-xl-3, #site-footer .mx-xl-3 {
        margin-right: 1rem;
    }

    #site-footer .d-xl-none {
        display: none;
    }
}

@media (min-width: 992px) {
    #site-footer .text-lg-right {
        text-align: right !important;
    }
}