/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 05 2022 | 07:42:08 */
footer .footer-top > .elementor-container > .elementor-row {
  justify-content: space-between;
}

/* footer .footer-top .elementor-container .elementor-column:not(:first-child),
footer .footer-top .elementor-container .elementor-column:not(:first-child) .elementor-widget-wrap,
footer .footer-top .elementor-container .elementor-column:not(:first-child) .elementor-widget-wrap .elementor-element {
  width: max-content;
} */

footer .footer-top .elementor-container .elementor-column:not(:first-child) .elementor-widget-wrap {
  flex-direction: column;
}

footer .title-line::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 3px;
  width: 45px;
  background-color: var(--e-global-color-secondary);
}

footer .title-line.bottom::before {
    top: 100%;
    transform: translateY(0);
    height: 1px;
    width: 51px;
}