html * {max-height:1000000px;}

body{
	font-family:Cairo, sans-serif;
	margin:0px;
	font-size:14px;
	line-height:19px;
	color:#666;
	text-align:justify;
	direction:rtl;
	background-color:#ffffff;
	min-width:400px;
}

	

.text{
	font-size:14px;
	line-height:20px;
}

.big{
	font-size:17px;
	line-height:24px;
}

.bigger{
	font-size:21px !important;
	line-height:32px;
}


.small{
	font-size:13px;
}

.bold{
	font-weight:bold;
}

.article li{
	list-style-image:url(../images/bullet_a.png);
	margin-bottom:8px;
}


a{
	color:#222;
	text-decoration:none;
	
}

a:hover{
	color:#00974a;
}



td{
	vertical-align:top;
}


img{
	border:0px;
}


.pointer{
	cursor:pointer;
}


.a_non{
	text-decoration:none;	
}

.a_non:hover{
	text-decoration:none;	
}


.wide{
	width:100%;
}

.shadow{
	text-shadow:1px 1px 0px #000;
}


.white_shadow{
	text-shadow:1px 1px 0px #fff;
}

.title{
	font-weight:600;
	font-size:30px;
	line-height:32px;
	display:block;
	margin-bottom:25px;
	padding-bottom:6px;
	color:#00974a;
	/*border-bottom:1px dashed #999;*/
}

.subtitle{
	font-weight:600;
	font-size:23px;
	line-height:32px;
	display:block;
	margin-bottom:15px;
	padding-bottom:6px;
	color:#879595;
	/*border-bottom:1px dashed #999;*/
}


.btn{
	background-color: #fff;
	color: #444;
	padding: 20px;
	font-size: 15px;
	font-weight: 700;
	width: 200px;
	border: 2px solid #444;
	font-family: Cairo, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	cursor: pointer;
}

.small_btn{
	padding: 10px;
	width: auto;
	min-width: 120px;
	font-size: 14px;
}

.btn:hover{
	background-color: #eee;
}

.note{
	font-size:12px;
	color:#999;
	margin-bottom:5px;
}

.note li{
	list-style:disc;
}

.english{
	direction:ltr !important;
}

.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}


	
.noul{
	text-decoration:none;
}
	
.noul:hover{
	text-decoration:none;
}

.darkbg{
	background-image:url(../images/semiblack.png);
	position:relative;
	z-index:10;
}
	
.break{
	height:20px;
}


.article{
	text-align:justify;
	line-height:26px;
	font-size:17px;
	font-weight:normal;
}

.article img{
	margin-right:20px;
}

.article td{
	vertical-align:top;
	text-align:justify;
}

.gallery_img{
	border:1px solid #CCC;
}

.gallery_img:hover{
	opacity:.7;
}


.list_item{
	padding:3px;
	border-bottom:1px dotted #ccc;
	padding-bottom:6px;
}

.list_item li{
	list-style-image:url(../images/arrow2.png);
	text-align:right;
}

.list{
	padding-right:15px;
}

.grey_bg{
	background-color:#252525;	
}

.alpha:hover{
	opacity:.75
}
	
	
.bx-prev{
	position:relative;
	left:65px;
	opacity:.5;
	background-color:#fff;
}

.bx-next{
	position:relative;
	left:90px;
	opacity:.5;
	background-color:#fff;
}

.pagenum{
	background-color:#325a6b;
	color:#fff;
	text-shadow:none;
	display:inline-block;
	border-radius:7px;
	width:14px;
}


.pageactive{
	background-color:#666;
}

.pagenum:hover{
	background-color:#666;
}


textarea{
	resize:none;
	font-family:Cairo, Helvetica, sans-serif;
}


td{
	text-align:right;
}


.clear{
	clear:both;
}


.cr{
	text-align:center;
	color:#cbbfab;
	font-size:14px;
}

.developer{
	text-align:center;
	font-size:11px;
	margin-top:10px;
	color:#555;
	text-decoration:none;
}

.developer:hover{
	color:#888;
}


.website_content{
	min-width:500px;
}


.social_box{
	margin-top:40px;	
}

.social{
	height:50px;
	width:50px;
	background-image:url(../images/social.png);
	background-repeat:no-repeat;
	margin-left:-1px;
	cursor:pointer;
	display:inline-block;
}

.social:hover{
	background-image:url(../images/social_hover.png);
}

.fb{
	background-position:0px 0px;
}

.tw{
	background-position:-48px 0px;
}

.yt{
	background-position:-145px 0px;
}

.in{
	background-position:-96px 0px;
}


.grey{
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.map{
	
	border-top: 5px solid #00974a;
	border-bottom: 5px solid #00974a;
	margin-top: 8px;
	margin-bottom: 15px;
}


.contact_icon{
	width:26px;
	position:relative;
	top:8px;
	margin-right:10px;
}


.half_screen_box_1{
	width:47%;
	margin-left:2%;
	display:inline-block;
	vertical-align:top;
	text-align:right;
}


.half_screen_box_2{
	width:47%;
	padding-right:2%;
	display:inline-block;
	vertical-align:top;
	text-align:right;
	border-right:1px dashed #bbb;
}

.input{
	font-family:Cairo, Helvetica, sans-serif;
	font-weight:bold;
	border:1px solid #bbb;
	font-size:16px;
	color:#666;
	background-color:#fff;
	width:95%;
	max-width:650px;
	padding:7px;
}

.contact_label{
	padding-top:10px;
	
}

.tick{
	position:relative; top:14px;
	width:40px;
	margin-left:10px;
}

.content_container{
	max-width:1400px;
	padding-left:10px;
	padding-right:10px;
}

.logo{
	width:100px;
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sitename{
	width: 280px;
	position: relative;
	top: -30px;
	right: 15px;
	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo_box{
	float: right; width: 440px; cursor: pointer;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 15px;
	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header_contact{
	height: 30px;;
	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.shrink_header .menu_container{
	margin-top:-10px;
}
	
.shrink_header .header_contact{
	height: 0px;
	overflow: hidden;
}

.shrink_header .logo{
	width: 60px;
	margin-top: -10px;
}

.shrink_header .sitename{
	width: 180px;
	top: -20px;
}

.shrink_header .logo_box{
	margin-bottom: 0px;
}


.header_container{
	border-bottom:1px solid #ccc;
	background-color: #fff;
	padding-left:10px;
	padding-right:10px;
	position: fixed;
	width: 100%;
	z-index: 101000;
}


.header_icon{
	text-decoration: none !important;
	border-left: 1px solid #666;
	padding-left: 10px;
	padding-right: 10px;
}

.header_icon_last{
	border-left: 0px solid #666;
	padding-left: 0px !important;
}

.header_icon img{
	position: relative;
	top: 12px;
}

.header_icon:hover{
	color: #00974a;
}

.header_icon span{
	position: relative;
	top: 0px;
	font-size: 16px;
	color: #888;
}


.menu_container{
	float:left;
	text-align:left;
	margin-top:25px;
	padding-left: 10px;
	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu_item{
	color:#333;
	display:inline-block;
	font-weight: 600;
	font-size:17px;
	margin-right:25px;
	height:25px;
	border-bottom:4px solid #fff;
	text-decoration:none;
		
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.menu_item:hover{
	color:#444;
	text-decoration:none;
	border-bottom:4px solid #00974a;
}

.menu_item_active{
	border-bottom:4px solid #00974a;
}




.body_main_container{
	padding-top:50px;
}

.body_container{
	min-height:550px;
	color:#555;
	padding-bottom:50px;
	padding-top: 160px;
}


.footer_container{
	background-color:#eee;
	min-height:180px;
}

.footer_section{
	display:inline-block;
	text-align:right;
	vertical-align:top;
	color:#777;
}

.footer_section_small{
	width:28%;
	border-right: 1px solid #bbb;
}

.footer_section_big{
	width:35%;	
}

.footer_section_content a{
	text-decoration: none !important;
}

.sitemap_section{
	width: 47%;
	padding-left: 2%;
	display: inline-block;
}
.footer_title{
	color:#00974a;
	font-size:21px;
	margin-bottom:20px;	
	padding-bottom: 30px;
	padding-right: 40px;
	padding-top: 50px;
	font-weight:600;
	border-bottom: 1px solid #bbb;
}

.footer_icon{
	width: 45px;
	height: 45px;
	border-radius: 100px;
	background-color: #ddd;
	background-position:  center center;
	background-size: 80% 80%;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	top: 15px;
	margin-right: 5px;
	margin-left: 5px;
}

.footer_line{
	font-size: 16px;
}

.footer_menu_item{
	display:block;
	padding-bottom:15px;
	color:#777;
	font-size: 16px;
}

.footer_menu_item:hover{
	text-decoration:none;
}

.footer_section_content{
	padding-right: 40px;
	padding-top: 0px;
}


.footer_section p{
	line-height:25px;
	margin-top:0px;
	text-align:justify;
}

.footer_line{
	margin-bottom:15px;
}

.yellow{
	color:#00974a !important;
}

.environment_img{
	margin-left:25px;
}

.copyrights{
	background-color:#ddd;
	padding:10px;
}

.copyrights img{
	margin-left:15px;
}



.sections_article{
	float: right;
	width: 60%;
}

.sections_box{
	float: left; padding-right: 30px; margin-right: 30px; border-right: 1px dotted #999; width: 30%; padding-bottom: 100px; margin-bottom: 40px;
}

.sections_box_title{
	font-weight: bold; font-size: 22px;  margin-bottom: 20px;
}

.sections_box_item{
	padding: 10px; padding-left: 0px; padding-right: 0px; border-bottom: 1px dashed #777;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sections_box_item:hover{
	padding-right: 25px;	
}


.member{
	border-bottom: 1px solid #999;
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-left: 1%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.member_photo{
	height: 90px;
	width: 80px;
	background-size: cover;
	margin-left: 15px;
	border: 1px solid #888;
}

.member_details{
	margin-top: 10px;
}


.member_name{
	display: block;
	color:#00974a;
	font-weight: 700;
}

.member td{
	text-align: right !important
}

.report{
	border-bottom: 1px dashed #aaa;
	padding: 15px;
	padding-bottom: 15px;
	background-color: #f6f6f6;
}

.report:nth-child(odd){
	background-color: #e6e6e6;
}

.report:hover{
	background-color: #ccc;cursor: pointer;
}


.service{
	border: 1px solid #999;
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-left: 1%;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center center;
	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service_name{
	padding: 15px;
	font-weight: 600;
	background-color: #fff;
	margin-top: 200px;
	font-size: 16px;
	text-align: center;
}

.service:hover{
	opacity: .7;
}

.group{
	display: inline-block;
	width: 210px;
	padding: 1%;
	margin: .5%;
	text-align: center;
	border: 2px solid #00974a;
	border-radius: 10px;
	vertical-align: top;
	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.group_logo{
	width: 100%;
	display: inline-block;
	max-width: 100px;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.group_name{
	height: 70px;
	font-weight: 600;
	font-size: 16px;
	vertical-align: middle;
}

.group:hover{
	opacity: .5;
}


.slideshow_content{
	margin-top: 200px;
}

.slideshow_title{
	font-size: 110px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #fff;
	text-shadow: 3px 3px 0px rgba(0,0,0,1), 0px 0px 10px rgba(0,0,0,1), 0px 0px 20px rgba(0,0,0,1);
}

.slideshow_subtitle{
	font-size: 35px;
	font-weight: 600;
	margin-top: 90px;
	color: #fff;
	text-shadow: 3px 3px 0px rgba(0,0,0,1), 0px 0px 10px rgba(0,0,0,1), 0px 0px 20px rgba(0,0,0,1);
}

.slideshow_button{
	margin-top: 50px;
	
}

.slideshow_button input, .button_yellow{
	background-color: #fee25f;
	color: #555;
	padding: 20px;
	font-size: 15px;
	font-weight: 700;
	width: 200px;
	border: none;
	font-family: Cairo, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	cursor: pointer;
}

.slideshow_button input:hover, .button_yellow:hover{
	background-color: #f5e59c;
}


.home_div1{
	display: inline-block;
	width: 50%;
	margin-left: 9%;
	vertical-align: top;
}

.home_div2{
	display: inline-block;
	width: 40%;
	vertical-align: top;
}

.home_title{
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 40px;
}

.home_title_small{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

.green_line{
	height: 5px;
	background-color:#00974a;
	width: 40px;
	display: inline-block;
	position: relative;
	top: -4px;
	margin-left: 5px;
}

.green_line2{
	height: 5px;
	background-color:#00974a;
	width: 130px;
	display: inline-block;
	position: relative;
	top: -4px;
	margin-left: 5px;
}

.since{
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 50px;
}

.home_service{
	padding: 10px;
	border-bottom: 1px dashed #aaa;
	font-weight: 600;
	font-size: 15px;
}

.group_item{
	border: 1px solid #aaa;
	padding: 15px;
	padding-bottom: 5px;
	width: 200px;
	overflow: hidden;
}

.group_item_logo{
	width: 110px;
	height: 90px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}


.news_listing_title{
	font-size:17px; color:#555; margin-bottom:10px;
	line-height:26px;
	height:50px;
	font-weight:650;
	overflow:hidden;
}

.news_listing_date{
	color:#3d884b; margin-bottom:10px;
	font-weight:600;
	font-size:15px;
}

.news_listing_details{
	text-align:justify;
	margin-bottom:15px;
}

.news_listing_photo{
	background-size:cover; background-size:contain contain; height:120px; width:160px; border:5px solid #f6f6f6; margin-left:20px;
}

.news_listing_item{
	padding:2%; margin-bottom:2%;
	border:1px solid #ccc;
	margin-left:1%;
	width:44%;
	border-radius:4px;
	padding-bottom:20px;
	display:inline-block;
	min-height:220px;
}

.news_title{
	color:#3d884b;
	font-size:28px;
	line-height:40px;
}

.news_date{
	font-size:18px;
	margin-bottom:30px;
	margin-top:15px;
	color:#3d884b;
	font-weight: 700;
}

.news_image{
	float:none; min-width:420px; max-height:450px; margin-bottom:25px;
}




.home_news_container{
	background-image:url(../images/news_bg.jpg);
	background-size:cover;
	padding-bottom:75px;
	padding-top: 30px;
	margin-bottom:60px;
}

.home_news_content table{
	max-width:1200px;
}

.news_next{
	display:inline-block;
}

.news_back{
	display:inline-block;
}

.home_news_date{
	background-color:#fff;
	border-radius:100px;
	width:65px;
	height:55px;
	text-align:center;
	padding-top:10px;
	color:#00974a;
	font-weight:bold;
	font-size:17px;
	display:inline-block;
}

.home_news_name{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin-top:5px;
}

.home_news_details{
	color:#fff;
	font-size:15px;
	margin-top:10px;
}

.white{
	color: #fff;
}



.sitemap a{
	display:inline-block;
	padding-bottom:10px;
	text-align:right;
}

.sitemap li{
	text-align:right;
	list-style-image:url(../images/a_side_bullet.png);
	padding-right:10px;
	padding-bottom:8px;
	margin-bottom:12px;
}

.sitemap_li_a{
	display:block;
	width:100%;
}


.one_of_three_container{
	display:inline-block;
	vertical-align:top;
	width:25%;
	padding-left:3%;
	padding-right:3%;	
}

.one_of_two_container{
	display:inline-block;
	vertical-align:top;
	width:43%;
	padding-left:3%;
	padding-right:3%;	
}

.swiper-button-white{
	margin-top: 300px !important;
}


@media only screen and (max-width : 1150px){
	.menu_container{
		float: none;
		width: 100%;
		padding: 0px;
		text-align: center!important;
	}
	
	.menu_item{
		margin-bottom: 25px;
	}
	
	.logo_box{
		float: none;
	}
	
	.body_container{
		padding-top: 0px;
	}
	
	
	.header_container{
		position: relative;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		z-index: 101000;
	}
	
	
	.footer_section{
		display:block;
		text-align:center;
		color:#777;
	}

	.footer_section_small{
		width:100%;
		border-left: 0px;
		border-right: 0px;
	}

	.footer_section_big{
		width:100%;
	}
	
	.slideshow_title{
		font-size: 80px;
	}

	.slideshow_subtitle{
		font-size: 30px;
	}

	.swiper-button-white{
		margin-top: 430px !important;
	}
	
	.home_div1{
		display: block;
		width: 100%;
		margin: 0%;
		margin-bottom: 100px;
	}

	.home_div2{
		display: block;
		width: 100%;
	}
	
	.home_title{
		font-size: 40px;
	}
	
	.developer{
		margin-top: 20px;
		display: block;
	}
}




@media only screen and (max-width : 700px){
	
	.one_of_three_container{
		width:47%;
		padding-left:1%;
		padding-right:1%;
		margin-bottom:50px;	
	}
	
	.one_of_two_container{
		width:96%;
		padding-left:1%;
		padding-right:1%;	
	}

	.sections_article{
		float: none;
		width: 100%;
	}

	.sections_box{
		float: none; padding-right: 0; margin-right: 0; padding-top: 50px; border-top: 1px dotted #999; border-right: none; width: 100%; padding-bottom: 50px; margin-bottom: 40px; margin-top: 40px;
	}
	
	.member_name{
		height: 80px;		
	}
	
	
	.service{
		display: block;
		width: 96%;
		margin:0%;
		margin-bottom: 20px;
	}
	
	.news_listing_item{
		margin:0%;
		width:94%;
		margin-bottom: 20px;
	}
	
	.half_screen_box_1{
		width:100%;
		margin-bottom:80px;
		border:none;
		padding:0px;
	}
	
	.half_screen_box_2{
		width:100%;
		border:none;
		padding:0px;
	}
	
	
	.slideshow_title{
		font-size: 50px;
		letter-spacing: 0px;
	}

	.slideshow_subtitle{
		font-size: 25px;
	}
	
	.home_news_content td{
		display:block;
		text-align:center !important;
		width:480px !important;
		margin-bottom:30px;
	}
	
}