
@font-face {
    font-family: 'Adobe Hebrew';
    src: url('fonts/AdobeHebrew-Bold.eot');
    src: url('fonts/AdobeHebrew-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/AdobeHebrew-Bold.woff2') format('woff2'),
         url('fonts/AdobeHebrew-Bold.woff') format('woff'),
         url('fonts/AdobeHebrew-Bold.ttf')  format('truetype'),
         url('fonts/AdobeHebrew-Bold.svg#Adobe Hebrew') format('svg');
         font-weight: bold;
}

@font-face {
    font-family: 'Graphik Semibold';
    src: url('fonts/Graphik-Semibold.eot');
    src: url('fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Graphik-Semibold.woff2') format('woff2'),
         url('fonts/Graphik-Semibold.woff') format('woff'),
         url('fonts/Graphik-Semibold.ttf')  format('truetype'),
         url('fonts/Graphik-Semibold.svg#Graphik Semibold') format('svg');
         font-weight: Semibold;
}

@font-face {
    font-family: 'Graphik Medium';
    src: url('fonts/Graphik-Medium.eot');
    src: url('fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Graphik-Medium.woff2') format('woff2'),
         url('fonts/Graphik-Medium.woff') format('woff'),
         url('fonts/Graphik-Medium.ttf')  format('truetype'),
         url('fonts/Graphik-Medium.svg#Graphik Medium') format('svg');
}

*{
	margin: 0;
	padding: 0;
}
body,
html {
	overflow-x: hidden;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
}

/*******Customize Css********/
.landing_wrapper {
	width: 100%;
	height: 100vh;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.landg_upper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 35px;
}
.side_gap,.land_end p{
	padding-left: 102px;
	padding-right: 102px;
}
.logo_arr img{
	/*width: 309px;*/
}
.land_ssl ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.land_ssl li a {
	width: 43px;
	height: 43px;
	background-color: transparent;
	border: 2px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 100%;
}
.land_ssl li a img {
	width: 22px;
}
.mail_symbl{
	width: 230px;
	margin: auto;
	margin-bottom: 20px;
	
}

.land_mid h1 {
    font-family: 'Adobe Hebrew';
    font-weight: bold;
    font-size: 100px;
    line-height: 1;
    margin-bottom: 10px;
    color: #202730;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
}
.land_mid p{
	font-family: 'Graphik Semibold';
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 35px;
	color: #282828;
}

.notify_btn{
	font-family: 'Graphik Medium';
	font-size: 17px;
	line-height: 1;
	padding:20px 50px;
	text-transform: uppercase;
	color: #fff;
	background-color: #164b8b;
	border:1px solid transparent;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	margin: auto;
	display: inline-block;
	text-decoration: none !important;
	letter-spacing: 2px
}

.notify_btn00{
	font-family: 'A750-Sans';
	font-size: 17px;
	line-height: 1;
	min-width: 199px;
	padding:20px 50px;
	text-transform: uppercase;
	color: #fff;
	background-color: #164b8b;
	border:1px solid transparent;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	margin: auto;
	display: inline-block;
	text-decoration: none !important;
	letter-spacing: 0.5s;
}

.land_mid{
	padding-bottom: 180px;
}

.notify_btn:hover {
	background-color: #093467;
	color: #fff;
}

.land_end {
	padding: 25px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.30);
}

.land_end p,.land_end p a{
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 3px;
	margin: 0;
	font-size: 11px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.land_end p a{
	text-transform: none !important;
	text-transform: uppercase !important;
}
.land_end p a:hover{
	color: #164b8b;
}
.land_ssl li a:hover{
	background-color: #164b8b;
	border-color: transparent;
}
.mail_symbl.giff {
	width: 270px;
	margin-bottom: 0 !important;
}

.for_landing{
	background-image:url(./images/hero-img.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}




@media only screen and (max-width: 1600px) {
	.landg_upper {
		padding-top: 25px;
	}
	.side_gap,.land_end p{
		padding-left: 50px;
		padding-right: 50px;
	}
	.logo_arr img{
		width: 140px;
	}
	.land_ssl li a img {
		width: 16px;
	}
	.land_ssl li a {
		width: 39px;
		height: 39px;
	}

	.mail_symbl {
		width: 120px;
		margin-bottom: 20px;
	}
	
	.land_mid h1 {
		font-size: 60px;
		line-height: 0.8;
	}
	.land_mid p {
		font-size: 19px;
	}
	.notify_btn {
		font-size: 16px;
		min-width: 150px;
		padding: 16px 10px;
	}
	.land_mid{
		padding-bottom: 110px;
	}

	.mail_symbl.giff {
		width: 165px;
	}
	
	
}


@media only screen and (max-width: 1199px) {
	/* .landing_wrapper {
		background-size: cover;
		background-position: center;
	} */
	.land_mid h1 {
		font-size: 56px;
	}
	.mail_symbl {
		width: 105px;
	}
	.mail_symbl.giff {
		width: 140px;
	}
		.logo_arr img {
		width: 140px;
	}
}


@media only screen and (max-width: 991px) {
	.side_gap, .land_end p {
		padding-left: 35px;
		padding-right: 35px;
	}
	.landg_upper {
		padding-top: 20px;
		justify-content: center;
	}
	.land_mid {
		padding-bottom: 70px;
		padding-top: 50px;
	}



	/**/
	/* .landing_wrapper {
		background-image: none !important;
	} */
	.for_landing {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(images/hero-img.jpg);
	}



	
}

@media only screen and (max-width: 767px) {

	.logo_arr img {
		width: 100%;
	}
	.side_gap, .land_end p {
		padding-left: 25px;
		padding-right: 25px;
	}
	.landg_upper {
		padding-top: 15px;
	}
	.land_end {
		padding: 18px 0;
	}
	.land_end p, .land_end p a {
		letter-spacing: 2px;

	}
	.land_mid {
		padding-bottom: 70px;
		padding-top: 50px;
	}
	.land_mid h1 {
		font-size: 40px;
	}
	.mail_symbl {
		width: 80px;
		margin-bottom: 15px;
	}
	.land_mid p {
		font-size: 15px;
	}
	.notify_btn {
		font-size: 13px;
		min-width: 120px;
		padding: 14px 10px;
	}

	.mail_symbl.giff {
		width: 110px;
		display: none;
	}
	
}


@media only screen and (max-width:740px) {
	.side_gap, .land_end p {
		padding-left: 15px;
		padding-right: 15px;
	}
	.logo_arr img {
		width: 100%;
	}
	.land_ssl li a {
		width: 35px;
		height: 35px;
	}
	.land_ssl li a img {
		width: 14px;
	}
	.land_end {
		padding: 14px 0;
	}
	.land_end p, .land_end p a {
		letter-spacing: 0px;
		font-size: 10px;
	}
	.land_mid h1 {
		font-size: 36px;
	}
	.land_mid p {
		font-size: 14px;
		margin-bottom: 12px;
	}
	.notify_btn {
		font-size: 12px;
		min-width: 110px;
		padding: 14px 10px;
	}
	

	.land_mid {
		padding-top: 20px;
	}
	
	
}


@media only screen and (max-width:440px) {
	.land_end p, .land_end p a {
		letter-spacing: 0;
		font-size: 10px;
		padding: 0;
	}
	.logo_arr img {
		width: 100%;
	}
	.land_mid h1 {
		font-size: 28px;
	}
	
	
}
