.bg-two{
  	background: url(https://nawarproperties.zamanit.com.bd/storage/bg2.jpg);
  	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-two:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(239, 121, 17, 1) 100%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .8;
}
footer.skin-dark-footer.main-footer-section{
    background: url(https://nawarproperties.zamanit.com.bd/storage/footer/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}