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