.elementor-1854 .elementor-element.elementor-element-3d8b677 > .elementor-widget-container{margin:-110px -500px 0px -500px;padding:0px 0px 0px 0px;}.elementor-1854 .elementor-element.elementor-element-3d8b677{width:100%;max-width:100%;top:94px;}body:not(.rtl) .elementor-1854 .elementor-element.elementor-element-3d8b677{left:0px;}body.rtl .elementor-1854 .elementor-element.elementor-element-3d8b677{right:0px;}/* Start custom CSS for html, class: .elementor-element-3d8b677 */.ue-footer {
  background: #5f5f63;
  color: #fff;
  padding: 50px 0 20px;
  font-size: 15px;
}

.ue-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ue-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.ue-footer-col h4 {
    color: #0d2777;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.ue-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ue-footer-col ul li {
  margin-bottom: 8px;
}

.ue-footer a {
  color: #ddd;
  text-decoration: none;
}

.ue-footer a:hover {
  color: #fff;
}

.ue-location {
  margin-bottom: 20px;
}

.ue-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}h

.ue-footer-links a {
  margin-left: 20px;
}

.ue-footer-links a {
  margin-right: 25px;   /* space between links */
}

.ue-footer-links a:last-child {
  margin-right: 0;
}

 
@media (max-width: 992px) {
  .ue-footer-grid {
    grid-template-columns: 1fr;
  }
  .ue-footer-bottom {
    flex-direction: column;
    gap: 15px;
  }
  .ue-footer-links a {
    margin-left: 0;
    margin-right: 15px;
  }
}/* End custom CSS */