@charset "utf-8";
.footer-bg {
  position: relative;
  
  background-color:rgba(78,64,64,0.75);
  background-size: cover;
  padding: 10px 0;
  
}

/* Enable fixed background ONLY on desktop */
@media (min-width: 992px) {
  .footer-bg {
    background-attachment: fixed;
  }
}

.footer-overlay {
  position: relative;
  background-color:rgba(30,28,28,0.82);
  width: 100%;
  height: 100%;
}

.footer-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 2px solid #0dcaf0;
  display: inline-block;
  padding-bottom: 5px;
}

.footer-links li {
  margin-bottom: 7px;
}

.footer-links a {
  color: #ddd;
  font-size: 14px;
  text-decoration: none;
}

.footer-links a:hover {
  color: #0dcaf0;
  padding-left: 5px;
  transition: 0.3s;
}

.social-icon {
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.social-icon:hover {
  background: #0dcaf0;
  border-color: #0dcaf0;
  color: #000;
}

.visitor {
  color: #ffc107;
  font-size: 14px;
}
.text-justify{
	text-align:justify;
}/* CSS Document */

