/* footer section */
.footer-sec {
    /* position: relative;
    width: 100%;
    background-color: #000;
    background-size: cover; */
    background-color: #111 !important;
    color: #fff;
    padding-top: 20px;
}

.footer-sec .footer_img img {
    margin-top: 70px;
}

.footer-sec .footer_heading h2 {
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 90px;
    font-weight: 400;
    text-transform: uppercase;
}

.footer-sec .footer_heading h6 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    font-family: var(--primary-font);
    text-align: justify;
}

.footer-sec .footer_heading .footer_heading_three {
    color: #e31e24;
    font-size: 40px;
    font-weight: 400;
    font-family: var(--secondary-font);
}

.footer_heading_three {
    color: #e31e24 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-sec .link-widget li {
    font-family: var(--primary-font);
    font-size: 25px;
    font-weight: 400;
    color: #fff;
}

.footer-sec .news-letter h6 {
    font-family: var(--primary-font);
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

/* .footer-sec input.form-control {
    border: 2px solid #e31e24;
    border-radius: 35px;
    width: 85%;
} */
 .footer-sec input.form-control {
    background: #222;
    border: 1px solid #444;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 10px 15px;
}

.footer_wrapper ul li {
    margin: 8px;
    list-style-type: none;
}

.footer_wrapper .social-network a {
    width: 30px;
    height: 35px;
    /* margin: 8px; */
    line-height: 32px;
    font-size: 14px;
    display: inline-block;
    /* border: 2px solid #fff; */
    color: #e31e24;
    text-align: center;
    border-radius: 100%;
    /* background: #fff; */
}

#footer .copyright-section {
    /* position: absolute; */
    bottom: 0px;
    background: #e31e24;
}
#footer .copyright-section a:hover {
    color:white !important;
}

#footer .footer_youth {
    justify-content: space-around;
}

#footer .input_div {
    padding-bottom: 10px;
}

#footer .newsletter_signup {
    flex-direction: column;
}
#footer #devLink:hover{
     color: var(--black-color) !important;
}
#footer .subscribe_btn {
    width: 160px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 0px;
    text-transform: uppercase;
    height: 40px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#footer .copyright-section p {
    text-align: center;
    color: white;
    font-size: 2rem;
}

.footer_bottom {
    position: absolute;
    bottom: 0px;
    right: 20px;
}

#footer .input_div {
    position: relative;
}

#footer .input_div .email-message {
    position: absolute;
    top: 23%;
    right: 20%;
    font-size: 30px;
    color: #e31e24;
}


.footer_links li {
    margin-bottom: 12px;
}

.footer_links li a {
    color: #ccc;
    text-decoration: none;
    font-size: 20px;
    transition: 0.3s;
}

.footer_links li a:hover {
    color: #e31e24;
    padding-left: 5px;
}

#footer .main-btn {
    background: #e31e24;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-weight: 700;
    transition: 0.3s;
}

#footer .main-btn:hover {
    background: #fff;
    color: #e31e24;
}
/* Mobile Fixes */
@media (max-width: 767px) {
     #footer-sec {
        padding-top: 0px;
    }

    #footer .footer_youth {
        justify-content: space-between;
    }

    #footer .main-btn {
        margin: 0px;

        height: 40px;
    }

    #footer .newsletter_signup {
        flex-direction: row;
        margin-top: 20px;
    }

    .footer-sec .news-letter h6 {
        font-size: 20px;
    }

    .footer-sec input.form-control {
        width: 100%;
    }

    #footer .input_div {
        margin-bottom: 0px;
    }

    #footer .copyright-section p {
        font-size: 18px;
        padding: 16px 0px;
    }

    .footer_bottom {
        height: 80px;
        left: 20px;
        right: 0px;
    }

    .footer-sec .footer_heading h6 {
        font-size: 18px;
    }

    .footer-sec .footer_heading .footer_heading_three {
        font-size: 30px;
    }

    .footer-sec .link-widget {
        padding-top: 10px;
    }

    .footer_wrapper ul li {
        margin: 0px 4px;
    }

    .footer-sec .link-widget li {
        font-size: 20px;
        letter-spacing: 2px;
        margin: 0px;
        padding-bottom: 10px;
        font-weight: 500;
    }

    .footer-sec .link-widget img {
        width: 24px;
    }

    .footer-sec .footer_img img {
        margin-top: 40px;
    }

    .footer-sec {
        /* height: 51rem; */
        height: auto !important; /* Removes the 51rem restriction */
        text-align: center;
    }

    .footer-sec .footer_heading h1 {
        font-size: 30px;
    }
    /*New begin*/
    .footer_heading h2 {
        font-size: 40px !important;
    }
    .footer_links li a:hover {
        padding-left: 0;
    }
    /*New end*/

    .footer-sec .footer_heading h3 {
        font-size: 25px;
        line-height: 12px;
    }

    #footer .input_div input::placeholder {
        font: 12px sans-serif;
    }

    #footer .input_div .email-message {
        top: 20%;
        right: 6%;
    }

    .footer-sec .copyright-section {
        margin-top: 28px;
    }
}