.call-to-action {
	padding-top:60px;
	padding-bottom:60px;
}

.cta-container {
    border-radius:20px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    min-height:500px;
    background-size:cover;
    background-position:center;
    position:relative;
    overflow:hidden;
}
.cta-container:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #000;
    opacity:0.5;
}
.cta-container .row {
    position:relative;
    z-index:1;
    width:100%;
    max-width:900px;
}
.cta-container .row h2, .cta-container .row h3, .cta-container .row h4, .cta-container .row h5, .cta-container .row p {
    color: #fff !important;
}
.cta-container .header_search_bar {
    margin-top:40px;
}