/*
*
* Services
*/
.services-classic {
	position: relative;
	max-width: 370px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-align: left;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
}
.services-classic-figure {
	display: block;
	overflow: hidden;
}
.services-classic-figure img {
	width: auto;
	max-height: 120px;
	transform: none;
	will-change: transform;
	transition: all .25s ease;
}
.services-classic-caption {
	padding: 30px 0 10px 5px;
}
.services-classic-icon {
	font-size: 55px;
	color: #151515;
}
.services-classic-icon.icon-52 {
	font-size: 52px;
}
.services-classic-icon.icon-53 {
	font-size: 53px;
}
.services-classic-icon.icon-54 {
	font-size: 54px;
}
.services-classic-title {
	font-weight: 400;
	letter-spacing: .025em;
	text-transform: none;
}
.services-classic-title a, .services-classic-title a:focus, .services-classic-title a:active {
	color: inherit;
}
.services-classic-title a:hover {
	color: #57a4e0;
}
* + .services-classic-text {
	margin-top: 10px;
}
@media (max-width: 991.98px) {
	.services-classic .unit {
		margin-bottom: -20px;
		margin-left: -20px;
	}
	.services-classic .unit:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.services-classic .unit > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: 20px;
	}
}

@media (min-width: 992px) {
	.desktop .services-classic:hover .services-classic-figure img {
		transform: scale(1.07);
	}
}

.services-modern {
	position: relative;
	padding: 40px 0;
	z-index: 1;
}

.services-modern::before {
	position: absolute;
	content: '';
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
	background: #ffffff;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	pointer-events: none;
	z-index: -1;
}

.services-modern .box-icon-modern {
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
}

@media (min-width: 768px) {
	.services-modern {
		padding: 50px 20px;
	}
}

@media (min-width: 1200px) {
	.services-modern {
		padding-bottom: 60px;
	}
}

@media (min-width: 1200px) {
	.desktop .services-modern:hover::before {
		opacity: 1;
		visibility: visible;
	}
}

.bordered-2 .services-modern {
	min-height: 100%;
}

.services-creative {
	position: relative;
	overflow: hidden;
	text-align: left;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	color: #777777;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.services-creative-figure {
	display: block;
	overflow: hidden;
}
.services-creative-figure img {
	width: 100%;
	will-change: transform;
	transition: all .25s ease;
}
.services-creative-caption {
	position: relative;
	padding: 18% 15px 30px;
	margin-top: -11.2%;
	z-index: 1;
}
.services-creative-caption::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ffffff;
	transform-origin: 100% 50%;
	transform: skewY(-6deg);
	will-change: transform;
	transition: all .3s ease;
	pointer-events: none;
	z-index: -1;
}
.services-creative-counter {
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 26px;
	line-height: 50px;
	font-weight: 300;
	letter-spacing: .075em;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: rgba(255, 255, 255, 0.7);
	background: linear-gradient(to top, #0083ca 0%, #3ca7fa 100%);
	transform: translate3d(140%, -50%, 0);
	will-change: transform;
	transition: all .3s ease;
}
.services-creative-title {
	font-weight: 400;
	letter-spacing: .025em;
	text-transform: none;
}
.services-creative-title a, .services-creative-title a:focus, .services-creative-title a:active {
	color: inherit;
}
.services-creative-title a:hover {
	color: #57a4e0;
}
@media (min-width: 992px) {
	.desktop .services-creative-figure img {
		transform: none;
	}
	.desktop .services-creative:hover .services-creative-figure img {
		transform: scale(1.1);
	}
}
@media (min-width: 576px) {
	.services-creative-caption {
		padding-left: 10%;
		padding-right: 10%;
		padding-bottom: 30px;
	}
	.services-creative-counter {
		transform: translate3d(105%, -50%, 0);
	}
}
@media (min-width: 768px) {
	.services-creative-caption {
		padding-left: 14%;
		padding-right: 14%;
		padding-bottom: 40px;
	}
	.services-creative-counter {
		width: 70px;
		height: 70px;
		font-size: 36px;
		line-height: 70px;
	}
}
@media (min-width: 992px) {
	.services-creative-caption {
		padding-left: 10%;
		padding-right: 10%;
	}
}

.services-tammy {
	text-align: center;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 15px 10px;
}
.services-tammy-counter {
	font-size: 36px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: .1em;
	color: #57a4e0;
}
.services-tammy-title {
	font-size: 20px;
	letter-spacing: .05em;
	text-transform: none;
}
.services-tammy-figure {
	display: block;
}
.services-tammy-figure img {
	width: 100%;
}

.services-tammy-link {
	display: inline-block;
	font-weight: 500;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-indent: -26px;
	transition: all .2s ease;
}

.services-tammy-link, .services-tammy-link:focus, .services-tammy-link:active {
	color: rgba(21, 21, 21, 0.7);
}

.services-tammy-link:hover {
	color: #eeaf5e;
}

.services-tammy-link::before {
	content: '\f14f';
	font-size: 16px;
	margin-right: 7px;
	font-family: "Material Design Icons";
	color: #151515;
	opacity: 0;
	visibility: hidden;
	transition: inherit;
}

.services-tammy-link:hover {
	text-indent: 0;
}

.services-tammy-link:hover::before {
	opacity: 1;
	visibility: visible;
}

* + .services-tammy-caption {
	margin-top: 20px;
}

* + .services-tammy-figure {
	margin-top: 20px;
}

* + .services-tammy-link {
	margin-top: 22px;
}

@media (min-width: 768px) {
	.services-tammy {
		text-align: left;
	}
	.services-tammy-counter {
		font-size: 50px;
	}
}

@media (min-width: 992px) {
	.services-tammy {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	* + .services-tammy-caption {
		margin-top: 45px;
	}
}

@media (min-width: 1200px) {
	.services-tammy {
		padding-left: 25px;
		padding-right: 25px;
	}
	.services-tammy-counter {
		font-size: 72px;
	}
	.services-tammy-title {
		font-size: 24px;
	}
	* + .services-tammy-caption {
		margin-top: 66px;
	}
}

@media (min-width: 992px) {
	.desktop .services-tammy-caption {
		transform: none;
		will-change: transform;
		transition: all .3s ease;
	}
	.desktop .services-tammy:hover .services-tammy-caption {
		transform: translate3d(0, -16px, 0);
	}
}

.services-rose {
	text-align: center;
}

.services-rose img {
	width: 100%;
}

.services-rose-caption {
	position: relative;
}

.services-rose-title {
	font-size: 16px;
	line-height: 1.625;
	font-weight: 500;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #151515;
}

.services-rose-title a, .services-rose-title a:focus, .services-rose-title a:active {
	color: inherit;
}

.services-rose-title a:hover {
	color: #57a4e0;
}

.services-rose-title br {
	display: none;
}

* + .services-rose-title {
	margin-top: 20px;
}

@media (min-width: 992px) {
	.desktop .services-rose {
		padding-bottom: 72px;
	}
	.desktop .services-rose-caption::before {
		position: absolute;
		content: '';
		top: 10px;
		right: 10px;
		bottom: 10px;
		left: 10px;
		background: #ffffff;
		opacity: 0;
		visibility: hidden;
		transform: translate3d(0, -20px, 0);
		transition: all .3s ease;
		pointer-events: none;
	}
	.desktop .services-rose-title {
		position: absolute;
		top: calc(100% + 20px);
		left: 50%;
		width: 100%;
		max-width: 85%;
		transform: translate3d(-50%, 0, 0);
		transition-duration: .3s;
		transition-property: transform, top;
		transition-timing-function: ease;
		z-index: 1;
	}
	.desktop .services-rose-title a, .desktop .services-rose-title a:focus, .desktop .services-rose-title a:active {
		color: inherit;
	}
	.desktop .services-rose-title a:hover {
		color: #151515;
	}
	.desktop .services-rose-title br {
		display: block;
	}
	.desktop * + .services-rose-title {
		margin-top: 0;
	}
	.desktop .services-rose:hover .services-rose-caption::before {
		opacity: 1;
		visibility: visible;
		transform: none;
	}
	.desktop .services-rose:hover .services-rose-title {
		top: 50%;
		color: #57a4e0;
		letter-spacing: .5em;
		transform: translate3d(-50%, -50%, 0);
	}
}

@media (min-width: 1600px) {
	.desktop .services-rose-caption::before {
		top: 12px;
		right: 12px;
		bottom: 12px;
		left: 12px;
	}
	.desktop .services-rose-title {
		letter-spacing: .3em;
	}
	.desktop .services-rose:hover .services-rose-title {
		letter-spacing: .7em;
	}
}

@media (min-width: 1800px) {
	.desktop .services-rose:hover .services-rose-title {
		letter-spacing: .8em;
	}
}

.services-terri {
	position: relative;
	text-align: center;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}

.services-terri::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(46, 84, 116, 0.55);
	pointer-events: none;
	z-index: 1;
}

.services-terri-figure {
	display: block;
	overflow: hidden;
}

.services-terri-figure img {
	display: inline-block;
	width: 100%;
	transition: all .2s ease;
}

.services-terri-caption {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	content: '';
	padding: 10px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
}

.services-terri-caption > * {
	pointer-events: auto;
}

.services-terri-icon {
	position: relative;
	height: 63px;
	width: 63px;
	font-size: 34px;
	line-height: 63px;
	border-radius: 50%;
	color: #151515;
	background: #eeaf5e;
	transition: all .2s ease-in-out;
	z-index: 1;
}

.services-terri-icon::after {
	position: absolute;
	content: '';
	top: -5px;
	right: -5px;
	bottom: -5px;
	left: -5px;
	border-radius: inherit;
	border: 5px solid rgba(255, 255, 255, 0.35);
	z-index: -1;
}

.services-terri-title {
	letter-spacing: .025em;
	text-transform: none;
	color: #ffffff;
}

.services-terri-title a, .services-terri-title a:focus, .services-terri-title a:active {
	color: inherit;
}

.services-terri-title a:hover {
	color: #eeaf5e;
}

* + .services-terri-title {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.services-terri-caption {
		padding: 15px;
	}
	.services-terri-icon {
		height: 83px;
		width: 83px;
		font-size: 42px;
		line-height: 83px;
	}
	.services-terri-icon.icon-50 {
		font-size: 50px;
	}
}

@media (min-width: 992px) {
	.desktop .services-terri-figure img {
		transform: scale(1.1);
	}
	.desktop .services-terri:hover .services-terri-figure img {
		transform: none;
	}
	.desktop .services-terri:hover .services-terri-icon {
		color: #ffffff;
		background: #57a4e0;
	}
}

.services-minimal {
	position: relative;
	text-align: left;
	line-height: 1.44;
	color: #151515;
}
.services-minimal-figure {
	display: block;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}
.services-minimal-figure img {
	width: 100%;
	max-width: 120px;
}
.services-minimal-title {
	font-size: 18px;
}
.services-minimal-title a, .services-minimal-title a:focus, .services-minimal-title a:active {
	color: inherit;
}
.services-minimal-title a {
	color: #151515;
}
.services-minimal-title a:hover {
	color: #57a4e0;
}

.aside-services {
	text-align: center;
	min-height: 100%;
}
.aside-services .button {
	min-width: auto;
}
@media (min-width: 768px) {
	.aside-services {
		text-align: left;
	}
}

@media (min-width: 992px) {
	.aside-services {
		margin-left: 35px;
		padding-left: 64px;
		border-left: 1px solid #e1e1e1;
	}
}

.aside-services-title {
	letter-spacing: .2em;
}

.list-category {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: .1em;
	color: #151515;
}

.list-category-item a {
	position: relative;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #e1e1e1;
	text-transform: uppercase;
}

.list-category-item a, .list-category-item a:focus, .list-category-item a:active {
	color: inherit;
}

.list-category-item a:hover {
	color: inherit;
}

.list-category-item a::before {
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0;
	height: 3px;
	width: 0;
	background: #eeaf5e;
	transition: all .3s ease;
}

.list-category-item a.active::before {
	width: 47px;
}

.list-category-item a:hover:not(.active)::before {
	width: 100%;
}

* + .list-category {
	margin-top: 20px;
}

.aside-services-title + .button {
	margin-top: 40px;
}

@media (max-width: 767.98px) {
	.list-category {
		margin-bottom: 0;
		margin-left: -20px;
	}
	.list-category:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.list-category > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 20px;
	}
}

@media (min-width: 768px) {
	.list-category {
		text-align: left;
	}
	.list-category-item a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.list-category + .button {
		margin-top: 50px;
	}
}

@media (max-width: 991.98px) {
	.list-category-down-md-inline-block {
		margin-bottom: 0;
		margin-left: -20px;
	}
	.list-category-down-md-inline-block:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.list-category-down-md-inline-block > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 20px;
	}
}

@media (max-width: 1199.98px) {
	.list-category-down-lg-inline-block {
		margin-bottom: 0;
		margin-left: -20px;
	}
	.list-category-down-lg-inline-block:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.list-category-down-lg-inline-block > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 20px;
	}
}

.single-service {
	text-align: left;
}

.single-service img + h4 {
	margin-top: 40px;
}

.single-service * + p {
	margin-top: 24px;
}

.single-service p + p {
	margin-top: 20px;
}

.single-service * + .row {
	margin-top: 50px;
}