
.single-service-inner {
	transition: all 0.4s ease 0s;
	background:#fff;
	text-align:center;
	border-bottom:3px solid #fff;
	box-shadow:0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);
	
}
.single-service-inner:hover{
	border-color:#fc5508;
	transition: all 0.4s ease 0s;

}
.service-title-inner a:hover{
	color:#fc5508;
}
.service-title-inner {
	padding: 15px 10px;
}

.service-title-inner a {
    transition: all 0.5s ease-out;
    text-decoration: none;
    color:  #0f2637;
}
.service-title h2 {
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
	font-weight: 600;
}
.single-service-inner p {
	color: #444;
	margin-bottom: 20px;
}
.service-thumb::before {
	position: absolute;
	content: "";
	background-color: rgba(252, 85, 8, 0.85);
	width:0%;
	height:100%;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.4s ease 0s;
}
.single-service-inner:hover .service-thumb::before{
width:100%;
transition: all 0.4s ease 0s;	
}
.single-service-inner:hover .readmore-button{
visibility:visible;
opacity:1;
transition: all 0.4s ease 0s;	
}
.service-thumb img{
	width:100%;
}
.service-thumb {
	overflow: hidden;
	position:relative;
	
}
.service-thumb-shape {
	position: absolute;
	content: "";
	background: #fff;
	width: 110px;
	height: 21px;
	right: -23px;
	bottom: 0;
	transform: skew(-45deg);
	transition: all 0.4s ease 0s;
	z-index:99;
}
.service-thumb-shape-left {
	position: absolute;
	content: "";
	background: #fff;
	width: 110px;
	height: 21px;
	left: -23px;
	bottom: 0;
	transform: skew(45deg);
	transition: all 0.4s ease 0s;
	z-index:99;
}
.single-post:hover a.blog-readmore{
color:#fc5508;
}
.single-post-thumb-overlay {
	position: absolute;
	left: 0px;
	top: 0;
}
.readmore-button {
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 4;
	visibility: hidden;
	opacity: 0;
}

.readmore-button a {
	background: #fff;
	color: #fc5508;
	display: inline-block;
	padding: 10px 26px;
	text-transform: capitalize;
	margin: 0px 10px;
	position: relative;
	z-index: 5;
	font-weight: 600;
	position: related;
	transition: all 0.4s ease 0s;
}
.readmore-button a::before {
	content: "\f178";
	font-family: fontawesome;
	float: right;
	top: 0px;
	position: relative;
	color: #fc5508;
	padding-left: 10px;
	transition: all 0.4s ease 0s;
	margin-left: 10px;
}

.single-service-inner .post-meta{
	position:relative;
}

.single-service-inner .post-meta li{
	position:relative;
	color:#797979;
	display:inline-block;
	padding-right:10px;
	margin-right:10px;
	font-size:13px;
	line-height:1.2em;
	border-right:1px solid #242424;
}

.single-service-inner .post-meta li:last-child{
	margin-right:0px;
	border-right:0px;
	padding-right:0px;
}

.single-service-inner .post-meta li span{
	position:relative;
	color:#242424;
}

.single-service-inner .numb {
    font-size: 65px;
    line-height: 65px;
    font-weight: 600;
    color: transparent;
    position: absolute;
    left: 30px; top: 10px; z-index: 10;
    -webkit-text-stroke: 1px #fff;
}