/*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:#87ba40;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#262323;
	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 header*/
#header{
	border-top:5px solid #2e3228;
	background-color:#fff;
	float:right;
	width:100%;
	height:150px;
	clear:both;
	position:relative;
}
#header:before{
	content:"";
	position:absolute;
	width:50%;
	height:50px;
	background:#2e3228;
	top:-5px;
	left:0;
}
.logo{
	float:right;
	padding-top:6px;
}
.logo img{
	height:129px;
}
.head_left{
	float:left;
}
.details {
	clear: both;
	display: block;
	overflow: hidden;
	padding-top: 9px;
	margin-bottom: 5px;
	height: 90px;
}
.details li {
	float: right;
	position:relative;
	padding:13px 20px 13px 20px;
}
.details li:hover span{
	color:#2e3228;
}
.details li:nth-child(2) span{
	line-height:55px;
}
.details li span{
	float:right;
	color:#87ba40;
	width:55px;
	text-align:center;
	height:55px;
	border:2px solid #eee;
	line-height:51px;
	margin-left:10px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	font-size:23px;
}
.details li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.details_all {
	overflow: hidden;
	display: block;
}
.details_txt {
	margin-right: 70px;
}
.details_txt h2 {
	font-weight: 700;
	color: #000;
	font-size: 13px;
	margin-top:3px;
	margin-bottom:4px;
}
.details_txt p {
	color: #777;
	font-family:Barlow,'tajawal', sans-serif;
	text-transform:capitalize;
}
.site_data {
	clear: both;
	display: block;
	height: 50px;
	position:relative;
	top:-5px;
	overflow:hidden;
	background: #2e3228;
	width: 100%;
}
.social{
	float:right;
	display:block;
	overflow:hidden;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	display: block;
	font-size:13px;
	height:50px;
	color: #fff;
	z-index:11;
	position:relative;
	min-width:45px;
	text-align:center;
	line-height: 50px;
}
.social li a:hover{
	color:#fff;
	background:#87ba40;
}
.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";
}
.top_nav{
	float:left;
	position:relative;
	margin-left:15px;
}
.top_nav li {
	display: block;
	float: right;
}
.top_nav li a {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	line-height: 50px;
	padding: 0px 15px;
}
.top_nav li a:after{
	content:"\f100";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-right:8px;
	font-weight:normal;
	display:inline-block;
}
.top_nav li a:hover{
	background:#87ba40;
	color: #fff;
}
/*end header*/
/*start nav*/
#nav{
	clear:both;
	height:55px;
	width:100%;
	float:right;
	background:#2e3228;
}
.nav li{
	float:right;
	position:relative;
	display:block;
}
.nav li a{
	display:block;
	color:#fff;
	padding:0px 20px;
	line-height:55px;
	font-size:14px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	background:#87ba40;
}
.nav li:hover .sub{
	display:block;
}
.sub {
	position: absolute;
	width: 230px;
	box-shadow:0 0px 10px rgba(0, 0, 0, 0.07);
	display:none;
	top: 55px;
	right:0px;
	z-index:1000;
	background-color:#87ba40;
}
.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;
	font-size:13px;
	color:#fff;
	text-align:right;
	border-bottom:1px solid rgba(33,33,33,0.1);
}
.nav li:hover .sub ul li a:hover{
	background:#262323;
	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;
}
/*end nav*/
/*start nav_fix*/
.nav_fix{
	clear:both;
	height:55px;
	width:100%;
	position:fixed;
	top:-150px;
	right:0;
	z-index:2000;
	background-color:#2e3228;
	box-shadow:0 0px 10px rgba(0, 0, 0, 0.07);
	-moz-transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
}
body.scrolled .nav_fix{
	top:0;
}
/*end nav_fix*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	background-color:#2e3228;
	color:#bbb;
	font-size:12px;
	position:relative;
}
#bottom:before{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	content:"";
	background-image:url(../images/bg/bg31.png);
	opacity:0.1;
}
.copyrights{
	float:right;
	position:relative;
	line-height:45px;
}
.design{
	float:left;
	position:relative;
	line-height:45px;
}
.design a{
	color:#fff;
	background:#87ba40;
	padding:2px 3px;
	margin-right:5px;
}
.design a:hover{
	opacity:0.8;
}
/*end bottom*/
/*start footer*/
#footer{
	background-color:#2e3228;
	float:right;	
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.05);
	clear:both;
	padding:60px 0px 30px;
	position:relative;
}
#footer:before{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	content:"";
	background-image:url(../images/bg/bg31.png);
	opacity:0.1;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
	position:relative;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	color:#bbb;
	overflow:hidden;
}
.foot_loop h2,.foot_bottom h2{
	font-weight:700;
	font-size:16px;
	margin-bottom:25px;
	color:#fff;
	display:block;
}
.foot_loop h2:after,.foot_bottom h2:after{
	width:25%;
	content:"";
	height:5px;
	background:#87ba40;
	display:block;
	margin-top:10px;
	border-radius:4px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 13px;
	line-height:2;
}
.foot_logo img {
	height: 70px;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	padding: 8px 0 8px;
	color:#bbb;
	font-size:12px;
	font-weight:600;
}
.foot_loop ul li:last-child a{
	border-bottom:none;
}
.foot_loop ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-left:5px;
	font-family:FontAwesome;
	content:"\f100";
}
.foot_loop ul li a:hover{
	color:#fff;
	background:#87ba40;
	padding-right:10px;
}
.foot_contact{
	overflow:hidden;
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-left:5px;
	font-family:droid;
}
.foot_contact span{
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight:700;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(255,255,255,0.03);
	text-transform:capitalize;
	border-radius:3px;
	font-size: 12px;
	font-weight:600;
	font-family:Barlow,tajawal;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_loop ul.foot_branch li {
	display: block;
	float: right;
	width: 33.33%;
	padding:2px;
	text-align: center;
}
.foot_loop ul.foot_branch li a:before {
	display:none;
}
.foot_loop ul.foot_branch li a {
	border: 1px solid rgba(255,255,255,0.1);
	padding: 5px;
	font-weight: 600;
	font-size: 12px;
	height: 62px;
	overflow: hidden;
	line-height: 49px;
}
.foot_loop ul.foot_branch li:nth-child(5) a,.foot_loop ul.foot_branch li a:hover{
	color:#fff;
	background:#87ba40;
}
.foot_bottom {
	margin-top: 10px;
	position:relative;
	padding: 0px 15px;
}
.foot_bottom h2:after{
	width:5%;
}
#footer .social {
	clear: none;
	float: right;
	border: none;
	height: auto;
	margin: 5px 0 0;
}
#footer .social li {
	float: right;
}
#footer .social li a {
	width: 35px;
	min-width:35px;
	height: 35px;
	line-height: 35px;
	border-radius:0px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left:5px;
	border:none;
	text-align:center;
	background: rgba(255,255,255,0.1);
	color: #fff;
}
#footer .social li a:hover{
	background:#87ba40;
	color:#fff;
}
.contact_home {
	float: left;
}
.contact_home a {
	display: inline-block;
	font-weight: 900;
	padding: 10px 20px;
	background: #87ba40;
	border: 1px solid #87ba40;
	margin-right: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
.contact_home a:last-child {
	border: 1px solid #dee9bd;
	background:#dee9bd;
	color:#000;
}
.contact_home a:before {
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 5px;
	font-weight: normal;
	content: "\f015";
}
.contact_home a:last-child:before {
	content: "\f003";
}
.contact_home a:hover, .contact_home a:last-child:hover {
	opacity: 0.8;
}
/*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:#87ba40;
}
.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:#2e3228;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:550px;
	display:block;
	z-index:100;
	background:#2e3228;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slidebg{
	background-color:rgba(0,0,0,0.5);
	background-image:url(../images/bg/bg3.png);
	background-repeat:repeat;
	position:absolute;
	z-index:777;
	width:100%;
	top:0px;
	right:0;
	height:100%;
}
#progress_a{
	width:100%;
	left:0px;
	position:absolute;
	z-index:101;
	bottom:0px;
}
#progress{
	height:8px;
	float:left;
	background:rgba(255,255,255,0.3);
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:35px;
	text-align:center;
	position:absolute;
	top:50%;
	width:30px;
	margin-top:-35px;
	color:#aaa;
	left:0px;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:0px;
	left:auto;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	color:#fff;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center top;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	padding:15px;
}
.slider_cont_all{
	width:100%;
	margin:0px auto;
	max-width:1000px;
	position:relative;
	z-index:800;
	text-align:center;
	display:block;
	padding:0px 25px 15px 0px;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: slideInRight 1s forwards;
    -ms-animation-name: slideInRight 1s forwards;
	-o-animation-name: slideInRight 1s forwards;
	-moz-animation-name: slideInRight 1s forwards;
	animation-name: slideInRight 1s forwards;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	font-size:35px;
	margin-bottom: 25px;
}
.slider_cont h2 span{
	color:#87ba40;
}
.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: 17px;
	font-weight:600;
	margin-bottom:30px;
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont a {
	background:#87ba40;
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	font-weight:700;
	padding:12px 30px;
	position:relative;
	z-index:888;
}
.slider_cont a:hover{
	background:#2e3228;
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	left: 40px;
	top: 50%;
	margin-top:-30px;
	text-align:center;
}
.cycle-pager .cycle-pager-active {
	background:#87ba40;
}
.cycle-pager span {
	margin-bottom:5px;
	width:10px;
	height:15px;
	border:1px solid rgba(255,255,255,0.8);
	cursor:pointer;
	display: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:#2e3228;
	margin-bottom:50px;
	float:left;
	z-index:100;
}
.data_list {
	background-color:#2e3228;
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
	text-align:center;
	height: 100%;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:25%;
	height: 100%;
	padding:50px 30px;
	overflow: hidden;
}
.data_list li:nth-child(2n+2){
	background:rgba(255,255,255,0.04);
}
.data_list li span {
	z-index: 101;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 120px;
	background: #87ba40;
	position: relative;
	color: #fff;
	font-size: 40px;
	margin-bottom: 25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.data_list li span:after{
	right:10px;
	left:10px;
	top:10px;
	bottom:10px;
	position:absolute;
	border:1px dashed #2e3228;
	content:"";
	border-radius:50%;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index:101;
	color:#afc5af;
	position:relative;
	height:110px;
}
.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;
	border:2px solid #87ba40;
	padding: 7px 20px;
	border-radius:100px;
	font-size: 12px;
	font-weight: 700;
}
.data_list li a:hover {
	background:#87ba40;
	color:#fff;
}
/*end data*/
/*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 {
	background-image: url(../images/bg/bg35.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	padding: 50px 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: #87ba40;
	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 #87ba40;
	-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: #2e3228;
	background:#dee9bd;
    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: #2e3228;
	line-height: 1.3;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
	color:#333;
	line-height:1.9;
	clear:both;
}
.aboutus_left a {
	display: block;
	float: right;
	margin-top: 10px;
	background: #2e3228;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
}
.aboutus_left a:hover {
	background: #87ba40;
}
.aboutus_left a:before {
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	font-weight:normal;
	margin-left:10px;
}
.aboutus_txt1 li {
	display: block;
	overflow:hidden;
	margin-bottom: 15px;
}
.aboutus_txt1 li span {
	background: #87ba40;
	color: #fff;
	font-weight: 600;
	font-family: Barlow,tajawal;
	display: inline-block;
	overflow:hidden;
	font-size: 13px;
	border-radius: 2px;
	margin-left: 5px;
	width: 25px;
	float:right;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.aboutus_txt1 li b {
	font-weight: 600;
	margin-right: 40px;
	display: block;
}
/*end aboutus*/
/*start data*/
#data2{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:50px;
}
.data2_loop{
	float:right;
	width:20%;
	padding:10px;
	overflow:hidden;
	display:block;
}
.data2_all {
	width: 100%;
	border-right: 1px solid #dee9bd;
	border-left: 1px solid #dee9bd;
	border-top: 1px solid #dee9bd;
	border-bottom: 2px solid #dee9bd;
	cursor:pointer;
	border-radius:3px 3px 0px 0px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	padding:25px 15px;
}
.data2_all:hover {
	box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid #87ba40;
	opacity: 1;
}
.data2_icon {
	float: left;
	font-size: 45px;
	color: #b9babc;
}
.data2_icon:before{
	font-family:FontAwesome5,FontAwesome,Flaticon,iconmoon;
}
.data2_txt {
	margin-left: 60px;
}
.data2_txt h2 {
	font-weight: 700;
	font-size:16px;
	color: #2e3228;
	letter-spacing: 0px;
	overflow: hidden;
	margin-bottom:5px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.data2_txt p {
	color: #777;
	font-size: 13px;
	height: 45px;
	overflow: hidden;
}
/*end data*/
/*start pages_title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 1.2;
	color:#2e3228;
	max-width:1000px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 30px;
	padding: 0px 20px;
}
.pages_title:before {
	content: "";
	background-image: url(../images/bg/bg32.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
	display: block;
	margin: 0px auto 10px;
}
.pages_title h1 {
	color: #2e3228;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
}
.pages_title span{
	line-height:2;
	font-size:15px;
	color:#555;
	display:block;
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
	font-weight:400;
	margin-bottom:15px;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 5px;
}
.pages_title span {
	line-height: 2;
	font-size: 14px;
	color: #79766d;
	display: block;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 600;
}
/*end pages_title*/
/*start services*/
#services {
	clear: both;
	display: block;
	overflow: hidden;
	position:relative;
	background:#f3f8e6;
	padding:50px 0px;
	margin-bottom: 40px;
	float: right;
	width: 100%;
}
#services:before {
	content: "";
	background-image: url(../images/bg/bg29.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 190px;
	position: absolute;
	top: 20%;
	left: 0;
	background-size: 50px auto;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
}
.services{
	clear:both;
	display:block;
}
.services li {
	display: block;
	float: right;
	width: 25%;
	padding: 5px;
	overflow: hidden;
}
.serv_all {
	background: #fff;
	box-shadow:0px 0px 15px -7px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position:relative;
	border-radius:5px;
	border-bottom:5px solid transparent;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_all:hover{
	border-bottom:5px solid #dee9bd;
}
.serv_right {
	position:relative;
	width: 100%;
	height: 200px;
}
.serv_right a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.serv_right a:before{
	content:"";
	width:100%;
	height:100%;
	top:0;
	right:0;
	opacity:0;
	position:absolute;
	background:rgba(0,0,0,0.6);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_all:hover .serv_right a:before{
	opacity:1;
}
.serv_right img {
	width: 100%;
	height:100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.serv_all:hover .serv_right span{
	background:#87ba40;
}
.serv_right span {
	width: 90px;
	height: 90px;
	background: #2e3228;
	position: absolute;
	border-radius: 90px;
	bottom: -44px;
	text-align: center;
	font-family: FontAwesome;
	line-height: 75px;
	font-size: 30px;
	left: 50%;
	color: #fff;
	border: 5px solid #fff;
	margin-left: -45px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_right span:after {
	content: "";
	position: absolute;
	width: 67px;
	height: 67px;
	border-radius: 80px;
	top: 4px;
	right: 5px;
	border: 2px dashed #dee9bd;
	-webkit-animation: rotatemetwo 5s linear infinite;
	animation: rotatemetwo 5s linear infinite;
}
.serv_left {
	padding: 50px 25px 25px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.serv_left h2 {
	font-weight: 700;
	font-size: 15px;
	display: block;
	margin-bottom: 5px;
	color: #2e3228;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_left p {
	display: block;
	color: #555;
	overflow: hidden;
	height: 120px;
	margin-bottom: 10px;
	font-size: 14px;
}
.serv_left a {
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	color:#000;
	padding: 5px 5px 5px 15px;
	border-radius: 35px;
	line-height: 1;
	background: #f3f8e6;
}
.serv_left a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#87ba40;
	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:#87ba40;
}
.serv_left a:hover:before{
	transform:rotate(0deg);
}
/*end services*/
/*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:20px;
	height: 190px;
	width:190px;
	margin: 0px auto;
	border: 1px solid #dee9bd;
}
.partners_all img{
	display:block;
	width:100%;
	height:100%;
}
.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 #2e3228;
	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:#87ba40;
}
/*end partners*/
/*start news*/
#news{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	background:#f3f8e6;
	padding:50px 0px;
}
.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: #87ba40;
	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: #165885;
	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: #2e3228;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_txt p {
	height: 70px;
	overflow: hidden;
	font-size: 14px;
	color: #555;
}
.news_more {
	padding: 0px 15px 15px;
}
.news_more a {
	display: inline-block;
	color: #000;
	background:#f3f8e6;
	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:#87ba40;
	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:#87ba40;
}
.news_more a:hover:before{
	transform:rotate(0deg);
}
/*end news*/
/*start home_map*/
#home_map{
	clear:both;
	float:right;
	width:100%;
	height:480px;
	background:#eee;
}
#home_map iframe{
	width:100% !important;
	height:100% !important;
}
/*end home_map*/
/*start contactus*/
#contactus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	position:relative;
	background:#f7f7f7;
	padding-bottom:50px;
}
#contactus .width {
	display: table;
	overflow: hidden;
	background: #fff;
	box-shadow: 5px 5px 15px 0 rgba(17, 17, 17, 0.06);
	margin-top: -130px;
}
.contactus_right{
	width:50%;
	display:table-cell;
	background-position:center;
	text-align:center;
	position:relative;
	padding:40px;
	background-size:cover;
}
.contactus_right:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	background:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
}
.contactus_social {
	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%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	padding: 0px 20px;
}
.contactus_social .social {
	float: none;
	width: 100%;
	height: auto;
}
.contactus_social .social li {
	display: block;
	float: right;
	width: 30%;
	border: 1px solid rgba(255,255,255,0.5);
	margin-left: 3.33%;
	padding:30px 20px;
}
.contactus_social .social li a {
	line-height: normal;
	color:#fff;
	font-family:Barlow,'tajawal', sans-serif;
	font-size: 17px;
	padding:0;
	letter-spacing: 2px;
}
.contactus_social .social li a span {
	display: block;
	margin-top: 12px;
}
.contactus_social .social li a:hover{
	background:none;
}
.contactus_left {
	display: table-cell;
	padding: 25px;
}
.contactus_left h2 {
	display: block;
	font-weight: 700;
	color: #033b4a;
	font-size: 20px;
	margin-bottom: 15px;
}
.contactus_form label {
	display: block;
	width: 100%;
	margin-bottom:30px;
}
.contactus_form label input,.contactus_form label textarea{
	display: block;
	width: 100%;
	font-family: tajawal;
	border: 1px solid #dee9bd;
	background: #f7f7f7;
	padding:0px 12px;
	height:50px;
	font-size:14px;
	font-weight:600;
	color: #000;
	border-radius: 2px;
}
.contactus_form label input:focus,.contactus_form label textarea:focus{
	border:1px solid #87ba40;
}
.contactus_form label textarea{
	min-height:150px;
	padding:20px 12px;
}
.contactus_form button {
	border: none;
	display: block;
	width: 100%;
	position: relative;
	box-shadow:5px 5px 0 0 rgba(187, 147, 86, 0.3);
	background: #87ba40;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #fff;
	font-weight: 600;
	font-family: 'tajawal', sans-serif;
	height: 50px;
	padding: 0px 20px;
	line-height: 50px;
	font-size: 16px;
	cursor: pointer;
	text-transform: uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.contactus_form button:hover{
	box-shadow:none;
	background:#2e3228;
}
/*end contactus*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-bottom:0px;
	overflow:hidden;
}
#count ul{
	clear:both;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
}
.count_all {
	width: 100%;
	padding:0px 20px;
	text-align: center;
}
.count_all h2 {
	font-weight: 600;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	display: block;
	margin-bottom:10px;
}
.count_all p {
	clear: both;
	font-family:Barlow,tajawal;
	display: block;
	overflow: hidden;
	font-weight:700;
	font-size: 55px;
	letter-spacing:2px;
	line-height:1;
	color: #87ba40;
	margin-bottom:20px;
}
/*end count*/