
.image-bg.content-in {
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 0;
    min-height: unset;
}
.page-section {
    padding: 75px 0;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.image-bg .overlay {
    height: 100%;
    opacity: .2;
    filter: alpha(opacity=20);
    width: 100%;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: .4;
    width: 100%;
}
.top-pad-40 {
    padding-top: 180px;
}
.text-color {
    color: #c49f22;
}
.white a:not(.btn) {
    color: #000;
}
.section-title {
    border-bottom-width: 0;
    margin-bottom: 40px;
    position: relative;
}
.section-title h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    font-family: cinzel,serif;
    font-weight: 500;
    margin: 0 0 12px;
    color: #c49f22;
    padding: 14px 0;
}
.form-group {
    margin-bottom: 15px;
}
.field-border .form-control {
    box-shadow: none;
    background: 0 0;
    color: #000;
}
.selectBox, .form-control {
    background: 0 0;
    border: 2px solid #5e5e5e;
    border-radius: 3px;
    box-shadow: 0 1px #fff, 0 1px 4px rgb(0 0 0 / 5%) inset;
    font-size: 15px;
    height: 50px;
    line-height: 40px;
    margin-bottom: 22px;
    min-height: 40px;
    padding: 0 12px;
    width: 100%;
}
.form-control {
    margin-bottom: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.btn-default {
    color: rgb(24, 24, 24);
    background-image: linear-gradient(99deg,#fcd244 0%,#c49f22 98%);
    font-size: 18px;
}
