.shadow {
	box-shadow: 0 0px 30px #e4ecf4 !important;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	width: 128px;
	height: 128px;
}

.icon {
	box-sizing: content-box;
	width: 55px;
	height: 60px;
	position: relative;
	margin: 0 0 25px;
	font-size: 24px;
	border-radius: 50% / 14%;
	color: #fff;
	text-align: center;
	line-height: 64px;
	text-overflow: clip;
	z-index: 1;
}

.icon:before {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	content: "";
	top: 10%;
	right: -5.5%;
	bottom: 10%;
	left: -5%;
	border: none;
	border-radius: 7% / 50%;
	-o-text-overflow: clip;
	text-overflow: clip;
	text-shadow: none;
	z-index: -1;
}
.icon.icon_one {
	background: #2949bf;
}
.icon.icon_one:before {
	background: #2949bf;
}
.icon.icon_two {
	background: #54afff;
}
.icon.icon_two:before {
	background: #54afff;
}
.icon.icon_three {
	background: #4be4e3;
}
.icon.icon_three:before {
	background: #4be4e3;
}
.icon.icon_four {
	background: #2773b8;
}
.icon.icon_four:before {
	background: #2773b8;
}
.icon.icon_five {
	background: #3ec5e7;
}
.icon.icon_five:before {
	background: #3ec5e7;
}
.icon.icon_six {
	background: #4de5bb;
}
.icon.icon_six:before {
	background: #4de5bb;
}
