
.global{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	background-color: #fff;
	overflow: hidden;
}
.global .wrpper{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 35px auto;
}
.global .wrpper h2{
	display: block;
	margin-bottom: 45px;
	font-size: 28px;
	line-height: 1.25;
	font-weight: 600;
	color: #333;
	text-align: center;
	letter-spacing: 1px;
}
.large{
	margin-bottom: 65px;
	display: inline-block;
}
.figure-icon{
	margin: auto;
	width: 48px;
	height: 48px;
	border: 1px solid #ce2d35;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
}
.global .wrpper h4{
	display: block;
	margin-top: 17.5px;
	margin-bottom: 22.5px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	text-align: center;
}
.global .wrpper p{
	font-size: 15px;
	line-height: 1.25;
	color: #666;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.25px;
}
.global .wrpper p a{
	font-size: 15px;
	line-height: 1.25;
	color: #666;
	font-weight: 400;
	letter-spacing: 0.25px;
}

.small{
	position: relative;
	width: 100%;
	padding: 65px 0;
	background-color: #f7f7f7;
}
.small .large{
    height: 145px;
    margin-bottom: 0;
    float: right;
    width: 45%;
}
.small .large h4,
.small .large p{
	text-align: left;
	padding-left: 17.5px;
	position: relative;
}


.small .large h4:after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 3px;
	height: 24px;
	background-color: #ce2d35;
	transform: translateY(-50%);
}

.form{
	position: relative;
	width: 100%;
	padding: 45px 0;
	background-color: #fff;
}
.input_con{
	position: relative;
	display: inline-block;
	float: left;
	width: 48%;
	margin: 10px 1%;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
}
.input_con>span{
	color:red;
}
.form input{
	width:92%;
	border:0;
	outline:none;
	color: #000;
	line-height: 46px;
	padding: 10px 20px;
	background:transparent;
	transition: all 0.3s ease-out 0s;
	font-size:18px;
}
.form input:focus,
.form textarea:focus{
	 color:#444; 
	 outline: none;
}

.a-upload {
   	width: 48%;
    margin: 10px 1%;
    padding: 10px 20px;
    line-height: 46px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
}

.a-upload  input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    width: 100%;
    margin: 0;
    padding: 0;
}

.a-upload:hover {
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none
}
.mes_con{
	position: relative;
	width: 98%;
	height:120px;
	margin: 10px 1%;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
}
.mes_con>span{
	color:red;
	position: absolute;
	/*top:25px;*/
	top:12px;
}

.form textarea{
	width:100%;
	border:0;
	outline:none;
	background:transparent;
	color: #000;
	/*line-height: 46px;*/
	line-height:24px;
	padding: 10px 20px;
	transition: all 0.3s ease-out 0s;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:18px;
}
.global-btn{
	position: relative;
	display: table;
	width: 100%;
	padding: 35px 0;
}
.global-btn .inputsub{
	display: block;
	width: 220px;
    height: 48px;
    margin: 0 auto;
    text-align: center;
    line-height: 0;
    background: #ce2d35;
    color: #fff;
    cursor: pointer;
    border: none;
    transition: all 0.6s ease 0s;
    position: absolute;
    top: 20px;
    left: 45%;
}
.global-btn .inputsub:hover{
	color: #fff;
    text-decoration: none;
    background-color: #ea454d;
    cursor: pointer;
}
/*.form .global-btn a:hover,.form .global-btn a:focus{
	color: #fff;
	text-decoration: none;
	background-color: #ea454d;
}*/