/* T6 Services Area General Setup */
.services-area.t6 {
}

.services-area.t6 .main {
}

.services-area.t6 header {
}

.services-area.t6 header h4 {
}

.services-area.t6 header strong {
}
/* End T6 Services Area General Setup */

/* T6 Services Area List Styles */
.services-area.t6 .services-list {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.services-area.t6 .services-list li {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 25%;
}

.services-area.t6 .services-list.items-6 li {
	width: 33%;
}

.services-area.t6 .services-list li a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 13em 10% 2em;
	transition: background-color .4s ease 0s;
	position: relative;
	z-index: 1;
	text-align: left;
	font-size: 1.16667em;
	width: 100%;
	border-style: solid;
	border-width: .3em;
}

.services-area.t6 .services-list li a > strong {
	display: block;
	position: relative;
	font-size: 1.167em;
	font-weight: 400;
	line-height: 1.333em;
	transition: color .4s ease 0s;
}
/* End T6 Services Area List Styles */

/* T6 Services Area More Btn Styles */
.services-area.t6 .btn-con {
	text-align: center;
}

.services-area.t6 .btn-con .btn {
}
/* End T6 Services Area More Btn Styles */

/* Slide & Fade Styles */
[data-onvisible='slide-n-fade'].services-area.t6 .main > * {
	opacity: 0;
}

.slide-n-fade[data-onvisible='slide-n-fade'].services-area.t6 header {
	-webkit-animation: knockKnockSlide .75s ease 0s 1 forwards;
	animation: knockKnockSlide .75s ease 0s 1 forwards;
}

.slide-n-fade[data-onvisible='slide-n-fade'].services-area.t6 .services-list {
	-webkit-animation: knockKnockSlide .75s ease .25s 1 forwards;
	animation: knockKnockSlide .75s ease .25s 1 forwards;
}

.slide-n-fade[data-onvisible='slide-n-fade'].services-area.t6 .btn-con {
	-webkit-animation: knockKnockSlide .75s ease .5s 1 forwards;
	animation: knockKnockSlide .75s ease .5s 1 forwards;
}
/* End Slide & Fade Styles */

/* 1500px Responsive */
@media screen and (max-width:1500px) {
	body {
	}

	.services-area.t6 .services-list li a {
		padding: 11em 10% 2em;
	}
}
/* End 1500px Responsive */

/* 1200px Responsive */
@media screen and (max-width:1200px) {
	body {
	}

	.services-area.t6 .services-list li a {
		padding: 9em 10% 2em;
	}
}
/* End 1200px Responsive */

/* 1000px Responsive */
@media screen and (max-width:1000px) {
	body {
	}

	.services-area.t6 .services-list li {
		width: 33.33%;
	}

	.services-area.t6 .services-list li a {
		padding: 4em 4%;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
}
/* End 1000px Responsive */

/* 800px Responsive */
@media screen and (max-width:800px) {
	body {
	}

	.services-area.t6 .services-list li, .services-area.t6 .services-list.items-6 li {
		width: 50%;
	}

	.services-area.t6 .services-list li a {
		padding: 2.5em 4%;
	}

	.services-area.t6 .services-list li a > strong {
		text-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.services-area.t6 .btn-con {
		margin-top: 2em;
	}
}
/* End 800px Responsive */

/* 650px Responsive */
@media screen and (max-width:650px) {
	body {
	}
}
/* End 650px Responsive */

/* 550px Responsive */
@media screen and (max-width:550px) {
	body {
	}

	.services-area.t6 .services-list li a > strong {
		font-size: 1.111em;
	}
}
/* End 550px Responsive */

/* 475px Responsive */
@media screen and (max-width:475px) {
	body {
	}

	.services-area.t6 .services-list li, .services-area.t6 .services-list.items-6 li {
		width: 100%;
	}
}
/* End 475px Responsive */

/* 400px Responsive */
@media screen and (max-width:400px) {
	body {
	}

	.services-area.t6 .services-list li a {
		padding: 1.5em 5%;
	}
}
/* End 400px Responsive */

/* 350px Responsive */
@media screen and (max-width:350px) {
	body {
	}
}
/* End 350px Responsive */
