.da-thumbs {
	list-style: none;
	width: 1155px;
	height: 450px;
	position: relative;
	margin: 20px auto;
	padding: 0;
}
.da-thumbs li {
	float: left;
	/*margin: 5px;*/
	background: #fff;
/*	padding: 8px;*/
	position: relative;
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
}
.da-thumbs li a,
.da-thumbs li a img {
	height: 150px;
	width: 230px;
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(227, 227, 227, 0.5);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	/*color: rgba(255,255,255,0.9);*/
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
	/*border-bottom: 1px solid rgba(255,255,255,0.5);*/
	/*box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);*/
}


/*
===========================================================
	18. our-services style
===========================================================
*/
.our-services-gardener {
	padding-bottom: 60px;
	padding-top: 60px;
	background:#f8f8f8;
}
.our-services-gardener .sec-title{
	text-align: center;
}
.our-services-gardener .sec-title h2{
	font-family: MS Gothic ;
	font-size: 20px;
	color:#10649c;
}
.our-services-gardener .sec-title h2 span{
	font-family: MS Gothic ;
	font-size: 20px;
}

.our-services-gardener .sec-title p{
	max-width: 650px;
	margin: 0 auto;
	color: #848484;
	margin-top: 20px;
}
.our-services-gardener .clearfix{
	margin-top: 66px;
}
.single-service-item {
	margin-bottom: 26px;
	position: relative;
	padding-left: 80px;
	background: #fff;
	padding-bottom: 10px;
	-webkit-transition:.5s;
	transition:.5s;
	/*border-left: 2px solid #7aba1e;*/
	border-left: 2px solid RGBA(22,89,168,0.6);
}

.single-service-item:hover{

	-webkit-transition:.5s;
	transition:.5s;
}
.single-service-item.border:after {
	position: absolute;
	content: "";
	border-right: 10px solid #eeeeee;
	border-bottom: 10px solid #eeeeee;
	top: 39px;
	right: -34px;
	bottom: 8px;
	left: 118px;
	z-index: 5;
	transition: .5s ease;
}
.single-service-item .content {
	position: relative;
}
.single-service-item .top-border{
	width: 100%;
	height: 2px;
	background: #eee;
	position: absolute;
	left: 0px;
	transform: rotate(180deg);
}
.single-service-item .right-border{
	width: 2px;
	height: 100%;
	background: #eee;
	position: absolute;
	transform: rotate(180deg);
	top: 0px;
	right: 0px;
}
.single-service-item .bottom-border{
	width: 100%;
	height: 2px;
	background: #eee;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.single-service-item .top-border:before,
.single-service-item .right-border:before,
.single-service-item .bottom-border:before {
	/*background: #7aba1e;*/
	background:RGBA(22,89,168,0.6);
	content: '';
	position: absolute;
	top:0;left:0;
}
.single-service-item .top-border:before {
	width: 0%;
	height: 100%;
	transition: all .3s ease .0s;
}
.single-service-item .right-border:before {
	width: 100%;
	height: 0%;
	transition: all .3s ease .3s;
}
.single-service-item .bottom-border:before {
	width: 0%;
	height: 100%;
	transition: all .3s ease .6s;
}
.single-service-item:hover .top-border:before {
	transition: all .3s ease .6s;
}
.single-service-item:hover .right-border:before {
	transition: all .3s ease .3s;
}
.single-service-item:hover .bottom-border:before {
	transition: all .3s ease .0s;
}

.single-service-item:hover .top-border:before,
.single-service-item:hover .bottom-border:before {
	width: 100%;
}
.single-service-item:hover .right-border:before {
	height: 100%;
}

.service-left-bg {
	background: #ededed none repeat scroll 0 0;
	height: 100%;
	overflow: hidden;
	width: 80px;
	/*border-left: 2px solid #7aba1e;*/
	border-left: 2px solid RGBA(22,89,168,0.6);
	-webkit-transition:.5s;
	transition:.5s;
}

.single-service-item:hover .service-left-bg{
	/*background:#7aba1e;*/
	background:RGBA(22,89,168,0.6);
	-webkit-transition:.5s;
	transition:.5s;
}
.our-services-gardener .single-service-item .service-icon {
	position: absolute;
	margin-top: -27px;
	top: 50%;
	left: 14px;
	width: 55px;
	height: 54px;
	overflow: hidden;
	text-align: center;
	top: 50px;
	height: 100px;
}


.our-services-gardener .single-service-item .service-icon i{

}
.service-icon i,
.service-icon i:before {
	font-size: 36px;
	/*color: #1659a8;#7aba1e;*/
	color: RGBA(22,89,168,0.6);
	top: 0px;
	margin: 0;
}

.single-service-item:hover .service-icon{

	background:#fff;
	/*border-radius:50px;*/
	-webkit-transition:.5s;
	transition: .5s;
}

.service-text {
	overflow: hidden;
	padding: 38px 10px 38px;
}
.service-text h4 {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 13px;
	margin-top: 0;

}
.service-text h4 a{
	color: #111111;
	transition:.5s;

}
.service-text h4:hover{
	/*color:#7aba1e;*/
	color: RGBA(22,89,168,1);
	transition:.5s;
}
.service-text p {
	color: #666666;
	font-family: MS Gothic ;
	font-size: 12px;
	line-height: 22px;
	padding-right: 10px;
	height: 52px;
}
.service-text p:hover {
	color: RGBA(22,89,168,1);
	transition:.5s;
}
/*
================================================
	17. about style
================================================
*/
.about{
	padding: 50px 0px 50px;
}
.about .item-list .item.clearfix{
	margin-top: 10px;
}
.about .item-list .item .content-box{}
.about .item-list .item .content-box h4{
	font-family: MS Gothic ;
	font-size:14px;
	font-weight:400;
	color:#222222;
	line-height: 27px;
}

.about .item-list .item .content-box p{
	max-width: 720px;
	color:#666666;
	margin-top: 15px;
	padding-bottom: 24px;
	border-bottom: 1px solid #ededed;
}
.about .item .image-box img{
	width:auto;
	max-width:100%;
	margin-top: 25px;
}
.about.style-two{
	padding-top:100px;
}

/*
------------------------------------------------
	Fact Counter
------------------------------------------------
*/

.fact-counter{
	position:relative;
	overflow:hidden;
	color:#ffffff;
}

.fact-counter:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0);
	opacity:0.80;
	z-index:0;
}

.fact-counter .auto-container{
	position:relative;
	z-index:1;
}

.fact-counter .column{
	position:relative;
	margin-bottom:40px;
	text-align:center;
	z-index:5;
}
.fact-counter .item {
	color: #222;
	max-width: 236px;
}

.fact-counter .column .icon span{
	position:relative;
	top:0px;
	font-size: 50px;
	position: absolute;
	line-height:70px;
	top: -5px;
	left: 0;
	margin-bottom:20px;
	color: #ab7442;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter .count-outer{
	position: relative;
	font-size: 20px;
	text-align: left;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.fact-counter .counter-outer{
	max-width: 700px;
	padding: 50px 0px 0px;
}
.fact-counter .counter-outer .item .inner-box{
	position: relative;
	padding-left: 85px;
}
.fact-counter .counter-outer .item .inner-box .icon-box{
	position: absolute;
	left: 10px;
	top: 0px;
	width: 56px;
	height: 56px;
	border: 2px solid #1659a8;
	border-radius: 50px;
}
.fact-counter .counter-outer .item .inner-box .icon-box img{
	position: absolute;
	left: 7px;
	top: 7px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
}

.fact-counter .counter-outer .item .inner-box .icon-box i{
	position: relative;
	top: 10px;
	color: #7aba1e;
}
.fact-counter .counter-outer .item .inner-box .icon-box i:before{
	margin: 0;
	font-size: 22px;
}

.flaticon-box:before { content: "\f100"; }
.flaticon-construction:before { content: "\f101"; }
.flaticon-cup:before { content: "\f102"; }
.flaticon-cut:before { content: "\f103"; }
.flaticon-drawing:before { content: "\f104"; }
.flaticon-idea:before { content: "\f105"; }
.flaticon-interface:before { content: "\f106"; }
.flaticon-interface-1:before { content: "\f107"; }
.flaticon-internet:before { content: "\f108"; }
.flaticon-internet-1:before { content: "\f109"; }
.flaticon-left:before { content: "\f10a"; }
.flaticon-man:before { content: "\f10b"; }
.flaticon-people:before { content: "\f10c"; }
.flaticon-people-1:before { content: "\f10d"; }
.flaticon-quality:before { content: "\f10e"; }
.flaticon-stopwatch:before { content: "\f10f"; }
.flaticon-technology:before { content: "\f110"; }
.flaticon-tool:before { content: "\f111"; }
.flaticon-tool-1:before { content: "\f112"; }