/* Footer */
.footer {
  padding: 35px 0;
  position: relative;
  background-color: rgba(25, 25, 50, 1);
  width: 100%;
  min-height: 120px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
  color: #fff;
}
.footer__bg {
  position: relative;
  top: 5px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.footer-logo {
  display: inline-block;
  height: 50px;
}
.footer__link {
  color: #fff;
}
.footer__link:hover, .footer__link:active,
.footer__link:focus {
  text-decoration: none;
  color: #fff;
}
.footer .fa {
  margin: 5px;
  padding: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #0f0f2f;
  background-size: 200% auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer .fa:hover {
  cursor: pointer;
  background-position: right center;
  background-image: -webkit-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: -o-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(42, 197, 97)), color-stop(51%, rgb(140, 215, 29)), to(rgb(42, 197, 97)));
  background-image: -webkit-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: -o-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer__text {
  line-height: 24px;
}
.footer-copyright__group .outer__link {
  color: #fff;
}
.footer-copyright__group .outer__link:hover {
  color: rgb(140, 215, 29);
}
/* Footer end */
/* Media queries */
/* Large */
@media only screen and (max-width: 1199px) {

}
/* Medium */
@media only screen and (max-width: 991px) {

}

/* Small */
@media only screen and (max-width: 767px) {
  .footer-copyright__group {
    margin-top: 15px;
    text-align: center!important;
  }
}
/* Extra small */
@media only screen and (max-width: 575px) {
  .footer-logo__group {
    margin: 15px 0;
    text-align: center;
  }
}
