.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-48b14c2 */.ae-footer{
    background:#0d1b3f;
    color:#fff;
    padding:80px 0 20px;
}

.ae-footer h3{
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
}

.ae-footer h4{
    font-size:22px;
    font-weight:600;
    margin-bottom:25px;
    position:relative;
}

.ae-footer h4::after{
    content:'';
    width:45px;
    height:3px;
    background:#C60C14;
    position:absolute;
    left:0;
    bottom:-10px;
}

.ae-footer p{
    color:#d8d8d8;
    line-height:1.9;
}

.ae-footer ul{
    padding:0;
    margin:0;
    list-style:none;
}

.ae-footer ul li{
    margin-bottom:14px;
}

.ae-footer ul li a{
    color:#d8d8d8;
    text-decoration:none;
    transition:.3s;
}

.ae-footer ul li a:hover{
    color:#;
    padding-left:8px;
}

.contact-item{
    display:flex;
    gap:15px;
    margin-bottom:18px;
    color:#d8d8d8;
}

.contact-item i{
    color:#CD201F;
    font-size:18px;
    margin-top:4px;
}

.social-icons{
    display:flex;
    gap:12px;
    margin-top:25px;
}

.social-icons a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#C60C14;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.social-icons a:hover{
    background:#C60C14;
    color:#000;
    transform:translateY(-5px);
}

.newsletter{
    margin-top:60px;
    border-top:1px solid rgba(255,255,255,.15);
    border-bottom:1px solid rgba(255,255,255,.15);
    padding:45px 0;
}

.newsletter h4{
    margin-bottom:15px;
}

.newsletter-form{
    display:flex;
}

.newsletter-form input{
    flex:1;
    border:none;
    outline:none;
    padding:15px 20px;
    border-radius:50px 0 0 50px;
}

.newsletter-form button{
    border:none;
    background:#C60C14;
    color:#0;
    font-weight:600;
    padding:px;
    border-radius:0 50px 50px 0;
    transition:.3s;
}

.newsletter-form button:hover{
    background:#fff;
}

.footer-bottom{
    margin-top:px;
    padding-top:25px;
    
}

.footer-bottom a{
    color:#d8d8d8;
    text-decoration:none;
    margin-left:18px;
}

.footer-bottom a:hover{
    color:#ffb400;
}

/* Mobile View */
@media (max-width:767px){

    /* Left Alignment */
    .ae-footer{
        text-align:left;
    }

    .ae-footer h3,
    .ae-footer h4,
    .ae-footer p,
    .ae-footer ul{
        text-align:left;
    }

    .contact-item{
        justify-content:flex-start;
        text-align:left;
    }

    .social-icons{
        justify-content:flex-start;
    }

    /* Heading Underline */
    .ae-footer h4::after{
        center:0;
        transform:none;
    }

    /* Newsletter */
    .newsletter h4,
    .newsletter p{
        text-align:center;
    }

    .newsletter-form{
        flex-direction:column;
        gap:12px;
    }

    .newsletter-form input,
    .newsletter-form button{
        width:100%;
        border-radius:50px;
    }

    /* Bottom Links */
    .footer-bottom,
    .footer-bottom .col-lg-6{
        text-align:center !important;
    }

}/* End custom CSS */