/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:'tajawal', sans-serif;
	font-size:14px;
	font-weight:500;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#78c160;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#c97437;
	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;
	background-color:#0c0805;
	float:right;
	display:block;
	height:45px;
}
.s_contact{
	float:left;
	overflow:hidden;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li span {
	display: block;
	font-size:12px;
	font-weight:600;
	color: #d5d5d5;
	text-transform:uppercase;
	padding:0px 10px;
	line-height:45px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.s_contact li span:before{
	vertical-align:-1px;
	display:inline-block;
	margin-left:7px;
	font-weight:normal;
	color:#c97437;
	font-family:FontAwesome5;
	font-size:13px;
}
.s_contact li.time span:before{
	content:"\f017";
}
.s_contact li.address span:before{
	content:"\f0eb";
}
.s_contact li.mail span:before{
	content:"\f2b6";
	vertical-align:0;
}
.s_contact li span b{
	font-weight:600;
}
/*end top*/
/*start header*/
#header{
	position:absolute;
	top:45px;
	right:0;
	background:none;
	width:100%;
	z-index:2000;
	height:100px;
}
.logo {
	float: right;
	position: relative;
	top: -22px;
}
.logo img {
	height:140px;
}
.social {
	float: right;
	text-align:center;
	margin-right:40px;
	margin-top: 32px;
}
.social li{
	display:block;
	padding:0px 5px;
	position:relative;
	float:right;
}
.social li a {
	display: block;
	color: #fff;
	z-index: 11;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	position: relative;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: rgba(255,255,255,.2);
}
.social li a:hover{
	background:#78c160;
}
.social li a:before{
	font-family:FontAwesome;
	font-weight:normal;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.google a:before{
	content:"\f0d5";
}
.social li.twitter a:before{
	content:"\f099";
}
.social li.instagram a:before{
	content:"\f16d";
}
.details{
	float:left;
	margin-top:20px;
}
.details li{
	display:block;
	float:right;
}
.details_all{
	overflow:hidden;
}
.details_all span {
	display: block;
	float:left;
	text-align:left;
	font-family: Flaticon;
	color: #78c160;
	font-size: 35px;
	width: 50px;
}
.details_all span.phone:before{
	content:"\f11f";
}
.details_txt {
	overflow: hidden;
	color: #fff;
	margin-top: 3px;
}
.details_txt h2 {
	color: #d5d5d5;
	font-weight: 600;
	font-size: 14px;
}
.details_txt p {
	font-size:20px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
}
/*end header*/
/*start nav*/
#nav{
	clear:both;
	width:100%;
	position:absolute;
	background:rgba(255,255,255,.2);
	height:60px;
	top:145px;
	right:0;
	z-index:2000;
}
#nav .width{
	height:60px;
}
.nav{
	float:right;
}
.nav li{
	float:right;
	position:relative;
	display:block;
	z-index:500;
}
.nav li a{
	display:block;
	color:#fff;
	height:60px;
	padding:0px 25px;
	line-height:60px;
	font-size:14px;
	font-weight:600;
}
.nav li a:hover,.nav li:hover a{
	color:#78c160;
}
.nav li.has_sub a:after{
	content:"\f107";
	font-weight:normal;
	margin-right:8px;
	vertical-align:-1px;
	font-family:FontAwesome;
}
.nav li:hover .sub{
	display:block;
}
.sub {
	position: absolute;
	width: 240px;
	display:none;
	top: 60px;
	right:0px;
	z-index:200;
	background-color:#fff;
	box-shadow: 0 0 1.25rem rgba(0,0,0,.15);
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	display:block;
}
.nav li:hover .sub ul li a{
	display:block;
	padding:10px;
	background:none;
	height:auto;
	line-height:normal;
	font-size:13px;
	color:#333;
	text-align:right;
	border-bottom:1px solid rgba(22,22,22,0.05);
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	background:#78c160;
	color:#fff;
	padding-right:13px;
}
.nav li:hover .sub ul li a:before {
	content: "\f038";
	font-family: FontAwesome;
	font-weight: normal;
	vertical-align: 0;
	margin-left: 10px;
}
.my_contactus{
	float:left;
	height:60px;
}
.my_contactus a{
	line-height:60px;
	height:60px;
	display:block;
	background:#78c160;
	color:#fff;
	font-weight:600;
	font-size:14px;
	padding:0px 25px;
}
.my_contactus a:before{
	font-family:FontAwesome5;
	content:"\f086";
	font-weight:normal;
	vertical-align:0px;
	margin-left:7px;
}
.my_contactus a:after {
	font-family: FontAwesome;
	content: "\f177";
	vertical-align: middle;
	margin-right: 10px;
	font-weight: normal;
}
.my_contactus a:hover{
	background:#c97437;
}
/*end nav*/
/*start head_fix*/
.head_fix {
	position: fixed;
	top:-100%;
	right: 0;
	width: 100%;
	height: 85px;
	background: #fff;
	box-shadow: 0 0 1.25rem rgba(0,0,0,.15);
	z-index: 3000;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
body.scrolled .head_fix{
	top:0;
}
.head_fix .logo {
	top:0;
}
.head_fix .nav {
	float: left;
	margin-top:14px;
}
.head_fix .nav li a {
	color: #0a1024;
	padding: 0px 15px;
}
.head_fix .nav li a {
	color: #0a1024;
	padding: 0px 15px;
}
.head_fix .nav li a:hover,.head_fix .nav li:hover a{
	color:#78c160;
}
.head_fix .my_contactus {
	margin-top: 15px;
}
.head_fix .my_contactus a {
	line-height: 55px;
	height: 55px;
	padding: 0px 20px;
}
/*end head_fix*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	background-color:#0c0805;
	border-top:1px dashed rgba(255,255,255,0.1);
	color:#ddd;
	font-size:12px;
	font-weight:500;
}
.copyrights{
	float:right;
	line-height:45px;
}
.design{
	float:left;
	line-height:45px;
}
.design a{
	color:#c97437;
}
.design a:hover{
	color:#78c160;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:2500;
	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:#c97437;
}
.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:#78c160;
}
/*end totop*/
/*start footer*/
#footer{
	float:right;	
	background-color:#0c0805;
	width:100%;
	padding:60px 0px;
	clear: both;
	overflow: hidden;
	position: relative;
}
.foot{
	width:25%;
	float:right;
	position:relative;
	z-index:400;
	padding:0px 20px;
	color:#ddd;
	font-size: 13px;
	line-height:2;
	overflow:hidden;
}
.foot h2 {
	font-weight: 700;
	font-size: 15px;
	z-index: 1;
	position: relative;
	margin-bottom: 25px;
	text-transform:uppercase;
	color: #fff;
	display: inline-block;
	padding: 8px 0px;
}
.foot h2 b {
	background: rgba(255,255,255,0.2);
	padding: 0px 5px;
	border-radius: 2px;
	margin-left: 4px;
}
.foot h2:after{
	background:#c97437;
	height:5px;
	width:70%;
	margin-top:8px;
	display:block;
	content:"";
	border-radius:50px;
}
.foot ul{
	clear:both;
	overflow:hidden;
}
.foot ul li{
	display:block;
}
.foot ul li a{
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
	padding: 8px 0 8px;
	position:relative;
	color:#adb6bc;
	font-size:13px;
	font-weight:600;
}
.foot ul li:last-child a{
	border-bottom:none;
}
.foot ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-left:5px;
	font-family:FontAwesome;
	content:"\f100";
}
.foot ul li a:hover{
	color:#fff;
	background:#78c160;
	padding-right:10px;
}
.contactus li {
  color: #adb6bc;
  display: block;
	font-size:13px;
	font-weight:600;
  padding-bottom: 6px;
  padding-top: 6px;
}
.contactus li:before {
	vertical-align: 0;
	font-weight: normal;
	font-family: FontAwesome;
	border: 1px solid #78c160;
	display: inline-block;
	width: 25px;
	float:right;
	text-align: center;
	line-height: 25px;
	margin-left: 10px;
}
.contactus li.phone:before{
	content:"\f095";
}
.contactus li.phoneg:before{
	content:"\f095";
}
.contactus li.email:before{
	content:"\f003";
}
.contactus li.worktime:before{
	content:"\f017";
}
.contactus li span{
  color: #bfbfbf;
}
.contactus li a{
	color:#ddd;
}
.contactus li a:hover{
	color:#fff;
	text-decoration:underline;
}
.contactus li.homepage, .contactus li.contus {
	width: 48%;
	float: right;
}
.contactus li.contus {
	float: left;
}
.contactus li.homepage a, .contactus li.contus a {
	border: 1px solid rgba(255,255,255,0.3);
	display: block;
	text-align: center;
	font-size: 13px;
	padding: 5px 0px;
}
.contactus li.contus a:hover,.contactus li.homepage a:hover{
	text-decoration:none;
	background:#78c160;
	color:#fff;
}
.logo_foot img {
	height: 40px;
}
.foot.partners{
	width:100%;
	overflow:hidden;
}
.part li {
  display: block;
  padding:0px 5px;
  float: right;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
  opacity: 0.7;
}
.part li:hover {
  opacity: 1;
}
.part li img {
  border: 1px solid rgba(255,255,255,0.3);
  height: 90px;
  padding: 3px;
  width: 105px;
}
/*end footer*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:130%;
	display:block;
	z-index:100;
	background:#0c0805;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
#particles-js {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	right: 0;
	opacity:0.2;
	z-index: 102;
}
.slidebg{
	background-color:rgba(33,33,33,0.4);
	position:absolute;
	z-index:777;
	width:100%;
	top:0px;
	right:0;
	height:100%;
}
#slideshow .next,#slideshow .prev {
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	display: block;
	text-transform: uppercase;
	font-size: 45px;
	font-weight:normal;
	text-align: center;
	color:#fff;
	position: absolute;
	top: 50%;
	width: 90px;
	height:90px;
	border-radius:90px;
	background:rgba(255,255,255,.2);
	line-height:90px;
	left: 20px;
	font-family:FontAwesome;
	right: auto;
	z-index: 1001;
	cursor: pointer;
	font-weight: 600;
}
#slideshow .next:before{
	content:"\f105";
}
#slideshow .prev:before{
	content:"\f104";
}
#slideshow .next{
	right:20px;
	left:auto;
}
#slideshow .next:hover,#slideshow .prev:hover{
	background:#78c160;
	color:#fff;
}
.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%;
	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%;
	max-width:1000px;
	text-align:center;
	margin:0px auto;
	position:relative;
	z-index:800;
	display:block;
	padding:160px 50px 0px;
}
.cycle-slide-active .slider_cont h2,.cycle-slide-active .slider_cont h1{
    -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.3;
	text-transform:uppercase;
	display: inline-block;
	color: #fff;
	font-size: 40px;
	margin-bottom: 15px;
}
.slider_cont h2 b{
	color:#78c160;
}
.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: 15px;
	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 {
	clear:both;
	color:#fff;
	font-size:16px;
	display:inline-block;
	font-weight:600;
	padding:13px 35px;
	background:#78c160;
	position:relative;
	border-radius:3px;
	z-index:888;
}
.slider_cont a:after {
	font-family: FontAwesome;
	content: "\f177";
	vertical-align:-2px;
	margin-right: 10px;
	font-weight: normal;
}
.slider_cont a:hover{
	background:#c97437;
}
.slideshow_bg {
	position: absolute;
	width: 500px;
	height: 500px;
	-webkit-animation: movescale 5s linear infinite;
	animation: movescale 5s linear infinite;
	left: -20%;
	border-radius: 50%;
	background: rgba(120,193,96,0.3);
	top: -20%;
}
@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
/*end slideshow*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	float:right;
	width:100%;
	position:relative;
	margin-top:-60px;
	z-index:500;
	overflow:hidden;
	margin-bottom:50px;
}
#aboutus .slideshow_bg {
	width: 250px;
	height: 250px;
	top: 80px;
	z-index: 1;
}
#aboutus .width{
	position:relative;
}
.aboutus_right{
	width:50%;
	vertical-align:top;
	display:table-cell;
	position:relative;
}
.aboutus_left{
	width:50%;
	vertical-align:top;
	display:table-cell;
	padding-right:50px;
	padding-top:100px;
}
.aboutus_right div img{
	width:100%;
	position:absolute;
	border:1px solid rgba(33,33,33,0.1);
	padding:5px;
	top:0;
	border-radius:20px 20px 0px 0px;
	right:0;
	object-fit:cover;
	object-position:top right;
	height:100%;
}
.aboutus_left h1 {
	color: #0c0805;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
	line-height:1;
}
.aboutus_left h1 b {
	background:rgba(120,193,96,0.3);
	color: #78c160;
	line-height: 1;
	font-weight: 700;
	padding: 5px 6px;
	display: inline-block;
	border-radius: 2px;
}
.aboutus_left h2 {
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 25px;
	color: #0c0805;
	line-height: 1;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #333;
	clear: both;
	line-height: 2;
}
.aboutus_left a {
	display: block;
	float: right;
	margin-top: 5px;
	background: #78c160;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
}
.aboutus_left a:hover {
	background: #c97437;
}
.aboutus_left a:before {
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	font-weight:normal;
	margin-left:10px;
}
.data_list {
	width: 100%;
	position:relative;
}
.data_list li {
	display: block;
	position: relative;
	z-index: 100;
	float: right;
	margin-bottom:30px;
	width: 50%;
}
.data_all {
	position:relative;
}
.data_all2 {
	margin-right: 65px;
	padding-left: 30px;
}
.data_list li span {
	display: block;
	float: right;
	line-height:1;
	color: #78c160;
	font-size: 50px;
	width: 65px;
}
.data_list li span:before{
	font-family:FontAwesome,iconmoon;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color: #333;
	position: relative;
	height: 100px;
	font-weight: 600;
}
.data_list li p b {
	display: block;
	color: #0c0805;
	z-index: 101;
	position: relative;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end aboutus*/
/*start pages_title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #0c0805;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}
.pages_title.withwhite{
	color:#fff;
}
.pages_title h1 {
	font-weight: 700;
	font-size: 45px;
	line-height: 1;
	margin-bottom: 15px;
}
.pages_title.withwhite h1 b{
	background:rgba(120,193,96,0.3);
	color:#78c160;
}
.pages_title h1 b{
	background:rgba(120,193,96,0.8);
	color: #fff;
	line-height: 1;
	font-weight: 700;
	padding: 5px 6px;
	display: inline-block;
	border-radius: 2px;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 27px;
	color: #333;
	line-height: 1;
	margin-bottom: 20px;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title p {
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-weight: 500;
	font-size: 14px;
}
/*end pages_title*/
/*start step_border*/
.step_border_right {
	position: absolute;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.2);
	top: 2px;
	right: -3px;
}
.step_border_top {
	position: absolute;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.2);
	bottom: -3px;
	right: -3px;
}
/*end step_border*/
/*start services*/
#services {
	clear: both;
	margin-bottom: 40px;
	overflow:hidden;
	float:right;
	width:100%;
}
.services.services_slider{
	visibility:hidden;
}
.services_slider.slick-initialized {
	visibility:visible;
}
.serv_loop {
	width: 25%;
	float: right;
	overflow: hidden;
	padding: 15px;
}
.serv_all {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.serv_img {
	height: 180px;
	overflow: hidden;
	margin-bottom: 25px;
	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:#78c160;
	-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;
	text-align: center;
	padding-top: 57px;
}
.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:#0c0805;
	font-size: 15px;
	font-weight:700;
}
.serv_title a:hover{
	color:#78c160;
}
.serv_cats {
	clear: both;
	display: block;
	padding-bottom: 5px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.serv_cats a {
	display: inline-block;
	color: #888;
	font-weight:600;
	font-size: 12px;
}
.serv_cats a:hover{
	color:#78c160;
}
.serv_txt {
	clear: both;
	display: block;
	font-size: 13px;
	font-weight:600;
	color: #333;
	height: 70px;
	overflow: hidden;
}
.serv_more {
	padding: 2px;
	margin-top: 13px;
	margin-bottom: 5px;
}
.serv_more a:hover{
	background:#78c160;
	color:#fff;
	border:1px solid rgba(33,33,33,0.4);
}
.serv_more a{
	display:inline-block;
	border:1px solid rgba(33,33,33,0.4);
	color:#000;
	position:relative;
	font-size:12px;
	padding:7px 15px;
	font-weight:600;
}
.serv_more .step_border_top{
	background:rgba(33,33,33,0.2);
}
.serv_more .step_border_right{
	background:rgba(33,33,33,0.2);
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:20px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background:#ccc;
	border:none;
	margin-left: 5px;
	width: 20px;
	height: 8px;
	cursor:pointer;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
}
#services .slick-dots li.slick-active button{
	background:#78c160;
}
/*end services*/
/*start data2*/
#data2{
	clear:both;
	float:right;
	width:100%;
	background-color:#0c0805;
	position:relative;
	margin-bottom:60px;
	padding:30px 0px;
}
#data2:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background-image:url(../images/bg/bg34.png);
	background-attachment:fixed;
	opacity:0.2;
	z-index:100;
}
.data_list2{
	position:relative;
	z-index:105;
}
.data_list2 li {
	display: block;
	float: right;
	width: 33.33%;
	text-align: center;
	padding: 30px 20px;
	line-height: 1;
}
.data_list2 li p {
	display: block;
	color:#fff;
}
.data_list2 li p i {
	display:block;
	font-style: normal;
	font-size: 55px;
	color: #78c160;
	margin-bottom:15px;
	font-weight:900;
}
.data_list2 li p i:before{
	content:"+";
	vertical-align:top;
	margin-left:10px;
	font-weight:600;
	font-size:30px;
}
.data_list2 li p b {
	font-weight: 600;
	display: block;
	font-size:14px;
	vertical-align: 0;
}
/*end data2*/
/*start teams*/
#teams {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom:50px;
	padding:90px 0px 60px;
	position: relative;	
	background-color:#ecf9e7;
	overflow:hidden;
}
#teams:before {
	border-top: 72px solid #fff;
	border-right: 960px solid transparent;
	top: 0;
	box-sizing: border-box;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
	z-index: 4;
}
#teams:after {
	border-top: 72px solid #fff;
	border-left: 960px solid transparent;
	top: 0;
	box-sizing: border-box;
	content: "";
	height: 0;
	right: 0;
	position: absolute;
	width: 0;
	z-index: 4;
}
.teams_slide{
	margin-top:60px;
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	z-index:101;
	visibility:hidden;
}
.teams_slide.slick-initialized {
	visibility:visible;
}
.teams_slide li{
	float:right;
	width:20%;
	padding:10px;
	position:relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.teams_slide li:nth-child(2n+2){
	margin-top:-50px;
}
.teams_all{
	overflow:hidden;
	position:relative;
	display:block;
	text-align:center;
	padding:40px;
	cursor:pointer;
}
.teams_all img{
	width:145px;
	display:block;
	height:145px;
	border-radius:145px;
	margin:0px auto;
	border:2px solid #fff;
	object-fit:cover;
	object-position:center;
}
.team_details{
	margin-top:25px;
}
.teams_all span {
	color: #4a5154;
	display: block;
	font-size: 14px;
	margin-bottom:5px;
	font-weight: 700;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.teams_all p{
	text-overflow: ellipsis;
	font-size:13px;
	overflow: hidden;
	white-space: nowrap;
	font-weight:600;
	display:block;
	color:#6a7275;
}
/*end teams*/
/*start contactus*/
#contactus{
	clear:both;
	display:table;
	overflow: hidden;
	width:100%;
}
.contactus_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	padding:40px;
	border-left:1px solid #eee;
}
.contactus_right{
	display:table-cell;
	width:50%;
	position:relative;
	overflow:hidden;
}
.contactus_left h1{
	font-size:14px;
	text-transform:uppercase;
	color:#a5b7d2;
	text-align:center;
	display:block;
	margin-bottom:0px;
}
.contactus_left h2{
	display:block;
	margin-bottom:20px;
	text-align:center;
	color:#0c0805;
	font-weight:700;
	font-size:20px;
	text-transform:uppercase;
}
.contactus_left h2:after{
	display:block;
	content:"";
	width:30px;
	height:1px;
	background:#080e32;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
}
.contactus_left b{
	display:block;
	width:50px;
	height:1px;
	background:#080e32;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
}
.contactus_form label:before{
	font-family:FontAwesome;
	color:rgba(33,33,33,0.9);
	position:absolute;
	right:20px;
	font-size:13px;
	top:-1px;
}
.contactus_form label{
	display:block;
	width:100%;
	position:relative;
	background:#f8f8f8;
	margin-bottom:10px;
	height:50px;
	padding:0px 20px;
	line-height:50px;
}
.contactus_form label input{
	border:none;
	background:none;
	color:#000;
	text-transform:capitalize;
	font-size:13px;
	font-family:'tajawal', sans-serif;
	width:100%;
	font-weight:600;
	padding-right:20px;
	display:block;
	height:100%;
}
.contactus_form label.con_name:before{
	content:"\f007";
}
.contactus_form label.con_email:before{
	content:"\f0e0";
}
.contactus_form label.con_phone:before{
	content:"\f095";
}
.contactus_form label.con_subject:before{
	content:"\f040";
}
.contactus_form label.con_mssg{
	background:none;
	height:auto;
	line-height:1.7;
	padding:0;
}
.contactus_form label.con_mssg textarea{
	background:#f8f8f8;
	display:block;
	resize: none;
	color:#000;
	font-weight:600;
	border:none;
	width:100%;
	font-family:'tajawal', sans-serif;
	padding:15px 20px;
	font-size:13px;
}
.contactus_form button{
	border:none;
	display:block;
	width:100%;
	position:relative;
	background:#78c160;
	margin-bottom:10px;
	margin-top:20px;
	color:#fff;
	height:50px;
	padding:0px 20px;
	line-height:50px;
	font-family:'tajawal', sans-serif;
	font-weight:600;
	font-size:18px;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	opacity:0.8;
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
}
.contactus_right iframe {
	width: 100% !important;
	position:absolute;
	top:0;
	right:0;
	height: 100% !important;
}
/*end contactus*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	display: block;
	margin-bottom:40px;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:15px;
	overflow:hidden;
}
.news_all {
	width: 100%;
	display: block;
	box-shadow:0px 0px 5px 4px rgba(0,0,0,.05);
	background:#fff;
	position:relative;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 250px;
	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_img span {
	position: absolute;
	left: 20px;
	top: 0;
	background: #78c160;
	font-family:Barlow,tajawal;
	color: #fff;
	padding: 10px 8px;
	text-align: center;
	font-size: 11px;
}
.news_img span p {
	display: block;
	border-bottom: 1px solid rgba(22,22,22,0.1);
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.news_img span i {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
}
.news_txt {
	padding: 20px;
	clear: both;
	display: block;
}
.news_txt h2 {
	font-weight: 800;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
	color: #0c0805;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	padding: 0px 20px 10px;
}
.news_more a {
	display: block;
	background: #78c160;
	padding: 7px 10px;
	font-weight:600;
	color: #fff;
	float: right;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: 10px;
	content: "\f060";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #c97437;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
.news_tags {
	padding: 10px;
	border-top: 1px solid #eee;
}
.news_tags a {
	border: 1px solid #ddd;
	color: #333;
	padding:3px 7px;
	display:inline-block;
	font-size: 13px;
	margin: 2px 0px;
}
.news_tags a:before{
	content:"#";
	vertical-align:middle;
	margin-left:2px;
}
.news_tags a:hover{
	border:1px solid #c97437;
	color:#c97437;
}
/*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:#0c0805;
}
.closed_site img{
	max-height:120px;
}
.closed_site:before{
	font-family:FontAwesome;
	display:block;
	margin-bottom:15px;
	color:#78c160;
	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 #c97437;
	color:#c97437;
}
.pagination span.current{
	border:1px solid #78c160;
	background:#78c160;
	color:#fff;
}
.pagination .next:before,.pagination .prev:before{
	display:none;
}
.pagination .next, .pagination .prev {
	position: static;
	background: none;
}
.empty{
	display:block;
	font-family:droid;
	text-align:center;
	padding:80px;
	font-size:19px;
	color:#999;
}
/*end pagination*/
/*start single post*/
.post_meta {
	clear: both;
	display: block;
	overflow: hidden;
	font-weight:600;
	background:#ecf9e7;
	padding: 10px 15px;
	margin-bottom:20px;
}
.postmeta_cats {
	float: right;
	overflow: hidden;
}
.postmeta_dets {
	float: left;
	overflow: hidden;
}
.postmeta_cats span {
	display: inline-block;
	color: #555;
	font-size: 12px;
	font-weight:600;
}
.postmeta_cats span:before {
	content:"\f02d";
	font-family:FontAwesome;
	font-weight:normal;
	margin-left:5px;
	vertical-align:0;
}
.postmeta_cats ul {
	display: inline-block;
}
.postmeta_cats ul li {
	display: inline-block;
}
.postmeta_cats ul li a {
	display: block;
	color: #fff;
	background: #78c160;
	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: #c97437;
	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: #0c0805;
}
.post_tags {
	clear: both;
	background: #ecf9e7;
	padding:10px 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.post_tags span {
	display: inline-block;
	color: #0c0805;
}
.post_tags span:before {
	content:"\f02c";
	font-family:FontAwesome;
	margin-left:5px;
	display:inline-block;
}
.post_tags ul {
	display: inline-block;
}
.post_tags ul li {
	display: inline-block;
}
.post_tags ul li a {
	display: block;
	color: #fff;
	background: #c97437;
	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: #78c160;
	color:#fff;
}
#same_posts {
	clear: both;
	display: block;
	overflow: hidden;
	border: 1px solid #ecf9e7;
}
.title_page_same {
	font-size: 17px;
	font-weight: 700;
	color: #080e32;
	border-bottom: 1px solid #ecf9e7;
	display: block;
	padding: 15px;
	background: #f8f8f8;
}
.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:#78c160;
	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 #c97437;
}
.go_contacto{
	clear:both;
	display:inline-block;
	cursor:pointer;
	background:#78c160;
	font-family:tajawal;
	font-weight:600;
	color:#fff;
	font-size:15px;
	text-align:center;
	padding:12px 40px;
	border:none;
}
.go_contacto:hover{
	background:#c97437;
	color:#fff;
}
/*end contact_form*/
/*start precemp*/
#precemp {
	overflow:hidden;
	clear: both;
	width: 100%;
	float:right;
	padding:12px 0px;
	background-color:#0c0805;
}
.precemp li {
	display: inline-block;
	color: #bfbfbf;
	font-size: 12px;
	font-weight: 600;
}
.precemp li:after {
	content: "|";
	margin-right: 10px;
	margin-left: 10px;
	vertical-align:1px;
	color:#bfbfbf;
}
.precemp li:last-child:after{
	display:none;
}
.precemp li span{
	color:#bfbfbf;
}
.precemp li a {
	display: inline-block;
	color:#c97437;
}
.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:auto;
}
body.bodyin .slider_cont_all {
	max-width: 100%;
	text-align: center;
	padding-top: 180px;
}
/*end slideshow inside*/