.agency .wpcf7 {
    background: rgba(255, 255, 255, 0.33);
    filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.09));
    padding: 10px;
    border-radius: 10px;
}
.agency .wpcf7-form {
    background: #fff;
    padding: 20px;
}
.agency .form-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--primarycolor);
}
.agency .form-description {
    text-align: center;
    max-width: 530px;
    color: #333333;
    margin: 0 auto 20px;
}
.agency .form-control {
    height: 42px;
    font-size: 14px;
    font-weight: 300;
}
.agency .form-control::placeholder {
    transition: all 0.35s ease-in-out;
    color: #999999;
    font-weight: 300;
}
.agency textarea.form-control {
    height: 84px;
}
.agency .form-submit {
    position: relative;
    text-align: center;
}
.agency .form-submit .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.agency .form-submit .btn-submit {
    width: 214px;
    height: 46px;
    border-radius: 0px 20px;
    background: linear-gradient(to right, #1b65d2 0%, #084299 100%);
    box-shadow: 0px 8px 15px rgba(0, 6, 13, 0.15);
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    border: 0;
    letter-spacing: 0.05em;
    transition: all 0.35s ease-in-out;
    margin: 0;
}
.agency .form-submit .btn-submit:hover {
    border-radius: 15px 0;
}
.contact-box .icon-box {
    margin-bottom: 20px;
}
.contact-box .icon-box .icon-box-text p:not(:last-child) {
    margin-bottom: 8px;
    text-transform: uppercase;
}
.contact-box .icon-box .icon-box-text strong {
    font-weight: 600;
}
.contact-box .icon-box .icon-box-text {
    font-size: 16px;
}
.row-divided > .col + .col:not(.large-12) {
    border-color: #cbcbcb;
}
.contact-box .form-desc {
    margin-bottom: 23px;
}
.form-contact input,
.form-contact textarea {
    height: 50px;
    border-radius: 5px;
}

.form-contact input::placeholder,
.form-contact textarea::placeholder {
    transition: all 0.35s ease-in-out;
    color: #999999;
}

.form-contact textarea.form-control {
    height: 120px;
}

.form-contact .form-submit {
    position: relative;
}

.form-contact .form-submit .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 58px;
    margin: 0;
    transform: translateY(-50%);
}

.form-contact .form-submit .btn-submit {
    width: 140px;
    height: 45px;
    border-radius: 0px 15px;
    background: linear-gradient(to right, #1b65d2 0%, #084299 100%);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
    border: 0;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
}

.form-contact .form-submit .btn-submit:hover {
    border-radius: 15px 0;
}
@media only screen and (min-width: 1200px) {
    .contact-box .row .row.custom-padding {
        margin-left: -80px;
        margin-right: -80px;
        max-width: calc(100% + 160px);
    }
    .contact-box .row .row.custom-padding > .col {
        padding-left: 80px;
        padding-right: 80px;
    }
}
