/* CSS Document */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


.noText{
	color: transparent;
	overflow:hidden;
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 
	user-select:none;
	-o-user-select:none;
}

* { margin: 0; padding: 0; }
a img{border:none}
img
{  border-style: none;
}
textarea { resize:none; }
textarea:focus, input:focus{
    outline: 0;
}

img.a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}

*:focus {
    outline: 0;
}

body, html {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	overflow-x: hidden;
	/*background: url(images/main_pic.jpg) no-repeat bottom center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
	background-attachment: fixed;
	background-image: url("images/bg.jpg");
	background-color: #02294e;
	font-family: 'Heebo',Arial, Helvetica, sans-serif;
}
#MainDiv{
	position:absolute;
	width: 1920px;
	height: 930px;
	top: 0px;
	left: 0px;
	z-index:2;
	overflow-x: hidden;
}

/* header */


#leftHolder{
	position: absolute;
	width: 1180px;
	height: auto;
	left: 80px;
	top: 15px;
	z-index: 4;
}
.titleHolder{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 2;
	margin: 0;
	padding: 0;
}
.vidHolder{
	position: relative;
	width: 1180px;
	height: 754px;
	float: left;
	z-index: 2;
	margin: 0;
	margin-top: 15px;
	padding: 0;
}

#logoSmall{
	position: absolute;
	width: 90px;
	height: 94px;
	right: 50px;
	top: 15.5px;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center top;
	background-attachment: fixed;
	background-image: url("images/logo_bg.png");	
}


.title{
	position: relative;
	width: 906px;
	height: 117px;
	float: left;
	z-index: 2;
	margin: 0px 0px 0px 50px;
	padding: 0;
}

.blue_corner{
	position: absolute;
	width: 18px;
	height: 117px;
	top: 0px;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
	background-attachment: fixed;
}

.blueR{
	background-image: url("images/blue_c_right.png");	
	right: 0px;
}

.blueL{
	background-image: url("images/blue_c_left.png");	
	left: 0px;
}
h1{
	position: absolute;
	width: 100%;
	height: 117px;
	top: 0px;
	left: 0px;
	z-index: 5;
	padding: 0;
	font-size: 80px;
	line-height: 117px;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	color: #002b4a;
	text-transform: uppercase;
}

#leaf{
	position: absolute;
	width: 131px;
	height: 336px;
	left: 0px;
	top: 302px;
	z-index: 15;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
	background-attachment: fixed;
	background-image: url("images/blue_leaf.png");	
}



.textHolder{
	position: absolute;
	width: 560px;
	height: 660px;
	top: 140px;
	left: 600px;
	background: rgba(255,255,255,0.6);
	z-index: 2;
}


.terms{
	position: absolute;
	width: auto;
	height: auto;
	white-space: nowrap;
	right: 30px;
	top: 330px;
	z-index: 5;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #000;
	transform: rotate(90deg);
	transform-origin: top right;
	display: flex;
}

/* form */
#footerHolder{
	position: absolute;
	width: 470px;
	height: 930px;
	right: 60px;
	top: 0px;
	z-index: 25;
	background-color: #02294e;
}

#formLogo{
	position: relative;
	width: 100%;
	height: 208px;
	float: right;
	z-index: 5;
	margin: 0px 0px 30px 0px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right top;
	background-attachment: fixed;
	background-image: url("images/logo.png");	
}

.formText{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	font-size: 26px;
	line-height: 1.1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #F7EDD6;
	padding: 0;
	margin: 0px 0px 20px 0px;
}
.textHolder2{
	position: relative;
	width: 100%;
	height: 214px;
	float: right;
	margin: 10px 0px 30px 0px;
}

.white_corner{
	position: absolute;
	width: 19px;
	height: 214px;
	top: 0px;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left top;
	background-attachment: fixed;
}

.whiteR{
	background-image: url("images/white_c_right.png");	
	right: 0px;
}

.whiteL{
	background-image: url("images/white_c_left.png");	
	left: 0px;
}

.formText2{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 700;
	text-align: right;
	direction: rtl;
	color: #F7EDD6;
	padding: 7px 0px 30px 80px;
	margin: 0;
}

.formText2 span{
	color: #8ac0e7;
}

#FormDiv{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
	z-index: 2;
}


#ThankYou{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
	z-index: 3;
	display:none;
}

.formTitle{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	font-size: 26px;
	line-height: 1;
	font-weight: 700;
	text-align: right;
	direction: rtl;
	color: #F7EDD6;
	padding: 0;
	margin: 0px 0px 15px 0px;
}

.thanksText{
	position: relative;
	width: 100%;
	height: auto;
	margin: 50px 0px 30px 0px;
	float: left;
	z-index: 5;
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	color: #F7EDD6;
}


.inputText{
	position: relative;
	width: 464px;
	height: 50px;
	float: right;
	margin: 0px 0px 15px 0px;
	text-indent: 15px;
	font-family: 'Heebo',Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 400;
	background-color: #a8c5e7;
	color: #000;
	text-align: right;
	direction: rtl;
	border: 2px solid #a8c5e7;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	outline: 0;
}

.checkHolder{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0;
}

.cb{
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	z-index: 2;
	border: 2px solid #FFF;
}
.cbLabel{
	position: relative;
	width: 410px;
	height: auto;
	float: right;
	margin: 0px 10px 0px 0px;
	z-index: 5;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #fff;
}

#SendBut{
	position: relative;
	width: 464px;
	height: 50px;
	float: left;
	margin: 0;
	margin-top: 15px;
	z-index: 5;
	font-size: 28px;
	line-height: 50px;
	font-weight: 700;
	color: #002b4f;
	text-align: center;
	direction: rtl;
	text-decoration: none;
	background-color: #f7edd6;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 2px solid #f7edd6;
	font-family: 'Heebo',Arial, Helvetica, sans-serif;
}



#ErrorDiv{
	position: relative;
	width: 100%;
	height: 30px;
	float: right;
	z-index: 5;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #FF0000;
	text-align: center;
	direction: rtl;
	margin: 10px 0px;
}

/* form end */


::-webkit-input-placeholder { 
    color:    #002b4f;
   opacity:  1;
}
:-moz-placeholder { 
   color:    #002b4f;
   opacity:  1;
}
::-moz-placeholder { 
   color:    #002b4f;
   opacity:  1;
}
:-ms-input-placeholder { 
   color:    #002b4f;
   opacity:  1;
}


.en{
	font-size: 85%;
	font-weight: 500;
}


.wrapper{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
}



.termsFooter{
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0px;
	bottom: 0px;
	z-index: 3;
	font-size: 22px;
	line-height: 60px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	direction: rtl;
	display: block;
}


.termsFooter a{
	color: #fff;
	text-decoration: underline;
}

.coockes{
	position: fixed;
	width: 1920px;
	height: 80px;
	right: 0px;
	bottom: 0px;
	z-index: 70;
	background: rgba(0,0,0,0.7);
	display: none;
}
.ftext{
	position: absolute;
	width: 1450px;
	height: 60px;
	right: 150px;
	top: 15px;
	margin: 0;
	z-index: 20;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
	text-align: right;
	direction: rtl;
	
}
.ftext a{
	color: #fff;
	text-decoration: underline;
}

#okBtn{
	position: absolute;
	width: 150px;
	height: 40px;
	left: 40px;
	top: 15px;
	z-index: 1;
	background-color: #d3e8e7;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 2px solid #000;
	font-size: 26px;
	line-height: 40px;
	font-weight: 400;
	color: #000;
	text-align: center;
	direction: rtl;
	text-decoration: none;
}


