 a {
                   color: white;
      text-decoration: none;
         background-color: transparent;
       }
      a:hover {
                    color: #ffb71c;
                    text-decoration: none;
                    }
                    .header-image {

                    position: relative;
                    background-image: url(/e_recruitment_portal/static/img/Web-Banner.jpg);
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: cover;
                    width: 100%;
                    height: 160px !important;
                    }


                    .top-bar {
                    padding-top: 10px;
                    }
                    top-menu .menu-link:hover {
                    text-decoration: none;
                    color: #f1a400;
                    }

                    .logo {
                    display: flex;
                    align-items: center;
                    }
                    .logo a {
                    font-size: 24px;
                    line-height: 1;
                    color: #fff;
                    font-weight: 800;
                    padding-left: 20px;
                    }
                    .logo a.first-part {
                    padding-right: 20px;
                    border-right: 2px solid #fff;
                    }
                    .logo a.first-part img {
                    height: 82px;
                    width: auto;
                    }
                    img {
                    vertical-align: middle;
                    border-style: none;
                    }
                    .search-form {
                    position: relative;
                    }
                    .search-form .input-group-text {
                    background: #f1a400;
                    }
                    .list-inline {
                    list-style: none;
                    }
                    .input-group {
                    position: relative;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -ms-flex-align: stretch;
                    align-items: stretch;
                    width: 100%;
                    }
                    .button_search{
                    background: #f1a400;
                    border: none;
                    }
                    .main-menu .menu-link {
                    text-transform: uppercase;
                    font-size: 18px;
                    color: #fff;
                    font-family: 'Roboto',sans-serif;
                    font-weight: 600;
                    padding: 10px 0;
                    position: relative;
                    text-decoration: none;
                    display: block;
                    transition-duration: 500ms;
                    }


                    .main-menu .menu-link:hover {
                    text-decoration: underline;
                    color: #f1a400;

                    }

                    footer {
  background: #004879;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.footer-divider {
  padding: 10px 0;
    padding-bottom: 10px;
}
container-footer {
  max-width: 85%;
  margin: 0px auto;
}

#footer-divider {
  text-align: center;
  position: relative;
  color: #fff;
}
.footer-bottom {
  color: #fff;
}