/* -------------------- Footer BEGINN -------------------- */

.footer-title {
  font-family: kohinoor-telugu, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #e7000e;
  text-align: center;
}
ul.footer-list {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.footer-list li {
  padding-bottom: 7px;
  font-size: 17px;
}
.footer-list a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}
.footer-list a:hover {
  color: #e7000e;
}
@media (min-width: 992px) {
  .footer-title {
    text-align: left;
    padding-bottom: 10px;
  }
  ul.footer-list {
    text-align: left;
  }
}
.copyright {
  color: #fff;
  font-style: italic;
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.75rem 0 0;
}
ul.footer-list-1 {
  color: #fff;
  font-style: italic;
  list-style-type: none;
  padding: 0;
  text-align: center;
}
ul.footer-list-1 li {
  display: inline-block;
  text-align: center;
}
ul.footer-list-1 a {
  color: #fff;
  padding: 0 0.5rem;
  text-decoration: none;
}
ul.footer-list-1 a:hover {
  color: #e7000e;
}
@media (min-width: 992px) {
  .copyright {
    text-align: left;
    margin: 0;
  }
  ul.footer-list-1 {
    text-align: left;
  }
}

/*-----------------------------*/

.footer-end {
  text-align: center;
}
.footer-end a {
  color: #000;
  text-decoration: none;
}
.footer-end a:hover {
  color: #d7ab59;
}

/* -------------------- Footer ENDE -------------------- */