/*start body*/
body,html{
	height:100%;
}
.twitter_widget {
	display: table-cell;
	width: 50%;
	padding-right: 20px;
}
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:#3895d2;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#6bb96f;
	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 borderis*/
#borderis {
	height:5px;
	clear:both;
	float:right;
	width: 100%;
	z-index: 5000;
}
.borderis{
	height:100%;
	width:100%;
	display:block;
}
.borderisloop {
	width:21%;
	float:right;
	height: 100%;
	background: #3895d2;
}
.borderisloop:nth-child(2){
	background:#f9b841;
	width:19%;
}
.borderisloop:nth-child(3){
	width:18%;
	background:#a7c952;
}
.borderisloop:nth-child(4){
	background:#6bb96f;
	width:16%;
}
.borderisloop:nth-child(5){
	width:14%;
	background:#f9b841;
}
.borderisloop:nth-child(6){
	width:12%;
	background:#3895d2;
}
/*end borderis*/
/*start top*/
#top{
	background-color:#fff;
	width:100%;
	z-index:1000;
	overflow:hidden;
	position:relative;
	display:block;
	height:40px;
}
.welcome{
	float:right;
	position:relative;
	font-size:12px;
	font-weight:600;
	color:#333;
	line-height:40px;
	padding:0px 15px;
}
.welcome span{
	color:#223555;
	margin-right:5px;
}
.social{
	float:left;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	display: block;
	color: #333;
	z-index:11;
	padding: 0px 18px;
	font-size:12px;
	position:relative;
	text-transform:uppercase;
	line-height:40px;
}
.social li a:hover,.social li:last-child a{
	color:#fff;
	background:#3895d2;
}
.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";
}
/*end top*/
/*start header*/
#header{
	background-color:#fff;
	width:100%;
	height:155px;
	clear:both;
	float:right;
	position:relative;
	z-index:12000;
}
.head_txt{
	overflow:hidden;
}
.logo {
	margin:25px auto 0px;
	text-align:center;
}
.logo img {
	height: 105px;
}
.head_data {
	float:right;
	margin-top:30px;
}
.head_data.head_data_left{
	float:left;
}
.head_data li {
	display: block;
	float: right;
	line-height: 1;
	text-transform:capitalize;
	padding: 23px 20px;
	height: 100%;
}
.head_data li span {
	display: block;
	font-weight: 400;
	font-size: 13px;
	color: #333;
	padding-top: 5px;
}
.head_data li span p {
	display: block;
	color: #223555;
	font-weight: 400;
	font-size: 18px;
	margin-top: 8px;
}
/*end header*/
/*start nav*/
#nav{
	float:right;
	width:100%;
	height:70px;
	box-shadow:0px 4px 2px -2px rgba(0,0,0,0.1);
	border-top:5px solid #ebebeb;
	clear:both;
	background:#fff;
	position:relative;
	z-index:1000;
}
.nav{
	text-align:center;
}
.nav li{
	display:block;
	float:right;
	position:relative;
}
.nav li a {
	display: block;
	color: #333;
	padding:0px 17px;
	position: relative;
	font-weight: 600;
	font-size: 13px;
	z-index:105;
	height:70px;
	line-height:70px;
}
.nav li a:hover,.nav li:hover a{
	color:#fff;
}
.nav li:before{
	display:none;
}
.nav li:after{
	position:absolute;
	top:-5px;
	right:0;
	z-index:99;
	content:"";
	width:100%;
	clear:both;
	height:5px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	background:#94c72c;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.nav li:hover:after{
	height:100%;
}
.nav li:nth-child(2):after{
	background:#cf974a;
}
.nav li:nth-child(3):after{
	background:#eb5026;
}
.nav li:nth-child(4):after{
	background:#17617c;
}
.nav li:nth-child(5):after{
	background:#dab546;
}
.nav li:nth-child(6):after{
	background:#e437ce;
}
.nav li:nth-child(7):after{
	background:#e43785;
}
.nav li:nth-child(8):after{
	background:#737373;
}
.nav li:nth-child(9):after{
	background:#aa69c6;
}
.nav li:nth-child(10):after{
	background:#73bb9c;
}
.nav li:hover .sub{
	top:65px;
	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;
	overflow:hidden;
	top:100px;
	visibility:hidden;
	opacity:0;
	z-index:600;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li .sub ul li a:after{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding:11px 15px;
	color:#333;
	text-align:right;
	font-size:12px;
	line-height:normal;
	height:auto;
	font-weight:600;
	border-bottom:1px solid rgba(33,33,33,0.05);
}
.nav li .sub ul li:after{
	display:none !important;
}
.nav li .sub ul li a:hover{
	background:#eee;
	color:#333;
	padding-right:17px;
}
/*end nav*/
/*start head_fix*/
.nav_fix {
	width:100%;
	height:70px;
	box-shadow:0px 4px 2px -2px rgba(0,0,0,0.1);
	border-top:5px solid #ebebeb;
	clear:both;
	background:#fff;
	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;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	background-color:#223555;
	color:#fff;
	font-size:13px;
	font-weight:400;
}
.copyrights{
	float:right;
	line-height:45px;
}
.design{
	float:left;
	line-height:45px;
}
.design a{
	color:#fff;
}
.design a:hover{
	text-decoration:underline;
}
#bottom .social{
	margin-left:20px;
	float:left;
}
#bottom .social li a{
	line-height:45px;
	color:#fff;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:500;
	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:50%;
	background:rgba(0,0,0,0.5);
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#6bb96f;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	display:block;
	overflow:hidden;
	background:#223555;
	height:100%;
	width:100%;
	margin-bottom:50px;
	position:relative;
	float:right;
}
#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(0,0,0,0.5);
	top:50%;
	width:40px;
	height:100px;
	line-height:100px;
	margin-top:-40px;
	color:#fff;
	left:0px;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:0px;
	left:auto;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	background:#3895d2;
	color:#fff;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.slidebg{
	background:rgba(0,0,0,0.3);
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
}
.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 15px 15px 15px;
}
.slider_cont_all {
	width: 100%;
	position: relative;
	z-index: 800;
	max-width:1200px;
	text-align:center;
	margin:0px auto;
	display: block;
	padding:0px;
}
.slider_cont_left{
	float:left;
	text-align:right;
	max-width:650px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:650px;
}
.slider_cont_center{
	max-width:650px;
	margin:0px auto;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.5;
	display: inline-block;
	color: #eaf941;
	font-size:50px;
	margin-bottom:10px;
	-webkit-animation: outs 2.5s ease-out both;
	-moz-animation: outs 2.5s ease-out both;
	-o-animation:  outs 2.5s ease-out both;
	-ms-animation: outs 2.5s ease-out both;
	animation: outs 2.5s ease-out both;  	
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color:#fff;
	font-size: 15px;
	font-weight:400;
	margin-bottom:30px;
	-webkit-animation: outs 2.5s ease-out both;
	-moz-animation: outs 2.5s ease-out both;
	-o-animation:  outs 2.5s ease-out both;
	-ms-animation: outs 2.5s ease-out both;
	animation: outs 2.5s ease-out both; 
}
.slider_cont a{
	background:#3895d2;
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	font-weight:600;
	padding:12px 30px;
	margin-left:10px;
	position:relative;
	overflow:hidden;
	z-index:888;
	-webkit-transition-duration: 0.25s;
	-webkit-transition-timing-function: ease-out; 
	-moz-transition-duration: 0.25s;
	-moz-transition-timing-function: ease-out;
	-ms-transition-duration: 0.25s;
	-ms-transition-timing-function: ease-out;
	-o-transition-duration: 0.25s;
	-o-transition-timing-function: ease-out;
	-webkit-animation: outs 2.5s ease-out both;
	-moz-animation: outs 2.5s ease-out both;
	-o-animation:  outs 2.5s ease-out both;
	-ms-animation: outs 2.5s ease-out both;
	animation: outs 2.5s ease-out both;	
}
.slider_cont a:hover{
	background:#6bb96f;
}
.cycle-slide-active .slider_cont h2 {
	-webkit-animation: fadeto1 1s ease-out both;
	-moz-animation: fadeto1 1s ease-out both;
	-o-animation:  fadeto1 1s ease-out both;
	-ms-animation: fadeto1 1s ease-out both;
	animation: fadeto1 1s ease-out both;
	animation-delay: 0.5s;
	-webkit-animation-delay:0.5s;
	-ms-animation-delay:0.5s;
	-o-animation-delay:0.5s;
	-moz-animation-delay:0.5s;
}
.cycle-slide-active .slider_cont p {
	-webkit-animation: fadeto 1s ease-out both;
	-moz-animation: fadeto 1s ease-out both;
	-o-animation:  fadeto 1s ease-out both;
	-ms-animation: fadeto 1s ease-out both;
	animation: fadeto 1s ease-out both;
	animation-delay:1.0s;
	-webkit-animation-delay:1.0s;
	-ms-animation-delay:1.0s;
	-o-animation-delay:1.0s;
	-moz-animation-delay:1.0s;
}
.cycle-slide-active .slider_cont a {
	-webkit-animation: fadeto 1s ease-out both;
	-moz-animation: fadeto 1s ease-out both;
	-o-animation:  fadeto 1s ease-out both;
	-ms-animation: fadeto 1s ease-out both;
	animation: fadeto 1s ease-out both;
	animation-delay: 1.5s;
	-webkit-animation-delay:1.5s;
	-ms-animation-delay:1.5s;
	-o-animation-delay:1.5s;
	-moz-animation-delay:1.5s;
}
/*end slideshow*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	margin-bottom:40px;
	float:left;
}
.data_list {
	width: 100%;
	position:relative;
}
.data_list li {
	display: block;
	position:relative;
	float: right;
	width:25%;
	height: 100%;
}
.data_all{
	width:100%;
	padding:0px 25px 35px;
	text-align:center;
	transition:all 0.4s ease;
}
.data_list li span {
	position: relative;
	z-index:200;
	color: #223555;
	font-size:40px;
	margin-bottom: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transition:all 0.4s ease;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color: #555;
	position: relative;
	height: 150px;
}
.data_list li p b {
	display: block;
	color: #223555;
	z-index:101;
	position:relative;
	font-weight:600;
	font-size: 17px;
	padding:0px 20px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li a{
	display: inline-block;
	margin-top: 20px;
	color: #333;
	border:2px solid #3895d2;
	padding: 7px 20px;
	font-size: 12px;
	font-weight: 700;
}
.data_list li a:hover{
	background:#3895d2;
	border:2px solid #3895d2;
	color:#fff;
}
/*end data*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	color: #333;
}
.pages_title.withwhite h2,.pages_title.withwhite{
	color:#fff;
}
.pages_title h2 {
	font-weight: 700;
	text-transform:uppercase;
	font-size:40px;
	color: #223555;
	line-height:1.4;
	display: block;
	margin-bottom: 3px;
}
.pages_title h1{
	color:#a7c952;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:5px;
	font-size:19px;
}
.pages_title h2:after{
	content:"";
	width:65px;
	margin:15px 0px 15px;
	height:4px;
	border-radius:31px;
	display:block;
	background:#3895d2;
}
/*end pages title*/
/*start aboutus*/
.aboutus_single{
	clear:both;
	background-color:#fff;
	background-image:url(../images/bg/bg24.png);
	background-position:top;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
}
.aboutus_single .width{
	padding:0;
}
.aboutus{
	display:table;
	width:100%;
}
.aboutus_left{
	display:table-cell;
	width:50%;
	position:relative;
}
.aboutus_left img{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}
.aboutus_right{
	display:table-cell;
	vertical-align:top;
	direction:rtl;
	width:50%;
	padding:50px;
}
.aboutus_right_txt{
	color:#666;
}
.aboutus_right_txt_more{
	clear:both;
	display:block;
	overflow:hidden;
	margin-top:20px;
}
.aboutus_right_txt_more a{
	border:1px solid #223555;
	color:#223555;
	display:inline-block;
	font-weight:700;
	text-transform:uppercase;
	padding:18px 40px 16px;
}
.aboutus_right_txt_more a:hover{
	background:#6bb96f;
	border:1px solid #6bb96f;
	color:#fff;
}
/*end aboutus*/

/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	padding:50px 80px 40px;
	display: block;
}
.news_ul.news_ul_slider{
	visibility:hidden;
}
.news_ul.news_ul_slider.slick-initialized {
	visibility:visible;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:20px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	border-radius:10px;
	box-shadow:0px 32px 32px 0px rgba(210,210,210,.35);
	overflow:hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 300px;
	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_img p {
	position: absolute;
	right: 25px;
	top:25px;
	border-radius:0 40px 40px;
	background: #6bb96f;
	color: #fff;
	font-size:12px;
	width:80px;
	height:80px;
	line-height:1.2;
	text-align: center;
	padding-top:19px;
}
.news_img p b {
	font-size: 17px;
	display: block;
}
.news_txt {
	padding: 25px;
	clear: both;
	display: block;
}
.news_txt h2 {
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin-bottom: 6px;
	color: #262323;
	overflow: hidden;
	height: 60px;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	padding:0px 25px 25px;
}
.news_more a {
	display: block;
	font-weight:600;
	color: #3895d2;
	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: #3895d2;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position: relative;
	padding:60px 0px;
	margin-bottom:60px;
}
.partners{
	display:block;
	overflow:hidden;
}
.partners li{
	float:right;
	display:block;
	width:16.66%;
	padding:5px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 0px 5px;
	height: 120px;
	border-radius:5px;
	margin: 0px auto;
	box-shadow:0 2px 10px 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 services*/
#services{
	clear:both;
	background:#f8f8f8;
	padding:40px 0px;
	position:relative;
	z-index:100;
	float:right;
	width:100%;
}
.serv_ol {
	overflow: hidden;
	clear: both;
	padding-top:20px;
	display: block;
	padding-bottom:20px;
}
.serv_ol li {
	display: block;
	float:right;
	position:relative;
	padding:15px;
	margin-bottom:15px;
	width:33.33%;
}
.serv_all {
	width: 100%;
}
.serv_txt {
	display: block;
	padding: 40px;
	background: #fff;
	box-shadow: 0px 0px 16px -13px rgba(0, 0, 0, 0.75);
	position: relative;
	-moz-transition: all 700ms;
	-webkit-transition: all 700ms;
	-ms-transition: all 700ms;
	-o-transition: all 700ms;
	left:0;
	top:0;
}
.serv_ol li:hover .serv_txt{
	background:#223555;
	top:-10px;
}
.serv_ol li:hover .serv_txt b,.serv_ol li:hover .serv_txt p{
	color:#fff;
}
.serv_txt b {
	font-weight: 700;
	font-size: 23px;
	display: block;
	margin-bottom: 15px;
	color: #333;
}
.serv_txt p {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight:600;
	height:100px;
	overflow:hidden;
	color: #555;
}
.serv_txt span {
	background: #eee;
	color: #000;
	font-weight: 600;
	padding: 4px 10px;
	display: inline-block;
	margin-bottom: 15px;
	font-size: 12px;
}
.serv_txt a {
	background: #a7c952;
	color: #000;
	width:100px;
	height:35px;
	text-align:center;
	line-height:35px;
	border-radius:20px;
	display:block;
	font-size:13px;
	margin-top: 10px;
	position:absolute;
	bottom:-20px;
	left:20px;
	z-index:500;
	font-weight:600;
}
.serv_txt a:hover {
	background: #3895d2;
	color: #fff;
}
/*end services*/