.form-group {
    margin-bottom: 1rem;
}
.contact .form input, .contact .form textarea {
    width: 100%;
    padding: 15px;
    background: transparent;
    border: 1px solid #ddd;
    color : #ffffff
    }

.contact .form textarea {
    height: 160px; }

.contact .cont-info .extra-title {
    font-size: 28px;
    margin-bottom: 15px; }

.contact .cont-info h5 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400; }

.mb-40 {
    margin-bottom: 40px !important;
}

.contact .cont-info h6 {
    line-height: 1.6;
    font-size: 16;
    font-weight: 400; }

.btn-curve.btn-wit::after {
    background: #090909;
}
.btn-curve::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: 100%;
    background: #1e1e1e;
    border-radius: 0 0 100% 100%/0 0 100% 100%;
    -webkit-transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
}
.btn-curve:hover::after {
    bottom: -10px;
    border-radius: 0;
}
.btn-curve span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.btn-curve.btn-wit span {
    color: #1e1e1e;
}
.btn-curve.btn-wit {
    background: #fff;
    border-color: #fff;
}
.btn-curve {
    background: transparent;
    padding: 14px 35px;
    border: 1px solid #1e1e1e;
    border-top-color: rgb(30, 30, 30);
    border-right-color: rgb(30, 30, 30);
    border-bottom-color: rgb(30, 30, 30);
    border-left-color: rgb(30, 30, 30);
    border-radius: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.btn-curve.btn-wit:hover span {
    color: #fff;
}
@media only screen and (max-width:991px) {
    .contact .form {
        margin-bottom: 50px;
    }
}