.elementor-177 .elementor-element.elementor-element-aad31e0{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-177 .elementor-element.elementor-element-aad31e0.e-con{--align-self:flex-end;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-fc2be76 */.footer {
  background: #0b2f6b;
  color: #fff;
  margin-top: 30px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  padding: 25px;
  flex-wrap: wrap;
}

.footer-box {
  width: 23%;
}

.footer-box h3 {
  color: #ffeb3b;
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-box p {
  font-size: 14px;
  line-height: 1.6;
}

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

.footer-box ul li {
  padding: 5px 0;
  font-size: 14px;
}

.footer-box ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-box ul li a:hover {
  text-decoration: underline;
}

/* BOTTOM BAR */
.footer-bottom {
  background: #081f46;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .footer-box {
    width: 100%;
    margin-bottom: 20px;
  }
}/* End custom CSS */