/* Footer */
footer {
  background-color: rgba(0, 0, 0);
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  margin-top: 0px;
  // position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.contact-info {
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  font-size: 1em;
}

.contact-info p {
  margin: 10px 0;
  font-size: 14px;
}

.contact-info i {
  margin-right: 10px;
  color: #D78E09;
}

.contact-info a {
  color: inherit;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.cin {
  font-size: 10px;
}
