@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'futuracondensed_extrabold';
    src: url('../newfonts/ufonts.com_futura-condensed-extrabold-webfont.eot');
    src: url('../newfonts/ufonts.com_futura-condensed-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../newfonts/ufonts.com_futura-condensed-extrabold-webfont.woff2') format('woff2'),
         url('../newfonts/ufonts.com_futura-condensed-extrabold-webfont.woff') format('woff'),
         url('../newfonts/ufonts.com_futura-condensed-extrabold-webfont.ttf') format('truetype'),
         url('../newfonts/ufonts.com_futura-condensed-extrabold-webfont.svg#futuracondensed_extrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura-mediumregular';
    src: url('../newfonts/ufonts.com_futura-medium-webfont.eot');
    src: url('../newfonts/ufonts.com_futura-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../newfonts/ufonts.com_futura-medium-webfont.woff2') format('woff2'),
         url('../newfonts/ufonts.com_futura-medium-webfont.woff') format('woff'),
         url('../newfonts/ufonts.com_futura-medium-webfont.ttf') format('truetype'),
         url('../newfonts/ufonts.com_futura-medium-webfont.svg#futura-mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
	
.bg-static 
	{
    	background:  rgba(0, 0, 0, 0) url(../newimage/bgimage.jpg) no-repeat fixed center center / cover ;
	}
	
.Main_Body
	{
		
		min-height:100%;
		position:relative;
	}
	
/*.BackGround_Image
	{
		background: #111 url(../newimage/bg_image.jpg) no-repeat scroll center top / cover ;
		border-bottom: 1px solid #999;
    	border-top: 1px solid #999;
    	height: 100vh;
    	left: 0;
    	position: relative;
    	right: 0;
    	top: 0;
    	z-index: 1;
	}
	*/
.Instraction_box
	{
		padding-top:100px;
		padding-bottom:100px;
	}
	
.Txt_Box
	{
		background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    	border: 2px solid #0f713b;
    	border-radius: 15px;
    	margin-bottom: 10px;
    	padding: 20px;
		text-align:center;
	}
	
.Logo img
	{
		width:70%;
	}

.Heading
	{
		margin-bottom:20px;
	}	
.Heading h3
	{
		color: #494949;
    	font-family: 'futura-mediumregular';
    	font-size: 30px;
    	margin: 8px 0 0;
		letter-spacing:2px;
	}
.Heading h1
	{
		color: #494949;
    	font-family: 'futuracondensed_extrabold';
    	font-size: 30px;
    	margin: 0;
	}
	
.Paragraph P
	{
		color: #494949;
    	font-family: "futura-mediumregular";
    	font-size: 1.2em;
    	letter-spacing: 2px;
    	margin-bottom: 20px;
		line-height:16px;
	}

.Form_Box
	{
		text-align: center;
		
	}	
.Form_Box input[type=email]
	{
		border: 2px solid #0f713b;
    	border-radius: 10px;
    	font-family: 'futura-mediumregular';
    	font-size: 20px;
		color:#8d8d8d;
    	padding: 12px 56px;
    	width: 80%;
		margin-bottom:12px;
		letter-spacing: 2px;
		text-align:center;
	}
	
.Form_Box input[type=submit]
	{
		border: 2px solid #000000;
    	border-radius: 10px;
    	font-family: 'futura-mediumregular';
    	font-size: 22px;
    	padding: 10px 50px;;
		color:#fff;
		letter-spacing:2px;
		background: -moz-linear-gradient(bottom, rgba(6,63,31,1) 0%, rgba(15,149,73,1) 100%);
		background: -webkit-linear-gradient(bottom, rgba(6,63,31,1) 0%, rgba(15,149,73,1) 100%);
		background: -ms-linear-gradient(bottom, rgba(6,63,31,1) 0%, rgba(15,149,73,1) 100%);
		background: -o-linear-gradient(bottom, rgba(6,63,31,1) 0%, rgba(15,149,73,1) 100%);
		background: linear-gradient(bottom, rgba(6,63,31,1) 0%, rgba(15,149,73,1) 100%);
	}
.Footer
	{
    	display: block;
    	width: 100%;
		background:#fff;
		position:absolute;
		bottom:0;
		left:0;
		/*position:absolute;*/
	}

.Footer ul
	{
		list-style:none;
		float:left;
		margin:0;
		padding:0;
		
	}
	
.Footer li
	{
		float:left;
		margin-right: 10px;
		
	}

.logo_image
	{
		float:left;
		width:200px;
	}
.copyright_txt
	{
		clear: left;
    	color: #57585b;
    	float: left;
    	font-family: 'futura-mediumregular';
   		font-size: 12px;
		letter-spacing:1px;	
	}
.social-icon{width:40px;}
.margin{margin-bottom: 10px;margin-top: 10px;}
.FloatL{float:left}
.FloatR{float:right}




@media all and(max-device-width:360px)and (min-width: 320px) {

::-webkit-input-placeholder {
   font-family: 'futura-mediumregular';
   font-size: 18px;
  

}

:-moz-placeholder { /* Firefox 18- */
   font-family: 'futura-mediumregular';
   font-size: 18px; 
}

::-moz-placeholder {  /* Firefox 19+ */
   font-family: 'futura-mediumregular';
   font-size: 18px;
}

:-ms-input-placeholder {  
   font-family: 'futura-mediumregular';
  font-size: 18px;
}



.Paragraph P
	{
		color: #494949;
    	font-family: "futura-mediumregular";
    	font-size: 12px;
    	font-weight: lighter;
    	letter-spacing: 2px;
    	margin-bottom: 20px;
	}
	.Heading h3
	{
		color: #494949;
    	font-family: 'futura-mediumregular';
    	font-size: 20px;
    	margin: 8px 0 0;
		letter-spacing:2px;
	}
.Heading h1
	{
		color: #494949;
    	font-family: 'futuracondensed_extrabold';
    	font-size: 18px;
    	margin: 0;
	}
.Instraction_box
	{
		padding-top:100px;
		padding-bottom:200px;
	}
.logo_image
	{
		float:left;
		width:150px;
	}
.copyright_txt
	{
		clear: left;
    	float: left;
    	font-family: arial;
   		font-size: 8px;
		color: #57585b;
    	font-family: 'futura-mediumregular';
		letter-spacing:1px;		
	}
.social-icon{width:28px;}
.Form_Box input[type=email]
	{
		padding:8px 10px;
	}
.Form_Box input[type=submit]
	{
    	padding: 10px 30px;;
	}

	}


@media all and (max-width: 390px) and (min-width: 360px) {
   .Heading h3
	{
		color: #494949;
    	font-family: 'futura-mediumregular';
    	font-size: 20px;
    	margin: 8px 0 0;
		letter-spacing:2px;
	}
.Heading h1
	{
		color: #494949;
    	font-family: 'futuracondensed_extrabold';
    	font-size: 18px;
    	margin: 0;
	}
   .logo_image
	{
		float:left;
		width:140px;
	}
.copyright_txt
	{
		clear: left;
    	float: left;
    	font-family: arial;
   		font-size: 7px;
		color: #57585b;
    	font-family: 'futura-mediumregular';
		letter-spacing:1px;		
	}
.social-icon{width:28px;}
.Form_Box input[type=email]
	{
		padding:8px 10px;
	}
.Form_Box input[type=submit]
	{
    	padding: 10px 30px;;
	}
   
}