body.page-template-template-services {
	overflow: scroll !important;
	height: auto !important;
}


.services-page {
	color: #000;
	padding-top: 11em;
	padding-bottom: 10em;
}
.circle {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	height: 800px;
	border-radius: 50%;
	box-shadow: 0 0 15px 65px rgba(190, 206, 232, .2);
}
.white-circle {

	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	height: 800px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0 0 20px 30px rgba(190, 206, 232, .4);
}


.white-circle > .top {
	margin-top: 5.8em;
	margin-bottom: auto;
}
.white-circle > .bottom {
	margin-top: auto;
	margin-bottom: 5em;
}
.txt-upper {
	text-align: center;
	text-transform: uppercase;
}
.txt-upper > div {
	line-height: 1.4em;
}
.bold-600 {
	font-weight: 600;
}
.grid-x {
	display: flex;
	flex-flow: row wrap;
}

.grid-x-c {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.triangle {
	margin: 0 2px;
}
.row-title {
	font-size: 14px;
}

.triangle {
	position: relative;
}
.triangle a {
	color: #000;
	display: block;
	line-height: 0;
}
.triangle a > div {
	font-size: 14px;
}
.triangle .title {
	top: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
}
.blue .title {
	left: 53%;
}

.green .title {
	left: 37%;
}
.purple .title {
	left: 53%;
}

.yellow .title {
	left: 41%;
}

.triangle-box {
	margin: 0 10px;
}

.x-line {
	top: 50%;
	left: 50%;
	display: flex;
	position: absolute;
	transform: translate(-50%,-50%);
}

.row-wrapper {
	transform: translate(-9px, -6px);
}
.shadow {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}
.shadow:after {
	content: "";
	width: 0;
	top: 50%;
	height: 145px;
	position: absolute;
	transform: translateY(-50%);
	transition: box-shadow .3s;

}
.icon {
	z-index: 1;
	cursor: pointer;
	position: relative;

}
.blue .shadow:after {
	right: 6px;
	box-shadow: 0 0 70px 25px #becee8;

}
.blue.triangle:hover .shadow:after {
	box-shadow: -20px 20px 70px 25px #becee8;
}
.green .shadow:after {
	left: 6px;
	box-shadow: 0 0 70px 25px #eaf8e1;
	box-shadow: 20px 20px 70px 25px #eaf8e1;
}