/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	counter-reset: counter;
	font-family:Changa, 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:#7e8e3c;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#4389c7;
	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:1280px;
}
.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circle:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background:#fff;
  opacity:0.1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 300ms ease-in-out alternate infinite
}
.circle:after{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#7e8e3c;
	opacity:0.8;
	position:absolute;
	top:-2px;
	left:-3px;
}
/*end body*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:relative;
	top:0;
	right:0;
	display:block;
	z-index:1000;
	height:45px;
	text-transform:uppercase;
	background:#566224;
}
#top .width{
	position:relative;
}
#top .width:after {
	content: "";
	width: 73%;
	height: 35px;
	background:#454e1d;
	position: absolute;
	top: 5px;
	left: 0px;
	border-radius: 0px 20px 20px 0px;
}
#top:after {
	content: "";
	width: 20%;
	height: 35px;
	background:#454e1d;
	position: absolute;
	top: 5px;
	left: 0px;
}
#top:before{
	content:"";
	width:20%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:-1;
	background:#7e8e3c;
}
.welcome{
	float:right;
	position:relative;
	background:#7e8e3c;
	padding:0px 20px 0px 40px;
	font-size:13px;
	font-weight:400;
	color:#fff;
	line-height:45px;
}
.welcome:before {
	content: "";
	position: absolute;
	border-right: 45px solid transparent;
	border-top: 45px solid #7e8e3c;
	left: -45px;
	border-left: 45px solid transparent;
}
.s_contact{
	float:left;
	position:relative;
	z-index:100;
}
.s_contact li{
	display:block;
	float:left;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	padding:0px 6px;
	line-height:45px;
}
.s_contact li.mail a {
	background: #fff;
	color: #888;
	height: 25px;
	line-height: 25px;
	margin-top: 10px;
	border-radius: 20px;
	padding: 0px 15px;
}
.s_contact li a:hover{
}
.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:#fecd0e;
	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: 70px;
	margin-top: 5px;
}
.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:35px;
	height:35px;
	border-radius:4px;
	line-height: 35px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.social li a:hover{
	background:#7e8e3c;
	color:#fff;
	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";
}
/*end top*/
/*start header*/
#header{
	z-index:5000;
	width:100%;
	height:100px;
	float:right;
	clear:both;
	position:absolute;
	top:45px;
	right:0;
}
#header .width {
	background: #fff;
	height: 100%;
	padding: 0px 20px;
	border-radius: 0px 0px 20px 20px;
	position:relative;
}
#header .width:before {
	content: "";
	width: 96%;
	height: 48px;
	background: #7e8e3c;
	position: absolute;
	bottom: -14px;
	right: 2%;
	left: 2%;
	border-radius: 20px;
	z-index: -1;
}
.logo {
	float: right;
	position: relative;
}
.logo img {
	height: 95px;
	float: right;
}
.get_qoute {
	float: left;
	margin-top: 30px;
	margin-right:0px;
}
a.link_anim {
	background: #7e8e3c;
	height: 45px;
	line-height: 43px;
	display: inline-block;
	border-radius: 2px;
	color: #fff;
	font-weight: 400;
	position:relative;
	overflow:hidden;
	font-size: 14px;
	padding: 0px 20px;
	text-transform: uppercase;
	border-radius:40px;
}
a.link_anim c{
	position:relative;
}
a.link_anim:hover b{
	right:0;
}
a.link_anim:hover e{
	left:0;
}
a.link_anim b{
	position:absolute;
	height:22.5px;
	width:100%;
	background:#fecd0e;
	top:0;
	right:-100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
a.link_anim e{
	position:absolute;
	height:22.5px;
	width:100%;
	background:#fecd0e;
	bottom:0;
	left:-100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.get_qoute a:hover{
	color:#000;
}
.get_qoute a c:before{
	font-family:FontAwesome5,FontAwesome;
	font-weight:normal;
	margin-left:10px;
	position:relative;
	content:"\f2b6";
}
.nav {
	float:left;
	margin-top:30px;
	margin-left:10px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 12px;
}
.nav li a{
	display:block;
	color:#555;
	overflow:hidden;
	text-transform:uppercase;
	line-height:50px;
	font-weight:400;
	font-size:14px;
	position:relative;
}
.nav li a:before{
	content:"";
	font-weight:600;
	display:inline-block;
	vertical-align:0px;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#7e8e3c;
	margin-left:10px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:20px;
	background:#7e8e3c;
	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:255px;
	padding:20px;
	right:0px;
	border-radius:10px;
	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:13px;
	line-height:normal;
	height:auto;
	font-weight:400;
}
.nav li i {
	position: absolute;
	top: -18px;
	right: 30px;
	color:#fff;
	background: #7e8e3c;
	line-height: normal;
	padding: 2px 10px;
	border-radius: 3px;
	font-style: normal;
	font-size: 12px;
}
.nav li .sub ul li a:hover{
	background:#7e8e3c;
	color:#fff;
	padding-right:17px;
}
.search_icon {
	float:left;
}
.search_icon svg {
	fill: #555;
	width: 20px;
	margin-right: 0px;
	margin-left:20px;
	height: auto;
	margin-top: 44px;
	cursor: pointer;
}
.searchbox {
	position: absolute;
	width: 100%;
	display: none;
	z-index: 10002;
	left: 0;
	top: 110px;
	height: auto;
}
.searchbox_close {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	color: #7e8e3c;
	font-size: 21px;
	left:5px;
	top: 0px;
	text-transform: uppercase;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 60px;
	position: relative;
	background:rgba(255,255,255,0.95);
	box-shadow: 0 9px 16px rgba(41, 38, 50, 0.06);
	border-radius:12px;
}
.search_icon .searchbox svg {
	margin-top: 0px;
	height: 60px;
	position: absolute;
	right: 20px;
	fill: #7e8e3c;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #000;
	font-size: 14px;
	font-family:Changa, sans-serif;
	padding: 0px 48px 0px 75px;
	line-height: 60px;
	width: 100%;
}
.searchbox label button {
	display:none;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background: #fff;
	width: 100%;
	height: 100px;
	position: fixed;
	right: 0px;
	z-index: 1000000;
	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;
	bottom:0;
	right:0;
	width:100%;
	height:86px;
	opacity:0.02;
	background-image:url(../images/bg/bg52.png);
	background-repeat:repeat-x;
	background-position:bottom;	
}
body.scrolled .nav_fix{
	top:0;
}
/*end head_fix*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:65px;
	background-image:url(../images/bg/bg41.png);
	background-color:#566224;
	color:#fff;
	font-size:13px;
	position:relative;
	text-transform:uppercase;
}
.copyrights{
	float:right;
	line-height:65px;
}
.design{
	float:left;
	line-height:65px;
}
.design a{
	color:#fff;
	background:#7e8e3c;
	border-radius:5px;
	padding:2px 8px;
	margin-left:5px;
}
.design a:hover{
	opacity:0.8;
}
#bottom .social {
	float:right;
	margin-right:10px;
	margin-top:0;
}
#bottom .social li{
	display:block;
	position:relative;
	float:right;
}
#bottom .social li:first-child a{
	border-right:1px solid rgba(255,255,255,0.05);	
}
#bottom .social li a {
	color:#fff;
	display: block;
	font-size: 14px;
	border-left:1px solid rgba(255,255,255,0.05);
	z-index: 11;
	font-weight: normal;
	position: relative;
	width:auto;
	text-align: center;
	height:65px;
	padding:0px 30px;
	line-height: 65px;
}
#bottom .social li:hover:after{
	top:0;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:66500;
	cursor:pointer;
	font-size:12px;
	right:30px;
	bottom:45px;
	display:none;
	width:50px;
	line-height:50px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:50px;
	background:#7e8e3c;
	border-radius:50%;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#fecd0e;
	color:#000;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	margin-bottom:50px;
	background:#566224;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.circles {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	opacity:0.1;
	z-index:200;
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:28px;
	text-align:center;
	position:absolute;
	background:rgba(255,255,255,1);
	bottom:0;
	width:120px;
	height:120px;
	line-height:120px;
	color:#020202;
	right:120px;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:0px;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	color:#7e8e3c;
	background:rgba(255,255,255,0.95);
}
.slidebg {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
	position: absolute;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center top;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	height:100%;
}
.slider_cont_all {
	width: 100%;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:left;
	text-align:right;
	max-width:750px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:750px;
}
.slider_cont_center{
	max-width:750px;
	margin:0px auto;
	text-align:center;
}
.cycle-slide-active .slider_cont p{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: rgba(255,255,255,0.7);
	font-size: 17px;
	font-weight:400;
	margin-bottom:50px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;	
}
.slide_all{
	position:absolute;
	height:120px;
	line-height:120px;
	background-color:#7e8e3c;
	width:50%;
	left:0;
	padding:0px 50px;
	bottom:0;
}
.slide_all:after {
	content: "";
	border-right: 120px solid transparent;
	border-bottom: 120px solid #7e8e3c;
	position: absolute;
	top: 0;
	right: -120px;
}
.slide_all h2{
	float:right;
	color:#fff;
	font-weight:400;
	font-size:18px;
}
.slide_all a{
	float:left;
	font-size:18px;
	color:#fff;
	font-weight:400;
	position:relative;
}
.slide_all a:before{
	content:"";
	width:30px;
	height:2px;
	background:#fff;
	float:left;
	margin-right:10px;
	margin-top:66px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.slide_all a:hover:before{
	width:60px;
}
#progress_a{
	width:50%;
	left:0px;
	position:absolute;
	z-index:2000;
	bottom:0px;
}
#progress{
	height:120px;
	float:left;
	background:rgba(255,255,255,0.1);
}
/*end slideshow*/
/*start newsbar*/
#newsbar {
	position:absolute;
	z-index:1000;
	clear:both;
	border:none !important;
	display:block;
	overflow:hidden;
	bottom:130px;
	right:20px;
	left:20px;
}
#news-tick{
	border:none !important;
	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: #fff;
}
.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:#bbb;
	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:#70c162;
}
.bn-news {
	border:none !important;
	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: #eee;
	font-weight: 400;
	line-height: 66px;
	height: 66px;
}
.bn-news li a:hover{
	color: #70c162;
}
/*end newsbar*/
/*start data*/
#data2{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	float:left;
	z-index:100;
}
.data2_list {
	width: 100%;
	position: relative;
	padding-bottom:20px;
}
.data2_list li {
	display: block;
	position: relative;
	z-index: 100;
	margin-bottom:50px;
	float:right;
	width: 50%;
}
.data_all4 {
	width: 100%;
	overflow: hidden;
	padding: 30px 30px;
	border-radius: 5px;
	position: relative;
	top: 0;
	transition: all 0.4s ease;
}
.data_all2 {
	position:relative;
}
.data_all2 {
	margin-right: 120px;
	padding-left: 30px;
}
.data2_list li span {
	display: block;
	float: right;
	font-size: 48px;
	width: 80px;
	height: 80px;
	background: #7e8e3c;
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-weight: normal;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data2_list li:hover span{
	color:#fff;
	background:#4389c7;
}
.data2_list li span:before{
	font-family:Flaticond,FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data2_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color: #333;
	position: relative;
	font-weight:400;
}
.data2_list li p b {
	display: block;
	color: #545547;
	z-index: 101;
	position: relative;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end data2*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align:center;
	margin-bottom: 20px;
	padding-bottom:10px;
	color: #333;
}
.pages_title.withwhite{
	color:#bbb;
}
.pages_title h1 {
	font-size: 15px;
	font-weight: 400;
	display:inline-block;
	padding:0px 20px;
	color: #171a27;
	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: #7e8e3c;
	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: #7e8e3c;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 400;
	font-size: 35px;
	color: #000;
	display: block;
	margin-bottom:0px;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title span {
	font-size: 14px;
}
.pages_title p {
	height: 5px;
	width: 60px;
	border-radius: 5px;
	position: relative;
	margin: 20px auto 0px;
	background: #7e8e3c;
	display: block;
}
.pages_title.withwhite p:before,.pages_title.withwhite p:after{
	background:#7e8e3c;
}
.pages_title p:before {
	content: "";
	width: 2px;
	height: 15px;
	background: #fff;
	position: absolute;
	left: 15px;
	top: -4px;
	transform: rotate(-45deg);
}
.pages_title p:after {
	content: "";
	width: 2px;
	height: 15px;
	background: #fff;
	position: absolute;
	left: 45px;
	top: -4px;
	transform: rotate(-45deg);
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	direction:rtl;
	margin-bottom:50px;
	z-index:100;
}
#aboutus .width{
	display:table;
	position:relative;
}
.aboutus_right {
	width:50%;
	display:table-cell;
	vertical-align:top;
	position:relative;
}
.aboutus_right img{
	float:left;
	object-fit:cover;
	object-position:top;
	width:49%;
	display:block;
	clear:both;
	border-radius:10px;
}
.aboutus_right img:last-child{
	width:49%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	height:100%;
}
.aboutus_right_date {
	background: #7e8e3c;
	color: #fff;
	padding: 55px 50px;
	position: absolute;
	border-radius: 10px;
	min-width:49%;
	bottom: 230px;
	left:0px;
}
.aboutus_right_date.aboutus_right_date2 {
	top: auto;
	bottom: 0px;
	right: auto;
	background:#4389c7;
	left: 0px;
}
.aboutus_right_date:before{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	content:"";
	opacity:0.4;
	background-image:url(../images/bg/bg50.webp);
	background-size:cover;
	background-position:right top;	
}
.aboutus_right_date p {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 10px;
	display: block;
}
.aboutus_right_date b {
	font-weight: 400;
	font-size: 18px;
}
.aboutus_left {
	display:table-cell;
	width:50%;
	position:relative;
	padding-right:50px;
}
.aboutus_left:before {
	content: "";
	position: absolute;
	top: 102px;
	bottom: 104px;
	right: 18px;
	width: 2px;
	background: #eee;
	border-radius: 20px;
}
.aboutus_left_title{
	clear:both;
	margin-bottom:25px;
}
.aboutus_left_title h2 {
	color: #333;
	font-weight: 400;
	font-size: 35px;
	position:relative;
	line-height:1.4;
	display: block;
}
.aboutus_left_title h1 {
	font-weight: 400;
	font-size: 16px;
	color: #7e8e3c;
	display: block;
	margin-bottom:5px;
}
.aboutus_left_title h2:after{
	content:"";
	width:150px;
	height:3px;
	background:#7e8e3c;
	display:block;
	border-radius:5px;
	margin-top:20px;
	margin-bottom:20px;
}
.aboutus_left_title h2:before {
	content: "";
	width: 15px;
	height: 15px;
	background: #7e8e3c;
	border-radius: 50%;
	position: absolute;
	bottom: -5px;
	right: 145px;
}
.aboutus_left_txt {
	font-size: 16px;
	font-weight: 400;
	text-align:justify;
	color: #333;
	line-height: 1.9;
	clear: both;
}
.aboutus_left_txt ol {
	margin-top: 30px;
	margin-bottom:40px;
	clear: both;
}
.aboutus_left_txt li {
	display: block;
	overflow: hidden;
	color:#010937;
	margin-bottom: 10px;
	font-size: 16px;
}
.aboutus_left_txt li b{
	width:16px;
	height:16px;
	background:#566224;
	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: #fecd0e;
	border-radius: 50%;
	position: absolute;
	right: 5px;
	top: 5px;
}
.slider_left_link a {
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	font-weight:400;
	border-radius:5px;
	height:49px;
	line-height:49px;
	padding:0px 30px;
	text-transform:uppercase;
	background:#7e8e3c;
	position:relative;
	margin-left:20px;
	z-index:888;
	overflow:hidden;
}
.slider_left_link a:hover{
	color:#fff;
}
.slider_left_link a:first-child b:after{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	content:"\f177";
	font-weight:normal;
	font-family:FontAwesome;
}
.slider_left_link a b{
	position:relative;
	z-index:100;
	font-weight:400;
}
.slider_left_link a:before{
	content:"";
	position:absolute;
	top:0;
	left:-100%;
	background:#4389c7;
	width:100%;
	height:100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	z-index:1;
}
.slider_left_link a:hover:before{
	left:0;
}
/*end aboutus*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-bottom:180px;
	z-index:800;
	position:relative;
	background-repeat:repeat-x;
	background-image:url(../images/bg/bg54.png);
	background-position:center;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
	position:relative;
}
#count ul li:nth-child(3){
	top:110px;
}
#count ul li:nth-child(2){
	top:60px;
}
.count_all {
	width: 100%;
	padding: 0px 40px;
}
.count_all span{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	border:1px solid #dbe7d9;
	color: #7e8e3c;
	width: 150px;
	height: 150px;
	margin:0px auto 40px; 
	background: #fff;
	text-align: center;
	line-height: 150px;
	border-radius: 100%;
	z-index: 133;
	font-size:50px;
	position: relative;
	display:block;
}
.count_all span:after {
	content: counter(counter);
	counter-increment: counter;
	position: absolute;
	background: #7e8e3c;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	top: 0;
	left: 13px;
	color: #fff;
	font-size: 11px;
	font-family: arial;
	font-weight: 700;
}
.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: 400;
	font-size:45px;
	letter-spacing: 2px;
	line-height: 1;
	color: #123316;
	position: relative;
	margin-top: 10px;
}
/*end count*/
/*start services2*/
#services2{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:50px;
	overflow:hidden;
}
.serv_loop:nth-child(1),.serv_loop:nth-child(2),.serv_loop:nth-child(3),.serv_loop:nth-child(4),.serv_loop:nth-child(5){
	border-top: 1px solid #c3d0d9;
}
.serv_loop:nth-child(5n+5){
	border-left: 1px solid #c3d0d9;
}
.serv_loop {
	float: right;
	width: 20%;
	border-right: 1px solid #c3d0d9;
	border-bottom: 1px solid #c3d0d9;
	position:relative;
	padding:30px;
	overflow:hidden;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.serv_loop:after{
	content:"";
	top:-100%;
	right:0;
	width:100%;
	height:100%;
	background:#566224;
	opacity:0.8;
	position:absolute;
	z-index:-1;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.serv_loop:hover:after{
	top:0;
}
.serv_all span {
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	font-size: 60px;
	display: block;
	margin: 0px 0px 10px;
	height:100px;
	color: #7e8e3c;
}
.serv_loop:hover span,.serv_loop:hover h2,.serv_loop:hover p{
	color:#fff;
}
.serv_all h2 {
	color: #333;
	font-weight: 700;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.serv_all p {
	font-size: 13px;
	line-height: 1.7;
	display: block;
	margin-bottom: 25px;
	height: 70px;
	overflow: hidden;
	color: #555;
}
.serv_all a:hover{
	background:#4389c7;
	color:#fff;
	border:1px solid #4389c7;
}
.serv_all a{
	display:inline-block;
	border:1px solid rgba(33,33,33,0.4);
	color:#000;
	font-size:13px;
	position:relative;
	padding:5px 15px;
	font-weight:400;
}
.serv_all .step_border_top{
	background:rgba(33,33,33,0.2);
}
.serv_all .step_border_right{
	background:rgba(33,33,33,0.2);
}
.serv_loop:hover a{
	border:1px solid rgba(255,255,255,0.1);
	color:#fff;
}
.serv_loop:hover .step_border_top,.serv_loop:hover .step_border_right{
	background:rgba(255,255,255,0.1);
}
/*end sevices*/
/*start step_border*/
.step_border_right {
	position: absolute;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.2);
	top: 2px;
	right: -3px;
}
.step_border_top {
	position: absolute;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.2);
	bottom: -3px;
	right: -3px;
}
/*end step_border*/
/*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 #c3d0d9;
}
.partners_all div{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	border-radius:50%;
	background: #fff;
}
.partners_all img{
	display:block;
	border-radius:50%;
	margin-left:auto;
	margin-right:auto;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	border:2px solid #566224;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	cursor:pointer;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
}
.slick-dots li.slick-active button{
	background:#fecd0e;
}
/*end partners*/
/*start slideshow*/
#slideshow2{
	clear:both;
	height:100%;
	display:block;
	z-index:100;
	background-image:url(../images/bg/bg50.jpg);
	background-repeat:no-repeat;
	background-position:left;
	margin-bottom:50px;
	background-color:#eee;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slideshow2{
	width:100%;
	height:100%;
	overflow:hidden;
}
.slider2{
	width:100%;
	height:100% !important;
}
.iframe_y{
	position:absolute;
	padding-bottom: 56.25%;
	width:100%;
	height:100%;
	z-index:200;
}
.slideshow2 video {
	position: absolute;
	top: 60%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 200;
	transform: translateX(-50%) translateY(-60%);
	transition: 1s opacity;
}
.slider_cont2{
	width:100%;
	display:table;
	height:100%;
}
.slider_right2{
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	bottom:0;
	width:65%;
}
.slider_left2{
	vertical-align:middle;
	width:100%;
	display:table-cell;
	padding-right:80px;
}
.slider_cont2 h2 {
	position: relative;
	z-index: 888;
	font-weight: 400;
	line-height: 1.3;
	display: inline-block;
	color: #333;
	font-size: 60px;
	margin-bottom: 35px;
	max-width: 380px;
}
.slider_cont2 h1{
	font-size:15px;
	margin-bottom:20px;
	font-weight:400;
	color:#545547;
	display:block;
}
.slider_cont2 h1 span {
	background: #7e8e3c;
	color: #fff;
	display: inline-block;
	padding: 0px 8px 0px 11px;
	border-radius: 40px 0px 0px 40px;
}
.slider_cont2 a{
	background:#7e8e3c;
	height:60px;
	line-height:60px;
	text-align:center;
	text-transform:uppercase;
	padding:0px;
	color:#fff;
	position:relative;
	font-size:15px;
	margin-top:10px;
	border-radius:5px;
	display:block;
	max-width:180px;
	overflow:hidden;
}
.slider_cont2 a:before {
	background-color: #fff;
	content: "";
	height: 150px;
	right: -75px;
	position: absolute;
	top: -35px;
	transform: rotate(35deg);
	width: 40px;
	opacity: 0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.slider_cont2 a:hover:before{
	right: 120%;
	opacity: 0.25;
}
.slider_cont2 a:hover{
	background:#4389c7;
	color:#fff;
}
/*end slideshow*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	margin-bottom:40px;
	display: block;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:25%;
	float:right;
	padding:20px;
}
.news_loop:nth-child(2),.news_loop:last-child{
	width: 50%;
}
.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;
	object-fit:cover;
	-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;
	right: 25px;
	top:25px;
	border-radius:0 40px 40px;
	background: #7e8e3c;
	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: 17px;
	display: block;
}
.news_txt {
	padding: 25px;
	clear: both;
	display: block;
}
.news_txt h2 {
	font-weight: 400;
	font-size: 18px;
	display: block;
	margin-bottom: 6px;
	color: #262323;
	overflow: hidden;
	height: 60px;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	padding:0px 25px 25px;
}
.news_ul{
	position:relative;
}
/*end news*/