* {
	box-sizing: border-box;
	margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
	-webkit-appearance: none;
}
html, body {
	width: 100%;
	height: 100%;
	background: #FFF;
	font-family: 'Heebo', sans-serif;
}
body {
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 18px;
}
a:hover {
	opacity: 0.7;
	transition: all 0.2s;
}
h1 {
	font-size: 54px;
    font-weight: bold;
    color: #292c68;
    line-height: 0.9;
}
.eng h1 {
	font-size: 66px;
	line-height: 1.1;
	margin-top: 16px;
}
.arb h1 {
	font-size: 75px;
	line-height: 1.1;
	margin-top: 16px;
}
h1 span {
	font-size: 181px;
    display: block;
    color: #e6332a;
    letter-spacing: -4px;
}
.eng h1 span {
	font-size: inherit;
	letter-spacing: inherit;
}
.arb h1 span {
	font-size: inherit;
	letter-spacing: inherit;
}
h2 {
	font-size: 28px;
    line-height: 1.2;
    font-weight: bold;
    color: #292c68;
	margin: auto;
}
.eng h2 {
	max-width: 800px;
	font-size: 30px;
	margin-top: 8px;
	font-weight: normal;
}
.arb h2 {
	font-size: 40px;
	margin-top: 8px;
	font-weight: normal;
}
h3 {
	font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    color: #292c68;
}
.arb h3 { font-size: 28px; }
.nowrap { white-space: nowrap; }
.wrapper {
	direction: rtl;
	position: relative;
	min-height: 100%;
	text-align: center;
	overflow-x: hidden;
}
.eng .wrapper { direction: ltr; }
.maxwidth {
	max-width: 1160px;
	padding: 0 30px;
	margin: auto;
	position: relative;
}
.topfloat {
	position: absolute;
	top: -10px;
	left: 30px;
	z-index: 450;
}
.eng .topfloat {
	left: auto;
	right: 30px;
}
.topfloat a {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	color: var(--main-color1);
	background: #FFF;
    text-decoration: none;
    z-index: 800;
	transition: all;
	transition-duration: 0.3s;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 15px 15px 7px 15px;
	box-shadow: 2px 2px 11px #00000034;
}
.topfloat a:hover { background: #b5be34; opacity: 1; }
.header {
	width: 100%;
	position: relative;
}
.logos { padding: 50px 0 20px 0; display: flex; justify-content: center; align-items: center; }
.logos a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px;
}
.logos a:first-child { margin-right: 0; }
.logos a:last-child { margin-left: 0; }
.eng .logos a:first-child { margin-right: 12px; margin-left: 0;}
.eng .logos a:last-child { margin-left: 12px; margin-right: 0;}
.logos img { max-width:100%; }
.main {
	padding: 30px 0;
	text-align: right;
	background: url('images/bottombg.jpg') no-repeat bottom center;
	background-size: 100% 304px;
}
.eng .main { text-align: left; }
.apps { text-align: center; margin-bottom: 30px; display: flex; justify-content: center; align-items: center; }
.eng .apps, .arb .apps { justify-content: flex-start; padding: 20px 0; }
.apps a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}
.apps a:first-child { margin-right: 0; }
.apps a:last-child { margin-left: 0; }
.eng .apps a:first-child { margin-left: 0; }
.eng .apps a:last-child { margin-right: 0; }
.apps img { max-width:100%; }
ol {
	list-style: none;
	counter-reset: li;
	padding-bottom: 30px;
}
li {
	counter-increment: li;
	padding: 10px 40px 10px 0;
	position: relative;
	line-height: 1.2;
}
.eng li {
	padding: 10px 0 10px 40px;
}
li::before {
	position: absolute;
	right: 0;
	top: 6px;
	content: counter(li);
	color: #292c68;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #fde314;
	border-radius: 30px;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
}
.eng li::before {
	right: auto;
	left: 0;
}
.applinks { margin-bottom: -12px; }
.applinks img {
	display: inline-block;
	vertical-align: middle;
}
.applinks::before { top: 19px; }
.footer {
	font-size: 20px;
	color: #FFF;
	background: #292c68;
	padding-bottom: 30px;
	margin-top: -1px;
}
.yellow, .yellow a {
	color: #fde314;
	text-decoration: none;
	font-size: 22px;
}
.yellow a:hover { text-decoration: underline; }
.sep {
	margin: 0 9px;
	display: inline-block;
	vertical-align: middle;
}
.hand { float: left; text-align: left; }
.eng .hand { float: right; text-align: right; }
.hand img { margin-top: -20px; margin-right: 20px; }
.eng .hand img { margin-left: 20px; margin-right: 0; }
.train { margin-top: 20px; }
.video_holder {
	width: 100%;
    box-shadow: 2px 2px 11px #00000044;
    margin: 20px 0 40px 0;
}
video {
	width: 100%;
	margin-bottom: -9px;
	cursor: pointer;
}
.download {
	display: inline-block;
	padding: 10px 20px;
	background-color: #292c68;
	color: #fde314;
	text-decoration: none;
	margin: 6px 0;
	border-radius: 10px;
}
.download i {
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	background: url('images/bookleticon.png') no-repeat center center;
	margin-right: 10px;
}
.eng .download i {
	margin-right: 0;
	margin-left: 10px;
}

@media (max-width: 1600px) {
	.main { background-size: auto;}
}
@media (max-width: 1400px) {
	.applinks { margin-top: 10px; margin-bottom: 0; }
	.applinks::before { top: 6px; }
}
@media (max-width: 1000px) {
	.hand img { width: 350px; margin-top: 30px; }
	.logos { padding-top: 45px; }
	.apps a { margin: 0 8px; }
}
@media (max-width: 790px) {
	h1 { font-size: 6.8vw; }
	.eng h1 { font-size: 7.4vw; }
	.arb h1 { font-size: 9.8vw; }
	h1 span { font-size: 23vw; }
	h2 { font-size: 3.5vw; }
	.eng h2 { font-size: 4.5vw; }
	.arb h2 { font-size: 5.5vw; }
	.apps { margin: auto; }
	.hand, .eng .hand { float: none; }
	.hand img {
		width: auto;
		max-width: 100%;
		margin-top: 0px;
		margin-bottom: -50px;
	}
	.train { max-width: 90%; }
}
@media (max-width: 520px) {
	body {
		font-size: 16px;
	}
	.maxwidth { padding: 0 20px; }
	.main { padding: 10px 0; }
	.topfloat { font-size: 15px; left: 15px; }
	.logos {
		padding-top: 50px;
		padding-bottom: 10px;
	}
	.logos a { margin: 0 6px; }
	h1 { font-size: 6.2vw; }
	h1 span { font-size: 22vw; }
	.eng h1 { font-size: 7.5vw;	}
	.arb h1 { font-size: 10vw;	}
	h2 {
		font-size: 20px;
    	line-height: 1.4;
	}
	.eng h2 {
		font-size: 21px;
		line-height: 1.2;
	}
	.arb h2 {
		font-size: 24px;
		line-height: 1.2;
	}
	h3 { font-size: 20px; }
	.arb h3 { font-size: 18px; }
	.footer, .yellow, .yellow a { font-size: 16px; }
	.apps { padding: 5px 20px; }
	.main { background-size: auto 250px; }
}
