.contact_form {
	width: 100%;
	margin-bottom: 75px;
}

.form {
	background-image: url(../img/contact-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 70%;
	background-color: #d32f2f;
	margin: 0 auto;
	border: 4px solid #b82626;
	padding: 30px 0;
}

.form h4 {
	font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
}

.form_group {
	width: 70%;
	margin: 0 auto;
}

.custom_input_group {
	margin-top: 20px;
}

.form_group i {
	font-size: 25px;
	color: #fff;
}

.input-group input[type="text"], input[type="email"], textarea {
	outline: none;
	box-shadow: none !important;
}

.form_group .person {
	font-size: 29px;
}

.form_group .envelope {
}

.custom_form_control {
	padding: 8px 10px;
    font-size: 16px;
}

.textarea {
	height: 100px;
}

.input-group-text {
    padding: 10px 20px;
    background-color: #4a4a4a;
}

.contact_form .custom_button {
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 24px;
	color: #fff;
	background-color: #000000;
	margin-top: 30px;
	padding: 10px 60px;
	border: 3px solid #ffeaab;
	letter-spacing: 1px;
	border-radius: 30px;
	transition: .4s;
	cursor: pointer;
}

.contact_form .custom_button:hover {
	color: #ea2c2c;
}


/*media*/
/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

	.contact_form {
	    margin-bottom: 20px;
	}

	.form {
	    width: 90%;
	    padding: 20px 0;
	}

	.form_group {
	    width: 90%;
	}

	.form_group .person {
	    font-size: 16px;
	}

	.custom_form_control {
	    font-size: 14px;
	}

	.input-group-text {
	    padding: 5px 10px;
	}

	.form_group i {
	    font-size: 15px;
	}

	.textarea {
	    height: 60px;
	}

	.contact_form .custom_button {
	    font-size: 16px;
	    margin-top: 15px;
	    width: 100%;
	    padding: 5px 0;
	}
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

	.contact_form {
	    margin-bottom: 30px;
	}

	.form {
	    width: 90%;
	    padding: 20px 0;
	}

	.form_group .person {
	    font-size: 18px;
	}

	.input-group-text {
	    padding: 5px 15px;
	}

	.form_group i {
	    font-size: 15px;
	}

	.textarea {
	    height: 80px;
	}

	.contact_form .custom_button {
	    font-size: 18px;
	    margin-top: 20px;
	    padding: 5px 50px;
	}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

	.contact_form {
	    margin-bottom: 40px;
	}

	.form {
	    width: 90%;
	}
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}
/*media*/