@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);
html {
	height: 100%;
	width: 100%;
	font-size: 10px;
}
body {
  	font-family: "Alef Hebrew", "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 100%;
	width:100%;
	color:#fff;
}
header{
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9;
}
.navigation-container ul a {
	text-decoration: none;
}
.navigation-container ul li {
	list-style: none;
}
.navigation-container ul li p {
    font-size: 7em;
    margin: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
}
.navigation-container ul {
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin-top: 15px;
}
.active {
	background-color: #fff;
}
.active p {
	color: #313335 !important;
}
.navigation-container {
    display: none;
	position: fixed;
    z-index: 9;
    background: rgba(239, 63, 63, 0.95);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.close {
	width: 7%;
    margin-top: 5%;
    margin-right: 5%;
}
section {
	width: 100%;
}
.logo {
    width: 35%;
    margin-left: 4%;
    padding: 10px 0px;
} 
.hamburger {
    width: 7.7%;
    position: absolute;
    right: 4%;
    top: 50%;
    -webkit-transform: translate(0,-50%);   
    transform: translate(0,-50%);
}


/*
    section-1
*/
.section_1 p{
    font-size: 5.7em;
    width: 80%;
    text-align: center;
    margin: auto;
    line-height: 1.2;
    margin-top: 10px;
}
.about_sec-2_img {
    width: 83%;
    margin: 25px auto;
    display: block;
}
.btn {
    display: block;
    width: 78%;
    margin: 20px auto;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 4.5em;
    line-height: 1;
    border: 1px solid #fff;
}
.btn span {
    display: block;
    text-align: center;
    line-height: 1;
    font-weight: 600;
}
.btn-green {
    padding: 10px 0;
    background: rgba(100, 177, 64, 0.9);
}
.btn-red {
    height: 44px;
    position: relative;
    background: rgba(239, 63, 63, 0.9);
}
.btn-red span {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.arrow {
    width: 11%;
    margin: auto;
    display: block;
}
.section_1 div {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

/*

    Form

*/
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);
    font-weight: 600;
}
.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%);
}
.form-section > div {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.form-section {
    background: url(../images/about_sec-4_bg.jpg)no-repeat center center;
    background-size: cover; 
    position: relative;
}
.line {
    width: 60%;
    margin: auto;
    height: 1px;
    background: #fff;
}