/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:ltr;
	color:#333;
	font-family:'FSAlbertArabic', sans-serif;
	font-size:15px;
	font-weight:400;
	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:#714936;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#fbb835;
	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:25px 0px 50px;
	overflow: hidden;
}
/*end body*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:relative;
	float:left;
	display:block;
	height:45px;
	background:#714936;
	text-transform:uppercase;
}
#top .width {
	padding-left: 170px;
}
.s_contact{
	float:right;
}
.s_contact li{
	display:block;
	float:left;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:12px;
	color:#f8f5d8;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0px 10px;
	height:45px;
	line-height:45px;
}
.s_contact li span{
	direction:ltr;
	letter-spacing:normal;
}
.s_contact li span{
	border-left:none;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	color:#f8f5d8;
	display:inline-block;
	position:relative;
	font-weight:normal;
	margin-right:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-left:0px;
	margin-right: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:#fbb835;
}
.s_contact li a:hover:before{
	color:#fbb835;
}
.social {
	float:left;
	margin-left:10px;
}
.social li{
	display:block;
	position:relative;
	float:left;
}
.social li a {
	color:#f8f5d8;
	display: block;
	font-size: 13px;
	height:45px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 12px;
	line-height: 45px;
}
.social li a:hover{
	color:#714936;
	background:#f8f5d8;
}
.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";
}
.lang{
	float:right;
}
.lang a{
	display:block;
	width:45px;
	height:45px;
	line-height:45px;
	color:#714936;
	text-transform:uppercase;
	background:#f8f5d8;
	text-align:center;
	font-weight:700;
	font-size:13px;
}
.lang a:hover{
	background:#fbb835;
	color:#714936;
}
/*end top*/
/*start header*/
#header{
	z-index:999;
	width:100%;
	height:75px;
	float:right;
	clear:both;
	position:absolute;
	border-bottom:1px solid rgba(255,255,255,.1);
	top:45px;
	right:0;
}
.icon_menu_open{
	float:left;
}
.logo {
	float: left;
	position: relative;
	z-index: 100;
	text-align: center;
	width: 130px;
	padding:25px 0 5px;
	margin-top: -45px;
}
.logo:before {
	content: "";
	position: absolute;
	top: 0;
	left: -45px;
	right: -45px;
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	border-bottom: 45px solid #333;
	opacity: .2;
	z-index:-1;
}
.logo:after {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	bottom: -19px;
	background: #f8f5d8;
	border-radius: 0 0 12px 10px;
	box-shadow:0 10px 20px 0 rgba(0,0,0,.1);
	z-index: -1;
}
.logo img {
	height:90px;
}
.nav {
	float:right;
}
.nav li{
	display:block;
	position:relative;
	float:left;
	padding:0px 20px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	line-height:75px;
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
	height:75px;
	position:relative;
}
.nav li a:after{
	vertical-align:0px;
	margin-left:10px;
	content:"\f105";
	font-family:FontAwesome;
	font-weight:normal;
	color:#fbb835;
}
.nav li a:before{
	content:"";
	height:5px;
	background:#fbb835;
	position:absolute;
	border-radius:20px;
	bottom:0px;
	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:before,.nav li:hover a:before,.nav li.current a:before{
	right:0px;
	left:0px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#fff;
}
.nav li:hover .sub{
	display:block;
}
.sub {
	position: absolute;
	width: 210px;
	display:none;
	top: 75px;
	left:20px;
	z-index:200;
	background-color:#714936;
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	padding:0;
	margin:0;
	float:none;
	display:block;
}
.nav li:hover .sub ul li a{
	display:block;
	padding:5px 10px;
	background:none;
	line-height:normal;
	margin-left:0;
	font-size:13px;
	color:#f8f5d8;
	height:auto;
	text-align:left;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	background:#f8f5d8;
	color:#714936;
	padding-left:13px;
}
.nav li:hover .sub ul li a:before,.nav li:hover .sub ul li:last-child a:before{
	content: "\f036";
	position:relative;
	top:0;
	left:0;
	width:auto;
	height:auto;
	display:inline-block;
	float:none;
	border-radius:0;
	background:none;
	font-family: FontAwesome;
	font-weight: normal;
	vertical-align: 0;
	margin-right: 10px;
}
.search_icon {
	float:right;
}
.search_icon.active span,.nav_fix .search_icon.active span{
	color:#fbb835;
}
.search_icon span {
	display: block;
	font-weight: normal;
	border-radius: 2px;
	line-height: 35px;
	width: 40px;
	height: 40px;
	font-size: 17px;
	cursor: pointer;
	position: relative;
	z-index: 100000;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	padding: 0px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	margin-left: 5px;
}
.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%;
	left: 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:'FSAlbertArabic', sans-serif;
	padding: 0px 75px 0px 20px;
	line-height: 100px;
	width: 100%;
}
.searchbox label button {
	width: 30px;
	height: 100px;
	border: none;
	background: none;
	cursor: pointer;
	position: absolute;
	right: 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 head_fix*/
.nav_fix {
	background:#714936;
	width:100%;
	box-shadow:0px 3px 5px 0px rgba(0, 0, 0, 0.12);
	height:75px;
	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 .nav_fix{
	top:0;
}
body.scrolled .nav_fix .logo{
	margin-top:0;
}
.logo:before{
	display:none;
}
/*end head_fix*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	z-index:100;
	background:#714936;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.bodyin #slideshow{
	height:auto;
}
.slidebg{
	background-color:#714936;
	opacity:0.7;
	position:absolute;
	z-index:777;
	width:100%;
	top:0px;
	right:0;
	height:100%;
}
.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%;
	z-index:inherit !important;
	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:75px 15px 0px;
}
.bodyin #slideshow .slider_cont{
	padding:135px 15px 30px;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 90px;
	position: relative;
	display: block;
}
.slider_cont_center{
	max-width:500px;
	float:left;
}
.bodyin #slideshow .slider_cont_center{
	float:none;
	text-align:center;
	max-width:100%;
}
.cycle-slide-active .slider_cont h2,.bodyin #slideshow .slider_cont h2{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.2;
	text-transform:uppercase;
	display: inline-block;
	color: #fff;
	font-size:60px;
	margin-bottom: 25px;
    -webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;	
}
.cycle-slide-active .slider_cont p,.bodyin #slideshow .slider_cont p{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size:15px;
	font-weight:500;
	margin-bottom:40px;
    -webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;	
}
.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;
	opacity:1;
}
.slider_cont a{
	background:#fbb835;
	border:2px solid transparent;
	clear:both;
	color:#000;
	font-size:15px;
	text-transform:uppercase;
	display:inline-block;
	font-weight:600;
	padding:0px 35px;
	line-height:55px;
	position:relative;
	overflow:hidden;
	z-index:888;
	opacity:0;
}
.slider_cont a:last-child{
	margin-left:10px;
	background:none;
	border:2px solid #fff;
	color:#fff;
}
.slider_cont a:after{
	content:"\e72a";
	font-weight:normal;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	vertical-align:middle;
	margin-left:8px;
}
.slider_cont a:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 450px;
	height: 450px;
	margin: auto;
	background: #714936;
	border-radius: 50%;
	z-index: -1;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
	transform: translateX(-50%) translateY(-5%) scale(.4);
	-webkit-transition: -webkit-transform .9s;
	transition: -webkit-transform .9s;
	transition: transform .9s;
	transition: transform .9s,-webkit-transform .9s;
}
.slider_cont a:hover:before{
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s,-webkit-transform 1s;
	-webkit-transform: translateX(-45%) translateY(0) scale(1);
	transform: translateX(-45%) translateY(0) scale(1);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}
.img_slider{
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background-position:center;
	background-size: cover;
	background-repeat: no-repeat;
	width:100%;	
}
.slider .img_slider{
    -webkit-animation: expandOut1 20s infinite;
    animation: expandOut1 20s infinite;
	-ms-animation: expandOut1 20s infinite;
	-o-animation: expandOut1 20s infinite;
	-moz-animation: expandOut1 20s infinite;
}
.cycle-pager {
	position: absolute;
	z-index: 1000;
	font-size: 0px;
	right:30px;
	width:35px;
	top: 50%;
}
.cycle-pager .cycle-pager-active {
	background:#fbb835;
	width:45px;
}
.cycle-pager .cycle-pager-active:before{
	background:#fbb835;
}
.cycle-pager span:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(255,255,255,0.2);
	display: block;
	position: absolute;
	right: -10px;
	top: 0px;
}
.cycle-pager span {
	margin-bottom: 2px;
	height: 7px;
	float:right;
	width:35px;
	margin-right:10px;
	border-radius: 15px;
	margin: 0px 2px;
	background: rgba(255,255,255,0.2);
	cursor: pointer;
	display: block;
	margin-bottom: 6px;
	position:relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
@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 footer*/
#footer{
	clear:both;
	float:right;
	width:100%;
	background-color:#714936;
	position:relative;
	text-align:center;
}
.foot_contact {
	clear: both;
	display: block;
}
.foot_contact li {
	width: 33.33%;
	float: left;
	color: #f8f5d8;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.05);
	padding:20px;
}
.foot_contact li:last-child{
	border-left:none;
}
.foot_contact span {
	font-family: FontAwesome;
	display: block;
	width:90px;
	height:90px;
	border-radius:50%;
	line-height:90px;
	margin:-60px auto 15px;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	background:#5c3a2b;
}
.foot_contact h2 {
	text-transform:capitalize;
	font-size: 17px;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}
.foot_contact h1 {
	font-weight: 600;
	text-transform:uppercase;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}
.foot_contact p {
	text-transform:uppercase;
	color: #aaa;
	font-size: 13px;
	display: block;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	font-weight:600;
	float:right;
	background:linear-gradient(90deg,#4c3125 34%,#5c3a2b 50%);
	color:#f8f5d8;
	font-size:12px;
	height:55px;
	text-transform:capitalize;
}
.copyrights{
	float:left;
	line-height:60px;
	margin-left:20px;
}
.design{
	float:right;
	color:#f8f5d8;
	line-height:60px;
}
.design a{
	color:#fbb835;
}
.design a:hover{
	text-decoration:underline;
}
#bottom .social {
	float: left;
	margin-top: 10px;
	margin-left:20px;
}
#bottom .social li a {
	display: block;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(255,255,255,0.1);
	border-radius: 50%;
	margin-left: 5px;
}
#bottom .social li a:hover {
	background: #fbb835;
	transform: rotate(-360deg);
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#714936;
	z-index:500;
	cursor:pointer;
	font-size:15px;
	right:10px;
	bottom:0px;
	display:none;
	width:55px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:55px;
	line-height:55px;
	background:#f8f5d8;
}
.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:#fbb835;
}
/*end totop*/
/*start data*/
#goals{
	clear:both;
	display:block;
	background-color:#f8f5d8;
	width:100%;
	position:relative;
	float:left;
	border-bottom:1px solid rgba(0,0,0,0.1);
	z-index:100;
	margin-bottom:50px;
}
.goals_list li span{
	width:60px;
	z-index:101;
	position:relative;
	height:60px;
	line-height:56px;
	border:2px solid rgba(0,0,0,0.2);
	color:#714936;
	display:block;
	font-size:25px;
	margin-bottom:15px;
	text-align:center;
}
.goals_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.goals_list li p {
	overflow: hidden;
	font-size: 14px;
	z-index:101;
	position:relative;
	height:120px;
	color:#333;
}
.goals_list li p b {
	display: block;
	color: #714936;
	z-index:101;
	position:relative;
	font-weight: 700;
	text-transform:uppercase;
	font-size: 16px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.goals_list li p b:after{
	content:"";
	display:block;
	margin:5px 0px 5px;
	height:5px;
	width:10%;
	clear:both;
	background:#fbb835;
	border-radius:5px;
}
.goals_list li a {
	display: inline-block;
	clear: both;
	background: #714936;
	color: #fff;
	text-transform:uppercase;
	font-size: 12px;
	font-weight: 600;
	padding: 7px 15px;
	border-radius: 2px;
	margin-top: 19px;
}
.goals_list li a:hover{
	background: #fbb835;
}
.goals_list li {
	display: block;
	position:relative;
	z-index:100;
	float: left;
	width:25%;
	height: 100%;
	padding:40px 20px;
	border-left:1px solid rgba(0,0,0,0.1);
	overflow: hidden;
}
/*end goals*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #333;
}
.pages_title.withwhite{
	color:#fff;
}
.pages_title h1 {
	font-size: 14px;
	font-weight:500;
	display:inline-block;
	padding:5px 15px;
	border-radius:50px;
	color: #714936;
	background:#f8f5d8;
	position:relative;
	margin-bottom:10px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	border-top: 8px solid #f8f5d8;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin-left: -8px;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 30px;
	color: #714936;
	display: block;
	margin-bottom:0px;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title span {
	font-size: 14px;
	font-weight:600;
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
}
.aboutus{
	width:100%;
}
.aboutus_left {
	position: relative;
	float: left;
	width: 50%;
	padding-right: 30px;
}
.aboutus_left .pages_title{
	text-align:left;
	max-width:none;
}
.aboutus_txt {
	font-size: 15px;
	margin-bottom:15px;
	clear:both;
	overflow:hidden;
}
.aboutus_left a {
	display:inline-block;
	margin-top: 15px;
	text-transform:uppercase;
	background: #5380c1;
	color: #fff;
	padding: 12px 25px;
	border-radius:50px;
	font-weight: 600;
}
.aboutus_left a:hover {
	background: #fbb835;
	color: #000;
}
.aboutus_left a:before {
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:10px;
}
.aboutus_img{
	clear:both;
	display:block;
	margin-bottom:15px;
}
.aboutus_img img{
	height:100px;
}
/*end aboutus*/
/*start count*/
#count {
	float: left;
	width: 50%;
	position: relative;
	padding-top: 100px;
}
#count video {
	width: 100% !important;
	height: 340px;
	border: 2px solid #714936;
}
.count_button {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top:15px;
}
.count_button a {
	display: block;
	float: right;
	background: #714936;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	padding:0px;
	border-radius:3px;
	width:150px;
	text-align:center;
	height: 40px;
	line-height: 40px;
}
.count_button a:last-child{
	float:left;
}
.count_button a:hover{
	background:#fbb835;	
}
/*end count*/
/*start services_bg*/
#services_bg {
	clear:both;
	float:right;
	width:100%;
	background-color:#5c3a2b;
	background-image:url(../images/bg/bg41.png);
	background-repeat:repeat-x;
	background-size:auto 80px;
	background-position:center bottom;
	padding:40px 0px 0px;
	overflow:hidden;
	margin-bottom:50px;
	position:relative;
}
/*end services_bg*/
/*start services2*/
#services2{
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	width:100%;
	float:right;
	margin-bottom:40px;
	z-index:900;
}
.serv2_loop {
	width: 25%;
	float: left;
	overflow: hidden;
	padding:0px 20px;
}
.serv2_all {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.serv2_img {
	width: 100%;
	height: 280px;
	overflow:hidden;
	position:relative;
}
.serv2_img img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position:top;
	display:block;
}
.serv2_img a:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#714936;
	opacity:0;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.serv2_all:hover .serv2_img a:before{
	opacity:0.85;
}
.serv2_img a:after{
	content:"\f178";
	height: 50px;
	font-family:FontAWesome;
	font-weight:normal;
	width: 50px;
	opacity:0;
	line-height: 51px;
	text-align: center;
	color: #fff;
	background: #fbb835;
	display: block;
	position: absolute;
	top: 50%;
	bottom: 0;
	font-size: 17px;
	border-radius: 100%;
	box-shadow: 0px 5px 5px #00000024;
	z-index: 333;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
}
.serv2_all:hover .serv2_img a:after{
	opacity:1;
}
.serv2_txt {
	background: #fff;
	box-shadow:-2px 2px 6px #0000002e;
	width: 80%;
	border-bottom:3px solid #714936;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	text-align:center;
	-o-transition: all 300ms;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -35px;
	padding:15px;
}
.serv2_txt h2 {
	font-weight: 700;
	font-size: 16px;
	position:relative;
	display: block;
	text-transform:capitalize;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*end services2*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	padding:50px 0px;
	background:#f8f5d8;
	position: relative;
}
.partners_slide{
	clear:both;
	display:block;
	direction:rtl;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:right;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	height: 150px;
	margin: 0px auto;
	border:1px solid #fff;
	background: #fff;
}
.partners_all div{
	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%;
}
.partners_all img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.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 #714936;
	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:#fbb835;
}
/*end partners*/
/*start projects*/
#projects{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:40px;
	padding:60px 0px 0px;
}
.my_projects {
	clear: both;
	display: block;
	overflow: hidden;
}
.my_projects li {
	display: block;
	float: left;
	overflow:hidden;
	width: 20%;
	padding:3px;
}
.p_thumb {
	width: 100%;
	height:350px;
	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;
}
.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-color:#714936;
	opacity:0.1;
}
.p_thumb a:hover:before{
	opacity:0.4;
}
.p_thumb a:after{
	content:"\f002";
	font-family:FontAwesome;
	background:#fbb835;
	width:40px;
	height:40px;
	border-radius:4px;
	line-height:40px;
	text-align:center;
	color:#000;
	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 news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	display: block;
	margin-bottom:90px;
}
.news_ul{
	overflow:hidden;
}
.news_loop{
	width:33.33%;
	float:left;
	padding:15px;
	overflow:hidden;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 220px;
	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%;
	object-fit:cover;
	object-position:center;
	-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_date {
	position: absolute;
	width: 62px;
	height: 68px;
	background: #fff;
	color: #714936;
	bottom: 0;
	right: 10px;
	text-align: center;
	font-weight: 600;
	padding-top:10px;
	font-size: 25px;
	line-height: 1;
}
.news_date b{
	margin-top:5px;
	font-weight:600;
	font-size:12px;
	display:block;
}
.news_txt {
	padding: 20px 0px;
	clear: both;
	display: block;
}
.news_txt h2 {
	font-weight: 800;
	font-size: 16px;
	display: block;
	text-transform:capitalize;
	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;
}
.news_more a {
	display: block;
	background: #f8f5d8;
	padding: 8px 15px;
	text-transform:uppercase;
	font-weight:500;
	color: #714936;
	float: left;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 10px;
	content: "\f061";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #fbb835;
	color:#000;
}
.news_more a:hover:after {
	margin-left: 15px;
}
.news_ul{
	position:relative;
}
/*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;
	text-transform:capitalize;
	color:#333;
}
.closed_site img{
	max-height:120px;
}
.closed_site:before{
	font-family:FontAwesome;
	display:block;
	margin-bottom:15px;
	color:#714936;
	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;
	text-transform:capitalize;
}
.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 #fbb835;
	color:#fbb835;
}
.pagination span.current{
	border:1px solid #714936;
	background:#714936;
	color:#fff;
}
.pagination #slideshow .next:before,.pagination #slideshow .prev:before{
	display:none;
}
.pagination #slideshow .next, .pagination #slideshow .prev {
	position: static;
	background: none;
}
.empty{
	display:block;
	font-family:droid;
	text-align:center;
	padding:80px;
	text-transform:capitalize;
	font-size:19px;
	color:#999;
}
/*end pagination*/
/*start single post*/
.post_meta {
	clear: both;
	display: block;
	overflow: hidden;
	background:#eee;
	padding: 10px 15px;
	margin-bottom:20px;
}
.postmeta_cats {
	float: left;
	overflow: hidden;
}
.postmeta_dets {
	float: right;
	overflow: hidden;
}
.postmeta_cats span {
	display: inline-block;
	color: #333;
	font-size: 13px;
	text-transform:uppercase;
	font-weight:600;
}
.postmeta_cats span:before {
	content:"\f02d";
	font-family:FontAwesome;
	font-weight:normal;
	margin-right: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: #714936;
	border-radius:2px;
	font-weight:700;
	text-transform:uppercase;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-moz-border-radius:2px;
	padding: 2px 5px;
	font-size: 13px;
}
.postmeta_cats ul li a:hover {
	background: #fbb835;
	color:#fff;
}
.postmeta_dets span {
	display: inline-block;
	color: #333;
	text-transform:uppercase;
	font-size: 13px;
	margin-left:10px;
}
.postmeta_dets span:before {
	font-family:FontAwesome;
	margin-right: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: #333;
}
.post_tags {
	clear: both;
	background: #eee;
	padding:10px 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.post_tags span {
	display: inline-block;
	text-transform:uppercase;
	color: #333;
}
.post_tags span:before {
	content:"\f02c";
	font-family:FontAwesome;
	margin-right:5px;
	display:inline-block;
}
.post_tags ul {
	display: inline-block;
}
.post_tags ul li {
	display: inline-block;
}
.post_tags ul li a {
	text-transform:uppercase;
	display: block;
	color: #fff;
	background: #714936;
	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: 13px;
}
.post_tags ul li a:hover {
	background: #fbb835;
	color:#fff;
}
#same_posts {
	clear: both;
	display: block;
	overflow: hidden;
	border: 1px solid #eee;
}
.title_page_same {
	font-size: 17px;
	text-transform:uppercase;
	font-weight: 700;
	color: #333;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 15px;
	background: #eee;
}
.title_page_same:before{
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-right:8px;
}
/*end single post*/
/*start postin*/
#postin{
	clear:both;
	display:block;
	margin-bottom:10px;
	overflow:hidden;
}
.postin_img {
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
	width:100%;
	display:block;
}
.postin_img.postin_img_left {
	text-align: right;
}
.postin_img.postin_img_center {
	text-align: center;
}
.postin_img img{
	max-width:100%;
	height:auto;
	max-height:350px;
	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;
	text-transform:uppercase;
	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;
	text-transform:uppercase;
	font-size: 14px;
}
.contact_form_details_list li span:before{
	font-family:FontAwesome;
	color:#714936;
	vertical-align:middle;
	font-size:20px;
	font-weight:normal;
	margin-right: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-left: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:13px;
	line-height:2.3;
}
.contact_form_frame{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
}
.contact_form_frame label{
	width:49.8%;
	float:left;
	display:block;
	margin-bottom:15px;
	overflow:hidden;
}
.contact_form_frame label:nth-child(2n+2){
	float:right;
}
.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,.contact_form_frame label select{
	display:block;
	background:#fff;
	border:1px solid #ddd;
	font-weight:600;
	text-transform:capitalize;
	padding:10px;
	font-family:'FSAlbertArabic', sans-serif;
	font-size:13px;
	color:#444;
	width:100%;
}
.contact_form_frame label input:focus,.contact_form_frame label textarea:focus,.contact_form_frame label select:focus{
	border:1px solid #714936;
}
.go_contacto{
	clear:both;
	display:inline-block;
	cursor:pointer;
	background:#714936;
	font-family:'FSAlbertArabic', sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-size:15px;
	font-weight:700;
	text-align:center;
	padding:7px 40px;
	border:none;
}
.go_contacto:hover{
	background:#fbb835;
	color:#fff;
}
/*end contact_form*/
/*start precemp*/
#precemp {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding:10px;
	background-color: #f8f5d8;
}
.precemp li {
	display: inline-block;
	text-transform:uppercase;
	color: #333;
	font-size: 13px;
	font-weight: 600;
}
.precemp li:after {
	content: "|";
	margin-right: 10px;
	margin-left: 10px;
	font-family:arial;
	vertical-align:1px;
	color:#333;
}
.precemp li:last-child:after{
	display:none;
}
.precemp li span{
	color:#333;
}
.precemp li a {
	display: inline-block;
	color:#714936;
}
.precemp li a:hover{
	color:#000;
}
/*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: left;
	background: #e8e8e8;
	margin-right: 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;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 16px;
}
.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: left;
	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: right;
	cursor: pointer;
}
.ufl_top b:before {
	display: inline-block;
	content: "\f00d";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 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;
	left: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-right:5px;
}
/*end attatchment*/