.site-button:hover {
    background: #de6d00 !important;
}


.half-btn:after {
    background: #de6d00 !important;
}

.section-full.construct-action.bg-primary {
    background: #de6d00 !important;
}

.footer-top {
    background: #00206e;
}

.footer-bottom {
    background: #002048;
}

/** corners **/

.site-button:after,
.site-button:before {
    all: unset;
}

/** separator **/



.ng-separator  {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    position: relative;
    padding: 5px 0;
}

.ng-separator.left {
    justify-content: flex-start;
}

.ng-separator:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #ff9309;


}

.ng-separator:not(.left):before {
    content: '';
    width: 50px;
    height: 2px;
    background: #ff9309;
}

.ng-separator.black:before,
.ng-separator.black:after {
    background: black;
}

.ng-separator.center {
    margin: auto;
}

.ng-separator img {
    width: 22px;
    height: auto;
}
