@font-face {
	font-family: PT-Sans;
	src: url(../_fonts/PT_Sans-Web-Regular.ttf);
}

@font-face {
	font-family: PT-Sans;
	font-weight: bold;
	src: url(../_fonts/PT_Sans-Web-Bold.ttf);
}

/*body
{
    background-color: #303030;
}
*/

/*#content_area
{
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    margin-left: auto;
    margin-top: 15px;
    margin-right: auto;
    padding: 15px;
    width: 750px;
}*/

hr {
	border-color: #131313;
	border-radius: 50px;
	margin-top: 5px;
	margin-right: 130px;
}

#content_area {
	display: flex;
	flex-direction: column;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 900px;
}

#main_header {
	/*color: #FAFAFA;*/
	font-family: PT-Sans, Arial, sans-serif;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

#contact_info {
	/* border-radius: 5px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75); */

	padding: 5px;
}

.contact-block {
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	z-index: 999 !important;
}

.contact-block > h3 {
	position: relative;
	font-family: PT-Sans, Arial, sans-serif;
	font-weight: bold;
	font-size: 25px !important;
	margin: 0;
	z-index: 999;
	text-align: center;
}

.contact-block > p {
	/*color: #FAFAFA;*/
	position: relative;
	font-family: PT-Sans, Arial, sans-serif;
	font-size: 18px !important;
	margin: 0;
	padding: 3px;
	z-index: 999 !important;
	text-align: center;
}

.submit-btn {
	width: 100px;
	height: 40px;
	background-color: black;
	color: white;
	border: 2px solid black;
	border-radius: 8px;
}

.submit-btn:hover {
	background-color: white;
	color: black;
}

.form-group label {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px !important;
}

#content_area .form-control {
	border: 2px solid black !important;
}

#content_area input.form-control {
	height: 50px;
}

select.form-control {
	height: 50px;
}

.form-control:hover {
	border: 3px solid black !important;
}

.form-control:focus {
	border: 3px solid black !important;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(0, 0, 0, 0.6) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6) !important;
}

.contact-header {
	position: relative;
}

.contact-background {
	background-image: url("/../_images/_bg/hunter.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px;
	color: white;
	background-position: center top -325px;
}
.contact-background::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.contact-content h2 {
	text-align: center;
	font-weight: 800;
}

.contact-content p {
	text-align: center;
	font-size: 18px;
}

.contact-box {
	height: 250px;
	display: table-cell;
	vertical-align: middle;
	float: none !important;
}

.korea {
	border: 1px solid black;
	background-color: white;
	color: black;
}

.korea:hover {
	background-color: black;
	color: white;
}

.india {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: white;
	color: black;
}

.india:hover {
	background-color: black;
	color: white;
}
