  
.item {
	overflow: hidden;
	position: relative;
	height: 200px;
	width: 45%;
	float: left;
	margin-right: 30px;
	margin-top: 30px;
}
.item_bg {
	background-size: cover;
	background-position: 50% 35%;
	height: 100%;
	width: 100%;
}
.item .item-overlay {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,158,221,0.95);
	opacity: 0;
}
.item .item-content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 0 20px 0 0;
	z-index: 1;
	color: #fff;
}
.item .item-content .hidden_txt {
	display: none;
}
.item .item-content h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	background: #000;
	padding: 3px 5px 5px;
	float: left;	
    transition: all ease-in .2s;
}
		.item:hover .item-content h4 {
			background:none;
			opacity: 0;
            transition: all ease-in .2s;
		}
a.get-info {
	padding: 5px 10px;
	border: solid 2px #fff;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}




.wil-element {display:none;}
ul.steps {
    margin: 80px 0 0;
    padding: 0;
}

.steps > li {
    list-style: none;
    padding-left: 60px;
    position: relative;
    margin-bottom: 80px;
}
.steps > li:after {
    position: absolute;
    content: "";
    border-left: solid 1px #009ABC;
    height: 130%;
    left: 35px;
    top: -30px;
}
.steps > li:last-child:after {
   
    border-left: none;


}
span.steps-circle {
    display: block;
    position: absolute;
    left: 5px;
    top: -70px;
    background: #009ABC;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    color: #fff;
    line-height: 5;
    text-align: center;
    z-index: 1;
    font-weight: 700;
    font-size: 12px;
    
}

.steps >li>ul>li, .panel-body ul>li, .wil-element ul>li{
    list-style:disc;
}

.right-col {
    display:none;
}

@media (min-width: 60em) {
    .center-col {
        width: 64%;
     }
}