.section-background{
	background: #ededed;
}
.contact{
    text-align: left;
	
	background:url(../images/bg.png) left top repeat;
}
.contact i {
    width: 60px;
    height: 80px;
    border-radius: 30px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 40px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px;
    padding: 10px 0;
    text-align: center;
    float: left;
    transition: all .6s ease-in-out;
}
.contact-item:hover i{
    background-color: #950000;
    border: 2px solid #950000 !important;
    color: #fff;
}
.contact h3{
	color: #fff;
	padding-bottom: 20px;
	font-size: 15px;
}
.contact p{
	font-size: 13px;
	color: #666;
}

.form{
    margin-top: 50px;
    background: #950000;
	border-radius: 5px;
}
.form h3{
	margin-top: 15px;
    margin-left: 15px;
    font-size: 25px;
}
.form .message{
    margin: 0px 15px;
    height: 180px;
    width: 97%;
}
.btn-sub {
    border-radius: 0px;
    color: white;
    background-color: #950000;
    padding: 10px 25px;
    margin: 10px 30px;
    border-color: #950000;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
}
.btn-sub:hover{
    background-color: #fff;
    border-color: #950000;
    color: #950000;
}
input[type="username"], input[type="email"], input[type="text"], .message{
	border-color: transparent;
	background: #ededed;
	font-size: 13px;
	color: #950000;
}
input[type="username"]:focus, input[type="email"]:focus, input[type="text"]:focus, .message:focus{
    border-color: #950000;
    box-shadow: 0 0 8px rgba(74,20,140,.1) !important;
}
input.form-control, .message {
    border-radius: 0px;
}