



footer.wrapper_footer{
    position: fixed; 
    bottom: 0;
    z-index: 0;
}
.wrapper_middle.contact-us{
    padding: 60px 0;
    position: fixed;
    bottom: 0;
    z-index: 0;
}

.wrapper_middle.contact-us .content{
    background: rgba(144, 16, 13, 0.6);
    padding: 20px 25px;
}

.wrapper_middle.contact-us .content > h1.section-title{
    margin: 0 0 10px 0;
}




@media (max-width: 767px){
    .wrapper_middle.contact-us,
    footer.wrapper_footer{
        position: relative;
    }
    .wrapper_middle.contact-us{padding:0;}
    
}