footer {
  padding-bottom: 60px;
  padding-top: 40px;
  background-color: #14375a;
}
footer .my-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 991px) {
  footer .my-container {
    flex-wrap: wrap;
  }
}
footer .my-container .left {
  width: 50%;
}
@media (max-width: 991px) {
  footer .my-container .left {
    width: 100%;
    padding-bottom: 40px;
  }
}
footer .my-container .left .logo-link img {
  width: 300px;
  height: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 10px;
}
footer .my-container .left .short {
  margin-top: 1rem;
}
footer .my-container .left .contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .my-container .left .contact .contact-box {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
footer .my-container .left .contact .contact-box img {
  max-width: 25px;
}
footer .my-container .left .contact .contact-box a {
  color: #fff;
  text-decoration: none;
}
footer .my-container .left .contact .fb {
  width: 30px;
  height: 30px;
}
footer .my-container .right {
  width: 25%;
}
@media (max-width: 991px) {
  footer .my-container .right {
    width: 100%;
  }
}
footer .my-container .right h5 {
  font-size: 1.25rem;
}
footer .my-container .right nav ul {
  padding: 0;
  list-style-type: none;
}
footer .my-container .right nav ul li {
  margin-bottom: 10px;
}
footer .my-container .right nav ul li a {
  color: #fff;
  text-decoration: none;
}

.accessibility-bar {
  position: fixed;
  top: 40vh;
  right: 0;
  background-color: #fff;
  border: 1px solid #eee;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 10px 5px;
  z-index: 999;
}
@media only screen and (max-width: 991px) {
  .accessibility-bar {
    top: inherit;
    bottom: 40px;
  }
}
.accessibility-bar ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  margin: 0;
}
.accessibility-bar ul li {
  font-size: 12px !important;
  font-weight: 700;
  border: 1px solid #eee;
  background-color: #f0f0f0;
  padding: 5px;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.accessibility-bar ul li.active {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.accessibility-bar .contrast-switcher svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.dark-mode footer .col-menu .label:before {
  background-color: #fdca40 !important;
}
.dark-mode footer .col-menu .footer-nav .footer-menu .menu-item:before {
  background-color: #fdca40 !important;
}
.dark-mode footer {
  background: #000 !important;
  border-top: 1px solid #fdca40;
}
.dark-mode .accessibility-bar {
  background-color: #fdca40;
  border-color: #000;
}
.dark-mode .accessibility-bar .accessible-btn {
  background-color: #000;
  border-color: #000;
}
.dark-mode .accessibility-bar .contrast-switcher {
  background-color: #000;
  border-color: #000;
}
.dark-mode .accessibility-bar .contrast-switcher svg path {
  fill: #fdca40;
}/*# sourceMappingURL=style.css.map */