.site-footer {
  background: radial-gradient(circle at 90% 99%, rgba(112, 112, 112, 0.4) 0%, transparent 35%), linear-gradient(180deg, #0b0b0b 0%, #111 100%);
  color: #e6e6e6;
}
.site-footer .footer-bar {
  background-color: rgba(34, 34, 34, 0.5019607843);
}
.site-footer .footer-bar .footer-search {
  margin-left: -8%;
  -webkit-text-stroke: 0.2;
}
.site-footer .footer-bar .footer-search .fa-search::before {
  font-size: 16px;
}
.site-footer .footer-bar .footer-search input {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 20px;
  text-align: left;
  padding-left: 8%;
}
.site-footer .footer-bar .footer-search input::placeholder {
  color: white;
}
.site-footer .footer-bar .weather {
  padding: 3px;
}
.site-footer .footer-bar .weather strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}
.site-footer .footer-bar .util-icon {
  align-items: center;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  padding: 8px 0px;
  text-decoration: none;
}
.site-footer .footer-bar .util-icon:hover {
  background-color: #5f5f5f;
}
.site-footer .footer-bar .util-icon i {
  border-left: 1px solid #777777;
  padding: 5px 18px;
  width: 100%;
}
.site-footer .footer-bar .util-icon i::before {
  -webkit-text-stroke: 1px white;
  font-size: 20px;
  paint-order: stroke fill;
}
@media (max-width: 767px) {
  .site-footer .footer-bar .container {
    flex-direction: column;
    gap: 8px;
  }
}
.site-footer .footer-top {
  background: transparent;
}
.site-footer .footer-brand {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 60px;
  color: white;
  font-weight: bold !important;
  text-align: center;
}
.site-footer .footer-brand .eco {
  font-weight: normal;
}
.site-footer .footer-brand .news {
  font-weight: bold;
}
.site-footer .footer-brand .dot {
  font-size: 35px;
  font-weight: bolder;
  position: relative;
  top: 8px;
  line-height: 0;
}
@media (max-width: 767px) {
  .site-footer .footer-brand {
    font-size: 36px;
  }
}
.site-footer .social-icons {
  display: flex;
  gap: 3%;
  justify-content: center;
  margin-bottom: 8px;
}
.site-footer .social {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  text-decoration: none;
  transition: all 0.18s ease;
  width: 35px;
}
.site-footer .social i {
  font-size: 16px;
}
.site-footer .social:hover {
  transform: translateY(-4px);
}
@media (max-width: 767px) {
  .site-footer .social {
    height: 40px;
    width: 40px;
  }
}
.site-footer .footer-columns {
  max-width: 1200px;
  padding-top: 6px;
}
.site-footer .footer-columns ul {
  margin: 0;
  padding: 0;
}
.site-footer .footer-columns ul li {
  color: rgba(255, 255, 255, 0.9);
  padding: 3px 4px 5px 0px;
  height: 28px;
}
.site-footer .footer-columns ul li a {
  color: #DDDDDD;
  text-decoration: none;
  font-family: "nassim";
  font-size: 14px;
}
.site-footer .footer-columns ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .site-footer .footer-columns {
    padding-top: 12px;
  }
  .site-footer .footer-columns .col-6 {
    padding-left: 5px;
    padding-right: 8px;
  }
}
.site-footer p.small {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .site-footer .footer-utilities {
    justify-content: center;
  }
}

.social-fb {
  background: #3b5998;
}

.social-tw {
  background: #1da1f2;
}

.social-gp {
  background: #dd4b39;
}

.social-li {
  background: #0077b5;
}

.social-ig {
  background: #a86b4a;
}

.social-tg {
  background: #2ca6de;
}

.cities {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  font-family: "nassim-bold";
  font-size: 16px;
  -webkit-text-stroke: 0.3px;
}
.cities select#cities {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  direction: rtl;
}
.cities .fa-chevron-down {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #555555;
}

.copyright {
  padding-right: 5%;
  padding-top: 1%;
  padding-bottom: 2%;
  background: radial-gradient(circle at 90% 99%, rgba(112, 112, 112, 0.4) 0%, transparent 35%), linear-gradient(180deg, #0b0b0b 0%, #111 100%);
}
.copyright p {
  color: #999999;
  font-family: "nassim";
  font-size: 14px;
  font-weight: bold;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 0px;
}/*# sourceMappingURL=footer.css.map */