/*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:#c7922a;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#e21f36;
	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:right;
	display:block;
	height:45px;
	background:#0d404f;
}
#top:before {
	content: "";
	width: 177px;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	background: #e1ac1e;
	border-radius: 50px 0px 0px 50px;
	opacity: 0.2;
}
.welcome{
	float:right;
	position:relative;
	font-size:12px;
	font-weight:600;
	color:rgba(255,255,255,0.7);
	line-height:45px;
}
.welcome span{
	color:rgba(255,255,255,0.7);
}
.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:rgba(255,255,255,0.7);
	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:#e1ac1e;
	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:#e1ac1e;
}
.s_contact li a:hover:before{
	color:#e1ac1e;
}
.lang{
	float:left;
}
.lang a{
	line-height:45px;
	background:#e1ac1e;
	font-family:Barlow,'tajawal';
	color:#000;
	font-weight:700;
	letter-spacing:1px;
	padding:5px;
	text-transform:uppercase;
}
.lang a:hover{
	background:#ff5a00;
	color:#fff;
}
.social {
	float:right;
	margin-right:20px;
}
.social li{
	display:block;
	position:relative;
	float:right;
	margin-top:7px;
}
.social li a {
	color:#fff;
	background:rgba(255,255,255,0.1);
	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{
	background:#e2ae1c;
}
.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";
}
/*end top*/
/*start header*/
#header{
	z-index:1000;
	width:100%;
	height:105px;
	float:right;
	clear:both;
	position:absolute;
	background:rgba(33,33,33,0.2);
	top:45px;
	right:0;
}
body.bodyin #header{
	background:#0d404f;
	border-top:1px solid rgba(255,255,255,0.05);
}
#header .width{
	position:relative;
	height:100%;
}
.logo {
	float: right;
	margin-top: 10px;
	position: relative;
	z-index: 100;
	text-align: center;
	width: 130px;
}
.logo img {
	height:85px;
	float:right;
}
.nav {
	float:left;
	margin-top:29px;
}
.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:#e2ae1c;
	margin-left:8px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:4px;
	background:#fff;
	position:absolute;
	bottom:5px;
	right:15px;
	width:0px;
	-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{
	width:50px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#fff;
}
.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: 200;
	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:#e2ae1c;
	color:#fff;
	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;
}
/*end header*/
/*start head_fix*/
.head_fix {
	background:#0d404f;
	width:100%;
	height:105px;
	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 footer*/
#footer{
	clear:both;
	float:right;
	width:100%;
	background:#0d404f;
	position:relative;
	text-align:center;
	padding:70px 0px 30px;
	overflow:hidden;
}
.foot_logo{
	overflow:hidden;
	margin-bottom:20px;
}
.foot_logo img{
	height:100px;
}
.foot_contact {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom:30px;
}
.foot_contact li {
	width: 33.33%;
	height:150px;
	float: right;
	color: #fff;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-top:  1px solid rgba(255,255,255,0.1);
	padding: 10px 20px;
}
.foot_contact li:first-child{
	border-right: 1px solid rgba(255,255,255,0.1);
}
.foot_contact span {
	font-family: FontAwesome;
	display: block;
	font-size: 30px;
	font-weight: normal;
	color: #e2ae1c;
	margin-bottom: 5px;
}
.foot_contact h2 {
	text-transform:capitalize;
	font-size: 17px;
	font-family:Barlow,'tajawal', sans-serif;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}
.foot_contact h1 {
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}
.foot_contact p {
	color: #aaa;
	font-size: 13px;
	display: block;
}
.foot {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.foot li {
	display: inline-block;
	padding: 0px 15px;
	position:relative;
}
.foot li:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #e2ae1c;
	top: 9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.foot li a {
	display: block;
	color: #aaa;
}
.foot li a:hover{
	color: #e2ae1c;
}
.copyrights {
	display: block;
	margin-bottom: 13px;
	color: #aaa;
	font-size: 13px;
}
.design {
	color: #aaa;
	font-size: 13px;
}
.design a{
	color:#fff;
}
.design a:hover{
	color:#e2ae1c;
}
#footer .social {
	display: block;
	margin-top: 25px;
	float: none;
	background:none;
	margin-right: 0;
	margin-left: 0;
	height:auto;
}
#footer .social:before,#footer .social:after{
	display:none;
}
#footer .social li{
	display:inline-block;
	float:none;
	position:relative;
}
#footer .social li a {
	display: block;
	color: #000;
	background:#e2ae1c;
	height:30px;
	width:30px;
	z-index:11;
	text-align:center;
	padding:0;
	margin:0px 2px;
	font-size:12px;
	position:relative;
	line-height:30px;
}
#footer .social li a:hover{
	background:#ff5a00;
	color:#fff;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	z-index:1500;
	cursor:pointer;
	font-size:12px;
	left: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;
	border-radius:5px;
	height:70px;
	border:1px solid #114e60;
	background:#fff;
	color:#114e60;
}
.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:#e2ae1c;
	border:1px solid #e2ae1c;
	color:#000;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:110%;
	display:block;
	z-index:100;
	background:#114e60;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slidebg{
	background-color:rgba(0,0,0,0.5);
	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);
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:25px;
	text-align:center;
	position:absolute;
	border:1px solid rgba(255,255,255,0.2);
	top:50%;
	width:45px;
	height:45px;
	line-height:45px;
	margin-top:-35px;
	color:#cedfd0;
	left:10px;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:10px;
	left:auto;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	color:#fff;
	background:#e2ae1c;
	border:1px solid #e2ae1c;
}
.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 90px;
	position: relative;
	z-index: 800;
	text-align: center;
	display: block;
	padding:0px;
}
.slider_cont_left{
	float:left;
	text-align:left;
	max-width:700px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:700px;
}
.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:50px;
	margin-bottom: 25px;
}
.slider_cont h1 {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #fdbb03;
	font-size: 18px;
	font-weight:700;
	margin-bottom:10px;
}
.cycle-slide-active .slider_cont p,.cycle-slide-active .slider_cont h1{
    -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: 16px;
	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:#076c8b;
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	font-weight:700;
	padding:12px 30px;
	position:relative;
	overflow:hidden;
	z-index:888;
}
.slider_cont a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(transparent));
	background: linear-gradient(right, #ffffff, transparent);
	-webkit-animation: right 2s linear infinite;
	animation: right 2s linear infinite;
}
.slider_cont a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
	background: linear-gradient(left, #ffffff, transparent);
	-webkit-animation: left 2s linear infinite;
	animation: left 2s linear infinite;
}
.slider_cont a span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
	background: linear-gradient(top, #ffffff, transparent);
	-webkit-animation: top 2s linear infinite;
	animation: top 2s linear infinite;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.slider_cont a span:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
	background: linear-gradient(bottom, #ffffff, transparent);
	-webkit-animation: bottom 2s linear infinite;
	animation: bottom 2s linear infinite;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.slider_cont a:hover{
	background:#dba624;
	color:#fff;
}
@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 whats_fix*/
.whats_fix{
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:3000;
}
.whats_fix a:before{
	font-family:FontAwesome;
	content:"\f232";
}
.whats_fix a {
	background: #dba624;
	color: #fff;
	display: block;
	width: 70px;
	position:relative;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 35px;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
	border-radius: 50%;
}
.whats_fix a em {
	-webkit-animation-name: bullets1;
	animation-name: bullets1;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border: 5px solid #ff9b9b;
	bottom: 0px;
	border-radius:70px;
	content: "";
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}
.whats_fix a:hover{
	background:#e21f36;
}
/*end whats_fix*/
/*start services*/
#services {
	clear: both;
	overflow:hidden;
	position:relative;
	margin-top:-100px;
	z-index:1002;
	margin-bottom:40px;
	float:right;
	width:100%;
}
.serv_loop {
	width: 25%;
	float: right;
	text-align:center;
	overflow: hidden;
	padding:5px;
}
.serv_all {
	width: 100%;
	position:relative;
	padding:10px 30px;
	background:#fff;
	border:1px solid rgba(209,200,212,.5);
	height: 100%;
}
.serv_all:after{
	content:"";
	border-color: #01708e #01708e transparent transparent;
	position: absolute;
	border-width: 25px;
	border-style: solid;
	z-index: 1;
	top: -1px;
	right: -1px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.serv_img {
	height:220px;
	overflow: hidden;
	margin-bottom:10px;
	background-image:url(../images/bg/bg35.png);
	background-repeat:no-repeat;
	background-size:150%;
	background-position:center;
	position: relative;
}
.serv_img a {
	display: block;
	width: 148px;
	border-radius: 50%;
	overflow: hidden;
	height: 148px;
	position: relative;
	margin-top: 37px;
	margin-right: 43px;
}
.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.5;
}
.serv_img a span{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	opacity:0;
	background:#01708e;
	-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_title {
	clear: both;
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
}
.serv_title a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color:#333;
	margin-bottom:0px;
	font-size: 16px;
	font-weight:700;
}
.serv_title a:hover{
	color:#d29a2a;
}
.serv_txt {
	clear: both;
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #555;
	height: 135px;
	margin-bottom:20px;
	overflow: hidden;
}
.serv_more {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.serv_more a {
	display: block;
	color: #fff;
	background:#01708e;
	border:1px solid #01708e;
	padding:10px 8px;
	font-weight: 600;
	position:relative;
	overflow:hidden;
	max-width: 170px;
	margin: 0px auto;
}
.serv_more a:hover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(transparent));
	background: linear-gradient(right, #ffffff, transparent);
	-webkit-animation: right 2s linear infinite;
	animation: right 2s linear infinite;
}
.serv_more a:hover:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
	background: linear-gradient(left, #ffffff, transparent);
	-webkit-animation: left 2s linear infinite;
	animation: left 2s linear infinite;
}
.serv_more a:hover span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
	background: linear-gradient(top, #ffffff, transparent);
	-webkit-animation: top 2s linear infinite;
	animation: top 2s linear infinite;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.serv_more a:hover span:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
	background: linear-gradient(bottom, #ffffff, transparent);
	-webkit-animation: bottom 2s linear infinite;
	animation: bottom 2s linear infinite;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.serv_more a:hover{
	background:#d29a2a;
	border:1px solid #d29a2a;
}
/*end services*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
.aboutus_right{
	width:100%;
	display:block;
	position:relative;
}
.aboutus_left {
	width: 100%;
	display:block;
}
.aboutus_right_title {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 23px;
	color: #333;
}
.aboutus_right_txt {
	overflow: hidden;
	clear: both;
	margin-bottom: 25px;
}
.aboutus_left ol li {
	display: block;
	position: relative;
	padding-bottom: 40px;
}
.aboutus_left ol li:last-child:after{
	display:none;
}
.aboutus_left ol li:after {
	content: "";
	position: absolute;
	width: 0px;
	height: 20px;
	right: 50px;
	top: 110px;
	border: 1px dotted #333;
}
.aboutus_left_li {
	overflow: hidden;
	display: block;
}
.aboutus_left_li_right {
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	float: right;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	text-align: center;
	border:1px solid rgba(209,200,212,.5);
	color:#333;
	line-height:98px;
	font-size: 45px;
}
.aboutus_left ol li:nth-child(3n+3) .aboutus_left_li_right{
	background:#006e8d;
	border:1px solid #006e8d;
	color:#fff;
}
.aboutus_left_li_left {
	margin-right: 130px;
	margin-top: 5px;
	overflow: hidden;
}
.aboutus_left_li_left h2 {
	font-weight: 700;
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
}
.aboutus_right_img{
	clear:both;
	display:block;
	text-align:center;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:2s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(200px,0,0) translateY(0%);
}
.aboutus_right_img.scroll{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_right_img img{
	max-height:350px;
}
/*end aboutus*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-bottom:40px;
	background:#114e60;
	padding:80px 0px;
	overflow:hidden;
	position:relative;
}
.count_img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-position:bottom;
	background-size:cover;
	opacity:0.1;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
}
.count_all {
	width: 100%;
	padding: 0px 40px;
}
.count_all h2 {
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	display: block;
	margin-bottom:10px;
}
.count_all p {
	clear: both;
	font-family: Barlow,tajawal;
	display: inline-block;
	overflow: hidden;
	font-weight: 700;
	font-size: 55px;
	letter-spacing: 2px;
	line-height: 1;
	color: #fff;
	position:relative;
	margin-bottom: 20px;
	padding-bottom:20px;
	margin-top: 22px;
}
.count_all p:after{
	content:"+";
	margin-right:10px;
}
.count_all p:before{
	content:"";
	clear:both;
	height:4px;
	width:30px;
	position:absolute;
	right:0px;
	bottom:0px;
	display:block;
	background:#e9b41a;
}
/*end count*/
/*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 h1 {
	font-size: 15px;
	font-weight: bold;
	display:inline-block;
	padding:0px 20px;
	color: #114e60;
	margin-bottom:3px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #e9b41a;
	top:9.5px;
	left: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h1:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #e9b41a;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 30px;
	color: #000;
	display: block;
	margin-bottom: 3px;
}
.pages_title span {
	font-size: 15px;
}
/*end pages title*/
/*start services2*/
#services2 {
	clear: both;
	overflow:hidden;
	position:relative;
	z-index:1002;
	margin-bottom:40px;
	float:right;
	width:100%;
}
#services2 .serv_loop{
	width:33.33%;
	padding:15px;
}
#services2 .serv_all:after{
	display:none;
}
#services2 .serv_img {
	height: 310px;
}
#services2 .serv_img a {
	width: 202px;
	height: 202px;
	margin-top: 55px;
	margin-right: 58px;
}
#services2 .serv_txt {
	height: 110px;
}
/*end services2*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:40px;
	padding:50px 0px;
	background:#e3f4f9;
	position: relative;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:right;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 0px 5px;
	height: 150px;
	margin: 0px auto;
	border:1px solid #ddd;
	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 #114e60;
	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:#e9b41a;
}
/*end partners*/
/*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 #fbefee;
	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: #e9b41a;
	bottom: -38px;
	left: 25px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding:10px 15px;
}
.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: #333;
	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:#ebf9f1;
	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:#01708e;
	color:#fff;
	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:#fff;
	background:#01708e;
}
.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:#0d404f;
}
.closed_site img{
	max-height:120px;
}
.closed_site:before{
	font-family:FontAwesome;
	display:block;
	margin-bottom:15px;
	color:#e9b41a;
	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 #01708e;
	color:#01708e;
}
.pagination span.current{
	border:1px solid #e9b41a;
	background:#e9b41a;
	color:#000;
}
.pagination #slideshow .next:before,.pagination .prev:before{
	display:none;
}
.pagination #slideshow .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:#e3f4f9;
	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: #333;
	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: #e9b41a;
	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: #01708e;
	color:#fff;
}
.postmeta_dets span {
	display: inline-block;
	color: #333;
	font-size: 12px;
	margin-left:10px;
	font-family:'tajawal',Barlow, 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: #333;
}
.post_tags {
	clear: both;
	background: #e3f4f9;
	padding:10px 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.post_tags span {
	display: inline-block;
	color: #333;
}
.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: #e9b41a;
	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: #01708e;
	color:#fff;
}
#same_posts {
	clear: both;
	display: block;
	overflow: hidden;
	border: 1px solid #e3f4f9;
}
.title_page_same {
	font-size: 17px;
	font-weight: 700;
	color: #333;
	border-bottom: 1px solid #e3f4f9;
	display: block;
	padding: 15px;
	background: #e3f4f9;
}
.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%;
	max-height:350px;
	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:#e9b41a;
	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,.contact_form_frame label select{
	display:block;
	background:#fff;
	border:1px solid #999;
	padding:10px;
	font-weight:600;
	font-family:'tajawal',Barlow, 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 #e9b41a;
}
.go_contacto{
	clear:both;
	display:inline-block;
	cursor:pointer;
	background:#01708e;
	font-family:'tajawal',Barlow, sans-serif;
	color:#fff;
	font-size:15px;
	text-align:center;
	font-weight:700;
	padding:7px 40px;
	border:none;
}
.go_contacto:hover{
	background:#e9b41a;
	color:#000;
}
/*end contact_form*/
/*start precemp*/
#precemp {
	float:right;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-top:105px;
	padding:10px;
	background-color: #01708e;
}
.precemp li {
	display: inline-block;
	color: rgba(255,255,255,0.6);
	font-size: 12px;
	font-weight: 600;
}
.precemp li:after {
	content: "|";
	margin-right: 10px;
	margin-left: 10px;
	vertical-align:1px;
	color: rgba(255,255,255,0.6);
}
.precemp li:last-child:after{
	display:none;
}
.precemp li span{
	color: rgba(255,255,255,0.6);
}
.precemp li a {
	display: inline-block;
	color:#e9b41a;
}
.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*/