html {
    scroll-padding-top: 0px; 
    scroll-behavior: smooth; 
}

section.tmp-working-process-area.tmp-section-gap,
section.tmp-project-area.bg-project.tmp-section-gap,
section.tmp-testimonials-area.tmp-section-gapTop,
section.tmp-why-choose-us-area2.tmp-section-gap,
section.tmp-about-area.tmp-section-gap{position: relative;}

.tmp-working-process-area:before {
    position: absolute;
    background: url(../images/about1-bg-home1.jpg);
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: 923px;
    display: block;
    bottom: 0;
    right: 0;
    background-size: 100% 100%;
}
.tmp-project-area:before{
    position: absolute;
    background: url(../images/home-2-faq-bg.jpg);
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: 923px;
    display: block;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-position: bottom right;
}

.tmp-testimonials-area:before{    
    position: absolute;
    background: url(../images/icon_tesimonial.png);
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: 179px;
    display: block;
    bottom: 0;
    right: 0;
    background-size: contain;
}
.tmp-why-choose-us-area2:before{
    position: absolute;
    background: url(../images/layout1-left.png);
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: 274px;
    display: block;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-position: right bottom;
}
/*.tmp-about-area{
    position: absolute;
    background: url(../images/service-bg-img.jpg);
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: 274px;
    display: block;
    bottom: 0;
    right: 0;
    background-size: auto;
    background-position: right bottom;
}*/