/* CSS Document */

.contact-page {
    background: #f5fcff;
}

.contact-title h4 {
    color: #505050;
    margin-bottom: 5px;
}

.contact-title h1 {
    font-weight: 100;
    color: #505050;
    margin-bottom: 50px;
}

.contact-title h1 span {
    color: #23b6b9;
    font-weight: 900;
}

.contact-pageform .form-control {
    background: #eaf1f4;
    height: 55px;
    color: #999999;
}
.contat-usf {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    color: #f15c58;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
    text-align: center;
    width: 150px;
    transition: .4s;
}
.contat-usf:hover,
.contat-usf:focus {
    color: #343434 !important
}
