/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#231f20;
	font-family:'tajawal', sans-serif;
	font-size:14px;
	font-weight:500;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#d5833f;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#306c6c;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	margin:0px auto;
	width:1100px;
}
.wraps_is {
	padding:0px 0px 40px;
	overflow: hidden;
}
/*end body*/
/*start header*/
#header {
	clear: both;
	overflow: hidden;
	width: 100%;
	height:144px;
	background: #fff;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
}
.logo {
	float: right;
	position: relative;
	text-align:center;
	width:256px;
	height:100%;
	border-left: 1px solid #eee;
	padding: 2px 13px;
}
.logo h2 {
	font-weight: 600;
	font-size: 12px;
	color: #333;
	line-height: 1.3;
	text-align: center;
}
.logo img {
	height: 97px;
}
.head_left {
	height:100%;
	margin-right:256px;
	overflow: hidden;
}
.head_left_right {
	float: right;
	border-left: 1px solid #eee;
	height: 100%;
	padding: 0px 20px;
	width:120px;
}
.head_phone {
	line-height: normal;
	text-align: center;
}
.head_phone b {
	font-weight: 700;
}
.head_phone i {
	font-family: FontAwesome;
	font-style: normal;
	display: block;
	font-weight: normal;
	font-size: 32px;
	color: #d5833f;
	margin-top: 30px;
}
.head_phone i:before{
	content:"\f098";
}
.head_left_left {
	height: 100%;
	overflow: hidden;
}
.head_left_left_top {
	display: block;
	overflow: hidden;
	padding: 15px;
	border-bottom: 1px solid #eee;
}
.searchbox {
	display: block;
}
.searchbox label {
	height: 45px;
	display: block;
	background:#f8f8f8;
	position: relative;
	border: 1px solid #eee;
}
.searchbox label input {
	background: none;
	border: none;
	font-family:'tajawal', sans-serif;
	min-width: 300px;
	font-weight: 600;
	color: #555;
	font-size: 13px;
	width: 100%;
	padding: 0px 15px 0px 40px;
	line-height: 45px;
	height: 100%;
}
.searchbox label button {
	background: none;
	border: none;
	cursor: pointer;
	font-family: FontAwesome;
	font-size: 13px;
	font-weight: normal;
	height: 100%;
	line-height: 45px;
	position: absolute;
	left: 10px;
	top: 0;
	text-align: center;
	display: block;
	color: #666;
}
.searchbox label button:before {
	content: "\f002";
}
.head_left_left_bottom {
	clear: both;
	display: block;
	padding: 15px;
	overflow: hidden;
}
#social {
	float:left;
	margin-right:5px;
}
.social li{
	display:block;
	float:right;
	position:relative;
}
.social li a {
	display: block;
	color: #fff;
	background: #306c6c;
	height: 34px;
	z-index: 11;
	font-size: 12px;
	position: relative;
	line-height: 34px;
	margin-right: 5px;
	border-radius: 34px;
	width: 34px;
	text-align: center;
}
.social li a:hover{
	color:#fff;
	background:#d5833f;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.twitter a:before{
	content:"\f099";
}
.social li.google a:before{
	content:"\f0d5";
}
.social li.youtube a:before{
	content:"\f16a";
}
.social li.linkedin a:before{
	content:"\f0e1";
}
.social li.pinterest a:before{
	content:"\f231";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.vimeo a:before{
	content:"\f27d";
}
.social li.delicious a:before{
	content:"\f1a5";
}
.donation {
	float: left;
}
.donation a {
	background: #d5833f;
	color: #fff;
	padding: 0px 15px;
	line-height: 33px;
	display: block;
	height: 34px;
	font-weight: 600;
	font-size: 14px;
	border-radius: 3px;
}
.donation a:hover{
	background:#306c6c;
}
.donation a:before{
	content:"\f21e";
	font-family:FontAwesome;
	font-weight:normal;
	vertical-align:-1px;
	margin-left:5px;
}
.webtime {
	float: right;
	display: block;
	padding-top: 7px;
}
.webtime:before {
	content: "\f073";
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 5px;
	font-weight: normal;
	color: #555;
}
.webtime p {
	display: inline-block;
}
/*end header*/
/*start nav*/
body.bodyin #nav{
	margin-bottom:0;
}
#nav{
	clear:both;
	height:55px;
	margin-bottom:20px;
	width:100%;
	position:relative;
	float:right;
	z-index:1000;
	background:#306c6c;
}
.nav li{
	float:right;
	position:relative;
	display:block;
	z-index:500;
}
.nav li a{
	display:block;
	color:#fff;
	padding:0px 21px;
	border-left:1px solid rgba(255,255,255,0.1);
	line-height:55px;
	font-size:14px;
	font-weight:600;
}
.nav li:last-child a{
	border-left:none;
}
.nav li a:hover,.nav li:hover a{
	color:#fff;
	background:#d5833f;
}
.nav li:hover .sub{
	display:block;
}
.sub {
	position: absolute;
	width: 200px;
	display:none;
	top: 55px;
	right:0px;
	z-index:200;
	background-color:#d5833f;
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	display:block;
}
.nav li:hover .sub ul li a{
	display:block;
	padding:10px;
	background:none;
	line-height:normal;
	font-size:13px;
	color:#fff;
	text-align:right;
	border-bottom:1px solid rgba(00,00,00,0.05);
}
.nav li:hover .sub ul li a:hover{
	background:#316c6a;
	padding-right:13px;
}
.nav li:hover .sub ul li a:before {
	content: "\f038";
	font-family: FontAwesome;
	font-weight: normal;
	vertical-align: 0;
	margin-left: 10px;
}
/*end nav*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	background-color:#306c6c;
	color:#bedbdb;
	font-size:12px;
}
.copyrights{
	float:right;
	line-height:45px;
}
.design{
	float:left;
	line-height:45px;
}
.design a{
	color:#fff;
}
.design a:hover{
	text-decoration:underline;
	color:#e28c45;
}
/*end bottom*/
/*start footer*/
#footer{
	background-color:#306c6c;
	float:right;	
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.05);
	clear:both;
	padding:60px 0px 30px;
	position:relative;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	color:#aaa;
	overflow:hidden;
}
.foot_loop h2,.foot_bottom h2{
	font-weight:700;
	font-size:16px;
	margin-bottom:25px;
	color:#fff;
	display:block;
}
.foot_loop h2:after,.foot_bottom h2:after{
	width:25%;
	content:"";
	height:5px;
	background:#d5833f;
	display:block;
	margin-top:10px;
	border-radius:4px;
}
.foot_about,.textwidget p{
	clear: both;
	display: block;
	overflow: hidden;
	color:#bfdad9;
	font-size: 13px;
	line-height:2;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	padding: 8px 0 8px;
	color:#bfdad9;
	font-size:12px;
}
.foot_loop ul li:last-child a{
	border-bottom:none;
}
.foot_loop ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-left:5px;
	font-family:FontAwesome;
	content:"\f100";
}
.foot_loop ul li a:hover{
	color:#fff;
	background:#d5833f;
	padding-right:10px;
}
.foot_contact{
	overflow:hidden;
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-left:5px;
	font-family:droid;
}
.foot_contact span{
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight:700;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(255,255,255,0.03);
	color: #bfdad9;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 12px;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_loop ul.foot_branch li {
	display: block;
	float: right;
	width: 33.33%;
	padding:2px;
	text-align: center;
}
.foot_loop ul.foot_branch li a:before {
	display:none;
}
.foot_loop ul.foot_branch li a {
	border: 1px solid rgba(255,255,255,0.1);
	padding: 5px;
	font-weight: 600;
	font-size: 12px;
	height: 62px;
	overflow: hidden;
	line-height: 49px;
}
.foot_loop ul.foot_branch li:nth-child(5) a,.foot_loop ul.foot_branch li a:hover{
	color:#fff;
	background:#d5833f;
}
.foot_bottom {
	margin-top: 10px;
	padding: 0px 15px;
}
.foot_bottom h2:after{
	width:5%;
}
#footer .social {
	clear: none;
	float: right;
	border: none;
	height: auto;
	margin: 5px 0 0;
}
#footer .social li {
	float: right;
}
#footer .social li a {
	width: 35px;
	min-width:35px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left:2px;
	border:none;
	text-align:center;
	background: rgba(255,255,255,0.1);
	color: #fff;
}
#footer .social li a:hover{
	background:#d5833f;
}
.contact_home {
	float: left;
}
.contact_home a {
	display: inline-block;
	font-weight: 900;
	padding: 10px 20px;
	background: #d5833f;
	border: 1px solid #d5833f;
	margin-right: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
.contact_home a:last-child {
	border: 1px solid #769778;
	background:#769778;
}
.contact_home a:before {
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 5px;
	color: #fff;
	font-weight: normal;
	content: "\f015";
}
.contact_home a:last-child:before {
	content: "\f003";
}
.contact_home a:hover, .contact_home a:last-child:hover {
	opacity: 0.8;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:5px;
	display:none;
	width:40px;
	font-weight:700;
	padding-top:10px;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:70px;
	background:#2c6f68;
}
.toTop span {
	display: block;
	font-weight: 500;
	font-size: 8px;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#d5833f;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:400px;
	display:block;
	z-index:100;
	background:#2c6f68;
	overflow:hidden;
	width:100%;
	position:relative;
}
#progress_a{
	width:70%;
	left:0px;
	position:absolute;
	z-index:101;
	bottom:0;
}
#progress{
	height:7px;
	float:left;
	background:rgba(255,255,255,0.3);
}
.next,.prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:20px;
	background:#2d6e6a;
	text-align:center;
	position:absolute;
	top:50%;
	margin-top:-10px;
	width:30px;
	height:30px;
	line-height:30px;
	color:#fff;
	left:10px;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
.next{
	right:10px;
	left:auto;
}
.next:before{
	font-family:FontAwesome;
	content:"\f105";
}
.prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
.next:hover,.prev:hover{
	opacity:0.5;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-size:100% 100%;
	width:100%;
	height:100%;
	background-position:center top;
}
.slider a{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	right:0;
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	left: 0px;
	bottom:20px;
	width:100%;
	text-align:center;
}
.cycle-pager .cycle-pager-active {
	background:#d5833f;
}
.cycle-pager span {
	margin-bottom:2px;
	height:9px;
	width:25px;
	border-radius:15px;
	margin:0px 2px;
	border:1px solid rgba(255,255,255,0.8);
	cursor:pointer;
	display:inline-block;
}
@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
/*end slideshow*/
/*start aboutus_polls*/
#aboutus_polls{
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
	display:block;
}
.aboutus_polls_right {
	width: 70%;
	overflow: hidden;
	display: block;
	float:right;
}
.aboutus_slider{
	clear:both;
	height:330px;
	display:block;
	z-index:100;
	margin-bottom:20px;
	background:#2c6f68;
	overflow:hidden;
	width:100%;
	position:relative;
}
.aboutus_slider_loop{
	background-repeat:no-repeat;
	background-size:100% 100%;
	width:100%;
	height:100%;
	background-position:center top;
}
.aboutus_slider_loop a{
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;
	top:0;
	right:0;
}
.aboutus_slider_loop_txt {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 20px 80px;
	color: #fff;
	font-weight: 700;
	background: rgba(0,0,0,0.6);
	text-align: center;
}
.next_aboutus,.prev_aboutus{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:25px;
	background:#2c6f68;
	text-align:center;
	position:absolute;
	bottom:0;
	width:50px;
	height:64px;
	line-height:64px;
	color:#fff;
	left:0px;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
.next_aboutus{
	right:0px;
	left:auto;
}
.next_aboutus:before{
	font-family:FontAwesome;
	content:"\f105";
}
.prev_aboutus:before{
	font-family:FontAwesome;
	content:"\f104";
}
.next_aboutus:hover,.prev_aboutus:hover{
	opacity:0.9;
}
.aboutus_slider_loop span {
	display: block;
	width: 90px;
	position: absolute;
	top: 20px;
	left: 20px;
	background: #2c6f68;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 10px;
}
.aboutus_polls_left {
	width: 30%;
	float: left;
	overflow: hidden;
	padding-right:30px;
}
.sidebar {
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.side_title {
	background: #2c6f68;
	padding: 8px 10px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
.side_title:before {
	content: "\f038";
	font-family: FontAwesome;
	font-weight: normal;
	vertical-align: -1px;
	margin-left: 10px;
}
.side_text {
	clear: both;
	overflow: hidden;
}
.polls_go h2 {
	font-weight: 600;
	font-size: 15px;
	color: #000;
	display: block;
	margin-bottom: 10px;
}
.polls_go label {
	display: block;
	width: 100%;
	background:#f8f8f8;
	padding: 5px 10px;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	margin-bottom:5px;
	overflow: hidden;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.polls_go label input {
	vertical-align: -1px;
	margin-left: 7px;
}
.polls_go button:disabled {
	background: #f5f5f5;
	color: #333;
	cursor:none;
}
.polls_go h3 {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #7fa248;
	padding:0px 0px 10px;
}
.my_votes {
	display: block;
	overflow: hidden;
	padding: 10px 0px;
}
.my_votes li {
	display: block;
	position: relative;
	background: #f5f5f5;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 14px;
	height: 40px;
}
.my_votes li span {
	position:relative;
	width:100%;
	height: 40px;
	display:block;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	background: #ebebeb;
	color: #000;
}
.my_votes li span p{
	position:absolute;
	top:0;
	right:0;
	height:100%;
}
.my_votes li span b{
	float:left;
	position:relative;
	font-weight:700;
}
.my_votes li span h4{
	position:relative;
	font-weight: 700;
	font-size: 14px;
	display:block;
	float:right;
}
.my_votes li:nth-child(1) span p{
	background:#01b3bd;
}
.my_votes li:nth-child(2) span p{
	background:#eb5026;
}
.my_votes li:nth-child(3) span p{
	background:#7fa248;
}
.my_votes li:nth-child(4) span p{
	background:#dab546;
}
.my_votes li:nth-child(5) span p{
	background:#e437ce;
}
.my_votes li:nth-child(6) span p{
	background:#e43785;
}
.my_votes li:nth-child(7) span p{
	background:#737373;
}
.my_votes li:nth-child(8) span p{
	background:#aa69c6;
}
.my_votes li:nth-child(9) span p{
	background:#73bb9c;
}
.polls_go h6 b {
	color: #eb5026;
	font-weight: 700;
}
.polls_go h6 {
	color: #777;
	font-size: 13px;
	font-weight: 600;
	display: block;
	padding: 0px;
}
.polls_go button {
	background: #d5833f;
	border: none;
	font-family: 'tajawal', sans-serif;
	font-weight: 700;
	font-size: 13px;
	padding: 5px 10px;
	margin-top: 5px;
	cursor: pointer;
	color: #fff;
}
/*end aboutus_polls*/
/*start data2*/
#data2 {
	clear: both;
	float: right;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	border-bottom: 1px dashed #eee;
}
.data_list2 {
	position: relative;
	overflow: hidden;
}
.data_list2 li {
	display: block;
	float: right;
	width: 25%;
	text-align: center;
	padding: 0px 20px 30px;
	line-height: 1;
}
.data_list2 li span {
	font-family: FontAwesome;
	display: block;
	font-size: 40px;
	background: #2c6e6c;
	color: #fff;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	line-height: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.data_list2 li p {
	display: block;
}
.data_list2 li p i {
	display: block;
	font-style: normal;
	font-size: 50px;
	color: #d5833f;
	font-weight: 900;
	margin-bottom: 10px;
}
.data_list2 li p b {
	font-weight: 600;
	display: inline-block;
	vertical-align: 0;
	color: #777;
}
/*end data2*/
/*start pages_title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	position:relative;
	line-height:1.2;
	color: #4f6466;
	margin-bottom: 15px;
}
.pages_title.withwhite{
	color:#fff;
}
.pages_title.withwhite span{
	color:#fff;
}
.pages_title.withwhite p{
	display:none;
}
.pages_title span{
	line-height:2;
	font-size:15px;
	color:#555;
	display:block;
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
	font-weight:400;
	margin-bottom:15px;
}
.pages_title h2 {
	font-weight:700;
	font-size: 25px;
	margin-bottom:5px;
}
.pages_title h2 b {
	font-weight:700;
	color:#d5833f;
}
.pages_title p{
	display:block;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:125px;
	height:13px;
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
	background-color:#2c6e6c;
}
/*end pages_title*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	display: block;
	margin-bottom:40px;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:15px;
	overflow:hidden;
}
.news_all {
	width: 100%;
	display: block;
	border:1px solid #eee;
	position:relative;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 210px;
	overflow: hidden;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	position: relative;
}
.news_all:hover .news_img a:after {
	left: -50%;
}
.news_img a:after {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 100%;
	left: -150%;
	position: absolute;
	top: 0;
	transition: none 0s ease 0s;
	width: 100%;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.news_img img{
	width:100%;
	height:100%;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.news_all:hover .news_img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.news_img a {
	position: relative;
	display: block;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.news_txt {
	padding: 20px;
	clear: both;
	display: block;
}
.news_date {
	clear: both;
	font-size: 12px;
	color: #d5833f;
}
.news_txt h2 {
	font-weight: 800;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	padding: 0px 20px 20px;
}
.news_more a {
	display: block;
	background: #618d6a;
	padding: 8px 15px;
	font-weight:500;
	color: #fff;
	float: right;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: 10px;
	content: "\f060";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #2d6d6c;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
.news_ul_slide{
	visibility:hidden;
}
.news_ul_slide.slick-initialized {
	visibility:visible;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	border:2px solid #fff;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	cursor:pointer;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
}
.slick-dots li.slick-active button{
	background:#d5833f;
}
#news li button {
	border: 2px solid #316c6a;
}
/*end news*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	float:left;
	z-index:100;
	margin-bottom:20px;
}
.data_list {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
	height: 100%;
}
.data_list li:first-child{
	border-right:1px solid rgba(33,33,33,0.1);
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:25%;
	border-left:1px solid rgba(33,33,33,0.1);
	border-bottom:1px solid rgba(33,33,33,0.1);
	height: 100%;
	padding:40px 15px 40px;
	overflow: hidden;
}
.data_list li span{
	z-index:101;
	width:70px;
	height:70px;
	line-height:68px;
	border:2px solid rgba(33,33,33,0.2);
	position:relative;
	color:#555;
	font-size:30px;
	float:right;
	display:block;
	text-align:center;
}
.data_list li span:before{
	font-family:FontAwesome;
}
.data_list li p {
	overflow: hidden;
	font-size: 12px;
	z-index:101;
	margin-right:90px;
	color:#777;
	position:relative;
	height:142px;
}
.data_list li p b {
	display: block;
	color: #000;
	z-index:101;
	position:relative;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li p b:after{
	content:"";
	background:#d5833f;
	width:20%;
	height:5px;
	border-radius:5px;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}
.data_list li a {
	display:block;
	float:right;
	margin-right:90px;
	margin-top: 20px;
	color: #fff;
	background:#2f6d6a;
	padding: 8px 15px;
	font-size: 12px;
	position:relative;
	z-index:1;
	font-weight: 600;
	border-radius: 2px;
}
.data_list li a:hover {
	color:#fff;
	background:#d5833f;
}
.data_list li span:after {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 10px;
	background: #d5833f;
	position: absolute;
	left: 16px;
	top: -4px;
}
/*end data*/
/*start contactus*/
#contactus {
	clear: both;
	float: right;
	margin-bottom:30px;
	width: 100%;
	padding: 40px 20px;
	background-color: #2f6d6a;
	position: relative;
}
#contactus a {
	width: 150px;
	float: left;
	color: #fff;
	background: #d5833f;
	font-weight: 700;
	text-align: center;
	padding: 10px 0px;
	margin-top: 10px;
}
#contactus a:hover {
	background: #fff;
	color:#d5833f;
}
#contactus .pages_title {
	text-align: right;
	clear: none;
	color: #fff;
	margin: 0;
	float: right;
}
#contactus .pages_title h2 {
	font-size: 20px;
	margin-bottom: 0px;
}
#contactus .pages_title.withwhite span {
	color: #fff;
	display: inline-block;
	margin-top: 8px;
	font-size: 14px;
	font-weight: 600;
	max-width: 100%;
	margin-bottom: 0;
}
/*end contactus*/
/*start projects*/
#projects{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:40px;
}
.my_projects {
	clear: both;
	display: block;
	overflow: hidden;
}
.my_projects li {
	display: block;
	float: right;
	overflow:hidden;
	width: 16.66%;
	padding: 1px;
}
.p_thumb {
	width: 100%;
	height: 229px;
	display: block;
	overflow: hidden;
	position: relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.p_thumb img{
	width: 100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.p_thumb a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.p_thumb a:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	background:rgba(45, 45, 45, 0.44);
}
.p_thumb a:hover:before{
	background:none;
}
.p_thumb a:hover img{
	transform:scale(1.2);
}
.p_thumb a:after{
	content:"\f002";
	font-family:FontAwesome;
	background:#d5833f;
	width:40px;
	height:40px;
	border-radius:4px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:17px;
	opacity:0;
	position:absolute;
	top:50%;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	margin-top:-20px;
	right:50%;
	margin-right:-20px;
}
.p_thumb a:hover:after{
	opacity:1;
}
/*end projects*/
/*start closed_site*/
.closed_site{
	overflow:hidden;
	clear:both;
	display:block;
	padding:50px 10px 10px;
	font-family:droid;
	text-align:center;
	font-size:25px;
	color:#666;
}
.closed_site img{
	max-height:120px;
}
.closed_site:before{
	font-family:FontAwesome;
	display:block;
	margin-bottom:15px;
	color:#306c6c;
	font-size:50px;
	text-align:center;
	content:"\f071";
}
/*end closed_site*/
/*start success and errors*/
.errors{
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
	padding:10px;
	background:#fcf5f3;
	border:1px solid #ebdad5;
}
.errors li{
	display:block;
	margin-bottom:5px;
	color:#33160e;
}
.success{
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
	padding:10px;
	background:#f1f5ea;
	color:#1e2d09;
	border:1px solid #d5e1c3;
}
/*end success and errors*/
/*start precemp*/
#precemp {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 8px 20px;
	margin-bottom: 30px;
	position:relative;
	background-color: #444;
}
.precemp li {
	display: inline-block;
	color: #bbb;
	font-size: 12px;
	font-weight: 600;
}
.precemp li:after {
	content: "|";
	margin-right: 10px;
	margin-left: 10px;
	vertical-align:1px;
	color:#bbb;
}
.precemp li:last-child:after{
	display:none;
}
.precemp li span{
	color:#bbb;
}
.precemp li a {
	display: inline-block;
	color:#fff;
}
.precemp li a:hover{
	color:#d5833f;
}
/*end precemp*/
/*start pagination*/
.pagination {
	clear: both;
	overflow:hidden;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
}
.pagination span, .pagination a {
	border: 1px solid #ddd;
	width: 40px;
	display: inline-block;
	height: 40px;
	font-weight:600;
	line-height: 40px;
	color: #666;
	cursor: pointer;
	font-size: 14px;
	margin-right: 2px;
	margin-left: 2px;
}
.pagination a:hover{
	border:1px solid #306c6c;
	color:#306c6c;
}
.pagination span.current{
	border:1px solid #d5833f;
	background:#d5833f;
	color:#fff;
}
.pagination .next:before,.pagination .prev:before{
	display:none;
}
.pagination .next, .pagination .prev {
	position: static;
	background: none;
}
.empty{
	display:block;
	font-family:droid;
	text-align:center;
	padding:80px;
	font-size:19px;
	color:#999;
}
/*end pagination*/
/*start single post*/
.post_meta {
	clear: both;
	display: block;
	overflow: hidden;
	background: #f0f0f0;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 15px;
	margin-bottom:20px;
}
.postmeta_cats {
	float: right;
	overflow: hidden;
}
.postmeta_dets {
	float: left;
	overflow: hidden;
}
.postmeta_cats span {
	display: inline-block;
	color: #555;
	font-size: 12px;
	font-weight:600;
}
.postmeta_cats span:before {
	content:"\f02d";
	font-family:FontAwesome;
	font-weight:normal;
	margin-left:5px;
	vertical-align:0;
}
.postmeta_cats ul {
	display: inline-block;
}
.postmeta_cats ul li {
	display: inline-block;
}
.postmeta_cats ul li a {
	display: block;
	color: #fff;
	background: #d5833f;
	border-radius:2px;
	font-weight:700;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-moz-border-radius:2px;
	padding: 2px 5px;
	font-size: 11px;
}
.postmeta_cats ul li a:hover {
	background: #306c6c;
	color:#fff;
}
.postmeta_dets span {
	display: inline-block;
	color: #555;
	font-size: 13px;
	margin-left:10px;
	font-family:'tajawal', sans-serif;
}
.postmeta_dets span:before {
	font-family:FontAwesome;
	margin-left:5px;
	vertical-align:0;
	display:inline-block;
}
.postmeta_dets span.meta_view:before{
	content:"\f06e";
}
.postmeta_dets span.meta_date:before{
	content:"\f073";
}
.postmeta_dets span p {
	display: inline;
	color: #306c6c;
}
.post_tags {
	clear: both;
	background: #f0f0f0;
	border-bottom: 1px solid #e9e9e9;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.post_tags span {
	display: inline-block;
	color: #555;
}
.post_tags span:before {
	content:"\f02c";
	font-family:FontAwesome;
	margin-left:5px;
	display:inline-block;
}
.post_tags ul {
	display: inline-block;
}
.post_tags ul li {
	display: inline-block;
}
.post_tags ul li a {
	display: block;
	color: #fff;
	background: #306c6c;
	border-radius:2px;
	font-weight:600;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-moz-border-radius:2px;
	padding: 2px 5px;
	font-size: 11px;
}
.post_tags ul li a:hover {
	background: #d5833f;
	color:#fff;
}
#same_posts,#order_postis {
	clear: both;
	display: block;
	overflow: hidden;
	border: 1px solid #eee;
}
#order_postis{
	margin-bottom:20px;
}
#order_postis .contact_form_left{
	padding:15px;
}
#order_postis .contact_form_left label{
	float:right !important;
	width:100% !important;
	clear:both;
}
.title_page_same {
	font-size: 17px;
	font-weight: 700;
	color: #000;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 15px;
	background: #f8f8f8;
}
.title_page_same:before{
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:8px;
}
.post_slider {
	background: #fff;
	border-radius: 4px;
	border: 1px solid #eee;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	position:relative;
    padding: 15px;
}
.post_slider_ul {
	display: block;
	visibility:hidden;
	width:100%;
	overflow:hidden;
}
.post_slider_ul.slick-initialized {
	visibility: visible;
}
.post_slider_ul li {
	float: right;
	width: 100%;
	height:350px;
	overflow: hidden;
	position: relative;
}
.post_slider_ul li a{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width: 100%;
	height: 100%;
}
.post_slider_ul li img {
	height:auto;
	width: auto;
	max-height:100%;
}
.post_slider_ul li a div {
	width: 100%;
}
.next_post_slider_ul, .prev_post_slider_ul {
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: rgba(22,22,22,0.3);
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-family: FontAwesome;
	border-radius: 40px;
	position: absolute;
	top: 50%;
	margin-top:-20px;
	right: 20px;
}
.prev_post_slider_ul{
	right:auto;
	left:20px;
}
.next_post_slider_ul:hover,.prev_post_slider_ul:hover{
	background: rgba(22,22,22,0.6);
}
.next_post_slider_ul:before{
	content:"\f105";
}
.prev_post_slider_ul:before{
	content:"\f104";
}
.post_lista {
	display: block;
	background: #fff;
	border-radius:4px;
	float: right;
	border:1px solid #eee;
	margin-bottom:15px;
	width: 100%;
	padding:0 !important;
}
.post_lista li {
	display: block;
	padding:10px !important;
	border-bottom:1px dashed #eee;
	position: relative;
	color: #666;
	font-size:13px;
	float:right;
	width:100%;
	font-weight: 600;
}
.post_lista li:last-child{
	border-bottom:none;
}
.post_lista li i:before {
	font-family: FontAwesome;
	font-style: normal;
	color: #555;
	display: block;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	border-radius: 4px;
	float: right;
	position: relative;
	top: -4px;
}
.post_lista li span {
	display: block;
	float: right;
	padding-right:10px;
	padding-left:5px;
	background:#fff;
	position:relative;
}
.post_lista li b {
	float: right;
	position:relative;
	display: block;
	padding-right:5px;
	background:#fff;
	font-weight: 600;
	color: #000;
}
.post_lista p {
	color: #5e2800;
	font-weight: 900;
	font-size: 19px;
	display: block;
	clear: both;
	text-align: center;
}
/*end single post*/
/*start postin*/
#postin{
	clear:both;
	display:block;
	margin-bottom:50px;
	overflow:hidden;
}
.postin_img {
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
	width:100%;
	display:block;
}
.postin_img img{
	max-width:100%;
	height:auto;
	width:auto;
}
.postin_txt{
	font-size:16px;
	display:block;
	line-height:2;
	color:#444;
}
.postin_txt img,.postin_txt iframe,.postin_txt fieldset{
	max-width:100%;
	width:auto;
	height:auto;
}
/*end postin*/
/*start table*/
.postin_txt table{
	width:100%;
}
.postin_txt table tr th {
	border: 1px solid #ddd;
	background: #f8f8f8;

	padding: 10px;
}
.postin_txt table tr td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
}
/*end table*/
/*start post codes*/
.postin_txt p {
	padding: 10px 0;
}
.postin_txt strong {
	font-weight: 400;
	font-size: 20px;
	font-family:droid;
}
.postin_txt ul, .postin_txt ol {
	list-style: disc;
	padding:15px;
}
.postin_txt ul li, .postin_txt ol li {
	padding:5px 0;
	list-style: square;
}
.postin_txt blockquote {
	background: #f8f8f8;
	display: block;
	padding: 10px;
	border: 1px solid #eee;
	font-family: droid;
	font-weight: 400;
	color: #555;
	line-height: 2;
}
.postin_txt h2 {
	font-family: droid;
	font-size: 25px;
	font-weight: 400;
}
.postin_txt h1 {
	font-family: droid;
	font-size: 30px;
	font-weight: 400;
}
.postin_txt h3 {
	font-family: droid;
	font-size: 20px;
	font-weight: 400;
}
.postin_txt h4 {
	font-family: droid;
	font-size: 18px;
	font-weight: 400;
}
.postin_txt h5 {
	font-family: droid;
	font-size: 17px;
	font-weight: 400;
}
.postin_txt h6 {
	font-family: droid;
	font-size: 14px;
	font-weight: 400;
}
/*end post codes*/
/*start mapcontact*/
#map_contact {
	clear: both;
	display: block;
	width: 100%;
	overflow: hidden;
}
.map_contact_right {
	display: block;
	width: 100%;
	height:350px;
	position:relative;
}
.map_contact_left {
	display: block;
	width: 100%;
	height: 100%;
}
#maphome {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.map {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.mapouter,.gmap_canvas,.map iframe{
	width:100% !important;
	height:100% !important;
}
/*end mapcontact*/
/*start contact_form*/
#contact_form{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
.contact_form{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
.contact_form_right {
	display: block;
	width: 100%;
	padding:30px 0px 30px 0;
}
.contact_form_details_list{
	clear:both;
	overflow:hidden;
}
.contact_form_details_list li {
	display:block;
	padding: 10px;
	font-weight:500;
	float:right;
	width:49.8%;
	margin-bottom:5px;
	color: #000;
	background: #fff;
	border: 1px solid #eee;
}
.contact_form_details_list li:nth-child(2),.contact_form_details_list li:nth-child(3){
	float:left;
	width:49.8%;
}
.contact_form_details_list li span {
	display: inline-block;
	color: #000;
	font-weight:700;
	font-size: 14px;
}
.contact_form_details_list li span:before{
	font-family:FontAwesome;
	color:#306c6c;
	vertical-align:middle;
	font-size:20px;
	font-weight:normal;
	margin-left:10px;
}
.contact_form_details_list li.cphone span:before{
	content:"\f10b";
}
.contact_form_details_list li.cmail span:before{
	content:"\f0e0";
}
.contact_form_details_list li.cdate span:before{
	content:"\f017";
}
.contact_form_details_list li.caddress span:before{
	content:"\f041";
}
.contact_form_details_list li.ctime span:before{
	content:"\f017";
}
.contact_form_details_list li p{
	padding-right:30px;
	display:block;
	color:#555;
}
.contact_form_left{
	width:100%;
	clear:both;
}
.contact_form_text{
	clear:both;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
	color:#666;
	font-size:12px;
	line-height:2.3;
}
.contact_form_frame{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
}
.contact_form_frame label{
	width:49.8%;
	float:right;
	display:block;
	margin-bottom:15px;
	overflow:hidden;
}
.contact_form_frame label:nth-child(2n+2){
	float:left;
}
.contact_form_frame label.msg_contact_form{
	width:100%;
	margin-bottom:15px;
	overflow:hidden;
}
.contact_form_frame label input,.contact_form_frame label textarea{
	display:block;
	background:#fff;
	border:1px solid #eee;
	padding:0px 10px;
	height:45px;
	font-family:'tajawal', sans-serif;
	font-size:13px;
	color:#444;
	width:100%;
}
.contact_form_frame label textarea{
	min-height:200px;
	padding:10px;
}
.contact_form_frame label input:focus,.contact_form_frame label textarea:focus{
	border:1px solid #306c6c;
}
.go_contacto{
	clear:both;
	display:inline-block;
	cursor:pointer;
	background:#d5833f;
	font-family:'tajawal', sans-serif;
	color:#fff;
	font-size:15px;
	text-align:center;
	padding:7px 40px;
	border:none;
}
.go_contacto:hover{
	background:#306c6c;
	color:#fff;
}
/*end contact_form*/