body {

}

.tlist-wrapper-x8{
	width: 1200px;
	margin: 50px auto;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #414247;
}
.tlist-holder-x8{

}
.comon-col{
	width: 50%;
}

.left-col-x8{
	float: left;
    margin-top: 20px;
}

.right-col-x8{
	float: right;
    padding-top: 123px;
    position: relative;
}

.single-item-x8{
	padding: 16px 17px 16px 17px;
    position: relative;
    text-align: left;
    width: 100%;
    min-height: 385px;
}
.top-border-x8{
	background-color: #e7e7e7;
	position: absolute;
    left: 0px;
    top: 0px;
    width: 2px;
    height: 100%;
    display: block;
    z-index: 1;
}
.tlist-holder-x8 .single-item-x8:first-child .top-border-x8{
   top: 0px
}
.left-col-x8 .top-border-x8 {
    display: none;
}
.left-border-x8{
	background-color: #e7e7e7;
    position: absolute;
    left: 2px;
    top: 70px;
    width: 35px;
    height: 2px;
    display: block;
    z-index: 2;
}
.left-col-x8 .left-border-x8 {
    right: 0px;
    left: inherit;
}
.icon-holder-x8{
	background-color: #323232;
	width: 100px;
    height: 100px;
    border-radius: 100%;
    font-size: 25px;
    margin: 0px 17px 14px 40px;
    float: left;
    text-align: center;
    line-height: 60px;
    position: relative;
    z-index: 5;
	overflow:hidden;
	display:flex;
	justify-content:center;
	border: 1px solid #000;
}
.left-col-x8 .icon-holder-x8{
    float: right;
    margin: 0px 40px 14px 17px;
}
.icon-holder-x8 i{
	color: #ffffff;
	position: relative;
}


.content-inner{
	float: left;
    width: 90%;
    padding-top: 14px;
}
.left-col-x8 .content-inner{
    margin-right: 5%;
}
.right-col-x8 .content-inner{
    margin-left: 5%;
}


.left-col-x8 .content-inner{
	float: right;
    text-align: right;
}

.content-inner h2{
	color: #414247;
	font-size: 16px;
	line-height:24px;
    font-weight: 300;
    margin-bottom: 15px;
	margin-top: 0px;
    text-transform: uppercase;
}
.content-inner p{
	margin: 0px;
}
.content-inner span p a {
	color:#000;
}

.content-inner span p {
	color:#555;
}




.tlist-holder-x8 *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	-webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.single-item-x8:hover .icon-holder-x8{
	border: 1px solid #000;
	background: #fff;
}
.single-item-x8:hover .icon-holder-x8 i{
	color: #000;
}





/* Responsive Styles */

@media only screen and (min-width: 960px) and (max-width: 1200px){
	.tlist-wrapper-x8{
		width: 960px;
	}	
}
@media only screen and (min-width: 800px) and (max-width: 960px){
	.tlist-wrapper-x8{
		width: 800px;
	}	
}
@media only screen and (min-width: 650px) and (max-width: 800px){
	.tlist-wrapper-x8{
		width: 650px;
	}
	.content-inner h2 {
		font-size: 18px !important;
		line-height:26px !important;
	}
	.content-inner span p {
		font-size: 14px !important;
		line-height:22px !important;
	}
}
@media only screen and (min-width: 0px) and (max-width: 650px){
	.tlist-wrapper-x8{
		width: 100%;
	}
	.comon-col{
		width: 100%;
	}	
	.left-col-x8 .content-inner{
		text-align: left;
	}
	.left-col-x8 .icon-holder-x8 {
		float: left;
		margin: 6px 17px 14px 40px;
	}
	.right-col-x8 {		
		padding-top: 0px;
	}
	.left-col-x8 .top-border-x8 {
		display: block;
	}
	.left-col-x8 .left-border-x8 {
		left: 2px;
		right: inherit;
		width: 35px;
	}
	.content-inner h2 {
		font-size: 18px !important;
		line-height:26px !important;
	}
	.content-inner span p {
		font-size: 14px !important;
		line-height:22px !important;
	}
}



