body{
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}
p{
    font-size: 14px!important;
    text-align: justify;
    font-weight: 400;
    line-height: 0;
}
ul{
    text-align: left;
}
ul li{
    font-size: 13px;
    color: #646d7a;
    font-weight: 500;
    transition: all 0.1s ease;
    padding: 0 5px!important;
}
.bottom-link li{
    font-size: 12px;
    color: #646d7a;
    display: inline-block;
    text-align: center;
    float: left;
    font-weight: 500;
    transition: all 0.1s ease;
    padding: 0 5px!important;
}
.bottom-link li{
    font-size: 12px;
    color: #646d7a;
    display: inline-block;
    text-align: center;
    float: left;
    font-weight: 500;
    transition: all 0.1s ease;
    padding: 0 5px!important;
}
#fh5co-testimonial, #fh5co-agents {
    background: #fff;
    padding: 3em 0;
}
.contact-form-down{
    background: url('../images/contact form.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-origin: border-box;
    background-size: cover;
    background-repeat: no-repeat;
}

form{
        padding: 50px 0;
    width: 500px;
    position: relative;
    left: 50%;
    transform: translateX(-40%);
    color: #d2cfcf;
}
.form-control{
    height: 40px;
    color: #354761;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.51);
}
input[type=submit],#apply-btn{
    background: transparent;
    color: #118DF0;
    border: 2px solid #118DF0;
    color: #fff;
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Varela Round", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding: 2px 20px;
}
#apply-btn{
        color: #337ab7!important;
    background: #ffffff!important;
}
input[type=submit]:hover,#apply-btn:hover{
    background: #118DF0;
    color: #fff;
}