footer {
  height: auto;
  background: #022546;
  color: #fff;
  min-height: 250px;
  padding: 30px 15px;
}
@media only screen and (max-width: 768px) {
  footer {
    height: auto;
  }
  footer .footermenu {
    border-top: 1px solid #6c757d;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer #logo_edw {
    max-width: 100%;
  }
}
footer a {
  color: #fff !important;
}
footer a:hover {
  color: #00b0df !important;
}
footer #topFooter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  min-height: 85%;
}
footer #topFooter .footermenu {
  margin: 0 auto;
  text-align: center;
  margin-top: 2rem;
  border-top: 1px solid #808080;
  padding-top: 15px;
}
footer #bottomFooter {
  height: 10%;
  background: rgba(0, 0, 0, 0.4);
  min-height: 35px;
  line-height: 33px;
}
@media only screen and (max-width: 768px) {
  footer #bottomFooter {
    margin-top: 30px;
  }
}
footer #bottomFooter .ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer #bottomFooter .ul li:hover {
  color: #f5f5f5;
}
footer #bottomFooter .menu {
  margin-left: 17%;
  padding: 1px 0;
  width: 500px;
}
@media only screen and (max-width: 1300px) {
  footer #bottomFooter .menu {
    margin-left: 7%;
  }
}
@media only screen and (max-width: 768px) {
  footer #bottomFooter .menu {
    margin: 0;
    width: 100%;
  }
  footer #bottomFooter .menu .separator {
    display: none;
  }
}
footer #footerWidgetArea {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
footer .container {
  padding-top: 30px;
}
@media only screen and (max-width: 1025px) {
  footer .container {
    margin-bottom: -30px;
    margin-top: -30px;
  }
}
footer h2 {
  color: #fff !important;
}