.form-contact input, .form-contact textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.form-contact label {
    display: none;
}

.form-contact {
    margin-bottom: 15px;
}

.form-contact input[type="submit"] {
    border: none;
    background-color: rgb(48, 91, 149);
    border-bottom-color: rgb(48, 91, 149);
    border-radius: 50px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
}

.form-contact input[type="submit"].bg-white {
    background-color: white;
    border-bottom-color: white;
    color: rgb(48, 91, 149);
}

.w-slider-dot.w-active {
    background-color: #2f5b95;
}

.w-slider-dot {
    background-color: rgb(166, 166, 166);
}