@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
/*variables*/
.footer {
  background-color: #2f3985;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  overflow: hidden;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer .footer-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  list-style-type: none;
  font-size: small;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px !important;
  color: white;
}

.footer .footer-content ul li {
  padding-right: 10px;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}

.footer .footer-content ul li:hover {
  color: #828a9c;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.footer .copyrights p {
  font-size: small;
  color: white;
}

.footer .copyrights span {
  color: #828a9c;
}

.footer .copyrights span:hover {
  cursor: pointer;
}

@media (max-width: 770px) {
  .footer {
    background-color: #2f3985;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    overflow: hidden;
  }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer .footer-content {
    font-size: x-small;
    text-align: center !important;
  }
  .footer .footer-content .ul-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    padding: 0px;
    list-style-type: none;
    justify-self: center;
    justify-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
  }
  .footer .footer-content .ul-footer .li-footer {
    padding-right: 5px;
    font-size: smaller;
  }
  .footer .copyrights p {
    font-size: x-small;
    color: white;
  }
  .footer .copyrights span {
    color: #828a9c;
  }
}
/*# sourceMappingURL=footer.css.map */