.contact-area {
    background-image: url(../img/images/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
	padding-top: 50px;
    padding-bottom: 50px;
}

.contact-area:before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.address {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
	    margin-bottom: 10px;
}

.address-box {
    margin-bottom: 10px;
}

.address-box p, .address-box p a {
    color: inherit;
    margin: 0;
}
.address-box p, .address-box p a {
    color: inherit;
    margin: 0;
	color: grey;
    line-height: 26px;
}
.social-links {
    overflow: hidden;
    
}
.social-links li {
    list-style: none;
    float: left;
    margin-right: 10px;
}
.social-links li a i {
    width: 55px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    background-color: #1f487c;
    font-size: 25px;
	    margin-bottom: 10px;
    border-radius: 3px;
}

.contact-form {
    background-color: #fff;
    padding: 30px;
    padding-top: 20px;
    border-radius: 5px;
}
.contact-form .form-group {
    position: relative;
    padding-left: 35px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff !important;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 5px;
}

.contact-form .form-group {
    position: relative;
    padding-left: 35px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 14px;
}
.contact-form textarea#message {
    padding-top: 10px;
    height: 99px;
}



.btn, input[type='submit'] {
    display: inline-block;
    background: transparent;
    padding: 10px 25px;
    border-radius: 5px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    border: none;
    font-weight: 600;
    color: #fff;
    background-color: #1f487c;
}
textarea.form-control {
    height: auto;
}



.contact-form {
    background-color: #fff;
    padding: 30px;
    padding-top: 20px;
    border-radius: 5px;
}


.contact-form .form-group:before {
    position: absolute;
    height: 45px;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    width: 20px;
    text-align: center;
    line-height: 45px;
    color: #1f487c;
    font-size: 18px;
}

.in_name:before {
    content: '\f007';
}


.in_email:before {
    content: '\f1d8';
}


.in_message:before {
    content: '\f0e0';
}


.us{margin-top: 0; font-size: 20px;
    margin-bottom: 15px; color: #444;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;}






