.footer-all {
    width:100%;
    height:auto;
    background-color: #313131;
    position: relative;
    bottom: 0px;
    border-top: 5px solid #7CCAD3;
    opacity: 1;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 20px;
    }

.footer-all.botfix {
    opacity: 1;
    bottom:0px;
    }

.footer-all-top {
    width:100%;
    height:auto;
    background-color: #a29061;
    /*position: fixed;*/
    bottom: 0px;
    /*opacity: 0;*/
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 20px;
    }

/*.footer-all-top.fotfix {
    opacity: 1;
    }*/

.logo-op {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo-op:hover {
    opacity: 1;
}

.line-height {
    line-height: 125px;
 }

.content_box_mg {
    margin: 0 0 50px 0 !important;
}

.footer-bt a:nth-child(7) {
    border-right: 1px solid #d6e03e;
    }

.footer-bt a:nth-child(8) {
    border-right: none;
    }

.logo1bg {
    background: #8e805c;
    width: 160px;
    height: 125px;
    text-align: center;
    line-height: 125px;
}

@media (max-width: 1199px) {
    .content_box_mg {
    margin: 0 0 50px 0 !important;
    }
    .footer-all-top {
        bottom: 100px;
    }
}

@media (max-width: 991px) {
    .footer-logo-center {
        text-align: center;
    }
    .footer-all-top {
        position: relative; 
    }
    .footer-all-top {
        bottom: 0px;
    }
    .content_box_mg {
        margin: 0 0 50px 0 !important;
    }
    .logo1bg {
        width: initial;
        height: initial;
    }
}