/* Footer Section */
footer {
    position: relative;
    padding: 0;
    text-align: center;
    overflow: hidden;
    margin: 0;
}

footer .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

footer:before {
  content: "";
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    background-image: url('../D_Asset/Sect_Footer.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
        border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


footer p {
    position: relative;
    color: white;
    font-size: 14px;
    margin: 0;
    z-index: 1;
}
