/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:Changa, sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:1.7;
}
#contactus img {
	height: 90px;
	position: absolute;
	border: 2px solid #ccc;
	left: 20px;
	bottom: 74px;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#70b340;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#4ebed6;
	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;
}
.icon_menu_open{
	float:right;
	margin-right:15px;
}
/*end body*/
/*start top*/
#top{
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.04);
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	display:block;
	z-index:50000;
	height:70px;
	text-transform:uppercase;
}
.welcome{
	float:right;
	position:relative;
	font-size:14px;
	font-weight:400;
	color:#fff;
	line-height:70px;
}
.welcome span{
	color:#fff;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:left;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0px 10px;
	line-height:70px;
}
.s_contact li span{
	direction:rtl;
	letter-spacing:normal;
}
.s_contact li span{
	border-left:none;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	display:inline-block;
	position:relative;
	color:#70b340;
	font-weight:normal;
	margin-left:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticond;
}
.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.mapi span:before{
	content:"\f041";
}
.social {
	float: right;
	margin-right:20px;
	margin-top: 11px;
}
.social li{
	display:block;
	position:relative;
	float:right;
	margin:0px 4px;
}
.social li a {
	color:#fff;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	width:45px;
	height:45px;
	border-radius:50%;
	border:1px solid #fff;
	line-height: 43px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.social li a:hover{
	border:1px solid #70b340;
	background:#70b340;
	transform:rotate(-360deg);
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before,.my_products_share a.facebook:before{
	content:"\f09a";
}
.social li.twitter a:before,.my_products_share a.twitter: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,.my_products_share a.pinterest: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";
}
.lang{
	position:absolute;
	left:0;
	top:0;
	height:100%;
}
.lang a {
	background: #70b340;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px 12px;
	display: block;
	border-radius: 0px 60px 60px 0px;
	margin-top: 13px;
}
.lang a:hover{
	padding-right:15px;
	padding-left:15px;
	background:#4ebed6;
}
/*end top*/
/*start header*/
#header{
	z-index:5000;
	width:100%;
	height:120px;
	float:right;
	clear:both;
	position:absolute;
	top:70px;
}
.logo {
	float: right;
	position: relative;
	padding-top:10px;
}
.logo img {
	height:110px;
	float: right;
}
.logo img.logo2{
	display:none;
}
.get_qoute {
	float: left;
	margin-top: 42px;
	margin-right:0px;
}
.get_qoute a {
	background: #70b340;
	height: 45px;
	line-height: 43px;
	display: inline-block;
	border-radius: 2px;
	color: #fff;
	margin-left:20px;
	font-weight: 400;
	position:relative;
	overflow:hidden;
	font-size: 15px;
	padding: 0px 30px;
	border-radius:30px;
	text-transform: uppercase;
}
.get_qoute a:hover{
	color:#fff;
}
.get_qoute a b{
	font-weight:600;
	position:relative;
	z-index:100;
}
.get_qoute a b:after{
	font-family:FontAwesome5,FontAwesome;
	font-weight:normal;
	margin-right:10px;
	content:"\f2b6";
}
.get_qoute a e{
	position:relative;
}
.get_qoute a:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#4ebed6;
	border-radius:30px;
	transform:scale(0);
	top:0;
	left:0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.get_qoute a:hover:before{
	left:0;
	transform:scale(1);
}
.nav {
	float:left;
	margin-top:42px;
	margin-left:10px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 12px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	text-transform:uppercase;
	line-height:50px;
	font-weight:400;
	font-size:15px;
	position:relative;
}
.nav li a:before{
	content:"";
	font-weight:600;
	display:inline-block;
	vertical-align:0px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#70b340;
	margin-left:10px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:20px;
	background:#70b340;
	position:absolute;
	bottom:5px;
	left:100%;
	right:-500px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.nav li a:hover:after,.nav li:hover a:after,.nav li.current a:after{
	left:35px;
	right:15px;
}
.nav li:hover .sub{
	top:50px;
	opacity:1;
	visibility:visible;
}
.sub{
	position:absolute;
	box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-ms-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-o-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-moz-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	background:#fff;
	width:245px;
	padding:20px;
	right:0px;
	border-radius:2px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:600;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li .sub ul li a:after{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding:10px 15px;
	color:#010937;
	font-size:14px;
	line-height:normal;
	height:auto;
	font-weight:400;
}
.nav li i {
	position: absolute;
	top: -18px;
	right: 30px;
	color:#fff;
	background: #4ebed6;
	line-height: normal;
	padding: 2px 10px;
	border-radius: 3px;
	font-style: normal;
	font-size: 12px;
}
.nav li .sub ul li a:hover{
	background:#1a3022;
	color:#fff;
	padding-right:17px;
}
.search_icon {
	float:left;
}
.search_icon svg {
	fill: #fff;
	width: 20px;
	margin-right: 0px;
	margin-left:20px;
	height: auto;
	margin-top: 58px;
	cursor: pointer;
}
.searchbox {
	background: rgba(26,48,34,0.95);
	position: fixed;
	width: 100%;
	display: none;
	z-index: 1110002;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0px;
}
.searchbox_close {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	background: #70b340;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	left: 20px;
	top: 20px;
	text-transform: uppercase;
	font-family: arial;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 45px;
	position: relative;
	margin-top: 161px;
	background: #fff;
	height: 100px;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #000;
	font-size: 20px;
	font-family:Changa, sans-serif;
	padding: 0px 20px 0px 75px;
	line-height: 100px;
	width: 100%;
}
.searchbox label button {
	width: 30px;
	height: 100px;
	border: none;
	background: none;
	cursor: pointer;
	position: absolute;
	left: 45px;
	top: 0;
	color: #70b340;
	text-align: center;
	line-height: 100px;
	font-size: 20px;
}
.searchbox label button:before{
	font-family:FontAwesome;
	content:"\f002";
}
.searchbox label button:hover{
	opacity:0.8;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background: #1a3022;
	width: 100%;
	height:120px;
	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;
	box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.6);
}
.nav_fix:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:-1;
	background-image:url(../images/bg/bg52.png);
	background-size:cover;
	background-position:center;
	opacity:0.1;
}
body.scrolled .nav_fix{
	top:0;
}
body.scrolled .nav_fix .logo img{
	height:105px;
}
/*end head_fix*/
/*start footer*/
#footer{
	background-color:#1a3022;
	float:right;	
	width:100%;
	clear:both;
	padding:0px 0px 30px;
	position:relative;
}
#footer .width{
	position:relative;
}
.foot_move {
	position: absolute;
	top: -21px;
	left: 72px;
	background-image: url(../images/bg/bg54.png);
	height: 158px;
	overflow: hidden;
	width:85px;
	background-size: cover;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
}
.foot_move2 {
	position: absolute;
	top: 35px;
	left: 121px;
	background-image: url(../images/bg/bg53.png);
	height: 90px;
	overflow: hidden;
	width: 90px;
	background-size: 100%;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
}
.foot_img:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-image:url(../images/bg/bg52.png);
	background-size:cover;
	background-position:center;
	opacity:0.1;
}
.foot_img{
	background-image:url(../images/bg/bg50.png);
	background-position:top center;
	background-size:cover;
	background-repeat:no-repeat;
	left:0;
	bottom:0;
	right:0;
	top:-80px;
	position:absolute;
}
.foot_top {
	position: relative;
	border-bottom: 2px solid rgba(255,255,255,0.1);
	text-align: center;
	padding: 20px 0px;
	overflow:hidden;
}
.foot_logo {
	display:inline-block;
	vertical-align: middle;
}
.foot_logo img {
	height: 100px;
}
.foot_copyrights {
	display: inline-block;
	vertical-align: middle;
	text-align:right;
	padding-right:35px;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,0.2);
	margin-right: 50px;
	max-width: 250px;
}
.foot_copyrights a{
	color:#fff;
	font-weight:400;
}
.foot_copyrights a:hover{
	text-decoration:underline;
}
.foot_center {
	border-bottom: 2px solid rgba(255,255,255,0.1);
	padding: 20px 0px;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.foot li {
	display: inline-block;
}
.foot li a {
	color: #fff;
	display: block;
	padding: 15px 30px;
	font-weight: 400;
	font-size: 16px;
}
.foot li a:before{
	content:"";
	font-weight:600;
	display:inline-block;
	vertical-align:0px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#70b340;
	margin-left:10px;
}
.foot li a:hover{
	color: #70b340;
}
.foot_bottom {
	clear: both;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 50px 0px;
}
.foot_bottom_list {
	display: block;
	float: right;
	color: #fff;
	margin-left: 60px;
}
.foot_bottom_list span {
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticond;
	background: #70b340;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
	font-weight: normal;
	float: right;
}
.foot_bottom_list div {
	padding-right: 60px;
}
.foot_bottom_list div h2 {
	font-weight: normal;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
	color: #eee;
}
.foot_bottom_list div p {
	display: block;
	font-weight:400;
	color: #fff;
	font-size: 14px;
}
#footer .social {
	clear: none;
	float: left;
	border: none;
	height: auto;
	margin: 5px 0 0;
}
#footer .social li {
	float: right;
}
#footer .social li a {
	width: 50px;
	min-width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-right: 6px;
	border: none;
	text-align: center;
	background: rgba(0,0,0,0.2);
	color: #fff;
}
#footer .social li.facebook a{
	background:#1877F2;
}
#footer .social li.twitter a{
	background:#1DA1F2;
}
#footer .social li.youtube a{
	background:#FF0000;
}
#footer .social li.snapchat a{
	background:#c8b146;
}
#footer .social li.linkedin a{
	background:#0077B5;
}
#footer .social li.instagram a{
	background:#4c68d7;
}
#footer .social li a:hover{
	background:#3c9cb4;
	color:#fff;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:1500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:20px;
	display:none;
	border-radius:50%;
	width:40px;
	font-weight:700;
	line-height:40px;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:40px;
	background:#70b340;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	color:#fff;
	background:#4ebed6;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:130%;
	display:block;
	z-index:100;
	margin-bottom:50px;
	background-color:#1a3022;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
#slideshow:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:-1;
	background-image:url(../images/bg/bg52.png);
	background-position:top center;
	background-size:cover;
	opacity:0.05;
	background-repeat:no-repeat;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.slider{
	width:100%;
	height:100%;
}
.slider_cont{
	display:table;
	padding-top:220px;
	width:100%;
	height:100%;
}
.slider_right{
	vertical-align:middle;
	display:table-cell;
	width:40%;
	position:relative;
}
.slider_right img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: top;
	position: absolute;
	top: 0;
	left: 0;
}
.slider_right img.slider_right_small {
	position: absolute;
	height:auto;
	object-fit:unset;
	object-position:unset;
	width: 400px;
	top: 90px;
	left: -200px;
}
.slider_left{
	vertical-align:middle;
	width:60%;
	display:table-cell;
	padding-right:170px;
	padding-left:50px;
}
.slideshow_shape{
	background-image: url(../images/bg/bg53.png);
	background-repeat: no-repeat;
	background-size:100%;
	position: absolute;
	left:20px;
	bottom: 100px;
	width: 100px;
	height: 100px;
	z-index: 999;
	margin-right: -87px;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
}
.slideshow_shape3{
	background-image: url(../images/bg/bg53.png);
	background-repeat: no-repeat;
	background-size:100%;
	position: absolute;
	left:48%;
	top: 280px;
	width: 100px;
	height: 100px;
	z-index: 999;
	margin-right: -87px;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
}
.slideshow_shape2 {
	position: absolute;
	top:250px;
	left:20px;
	background-image: url(../images/bg/bg54.png);
	height: 158px;
	overflow: hidden;
	width:85px;
	background-size: cover;
	-webkit-animation: movescale 5s linear infinite;
	animation: movescale 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 h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	text-shadow:1px 1px 1px #231f20;
	font-size: 75px;
	margin-bottom: 35px;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #cccccc;
	font-size: 15px;
	font-weight:400;
	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: #70b340;
	height: 45px;
	line-height: 43px;
	display: inline-block;
	border-radius: 2px;
	color: #fff;
	margin-left:20px;
	font-weight: 400;
	position:relative;
	overflow:hidden;
	font-size: 15px;
	padding: 0px 30px;
	margin-top:20px;
	border-radius:30px;
	text-transform: uppercase;
}
.slider_cont a:hover{
	color:#fff;
}
.slider_cont a b{
	font-weight:600;
	position:relative;
	z-index:100;
}
.slider_cont a b:after{
	font-family:FontAwesome5,FontAwesome;
	font-weight:normal;
	vertical-align:middle;
	margin-right:10px;
	content:"\f177";
}
.slider_cont a e{
	position:relative;
}
.slider_cont a:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#4ebed6;
	border-radius:30px;
	transform:scale(0);
	top:0;
	left:0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.slider_cont a:hover:before{
	left:0;
	transform:scale(1);
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	left: 20px;
	direction:ltr;
	bottom:40px;
	margin-top:-30px;
	text-align:center;
}
.cycle-pager .cycle-pager-active {
	background:#70b340;
}
.cycle-pager span {
	margin-bottom:2px;
	width:70px;
	height:4px;
	margin:0px 5px;
	background:rgba(255,255,255,0.8);
	cursor:pointer;
	display:inline-block;
}
@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
/*end slideshow*/
/*start data*/
#data {
	clear: both;
	display: block;
	width: 100%;
	position: relative;
	float: right;
	z-index: 100;
	margin-bottom:50px;
}
.data_list {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
	height: 100%;
}
.data_list li {
	display: block;
	position: relative;
	z-index: 100;
	float: right;
	width: 25%;
	padding: 30px 20px;
	margin-bottom:30px;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);
}
.data_list li:nth-child(2){
	transition-duration:1.2s;
}
.data_list li:nth-child(3){
	transition-duration:1.3s;
}
.data_list li:nth-child(4){
	transition-duration:1.4s;
}
.data_list li:nth-child(5){
	transition-duration:1.5s;
}
.data_list li:nth-child(6){
	transition-duration:1.6s;
}
#data .width.scroll .data_list li{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.data_all{
	text-align:center;
}
.data_list li span {
	font-family:Flaticon,FontAwesome5,FontAwesome,iconmoon;
	color:#70b340;
	font-size:60px;
}
.data_list li p {
	overflow: hidden;
	font-size: 14px;
	z-index: 101;
	color: #333;
	position: relative;
	height: 120px;
	margin-top: 20px;
}
.data_list li p b {
	display: block;
	color: #1a3022;
	z-index: 101;
	position: relative;
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end data*/
/*start downpdf*/
#downpdf{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:70px;
}
#downpdf .width{
	position:relative;
}
.downpdf{
	background-image:url(../images/bg/bg58.jpg);
	background-size:cover;
	background-position:center;
	background-color:#e5fee8;
	margin:0px 50px;
	padding:60px 80px;
	overflow:hidden;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);
}
#downpdf .width.scroll .downpdf{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.downpdf_right {
	float: right;
	overflow: hidden;
	width: 55%;
}
.downpdf_right h2 {
	font-weight: 400;
	font-size: 40px;
	display: block;
	color: #1a3022;
	margin-bottom: 11px;
}
.downpdf_right p {
	font-size: 15px;
}
.downpdf_left {
	float: left;
}
.downpdf_left a {
	background: #70b340;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	border-radius: 2px;
	color: #fff;
	font-weight: 400;
	position:relative;
	overflow:hidden;
	font-size: 15px;
	padding: 0px 30px;
	margin-top:48px;
	border-radius:30px;
	text-transform: uppercase;
}
.downpdf_left a:hover{
	color:#fff;
}
.downpdf_left a b{
	font-weight:600;
	position:relative;
	z-index:100;
}
.downpdf_left a b:after{
	font-family:FontAwesome5,FontAwesome;
	font-weight:normal;
	vertical-align:middle;
	margin-right:10px;
	content:"\f177";
}
.downpdf_left a e{
	position:relative;
}
.downpdf_left a:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#4ebed6;
	border-radius:30px;
	transform:scale(0);
	top:0;
	left:0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.downpdf_left a:hover:before{
	left:0;
	transform:scale(1);
}
.downpdf_cover {
	position: absolute;
	top: 0;
	right: 0px;
	background-image: url(../images/bg/bg54.png);
	height: 158px;
	overflow: hidden;
	width: 120px;
	z-index:100;
	background-size: cover;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
}
.downpdf_cover2 {
	position: absolute;
	top: 100px;
	right: 0px;
	background-image: url(../images/bg/bg55.png);
	height: 133px;
	overflow: hidden;
	width: 103px;
	z-index:100;
	background-size: cover;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
}
.downpdf_cover3 {
	position: absolute;
	top: 100px;
	left: -50px;
	background-image: url(../images/bg/bg53.png);
	height: 133px;
	overflow: hidden;
	width: 133px;
	z-index:100;
	background-size: cover;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
}
/*end downpdf*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	float:right;
	width:100%;
	position:relative;
	z-index:500;
	overflow:hidden;
	margin-bottom:50px;
}
#aboutus .width{
	position:relative;
	display:table;
}
.aboutus_right {
	width: 50%;
	height:100%;
	vertical-align: top;
	display: table-cell;
	position: relative;
	background-repeat: no-repeat;
	padding-left:20px;
	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 .width.scroll .aboutus_right{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_right_img {
	width: 48%;
	position: absolute;
	left: 0;
	height: 100%;
}
.aboutus_right_img img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:top;
	border-radius: 5px;
}
.aboutus_right_txt {
	position:absolute;
	right:0;
	width:48%;
	height: 100%;
}
.aboutus_right_txt img{
	width:100%;
	height:70%;
	display:block;
	object-fit:cover;
	object-position:top;
	border-radius: 5px;
	margin-bottom:11%;
}
.aboutus_right_txt h2 {
	background-color: #70b340;
	background-image: url(../images/bg/bg53.png);
	background-position: top;
	color: #fff;
	text-align: center;
	font-weight: 400;
	height: 25%;
	font-size: 22px;
	border-radius: 5px;
	line-height: 1.3;
	padding-top: 76px;
}
.aboutus_left{
	width:50%;
	vertical-align:top;
	padding-right:40px;
	padding-bottom:25px;
	display:table-cell;
	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 .width.scroll .aboutus_left{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_left .pages_title{
	text-align:right;
}
.aboutus_left .pages_title h2:after{
	margin-right:0;
	margin-left:0;
}
.aboutus_left_txt {
	font-size: 15px;
	font-weight: 400;
	margin-bottom:20px;
	color: #333;
	clear: both;
	line-height: 2;
}
.aboutus_left_txt ol {
	margin-top: 30px;
	margin-bottom:40px;
	clear: both;
}
.aboutus_left_txt li {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 15px;
}
.aboutus_left_txt li b{
	width:16px;
	height:16px;
	background:#1a3022;
	border-radius:50%;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	margin-left:10px;
}
.aboutus_left_txt li b:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #4ebed6;
	border-radius: 50%;
	position: absolute;
	right: 5px;
	top: 5px;
}
.aboutus_left_owner {
	overflow: hidden;
	display: block;
}
.aboutus_left_owner img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	object-position: top;
	border-radius: 50%;
	border: 2px solid #70b340;
	padding: 4px;
	float: right;
}
.aboutus_left_owner p {
	margin-right: 80px;
	margin-top: 6px;
}
.aboutus_left_owner p b {
	font-weight: 400;
	font-size: 20px;
	display: block;
	line-height: 1;
	margin-bottom: 3px;
	color: #1a3022;
}
/*end aboutus*/
/*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%;
	background: #fff;
}
.partners_all img{
	display:block;
	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;
	background:#bbb;
	margin-left: 5px;
	border:none;
	width:30px;
	height:4px;
	cursor:pointer;
}
.slick-dots li.slick-active button{
	background:#70b340;
}
/*end partners*/
/*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: #222;
}
.pages_title h1 {
	font-size: 14px;
	font-weight: 600;
	display:inline-block;
	padding:0px 20px;
	color: #70b340;
	margin-bottom:8px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #70b340;
	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: #70b340;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 400;
	font-size: 40px;
	color: #1a3022;
	display: block;
	margin-bottom: 10px;
}
.pages_title span {
	font-size: 15px;
}
/*end pages title*/
/*start services*/
#services{
	float:right;
	width:100%;
	margin-bottom:40px;
	overflow:hidden;
	clear:both;
	background-image:url(../images/bg/bg27.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#e5fee8;
	padding:50px 0px;
}
.serv_loop {
	float: right;
	width:50%;
	padding: 15px;
	overflow: hidden;
}
#services .serv_loop{
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);
}
#services .width.scroll .serv_loop{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.serv_all {
	background-color: #fff;
	background-image:url(../images/bg/bg28.png);
	background-repeat:no-repeat;
	background-position:center top;
	box-shadow: 0px 0px 30px -6px rgba(42, 67, 113, 0.1);
	border-radius: 20px;
	overflow: hidden;
	padding-bottom:40px;
	display: block;
	position: relative;
}
.serv_all:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	right:0;background-image:url(../images/bg/bg26.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.serv_img {
	clear: both;
	display: block;
	height: 195px;
	padding-top: 30px;
	position:relative;
	z-index:100;
	text-align: center;
	margin-bottom: 20px;
}
.serv_img img {
	max-height: 100%;
}
.serv_title {
	padding: 0px 20px 15px;
	text-align: center;
	position:relative;	
	z-index:100;	
	border-bottom: 1px solid #f8f8f8;
}
.serv_title a {
	font-weight: 400;
	font-size: 20px;
	color: #1a3022;
}
.serv_txt {
	display: block;
	text-align: center;
	position:relative;	
	z-index:100;	
	margin-bottom: 15px;
}
.serv_txt li {
	padding: 15px;
	border-bottom: 1px solid #f8f8f8;
	color: #444;
	font-size: 14px;
}
.serv_more{
	text-align:center;
	position:relative;
	z-index:100;
}
.serv_more a {
	background: #70b340;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	border-radius: 2px;
	color: #fff;
	font-weight: 400;
	position:relative;
	overflow:hidden;
	font-size: 15px;
	padding: 0px 30px;
	margin-top:48px;
	border-radius:30px;
	text-transform: uppercase;
}
.serv_more a:hover{
	color:#fff;
}
.serv_more a b{
	font-weight:600;
	position:relative;
	z-index:100;
}
.serv_more a b:after{
	font-family:FontAwesome5,FontAwesome;
	font-weight:normal;
	vertical-align:middle;
	margin-right:10px;
	content:"\f177";
}
.serv_more a e{
	position:relative;
}
.serv_more a:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#4ebed6;
	border-radius:30px;
	transform:scale(0);
	top:0;
	left:0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.serv_more a:hover:before{
	left:0;
	transform:scale(1);
}
/*end services*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-bottom:60px;
	overflow:hidden;
	position:relative;
}
#count ul{
	clear:both;
	position:relative;
	text-align:center;
}
#count ul li {
	padding: 0px;
	display: inline-block;
	min-width:240px;
}
.count_all {
	width: 100%;
	padding: 0px 60px;
}
.count_all span{
	font-family:Flaticon,FontAwesome5,FontAwesome,iconmoon;
	color: #70b340;
	margin:0px auto 20px; 
	text-align: center;
	border-radius: 100%;
	z-index: 133;
	font-weight:normal;
	font-size: 55px;
	position: relative;
	display:block;
}
.count_all div {
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 400;
	color: #1a3022;
	font-size: 16px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 600;
	font-size:35px;
	letter-spacing: 2px;
	line-height: 1;
	color: #000;
	position: relative;
}
.count_all p:before{
	content:"+";
	vertical-align:middle;
	margin-left:5px;
	font-weight:400;
}
.count_all b {
	font-weight: 400;
	color: #000;
	font-size: 14px;
	overflow: hidden;
	display: block;
}
/*end count*/
/*start data*/
#data2 {
	clear: both;
	display: block;
	float: right;
	width: 100%;
	position: relative;
	margin-bottom:60px;
	z-index: 600;
	overflow:hidden;
}
#data2 .width{
	padding:0px 20px;
}
.data_table{
	display: table;
}
.data_right {
	display: table-cell;
	width: 50%;
	position: relative;
	text-align:left;
	height:100%;
	vertical-align: middle;
	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%);
}
#data2 .width.scroll .data_right{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.data_right img {
	width: 50%;
	height: 50%;
	object-fit: cover;
	object-position: right;
	position: absolute;
	top: 0;
	left: 0;
}
.data_right img:last-child {
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
}
.data_left {
	display:table-cell;
	padding-left:35px;
	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%);
}
#data2 .width.scroll .data_left{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.data_left li {
	overflow: hidden;
	padding:20px;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	border-top:1px solid #eee;
	border-bottom:2px solid #70b340;
	margin-bottom:10px;
}
.data_left_txt {
	padding-top: 30px;
	font-size: 16px;
	font-weight: 400;
	display: none;
}
.data_left_top {
	cursor:pointer;
	overflow: hidden;
	position:relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.data_left_top h3 {
	font-weight: 400;
	font-size: 20px;
	text-transform: capitalize;
	color: #1a3022;
}
.data_left li.open_data .data_left_top span:after{
	content:"-";
}
.data_left_top span:after {
	position: absolute;
	content: '+';
	left: 0px;
	top: 0px;
	color: #000;
	text-align: center;
	font-weight: 500;
	font-size: 25px;
}
.data_right_cover {
	position: absolute;
	bottom:40px;
	left:20px;
	background-image: url(../images/bg/bg54.png);
	height:258px;
	overflow: hidden;
	width:135px;
	background-size: cover;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
}
.data_right_cover2 {
	position: absolute;
	top:40px;
	right:20px;
	background-image: url(../images/bg/bg57.png);
	height: 230px;
	overflow: hidden;
	width: 90px;
	background-size: 100%;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
}
/*end data*/
/*start whats_fix*/
.whats_fix{
	position:fixed;
	bottom:20px;
	left:10px;
	z-index:3000;
}
.whats_fix a:before{
	font-family:FontAwesome;
	content:"\f232";
}
.whats_fix a {
	background: #70b340;
	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:hover{
	background:#4ebed6;
}
/*end whats_fix*/
/*start contactus*/
#contactus{
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	margin-bottom:140px;
	width:100%;
	float:left;
}
#contactus:before {
	content: "";
	width: 400px;
	height: 400px;
	border-radius: 50%;
	position: absolute;
	background: #eee;
	z-index: -1;
	left: -350px;
	bottom: 0;
}
.contactus_tab{
	overflow:hidden;
	margin-bottom:50px;
	float:right;
	width:100%;
	text-align:center;
}
.contactus_tab li {
	display: inline-block;
	padding: 5px 0px;
}
.contactus_tab li span {
	color: #071137;
	cursor: pointer;
	font-size: 13px;
	position: relative;
	display: block;
	border: 1px solid #ddd;
	font-weight: 400;
	border-radius: 4px;
	padding: 10px 10px;
}
.contactus_tab li.active span {
	color: #fff;
	background: #70b340;
	border: 1px solid #70b340;
}
#contactus .contactus_table {
	display: table;
	direction: ltr;
	width: 100%;
}
#contactus .filter{
	display:none;
}
.contactus_right .pages_title h2{
	text-align:right;
	font-size:35px;
	font-weight:600;
}
.contactus_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	position:relative;
	direction:rtl;
	vertical-align:top;
}
.contactus_left iframe{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:100% !important;
	height:100% !important;
}
.contactus_right{
	display:table-cell;
	width:50%;
	position:relative;
	padding:0px 40px 40px;
	direction:rtl;
	overflow:hidden;
}
.contactus_right .contactus_txt{
	color:#333;
	font-size:19px;
	line-height:2;
	font-weight:400;
}
#contactus .slice_call_us {
	position: static;
	margin:50px 0px;
	float: none !important;
	display: block;
	font-size:16px;
	clear: both;
	width: 100%;
}
#contactus .slice_call_us span{
	color: #333;
	font-weight:600;
	font-size:19px;
}
#contactus .slice_call_us p {
	letter-spacing:2px;
	color: #333;
}
/*end contactus*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	margin-bottom:40px;
	padding-bottom:40px;
	display: block;
}
#news .pages_title{
	text-align:center;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:20px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	border-radius:10px;
	box-shadow:0px 32px 32px 0px rgba(210,210,210,.35);
	overflow:hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 250px;
	overflow: hidden;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	position: relative;
}
.news_all:hover .news_img a:after {
	left: -50%;
}
.news_img a:after {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 100%;
	left: -150%;
	position: absolute;
	top: 0;
	transition: none 0s ease 0s;
	width: 100%;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.news_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.news_all:hover .news_img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.news_img a {
	position: relative;
	display: block;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.news_img p {
	position: absolute;
	left: 25px;
	top:25px;
	border-radius:0 40px 40px;
	background: #70b340;
	color: #fff;
	font-size:12px;
	width:80px;
	height:80px;
	line-height:1.2;
	text-align: center;
	padding-top:19px;
}
.news_img p b {
	font-size:20px;
	display: block;
}
.news_txt {
	padding: 25px;
	clear: both;
	display: block;
}
.news_txt h2 {
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin-bottom: 6px;
	color: #333;
	overflow: hidden;
	height:30px;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	padding:0px 25px 25px;
	text-transform:uppercase;
}
.news_more a {
	display: block;
	font-weight:600;
	color: #70b340;
	float: right;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-right: 10px;
	content: "\f060";
	font-weight:normal;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #70b340;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/