/* CSS Document */

h1{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 2;
	font-size: 70px;
	font-weight: 500;
	line-height: 60px;	
	text-align: center;
	direction: rtl;
	margin: 0;
	padding: 0;
}

h2{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 2;
	font-size: 60px;
	font-weight: 500;
	line-height: 64px;	
	text-align: center;
	direction: rtl;
	margin: 0;
	padding: 0;
}


h3{
	position: relative;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	font-size: 50px;
	font-weight: 500;
	line-height: 1;	
	text-align: center;
	direction: rtl;
	margin: 0;
	padding: 0;
}

.boldTitle{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 2;
	font-size: 30px;
	font-weight: 700;
	line-height: 34px;	
	text-align: center;
	direction: rtl;
	margin: 0;
	padding: 0;
}

.bigText{
	color: #e41e26;
	font-size: 42px;
	font-weight: 400;
	line-height: 44px;	
	text-align: center;
	margin: 0;
	padding: 0;

}
.regText{
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;	
	text-align: center;
	margin: 0;
	padding: 0;
}
.boldText{
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;	
	text-align: center;
	margin: 0;
	padding: 0;
}
.lightText{
	font-size: 22px;
	font-weight: 400;
	line-height: 24px;	
	text-align: center;
	margin: 0;
	padding: 0;
}

.smallText{
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;	
	text-align: center;
	margin: 0;
	padding: 0;
}


.green{
	color: #58ba47;
}

.orange{
	color: #f6a200;
}


#page2Text .txt1{
	font-size: 30px;
	font-weight: 400;
	line-height: 34px;	
	text-align: center;
	
}

#page2Text .txt2{
	font-size: 44px;
	font-weight: 700;
	line-height: 46px;	
	text-align: center;
	
}

.greenBigText{
	font-size: 30px;
	font-weight: 700;
	line-height: 34px;	
	text-align: center;
	color: #58ba47;
}

