.navigation-bar {
  background-color: purple;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.nav-item {
  margin-left: 20px;
  margin-right: 20px;
}

.nav-link {
  color: black;
}

.drop-list {
  color: #fff;
  background-color: purple;
  outline: none;
}

.dropdown-menu {
  padding: 0px;
  border: 0px;
  position: relative;
  right: 0%;
  left: auto;
}

.drop-list:focus {
  background-color: #fff;
  color: #000;
}

.back-img {
  background: url(./ach.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.achieve {
  position: relative;
  top: 40px;
  padding: 50px;
  height: 400px;
  width: 60%;
  background-color: rgba(0,0,0,0.4)
}

.achieve h1{
  font-family: "Baloo 2",cursive;
  font-weight: bold;
  text-align: center;
  color: black;
}

.achieve ul li{
  font-size: 24px;
  color: white;
}

.social-icon {
  margin: 30px 40px;
  color: purple;
  border-radius: 100%;
  font-size: 25px;
}

.fa-facebook-f:hover, .fa-twitter :hover, .fa-instagram:hover, .fa-envelope:hover {
  color: white;
}

.footer-div {
  margin: 0px;
  background-color: #E8D3DE;
  height: 100px;
  width: 100%;
  padding-bottom: 150px;
  text-align: center;
  border: 0px;
  position: relative;
}

a:hover{
  text-decoration: none;
}

@media screen and (max-width:992px){
  .achieve{
    height: 600px;
  }
}
