body{
		_background-color: #001c3b;
	}	.btn_disp{width:125px;height:50px;text-align:center;}
	.contact{
		padding: 4%;
		height: 400px;
	}
	.col-md-3{
		_background: #ff9b00;
		_padding: 2%;
		_border-top-left-radius: 0.5rem;
		_border-bottom-left-radius: 0.5rem;
	}
	.contact-info{
		margin:1% 0 1% 0;
	}
	.contact-info img{
		margin-bottom: 1%;
	}
	.contact-info h2{
		margin-bottom: 1%;
	}	.bg_head{background: #001c3b !important;color:#f3f3f3 !important;}	.bg_head h1{font-size:20px;}	.bg_head h2{font-size:16px;}
	.col-md-12{
		background: #fff;
		_padding: 2%;		_margin:2% auto 2% auto;		_width:90%;
		_border-top-right-radius: 0.5rem;
		_border-bottom-right-radius: 0.5rem;
	}	.col-md-6{		background: #fff;			}	.contact-form {margin:5px auto 5px auto;width:75%;}
	.contact-form label{
		font-weight:600;
	}	
	.contact-form input{_width:100%;	}
	.contact-form button{
		_background: #001c3b;
		color: #fff;
		font-weight: 600;
		_width: 25%;
	}
	.contact-form button:focus{
		box-shadow:none;
	}
	.footer{
		min-height:30px;
		padding:20px;		margin:20px;
		//color: #fff;		text-align:center;
	}

	.space_input{margin:15px 0 15px 0 !important;}