.bg-footer {
  background: #011736;
  padding: 1rem 0;
}
.foot-logo a img{
  width: 180px;
}
footer ul li {
  padding: 0;
  margin-top: 1rem;
}
footer ul li a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #a7a7a7;
  text-decoration: none;
}
footer h5 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-transform: capitalize;
  color: #ffffff;
}
footer p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #a7a7a7;
}
.footer-wrapper {
  width: 80%;
  margin: 0 auto;
}
.icon-footer {
  background-color: #2E5C99;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.footer-wrapper{
  position: relative;
}
.up-button{
  position: absolute;
  right: 0%;
  bottom: 0%;
  cursor: pointer;
}
.allrights {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #A7A7A7;
  text-align: center;
}
@media (min-width:992px) {
  .bg-footer {
    padding: 5rem 0;
  }
}