.carousel-control-next, .carousel-control-prev{
    opacity: 100 !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    background-color: #9D1A1F;
}
.section-bg{
    background-color: #9D1A1F;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 20px;
}
.overlay h2{
    border:8px double #9D1A1F;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-left: 15px;
}

.site-button{
    /* background-color: transparent !important; */
    border:1px solid #9D1A1F;
    background-color: #9D1A1F;
    /* color: #9D1A1F; */
    color: #fff;
    padding:10px 18px;
    text-decoration: none;
}
.site-button:hover{
    background-color: #9D1A1F !important;
    color: #fff;
}
.overlay h2 a{
    color: #f5f5f5;
}
.heading h2{
    border-bottom: 1px solid #c1e7e4;
    color: #fff;
    font: 500 20px 'Ubuntu', sans-serif;
    margin: 0;
    padding: 10px 0;
}
.subscription {
    position: relative;
    width: 75%;
    height: 50px; /* Fixed height for the form */
    display: flex;
}

.subscription .add-email {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 20px;
    font-size: 16px;
    background-color: #fff;
    color: #333;
}

.subscription .submit-email {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px; /* Fixed width of the submit button */
    border: none;
    outline: none;
    padding: 0 20px;
    cursor: pointer;
    background:#9D1A1F;
    color: #fff;
    transition: width .35s ease-in-out, background .35s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subscription .submit-email .before-submit{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    text-align: center;
    line-height: 48px; /* Aligns text vertically */
    transition: visibility .35s ease-in-out, opacity .35s ease-in-out;
}
.main_footer_links li{
    list-style-type: none;
}
.main_footer_links li a{
    color:#fff;
}
ul.main_footer_links {
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
    padding-left: 0;
}
.main_footer_links3 a{
    color: #fff;
    text-decoration: none;
}
.main_footer_links3 a i{
    padding-top: 5px !important;
    font-size: 18px;
}
.custom-padding{
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width:576px){
    .logo-image{
        width:60% !important;
    }
    .overlay h2{
        line-height: 1.37 !important;

    }
    .subscription {
        width:100%;
    }
    .announcement h2{
        font-size: 16px !important;
        text-align: justify;
    }
    .custom-padding{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}