/* Contact */
.home-contact-us {
    padding: 50px 0;
}
@media(max-width: 991px){
    .home-contact-us{
        padding: 50px 15px;
    }
}

/* Footer CTA */
.footer-cta-section {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
}

.footer-cta-section .text-content {
    margin-bottom: 40px;
}

/* Main Footer */
.main-footer {
    background: #000;
    max-width: 100%;
    padding: 120px 0 0 0;
}

.main-footer .footer-title {
    font-family: "Goudy Old Style";
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.2px;
    text-transform: capitalize;
    line-height: normal;
    margin-bottom: 10px;
}

.main-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-footer .footer-links.no-title {
    margin: 35px 0 0 0;
}

.main-footer .footer-links a {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.2px;
}

.main-footer .footer-bottom {
    margin-top: 100px;
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 1);
}

.main-footer .footer-copy {
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.2px;
}

body.non-elementor-page .main-footer .btn.btn-yellow:hover {
    border-color: #fff;
}

body.non-elementor-page .footer-cta-section .text-content a{
    color: #FCF916;
}
body.non-elementor-page .footer-cta-section .text-content a:hover{
    text-decoration: underline;
    color: #FCF916;
}

@media(max-width: 991px){
    .main-footer{
        padding: 60px 0 0 0;
    }
    .main-footer .footer-links{
        margin: 0 0 0 0;
    }
    .main-footer .footer-links.no-title{
        margin: 0;
    }
    .main-footer .footer-bottom{
        margin-top: 60px;
        padding: 30px 0;
    }
    .main-footer .footer-copy{
        font-size: 14px;
        line-height: 29px;
    }
    .main-footer .footer-links a{
        font-size: 20px;
        line-height: normal;
    }
}

@media(max-width: 767px){
    .main-footer{
        padding: 60px 10px 0 15px;
    }
    .main-footer .footer-title{
        font-size: 30px;
        margin-bottom: 15px;
    }
    .main-footer .footer-links li{
        margin: 0 0 14px 0;
    }
    .main-footer .footer-copy{
        font-size: 18px;
        line-height: 29px;
    }
}
