/*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: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:#ed7f30;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#1a9f57;
	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: 28px;
  height: 28px;
  border:1px solid rgba(219,218,215,0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 300ms ease-in-out alternate infinite
}
.circle.circle_link:before{
	background:rgba(219,218,215,0.3);
}
.circle:after{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#ed7f30;
	position:absolute;
	top:-3px;
	left:-3px;
}
/*end body*/
/*start more*/
.play_more {
	display:inline-block;
	position:relative;
}
.play_more a{
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	font-weight:400;
	height:55px;
	line-height:55px;
	position:relative;
	padding-right:30px;
	text-transform:uppercase;
	background:#ed7f30;
	border-radius:40px;
	overflow:hidden;
	z-index:888;
}
.play_more:after {
	content: "";
	position: absolute;
	background: #e1d7cf;
	height: 55px;
	right: 10px;
	left: -6px;
	border-radius: 50px;
	top: 6px;
	opacity: 0.3;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more:hover:after{
	opacity:0;
}
.play_more a:hover:after{
	background:#ed7f30;
}
.play_more a:after {
	content: "\f100";
	font-family: FontAwesome;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	float: left;
	text-align: center;
	margin-right:20px;
	font-size: 18px;
	font-weight: normal;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	margin-top: 8px;
	margin-left: 10px;
}
.play_more a:before{
	background:#1a9f57;
	content:"";
	width:100%;
	height:100%;
	right:-100%;
	top:0;
	z-index:-1;
	position:absolute;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.play_more a:hover:before{
	right:0;
}
.play_more a:hover{
	color:#fff;
}
/*end more*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	border-bottom:1px solid rgba(255,255,255,0.05);
	float:right;
	display:block;
	z-index:2000;
	background:#231f20;
	height:65px;
}
.s_contact.s_contact2{
	float:right;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:14px;
	color:rgba(255,255,255,0.6);
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
	padding:0px 10px;
	line-height:65px;
}
.s_contact li a:after {
	content: "";
	width: 1px;
	height: 16px;
	display: inline-block;
	background: #39465d;
	margin-right: 14px;
	vertical-align: middle;
}
.s_contact li:last-child a:after{
	display:none;
}
.s_contact li span{
	direction:rtl;
	letter-spacing:normal;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	display:inline-block;
	position:relative;
	font-weight:normal;
	color:#ed7f30;
	margin-left:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.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";
}
.s_contact li a:hover{
	color:#fff;
}
/*end top*/
/*start header*/
#header {
	z-index: 12000;
	width: 100%;
	height: 95px;
	border-bottom:1px solid rgba(255,255,255,0.05);
	float: right;
	clear: both;
	position: absolute;
	top: 65px;
	right: 0;
}
#header .width{
	position:relative;
}
.logo {
	float: right;
	position: relative;
	padding:13px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 70px;
}
.get_qoute {
	float: left;
	margin-top: 15px;
	margin-right:0px;
}
.nav {
	float:left;
	position:relative;
}
.nav:before {
	content: "";
	position: absolute;
	top: -2px;
	right: 0;
	left: 0;
	width: ;
	height: 4px;
	background: #546990;
	border-radius: 50px;
	opacity: 0.6;
	display: ;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 15px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	line-height:95px;
	font-weight:400;
	text-transform:uppercase;
	font-size:15px;
	position:relative;
}
.nav li.menu-item-has-children a:after{
	content:"\f107";
	font-family:FontAwesome;
	font-weight:400;
	font-size:18px;
	color:#ed7f30;
	display:inline-block;
	vertical-align:middle;
	margin-right:12px;
}
.nav li a:before{
	content:"";
	height:2px;
	border-radius:4px;
	background:#1a9f57;
	position:absolute;
	top:0px;
	right:0px;
	width:0px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.nav li a:hover:before,.nav li:hover a:before,.nav li.current a:before{
	width:40px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#fff;
}
.nav li:hover .sub{
	top:95px;
	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:#231f20;
	width:245px;
	right:0px;
	overflow:hidden;
	top:70px;
	padding:15px;
	visibility:hidden;
	opacity:0;
	z-index:1600;
	-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:before{
	position:relative;
	background:none;
	width:auto;
	height:auto;
	content:"\f100";
	font-family:FontAwesome;
	vertical-align:middle;
	display:inline-block;
	font-weight:normal;
	margin-left:8px;
}
.nav li .sub ul li a{
	display:block;
	padding:8px 15px;
	color:#fff;
	font-size:13px;
	text-transform:capitalize;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-left:none;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.nav li .sub ul li a:hover{
	background:#ed7f30;
	color:#fff;
	padding-right:17px;
}
.search_icon {
	float:left;
}
.search_icon svg {
	fill: #bbb;
	width: 20px;
	margin-left: 30px;
	margin-right:30px;
	height: auto;
	margin-top: 36px;
	cursor: pointer;
}
.searchbox {
	position: absolute;
	width: 100%;
	display: none;
	z-index: 10002;
	right: 0;
	top: 120px;
	height: auto;
}
.searchbox_close {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	color: #ed7f30;
	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: #ed7f30;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #000;
	font-size: 14px;
	font-family:Changa, sans-serif;
	padding: 0px 75px 0px 48px;
	line-height: 60px;
	width: 100%;
}
.searchbox label button {
	display:none;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background:url(../images/bg/bg35.png);
	background-repeat:repeat-x;
	width:100%;
	height:120px;
	position: fixed;
	right: 0px;
	z-index:4500;
	top:-500px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
body.scrolled .nav_fix{
	top:0;
}
.nav_fix .width{
	position:relative;
}
/*end head_fix*/
/*start footer*/
#footer{
	background-color:#231f20;
	border-bottom:1px solid rgba(255,255,255,0.05);
	float:right;	
	width:100%;
	clear:both;
	padding:100px 0px 0px;
	overflow:hidden;
	position:relative;
	border-bottom:10px solid #1a9f57;
}
#footer:before {
	content:"";
	z-index:100;
	position: absolute;
	left: -26.04%;
	right: 75.94%;
	top: 12.69%;
	bottom: -4.15%;
	opacity: .50;
	filter: blur(120px);
	background: radial-gradient(50% 50% at 50% 50%, #1a9f57 0%, rgba(7, 12, 20, 0) 100%);
}
#footer .width{
	position:relative;
}
.bottom_slice {
	position: absolute;
	z-index: 200;
	border-right: 200px solid transparent;
	border-bottom: 200px solid #1a9f57;
	bottom: 0px;
	left: 0px;
}
#footer .play_more{
	margin:0px 5px;
}
#footer .play_more:last-child a{
	background:#1a9f57;
}
.foot{
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	margin-bottom:30px;
	color:#aaa;
	position:relative;
	z-index:700;
	overflow:hidden;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	font-size:13px;
	line-height:2;
}
.foot_logo img {
	height: 80px;
	display: block;
	margin-bottom:20px;
}
.foot_loop h2{
	font-weight:400;
	font-size:19px;
	margin-bottom:25px;
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,0.05);
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:20%;
	content:"";
	height:4px;
	background-color:#ed7f30;
	display:block;
	margin-top:15px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	font-size:13px;
	line-height:1.9;
}
.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:10px 0;
	color:#bbb;
	position:relative;
	text-transform:uppercase;
	font-size:14px;
	font-weight:400;
}
.foot_loop ul li:last-child a{
	border-bottom:none;
}
.foot_loop ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-left:5px;
	font-family:FontAwesome;
	content:"\f100";
}
.foot_loop ul li a:hover{
	color:#fff;
	background:#ed7f30;
	border-radius:5px;
	padding-right:10px;
}
.foot_loop ul li a:after{
	width:100%;
	height:100%;
	position:absolute;
	bottom:-100px;
	left:0;
	content:"";
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.foot_loop ul li a:hover:after{
	bottom:0;
}
.foot_loop ul.foot_post li a:before{
	display:none;
}
.foot_loop ul.foot_post li a img {
	width: 50px;
	height: 50px;
	border:1px dotted #eee;
	float: right;
	object-fit:cover;
	object-position:top;
	display: block;
	margin-left: 12px;
	border-radius: 5px;
}
.foot_loop ul.foot_post li a:hover{
	padding-right:0;
	background:none;
	color:#ed7f30;
}
#bottom .social {
	float:right;
	margin-right:10px;
	margin-top:0;
}
#bottom .social li{
	display:block;
	position:relative;
	margin:0;
	float:right;
}
#bottom .social li a {
	color:#bbb;
	display: block;
	font-size: 14px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 30px;
	text-align:center;
	width:auto;
	height:80px;
	line-height: 80px;
}
#bottom .social li a:hover{
	color:#ed7f30;
}
.foot_contact{
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-left:5px;
	font-family:droid;
}
.foot_contact span{
	color:#fff;
	display: block;
	font-size: 15px;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(255,255,255,0.05);
	color:#bbb;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_contact p b {
	position: relative;
	font-weight: 400;
	padding-right: 14px;
}
.foot_contact p b:before {
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	font-weight: normal;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #ed7f30;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: -20px;
}
.foot_contact p b.foot_map:before{
	content:"\f041";
}
.foot_contact p b.foot_phone:before{
	content:"\f11f";
}
.foot_contact p b.foot_mail:before{
	content:"\f2b6";
}
.foot_loop ul.foot_post li a:before{
	display:none;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:80px;
	border-top:1px solid rgba(255,255,255,0.1);
	color:#bbb;
	font-size:13px;
	margin-top:50px;
	text-transform:uppercase;
	font-weight:400;
}
.copyrights{
	float:right;
	line-height:80px;
}
.design{
	float:left;
	padding-left:150px;
	position:relative;
	z-index:500;
	line-height:80px;
}
.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 bottom*/
/*start newsbar_foot*/
#newsbar_foot {
	float:right;
	position:relative;
	width:100%;
	clear:both;
}
#news_tick_foot{
	background:linear-gradient(270deg, #2a3447 0%, #1a9f57 100%);
	border:none !important;
	border-radius:100px !important;
	overflow:hidden;
	height:90px !important;
	position:relative;
	top:40px;
	z-index:1002;
	display:block;
}
.bn-news.bn_news_foot {
	border:none !important;
	margin-right:20px;
	margin-left:20px;
	height: 90px;
	overflow: hidden;
}
.bn_news_foot li {
	display: inline-block;
	padding-right:30px;
}
.bn-news.bn_news_foot li a {
	display: block;
	color: #fff;
	font-weight: 200;
	font-size:16px;
	line-height: 90px;
	height: 90px;
}
.bn-news.bn_news_foot li a:hover{
	color: #fff;
}
/*end newsbar_foot*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#231f20;
	z-index:66500;
	cursor:pointer;
	font-size:12px;
	left:30px;
	bottom:45px;
	display:none;
	width:55px;
	line-height:45px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:55px;
	border:5px solid rgba(0,0,0,0.1);
	border-radius:50%;
}
.toTop b{
	border-radius:50%;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	-webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration:30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function:linear;
  animation-timing-function: linear;
}
.toTop b:after{
	width:10px;
	height:10px;
	background:#ed7f30;
	border-radius:50%;
	content:"";
	position:absolute;
	top:0;
	right:0;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#ed7f30;
	border:5px solid #ed7f30;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:130%;
	display:block;
	background:#231f20;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
#slideshow .width{
	height:100%;
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:25px;
	text-align:center;
	position:absolute;
	border:1px solid rgba(255,255,255,0.4);
	top:50%;
	width:50px;
	height:50px;
	border-radius:5px;
	line-height:46px;
	color:#fff;
	left:15px;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	margin-top:-60px;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	color:#fff;
	background:#1a9f57;
	border:1px solid #1a9f57;
}
.slidebg{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:linear-gradient(270deg, rgba(8, 17, 31, 0.9) 0%, rgba(8, 17, 31, 0) 78.9%);
}
.slidebg2{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:url(../images/bg/bg51.png);
	background-repeat:no-repeat;
	background-position:right center;
	opacity:0.08;
	animation:movetopbounce 5s linear infinite;
	-webkit-animation:movetopbounce 5s linear infinite;
}
.slidebg3{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:url(../images/bg/bg52.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	opacity:0.08;
	animation:moveleftbounce 5s linear infinite;
	-webkit-animation:moveleftbounce 5s linear infinite;
}
.slidebg:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0.80;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	transform: matrix(-1, 0, 0, 1, 0, 0);
}
.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%;
	padding-top:50px;
}
.slider_cont_all {
	width: 100%;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:right;
	text-align:right;
	max-width:550px;
}
.slider_cont_right{
	float:left;
	text-align:right;
	max-width:550px;
}
.slider_cont_center{
	max-width:550px;
	margin:0px auto;
	text-align:center;
}
.cycle-slide-active .slider_cont h2,.cycle-slide-active .slider_cont h1{
    -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 h1{
	display:inline-block;
	color:#fff;
	margin-bottom:20px;
	padding:5px 15px;
	border-radius:50px;
	background:rgba(255,255,255,0.04);
	border:1px solid rgba(199,50,54,0.1);
	font-weight:400;
	font-size:14px;
}
.slider_cont h1:before{
	content:url(../images/face.png);
	vertical-align:0px;
	display:inline-block;
	position:relative;
	top:3px;
	margin-left:10px;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	line-height:1.2;
	display: inline-block;
	text-transform:capitalize;
	color: #fff;
	font-size:50px;
	margin-bottom:15px;
	-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;
}
.slider_cont h2 b{
	font-weight:400;
	color:#1a9f57;
}
.slider_cont h2 span{
	color:#ed7f30;
}
.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.5);
	font-size: 15px;
	font-weight:400;
	margin-bottom:40px;
	-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;	
}
.cycle-slide-active .slider_cont a{
    -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 .play_more{
	display:inline-block;
	margin-left:15px;
	position:relative;
}
.slider_cont .play_more:last-child a{
	background:#1a9f57;
}
#progress_a{
	width:10px;
	right:0px;
	position:absolute;
	z-index:1000;
	top:0px;
	bottom:0;
}
#progress{
	width:100%;
	float:right;
	background:rgba(255,255,255,0.05);
}
/*end slideshow*/
/*start newsbar*/
#newsbar{
	clear:both;
	right:0;
	left:0;
	bottom:0;
	z-index:1000;
	position:absolute;
}
#news-tick{
	border:none !important;
	overflow:hidden;
	height:66px !important;
	position:relative;
	display:block;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 400;
	text-transform:uppercase;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #ed7f30;
}
.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:#ed7f30;
}
.bn-news {
	border:none !important;
	margin-right: 20px;
	margin-left: 115px;
	direction:rtl;
	height: 66px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-right:30px;
}
.bn-news li a {
	display: block;
	color: #bbb;
	font-weight: 400;
	line-height: 66px;
	height: 66px;
}
.bn-news li a:hover{
	color: #ed7f30;
}
/*end newsbar*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
}
.pages_title h1 {
	font-size: 18px;
	font-weight: 400;
	display:inline-block;
	padding:0px 55px 0px 30px;
	color: #333;
	margin-bottom:15px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 4px;
	background: #ed7f30;
	top:16px;
	left: 0;
}
.pages_title h1:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 4px;
	background: #ed7f30;
	top:16px;
	right: 0;
}
.pages_title h2 {
	font-weight: 400;
	font-size: 40px;
	color: #231f20;
	line-height:1.2;
	display: block;
	text-transform:capitalize;
	margin-bottom:0px;
}
.pages_title h2 b{
	color:#ed7f30;
	font-weight:400;
}
/*end pages title*/
/*start vision*/
#vision{
	float:right;
	width:100%;
	position:relative;
	padding:60px 0px;
	overflow:hidden;
}
#vision .width {
	position: relative;
	z-index: 102;
}
.vision_left{
	display:block;
	width:50%;
	float:right;
}
.vision_right{
	display:block;
	width:50%;
	float:left;
	overflow:hidden;
}
.vision_box{
	background:#f3e7df;
	padding:20px;
	overflow:hidden;
	float:left;
	width:317px;
	border-radius:10px;
}
.vision_video{
	width:100%;
	overflow:hidden;
	height:200px;
	border-radius:10px;
	margin-bottom:20px;
}
.vision_video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vision_text {
	clear: both;
	display: block;
	overflow: hidden;
}
.vision_text h2 {
	font-weight: 400;
	font-size: 17px;
	display: block;
	margin-bottom: 25px;
}
.vision_count {
	float: right;
	width: 50%;
}
.vision_count p {
	font-weight: 400;
	font-size: 45px;
	color: #ed7f30;
	line-height: 1.2;
}
.vision_count h1 {
	font-weight: 400;
	font-size: 13px;
}
.vision_left h2 {
	font-weight: 400;
	font-size: 41px;
	color:#231f20;
	padding-top: 70px;
	text-align:justify;
	max-width:500px;
	line-height:1.4;
	text-transform: capitalize;
}
/*end vision*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	z-index:800;
	position:relative;
	overflow:hidden;
	padding:60px 0px;
	margin-bottom:50px;
}
#count:before{
	content:"";
	right:0;
	left:0;
	bottom:0;
	top:0;
	position:absolute;
	background-image:url(../images/bg/bg53.png);
	background-repeat:no-repeat;
	background-position:center;
	opacity:0.1;
	animation:movescale 5s linear infinite;
	-webkit-animation:movescale 5s linear infinite;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
	position:relative;
}
.count_all {
	width: 100%;
	padding: 0px 10px;
}
.count_all b{
	float:right;
	width: 80px;
	height: 80px;
	line-height: 80px;
	display:block;	
	position: relative;
	border-radius: 100%;
	background:linear-gradient(270deg, rgba(26, 159, 87, 0.2) 0%, rgba(96, 101, 213, 0.2) 100%);
}
.count_all span {
	background: #1a9f57;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	z-index: 133;
	display: block;
	width: 70px;
	height: 70px;
	font-weight:400;
	line-height:70px;
	font-size:30px;
	margin-right: 5px;
	margin-top: 5px;
}
.count_all div {
	overflow: hidden;
	margin-right:120px;
}
.count_all h2 {
	font-weight: 400;
	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:40px;
	letter-spacing: 2px;
	line-height: 1;
	color: #231f20;
	position: relative;
	margin-top: 10px;
}
/*end count*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	float:right;
	width:100%;
	position:relative;
	z-index:500;
	margin-top:50px;
	margin-bottom:120px;
	overflow:hidden;
}
#aboutus .width{
	position:relative;
	display:table;
}
.aboutus_right {
	width: 45%;
	vertical-align: top;
	display: table-cell;
	height:100%;
	position: relative;
}
.aboutus_right:before{
	content:"";
	position:absolute;
	border:3px solid #ed7f30;
	border-radius:50px;
	right:80px;
	top:0;
	bottom:150px;
	left:60px;
}
.aboutus_right img{
	width:85%;
	height:80%;
	object-fit:cover;
	border-radius:50px;
	display:block;
	position:absolute;
	top:20px;
	right:0;
	bottom:0;
}
.aboutus_right img.aboutus_right_small {
	width: 330px;
	height: 330px;
	border: 4px solid #fff;
	object-fit: cover;
	border-radius: 50px;
	top: auto;
	bottom: 0px;
	right: auto;
	left: 0;
}
.aboutus_left{
	width:50%;
	vertical-align:top;
	padding-right:40px;
	padding-top:25px;
	display:table-cell;
}
.aboutus_left_txt {
	font-size: 15px;
	padding-left:10px;
	font-weight: 400;
	text-align:justify;
	border-bottom:1px dashed rgba(0,0,0,0.2);
	padding-bottom:20px;
	margin-bottom:20px;
	clear: both;
	line-height: 2;
}
.data_list {
	position: relative;
	border-bottom:1px dashed rgba(0,0,0,0.2);
	padding-bottom:10px;
	overflow:hidden;
	margin-bottom:20px;
}
.data_list li {
	display: block;
	position: relative;
	z-index: 100;
	width: 50%;
	padding:10px 0px;
	float:right;
}
.data_list li h1{
	font-weight:400;
	margin-right:35px;
	font-size:16px;
}
.data_list li i{
	vertical-align:middle;
	float:right;
	display:block;
	font-style:normal;
}
#aboutus_tabled {
	clear: both;
}
.aboutus_tabled_loop {
	float: right;
	width: 33.33%;
	position:relative;
}
.aboutus_tabled_loop:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 26px;
	background: rgba(0,0,0,0.1);
	left: 20px;
	top: 20px;
}
.aboutus_tabled_loop:last-child:after{
	display:none;
}
.aboutus_tabled_txt1 h2 {
	float: right;
	display: block;
	font-size: 50px;
	font-weight: 400;
	color: #1a9f57;
	line-height: 1;
}
.aboutus_tabled_txt1 p {
	margin-right: 65px;
	padding-top: 2px;
	font-size: 13px;
}
.aboutus_tabled_txt2 {
	padding-top: 10px;
}
.aboutus_tabled_txt1 {
	padding-top: 9px;
}
.aboutus_tabled_txt2 span {
	float: right;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	font-size: 15px;
	background: #1a9f57;
	color: #fff;
}
.aboutus_tabled_txt2 p {
	margin-right: 55px;
}
.aboutus_tabled_txt2 p i {
	font-style: normal;
	font-size: 13px;
	line-height: ;
	text-transform: capitalize;
}
.aboutus_tabled_txt2 p b {
	font-weight: 400;
	color: #231f20;
	font-size: 13px;
}
.slider_info {
	position: absolute;
	right: 0;
	bottom: 25px;
}
.slider_info_img{
	float:right;
}
.slider_info h2 {
	float: right;
	margin-right: -15px;
	font-weight: 400;
	color: #555;
	font-size: 14px;
	padding-top: 35px;
}
.slider_info_img img{
	width:50px;
	height:50px;
	object-fit:cover;
	object-position:top;
	border-radius:50%;
	display:block;
	float:right;
	position:relative;
	border:2px solid rgba(255,255,255,1);
}
.slider_info_img img:nth-child(2){
	right:-15px;
}
.slider_info_img img:nth-child(3){
	right:-30px;
}
.slider_info_img img:nth-child(4){
	right:-45px;
}
/*end aboutus*/
/*start contactus*/
#contactus{
	float:right;
	width:100%;
	overflow:hidden;
	padding:90px 0px;
	position:relative;
	background:#15673d;
	margin-bottom:60px;
	color:#fff;
}
#contactus:before{
	content:"";
	position:absolute;
	top:0;
	left:-100px;
	width:40%;
	bottom:0;
	background:url(../images/bg/bg52.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left bottom;
	opacity:0.08;
	animation:moveleftbounce 5s linear infinite;
	-webkit-animation:moveleftbounce 5s linear infinite;
}
#contactus:after{
	content:"";
	position:absolute;
	top:0;
	right:-100px;
	width:40%;
	bottom:0;
	background:url(../images/bg/bg54.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left bottom;
	opacity:0.08;
	animation:moverightbounce 5s linear infinite;
	-webkit-animation:moverightbounce 5s linear infinite;
}
.contactus_left{
	float:right;
}
.contactus_left h2 {
	font-weight: 400;
	font-size: 37px;
	color: #fff;
	background: linear-gradient(270deg, #fff 0%, #ed7f30 100%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
	margin-bottom: 5px;
}
.contactus_left p {
	font-size: 16px;
}
.contactus_right {
	float: left;
	margin-top: 24px;
}
/*end contactus*/
/*start services2*/
#services2{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:60px;
	position:relative;
}
#services2 .width{
	position:relative;
}
.services2_left .pages_title span{
	font-size:17px;
	margin-top:40px;
	margin-bottom:20px;
	display:block;
}
.services2_left{
	position:sticky;
	overflow:hidden;
	top:130px;
	width:33.33%;
	float:right;
}
.services2_right{
	float:left;
	width:66.666%;
	padding-right:90px;
}
.servicess li {
	display: block;
	float: left;
	width: 100%;
	padding:20px 0px;
	overflow: hidden;
}
.serv_alls {
	background: #deeae4;
	position:relative;
	overflow:hidden;
	padding:30px;
	border-radius: 12px;
}
.serv_rights {
	position: relative;
	width: 306px;
	height: 230px;
	float: right;
}
.serv_rights b {
	position: absolute;
	background: #deeae4;
	width: 55px;
	height: 55px;
	line-height: 55px;
	top: -8px;
	left: -5px;
	font-weight:400;
	color: #333;
	border-radius: 0px 0px 12px 0px;
	text-align: center;
	font-size: 17px;
}
.serv_rights img {
	width: 100%;
	height:100%;
	border-radius: 12px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.serv_lefts {
	overflow: hidden;
	margin-right:330px;
}
.serv_lefts h2 {
	font-weight: 400;
	font-size: 25px;
	display: block;
	margin-bottom: 15px;
	color: #231f20;
}
.serv_lefts p {
	display: block;
	color:#aaa;
	overflow: hidden;
	margin-bottom:5px;
}
.servicess li ol{
	margin-top:20px;
}
.servicess li ol li {
	padding: 5px 0px;
}
.servicess li ol li:before{
	content:"";
	width:5px;
	height:5px;
	border-radius:50%;
	background:#ed7f30;
	display:inline-block;
	vertical-align:middle;
	margin-left:8px;
}
.servicess li a{
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	font-size:21px;
	color:#333;
	background:#fff;
	border-radius: 0px 12px 0px 0px;
	position:absolute;
	bottom:0;
	left:0;
}
.servicess li a:before{
	content:"\e91b";
	font-family:iconmoon;
}
.servicess li a:hover{
	color:#ed7f30;
}
/*end services2*/
/*start banner*/
#banner{
	clear:both;
	overflow:hidden;
	width:100%;
	float:right;
	height:100%;
	margin-bottom:60px;
}
#banner .width{
	height:100%;
	background:#deeae4;
	padding:20px;
	border-radius:20px;
}
.banner{
	border-radius:20px;
	height:100%;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
}
.banner h2 {
	background: #1a9f57;
	position: absolute;
	left: 50px;
	top: 50px;
	width: 277px;
	border-radius: 10px;
	padding: 20px;
	color: #fff;
	font-weight: 400;
	font-size: 17px;
	line-height:1.5;
	text-transform: capitalize;
}
.banner h2 span {
	float: left;
	font-size: 40px;
	line-height: 1.2;
	margin-right: 19px;
}
/*end banner*/
/*start teams*/
#teams{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:60px;
	position:relative;
}
#teams .width {
	position: relative;
	height: 100%;
	contain: layout;
}
.teams_left{
	float:right;
	width:40%;
}
.teams_right{
	width:60%;
	float:left;
	padding-right:90px;
}
.teams_left .pages_title span{
	font-size:15px;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
}
.teams_rate {
	background: #deeae4;
	height: 119px;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom:30px;
	float: right;
}
.teams_rate b {
	font-weight: 400;
	float: right;
	line-height: 119px;
	padding: 0px 20px;
	font-size: 70px;
	color: #333;
	border-left: 1px solid rgba(0,0,0,0.1);
}
.teams_rate_txt {
	margin-right: 128px;
	padding: 27px 30px 0px;
}
.my_star{
	overflow:hidden;
}
.my_star span{
	font-family:FontAWesome;
	font-size:19px;
	font-weight:normal;
	color:#ed7f30;
	margin:0px 1px;
}
.my_star span:before{
	content:"\f005";
}
.teams_rate_txt i {
	font-style: normal;
	font-size: 15px;
}
.teams_arrow{
	clear:both;
	overflow:hidden;
}
.teams_arrow_left,.teams_arrow_right{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	background:#ed7f30;
	display:block;
	font-size:25px;
	text-align:center;
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:50%;
	color:#fff;
	float:right;
	cursor:pointer;
	margin-right:10px;
}
.teams_arrow_right:before{
	font-family:FontAwesome;
	content:"\f104";
}
.teams_arrow_left:before{
	font-family:FontAwesome;
	content:"\f105";
}
.teams_arrow_right:hover,.teams_arrow_left:hover{
	color:#fff;
	background:#1a9f57;
}
.partners_slide2{
	clear:both;
	display:block;
	overflow:hidden;
	direction:ltr;
	visibility:hidden;
}
.partners_slide2.slick-initialized {
	visibility:visible;
}
.partners2 li{
	width:100%;
	float:right;
}
.partners_all2{
	background:#deeae4;
	position:relative;
	border-radius:15px;
	text-align:right;
	overflow:hidden;
	padding:100px 40px 40px;
}
.partners_all2 b {
	background: #fff;
	position: absolute;
	width: 138px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	right: 0px;
	top: 0px;
	border-radius: 0px 0px 0px 12px;
	font-weight: normal;
	color: #ed7f30;
	font-size: 50px;
}
.partners_all2 b:before{
	font-family:FontAwesome;
	content:"\f10e";
}
.partners_all2 p {
	font-size: 18px;
	padding: 25px 0px;
	line-height:2;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	margin-bottom: 25px;
}
.partners_all2_name {
	float: right;
	overflow: hidden;
}
.partners_all2_name img {
	float: right;
	height: 70px;
	object-fit: cover;
	border-radius: 5px;
	width: 70px;
}
.partners_all2 .partners_all2_name p {
	font-size: 23px;
	padding: 0px;
	border: none;
	margin-bottom: 0;
	margin-right: 90px;
	line-height:normal;
	display: block;
	color: #333;
}
.partners_all2 .partners_all2_name p i {
	font-style: normal;
	display: block;
	font-size: 14px;
	color: #666;
}
.slick-dots {
	position: absolute;
	background: #fff;
	width: 138px;
	height: 80px;
	border-radius: 0px 12px 0px 0px;
	bottom: 0px;
	left: -10px;
	text-align: center;
	padding-top:30px;
}
.partners2 .slick-dots li{
	float:none;
	display:inline-block;
	width:auto;
	padding:5px;
}
.partners2 .slick-dots li button {
  border: none;
  font-size: 0px;
  display: block;
  width: 10px;
  height: 10px;
  background: #ed7f30;
  border-radius: 50%;
  cursor: pointer;
}
/*end teams*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	position:relative;
	z-index:1000;
	margin-bottom:50px;
	display: block;
}
.news_ul{
	overflow:hidden;
	margin:0px -15px;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:15px 15px 15px;
	overflow:hidden;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	overflow:hidden;
	border-radius:15px;
}
.news_top {
	display: block;
	overflow: hidden;
	clear: both;
	padding: 20px 0px;
}
.news_top p {
	display: block;
	width: 79px;
	float:right;
	height: 79px;
	line-height:1;
	background: #1a9f57;
	padding: 16px 10px;
	border-radius:15px;
	text-align: center;
	font-weight:400;
	font-size: 30px;
	color: #fff;
}
.news_top p b {
	margin-top:3px;
	font-weight: 400;
	font-size: 13px;
	display: block;
}
.news_top h2 {
	color: #333;
	font-weight: 400;
	font-size: 17px;
	margin-right: 100px;
	text-transform:capitalize;
	margin-top: 12px;
	height: 55px;
	overflow: hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height:215px;
	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_txt {
	padding: 25px 0px;
	clear: both;
	display: block;
}
.news_txt p {
	display: block;
	clear: both;
	font-weight:400;
	font-size: 14px;
	text-align:justify;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	padding:0px 0px 25px;
	float:right;
}
.news_more a {
	display:inline-block;
	background: #1a9f57;
	padding: 8px 15px;
	font-weight:500;
	color: #fff;
	border-radius:7px;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: 10px;
	content: "\f060";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #1a9f57;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_all .social {
	float: left;
	margin: 4px 0px 22px 22px;
	overflow: hidden;
}
.news_all .social li{
	display:inline-block;
	float:none;
}
.news_all .social li a {
	border: 1px solid rgba(0,0,0,0.1);
	width: 35px;
	height: 35px;
	border-radius:0px;
	display:block;
	background:none;
	margin: 0px 2px;
	color: #555;
	line-height: 35px;
	text-align: center;
	padding: 0px;
}
.news_all .social li a:hover {
	border: 1px solid #1a9f57;
	color: #1a9f57;
	background:none;
}
/*end news*/
/*start load*/
#go_page_load{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#231f20;
	z-index:50000;
}
.go_page_load_table{
	width:100%;
	height:100%;
	display:table;
}
.go_page_load_cell{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
/*end load*/