
/* Font */
@font-face {
    font-family: 'Yekan';
    src: local('Yekan'), url('font/Yekan.eot');
    src: url('font/Yekan.eot?#iefix') format('embedded-opentype'),
         url('font/Yekan.woff') format('woff'),
         url('font/Yekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'B Yekan';
    src: local('B Yekan'), url('font/BYekan.eot');
    src: url('font/BYekan.eot?#iefix') format('embedded-opentype'),
         url('font/BYekan.woff') format('woff'),
         url('font/BYekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.font-face{
    font-family: "B Yekan", Yekan, tahoma;
    font-size:23px;
    font-weight:normal;
}
.font-face-title{
    font-family: "B Yekan", Yekan, tahoma;
    font-size:17px;
    font-weight:normal;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

body{
	padding:0px;
	margin:0px;
	text-align:center;
	background-color: #FFFFFF;
	direction:rtl;
	line-height: normal;
	}

.parallax-section-1 {
	height: 658px;
	margin-top: 0px;
	width: 100%;
	min-width: 1100px;
	
	background: url(background1.jpg) no-repeat top center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			/*background-size: 100% 100%;*/
	
	
	}
	.parallax-section-1-text{
		color: #02638d;
		/* color: #FF4700; */
		font-size: 64px;
		font-weight: bold;
		text-align: center;
		padding-top: 250px;
		font-family: Tahoma, Geneva, sans-serif;
		font-family: "B Yekan", Tahoma, Geneva, sans-serif;/**/
		text-shadow: 0px 1px 0px #333333;
		}
	.parallax-section-1-text2{
		color: #FFF;
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		padding-top: 0px;
		font-family: Tahoma, Geneva, sans-serif;
		font-family: "B Yekan", Tahoma, Geneva, sans-serif;/**/
		text-shadow: 0px 0px 3px #000000;
		}










.services-container-bg{
	padding-bottom: 20px; padding-top: 20px;
	background-color: #FFF; /* #f0f0f0; */
	width: 100%;
	min-width: 1100px;
	color:#000;	
	text-align:center;
	line-height: normal;
	font-family: "B Yekan", Tahoma, Geneva, sans-serif;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	}
	.services-container{ /*clear: both;*/ }
	.services-part{
		font-size:18px;
		font-weight: normal;
		width: 210px;
		margin-left: 9px;
		float: left;
		line-height: 190%;
		}
		h1.services-h1 { 
			font-size:30px;
			font-weight:bold;
			margin: 0px;
			padding-top: 30px;
			padding-bottom: 30px;
			line-height: 100%;
		}
		h2.services-h2 { 
			color: #000;
			font-size:18px;
			font-weight: bold; 
			margin: 0px;
			padding-bottom: 10px;
			line-height: 100%;
		}








/* Button TEST */
#services-button {
border: 0px groove #74A941;
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding: 8px 30px;
margin-bottom: 30px; margin-top:30px;
text-align: center;
/*give the background a gradient */
background-color: #02638d; /*required for browsers that don't support gradients*/
background: -webkit-gradient(linear, left top, left bottom, from(#74A941), to(#74A941));
background: -webkit-linear-gradient(top, #02638d, #02638d);
background: -moz-linear-gradient(top, #02638d, #02638d);
background: -o-linear-gradient(top, #02638d, #02638d);
background: linear-gradient(top, #02638d, #02638d);
/*required for browsers that don't support gradients*/
/* background-color: #F9570D; 
background: -webkit-gradient(linear, left top, left bottom, from(#74A941), to(#74A941));
background: -webkit-linear-gradient(top, #F9570D, #F9570D);
background: -moz-linear-gradient(top, #F9570D, #F9570D);
background: -o-linear-gradient(top, #F9570D, #F9570D);
background: linear-gradient(top, #F9570D, #F9570D); */
/*style to the text inside the button*/
font-family: "B Yekan", Tahoma, Geneva, sans-serif;; 
color:#fff;
font-size:21px;
text-shadow: none;
font-weight: normal;
text-decoration: none;
/*give the corners a small curve*/
-webkit-border-radius: 15px 15px 15px 15px;
   -moz-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px;
/*add a drop shadow to the button*/
-webkit-box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
   -moz-box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
        box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
#services-button:hover, #services-button:focus {
color:#FFFFFF;
text-decoration: none;
/*reduce the spread of the shadow to give a pushed effect*/
-webkit-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
   -moz-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
        box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
}
.services-button-link{ text-decoration: none; }
#services-button-outer{
	width: 250px; 
	margin-left: auto; margin-right: auto;
}
/* Button TEST */






/* test --------------------------*/
.services-container-bg2{	
	background-color: #f0f0f0;
	width: 100%;
	color:#000;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height: normal;
	font-family: "B Yekan", Tahoma, Geneva, sans-serif;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
.services-container2{ 
	clear: both; 
	margin-left: auto; 
	margin-right: auto; 
	width: 1100px;
}
.services-part2{
	font-size:16px;
	font-weight: normal;
	width: 200px;
	float: left;
	margin-left: 20px;
	height: 150px;
	background-color: #C00;
}
/* ------------------------------ */




.services{
	background-color: #f0f0f0;
	width: 100%;
	min-height: 396px;
	color:#000;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	padding-top: 00px;
	font-family: "B Yekan", Tahoma, Geneva, sans-serif;
	}
	.services-inner{
		padding-top: 25px;
		padding-bottom: 40px;
		line-height: normal;
		text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
		}
		.service{
			margin-left: auto; margin-right: auto; width: 1100px;
			color:#000;
			padding-top: 25px;
			font-size:16px;
			font-weight: normal;
			text-align:center;
			line-height: 100%;
			font-family: "B Yekan", Tahoma, Geneva, sans-serif;
			}
			.service-hr{
				padding: 0px;
				margin: 0px;
				color:#000;
				font-size:18px;
				font-weight:bold;
				text-align:center;
				font-family: "B Yekan", Tahoma, Geneva, sans-serif;
				text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
				}


.parallax-section-2 {
	height: 393px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed; /*scroll;*/
    background-image: url('background2.jpg'); 
	background-size: cover;
	width: 100%;
	min-width: 1100px;
	}
	.parallax-section-2-text{
		color:#000;
		font-size:52px;
		font-weight:bold;
		text-align:center;
		padding-top: 140px;
		font-family: "B Yekan", Tahoma, Geneva, sans-serif;
		text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);	
	
		}
		.parallax-section-2-text-inner{
			color:#FFFFFF;
			font-size:36px;
			direction:rtl;
			font-weight:bold;
			text-align:center;
			padding-top: 0px;
			font-family: "B Yekan", Tahoma, Geneva, sans-serif;
			}




/* 
	HOMEPAGE 3 BOX FORMATTING
*/
.more-services{
	background-color:#FFF; 
	width: 100%;
	min-width: 1100px;
	margin-top: 20px;
	}
	.more-services-in{
		margin-left: auto; margin-right: auto; width: 1100px;
		direction: rtl;
		padding-top: 30px;
		}
		.more-services-in-section1{
			color: #333333;
			font-size: 16px;
			font-weight: normal;
			text-align: left;
			direction: ltr;
			line-height: 200%;
			width: 250px;
			float: left;
			margin-left: 72px;
			padding: 10px;
			margin-bottom: 40px;	
			font-family: Tahoma, Geneva, sans-serif;
			text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);	
			-webkit-transition: all 0.5s ease-in-out;	
			   -moz-transition: all 0.5s ease-in-out; 
			     -o-transition: all 0.5s ease-in-out;
			}
			.more-services-in-section1:hover{ background-color:#F0F0F0; }
		.more-services-in-section2{
				color: #333333;
				font-size: 16px;
				font-weight: normal;
				text-align: left;
				direction: ltr;
				line-height: 200%;
				width: 250px;
				float: left; 
				padding: 10px;
				margin-left: 72px;
				margin-bottom: 40px;
				font-family: Tahoma, Geneva, sans-serif;
				text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);	
				-webkit-transition: all 0.5s ease-in-out;	
				   -moz-transition: all 0.5s ease-in-out; 
				     -o-transition: all 0.5s ease-in-out;
				}
			.more-services-in-section2:hover{ background-color:#F0F0F0; }
		.more-services-in-section3{
				color: #333333;
				font-size: 16px;
				font-weight: normal;
				text-align: left;
				direction: ltr;
				line-height: 200%;
				width: 250px;
				float: left; 
				padding: 10px;
				margin-left: 72px;
				margin-bottom: 40px;
				font-family: Tahoma, Geneva, sans-serif;
				text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
				-webkit-transition: all 0.5s ease-in-out;	
				   -moz-transition: all 0.5s ease-in-out; 
				     -o-transition: all 0.5s ease-in-out;
				}
				.more-services-in-section3:hover{ background-color:#F0F0F0 ;}
		.more-services-in-section-clear{ clear: both; }
			h1.more-services-h1{ 
				font-size:24px;
				font-weight:bold;
				margin: 0px;
				padding-top: 30px;
				padding-bottom: 10px;
				line-height: 100%;
			
			}
			h2.more-services-h2{ 
				font-size:18px;
				font-weight:bold;
				margin: 0px;
				padding-top: 83px;
				padding-bottom: 10px;
				line-height: 200%;
			
			}
			p.more-services-p{}
		.bio1{
			width: 250px;
			height: 166px;
			background-image: url(images/bio1.jpg);
			background-position: top left;
			background-repeat: no-repeat;
			background-size: cover;
			padding: 0px;
			margin: 0px;
			margin-bottom: 10px;
			}
		.bio2{
			width: 250px;
			height: 166px;
			background-image: url(images/bio2.jpg);
			background-position: top left;
			background-repeat: no-repeat;
			background-size: cover;
			padding: 0px;
			margin: 0px;
			margin-bottom: 10px;
			}
		.bio3{
			width: 250px;
			height: 166px;
			background-image: url(images/bio3.jpg);
			background-position: top left;
			background-repeat: no-repeat;
			background-size: cover;
			padding: 0px;
			margin: 0px;
			margin-bottom: 10px;
			}




/* FOOTER TABLE-LESS */
.copyright-upper-line{
	min-height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #6fc5ff;	
	/* background-color: #FF8A4D;	 */
	width: 100%;
	min-width: 1100px;
	}
.copyright-bg{ 
	background-color: #3a83af;
	/* background-color: #31659c; */
	/* background-color: #3E3E3E; */
	width: 100%;
	min-width: 1100px;
	}
footer{ padding:0px; margin:0px; }
footer.copyright{	
	color: #ffffff; 
	font-size:17px;
	font-weight:lighter;
	direction:rtl;
	padding-top: 0px;
	font-family: "B Yekan", Tahoma, Geneva, sans-serif;
	line-height: 200%;
	}
/*.copyright-resellers{
	font-size: 14px;
	line-height: 70px;
	min-height: 70px;
	padding: 20px 0px 20px 0px;
	color: #FFF;
	}
.copyright-resellers-image{ opacity: 0.85 } 							
	.copyright-resellers-image:hover{ opacity: 1 }*/
.copyright-separator{
	min-height: 3px;
	background-image:url(images/copyright-liner.png);
	background-repeat:repeat-x;
	background-position:top left;
	padding: 0px;
	margin: 0px;
	}
.copyright-lower-line{
	min-height: 6px;
	padding: 0px;
	margin: 0px;
	background-color: rgb(32, 73, 98);
	/* background-color: rgb(61, 125, 194); */
	/* background-color: rgba(255,85,29,1.00); rgba(232,255,128,1.00);	 */
	width: 100%;
	min-width: 1100px;
	}
.footer-header-container{
	margin-left: auto; margin-right: auto; width: 1100px;
	color: #FFF;/*#595959;*/
	font-size:18px;
	direction:rtl;
	font-weight:bold;
	padding-top: 30px;
	padding-bottom: 20px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);/**/
	}
	.footer-header-left{ 
		float: left; 
		width: 500px;
		text-align: left;
		}
	.footer-header-right{ 
		float: right;
		width: 500px; 
		text-align: right;
		}
.footer-header-clear{ clear: both; }
.footer-text-container{
	margin-left: auto; margin-right: auto; width: 1100px;
	padding-top: 0px;
	padding-bottom: 20px;
	}
	.footer-text-left{ 
		float: left; 
		width: 339px;
		text-align: left;	
		direction:ltr;
		padding: 0px;
		}
	.footer-text-right{ 
		float: right;
		width: 500px; 
		text-align: justify;	
		text-shadow: none;
		font-size: 16px; 
		}
		.footer-text-right-in a{
			font-style: normal;
			text-decoration:none;
			/* color:#7de5ff; */
			}
			.footer-text-right-in a:hover{
				font-style: normal;
				text-decoration:none;
				color:#FFF;
				}
	.footer-text-clear{ clear: both; }
	.v-align-center{ vertical-align: middle; }
.footer-bottom-container{
	margin-left: auto; margin-right: auto; width: 1100px;
	padding-top: 0px;
	padding-bottom: 15px;
	font-size: 15px;
	/* color: #CCC; */
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
	}
	.footer-bottom-left{ 
		float: left; 
		width: 540px;
		text-align: left;	
		direction:ltr;
		padding: 0px;
		font-family: Verdana,sans-serif;
		font-size: 13px;
		text-shadow: none;
		}
	.footer-bottom-right{ 
		float: right;
		width: 550px; 
		text-align: right;	
	}
	.footer-bottom-clear{ clear: both; }
	.footer-bottom-left a{font-size:14px;}
	a.copyright-link{
		font-style: normal;
		text-decoration:none;
		/* color: #FFF;  */
		/* color: #FF4F00;  */
		}
	a.copyright-link:hover{
		font-style: normal;
		text-decoration:none;
		/* color:#FFF;  */
		color:#95c2ea; 
		}
	a.copyright-link-2{
		font-style: normal;
		text-decoration:none;
		color:#999; 
		}
	a.copyright-link-2:hover{
		font-style: normal;
		text-decoration:none;
		color:#FFF; 
		}
	a.copyright-link-3{
		font-style: normal;
		text-decoration:none;
		color:#6A98B6;
		}
	a.copyright-link-3:hover{
		font-style: normal;
		text-decoration:none;
		color:#FFF; 
		}
	a.link-language{
		font-style: normal;
		text-decoration:none;
		color:#FFFFFF;
		}
	a.link-language:hover{
		font-style: normal;
		text-decoration:none;
		color:#CCC; 
		}
	
	#slow-transition{
		-webkit-transition: all 0.5s ease-in-out;	
		   -moz-transition: all 0.5s ease-in-out; 
		     -o-transition: all 0.5s ease-in-out;
		}
		#slow-transition:hover{
			opacity: 0.7;
			}
		
		#footer_developer_logo_all{
			margin-top: 10px;
			margin-left: auto; margin-right: auto; 
			margin-bottom: 15px;			
			/* opacity: 0.6; */
			-webkit-transition: opacity 0.5s ease-in-out;	
			   -moz-transition: opacity 0.5s ease-in-out; 
			     -o-transition: opacity 0.5s ease-in-out;
			        transition: opacity 0.5s ease-in-out;
			}
		#footer_developer_logo_all:hover{ opacity: 1; }
/* ¬ FOOTER TABLE-LESS */



/* Desktop Parallax Photo */
@media (min-width: 651px){
    .parallax-section-1 { background-image: url('background1.jpg');background-size:cover; width: 100%;
	min-width: 1100px;} 	    
}
/* Mobile Parallax Photo */
@media (max-width: 1209px) {
    .parallax-section-1 { background-image: url('background1.jpg'); height: 458px; background-size:cover/*140%*/; width: 100%;
	min-width: 1100px; }
	.parallax-section-1-text{ font-size:40px; 
	padding-top: 200px; }
}


/* 

CONTACT US PAGE FORMATTING

*/

.parallax-contact {
	height: 250px;
	margin-top: 0px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed ;
    background-image: url('background2page.jpg'); 
	background-size: cover; 
	width: 100%;
	min-width: 1100px;
	}
	.parallax-contact-text{
		color: #FFF;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		padding-top: 100px;
		font-family: Tahoma, Geneva, sans-serif;
		text-shadow: 0px 1px 0px #333333;
		}
	h3.contact-h3 { 
		font-size:24px;
		font-weight:bold;
		margin: 0px;
		padding-top: 40px;
		padding-bottom: 30px;
		line-height: 100%;
		}
	h4.contact-h3{ 
		margin: 10px ;
		margin-top: 10px;
		padding-top: 20px;
		padding-bottom: 10px;
		line-height: 100%;
		}
	h4.contact-h3 a{ 
		font-size:16px;
		color: #333333;
		}
.page-container-bg{
	background-color: #FFF; 
	width: 100%;
	min-width: 1100px;
	color:#000;	
	text-align:right;
	line-height: normal;
	font-family: "B Yekan", Tahoma, Geneva, sans-serif;
}
.page-container{ /*clear: both;*/ }
.page-contact-form{
	font-size:16px;
	font-weight: normal;
	width: 550px;
	margin-left: 0px;
	float: left;
	line-height: 190%;	
	margin-bottom: 50px;
	}
	.page-contact-form-okey{
		color:#390;
		text-align: center;
		padding: 0px;
		margin: 0px;
		}
	.page-contact-form-nokey{
		color:#C00;
		text-align: center;
		padding: 0px;
		margin: 0px;
		}
	.page-contact-text{
		font-size:18px;
		font-weight: normal;
		width: 480px;
		margin-left: 40px;
		text-align: justify;
		direction: rtl;
		float: left;
		line-height: 190%;
		margin-bottom: 50px;
		}
	.2contact-form {
		color:#333333 ; /*FFFFFF;*/
		text-decoration: none;
		padding: 10px;
		font-size:14px;
		text-shadow: none;
		font-weight: normal;
		border: medium #CCC ;
		margin-top: 10px;
		margin-bottom:10px;
		font-family: "B Yekan", Tahoma, Geneva, sans-serif;
	/*add a drop shadow */
	-webkit-box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
	   -moz-box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
			box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
		}
		.2contact-form-email{
			color:#333333 ; /*FFFFFF;*/
			text-decoration: none;
			padding: 10px;
			font-size:14px;
			text-shadow: none;
			font-weight: normal;
			border: medium #CCC ;
			margin-top: 10px;
			margin-bottom:10px;
			font-family: Tahoma, Geneva, sans-serif;
		/*add a drop shadow */
		-webkit-box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
		   -moz-box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
				box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
			}
		.2contact-form-btnSend {
			color:#FFC031 ; /*FFFFFF;*/
			text-decoration: none;
			border: 0px groove #74A941;
			cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
			padding: 8px 30px;
			margin-top:00px;
			text-align: center;
			/*give the background a gradient */
			background-color:#333333; /*required for browsers that don't support gradients*/
			background: -webkit-gradient(linear, left top, left bottom, from(#74A941), to(#74A941));
			background: -webkit-linear-gradient(top, #333333, #333333);
			background: -moz-linear-gradient(top, #333333, #333333);
			background: -o-linear-gradient(top, #333333, #333333);
			background: linear-gradient(top, #333333, #333333);
			/*style to the text inside the button*/
			font-family: "B Yekan", Tahoma, Geneva, sans-serif; 
			font-size:18px;
			text-shadow: none;
			font-weight: normal;
			text-decoration: none;
			/*give the corners a small curve*/
			-webkit-border-radius: 0px 0px 0px 0px;
			   -moz-border-radius: 0px 0px 0px 0px;
					border-radius: 0px 0px 0px 0px;
			/*reduce the spread of the shadow to give a pushed effect*/
			-webkit-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
			   -moz-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
					box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
			}
			.2contact-form-btnSend:hover {
				color:#FFC031 ; /*FFFFFF;*/
				text-decoration: none;
				/*add a drop shadow to the button*/
				-webkit-box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
				   -moz-box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
						box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
				}



/*******/
.contact-form{
	color:#333333 ; /*FFFFFF;*/
	text-decoration: none;
	padding: 10px;
	font-size:14px;
	text-shadow: none;
	font-weight: normal;
	width: 450px;	
	height: 25px;
	border: medium #CCC ;
	margin-top: 10px;
	margin-bottom:10px;
	font-family: "B Yekan", Tahoma, Geneva, sans-serif;
/*add a drop shadow */
-webkit-box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
   -moz-box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
        box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
}
.contact-form-email{
	color:#333333 ; /*FFFFFF;*/
	text-decoration: none;
	padding: 10px;
	font-size:14px;
	text-shadow: none;
	font-weight: normal;
	direction:ltr;
	width: 450px;
	height: 25px;
	border: medium #CCC ;
	margin-top: 10px;
	margin-bottom:10px;
	font-family:  Arial,"B Yekan", Tahoma, Geneva, sans-serif;
/*add a drop shadow */
-webkit-box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
   -moz-box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
        box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
}
.contact-form-textbox{
	color:#333333 ; /*FFFFFF;*/
	text-decoration: none;
	padding: 10px;
	font-size:14px;
	text-shadow: none;
	font-weight: normal;
	width: 450px;	
	height: 250px;
	border: medium #CCC ;
	margin-top: 10px;
	margin-bottom:10px;
	font-family: "B Yekan", Tahoma, Geneva, sans-serif;
/*add a drop shadow */
-webkit-box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
   -moz-box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
        box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
}
.contact-form-btnSend {
color:#ffffff ; /*FFFFFF;*/
/* color:#FFC031 ;  */
text-decoration: none;
border: 0px groove #74A941;
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding: 8px 30px;
margin-top:00px;
text-align: center;
width: 470px;
height: 43px;
/*give the background a gradient */
/*required for browsers that don't support gradients*/
background-color:#4495b8; 
background: -webkit-gradient(linear, left top, left bottom, from(#4495b8), to(#4495b8));
background: -webkit-linear-gradient(top, #4495b8, #4495b8);
background: -moz-linear-gradient(top, #4495b8, #4495b8);
background: -o-linear-gradient(top, #4495b8, #4495b8);
background: linear-gradient(top, #4495b8, #4495b8);
/* background-color:#333333; 
background: -webkit-gradient(linear, left top, left bottom, from(#74A941), to(#74A941));
background: -webkit-linear-gradient(top, #333333, #333333);
background: -moz-linear-gradient(top, #333333, #333333);
background: -o-linear-gradient(top, #333333, #333333);
background: linear-gradient(top, #333333, #333333); */
/*style to the text inside the button*/
font-family: "B Yekan", Tahoma, Geneva, sans-serif; 
/*color:#fff;*/
font-size:16px;
text-shadow: none;
font-weight: normal;
text-decoration: none;
/*give the corners a small curve*/
-webkit-border-radius: 0px 0px 0px 0px;
   -moz-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
/*reduce the spread of the shadow to give a pushed effect*/
-webkit-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
   -moz-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
        box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
}
.contact-form-btnSend:hover {
color:#FFC031 ; /*FFFFFF;*/
text-decoration: none;
/*reduce the spread of the shadow to give a pushed effect*/
/*add a drop shadow to the button*/
-webkit-box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
   -moz-box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
        box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
}
/****************/


.contact-page-email{
	background-image: url(images/email.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	height: 19px;
}
.contact-page-email_2{
	text-align: left;
	direction: ltr;
	width: 490px; 
	margin-bottom: 10px; 
	margin-top: 10px;
}


/*

ABOUT PAGE

*/


.page-about-1{
	font-size:18px;
	font-weight: normal;
	width: 470px;
	margin-left: 100px;
	float: left;
	line-height: 190%;	
	margin-bottom: 50px;
	text-align:justify;
	direction:rtl;
	/*font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight: bold;*/
}
.page-about-2{
	font-size:18px;
	font-weight: normal;
	width: 470px;
	margin-left: 30px;
	text-align: justify;
	direction: rtl;
	float: left;
	line-height: 190%;
	margin-bottom: 50px;
}
p.page-p{line-height:250%;}
h2.about-page-h2{ 
	font-size:18px;
	font-weight:bold;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	line-height: 200%;

}



/*

SERVICES PAGE

*/
h1.services-page-h1{ 
	font-size:24px;
	font-weight:bold;
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 0px;
	line-height: 100%;
}
h2.services-page-h2{ 
	font-size:18px;
	font-weight:bold;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: 200%;

}
.sliderbox{	
	background-image:url(images/loaderhq.gif);
	background-position:center center;
	background-repeat:no-repeat;	
	background-color:#FFF;
	margin-left: auto; margin-right: auto;
	width:1100px; height:393px;
	/*margin: 0 auto;
	position:relative;*/
}
.sliderbox-bg{
	width: 100%;
	background-color:#FFFFFF;
	margin-bottom: 20px;
	margin-top: 40px;
}
a.link-top{
	text-decoration: none;
	background-color: #666;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	/*give the corners a small curve*/
-webkit-border-radius: 15px 15px 15px 15px;
   -moz-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px;
}
a.link-services3{
	text-decoration: none;
	background-color: #333333;/**/
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFC031;
	font-size: 16px;
	/*font-family: Tahoma, Geneva, sans-serif;
	/*give the corners a small curve
-webkit-border-radius: 15px 15px 15px 15px;
   -moz-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px;/**/
}
a.link-services3:hover{
	color: #FFF;
}
a{
	text-decoration: none;
}
.link-services{
	text-decoration: none;
	background-color: #333333;/**/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFC031;
	font-size: 16px;
	width: 100%;
	/*font-family: Tahoma, Geneva, sans-serif;
	/*give the corners a small curve
-webkit-border-radius: 15px 15px 15px 15px;
   -moz-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px;/**/
}
.link-services2:hover{
	text-decoration: none;
	background-color: #333333;/**/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 16px;
	width: 100%;
	/*font-family: Tahoma, Geneva, sans-serif;
	/*give the corners a small curve
-webkit-border-radius: 15px 15px 15px 15px;
   -moz-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px;/**/
}
.link-services-over{
	text-decoration: none;
	background-color: #333333;/**/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 16px;
	width: 100%;
	/*font-family: Tahoma, Geneva, sans-serif;
	/*give the corners a small curve
-webkit-border-radius: 15px 15px 15px 15px;
   -moz-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px;/**/
}
.font-en{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.services-page-box{
	width: 600px;
	min-height: 300px;
	text-align: justify;
	direction: rtl;
}
.detailsBox{
	
}
.table-box{
	margin-left: auto; margin-right: auto; width: 1000px;
	/*border: solid #333;*/
}


.slider_arrow{
	width: 700px;
}
.slider_arrow_right{
	float: right;
	background-color: #F7F7F7;
	height: 350px; 
	width: 50px;
	background-image: url(images/arrowright25.png);
	background-position: 12px 162px;
	background-repeat: no-repeat;
	cursor: pointer; cursor: hand;
}
.slider_arrow_right:hover{ background-color: #F5F5F5; }
.slider_arrow_center{
	float: left; 
	margin-left: 20px; 
	width: 900px;
}
.slider_arrow_left{
	float: left; 
	background-color: #F7F7F7;
	height: 350px; 
	width: 50px;
	background-image: url(images/arrowleft25.png);
	background-position: 12px 162px;
	background-repeat: no-repeat;
	cursor: pointer; cursor: hand;
}
.slider_arrow_left:hover{ background-color: #F5F5F5; }


/*

NEWSLETTER PAGE

*/
.text-area{ 
	padding-right: 30px;
	padding-left: 30px;
	overflow: hidden;
}
.newsletter-form{
	padding-top: 30px;
	text-align: center;
}
.newsletter-form-btnSend {
color:#FFC031 ; /*FFFFFF;*/
text-decoration: none;
border: 0px groove #74A941;
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding: 8px 30px;
margin-top:00px;
text-align: center;
width: 150px;
height: 43px;
/*give the background a gradient */
background-color:#333333; /*required for browsers that don't support gradients*/
background: -webkit-gradient(linear, left top, left bottom, from(#74A941), to(#74A941));
background: -webkit-linear-gradient(top, #333333, #333333);
background: -moz-linear-gradient(top, #333333, #333333);
background: -o-linear-gradient(top, #333333, #333333);
background: linear-gradient(top, #333333, #333333);
/*style to the text inside the button*/
font-family: "B Yekan", Tahoma, Geneva, sans-serif; 
/*color:#fff;*/
font-size:16px;
text-shadow: none;
font-weight: normal;
text-decoration: none;
/*give the corners a small curve*/
-webkit-border-radius: 0px 0px 0px 0px;
   -moz-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
/*reduce the spread of the shadow to give a pushed effect*/
-webkit-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
   -moz-box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
        box-shadow: rgba(0, 0, 0, .25) 0 1px 0px;
}
.newsletter-form-btnSend:hover {
color:#FFC031 ; /*FFFFFF;*/
text-decoration: none;
/*reduce the spread of the shadow to give a pushed effect*/
/*add a drop shadow to the button*/
-webkit-box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
   -moz-box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
        box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
}



/*
	PRODUCTS PAGE
*/

.text-area-product{
	
	width: 1000px;
	margin: auto;
	padding: 10px;
	
}
.text-area-title , .text-area-description , .text-area-details , .text-area-download {
	
	text-align: right;
	color: white;
	font-weight: bold;
	font-size: 20px;
	background-color: #4495b8;
	/* background-color: #FC4F11; */
	margin-bottom: 25px;
	margin-top: 5px;
	padding: 20px;
	padding-right: 40px;
	-webkit-box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
	   -moz-box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
			box-shadow: rgba(0, 0, 0, .75) 0 1px 6px;
	
	}
	.text-area-title {

		width: 93%; 
		font-size: 22px;

		}
	.text-area-download {
		width: 75%; padding: 15px; padding-right: 35px; margin-top: 25px;
		}
		.bullet-box{
			width: 15px; 
			height: 15px; 
			margin:auto; 
			margin-left: 20px;
			display: inline-block; 
			border: 1px solid #7fcff1; 
			/* border: 1px solid #FFA787;  */
			vertical-align: middle; 
			border-radius: 1px; 
			background: #FFF 
			}
		.text-area-description , .text-area-details  {

			width: 75%; padding: 15px;

			}
	.text-area-product-photo{}
	
	

/*
	NEWS PAGE
*/
h2.news-h2{ 
	font-size:20px;
	font-weight:bold;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 15px;
	line-height: 200%;
	background-color: #EEE;
}
.page_news{
	padding: 15px;
	}
.news_description{
	overflow: hidden;
	margin-top: 0px;
	min-height: 250px;
	line-height: 250%;
	}
.news_date{
	background-color: #EEE;
	margin-top: 25px; 
	padding-right:15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px; 
	text-align: left; 
	direction: ltr;
	color: #666;
	}
	.news_image{
		height: 166px;
		width: 250px;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
	   	   -moz-background-size: cover;
			 -o-background-size: cover;
				background-size: cover;
		float: right;/**/
		display: inline-block;
		margin: 20px; margin-top: 10px;
		}
		.news_images_all{ 
			margin-top: 25px;
			text-align: center;
			padding-left: 25px;
			padding-right: 25px;
			/*display: none;*/
			}
			.news_images_each{ 
				width: 150px; 
				height: 120px; 
				background-position: center;
				background-repeat: no-repeat;
				-webkit-background-size: contain;
				   -moz-background-size: contain;
					 -o-background-size: contain;
						background-size: contain;
						display: inline-block;
				border: 2px solid #F5F5F5;
				}
				.news_images_each:hover{ border-color: #CCC }

/*
	NEWS LIST PAGE
*/
h3.news-list-h3{ margin-right: 120px; margin-bottom: 40px; margin-top: 40px; }
.latest_articles_others2{
		width: 700px;
		margin-left: auto; margin-right: auto;	
		border: 1px #EFEFEF solid;
		/* Give the corners a small curve */
			-webkit-border-radius: 5px 5px 5px 5px;
	   		   -moz-border-radius: 5px 5px 5px 5px;
				    border-radius: 5px 5px 5px 5px;
		padding: 20px; overflow: hidden;
		margin-bottom: 30px;
		
		}
		.latest_articles_others_picture{
			width: 120px;
			height: 120px;
			/*background-image: url(../images/articles/article-2.jpg);*/
			background-position: center;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
	   		   -moz-background-size: cover;
		 		 -o-background-size: cover;
					background-size: cover;
			/* Give the corners a small curve */
			-webkit-border-radius: 5px 5px 5px 5px;
	   		   -moz-border-radius: 5px 5px 5px 5px;
				    border-radius: 5px 5px 5px 5px;
			/*float: right;*/
			display: inline-block; 
			}
			.latest_articles_others_picture_details{
				width: 115px;
				height: 115px;
				padding-top: 5px;
				padding-right: 5px;
				font-size: 12px;
				opacity: 0;
				color: #FFF;
				-webkit-transition: all 0.3s ease-in-out;	
		   		   -moz-transition: all 0.3s ease-in-out; 
			 		 -o-transition: all 0.3s ease-in-out;
			    		transition: all 0.3s ease-in-out;
			-webkit-border-radius: 5px 5px 5px 5px;
	   		   -moz-border-radius: 5px 5px 5px 5px;
				    border-radius: 5px 5px 5px 5px;
				}
				.latest_articles_others_picture_details:hover{ opacity: 0.8; background-color: #333; }			
		.latest_articles_others_box{
			/*float: right; */
			width: 530px;
			padding-right: 20px;
			padding-left: 20px;
			text-align: justify;
			float: left;
			/*display: inline-block;*/
			}
			.latest_articles_others_box h1, .latest_articles_others_box h1 a{
				margin: 0px;
				color: #333; 
				font-size:22px;
				text-decoration: none;
				}
				.latest_articles_others_box h1 a:hover{ color: #874706; }
			.latest_articles_others_box p{
				font-size:16px;
				color: #333; 		
				}
.page_numbering{
	margin-top: 30px;
	}
.active-page-color{ color: #303; }	
a.page-color{ color:#666; }a.page-color:hover{ color: red; } 
.dot-color{ color:#666; }
.arrow-links{ opacity:0.7; }.arrow-links:hover{ opacity: 1; } 

/*
PRE LOAD IMAGES
*/
#preloadedImages{
    width: 0px;
    height: 0px;
    display: inline;    
    background-image: url(images/social-f-g.jpg);
	background-image: url(images/social-ig-g.jpg);
    background-image: url(images/social-in-g.jpg);
    background-image: url(images/social-tw-g.jpg);
}



/* WIDE USED STYLES */
.clear-both{ clear: both; }
.circle{
	/*give the corners a small curve*/
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	} 
.cube{
	/*give the corners a small curve*/
	-webkit-border-radius: 15px 15px 15px 15px;
       -moz-border-radius: 15px 15px 15px 15px;
            border-radius: 15px 15px 15px 15px;
	}	
.cube-7px{
	/*give the corners a small curve*/
	-webkit-border-radius: 7px 7px 7px 7px;
       -moz-border-radius: 7px 7px 7px 7px;
            border-radius: 7px 7px 7px 7px;
	}	
.cube-7px-top{
	/*give the corners a small curve*/ 
	-webkit-border-radius: 7px 7px 0px 0px;
       -moz-border-radius: 7px 7px 0px 0px;
            border-radius: 7px 7px 0px 0px;
	}	
.transition-effect{	
	-webkit-transition: all 0.3s ease-in-out;	
	   -moz-transition: all 0.3s ease-in-out; 
		 -o-transition: all 0.3s ease-in-out;
		    transition: all 0.5s ease-in-out;	
	}
.vertical-align-middle{ vertical-align: middle; }  
.justified{ text-align:justify; }
img{ border-width: 0px; }
.center{ margin-left: auto; margin-right: auto; }
.center-fixed-width{ margin-left: auto; margin-right: auto; width: 1100px; }
#center-fixed-width{ margin-left: auto; margin-right: auto; width: 1100px; }
.table-cell{  padding: 0px; margin:0px; line-height:100% }
.padding-20-20{ padding-top: 20px; padding-bottom: 20px; }
.margin-top-10{ margin-top: 10px; }