

.footer{
 /*position: absolute;
    bottom: 0;*/
    display: none;
    margin-top: 360px;
    width: 100%;
}
.footer .footercontain{
    background-color: red;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-image: url("../images/5.jpg");
}
.footer .footercontain .row{
   padding: 0px 0px 10px 120px
}
.footer .footercontain .footer-widget1{
    text-align: center;
}
.footer .footercontain .widget-title{
    font-family: wodefont;
    color: #f1f1f1;
    font-size: 14px;
}
.footer .footercontain .footer-menu a{
    font-family: wodefont;
    color: #f1f1f1;
    font-size: 12px;
}
.rr{
    position: relative;
    z-index: 3;
    height: 30px;
    border-top: 1px solid #3b3a3a;
    text-align: center;
    color: #ddd5d5;
    background-image: url("../images/bg44.jpg");
}