/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:'tajawal',Barlow, sans-serif;
	font-size:14px;
	font-weight:600;
	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:#62bb43;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#1fc0e7;
	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%;
	position:relative;
	float:right;
	display:block;
	height:64px;
	z-index:1500;
	background:#009432;
}
.s_contact{
	position:relative;
	float:right;
}
.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.8);
	text-transform:uppercase;
	padding:0px 15px;
	font-weight:600;
	height:64px;
	line-height:64px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.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,.s_contact li span:hover{
	color:#fff;
}
.social {
	float:left;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	color:rgba(255,255,255,0.8);
	display: block;
	height:64px;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	line-height: 64px;
	width:45px;
	text-align:center;
}
.social li a:hover{
	color:#fff;
}
.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.linkedin a:before{
	content:"\f0e1";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
.social li.doctor a:before{
	content:"\f0f0";
}
.social li.doctor a{
	background:#62bb43;
	font-size:20px;
	color:#fff;
}
.social li.doctor b {
	position: absolute;
	bottom: -18px;
	border-left: 22px solid transparent;
	border-top: 20px solid #62bb43;
	border-right: 25px solid transparent;
	right:-1px;
}
/*end top*/
/*start header*/
#header {
	background-color: #fff;
	width: 100%;
	float: right;
	clear: both;
	height: 130px;
	position: relative;
	z-index: 1000;
}
.logo {
	position: relative;
	z-index: 100;
	float:right;
}
.logo img {
	height:130px;
}
.nav {
	float: left;
	margin-top:52px;
}
.nav li{
	float:right;
	position:relative;
	display:block;
}
.nav li a{
	height:40px;
	display:block;
	color:#333;
	position:relative;
	padding:0px 10px;
	line-height:40px;
	font-size:14px;
	font-weight:600;
}
.nav li a:after{
	content:"";
	height:1px;
	display:block;
	background:#62bb43;
	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:before{
	content:"";
	height:1px;
	display:block;
	background:#62bb43;
	position:absolute;
	border-radius:5px;
	bottom:-3px;
	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,.nav li.current_page_item a{
	color:#62bb43;
}
.nav li a:hover:after,.nav li:hover a:after,.nav li a:hover:before,.nav li:hover a:before,.nav li.current_page_item a:after,.nav li.current_page_item a:before{
	right:20px;
	left:20px;
}
.nav li:hover .sub{
	display:block;
}
.sub{
	position: absolute;
	width: 215px;
	display:none;
	top:40px;
	right:0px;
	z-index:200;
	padding:5px 0px;
}
.sub ul{
	background-color:#fff;
	border-radius:5px;
	overflow:hidden;
	box-shadow:0px 0px 10px -1px rgba(0,0,0,0.1);
}
.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:13px;
	background:none;
	line-height:normal;
	font-size:13px;
	color:#000;
	height:auto;
	font-weight:600;
	text-align:right;
	border-bottom:1px solid rgba(0,0,0,0.02);
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	background:#62bb43;
	color:#fff;
	padding-right:18px;
}
.nav li:hover .sub ul li a:before,.nav li:hover .sub ul li a:after{
	display:none;
}
.head_contact{
	float:left;
	margin-right:10px;
}
.head_contact a:hover{
	background:#62bb43;
	border:1px solid #62bb43;
	color:#fff;
}
.head_contact a {
	display: block;
	border: 1px solid #62bb43;
	border-radius: 3px;
	color: #333;
	padding: 5px 23px;
	font-size: 13px;
	font-weight: 600;
	margin-top: 54px;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background: #fff;
	width: 100%;
	position: fixed;
	right: 0px;
	z-index: 5000;
	top: -1000px;
	background-color: #fff;
	height: 100px;
	padding-top: 5px;
	box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.2);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
body.scrolled .nav_fix{
	top:0;
}
body.scrolled .nav_fix .logo img{
	height:95px;
}
body.scrolled .nav_fix .nav{
	margin-top:30px;
}
body.scrolled .nav_fix .head_contact a{
	margin-top:31px;
}
/*end head_fix*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	background:#009432;
	color:#fff;
	font-weight:600;
	font-size:13px;
	height:45px;
}
.copyrights{
	float:right;
	line-height:45px;
}
.design{
	float:left;
	line-height:45px;
}
.design a{
	color:#fff;
	text-decoration:underline;
}
.design a:hover{
	text-decoration:underline;
	color:#fff;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:1500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:10px;
	display:none;
	line-height:45px;
	width:45px;
	border-radius:5px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:45px;
	background:#62bb43;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#1fc0e7;
	color:#fff;
}
/*end totop*/
/*start gallery*/
#gallery{
	clear:both;
	float:right;
	position:relative;
	overflow:hidden;
	width:100%;
}
#gallery .width{
	width:970px;
}
.gallery li{
	float:right;
	overflow:hidden;
	width:100%;
	height:450px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.gallery li img{
	padding:0px 30px;
	width:100%;
	height:100%;
	cursor:grab;
	object-fit:cover;
	object-position:top;
	display:block;
}
.gallery_slider{
	visibility:hidden;
}
.gallery_slider.slick-initialized {
	visibility:visible;
}
.gallery_next, .gallery_prev {
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-size: 15px;
	text-align: center;
	position: absolute;
	top: 55%;
	width: 40px;
	color: #333;
	left: 10px;
	right: auto;
	z-index: 1001;
	cursor: pointer;
	height: 40px;
	background: rgba(255,255,255,0.8);
	line-height: 40px;
}
.gallery_next:before,.gallery_prev:before{
	font-family:FontAwesome;
}
.gallery_next:before{
	content:"\f054";
}
.gallery_prev:before{
	content:"\f053";
}
.gallery_next{
	right:10px;
	left:auto;
}
.gallery_next:hover,.gallery_prev:hover{
	opacity:0.5;
}
/*end gallery*/
/*start pages_title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 1.2;
	color:#285349;
	max-width:1000px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 30px;
	padding: 0px 20px;
}
.pages_title h1 {
	color: #79766d;
	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;
}
.pages_title p{
	background:url(../images/title.png);
	background-repeat:no-repeat;
	width:55px;
	height:22px;
	display:block;
	margin:0px auto;
}
/*end pages_title*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	float:left;
	background-color:#fff;
	border-bottom:1px solid #eee;
	z-index:1000;
	margin-bottom:60px;
}
.data_list {
	width: 100%;
	position:relative;
	z-index:101;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:33.33%;
	height: 100%;
}
.data_list li:last-child .data_all{
	border-left:none;
}
.data_all{
	width:100%;
	padding:45px 50px 60px;
}
.data_list li span {
	z-index: 101;
	width: 50px;
	height:50px;
	line-height:50px;
	position: relative;
	color: #333;
	font-size:30px;
	font-weight:normal;
	margin-bottom:0px;
	display: block;
}
.data_list li p {
	overflow: hidden;
	font-size: 14px;
	z-index: 101;
	color:#555;
	position: relative;
	height: 135px;
}
.data_list li p b {
	display: inline-block;
	color: #fff;
	background:#62bb43;
	padding:0px 3px;
	z-index:101;
	position:relative;
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li a {
	position: absolute;
	width: 45px;
	height: 45px;
	line-height: 45px;
	padding-top:3px;
	border-radius: 50%;
	text-align: center;
	font-family: Barlow;
	background: #62bb43;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	bottom: -20px;
	right: 50%;
	margin-right: -22px;
}
.data_list li a:before{
	content:url(../images/plus.png);
}
.data_list li a:hover{
	background:#1fc0e7;
	color:#fff;
}
/*end data*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-bottom:40px;
	overflow:hidden;
}
#count ul{
	clear:both;
}
#count ul li{
	width:33.33%;
	float:right;
	display:block;
}
.count_all {
	background:url(../images/icon.png);
	background-repeat:no-repeat;
	background-size:50px;
	background-position:center bottom;
	width: 100%;
	border-radius: 2px;
	padding: 20px 20px 60px;
	text-align: center;
}
.count_all h2 {
	font-weight: 600;
	color: #79766d;
	font-size: 16px;
	overflow: hidden;
	display: block;
	margin-bottom:10px;
}
.count_all p {
	clear: both;
	font-family:Barlow,tajawal;
	display: block;
	overflow: hidden;
	font-weight:700;
	font-size: 75px;
	line-height:1;
	color: #333;
	margin-bottom:20px;
}
.count_all span {
	font-family: FontAwesome;
	background:#1e573d;
	width:90px;
	height:90px;
	border-radius:90px;
	line-height:90px;
	color: #fff;
	display: block;
	font-weight:normal;
	font-size: 35px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-60px;	
	margin-bottom: 15px;
}
/*end count*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
}
.aboutus{
	width:100%;
	display:table;
}
.aboutus_right{
	width:50%;
	display:table-cell;
	vertical-align:top;
	position:relative;
}
.aboutus_left {
	width: 50%;
	vertical-align: top;
	padding-right:40px;
	display: table-cell;
	position: relative;
}
.aboutus_right div {
	position: absolute;
	bottom:70px;
	top: 0;
	right: 0;
	left:90px;
}
.aboutus_right div span{
	background:#62bb43;
	color:#fff;
	width:130px;
	height:130px;
	line-height:130px;
	text-align:center;
	font-size:40px;
	border-radius:130px;
	position:absolute;
	left:-65px;
	top:100px;
}
.aboutus_right div span:after {
	content: "";
	width: 140px;
	height: 140px;
	border-radius: 140px;
	position: absolute;
	border: 2px dashed rgba(255,255,255,0.8);
	left: -7px;
	top: -8px;
}
.aboutus_right div span:before{
	content:"";
	font-family:FontAwesome,iconmoon;
}
.aboutus_right div:nth-child(2) {
	right: auto;
	left: 0px;
	bottom: 0px;
	top: auto;
	height: 250px;
	border-radius: 10px;
}
.aboutus_right div:before {
	content: "";
	position: absolute;
	top:50px;
	bottom: 0;
	left: -90px;
	z-index: -1;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: #eee;
}
.aboutus_right div:nth-child(2):before,.aboutus_right div:nth-child(2):after{
	display:none;
}
.aboutus_right div img{
	width:100%;
	height:100%;
	border-radius:5px;
	object-fit:cover;
	object-position:right;
	display:block;
}
.aboutus_left1{
	min-height:550px;
}
.aboutus_left h1 {
	font-size: 16px;
	color: #79766d;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}
.aboutus_left h2 {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 30px;
	color: #285349;
	line-height: 1.3;
}
.aboutus_left p {
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
	background-position:right top;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
	height:22px;
}
.aboutus_txt {
	font-size: 15px;
	margin-bottom:15px;
	clear:both;
	overflow:hidden;
}
.aboutus_left a {
	display: block;
	float: right;
	margin-top: 25px;
	background: #62bb43;
	color: #fff;
	padding: 12px;
	font-weight: 600;
}
.aboutus_left a:hover {
	background: #1fc0e7;
	color: #fff;
}
.aboutus_left a:before {
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:10px;
}
.aboutus_txt1 li {
	display: block;
	overflow:hidden;
	margin-bottom: 15px;
}
.aboutus_txt1 li span {
	background: #62bb43;
	color: #fff;
	font-weight: 600;
	font-family: Barlow,tajawal;
	display: inline-block;
	overflow:hidden;
	font-size: 13px;
	border-radius: 2px;
	margin-left: 5px;
	width: 25px;
	float:right;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.aboutus_txt1 li b {
	font-weight: 600;
	margin-right: 40px;
	display: block;
}
/*end aboutus*/
/*start services*/
#services {
	clear: both;
	display: block;
	overflow: hidden;
	position:relative;
	margin-bottom: 40px;
	float: right;
	width: 100%;
}
#services:before {
	content: "";
	background-image: url(../images/bg/bg29.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 190px;
	position: absolute;
	top: 20%;
	left: 0;
	background-size: 50px auto;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
}
.services{
	clear:both;
	display:block;
}
.services li {
	display: block;
	float: right;
	width: 25%;
	padding: 5px;
	overflow: hidden;
}
.serv_all {
	background: #fff;
	box-shadow:0px 0px 15px -7px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position:relative;
	border-radius:5px;
	border-bottom:5px solid transparent;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_all:hover{
	border-bottom:5px solid #62bb43;
}
.serv_right {
	position:relative;
	width: 100%;
	height: 200px;
}
.serv_right a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.serv_right a:before{
	content:"";
	width:100%;
	height:100%;
	top:0;
	right:0;
	opacity:0;
	position:absolute;
	background:rgba(0,0,0,0.6);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_all:hover .serv_right a:before{
	opacity:1;
}
.serv_right img {
	width: 100%;
	height:100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.serv_all:hover .serv_right span{
	background:#1fc0e7;
}
.serv_right span {
	width: 90px;
	height: 90px;
	background: #62bb43;
	position: absolute;
	border-radius: 90px;
	bottom: -44px;
	text-align: center;
	line-height: 75px;
	font-size: 30px;
	left: 50%;
	color: #fff;
	border: 5px solid #fff;
	margin-left: -45px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_right span:after {
	content: "";
	position: absolute;
	width: 67px;
	height: 67px;
	border-radius: 80px;
	top: 4px;
	right: 5px;
	border: 2px dashed #fff;
	-webkit-animation: rotatemetwo 5s linear infinite;
	animation: rotatemetwo 5s linear infinite;
}
.serv_left {
	padding: 50px 25px 25px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.serv_left h2 {
	font-weight: 700;
	font-size: 15px;
	display: block;
	margin-bottom: 5px;
	color: #79766d;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_left p {
	display: block;
	color: #555;
	overflow: hidden;
	height: 120px;
	margin-bottom: 10px;
	font-size: 14px;
}
.serv_left a {
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	padding: 5px 5px 5px 15px;
	border-radius: 35px;
	line-height: 1;
	color:#333;
	background: #eee;
}
.serv_left a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#62bb43;
	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:#62bb43;
}
.serv_left a:hover:before{
	transform:rotate(0deg);
}
/*end services*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:40px;
	position: relative;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:right;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding:10px;
	max-width:200px;
	height:200px;
	border-radius:10px;
	margin: 0px auto;
	border:1px solid #eee;
}
.partners_all div{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	border-radius:50%;
	background: #fff;
}
.partners_all img{
	display:block;
	border-radius:50%;
	margin-left:auto;
	margin-right:auto;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	border:1px solid #1fc0e7;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	cursor:pointer;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
}
.slick-dots li.slick-active button{
	background:#62bb43;
}
/*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: #62bb43;
	bottom: -38px;
	left: 25px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	width: 80px;
	font-weight: 500;
	height: 80px;
	border-radius: 80px;
	border: 5px solid #fff;
	padding-top: 5px;
}
.news_img a p b {
	display: block;
	font-size: 22px;
	font-family: droid;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 8px;
}
.news_img:before {
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.5);
	top: -100%;
	right: 0;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
	width: 100%;
	opacity:0;
	height: 100%;
}
.news_all:hover .news_img:before{
	opacity:1;
	top:0;
}
.news_img a:after{
	content:"\f0c1";
	font-family:FontAwesome;
	-moz-transition: all 1s;
	-webkit-transition:all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	position:absolute;
	opacity:0;
	left:50%;
	top:50%;
	margin-top:-18px;
	margin-left:-12px;
	color:#fff;
	font-size:25px;
}
.news_all:hover .news_img a:after{
	opacity:1;
	transform:rotate(360deg);
}
.news_txt {
	clear: both;
	padding: 40px 15px 15px;
	overflow: hidden;
}
.news_txt span {
	display: block;
	margin-bottom: 0px;
	color: #165885;
	font-size: 13px;
}
.news_txt span:before{
	content:"\f07b";
	font-family:FontAwesome;
	vertical-align:0;
	margin-left:8px;
}
.news_txt h2 {
	font-weight: 900;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	color: #79766d;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_txt p {
	height: 70px;
	overflow: hidden;
	font-size: 14px;
	color: #555;
}
.news_more {
	padding: 0px 15px 15px;
}
.news_more a {
	display: inline-block;
	color: #333;
	background:#eee;
	font-weight: 700;
	font-size: 12px;
	padding: 5px 5px 5px 15px;
	border-radius: 35px;
	line-height: 1;
}
.news_more a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#62bb43;
	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:#62bb43;
}
.news_more a:hover:before{
	transform:rotate(0deg);
}
/*end news*/