/**
 * BioAspire brand colors (site-wide)
 * Primary:   #5f2e92
 * Secondary: #00a19c
 */

/* Accent text & borders */
.highlight,
.response,
.ls .highlight,
.ds .highlight {
	color: #5f2e92;
	border-color: #5f2e92;
}

.highlight2,
.ls .highlight2,
.ds .highlight2 {
	color: #00a19c;
	border-color: #00a19c;
}

.ls [class*='_bg'] .highlight {
	color: #5f2e92;
}

.ls [class*='_bg'] .highlight2 {
	color: #00a19c;
}

/* Background utilities */
.main_bg_color,
.info_bg_color {
	background-color: #5f2e92;
}

.main_bg_color2 {
	background-color: #00a19c;
}

/* Page preloader */
.preloader {
	background: rgba(255, 255, 255, 0.98);
}

.preloader_image {
	background: none;
	width: 56px;
	height: 56px;
	margin: -28px 0 0 -28px;
	border: 4px solid rgba(95, 46, 146, 0.18);
	border-top-color: #5f2e92;
	border-right-color: #00a19c;
	border-radius: 50%;
	animation: bioaspire-preloader-spin 0.85s linear infinite;
}

@keyframes bioaspire-preloader-spin {
	to {
		transform: rotate(360deg);
	}
}

/* Header */
.header_color {
	background-color: #5f2e92;
}

/* Centered navbar – all links visible on desktop */
@media (min-width: 992px) {
	.page_header,
	.page_header .container,
	.page_header .row {
		overflow: visible;
	}

	.page_header > .container > .row > .col-sm-12.display_table {
		display: block;
		text-align: center;
		overflow: visible;
	}

	.page_header .header_mainmenu {
		width: 100%;
		max-width: 100%;
		padding: 0 10px;
		overflow: visible;
		display: block;
		float: none;
	}

	.page_header .mainmenu_wrapper {
		display: inline-block;
		max-width: 100%;
		overflow: visible;
		vertical-align: middle;
		text-align: center;
	}

	.page_header .sf-menu {
		display: inline-block;
		text-align: center;
		white-space: nowrap;
		overflow: visible;
	}

	.page_header .sf-menu > li {
		display: inline-block;
		margin: 0;
		float: none;
		vertical-align: middle;
		white-space: nowrap;
	}

	.page_header .sf-menu > li > a {
		display: block;
		padding: 22px 10px;
		margin: 0 2px;
		white-space: nowrap;
		color: #ffffff;
	}

	.page_header .toggle_menu {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.page_header .sf-menu > li > a {
		padding: 20px 6px;
		margin: 0;
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.page_header .sf-menu > li > a {
		padding: 22px 12px;
		margin: 0 4px;
	}
}

@media (max-width: 991px) {
	.page_header.header_color {
		position: sticky;
		top: 0;
		z-index: 1001;
		min-height: 56px;
		background-color: #5f2e92;
	}

	.page_header .container,
	.page_header .row,
	.page_header .display_table,
	.page_header .header_mainmenu.display_table_cell {
		display: block;
		width: 100%;
		overflow: visible;
	}

	.page_header .header_mainmenu {
		width: 100%;
		max-width: 100%;
		padding: 0;
		position: relative;
		min-height: 56px;
	}

	.page_header .toggle_menu {
		position: absolute;
		top: 50%;
		left: 0;
		right: auto;
		margin-top: -30px;
		margin-left: 0;
		z-index: 1002;
	}

	.page_header.toggler_left .toggle_menu {
		left: 0;
		right: auto;
		margin-left: 0;
	}

	.page_header.header_color .toggle_menu span,
	.page_header.header_color .toggle_menu span:before,
	.page_header.header_color .toggle_menu span:after {
		background-color: #ffffff;
	}

	.page_header.header_color .toggle_menu.mobile-active {
		background-color: #5f2e92;
		top: 0;
		right: 0;
		left: auto;
	}

	.page_header.header_color .toggle_menu.mobile-active:before,
	.page_header.header_color .toggle_menu.mobile-active span {
		background-color: #ffffff;
	}

	.mobile-active .mainmenu_wrapper {
		background-color: rgba(95, 46, 146, 0.95);
	}

	.page_header.header_color .sf-menu {
		background-color: #5f2e92;
	}

	.page_header.header_color .sf-menu > li > a,
	.page_header.header_color .sf-menu a {
		color: #ffffff;
	}

	.page_header.header_color .sf-menu > li > a:hover,
	.page_header.header_color .sf-menu ul li a:hover,
	.page_header.header_color ul li.active > a {
		color: #00a19c;
	}
}

@media (min-width: 992px) {
	.header_color .sf-menu > li > a {
		color: #ffffff;
	}

	.header_color ul li.active > a,
	.header_color .sf-menu > li > a:hover {
		color: #00a19c;
	}

	.header_color .sf-menu li > ul,
	.header_color .sf-menu > li .mega-menu {
		background-color: #00a19c;
	}

	.sf-menu ul a:hover,
	.sf-menu ul li.active > a {
		color: #5f2e92;
	}
}

/* Buttons – primary (color1) */
.theme_buttons.color1 a,
.theme_button.color1,
.button.alt,
.btn-accent,
.wc-proceed-to-checkout .checkout-button,
.form-submit [type="submit"] {
	background-color: #5f2e92;
	border-color: #5f2e92;
}

.theme_buttons.color1 a:hover,
.theme_buttons.color1 a:focus,
.theme_buttons.color1 a:active,
.theme_button.color1:hover,
.theme_button.color1:focus,
.theme_button.color1:active,
.button.alt:hover,
.button.alt:focus,
.button.alt:active,
.btn-accent:hover,
.btn-accent:focus,
.btn-accent:active,
.wc-proceed-to-checkout .checkout-button:hover,
.wc-proceed-to-checkout .checkout-button:focus,
.wc-proceed-to-checkout .checkout-button:active,
.form-submit [type="submit"]:hover,
.form-submit [type="submit"]:focus,
.form-submit [type="submit"]:active {
	color: #5f2e92;
}

.theme_buttons.color1.inverse a,
.theme_button.color1.inverse {
	color: #5f2e92;
}

.theme_buttons.color1.inverse a:hover,
.theme_buttons.color1.inverse a:focus,
.theme_buttons.color1.inverse a:active,
.theme_button.color1.inverse:hover,
.theme_button.color1.inverse:focus,
.theme_button.color1.inverse:active {
	background-color: #5f2e92;
}

.no_bg_button.color1 {
	color: #5f2e92;
}

/* Buttons – secondary (color2) */
.theme_buttons.color2 a,
.theme_button.color2 {
	background-color: #00a19c;
	border-color: #00a19c;
}

.theme_buttons.color2 a:hover,
.theme_buttons.color2 a:focus,
.theme_buttons.color2 a:active,
.theme_button.color2:hover,
.theme_button.color2:focus,
.theme_button.color2:active {
	color: #00a19c;
}

.theme_buttons.color2.inverse a,
.theme_button.color2.inverse {
	color: #00a19c;
	border-color: #00a19c;
}

.theme_buttons.color2.inverse a:hover,
.theme_buttons.color2.inverse a:focus,
.theme_buttons.color2.inverse a:active,
.theme_button.color2.inverse:hover,
.theme_button.color2.inverse:focus,
.theme_button.color2.inverse:active {
	background-color: #00a19c;
}

.no_bg_button.color2 {
	color: #00a19c;
}

.ls .theme_buttons.color2 a:hover,
.ls .theme_buttons.color2 a:focus,
.ls .theme_buttons.color2 a:active,
.ls .theme_button.color2:hover,
.ls .theme_button.color2:focus,
.ls .theme_button.color2:active {
	color: #00a19c;
}

.ls .theme_buttons.color2.inverse a,
.ls .theme_button.color2.inverse {
	color: #00a19c;
}

.ls .theme_buttons.color2.inverse a:hover,
.ls .theme_buttons.color2.inverse a:focus,
.ls .theme_buttons.color2.inverse a:active,
.ls .theme_button.color2.inverse:hover,
.ls .theme_button.color2.inverse:focus,
.ls .theme_button.color2.inverse:active {
	background-color: #00a19c;
}

/* Links & hovers */
.ls h1 a:hover,
.ls h2 a:hover,
.ls h3 a:hover,
.ls h4 a:hover,
.ls h5 a:hover,
.ls h6 a:hover {
	color: #5f2e92;
}

.ls h1.hover-color2 a:hover,
.ls h2.hover-color2 a:hover,
.ls h3.hover-color2 a:hover,
.ls h4.hover-color2 a:hover,
.ls h5.hover-color2 a:hover,
.ls h6.hover-color2 a:hover,
.ds h1.hover-color2 a:hover,
.ds h2.hover-color2 a:hover,
.ds h3.hover-color2 a:hover,
.ds h4.hover-color2 a:hover,
.ds h5.hover-color2 a:hover,
.ds h6.hover-color2 a:hover {
	color: #00a19c;
}

.ls .greylinks a:hover {
	color: #00a19c;
}

.ls .darklinks a:hover,
.ls a.darklink:hover {
	color: #00a19c;
}

.ls .greylinks a.social-icon:hover,
.ls .greylinks a.social-icon:focus,
.ls .greylinks a.social-icon:active {
	color: #5f2e92;
}

.ls .highlightlinks a,
.ls .highlightlink,
.ds .highlightlinks a,
.ds .highlightlink {
	color: #5f2e92;
}

.ls .highlight2links a,
.ls .highlight2link,
.ds .highlight2links a,
.ds .highlight2link {
	color: #00a19c;
}

.ls .bg_link:hover,
.ls .bg_link:focus,
.ls .bg_link:active {
	background-color: #5f2e92;
}

/* Color sections & gradients */
.cs {
	background-color: #5f2e92;
}

.cs.gradient {
	background: linear-gradient(-90deg, #00a19c 50%, #5f2e92 50%);
}

.gradient:before,
.dark_gradient:before {
	background: #5f2e92;
	background: linear-gradient(to right, #5f2e92 0%, #00a19c 100%);
}

.vertical_gradient:before {
	background: #5f2e92;
	background: linear-gradient(to bottom, #5f2e92 0%, #00a19c 100%);
}

.cs.main_color2,
.cs.main_bg_color2 {
	background-color: #00a19c;
}

.cs .darklinks a:hover {
	color: #00a19c;
}

.cs label + .highlight,
.cs .light_bg_color .highlight,
.cs .light_bg_color.highlight {
	color: #5f2e92;
}

.parallax.cs.main_color2:after {
	background-color: #00a19c;
}

/* Borders & decorative */
.color2_border {
	border-color: #00a19c !important;
}

.star_divider:before {
	color: #00a19c;
}

.color_bg_1:after {
	background-color: rgba(95, 46, 146, 0.8);
}

.color_bg_2:after {
	background-color: rgba(0, 161, 156, 0.8);
}

/* Form focus */
input:focus,
select:focus,
textarea:focus,
.form-control:focus {
	box-shadow: 0 0 0 2px #5f2e92;
}

/* Search modal */
#search_modal a:hover {
	color: #5f2e92;
}

#search_modal .theme_button:hover,
#search_modal .theme_button:focus,
#search_modal .theme_button:active {
	color: #5f2e92;
}

/* Header badge */
.header-dropdown-number {
	background-color: #00a19c;
}

/* Teaser hover */
.hover_icon:hover .teaser_icon.highlight,
.hover_icon:hover .teaser_icon.main_bg_color {
	background-color: #5f2e92;
}

.teaser.hover_bg_teaser.ls:hover {
	background-color: #00a19c;
}

/* Carousel & gallery */
.owl-carousel .owl-nav > div:hover:after {
	color: #00a19c;
}

[class*="-item"] .links-wrap a.p-view,
[class*="-item"] .links-wrap a.p-link:hover {
	color: #5f2e92;
}

/* Footer dark section links */
.ds .greylinks a:hover {
	color: #00a19c;
}

.ds .darklinks a:hover,
.ds .darklink:hover {
	color: #00a19c;
}

.ds h1 a:hover,
.ds h2 a:hover,
.ds h3 a:hover,
.ds h4 a:hover,
.ds h5 a:hover,
.ds h6 a:hover {
	color: #00a19c;
}

/* Remaining #ec5c42 overrides (higher-specificity rules from main.css & shop.css) */
a:hover {
	color: #00a19c;
}

.danger_color {
	color: #00a19c;
}

.danger_bg_color {
	background-color: #00a19c;
}

.ds .main_bg_color2,
.ls.ms .main_bg_color2 {
	background-color: #00a19c;
}

.ds .theme_buttons.color2 a,
.ds .theme_button.color2 {
	background-color: #00a19c;
	border-color: #00a19c;
}

.ds .theme_buttons.color2 a:hover,
.ds .theme_buttons.color2 a:focus,
.ds .theme_buttons.color2 a:active,
.ds .theme_button.color2:hover,
.ds .theme_button.color2:focus,
.ds .theme_button.color2:active {
	color: #00a19c;
}

.ds .theme_buttons.color2.inverse a,
.ds .theme_button.color2.inverse {
	color: #00a19c;
}

.ds .theme_buttons.color2.inverse a:hover,
.ds .theme_buttons.color2.inverse a:focus,
.ds .theme_buttons.color2.inverse a:active,
.ds .theme_button.color2.inverse:hover,
.ds .theme_button.color2.inverse:focus,
.ds .theme_button.color2.inverse:active {
	background-color: #00a19c;
}

.ds .theme_button.no_bg_button.color2 {
	color: #00a19c;
}

.cs .theme_buttons.color2 a:hover,
.cs .theme_buttons.color2 a:focus,
.cs .theme_buttons.color2 a:active,
.cs .theme_button.color2:hover,
.cs .theme_button.color2:focus,
.cs .theme_button.color2:active {
	color: #00a19c;
}

.cs .theme_buttons.color2.inverse a,
.cs .theme_button.color2.inverse {
	color: #00a19c;
	border-color: #00a19c;
}

.cs .theme_buttons.color2.inverse a:hover,
.cs .theme_buttons.color2.inverse a:focus,
.cs .theme_buttons.color2.inverse a:active,
.cs .theme_button.color2.inverse:hover,
.cs .theme_button.color2.inverse:focus,
.cs .theme_button.color2.inverse:active {
	background-color: #00a19c;
}

.cs.main_color2 .theme_buttons.color2 a,
.cs.main_color2 .theme_button.color2,
.cs.main_bg_color2 .theme_buttons.color2 a,
.cs.main_bg_color2 .theme_button.color2 {
	color: #00a19c;
}

.cs input[type="checkbox"] + label:before {
	border-color: #00a19c;
}

.hover_icon:hover .teaser_icon.highlight {
	color: #00a19c;
}

.list2.checklist.color2 li:before {
	color: #00a19c;
}

.owl-carousel.text-nav .owl-nav > div:hover,
.owl-carousel.text-nav .owl-nav > div:first-child {
	color: #00a19c;
}

/* shop.css accents on homepage */
.product [class*="col-"]:first-child .onsale,
.price ins,
.star-rating.small-stars span:before {
	color: #00a19c;
}

.product [class*="col-"]:first-child .onsale {
	background-color: #00a19c;
}

/* Dark sections & footer */
.ds.color {
	background-color: #5f2e92;
}

.ds.color.darker {
	background-color: #4a2470;
}

.page_footer.ds.color {
	background-color: #5f2e92;
}

.parallax.ds.color:after,
.background_cover.ds.color:after {
	background-color: #5f2e92;
}

.highlightdark {
	color: #5f2e92;
	border-color: #5f2e92;
}

.info_color {
	color: #00a19c;
}

/* ===== Text color management ===== */

/* Light sections — readable body, secondary accents */
.ls p {
	color: #4d4d4d;
}

.ls .list2.checklist li:before,
.ls .list2.checklist.color2 li:before {
	color: #00a19c;
}

.ls .list2.checklist li strong {
	color: #00a19c;
}

.ls .teaser_icon.highlight2 {
	color: #00a19c;
}

.ls .widget-title {
	color: #5f2e92;
}

.ls .widget-title .highlight2,
.ls h4 .highlight2 {
	color: #00a19c;
}

/* Color sections — secondary accent on primary bands */
.cs h3.highlight2,
.cs .teaser_icon.highlight2 {
	color: #00a19c;
}

.cs .list2.checklist li:before {
	color: #00a19c;
}

/* Dark sections — secondary for icons & accent text */
.ds .fa.highlight,
.ds .teaser_icon.highlight {
	color: #00a19c;
}

.ds .highlight2,
.ds a.highlight2 {
	color: #00a19c;
}

/* Primary (ds.color) sections — readable text on purple background */
section.ds.color .section_header,
section.ds.color p {
	color: #ffffff;
}

section.ds.color .highlight,
.ds.color .highlight {
	color: #00a19c;
	border-color: #00a19c;
}

section.ds.color .highlight strong,
.ds.color .highlight strong {
	color: inherit;
}

/* Breadcrumbs */
.page_breadcrumbs.ds.color h2 {
	color: #ffffff;
}

.page_breadcrumbs.ds.color .breadcrumb > li + li:before {
	color: rgba(255, 255, 255, 0.45);
}

.page_breadcrumbs.ds.color .breadcrumb a,
.page_breadcrumbs.ds.color .highlightlinks a {
	color: rgba(255, 255, 255, 0.88);
}

.page_breadcrumbs.ds.color .breadcrumb a:hover,
.page_breadcrumbs.ds.color .highlightlinks a:hover {
	color: #00a19c;
}

.page_breadcrumbs.ds.color .breadcrumb > .active {
	color: #00a19c;
}

/* Inner pages — light content */
.page_breadcrumbs.ds.color ~ section.ls p {
	color: #4d4d4d;
}

.page_breadcrumbs.ds.color ~ section.ls .section_header {
	color: #5f2e92;
}

.page_breadcrumbs.ds.color ~ section.ls .highlight2,
.page_breadcrumbs.ds.color ~ section.ls h3.highlight2 {
	color: #00a19c;
}

.page_breadcrumbs.ds.color ~ section.ls a:not(.theme_button):not(.social-icon):not(.logo):not(.header-button):not(.p-view):not(.p-link) {
	color: #00a19c;
}

.page_breadcrumbs.ds.color ~ section.ls a:not(.theme_button):not(.social-icon):not(.logo):not(.header-button):not(.p-view):not(.p-link):hover {
	color: #5f2e92;
}

.page_breadcrumbs.ds.color ~ section.ls .list2.checklist li:before {
	color: #00a19c;
}

.page_breadcrumbs.ds.color ~ section.ls .list2.checklist li strong {
	color: #00a19c;
}

.page_breadcrumbs.ds.color ~ section.ls .teaser_icon.highlight2 {
	color: #00a19c;
}

/* Inner pages — feature bands (secondary background) */
.page_breadcrumbs.ds.color ~ section.cs {
	background-color: #00a19c;
}

.page_breadcrumbs.ds.color ~ section.cs .section_header,
.page_breadcrumbs.ds.color ~ section.cs h2.section_header,
.page_breadcrumbs.ds.color ~ section.cs h3.highlight2,
.page_breadcrumbs.ds.color ~ section.cs .mission-vision-card p,
.page_breadcrumbs.ds.color ~ section.cs .mission-vision-card li,
.page_breadcrumbs.ds.color ~ section.cs .list2.checklist li {
	color: #ffffff;
}

.page_breadcrumbs.ds.color ~ section.cs .list2.checklist li:before {
	color: rgba(255, 255, 255, 0.85);
}

.page_breadcrumbs.ds.color ~ section.cs .list2.checklist li strong {
	color: #ffffff;
}

.page_breadcrumbs.ds.color ~ section.cs .teaser_icon.highlight2 {
	color: #ffffff;
}

.page_breadcrumbs.ds.color ~ section.cs .mission-vision-card {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
}

.page_breadcrumbs.ds.color ~ section.cs a.highlight2 {
	color: #ffffff;
	text-decoration: underline;
}

.page_breadcrumbs.ds.color ~ section.cs a.highlight2:hover {
	color: #5f2e92;
}

/* Mission & Vision — fill the mobile breadcrumb gap with the section image */
@media (max-width: 767px) {
	.page_breadcrumbs.mv-breadcrumbs {
		background-image: url("../img/about-us/LOWER-TEAM SHOT-AA-DJI_0027.PNG");
		background-size: cover;
		background-position: center center;
		background-attachment: scroll;
	}
}

/* Mission & Vision — full-section background image at 70% strength */
.mission-vision-bg {
	position: relative;
	overflow: hidden;
	background-image: url("../img/about-us/LOWER-TEAM SHOT-AA-DJI_0027.PNG");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.mission-vision-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 0;
}

.mission-vision-bg > .container {
	position: relative;
	z-index: 1;
}

.page_breadcrumbs.ds.color ~ section.mission-vision-bg h1,
.page_breadcrumbs.ds.color ~ section.mission-vision-bg h2,
.page_breadcrumbs.ds.color ~ section.mission-vision-bg h3,
.page_breadcrumbs.ds.color ~ section.mission-vision-bg h4,
.page_breadcrumbs.ds.color ~ section.mission-vision-bg h5,
.page_breadcrumbs.ds.color ~ section.mission-vision-bg h6,
.page_breadcrumbs.ds.color ~ section.mission-vision-bg p,
.page_breadcrumbs.ds.color ~ section.mission-vision-bg li,
.page_breadcrumbs.ds.color ~ section.mission-vision-bg .highlight2,
.page_breadcrumbs.ds.color ~ section.mission-vision-bg .teaser_icon.highlight2 {
	color: #ffffff;
}

.page_breadcrumbs.ds.color ~ section.mission-vision-bg .list2.checklist li:before {
	color: rgba(255, 255, 255, 0.85);
}

/* Inner pages — dark content sections */
.page_breadcrumbs.ds.color ~ section.ds.color:not(.page_footer):not(.page_copyright) {
	background-color: #5f2e92;
}

.page_breadcrumbs.ds.color ~ section.ds.color:not(.page_footer):not(.page_copyright) .section_header,
.page_breadcrumbs.ds.color ~ section.ds.color:not(.page_footer):not(.page_copyright) p {
	color: #ffffff;
}

.page_breadcrumbs.ds.color ~ section.ds.color:not(.page_footer):not(.page_copyright) .highlight {
	color: #00a19c;
	border-color: #00a19c;
}

.page_breadcrumbs.ds.color ~ section.ds.color:not(.page_footer):not(.page_copyright) .highlight2,
.page_breadcrumbs.ds.color ~ section.ds.color:not(.page_footer):not(.page_copyright) a.highlight2,
.page_breadcrumbs.ds.color ~ section.ds.color:not(.page_footer):not(.page_copyright) a:not(.theme_button):not(.social-icon) {
	color: #00a19c;
}

.page_breadcrumbs.ds.color ~ section.ds.color:not(.page_footer):not(.page_copyright) a:not(.theme_button):not(.social-icon):hover {
	color: #ffffff;
}

.page_breadcrumbs.ds.color ~ section.ds.color:not(.page_footer):not(.page_copyright) .list2.checklist li:before {
	color: #00a19c;
}

/* Footer text accents */
.page_footer .logo.vertical_logo {
	display: inline-block;
	background-color: #ffffff;
	padding: 12px 16px;
	border-radius: 4px;
}

.page_footer .logo.vertical_logo img.bioaspire-logo {
	display: block;
}

.page_footer.ds.color .widget-title {
	color: #ffffff;
}

.page_footer.ds.color .fa.highlight {
	color: #00a19c;
}

.page_footer.ds.color .highlight2,
.page_footer.ds.color .highlight2links a,
.page_footer.ds.color .greylinks a,
.page_footer.ds.color .footer-links li a {
	color: #ffffff;
}

.page_footer.ds.color .highlight2links a:hover,
.page_footer.ds.color .greylinks a:hover,
.page_footer.ds.color .footer-links li a:hover {
	color: #00a19c;
}

.page_footer.ds.color .footer-about-text,
.page_footer.ds.color .footer-contact-info .media-body {
	color: #ffffff;
	line-height: 1.7;
}

.page_footer.ds.color .footer-links li {
	margin-bottom: 8px;
}

.page_footer .footer-links-nav .footer-links {
	column-count: 2;
	column-gap: 24px;
}

.page_copyright.ds.color p {
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
}

.page_copyright.ds.color a:hover {
	color: #00a19c;
}

@media (max-width: 767px) {
	.page_footer .footer-links-nav .footer-links {
		column-count: 1;
	}

	.page_footer .footer-col + .footer-col {
		margin-top: 10px;
	}
}

.photos-page.page_portfolio {
	background-color: #ffffff;
}

/* Index – About Us section (text left, image right) */
#about.ds .about-us-visual,
#about.ds .about-us-content {
	vertical-align: top;
}

#about.ds .section_header {
	margin-top: 0;
	margin-bottom: 40px;
	color: #ffffff;
	text-align: center;
}

#about.ds .about-us-hero-image {
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 14px 42px rgba(0, 0, 0, 0.28);
}

#about.ds .about-us-main-image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

#about.ds .about-us-body {
	text-align: left;
}

#about.ds .about-us-body p {
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.7;
	font-size: 14px;
	margin-bottom: 0;
}

#about.ds .about-us-body p + p {
	margin-top: 1em;
}

#about.ds .about-us-lead {
	margin-bottom: 1.25em;
}

#about.ds .about-us-lead strong {
	color: #00a19c;
}

@media (min-width: 992px) {
	#about.ds .about-us-content {
		padding-right: 30px;
	}
}

@media (max-width: 991px) {
	#about.ds .about-us-visual {
		margin-top: 30px;
		margin-bottom: 0;
	}

	#about.ds .about-us-main-image {
		max-height: 380px;
	}
}

@media (max-width: 767px) {
	#about.ds .section_header {
		font-size: 28px;
		margin-bottom: 28px;
	}

	#about.ds .about-us-content {
		text-align: center;
	}

	#about.ds .about-us-main-image {
		max-height: 260px;
	}
}

/* About Us page – text left, image right on light section */
#about-us-page .about-us-visual,
#about-us-page .about-us-content {
	vertical-align: top;
}

#about-us-page .section_header {
	margin-top: 0;
	margin-bottom: 28px;
	text-align: left;
}

#about-us-page .about-us-hero-image {
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 14px 42px rgba(0, 0, 0, 0.12);
}

#about-us-page .about-us-main-image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

#about-us-page .about-us-body {
	text-align: left;
}

#about-us-page .about-us-body p {
	color: #555555;
	line-height: 1.7;
	font-size: 14px;
	margin-bottom: 0;
}

#about-us-page .about-us-body p + p {
	margin-top: 1em;
}

#about-us-page .about-us-lead {
	margin-bottom: 1.25em;
}

#about-us-page .about-us-lead strong {
	color: #00a19c;
}

@media (min-width: 992px) {
	#about-us-page .about-us-content {
		padding-right: 30px;
	}
}

@media (max-width: 991px) {
	#about-us-page .about-us-visual {
		margin-top: 30px;
		margin-bottom: 0;
	}

	#about-us-page .about-us-main-image {
		max-height: 380px;
	}
}

@media (max-width: 767px) {
	#about-us-page .section_header {
		font-size: 28px;
		margin-bottom: 24px;
		text-align: center;
	}

	#about-us-page .about-us-content,
	#about-us-page .about-us-body {
		text-align: center;
	}

	#about-us-page .about-us-main-image {
		max-height: 260px;
	}
}

/* Index – See Our Products carousel: equal image sizes */
#products .products-carousel.owl-carousel .owl-item {
	display: flex;
}

#products .products-carousel .gallery-item {
	width: 100%;
}

#products .products-carousel .item-media {
	position: relative;
	width: 100%;
	height: 180px;
	background-color: rgba(255, 255, 255, 0.08);
}

#products .products-carousel .item-media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

#products .products-carousel .media-links:before {
	display: none;
	opacity: 0;
}

#products .products-carousel .gallery-item:hover .media-links:before,
#products .products-carousel .gallery-item:hover .media-links.inverse:before {
	display: none;
	opacity: 0;
}

#products .products-carousel .gallery-item:hover .media-links a.abs-link,
#products .products-carousel .gallery-item:hover .media-links div {
	opacity: 0;
}

#products .products-carousel .gallery-item:hover .item-media img {
	opacity: 1;
	transform: none;
}

/* Index – Why Us section */
#features.page_why_us {
	background-color: #ffffff;
}

/* Left intro text, right icon grid */
#features.page_why_us .why-us-intro-col,
#features.page_why_us .why-us-cards-col {
	vertical-align: middle;
}

#features.page_why_us .why-us-intro-col {
	text-align: left;
}

#features.page_why_us .why-us-intro-col .section_header {
	margin-top: 0;
	margin-bottom: 14px;
}

#features.page_why_us .why-us-intro-tagline {
	margin-top: 0;
	margin-bottom: 22px;
}

#features.page_why_us .why-us-intro-text {
	color: #4d4d4d;
	line-height: 1.7;
}

@media (min-width: 992px) {
	#features.page_why_us .why-us-cards-col {
		padding-left: 20px;
	}
}

/* Card grid – flex, centered */
#features.page_why_us .why-us-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin-left: -8px;
	margin-right: -8px;
}

#features.page_why_us .why-us-cards > [class*="col-"] {
	display: flex;
	float: none;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 16px;
}

#features.page_why_us .why-us-card {
	width: 100%;
	min-height: 140px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	padding: 18px 10px !important;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
	transition: box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

#features.page_why_us .why-us-card:hover {
	background-color: #00a19c;
	box-shadow: 0 10px 28px rgba(95, 46, 146, 0.12);
	border-color: rgba(0, 161, 156, 0.25);
}

#features.page_why_us .why-us-card-icon {
	width: 52px;
	height: 52px;
	margin: 0 auto 12px;
	position: relative;
	z-index: 5;
	flex-shrink: 0;
	line-height: 0;
}

#features.page_why_us .why-us-card-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	border-radius: 50%;
}

#features.page_why_us .why-us-card:hover .why-us-card-icon {
	background-color: #ffffff;
	border-radius: 50%;
}

#features.page_why_us .why-us-card h5 {
	font-size: 13px;
	line-height: 1.35;
	font-weight: 600;
	position: relative;
	z-index: 5;
}

#features.page_why_us .why-us-card .media-links:before {
	display: none;
}

/* hover_bg_teaser matches .ls [class*='_bg'] and forces white text on white cards */
#features.page_why_us .teaser.hover_bg_teaser.why-us-card {
	color: #11333a;
}

#features.page_why_us .teaser.hover_bg_teaser.why-us-card h5 {
	color: #11333a;
}

#features.page_why_us .teaser.hover_bg_teaser.why-us-card:hover {
	background-color: #00a19c;
	color: #ffffff;
}

#features.page_why_us .teaser.hover_bg_teaser.why-us-card:hover h5 {
	color: #ffffff;
}

@media (max-width: 991px) {
	#features.page_why_us .why-us-intro-col {
		text-align: center;
		margin-bottom: 35px;
	}
}

@media (max-width: 767px) {
	#features.page_why_us .why-us-card {
		min-height: 130px;
		padding: 16px 10px !important;
	}

	#features.page_why_us .why-us-card-icon {
		width: 48px;
		height: 48px;
		margin-bottom: 10px;
	}

	#features.page_why_us .why-us-card h5 {
		font-size: 12px;
	}
}


#products > .container > .row.display_table_md > .display_table_cell_md img.rounded {
	width: 100%;
	max-height: 360px;
	height: auto;
	object-fit: cover;
	object-position: center;
}

@media (min-width: 992px) {
	#products .products-carousel .item-media {
		height: 200px;
	}
}

@media (max-width: 767px) {
	#products .products-carousel .item-media {
		height: 220px;
	}
}

.page_breadcrumbs.ds.color {
	background-color: #5f2e92;
}

/* Featured Clients carousel – clear, equal logo display */
#partners .clients-partners-carousel.owl-carousel .owl-item {
	display: flex;
	align-items: stretch;
}

#partners .clients-partners-carousel.owl-carousel a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 130px;
	padding: 14px 12px;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	text-align: center;
	transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

#partners .clients-partners-carousel.owl-carousel a:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	border-color: rgba(0, 161, 156, 0.35);
}

#partners .clients-partners-carousel.owl-carousel a img,
#partners .clients-partners-carousel.owl-carousel .center a img {
	display: block;
	max-height: 100px;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
	opacity: 1;
	filter: none;
	-webkit-filter: none;
}

#partners .clients-partners-carousel.owl-carousel .owl-nav > div {
	width: 44px;
	background: rgba(95, 46, 146, 0.08);
}

#partners .clients-partners-carousel.owl-carousel .owl-nav > div:after {
	color: #5f2e92;
}

@media (max-width: 991px) {
	#partners .clients-partners-carousel.owl-carousel a {
		min-height: 110px;
		padding: 12px 10px;
	}

	#partners .clients-partners-carousel.owl-carousel a img {
		max-height: 85px;
	}
}

@media (max-width: 767px) {
	#partners .clients-partners-carousel.owl-carousel a {
		min-height: 95px;
	}

	#partners .clients-partners-carousel.owl-carousel a img {
		max-height: 72px;
	}
}

/* Back to top button */
#toTop {
	background-color: #5f2e92;
}

#toTop:after {
	color: #ffffff;
}

#toTopHover {
	background-color: #00a19c;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 3px;
}

#toTop:hover:after {
	color: #ffffff;
}

#toTop:hover {
	bottom: 15px;
}

@media (min-width: 768px) {
	#toTop:hover {
		bottom: 35px;
	}
}

@media (min-width: 992px) {
	#toTop {
		border-radius: 4px;
	}

	#toTopHover {
		border-radius: 4px;
	}

	#toTop:hover {
		bottom: 65px;
	}
}

/* Index – homepage banner (img/banner) shown on all screens */
.home-hero-mobile {
	display: none !important;
}

.home-hero-desktop.intro_section.ds img {
	opacity: 1;
	width: 100%;
	height: auto;
	display: block;
	max-height: 560px;
	object-fit: cover;
	object-position: center;
}

.home-hero-desktop .slides > li {
	background-color: #5f2e92;
}

@media (max-width: 767px) {
	.home-hero-desktop.intro_section.ds img {
		max-height: none;
	}
}

