/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fcfbf8;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:'tajawal',Barlow, sans-serif;
	font-size:14px;
	font-weight:500;
	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:#21a163;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#ffc92c;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	margin:0px auto;
	width:1230px;
}
/*end body*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:relative;
	float:right;
	display:block;
	height:45px;
	background:#eee;
}
.welcome{
	float:right;
	position:relative;
	font-size:13px;
	font-weight:500;
	color:#21a163;
	line-height:45px;
}
.welcome span{
	color:#333;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:12px;
	color:#333;
	text-transform:uppercase;
	font-family:Barlow,'tajawal', sans-serif;
	letter-spacing:1px;
	padding:0px 15px;
	line-height:45px;
}
.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;
	color:#21a163;
	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:#21a163;
}
.s_contact li a:hover:before{
	color:#21a163;
}
.social {
	float:right;
	margin-right:10px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	color:#333;
	display: block;
	font-size: 12px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 12px;
	line-height: 45px;
}
.social li a:hover{
	color:#fff;
	background:#21a163;
}
.social li:hover: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{
	background-color:#fff;
	background-image:url(../images/bg/bg38.png);
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	z-index:1000;
	width:100%;
	float:right;
	clear:both;
	position:relative;
}
.logo {
	position: relative;
	padding:10px 0px 5px;
	z-index: 100;
	text-align: center;
}
.logo img {
	height:190px;
}
/*end header*/
/*start nav*/
#nav{
	clear:both;
	height:55px;
	width:100%;
	position:relative;
	float:right;
	z-index:1000;
	box-shadow:0 3px 12px 0 rgba(0, 0, 0, 0.05);
	background-color:#eee;
}
.nav li{
	float:right;
	position:relative;
	display:block;
}
.nav li a{
	height:55px;
	display:block;
	color:#333;
	position:relative;
	padding:0px 20px;
	line-height:55px;
	font-size:14px;
	font-weight:600;
}
.nav li a:before{
	content:"";
	width:5px;
	height:5px;
	background:#21a163;
	border-radius:50%;
	display:inline-block;
	position:absolute;
	left:0;
	top:26px;
}
.nav li:last-child a:before{
	display:none;
}
.nav li a:after{
	content:"";
	height:4px;
	display:block;
	background:#21a163;
	position:absolute;
	border-radius:5px;
	bottom:0px;
	left:200px;
	right:200px;
	-moz-transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
}
.nav li a:hover,.nav li:hover a{
	color:#000;
}
.nav li a:hover:after,.nav li:hover a:after{
	right:20px;
	left:20px;
}
.nav li:hover .sub{
	display:block;
}
.sub {
	position: absolute;
	width: 240px;
	display:none;
	top: 55px;
	right:0px;
	z-index:200;
	background-color:#21a163;
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	display:block;
}
.nav li:hover .sub ul li a{
	display:block;
	padding:10px;
	background:none;
	line-height:normal;
	font-size:13px;
	color:#fff;
	height:auto;
	text-align:right;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	background:#fff;
	color:#000;
	padding-right:13px;
}
.nav li:hover .sub ul li a:before,.nav li:hover .sub ul li:last-child a:before{
	content: "\f038";
	position:relative;
	top:0;
	left:0;
	width:auto;
	height:auto;
	border-radius:0;
	background:none;
	font-family: FontAwesome;
	font-weight: normal;
	vertical-align: 0;
	margin-left: 10px;
}
/*end nav*/
/*start head_fix*/
.nav_fix {
	background:#eee;
	width:100%;
	height:55px;
	position: fixed;
	right: 0px;
	z-index: 5000;
	top:-1000px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
body.scrolled .nav_fix{
	top:0;
}
/*end head_fix*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	text-transform:uppercase;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	background-color:#333;
	background-image:url(../images/bg/bg45.png);
	color:#fff;
	font-size:13px;
	font-weight:400;
}
.copyrights{
	float:right;
	line-height:45px;
}
.design{
	float:left;
	line-height:45px;
}
.design a{
	color:#eee965;
}
.design a:hover{
	text-decoration:underline;
}
#bottom .social {
	float:left;
	margin-top:0;
	margin-right:10px;
	margin-left:10px;
	border:none;
}
#bottom .social li a {
	color:#fff;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	background:none;
	border-left:1px solid rgba(255,255,255,0.1);
	padding:0px 16px;
	line-height: 45px;
	height:45px;
	margin:0;
	border-radius:0;
}
#bottom .social li:first-child a{
	border-right:1px solid rgba(255,255,255,0.1);
}
#bottom .social li a:hover{
	color:#000;
	background:#eee965;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#000;
	z-index:2500;
	cursor:pointer;
	font-size:14px;
	right:10px;
	bottom:2px;
	display:none;
	width:40px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:40px;
	line-height:40px;
	border-radius:10px;
	background:#eee965;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#21a163;
	color:#fff;
}
/*end totop*/
/*start footer*/
#footer{
	background-color:#333;
	background-image:url(../images/bg/bg45.png);
	float:right;	
	width:100%;
	clear:both;
	border-bottom:1px solid rgba(255,255,255,0.1);
	padding:80px 0px 30px;
	position:relative;
}
.foot{
	clear:both;
	margin-bottom:30px;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	color:#aaa;
	overflow:hidden;
}
.foot_loop h2{
	font-weight:600;
	font-size:18px;
	margin-bottom:25px;
	color:#fff;
	text-transform:uppercase;
	display:block;
}
.foot_loop h2:after{
	width:10%;
	content:"";
	height:5px;
	background-color:#21a163;
	border-radius:10px;
	display:block;
	margin-top:10px;
}
.foot_loop:first-child,.foot_loop:last-child {
	background: rgba(255,255,255,0.05);
	border-radius: 10px;
	padding: 15px 15px;
	margin: -15px 0px 0px 0px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 13px;
	color:#fff;
	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.1);
	padding:10px 0;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	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:#21a163;
	border-radius:5px;
	padding-right:10px;
}
.foot_contact{
	overflow:hidden;
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-left:5px;
	font-family:droid;
}
.foot_contact span{
	color:#fff;
	display: block;
	font-size: 13px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(33,33,33,0.1);
	color:#fff;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 10px;
}
/*end footer*/
/*start slideshow*/
#slideshow{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	height:500px;
	position:relative;
	float:right;
	background:#21a163;
}
.circles {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	opacity:0.1;
	z-index:200;
}
#progress_a{
	width:100%;
	left:0px;
	position:absolute;
	z-index:1000;
	bottom:0px;
}
#progress{
	height:8px;
	float:left;
	background:rgba(33,33,33,0.1);
}
#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;
	background:rgba(33,33,33,0.2);
	top:50%;
	width:45px;
	height:45px;
	line-height:45px;
	margin-top:-35px;
	color:#fff;
	right:0;
	z-index:1001;
	cursor:pointer;
}
#slideshow .prev{
	margin-top:10px;
}
#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:#21a163;
}
.cycle-pager {
	position: absolute;
	z-index:1400;
	font-size:0px;
	right:0;
	bottom:20px;
	width:100%;
	text-align:center;
}
.cycle-pager .cycle-pager-active {
	background:#21a163;
}
.cycle-pager span {
	margin:4px 5px;
	width:15px;
	height:15px;
	border-radius:50%;
	border:2px solid rgba(255,255,255,0.7);
	cursor:pointer;
	display:inline-block;
}
.slidebg{
	background:rgba(0,0,0,0.6);
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom: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-size:cover;
	width:100%;
	height:100% !important;
	background-position:center;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	padding:15px;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 90px;
	position: relative;
	z-index: 800;
	text-align: center;
	display: block;
	padding:0px;
}
.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;
}
.cycle-slide-active .slider_cont h2{
    -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 h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.3;
	text-transform:uppercase;
	display: inline-block;
	color: #fff;
	font-size:27px;
	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;	
}
.cycle-slide-active .slider_cont p,.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 p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight:400;
	margin-bottom:30px;
	-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 a{
	color:#fff;
	background:#21a163;
	clear:both;
	font-size:14px;
	text-transform:uppercase;
	display:inline-block;
	font-weight:600;
	padding:12px 30px;
	position:relative;
	overflow:hidden;
	z-index:888;
	-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 a:hover{
	color:#000;
	background:#eee965;
}
/*end slideshow*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	padding:60px 0px;
	background-image:url(../images/bg/bg39.png);
	background-attachment:fixed;
	background-repeat:repeat;
	position:relative;
	float:left;
	z-index:100;
}
.data_list {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
	text-align:center;
	height: 100%;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:25%;
	height: 100%;
	padding:50px 30px;
	overflow: hidden;
}
.data_list li:nth-child(2) span{
	background:#21a163;
}
.data_list li:nth-child(3) span{
	background:#21a163;
}
.data_list li:nth-child(4) span{
	background:#17617c;
}
.data_list li span {
	z-index: 101;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 120px;
	background: #21a163;
	position: relative;
	color: #fff;
	font-size: 40px;
	margin-bottom: 25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.data_list li span:after{
	right:10px;
	left:10px;
	top:10px;
	bottom:10px;
	position:absolute;
	border:1px dashed #fff;
	content:"";
	border-radius:50%;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index:101;
	color:#666;
	position:relative;
	height:125px;
}
.data_list li p b {
	display: block;
	color: #251b49;
	z-index:101;
	position:relative;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li a {
	display: inline-block;
	margin-top: 20px;
	color: #666;
	border:2px solid #21a163;
	padding: 7px 20px;
	border-radius:100px;
	font-size: 12px;
	font-weight: 700;
}
.data_list li:nth-child(2) a{
	border:2px solid #21a163;
}
.data_list li:nth-child(3) a{
	border:2px solid #21a163;
}
.data_list li:nth-child(4) a{
	border:2px solid #17617c;
}
.data_list li a:hover {
	color:#fff;
	background:#21a163;
}
.data_list li:nth-child(2) a:hover{
	background:#21a163;
}
.data_list li:nth-child(3) a:hover{
	background:#21a163;
}
.data_list li:nth-child(4) a:hover{
	background:#17617c;
}
/*end data*/
/*start banner*/
#banner2{
	clear:both;
	float:right;
	margin-bottom:50px;
	position:relative;
	width:100%;
	height:100%;
	z-index:1000;
}
#banner2 .width{
	position:relative;
	height:100%;
	background-position:right;
}
.banner2_txt{
	width:30%;
	position:absolute;
	top:0;
	right:0;
	background:#fff;
	padding:0px 0px 50px 50px;
}
.banner2_txt h2{
	font-weight:700;
	display:block;
	font-size:32px;
	margin-bottom:15px;
	color:#333;
}
.banner2_txt a {
	display:inline-block;
	margin-top:30px;
	background: #21a163;
	color: #fff;
	position:relative;
	z-index:200;
	border-radius:5px;
	padding: 10px 20px;
	font-weight: 600;
}
.banner2_txt a:hover {
	background: #eee;
	color:#21a163;
}
.banner2_txt a:before {
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	font-weight:normal;
	margin-left:10px;
}
/*end banner*/
/*start counter*/
#counter {
	clear: both;
	display: block;
	position: relative;
	z-index: 102;
}
.counter {
	margin:20px 0px;
	background: #fff;
	box-shadow:0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}
.counter_list li {
	display: block;
	float: right;
	width: 25%;
	text-align: center;
	border-left: 2px solid #eee;
	padding: 20px;
}
.counter_list li:nth-child(3){
	border-left:none;
}
.counter_list li:last-child {
	background: #21a163;
	border-left: none;
}
.counter_list li span {
	font-family: FontAwesome;
	font-size: 35px;
	color: #21a163;
	display: block;
	line-height: 1.5;
}
.counter_list li:last-child span{
	color:#fff;
}
.counter_list li i {
	display: block;
	font-size: 40px;
	font-weight: 700;
	direction:ltr;
	font-style: normal;
}
.counter_list li:last-child i{
	color:#fff;
}
.counter_list li i e {
	display: inline-block;
	margin-left: 10px;
	font-weight:700;
	color: #21a163;
	font-size:30px;
	vertical-align:0px;
}
.counter_list li:last-child i e{
	color:#21333e;
}
.counter_list li b {
	font-weight: 600;
	font-size: 15px;
	display: block;
}
.counter_list li:last-child b{
	color:#fff;
}
/*end counter*/
/*start quote*/
#quote{
	float:right;
	width:100%;
	clear:both;
	overflow:hidden;
	background:#21a163;
	margin-top:-110px;
	padding:150px 0px 100px;
	position:relative;
	margin-bottom:50px;
}
#quote:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #333;
	z-index: 100;
	opacity: 0.85;
}
.quote_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	background-size: cover;
}
#quote .width{
	position:relative;
	z-index:101;
}
#quote .pages_title h2{
	font-size:40px;
}
#quote .pages_title h2:before{
	display:none;
}
#quote .pages_title{
	text-align:center;
	max-width:unset;
}
#quote .pages_title span{
	color:#fff;
}
/*end quote*/
/*start pages_title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 1.2;
	color:#333;
	max-width:1000px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 30px;
	padding: 0px 20px;
}
.pages_title.withwhite{
	color:#fff;
}
.pages_title:before {
	content: "";
	background-image: url(../images/bg/bg32.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
	display: block;
	margin: 0px auto 10px;
}
.pages_title.withwhite h1{
	color:#ffe200;
}
.pages_title h1 {
	color: #000;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
}
.pages_title span{
	line-height:2;
	font-size:15px;
	color:#555;
	display:block;
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
	font-weight:400;
	margin-bottom:15px;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 5px;
}
.pages_title span {
	line-height: 2;
	font-size: 14px;
	color: #79766d;
	display: block;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 600;
}
/*end pages_title*/
/*start services*/
#services {
	clear: both;
	display: block;
	overflow: hidden;
	position:relative;
	margin-bottom: 40px;
	float: right;
	width: 100%;
}
.services{
	clear:both;
	display:block;
}
.services li {
	display: block;
	float: right;
	width:33.33%;
	padding:15px;
}
.serv_all {
	background: #fff;
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	position:relative;
}
.serv_right {
	position:relative;
	width: 100%;
	height: 270px;
}
.serv_right a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.serv_right img {
	width: 100%;
	height:100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.serv_all:hover .serv_right span{
	background:#21a163;
	color:#fff;
}
.serv_right span {
	width: 50px;
	height: 50px;
	background: #fff;
	position: absolute;
	top:-10px;
	z-index:1000;
	font-weight:normal;
	text-align: center;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	line-height: 50px;
	font-size: 20px;
	left:-30px;
	border-radius:50%;
	color: #21a163;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_right span:after {
	width: 50px;
	position: absolute;
	content: "";
	border-radius:50%;
	height: 50px;
	border: 4px solid rgba(255,255,255,0.6);
	left: -4px;
	top: -4px;
}
.serv_left {
	padding:25px;
	position: relative;
}
.serv_left h2 {
	font-weight: 700;
	font-size: 15px;
	display: block;
	margin-bottom: 5px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_left p {
	display: block;
	color: #555;
	overflow: hidden;
	height: 75px;
	margin-bottom: 10px;
	font-size: 14px;
}
.serv_left a {
	display:block;
	font-weight: 700;
	color:#000;
	font-size: 12px;
	padding: 5px 5px 5px 15px;
	border-radius: 35px;
	line-height: 1;
	background: #fff;
	position:absolute;
	left:20px;
	bottom:-15px;
}
.serv_left a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#21a163;
	color:#fff;
	text-align:center;
	border-radius:50px;
	font-size:12px;
	margin-left:5px;
	display:inline-block;
	transform:rotate(-20deg);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.serv_left a:hover{
	color:#fff;
	background:#21a163;
}
.serv_left a:hover:before{
	transform:rotate(0deg);
}
/*end services*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position:relative;
	z-index:100;
	background:#fff;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:30px 0px;
	margin-bottom:50px;
}
.partners_title {
	float: right;
	width: 20%;
	display: block;
}
.partners_title h2 {
	font-weight: 700;
	font-size: 50px;
	text-transform:uppercase;
	color: #333;
}
.partners_arrow {
	width: 15%;
	text-align: center;
	float: right;
	padding-top: 25px;
}
.partner_next, .partner_prev {
	width: 50px;
	height: 50px;
	background:#21a163;
	display: block;
	line-height:50px;
	border-radius:3px;
	color:#fff;
	font-size:18px;
	margin-bottom: 15px;
	cursor:pointer;
	font-family: FontAwesome;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.partner_next:before{
	content:"\f100";
}
.partner_prev:before{
	content:"\f101";
}
.partner_next:hover,.partner_prev:hover{
	background:#eee965;
	color:#000;
	border-radius:5px;
}
.partners{
	float:right;
	width:65%;
	display:block;
	overflow:hidden;
}
.partners li{
	float:right;
	display:block;
	width:25%;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 0px 5px;
	height: 140px;
	border-radius:5px;
	margin: 0px auto;
	box-shadow:0 2px 15px 0 rgba(0,0,0,.06);
	background: #fff;
}
.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;
	margin-right:auto;
}
.partners_slide .slick-dots li{
	width:auto;
	float:none;
	padding:0;
}
/*end partners*/
/*start news*/
#news{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:40px;
}
#news:before {
	content: "";
	background-image: url(../images/bg/bg30.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 190px;
	position: absolute;
	top: 20%;
	right: 0;
	background-size: 50px auto;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
}
.news_ul {
	clear: both;
	display:block;
}
.news_loop {
	float:right;
	width: 33.33%;
	overflow: hidden;
	padding: 15px;
}
.news_all {
	position: relative;
	background:#fff;
	width: 100%;
	box-shadow: 0 0 9px 2px #00000017;
	overflow: hidden;
	border-radius:5px;
}
.news_img {
	height: 250px;
	position: relative;
}
.news_img a {
	display: block;
	width: 100%;
	height: 100%;
}
.news_img a img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.news_img a p {
	position: absolute;
	background: #21a163;
	bottom: -38px;
	left: 25px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	width: 80px;
	font-weight: 500;
	height: 80px;
	border-radius: 80px;
	border: 5px solid #fff;
	padding-top: 5px;
}
.news_img a p b {
	display: block;
	font-size: 22px;
	font-family: droid;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 8px;
}
.news_img:before {
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.5);
	top: -100%;
	right: 0;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
	width: 100%;
	opacity:0;
	height: 100%;
}
.news_all:hover .news_img:before{
	opacity:1;
	top:0;
}
.news_img a:after{
	content:"\f0c1";
	font-family:FontAwesome;
	-moz-transition: all 1s;
	-webkit-transition:all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	position:absolute;
	opacity:0;
	left:50%;
	top:50%;
	margin-top:-18px;
	margin-left:-12px;
	color:#fff;
	font-size:25px;
}
.news_all:hover .news_img a:after{
	opacity:1;
	transform:rotate(360deg);
}
.news_txt {
	clear: both;
	padding: 40px 15px 15px;
	overflow: hidden;
}
.news_txt span {
	display: block;
	margin-bottom: 0px;
	color: #165885;
	font-size: 13px;
}
.news_txt span:before{
	content:"\f07b";
	font-family:FontAwesome;
	vertical-align:0;
	margin-left:8px;
}
.news_txt h2 {
	font-weight: 600;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	color: #79766d;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_txt p {
	height: 70px;
	overflow: hidden;
	font-size: 14px;
	color: #555;
}
.news_more {
	padding: 0px 15px 15px;
}
.news_more a {
	display: inline-block;
	color: #333;
	background:#eee;
	font-weight: 700;
	font-size: 12px;
	padding: 5px 5px 5px 15px;
	border-radius: 35px;
	line-height: 1;
}
.news_more a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#21a163;
	color:#fff;
	text-align:center;
	border-radius:50px;
	font-size:12px;
	margin-left:5px;
	display:inline-block;
	transform:rotate(-20deg);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.news_more a:hover{
	color:#fff;
	background:#21a163;
}
.news_more a:hover:before{
	transform:rotate(0deg);
}
/*end news*/