img {
  max-width: 100%;
}

body.active {
  overflow: hidden;
}

.overlay.active {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.container {
  max-width: 1180px !important;
  margin: 0 auto;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-icon {
  display: none;
}
.menu-icon i {
  font-size: 35px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, rgba(0, 1, 68, 0.94)), color-stop(16%, rgba(0, 0, 45, 0.84)), color-stop(65%, rgba(0, 1, 86, 0.87))) border-box !important;
  background: linear-gradient(0deg, rgba(0, 1, 68, 0.94) 7%, rgba(0, 0, 45, 0.84) 16%, rgba(0, 1, 86, 0.87) 65%) border-box !important;
  padding: 15px 0px;
}
header .container {
  max-width: 90vw;
  margin: 0 auto;
}
header .menu strong {
  display: block;
  text-align: right;
  color: #afd8ff;
  font-size: 40px;
  line-height: 23px;
}
header .menu i {
  font-size: 35px;
  color: #fff;
}
header .menu ul {
  padding: 20px 0px 0px;
}
header .menu ul li a {
  display: block;
  color: #87c023;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
header .menu ul li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

footer {
  background-color: #000033;
  padding-top: 45px;
}
footer .main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .footer-links {
  width: 25%;
}
footer .footer-links h5 {
  font-size: 20px;
  padding-bottom: 15px;
  line-height: 1em;
  color: #87c023;
  font-weight: 600;
}
footer .footer-links ul li {
  padding-bottom: 15px;
}
footer .footer-links ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
footer .footer-links .address {
  color: #fff;
  font-weight: 500;
}
footer .bottom-footer {
  padding-top: 35px;
  text-align: center;
}
footer .bottom-footer p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}