/**
	Creator: Marsus.com
**/

/* Contact CSS */
.contact {
    margin-bottom: 50px;
}

.contact .fa {
    font-size: 12px;
    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;
}

.form .form-group {
    margin-bottom: 1.5rem;
}

.form-header {
    text-align: center;
}
.info ul li a{
    color:#666;
    text-decoration: none;
}
.info ul li a i{
    color:#e7355e;
}
.form-header h2 {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 5px;
    color:#e7355e;
}

.form-header .desc {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #909090;
    margin-bottom: 50px;
}

.form label {
    font-size: 11px;
    color: #929292;
}

.form input{
    font-size: 14px !important;
    padding: 0 15px;
    height: 45px;
    border-radius: 3px;
}
.form textarea {
    font-size: 14px !important;
    padding: 15px;
    height: 150px;
}
.contact-button{
    padding:10px 30px;
    background-color: #e7355e;
    color:#fff;
    border: 0;
    transition: 300ms;
    position: relative;
    border-radius: 3px;
}
.contact-button:hover,
.contact-button:focus{
    background-color: #e7355e;
    color: #fff;
    padding:10px 32px;
}