h1 {
	text-align: center;
    padding-top: 140px;
    margin-bottom: 0;
        margin-top: 0;
}
h1 img {
	width: 35%;
}
.section_1 {
	background: url(../images/about_sec-1_bg.jpg)no-repeat center center;
    background-size: cover;
}
.about_sec-2_img {
	width: 83%;
    margin: 25px auto;
    display: block;
}
h3 {
    color: #64b140;
    font-size: 6.5em;
    text-align: center;
    border-top: 1px solid;
    width: 85%;
    margin: 0 auto 5px;
}
.section_2 {
	height: initial !important;
}
.section_2 div {
	padding-top: 30px;
}
.section_2 p {
    color: #3b3b3b;
    font-size: 3.5em;
    width: 85%;
    margin: auto;
    text-align: center;
    border-bottom: 1px solid #64b140;
    padding-bottom: 20px;
    line-height: 1.2;
}
.section_3 {
	background: url(../images/about_sec-3_bg.jpg)no-repeat center center;
    background-size: cover;	
    position: relative;
}
.section_4 {
	background: url(../images/about_sec-4_bg.jpg)no-repeat center center;
    background-size: cover;	
    position: relative;
}
.section_3 div {
	width: 82%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(83, 105, 162, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 70px;
}
.section_3 p {
    font-size: 3.5em;
    color: #1c1c1c;
    line-height: 1.1;
    width: 90%;
    margin: 0 auto 20px;
}
h4 {
    font-size: 7.5em;
    color: #ef3f3f;
    margin: 0;
    text-align: center;
    margin-top: 15px;
}
h2 {
    margin: 0;
    font-size: 7em;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}
input {
    line-height: normal;
    display: block;
    width: 78%;
    margin: auto;
    box-sizing: border-box;
    font-size: 4.5em;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
    padding: 5px 20px;
    color: #fff;
}
#submit {
    background: rgba(100, 177, 64, 0.9);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.last-call{
	position: relative;
    background: rgba(239, 63, 63, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.last-call span {
	position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
