.page-header .page-header-menu {
    background: #0E7503;
}

.page-footer {
  background: #0E7503;
  color: #FFF;
}

.progress-bar {
  background-color: #0E7503;
}

/*Custom Scrollbars*/
::-webkit-scrollbar {width: 20px;background: #FAA41C;}
::-webkit-scrollbar-thumb {background: #0E7503;}