/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:'tajawal',Barlow, 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:#0e4c15;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#c4ab3b;
	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:1230px;
}
.wraps_is {
	padding:30px 0px 50px;
	clear:both;
	overflow: hidden;
}
/*end body*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:relative;
	float:right;
	display:block;
	height:45px;
	background:#0e4c15;
}
.welcome{
	float:right;
	position:relative;
	font-size:12px;
	font-weight:600;
	color:#cedfd0;
	line-height:45px;
}
.welcome span{
	color:#fff;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:12px;
	color: #cedfd0;
	text-transform:uppercase;
	font-family:Barlow,'tajawal', sans-serif;
	letter-spacing:1px;
	padding:0px 10px;
	line-height:45px;
}
.s_contact li span{
	direction:rtl;
	letter-spacing:normal;
}
.s_contact li span{
	border-left:none;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	color:#c4ab3b;
	display:inline-block;
	position:relative;
	font-weight:normal;
	margin-left:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-right:0px;
	margin-left:8px;
}
.s_contact li.phone a:before{
	content:"\f11f";
	top:-1px;
}
.s_contact li.mail a:before{
	content:"\f2b6";
	top:-1px;
}
.s_contact li.mapi span:before{
	content:"\f041";
}
.s_contact li a:hover{
	color:#c4ab3b;
}
.s_contact li a:hover:before{
	color:#c4ab3b;
}
.lang{
	float:left;
}
.lang a{
	line-height:45px;
	background:#c4ab3b;
	font-family:Barlow,'tajawal';
	color:#000;
	font-weight:700;
	letter-spacing:1px;
	padding:5px;
	text-transform:uppercase;
}
.lang a:hover{
	background:#34973f;
	color:#fff;
}
/*end top*/
/*start header*/
#header{
	background:url(../images/bg/bg35.png);
	background-repeat:repeat-x;
	z-index:1000;
	width:100%;
	height:120px;
	float:right;
	clear:both;
	position:absolute;
	top:45px;
	right:0;
}
#header .width{
	position:relative;
	height:100%;
}
.logo {
	float: right;
	margin-top: 5px;
	position: relative;
	z-index: 100;
	text-align: center;
	width: 150px;
}
.logo img {
	height: 100px;
	float:right;
}
.nav {
	float:left;
	margin-top:22px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 15px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	line-height:50px;
	font-weight:700;
	font-size:13px;
	position:relative;
}
.nav li a:before{
	content:"+";
	font-family:Barlow;
	font-weight:600;
	font-size:16px;
	display:inline-block;
	vertical-align:0px;
	color:#c4ab3b;
	margin-left:8px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:4px;
	background:#c4ab3b;
	position:absolute;
	bottom:5px;
	right:100%;
	left:-500px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.nav li a:hover:after,.nav li:hover a:after,.nav li.current a:after{
	right:15px;
	left:0px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#36c146;
}
.nav li:hover .sub,.nav li:hover .sub ul li:hover .sub{
	display:block;
}
.nav li:hover .sub .sub{
	display:none;
	right:230px;
	top:0;
}
.nav li:last-child .sub{
	right:auto;
	left:15px;
}
.sub {
	position: absolute;
	width: 230px;
	display: none;
	top: 50px;
	right: 15px;
	z-index: 100055;
	background-color: #fff;
	box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.5);
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	display:block;
	padding:0;
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a,.nav li:hover .sub ul li:hover .sub ul li a{
	display:block;
	padding:10px;
	background:none;
	line-height:normal;
	font-size:13px;
	font-weight:600;
	color:#333;
	text-align:right;
	border-bottom:1px solid rgba(33,33,33,0.05);
}
.nav li:hover .sub ul li a:hover,.nav li:hover .sub ul li:hover a,.nav li:hover .sub ul li:hover .sub ul li a:hover{
	background:#c4ab3b;
	color:#000;
	padding-right:13px;
}
.nav li:hover .sub ul li a:before {
	content: "\f038";
	font-family: FontAwesome;
	color:#333;
	font-weight: normal;
	vertical-align: 0;
	margin-left: 10px;
}
.social {
	position: absolute;
	left:35px;
	bottom:4px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	color:#fff;
	background:#2c8c37;
	display: block;
	font-size: 12px;
	z-index: 11;
	margin:0px 4px;
	border-radius:3px;
	font-weight: normal;
	position: relative;
	min-width: 30px;
	height:30px;
	text-align: center;
	line-height: 30px;
}
.social li a:hover{
	color:#000;
	background:#c4ab3b;
}
.social li:hover:after{
	top:0;
}
.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";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
.search_icon {
	position:absolute;
	left:0px;
	bottom:4px;
}
.search_icon.active span{
	background:#2c8c37;
	color:#fff;
}
.search_icon span{
	display:block;
	font-weight:normal;
	border-radius:3px;
	line-height:30px;
	width:30px;
	height:30px;
	font-size:13px;
	cursor:pointer;
	position:relative;
	z-index:10006;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	padding: 0px;
	text-align:center;
	background:#e7c035;
	color: #000;
}
.search_icon span:before{
	content:"\f002";
	font-family:FontAwesome;
}
.search_icon.active span:before{
	content:"\f00d";
}
.searchbox {
	background: rgba(0,0,0,0.8);
	position: fixed;
	width: 100%;
	display: none;
	z-index: 10002;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0px;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 45px;
	position: relative;
	margin-top: 161px;
	background: #222;
	height: 100px;
	border-top: 2px solid #555;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #fff;
	font-size: 20px;
	font-family: 'tajawal', sans-serif;
	padding: 0px 20px 0px 75px;
	line-height: 100px;
	width: 100%;
}
.searchbox label button {
	width: 30px;
	height: 100px;
	border: none;
	background: none;
	cursor: pointer;
	position: absolute;
	left: 45px;
	top: 0;
	color: #aaa;
	text-align: center;
	line-height: 100px;
	font-size: 20px;
}
.searchbox label button:before{
	font-family:FontAwesome;
	content:"\f002";
}
.searchbox label button:hover{
	opacity:0.8;
}
/*end header*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	text-transform:uppercase;
	background-color:#0e4c15;
	color:#cedfd0;
	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:#c4ab3b;
}
/*end bottom*/
/*start footer*/
#footer{
	background-color:#0e4c15;
	float:right;	
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.05);
	clear:both;
	padding:60px 0px 30px;
	position:relative;
}
#footer .social{
	clear:both;
	overflow:hidden;
	position:relative;
	top:0;
	bottom:0;
	left:0;
	float:none;
	padding-top:5px;
	text-align:center;
}
#footer .social li{
	display:inline-block;
	float:none;
}
#footer .social li a{
	border:3px solid rgba(255,255,255,.1);
	background:none;
	border-radius:0px;
	width:45px;
	height:45px;
	margin-right:2px;
	margin-left:2px;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	color:#cedfd0;
	text-align:center;
	z-index:100;
	line-height:40px;
	display:block;
	position:relative;
}
#footer .social li a:hover{
	color:#fff;
	border-color:transparent;
}
#footer .social li a span{
	transform:scale(0,0);
	position:absolute;
	width:45px;
	height:45px;
	top:-3px;
	right:-3px;
	z-index:-1;
	border:3px solid #c4ab3b;
	background:#c4ab3b;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
}
#footer .social li a:hover span{
	transform:scale(1,1);
}
#footer .social li a:after{
	display:none;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	color:#b1c2c8;
	overflow:hidden;
}
.foot_loop h2{
	font-weight:700;
	font-size:16px;
	margin-bottom:25px;
	text-transform:uppercase;
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:25%;
	content:"";
	height:5px;
	border-radius:10px;
	background:#c4ab3b;
	display:block;
	margin-top:10px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	color:#cedfd0;
	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:#cedfd0;
	font-size:13px;
}
.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;
	color:#c4ab3b;
	font-family:FontAwesome;
	content:"\f100";
}
.foot_loop ul li a:hover:before{
	color:#fff;
}
.foot_loop ul li a:hover{
	color:#000;
	background:#c4ab3b;
	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: #cedfd0;
	display: block;
	font-size: 13px;
	font-weight:700;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(0,0,0,0.1);
	color: #cedfd0;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	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:#000;
	background:#c4ab3b;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#000;
	z-index:1500;
	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:#c4ab3b;
}
.toTop span {
	display: block;
	font-weight: 500;
	font-size: 8px;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	color:#fff;
	background:#2c8c37;
}
/*end totop*/
/*start head_fix*/
.head_fix {
	background:url(../images/bg/bg35.png);
	background-repeat:repeat-x;
	width:100%;
	height:120px;
	position: fixed;
	right: 0px;
	z-index: 5000;
	top:-1000px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
body.scrolled .head_fix{
	top:0;
}
/*end head_fix*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:110%;
	display:block;
	z-index:100;
	background:#0e4c15;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slidebg{
	background-color:rgba(0,0,0,0.3);
	background-image:url(../images/bg/bg3.png);
	background-repeat:repeat;
	position:absolute;
	z-index:777;
	width:100%;
	top:0px;
	right:0;
	height:100%;
}
#progress_a{
	width:100%;
	left:0px;
	position:absolute;
	z-index:101;
	bottom:0px;
}
#progress{
	height:5px;
	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:35px;
	text-align:center;
	position:absolute;
	top:50%;
	width:30px;
	margin-top:-35px;
	color:#cedfd0;
	left:0px;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
.next{
	right:0px;
	left:auto;
}
.next:before{
	font-family:FontAwesome;
	content:"\f105";
}
.prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
.next:hover,.prev:hover{
	color:#c4ab3b;
}
.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:cover;
	width:100%;
	height:100% !important;
	background-position:center top;
}
.slider_cont{
	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%;
	padding:15px;
}
.slider_cont_all{
	width:100%;
	margin:0px auto;
	max-width:1000px;
	position:relative;
	z-index:800;
	text-align:center;
	display:block;
	padding:120px 25px 15px 65px;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: slideInRight 1s forwards;
    -ms-animation-name: slideInRight 1s forwards;
	-o-animation-name: slideInRight 1s forwards;
	-moz-animation-name: slideInRight 1s forwards;
	animation-name: slideInRight 1s forwards;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	font-size:40px;
	margin-bottom: 25px;
}
.slider_cont h2 span{
	color:#e7c035;
}
.cycle-slide-active .slider_cont p{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 17px;
	font-weight:600;
	margin-bottom:30px;
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont a {
	background:#2c8c37;
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	font-weight:700;
	padding:12px 30px;
	position:relative;
	z-index:888;
}
.slider_cont a:hover{
	background:#c4ab3b;
	color:#000;
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	left: 40px;
	top: 50%;
	margin-top:-30px;
	text-align:center;
}
.cycle-pager .cycle-pager-active {
	background:#c4ab3b;
}
.cycle-pager span {
	margin-bottom:5px;
	width:10px;
	height:15px;
	border:1px solid rgba(255,255,255,0.8);
	cursor:pointer;
	display: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)}}
.circles {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	opacity:0.4;
	z-index:200;
}
/*end slideshow*/
/*start data*/
#data {
	clear: both;
	display: block;
	float: right;
	width: 100%;
	position: relative;
	margin-bottom:40px;
	z-index: 600;
	margin-top: -80px;
}
.data_list {
	display: block;
	clear: both;
}
.data_list li {
	display: block;
	float: right;
	width: 33.33%;
	padding:0px;
	overflow: hidden;
	background:#2c8c37;
	padding:40px 25px;
	color:#fff;
	position:relative;
}
.data_list li:nth-child(2){
	background:#2c8c37;
}.data_list li:nth-child(1){
	background:#0e4c15;
}
.data_all {
	position: relative;
	border: 2px dashed rgba(255,255,255,0.4);
	padding: 25px 30px;
}
.data_all span {
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	display: block;
	font-size:30px;
	color: #fff;
	margin-bottom:15px;
	position: relative;
}
.data_all i{
	position:absolute;
	color:#fff;
	top:20px;
	left:20px;
	opacity:0.2;
	font-style:normal;
	line-height:1;
	font-size:80px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_text {
	position:relative;
	clear: both;
}
.data_text h2 {
	font-weight: 700;
	font-size: 17px;
	display:block;
	position:relative;
	margin-bottom:15px;
	z-index:2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}
.data_text p {
	font-size: 14px;
	display: block;
	clear: both;
	line-height:2;
	color:#d8ecda;
	overflow: hidden;
	height: 140px;
	margin-bottom: 25px;
}
.data_text a {
	display:inline-block;
	background: #e7c035;
	color: #000;
	padding:10px 15px;
	margin: 15px auto;
	text-align:center;
	font-weight:700;
	font-size:13px;
	border-radius: 2px;
}
.data_text a:hover{
	background: #c4ab3b;
	color:#000;
}
/*end data*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-bottom:40px;
	overflow:hidden;
}
#count ul{
	clear:both;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
}
.count_all {
	width: 100%;
	padding:0px 20px;
	text-align: center;
}
.count_all h2 {
	font-weight: 600;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	display: block;
	margin-bottom:10px;
}
.count_all p {
	clear: both;
	font-family:Barlow,tajawal;
	display: block;
	overflow: hidden;
	font-weight:700;
	font-size: 55px;
	letter-spacing:2px;
	line-height:1;
	color: #2c8c37;
	margin-bottom:20px;
}
.aboutus_left ol li span {
	display: block;
	background: #c4ab3b;
	color: #000;
	width: 30px;
	float:right;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: 700;
	font-family: Barlow;
	font-size: 13px;
	margin-bottom: 5px;
}
.aboutus_left ol li p {
	margin-right: 45px;
}
/*end count*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
}
.aboutus_right{
	width:50%;
	display:table-cell;
	vertical-align:top;
	position:relative;
}
.aboutus_left {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding-top: 50px;
}
.aboutus_right div {
	background-image: url(../images/bg/bg36.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	padding: 50px 60px;
	background-size: 100% 100%;
}
.aboutus_right div img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: top right;
}
.aboutus_right span {
	width: 120px;
	height: 120px;
	background: #c4ab3b;
	position: absolute;
	border-radius: 120px;
	top: 10px;
	text-align: center;
	font-family: FontAwesome;
	line-height: 120px;
	font-size: 40px;
	right: 0px;
	color: #0e4c15;
	box-shadow: 0px 0px 14px -1px rgba(0, 0, 0, 0.1);
}
.aboutus_right span:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	top: 8px;
	right: 8px;
	border: 2px dotted #0e4c15;
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.aboutus_right span:before{
	font-family:iconmoon;
	content:"";
}
.aboutus_left h1 {
    color: #0e4c15;
	background:#cedfd0;
    font-weight: 600;
    font-size: 14px;
	padding:5px 10px;
    display:inline-block;
}
.aboutus_left h2 {
	display: block;
	margin-bottom:15px;
	margin-top:15px;
	font-weight: 700;
	font-size: 25px;
	color: #0e4c15;
	line-height: 1.3;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
	color:#333;
	line-height:1.9;
	clear:both;
}
.aboutus_left a {
	display: block;
	float: right;
	margin-top: 10px;
	background: #2c8c37;
	color: #fff;
	padding: 10px 20px;
	font-weight: 700;
}
.aboutus_left a:hover {
	background: #c4ab3b;
	color:#000;
}
.aboutus_left a:before {
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	font-weight:normal;
	margin-left:10px;
}
.aboutus_left ol li {
	display: block;
	overflow: hidden;
	padding-bottom: 15px;
}
/*end aboutus*/
/*start pages_title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 1.2;
	color:#0e4c15;
	max-width:1000px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 30px;
	padding: 0px 20px;
}
.pages_title h1 {
	color: #2c8c37;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
}
.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: 30px;
	margin-bottom: 5px;
}
.pages_title span {
	line-height: 2;
	font-size: 14px;
	color: #79766d;
	display: block;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 600;
}
.pages_title p{
	background:url(../images/title.png);
	background-color:#c4ab3b;
	background-repeat:no-repeat;
	width:125px;
	height:13px;
	display:block;
	margin:0px auto;
}
/*end pages_title*/
/*start services*/
#services {
	clear: both;
	overflow:hidden;
	margin-bottom:40px;
	float:right;
	width:100%;
	background-image:url(../images/bg/bg37.png);
	background-position:center;
	background-repeat:repeat-x;
}
.serv_loop {
	width: 25%;
	float: right;
	text-align:center;
	overflow: hidden;
	padding: 25px;
}
.serv_all {
	width: 100%;
	position:relative;
	height: 100%;
	overflow: hidden;
}
.serv_img {
	height:250px;
	overflow: hidden;
	margin-bottom: 25px;
	border-radius:50%;
	position: relative;
}
.serv_img a {
	display: block;
	width: 100%;
	height: 100%;
	position:relative;
}
.serv_img a img {
	width: 100%;
	display:block;
	height: 100%;
	object-fit:cover;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.serv_img a:hover img{
	transform:scale(1.2);
}
.serv_img a:hover span{
	opacity:0.8;
}
.serv_img a span{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	opacity:0;
	background:#0e4c15;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;		
}
.serv_img a span:before {
	content: "\f0c1";
	font-family: FontAwesome;
	color: #fff;
	font-size: 25px;
	display: block;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-15px;
	margin-left:-15px;
	text-align: center;
}
.serv_count {
	background: #c4ab3b;
	color: #000;
	width: 47px;
	height: 47px;
	line-height: 47px;
	border-radius: 47px;
	font-family: Barlow;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 1px;
	position: absolute;
	top: 0px;
	right: 25px;
	z-index: 1;
}
.serv_title {
	clear: both;
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
}
.serv_title a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color:#0e4c15;
	margin-bottom:5px;
	font-size: 15px;
	font-weight:700;
}
.serv_title a:hover{
	color:#2c8c37;
}
.serv_txt {
	clear: both;
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #555;
	height: 45px;
	overflow: hidden;
}
/*end services*/
/*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: 20%;
	padding: 1px;
}
.p_thumb {
	width: 100%;
	height: 300px;
	display: block;
	overflow: hidden;
	position: relative;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.p_thumb img{
	width: 100%;
	height:100%;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	object-fit: cover;
	object-position: center;
}
.p_thumb:hover img{
	transform:scale(1.2) rotate(-2deg);
}
.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%;
	background:rgba(14,76,21, 0.03);
}
.p_thumb a:hover:before{
	background:none;
}
.p_thumb_hover{
	position:absolute;
	top:15px;
	left:15px;
	right:15px;
	bottom:15px;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	background:rgba(44,140,55, 0.7);
	transform:scale(0);
}
.p_thumb:hover .p_thumb_hover{
	transform:scale(1);
}
.p_thumb_hover b {
	background: #fff;
	font-family: Barlow;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 40px;
	color: #0e4c15;
}
.p_thumb_hover p {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 20px;
	color: #fff;
}
.p_thumb_hover p i {
	display: block;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
}
.p_thumb_hover p e {
	font-weight: 700;
	font-size: 17px;
	display: block;
}
/*end projects*/
/*start news*/
#news{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:40px;
}
.news_ul {
	clear: both;
	display:block;
}
.news_loop {
	float:right;
	width: 33.33%;
	overflow: hidden;
	padding: 15px;
}
.news_all {
	position: relative;
	background:#fff;
	width: 100%;
	border:1px solid #c4ab3b;
	box-shadow:0px 0px 15px -7px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	border-radius:5px;
}
.news_img {
	height: 250px;
	position: relative;
}
.news_img a {
	display: block;
	width: 100%;
	height: 100%;
}
.news_img a img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.news_img a p {
	position: absolute;
	background: #2c8c37;
	bottom: -38px;
	left: 25px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	width: 80px;
	font-weight: 500;
	height: 80px;
	border-radius: 80px;
	border: 5px solid #fff;
	padding-top: 5px;
}
.news_img a p b {
	display: block;
	font-size: 22px;
	font-family: droid;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 8px;
}
.news_img:before {
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.5);
	top: -100%;
	right: 0;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
	width: 100%;
	opacity:0;
	height: 100%;
}
.news_all:hover .news_img:before{
	opacity:1;
	top:0;
}
.news_img a:after{
	content:"\f0c1";
	font-family:FontAwesome;
	-moz-transition: all 1s;
	-webkit-transition:all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	position:absolute;
	opacity:0;
	left:50%;
	top:50%;
	margin-top:-18px;
	margin-left:-12px;
	color:#fff;
	font-size:25px;
}
.news_all:hover .news_img a:after{
	opacity:1;
	transform:rotate(360deg);
}
.news_txt {
	clear: both;
	padding: 40px 15px 15px;
	overflow: hidden;
}
.news_txt span {
	display: block;
	margin-bottom: 0px;
	color: #333;
	font-size: 13px;
}
.news_txt span:before{
	content:"\f07b";
	font-family:FontAwesome;
	vertical-align:0;
	margin-left:8px;
}
.news_txt h2 {
	font-weight: 900;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	color: #0e4c15;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_txt p {
	height: 70px;
	overflow: hidden;
	font-size: 14px;
	color: #555;
}
.news_more {
	padding: 0px 15px 15px;
}
.news_more a {
	display: inline-block;
	color: #000;
	background:#fff;
	font-weight: 700;
	font-size: 12px;
	padding: 5px 5px 5px 15px;
	border-radius: 35px;
	line-height: 1;
}
.news_more a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#c4ab3b;
	color:#000;
	text-align:center;
	border-radius:50px;
	font-size:12px;
	margin-left:5px;
	display:inline-block;
	transform:rotate(-20deg);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.news_more a:hover{
	color:#000;
	background:#c4ab3b;
}
.news_more a:hover:before{
	transform:rotate(0deg);
}
/*end news*/
/*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:#0e4c15;
}
.closed_site img{
	max-height:120px;
}
.closed_site:before{
	font-family:FontAwesome;
	display:block;
	margin-bottom:15px;
	color:#e7c035;
	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 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 #2c8c37;
	color:#0e4c15;
}
.pagination span.current{
	border:1px solid #e7c035;
	background:#e7c035;
	color:#000;
}
.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;
	font-weight:600;
	background:#f5f0e9;
	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: #000;
	background: #e7c035;
	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: 12px;
}
.postmeta_cats ul li a:hover {
	background: #2c8c37;
	color:#fff;
}
.postmeta_dets span {
	display: inline-block;
	color: #555;
	font-size: 12px;
	margin-left:10px;

}
.postmeta_dets span:before {
	font-family:FontAwesome;
	font-weight:normal;
	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: #0e4c15;
}
.post_tags {
	clear: both;
	background: #faf4de;
	border: 1px solid #e6dfc7;
	padding:10px 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.post_tags span {
	display: inline-block;
	color: #0e4c15;
}
.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: #000;
	background: #e7c035;
	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: #2c8c37;
	color:#fff;
}
#same_posts {
	clear: both;
	display: block;
	overflow: hidden;
	border: 1px solid #f5f0e9;
}
.title_page_same {
	font-size: 17px;
	font-weight: 700;
	color: #080e32;
	border-bottom: 1px solid #f5f0e9;
	display: block;
	padding: 15px;
}
.title_page_same:before{
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:8px;
}
/*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;
}
#postin .serv_txt {
    text-align: inherit;
    border: 1px solid #f0f6ff;
}
/*end post codes*/
/*start mapcontact*/
#map_contact {
	clear: both;
	display: table;
	width: 100%;
	overflow: hidden;
}
.map_contact_right {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	height: 100%;
	position:relative;
	border-left:1px solid #ddd;
}
.map_contact_left {
	display: table-cell;
	width: 50%;
	padding:25px 15px;
	vertical-align: top;
	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;
	margin-bottom:5px;
	color: #000;
	background: #fff;
	border: 1px solid #eee;
}
.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:#2c8c37;
	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 textarea{
	min-height:200px;
}
.contact_form_frame label input,.contact_form_frame label textarea{
	display:block;
	background:#fff;
	border:1px solid #ddd;
	padding:13px;
	font-family:tajawal;
	font-size:14px;
	color:#333;
	width:100%;
}
.contact_form_frame label input:focus,.contact_form_frame label textarea:focus{
	border:1px solid #e7c035;
}
.go_contacto{
	clear:both;
	display:inline-block;
	cursor:pointer;
	background:#e7c035;
	font-family:tajawal;
	font-weight:600;
	color:#000;
	font-size:15px;
	text-align:center;
	padding:12px 40px;
	border:none;
}
.go_contacto:hover{
	background:#2c8c37;
	color:#fff;
}
/*end contact_form*/
/*start precemp*/
#precemp {
	overflow:hidden;
	clear: both;
	width: 100%;
	float:right;
	padding:12px 0px;
	background-color:#0e4c15;
}
.precemp li {
	display: inline-block;
	color: #cedfd0;
	font-size: 12px;
	font-weight: 600;
}
.precemp li:after {
	content: "|";
	margin-right: 10px;
	margin-left: 10px;
	vertical-align:1px;
	color:#cedfd0;
}
.precemp li:last-child:after{
	display:none;
}
.precemp li span{
	color:#cedfd0;
}
.precemp li a {
	display: inline-block;
	color:#e7c035;
}
.precemp li a:hover{
	color:#fff;
}
/*end precemp*/
/*start attatchment*/
.upload_file_box {
	clear: both;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	overflow: hidden;
}
.upload_file_box label {
	padding: 10px;
	background: #f5f5f5;
	width:100%;
	display: block;
	margin: 0;
}
.upload_file_select {
	clear: both;
	display: block;
	overflow: hidden;
	cursor:pointer;
	padding: 15px;
}
.upload_file_select_img {
	width: 60px;
	height: 60px;
	display: block;
	float: right;
	background: #e8e8e8;
	margin-left: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size:20px;
	text-align:center;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 60px;
}
.upload_file_select_img:before{
	font-family:FontAwesome;
	content:"\f0ee";
	color:#999;
}
.upload_file_select_txt {
	display: block;
	font-size: 14px;
	color: #555;
	padding-top: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
.upload_files_list {
	clear: both;
	display: block;
	overflow: hidden;
}
.upload_files_list li {
	display: block;
	border-top: 1px solid #e0e0e0;
	padding: 15px;
	overflow: hidden;
}
.ufl_top {
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
}
.ufl_top p {
	display: block;
	float: right;
	color: #555;
}
.ufl_top p i:before {
	display: inline-block;
	content: "\f05d";
	font-family: FontAwesome;
	font-style: normal;
	color: #2e8b57;
	margin-left: 2px;
	vertical-align: 0;
}
.oherror .ufl_top p i:before {
	content: "\f05c";
	color: #d65c40;
}
.ufl_top b {
	font-weight: normal;
	color: #ea6e52;
	float: left;
	cursor: pointer;
}
.ufl_top b:before {
	display: inline-block;
	content: "\f00d";
	font-family: FontAwesome;
	font-style: normal;
	margin-left: 2px;
	vertical-align: 0;	
}
.progress_file {
	clear: both;
	display: block;
	width: 100%;
	height: 10px;
	background: #eee;
	overflow:hidden;
	position:relative;
}
.oherror .progress_file div{
	background-color:#d65c40;
}
.progress_file div{
	position:absolute;
	top:0px;
	right:0;
	height:100%;
	width:0%;
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-color:#2e8b57;
}
.attach {
	overflow: hidden;
	clear: both;
	display: block;
	margin-top: 35px;
}
.attach span {
	border: 1px solid #e8e8e8;
	padding: 7px;
	display: block;
	margin-bottom: 5px;
	color: #555;
}
.attach span a{
	display:inline-block;
	color:#d65c40;
}
.attach span a:hover{
	text-decoration:underline;
}
.attach span a:before{
	content:"\f019";
	display:inline-block;
	color:#aaa;
	font-family:FontAwesome;
	vertical-align:0;
	margin-left:5px;
}
/*end attatchment*/
/*start slideshow inside*/
body.bodyin #slideshow{
	height:400px;
}
body.bodyin .slider_cont_all {
	max-width: 100%;
	text-align: center;
	padding-top: 110px;
}
/*end slideshow inside*/