/* T6 Services Area Light Theme General Setup */

.light-bg.services-area.t6 {
}

.light-bg.services-area.t6 header h4 {
}

.light-bg.services-area.t6 header > strong {
}

/* End T6 Services Area Light Theme General Setup */

/* T6 Services Area Dark Theme General Setup */

.dark-bg.services-area.t6 {
}

.dark-bg.services-area.t6 header h4 {
}

.dark-bg.services-area.t6 header > strong {
}

/* End T6 Services Area Dark Theme General Setup */

/* T6 Services Area Light Theme List Styles */

.light-bg.services-area.t6 .services-list li a {
	background-color: transparent;
	color: transparent;
	border-color: #FFFFFF; /* $White */
}

.no-touch .light-bg.services-area.t6 .services-list li a:hover {
	background-color: rgba(21,79,107,0.6); /* alpha($Color1,60%) */
}

.light-bg.services-area.t6 .services-list li a > strong {
	color: #060A11; /* $Color2 */
}

.no-touch .light-bg.services-area.t6 .services-list li a:hover > strong, .no-touch .light-bg.services-area.t6 .services-list li a:focus > strong {
	color: #FFFFFF; /* $White */
}

/* End T6 Services Area Light Theme List Styles */

/* T6 Services Area Dark Theme List Styles */

.dark-bg.services-area.t6 .services-list li a {
	background-color: transparent;
	color: transparent;
	border-color: #060A11; /* $Color2 */
}

.no-touch .dark-bg.services-area.t6 .services-list li a:hover {
	background-color: rgba(28,155,219,0.851); /* alpha($Color4,85%) */
}

.dark-bg.services-area.t6 .services-list li a > strong {
	color: #060A11; /* $Color2 */
}

.no-touch .dark-bg.services-area.t6 .services-list li a:hover > strong, .no-touch .dark-bg.services-area.t6 .services-list li a:focus > strong {
	color: #FFFFFF; /* $White */
}

/* End T6 Services Area Dark Theme List Styles */

