/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:'tajawal', sans-serif;
	font-size:14px;
	font-weight:500;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#2d6d3b;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#755330;
	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{
	background:#091e0c;
	width:100%;
	overflow:hidden;
	position:relative;
	float:right;
	display:block;
	height:48px;
}
.top_work{
	float:right;
	position:relative;
	font-size:13px;
	font-weight:600;
	color:#aaa;
	line-height:48px;
	padding:0px 15px;
}
.top_work span {
	color: #fff;
	background: #7d7956;
	padding: 3px 5px;
	border-radius: 2px;
	margin-left: 6px;
	font-size: 12px;
}
.top_work:before{
	content:"\f017";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:5px;
	font-weight:normal;
}
.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: #aaa;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0px 10px;
	line-height:48px;
}
.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;
	margin-left:8px;
	font-family:FontAwesome;
	font-weight:normal;
}
.s_contact li span:before{
	margin-right:0px;
	margin-left:8px;
}
.s_contact li.phone a:before{
	content:"\f095";
}
.s_contact li.mail a:before{
	content:"\f003";
}
.s_contact li.mapi span:before{
	content:"\f041";
}
.s_contact li a:hover{
	color:#7d7956;
}
.lang{
	float:left;
	margin-right:10px;
}
.lang li{
	display:block;
	line-height:48px;
	position:relative;
}
.lang li a {
	background: #755330;
	color: #fff;
	text-transform: uppercase;
	padding: 4px 7px;
	font-weight: 600;
}
.lang li a:hover{
	background: #2d6d3b;
}
.lang li 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: 2px solid #FFF;
	bottom:7px;
	content: "";
	left: -2px;
	position: absolute;
	right: -2px;
	top: 7px;
	z-index: 2;
}
/*end top*/
/*start header*/
body.scrolled #header {
	background: #091e0c;
	position: fixed;
	top: 0;
	right: 0;
	box-shadow: 0px 0px 10px -1px rgba(00,00,00,0.1);
}
#header{
	height:80px;
	top:48px;
	clear:both;
	z-index:1000;
	position:absolute;
	width:100%;
	right:0;
}
.logo {
	float: right;
	margin-top:5px;
	position: relative;
}
.logo a {
	display: block;
}
body.scrolled #header .logo a img{
	height:68px;
}
.logo a img {
	height:135px;
}
#nav{
	position:relative;
	float:left;
}
.nav {
	float: left;
	margin-top:25px;
}
.nav li{
	display:block;
	float:right;
	position:relative;
}
.nav li a {
	display: block;
	color: #fff;
	padding: 5px 16px;
	position: relative;
	border-radius: 50px;
	font-size: 15px;
	margin-right:2px;
	font-weight: 600;
}
.nav li:hover a,.nav li.now a,.nav li.now a:hover{
	background:#2d6d3b;
	color:#fff;
}
.nav li a:hover,.nav li.current a{
	background:#2d6d3b;
	color:#fff;
}
.nav li:hover .sub{
	display:block;
}
.sub .sub{
	border:none;
	width:100%;
	height:auto;
	position:relative;
	top:0;
	box-shadow:none;
	right:0;
}
.sub {
	position: absolute;
	width: 210px;
	display: none;
	top: 35px;
	right: 5px;
	z-index: 999;
}
.sub ul{
	margin-top:4px;
	overflow:hidden;
	background: #2d6d3b;
	box-shadow: 0 1px 40px 0 rgba(0,0,0,.1);
}
.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 15px;
	border-radius:0;
	margin-right:0;
	background:none;
	line-height:normal;
	font-size:13px;
	font-weight:600;
	height:auto;
	border-right:none;
	border-left:none;
	color:#fff;
	text-align:right;
	border-bottom:1px solid rgba(255,255,255,0.03);
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:before{
	font-family: FontAwesome;
	content: "\f038";
	vertical-align: middle;
	font-weight: normal;
	margin-left: 10px;
}
.nav li:hover .sub ul li a:hover{
	background:#755330;
	padding-right:17px;
}
/*end header*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	z-index:100;
	background-color:#0c2b11;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slideshow_bg{
	position:absolute;
	width:500px;
	height:500px;
	-webkit-animation: movescale 5s linear infinite;
	animation: movescale 5s linear infinite;
	left:-20%;
	border-radius:50%;
	background:rgba(86,178,213,0.1);
	top:-20%;
}
#slideshow_tall{
	clear:both;
	background-color:#0c2b11;
	width:100%;
	height:50px;
	float:right;
}
#slideshow .next,#slideshow .prev {
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	display: block;
	text-transform: uppercase;
	transform: rotate(-90deg);
	font-size: 15px;
	text-align: center;
	position: absolute;
	top:50%;
	width: 30px;
	color: #fff;
	right: 30px;
	z-index: 1002;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 1px;
}
#slideshow .prev{
	margin-top:60px;
}
#slideshow .next:hover,#slideshow .prev:hover{
	opacity:0.5;
}
.slideshow{
	height:100%;
}
.slider{
	width:100%;
	height:100%;
}
.slider_cont{
	display:table;
	padding-top:140px;
	width:100%;
	height:100%;
}
.slider_right{
	vertical-align:middle;
	display:table-cell;
	width:40%;
	position:relative;
}
.slider_right img{
	width:100%;
	max-width:500px;
	height:100%;
	max-height:500px;
	border:10px solid rgba(255,255,255,0.1);
	padding:5px;
	border-radius:50%;
	position:absolute;
	top:0;
	right:0;
	display:block;
	object-fit:cover;
	object-position:top;
}
.slider_left{
	vertical-align:middle;
	width:52%;
	display:table-cell;
	padding-right:50px;
	padding-left:50px;
}
.slideshow_shape{
	background-image: url(../images/shape.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 50%;
	top: 100px;
	width: 124px;
	height: 124px;
	z-index: 999;
	margin-right: -87px;
	-webkit-animation: movescale 5s linear infinite;
	animation: movescale 5s linear infinite;
}
.slideshow_shape2 {
	background-image: url(../images/shape2.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 39%;
	top: 110px;
	width: 55px;
	height: 55px;
	z-index: 999;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
}
.cycle-slide-active .slider_cont .slider_right{
    -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;
}
.cycle-slide-active .slider_cont .slider_left{
    -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 h1 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1;
	display: inline-block;
	text-transform:uppercase;
	color: #fff;
	font-size: 50px;
	margin-bottom: 25px;
}
.slider_cont h1 b {
	background:rgba(255,255,255,0.1);
	color: #41ab58;
	padding: 0px 10px;
	border-radius: 4px;
	font-weight: 700;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.5;
	display: inline-block;
	color: #fff;
	font-size: 40px;
	margin-bottom: 35px;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #adb6bc;
	line-height:2;
	font-size: 14px;
	font-weight:600;
	margin-bottom:30px;
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont a {
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:600;
	border-radius:2px;
	padding:7px 30px;
	background:#2d6d3b;
	position:relative;
	z-index:888;
}
.slider_cont a:hover{
	background:#755330;
}
.slider_cont a:before {
	content: "\f060";
	font-family: FontAwesome;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	color:#fff;
	background: #755330;
	position: absolute;
	left: -15px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	top: 6px;
	-webkit-animation: moverightbounce 5s linear infinite;
	animation: moverightbounce 5s linear infinite;
}
#social {
	position: absolute;
	top:80px;
	left:10px;
	z-index: 1000;
}
.social li{
	display:block;
	position:relative;
}
.social li a {
	display: block;
	color: #adb6bc;
	text-transform:capitalize;
	border-radius:3px;
	padding:0px 7px;
	z-index:11;
	direction:ltr;
	text-align:left;
	height:35px;
	font-size:12px;
	position:relative;
	line-height:35px;
}
.social li a span{
	width:0px;
	opacity:0;
	display:inline-block;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.social li a:hover span{
	width:auto;
	opacity:1;
}
.social li a:hover{
	color:#fff;
	background:#2d6d3b;
}
.social li a:before{
	font-family:FontAwesome;
	margin-right:5px;
}
.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";
}
@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 footer*/
#footer{
	float:right;	
	background-color:#0c2b11;
	width:100%;
	padding:60px 0px;
	clear: both;
	overflow: hidden;
	position: relative;
}
#footer .width{
	position:relative;
}
.footbg {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 250px;
	height: 250px;
	border-radius: 300px;
	background: rgba(255,255,255,0.05);
}
.data_c {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	-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;
}
.data_c i{
	position: absolute;
	left: 33px;
	bottom: 33px;
	width: 8px;
	height: 8px;
	z-index: 1;
	border-radius: 50%;
	background-color:#56b2d5;
}
.foot{
	width:25%;
	float:right;
	padding:0px 20px;
	color:#adb6bc;
	font-size: 13px;
	line-height:2;
	position:relative;
	overflow:hidden;
}
.foot h2 {
	font-weight: 700;
	font-size: 15px;
	z-index: 1;
	position: relative;
	margin-bottom: 25px;
	text-transform:uppercase;
	color: #fff;
	display: inline-block;
	padding: 8px 0px;
}
.foot h2 b {
	background: rgba(255,255,255,0.2);
	padding: 0px 5px;
	border-radius: 2px;
	margin-left: 4px;
}
.foot h2:after{
	background:#2d6d3b;
	height:5px;
	width:70%;
	margin-top:8px;
	display:block;
	content:"";
	border-radius:50px;
}
.foot ul{
	clear:both;
	overflow:hidden;
}
.foot ul li{
	display:block;
}
.foot ul li a{
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
	padding: 8px 0 8px;
	position:relative;
	color:#adb6bc;
	font-size:13px;
	font-weight:600;
}
.foot ul li:last-child a{
	border-bottom:none;
}
.foot ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-left:5px;
	font-family:FontAwesome;
	content:"\f100";
}
.foot ul li a:hover{
	color:#fff;
	background:#755330;
	padding-right:10px;
}
.foot ul.tweet li {
	padding: 0px 0 8px;
	display: block;
	color:#adb6bc;
	font-size:12px;
	font-weight:600;
}
.foot ul.tweet li p {
	margin-right: 35px;
	background:rgba(0,0,0,0.1);
	padding:10px;
	border-radius:10px;
}
.foot ul.tweet li a:before{
	display:none;
}
.foot ul.tweet li a{
	display: inline-block;
	border-bottom:none;
	padding:0;
	color:#fff;
	background:none;
}
.foot ul.tweet li:before {
	vertical-align: 0;
	font-weight: normal;
	margin-left: 5px;
	font-family: FontAwesome;
	content: "\f099";
	font-size: 25px;
	float: right;
	width: 35px;
}
.contactus li {
  color: #adb6bc;
  display: block;
	font-size:13px;
	font-weight:600;
  padding-bottom: 6px;
  padding-top: 6px;
}
.contactus li:before {
	vertical-align: 0;
	font-weight: normal;
	font-family: FontAwesome;
	border: 1px solid #755330;
	display: inline-block;
	width: 25px;
	float:right;
	text-align: center;
	line-height: 25px;
	margin-left: 10px;
}
.contactus li.phone:before{
	content:"\f095";
}
.contactus li.phoneg:before{
	content:"\f095";
}
.contactus li.email:before{
	content:"\f003";
}
.contactus li.worktime:before{
	content:"\f017";
}
.contactus li span{
  color: #bfbfbf;
}
.contactus li a{
	color:#ddd;
}
.contactus li a:hover{
	color:#fff;
	text-decoration:underline;
}
.contactus li.homepage, .contactus li.contus {
	width: 48%;
	float: right;
}
.contactus li.contus {
	float: left;
}
.contactus li.homepage a, .contactus li.contus a {
	border: 1px solid #755330;
	display: block;
	text-align: center;
	font-size: 13px;
	padding: 5px 0px;
}
.contactus li.contus a:hover,.contactus li.homepage a:hover{
	text-decoration:none;
	background:#755330;
	color:#fff;
}
.logo_foot img {
	height: 55px;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	background-color:#0c2b11;
	border-top:1px solid rgba(255,255,255,0.05);
	color:#adb6bc;
	font-size:12px;
	font-weight:500;
}
.copyrights{
	float:right;
	line-height:45px;
}
.design{
	float:left;
	line-height:45px;
}
.design a {
	background: rgba(255,255,255,0.2);
	color:#fff;
	padding: 2px 5px;
	border-radius: 2px;
	margin-right: 4px;
}
.design a:hover{
	background:#755330;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:2500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:5px;
	display:none;
	width:40px;
	font-weight:700;
	padding-top:10px;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:70px;
	background:#755330;
}
.toTop span {
	display: block;
	font-weight: 500;
	font-size: 8px;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	color:#fff;
	background:#2d6d3b;
}
/*end totop*/
/*start data*/
#data {
	clear: both;
	display: block;
	width: 100%;
	position: relative;
	float: right;
	margin-bottom:50px;
	z-index: 100;
}
.data_list {
	width: 100%;
	position:relative;
	z-index:101;
	height: 100%;
}
.data_list li {
	display: block;
	position: relative;
	z-index: 100;
	float: right;
	text-align:center;
	width: 25%;
	margin-top:5px;
	padding: 0px 10px;
	margin-bottom:30px;
	opacity: 0;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	transition-property: opacity,transform;
	transform:translateY(-20%);	
}
.data_list li:nth-child(2){
	transform:translateY(-25%);	
}
.data_list li:nth-child(3){
	transform:translateY(-30%);	
}
.data_list li:nth-child(4){
	transform:translateY(-45%);	
}
#data.scroll .data_list li{
	transform:translateY(0);
	opacity:1;
}
.data_all {
	position:relative;
	margin-bottom: 30px;
}
.data_all2 {
	overflow: hidden;
	padding: 40px 20px 70px;
	position: relative;
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,.05);
	background-color: #fff;
	border-radius: 2px;
	margin-top: -33px;
}
.data_all2:before {
	content: "";
	background:rgba(65,171,88,0.1);
	width: 75%;
	height: 90px;
	position: absolute;
	bottom: -50px;
	right: -50px;
	-webkit-animation: movescale 3s linear infinite;
	animation: movescale 3s linear infinite;
	border-radius: 50%;
}
.data_all2:after {
	content: "";
	background: rgba(65,171,88,0.1);
	width: 75%;
	height: 90px;
	position: absolute;
	bottom: -50px;
	left: -60px;
	border-radius: 50%;
	-webkit-animation: movescale 5s linear infinite;
	animation: movescale 5s linear infinite;
}
.data_all .data_c i {
	left: 7px;
	bottom: 7px;
	background:#755330;
}
.data_all .data_c i:last-child{
	left:auto;
	right:7px;
	bottom:auto;
	top:7px;
	background:#755330;
}
.data_list li span {
	z-index: 101;
	width: 80px;
	height: 80px;
	margin-top:-46px;
	margin-left:auto;
	margin-right:auto;
	line-height: 70px;
	background: #2d6d3b;
	border:4px solid #fff;
	position: relative;
	font-size: 25px;
	display: block;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}
.data_list li span:before{
	font-family:FontAwesome;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color: #333;
	position: relative;
	height: 155px;
	margin-top:20px;
	font-weight: 600;
}
.data_list li p b {
	display: block;
	color: #000;
	z-index: 101;
	position: relative;
	font-weight: 700;
	font-size: 19px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li a {
	display: inline-block;
	color: #fff;
	background: #2d6d3b;
	padding: 8px 15px;
	font-size: 12px;
	position: relative;
	z-index: 1;
	font-weight: 600;
	border-radius: 2px;
	margin-top: 15px;
}
.data_list li a:hover {
	color:#fff;
	background:#755330;
}
/*end data*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
}
#aboutus .width{
	position:relative;
}
#aboutus .slideshow_bg {
	width: 250px;
	height: 250px;
	top: -21px;
	z-index: 1;
}
.aboutus_right{
	width:50%;
	vertical-align:top;
	display:table-cell;
	position:relative;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(200px,0,0) translateY(0%);
}
.aboutus_right.scroll{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_left{
	width:50%;
	vertical-align:top;
	display:table-cell;
	padding-right:50px;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(-200px,0,0) translateY(0%);	
}
.aboutus_left.scroll{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_right ol li{
	width:50%;
	color:#fff;
	height:200px;
	float:right;
	position:relative;
	text-align:center;
}
.aboutus_right ol li span{
	width: 50px;
	height: 50px;
	top:120px;
	display:block;
	border-radius: 50px;
	background: #755330;
	margin-right: auto;
	margin-left: auto;
	line-height:50px;
	position: relative;
	cursor:pointer;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.aboutus_right ol li span:after{
	border:1px solid #fff;
	width:42px;
	height:42px;
	border-radius: 50px;
	content:"";
	position:absolute;
	display:block;
	top:3px;
	right:3px;
}
.aboutus_right ol li span:before {
	font-family:FontAwesome;
	font-size: 20px;
	font-weight: normal;
}
.aboutus_right ol li.aboutus_loop_active span em{
	display:none;
}
.aboutus_right ol li span em {
	-webkit-animation-name: bullets;
	animation-name: bullets;
	-webkit-animation-duration: 1.5s;
  	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border: 5px solid #FFF;
	border-radius: 50%;
	bottom: -5px;
	content: "";
	left: -5px;
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 2;
}
.aboutus_right ol li:nth-child(2) span,.aboutus_right ol li:nth-child(2) .aboutus_loop{
	background:#755330;
}
.aboutus_right ol li:nth-child(3) span,.aboutus_right ol li:nth-child(3) .aboutus_loop{
	background:#2d6d3b;
}
.aboutus_right ol li:nth-child(4) span,.aboutus_right ol li:nth-child(4) .aboutus_loop{
	background:#755330;
}
.aboutus_right ol li.aboutus_loop_active .aboutus_loop{
	transform:scale(1);
}
.aboutus_loop{
	width:190px;
	height:190px;
	transform:scale(0);
	background:#2d6d3b;
	border-radius:200px;
	margin-left:auto;
	overflow:hidden;
	position:relative;
	margin-right:auto;
	-moz-transition: all 1s;
	-webkit-transition:all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
.aboutus_loop:after{
	border:1px solid #fff;
	border-radius:150px;
	width:180px;
	height:180px;
	content:"";
	position:absolute;
	top:4px;
	right:4px;
}
.aboutus_loop:before{
	content:"";
	width:180px;
	height:180px;
	border:5px solid #fff;
	position:absolute;
	border-radius:150px;
	top:0;
	right:0;
}
.aboutus_txt{
	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:20px;
}
.aboutus_txt1{
	display:block;
	width:100%;
	text-transform:uppercase;
	font-weight:400;
	font-size:13px;
}
.aboutus_txt1 h2{
	font-weight:700;
	font-size:15px;
}
.aboutus_txt1 b {
	font-size: 40px;
}
.aboutus_right div img{
	width:100%;
	position:absolute;
	top:0;
	right:0;
	object-fit:cover;
	object-position:center;
	height:100%;
}
.aboutus_left h1 {
	color: #000;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
	line-height:1;
}
.aboutus_left h1 b {
	background: rgba(86,178,213,0.1);
	color: #2d6d3b;
	line-height: 1;
	font-weight: 700;
	padding: 5px 6px;
	display: inline-block;
	border-radius: 2px;
}
.aboutus_left h2 {
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 25px;
	color: #091e0c;
	line-height: 1;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #333;
	clear: both;
	line-height: 2;
}
.aboutus_left a {
	display: block;
	float: right;
	margin-top: 5px;
	background: #2d6d3b;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
}
.aboutus_left a:hover {
	background: #755330;
}
.aboutus_left a:before {
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	font-weight:normal;
	margin-left:10px;
}
/*end aboutus*/
/*start pages_title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #000;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}
.pages_title.withwhite{
	color:#fff;
}
.pages_title h1 {
	font-weight: 700;
	font-size: 45px;
	line-height: 1;
	margin-bottom: 15px;
}
.pages_title.withwhite h1 b{
	background:rgba(65,171,88,0.1);
	color:#4cae64;
}
.pages_title h1 b{
	background: rgba(65,171,88,0.8);
	color: #fff;
	line-height: 1;
	font-weight: 700;
	padding: 5px 6px;
	display: inline-block;
	border-radius: 2px;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 27px;
	color: #333;
	line-height: 1;
	margin-bottom: 20px;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title p {
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-weight: 500;
	font-size: 14px;
}
/*end pages_title*/
/*start services*/
#services {
	clear: both;
	margin-bottom: 40px;
	background-image: url(../images/bg/bg33.png);
	background-position: top;
	background-size: cover;
	padding: 140px 0px 190px;
	overflow:hidden;
}
.serv_loop {
	width: 25%;
	float: right;
	overflow: hidden;
	padding:20px 5px;
	opacity: 0;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	transition-property: opacity,transform;
	transform:translateY(-20%);	
}
.serv_loop:nth-child(2){
	transform:translateY(-30%);	
}
.serv_loop:nth-child(3){
	transform:translateY(-40%);	
}
.serv_loop:nth-child(4){
	transform:translateY(-50%);	
}
#services.scroll .serv_loop{
	transform:translateY(0);
	opacity:1;
}
.serv_all {
	width: 100%;
	position: relative;
	background:#fff;
	padding:10px;
	box-shadow:0px 0px 5px 4px rgba(0,0,0,.05);
	border-radius:5px;
	overflow: hidden;
}
.serv_img {
	width: 100%;
	height:200px;
	overflow:hidden;
}
.serv_img img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position:center;
	display:block;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.serv_all:hover .serv_img img{
	transform:scale(1.2) rotate(-10deg);
}
.serv_img span {
	width: 70px;
	height: 70px;
	border-radius: 70px;
	line-height: 60px;
	background:#2d6d3b;
	color: #fff;
	font-size: 25px;
	position: absolute;
	text-align: center;
	border: 5px solid #fff;
	right: 50%;
	margin-right: -35px;
	top: 175px;
}
.serv_img span:before{
	font-family:FontAwesome;
	font-weight:normal;
}
.serv_img .data_c i {
	left: 5px;
	bottom: 5px;
	background: #755330;
}
.serv_img .data_c i:last-child{
	left:auto;
	bottom:auto;
	right: 5px;
	top: 5px;
	background:#755330;
}
.serv_txt {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 40px 0px 20px;
	text-align: center;
}
.serv_txt .slideshow_bg {
	width: 150px;
	height: 150px;
	top: 50%;
	margin-top: -75px;
	left: auto;
	right: -35%;
}
.serv_txt h2 {
	font-weight: 700;
	font-size: 15px;
	position:relative;
	display: block;
	margin-bottom: 10px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.serv_txt span {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #f8f8f8;
	margin-right: -10px;
	margin-left: -10px;
	color: #555;
	font-size: 13px;
}
.serv_more {
	text-align: center;
	padding-bottom:10px;
}
.serv_more a {
	display: inline-block;
	background: #2d6d3b;
	border-radius: 3px;
	text-align: center;
	padding:0px 15px;
	font-weight:600;
	margin-left:auto;
	margin-right:auto;
	line-height: 43px;
	color: #fff;
}
.serv_more a:hover{
	background:#755330;
}
.serv_more a:before {
	content: "\f061";
	margin-left:10px;
	font-weight:normal;
	font-family: FontAwesome;
	font-size: 14px;
}
/*end services*/
/*start customers*/
#customers{
	clear:both;
	float:right;
	width:100%;
	margin-bottom:100px;
	overflow:hidden;
}
.customers {
	width: 600px;
	height: 600px;
	border-radius: 800px;
	border: 1px solid rgba(65,171,88,0.1);
	margin-right: auto;
	position:relative;
	margin-left: auto;
	margin-top:60px;
	padding: 50px;
	opacity: 0;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	transition-property: opacity,transform;
	transform:translateY(20%);		
}
#customers.scroll .customers{
	opacity:1;
	transform:translateY(0) translateZ(0);
}
.customers_all {
	width: 100%;
	height: 100%;
	border: 1px solid rgba(65,171,88,0.1);
	border-radius: 50%;
	padding: 50px;
}
.customers_all_logo {
	background: rgba(65,171,88,0.1);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	padding: 50px;
}
.customers_all_logo1 {
	background: #fff;
	border-radius: 50%;
	padding: 50px;
	width: 100%;
	height: 100%;
}
.customers_all_logo1 img {
	border: 3px solid #327b44;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	padding: 8px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}
.customers_all_logo1 h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #042d3c;
}
.customers_all ol {
	position: absolute;
	top: 0;
	width:100%;
	height:100%;
	right: 0;
}
.customers_all ol li{
	position:absolute;
}
.customers_all ol li:nth-child(1) {
	right: 50%;
	top: -40px;
	margin-right: -40px;
}
.customers_all ol li:nth-child(2) {
	right: 2%;
	top: 15%;
}
.customers_all ol li:nth-child(3) {
	top: 45%;
	right: -40px;
}
.customers_all ol li:nth-child(4) {
	top: 75%;
	right: 25px;
}
.customers_all ol li:nth-child(5) {
	top: 84%;
	right: 50%;
	margin-right: -40px;
}
.customers_all ol li:nth-child(6){
	top: 75%;
	left: 25px;
}
.customers_all ol li:nth-child(7){
	top: 45%;
	left: -40px;
}
.customers_all ol li:nth-child(8){
	left: 2%;
	top: 15%;
}
.customers_all ol li:nth-child(9){
	
}
.customers_all_li {
	text-align: center;
	line-height: 1;
}
.customers_all ol li img{
	width:70px;
	height:70px;
	border:5px solid rgba(86,178,213,0.1);
	border-radius:70px;
	-webkit-animation: rotateme 5s linear infinite;
	animation: rotateme 5s linear infinite;
}
.customers_all ol li h1 {
	font-weight: 600;
	font-size: 13px;
	display: block;
	color:#333;
	text-align: center;
}
.customers_all ol li:hover img{
	animation:none;
}
/*end customers*/
/*start projects*/
#projects{
	background:#091e0c;
	float:right;
	width:100%;
	padding:70px 0px;
	overflow:hidden;
	margin-bottom:40px;
	position:relative;
}
#projects .slideshow_bg {
	top: -6%;
	left: -25%;
}
.projects li {
	display: block;
	float: right;
	width: 33.33%;
	overflow: hidden;
	padding: 15px;
	opacity: 0;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	transition-property: opacity,transform;
	transform:translateY(30%);		
}
#projects.scroll .projects li{
	opacity:1;
	transform:translateY(0) translateZ(0);
}
.proj_all {
	overflow: hidden;
	border-radius: 10px;
	background:rgba(86,178,213,0.1);
}
.proj_img {
	height: 250px;
	width: 100%;
	overflow:hidden;
	position: relative;
}
.proj_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.proj_all:hover .proj_img img{
	transform:scale(1.2) rotate(-10deg);
}
.proj_img_logo {
	padding: 15px;
	border-bottom: 1px solid rgba(00,00,00,0.1);
	color: #fff;
}
.proj_img_logo img {
	float: right;
	width: 50px;
	height: 50px;
	margin-left:20px;
	border-radius: 50px;
}
.proj_img_logo h1 {
	font-weight: 600;
	font-size: 14px;
	padding-top: 5px;
}
.proj_img_logo h2 {
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #bbb;
}
.proj_txt {
	clear: both;
	display: block;
	padding: 20px;
	color: #bbb;
}
.proj_txt h2 {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	display: block;
	margin-bottom: 20px;
}
.proj_txt p {
	color: #fff;
	font-size: 12px;
}
.proj_txt p i {
	color: #af862b;
	margin-left:5px;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
}
/*end projects*/
/*start team*/
#team{
	float:right;
	width:100%;
	margin-bottom:40px;
	overflow:hidden;
	clear:both;
}
#team ol li {
	float: right;
	width: 25%;
	overflow: hidden;
	height: 305px;
	position:relative;
	opacity: 0;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	transition-property: opacity,transform;
	transform:translateY(30%);
}
#team.scroll ol li{
	opacity:1;
	transform:translateY(0) translateZ(0);
}
#team ol li:first-child {
	width: 50%;
	opacity:1;
	transform:translateY(0) translateZ(0);
}
#team li .pages_title {
	margin-bottom: 0;
	margin-top: 66px;
}
#team ol li img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: top;
}
#team ol li .team_all p {
	position: absolute;
	bottom: -100px;
	left: 0;
	background: #f7f7f7;
	width: 100%;
	opacity:0;
	padding: 15px;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
#team ol li:hover .team_all p{
	opacity:1;
	bottom:0;
}
#team ol li .team_all p b {
	display: block;
	color: #000;
	font-weight: 700;
	font-size: 18px;
}
#team ol li .team_all p i {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	color: #2d6d3b;
}
#team ol li .social {
	position: absolute;
	right: 10px;
	top: 10px;
}
#team ol li .social li {
	width: auto;
	display: block;
	height: auto;
	float: none;
	margin-bottom: 10px;
}
#team ol li .social li a {
	background: #fff;
	text-align: center;
	padding: 0px;
	width: 0;
	height: 0;
	display:block;
	opacity:0;
	margin: 0;
	color: #042d3c;
	line-height: 35px;
	border-radius: 0px;
}
#team ol li:hover .social li a{
	opacity:1;
	width: 35px;
	height: 35px;
}
#team ol li .social li a:before{
	margin:0;
}
#team ol li .social li a:hover{
	background:#2d6d3b;
	color:#fff;
}
/*end team*/
/*start news*/
#news {
	float: right;
	width: 100%;
	background:rgba(86,178,213,0.05);
	clear: both;
	overflow:hidden;
	display: block;
	padding:50px 0px;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:15px;
	opacity: 0;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	transition-property: opacity,transform;
	transform:translateY(-30%);
	overflow:hidden;
}
#news.scroll .news_loop{
	opacity:1;
	transform:translateY(0) translateZ(0);
}
.news_all {
	width: 100%;
	display: block;
	box-shadow:0px 0px 5px 4px rgba(0,0,0,.05);
	background:#fff;
	position:relative;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 250px;
	overflow: hidden;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	position: relative;
}
.news_all:hover .news_img a:after {
	left: -50%;
}
.news_img a:after {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 100%;
	left: -150%;
	position: absolute;
	top: 0;
	transition: none 0s ease 0s;
	width: 100%;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.news_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:top;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.news_all:hover .news_img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.news_img a {
	position: relative;
	display: block;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.news_img span {
	position: absolute;
	left: 20px;
	top: 0;
	background: #2d6d3b;
	color: #fff;
	padding: 10px 5px;
	text-align: center;
	font-size: 11px;
}
.news_img span p {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.news_img span i {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
}
.news_txt {
	padding: 20px;
	clear: both;
	display: block;
}
.news_date {
	clear: both;
	font-size: 12px;
	color: #777;
}
.news_txt h2 {
	font-weight: 800;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	padding: 0px 20px 10px;
}
.news_more a {
	display: block;
	background: #2d6d3b;
	padding: 7px 10px;
	font-weight:600;
	color: #fff;
	float: right;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: 10px;
	content: "\f060";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #755330;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
.news_tags {
	padding: 10px;
	border-top: 1px solid #eee;
}
.news_tags a {
	border: 1px solid #ddd;
	color: #333;
	padding:3px 7px;
	display:inline-block;
	font-size: 13px;
	margin: 2px;
}
.news_tags a:before{
	content:"#";
	vertical-align:middle;
	margin-left:2px;
}
.news_tags a:hover{
	border:1px solid #755330;
	color:#755330;
}
/*end news*/