
.ilist-item-content{
	width: 50%;
	padding: 0 60px;
    float: left;
	box-sizing: border-box;
	padding-bottom: 50px;
	border-right: 2px solid #dee0e0;
	height: 269px;
	overflow:hidden;
}
.ilist-item-image{
	width: 50%;
    float: left;
    text-align: center;
    box-sizing: border-box;
	height: 269px;
	padding-bottom: 50px;
	overflow:hidden;
	padding-top: 8px;
}
.ilist-item-image img{
	border-radius: 100%;
	-webkit-transition: all 1.2s ease; 
  -moz-transition: all 1.2s ease; 
  -ms-transition: all 1.2s ease; 
  transition: all 1.2s ease;
  max-width: 200px;
}
.infogp_free_4{
		
	-webkit-transition: all 1.2s ease; 
  -moz-transition: all 1.2s ease; 
  -ms-transition: all 1.2s ease; 
  transition: all 1.2s ease;
 
}
.ilist-item li:hover .ilist-item-image img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
	transform: scale(1.1);
	cursor: pointer;
	box-sizing: border-box;	
}
.ilist-item li:hover .infogp_free_4{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
	transform: scale(1.1);
	
}


.ilist-item-content .circle{
	background: #fff;
    border: 3px solid #dee0e0;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 50%;
    margin: 0 0 0 -10px;
    position: absolute;
    width: 20px;
}

ul.ilist-item li:nth-child(even) .ilist-item-content{
    border-right: none;
	border-left: 2px solid #dee0e0;
}
ul.ilist-item li:nth-child(even) .ilist-item-image{
    float: left;
}
ul.ilist-item li:nth-child(even) .ilist-item-content{
    float: right;
}

.ilist-item-title{
	font-size: 22px;
    font-weight: 400;
    color: #373737;
	margin-top: 0px;
}

.ilist-item li a{
	text-decoration: none;
	color: #999;
}
.ilist-item{
	padding: 0px !important;
}
.ilist-item li{
	list-style: none;
	min-height: 268px;
width: 100%;
    position: relative;
}
.infogp_free_4{
	font-size: 200px;
}


/* Responsive Styles */


@media screen and (min-width: 980px) and (max-width: 1280px){
	.ilist-wrapper{
		width: 980px;
	}

}
@media screen and (min-width: 800px) and (max-width: 980px){
	.ilist-wrapper{
		width: 790px;
	}
	.ilist-item-content{
		padding: 0 30px;
	}
	
}
@media screen and (min-width: 500px) and (max-width: 799px){
	.ilist-wrapper{
		width: 500px;
	}
	.ilist-holder{
		max-width: 100%;
	}
	.ilist-item-content{
		padding: 0 25px;
	}
}
@media screen and (min-width: 100px) and (max-width: 500px){
	.ilist-wrapper{
		width: 300px;
	}
	.ilist-holder{
		max-width: 100%;
	}
	.ilist-item-content{
		width: 100%;
		padding: 0 20px;
		text-align: center;
		
	}
	.ilist-item-image{
		width: 100%;
		border: none;
	}
	.ilist-item-content .circle{
		display: none;
	}
	ul.ilist-item li:nth-child(even) .ilist-item-image{
    border-right: none;
	}
}



.info-slider-area .slick-prev:before, .info-slider-area .slick-next:before {
    display:none !important;
}
.info-slider-area .image-slider .slick-arrow {
    background-color: #dbdbdb !important;
    color: #303030 !important;
}

