/**
	Creator: Marsus.com
**/

/* Contact CSS */
.contact {
    margin-bottom: 50px;
}

.contact .fa {
    font-size: 12px;
    color: #8e8e8e;
    width: 24px;
    text-align: center;
}

.contact .fa-phone {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.contact .map {
    height: 300px;
    margin-bottom: 20px;
}

.contact .info a {
    font-size: 15px;
}

.form .form-group {
    margin-bottom: 1.5rem;
}

.form-header {
    text-align: center;
}

.form-header h2 {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 5px;
}

.form-header h3 {
    font-weight: 400;
    font-size: 14px;
    color: #909090;
}

.form label {
    font-size: 11px;
    color: #929292;
}

.form input,
.form textarea {
    font-size: 14px !important;
    padding: 0.7rem 0.75rem;
}