/*===============================================
	All Colors Option 
================================================ */
.theme-bg.call-to-act-wrap {
    background: #2196F3;
}


.btn-primary {
    background: #009646 !important;
    border-color: #009646 !important;
}

.bg-primary {
    background: #046c35 !important;
}

    .btn-primary:active, .btn-primary:hover {
        background: #046c35 !important;
        border-color: #046c35 !important;
    }


footer.dark-footer {
    background: #046c35 !important;
}

.skin-dark-footer .footer-bottom {
    background: #0b552e !important;
}