footer.page-footer.dark {
  background: #000;
  padding-top: 0;
  padding-bottom: 25px;
}
footer.page-footer.dark .footer-h-menu {
  background: #222525;
  padding: 15px 0 10px;
  margin-bottom: 30px;
}
footer.page-footer.dark .footer-h-menu ul.footer-bright-list li {
  display: inline-block;
}
footer.page-footer.dark .footer-h-menu ul.footer-bright-list li a {
  font-size: 18px;
  font-weight: 300;
  color: #ddd;
  transition: color 0.3s;
}
footer.page-footer.dark .footer-h-menu ul.footer-bright-list li a:hover {
  color: var(--bs-gold-color);
}
footer.page-footer.dark ul {
  margin: 0;
  padding: 0;
  line-height: inherit;
}
footer.page-footer.dark ul li {
  margin: 0;
  padding: 0;
}
footer.page-footer.dark ul li:before, footer.page-footer.dark ul li:after {
  display: none;
}
footer.page-footer.dark a {
  white-space: nowrap;
  font-size: 13px;
  color: #666;
  font-weight: 400;
  transition: color 0.3s;
}
footer.page-footer.dark a:hover {
  color: var(--bs-gold-color);
}
footer.page-footer.dark h5, footer.page-footer.dark .h5 {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  margin-top: 0 !important;
}
footer.page-footer.dark img.footer-logo {
  width: 200px;
  opacity: 0.4;
  margin-top: 15px;
}
footer.page-footer.dark p.copyright-text {
  font-size: 12px;
  color: #666;
  margin-top: 15px;
}

.rtl footer.page-footer.dark ul {
  text-align: right;
}
.rtl footer.page-footer.dark .footer-h-menu ul.footer-bright-list > * {
  margin-left: 25px;
}
.rtl footer.page-footer.dark h5, .rtl footer.page-footer.dark .h5 {
  text-align: right;
}

.page-footer ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;
}
.page-footer.dark a:hover {
  color: #fff;
}
.page-footer.dark a:focus {
  color: #fff;
}

/* bottom-footer */
.bottom-footer {
  color: #d8d8d8 !important;
  background: #000 !important;
}
.bottom-footer h5 {
  color: #d8d8d8 !important;
}
.bottom-footer li a {
  transition: all .3s ease !important;
  color: #d8d8d8 !important;
  padding: 8px 0;
  display: inline-block;
  text-decoration: none;
  font-size: 16px !important;
}
.bottom-footer li a:hover {
  color: rgb(122 204 239);
}
.bottom-footer .footer-social {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  padding-bottom: 2em;
  list-style: none;
}
.bottom-footer .footer-social li a i {
  font-size: 20px;
}
.bottom-footer .footer-section-list {
  padding-inline-start: 0 !important;
}
.bottom-footer .footer-logo {
    width: 235px;
    height: 63px;
    margin: 1em auto 2em;
    background-size: cover;
} 
.bottom-footer .ot-sdk-show-settings {
  font-size: 16px !important;
  text-transform: capitalize;
  color: #666 !important;
  padding: 8px 0 !important;
  border: 0 !important;
  background-color: transparent !important;
}

@media only screen and (max-width: 792px) {
  footer.page-footer.dark ul {
    text-align: center !important;
  }
  footer.page-footer.dark ul li {
    padding: 5px 0;
  }
  footer.page-footer.dark ul li a {
    font-size: 1.2rem;
  }
  footer.page-footer.dark h5, footer.page-footer.dark .h5 {
    text-align: center !important;
    font-size: 2rem;
    margin-top: 25px !important;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 0;
  }
}