/* CUSTOM PAGE STYLE */
.m-r-40 {
    margin-right: 40px !important;
}

.f-s-15 {
    font-size: 15px !important;
}

.text-white {
    color: white;
}

.f-s-10 {
    font-size: 10px;
}

.f-s-22 {
    font-size: 22px;
}

.text-light-white {
    color: #d7d7d7 !important;
}

.main-footer .footer-bottom .inner-container:before {
    background: #001376;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #001376), to(#001376));
    background: -o-linear-gradient(top, #001376 1%, #ff6c00 100%);
    background: linear-gradient(180deg, #001376 1%, #001376 100%);
}

.main-footer .footer-bottom .footer-nav li:before {
    background-color: #ff6c00;
}

.footer-nav-link li:hover a {
    color: #ff6c00 !important;
}

.footer-column .widget-title:after,
.footer-column .widget-title:before {
    background-color: #ff6c00 !important;
}

.user-links li a:before {
    color: #ff6c00;
}

.banner-section-two .content-box h2 {
    font-size: 84px;
}