.solid-gradient {
    z-index: 1;
}

.solid-gradient::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #282828;
    background: -webkit-linear-gradient(to right, #2c455d, #00012c);
    background: linear-gradient(to right, #161616, #323232e6);
    opacity: 0.95;
}

.main {
    padding-top: 90px;
}

.inner-section {
    padding: 100px 0px;
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 550px;
    margin: 20px auto;
}

.submitting {
    position: relative;
}

.submitting:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: #0000007d;
    opacity: .85;
}

.wpcf7-spinner {
    display: none;
}
.title {
    position: relative;
    margin-bottom: 25px;
}

.title::after {
    content: ' ';
    width: 60px;
    height: 3px;
    background: #f8981d;
    display: block;
    margin-top: 15px;
    margin-left: 2px;
}

.text-end .title::after {
    margin: 15px 0px 0px auto;
}

.text-center .title::after {
    margin: 0 auto;
    margin-top: 15px;
}

.grecaptcha-badge {
    visibility: collapse !important;
}

.free {
    color: #b9b9b9;
    margin-top: 5px;
}