:root {
    --primary-color: #006032;
    --primary-color-dark: #17422a;
    --primary-color-light: #ECFDF3;
}
section.section-padding, section.bg_light {
    background-repeat: repeat-x;
    background-position-y: bottom;
    background-image: url('/images/stripper.png');
    padding-bottom: 60px ;
}
    section.bg_light .container {
    margin-bottom:50px;
    }

section.footer_area {
    background-repeat: repeat-x;
    background-position-y: bottom;
    background-image: url('/images/pattern-03.png');
    /*  background-size: contain;*/
}
.breadcrumb-section {
    background: #006032;
}