/*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:#A3CB38;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#1e272e;
	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;
}
/*end body*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:relative;
	float:right;
	display:block;
	height:45px;
	background:#1e272e;
}
.top_link{
	float:right;
}
.top_link li{
	display:block;
	float:right;
}
.top_link li a{
	line-height:45px;
	height:45px;
	display:block;
	padding:0px 15px;
	color:#a2b8ca;
	font-size:13px;
	border-left:1px solid rgba(255,255,255,0.05);
	font-weight:600;
}
.top_link li a:hover{
	color:#fff;
	background:#A3CB38;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:13px;
	color:#a2b8ca;
	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:#A3CB38;
	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 a:hover{
	color:#fff;
	background:#A3CB38;
}
.s_contact li a:hover:before{
	color:#fff;
}
.social {
	float:left;
	margin-right:10px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	color:#63839c;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	border-right:1px solid rgba(255,255,255,0.05);
	padding:0px 16px;
	line-height: 45px;
}
.social li:last-child a{
	border-left:1px solid rgba(255,255,255,0.05);
}
.social li a:hover{
	color:#fff;
	background:#A3CB38;
}
.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{
	height:115px;
	width:100%;
	float:right;
	background:#fff;
	clear:both;
}
.logo {
	float: right;
	margin-top:46px;
	overflow:hidden;
}
.logo a img{
	height:25px;
}
.nav {
	float:left;
	margin-top:40px;
}
.nav li{
	display:block;
	float:right;
	position:relative;
}
.nav li:before{
	display:none;
}
.nav li a {
	display: block;
	color: #333;
	margin-left:3px;
	line-height:40px;
	border:1px solid transparent;
	padding: 0px 12px;
	font-weight:700;
	position:relative;
	font-size:12px;
	z-index:105;
	text-align: center;
}
.nav li.now a{
	border:1px solid #A3CB38;
}
.nav li a:hover,.nav li:hover a{
	background-color:#A3CB38;
	border:1px solid transparent;
	color:#fff;
}
.nav li.current a{
	background-color:#A3CB38;
	border:1px solid transparent;
	color:#fff;
}
.nav li.now a:hover{
	background:#A3CB38;
}
.nav li:hover .sub{
	display:block;
}
.sub {
	position: absolute;
	width: 230px;
	display:none;
	top: 42px;
	right:0px;
	z-index:200;
	background-color:#A3CB38;
}
.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;
	line-height:normal;
	margin-left:0;
	font-size:13px;
	color:#fff;
	height:auto;
	text-align:right;
	font-weight:600;
	border-bottom:1px solid rgba(33,33,33,0.1);
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	background:#1e272e;
	color:#fff;
	padding-right:13px;
}
.nav li:hover .sub ul li a:before,.nav li:hover .sub ul li:last-child a:before{
	content: "\f038";
	position:relative;
	top:0;
	left:0;
	width:auto;
	height:auto;
	border-radius:0;
	background:none;
	font-family: FontAwesome;
	font-weight: normal;
	vertical-align: 0;
	margin-left: 10px;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background:#fff;
	width:100%;
	box-shadow:0px 3px 5px 0px rgba(0, 0, 0, 0.12);
	height:90px;
	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 .logo{
	margin-top:37px;
}
.nav_fix .nav{
	margin-top:25px;
}
/*end head_fix*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	background-color:#1e272e;
	color:#a2b8ca;
	font-size:13px;
	height:50px;
}
.copyrights{
	float:right;
	line-height:50px;
}
.design{
	float:left;
	line-height:50px;
}
.design a{
	color:#A3CB38;
}
.design a:hover{
	color:#A3CB38;
	text-decoration:underline;
}
/*end bottom*/
/*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:#A3CB38;
}
.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:#1e272e;
	color:#fff;
}
/*end totop*/
/*start whats_fix*/
.whats_fix{
	position:fixed;
	bottom:40px;
	left:20px;
	z-index:3000;
}
.whats_fix a:before{
	font-family:FontAwesome;
	content:"\f232";
}
.whats_fix a {
	background: #1e272e;
	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{
	color:#fff;
	background:#A3CB38;
}
/*end whats_fix*/
/*start gallery*/
#gallery{
	clear:both;
	float:right;
	position:relative;
	overflow:hidden;
	width:100%;
}
#gallery .width{
	width:800px;
}
.gallery li{
	float:right;
	overflow:hidden;
	width:100%;
	height:480px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.gallery li img{
	padding:0px 30px;
	width:100%;
	height:100%;
	cursor:grab;
	object-fit:cover;
	object-position:top;
	display:block;
}
.gallery_slider{
	visibility:hidden;
}
.gallery_slider.slick-initialized {
	visibility:visible;
}
.gallery_next, .gallery_prev {
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-size: 15px;
	text-align: center;
	position: absolute;
	top: 55%;
	width: 40px;
	color: #333;
	left: 10px;
	right: auto;
	z-index: 1001;
	cursor: pointer;
	height: 40px;
	background: rgba(255,255,255,0.8);
	line-height: 40px;
}
.gallery_next:before,.gallery_prev:before{
	font-family:FontAwesome;
}
.gallery_next:before{
	content:"\f054";
}
.gallery_prev:before{
	content:"\f053";
}
.gallery_next{
	right:10px;
	left:auto;
}
.gallery_next:hover,.gallery_prev:hover{
	opacity:0.5;
}
/*end gallery*/
/*start data*/
#data{
	float:right;
	width:100%;
	clear:both;
	overflow:hidden;
	padding:40px 0px;
}
.aboutus2_slider{
	clear:both;
	display:block;
	margin:0px -15px;
}
.aboutus2_slider{
	clear:both;
	display:block;
	visibility:hidden;
}
.aboutus2_slider.slick-initialized {
	visibility:visible;
}
.aboutus2_slider li{
	width:25%;
	float:right;
	padding:0px 5px;
}
.aboutus_all2 {
	border:2px solid #f2f2f2;
	box-shadow:0px 8px 16px 0px #0000000a;
	padding:30px 50px;
	border-radius: 5px;
	overflow: hidden;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.aboutus_all2 span {
	display: block;
	font-family: Flaticon2;
	font-size: 50px;
	float: left;
	font-weight: normal;
	color: #A3CB38;
}
.aboutus_all2 p {
	font-size:18px;
	color: #1e272e;
	padding-left:30px;
	font-weight:600;
	padding-top:25px;
	overflow: hidden;
}
/*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.withwhite{
	color:#63839c;
}
.pages_title h1 {
	font-size: 15px;
	font-weight: bold;
	display:inline-block;
	padding:0px 20px;
	color: #33434d;
	margin-bottom:0px;
	position:relative;
	text-transform: uppercase;
}
.pages_title.withwhite h1{
	color:#fff;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #A3CB38;
	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: #A3CB38;
	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: #1e272e;
	display: block;
	margin-bottom:0px;
}
.pages_title.withwhite h2{
	color:#1e272e;
}
.pages_title span {
	font-size: 14px;
}
.pages_title p{
	height:3px;
	width:60px;
	border-radius:5px;
	margin:20px auto 0px;
	background:#A3CB38;
	display:block;
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	width:100%;
	overflow:hidden;
	margin-bottom:60px;
}
.aboutus_right{
	width:50%;
	display:table-cell;
	vertical-align:top;
	position:relative;
}
.aboutus_left {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding-top: 50px;
}
.aboutus_right div {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	padding:15px 60px;
	background-size: 100% 100%;
}
.aboutus_right div img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position:center;
}
.aboutus_right span {
	width: 120px;
	height: 120px;
	background: #fff;
	position: absolute;
	border-radius: 120px;
	top: 10px;
	text-align: center;
	font-family: FontAwesome;
	line-height: 120px;
	font-size: 40px;
	right: 0px;
	color: #A3CB38;
	box-shadow: 0px 0px 14px -1px rgba(0, 0, 0, 0.1);
}
.aboutus_right span:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	top: 8px;
	right: 8px;
	border: 2px dotted #A3CB38;
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.aboutus_right span:before{
	font-family:iconmoon;
	content:"";
}
.aboutus_left h1 {
    color: #1e272e;
	background:#eee;
    font-weight: 600;
    font-size: 14px;
	padding:5px 10px;
    display:inline-block;
}
.aboutus_left h2 {
	display: block;
	margin-bottom:15px;
	margin-top:15px;
	font-weight: 700;
	font-size: 25px;
	color: #1e272e;
	line-height: 1.3;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 60px;
	color:#333;
	line-height:1.9;
	clear:both;
}
.aboutus_txt1 li {
	display: block;
	overflow:hidden;
	margin-bottom: 15px;
}
.aboutus_txt1 li span {
	background: #A3CB38;
	color: #000;
	font-weight: 600;
	display: inline-block;
	overflow: hidden;
	font-size: 13px;
	border-radius: 2px;
	margin-left: 5px;
	width: 25px;
	float: right;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.aboutus_txt1 li b {
	font-weight: 600;
	margin-right: 40px;
	display: block;
	background: #eee;
	padding: 5px 11px;
}
/*end aboutus*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-bottom:40px;
	background:#1e272e;
	padding:30px 0px;
	position:relative;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	text-align:center;
	padding:0px;
	float:right;
	display:block;
}
.count_all {
	width: 100%;
	padding: 0px 40px;
	position:relative;
}
.count_all h2 {
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	display: block;
}
.count_all p {
	clear: both;
	font-family: Barlow,tajawal;
	display: inline-block;
	overflow: hidden;
	font-weight: 700;
	font-size: 45px;
	letter-spacing: 2px;
	line-height: 1;
	color: #fff;
	position:relative;
	margin-bottom: 20px;
}
.count_all p:after{
	content:"+";
	color:#A3CB38;
	margin-right:10px;
}
.count_all p:after{
	content:"";
	clear:both;
	border-radius:5px;
	height:4px;
	width:30px;
	margin:20px auto 0px;
	display:block;
	background:#A3CB38;
}
.count_all span {
	font-family:Flaticon2;
	color: #fff;
	width: 70px;
	height: 70px;
	background: #A3CB38;
	text-align: center;
	line-height: 70px;
	border-radius: 100%;
	z-index: 133;
	font-size: 30px;
	position: relative;
	display: block;
	margin: -60px auto 25px;
}
/*end count*/
/*start services2*/
#services2{
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	width:100%;
	float:right;
	margin-bottom:40px;
	z-index:900;
}
.services2.services2_slider{
	visibility:hidden;
}
.services2.services2_slider.slick-initialized {
	visibility:visible;
}
.serv2_loop {
	width: 33.33%;
	float: right;
	overflow: hidden;
	padding:0px 20px;
}
.serv2_all {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.serv2_img {
	width: 100%;
	height: 380px;
	overflow:hidden;
	border-radius:10px;
	position:relative;
}
.beforeAfter{
	direction:ltr;
	float:left;
	width:100%;
	overflow:hidden;
	height:100%;
}
.beforeAfter img{
	max-width:unset;
	object-fit:cover;
	object-position:center;
	height:100%;
	width:100%;
}
.serv2_txt {
	background: #fff;
	box-shadow:-2px 2px 6px #0000002e;
	width: 80%;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	z-index:500;
	position: relative;
	top: -35px;
	text-align:center;
	padding:15px;
	border-left:10px solid #A3CB38;
}
.serv2_txt h2 {
	font-weight: 700;
	font-size: 14px;
	position:relative;
	display: block;
	margin-bottom:1px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*end services2*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:40px;
	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:10px;
	max-width:200px;
	height:200px;
	border-radius:10px;
	margin: 0px auto;
	border:1px solid #eee;
}
.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%;
	border-radius:50%;
	background: #fff;
}
.partners_all img{
	display:block;
	border-radius:50%;
	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 #1e272e;
	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:#A3CB38;
}
/*end partners*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	padding:50px 80px 40px;
	display: block;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:50%;
	float:right;
	padding:20px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	overflow:hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 420px;
	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;
	height: 100%;
	width: 100%;
}
.news_img p {
	position: absolute;
	left: 59px;
	bottom:115px;
	border-radius:0px 20px 0px 0px;
	background: #1e272e;
	color: #fff;
	font-size:12px;
	width:80px;
	z-index:4500;
	height:80px;
	line-height:1.2;
	text-align: center;
	padding-top:19px;
}
.news_img p b {
	font-size: 17px;
	display: block;
}
.news_txt {
	padding: 25px;
	clear: both;
	position: absolute;
	bottom: 49px;
	background: #fff;
	z-index: 1000;
	right: 0;
	width: 90%;
	display: block;
}
.news_txt h2 {
	font-weight: 400;
	font-size: 23px;
	display: block;
	margin-bottom: 6px;
	color: #333;
	overflow: hidden;
	height: 85px;
	max-width: 350px;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	background: #fff;
	text-align: center;
	padding:0px 25px 25px;
}
.news_more a {
	display: block;
	font-weight:600;
	color: #333;
	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: #1e272e;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/