.cta-section {
    position: relative;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.sec-pad {
    padding: 50px 0px 100px 0px;
}
.cta-section:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: .8;
}
.cta-section .cta-content {
    position: relative;
    background: #fff;
    padding: 53px 30px 40px 30px;
    width: 100%;
}
.hr-required {
    color: red;
}