.elementor-55 .elementor-element.elementor-element-4cca1c7{--display:flex;--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;}.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-1b9cba0 *//* FOOTER */
.tg-footer {
    background: #021525;
    padding: 50px 0 25px;
    color: rgba(255,255,255,0.75);
    font-family: 'Open Sans', sans-serif;
}

.tg-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.tg-footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.tg-footer-widget h3 {
    color: #34d364;
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 800;
    font-family: 'Khula', sans-serif;
}

.tg-footer-widget p {
    line-height: 1.7;
    font-size: 14px;
}

.tg-footer-widget ul {
    list-style: none;
    padding: 0;
}

.tg-footer-widget ul li {
    margin-bottom: 10px;
}

.tg-footer-widget a {
    color: rgba(255,255,255,0.85);
    font-size: 15px;
    transition: color .25s ease;
}

.tg-footer-widget a:hover {
    color: #34d364;
}

/* Social Icons */
.tg-social li i {
    margin-right: 8px;
    color: #34d364;
    font-size: 16px;
}

/* Divider */
.tg-footer-divider {
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-bottom: 20px;
}

/* Bottom Text */
.tg-footer-bottom {
    text-align: center;
    font-size: 14px;
    color: rgba(255,255,255,0.55);
}

/* Responsive */
@media (max-width: 600px) {
    .tg-footer-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */