.nav li:hover .sub .sub {
	display: none;
}
.nav li:hover .sub li:hover .sub {
	display: block;
}
.nav li:hover .sub li:hover .sub {
	display: block;
	right: -228px;
	top: 0px;
	position: absolute;
}
/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:cairo, sans-serif;
	font-size:14px;
	font-weight:400;
	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:#08701b;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#c4d660;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	margin:0px auto;
	width:1230px;
}
/*end body*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	background-color:#fff;
	float:right;
	display:block;
	height:40px;
}
.social{
	float:left;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	display: block;
	color: #333;
	z-index:11;
	padding: 0px 13px;
	font-size:11px;
	position:relative;
	line-height:40px;
	height:40px;
}
.social li a:hover{
	color:#fff;
	background:#08701b;
}
.social li a:before{
	font-family:FontAwesome;
	font-weight:normal;
}
.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";
}
.s_contact{
	float:right;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a{
	letter-spacing:1px;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:12px;
	color: #333;
	text-transform:uppercase;
	padding:0px 10px;
	border-left:1px solid rgba(51,51,51,0.07);
	line-height:40px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.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:5px;
	font-weight:normal;
	font-family:FontAwesome;
}
.s_contact li.mail a:before{
	content:"\f003";
}
.s_contact li.phone a:before{
	content:"\f095";
}
.s_contact li.worktime span:before{
	content:"\f017";
}
.s_contact li b{
	color:#08701b;
	font-weight:400;
}
.s_contact li a:hover,.s_contact li span:hover{
	background:#08701b;
	color:#fff;
}
.s_contact li span:hover b{
	color:#fff;
}
.welcome {
	display: block;
	float: right;
	line-height: 40px;
	font-size: 12px;
	border-left:1px solid rgba(51,51,51,0.07);
	padding-left: 10px;
	color: #33;
}
.welcome b {
	color: #08701b;
	font-weight: 400;
}
.my_contact {
	float: left;
	line-height: 40px;
	padding-right: 5px;
}
.my_contact a {
	margin-top: 0px;
	margin-bottom: 0px;
	background:#08701b;
	color: #fff;
	font-weight:600;
	font-size: 11px;
	padding: 6px 9px;
	border-radius: 2px;
}
.my_contact a:hover{
	background:#c4d660;
}
.my_contact a:before {
	font-weight:normal;
	content:"\f02c";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:5px;
}
/*end top*/
/*start header*/
#header{
	height:120px;
	width:100%;
	float:right;
	clear:both;
	z-index:100010;
	border-top:1px solid rgba(51,51,51,0.1);
	background-color:#fff;
	background-repeat:repeat;
	position:relative;
}
#header:after {
	background-image: linear-gradient(#fff, #fff), linear-gradient(-45deg, transparent 75%, #fff 75%),
	linear-gradient(45deg, transparent 75%, #fff 75%);
	width: 200%;
	height: 10px;
	position: absolute;
	display: block;
	content: "";
	left: 0;
	bottom: -20px;
	border: solid transparent;
	border-width: 10px 0;
	background-color: #121618;
	background-color: hsla(0, 0%, 0%, 0);
	background-repeat: repeat, repeat-x, repeat-x, repeat-x, repeat-x;
	background-position: 0 0, 0 0, 0 0, 0 100%, 0 100%;
	background-size: auto auto, 15px 15px, 15px 15px, 15px 15px, 15px 15px;
	background-clip: padding-box, border-box, border-box, border-box, border-box;
	background-origin: padding-box, border-box, border-box, border-box, border-box;
	z-index: 100;
	overflow: hidden;
	height: 0px;
}
.logo {
	float: right;
	position: relative;
}
.logo a img {
	height: 111px;
	display: block;
}
.search_icon {
	float: left;
	margin-top: 40px;
	margin-right:0px;
}
.search_icon span{
	display:block;
	font-weight:normal;
	line-height:40px;
	width:40px;
	height:40px;
	font-size:18px;
	cursor:pointer;
	position:relative;
	z-index:10006;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	padding: 0px;
	text-align:center;
	color: #333;
}
.search_icon span:before{
	content:"\f002";
	font-family:FontAwesome;
}
.search_icon.active span:before{
	content:"\f00d";
}
.searchbox {
	background: rgba(0,0,0,0.8);
	position: fixed;
	width: 100%;
	display: none;
	z-index: 10002;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0px;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 45px;
	position: relative;
	margin-top: 161px;
	background: #222;
	height: 100px;
	border-top: 2px solid #555;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #fff;
	font-size: 20px;
	font-family: cairo;
	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: #aaa;
	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;
}
.nav {
	float: left;
	margin-top:40px;
}
.nav li{
	display:block;
	float:right;
	margin-left:2px;
	position:relative;
}
.nav li:before{
	display:none;
}
.nav li a {
	display: block;
	color: #333;
	line-height:40px;
	padding: 0px 15px;
	position:relative;
	font-size:13px;
	z-index:105;
	font-weight:600;
	position:relative;
	text-align: center;
}
.nav li a:hover,.nav li:hover a,.nav li a.current{
	background-color:#08701b;
	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: 230px;
	display:none;
	top: 40px;
	right:0px;
	z-index:999;
	background: #fff;
	box-shadow:0 1px 40px 0 rgba(0,0,0,.1);
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	display:block;
	margin:0;
}
.nav li:hover .sub ul li a{
	display:block;
	padding:10px;
	background:none;
	line-height:normal;
	font-size:13px;
	font-weight:600;
	color:#555;
	text-align:right;
	border-bottom:1px solid #eee;
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	background:#f8f8f8;
	padding-right:13px;
}
.logo a {
	display: block;
}
#header.scrolled {
	position: fixed;
	top: 0;
	z-index:999;
	right: 0;
	box-shadow:0px 0px 10px 10px rgba(0,0,0,0.1);
}
.header_h.scrolled {
	position:relative;
	clear:both;
	float:right;
	width:100%;
	height:120px;
}
#header.scrolled .searchbox label {
	margin-top: 120px;
}
/*end header*/
/*start footer*/
#footer{
	background-color:#08701b;
	float:right;	
	width:100%;
	clear:both;
	padding:60px 0px 30px;
	position:relative;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	color:rgba(255,255,255,0.7);
	overflow:hidden;
}
.foot_loop h2{
	font-weight:700;
	font-size:16px;
	margin-bottom:25px;
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:25%;
	content:"";
	height:5px;
	background:#c4d660;
	border-radius:10px;
	display:block;
	margin-top:10px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 13px;
	line-height:2;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	overflow:hidden;
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
	padding: 8px 0 8px;
	color:rgba(255,255,255,0.7);
	font-size:13px;
	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:#000;
	background:#c4d660;
	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:rgba(255,255,255,0.7);
	display: block;
	font-size: 13px;
	font-weight:700;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(33,33,33,0.2);
	color:rgba(255,255,255,0.7);
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_loop ul.foot_post li a:before{
	display:none;
}
.foot_loop ul.foot_post li a img {
	width: 50px;
	height: 50px;
	float: right;
	display: block;
	margin-left: 12px;
	border-radius: 5px;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	width:100%;
	float:right;
	height:55px;
	background-color:#08701b;
	border-top:1px solid rgba(255,255,255,0.07);
	color:#fff;
	font-size:13px;
	overflow:hidden;
	position:relative;
}
#footer:after {
	background-image: linear-gradient(#08701b, #08701b), linear-gradient(-45deg, transparent 75%, #08701b 75%),
	linear-gradient(45deg, transparent 75%, #08701b 75%);
	transform:rotate(-180deg);
	width: 200%;
	height: 10px;
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: -20px;
	border: solid transparent;
	border-width: 10px 0;
	background-color: #121618;
	background-color: hsla(0, 0%, 0%, 0);
	background-repeat: repeat, repeat-x, repeat-x, repeat-x, repeat-x;
	background-position: 0 0, 0 0, 0 0, 0 100%, 0 100%;
	background-size: auto auto, 15px 15px, 15px 15px, 15px 15px, 15px 15px;
	background-clip: padding-box, border-box, border-box, border-box, border-box;
	background-origin: padding-box, border-box, border-box, border-box, border-box;
	z-index: 100;
	overflow: hidden;
	height: 0px;
}
.copyrights{
	float:right;
	line-height:55px;
}
.design{
	float:left;
	line-height:55px;
}
.design a{
	color:#000;
	background:#c4d660;
	padding:2px 3px;
	margin-right:5px;
}
.design a:hover{
	opacity:0.8;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:1500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:0px;
	display:none;
	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;
	box-shadow:0px 0px 10px 10px rgba(0,0,0,0.1);
	background:#08701b;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	color:#fff;
	background:#c4d660;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	z-index:100;
	background:#08701b;
	overflow:hidden;
	width:100%;
	position:relative;
}
.slidebg{
	background-color:rgba(0,0,0,0.3);
	position:absolute;
	z-index:777;
	width:100%;
	top:0px;
	right:0;
	height:100%;
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	border-radius:45px;
	border:1px solid rgba(255,255,255,0.3);
	width:45px;
	height:45px;
	line-height:43px;
	display:block;
	font-size:18px;
	text-align:center;
	position:absolute;
	top:50%;
	margin-top:55px;
	color:#fff;
	left:20px;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	top:50%;
	margin-top:0;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	opacity:0.5;
}
.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%;
	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%;
	max-width:900px;
	margin:0px;
	position:relative;
	z-index:800;
	display:block;
	padding:0px 50px 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:600;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	text-shadow:1px 1px 1px #000;
	font-size: 50px;
	margin-bottom: 35px;
}
.slider_cont h2:before {
	content: "";
	position: absolute;
	background-image: url(../images/bg/bg32.png);
	background-repeat: no-repeat;
	left:-150px;
	top: 0;
	width: 90px;
	height: 90px;
	background-size: 90px;
	transform: rotate(180deg);
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
}
.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: 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 {
	background:#08701b;
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	font-weight:600;
	padding:12px 30px;
	position:relative;
	z-index:888;
}
.slider_cont a:after{
	font-family:FontAwesome;
	vertical-align:middle;
	margin-right:10px;
	content:"\f060";
	font-weight:normal;
}
.slider_cont a:hover{
	background:#fff;
	color:#08701b;
}
@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;
	background-color:#fff;
	width:100%;
	position:relative;
	float:left;
	z-index:100;
}
#data:after {
	background-image: linear-gradient(#fff, #fff), linear-gradient(-45deg, transparent 75%, #fff 75%),
	linear-gradient(45deg, transparent 75%, #fff 75%);
	width: 200%;
	height: 10px;
	position: absolute;
	display: block;
	content: "";
	left: 0;
	bottom: -20px;
	border: solid transparent;
	border-width: 10px 0;
	background-color: #121618;
	background-color: hsla(0, 0%, 0%, 0);
	background-repeat: repeat, repeat-x, repeat-x, repeat-x, repeat-x;
	background-position: 0 0, 0 0, 0 0, 0 100%, 0 100%;
	background-size: auto auto, 15px 15px, 15px 15px, 15px 15px, 15px 15px;
	background-clip: padding-box, border-box, border-box, border-box, border-box;
	background-origin: padding-box, border-box, border-box, border-box, border-box;
	z-index: 100;
	overflow: hidden;
	height: 0px;
}
.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%;
	border-left:1px solid rgba(51,51,51,0.05);
	height: 100%;
	padding: 80px 20px 80px;
	overflow: hidden;
}
.data_list li span{
	z-index:101;
	width:70px;
	height:70px;
	line-height:68px;
	border:2px solid rgba(51,51,51,0.05);
	position:relative;
	color:#08701b;
	font-size:30px;
	float:right;
	display:block;
	text-align:center;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,Flaticon,iconmoon;
}
.data_list li p {
	overflow: hidden;
	font-size: 12px;
	z-index:101;
	margin-right:90px;
	color:#333;
	position:relative;
	height:135px;
}
.data_list li p b {
	display: block;
	color: #08701b;
	z-index:101;
	position:relative;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li a {
	display:block;
	float:right;
	margin-right:90px;
	margin-top: 20px;
	color: #fff;
	background:#08701b;
	padding: 8px 15px;
	font-size: 12px;
	position:relative;
	z-index:1;
	font-weight: 600;
	border-radius: 2px;
}
.data_list li a:hover {
	color:#fff;
	background:#c4d660;
}
.data_list li span:after {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 10px;
	background: #c4d660;
	position: absolute;
	left: 16px;
	top: -4px;
}
/*end data*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:100;
}
#aboutus .width{
	padding:60px 0px;
	position:relative;
}
.aboutus_right{
	width:40%;
	display:table-cell;
	vertical-align:top;
	position:relative;
}
.aboutus_left {
	width: 60%;
	display: table-cell;
	vertical-align: top;
	padding-right:40px;
	padding-top:20px;
}
.aboutus_right div {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	padding:15px 0px;
	background-size: 100% 100%;
}
.aboutus_right div img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius:10px;
	object-fit: cover;
	object-position:center;
}
.aboutus_left h1 {
    color: #fff;
	background:#08701b;
    font-weight: 400;
    font-size: 14px;
	padding:5px 10px;
    display:inline-block;
}
.aboutus_left h2 {
	display: block;
	margin-bottom:15px;
	margin-top:15px;
	font-weight: 600;
	font-size: 35px;
	color: #08701b;
	line-height: 1.3;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 60px;
	color:#555;
	line-height:1.9;
	clear:both;
}
.aboutus_txt1 li {
	display: block;
	overflow:hidden;
	margin-bottom: 15px;
}
.aboutus_txt1 li span {
	background: #08701b;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	overflow: hidden;
	font-size: 13px;
	border-radius: 2px;
	margin-left: 5px;
	width: 25px;
	float: right;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.aboutus_txt1 li b {
	font-weight: 600;
	margin-right: 40px;
	display: block;
	background:rgba(33,33,33,0.1);
	padding: 5px 11px;
	color:#555;
}
/*end aboutus*/
/*start slideshow*/
#slideshow2{
	clear:both;
	display:block;
	background:#2a2a2a;
	margin-bottom:60px;
	width:100%;
	position:relative;
	top:-2px;
	right:0;
}
#slideshow2:before {
	background-image: linear-gradient(rgba(51,51,51,1), rgba(51,51,51,1)), linear-gradient(-45deg, transparent 75%, rgba(51,51,51,1) 75%),
	linear-gradient(45deg, transparent 75%, rgba(51,51,51,1) 75%);
	transform:rotate(-180deg);
	width: 200%;
	height: 10px;
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: -20px;
	border: solid transparent;
	border-width: 10px 0;
	background-color: #121618;
	background-color: hsla(0, 0%, 0%, 0);
	background-repeat: repeat, repeat-x, repeat-x, repeat-x, repeat-x;
	background-position: 0 0, 0 0, 0 0, 0 100%, 0 100%;
	background-size: auto auto, 15px 15px, 15px 15px, 15px 15px, 15px 15px;
	background-clip: padding-box, border-box, border-box, border-box, border-box;
	background-origin: padding-box, border-box, border-box, border-box, border-box;
	z-index: 100;
	overflow: hidden;
	height: 0px;
}
#slideshow2:after {
	background-image: linear-gradient(rgba(51,51,51,1), rgba(51,51,51,1)), linear-gradient(-45deg, transparent 75%, rgba(51,51,51,1) 75%),
	linear-gradient(45deg, transparent 75%, rgba(51,51,51,1) 75%);
	width: 200%;
	height: 10px;
	position: absolute;
	display: block;
	content: "";
	left: 0;
	bottom: -20px;
	border: solid transparent;
	border-width: 10px 0;
	background-color: #121618;
	background-color: hsla(0, 0%, 0%, 0);
	background-repeat: repeat, repeat-x, repeat-x, repeat-x, repeat-x;
	background-position: 0 0, 0 0, 0 0, 0 100%, 0 100%;
	background-size: auto auto, 15px 15px, 15px 15px, 15px 15px, 15px 15px;
	background-clip: padding-box, border-box, border-box, border-box, border-box;
	background-origin: padding-box, border-box, border-box, border-box, border-box;
	z-index: 100;
	overflow: hidden;
	height: 0px;
}
#slideshow2 .slidebg{
	opacity:0.6;
}
.slideshow2{
	width:100%;
	height:100%;
	overflow:hidden;
}
.slider2{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	padding:120px 0px 70px;
	background-position:center top;
}
.slider_cont2{
	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_all2 {
	width: 100%;
	margin: 0px 90px;
	position: relative;
	z-index: 800;
	text-align: center;
	display: block;
	padding:0px;
}
.slider_cont_left2{
	float:left;
	text-align:right;
	max-width:510px;
}
.slider_cont_right2{
	float:right;
	text-align:right;
	max-width:510px;
}
.slider_cont2 h2 {
	position:relative;
	z-index:888;
	font-weight:600;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	font-size:35px;
	margin-bottom: 25px;
}
.slider_cont2 p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight:400;
	margin-bottom:40px;
}
.slider_cont2 a,.slider_cont2 a:last-child:hover{
	clear:both;
	color:#fff;
	font-size:13px;
	display:inline-block;
	font-weight:600;
	padding:12px 30px;
	margin-left:10px;
	border:1px solid rgba(255,255,255,0.1);
	position:relative;
	overflow:hidden;
	z-index:888;
}
.slider_cont2 a:hover{
	background:#08701b;
	border:1px solid #08701b;
	color:#fff;
}
@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 count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-top:-60px;
	margin-bottom:40px;
	overflow:hidden;
	position:relative;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
}
.count_all {
	width: 100%;
	padding: 0px 40px;
}
.count_all span{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	color: #333;
	width: 120px;
	height: 120px;
	margin:0px auto 20px; 
	background: #fff;
	text-align: center;
	line-height: 120px;
	border-radius: 100%;
	z-index: 133;
	font-size: 30px;
	position: relative;
	display:block;
}
.count_all span:after {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	background: #fff;
	z-index: 3;
	border-radius: 100%;
	opacity: 0.3;
	top: 4px;
	right: -7px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.count_all div {
	margin-top:-30px;
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 600;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 700;
	font-family:arial;
	font-size:45px;
	letter-spacing: 2px;
	line-height: 1;
	color: #08701b;
	position: relative;
	margin-top: 10px;
}
/*end count*/
/*start activity*/
#activity{
	clear:both;
	display:block;
	float:right;
	overflow:hidden;
	width:100%;
	margin-bottom:40px;
}
.activity{
	clear:both;
	display:block;
}
.activity li{
	float:right;
	width:33.33%;
	overflow:hidden;
	padding:15px;
}
.act_all {
	background-color:#fcfcfc;
	padding:30px;
	border:1px dashed #c4d660;
	overflow: hidden;
}
.act_all p {
	display: block;
	margin-bottom: 20px;
	color: #555;
	height: 95px;
	overflow: hidden;
}
.act_all h2 {
	font-weight: 700;
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
	color: #000;
}
.act_all a {
	display:inline-block;
	font-weight: 600;
	background:#08701b;
	color:#fff;
	font-size:12px;
	padding:5px 10px;
	margin-top:20px;
	margin-bottom: 10px;
}
.act_all a:hover{
	background:#c4d660;
	color:#fff;
}
.act_all span {
	display: block;
	width: 50px;
	height: 50px;
	background: #fff;
	border:1px dashed #c4d660;
	font-family:FontAwesome;
	font-weight:normal;
	font-size:20px;
	line-height: 50px;
	float: left;
	text-align: center;
	color: #08701b;
}
.activity_slide{
	visibility:hidden;
}
.activity_slide.slick-initialized {
	visibility:visible;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:40px;
	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 #333;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	cursor:pointer;
	border-radius: 14px;
}
.slick-dots li.slick-active button{
	background:#08701b;
}
/*end activity*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #333;
}
.pages_title.withwhite{
	color:#63839c;
}
.pages_title h1 {
	font-size: 15px;
	font-weight: bold;
	display:inline-block;
	padding:0px 20px;
	color: #333;
	margin-bottom:0px;
	position:relative;
	text-transform: uppercase;
}
.pages_title.withwhite h1{
	color:#fff;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #08701b;
	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: #08701b;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 600;
	font-size: 40px;
	color: #08701b;
	display: block;
	margin-bottom:0px;
}
.pages_title.withwhite h2{
	color:#08701b;
}
.pages_title span {
	font-size: 14px;
}
.pages_title p{
	height:3px;
	width:60px;
	border-radius:5px;
	margin:20px auto 0px;
	background:#08701b;
	display:block;
}
/*end pages title*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:40px;
	position: relative;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:right;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding:10px;
	max-width:200px;
	height:200px;
	border-radius:10px;
	margin: 0px auto;
	border:1px solid #eee;
}
.partners_all div{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	border-radius:50%;
	background: #fff;
}
.partners_all img{
	display:block;
	border-radius:50%;
	margin-left:auto;
	margin-right:auto;
}
/*end partners*/
/*start newsbar*/
#newsbar {
	position:relative;
	float:right;
	width:100%;
	clear:both;
	display:block;
	margin-bottom:0px;
	overflow:hidden;
	height:66px;
}
#news-tick{
	background:#eee;
	overflow:hidden;
	height:66px !important;
	position:relative;
	display:block;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 400;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #08701b;
}
.bn-controls {
	width: 100px;
	height: 66px;
	overflow:hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:40px;
	height:66px;
	padding:0;
	border:none;
	width:33.33%;
	color:#08701b;
	font-weight:normal;
	font-size:15px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon,Barlow;
}
.bn-controls button:last-child{
	border-left:none;
}
.bn-prev,.bn-action,.bn-next {
	display:block;
	border: none;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	background: none;
}
.bn-prev:before{
	content:"\f104";
}
.bn-next:before{
	content:"\f105";
}
.bn-action:before{
	content:"||";
	letter-spacing:3px;
}
.bn-action.bn-play:before{
	content:"\f04b";
	letter-spacing:0;
}
.bn-prev:hover,.bn-action:hover,.bn-next:hover{
	color:#333;
}
.bn-news {
	margin-right: 20px;
	margin-left: 115px;
	height: 66px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color: #333;
	font-weight: 400;
	line-height: 66px;
	height: 66px;
}
.bn-news li a:hover{
	color: #08701b;
}
/*end newsbar*/
/*start news*/
#news{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:40px;
}
#news:before {
	content: "";
	background-image: url(../images/bg/bg30.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 190px;
	position: absolute;
	top: 20%;
	right: 0;
	background-size: 50px auto;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
}
.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: #08701b;
	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: #79766d;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_txt p {
	height: 70px;
	overflow: hidden;
	font-size: 14px;
	color: #555;
}
.news_more {
	padding: 0px 15px 15px;
}
.news_more a {
	display: inline-block;
	color: #333;
	background:#eee;
	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:#08701b;
	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:#08701b;
}
.news_more a:hover:before{
	transform:rotate(0deg);
}
/*end news*/