.custom-logo
{
    width: 295px;
}

.header-menu ul li a.active {
    color: #e6b139;
}

.custom-box-padding
{
    padding: 0px 80px;
}

.btn-secondary {
    background-color: #0f2536;
    border-color: #112736;
    color: #fff;
}

.header-login-btn {
    margin-left: 15px;
}

.custom-button-size
{
    padding: 0px 40px;
    line-height: 45px;
    height: 46px;
}

.footer-section, .footer-copyright
{
    background-color: #020202;
}

.text-justify
{
    text-align: justify;
}

.custom-abt-text
{
    font-size: 18px;
    line-height: 1.9;
}

.custom-bg
{
    background-color: #f0f3ed !important;
}

.footer-widget-title {
    font-size: 27px;
    color: #709b14;
    font-weight: 600;
    white-space: nowrap;
}

.register-login-form
{
    background: white !important;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 1px 1px 2px #eee !important;
}

@media only screen and (max-width: 575px)
{
    .custom-box-padding
    {
        padding: 0px 20px;
    }

    .header-logo a img {
        width: 240px;
    }

    .section-padding {
        padding-top: 100px !important; 
        padding-bottom: 20px !important;
    }

    .register-login-form .title {
        font-size: 29px;
    }
}
