/*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:#7ec787;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#F4524D;
	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:absolute;
	border-bottom:1px solid rgba(255,255,255,0.1);
	z-index:1000;
	float:right;
	display:block;
	height:48px;
	top:0;
	right:0;
}
.s_contact{
	float:left;
	position:relative;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:13px;
	font-weight:600;
	color:#bbb;
	text-transform:uppercase;
	font-family:Barlow,'tajawal', sans-serif;
	letter-spacing:1px;
	padding:0px 0px 0px 20px;
	line-height:48px;
}
.s_contact.s_contact_right li a{
	color:#fff;
	font-size:14px;
}
.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;
	display:inline-block;
	position:relative;
	font-weight:normal;
	margin-left:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact.s_contact_right li a:before{
	color:#7ec787;
}
.s_contact.s_contact_right{
	float:right;
}
.s_contact li span:before{
	margin-right:0px;
	margin-left:8px;
}
.s_contact li.phone a:before{
	content:"\f11f";
	top:-1px;
}
.s_contact li.worktime span:before{
	content:"\f017";
}
.s_contact li.mail a:before{
	content:"\f2b6";
	top:-1px;
}
.s_contact li.mapi span:before{
	content:"\f041";
}
.s_contact li a:hover{
	color:#7ec787;
}
.social {
	float:right;
	margin-left:20px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	color:#fff;
	display: block;
	font-size: 14px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 10px;
	line-height: 45px;
}
.social li a:hover{
	color:#7ec787;
}
.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{
	clear:both;
	display:block;
	width:100%;
	position:absolute;
	top:48px;
	right:0;
	z-index:1000;
	float:right;
	height:100px;
}
.logo {
	position: relative;
	float: right;
	padding:5px 0px;
}
.logo img {
	max-height:90px;
}
.nav{
	float:left;
}
.nav li{
	display:block;
	float:right;
	padding:0px 18px;
	position:relative;
}
.nav li a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	display: block;
	position: relative;
	height: 100px;
	line-height: 100px;
}
.nav li.now a {
	background: #7ec787;
	color: #fff;
	height: 45px;
	line-height: 41px;
	padding: 0px 35px 0px 20px;
	border: 2px solid #7ec787;
	margin-top: 24px;
	position: relative;
}
.nav li.now a:before{
	font-weight:normal;
	vertical-align:0;
	position:absolute;
	top:-1px;
	right:12px;
	content:"\f2b6";
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.nav li.now a:after{
	display:none;
}
.nav li a:hover,.nav li.current a,.nav li:hover a{
	color:#7ec787;
}
.nav li.now a:hover{
	background:none;
	border:2px solid #7ec787;
}
.nav li:hover .sub{
	display:block;
}
.sub{
	position:absolute;
	box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-ms-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-o-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-moz-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	background:#fff;
	border-top:4px solid #7ec787;
	width:215px;
	right:0px;
	top:100px;
	display:none;
	z-index:600;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li:hover .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a{
	display:block;
	padding:10px 15px;
	color:#555;
	font-size:13px;
	line-height:normal;
	height:auto;
	font-weight:600;
	border-bottom:1px solid #d8d8d8;
}
.nav li:hover .sub ul li a:hover{
	background:#e7e7e7;
	padding-right:17px;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background:#fff;
	box-shadow:rgba(0,0,0,.117647) 0 1px 3px;
	width:100%;
	height:100px;
	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;
}
.nav_fix .nav li a{
	color:#333;
}
.nav_fix .nav li.now a {
	background: #7ec787;
	color: #fff;
}
.nav_fix .nav li a:hover,.nav_fix .nav li.current a,.nav_fix .nav li:hover a{
	color:#7ec787;
}
.nav_fix .nav li.now a:hover{
	background:#fff;
	border:2px solid #7ec787;
}
/*end head_fix*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	background-color:#323232;
	border-top:1px solid rgba(255,255,255,0.07);
	color:#aaa;
	font-size:13px;
	height:45px;
}
.copyrights{
	float:right;
	line-height:45px;
}
.design{
	float:left;
	line-height:45px;
}
.design a:hover{
	text-decoration:underline;
}
/*end bottom*/
/*start footer*/
#footer {
  background-color:#323232;
  clear: both;
  width:100%;
  float:right;
  position: relative;
}
#footer .width{
	position:relative;
	overflow:hidden;
	display:table;
}
.foot:last-child{
	border-left:none;
}
.foot {
  width:25%;
  border-left:1px solid rgba(255,255,255,0.07);
  display:table-cell;
  vertical-align:middle;
  padding:80px 25px 80px;
  overflow: hidden;
}
.foot.foot_about{
	width:50%;
	text-align:center;
}
.foot h2 {
  overflow:hidden;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 25px;
}
.foot h2:after {
	width: 25%;
	content: "";
	height: 5px;
	background: #7ec787;
	display: block;
	margin-top: 10px;
	border-radius: 4px;
}
.foot p {
  clear: both;
  color: #aaa;
  display: block;
  font-size: 13px;
  line-height: 2;
}
.foot ul li {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;  
}
.foot img{
	margin-bottom:15px;
	max-height:150px;
}
.foot ul li a {
	font-weight:600;
  color:#aaa;
  font-size:13px;
}
.foot ul li a:before {
  content: "\f100";
  font-family: FontAwesome;
  font-weight:normal;
  display: inline-block;
  vertical-align: 0px;
  margin-left: 5px;
}
.foot ul li a:hover{
	color:#7ec787;
	padding-right:10px;
}
.foot ul li:last-child {
  border-bottom:none;
}
.contactus li {
  color: #aaa;
  display: block;
  font-size: 13px;
  font-weight:600;
  padding-bottom: 6px;
  padding-top: 6px;
}
.contactus li:before {
  font-family: FontAwesome;
  display: inline-block;
  color:#fff;
  font-weight:normal;
  vertical-align: 0px;
  margin-left: 8px;
}
.contactus li.foot_time:before {
  content: "\f017";
}
.contactus li.foot_phone:before {
  content: "\f095";
}
.contactus li.foot_email:before {
  content: "\f003";
}
.contactus li.foot_address:before {
  content: "\f041";
}
.contactus li span {
  color: #fff;
}
.contactus li a {
  color: #aaa;
  font-size:14px;
}
.contactus li a:hover {
  color: #7ec787;
  text-decoration:underline;
}
.foot .social{
	float:none;
	margin:10px 0 0;
	padding:0;
	text-align:center;
}
.foot .social li{
	float:none;
	display:inline-block;
	margin:0;
	padding:0;
}
.foot .social li a:before{
	display:inline;
	margin:0;
}
.foot .social li a{
	background:#7ec787;
	width:30px;
	height:30px;
	color:#fff;
	text-align:center;
	font-weight:normal;
	padding:0px;
	border-radius:0;
	margin:0;
	line-height:30px;
	font-size:12px;
	margin-left:3px;
	border:none;
	margin-bottom:10px;
}
.foot .social li a:hover{
	background:#fff;
	padding:0;
	color:#7ec787;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:5px;
	display:none;
	width:40px;
	font-weight:700;
	padding-top:10px;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:70px;
	background:#7ec787;
}
.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:#323232;
	color:#aaa;
}
/*end totop*/
/*start slideshow*/
#slideshow {
	clear: both;
	height:100%;
	display: block;
	background: #7ec787;
	overflow: hidden;
	width: 100%;
	position: relative;
	float: right;
}
body.bodyin #slideshow {
    height: auto;
}
.slidebg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	z-index:500;
}
#progress_a{
	width:100%;
	left:0px;
	position:absolute;
	z-index:101;
	bottom:0px;
}
#progress{
	height:8px;
	float:left;
	background:rgba(255,255,255,0.1);
}
#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;
	background:rgba(33,33,33,0.2);
	top:50%;
	width:45px;
	height:45px;
	line-height:45px;
	color:#fff;
	left:-100%;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:-100%;
	left:auto;
}
#slideshow:hover .prev{
	left:0;
}
#slideshow:hover .next{
	right:0;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	background:#7ec787;
	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% !important;
	background-position:center;
}
.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:140px 15px 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:right;
	max-width:550px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:550px;
}
.slider_cont_center{
	margin:0px auto;
	text-align:center;
	max-width:750px;
}
.cycle-slide-active .slider_cont h2,body.bodyin #slideshow .slider_cont h2,body.bodyin #slideshow .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:48px;
	margin-bottom: 25px;
}
.slider_cont h1 {
	z-index:888;
	background:#7ec787;
	position: relative;
	display: inline-block;
	border-radius:30px;
	color: #fff;
	padding:5px 20px 8px;
	font-size: 14px;
	font-weight:600;
	margin-bottom:10px;
}
.slider_cont h1:before {
	content: "";
	position: absolute;
	right:20px;
	bottom: -8px;
	border-top: 8px solid #7ec787;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.cycle-slide-active .slider_cont p,.cycle-slide-active .slider_cont h1,body.bodyin #slideshow .slider_cont h1,body.bodyin #slideshow .slider_cont h1,
body.bodyin #slideshow .slider_cont p,body.bodyin #slideshow .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,body.bodyin #slideshow .slider_cont a,body.bodyin #slideshow .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:#7ec787;
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:600;
	padding:8px 30px;
	margin-left:10px;
	border-radius:30px;
	position:relative;
	overflow:hidden;
	z-index:888;
}
.slider_cont a:hover{
	background:#fff;
	color:#7ec787;
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	left:0px;
	bottom:20px;
	width:100%;
	text-align:center;
}
.cycle-pager .cycle-pager-active {
	background:#7ec787;
}
.cycle-pager span {
	margin:0px 2px;
	width:25px;
	height:8px;
	border-radius:15px;
	border:1px solid rgba(255,255,255,0.5);
	cursor:pointer;
	display:inline-block;
}
@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
/*end slideshow*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	background:#323232;
	margin-bottom:40px;
	float:left;
	z-index:100;
}
.data_list {
	width: 100%;
	position:relative;
	z-index:101;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:25%;
	height: 100%;
}
.data_list li:nth-child(2),.data_list li:nth-child(4){
	background:#282828;
}
.data_all{
	width:100%;
	padding: 25px 35px;
	text-align:center;
	transition:all 0.4s ease;
}
.data_list li span {
	z-index: 101;
	width: 92px;
	height:92px;
	line-height:92px;
	border-radius: 50%;
	position: relative;
	background:#7ec787;
	color: #fff;
	font-size:30px;
	margin-bottom: 25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transition:all 0.4s ease;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color: #aaa;
	position: relative;
	height: 150px;
}
.data_list li p b {
	display: block;
	color: #fff;
	z-index:101;
	position:relative;
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li a{
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	background:none;
	border:2px solid #7ec787;
	padding: 7px 20px;
	font-size: 12px;
	font-weight: 700;
}
.data_list li a:hover{
	background:#7ec787;
	border:2px solid #7ec787;
	color:#fff;
}
/*end data*/
/*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: 14px;
	font-weight:600;
	display:inline-block;
	padding:5px 15px;
	border-radius:50px;
	color: #fff;
	background:#7ec787;
	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 #7ec787;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin-left: -8px;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 30px;
	color: #333;
	display: block;
	margin-bottom:0px;
}
.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{
	display:table;
	width:100%;
}
.aboutus_right{
	width:45%;
	height:100%;
	vertical-align:top;
	display:table-cell;
	position:relative;
}
.aboutus_right img{
	position:absolute;
	top:0;
	right:0;
	object-fit:cover;
	object-position:center top;
	width:100%;
	height:100%;
}
.aboutus_left {
	position: relative;
	height:100%;
	padding-right:30px;
	vertical-align:top;
	width:55%;
	display:table-cell;
}
.aboutus_left .pages_title{
	text-align:right;
}
.aboutus_txt {
	font-size: 14px;
	clear:both;
	overflow:hidden;
}
.aboutus_txt ul{
	clear:both;
	margin-top:20px;
}
.aboutus_txt ul li{
	width:50%;
	float:right;
	color:#0f263a;
	font-weight:600;
	display:block;
	padding:5px;
}
.aboutus_txt ul li:before{
	content:"\f00c";
	font-family:FontAwesome;
	display:inline-block;
	width:20px;
	height:20px;
	font-size:10px;
	font-weight:normal;
	vertical-align:0px;
	margin-left:10px;
	background:#5472D2;
	color:#fff;
	line-height:20px;
	border-radius:50%;
	text-align:center;
}
.aboutus_left a {
	display:block;
	float:right;
	margin-top: 15px;
	background: #7ec787;
	color: #fff;
	padding: 12px 20px;
	font-weight: 600;
}
.aboutus_left a:hover {
	background: #a8b9d1;
	color: #fff;
}
.aboutus_left a:before {
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:10px;
}
/*end aboutus*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-bottom:40px;
	background:#323232;
	padding:60px 0px;
	overflow:hidden;
	position:relative;
}
#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 span{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	color: #7ec787;
	width: 70px;
	height: 70px;
	float:right;
	background: #fff;
	text-align: center;
	line-height: 70px;
	border-radius: 100%;
	z-index: 133;
	font-size: 30px;
	position: relative;
	display:block;
}
.count_all span:after {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	background: #fff;
	z-index: 3;
	border-radius: 100%;
	opacity: 0.3;
	top: 4px;
	right: -7px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.count_all div {
	overflow: hidden;
	margin-right: 95px;
}
.count_all h2 {
	font-weight: 600;
	color: #fff;
	font-size: 14px;
	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: 35px;
	letter-spacing: 2px;
	line-height: 1;
	color: #fff;
	position: relative;
	margin-top: 10px;
}
.count_all p:after{
	content:"+";
	color:#7ec787;
	margin-right:10px;
}
/*end count*/
/*start services*/
#services {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
	float: right;
	width: 100%;
}
.services{
	clear:both;
	display:block;
}
.services li {
	display: block;
	float: right;
	width: 50%;
	padding: 15px;
	overflow: hidden;
}
.serv_all {
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position:relative;
}
.serv_right {
	float: right;
	position:relative;
	width: 45%;
}
.serv_right img {
	width: 100%;
	display: block;
	height: 285px;
	object-fit: cover;
	object-position: center;
}
.serv_left {
	padding: 25px;
	position: relative;
	overflow: hidden;
}
.serv_left h2 {
	font-weight: 900;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_left h2 b {
	background: #7ec787;
	display: block;
	height: 4px;
	width: 70px;
	margin-top: 7px;
	margin-right: 10px;
	border-radius: 50px;
	position: relative;
}
.serv_left h2 b:after {
	content: "";
	width: 2px;
	height: 4px;
	position: absolute;
	left: 11px;
	background: #fff;
}
.serv_left h2 b:before {
	content: "";
	width: 2px;
	height: 4px;
	position: absolute;
	left: 5px;
	background: #fff;
}
.serv_left p {
	display: block;
	color: #555;
	overflow: hidden;
	height: 125px;
	margin-bottom: 10px;
}
.serv_left a {
	display: inline-block;
	color: #333;
	font-weight: 600;
	font-size: 13px;
	background:#fff;
	padding: 5px 5px 5px 15px;
	border-radius: 35px;
	line-height: 1;
}
.serv_left a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#7ec787;
	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;	
}
.serv_left a:hover{
	color:#fff;
	background:#7ec787;
}
.serv_left a:hover:before{
	transform:rotate(0deg);
}
/*end services*/
/*start gallery*/
#gallery{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
}
.gallerys {
	clear: both;
	display: block;
}
.gallerys.gallerys_slide{
	visibility:hidden;
}
.gallerys_slide.slick-initialized {
	visibility:visible;
}
.gallerys li {
	display: block;
	float: right;
	overflow:hidden;
	width: 50%;
	padding: 15px;
}
.gallerys_all{
	width:100%;
	background:#7ec787;
	height:400px;
	border-radius:10px;
	position:relative;
	overflow:hidden;
}
.gallerys_all a:hover{
	opacity:0.9;
}
.gallerys_all img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.gallerys_all h2 {
	position: absolute;
	background: #7ec787;
	bottom: -220px;
	left: 20px;
	color: #fff;
	opacity:0;
	font-weight: 600;
	font-size: 17px;
	padding: 20px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	border-radius: 5px;
}
.gallerys_all:hover h2{
	bottom:20px;
	opacity:1;
}
.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: none;
	border: 2px solid #323232;
	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;
}
#gallery .slick-dots li.slick-active button{
	background:#7ec787;
}
/*end gallery*/
/*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%;
	box-shadow: 0 0 9px 2px #00000017;
	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: #7ec787;
	bottom: -38px;
	left: 25px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	width: 80px;
	font-weight: 500;
	height: 80px;
	border-radius: 80px;
	border: 5px solid #fff;
	padding-top: 5px;
}
.news_img a p b {
	display: block;
	font-size: 22px;
	font-family: droid;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 8px;
}
.news_img:before {
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.5);
	top: -100%;
	right: 0;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
	width: 100%;
	opacity:0;
	height: 100%;
}
.news_all:hover .news_img:before{
	opacity:1;
	top:0;
}
.news_img a:after{
	content:"\f0c1";
	font-family:FontAwesome;
	-moz-transition: all 1s;
	-webkit-transition:all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	position:absolute;
	opacity:0;
	left:50%;
	top:50%;
	margin-top:-18px;
	margin-left:-12px;
	color:#fff;
	font-size:25px;
}
.news_all:hover .news_img a:after{
	opacity:1;
	transform:rotate(360deg);
}
.news_txt {
	clear: both;
	padding: 40px 15px 15px;
	overflow: hidden;
}
.news_txt span {
	display: block;
	margin-bottom: 0px;
	color: #7ec787;
	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: #79766d;
	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: #333;
	background:#fff;
	font-weight: 700;
	font-size: 12px;
	padding: 5px 5px 5px 15px;
	border-radius: 35px;
	line-height: 1;
}
.news_more a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#7ec787;
	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:#7ec787;
}
.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:#333;
}
.closed_site img{
	max-height:120px;
}
.closed_site:before{
	font-family:FontAwesome;
	display:block;
	margin-bottom:15px;
	color:#7ec787;
	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: 38px;
	color: #666;
	cursor: pointer;
	font-size: 14px;
	margin-right: 2px;
	margin-left: 2px;
}
.pagination a:hover{
	border:1px solid #a8b9d1;
	color:#a8b9d1;
}
.pagination span.current{
	border:1px solid #7ec787;
	background:#7ec787;
	color:#fff;
}
.pagination #slideshow #slideshow .next:before,.pagination #slideshow .prev:before{
	display:none;
}
.pagination #slideshow #slideshow .next, .pagination #slideshow .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:#eee;
	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: #fff;
	background: #7ec787;
	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: #a8b9d1;
	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: #7ec787;
}
.post_tags {
	clear: both;
	background: #eee;
	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: #fff;
	background: #7ec787;
	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: #a8b9d1;
	color:#fff;
}
#same_posts {
	clear: both;
	display: block;
	overflow: hidden;
	border: 1px solid #eee;
}
.title_page_same {
	font-size: 17px;
	font-weight: 700;
	color: #333;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 15px;
}
.title_page_same:before{
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:8px;
}
/*end single post*/
/*start postin*/
#postin{
	clear:both;
	display:block;
	margin-bottom:50px;
	overflow:hidden;
}
.postin_img {
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
	width:100%;
	display:block;
}
.postin_img.postin_img_left {
	text-align: left;
}
.postin_img.postin_img_center {
	text-align: center;
}
.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:#7ec787;
	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:10px;
	font-family:'tajawal',Barlow, sans-serif;
	font-size:15px;
	color:#444;
	font-weight:600;
	width:100%;
}
.contact_form_frame label input:focus,.contact_form_frame label textarea:focus{
	border:1px solid #7ec787;
}
.go_contacto{
	clear:both;
	display:inline-block;
	cursor:pointer;
	background:#7ec787;
	font-family:'tajawal',Barlow, sans-serif;
	color:#fff;
	font-size:15px;
	font-weight:600;
	text-align:center;
	padding:7px 40px;
	border:none;
}
.go_contacto:hover{
	background:#a8b9d1;
	color:#fff;
}
/*end contact_form*/
/*start precemp*/
#precemp {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding:10px 15px 10px;
	background-color: #323232;
}
.precemp li {
	display: inline-block;
	color:#aaa;
	font-size: 13px;
	font-weight: 600;
}
.precemp li:after {
	content: "|";
	margin-right: 10px;
	margin-left: 10px;
	vertical-align:1px;
	color:#aaa;
}
.precemp li:last-child:after{
	display:none;
}
.precemp li span{
	color:#aaa;
}
.precemp li a {
	display: inline-block;
	color:#7ec787;
}
.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*/