.contact-slider {
    background-image: url('../images/dpd-bg.jpg');
    background-position: 0 50%;
    color: #000;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 129px 0;
}

.contact-slider:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 12, 52, 0.78);
}

.contact-slider .contact-info {
    width: 300px;
    margin: 105px auto;
    color: #fff;
    position: relative;
    padding-left: 50px;
}

.contact-slider .contact-info i {
    position: absolute;
    left: 0;
    font-size: 23px;
}

.contact-slider .contact-info h3 {
    margin-bottom: 0;
}

.contact-slider .contact-info p {
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

.contact-form {
    padding: 0 32px;
}

.contact-form h2 {
    /* text-align: center; */
    font-weight: 300;
    text-transform: uppercase;
    font-size: 33px;
    color: #787878;
}

.contact-form label {
    font-family: Lato;
    font-size: 14px;
}

.contact-form input,.contact-form select,.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    font-family: Lato;
}

.contact-form input[type=submit] {
    background-color: #19254d;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: auto;
}

.contact-form input[type=submit]:hover {
    background-color: #152048;
}
