/*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:#4898ac;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#3eab34;
	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:#4898ac;
	opacity:0.8;
	position:absolute;
	top:-2px;
	left:-3px;
}
/*end body*/
/*start more*/
.play_more {
	display:inline-block;
	position:relative;
}
.play_more a{
	clear:both;
	color:#fff;
	font-size:13px;
	display:inline-block;
	font-weight:400;
	height:55px;
	line-height:55px;
	position:relative;
	padding-right:30px;
	background:#3eab34;
	border-radius:40px;
	overflow:hidden;
	z-index:888;
}
.play_more:after {
	content: "";
	position: absolute;
	background: #3eab34;
	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 a:after{
	content:"\f100";
	background:#4898ac;
	font-family:FontAwesome;
	color:#fff;
	width:55px;
	height:55px;
	line-height:55px;
	color:#fff;
	float:left;
	text-align:center;
	margin-right:30px;
	font-size:18px;
	font-weight:normal;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more a:before{
	background:#4898ac;
	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%;
	position:absolute;
	top:0;
	right:0;
	float:right;
	border-top:5px solid #3eab34;
	display:block;
	z-index:2000;
	height:55px;
}
#top .width{
	padding-right:200px;
	position:relative;
}
#top .width:before{
	content:"";
	position:absolute;
	bottom:0;
	right:220px;
	left:10px;
	height:1px;
	background:#fff;
	opacity:0.1;
}
#top .width:after{
	content:"";
	position:absolute;
	bottom:-5px;
	right:230px;
	left:20px;
	height:1px;
	background:#fff;
	opacity:0.1;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:13px;
	color:rgba(255,255,255,0.6);
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
	padding:0px 10px;
	line-height:54px;
}
.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;
	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;
}
.s_contact li a:after,.s_contact li span:after{
	content:"";
	color:#fff;
	background:#3eab34;
	border-radius:0px 0px 60px 60px;
	position:absolute;
	right:0;
	left:0;
	height:10px;
	top:-50px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.s_contact li:hover a:after,.s_contact li:hover span:after{
	top:0;
}
.social {
	float:right;
	margin-right:10px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	color:rgba(255,255,255,0.6);
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 20px;
	height:55px;
	line-height: 55px;
}
.social li a:after{
	content:"";
	color:#fff;
	background:#3eab34;
	position:absolute;
	right:0;
	left:0;
	border-radius:0px 0px 50px 50px;
	height:10px;
	top:-50px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.social li:hover a:after{
	top:0;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.twitter a:before{
	content:"\f099";
}
.social li.google a:before{
	content:"\f0d5";
}
.social li.youtube a:before{
	content:"\f16a";
}
.social li.linkedin a:before{
	content:"\f0e1";
}
.social li.pinterest a:before{
	content:"\f231";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.vimeo a:before{
	content:"\f27d";
}
.social li.delicious a:before{
	content:"\f1a5";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
/*end top*/
/*start header*/
#header {
	z-index: 12000;
	width: 100%;
	height: 100px;
	float: right;
	clear: both;
	position: absolute;
	top: 55px;
	right: 0;
}
#header .width{
	position:relative;
}
.logo {
	float: right;
	position: relative;
	text-align:center;
	margin-top: -50px;
	width:200px;
}
.logo svg{
	fill:#0c2f49;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:-1;
}
.logo a img {
	height: 120px;
	margin-top:15px;
}
.get_qoute {
	float: left;
	margin-top: 26px;
}
.get_qoute a{
	font-size:14px;
}
.nav {
	float:left;
	margin-top:30px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 10px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	line-height:50px;
	font-weight:400;
	font-size:14px;
	position:relative;
}
.nav li a:before{
	content:"+";
	font-weight:400;
	font-size:16px;
	color:#3eab34;
	display:inline-block;
	vertical-align:0px;
	margin-left:8px;
}
.nav li a:after{
	content:"";
	height:2px;
	border-radius:4px;
	background:#3eab34;
	position:absolute;
	top:0px;
	right:15px;
	width:0px;
	-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{
	width:40px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#fff;
}
.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:225px;
	right:0px;
	border-radius:10px;
	overflow:hidden;
	top:70px;
	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{
	display:block;
	padding:8px 15px;
	color:#333;
	font-size:12px;
	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:#4898ac;
	color:#fff;
	padding-right:17px;
}
.search_icon {
	float:left;
}
.search_icon svg {
	fill: #fff;
	width: 20px;
	margin-right: 20px;
	margin-left:20px;
	height: auto;
	margin-top: 45px;
	cursor: pointer;
}
.searchbox {
	position: absolute;
	width: 100%;
	display: none;
	z-index: 10002;
	left: 0;
	top: 120px;
	height: auto;
}
.searchbox_close {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	color: #3eab34;
	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: #3eab34;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #000;
	font-size: 14px;
	font-family:Changa, sans-serif;
	padding: 0px 75px 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;
	box-shadow:0px 0px 8px -3px rgba(0,0,0,0.6);
	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;
}
.nav_fix .nav li a{
	color:#333;
}
.nav_fix .logo {
	margin-top: -1px !important;
}
.nav_fix .search_icon svg{
	fill:#333;
}
/*end head_fix*/
/*start footer*/
#footer{
	background-color:#0a3d62;
	background-image:url(../images/bg/bg92.png);
	background-position:center;
	background-color:#0a3d62;
	border-bottom:1px solid rgba(255,255,255,0.05);
	float:right;	
	width:100%;
	clear:both;
	overflow:hidden;
	padding:90px 0px 0px;
	position:relative;
}
.footer_bg{
	background: url(../images/bg/bg90.png);
	width:100%;
	clear:both;
	float:right;
	height: 181px;
	background-size: 100% 100%;
	transform: rotate(-180deg);
}
#footer .play_more{
	margin:0px 5px;
}
.foot{
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	color:#eee;
	overflow:hidden;
}
.foot_loop h2{
	font-weight:600;
	font-size:17px;
	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:#3eab34;
	display:block;
	margin-top:15px;
}
.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:10px 0;
	color:#eee;
	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:#3eab34;
	border-radius:5px;
	padding-right:10px;
}
.foot_loop ul li a:after{
	width:100%;
	height:100%;
	position:absolute;
	bottom:-100px;
	right:0;
	content:"";
	background:url(../images/bg/bg41.png);
	background-size:cover;
	-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_contact{
	overflow:hidden;
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-left:5px;
}
.foot_contact span{
	color:#fff;
	display: block;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	color:#fff;
	text-transform:uppercase;
	font-size: 13px;
	margin-bottom: 20px;
	padding: 10px;
}
.foot_contact p i {
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	vertical-align:0px;
	margin-left: 20px;
	font-style: normal;
	font-size: 18px;
	color: #3eab34;
}
.foot_contact i.foot_contact_phone:before{
	content:"\f11f";
}
.foot_contact i.foot_contact_email:before{
	content:"\f2b6";
}
.foot_contact i.foot_contact_map:before{
	content:"\f127";
}
.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:10px;
	color:#fff;
}
#bottom .social {
	float:right;
	margin-right:10px;
	margin-top:0;
}
#bottom .social li{
	display:block;
	position:relative;
	margin:0;
	float:right;
}
#bottom .social li:first-child a{
	border-right:1px solid rgba(255,255,255,0.05);	
}
#bottom .social li a {
	color:#eee;
	display: block;
	font-size: 14px;
	border-left:1px solid rgba(255,255,255,0.05);
	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:#fff;
}
/*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:#fff;
	font-size:13px;
	margin-top:50px;
	font-weight:400;
}
.copyrights{
	float:right;
	line-height:80px;
}
.design{
	float:left;
	line-height:80px;
}
.design a{
	color:#3eab34;
}
.design a:hover{
	color:#fff;
}
.footer_car{
	position:absolute;
	bottom:70px;
	right:0;
	width:100%;
	-webkit-animation-name: left;
	animation-name: left;
	-webkit-animation-duration: 20.5s;
	animation-duration: 20.5s;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction:alternate;
	animation-direction:alternate;
}
.footer_car img {
	height: 80px;
}
/*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:#3eab34;
	border-radius:50%;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#4898ac;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	display:block;
	z-index:100;
	margin-bottom:0px;
	overflow:hidden;
	width:100%;
	background-color:#0a3d62;
	background-image:url(../images/bg/bg92.png);
	background-position:center;
	position:relative;
	height:120%;
	top:0;
	right:0;
}
#slideshow:before{
	content:"";
	position:absolute;
	right:0;
	left:0;
	bottom:0;
	top:0;
	opacity:0.02;
	background-position:bottom;
	background-image:url(../images/bg/bg91.jpg);
	background-size:cover;
}
.slider:after {
	position: absolute;
	top: -260px;
	left: 207px;
	bottom: -260px;
	width: 200px;
	background:#3eab34;
	opacity: 0.4;
	z-index:100;
	content: "";
	transform: rotate(34deg);
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	right: 30px;
	top: 50%;
	margin-top:-30px;
	text-align:center;
}
.cycle-pager .cycle-pager-active {
	background:#3eab34;
	width:30px;
}
.cycle-pager span {
	margin-bottom:10px;
	width:20px;
	height:3px;
	border-radius:4px;
	background:rgba(255,255,255,0.1);
	cursor:pointer;
	display:block;
}
.slideshow{
	height:100%;
	width:100%;
	overflow:hidden;
}
.slider{
	width:100%;
	height:100%;
}
.slider_cont{
	display:table;
	direction:ltr;
	height:100%;
	position:relative;
	z-index:1000;
	padding-top:120px;
}
.slider_right{
	vertical-align:middle;
	display:table-cell;
	width:30%;
	height:100%;
	padding-left:20px;
	position:relative;
}
.cycle-slide-active .slider_cont .slider_right{
    -webkit-animation: slideInTop 1s forwards;
    -ms-animation-name: slideInTop 1s forwards;
	-o-animation-name: slideInTop 1s forwards;
	-moz-animation-name: slideInTop 1s forwards;
	animation-name: slideInTop 1s forwards;
}
.slider_left{
	vertical-align:middle;
	width:60%;
	direction:rtl;
	height:100%;
	display:table-cell;
	text-align:center;
	padding-left:200px;
	padding-right:100px;
}
.cycle-slide-active .slider_cont .slider_left{
    -webkit-animation: slideInRight 1s forwards;
    animation: slideInRight 1s forwards;
	-ms-animation: slideInRight 1s forwards;
	-o-animation: slideInRight 1s forwards;
	-moz-animation: slideInRight 1s forwards;
}
.slider_cont h1 {
	background: url(../images/god.png);
	background-repeat: no-repeat;
	background-position:center;
	display: block;
	width: 250px;
	height: 100px;
	margin:0px auto;
	background-size: 100%;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	text-transform:capitalize;
	line-height:1.2;
	display:block;
	color: #fff;
	font-size:50px;
	margin-bottom:15px;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #bbb;
	line-height:1.6;
	font-size: 14px;
	font-weight:400;
	margin-bottom:40px;
}
@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)}}
@keyframes slideInTop{0%{transform:translateY(100%)}100%{transform:translateY:(0);}}
@-webkit-keyframes slideInTop{0%{-webkit-transform:translateY(100%)}100%{-webkit-transform:translateY(0);}}
/*end slideshow*/
/*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: #4898ac;
	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: #4898ac;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 400;
	font-size: 31px;
	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: #4898ac;
	display: block;
}
.pages_title.withwhite p:before,.pages_title.withwhite p:after{
	background:#4898ac;
}
.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:table;
	float:right;
	width:100%;
	margin-bottom:60px;
	padding-top:50px;
	position:relative;
	z-index:100;
}
#aboutus .pages_title{
	text-align:right;
}
#aboutus .pages_title p{
	margin-right:0;
	margin-left:0;
}
#aboutus .width{
	display:table;
}
.aboutus_right {
	width: 40%;
	display:table-cell;
	position:relative;
	top:-100px;
	height:100%;
	vertical-align:middle;
}
.aboutus_right:before {
	content: "";
	width: 100%;
	height: 110%;
	background-color: #3eab34;
	background-image:url(../images/bg/bg92.png);
	background-position:center;
	border-radius: 15px;
	position: absolute;
	top: -22px;
	bottom: 2px;
	left: 0;
	right: -30px;
}
.aboutus_right img {
	display:block;
	position:absolute;
	object-fit:cover;
	object-position:center;
	border-radius:15px;
	bottom:0;
	top:0;
	left:0;
	height:100%;
	width:100%;
	right:0px;
}
.aboutus_right img:last-child{
	width:auto;
	top:80px;
	right:20%;
	height:90px;
}
.aboutus_right .play_more {
	position: absolute;
	top: 233px;
	right: 31%;
}
.aboutus_left {
	width: 55%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	padding:0px 60px 0px 40px;
}
.aboutus_text{
	overflow:hidden;
	margin-bottom:25px;
}
.aboutus_text_img{
	float:left;
}
.aboutus_text_img img{
	width:170px;
	height:180px;
	border-radius:5px;
}
.aboutus_text_c{
	margin-left:190px;
	padding-top:20px;
	font-size:14px;
}
.data_list5 {
	width: 100%;
	position: relative;
}
.data_list5 li {
	display: block;
	position: relative;
	z-index: 100;
	margin-bottom:30px;
	width: 100%;
}
.data_all5 {
	position:relative;
}
.data_all65 {
	margin-right: 120px;
	padding-left: 30px;
}
.data_list5 li span {
	display: block;
	float: right;
	font-size: 50px;
	width: 80px;
	height: 90px;
	background-color: #4898ac;
	position:relative;
	border-radius:4px;
	text-align: center;
	line-height: 90px;
	color: #fff;
	font-weight: normal;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data_list5 span:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: -10px;
	top: 10px;
	background: #3eab34;
	border-radius: 5px;
	z-index: -1;
	opacity: 0.3;
}
.data_list5 li:hover span{
	background-color:#3eab34;
}
.data_list5 li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color: #555;
	position: relative;
	font-weight:400;
}
.data_list5 li p b {
	display: block;
	color: #333;
	z-index: 101;
	position: relative;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end aboutus*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	z-index:1500;
	position:relative;
	margin:90px 0px 100px;
}
#count .width{
	padding:50px 0px;
	border-radius:80px;
	background-color:#0a3d62;
	background-image:url(../images/bg/bg92.png);
	background-position:top;
}
#count svg.count_first {
	fill: #0a3859;
	position: absolute;
	width: 400px;
	right: 50%;
	top: -90px;
	margin-right: -200px;
}
#count svg.count_second {
	fill: #0a3859;
	position: absolute;
	width: 120px;
	right: 50%;
	bottom: -54px;
	margin-right: -60px;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
	position:relative;
}
#count ul li:first-child,#count ul li:last-child{
	margin-top:100px;
}
.count_all {
	width: 100%;
	padding: 0px 40px;
}
.count_all span{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	color: #fff;
	width: 100px;
	height: 100px;
	margin:0px auto 40px; 
	background: #3eab34;
	text-align: center;
	line-height: 100px;
	border-radius: 100%;
	z-index: 133;
	font-size:50px;
	position: relative;
	display:block;
}
.count_all span:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	background: rgba(255,255,255,0.1);
	border-radius: 50%;
	right: -12px;
	top: 9px;
}
.count_all div {
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 400;
	color: #bbb;
	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: #fff;
	position: relative;
	margin-top: 10px;
}
/*end count*/
/*start services2*/
#services2{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:50px;
	overflow:hidden;
}
.servicess{
	clear:both;
	margin:0px -20px;
	padding-top:50px;
	display:block;
}
.servicess li:nth-child(2),.servicess li:nth-child(5){
	margin-top:-60px;
}
.servicess li {
	display: block;
	float: right;
	width: 33.33%;
	padding:20px;
	overflow: hidden;
}
.serv_alls {
	position:relative;
}
.serv_rights {
	position:relative;
	width: 100%;
	height:360px;
}
.serv_rights a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.serv_rights:after{
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}
.serv_rights:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.serv_rights img {
	width: 100%;
	height:100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.serv_lefts span {
	width: 90px;
	height: 99px;
	line-height: 99px;
	text-align: center;
	font-size: 44px;
	color: #3eab34;
	margin-left:20px;
	background: #dde8ef;
	display: block;
	float: right;
}
.serv_lefts {
	position: relative;
	background: #fff;
	overflow: hidden;
}
.serv_lefts h2 {
	font-weight: 400;
	font-size: 17px;
	display: block;
	margin-bottom: 10px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 12px;
}
.serv_lefts p {
	display: block;
	color: #555;
	overflow: hidden;
	height: 42px;
	margin-bottom: 5px;
	font-size: 13px;
}
/*end sevices*/
/*start downpdf*/
#downpdf{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:90px;
	margin-top:80px;
}
#downpdf .width{
	position:relative;
	padding:120px 0px;
	border-radius:80px;
	background-color:#0a3d62;
	background-image:url(../images/bg/bg92.png);
	background-position:top;
}
#downpdf svg.count_first {
	fill: #0a3859;
	position: absolute;
	width: 400px;
	right: 50%;
	top: -90px;
	margin-right: -200px;
}
#downpdf svg.count_second {
	fill: #0a3859;
	position: absolute;
	width: 120px;
	right: 50%;
	bottom: -54px;
	margin-right: -60px;
}
.downpdf{
	overflow:hidden;
	padding:0px 80px;
}
#downpdf .width.scroll .downpdf{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.downpdf_right {
	float: right;
	overflow: hidden;
	width: 55%;
}
.downpdf_right h2 {
	font-weight: 400;
	font-size: 35px;
	display: block;
	color: #fff;
	margin-bottom: 11px;
}
.downpdf_right p {
	font-size: 15px;
	color:#bbb;
}
.downpdf_left {
	float: left;
	margin-top:48px;
}
/*end downpdf*/
/*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;
	border:1px solid #eaf0f4;
	margin: 0px auto;
}
.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%;
}
.partners_all img{
	display:block;
	margin-left:auto;
	max-height:100px;
	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:#eee;
	border:none;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	cursor:pointer;
	border-radius: 14px;
	width:25px;
	height:6px;
}
.slick-dots li.slick-active button{
	background:#4898ac;
}
/*end partners*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	display: block;
	padding-bottom:80px;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:50%;
	float:right;
	padding:20px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	overflow:hidden;
	box-shadow:0px 32px 32px 0px rgba(210,210,210,.35);
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 420px;
	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;
	height: 100%;
	width: 100%;
}
.news_img p {
	position: absolute;
	left: 60px;
	bottom:115px;
	border-radius:0px 20px 0px 0px;
	background: #3eab34;
	color: #fff;
	font-size:12px;
	width:80px;
	z-index:4500;
	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;
	position: absolute;
	bottom: 45px;
	background: #fff;
	z-index: 1000;
	right: 0;
	width: 90%;
	display: block;
}
.news_txt h2 {
	font-weight: 400;
	font-size: 27px;
	display: block;
	margin-bottom: 6px;
	color: #29241c;
	overflow: hidden;
	height: 90px;
	max-width: 350px;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	padding:0px 25px 25px;
}
.news_more a {
	display: block;
	font-weight:600;
	color: #4898ac;
	float: right;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: 10px;
	content: "\f060";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #3eab34;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/
/*start teams*/
#teams {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom:50px;
	position: relative;
}
.teams_slide{
	margin-top:40px;
	clear:both;
	display:block;
	position:relative;
	z-index:101;
	overflow:hidden;
}
.teams_slide li{
	float:right;
	position:relative;
	width:20%;
	padding:20px;
	overflow:hidden;
}
.teams_all{
	overflow:hidden;
	position:relative;
	display:block;
	text-align:center;
	cursor:pointer;
}
.teams_slide li:nth-child(2n+2) .teams_all img{
	margin-bottom:0;
	margin-top:20px;
}
.teams_all img{
	width:100%;
	height:320px;
	display:block;
	margin-bottom:20px;
	object-fit:cover;
	object-position:top;
}
.team_desc{
}
.teams_all span {
	color: #333;
	display: block;
	margin-bottom: 6px;
	font-size: 15px;
	font-weight:400;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.teams_all p{
	text-overflow: ellipsis;
	font-size:12px;
	overflow: hidden;
	white-space: nowrap;	
	display:block;
	font-weight:400;
	color:#666;
}
/*end teams*/