.uc_bold_content_box * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.uc_bold_content_box .uc_icon_box  {
	padding: 120px 20px 15px;
	text-align: left;
	transition: all 0.2s ease 0s;
	cursor: pointer;
}
.uc_bold_content_box .uc_icon_box:hover .uc_icon_wrapper {
	background: rgba(0,0,0,0.8) !important;
}
.uc_bold_content_box .uc_icon_box:hover h2{
	color: #fff !important;
}
.uc_bold_content_box .uc_icon_box:hover h4{
	color: #fff !important;
}
.uc_bold_content_box .uc_icon_wrapper {
	display: inline-block;
	color: #fff;
	transition: background 0.25s ease 0s;
}