﻿.zindex-0 {
	z-index: 0 !important
}

.zindex-5 {
	z-index: 5 !important
}

.zindex-10 {
	z-index: 10 !important
}

.zindex-15 {
	z-index: 15 !important
}

.zindex-20 {
	z-index: 20 !important
}

.zindex-25 {
	z-index: 25 !important
}

.zindex-30 {
	z-index: 30 !important
}

.zindex-35 {
	z-index: 35 !important
}

.zindex-40 {
	z-index: 40 !important
}

.zindex-45 {
	z-index: 45 !important
}

.zindex-50 {
	z-index: 50 !important
}

.zindex-55 {
	z-index: 55 !important
}

.zindex-60 {
	z-index: 60 !important
}

.zindex-65 {
	z-index: 65 !important
}

.zindex-70 {
	z-index: 70 !important
}

.zindex-75 {
	z-index: 75 !important
}

.zindex-80 {
	z-index: 80 !important
}

.zindex-85 {
	z-index: 85 !important
}

.zindex-90 {
	z-index: 90 !important
}

.zindex-95 {
	z-index: 95 !important
}

.zindex-100 {
	z-index: 100 !important
}

.bg-black {
	background-color: #000
}

.bg-gray-90 {
	background-color: #212529
}

.bg-gray-80 {
	background-color: #343a40
}

.bg-gray-70 {
	background-color: #495057
}

.bg-gray-60 {
	background-color: #6c757d
}

.bg-gray-50 {
	background-color: #adb5bd
}

.bg-gray-40 {
	background-color: #ced4da
}

.bg-gray-30 {
	background-color: #dee2e6
}

.bg-gray-20 {
	background-color: #e9ecef
}

.bg-gray-10 {
	background-color: #f4f4f4
}

.bg-white {
	background-color: #fff !important
}

[class*=overlay-bg-] {
	position: relative
}

[class*=overlay-bg-]:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.overlay-bg-black-10:before {
	background-color: rgba(0, 0, 0, .1)
}

.overlay-bg-black-20:before {
	background-color: rgba(0, 0, 0, .2)
}

.overlay-bg-black-30:before {
	background-color: rgba(0, 0, 0, .3)
}

.overlay-bg-black-40:before {
	background-color: rgba(0, 0, 0, .4)
}

.overlay-bg-black-50:before {
	background-color: rgba(0, 0, 0, .5)
}

.overlay-bg-black-60:before {
	background-color: rgba(0, 0, 0, .6)
}

.overlay-bg-black-70:before {
	background-color: rgba(0, 0, 0, .7)
}

.overlay-bg-black-80:before {
	background-color: rgba(0, 0, 0, .8)
}

.overlay-bg-black-90:before {
	background-color: rgba(0, 0, 0, .9)
}

.overlay-bg-white-10:before {
	background-color: rgba(255, 255, 255, .1)
}

.overlay-bg-white-20:before {
	background-color: rgba(255, 255, 255, .2)
}

.overlay-bg-white-30:before {
	background-color: rgba(255, 255, 255, .3)
}

.overlay-bg-white-40:before {
	background-color: rgba(255, 255, 255, .4)
}

.overlay-bg-white-50:before {
	background-color: rgba(255, 255, 255, .5)
}

.overlay-bg-white-60:before {
	background-color: rgba(255, 255, 255, .6)
}

.overlay-bg-white-70:before {
	background-color: rgba(255, 255, 255, .7)
}

.overlay-bg-white-80:before {
	background-color: rgba(255, 255, 255, .8)
}

.overlay-bg-white-90:before {
	background-color: rgba(255, 255, 255, .9)
}

.white-color p,
.white-color a,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color span,
.white-color strong,
.white-color div {
	color: #fff
}

.ut-versuscarousel .sppb-addon-content .utZoomIn,
.ut-versuscarousel .sppb-addon-content .utZoomOut,
.ut-versuscarousel .sppb-addon-content .utFlipX,
.ut-owlgallery .sppb-addon-content .utZoomIn,
.ut-owlgallery .sppb-addon-content .utZoomOut,
.ut-owlgallery .sppb-addon-content .utFlipX,
.ut-carouselcontent .sppb-addon-content .utZoomIn,
.ut-carouselcontent .sppb-addon-content .utZoomOut,
.ut-carouselcontent .sppb-addon-content .utFlipX {
	position: relative;
	display: inline-block;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out
}

.ut-versuscarousel .sppb-addon-content:hover .utZoomIn,
.ut-versuscarousel .sppb-addon-content:focus .utZoomIn,
.ut-owlgallery .sppb-addon-content:hover .utZoomIn,
.ut-owlgallery .sppb-addon-content:focus .utZoomIn,
.ut-carouselcontent .sppb-addon-content:hover .utZoomIn,
.ut-carouselcontent .sppb-addon-content:focus .utZoomIn {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1)
}

.ut-versuscarousel .sppb-addon-content:hover .utZoomOut,
.ut-versuscarousel .sppb-addon-content:focus .utZoomOut,
.ut-owlgallery .sppb-addon-content:hover .utZoomOut,
.ut-owlgallery .sppb-addon-content:focus .utZoomOut,
.ut-carouselcontent .sppb-addon-content:hover .utZoomOut,
.ut-carouselcontent .sppb-addon-content:focus .utZoomOut {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9)
}

.ut-versuscarousel .sppb-addon-content:hover .utFlipX,
.ut-versuscarousel .sppb-addon-content:focus .utFlipX,
.ut-owlgallery .sppb-addon-content:hover .utFlipX,
.ut-owlgallery .sppb-addon-content:focus .utFlipX,
.ut-carouselcontent .sppb-addon-content:hover .utFlipX,
.ut-carouselcontent .sppb-addon-content:focus .utFlipX {
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1)
}

@media(max-width: 991.98px) {
	.border-from-lg {
		border: none !important
	}
}

@media(max-width: 767.98px) {
	.border-from-md {
		border: none !important
	}
}

@media(max-width: 575.98px) {
	.border-from-sm {
		border: none !important
	}
}

.alert-notice {
	background: #ffd454;
	border-color: #ffce3a;
	color: #211800
}

:root {
	--side-space: 15px;
	--scrollbar-width: 17px
}

@media(min-width: 768px) {
	:root {
		--side-space: calc((100vw - 720px - var(--scrollbar-width)) / 2)
	}
}

@media(min-width: 992px) {
	:root {
		--side-space: calc((100vw - 930px - var(--scrollbar-width)) / 2)
	}
}

@media(min-width: 1200px) {
	:root {
		--side-space: calc((100vw - 1110px - var(--scrollbar-width)) / 2)
	}
}

@media(min-width: 1400px) {
	:root {
		--side-space: calc((100vw - 1290px - var(--scrollbar-width)) / 2)
	}
}

#sp-header .sp-megamenu-wrapper+.sp-module {
	margin-left: 45px
}

#sp-header .sp-module+.header-modules {
	margin-left: 20px
}

@media(max-width: 991.98px) {
	#sp-header:not(.header-with-social) #sp-menu>.sp-column>:first-child {
		order: 1
	}

	#sp-header:not(.header-with-social) #sp-menu>.sp-column>:not(:first-child) {
		order: 0
	}

	#sp-header .sp-megamenu-wrapper+.sp-module {
		margin-left: 0
	}
}

#sp-header .jmodedit {
	display: none
}

.header-style-2 .body-innerwrapper {
	margin-top: 30px
}

.header-style-2 #sp-header:not(.header-sticky) {
	box-shadow: none;
	border-top: 1px solid var(--border_color);
	border-bottom: 1px solid var(--border_color)
}

.header-style-2 #sp-main {
	margin-top: 30px
}

@media(min-width: 992px)and (max-width: 1199.98px) {
	.header-style-2 #sp-header.header-with-social #sp-menu .social-wrap {
		padding-left: 20px
	}
}

.header-3-minimallayout .sp-megamenu-parent>li>a::before,
.header-3-minimallayout .sp-megamenu-parent>li>span::before {
	border-width: 2px;
	clip-path: polygon(0 0, 22px 0, 22px 2px, 30px 4px, 30px 6px, 8px 6px, 8px 4px, 0px 4px)
}

.header-3-minimallayout .sp-megamenu-parent>li:last-child.active>a::before,
.header-3-minimallayout .sp-megamenu-parent>li:last-child:hover>a::before {
	width: 30px
}

.header-3-minimallayout .sp-megamenu-parent>li.active>a::before,
.header-3-minimallayout .sp-megamenu-parent>li.active>span::before,
.header-3-minimallayout .sp-megamenu-parent>li:hover>a::before,
.header-3-minimallayout .sp-megamenu-parent>li:hover>span::before {
	width: 30px
}

.header-3-minimallayout .sp-megamenu-parent .sp-dropdown li>a::before,
.header-3-minimallayout .sp-megamenu-parent .sp-dropdown li span:not(.sp-menu-badge):not([class*=fa-])::before {
	clip-path: polygon(0 0, 10px 0, 10px 1px, 15px 1px, 15px 4px, 5px 4px, 5px 3px, 0 3px)
}

#sp-titles .sp-page-title .sp-page-title-heading {
	color: var(--headings_color)
}

#sp-titles .sp-page-title .sp-page-title-sub-heading {
	max-width: 75%;
	margin: 15px auto 0 auto;
	color: var(--text_color)
}

@media(max-width: 1399.98px) {
	#sp-titles .sp-page-title {
		padding: 220px 0 0
	}
}

@media(max-width: 991.98px) {
	#sp-titles .sp-page-title .sp-page-title-sub-heading {
		max-width: 100%
	}

	#sp-titles .sp-page-title .title-inner {
		max-width: 85%
	}
}

@media(min-width: 768px)and (max-width: 991.98px) {
	#sp-titles .sp-page-title {
		padding: 160px 0 0
	}

	#sp-titles .sp-page-title .sp-page-title-heading {
		font-size: 40px
	}
}

@media(max-width: 767.98px) {
	#sp-titles .sp-page-title {
		padding: 150px 0 0
	}

	#sp-titles .sp-page-title .sp-page-title-heading {
		font-size: 36px
	}
}

@media(max-width: 575.98px) {
	#sp-titles .sp-page-title {
		padding: 140px 0 0
	}

	#sp-titles .sp-page-title .title-inner {
		min-width: 280px;
		max-width: 90%
	}

	#sp-titles .sp-page-title .sp-page-title-heading {
		font-size: 30px
	}
}

#sp-titles .title-inner {
	padding: 50px 30px 30px;
	display: inline-block;
	min-width: 450px;
	max-width: 75%;
	background: var(--bg_color);
	text-align: center;
	clip-path: polygon(0% 13.8889%, 0.049% 12.363%, 0.2994% 9.536%, 0.736% 7.0284%, 1.3383% 4.8639%, 2.0862% 3.0659%, 2.9591% 1.6581%, 3.9369% 0.6639%, 4.9991% 0.1071%, 5.5556% 0%, 47.2772% 0%, 47.6027% 0.1714%, 48.2882% 1.3129%, 49.3698% 4.4217%, 50.8192% 9.4939%, 51.8347% 12.5933%, 52.4446% 13.7242%, 52.7228% 13.8889%, 97.2222% 13.8889%, 97.7903% 14.0389%, 98.7827% 15.0322%, 99.5227% 16.846%, 99.9374% 19.3561%, 100% 20.8333%, 100% 100%, 0% 100%, 0% 13.8889%)
}

#sp-titles ol.breadcrumb {
	justify-content: center;
	padding-top: 10px;
	position: relative
}

#sp-titles ol.breadcrumb::before {
	content: "";
	width: 50px;
	height: 3px;
	background: var(--border_color);
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -25px
}

[class*=title-1].sppb-addon .sppb-addon-title {
	font-size: 50px;
	margin-bottom: 30px
}

@media(min-width: 768px)and (max-width: 1199.98px) {
	[class*=title-1].sppb-addon .sppb-addon-title {
		font-size: 40px;
		margin-bottom: 25px
	}
}

@media(max-width: 767.98px) {
	[class*=title-1].sppb-addon .sppb-addon-title {
		font-size: 36px;
		margin-bottom: 20px
	}
}

@media(max-width: 575.98px) {
	[class*=title-1].sppb-addon .sppb-addon-title {
		font-size: 30px
	}
}

[class*=title-1].sppb-section .sppb-section-title .sppb-title-heading span:not(.sp-inline-editable-element),
[class*=title-1].sppb-addon .sppb-addon-title span:not(.sp-inline-editable-element) {
	font-size: 1rem;
	line-height: 1.2;
	font-family: var(--body_font_family);
	text-transform: uppercase;
	color: var(--text_color);
	display: block;
	letter-spacing: 1px;
	margin-bottom: 10px
}

[class*=title-1].sppb-section .sppb-section-title .sppb-title-heading span:not(.sp-inline-editable-element)::before,
[class*=title-1].sppb-addon .sppb-addon-title span:not(.sp-inline-editable-element)::before {
	content: "";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: inline-block;
	margin-right: 5px;
	color: var(--primary_color)
}

@media(min-width: 992px) {
	.title-w-50 .sppb-title-subheading {
		max-width: 50% !important;
		display: inline-block
	}
}

@media(min-width: 992px) {
	.title-w-55 .sppb-title-subheading {
		max-width: 55% !important;
		display: inline-block
	}
}

.sppb-section.count-addons {
	counter-reset: addon
}

.add-right-space {
	padding-right: var(--side-space) !important
}

.add-left-space {
	padding-left: var(--side-space) !important
}

[class*=inline-addons] .sp-pagebuilder-addons,
[class*=inline-addons] .sppb-column-addons {
	display: flex;
	flex-wrap: wrap
}

.inline-addons-end .sp-pagebuilder-addons,
.inline-addons-end .sppb-column-addons {
	justify-content: flex-end
}

.inrow-addons .sp-pagebuilder-addons,
.inrow-addons .sppb-column-addons {
	display: flex;
	align-items: center;
	margin-left: -15px;
	margin-right: -15px
}

.inrow-addons .sp-pagebuilder-addons>*,
.inrow-addons .sppb-column-addons>* {
	padding-left: 15px;
	padding-right: -15px
}

@media(max-width: 575.98px) {

	.inrow-addons .sp-pagebuilder-addons,
	.inrow-addons .sppb-column-addons {
		flex-wrap: wrap
	}
}

.inrow-addons .sppb-column:hover .ut-animated-number-2 .icon-container i {
	opacity: .15
}

.inrow-addons .sppb-column:hover .ut-animated-number-2 .icon-container::before {
	opacity: 1
}

.circle-gradient-1,
.circle-gradient-2,
.circle-gradient-3,
.circle-gradient-4 {
	position: relative;
	overflow: hidden
}

.circle-gradient-1:before,
.circle-gradient-2:before,
.circle-gradient-3:before,
.circle-gradient-4:before {
	content: "";
	width: 820px;
	height: 820px;
	background: radial-gradient(circle, rgba(var(--primary_color_rgb), 0.2) 0%, transparent 55%, transparent 100%);
	position: absolute
}

.circle-gradient-1::before {
	top: 0;
	left: 0;
	transform: translate(-30%, -50%)
}

.circle-gradient-2::before {
	bottom: 0;
	left: 0;
	transform: translate(-30%, 50%)
}

.circle-gradient-3::before {
	width: 1070px;
	height: 1070px;
	bottom: 0;
	right: 0;
	transform: translate(52%, 120px)
}

.circle-gradient-4::before {
	bottom: 0;
	left: 50%;
	transform: translate(-30%, 50%)
}

.hero-1 {
	position: relative;
	overflow: hidden
}

.hero-1::before,
.hero-1::after {
	content: "";
	width: 145px;
	height: 1280px;
	position: absolute;
	top: 0;
	transform: skewX(30deg)
}

.hero-1::before {
	right: 0;
	background: linear-gradient(180deg, rgba(var(--bg_color_rgb), 0.1) 0%, rgba(var(--headings_color_rgb), 0.1) 100%)
}

.hero-1::after {
	right: -145px;
	background: linear-gradient(180deg, rgba(var(--bg_color_rgb), 0) 0%, rgba(var(--headings_color_rgb), 0.3) 100%)
}

.hero-1 .sppb-row-container::after {
	content: "";
	width: 145px;
	height: 600px;
	background: linear-gradient(180deg, rgba(var(--bg_color_rgb), 0.1) 0%, rgba(var(--headings_color_rgb), 0.1) 100%);
	position: absolute;
	bottom: 0;
	right: -290px;
	transform: skewX(-45deg)
}

.hero-1 .sppb-row-overlay {
	background-position: -50px 40%;
	background-repeat: no-repeat
}

@media(min-width: 576px) {
	.sppb-section {
		--content-width: 510px
	}
}

@media(min-width: 768px) {
	.sppb-section {
		--content-width: 690px
	}
}

@media(min-width: 992px) {
	.sppb-section {
		--content-width: 930px
	}
}

@media(min-width: 1200px) {
	.sppb-section {
		--content-width: 1110px
	}
}

@media(min-width: 1400px) {
	.sppb-section {
		--content-width: 1290px
	}
}

@media(max-width: 575.98px) {
	.sppb-section.columns-grid {
		--content-width: calc(100% - 30px)
	}
}

.sppb-section.columns-grid>.sppb-row-container {
	max-width: var(--content-width);
	padding: 0;
	overflow: hidden
}

.sppb-section.columns-grid .sppb-row {
	margin: -1px;
	overflow: hidden
}

.sppb-section.columns-grid .sppb-row>.sppb-row-column {
	box-shadow: 1px 1px 0 var(--border_color) !important
}

.sppb-section.columns-grid .sppb-row:not(.sppb-no-gutter)>.sppb-row-column {
	padding-top: 15px;
	padding-bottom: 15px
}

.sppb-section.border-container>.sppb-row-container {
	border: 1px solid var(--border_color)
}

.column-overlay-shine .sppb-column-overlay {
	overflow: hidden
}

.column-overlay-shine .sppb-column-overlay::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .35);
	display: block;
	transform: scaleY(0);
	transform-origin: 0% 0%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.column-overlay-shine:hover .sppb-column-overlay::after {
	transform: scaleY(1);
	transition: all 600ms ease-in-out;
	opacity: 0
}

.column-polygon-1 {
	clip-path: polygon(0% 0.0128%, 0% 100%, 100% 100%, 99.9643% 82.7235%, 99.7548% 60.4731%, 99.4908% 47.898%, 99.1109% 36.9817%, 98.6011% 27.5979%, 97.9475% 19.6198%, 97.136% 12.9209%, 96.6667% 10.0116%, 94.4034% 9.2251%, 89.7046% 7.7719%, 84.7822% 6.4719%, 79.6431% 5.3173%, 74.2945% 4.3005%, 68.7433% 3.4137%, 62.9966% 2.6493%, 57.0614% 1.9994%, 47.8208% 1.2227%, 34.9062% 0.5161%, 21.3646% 0.1291%, 7.2524% 0%, 0% 0.0128%, 0% 0.0128%)
}

.column-polygon-2::before {
	content: "";
	width: 630px;
	height: 490px;
	background: rgba(var(--primary_color_rgb), 0.5);
	position: absolute;
	bottom: 0;
	right: -150px;
	clip-path: polygon(19.0378% 1.4173%, 19.9822% 1.1122%, 21.8397% 0.6185%, 23.6571% 0.2738%, 25.4367% 0.0703%, 27.1808% 0%, 28.8915% 0.0552%, 30.5712% 0.2281%, 32.2221% 0.5107%, 34.6493% 1.1235%, 37.8056% 2.2518%, 40.8871% 3.6784%, 43.9118% 5.3406%, 48.3817% 8.139%, 54.3104% 12.1103%, 58.8122% 14.9949%, 61.8736% 16.7559%, 65.004% 18.3141%, 68.2213% 19.6068%, 69.8683% 20.1341%, 71.5727% 20.8414%, 74.8613% 22.3336%, 77.9834% 23.9298%, 80.9312% 25.63%, 83.6974% 27.4345%, 86.2742% 29.3434%, 88.6542% 31.3571%, 90.8298% 33.4756%, 92.7934% 35.6992%, 94.5374% 38.028%, 96.0544% 40.4623%, 97.3367% 43.0023%, 98.3767% 45.6481%, 99.1669% 48.4001%, 99.6998% 51.2582%, 99.9677% 54.2229%, 100% 55.7452%, 99.987% 56.7865%, 99.8836% 58.8333%, 99.6796% 60.8323%, 99.3779% 62.7833%, 98.9811% 64.6862%, 98.4923% 66.5409%, 97.9141% 68.3474%, 97.2494% 70.1053%, 96.5012% 71.8148%, 95.6721% 73.4756%, 94.2831% 75.8752%, 92.1748% 78.9034%, 89.7942% 81.7347%, 87.1639% 84.3684%, 84.3068% 86.8034%, 81.2453% 89.0388%, 78.0022% 91.0737%, 74.6001% 92.9071%, 71.0617% 94.5381%, 67.4096% 95.9658%, 63.6665% 97.1892%, 61.7679% 97.724%, 59.9484% 98.2204%, 56.3627% 99.0316%, 52.8484% 99.5995%, 49.4057% 99.9227%, 46.0352% 100%, 42.7372% 99.83%, 39.5121% 99.4114%, 36.3603% 98.7429%, 33.2822% 97.823%, 30.2781% 96.6506%, 27.3485% 95.2242%, 24.4938% 93.5425%, 21.7143% 91.6042%, 19.0105% 89.4079%, 16.3826% 86.9524%, 13.8312% 84.2363%, 12.5843% 82.7801%, 11.7397% 81.67%, 10.1372% 79.347%, 8.6503% 76.8964%, 7.2795% 74.3295%, 6.0253% 71.658%, 4.8882% 68.8933%, 3.8686% 66.0468%, 2.9671% 63.1302%, 2.184% 60.1548%, 1.5199% 57.1321%, 0.9752% 54.0736%, 0.5504% 50.9908%, 0.246% 47.8952%, 0.0623% 44.7982%, 0% 41.7114%, 0.0594% 38.6463%, 0.2411% 35.6142%, 0.5455% 32.6268%, 0.973% 29.6954%, 1.5242% 26.8316%, 2.1995% 24.0468%, 2.9994% 21.3525%, 3.9243% 18.7603%, 4.9748% 16.2816%, 6.1512% 13.9278%, 7.4541% 11.7105%, 8.8839% 9.6411%, 10.4412% 7.7312%, 12.1262% 5.9922%, 13.9397% 4.4356%, 15.8819% 3.0728%, 17.9534% 1.9154%, 19.0378% 1.4173%, 19.0378% 1.4173%)
}

.column-squares {
	position: relative
}

.column-squares::before,
.column-squares::after {
	content: "";
	width: 70px;
	height: 70px;
	position: absolute;
	top: 60px;
	left: 10px
}

.column-squares::before {
	background: var(--primary_color);
	box-shadow: 30px 30px 0 var(--headings_color)
}

.column-squares::after {
	background: var(--bg_color);
	border: 1px solid var(--border_color);
	box-shadow: -30px -30px 0 var(--headings_color);
	transform: rotate(10deg);
	top: auto;
	left: auto;
	right: 15px;
	bottom: 60px
}

@media(min-width: 992px) {
	.pull-content-left {
		margin-left: -150px;
		width: auto;
		z-index: 9
	}

	.pull-content-right {
		margin-right: -150px;
		width: auto;
		z-index: 9
	}
}

.separator-1 {
	position: relative
}

.separator-1:after {
	content: "";
	width: 1px;
	height: 100%;
	background: var(--primary_color);
	position: absolute;
	top: 0;
	right: 0
}

@media(max-width: 1199.98px) {

	.separator-from-xl::before,
	.separator-from-xl::after {
		display: none
	}
}

@media(max-width: 991.98px) {

	.separator-from-lg::before,
	.separator-from-lg::after {
		display: none
	}
}

@media(max-width: 767.98px) {

	.separator-from-md::before,
	.separator-from-md::after {
		display: none
	}
}

@media(max-width: 575.98px) {

	.separator-from-sm::before,
	.separator-from-sm::after {
		display: none
	}
}

.list-style-1 ul,
ul.list-style-1 {
	padding-left: 0 !important;
	list-style: none
}

.list-style-1 ul>li,
ul.list-style-1>li {
	position: relative;
	margin-bottom: 20px !important;
	padding: 0 0 0 55px;
	min-height: 40px;
	display: flex;
	align-items: center
}

.list-style-1 ul>li:last-child,
ul.list-style-1>li:last-child {
	margin-bottom: 0px !important
}

.list-style-1 ul>li:before,
ul.list-style-1>li:before {
	content: "";
	width: 40px;
	height: 40px;
	background: var(--bg_color_dark);
	border-radius: 50%;
	text-align: center;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 1rem;
	color: var(--text_color);
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 40px
}

.list-style-1 ul>li ul,
ul.list-style-1>li ul {
	padding-left: 45px !important
}

.list-style-2 ul,
ul.list-style-2 {
	padding-left: 0 !important;
	list-style: none
}

.list-style-2 ul>li,
ul.list-style-2>li {
	position: relative;
	margin-bottom: 20px !important;
	padding: 0 0 0 35px;
	min-height: 40px;
	display: flex;
	align-items: center
}

.list-style-2 ul>li:last-child,
ul.list-style-2>li:last-child {
	margin-bottom: 0px !important
}

.list-style-2 ul>li:before,
ul.list-style-2>li:before {
	content: "";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 1.25rem;
	color: var(--primary_color);
	position: absolute;
	top: 0px;
	left: 0px
}

.list-style-2 ul>li ul,
ul.list-style-2>li ul {
	padding-left: 45px !important
}

.hide-labels label:not(.sppb-form-check-label) {
	display: none
}

#sp-page-builder .page-content .sppb-section,
#sp-page-builder .sppb-section {
	clear: both
}

#sp-page-builder .sppb-section .sppb-section-title,
.mod-sppagebuilder .sppb-section .sppb-section-title {
	margin-bottom: 40px
}

#sp-page-builder .sppb-section .sppb-section-title .sppb-title-heading,
.mod-sppagebuilder .sppb-section .sppb-section-title .sppb-title-heading {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 20px
}

#sp-page-builder .sppb-section .sppb-section-title .sppb-title-subheading,
.mod-sppagebuilder .sppb-section .sppb-section-title .sppb-title-subheading {
	max-width: 100%;
	font-size: 1rem;
	display: inline-block
}

@media(min-width: 992px) {

	#sp-page-builder .sppb-section:not([class*=title-w-]) .sppb-section-title .sppb-title-subheading,
	.mod-sppagebuilder .sppb-section:not([class*=title-w-]) .sppb-section-title .sppb-title-subheading {
		max-width: 66.66666667%
	}
}

#sp-page-builder .sppb-section .sppb-section-title,
.mod-sppagebuilder .sppb-section .sppb-section-title {
	text-align: center
}

#sp-page-builder .sppb-section .sppb-section-title.left,
.mod-sppagebuilder .sppb-section .sppb-section-title.left {
	text-align: left
}

#sp-page-builder .sppb-section .sppb-section-title.right,
.mod-sppagebuilder .sppb-section .sppb-section-title.right {
	text-align: right
}

#sp-page-builder .sppb-section[class*=title-1] .sppb-section-title,
.mod-sppagebuilder .sppb-section[class*=title-1] .sppb-section-title {
	margin-bottom: 45px
}

#sp-page-builder .sppb-section[class*=title-1] .sppb-section-title .sppb-title-heading,
.mod-sppagebuilder .sppb-section[class*=title-1] .sppb-section-title .sppb-title-heading {
	font-size: 50px;
	margin-bottom: 15px
}

@media(min-width: 768px)and (max-width: 1199.98px) {

	#sp-page-builder .sppb-section[class*=title-1] .sppb-section-title,
	.mod-sppagebuilder .sppb-section[class*=title-1] .sppb-section-title {
		margin-bottom: 40px
	}

	#sp-page-builder .sppb-section[class*=title-1] .sppb-section-title .sppb-title-heading,
	.mod-sppagebuilder .sppb-section[class*=title-1] .sppb-section-title .sppb-title-heading {
		font-size: 40px
	}
}

@media(max-width: 767.98px) {

	#sp-page-builder .sppb-section[class*=title-1] .sppb-section-title,
	.mod-sppagebuilder .sppb-section[class*=title-1] .sppb-section-title {
		margin-bottom: 35px
	}

	#sp-page-builder .sppb-section[class*=title-1] .sppb-section-title .sppb-title-heading,
	.mod-sppagebuilder .sppb-section[class*=title-1] .sppb-section-title .sppb-title-heading {
		font-size: 36px
	}
}

@media(max-width: 575.98px) {

	#sp-page-builder .sppb-section[class*=title-1] .sppb-section-title,
	.mod-sppagebuilder .sppb-section[class*=title-1] .sppb-section-title {
		margin-bottom: 30px
	}

	#sp-page-builder .sppb-section[class*=title-1] .sppb-section-title .sppb-title-heading,
	.mod-sppagebuilder .sppb-section[class*=title-1] .sppb-section-title .sppb-title-heading {
		font-size: 30px
	}
}

.sppb-form-control,
.sppb-form-group .sppb-form-control {
	background: rgba(0, 0, 0, 0);
	border-color: #ced4da;
	border-radius: .25rem;
	color: inherit
}

select.sppb-form-control:not([size]):not([multiple]) {
	height: calc(2em + 0.75rem + 2px);
	padding: .375rem .75rem
}

.form-builder-checkbox-item label::before,
.form-builder-radio-item label::before,
.sppb-addon-form-builder .sppb-form-check-label::before {
	border-color: var(--primary_color)
}

.mod-sppagebuilder {
	vertical-align: middle
}

.sppb-addon-raw-html ul,
.sppb-addon-text-block ul {
	padding-left: 15px
}

.sppb-addon-raw-html ul li,
.sppb-addon-text-block ul li {
	margin-bottom: 12px
}

.sppb-addon-raw-html ul li ul,
.sppb-addon-text-block ul li ul {
	margin-top: 12px;
	padding-left: 40px
}

.sppb-addon-raw-html ol,
.sppb-addon-text-block ol {
	padding-left: 15px
}

.sppb-addon-raw-html ol li,
.sppb-addon-text-block ol li {
	margin-bottom: 12px
}

.sppb-addon-raw-html ol li ol,
.sppb-addon-text-block ol li ol {
	margin-top: 12px;
	padding-left: 40px
}

.sppb-addon-feature .sppb-img-container {
	display: block !important
}

.sppb-addon-feature .sppb-img-container img {
	display: block;
	width: 100%
}

.sppb-addon-text p:last-child,
.sppb-addon-content p:last-child {
	margin-bottom: 0
}

.sppb-modal-selector {
	justify-content: center
}

.sppb-addon-title,
.sppb-media-heading,
.sppb-icon-container {
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {

	.sppb-addon-title,
	.sppb-media-heading,
	.sppb-icon-container {
		transition: none
	}
}

.sppb-addon-feature .sppb-addon-content .sppb-icon .sppb-icon-container {
	line-height: 1
}

.sppb-addon-feature .sppb-addon-content .sppb-icon .sppb-icon-container i {
	display: inline-block
}

@keyframes utShake {
	0% {
		transform: translateX(0)
	}

	8.3% {
		transform: translateX(3px)
	}

	16.6% {
		transform: translateX(-3px)
	}

	25% {
		transform: translateX(3px)
	}

	33.3% {
		transform: translateX(0)
	}

	41.6% {
		transform: translateX(3px)
	}

	50% {
		transform: translateX(-3px)
	}

	58.3% {
		transform: translateX(3px)
	}

	66.6% {
		transform: translateX(0)
	}

	66.6%,
	75% {
		transform: translateX(0)
	}

	83.3% {
		transform: translateX(3px)
	}

	91.6% {
		transform: translateX(-3px)
	}

	100% {
		transform: translateX(3px)
	}
}

.feature-box-1 {
	padding: 10px
}

.feature-box-1 .sppb-addon-content-align-before {
	display: flex !important;
	flex-direction: column
}

.feature-box-1 .sppb-addon-content {
	position: relative;
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.feature-box-1 .sppb-addon-content {
		transition: none
	}
}

.feature-box-1 .sppb-addon-content::before {
	counter-increment: addon;
	content: "0" counter(addon);
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--headings_color);
	border: 1px solid var(--border_color);
	border-radius: 50%;
	margin-bottom: 20px;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.feature-box-1 .sppb-addon-content::before {
		transition: none
	}
}

.feature-box-1 .sppb-icon {
	order: 5;
	margin-top: 20px
}

.feature-box-1 .sppb-icon-container {
	color: var(--primary_color)
}

.feature-box-1 .sppb-icon-container>i {
	font-size: 65px;
	width: 65px;
	height: 65px;
	line-height: 65px
}

.feature-box-1:hover:not(.active-style) .sppb-addon-content,
.feature-box-1.active-style:not(:hover) .sppb-addon-content {
	background: var(--bg_color)
}

.services-2 .feature-box-1:hover:not(.active-style) .sppb-addon-content,
.services-2 .feature-box-1.active-style:not(:hover) .sppb-addon-content {
	background: var(--bg_color_dark)
}

.feature-box-2 .sppb-addon-content {
	padding: 50px 20px;
	border: 1px solid rgba(0, 0, 0, 0);
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.feature-box-2 .sppb-addon-content {
		transition: none
	}
}

.feature-box-2 .sppb-icon {
	position: relative;
	padding-bottom: 30px;
	margin-left: -21px;
	margin-right: -21px
}

.feature-box-2 .sppb-icon::before {
	content: "";
	width: 100%;
	height: 1px;
	background: var(--border_color);
	bottom: 0;
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.feature-box-2 .sppb-icon::before {
		transition: none
	}
}

.feature-box-2 .sppb-icon::after {
	content: "";
	width: 10px;
	height: 10px;
	background: var(--primary_color);
	transform: rotate(-45deg) translateY(-7px);
	bottom: -9px;
	position: absolute;
	left: 50%
}

.feature-box-2 .sppb-icon-container {
	color: var(--primary_color)
}

.feature-box-2 .sppb-icon-container i {
	width: 75px;
	height: 75px;
	font-size: 75px;
	line-height: 75px
}

.feature-box-2 .sppb-media-content {
	margin-top: 30px
}

.feature-box-2 .sppb-addon-title span {
	display: block;
	font-size: 1rem;
	color: var(--text_color);
	font-family: var(--body_font_family);
	margin-bottom: 10px
}

.feature-box-2:hover:not(.active-style) .sppb-addon-content,
.feature-box-2.active-style:not(:hover) .sppb-addon-content {
	border-color: var(--border_color);
	background: var(--bg_color)
}

.feature-box-2:hover:not(.active-style) .sppb-icon::before,
.feature-box-2.active-style:not(:hover) .sppb-icon::before {
	transform: translate(-50%, -50%) scaleX(75%)
}

.feature-box-3 .sppb-icon {
	margin-bottom: 25px;
	display: inline-block;
	position: relative;
	padding-right: 15px
}

.feature-box-3 .sppb-icon::after {
	content: "";
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: var(--bg_color_dark);
	position: absolute;
	top: 0;
	right: 0;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.feature-box-3 .sppb-icon::after {
		transition: none
	}
}

.feature-box-3 .sppb-icon-container {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 35px 25px 15px;
	background: var(--text_color);
	z-index: 1;
	clip-path: polygon(26.1343% 0.3%, 27.8811% 0.018%, 31.1704% 0%, 34.2299% 0.6429%, 37.1113% 1.866%, 39.8659% 3.5887%, 42.5453% 5.7305%, 46.5359% 9.5526%, 52.0739% 15.3628%, 56.6154% 19.9036%, 59.9245% 22.8668%, 63.5186% 25.6848%, 67.4494% 28.2769%, 71.7683% 30.5626%, 76.5267% 32.4613%, 79.0869% 33.2403%, 80.574% 33.5998%, 83.3855% 34.4842%, 85.9794% 35.5817%, 88.3552% 36.8835%, 90.5125% 38.3807%, 92.4506% 40.0646%, 94.1689% 41.9264%, 95.6671% 43.9573%, 96.9444% 46.1485%, 98.0004% 48.4911%, 98.8345% 50.9765%, 99.4461% 53.5957%, 99.8348% 56.3401%, 100% 59.2007%, 99.9411% 62.1688%, 99.6576% 65.2356%, 99.4315% 66.8033%, 99.1398% 68.2793%, 98.2744% 71.2082%, 97.0446% 74.0918%, 95.4649% 76.9131%, 93.5494% 79.6547%, 91.3127% 82.2994%, 88.769% 84.8298%, 85.9326% 87.2289%, 82.8179% 89.4792%, 79.4392% 91.5636%, 75.8107% 93.4648%, 71.947% 95.1656%, 67.8622% 96.6486%, 63.5708% 97.8967%, 59.0869% 98.8926%, 54.4251% 99.619%, 52.0319% 99.8758%, 48.4258% 100%, 43.2755% 99.8717%, 40.0049% 99.5657%, 36.8569% 99.0746%, 33.8249% 98.3911%, 30.9023% 97.5079%, 28.0823% 96.4174%, 25.3585% 95.1123%, 22.7241% 93.5853%, 20.1724% 91.8289%, 17.697% 89.8357%, 15.2911% 87.5984%, 12.9481% 85.1096%, 10.6614% 82.3618%, 8.4244% 79.3477%, 7.3224% 77.7385%, 6.5575% 76.3927%, 5.1624% 73.6338%, 3.3982% 69.3473%, 1.6358% 63.4105%, 0.5149% 57.2975%, 0% 51.0925%, 0.0555% 44.8794%, 0.6459% 38.7424%, 1.7356% 32.7654%, 3.2891% 27.0325%, 5.2708% 21.6278%, 7.6452% 16.6353%, 10.3766% 12.139%, 13.4297% 8.223%, 16.7687% 4.9713%, 19.4393% 3.019%, 21.2905% 1.9689%, 23.1933% 1.1321%, 25.1431% 0.5192%, 26.1343% 0.3%, 26.1343% 0.3%)
}

.feature-box-3 .sppb-icon-container::before {
	content: "";
	background: var(--bg_color);
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	clip-path: inherit
}

.feature-box-3 .sppb-icon-container i {
	position: relative;
	font-size: 42px;
	width: 42px;
	height: 42px;
	line-height: 42px
}

.feature-box-3 .sppb-addon-title {
	margin-bottom: 15px;
	font-size: 1.5rem
}

.feature-box-3:hover:not(.active-style) .sppb-icon::after,
.feature-box-3.active-style:not(:hover) .sppb-icon::after {
	background: var(--primary_color_20);
	right: 15px
}

.feature-box-3:hover:not(.active-style) .sppb-icon-container,
.feature-box-3.active-style:not(:hover) .sppb-icon-container {
	background: var(--primary_color)
}

.feature-box-3:hover:not(.active-style) .sppb-addon-title,
.feature-box-3.active-style:not(:hover) .sppb-addon-title {
	color: var(--primary_color)
}

.feature-box-4 {
	padding: 20px 30px;
	background: var(--bg_color_dark)
}

.feature-box-4 .sppb-media {
	display: flex;
	align-items: center
}

.feature-box-4 .sppb-icon-container {
	color: var(--headings_color);
	margin: 12px 22px 0 0;
	position: relative
}

.feature-box-4 .sppb-icon-container::before {
	content: "";
	width: 65px;
	height: 65px;
	background: var(--border_color);
	border-radius: 50%;
	position: absolute;
	top: -12px;
	right: -22px;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.feature-box-4 .sppb-icon-container::before {
		transition: none
	}
}

.feature-box-4 .sppb-icon-container i {
	width: 55px;
	height: 55px;
	font-size: 55px;
	line-height: 55px;
	position: relative
}

.feature-box-4:hover .sppb-icon-container {
	color: var(--primary_color)
}

.feature-box-4:hover .sppb-icon-container::before {
	background: var(--primary_color_20)
}

.feature-box-5 .sppb-icon-container i {
	width: 60px;
	height: 60px;
	font-size: 60px;
	line-height: 60px;
	background: url("../images/icon_bg.jpg");
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	color: rgba(0, 0, 0, 0)
}

.feature-box-5 .sppb-addon-title {
	font-size: 1.5rem
}

@media(min-width: 768px) {
	.feature-box-5 .sppb-addon-content {
		display: flex;
		margin-left: -15px;
		margin-right: -15px;
		align-items: center
	}

	.feature-box-5 .sppb-addon-content>div {
		padding-left: 15px;
		padding-right: 15px
	}

	.feature-box-5 .sppb-addon-content-align-after,
	.feature-box-5 .sppb-media-content {
		display: flex !important;
		margin-left: -15px;
		margin-right: -15px;
		align-items: center
	}

	.feature-box-5 .sppb-addon-content-align-after>*,
	.feature-box-5 .sppb-media-content>* {
		padding-right: 15px;
		padding-left: 15px
	}

	.feature-box-5 .sppb-addon-content-align-after .sppb-addon-title,
	.feature-box-5 .sppb-media-content .sppb-addon-title {
		flex: 0 0 35%
	}

	.feature-box-5 .sppb-addon-content-align-after .sppb-addon-text,
	.feature-box-5 .sppb-media-content .sppb-addon-text {
		flex: 0 0 65%
	}
}

.feature-box-6 {
	padding: 100px 30px;
	background: rgba(0, 0, 0, .8)
}

.feature-box-6 .sppb-icon {
	position: relative
}

.feature-box-6 .sppb-icon::before {
	content: "";
	width: 200px;
	height: 1px;
	border-left: 40px solid rgba(255, 255, 255, .7);
	border-right: 40px solid rgba(255, 255, 255, .7);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.feature-box-6 .sppb-icon-container {
	padding: 21px;
	background: var(--primary_color);
	color: var(--primary_color_contrast);
	border-radius: 50%
}

.feature-box-6 .sppb-icon-container i {
	width: 42px;
	height: 42px;
	font-size: 42px;
	line-height: 42px
}

.feature-box-6 .sppb-addon-title,
.feature-box-6 .sppb-addon-text {
	color: #fff
}

.feature-box-6:hover .sppb-icon-container i {
	animation: utShake 2s linear 1
}

.feature-box-7 .sppb-icon-container {
	padding: 20px;
	color: var(--primary_color);
	border: 1px solid var(--border_color)
}

.feature-box-7 .sppb-icon-container i {
	width: 42px;
	height: 42px;
	font-size: 42px;
	line-height: 42px
}

.feature-box-7:hover:not(.active-style) .sppb-icon-container,
.feature-box-7.active-style:not(:hover) .sppb-icon-container {
	background: var(--primary_color);
	color: var(--primary_color_contrast)
}

.media-stacked-1 .ut-media-stacked-wrapper {
	position: relative
}

.media-stacked-1 .ut-media-stacked-wrapper::before {
	content: "";
	width: 50px;
	height: 2px;
	background: var(--text_color);
	opacity: .5;
	position: absolute;
	left: -50px;
	top: 50%;
	margin-top: -1px
}

@keyframes text-circle-rotate {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

.modal-1 .sppb-modal-selector {
	display: inline-flex;
	width: 200px;
	height: 200px;
	position: relative;
	cursor: pointer
}

.modal-1 .circle-text-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: text-circle-rotate 15s linear infinite
}

.modal-1 .circle-text-container span {
	font-size: 24px;
	font-weight: 500
}

.text-shadow {
	padding: 55px 0
}

.text-shadow .sppb-addon-title {
	padding: 35px 40px 0 0 !important;
	position: relative;
	transform: rotate(-20deg)
}

.text-shadow .sppb-addon-title span:first-child:not(.sp-inline-editable-element) {
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--border_color);
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

.text-shadow .sppb-addon-title span:nth-child(2) {
	background: url("../images/text_bg.jpg") no-repeat center/cover;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	color: rgba(0, 0, 0, 0)
}

@keyframes iconResize {
	0% {
		transform: scale(1)
	}

	12.5% {
		transform: scale(0.64)
	}

	25% {
		transform: scale(0.64)
	}

	37.5% {
		transform: scale(0.76)
	}

	50% {
		transform: scale(0.76)
	}

	62.5% {
		transform: scale(0.88)
	}

	75% {
		transform: scale(0.88)
	}

	87.5% {
		transform: scale(1)
	}

	100% {
		transform: scale(1)
	}
}

.animated-icon .sppb-icon-inner {
	background: radial-gradient(circle, rgba(var(--primary_color_rgb), 0.2) 0%, transparent 55%, transparent 100%)
}

.animated-icon .sppb-icon-inner>i {
	animation: iconResize 6s linear infinite
}

.sppb-addon-single-image.image-shine .sppb-addon-single-image-container {
	position: relative;
	overflow: hidden
}

.sppb-addon-single-image.image-shine .sppb-addon-single-image-container::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .35);
	display: block;
	transform: scaleY(0);
	transform-origin: 0% 0%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.sppb-addon-single-image.image-shine:hover .sppb-addon-single-image-container::after {
	transform: scaleY(1);
	transition: all 600ms ease-in-out;
	opacity: 0
}

.single-image-1 {
	display: inline-block;
	position: relative
}

.single-image-1::before,
.single-image-1::after {
	content: "";
	width: 300px;
	height: 300px;
	border: 1px solid var(--primary_color);
	border-radius: 50%;
	position: absolute;
	left: -70px;
	bottom: 0;
	z-index: -1
}

.single-image-1::after {
	width: 200px;
	height: 200px;
	left: -20px;
	bottom: 50px
}

.single-image-1 .sppb-addon-content {
	position: relative
}

.single-image-1 .sppb-addon-content::before {
	content: "";
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: var(--bg_color_dark);
	position: absolute;
	top: 0;
	left: 60%;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.single-image-1 .sppb-addon-content::before {
		transition: none
	}
}

.single-image-1 .sppb-addon-content::after {
	content: "";
	width: 70px;
	height: 90px;
	background: var(--primary_color);
	border-radius: 50%;
	position: absolute;
	top: 20px;
	left: 70%;
	transform: rotate(-25deg);
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.single-image-1 .sppb-addon-content::after {
		transition: none
	}
}

.single-image-1 .sppb-addon-single-image-container {
	display: inline-block;
	clip-path: polygon(19.0378% 1.4173%, 19.9822% 1.1122%, 21.8397% 0.6185%, 23.6571% 0.2738%, 25.4367% 0.0703%, 27.1808% 0%, 28.8915% 0.0552%, 30.5712% 0.2281%, 32.2221% 0.5107%, 34.6493% 1.1235%, 37.8056% 2.2518%, 40.8871% 3.6784%, 43.9118% 5.3406%, 48.3817% 8.139%, 54.3104% 12.1103%, 58.8122% 14.9949%, 61.8736% 16.7559%, 65.004% 18.3141%, 68.2213% 19.6068%, 69.8683% 20.1341%, 71.5727% 20.8414%, 74.8613% 22.3336%, 77.9834% 23.9298%, 80.9312% 25.63%, 83.6974% 27.4345%, 86.2742% 29.3434%, 88.6542% 31.3571%, 90.8298% 33.4756%, 92.7934% 35.6992%, 94.5374% 38.028%, 96.0544% 40.4623%, 97.3367% 43.0023%, 98.3767% 45.6481%, 99.1669% 48.4001%, 99.6998% 51.2582%, 99.9677% 54.2229%, 100% 55.7452%, 99.987% 56.7865%, 99.8836% 58.8333%, 99.6796% 60.8323%, 99.3779% 62.7833%, 98.9811% 64.6862%, 98.4923% 66.5409%, 97.9141% 68.3474%, 97.2494% 70.1053%, 96.5012% 71.8148%, 95.6721% 73.4756%, 94.2831% 75.8752%, 92.1748% 78.9034%, 89.7942% 81.7347%, 87.1639% 84.3684%, 84.3068% 86.8034%, 81.2453% 89.0388%, 78.0022% 91.0737%, 74.6001% 92.9071%, 71.0617% 94.5381%, 67.4096% 95.9658%, 63.6665% 97.1892%, 61.7679% 97.724%, 59.9484% 98.2204%, 56.3627% 99.0316%, 52.8484% 99.5995%, 49.4057% 99.9227%, 46.0352% 100%, 42.7372% 99.83%, 39.5121% 99.4114%, 36.3603% 98.7429%, 33.2822% 97.823%, 30.2781% 96.6506%, 27.3485% 95.2242%, 24.4938% 93.5425%, 21.7143% 91.6042%, 19.0105% 89.4079%, 16.3826% 86.9524%, 13.8312% 84.2363%, 12.5843% 82.7801%, 11.7397% 81.67%, 10.1372% 79.347%, 8.6503% 76.8964%, 7.2795% 74.3295%, 6.0253% 71.658%, 4.8882% 68.8933%, 3.8686% 66.0468%, 2.9671% 63.1302%, 2.184% 60.1548%, 1.5199% 57.1321%, 0.9752% 54.0736%, 0.5504% 50.9908%, 0.246% 47.8952%, 0.0623% 44.7982%, 0% 41.7114%, 0.0594% 38.6463%, 0.2411% 35.6142%, 0.5455% 32.6268%, 0.973% 29.6954%, 1.5242% 26.8316%, 2.1995% 24.0468%, 2.9994% 21.3525%, 3.9243% 18.7603%, 4.9748% 16.2816%, 6.1512% 13.9278%, 7.4541% 11.7105%, 8.8839% 9.6411%, 10.4412% 7.7312%, 12.1262% 5.9922%, 13.9397% 4.4356%, 15.8819% 3.0728%, 17.9534% 1.9154%, 19.0378% 1.4173%, 19.0378% 1.4173%);
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.single-image-1 .sppb-addon-single-image-container {
		transition: none
	}
}

.single-image-1:hover .sppb-addon-single-image-container {
	transform: scale(0.97)
}

.single-image-1:hover .sppb-addon-content::before {
	transform: translateY(10px) scale(1.1)
}

.single-image-1:hover .sppb-addon-content::after {
	width: 90px
}

.single-image-2 .sppb-addon-content {
	display: inline-block;
	position: relative;
	aspect-ratio: 1/1
}

.single-image-2 .sppb-addon-content::after {
	content: "";
	width: 80%;
	height: 80%;
	border: 2px solid var(--primary_color);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	clip-path: polygon(0% 0%, 45% 0%, 45% 100%, 0% 100%)
}

.single-image-2 .sppb-addon-single-image-container {
	position: relative
}

.single-image-2 .sppb-addon-single-image-container::before {
	content: "";
	border: 70px solid var(--bg_color);
	border-radius: 50%;
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%)
}

.single-image-2 .sppb-addon-single-image-container::after {
	content: "";
	background: var(--bg_color);
	width: 30px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-100%)
}

.single-image-2 img {
	border-radius: 50% !important
}

@media(max-width: 575.98px),
(min-width: 992px)and (max-width: 1199.98px) {
	.single-image-2 .circle-letter {
		font-size: 14px
	}
}

.single-image-3 .sppb-addon-content,
.single-image-4 .sppb-addon-content,
.single-image-5 .sppb-addon-content,
.single-image-6 .sppb-addon-content {
	position: relative;
	display: inline-block
}

.single-image-3 .sppb-addon-content::before,
.single-image-4 .sppb-addon-content::before,
.single-image-5 .sppb-addon-content::before,
.single-image-6 .sppb-addon-content::before {
	content: "";
	position: absolute;
	border: 1px solid var(--border_color);
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {

	.single-image-3 .sppb-addon-content::before,
	.single-image-4 .sppb-addon-content::before,
	.single-image-5 .sppb-addon-content::before,
	.single-image-6 .sppb-addon-content::before {
		transition: none
	}
}

.single-image-3:hover .sppb-addon-content::before,
.single-image-4:hover .sppb-addon-content::before,
.single-image-5:hover .sppb-addon-content::before,
.single-image-6:hover .sppb-addon-content::before {
	border-color: var(--primary_color)
}

.single-image-3 .sppb-addon-content,
.single-image-4 .sppb-addon-content {
	padding: 16px 0 0 16px
}

.single-image-3 .sppb-addon-content::before,
.single-image-4 .sppb-addon-content::before {
	width: 60px;
	height: 60px;
	top: 0;
	left: 0
}

.single-image-3:hover .sppb-addon-content::before,
.single-image-4:hover .sppb-addon-content::before {
	transform: rotate(45deg)
}

.single-image-4 .sppb-addon-single-image-container {
	display: block
}

.single-image-4 .sppb-addon-content {
	padding: 0 16px 16px 0
}

.single-image-4 .sppb-addon-content::before {
	top: auto;
	left: auto;
	right: 0;
	bottom: 0
}

.single-image-5 .sppb-addon-content {
	padding: 12px 0 0 12px
}

.single-image-5 .sppb-addon-content::before {
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border-radius: 0% 100% 100% 0%/50% 50% 50% 50%;
	top: 0;
	left: 0
}

.single-image-5 .sppb-addon-single-image-container {
	border-radius: 0% 100% 100% 0%/50% 50% 50% 50% !important
}

.single-image-6 .sppb-addon-content {
	padding: 12px 0 0 0
}

.single-image-6 .sppb-addon-content::before {
	width: 100%;
	height: calc(100% - 12px);
	border-radius: 75px;
	top: 0;
	left: 0
}

.single-image-6 .sppb-addon-single-image-container {
	border-radius: 75px !important
}

.sppb-addon-pricing-table.pricing-table-1 .sppb-pricing-box {
	transform: scale(1);
	padding: 30px;
	background: var(--bg_color)
}

.sppb-addon-pricing-table.pricing-table-1 .sppb-pricing-header {
	display: flex;
	flex-direction: column;
	font-weight: 500
}

.sppb-addon-pricing-table.pricing-table-1 .sppb-pricing-title {
	padding: 15px 20px;
	border: 1px solid var(--border_color);
	order: 2;
	text-transform: uppercase;
	text-align: center;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.sppb-addon-pricing-table.pricing-table-1 .sppb-pricing-title {
		transition: none
	}
}

.sppb-addon-pricing-table.pricing-table-1 .sppb-pricing-price-container {
	order: 1
}

.sppb-addon-pricing-table.pricing-table-1 .sppb-pricing-price {
	font-size: 50px;
	line-height: 1;
	color: var(--primary_color);
	font-family: var(--headings_font_family)
}

.sppb-addon-pricing-table.pricing-table-1 .sppb-pricing-price-symbol {
	color: var(--headings_color);
	font-size: 1rem;
	position: relative;
	top: 5px;
	margin-right: 5px
}

.sppb-addon-pricing-table.pricing-table-1 .sppb-pricing-duration {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--headings_color);
	margin-top: 10px
}

.sppb-addon-pricing-table.pricing-table-1 .sppb-pricing-features ul li {
	display: flex;
	align-items: center
}

.sppb-addon-pricing-table.pricing-table-1 .sppb-pricing-features ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	background: var(--primary_color);
	transform: rotate(-45deg);
	display: inline-flex;
	margin-right: 10px
}

.sppb-addon-pricing-table.pricing-table-1 .sppb-btn {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px
}

.sppb-addon-pricing-table.pricing-table-1:hover .sppb-pricing-title {
	background: var(--primary_color);
	color: var(--primary_color_contrast);
	border-color: var(--primary_color)
}

@media(min-width: 1200px) {
	.sppb-addon-pricing-table.pricing-table-1 .sppb-pricing-box {
		display: flex;
		position: relative;
		padding: 30px 65px 30px 30px
	}

	.sppb-addon-pricing-table.pricing-table-1 .sppb-pricing-header {
		padding-right: 15px
	}

	.sppb-addon-pricing-table.pricing-table-1 .sppb-pricing-features {
		padding-left: 15px
	}

	.sppb-addon-pricing-table.pricing-table-1 .sppb-pricing-footer {
		position: absolute;
		bottom: 0;
		right: 0
	}

	.sppb-addon-pricing-table.pricing-table-1 .sppb-pricing-footer .sppb-btn {
		writing-mode: vertical-lr;
		transform: rotate(-180deg);
		padding: 1.875rem .4375rem
	}
}

.ut-animated-number-1 .number-container {
	position: relative
}

.ut-animated-number-1 .sppb-animated-number {
	line-height: 1;
	font-size: 100px;
	color: var(--headings_color);
	font-weight: 500;
	font-family: var(--headings_font_family);
	opacity: .075
}

.ut-animated-number-1 .sppb-animated-number-title {
	line-height: 1;
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--headings_color);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.ut-animated-number-2 {
	display: inline-block
}

.ut-animated-number-2 .sppb-addon-content {
	padding: 3px;
	position: relative
}

.ut-animated-number-2 .icon-container {
	position: relative;
	padding: 45px;
	border: 1px solid var(--border_color);
	border-radius: 50% !important
}

.ut-animated-number-2 .icon-container.top {
	margin-bottom: 0
}

.ut-animated-number-2 .icon-container i {
	transition: all .4s ease-in-out;
	opacity: 0
}

@media(prefers-reduced-motion: reduce) {
	.ut-animated-number-2 .icon-container i {
		transition: none
	}
}

.ut-animated-number-2 .icon-container::before {
	content: "";
	border: 7px solid var(--primary_color);
	border-radius: 50%;
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	clip-path: polygon(0% 70%, 100% 70%, 100% 100%, 0% 100%);
	transition: all .4s ease-in-out;
	opacity: 0
}

@media(prefers-reduced-motion: reduce) {
	.ut-animated-number-2 .icon-container::before {
		transition: none
	}
}

.ut-animated-number-2 .number-container {
	font-size: 45px;
	font-family: var(--headings_font_family);
	font-weight: 700;
	color: var(--headings_color);
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.ut-animated-number-2:hover:not(.active-style) .icon-container i,
.ut-animated-number-2.active-style:not(:hover) .icon-container i {
	opacity: .15
}

.ut-animated-number-2:hover:not(.active-style) .icon-container::before,
.ut-animated-number-2.active-style:not(:hover) .icon-container::before {
	opacity: 1
}

.text-block-1 {
	padding: 60px 30px;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.text-block-1 {
		transition: none
	}
}

.text-block-1 .sppb-addon-title {
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: var(--body_font_family)
}

.text-block-1 .sppb-addon-content {
	font-size: 1.25rem;
	font-family: var(--headings_font_family);
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.text-block-1 .sppb-addon-content {
		transition: none
	}
}

@media(min-width: 992px)and (max-width: 1199.98px) {
	.text-block-1 .sppb-addon-content {
		font-size: 1.125em
	}
}

.text-block-1:hover:not(.active-style),
.text-block-1.active-style:not(:hover) {
	background: var(--primary_color)
}

.text-block-1:hover:not(.active-style) .sppb-addon-title,
.text-block-1:hover:not(.active-style) .sppb-addon-content,
.text-block-1.active-style:not(:hover) .sppb-addon-title,
.text-block-1.active-style:not(:hover) .sppb-addon-content {
	color: var(--primary_color_contrast)
}

.sppb-addon-form-builder .sppb-addon-form-builder-form {
	margin-left: -15px !important;
	margin-right: -15px !important
}

.sppb-addon-accordion {
	counter-reset: faq
}

.sppb-addon-accordion .sppb-panel.sppb-panel-default>.sppb-panel-heading {
	color: var(--headings_color)
}

.sppb-addon-accordion .sppb-panel.sppb-panel-default>.sppb-panel-heading .sppb-toggle-direction {
	color: var(--headings_color)
}

.sppb-addon-accordion .sppb-panel.sppb-panel-primary {
	border-color: rgba(var(--primary_color_rgb), .3)
}

.sppb-addon-accordion .sppb-panel.sppb-panel-primary>.sppb-panel-heading {
	color: var(--primary_color);
	background: rgba(var(--primary_color_rgb), .1)
}

.sppb-addon-accordion .sppb-panel.sppb-panel-primary .sppb-panel-body {
	border-top-color: rgba(var(--primary_color_rgb), .3)
}

.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading {
	font-size: 1.375rem;
	border-bottom: none;
	padding: 17px 15px 17px 60px;
	position: relative;
	line-height: 1.2;
	color: var(--headings_color)
}

.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading::before {
	counter-increment: faq;
	content: counter(faq, decimal-leading-zero);
	width: 50px;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--border_color);
	color: var(--primary_color);
	font-size: 1.125rem;
	font-weight: 500;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading::before {
		transition: none
	}
}

.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading::after {
	content: "";
	width: calc(100% - 60px);
	height: 1px;
	background: var(--border_color);
	position: absolute;
	bottom: 0;
	right: 0
}

.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading.active::before {
	background: var(--primary_color);
	color: var(--primary_color_contrast);
	border-color: var(--primary_color)
}

.sppb-addon-accordion .sppb-panel-faq .sppb-panel-heading.active::after {
	background: rgba(0, 0, 0, 0)
}

.sppb-addon-accordion .sppb-panel-faq .sppb-panel-collapse {
	padding-left: 60px
}

.sppb-addon-accordion .sppb-panel-faq .sppb-panel-title {
	font-size: inherit
}

.sppb-addon-accordion .sppb-panel-faq .sppb-toggle-direction {
	color: inherit
}

.sppb-addon-accordion .sppb-panel-faq .sppb-panel-body {
	border-bottom-color: var(--border_color);
	padding: 0 15px 15px 0
}

.sppb-addon-accordion .sppb-panel-faq+.sppb-panel-faq {
	margin-top: 20px
}

body .sppb-addon-optin-forms {
	padding: 0
}

body .sppb-addon-optin-forms .sppb-optin-form-box .sppb-optin-form-info-wrap .sppb-optin-form-details-wrap:not(:empty) {
	padding: 0
}

body .sppb-addon-optin-forms .sppb-optin-form-box .sppb-optin-form-info-wrap .sppb-optin-form-details-wrap .sppb-optin-form-details {
	margin-bottom: 20px
}

.sppb-progress {
	border-radius: 0px
}

.sppb-progress-bar {
	background: var(--primary_color)
}

div.sppb-progress-bar.sppb-progress-bar-success {
	background-color: #198754
}

div.sppb-progress-bar.sppb-progress-bar-info {
	background-color: #17a2b8
}

div.sppb-progress-bar.sppb-progress-bar-warning {
	background-color: #ffc107
}

div.sppb-progress-bar.sppb-progress-bar-danger {
	background-color: #dc3545
}

.sppb-progress-label {
	color: var(--headings_color);
	font-family: var(--headings_font_family)
}

.ut-person-1 {
	padding-top: 150px
}

.ut-person-1 .sppb-addon-content {
	border: 1px solid var(--border_color);
	padding: 0 20px 25px 20px;
	display: inline-block
}

@media(max-width: 767.98px) {
	.ut-person-1 .sppb-addon-content {
		padding: 0 15px 20px 15px
	}
}

.ut-person-1 .person-image {
	text-align: center;
	margin-top: -150px
}

.ut-person-1 .sppb-img-responsive {
	display: inline-block;
	border-radius: 255px 255px 0 0
}

.ut-person-1 .person-information {
	margin-top: 0;
	line-height: 1.2;
	display: flex;
	flex-direction: column
}

.ut-person-1 .person-name {
	color: var(--headings_color);
	font-size: 1.5rem;
	font-weight: 500;
	font-family: var(--headings_font_family)
}

.ut-person-1 .person-designation {
	font-size: 1rem;
	text-transform: uppercase;
	color: var(--primary_color);
	order: -1;
	margin-bottom: 10px;
	font-weight: 500
}

.ut-person-1 .person-social {
	margin: 0;
	display: flex;
	flex-direction: column;
	border-radius: 25px 25px 0 0;
	background: var(--primary_color);
	width: max-content;
	overflow: hidden;
	position: relative;
	z-index: -1
}

.ut-person-1 .person-social>li {
	margin: 0
}

.ut-person-1 .person-social>li>a {
	width: 50px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--primary_color);
	color: var(--primary_color_contrast)
}

.ut-person-1 .person-social>li>a:hover,
.ut-person-1 .person-social>li>a:focus {
	background: rgba(255, 255, 255, .1)
}

.ut-person-1 .person-after {
	position: relative;
	padding-top: 30px
}

.ut-person-1 .person-social-icons {
	margin-top: 0;
	position: absolute;
	top: 0;
	right: 35px;
	transform: translateY(-100%)
}

.ut-person-1 .person-social-icons::after {
	content: "";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	width: 50px;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: var(--primary_color);
	color: var(--primary_color_contrast);
	border-radius: 25px 25px 0 0
}

.ut-person-1 .person-social {
	padding-bottom: 50px;
	margin-bottom: -50px;
	opacity: 0;
	transition: all .4s ease-in-out;
	transform: scaleY(0);
	transform-origin: 0 100%
}

@media(prefers-reduced-motion: reduce) {
	.ut-person-1 .person-social {
		transition: none
	}
}

.ut-person-1:hover .person-social,
.ut-person-1.active-style .person-social {
	opacity: 1;
	transform: scaleY(1)
}

.ut-person-2 .person-image {
	padding: 20px 0 0 20px;
	position: relative
}

.ut-person-2 .person-image::before {
	content: "";
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	border: 1px solid var(--border_color);
	position: absolute;
	top: 0;
	left: 0
}

.ut-person-2 .person-image img {
	position: relative
}

.ut-person-2 .person-information {
	position: relative;
	padding-bottom: 15px
}

.ut-person-2 .person-information::before,
.ut-person-2 .person-information::after {
	content: "";
	width: 150px;
	height: 2px;
	background: var(--border_color);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

.ut-person-2 .person-information::after {
	width: 25px;
	background: var(--primary_color);
	z-index: 1
}

.ut-person-2 .person-name {
	font-size: 1.5rem;
	font-weight: 500;
	font-family: var(--headings_font_family);
	color: var(--headings_color);
	line-height: 1;
	margin-bottom: 5px
}

.ut-person-2 .person-designation {
	font-size: 1rem;
	text-transform: uppercase
}

.ut-person-2 .person-overlay {
	padding: 20px 0 0 20px
}

.ut-person-2 .person-overlay-inner {
	padding: 20px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(var(--bg_color_rgb), 0.95);
	opacity: 0;
	transform: translateY(50%);
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.ut-person-2 .person-overlay-inner {
		transition: none
	}
}

.ut-person-2 .person-overlay-inner>div:first-child {
	margin-top: 0
}

.ut-person-2:hover:not(.active-style) .person-overlay-inner,
.ut-person-2.active-style:not(:hover) .person-overlay-inner {
	opacity: 1;
	transform: none
}

.ut-person-3 .person-overlay {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start
}

.ut-person-3 .person-overlay-inner {
	padding: 20px;
	background: var(--bg_color);
	display: inline-flex;
	flex-direction: column;
	min-width: 75%;
	z-index: 1
}

.ut-person-3 .person-overlay-inner>div:first-child {
	margin-top: 0
}

.ut-person-3 .person-name {
	color: var(--headings_color);
	font-family: var(--headings_font_family);
	line-height: 1.2;
	font-size: 1.5rem;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.ut-person-3 .person-name {
		transition: none
	}
}

.ut-person-3 .person-designation {
	font-size: 1rem;
	text-transform: uppercase
}

.ut-person-3 .person-image {
	padding-right: 50px;
	display: inline-block
}

.ut-person-3 .person-image::after {
	content: "";
	width: calc(100% - 50px);
	height: 100%;
	background: rgba(255, 255, 255, .35);
	display: block;
	transform: scaleY(0);
	transform-origin: 0% 0%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.ut-person-3 img {
	width: 100%
}

.ut-person-3 .person-social-icons {
	margin-top: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	background: var(--primary_color);
	padding: 13px
}

.ut-person-3 .person-social-icons .person-social {
	margin: 0;
	display: flex;
	flex-direction: column
}

.ut-person-3 .person-social-icons .person-social>li {
	margin: 0
}

.ut-person-3 .person-social-icons .person-social>li>a {
	width: 54px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--primary_color_contrast);
	border-radius: 50%
}

.ut-person-3 .person-social-icons .person-social>li>a:hover,
.ut-person-3 .person-social-icons .person-social>li>a:focus {
	background: var(--primary_color_70)
}

.ut-person-3 .person-social-icons::after {
	content: "";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	width: 54px;
	height: 54px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: var(--primary_color_70);
	color: var(--primary_color_contrast);
	border-radius: 50%
}

.ut-person-3:hover .person-name {
	color: var(--primary_color)
}

.ut-person-3:hover .person-image::after {
	transform: scaleY(1);
	transition: all 600ms ease-in-out;
	opacity: 0
}

.navigation-1 ul>li a {
	background-color: var(--bg_color);
	color: var(--headings_color);
	border: 1px solid var(--border_color);
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	padding: .4375rem 1.875rem;
	position: relative;
	z-index: 1
}

.navigation-1 ul>li.sppb-active a,
.navigation-1 ul>li a:hover {
	background: var(--primary_color);
	color: var(--primary_color_contrast);
	border-color: var(--primary_color)
}

.navigation-1 ul>li+li a {
	margin-top: 15px
}

.navigation-2 ul {
	position: relative;
	display: inline-block
}

.navigation-2 ul>li {
	margin-right: 20px
}

.navigation-2 ul::after {
	content: "";
	width: 50px;
	height: 2px;
	background: var(--text_color);
	opacity: .5;
	position: absolute;
	right: -50px;
	top: 50%;
	margin-top: -1px
}

.ut-testimonial-1 .ut-testimonial-item {
	border: 2px solid var(--border_color) !important;
	padding: 30px 30px 50px 30px;
	position: relative
}

.ut-testimonial-1 .ut-testimonial-item::before {
	content: "";
	font-family: "flaticon";
	font-size: 48px;
	color: var(--primary_color);
	line-height: 1;
	position: absolute;
	top: 30px;
	right: 30px
}

.ut-testimonial-1 .sppb-img-responsive {
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)
}

.ut-testimonial-1 .client-name {
	font-size: 1.5rem;
	color: var(--headings_color);
	font-family: var(--headings_font_family);
	font-weight: 500;
	line-height: 1.2
}

.ut-testimonial-1 .client-position {
	color: var(--primary_color);
	text-transform: uppercase;
	letter-spacing: 1px
}

.ut-testimonial-1 .ut-testimonial-message {
	font-size: 1.125rem
}

.ut-testimonial-1 .ut-testimonial-rating {
	padding: 10px 20px;
	background: var(--primary_color);
	color: var(--primary_color_contrast);
	position: absolute;
	left: 30px;
	bottom: 0;
	line-height: 1;
	font-size: .75rem
}

@media(max-width: 575.98px) {
	.ut-testimonial-1 .ut-testimonial-item::before {
		top: auto;
		bottom: 10px;
		right: 10px;
		transform: scaleX(-100%)
	}
}

.ut-testimonial-2 {
	position: relative;
	padding: 0 30px
}

.ut-testimonial-2 .ut-testimonial-item {
	border: 2px solid var(--border_color) !important;
	padding: 100px 30px 30px 30px;
	position: relative
}

.ut-testimonial-2 .ut-testimonial-item::before {
	content: "";
	font-family: "flaticon";
	font-size: 48px;
	color: var(--primary_color);
	line-height: 1;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -24px
}

.ut-testimonial-2 .client-name {
	font-size: 1.5rem;
	color: var(--headings_color);
	font-family: var(--headings_font_family);
	font-weight: 500;
	line-height: 1.2
}

.ut-testimonial-2 .client-position {
	color: var(--primary_color);
	text-transform: uppercase;
	letter-spacing: 1px
}

.ut-testimonial-2 .message {
	font-size: 1.125rem
}

.ut-testimonial-2 .ut-testimonial-message>.ut-testimonial-client,
.ut-testimonial-2 .ut-testimonial-message+.author-avatar {
	padding-top: 24px;
	position: relative
}

.ut-testimonial-2 .ut-testimonial-message>.ut-testimonial-client::before,
.ut-testimonial-2 .ut-testimonial-message>.ut-testimonial-client::after,
.ut-testimonial-2 .ut-testimonial-message+.author-avatar::before,
.ut-testimonial-2 .ut-testimonial-message+.author-avatar::after {
	content: "";
	width: 80%;
	height: 1px;
	background: var(--border_color);
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%)
}

.ut-testimonial-2 .ut-testimonial-message>.ut-testimonial-client::after,
.ut-testimonial-2 .ut-testimonial-message+.author-avatar::after {
	width: 60%;
	top: 5px
}

.ut-testimonial-2 .swiper-navigation {
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 2
}

.ut-testimonial-2 .swiper-navigation>div {
	width: 60px;
	height: 60px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	border-radius: 50%
}

.sppb-addon-alert .sppb-alert-success {
	background: rgba(25, 135, 84, .1);
	color: #198754
}

.sppb-addon-alert .sppb-alert-info {
	background: rgba(23, 162, 184, .1);
	color: #17a2b8
}

.sppb-addon-alert .sppb-alert-warning {
	background: rgba(255, 193, 7, .1);
	color: #ffc107
}

.sppb-addon-alert .sppb-alert-danger {
	background: rgba(220, 53, 69, .1);
	color: #dc3545
}

.swiper .swiper-slide {
	user-select: none;
	-webkit-user-select: none
}

.swiper-pagination {
	position: relative;
	line-height: 1;
	margin: 20px -7px -4px
}

.swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 30px;
	height: 30px;
	margin: 4px 7px;
	background: rgba(0, 0, 0, 0);
	opacity: 1;
	border: 2px solid rgba(0, 0, 0, 0);
	border-radius: 15px
}

.swiper-pagination .swiper-pagination-bullet::before {
	content: "";
	width: 12px;
	height: 12px;
	border: 2px solid var(--text_color);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.swiper-pagination .swiper-pagination-bullet-active {
	border-color: var(--primary_color)
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0
}

.swiper-navigation {
	text-align: center;
	margin: 20px -7px 0
}

.swiper-navigation>div {
	display: inline-block;
	margin: 0 7px;
	cursor: pointer;
	line-height: 1;
	padding: 10px 16px;
	user-select: none;
	background: var(--bg_color);
	color: var(--headings_color);
	border: 2px solid var(--border_color);
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.swiper-navigation>div {
		transition: none
	}
}

.swiper-navigation>div.swiper-button-disabled {
	opacity: .5;
	pointer-events: none
}

.swiper-navigation>div:hover {
	background: var(--primary_color);
	color: var(--primary_color_contrast);
	border-color: var(--primary_color)
}

.swiper-navigation>div::before {
	transform: rotate(-45deg)
}

div[id^=outsidenavigation-]>div {
	width: 70px;
	height: 75px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--border_color);
	color: var(--headings_color);
	font-size: 22px;
	cursor: pointer;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	div[id^=outsidenavigation-]>div {
		transition: none
	}
}

div[id^=outsidenavigation-]>div::before {
	transform: rotate(-45deg)
}

div[id^=outsidenavigation-]>div:last-child {
	margin-left: 15px
}

div[id^=outsidenavigation-]>div:hover {
	background: var(--primary_color);
	color: var(--primary_color_contrast);
	border-color: var(--primary_color)
}

.sppb-carousel-extended .sppb-carousel-extended-nav-control .nav-control {
	color: var(--primary_color);
	border-color: var(--primary_color)
}

.sppb-carousel-extended .sppb-carousel-extended-dots li.active span {
	background: var(--primary_color)
}

.sppb-carousel-extended .sppb-carousel-extended-dots li span {
	background: var(--primary_color)
}

body .sppb-btn {
	line-height: 2;
	font-size: var(--bs-btn-font-size);
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	border-radius: var(--bs-btn-border-radius);
	font-weight: 400;
	box-shadow: none !important;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	body .sppb-btn {
		transition: none
	}
}

body .sppb-btn {
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-padding-x: 1.5rem;
	--bs-btn-font-size: 1rem;
	--bs-btn-border-radius: 0.25rem
}

body .sppb-btn-sm {
	--bs-btn-padding-y: 0.3125rem;
	--bs-btn-padding-x: 1.125rem;
	--bs-btn-font-size: 0.9375rem;
	--bs-btn-border-radius: 0.2rem
}

body .sppb-btn-lg {
	--bs-btn-padding-y: 0.4375rem;
	--bs-btn-padding-x: 1.875rem;
	--bs-btn-font-size: 1.0625rem;
	--bs-btn-border-radius: 0.375rem
}

body .sppb-btn-xs {
	--bs-btn-padding-y: 0.25rem;
	--bs-btn-padding-x: 1rem;
	--bs-btn-font-size: 0.875rem;
	--bs-btn-border-radius: 0.2rem
}

body .sppb-btn-xlg {
	--bs-btn-padding-y: 0.5rem;
	--bs-btn-padding-x: 2.25rem;
	--bs-btn-font-size: 1.125rem;
	--bs-btn-border-radius: 0.375rem
}

body .sppb-btn-link:hover {
	text-decoration: none
}

body .sppb-btn.btn-circle {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1;
	font-weight: 500;
	background: rgba(0, 0, 0, 0) !important;
	border: none !important;
	padding: 0 110px 0 0 !important;
	min-height: 100px;
	text-transform: uppercase;
	letter-spacing: 1px
}

body .sppb-btn.btn-circle:not(.sppb-btn-custom) {
	color: var(--link_color) !important
}

body .sppb-btn.btn-circle i {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border: 1px solid var(--border_color);
	border-radius: 50%;
	transition: all .4s ease-in-out;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -50px !important
}

@media(prefers-reduced-motion: reduce) {
	body .sppb-btn.btn-circle i {
		transition: none
	}
}

body .sppb-btn.btn-circle i.fa-arrow-right::before {
	transform: rotate(-45deg);
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	body .sppb-btn.btn-circle i.fa-arrow-right::before {
		transition: none
	}
}

body .sppb-btn.btn-circle::after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: currentColor;
	margin-top: 2px
}

body .sppb-btn.btn-circle:hover:not(.sppb-btn-custom) {
	color: var(--link_hover_color) !important
}

body .sppb-btn.btn-circle:hover i {
	transform: translateX(-25px)
}

body .sppb-btn.btn-circle:hover i.fa-arrow-right::before {
	transform: rotate(0deg)
}

body .sppb-btn-success {
	border-color: #198754;
	background-color: #198754;
	color: #fff
}

body .sppb-btn-success:hover,
body .sppb-btn-success.focus,
body .sppb-btn-success:focus {
	border-color: #146c43;
	background-color: #157347;
	color: #fff
}

body .sppb-btn-success.active,
body .sppb-btn-success:active {
	border-color: #13653f;
	background-color: #146c43;
	color: #fff
}

body .sppb-btn-success.disabled,
body .sppb-btn-success:disabled {
	border-color: #198754;
	background-color: #198754;
	color: #fff
}

body .sppb-btn-success.sppb-btn-outline {
	border-color: #198754;
	background-color: rgba(0, 0, 0, 0);
	color: #198754
}

body .sppb-btn-success.sppb-btn-outline:hover {
	border-color: #198754;
	background-color: #198754;
	color: #fff
}

body .sppb-btn-success.sppb-btn-outline.focus,
body .sppb-btn-success.sppb-btn-outline:focus {
	border-color: #198754;
	background-color: rgba(0, 0, 0, 0);
	color: #198754
}

body .sppb-btn-success.sppb-btn-outline.active,
body .sppb-btn-success.sppb-btn-outline:active {
	border-color: #198754;
	background-color: #198754;
	color: #fff
}

body .sppb-btn-success.sppb-btn-outline.disabled,
body .sppb-btn-success.sppb-btn-outline:disabled {
	border-color: #198754;
	background-color: rgba(0, 0, 0, 0);
	color: #198754
}

body .sppb-btn-success.sppb-btn-gradient {
	background-image: linear-gradient(#21b26f, #115c39)
}

body .sppb-btn-success.sppb-btn-gradient:hover {
	background-image: linear-gradient(#198754, #198754)
}

body .sppb-btn-info {
	border-color: #17a2b8;
	background-color: #17a2b8;
	color: #fff
}

body .sppb-btn-info:hover,
body .sppb-btn-info.focus,
body .sppb-btn-info:focus {
	border-color: #128293;
	background-color: #148a9c;
	color: #fff
}

body .sppb-btn-info.active,
body .sppb-btn-info:active {
	border-color: #117a8a;
	background-color: #128293;
	color: #fff
}

body .sppb-btn-info.disabled,
body .sppb-btn-info:disabled {
	border-color: #17a2b8;
	background-color: #17a2b8;
	color: #fff
}

body .sppb-btn-info.sppb-btn-outline {
	border-color: #17a2b8;
	background-color: rgba(0, 0, 0, 0);
	color: #17a2b8
}

body .sppb-btn-info.sppb-btn-outline:hover {
	border-color: #17a2b8;
	background-color: #17a2b8;
	color: #fff
}

body .sppb-btn-info.sppb-btn-outline.focus,
body .sppb-btn-info.sppb-btn-outline:focus {
	border-color: #17a2b8;
	background-color: rgba(0, 0, 0, 0);
	color: #17a2b8
}

body .sppb-btn-info.sppb-btn-outline.active,
body .sppb-btn-info.sppb-btn-outline:active {
	border-color: #17a2b8;
	background-color: #17a2b8;
	color: #fff
}

body .sppb-btn-info.sppb-btn-outline.disabled,
body .sppb-btn-info.sppb-btn-outline:disabled {
	border-color: #17a2b8;
	background-color: rgba(0, 0, 0, 0);
	color: #17a2b8
}

body .sppb-btn-info.sppb-btn-gradient {
	background-image: linear-gradient(#1fc8e3, #117a8b)
}

body .sppb-btn-info.sppb-btn-gradient:hover {
	background-image: linear-gradient(#17a2b8, #17a2b8)
}

body .sppb-btn-warning {
	border-color: #ffc107;
	background-color: #ffc107;
	color: #000
}

body .sppb-btn-warning:hover,
body .sppb-btn-warning.focus,
body .sppb-btn-warning:focus {
	border-color: #ffc720;
	background-color: #ffca2c;
	color: #000
}

body .sppb-btn-warning.active,
body .sppb-btn-warning:active {
	border-color: #ffc720;
	background-color: #ffcd39;
	color: #000
}

body .sppb-btn-warning.disabled,
body .sppb-btn-warning:disabled {
	border-color: #ffc107;
	background-color: #ffc107;
	color: #000
}

body .sppb-btn-warning.sppb-btn-outline {
	border-color: #ffc107;
	background-color: rgba(0, 0, 0, 0);
	color: #ffc107
}

body .sppb-btn-warning.sppb-btn-outline:hover {
	border-color: #ffc107;
	background-color: #ffc107;
	color: #000
}

body .sppb-btn-warning.sppb-btn-outline.focus,
body .sppb-btn-warning.sppb-btn-outline:focus {
	border-color: #ffc107;
	background-color: rgba(0, 0, 0, 0);
	color: #ffc107
}

body .sppb-btn-warning.sppb-btn-outline.active,
body .sppb-btn-warning.sppb-btn-outline:active {
	border-color: #ffc107;
	background-color: #ffc107;
	color: #000
}

body .sppb-btn-warning.sppb-btn-outline.disabled,
body .sppb-btn-warning.sppb-btn-outline:disabled {
	border-color: #ffc107;
	background-color: rgba(0, 0, 0, 0);
	color: #ffc107
}

body .sppb-btn-warning.sppb-btn-gradient {
	background-image: linear-gradient(#ffce3a, #d39e00)
}

body .sppb-btn-warning.sppb-btn-gradient:hover {
	background-image: linear-gradient(#ffc107, #ffc107)
}

body .sppb-btn-danger {
	border-color: #dc3545;
	background-color: #dc3545;
	color: #fff
}

body .sppb-btn-danger:hover,
body .sppb-btn-danger.focus,
body .sppb-btn-danger:focus {
	border-color: #b02a37;
	background-color: #bb2d3b;
	color: #fff
}

body .sppb-btn-danger.active,
body .sppb-btn-danger:active {
	border-color: #a52834;
	background-color: #b02a37;
	color: #fff
}

body .sppb-btn-danger.disabled,
body .sppb-btn-danger:disabled {
	border-color: #dc3545;
	background-color: #dc3545;
	color: #fff
}

body .sppb-btn-danger.sppb-btn-outline {
	border-color: #dc3545;
	background-color: rgba(0, 0, 0, 0);
	color: #dc3545
}

body .sppb-btn-danger.sppb-btn-outline:hover {
	border-color: #dc3545;
	background-color: #dc3545;
	color: #fff
}

body .sppb-btn-danger.sppb-btn-outline.focus,
body .sppb-btn-danger.sppb-btn-outline:focus {
	border-color: #dc3545;
	background-color: rgba(0, 0, 0, 0);
	color: #dc3545
}

body .sppb-btn-danger.sppb-btn-outline.active,
body .sppb-btn-danger.sppb-btn-outline:active {
	border-color: #dc3545;
	background-color: #dc3545;
	color: #fff
}

body .sppb-btn-danger.sppb-btn-outline.disabled,
body .sppb-btn-danger.sppb-btn-outline:disabled {
	border-color: #dc3545;
	background-color: rgba(0, 0, 0, 0);
	color: #dc3545
}

body .sppb-btn-danger.sppb-btn-gradient {
	background-image: linear-gradient(#e4606d, #bd2130)
}

body .sppb-btn-danger.sppb-btn-gradient:hover {
	background-image: linear-gradient(#dc3545, #dc3545)
}

body .sppb-btn-light {
	border-color: #f4f4f4;
	background-color: #f4f4f4;
	color: #000
}

body .sppb-btn-light:hover,
body .sppb-btn-light.focus,
body .sppb-btn-light:focus {
	border-color: #f5f5f5;
	background-color: #f6f6f6;
	color: #000
}

body .sppb-btn-light.active,
body .sppb-btn-light:active {
	border-color: #f5f5f5;
	background-color: #f6f6f6;
	color: #000
}

body .sppb-btn-light.disabled,
body .sppb-btn-light:disabled {
	border-color: #f4f4f4;
	background-color: #f4f4f4;
	color: #000
}

body .sppb-btn-light.sppb-btn-outline {
	border-color: #f4f4f4;
	background-color: rgba(0, 0, 0, 0);
	color: #f4f4f4
}

body .sppb-btn-light.sppb-btn-outline:hover {
	border-color: #f4f4f4;
	background-color: #f4f4f4;
	color: #000
}

body .sppb-btn-light.sppb-btn-outline.focus,
body .sppb-btn-light.sppb-btn-outline:focus {
	border-color: #f4f4f4;
	background-color: rgba(0, 0, 0, 0);
	color: #f4f4f4
}

body .sppb-btn-light.sppb-btn-outline.active,
body .sppb-btn-light.sppb-btn-outline:active {
	border-color: #f4f4f4;
	background-color: #f4f4f4;
	color: #000
}

body .sppb-btn-light.sppb-btn-outline.disabled,
body .sppb-btn-light.sppb-btn-outline:disabled {
	border-color: #f4f4f4;
	background-color: rgba(0, 0, 0, 0);
	color: #f4f4f4
}

body .sppb-btn-light.sppb-btn-gradient {
	background-image: linear-gradient(white, #dbdbdb)
}

body .sppb-btn-light.sppb-btn-gradient:hover {
	background-image: linear-gradient(#f4f4f4, #f4f4f4)
}

body .sppb-btn-dark {
	border-color: #212529;
	background-color: #212529;
	color: #fff
}

body .sppb-btn-dark:hover,
body .sppb-btn-dark.focus,
body .sppb-btn-dark:focus {
	border-color: #1a1e21;
	background-color: #1c1f23;
	color: #fff
}

body .sppb-btn-dark.active,
body .sppb-btn-dark:active {
	border-color: #191c1f;
	background-color: #1a1e21;
	color: #fff
}

body .sppb-btn-dark.disabled,
body .sppb-btn-dark:disabled {
	border-color: #212529;
	background-color: #212529;
	color: #fff
}

body .sppb-btn-dark.sppb-btn-outline {
	border-color: #212529;
	background-color: rgba(0, 0, 0, 0);
	color: #212529
}

body .sppb-btn-dark.sppb-btn-outline:hover {
	border-color: #212529;
	background-color: #212529;
	color: #fff
}

body .sppb-btn-dark.sppb-btn-outline.focus,
body .sppb-btn-dark.sppb-btn-outline:focus {
	border-color: #212529;
	background-color: rgba(0, 0, 0, 0);
	color: #212529
}

body .sppb-btn-dark.sppb-btn-outline.active,
body .sppb-btn-dark.sppb-btn-outline:active {
	border-color: #212529;
	background-color: #212529;
	color: #fff
}

body .sppb-btn-dark.sppb-btn-outline.disabled,
body .sppb-btn-dark.sppb-btn-outline:disabled {
	border-color: #212529;
	background-color: rgba(0, 0, 0, 0);
	color: #212529
}

body .sppb-btn-dark.sppb-btn-gradient {
	background-image: linear-gradient(#383f45, #0a0c0d)
}

body .sppb-btn-dark.sppb-btn-gradient:hover {
	background-image: linear-gradient(#212529, #212529)
}

body .sppb-btn-square {
	border-radius: 0 !important
}

body .sppb-btn-rounded {
	border-radius: .25rem !important
}

body .sppb-btn-round {
	border-radius: 6.25rem !important
}

.ublog .articles-leading {
	margin-top: -40px
}

.ublog .articles-leading>.article {
	margin-top: 40px
}

.ublog .articles-leading+.article-list {
	margin-top: 40px
}

.ublog .article-list>.row {
	--bs-gutter-y: 40px
}

.ublog .article-list .article {
	margin-bottom: 0
}

.ublog .article-info {
	font-size: .9375rem
}

.ublog.blog-classic .article-info {
	margin-bottom: .625rem
}

.ublog .readmore a:not(.btn) {
	display: flex;
	align-items: center;
	justify-content: center
}

.ublog .readmore a:not(.btn) span {
	width: 65px;
	height: 65px;
	border: 1px solid var(--border_color);
	margin-left: 10px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.ublog .readmore a:not(.btn) span {
		transition: none
	}
}

.ublog .readmore a:not(.btn) span::before {
	transition: all .4s ease-in-out;
	transform: rotate(-45deg)
}

@media(prefers-reduced-motion: reduce) {
	.ublog .readmore a:not(.btn) span::before {
		transition: none
	}
}

.ublog .article:hover .readmore a:not(.btn) {
	color: var(--link_hover_color)
}

.ublog .article:hover .readmore a:not(.btn) span {
	transform: translateX(-25px)
}

.ublog .article:hover .readmore a:not(.btn) span::before {
	transform: rotate(0deg)
}

.ublog.blog-modern .article-intro-image,
.ublog.blog-modern .article-featured-video,
.ublog.blog-modern .article-featured-audio,
.ublog.blog-modern .article-feature-gallery,
.ublog.blog-modern .article-full-image {
	margin: 0 15px 0 !important
}

.ublog.blog-modern .article-intro-image img,
.ublog.blog-modern .article-feature-gallery img,
.ublog.blog-modern .article-full-image img {
	transform-origin: 100% 100%;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {

	.ublog.blog-modern .article-intro-image img,
	.ublog.blog-modern .article-feature-gallery img,
	.ublog.blog-modern .article-full-image img {
		transition: none
	}
}

.ublog.blog-modern .article {
	text-align: center
}

.ublog.blog-modern .article:hover .article-intro-image img,
.ublog.blog-modern .article:hover .article-feature-gallery img,
.ublog.blog-modern .article:hover .article-full-image img {
	transform: scale(1.03)
}

.ublog.blog-modern .article .featured-article-badge {
	left: 20px
}

.ublog.blog-modern .has-image .article-content {
	padding-top: 120px;
	margin-top: -80px !important
}

.ublog.blog-modern .has-image .article-info {
	margin-bottom: 0
}

.ublog.blog-modern .has-image .published {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translate(-50%, -50%)
}

.ublog.blog-modern .article-content {
	padding: 30px;
	position: relative
}

.ublog.blog-modern .article-content::before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--bg_color);
	border: 1px solid var(--border_color);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.ublog.blog-modern .article-header {
	position: initial
}

.ublog.blog-modern .article-info {
	justify-content: center
}

.ublog.blog-modern .article-info .createdby,
.ublog.blog-modern .article-info .category-name {
	display: none
}

.ublog.blog-modern .published {
	background: var(--primary_color);
	color: var(--primary_color_contrast);
	padding: 8px 20px;
	margin-left: 0
}

.ublog.blog-modern .published .fa-calendar {
	display: none
}

.ublog.blog-creative .article-intro-image a,
.ublog.blog-creative .article-featured-video a,
.ublog.blog-creative .article-featured-audio a,
.ublog.blog-creative .article-feature-gallery a,
.ublog.blog-creative .article-full-image a {
	display: block;
	overflow: hidden
}

.ublog.blog-creative .article-intro-image img,
.ublog.blog-creative .article-featured-video img,
.ublog.blog-creative .article-featured-audio img,
.ublog.blog-creative .article-feature-gallery img,
.ublog.blog-creative .article-full-image img {
	transform-origin: 50% 0%;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {

	.ublog.blog-creative .article-intro-image img,
	.ublog.blog-creative .article-featured-video img,
	.ublog.blog-creative .article-featured-audio img,
	.ublog.blog-creative .article-feature-gallery img,
	.ublog.blog-creative .article-full-image img {
		transition: none
	}
}

.ublog.blog-creative .article:hover .article-intro-image img,
.ublog.blog-creative .article:hover .article-feature-gallery img,
.ublog.blog-creative .article:hover .article-full-image img {
	transform: scale(1.07)
}

.ublog.blog-creative .article:hover .article-title,
.ublog.blog-creative .article:hover .article-header h2 a {
	color: var(--link_hover_color)
}

.ublog.blog-creative .article-body {
	position: relative;
	z-index: 2
}

.ublog.blog-creative .article-info {
	position: relative;
	padding-top: 45px
}

.ublog.blog-creative .article-info .category-name {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0
}

.ublog.blog-creative .article-info .category-name i {
	display: none
}

.ublog.blog-creative .article-info .category-name a {
	padding: 5px 20px;
	background: var(--primary_color);
	color: var(--primary_color_contrast)
}

@media(min-width: 992px) {
	.ublog.blog-creative .article-content {
		margin-top: 0 !important
	}

	.ublog.blog-creative .articles-wrapper .article {
		--bs-gutter-y: var(--ut-ap-gutter-y)
	}

	.ublog.blog-creative .article .featured-article-badge {
		left: auto;
		right: 5px;
		z-index: 1
	}

	.ublog.blog-creative .article-list>div>div+div .article {
		padding-top: var(--bs-gutter-y);
		border-top: 2px solid var(--border_color)
	}

	.ublog.blog-creative .article-header h2 {
		font-size: 1.875rem
	}

	.ublog.blog-creative .article-intro-image,
	.ublog.blog-creative .article-featured-video,
	.ublog.blog-creative .article-featured-audio,
	.ublog.blog-creative .article-feature-gallery,
	.ublog.blog-creative .article-info {
		margin-bottom: 0 !important
	}

	.ublog.blog-creative .article-container,
	.ublog.blog-creative .article-content {
		display: flex;
		margin-left: -15px;
		margin-right: -15px
	}

	.ublog.blog-creative .article-container>*,
	.ublog.blog-creative .article-content>* {
		padding-left: 15px;
		padding-right: 15px
	}

	.ublog.blog-creative .has-media>div:nth-child(1) {
		flex: 0 0 auto;
		width: 33.3%;
		order: 2;
		padding-left: 45px
	}

	.ublog.blog-creative .has-media>div:nth-child(2) {
		flex: 0 0 auto;
		width: 66.7%
	}

	.ublog.blog-creative .article-content>div {
		flex: 0 0 auto;
		width: 50%
	}
}

.ublog-details .article-can-edit {
	margin-bottom: 0 !important
}

.ublog-details .article-can-edit a {
	margin-bottom: 10px
}

.ublog-details.article-details .article-info {
	margin-bottom: 15px
}

.ublog-details.article-details .article-header h1 {
	margin-bottom: 24px
}

.ublog-details>.article-container {
	display: flex;
	flex-direction: column
}

.ublog-details.details-modern>.article-container {
	padding: 30px 30px 15px 30px;
	border: 1px solid var(--border_color);
	position: relative
}

.ublog-details.details-modern>.article-featured-video,
.ublog-details.details-modern>.article-featured-audio,
.ublog-details.details-modern>.article-feature-gallery,
.ublog-details.details-modern>.article-full-image {
	margin-bottom: 0 !important
}

.ublog-details.details-modern.has-image>.article-container {
	padding-top: 45px
}

.ublog-details.details-modern.has-image>.article-container>.article-info .published {
	background: var(--primary_color);
	color: var(--primary_color_contrast);
	padding: 8px 20px;
	margin-left: 0;
	position: absolute;
	top: 0;
	left: 30px;
	transform: translateY(-50%)
}

.ublog-details.details-modern.has-image>.article-container>.article-info .published i {
	display: none
}

@media(max-width: 991.98px) {
	.ublog-details.details-modern>.article-container {
		padding: 35px 20px 5px 20px
	}
}

.ublog-details.details-creative>.article-featured-video,
.ublog-details.details-creative>.article-featured-audio,
.ublog-details.details-creative>.article-feature-gallery,
.ublog-details.details-creative>.article-full-image {
	margin-bottom: 0 !important
}

.ublog-details.details-creative>.article-container {
	padding: 30px 30px 15px;
	border: 1px solid var(--border_color)
}

.ublog-details.details-creative>.article-container>.article-info {
	position: relative;
	padding-top: 45px
}

.ublog-details.details-creative>.article-container>.article-info .category-name {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0
}

.ublog-details.details-creative>.article-container>.article-info .category-name i {
	display: none
}

.ublog-details.details-creative>.article-container>.article-info .category-name a {
	padding: 5px 20px;
	background: var(--primary_color);
	color: var(--primary_color_contrast)
}

@keyframes utTicker {
	0% {
		transform: translateX(0)
	}

	33.3% {
		transform: translateX(200%);
		opacity: 0
	}

	66.6% {
		transform: translateX(-200%);
		opacity: 0
	}

	100% {
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes utContentChange {
	0% {
		content: "--"
	}

	50% {
		font-size: 0
	}

	100% {
		content: counter(portfolio, decimal-leading-zero);
		font-size: 1.5rem
	}
}

.portfolio {
	counter-reset: portfolio
}

.portfolio .filter-options {
	margin: -6px -3px 40px -3px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.portfolio .filter-options a {
	line-height: 1;
	padding: 15px 15px 16px;
	margin: 6px 3px 0 3px;
	border: 1px solid var(--border_color);
	font-size: .875rem
}

.portfolio .filter-options a:hover {
	border-color: var(--link_hover_color)
}

.portfolio .filter-options a.active {
	background: var(--primary_color);
	color: var(--primary_color_contrast)
}

.portfolio .portfolio-media {
	position: relative;
	overflow: hidden
}

.portfolio .portfolio-media img {
	width: 100%
}

.portfolio .portfolio-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	background: rgba(0, 0, 0, 0)
}

.portfolio .portfolio-overlay .overlay-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0;
	height: 100%;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.portfolio .portfolio-overlay .overlay-inner {
		transition: none
	}
}

.portfolio .portfolio-overlay .btn-video {
	font-size: 48px;
	color: rgba(0, 0, 0, .75);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.portfolio .portfolio-overlay .btn-video {
		transition: none
	}
}

.portfolio .portfolio-title {
	font-size: 1.25rem;
	font-weight: 600
}

.portfolio .portfolio-title+.portfolio-introtext {
	margin-top: 0
}

.portfolio .portfolio-introtext {
	margin-top: 20px;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.portfolio .portfolio-introtext {
		transition: none
	}
}

.portfolio .portfolio-btns+.portfolio-title {
	margin-top: 20px
}

.portfolio .portfolio-btns {
	opacity: 0;
	align-self: flex-end;
	margin: 15px 15px 0 0;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.portfolio .portfolio-btns {
		transition: none
	}
}

.portfolio .portfolio-btns a {
	display: inline-flex;
	width: 48px;
	height: 48px;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	background: var(--primary_color_contrast);
	color: var(--primary_color);
	border-radius: 50%;
	overflow: hidden
}

.portfolio .portfolio-btns a+a {
	margin-left: 10px
}

.portfolio .portfolio-category,
.portfolio .portfolio-tags {
	line-height: 1;
	margin-top: 1rem
}

.portfolio .portfolio-category+.portfolio-tags {
	margin-top: 10px
}

.portfolio .portfolio-title a {
	color: var(--headings_color)
}

.portfolio .portfolio-category a,
.portfolio .portfolio-tags {
	font-size: .875rem;
	color: var(--primary_color);
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px
}

.portfolio .portfolio-item {
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.portfolio .portfolio-item {
		transition: none
	}
}

.portfolio .portfolio-item:hover .portfolio-overlay .overlay-inner {
	opacity: 1
}

.portfolio .portfolio-item:hover .portfolio-overlay .overlay-inner .portfolio-btns {
	opacity: 1
}

.portfolio .portfolio-item:hover .portfolio-overlay .overlay-inner .portfolio-btns i {
	animation: utTicker 600ms linear 400ms 1
}

.portfolio .portfolio-item:hover .btn-video {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0)
}

.portfolio .portfolio-item:hover .portfolio-body::before {
	animation: utContentChange 600ms linear 600ms 1 normal forwards
}

.portfolio .portfolio-body {
	transition: all .4s ease-in-out;
	position: relative
}

@media(prefers-reduced-motion: reduce) {
	.portfolio .portfolio-body {
		transition: none
	}
}

.portfolio .portfolio-body::before {
	counter-increment: portfolio;
	content: counter(portfolio, decimal-leading-zero);
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 600;
	background: var(--primary_color);
	color: var(--primary_color_contrast);
	position: absolute;
	top: -60px;
	left: 0
}

.portfolio.layout-default .portfolio-body {
	background: var(--bg_color);
	text-align: left;
	padding: 20px;
	box-shadow: 0 0 30px var(--shadow_color);
	margin: -60px 15px 0 15px;
	position: relative
}

.portfolio.layout-gallery .portfolio-item {
	overflow: hidden
}

.portfolio.layout-gallery .portfolio-item:hover .portfolio-body {
	transform: translateY(0)
}

.portfolio.layout-gallery .portfolio-item:hover .portfolio-body>div {
	opacity: 1
}

.portfolio.layout-gallery .portfolio-body {
	width: calc(100% - 20px);
	padding: 25px 20px;
	background: rgba(var(--bg_color_rgb), 0.95);
	transform: translateY(100%);
	transition-delay: 200ms
}

.portfolio.layout-gallery .portfolio-body>div {
	opacity: 0;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.portfolio.layout-gallery .portfolio-body>div {
		transition: none
	}
}

.portfolio .pagination__wrapper {
	margin-top: 30px
}

@media(max-width: 479.98px) {
	.portfolio.layout-gallery .portfolio-title {
		font-size: 1.125rem
	}

	.portfolio.layout-gallery .portfolio-btns {
		margin: 10px 10px 0 0
	}
}

.portfolio-details .article-full-image,
.portfolio-details .article-featured-video,
.portfolio-details .article-featured-audio,
.portfolio-details .article-feature-gallery {
	height: 100%
}

.portfolio-details .article-full-image img,
.portfolio-details .article-featured-video img,
.portfolio-details .article-featured-audio img,
.portfolio-details .article-feature-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.portfolio-details .portfolio-info {
	position: relative
}

.portfolio-details .portfolio-info h3 {
	color: var(--primary_color);
	padding: 10px;
	background: var(--bg_color);
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 60%;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid var(--border_color);
	font-weight: 700;
	border-top-color: rgba(0, 0, 0, 0)
}

.portfolio-details .portfolio-info .portfolio-info-ct {
	background: var(--bg_color_dark);
	height: 100%;
	padding: 30px;
	padding-top: 74px;
	border: 1px solid rgba(173, 181, 189, .3);
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.portfolio-details .portfolio-info .portfolio-info-ct a:not(.btn) {
	color: var(--primary_color)
}

.portfolio-details .portfolio-info .portfolio-info-ct ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}

.portfolio-details .portfolio-info .portfolio-info-ct ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: .875rem .9375rem .375rem;
	background: var(--bg_color)
}

.portfolio-details .portfolio-info .portfolio-info-ct ul li h4 {
	margin-right: 15px;
	font-size: 18px;
	color: var(--headings_color)
}

.portfolio-details .portfolio-info .portfolio-info-ct ul li>span {
	margin-bottom: .5rem
}

.portfolio-details .portfolio-info .portfolio-info-ct ul li:not(:last-child) {
	margin-bottom: 10px
}

@media(max-width: 991.98px) {
	.portfolio-details .portfolio-info {
		margin-top: 30px
	}
}

.portfolio-details>.row .portfolio-header {
	margin-top: 30px
}

.portfolio-details>.row .portfolio-header h1 {
	font-size: 30px
}

.portfolio-details .portfolio-main-content {
	margin-top: 1rem
}

.portfolio-details .portfolio-main-content [class^=float][class$=start] {
	margin-bottom: 1rem;
	margin-right: 1.875rem
}

.portfolio-details .portfolio-main-content [class^=float][class$=end] {
	margin-bottom: 1rem;
	margin-left: 1.875rem
}

.portfolio-details .portfolio-gallery {
	margin-top: 30px
}

.portfolio-details .portfolio-gallery>.row {
	margin-left: -2px;
	margin-right: -2px
}

.portfolio-details .portfolio-gallery>.row>div {
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 4px
}

.portfolio-details .portfolio-gallery a {
	position: relative;
	display: block;
	overflow: hidden
}

.portfolio-details .portfolio-gallery a img {
	width: 100%;
	transform-origin: 0% 0%;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.portfolio-details .portfolio-gallery a img {
		transition: none
	}
}

.portfolio-details .portfolio-gallery a:before {
	content: "";
	background: var(--primary_color);
	width: 100%;
	height: 100%;
	clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 35% 65%, 35% 35%, 65% 35%);
	mix-blend-mode: multiply;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	transform: scale(0.75);
	transition: all .4s ease-in-out;
	transform-origin: 100% 100%
}

@media(prefers-reduced-motion: reduce) {
	.portfolio-details .portfolio-gallery a:before {
		transition: none
	}
}

.portfolio-details .portfolio-gallery a:after {
	content: "+";
	font-size: 48px;
	font-weight: 300;
	color: var(--primary_color_contrast);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	z-index: 2;
	opacity: 0;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.portfolio-details .portfolio-gallery a:after {
		transition: none
	}
}

.portfolio-details .portfolio-gallery a:hover:before {
	opacity: .75;
	transform: scale(1)
}

.portfolio-details .portfolio-gallery a:hover:after {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1
}

.portfolio-details .portfolio-gallery a:hover img {
	transform: scale(1.1)
}

.portfolio-details .portfolio-footer {
	display: flex;
	margin-top: 30px
}

@media(max-width: 575.98px) {
	.portfolio-details .portfolio-footer {
		flex-direction: column
	}

	.portfolio-details .portfolio-footer .portfolio-share {
		margin-top: 15px
	}
}

.vbox-open #sp-header.header-sticky {
	padding-right: 17px
}

.ut-articles-portfolio.layout-default .portfolio-list {
	overflow: visible
}

div.tagspopular ul {
	margin: -2px !important
}

div.tagspopular ul li {
	display: inline-block !important;
	margin: 3px 2px !important;
	border: none !important
}

div.tagspopular ul li a {
	line-height: 1 !important;
	padding: 14px 20px !important;
	border: 1px solid var(--bg_color_dark);
	background: var(--bg_color_dark);
	border-radius: 2px;
	font-size: .875rem
}

div.tagspopular ul li a:hover {
	background: var(--primary_color);
	color: var(--primary_color_contrast)
}

.mod-articlescategory li a {
	font-size: 1.125rem;
	font-weight: 700
}

.ut-articles-pro {
	--ut-ap-gutter-x: 30px;
	--ut-ap-gutter-y: 30px
}

.ut-articles-pro .articles-wrapper {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-content: flex-start;
	-webkit-align-content: flex-start;
	padding-left: 0;
	padding-right: 0
}

.ut-articles-pro .filter-options {
	margin: -5px -5px 30px
}

.ut-articles-pro .filter-options .filter-item {
	padding: 5px
}

.ut-articles-pro .article-list .article-media>div {
	position: relative;
	overflow: hidden;
	margin: 0;
	border-radius: initial;
	border-bottom: none
}

.ut-articles-pro .article-list .article-media+.article-body>div {
	margin-top: 20px
}

.ut-articles-pro .article-list .article-media img {
	width: 100%;
	border-radius: initial
}

.ut-articles-pro .article-intro-image .article-header {
	color: #fff;
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%)
}

.ut-articles-pro .article-intro-image .article-header h3,
.ut-articles-pro .article-intro-image .article-header a {
	color: #fff
}

.ut-articles-pro .article-intro-image .article-header>*:last-child {
	margin-bottom: 0
}

.ut-articles-pro .article-list .article {
	margin-bottom: var(--ut-ap-gutter-y)
}

.ut-articles-pro .article-introtext p {
	margin-bottom: 0
}

.ut-articles-pro .readmore {
	margin-top: 15px
}

@media(min-width: 576px)and (max-width: 767.98px) {

	.ut-articles-pro .article-list .article-media+.body-left-sm>div,
	.ut-articles-pro .article-list .article-media+.body-right-sm>div {
		margin-top: 0
	}
}

@media(min-width: 768px)and (max-width: 991.98px) {

	.ut-articles-pro .article-list .article-media+.body-left-md>div,
	.ut-articles-pro .article-list .article-media+.body-right-md>div {
		margin-top: 0
	}
}

@media(min-width: 992px)and (max-width: 1199.98px) {

	.ut-articles-pro .article-list .article-media+.body-left-lg>div,
	.ut-articles-pro .article-list .article-media+.body-right-lg>div {
		margin-top: 0
	}
}

@media(min-width: 1200px) {

	.ut-articles-pro .article-list .article-media+.body-left-xl>div,
	.ut-articles-pro .article-list .article-media+.body-right-xl>div {
		margin-top: 0
	}
}

.ut-articles-pro .row {
	margin-left: calc(-0.5*var(--ut-ap-gutter-x));
	margin-right: calc(-0.5*var(--ut-ap-gutter-x))
}

.ut-articles-pro .articles-wrapper div[class*=col-] {
	padding-right: calc(var(--ut-ap-gutter-x)/2);
	padding-left: calc(var(--ut-ap-gutter-x)/2)
}

.ut-articles-pro .article {
	padding: 0;
	border: none;
	border-radius: initial
}

.ut-articles-pro.small-list .article-list .article .article-header h3 {
	font-size: 1rem;
	margin-bottom: 5px
}

.ut-articles-pro.small-list .article-list .article-info {
	margin-bottom: 0
}

.ut-articles-pro.small-list .article-list>.articles-wrapper:last-child>.article-column:last-child>.article {
	margin-bottom: 0
}

@media(min-width: 576px) {
	.ut-articles-pro.small-list .article-list .article-media.media-left-sm {
		padding-right: 0
	}
}

@media(max-width: 575.98px) {
	.ut-articles-pro.list-mobile .article-media {
		padding-right: 0 !important;
		width: 25%
	}

	.ut-articles-pro.list-mobile .article-body {
		width: 75%
	}

	.ut-articles-pro.list-mobile .article-body .article-content {
		margin-top: 0 !important
	}
}

.finder-overlay .btn-close {
	background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	opacity: 1
}

.modal-open .header-sticky.modal-scroll {
	padding-right: 17px
}

.contact .contact-address dd i {
	width: 20px;
	text-align: margin-left;
	color: #121212
}

.contact .thumbnail {
	text-align: center
}

.contact .thumbnail img {
	margin: 0 auto
}

#jform_privacyconsent_privacy-lbl a.modal,
#jform_consentbox-lbl a.modal,
#consentbox-lbl a.modal {
	display: inline-block;
	position: relative
}

#sp-component .search .input-group-text {
	padding: 0;
	border: none
}

.finder #finder-filter-window .filter-branch {
	margin: 0 -10px 10px;
	display: flex;
	flex-wrap: wrap
}

.finder #finder-filter-window .filter-branch>div {
	padding: 0 10px;
	margin-bottom: 1rem
}

.finder fieldset.word .awesomplete {
	flex: 1 1 auto
}

@media(max-width: 767.98px) {
	.finder fieldset.word .btn-secondary {
		width: 100%;
		margin-top: 10px
	}
}

.tag-category form {
	margin-bottom: 2rem
}

.tag-category form #filter-search {
	color: var(--text_color)
}

.tag-category>div:before,
.tag-category>div:after {
	content: "";
	display: table
}

.tag-category>div:after {
	clear: both
}

.tag-category .list-group {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-left: -15px;
	margin-right: -15px
}

.tag-category .list-group .list-group-item {
	background-color: var(--bg_color);
	color: var(--text_color);
	display: flex;
	flex-direction: column;
	flex: 0 0 calc(33.33333333% - 30px);
	max-width: calc(33.33333333% - 30px);
	margin: 0 15px 50px;
	border-radius: 0;
	border-top-width: 1px;
	border-color: var(--border_color);
	padding: 1rem
}

.tag-category .list-group .list-group-item h3 {
	font-size: 1.25rem;
	font-family: var(--headings_font_family);
	line-height: 1.4;
	font-weight: 600
}

.tag-category .list-group .list-group-item>a {
	margin-bottom: 15px;
	order: -1
}

.tag-category .list-group .list-group-item .tag-body {
	margin-top: 15px
}

.tag-category .list-group .list-group-item .tag-body p:last-child {
	margin-bottom: 0
}

@media(min-width: 768px)and (max-width: 991.98px) {
	.tag-category .list-group .list-group-item {
		flex: 0 0 calc(50% - 30px);
		max-width: calc(50% - 30px)
	}
}

@media(max-width: 767.98px) {
	.tag-category .list-group .list-group-item {
		flex: 0 0 calc(100% - 30px);
		max-width: calc(100% - 30px)
	}
}

.tag-category .com-tags__category .list-group-item {
	flex: 0 0 calc(33.33333333% - 30px);
	max-width: calc(33.33333333% - 30px)
}

.tag-category .com-tags__category .list-group-item .tag-body {
	margin-top: 0;
	order: -1
}

.tag-category .com-tags__category .list-group-item .tag-body .item-image {
	margin-bottom: 15px
}

.tag-category .com-tags__category .list-group-item h3 {
	font-size: 1rem
}

.tag-category .com-tags__category .list-group-item h3 a {
	display: block;
	text-align: center
}

.tag-category .com-tags__category .list-group-item .caption p:first-child {
	margin-top: 15px
}

@media(max-width: 991.98px) {
	.tag-category .com-tags__category .list-group-item {
		flex: 0 0 calc(50% - 30px);
		max-width: calc(50% - 30px)
	}
}

@media(max-width: 575.98px) {
	.tag-category .com-tags__category .list-group-item {
		flex: 0 0 calc(100% - 30px);
		max-width: calc(100% - 30px)
	}
}

#sbox-window iframe {
	max-width: 100%;
	max-height: 100%
}

@media(max-width: 1199px) {

	.sp-megamenu-parent>li>a::before,
	.sp-megamenu-parent>li>span::before {
		left: 10px
	}
}

.article-featured-video iframe {
	display: block
}

.text-circle .circle-letter {
	position: absolute;
	left: 50%;
	top: 50%;
	transform-origin: 0 0
}

.sp-module .sp-module-title::before {
	content: "";
	width: 30px;
	height: 10px;
	border-bottom: 2px solid var(--primary_color);
	border-top: 2px solid var(--primary_color);
	display: inline-block;
	margin-right: 5px;
	clip-path: polygon(14px 0px, 30px 0px, 30px 14px, 0px 14px, 0px 7px, 14px 7px);
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.sp-module .sp-module-title::before {
		transition: none
	}
}

.sp-module:hover .sp-module-title::before {
	clip-path: polygon(0px 0px, 20px 0px, 20px 7px, 30px 7px, 30px 14px, 0px 14px)
}

#sp-left .sp-module-content,
#sp-right .sp-module-content {
	padding: 40px 30px;
	border: 1px solid var(--border_color)
}

#sp-footer .container-inner {
	position: relative
}

#sp-footer .container-inner::after {
	content: "";
	width: 3840px;
	height: 100%;
	background: rgba(255, 255, 255, .035);
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(100%)
}

#sp-footer .container-inner .menu {
	text-transform: uppercase
}

body.overlay-bg-comingsoon-error {
	--text_color: rgba(255, 255, 255, 0.75);
	--headings_color: #fff
}

body.overlay-bg-comingsoon-error::before {
	background-color: rgba(0, 0, 0, .75)
}

body.overlay-bg-comingsoon-error .form-control {
	background: rgba(255, 255, 255, .8)
}

body.overlay-bg-comingsoon-error #coming-soon-countdown>div .coming-soon-string {
	color: var(--headings_color)
}

body.overlay-bg-comingsoon-error .social-icons a {
	color: var(--primary_color);
	font-size: 1.25rem
}

.featured-view .vm-products-type-title,
.discontinued-view .vm-products-type-title,
.latest-view .vm-products-type-title,
.topten-view .vm-products-type-title,
.recent-view .vm-products-type-title,
.related-products-view .vm-products-type-title,
.products-view .vm-products-type-title,
.vm-related-title {
	font-size: 30px;
	line-height: 1;
	text-align: left;
	margin-bottom: 30px
}

.featured-view .vm-products-type-title::before,
.discontinued-view .vm-products-type-title::before,
.latest-view .vm-products-type-title::before,
.topten-view .vm-products-type-title::before,
.recent-view .vm-products-type-title::before,
.related-products-view .vm-products-type-title::before,
.products-view .vm-products-type-title::before,
.vm-related-title::before {
	content: "";
	width: 30px;
	height: 10px;
	border-bottom: 2px solid var(--primary_color);
	border-top: 2px solid var(--primary_color);
	display: inline-block;
	margin-right: 5px;
	clip-path: polygon(14px 0px, 30px 0px, 30px 14px, 0px 14px, 0px 7px, 14px 7px);
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {

	.featured-view .vm-products-type-title::before,
	.discontinued-view .vm-products-type-title::before,
	.latest-view .vm-products-type-title::before,
	.topten-view .vm-products-type-title::before,
	.recent-view .vm-products-type-title::before,
	.related-products-view .vm-products-type-title::before,
	.products-view .vm-products-type-title::before,
	.vm-related-title::before {
		transition: none
	}
}

.featured-view .vm-products-type-title:hover::before,
.discontinued-view .vm-products-type-title:hover::before,
.latest-view .vm-products-type-title:hover::before,
.topten-view .vm-products-type-title:hover::before,
.recent-view .vm-products-type-title:hover::before,
.related-products-view .vm-products-type-title:hover::before,
.products-view .vm-products-type-title:hover::before,
.vm-related-title:hover::before {
	clip-path: polygon(0px 0px, 20px 0px, 20px 7px, 30px 7px, 30px 14px, 0px 14px)
}

.product-related-categories a,
.vm-product-title a {
	color: var(--link_color)
}

.browseProductImage,
.featuredProductImage,
div[class*=product-related-] img {
	width: 100%
}

.mb-section {
	margin-bottom: 70px
}

.mt-section {
	margin-top: 70px
}

.layout-selector .grid-selector,
.layout-selector .list-selector {
	display: inline-block;
	cursor: pointer
}

.layout-selector .grid-selector i,
.layout-selector .list-selector i {
	font-size: 18px
}

.layout-selector .grid-selector.active {
	color: var(--primary_color)
}

.layout-selector .list-selector {
	margin-left: 10px
}

.layout-selector .list-selector.active {
	color: var(--primary_color)
}

@media(max-width: 767.98px) {
	.layout-selector {
		width: 100%
	}
}

.orderby-displaynumber {
	background: var(--bg_color_dark)
}

.orderby-displaynumber .form-label {
	display: none
}

.orderby-displaynumber .input-group>button.btn-link {
	padding-left: 1rem;
	padding-right: 1rem
}

.addtocart-bar {
	display: inline-block
}

.addtocart-bar>div>.col-auto {
	padding-right: 0
}

@media screen and (max-width: 768px) {
	.addtocart-bar>div>.col-auto {
		display: none
	}
}

.addtocart-bar .vm-addtocart-button-col {
	flex: 0 0 auto;
	width: auto
}

.addtocart-bar button.quantity-controls {
	border: 1px solid var(--border_color);
	padding: 0 !important;
	width: auto
}

.addtocart-bar button.addtocart-button {
	padding-left: 20px;
	padding-right: 20px
}

.addtocart-bar .quantity-box svg {
	color: var(--text_color)
}

.addtocart-bar .quantity-box input {
	color: var(--headings_color)
}

div.vm-ratingbox-unrated svg,
div.vm-ratingbox-rated svg {
	color: #ff9400
}

.vm-ratingbox-rated {
	overflow: hidden
}

.vm-price-desc {
	margin-right: 12px
}

.browse-view .product-price {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end
}

.vm-has-discount .PricebasePriceWithTax::after {
	width: 100%;
	top: 0;
	border-top-color: currentColor
}

.vm-has-discount div.PricebasePriceWithTax::after {
	display: none
}

.vm-has-discount .price-crossed span:last-child {
	text-decoration: none
}

.product .vm-has-discount .PricesalesPrice {
	color: var(--primary_color)
}

.vm-stock-status i {
	vertical-align: middle
}

.vm-stock-status i+i {
	margin-left: 2px
}

.category-view .gy-4,
.vmgroup .gy-4,
.product-related-products .gy-4,
.product-related-categories .gy-4,
.manufacturer-view-default.gy-4 {
	--bs-gutter-y: 3.125rem
}

.com_virtuemart .chosen-container {
	max-width: 100%
}

.com_virtuemart .bg-light {
	background-color: var(--bg_color_dark) !important
}

.com_virtuemart .btn-link {
	color: var(--link_color) !important
}

.products-wrapper>div:last-child .mb-section {
	margin-bottom: 0
}

div.product .vm-product-title {
	margin: 0 0 7px;
	font-weight: 500
}

div.product .vm-product-media-container {
	position: relative;
	overflow: hidden
}

div.product .vm-product-media-container .addtocart-bar .col-auto {
	display: none
}

div.product .product-overlay {
	background-color: rgba(0, 0, 0, .25);
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	transition: all .4s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media(prefers-reduced-motion: reduce) {
	div.product .product-overlay {
		transition: none
	}
}

div.product .product-overlay .product-overlay-content {
	transform: translateY(20px);
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	div.product .product-overlay .product-overlay-content {
		transition: none
	}
}

div.product .product-overlay .product-overlay-content .vm-product-rating-container {
	text-align: center;
	margin-top: 10px
}

div.product .product-overlay .addtocart-bar>.row {
	justify-content: center
}

div.product .product-overlay .vm-product-rating-container {
	display: none
}

div.product .product-container:hover .product-overlay {
	opacity: 1;
	visibility: visible
}

div.product .product-container:hover .product-overlay-content {
	transform: translateY(0)
}

div.product .product-container:hover .vm-details-button {
	bottom: 10px;
	right: 10px;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0)
}

div.product .product-container:hover .product-small-detail a:not(.btn) {
	color: var(--primary_color)
}

div.product .product-price {
	line-height: 1
}

div.product .product-price>div:not(.PricesalesPrice):not(.PricebasePriceWithTax),
div.product .product-price .vm-price-desc {
	display: none
}

div.product .product-details-full {
	margin-top: auto
}

div.product .product-small-detail {
	display: flex;
	flex-direction: column
}

div.product .product-small-detail .product-price .PricesalesPrice span {
	font-size: 18px;
	font-weight: 500
}

div.product .product-list-details .vm-product-s-desc {
	margin: 20px 0
}

div.product .vm-customfields-wrap {
	display: none
}

@media(max-width: 479.98px) {
	div.product.col-6 {
		width: 100%
	}

	div.product .product-small-detail h3 {
		font-size: 1.125rem
	}
}

.product-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2
}

.product-badge .badge {
	text-transform: uppercase;
	font-size: 11px;
	padding: 7px 12px;
	letter-spacing: .1em;
	font-weight: 400;
	border-radius: 0
}

.product-badge .badge.sale {
	background-color: var(--primary_color)
}

.product-badge .badge.hot {
	background-color: #ffc107
}

.product-badge .badge.new {
	background-color: #198754
}

.browse-view .product-small-detail>.vm-has-discount,
.browse-view .product-small-detail>.product-price {
	order: -1;
	margin-bottom: 1rem !important
}

.browse-view .product-small-detail .product-price {
	border-bottom: 1px solid var(--border_color);
	padding-bottom: 1rem
}

.browse-view.grid .product-container {
	border: 1px solid var(--border_color)
}

.browse-view.grid .product-media {
	border-bottom: 1px solid var(--border_color)
}

.browse-view.grid .product-list-details {
	display: none
}

.browse-view.grid .vm-product-rating-container {
	justify-content: center;
	margin-bottom: 8px
}

.browse-view.grid .product-details-full {
	padding: 25px 0 25px 20px
}

.browse-view.grid .product-details-full .vm-product-title,
.browse-view.grid .product-details-full .vm-product-rating-container,
.browse-view.grid .product-details-full .product-price,
.browse-view.grid .product-details-full .product-list-details {
	padding-right: 20px
}

.browse-view.list .product .product-overlay {
	display: none
}

.browse-view.list .product .product-container .vm-product-media-container a {
	display: block;
	position: relative
}

.browse-view.list .product .product-container .vm-product-media-container a:before {
	content: "";
	background: rgba(0, 0, 0, .25);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.browse-view.list .product .product-container .vm-product-media-container a:before {
		transition: none
	}
}

.browse-view.list .product .product-container:hover .vm-product-media-container a:before {
	opacity: 1
}

.browse-view.list .product .product-details-full {
	margin-top: 0
}

@media(max-width: 767.98px) {
	.browse-view.list .vm-product-media-container {
		margin-bottom: 1.5rem
	}
}

.browse-view.list .list-col-6 {
	flex: 0 0 auto;
	width: 50%
}

.browse-view.list .list-col-12 {
	flex: 0 0 auto;
	width: 100%
}

@media(min-width: 768px) {
	.browse-view.list .product-container {
		flex-direction: row !important
	}

	.browse-view.list .product-media {
		flex: 0 0 auto;
		width: 41.66666667%;
		padding-right: calc(var(--bs-gutter-x)*.5)
	}

	.browse-view.list .product-details-full {
		flex: 0 0 auto;
		width: 58.33333333%;
		padding-left: calc(var(--bs-gutter-x)*.5)
	}
}

@media(min-width: 992px)and (max-width: 1199.98px) {
	.browse-view.list .vm-col-optimized {
		width: 100% !important
	}
}

@media(max-width: 991.98px) {
	.browse-view.list .product[class*=list-col] {
		width: 100% !important
	}
}

#sp-component:not(.col-lg-12) .browse-view.list .list-col-6 {
	width: 100%
}

@keyframes utFadeProducts {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.utFadeProducts {
	animation: utFadeProducts .5s ease-in forwards
}

div.category>a {
	position: relative;
	overflow: hidden;
	display: block
}

div.category>a img {
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	div.category>a img {
		transition: none
	}
}

div.category>a::after {
	content: "";
	background: rgba(0, 0, 0, .25);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	div.category>a::after {
		transition: none
	}
}

div.category .category-title {
	font-size: 1.25rem;
	font-weight: 500;
	margin: 10px 0 0
}

div.category:hover a {
	color: var(--primary_color)
}

div.category:hover a img {
	transform: scale(1.1)
}

div.category:hover a::after {
	opacity: 1
}

.productdetails-view {
	max-width: 100%
}

.productdetails-view .vm-product-media img {
	width: 100%
}

.productdetails-view .vm-product-media .thumbnails {
	margin-top: 10px
}

.productdetails-view .vm-product-media .thumbnails .swiper-slide {
	width: 25%
}

.productdetails-view .vm-product-media .thumbnails .swiper-slide.swiper-slide-thumb-active img {
	border-color: var(--primary_color)
}

.productdetails-view .vm-product-media .thumbnails .swiper-slide img {
	margin: 0;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0)
}

.productdetails-view .vm-product-media .thumbnails div[class*=swiper-button] {
	width: 32px;
	height: 32px;
	margin-top: -16px;
	color: #fff;
	background: #000
}

.productdetails-view .vm-product-media .thumbnails div[class*=swiper-button]::after {
	font-size: 20px
}

.productdetails-view .vm-product-media .swiper {
	z-index: 0;
	position: relative;
	overflow: hidden
}

.productdetails-view .vm-product-media .product-badge {
	z-index: 0
}

.productdetails-view .vm-product-media-container {
	position: relative
}

.productdetails-view .vm-product-details-container .product-header h2 {
	font-size: 30px;
	line-height: 1;
	text-align: left;
	margin-bottom: 30px
}

.productdetails-view .vm-product-details-container .product-header h2::before {
	content: "";
	width: 30px;
	height: 10px;
	border-bottom: 2px solid var(--primary_color);
	border-top: 2px solid var(--primary_color);
	display: inline-block;
	margin-right: 5px;
	clip-path: polygon(14px 0px, 30px 0px, 30px 14px, 0px 14px, 0px 7px, 14px 7px);
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	.productdetails-view .vm-product-details-container .product-header h2::before {
		transition: none
	}
}

.productdetails-view .vm-product-details-container .product-header h2:hover::before {
	clip-path: polygon(0px 0px, 20px 0px, 20px 7px, 30px 7px, 30px 14px, 0px 14px)
}

.productdetails-view .spacer-buy-area .product-price .PricesalesPrice {
	color: var(--headings_color);
	font-weight: 600;
	font-size: 16px
}

.productdetails-view .product-price .vm-price-value {
	justify-content: flex-end
}

.productdetails-view .product-price .vm-price-value .vm-price-desc+span {
	min-width: 80px;
	text-align: right;
	font-weight: normal
}

.productdetails-view .product-price .PricesalesPrice .vm-price-desc {
	font-size: 16px
}

.productdetails-view .product-price .PricesalesPrice .vm-price-desc+span {
	font-weight: 600
}

.productdetails-view .addtocart-area {
	margin-top: 20px
}

.productdetails-view .addtocart-area .vm-customfields-wrap .product-field:not(:last-child) {
	margin-bottom: 20px !important
}

.productdetails-view .product-field .product-fields-title-wrapper {
	line-height: 1.5
}

.productdetails-view .product-field .product-fields-title-wrapper span {
	color: var(--headings_color);
	font-size: 1.125rem;
	font-weight: 600
}

.productdetails-view .availability {
	margin-top: 20px
}

.productdetails-view div.ask-a-question {
	margin-top: 20px
}

.productdetails-view div.ask-a-question a {
	border: 1px solid currentColor;
	padding: 10px;
	line-height: 42px
}

.productdetails-view .manuf-and-category {
	margin-top: 12px;
	justify-content: space-between
}

.productdetails-view .manuf-and-category>div {
	flex: 0 0 auto;
	width: auto
}

.productdetails-view .product-share {
	border-top: 1px solid var(--border_color);
	border-bottom: 1px solid var(--border_color);
	text-align: right;
	padding: 8px 0;
	margin-top: 20px
}

@media(max-width: 767.98px) {
	.productdetails-view .vm-product-details-container {
		margin-top: 60px
	}
}

.productdetails-view .vm-product-tabs {
	margin-top: 60px
}

.productdetails-view .vm-product-tabs .nav-tabs li a {
	color: var(--text_color);
	font-size: 18px
}

.productdetails-view .vm-product-tabs .nav-tabs li a.active,
.productdetails-view .vm-product-tabs .nav-tabs li a:hover {
	color: var(--headings_color);
	background-color: var(--bg_color)
}

.productdetails-view .vm-product-tabs .nav-tabs li a.active {
	border-bottom-color: var(--bg_color)
}

.productdetails-view .vm-product-tabs .tab-content {
	padding-top: 20px
}

.productdetails-view .customer-reviews .form-check-label svg {
	color: #ff9400
}

.productdetails-view .customer-reviews .vm-section-title {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
	font-size: 15px
}

.productdetails-view .customer-reviews blockquote {
	font-size: 1rem
}

.productdetails-view .customer-reviews blockquote::before {
	width: 5px
}

.productdetails-view .customer-reviews blockquote:after {
	display: none
}

.productdetails-view .product-neighbours {
	position: relative;
	right: initial
}

.productdetails-view .product-neighbours>a {
	flex: 0 0 auto;
	width: auto
}

.productdetails-view .product-neighbours>a i {
	font-size: 24px;
	vertical-align: middle
}

.productdetails-view .product-related-products,
.productdetails-view .product-related-categories {
	margin-top: 70px
}

.productdetails-view .product-related-products .vm-img-desc,
.productdetails-view .product-related-categories .vm-img-desc {
	display: none
}

.productdetails-view .product-related-products .vm-product_s_desc,
.productdetails-view .product-related-categories .vm-product_s_desc {
	display: none
}

.product-related-products .product-container {
	border: 1px solid var(--border_color)
}

.product-related-products .product-small-detail {
	padding: 25px 0 25px 20px;
	display: flex;
	flex-direction: column;
	margin-top: auto
}

.product-related-products .product-small-detail>* {
	padding-right: 20px
}

.product-related-products .vm-product-media-container {
	border-bottom: 1px solid var(--border_color)
}

.product-related-products .product-price {
	order: -1;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--border_color)
}

.product-bottom {
	margin-top: 70px
}

.manufacturer-view-default .manufacturer-img img {
	border: 1px solid var(--border_color)
}

.manufacturer-view-default .vm-subcategory-title {
	text-transform: uppercase;
	display: inline-block;
	word-wrap: break-word;
	overflow-wrap: break-word;
	min-width: 100%
}

@media(min-width: 576px) {
	.manufacturer-view-default .vm-subcategory-title {
		font-size: 18px
	}
}

div.manufacturer-details-view h1 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase
}

.manufacturer-image img {
	border: 1px solid var(--border_color);
	display: inline-block
}

.view-cart .chosen-container {
	font-size: 1rem
}

.vm-cart-header-container h1 {
	line-height: .9
}

#userIDcart_chosen {
	width: 1% !important;
	flex: 1 1 auto
}

.vm-fieldset-pricelist table {
	color: var(--text_color)
}

.vm-fieldset-pricelist .cart-images {
	max-width: 80px;
	padding-right: 15px
}

.vm-fieldset-pricelist .vm-cart-item-name a:not(:hover) {
	color: var(--link_color)
}

.vm-fieldset-pricelist .vm-price-desc {
	display: none
}

.vm-fieldset-pricelist .vm-coupon-container {
	max-width: 480px
}

.vm-fieldset-pricelist .vmshipment span:last-child,
.vm-fieldset-pricelist .vmpayment>span:last-child {
	margin-right: 0
}

.vm-fieldset-pricelist del {
	color: #a0a0a0
}

.vm-fieldset-pricelist .quantity-input {
	color: var(--text_color)
}

.vm-fieldset-pricelist tr.bg-primary {
	border-top-color: var(--primary_color)
}

.vm-fieldset-pricelist .table th {
	padding-top: 1.125rem !important;
	padding-bottom: 1.125rem !important;
	color: var(--primary_color_contrast);
	border-color: var(--primary_color_contrast)
}

.vm-fieldset-pricelist .table th:first-child {
	border-left-color: var(--primary_color)
}

.vm-fieldset-pricelist .table th:last-child {
	border-right-color: var(--primary_color)
}

@media(min-width: 768px) {
	.vm-fieldset-pricelist .table>:not(caption)>*>* {
		padding-top: .75rem;
		padding-bottom: .75rem
	}
}

@media(max-width: 767.98px) {
	.vm-fieldset-pricelist table tr.bg-primary {
		display: none
	}

	.vm-fieldset-pricelist table tr {
		display: flex;
		flex-direction: column;
		margin-bottom: 1.25rem
	}

	.vm-fieldset-pricelist table td {
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	.vm-fieldset-pricelist table td>*:only-child:not(.cell-name) {
		margin-left: auto
	}

	.vm-fieldset-pricelist .table-bordered>:not(caption)>* {
		border-width: 2px;
		border-radius: 4px
	}

	.vm-fieldset-pricelist .table-bordered>:not(caption)>*>* {
		border-width: 1px 0 0 0;
		border-style: dashed
	}

	.vm-fieldset-pricelist .table-bordered>:not(caption)>*>*:first-child {
		border-top-width: 0
	}

	.vm-fieldset-pricelist .ship-section td:first-child,
	.vm-fieldset-pricelist .pay-section td:first-child {
		flex-direction: column;
		align-items: flex-start
	}

	.vm-fieldset-pricelist .ship-section fieldset.row,
	.vm-fieldset-pricelist .pay-section fieldset.row {
		width: calc(100% + var(--bs-gutter-x))
	}

	.vm-fieldset-pricelist .empty-row,
	.vm-fieldset-pricelist .empty-cell,
	.vm-fieldset-pricelist td:empty {
		display: none
	}
}

.vm-fieldset-pricelist .vm-cart-item-quantity .btn {
	position: inherit;
	overflow: visible
}

.vm-fieldset-pricelist .vm-cart-item-quantity .btn::before,
.vm-fieldset-pricelist .vm-cart-item-quantity .btn::after {
	display: none
}

.vmgroup.list .product-list-details {
	margin-top: 15px
}

.vmgroup.list .addtocart-bar>.row>.col-auto {
	display: none
}

.vmgroup.list .addtocart-bar button.addtocart-button {
	padding-left: 15px;
	padding-right: 15px
}

@media(min-width: 768px) {
	.vmgroup.list .vm-price-value span:only-child {
		margin-left: 0
	}
}

@media(max-width: 767.98px) {
	.vmgroup.list .vm-price-value span:only-child {
		margin-right: auto
	}

	.vmgroup.list .addtocart-bar>.row {
		justify-content: center;
		margin: 0
	}

	.vmgroup.list .addtocart-bar .vm-addtocart-button-col {
		padding-right: calc(var(--bs-gutter-x)*.5)
	}
}

.vm-mod-categories.all>ul.menu {
	margin: 0;
	padding: 0
}

.vm-mod-categories.all>ul.menu li {
	list-style: none;
	border-color: var(--border_color)
}

.vm-mod-categories.all>ul.menu li.active>div a {
	font-weight: 700
}

.vm-mod-categories.all>ul.menu li div a {
	line-height: 26px;
	padding: 8px 0;
	display: block;
	position: relative
}

.vm-mod-categories.all>ul.menu li div a:after {
	content: "";
	float: right;
	font-family: "Font Awesome 6 Free";
	font-weight: 900
}

.vm-mod-categories.all>ul.menu li ul.menu {
	display: block !important;
	margin-bottom: 0
}

.vm-mod-categories.all>ul.menu li ul.menu li:last-child {
	border-bottom: none
}

.vm-mod-categories ul.VMmenu {
	padding: 0;
	margin-bottom: 0
}

.vm-mod-categories ul.VMmenu li {
	padding: 0;
	border-top: 1px solid var(--border_color);
	border-bottom: none !important
}

.vm-mod-categories ul.VMmenu li.VmClose {
	padding: 0
}

.vm-mod-categories ul.VMmenu li.VmOpen>div>a {
	font-weight: 700
}

.vm-mod-categories ul.VMmenu li div {
	position: relative
}

.vm-mod-categories ul.VMmenu li div a {
	line-height: 26px;
	position: relative;
	display: block;
	padding: 7px 0 8px
}

.vm-mod-categories ul.VMmenu li div .VmArrowdown {
	position: absolute;
	top: 12px;
	right: 0
}

.vm-mod-categories ul.VMmenu li ul.menu {
	padding: 0
}

.vm-mod-categories ul.VMmenu li ul.menu>li>div>a {
	padding-left: 10px
}

.vm-mod-categories ul.VMmenu>li:nth-child(1)>div>a {
	border: none
}

#vm-categories-wall .gy-4 {
	--bs-gutter-y: 1.875rem
}

.virtuemart-search {
	position: relative
}

.virtuemart-search .search {
	margin-top: 0 !important
}

.virtuemart-search #mod_virtuemart_search {
	padding-right: 90px
}

.virtuemart-search input.button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0
}

.vmCartModule .cart-resume .total {
	display: inline-block
}

.vmCartModule .cart-resume .total strong {
	font-weight: 400;
	margin-left: 3px
}

.vmCartModule .cart-resume .product-counter {
	display: inline-block;
	border: 2px solid var(--border_color);
	border-radius: 2px;
	height: 20px;
	line-height: 10px;
	min-width: 20px;
	font-size: 11px;
	text-align: center;
	padding: 2px 3px;
	position: relative;
	background: #fff;
	margin-left: 15px
}

.vmCartModule .cart-resume .product-counter:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid var(--border_color);
	border-radius: 10px;
	position: absolute;
	top: -7px;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%)
}

.vmCartModule .cart-resume .total_product {
	width: 15px;
	height: 15px;
	text-align: center;
	border-radius: 50%;
	font-weight: 600
}

.vmCartModule .cart-resume::after {
	display: none
}

.vmCartModule .cart-resume::before {
	left: 0
}

@media(max-width: 991.98px) {
	.vmCartModule .cart-resume::before {
		display: none
	}
}

.vmCartModule.cart-mini .cart-resume {
	padding-right: 5px !important
}

.vmCartModule.cart-mini .cart-resume i {
	width: 32px;
	height: 32px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid currentcolor
}

.vmCartModule.cart-mini .cart-resume .total_product {
	width: auto;
	position: absolute;
	bottom: 50%;
	right: 0px;
	margin-bottom: 2px;
	background: var(--primary_color);
	color: var(--primary_color_contrast);
	min-width: 16px;
	height: 16px;
	padding: 2px;
	text-align: center;
	border-radius: 8px;
	line-height: 12px;
	font-size: 10px;
	font-weight: 600
}

.vmCartModule .cart-content {
	min-width: 280px
}

.vmCartModule .cart-content .vm_cart_products {
	margin-bottom: 10px
}

.vmCartModule .cart-content .vm_cart_products .product_row {
	padding: 5px 0
}

.vmCartModule .cart-content .vm_cart_products .product_row .quantity {
	margin-right: 5px
}

.vmCartModule .cart-content .vm_cart_products .product_row .product_name a {
	color: var(--menu_dropdown_text_color) !important
}

.vmCartModule .cart-content .vm_cart_products .product_row .product_name a:hover {
	color: var(--menu_dropdown_text_hover_color) !important
}

.vmCartModule .cart-content .vm_cart_products .product_row .subtotal_with_tax {
	color: var(--headings_color);
	font-weight: 600
}

.vmCartModule .cart-content .total {
	color: var(--headings_color);
	font-weight: 600;
	text-transform: uppercase
}

.vmCartModule .cart-content .total strong {
	margin-left: 3px;
	color: var(--primary_color)
}

.vmCartModule .cart-content .total_products {
	color: var(--headings_color);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .1em
}

.vmCartModule .cart-content .show_cart {
	margin-top: 10px
}

.vmCartModule .cart-content .show_cart a {
	background: var(--primary_color);
	color: var(--primary_color_contrast) !important;
	padding: 5px 25px;
	display: block;
	text-align: center;
	float: none !important
}

#sp-top-bar .vm-currency>span {
	display: inline-block;
	margin-right: 3px
}

#sp-top-bar .vm-currency>form {
	display: inline-block
}

#sp-top-bar .vm-currency select {
	height: 25px;
	border-radius: .25rem;
	padding: 0 8px;
	background: var(--topbar_bg_color);
	color: var(--topbar_link_color)
}

.vm-padded .vm-related-title::after {
	margin-top: 10px
}

.vm-padded .vm-product_s_desc {
	display: none
}

#fancybox-overlay {
	z-index: 10000
}

#fancybox-wrap {
	z-index: 10001;
	max-height: 100vh
}

#fancybox-wrap #fancybox-content {
	max-height: calc(100vh - 50px);
	overflow-y: auto
}

#fancybox-wrap #fancybox-outer {
	background: var(--bg_color)
}

.vm-pagination {
	margin-top: 70px
}

.vm-pagination .pagination {
	justify-content: center;
	margin-bottom: 0 !important
}

.com-virtuemart .chosen-container,
.com_virtuemart .chosen-container {
	width: 100% !important
}

.com-virtuemart .chosen-container .chosen-single,
.com-virtuemart .chosen-container .chosen-choices,
.com_virtuemart .chosen-container .chosen-single,
.com_virtuemart .chosen-container .chosen-choices {
	background: var(--bg_color);
	color: var(--text_color);
	border-radius: 0;
	line-height: 2;
	margin: 0;
	border-color: var(--border_color);
	box-shadow: none !important;
	padding: 10px 0 10px 12px
}

.com-virtuemart .chosen-container .chosen-choices,
.com_virtuemart .chosen-container .chosen-choices {
	min-height: calc(2em + 0.75rem + 2px)
}

.com-virtuemart .chosen-container .chosen-single,
.com_virtuemart .chosen-container .chosen-single {
	height: calc(2em + 0.75rem + 2px)
}

.com-virtuemart .chosen-container .chosen-single>div,
.com_virtuemart .chosen-container .chosen-single>div {
	height: 20px;
	top: 50%;
	margin-top: -10px
}

.com-virtuemart .chosen-container .chosen-single>div>b,
.com_virtuemart .chosen-container .chosen-single>div>b {
	background-position: -2px 2px
}

.com-virtuemart .chosen-container .chosen-drop,
.com_virtuemart .chosen-container .chosen-drop {
	width: 100% !important;
	border-color: var(--border_color);
	background: var(--bg_color)
}

.com-virtuemart .chosen-container .chosen-drop .chosen-results,
.com_virtuemart .chosen-container .chosen-drop .chosen-results {
	color: var(--text_color)
}

.com-virtuemart .chosen-container .chosen-drop .chosen-results li,
.com_virtuemart .chosen-container .chosen-drop .chosen-results li {
	padding: 8px 10px
}

.com-virtuemart .chosen-container .chosen-drop .chosen-results li.highlighted,
.com-virtuemart .chosen-container .chosen-drop .chosen-results li.result-selected,
.com_virtuemart .chosen-container .chosen-drop .chosen-results li.highlighted,
.com_virtuemart .chosen-container .chosen-drop .chosen-results li.result-selected {
	background-image: none !important;
	background: var(--primary_color);
	color: var(--primary_color_contrast)
}

.com-virtuemart .chosen-container .chosen-search input,
.com_virtuemart .chosen-container .chosen-search input {
	width: 100% !important;
	margin-top: 0;
	color: var(--text_color)
}

.com-virtuemart .chosen-container-multi .chosen-choices,
.com_virtuemart .chosen-container-multi .chosen-choices {
	border-color: var(--border_color);
	background-image: none
}

html.dark-mode {
	--headings_color: #FEFEFE;
	--headings_color_rgb: 254, 254, 254;
	--text_color: #C2C4CA;
	--bg_color: #15151c;
	--bg_color_rgb: 21, 21, 28;
	--bg_color_dark: #0a0a0d;
	--shadow_color: rgba(0, 0, 0, 0.45);
	--shadow_hover_color: rgba(0, 0, 0, 0.65);
	--link_color: #FEFEFE;
	--link_hover_color: var(--primary_color);
	--header_bg_color: #15151c;
	--header_shadow: rgba(0, 0, 0, 0.75);
	--topbar_bg_color: #010101;
	--topbar_text_color: #EBF3FB;
	--topbar_link_color: #FFFFFF;
	--topbar_link_hover_color: var(--primary_color);
	--logo_text_color: var(--primary_color);
	--menu_text_color: #FEFEFE;
	--menu_text_hover_color: var(--primary_color);
	--menu_text_active_color: var(--primary_color);
	--menu_dropdown_bg_color: #15151c;
	--menu_dropdown_text_color: #d1d7dd;
	--menu_dropdown_text_hover_color: var(--primary_color);
	--menu_dropdown_text_active_color: var(--primary_color);
	--footer_bg_color: #010101;
	--footer_bg_color_dark: #010101;
	--footer_text_color: #ABB1B7;
	--footer_link_color: #FFFFFF;
	--footer_link_hover_color: var(--primary_color);
	--footer_headings_color: #FFFFFF;
	--offcanvas_menu_icon_color: var(--primary_color);
	--offcanvas_menu_bg_color: #15151c;
	--offcanvas_menu_items_and_items_color: #d1d7dd;
	--offcanvas_menu_items_and_items_color_rgb: 209, 215, 221;
	--offcanvas_menu_active_menu_item_color: var(--primary_color);
	--border_color: rgba(173, 181, 189, 0.3)
}

#modeToggler {
	display: block;
	width: 28px;
	height: 28px;
	position: relative;
	border: 1px solid currentColor;
	border-radius: 28px;
	overflow: hidden
}

#modeToggler i {
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	#modeToggler i {
		transition: none
	}
}

#modeToggler i:not(.activate) {
	transform: translate(-50%, -50%) scale(0);
	opacity: 0
}

.dark-mode .has-dm-logo .logo-image {
	display: none !important
}

.dark-mode .has-dm-logo .dm-logo {
	display: inline-block !important
}

@media(max-width: 991.98px) {
	.dark-mode .has-dm-logo .logo-image+.logo-image-phone {
		display: none !important
	}

	.dark-mode .has-dm-logo.has-dm-mobile-logo .dm-logo {
		display: none !important
	}

	.dark-mode .has-dm-logo.has-dm-mobile-logo .logo-image-phone {
		display: none !important
	}

	.dark-mode .has-dm-logo.has-dm-mobile-logo .dm-mobile-logo {
		display: inline-block !important
	}
}

:root {
	--header_height: 100px
}

body {
	font-size: 1rem;
	line-height: 1.9;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body.helix-ultimate-preloader {
	overflow: hidden
}

body.helix-ultimate-preloader:before {
	content: " ";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99998;
	background: rgba(255, 255, 255, .9)
}

body.helix-ultimate-preloader:after {
	content: "";
	font-family: "FontAwesome";
	font-size: 36px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -24px;
	width: 48px;
	height: 48px;
	line-break: 48px;
	text-align: center;
	color: #007bff;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	z-index: 99999
}

.body-wrapper {
	overflow-x: hidden
}

a {
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
	a {
		transition: none
	}
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: var(--headings_color)
}

label {
	font-weight: normal
}

legend {
	padding-bottom: 10px
}

img {
	display: block;
	max-width: 100%;
	height: auto
}

.row {
	--bs-gutter-x: 1.875rem
}

.container {
	padding-left: 15px;
	padding-right: 15px
}

.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden
}

#sp-top-bar {
	padding: 8px 0;
	font-size: .9375rem;
	line-height: 2
}

#sp-top-bar .sp-module {
	display: inline-block;
	margin: 0 0 0 1.25rem
}

#sp-top-bar .sp-module:last-child {
	margin-left: 0
}

#sp-top-bar .sp-module p:last-child {
	margin-bottom: 0
}

#sp-top-bar .sp-contact-info li span {
	color: var(--topbar_link_color)
}

#sp-top-bar .container>.container-inner>.row>div>.sp-column {
	height: 100%
}

#sp-top-bar .container>.container-inner>.row>div>.sp-column>* {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%
}

ul.social-icons {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block
}

ul.social-icons>li {
	display: inline-block;
	line-height: 1.5
}

ul.social-icons>li:not(:last-child) {
	margin-right: 20px
}

.flex-auto {
	flex: auto
}

#sp-menu {
	position: static !important
}

#sp-menu.menu-with-social .sp-megamenu-wrapper {
	flex: auto;
	justify-content: space-between;
	display: flex;
	align-items: center
}

#sp-menu>.sp-column {
	height: 100%
}

#sp-menu .social-wrap {
	position: relative;
	padding-left: 40px
}

#sp-menu .social-wrap:after {
	content: "";
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	width: 1px;
	height: calc(var(--header_height) - 20px);
	left: 20px;
	background-color: var(--border_color)
}

#sp-menu ul.social-icons>li:not(:last-child) {
	margin-right: 20px
}

#sp-menu ul.social-icons a {
	color: var(--menu_text_color)
}

#sp-menu .social-wrap.no-border ul.social-icons {
	border-left: none;
	padding-left: 0px
}

#sp-menu.menu-center .sp-megamenu-wrapper {
	justify-content: center
}

.menu-flex .sp-megamenu-wrapper {
	display: flex;
	justify-content: flex-end
}

#menu-right .sp-module:not(:last-child) {
	border-right: 1px solid var(--border_color);
	padding-right: 30px
}

.header-has-modules #offcanvas-toggler {
	margin-right: 20px;
	margin-left: 0
}

.sp-module-content .mod-languages ul.lang-inline {
	margin: 0;
	padding: 0
}

.sp-module-content .mod-languages ul.lang-inline li {
	border: none;
	display: inline-block;
	margin: 0 5px 0 0
}

.sp-module-content .mod-languages ul.lang-inline li a {
	padding: 0 !important
}

.sp-module-content .mod-languages ul.lang-inline li>a:before {
	display: none
}

.sp-module-content .mod-languages img {
	display: inline-block;
	border: none
}

.sp-module-content .latestnews>li>a>span {
	display: block;
	margin-top: 5px;
	font-size: 85%
}

div.mod-languages ul li.lang-active {
	background-color: rgba(130, 130, 130, .5019607843) !important;
	padding: 0px 5px 3px;
	border-radius: 3px
}

.sp-contact-info {
	list-style: none;
	padding: 0;
	margin: 0px
}

.sp-contact-info li {
	display: inline-block;
	margin: 0px 15px 0px 0px;
	white-space: nowrap
}

.sp-contact-info li span {
	margin: 0 3px
}

.sp-contact-info li:last-child {
	margin-right: 0
}

#sp-header {
	height: 100px;
	width: 100%;
	position: relative;
	z-index: 99;
	box-shadow: 0 2px 3px 0 var(--header_shadow);
	animation: spFadeIn .5s
}

#sp-header .container-inner>.row {
	position: relative
}

#sp-header #offcanvas-toggler.offcanvas,
#sp-header #offcanvas-toggler.mega {
	display: none !important
}

#sp-header.full-header-left #offcanvas-toggler.offcanvas,
#sp-header.full-header-center #offcanvas-toggler.offcanvas,
#sp-header.header-with-modal-menu #offcanvas-toggler.offcanvas,
#sp-header.lg-header #offcanvas-toggler.offcanvas,
#sp-header.header-with-social #offcanvas-toggler.offcanvas {
	display: flex !important
}

#sp-header.full-header-left .menu-with-offcanvas #offcanvas-toggler,
#sp-header.full-header-center .menu-with-offcanvas #offcanvas-toggler,
#sp-header.header-with-modal-menu .menu-with-offcanvas #offcanvas-toggler,
#sp-header.lg-header .menu-with-offcanvas #offcanvas-toggler,
#sp-header.header-with-social .menu-with-offcanvas #offcanvas-toggler {
	display: none !important
}

#sp-header.full-header {
	padding-left: 45px;
	padding-right: 45px
}

#sp-header.lg-header {
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1)
}

#sp-header.lg-header .logo {
	height: auto
}

#sp-header.lg-header #offcanvas-toggler {
	margin-right: 20px;
	margin-left: 0px
}

#sp-header.lg-header #offcanvas-toggler.offcanvas-toggler-right.offcanvas {
	display: none !important
}

#sp-header.lg-header .sp-column {
	height: 100%
}

#sp-header.lg-header #sp-logo #offcanvas-toggler {
	display: none
}

#sp-header.header-with-modal-menu {
	color: #121212
}

#sp-header.header-with-modal-menu a {
	color: rgba(18, 18, 18, .6)
}

#sp-header.header-with-modal-menu a:hover,
#sp-header.header-with-modal-menu a:focus {
	color: #d01a1a
}

#sp-header.header-with-modal-menu .sp-contact-info>li {
	margin-right: 15px;
	opacity: .7;
	transition: .3s
}

#sp-header.header-with-modal-menu .sp-contact-info>li:hover,
#sp-header.header-with-modal-menu .sp-contact-info>li:focus {
	opacity: 1
}

#sp-header.header-with-modal-menu .sp-contact-info>li>span {
	margin-right: 5px
}

#sp-header.header-with-modal-menu #offcanvas-toggler {
	display: none !important
}

#sp-header.header-with-modal-menu.center-layout .modules-wrapper {
	height: auto;
	border: none;
	padding: 0px;
	max-width: 730px;
	margin: 0 auto
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .modal-menu-inner>.container {
	align-items: flex-start;
	padding: 170px 0 0
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search {
	margin-bottom: 80px
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form:after {
	font-size: 16px
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form:hover:after {
	display: none
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input {
	background: rgba(0, 0, 0, 0);
	border-bottom: 2px solid rgba(32, 31, 31, .1);
	font-size: 26px;
	padding: 7px;
	border-radius: 0px
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input::placeholder {
	color: rgba(32, 31, 31, .4)
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input:focus,
#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input:active,
#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input:active:focus {
	box-shadow: none;
	border-bottom: 2px solid rgba(32, 31, 31, .7)
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper {
	justify-content: center
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper ul.sp-megamenu-parent {
	flex-direction: row
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>a,
#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>span {
	padding: 0
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>a:after,
#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>span:after {
	top: 100%;
	width: 2px;
	height: 20px;
	left: 50%;
	transform: translateX(-50%);
	margin: 10px 0 0 0
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li.sp-has-child:hover>a:after,
#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li.sp-has-child:hover>span:after {
	height: 30px
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li.sp-has-child>.sp-dropdown {
	animation: spFadeIn .5s
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li:not(:last-child)>a,
#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li:not(:last-child)>span {
	margin-right: 70px
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>.sp-dropdown.sp-dropdown-main {
	top: 100%;
	padding-top: 50px;
	padding-left: 0;
	left: auto !important;
	right: 0px;
	transition: .35s
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>.sp-dropdown.sp-dropdown-main li>a,
#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>.sp-dropdown.sp-dropdown-main li>span {
	padding: 6px 0
}

#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div {
	flex-direction: column;
	align-items: flex-start;
	padding: 40px 0
}

#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div .sp-megamenu-wrapper {
	height: 100%;
	align-items: center
}

#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div .social-icons {
	margin-top: auto;
	margin-bottom: 0px;
	width: 100%;
	border-top: 2px solid rgba(32, 31, 31, .1);
	padding-top: 20px;
	font-size: 12px
}

#sp-header .logo {
	height: 100px;
	display: inline-flex;
	margin: 0;
	align-items: center
}

#sp-header .logo a {
	font-size: 24px;
	line-height: 1;
	margin: 0;
	padding: 0
}

#sp-header .logo p {
	margin: 5px 0 0
}

#sp-header.header-sticky {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	animation: spFadeInDown .5s
}

#sp-header .sp-module {
	margin-left: 20px
}

#sp-header .sp-module a:not([class*=btn]) {
	color: var(--menu_text_color)
}

#sp-header .sp-module a:not([class*=btn]):hover {
	color: var(--menu_text_hover_color)
}

#sp-header .sp-profile-wrapper .sp-profile-dropdown a {
	color: var(--link_color) !important
}

#sp-header .sp-profile-wrapper .sp-profile-dropdown a:hover {
	color: var(--link_hover_color) !important
}

#sp-header nav.sp-megamenu-wrapper #offcanvas-toggler {
	display: none
}

#sp-header .awesomplete {
	width: auto
}

#sp-header .mod-finder input {
	line-height: 1;
	height: auto;
	background: #fff
}

#sp-header .mod-languages .lang-inline li:last-child {
	margin-right: 0
}

#sp-header .mod-languages .lang-inline .lang-active {
	background: rgba(0, 0, 0, 0)
}

#sp-header-topbar {
	position: relative;
	z-index: 111
}

#sp-header-topbar .sp-profile-wrapper .sp-sign-in .user-text {
	display: none !important
}

#sp-header-topbar #sp-logo #offcanvas-toggler {
	display: none !important
}

#sp-header-topbar .container-inner>.row {
	min-height: 100px
}

#sp-header-topbar a:not(.btn):not(.sppb-btn) {
	color: var(--link_color)
}

#sp-header-topbar a:not(.btn):not(.sppb-btn):hover {
	color: var(--link_hover_color)
}

#sp-header-topbar .sp-contact-info {
	color: var(--text_color)
}

#sp-header-topbar .sp-module {
	display: inline-block;
	vertical-align: middle
}

.header-modules {
	margin-left: 45px;
	position: relative
}

@media(max-width: 991.98px) {
	.header-modules {
		margin-left: 15px
	}
}

.header-modules .sp-module {
	margin-left: 20px
}

.header-modules .sp-module:first-child {
	margin-left: 0 !important
}

.header-modules .search {
	position: relative
}

.header-modules .search form:after {
	content: "";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	top: 0;
	font-size: 12px;
	line-height: 32px;
	right: 10px
}

.header-modules .search form input {
	background: #efeff0;
	border: none;
	height: 32px;
	font-size: 15px;
	border-radius: 3px;
	padding: 5px 10px
}

.burger-icon {
	width: 25px;
	cursor: pointer
}

.burger-icon>span {
	display: block;
	height: 3px;
	background-color: var(--menu_text_color);
	margin: 5px 0;
	transition: background-color .3s ease-in, opacity .3s ease-in, transform .3s ease-in
}

.burger-icon>span:first-child {
	width: 80%;
	margin-left: auto
}

.burger-icon>span:last-child {
	width: 90%;
	margin-left: auto
}

.offcanvas-active .burger-icon>span,
#modal-menu-toggler.active .burger-icon>span {
	background-color: var(--menu_dropdown_text_color)
}

.offcanvas-active .burger-icon>span:nth-child(1),
#modal-menu-toggler.active .burger-icon>span:nth-child(1) {
	transform: translate(0, 8px) rotate(-45deg)
}

.offcanvas-active .burger-icon>span:nth-child(2),
#modal-menu-toggler.active .burger-icon>span:nth-child(2) {
	opacity: 0
}

.offcanvas-active .burger-icon>span:nth-child(3),
#modal-menu-toggler.active .burger-icon>span:nth-child(3) {
	transform: translate(0, -8px) rotate(45deg)
}

.offcanvas-active .burger-icon>span:first-child,
#modal-menu-toggler.active .burger-icon>span:first-child {
	width: 100%;
	margin-left: 0
}

.offcanvas-active .burger-icon>span:last-child,
#modal-menu-toggler.active .burger-icon>span:last-child {
	width: 100%;
	margin-left: 0
}

.offcanvas-active .close-offcanvas .burger-icon>span {
	transition-delay: .2s
}

body.modal-menu-active {
	overflow-y: hidden
}

#modal-menu {
	background: #f9f9f9;
	position: fixed !important;
	top: 100px;
	left: 0;
	right: 0;
	transition: .5s;
	bottom: 120%;
	overflow: hidden;
	display: flex;
	z-index: 10
}

#modal-menu.has-bg {
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

#modal-menu.active {
	bottom: 0
}

#modal-menu .sp-megamenu-parent>li>a,
#modal-menu .sp-megamenu-parent>li>span {
	display: block
}

#modal-menu .sp-megamenu-parent>li>a:after,
#modal-menu .sp-megamenu-parent>li>span:after {
	transition: .3s
}

#modal-menu .sp-megamenu-parent>li:hover>a,
#modal-menu .sp-megamenu-parent>li:hover>span,
#modal-menu .sp-megamenu-parent>li.active>a,
#modal-menu .sp-megamenu-parent>li.active>span {
	color: #121212
}

#modal-menu .sp-megamenu-parent>li:hover>a:after,
#modal-menu .sp-megamenu-parent>li:hover>span:after,
#modal-menu .sp-megamenu-parent>li.active>a:after,
#modal-menu .sp-megamenu-parent>li.active>span:after {
	opacity: 1
}

#modal-menu .sp-megamenu-parent>li>a .nav-counter,
#modal-menu .sp-megamenu-parent>li>span .nav-counter {
	font-size: 16px
}

#modal-menu .sp-megamenu-parent>li:hover>a:before,
#modal-menu .sp-megamenu-parent>li.active>a:before {
	width: 0;
	opacity: 0
}

#modal-menu .modal-menu-inner {
	position: relative !important;
	width: 100%
}

#modal-menu .modal-menu-inner #menu-dismiss {
	position: absolute;
	top: 60px;
	left: 60px;
	cursor: pointer
}

#modal-menu .modal-menu-inner #menu-dismiss svg {
	font-size: 55px
}

#modal-menu .modal-menu-inner>.container {
	display: flex;
	padding: 70px 0;
	align-items: center;
	height: 100%
}

#modal-menu .modal-menu-inner>.container>.row {
	width: 100%
}

#modal-menu ul.sp-megamenu-parent {
	display: flex !important;
	flex-direction: column
}

#modal-menu ul.sp-megamenu-parent>li {
	position: relative
}

#modal-menu ul.sp-megamenu-parent>li:not(:last-child) {
	margin-bottom: 30px
}

#modal-menu ul.sp-megamenu-parent>li>a,
#modal-menu ul.sp-megamenu-parent>li>span {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
	text-transform: initial
}

#modal-menu ul.sp-megamenu-parent li.sp-has-child>a,
#modal-menu ul.sp-megamenu-parent li.sp-has-child>span {
	position: relative
}

#modal-menu ul.sp-megamenu-parent li.sp-has-child>a:after,
#modal-menu ul.sp-megamenu-parent li.sp-has-child>span:after {
	content: "";
	font-family: "Font Awesome 6 Free";
	float: right;
	position: absolute;
	top: 2px
}

#modal-menu ul.sp-megamenu-parent li.sp-has-child:hover>a:after,
#modal-menu ul.sp-megamenu-parent li.sp-has-child:hover>span:after {
	transform: translateX(5px)
}

#modal-menu ul.sp-megamenu-parent li.sp-has-child:hover>.sp-dropdown {
	animation: spFadeInDown .5s
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown {
	left: 100% !important;
	transition: .3s;
	padding-left: 20px
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
	top: 0px
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega {
	top: auto;
	bottom: 0px
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: none;
	border-radius: 0px;
	position: relative;
	overflow: visible !important;
	max-height: initial;
	background-color: #fff;
	padding: 20px
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul>li>a {
	font-weight: 500 !important;
	font-size: 15px !important
}

#modal-menu .modules-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	max-width: 330px;
	border-left: 2px solid rgba(32, 31, 31, .1);
	padding: 30px;
	color: #121212
}

#modal-menu .modules-wrapper a {
	color: #121212
}

#modal-menu .modules-wrapper a:hover,
#modal-menu .modules-wrapper a:focus {
	color: #d01a1a
}

#modal-menu .modules-wrapper .sp-module {
	margin-left: 0;
	margin-bottom: 15px
}

#modal-menu .modules-wrapper .search form {
	margin-bottom: 30px
}

#modal-menu .modules-wrapper .search form input {
	height: 40px
}

#modal-menu .modules-wrapper .sp-contact-info {
	margin-bottom: 10px;
	display: flex;
	flex-direction: column
}

#modal-menu .modules-wrapper .sp-contact-info>li {
	margin-bottom: 35px
}

#modal-menu .modules-wrapper .sp-contact-info>li>span {
	font-size: 12px;
	margin-bottom: 10px
}

#modal-menu .modules-wrapper .sp-contact-info>li>a {
	opacity: .7
}

#modal-menu .modules-wrapper .sp-contact-info>li>a:hover,
#modal-menu .modules-wrapper .sp-contact-info>li>a:focus {
	opacity: 1
}

#modal-menu .modules-wrapper .social-icons {
	font-size: 14px
}

#modal-menu .modules-wrapper .social-icons a {
	opacity: .7
}

#modal-menu .modules-wrapper .social-icons a:hover,
#modal-menu .modules-wrapper .social-icons a:focus {
	opacity: 1
}

#sp-logo.has-border {
	position: relative;
	padding-right: 45px
}

#sp-logo.has-border:after {
	content: "";
	margin-top: 10px;
	margin-bottom: 10px;
	position: absolute;
	width: 1px;
	height: calc(var(--header_height) - 20px);
	right: 15px;
	background-color: var(--border_color)
}

#sp-logo.has-border .sp-column {
	display: inline-flex;
	align-items: center
}

.sp-profile-wrapper {
	position: relative;
	font-size: 14px;
	z-index: 1
}

.sp-profile-wrapper .arrow-icon {
	font-size: 11px
}

.sp-profile-wrapper .sp-profile-dropdown {
	background: var(--bg_color);
	border: 1px solid var(--border_color);
	border-radius: 3px;
	padding: 10px 15px !important;
	list-style: none !important;
	font-size: 14px;
	position: absolute;
	min-width: 100px;
	right: 0;
	top: 100%;
	display: none !important
}

.sp-profile-wrapper .sp-profile-dropdown>li:not(:last-child) {
	border-bottom: 1px solid var(--border_color);
	padding-bottom: 5px;
	margin-bottom: 5px;
	line-height: 1.3
}

.sp-profile-wrapper .sp-profile-dropdown>li a {
	color: var(--link_color)
}

.sp-profile-wrapper .sp-profile-dropdown>li a:hover {
	color: var(--link_hover_color)
}

.sp-profile-wrapper:hover .sp-profile-dropdown {
	display: block !important;
	animation: spFadeInDown .5s
}

#sp-title {
	min-height: 0
}

.sp-page-title {
	padding: 320px 0 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	background-color: #dee2e6
}

.sp-page-title .container {
	position: relative
}

.sp-page-title .sp-page-title-heading,
.sp-page-title .sp-page-title-sub-heading {
	margin: 0;
	padding: 0
}

.sp-page-title .sp-page-title-heading {
	font-size: 45px;
	line-height: 1
}

.sp-page-title .sp-page-title-sub-heading {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 15px;
	font-family: var(--body_font_family)
}

.sp-page-title .breadcrumb {
	font-weight: 500;
	background: none;
	padding: 0;
	margin: 15px 0 0 0;
	--bs-breadcrumb-divider: "|"
}

.sp-page-title .breadcrumb .divider {
	margin-right: 8px
}

.sp-page-title .breadcrumb>.active {
	color: rgba(var(--primary_color_rgb), 0.7)
}

.sp-page-title .breadcrumb>span,
.sp-page-title .breadcrumb>li,
.sp-page-title .breadcrumb>li+li:before,
.sp-page-title .breadcrumb>li>a {
	color: var(--primary_color)
}

.breadcrumb {
	padding: .75rem 1rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.body-innerwrapper {
	overflow: hidden
}

.layout-boxed .body-innerwrapper {
	max-width: 1240px;
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

#sp-main-body {
	padding: 120px 0
}

body.view-article.remove-container #sp-main-body>.container {
	max-width: 100%;
	padding: 0
}

.com-sppagebuilder #sp-main-body {
	padding: 0
}

.sp-module-title {
	margin: 0 0 30px;
	font-size: 1.5rem
}

#sp-left .sp-module,
#sp-right .sp-module {
	margin-top: 50px
}

#sp-left .sp-module:first-child,
#sp-right .sp-module:first-child {
	margin-top: 0
}

#sp-left .sp-module ul,
#sp-right .sp-module ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#sp-left .sp-module ul>li,
#sp-right .sp-module ul>li {
	display: block;
	border-bottom: 1px solid var(--border_color)
}

#sp-left .sp-module ul>li>a,
#sp-right .sp-module ul>li>a {
	display: block;
	line-height: 36px;
	padding: 2px 0
}

#sp-left .sp-module ul>li:last-child,
#sp-right .sp-module ul>li:last-child {
	border-bottom: none
}

#sp-left .sp-module .mod-articlescategories li,
#sp-right .sp-module .mod-articlescategories li {
	margin-bottom: 10px;
	padding: 0;
	border-bottom: none
}

#sp-left .sp-module .mod-articlescategories li a,
#sp-right .sp-module .mod-articlescategories li a {
	display: flex;
	justify-content: space-between;
	background: var(--bg_color_dark);
	padding: .4375rem 1.875rem;
	font-weight: 600;
	position: relative;
	line-height: 2;
	overflow: hidden
}

#sp-left .sp-module .mod-articlescategories li a span,
#sp-right .sp-module .mod-articlescategories li a span {
	display: inline-flex;
	align-items: center;
	position: relative;
	background: rgba(0, 0, 0, .085);
	padding: 0 15px;
	margin: -0.4375rem -1.875rem -0.4375rem 0;
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {

	#sp-left .sp-module .mod-articlescategories li a span,
	#sp-right .sp-module .mod-articlescategories li a span {
		transition: none
	}
}

#sp-left .sp-module .mod-articlescategories li:last-child,
#sp-right .sp-module .mod-articlescategories li:last-child {
	margin-bottom: 0
}

#sp-left .sp-module .mod-articlescategories li.active>a,
#sp-left .sp-module .mod-articlescategories li>a:hover,
#sp-right .sp-module .mod-articlescategories li.active>a,
#sp-right .sp-module .mod-articlescategories li>a:hover {
	background: var(--primary_color_80);
	color: var(--primary_color_contrast)
}

#sp-left .sp-module .mod-articlescategories li.active>a span,
#sp-left .sp-module .mod-articlescategories li>a:hover span,
#sp-right .sp-module .mod-articlescategories li.active>a span,
#sp-right .sp-module .mod-articlescategories li>a:hover span {
	color: var(--primary_color_contrast);
	background: var(--primary_color)
}

#sp-left .sp-module .mod-articlescategories li ul,
#sp-right .sp-module .mod-articlescategories li ul {
	margin-top: 10px
}

#sp-left .sp-module .latestnews>div,
#sp-right .sp-module .latestnews>div {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e8e8e8
}

#sp-left .sp-module .latestnews>div:last-child,
#sp-right .sp-module .latestnews>div:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0
}

#sp-left .sp-module .latestnews>div>a,
#sp-right .sp-module .latestnews>div>a {
	display: block;
	font-weight: 400
}

#sp-left .sp-module .tagscloud,
#sp-right .sp-module .tagscloud {
	margin: -2px 0
}

#sp-left .sp-module .tagscloud .tag-name,
#sp-right .sp-module .tagscloud .tag-name {
	display: inline-block;
	padding: 5px 10px;
	background: gray;
	color: #fff;
	border-radius: 4px;
	margin: 2px 0
}

#sp-left .sp-module .tagscloud .tag-name span,
#sp-right .sp-module .tagscloud .tag-name span {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 10px
}

@media(max-width: 991.98px) {

	#sp-left,
	#sp-right {
		margin-top: 40px
	}

	#sp-left+#sp-component {
		order: -1;
		-webkit-order: -1
	}
}

.login img {
	display: inline-block;
	margin: 20px 0
}

.login .checkbox input[type=checkbox] {
	margin-top: 6px
}

.login .password-group button.input-password-toggle {
	background-color: #eaecef;
	border-color: #ced4da;
	color: #212529
}

button.plg_system_webauthn_login_button svg {
	width: 16px;
	fill: currentColor;
	margin-right: 5px
}

.form-links ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.hide-label {
	border: 0;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.search .btn-toolbar {
	margin-bottom: 20px
}

.search .btn-toolbar span.icon-search {
	margin: 0
}

.search .btn-toolbar button {
	color: #fff
}

.search .phrases .phrases-box .controls label {
	display: inline-block;
	margin: 0 20px 20px
}

.search .phrases .ordering-box {
	margin-bottom: 15px
}

.search .only label {
	display: inline-block;
	margin: 0 20px 20px
}

.search .search-results dt.result-title {
	margin-top: 40px
}

.search .search-results dt,
.search .search-results dd {
	margin: 5px 0
}

.filter-search .chzn-container-single .chzn-single {
	height: 34px;
	line-height: 34px
}

.form-search .finder label {
	display: block
}

.form-search .finder .input-medium {
	width: 60%;
	border-radius: 4px
}

.finder .word input {
	display: inline-block
}

.finder .search-results.list-striped li {
	padding: 20px 0
}

.awesomplete {
	flex: 1 1 auto;
	width: 1%
}

.article-list .article {
	position: relative;
	margin-bottom: 40px
}

.article-list .article .article-intro-image,
.article-list .article .article-featured-video,
.article-list .article .article-featured-audio,
.article-list .article .article-feature-gallery {
	margin-bottom: 20px;
	overflow: hidden
}

.article-list .article .article-intro-image img,
.article-list .article .article-featured-video img,
.article-list .article .article-featured-audio img,
.article-list .article .article-feature-gallery img {
	width: 100%
}

.article-list .article .featured-article-badge {
	position: absolute;
	top: 5px;
	left: 5px;
	cursor: default
}

.article-list .article .article-full-image {
	margin-bottom: 20px;
	overflow: hidden
}

.article-list .article .article-header h1,
.article-list .article .article-header h2,
.article-list .article .article-header h3 {
	font-size: 1.5rem;
	margin: 0 0 1rem 0;
	line-height: 1.4
}

.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a,
.article-list .article .article-header h3 a {
	color: var(--link_color)
}

.article-list .article .article-header h1 a:hover,
.article-list .article .article-header h1 a:active,
.article-list .article .article-header h1 a:focus,
.article-list .article .article-header h2 a:hover,
.article-list .article .article-header h2 a:active,
.article-list .article .article-header h2 a:focus,
.article-list .article .article-header h3 a:hover,
.article-list .article .article-header h3 a:active,
.article-list .article .article-header h3 a:focus {
	color: var(--link_hover_color)
}

.article-list .article .readmore {
	font-size: 1rem
}

.article-list .article .readmore a:not(.btn) {
	color: var(--link_color);
	font-weight: 500;
	text-transform: uppercase
}

.article-list .article .readmore a:not(.btn):hover,
.article-list .article .readmore a:not(.btn):active,
.article-list .article .readmore a:not(.btn):focus {
	color: var(--link_hover_color)
}

.article-list .article figcaption.caption {
	text-align: center;
	font-size: 14px;
	color: #252525;
	margin: 0px;
	opacity: .7;
	background: #f4f4f4;
	padding: 5px 15px
}

.article-list.grid {
	--gap: 1em;
	margin: 0 auto;
	display: flow;
	columns: var(--columns);
	gap: var(--gap);
	margin-bottom: 20px
}

.article-list.grid .article .article-intro-image {
	overflow: hidden;
	position: relative;
	height: 40vh
}

.article-list.grid .article a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: none;
	max-height: none;
	width: auto;
	height: 100%
}

.article-list.grid .article:nth-child(1n) .article-intro-image {
	height: 60vh
}

.article-list.grid .article:nth-child(2n) .article-intro-image {
	height: 30vh
}

.article-list.grid .article:nth-child(3n) .article-intro-image {
	height: 50vh
}

.article-list.grid .article:nth-child(4n) .article-intro-image {
	height: 45vh
}

.article-list.grid .article:nth-child(5n) .article-intro-image {
	height: 55vh
}

.article-list.grid>* {
	break-inside: avoid;
	margin-bottom: var(--gap)
}

@supports(grid-template-rows: masonry) {
	.article-list.grid {
		display: grid;
		grid-template-columns: repeat(var(--columns), 1fr);
		grid-template-rows: masonry;
		grid-auto-flow: dense
	}

	.article-list.grid>* {
		margin-bottom: 0em
	}
}

.related-article-large .article-image {
	width: 350px;
	min-width: 350px
}

.related-article-large .article-information {
	border-left: 1px solid #f1f1f1;
	padding-left: 20px;
	margin-left: 20px
}

.related-article-large .article-information>span+span::before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	content: "/"
}

.related-article-large .article-information>span a {
	color: var(--link_color)
}

.related-article-large .article-information>span a:hover {
	color: var(--link_hover_color)
}

.related-article-large .article-information .intro-text {
	margin-top: 20px
}

.article-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1rem
}

.article-info>span i[class*=fa-] {
	margin-right: 2px;
	color: var(--primary_color)
}

.article-info>span+span {
	margin-left: 20px
}

.article-info>span a {
	color: var(--link_hover_color)
}

.article-info>span a:hover {
	color: var(--link_color)
}

.article-details {
	position: relative
}

.article-details .article-header {
	position: relative
}

.article-details .article-header h1,
.article-details .article-header h2 {
	font-size: 2rem;
	margin-bottom: 15px
}

.article-details .featured-article-badge {
	position: absolute;
	top: 5px;
	left: 5px;
	cursor: default
}

.article-details .article-info {
	margin-bottom: 1rem
}

.article-details .article-full-image {
	margin-bottom: 2rem
}

.article-details .article-full-image img {
	display: block;
	width: 100%
}

.article-details .article-featured-video,
.article-details .article-featured-audio,
.article-details .article-feature-gallery {
	margin-bottom: 2rem
}

.article-details .article-featured-video img,
.article-details .article-featured-audio img,
.article-details .article-feature-gallery img {
	display: block;
	width: 100%
}

.article-details .tags {
	margin-top: 20px
}

.article-details .article-ratings-social-share {
	margin-top: 30px;
	margin-bottom: 1rem
}

@media(max-width: 575.98px) {
	.article-details .article-ratings-social-share {
		flex-direction: column;
		align-items: flex-start
	}

	.article-details .article-ratings-social-share .article-social-share {
		margin-top: 30px
	}
}

.article-details .article-author-information {
	padding-top: 2rem;
	margin-top: 2rem;
	border-top: 1px solid var(--border_color)
}

.article-details .article-can-edit {
	position: relative;
	margin-bottom: 10px
}

.article-details .article-can-edit a {
	display: inline-block;
	background: #2a61c9;
	color: #fff;
	padding: 5px 12px;
	border-radius: 3px;
	font-size: 14px
}

.article-details figcaption.caption {
	font-size: 14px;
	color: #252525;
	margin: 0px;
	opacity: .7;
	background: #f4f4f4;
	padding: 5px 15px
}

.article-details blockquote {
	margin: 1.5rem 0
}

.article-details .article-index {
	min-width: 25%
}

.article-details .article-index ul>li {
	padding-top: 0 !important;
	padding-bottom: 1px !important
}

.article-details .article-index .toclink {
	display: block;
	padding: 5px 10px;
	text-transform: capitalize
}

.article-details .article-index .toclink:hover,
.article-details .article-index .toclink.active {
	background: var(--primary_color);
	color: var(--primary_color_contrast)
}

@media(max-width: 991.98px) {
	.article-details .article-index {
		display: none
	}
}

.article-details .pager>.pagination {
	justify-content: center
}

.article-details .pager>.pagination>li a {
	padding: .5rem 1rem;
	background: var(--primary_color);
	color: var(--primary_color_contrast);
	border-color: var(--primary_color)
}

.article-details div[itemprop=articleBody] {
	overflow: hidden;
	font-size: 1.125rem
}

.related-article-list-container {
	margin-top: 30px
}

.related-article-list-container .related-article-title {
	font-size: 28px;
	margin-bottom: 1.5rem
}

.related-article-list-container ul.related-article-list {
	list-style: none;
	padding: 0
}

.related-article-list-container ul.related-article-list li {
	margin-bottom: 10px
}

.related-article-list-container ul.related-article-list li .article-header h2 {
	font-size: 1.2rem
}

.related-article-list-container ul.related-article-list li .article-header h2 a {
	color: #252525
}

.related-article-list-container ul.related-article-list li .article-header h2 a:hover {
	color: #044cd0
}

.related-article-list-container ul.related-article-list li .published {
	font-size: 14px
}

.related-article-list-container .article-full-image {
	margin-bottom: 20px
}

.tags {
	list-style: none;
	padding: 0;
	margin: -0.3125rem;
	display: flex;
	flex-wrap: wrap
}

.tags>li {
	display: inline-block;
	margin: .3125rem
}

.tags>li a {
	display: block;
	font-size: .875rem;
	padding: .25rem 1.125rem;
	border: 1px solid var(--border_color)
}

.pager,
.pagenavigation {
	list-style: none;
	padding: 30px 0 0 0;
	margin: 30px 0 0 0
}

.pager::after,
.pagenavigation::after {
	display: block;
	clear: both;
	content: ""
}

.pager>li,
.pagenavigation>li {
	display: inline-block
}

.pager>li.previous,
.pagenavigation>li.previous {
	float: left
}

.pager>li.next,
.pagenavigation>li.next {
	float: right
}

.pager>li a,
.pagenavigation>li a {
	display: inline-block;
	font-size: .785rem;
	padding: 1rem 2.5rem
}

.pagenavigation>.pagination {
	justify-content: center;
	margin-bottom: 0
}

.pagenavigation>.pagination a+a {
	margin-left: 10px
}

#article-comments {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid var(--border_color)
}

.article-ratings {
	display: flex;
	align-items: center
}

.article-ratings .rating-symbol {
	unicode-bidi: bidi-override;
	direction: rtl;
	font-size: 1rem;
	display: inline-block;
	margin-left: 5px
}

.article-ratings .rating-symbol span.rating-star {
	font-family: "Font Awesome 6 Free";
	font-weight: normal;
	font-style: normal;
	display: inline-block
}

.article-ratings .rating-symbol span.rating-star.active:before {
	content: "";
	font-weight: 900;
	color: #f6bc00
}

.article-ratings .rating-symbol span.rating-star:before {
	content: "";
	padding-right: 5px
}

.article-ratings .rating-symbol span.rating-star:hover:before,
.article-ratings .rating-symbol span.rating-star:hover~span.rating-star:before {
	content: "";
	color: #e7b000;
	font-weight: 900;
	cursor: pointer
}

.article-ratings .ratings-count {
	font-size: .785rem;
	color: #4c4b4b
}

.article-ratings .fa-spinner {
	margin-right: 5px
}

.pagination__wrapper .pagination {
	margin-bottom: 0 !important;
	justify-content: center
}

.article-social-share {
	float: right
}

.article-social-share .social-share-icon ul {
	padding: 0;
	list-style: none;
	margin: 0
}

.article-social-share .social-share-icon ul li {
	display: inline-block
}

.article-social-share .social-share-icon ul li:not(:last-child) {
	margin-right: 10px
}

.article-social-share .social-share-icon ul li a {
	border: 1px solid var(--border_color);
	font-size: 1rem;
	border-radius: 50%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	width: 38px;
	display: inline-block
}

.article-social-share .social-share-icon ul li a:hover,
.article-social-share .social-share-icon ul li a:focus {
	border-color: var(--primary_color)
}

.newsfeed-category .category {
	list-style: none;
	padding: 0;
	margin: 0
}

.newsfeed-category .category li {
	padding: 5px 0
}

.newsfeed-category #filter-search {
	margin: 10px 0
}

.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
	list-style: none;
	padding: 0;
	margin: 0
}

.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
	padding: 2px 0
}

.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
	margin: 5px 0
}

.article-footer-top {
	display: table;
	clear: both;
	width: 100%
}

.article-footer-top .post_rating {
	float: left
}

.contentpane:not(.com-sppagebuilder) {
	padding: 20px
}

#sp-bottom h1,
#sp-bottom h2,
#sp-bottom h3,
#sp-bottom h4,
#sp-bottom h5,
#sp-bottom h6,
#sp-footer h1,
#sp-footer h2,
#sp-footer h3,
#sp-footer h4,
#sp-footer h5,
#sp-footer h6 {
	color: var(--footer_headings_color)
}

#sp-bottom {
	padding: 120px 0 60px
}

#sp-bottom .sp-module {
	margin-bottom: 40px
}

#sp-bottom .sp-module .sp-module-title {
	font-weight: 700;
	font-size: 1.5rem;
	margin: 0 0 30px;
	color: var(--footer_headings_color)
}

#sp-bottom .sp-module ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#sp-bottom .sp-module ul>li {
	display: block;
	margin-bottom: 15px
}

#sp-bottom .sp-module ul>li:last-child {
	margin-bottom: 0
}

#sp-bottom .sp-module ul>li>a {
	display: block
}

#sp-footer {
	padding: 0 0 90px
}

#sp-footer .container-inner {
	background: rgba(255, 255, 255, .035);
	padding: 30px 0 30px 30px
}

#sp-footer ul.menu {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0 -10px
}

#sp-footer ul.menu li {
	display: inline-block;
	margin: 0 10px
}

#sp-footer ul.menu li a {
	display: block
}

#sp-footer ul.menu li a:hover {
	background: none
}

#sp-footer .sp-module+.sp-copyright {
	display: block;
	margin-top: 1.25rem
}

#sp-footer .sp-copyright {
	color: var(--footer_link_color)
}

#sp-footer .sp-copyright a,
#sp-footer .sp-copyright .designed-by {
	color: var(--primary_color)
}

@media(max-width: 991.98px) {
	#sp-footer #sp-footer1 {
		text-align: center
	}
}

#sp-footer #sp-footer2 {
	text-align: right
}

@media(max-width: 991.98px) {
	#sp-footer #sp-footer2 {
		text-align: center;
		margin-top: 20px
	}
}

html.coming-soon {
	width: 100%;
	height: 100%;
	min-height: 100%
}

html.coming-soon body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 50%
}

html.coming-soon .container {
	position: relative
}

html.coming-soon .coming-soon-logo {
	display: inline-block;
	margin-bottom: 2rem
}

html.coming-soon #coming-soon-countdown {
	margin-top: 4rem
}

html.coming-soon #coming-soon-countdown .coming-soon-days,
html.coming-soon #coming-soon-countdown .coming-soon-hours,
html.coming-soon #coming-soon-countdown .coming-soon-minutes,
html.coming-soon #coming-soon-countdown .coming-soon-seconds {
	margin: 0;
	float: left;
	width: 25%
}

html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number,
html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
	width: 100%;
	font-size: 4.5rem;
	letter-spacing: -1px;
	line-height: 1;
	display: block;
	font-weight: 900
}

html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string,
html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string,
html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string,
html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
	font-size: 1.5rem;
	letter-spacing: -1px;
	display: block;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 25px;
	margin-top: 5px;
	color: var(--headings_color)
}

html.coming-soon .coming-soon-position {
	margin-top: 2rem
}

html.coming-soon .social-icons {
	margin-top: 4rem
}

html.coming-soon .coming-soon-login form {
	display: inline-block
}

@media(max-width: 767.98px) {

	html.coming-soon #coming-soon-countdown .coming-soon-days,
	html.coming-soon #coming-soon-countdown .coming-soon-hours,
	html.coming-soon #coming-soon-countdown .coming-soon-minutes,
	html.coming-soon #coming-soon-countdown .coming-soon-seconds {
		width: 50%
	}
}

html.coming-soon #form-login .form-control {
	border-color: rgba(173, 181, 189, .7)
}

html.error-page {
	width: 100%;
	height: 100%
}

html.error-page body {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover
}

html.error-page .container {
	position: relative
}

html.error-page .error-logo {
	display: inline-block;
	margin-bottom: 2rem
}

html.error-page .error-code {
	margin: 0 0 1rem;
	font-size: 120px;
	line-break: 1
}

html.error-page .error-code span {
	color: var(--primary_color);
	text-shadow: 3px 3px #fff, 5px 5px var(--primary_color)
}

html.error-page .error-message {
	font-size: 1.5rem;
	margin-bottom: 3rem
}

.sp-social-share ul {
	display: block;
	padding: 0;
	margin: 20px -5px 0
}

.sp-social-share ul li {
	display: inline-block;
	font-size: 24px;
	margin: 0 5px
}

.profile>div:not(:last-child) {
	margin-bottom: 30px
}

.dl-horizontal dt {
	margin: 8px 0;
	text-align: left
}

.page-header {
	padding-bottom: 15px
}

table.category {
	width: 100%
}

table.category thead>tr,
table.category tbody>tr {
	border: 1px solid #f2f2f2
}

table.category thead>tr th,
table.category thead>tr td,
table.category tbody>tr th,
table.category tbody>tr td {
	padding: 10px
}

.contact-form .form-actions {
	background: none;
	border: none
}

@media print {
	.visible-print {
		display: inherit !important
	}

	.hidden-print {
		display: none !important
	}
}

.sp-preloader {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999
}

.sp-preloader>div {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	position: absolute;
	animation: spSpin .75s linear infinite
}

.sp-preloader>div:after {
	content: "";
	position: absolute;
	width: 49px;
	height: 49px;
	top: 1px;
	right: 0;
	left: 0;
	margin: auto;
	border-radius: 50%
}

.sp-scroll-up {
	display: none;
	position: fixed;
	bottom: 65px;
	right: 30px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	color: var(--primary_color_contrast);
	background: var(--primary_color);
	border-radius: 4px;
	z-index: 1000;
	transition: all .3s ease;
	opacity: .9
}

.sp-scroll-up:hover,
.sp-scroll-up:active,
.sp-scroll-up:focus {
	color: var(--primary_color_contrast);
	background: var(--primary_color);
	opacity: 1
}

.control-group {
	margin-bottom: 1rem
}

.form-control,
.sppb-form-group .sppb-form-control {
	border-color: var(--border_color);
	background: rgba(0, 0, 0, 0)
}

.form-control:focus,
.sppb-form-group .sppb-form-control:focus {
	border-color: var(--primary_color)
}

select.form-control:not([multiple]),
select.inputbox:not([multiple]),
select.sppb-form-control:not([size]):not([multiple]),
select:not([multiple]) {
	height: calc(2em + 0.75rem + 2px);
	font-size: 1rem
}

.form-control-feedback {
	display: block;
	margin-top: .25rem;
	font-size: .875em
}

input[type=text],
input[type=email],
input[type=url],
input[type=date],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea {
	outline: none;
	box-shadow: none !important
}

input[type=text]:not(.form-control):not([class^=builder]),
input[type=email]:not(.form-control):not([class^=builder]),
input[type=url]:not(.form-control):not([class^=builder]),
input[type=date]:not(.form-control):not([class^=builder]),
input[type=password]:not(.form-control):not([class^=builder]),
input[type=search]:not(.form-control):not([class^=builder]),
input[type=tel]:not(.form-control):not([class^=builder]),
input[type=number]:not(.form-control):not([class^=builder]),
select:not(.form-select):not(.form-control):not([class^=builder]) {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 2;
	background-color: black;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid var(--border_color);
	border-radius: .25rem;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	color: white;
}

input[type=text]:not(.form-control):not([class^=builder]):focus,
input[type=email]:not(.form-control):not([class^=builder]):focus,
input[type=url]:not(.form-control):not([class^=builder]):focus,
input[type=date]:not(.form-control):not([class^=builder]):focus,
input[type=password]:not(.form-control):not([class^=builder]):focus,
input[type=search]:not(.form-control):not([class^=builder]):focus,
input[type=tel]:not(.form-control):not([class^=builder]):focus,
input[type=number]:not(.form-control):not([class^=builder]):focus,
select:not(.form-select):not(.form-control):not([class^=builder]):focus {
	border-color: var(--primary_color);
	outline: 0
}

.password-group meter {
	width: 100%
}

.chzn-select,
.chzn-select-deselect {
	width: 100%
}

.chzn-container.chzn-container-single .chzn-single {
	display: block;
	width: 100%;
	padding: .5rem .75rem;
	line-height: 1.25;
	height: calc(2.25rem + 2px);
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-shadow: none
}

.chzn-container.chzn-container-single .chzn-single div {
	width: 30px;
	background: none
}

.chzn-container.chzn-container-single .chzn-single div>b {
	background: none;
	position: relative;
	font: normal normal normal 14px/1 FontAwesome
}

.chzn-container.chzn-container-single .chzn-single div>b:after {
	content: "";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: .875rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%)
}

.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
	border-radius: .25rem .25rem 0 0
}

.chzn-container.chzn-container-single .chzn-search {
	padding: .625rem
}

.chzn-container.chzn-container-single .chzn-search input[type=text] {
	display: block;
	width: 100%;
	padding: .5rem 1.429rem .5rem .75rem;
	font-size: .875rem;
	line-height: 1.25;
	height: calc(2rem + 2px);
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-shadow: none;
	-webkit-box-shadow: none
}

.chzn-container.chzn-container-single .chzn-search input[type=text]:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
	-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.chzn-container.chzn-container-single .chzn-search:after {
	content: "";
	font-family: "FontAwesome";
	font-size: .875rem;
	color: rgba(0, 0, 0, .2);
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.chzn-container.chzn-container-single .chzn-drop {
	border-color: rgba(0, 0, 0, .15);
	border-radius: 0 0 .25rem .25rem;
	box-shadow: none;
	-webkit-box-shadow: none
}

.chzn-container.chzn-container-single .chzn-results li.highlighted {
	background-image: none !important
}

.chzn-container.chzn-container-multi .chzn-choices {
	display: block;
	width: 100%;
	padding: 0 .75rem;
	min-height: calc(2.25rem + 2px);
	line-height: 1.25;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-shadow: none;
	-webkit-box-shadow: none
}

.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type=text] {
	font-size: .875rem;
	font-weight: normal;
	line-height: 1.25;
	height: calc(2rem + 2px);
	background-color: #fff
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
	margin: 5.5px 5px 0 0;
	padding: 5px 20px 5px 5px;
	background-image: none;
	background-color: #f5f5f5;
	border-color: rgba(0, 0, 0, .1);
	box-shadow: none;
	-webkit-box-shadow: none
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
	background: none;
	top: 5px;
	color: rgba(0, 0, 0, .2)
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
	color: rgba(0, 0, 0, .5)
}

.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
	content: "";
	font-family: "FontAwesome";
	font-size: .875rem;
	position: absolute;
	top: 0;
	right: 0
}

.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
	border-radius: .25rem
}

.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
	margin-top: -4px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none
}

.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
	padding: .75rem;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	border-top: 0;
	border-radius: 0 0 .25rem .25rem
}

.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
	background: none
}

.form-horizontal .control-label {
	float: left;
	width: auto;
	padding-top: 5px;
	padding-right: 5px;
	text-align: left
}

.form-horizontal .controls {
	margin-left: 220px
}

.card-block {
	padding: 20px
}

.card-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block
}

.card-block ul li {
	display: block
}

.alert.alert-error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.invalid {
	color: #a51f18;
	border-color: #a51f18
}

#sp-cookie-consent {
	position: fixed;
	font-size: 16px;
	font-weight: 500;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10001
}

#sp-cookie-consent>div {
	padding: 20px;
	position: relative
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline {
	margin: 0;
	margin-right: -5px;
	padding-left: 0px
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #f3f3f3;
	color: #333;
	border-top: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	border-radius: 0
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label.btn-success {
	background: #46a546;
	color: #fff
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label input[type=radio] {
	display: none !important
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:last-child label {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:first-child label {
	border-left: 1px solid #b3b3b3;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.com-contenthistory .btn-group {
	display: flex;
	justify-content: flex-end
}

.com-contenthistory .btn-group button {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	background-color: #f5f5f5;
	background-repeat: repeat-x;
	border: 1px solid #bbb;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.com-contenthistory .btn-group button:hover {
	color: #333;
	background-color: #e9e9e9
}

#versionsModal {
	top: 10%
}

#versionsModal .modal-dialog {
	max-width: 80%
}

#versionsModal iframe {
	min-height: 300px
}

body.com-content.view-form.layout-edit .nav-tabs .nav-link {
	display: block !important
}

.no-js img.lazyload {
	display: none
}

#system-message-container {
	position: fixed;
	bottom: 0px;
	right: 15px;
	max-width: 350px;
	z-index: 9999
}

#system-message-container .alert {
	font-size: 13px;
	line-height: 1.5
}

#system-message-container .alert>.btn-close {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer
}

#system-message-container joomla-alert {
	font-size: 13px
}

.com-users.view-registration #member-registration .modal-dialog,
.com-users.view-registration #member-profile .modal-dialog,
.com-users.view-profile #member-registration .modal-dialog,
.com-users.view-profile #member-profile .modal-dialog {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.hu-media-modal .modal-dialog {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.registration #member-registration #jform_privacyconsent_privacy-lbl {
	display: inline-flex
}

.registration #member-registration #jform_privacyconsent_privacy-lbl>a {
	position: initial;
	display: block;
	color: #74797c
}

.registration #member-registration #jform_privacyconsent_privacy-lbl>a:hover,
.registration #member-registration #jform_privacyconsent_privacy-lbl>a:focus {
	color: #d01a1a
}

body.com-users.view-registration>#sbox-window {
	overflow: hidden
}

body.com-users.view-registration>#sbox-window>#sbox-btn-close {
	top: 5px;
	right: 5px
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset>.joomla-tabs {
	display: flex;
	padding: 0;
	margin: 0 !important;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	list-style: outside none none;
	background-color: #f5f5f5;
	border-color: #ccc #ccc currentcolor;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	border-radius: .25rem .25rem 0 0;
	border-image: none;
	box-shadow: 0 1px #fff inset, 0 2px 3px -3px rgba(0, 0, 0, .15), 0 -4px 0 rgba(0, 0, 0, .05) inset, 0 0 3px rgba(0, 0, 0, .04)
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset>.joomla-tabs .nav-item>.nav-link {
	color: var(--text-color)
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset>.joomla-tabs .nav-item>.nav-link.active {
	background-color: rgba(0, 0, 0, .03);
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.05) 100%);
	border-right: 0 none;
	border-left: 0 none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 2px 0 1px -1px rgba(0, 0, 0, .08) inset, -2px 0 1px -1px rgba(0, 0, 0, .08) inset, 0 1px 0 rgba(0, 0, 0, .02) inset
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset>.tab-content {
	padding: 15px;
	background-color: #fefefe;
	border: 1px solid #ccc;
	border-radius: 0 0 .25rem .25rem;
	box-shadow: 0 0 3px rgba(0, 0, 0, .04)
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #editor label#jform_title-lbl {
	margin-bottom: 15px;
	font-weight: 700
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #editor .js-editor-tinymce {
	display: flex;
	flex-direction: column
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #publishing>.control-group,
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #metadata>.control-group,
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #attrib-helix_ultimate_blog_options>.control-group {
	display: flex;
	flex-direction: column
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #publishing>.control-group>label,
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #metadata>.control-group>label,
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #attrib-helix_ultimate_blog_options>.control-group>label {
	margin-bottom: 5px;
	font-weight: 700
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #publishing>.control-group textarea,
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #metadata>.control-group textarea,
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #attrib-helix_ultimate_blog_options>.control-group textarea {
	width: 100%
}

body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #publishing>.control-group .calendar-container .time td select,
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #metadata>.control-group .calendar-container .time td select,
body.helix-ultimate.hu.view-form.layout-edit .edit.item-page>#adminForm>fieldset #attrib-helix_ultimate_blog_options>.control-group .calendar-container .time td select {
	padding: 4px;
	font-size: 13px
}

body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid {
	display: flex;
	max-width: 100%
}

body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8 {
	flex: auto
}

body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8>.controls {
	margin-left: 10px;
	display: flex;
	max-width: 500px
}

body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8>.controls #folderlist_chzn,
body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8>.controls #folderlist {
	flex: auto
}

body.contentpane.com-media.view-images .container-popup #imageForm>#messages+.well .row-fluid .span8 #upbutton {
	background: var(--bs-primary);
	color: #fff;
	margin: 0 5px
}

body.contentpane.com-media.view-images .container-popup #imageForm .well>.row-fluid:not(:last-child) {
	margin-bottom: 5px
}

body.contentpane.com-media.view-images .container-popup #imageForm .well>.row-fluid:not(:last-child)>.control-group:not(:last-child) {
	margin-bottom: 5px
}

body.contentpane.com-media.view-images .container-popup #imageForm .btn.button-cancel {
	background: var(--bs-danger);
	color: #fff
}

body.contentpane.com-media.view-images .container-popup #imageForm .btn.button-cancel:hover,
body.contentpane.com-media.view-images .container-popup #imageForm .btn.button-cancel:focus {
	border-color: var(--bs-danger)
}

body.contentpane.com-menus.view-items.layout-modal #adminForm .js-stools-container-bar {
	display: flex
}

body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar {
	display: flex;
	align-items: center;
	padding: 10px 0px
}

body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>label {
	margin-right: 10px
}

body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append {
	display: flex
}

body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append>button[type=submit] {
	background: var(--bs-primary);
	color: #fff;
	margin-left: 5px
}

body.contentpane.com-modules.view-modules.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper>button[type=button] {
	background: var(--bs-primary);
	color: #fff
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools,
body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools,
body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools {
	padding-top: 15px
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar,
body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar,
body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar {
	margin-bottom: 10px
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>label,
body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>label,
body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>label {
	margin-right: 10px
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append,
body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append,
body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append {
	display: flex
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append>button[type=submit],
body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append>button[type=submit],
body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper.input-append>button[type=submit] {
	background: var(--bs-primary);
	color: #fff;
	margin-left: 5px
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper>button[type=button],
body.contentpane.com-menus.view-items.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper>button[type=button],
body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm>.js-stools .js-stools-container-bar>.btn-wrapper>button[type=button] {
	background: var(--bs-primary);
	color: #fff
}

body.contentpane.com-content.view-articles.layout-modal .container-popup #adminForm .js-stools-container-bar,
body.contentpane.com-contact.view-contacts.layout-modal .container-popup #adminForm .js-stools-container-bar {
	display: flex;
	align-items: center
}

.modal-dialog.jviewport-width80 {
	width: 80vw;
	max-width: none
}

.btn:focus {
	box-shadow: none !important
}

.input-group.hu-j4-media {
	max-width: 356px
}

.hidden {
	display: none !important
}

.field-calendar .input-group-text {
	padding: 0
}

.field-calendar .input-group-text button#jform_mycalendar_btn {
	background: rgba(0, 0, 0, 0);
	border: none;
	color: #212529
}

.form-check-inline label.form-check-label.btn {
	padding: .375rem 3px
}

.modal-body .iframe {
	min-height: 60vh !important
}

#sbox-content iframe {
	width: 780px;
	height: 480px
}

.carousel-item img {
	width: 100%
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important
}

li.custom_user_login_menu ul li:last-child,
li.custom_user_login_menu {
	border-bottom: none
}

li.custom_user_login_menu ul {
	padding-left: 0;
	list-style: none
}

li.custom_user_login_menu ul li {
	padding: 5px 0;
	border-bottom: 1px solid #eee
}

svg#Passkey {
	height: 2rem
}

#icon-passkey {
	fill: #fff
}

.inner-wrapper-sticky {
	background-color: var(--bg_color)
}

.joomla-dialog-container {
	box-sizing: border-box;
	flex-flow: column;
	width: 100%;
	display: flex;
	position: relative
}

.joomla-dialog-container .buttons-holder {
	justify-content: flex-end;
	align-items: center;
	margin-inline-start: auto;
	display: flex
}

.joomla-dialog-container .buttons-holder button {
	margin-inline: .375rem
}

.joomla-dialog-header {
	border-bottom: 1px solid var(--border-color);
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
	display: flex;
	position: relative
}

.joomla-dialog-header h3,
.joomla-dialog-header .h3 {
	margin: 0
}

.joomla-dialog-header .header-icon {
	margin-inline-end: .375rem;
	font-size: 1.75rem
}

.joomla-dialog-header.empty {
	display: none
}

.joomla-dialog-body {
	box-sizing: border-box;
	flex: auto;
	position: relative
}

.joomla-dialog-body .buttons-holder {
	position: absolute;
	top: 1rem;
	right: 1rem
}

.joomla-dialog-body joomla-dialog[type=inline],
joomla-dialog[type=ajax] .joomla-dialog-body {
	overflow: auto
}

joomla-dialog.loading .joomla-dialog-body {
	opacity: 0
}

joomla-dialog.loaded .joomla-dialog-body {
	opacity: 1;
	transition: opacity .4s
}

.joomla-dialog-footer {
	border-top: 1px solid var(--border-color);
	padding: 1rem;
	position: relative
}

.joomla-dialog-footer .buttons-holder button {
	padding-inline: 22px
}

.joomla-dialog-footer.empty {
	display: none
}

.joomla-dialog-alert dialog,
.joomla-dialog-confirm dialog {
	width: 600px;
	max-width: 80vw;
	height: fit-content
}

.joomla-dialog-alert .joomla-dialog-body,
.joomla-dialog-confirm .joomla-dialog-body {
	padding: 1rem
}

@media(width >=1400px) {
	.joomla-dialog-content-select-field dialog {
		width: 90vw;
		height: 90vh
	}
}

.article-details .featured-article-badge {
	position: unset
}

.article-details:has(.article-full-image) .featured-article-badge,
.article-details:has(.article-featured-image) .featured-article-badge,
.article-details:has(.article-feature-gallery) .featured-article-badge,
.article-details:has(.article-featured-video) .featured-article-badge,
.article-details:has(.article-featured-audio) .featured-article-badge {
	position: absolute
}

#users-profile-custom-joomlatoken .list-group-item {
	white-space: nowrap;
	overflow: auto
}

blockquote {
	padding: 0 0 0 30px !important;
	font-size: 1.125rem;
	color: var(--headings_color);
	position: relative;
	font-style: italic;
	overflow: hidden;
	border-left: 6px solid var(--primary_color) !important
}

blockquote>p:last-child {
	margin-bottom: 0
}

blockquote footer {
	margin-top: 1rem;
	font-weight: 600;
	font-style: normal
}

pre {
	padding: 20px;
	background: #212529;
	color: #dee2e6
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas,
.flaticon {
	display: inline-flex;
	justify-content: center;
	align-items: center
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before {
	font-family: "flaticon";
	font-weight: normal
}

.vbox-open {
	padding-right: 17px
}

.vbox-open .vbox-overlay .vbox-container {
	overflow-y: hidden;
	padding: 40px 0 30px
}

.vbox-open .vbox-overlay .vbox-container .vbox-content {
	padding: 0 4%
}

.vbox-open .vbox-overlay .vbox-container .vbox-content img {
	display: inline-block;
	width: auto
}

.vbox-open .vbox-overlay .vbox-container .vbox-content .vbox-child,
.vbox-open .vbox-overlay .vbox-container .vbox-content iframe,
.vbox-open .vbox-overlay .vbox-container .vbox-content img {
	max-height: calc(100vh - 70px)
}

.vbox-open .vbox-overlay .vbox-title {
	font-size: 1rem;
	left: 0
}

.vbox-open .vbox-overlay .vbox-num {
	font-size: 1rem
}

.vbox-open .vbox-overlay .vbox-close {
	font-size: 28px
}

.vbox-open .header-sticky.veno-scroll {
	padding-right: 17px
}

.modal {
	z-index: 10001
}

.modal-backdrop {
	margin-top: 0;
	z-index: 10000
}

.modal-backdrop.show {
	opacity: .8
}

.com-media.contentpane {
	padding: 10px !important
}

.com-media .well {
	background: #f5f5f5;
	padding: 20px;
	border-radius: 4px;
	margin-bottom: 10px
}

.com-media .well .row {
	margin: 0;
	padding: 0
}

.com-media .well .row>div:first-child {
	width: calc(100% - 200px)
}

.com-media .well .row>div:last-child {
	width: 200px;
	float: right;
	text-align: right;
	padding-top: 30px
}

.com-media .well .row #folderlist {
	display: inline-block
}

.com-media .well .row #upbutton {
	display: none
}

.com-media.view-imagesList {
	padding: 0px 0px 10px 0 !important
}

.com-media.view-imagesList:before {
	content: " ";
	display: table
}

.com-media.view-imagesList:after {
	display: block;
	clear: both;
	content: ""
}

.com-media.view-imagesList ul.manager {
	list-style: none;
	padding: 0;
	margin: 0
}

.com-media.view-imagesList ul.manager>li.thumbnail {
	width: 110px;
	float: left
}

.com-media.view-imagesList ul.manager>li.thumbnail>a.selected {
	border: 2px solid green;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child {
	height: 60px;
	margin-bottom: 10px;
	text-align: center
}

.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child>span {
	display: inline-block;
	width: 60px;
	height: 40px;
	margin: 0 auto;
	margin-top: 25px;
	position: relative;
	background-color: #92ceff;
	border-radius: 0 5px 5px 5px
}

.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child>span:before {
	content: "";
	width: 50%;
	height: 12px;
	border-radius: 0 20px 0 0;
	background-color: #92ceff;
	position: absolute;
	top: -12px;
	left: 0px
}

.com-media.view-imagesList ul.manager>li.thumbnail>a>div:first-child img {
	display: inline-block
}

.sp-megamenu-parent {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	z-index: 99;
	display: block;
	float: right;
	position: static
}

.sp-megamenu-parent .sp-menu-item>a img,
.sp-megamenu-parent .sp-menu-item>span img {
	display: inline-block
}

.sp-megamenu-parent>li {
	display: inline-block;
	position: relative;
	padding: 0
}

.sp-megamenu-parent>li.menu-justify {
	position: static
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
	display: inline-block;
	padding: 0 15px;
	line-height: 100px;
	font-size: 16px;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	font-weight: 600
}

.sp-megamenu-parent>li>a::before,
.sp-megamenu-parent>li>span::before {
	content: "";
	width: 0;
	height: 6px;
	border-top: 1px solid var(--menu_text_active_color);
	border-bottom: 1px solid var(--menu_text_active_color);
	position: absolute;
	left: 15px;
	bottom: 15px;
	clip-path: polygon(0 0, 18px 0, 25px 6px, 0 6px);
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {

	.sp-megamenu-parent>li>a::before,
	.sp-megamenu-parent>li>span::before {
		transition: none
	}
}

@media(max-width: 1199.98px) {

	.sp-megamenu-parent>li>a,
	.sp-megamenu-parent>li>span {
		font-size: 16px
	}
}

.sp-megamenu-parent>li:last-child>a {
	padding: 0px 0px 0px 15px
}

.sp-megamenu-parent>li:last-child.active>a::before,
.sp-megamenu-parent>li:last-child:hover>a::before {
	width: 25px
}

.sp-megamenu-parent>li.active>a::before,
.sp-megamenu-parent>li.active>span::before,
.sp-megamenu-parent>li:hover>a::before,
.sp-megamenu-parent>li:hover>span::before {
	width: 25px
}

.sp-megamenu-parent>li .sp-menu-badge {
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	font-size: 10px;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	background: #d60000;
	color: #fff;
	border-radius: 3px
}

.sp-megamenu-parent .sp-module {
	padding: 10px
}

.sp-megamenu-parent .sp-mega-group {
	list-style: none;
	padding: 0;
	margin: 0
}

.sp-megamenu-parent .sp-mega-group>li>.sp-group-title {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 0 15px;
	color: var(--menu_dropdown_text_color)
}

.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
	list-style: none;
	padding: 0;
	margin: 0
}

.sp-megamenu-parent .sp-dropdown {
	margin: 0;
	position: absolute;
	z-index: 10;
	display: none
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: 0 4px 3px 0 var(--header_shadow);
	padding: 20px 0;
	border-bottom: 2px solid var(--menu_text_active_color)
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner>.row:not(:first-child) {
	margin-top: 20px
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-mega>.sp-dropdown-inner {
	padding: 20px
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
	list-style: none;
	padding: 0;
	margin: 0
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
	top: 100%
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
	top: 0
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
	box-shadow: 0 0 5px var(--header_shadow)
}

.sp-megamenu-parent .sp-dropdown li {
	display: block;
	padding: 0;
	position: relative
}

.sp-megamenu-parent .sp-dropdown li>a,
.sp-megamenu-parent .sp-dropdown li span:not(.sp-menu-badge):not([class*=fa-]) {
	font-size: 16px;
	line-height: 1;
	display: block;
	padding: 12px 15px;
	cursor: pointer;
	font-weight: 400 !important
}

.sp-megamenu-parent .sp-dropdown li>a::before,
.sp-megamenu-parent .sp-dropdown li span:not(.sp-menu-badge):not([class*=fa-])::before {
	content: "";
	width: 0;
	height: 4px;
	display: inline-block;
	border-top: 1px solid var(--menu_dropdown_text_active_color);
	border-bottom: 1px solid var(--menu_dropdown_text_active_color);
	position: relative;
	top: -4px;
	clip-path: polygon(0 0, 8px 0, 15px 4px, 0 4px);
	transition: all .4s ease-in-out
}

@media(prefers-reduced-motion: reduce) {

	.sp-megamenu-parent .sp-dropdown li>a::before,
	.sp-megamenu-parent .sp-dropdown li span:not(.sp-menu-badge):not([class*=fa-])::before {
		transition: none
	}
}

.sp-megamenu-parent .sp-dropdown li>a.sp-group-title,
.sp-megamenu-parent .sp-dropdown li span:not(.sp-menu-badge):not([class*=fa-]).sp-group-title {
	text-transform: uppercase;
	font-weight: bold
}

.sp-megamenu-parent .sp-dropdown .sp-module {
	padding: 0
}

.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
	font-size: 16px;
	margin: 0 0 15px;
	text-transform: uppercase;
	font-weight: bold
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
	margin: 0
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li:not(:last-child) {
	margin: 0 0 15px
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li a {
	font-size: 14px
}

.sp-megamenu-parent .sp-dropdown .sp-module .latestnews>li a span {
	opacity: .8
}

.sp-megamenu-parent .sp-dropdown-mega>.row {
	margin-top: 30px
}

.sp-megamenu-parent .sp-dropdown-mega>.row:first-child {
	margin-top: 0
}

.sp-megamenu-parent .sp-dropdown-mega .sp-module {
	margin-left: 0px !important
}

.sp-megamenu-parent .sp-has-child:hover>.sp-dropdown {
	display: block
}

.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover>.sp-dropdown {
	animation: spFadeIn 600ms
}

.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover>.sp-dropdown {
	animation: spFadeInUp 400ms ease-in
}

.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover>.sp-dropdown {
	animation: spFadeInDown 400ms ease-in
}

.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover>.sp-dropdown {
	animation: spZoomIn 300ms
}

.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover>.sp-dropdown {
	animation: spRotateIn 300ms
}

.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover>.sp-dropdown {
	animation: spPulse 300ms
}

.offcanvas-menu .hide-on-offcanvas {
	display: none !important
}

.offcanvas-menu .fa,
.offcanvas-menu .fab,
.offcanvas-menu .far,
.offcanvas-menu .fas {
	color: var(--offcanvas_menu_icon_color)
}

.offcanvas-menu a .fa,
.offcanvas-menu a .fab,
.offcanvas-menu a .far,
.offcanvas-menu a .fas {
	color: inherit
}

.offcanvas-menu .offcanvas-inner ul.menu li.active>a {
	color: var(--offcanvas_menu_active_menu_item_color)
}

body.ltr .sp-megamenu-parent>li.sp-has-child>a:after,
body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
	font-family: "Font Awesome 6 Free";
	content: "";
	float: right;
	margin-left: 5px;
	font-weight: 900;
	font-size: 12px
}

@media(max-width: 1199.98px) {

	body.ltr .sp-megamenu-parent>li.sp-has-child>a:after,
	body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
		display: none
	}
}

body.ltr .sp-megamenu-parent>li .sp-menu-badge.sp-menu-badge-right {
	margin-left: 5px
}

body.ltr .sp-megamenu-parent>li .sp-menu-badge.sp-menu-badge-left {
	margin-right: 5px
}

body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
	font-family: "Font Awesome 6 Free";
	content: "";
	float: right;
	margin-left: 5px;
	font-weight: 900;
	font-size: 12px
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
	margin-left: 45px
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
	left: 0
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full>div>.row>div:not(:last-child) {
	border-right: 1px solid var(--border_color)
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
	right: 0
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
	left: 100%
}

@media(min-width: 576px) {
	.sp-menu-full.container {
		width: 540px
	}
}

@media(min-width: 768px) {
	.sp-menu-full.container {
		width: 720px
	}
}

@media(min-width: 992px) {
	.sp-menu-full.container {
		width: 960px
	}
}

@media(min-width: 1200px) {
	.sp-menu-full.container {
		width: 1140px
	}
}

@media(min-width: 1400px) {
	.sp-menu-full.container {
		width: 1320px
	}
}

#offcanvas-toggler {
	display: inline-flex;
	align-items: center;
	height: 100px;
	line-height: 100px;
	font-size: 20px
}

#offcanvas-toggler>span:hover {
	color: #fff
}

.offcanvas-init {
	overflow-x: hidden;
	position: relative
}

.offcanvas-active .offcanvas-overlay {
	visibility: visible;
	opacity: 1
}

.offcanvas-overlay {
	background: rgba(0, 0, 0, .7);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
	visibility: hidden;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	margin-top: 0
}

.body-wrapper {
	position: relative;
	-webkit-transition: .4s;
	transition: .4s;
	backface-visibility: hidden
}

.close-offcanvas {
	position: absolute;
	top: 10px;
	z-index: 1
}

.close-offcanvas .burger-icon>span {
	background: var(--offcanvas_menu_items_and_items_color)
}

.offcanvas-menu {
	width: 300px;
	height: 100%;
	position: fixed;
	top: 60px;
	overflow: inherit;
	-webkit-transition: all .4s;
	transition: all .4s;
	z-index: 10000;
	margin-top: 0
}

.offcanvas-menu #offcanvas-toggler {
	display: none !important
}

.offcanvas-menu .offcanvas-inner {
	padding: 25px;
	max-height: calc(100vh - 60px);
	overflow-y: auto;
	overflow-x: hidden;
	scroll-behavior: smooth
}

.offcanvas-menu .offcanvas-inner .header-modules {
	margin-left: 0px;
	padding-right: 0
}

.offcanvas-menu .offcanvas-inner .header-modules::after {
	display: none
}

.offcanvas-menu .offcanvas-inner .header-modules>div.sp-module {
	margin-bottom: 0
}

.offcanvas-menu .offcanvas-inner .header-modules>div.sp-module:first-child {
	width: 100%
}

.offcanvas-menu .offcanvas-inner .header-modules>div:not(:first-child) {
	margin-left: 20px
}

.offcanvas-menu .offcanvas-inner .finder {
	margin-bottom: 10px
}

.offcanvas-menu .offcanvas-inner .sp-sign-in {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	align-items: center
}

.offcanvas-menu .offcanvas-inner .sp-sign-in .signin-text {
	display: none !important
}

.offcanvas-menu .offcanvas-inner .sp-profile-wrapper {
	z-index: 1;
	display: inline-flex;
	height: 100%
}

.offcanvas-menu .offcanvas-inner .sp-profile-wrapper .user-text {
	display: none !important
}

.offcanvas-menu .offcanvas-inner .sp-profile-wrapper .sp-sign-in {
	color: var(--offcanvas_menu_items_and_items_color)
}

.offcanvas-menu .offcanvas-inner .sp-profile-wrapper .sp-sign-in:hover {
	color: var(--offcanvas_menu_active_menu_item_color)
}

.offcanvas-menu .offcanvas-inner .sp-profile-wrapper .sp-profile-dropdown {
	border: 1px solid var(--border_color);
	background: var(--offcanvas_menu_bg_color)
}

.offcanvas-menu .offcanvas-inner .sp-profile-wrapper .sp-profile-dropdown a {
	color: var(--offcanvas_menu_items_and_items_color)
}

.offcanvas-menu .offcanvas-inner .sp-profile-wrapper .sp-profile-dropdown a:hover {
	color: var(--offcanvas_menu_active_menu_item_color)
}

.offcanvas-menu .offcanvas-inner .sp-contact-info,
.offcanvas-menu .offcanvas-inner .social-icons {
	font-size: 1rem
}

.offcanvas-menu .offcanvas-inner .sp-contact-info>li>a:hover,
.offcanvas-menu .offcanvas-inner .sp-contact-info>li>a:focus,
.offcanvas-menu .offcanvas-inner .social-icons>li>a:hover,
.offcanvas-menu .offcanvas-inner .social-icons>li>a:focus {
	opacity: 1
}

.offcanvas-menu .offcanvas-inner .sp-contact-info {
	margin-top: 20px
}

.offcanvas-menu .offcanvas-inner .sp-contact-info>li {
	display: block
}

.offcanvas-menu .offcanvas-inner .sp-contact-info>li:not(:last-child) {
	margin-bottom: 10px
}

.offcanvas-menu .offcanvas-inner .sp-module {
	padding: 0;
	margin: 0
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
	font-size: 1rem;
	font-weight: bold
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
	margin-bottom: 20px
}

.offcanvas-menu .offcanvas-inner .sp-module .awesomplete {
	width: 100%
}

.offcanvas-menu .offcanvas-inner ul.menu,
.offcanvas-menu .offcanvas-inner ul.menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	margin: 0;
	margin: 0 0 15px 0;
	list-style: none
}

.offcanvas-menu .offcanvas-inner ul.menu>li {
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	display: block;
	font-weight: 600;
	border-top: 1px solid rgba(173, 181, 189, .25)
}

.offcanvas-menu .offcanvas-inner ul.menu>li:last-child {
	border-bottom: 1px solid rgba(173, 181, 189, .25)
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a,
.offcanvas-menu .offcanvas-inner ul.menu>li>span {
	display: block;
	padding: 13px 0px;
	position: relative;
	line-height: 1;
	transition: .3s
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li>span:hover {
	opacity: 1
}

.offcanvas-menu .offcanvas-inner ul.menu>li ul.menu-child {
	display: none
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
	display: flex;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 10px;
	width: 20px;
	height: 20px;
	justify-content: center;
	align-items: center;
	border-radius: 3px
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler:after,
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler:after {
	font-family: "Font Awesome 6 Free";
	content: "";
	font-weight: 900
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent>a,
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent>.nav-header {
	position: relative;
	display: block
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler {
	right: 0px;
	display: flex;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 2px 10px;
	width: 20px;
	height: 20px;
	justify-content: center;
	align-items: center;
	border-radius: 3px
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler:after {
	font-family: "Font Awesome 6 Free";
	content: "";
	font-weight: 900
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent.menu-parent-open .menu-toggler:after {
	content: ""
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>a>.menu-toggler:after,
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>.menu-separator>.menu-toggler:after {
	font-family: "Font Awesome 6 Free";
	content: "";
	font-weight: 900
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent.menu-parent-open>.nav-header>.menu-toggler:after {
	font-family: "Font Awesome 6 Free";
	content: "";
	font-weight: 900
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler {
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler:after {
	font-family: "Font Awesome 6 Free";
	content: "";
	font-weight: 900
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul {
	display: none
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a,
.offcanvas-menu .offcanvas-inner ul.menu>li>ul li .nav-header {
	font-size: 1rem;
	padding: 10px 0px;
	line-height: 1;
	font-weight: 400;
	display: block
}

.offcanvas-menu .offcanvas-inner ul.menu li.active>a {
	color: var(--offcanvas_menu_active_menu_item_color)
}

.offcanvas-menu .d-flex.align-items-center.p-3.pt-4 {
	padding: 1rem 25px 0 25px !important
}

.offcanvas-menu .d-flex.align-items-center.p-3.pt-4 .logo {
	margin-bottom: -15px
}

.offcanvas-menu .d-flex.align-items-center.p-3.pt-4+.offcanvas-inner {
	margin-top: 5px
}

.offcanvas-menu .logo.overlaplogo .logo-image+.overlap-logo,
.offcanvas-menu .logo.overlaplogo .logo-image-phone+.overlap-logo {
	display: none !important
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li {
	margin-bottom: 0
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li>a {
	padding: 15px 30px 15px 10px
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu ul {
	padding-bottom: 15px
}

.offcanvas-menu.center-alignment .offcanvas-inner {
	padding: 0px 15px
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
	float: right;
	margin-left: 20px
}

body.ltr #offcanvas-toggler.offcanvas-toggler-left {
	float: left;
	margin-right: 20px
}

body.ltr.offcanvs-position-left .body-wrapper {
	left: 0
}

body.ltr.offcanvs-position-left .offcanvas-menu {
	left: -300px;
	top: 0
}

body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
	left: 0;
	top: 0
}

body.ltr.offcanvs-position-right .body-wrapper {
	right: 0
}

body.ltr.offcanvs-position-right .offcanvas-menu {
	right: -300px;
	top: 0
}

body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
	right: 0;
	top: 0
}

body.ltr .close-offcanvas {
	right: 10px
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler,
body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
	right: 0px
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler {
	right: 0px
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li ul {
	margin-left: 10px
}

@keyframes spFadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes spFadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes spFadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes spZoomIn {
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3)
	}

	100% {
		opacity: 1
	}
}

@keyframes spRotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	to {
		transform-origin: center;
		transform: none;
		opacity: 1
	}
}

@keyframes spPulse {
	from {
		opacity: 0;
		transform: scale3d(1, 1, 1)
	}

	50% {
		opacity: .5;
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		opacity: 1;
		transform: scale3d(1, 1, 1)
	}
}

@keyframes spSpin {
	to {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes grdAiguille {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes grdAiguille {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes ptAiguille {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes ptAiguille {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes loader1 {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes loader1 {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes loader6 {
	0% {
		-webkit-transform: rotate(0deg)
	}

	50% {
		-webkit-transform: rotate(180deg)
	}

	100% {
		-webkit-transform: rotate(180deg)
	}
}

@keyframes loader6 {
	0% {
		transform: rotate(0deg)
	}

	50% {
		transform: rotate(180deg)
	}

	100% {
		transform: rotate(180deg)
	}
}

@keyframes rotate-360 {
	from {
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes audioWave {
	25% {
		background: linear-gradient(#121212, #121212) 0 50%, linear-gradient(#121212, #121212) .625em 50%, linear-gradient(#121212, #121212) 1.25em 50%, linear-gradient(#121212, #121212) 1.875em 50%, linear-gradient(#121212, #121212) 2.5em 50%;
		background-repeat: no-repeat;
		background-size: .5em 2em, .5em .25em, .5em .25em, .5em .25em, .5em .25em
	}

	37.5% {
		background: linear-gradient(#121212, #121212) 0 50%, linear-gradient(#121212, #121212) .625em 50%, linear-gradient(#121212, #121212) 1.25em 50%, linear-gradient(#121212, #121212) 1.875em 50%, linear-gradient(#121212, #121212) 2.5em 50%;
		background-repeat: no-repeat;
		background-size: .5em .25em, .5em 2em, .5em .25em, .5em .25em, .5em .25em
	}

	50% {
		background: linear-gradient(#121212, #121212) 0 50%, linear-gradient(#121212, #121212) .625em 50%, linear-gradient(#121212, #121212) 1.25em 50%, linear-gradient(#121212, #121212) 1.875em 50%, linear-gradient(#121212, #121212) 2.5em 50%;
		background-repeat: no-repeat;
		background-size: .5em .25em, .5em .25em, .5em 2em, .5em .25em, .5em .25em
	}

	62.5% {
		background: linear-gradient(#121212, #121212) 0 50%, linear-gradient(#121212, #121212) .625em 50%, linear-gradient(#121212, #121212) 1.25em 50%, linear-gradient(#121212, #121212) 1.875em 50%, linear-gradient(#121212, #121212) 2.5em 50%;
		background-repeat: no-repeat;
		background-size: .5em .25em, .5em .25em, .5em .25em, .5em 2em, .5em .25em
	}

	75% {
		background: linear-gradient(#121212, #121212) 0 50%, linear-gradient(#121212, #121212) .625em 50%, linear-gradient(#121212, #121212) 1.25em 50%, linear-gradient(#121212, #121212) 1.875em 50%, linear-gradient(#121212, #121212) 2.5em 50%;
		background-repeat: no-repeat;
		background-size: .5em .25em, .5em .25em, .5em .25em, .5em .25em, .5em 2em
	}
}

@-webkit-keyframes effect-2 {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes effect-2 {
	from {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes sequence1 {
	0% {
		height: 10px
	}

	50% {
		height: 50px
	}

	100% {
		height: 10px
	}
}

@keyframes sequence2 {
	0% {
		height: 20px
	}

	50% {
		height: 65px
	}

	100% {
		height: 20px
	}
}

@keyframes rot1 {
	100% {
		transform: skew(-10deg) translateX(50px) rotate(405deg)
	}
}

@-webkit-keyframes rot1 {
	100% {
		-webkit-transform: skew(-10deg) translateX(50px) rotate(405deg)
	}
}

@keyframes rot2 {
	100% {
		transform: skew(-10deg) rotate(525deg)
	}
}

@-webkit-keyframes rot2 {
	100% {
		-webkit-transform: skew(-10deg) rotate(525deg)
	}
}

@keyframes rot3 {
	100% {
		transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg)
	}
}

@-webkit-keyframes rot3 {
	100% {
		-webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg)
	}
}

@keyframes width {
	10% {
		width: 10%
	}

	20% {
		width: 20%
	}

	30% {
		width: 30%
	}

	40% {
		width: 40%
	}

	50% {
		width: 50%
	}

	60% {
		width: 60%
	}

	70% {
		width: 70%
	}

	80% {
		width: 80%
	}

	90% {
		width: 90%
	}

	100% {
		width: 100%
	}
}

.sp-pre-loader {
	background: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999
}

.sp-pre-loader .sp-loader-clock {
	border: 3px solid #121212;
	border-radius: 60px;
	bottom: 0;
	height: 80px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 80px
}

.sp-pre-loader .sp-loader-clock:after {
	content: "";
	position: absolute;
	background-color: #121212;
	top: 2px;
	left: 48%;
	height: 38px;
	width: 4px;
	border-radius: 5px;
	-webkit-transform-origin: 50% 97%;
	transform-origin: 50% 97%;
	-webkit-animation: grdAiguille 2s linear infinite;
	animation: grdAiguille 2s linear infinite
}

.sp-pre-loader .sp-loader-clock:before {
	content: "";
	position: absolute;
	background-color: #121212;
	top: 6px;
	left: 48%;
	height: 35px;
	width: 4px;
	border-radius: 5px;
	-webkit-transform-origin: 50% 94%;
	transform-origin: 50% 94%;
	-webkit-animation: ptAiguille 12s linear infinite;
	animation: ptAiguille 12s linear infinite
}

.sp-pre-loader .sp-loader-circle {
	position: absolute;
	height: 80px;
	width: 80px;
	border-radius: 80px;
	border: 3px solid fade(#121212, 70%);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: loader1 3s linear infinite;
	animation: loader1 3s linear infinite
}

.sp-pre-loader .sp-loader-circle:after {
	content: "";
	position: absolute;
	top: -5px;
	left: 20px;
	width: 11px;
	height: 11px;
	border-radius: 10px;
	background-color: #121212
}

.sp-pre-loader .sp-loader-bubble-loop {
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 12px;
	background-color: #121212;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: loader6 1s ease-in-out infinite;
	animation: loader6 1s ease-in-out infinite
}

.sp-pre-loader .sp-loader-bubble-loop:before {
	content: "";
	position: absolute;
	background-color: rgba(18, 18, 18, .5);
	top: 0px;
	left: -25px;
	height: 12px;
	width: 12px;
	border-radius: 12px
}

.sp-pre-loader .sp-loader-bubble-loop:after {
	content: "";
	position: absolute;
	background-color: rgba(18, 18, 18, .5);
	top: 0px;
	left: 25px;
	height: 12px;
	width: 12px;
	border-radius: 12px
}

.sp-pre-loader .circle-two {
	bottom: 0;
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px
}

.sp-pre-loader .circle-two>span,
.sp-pre-loader .circle-two>span:before,
.sp-pre-loader .circle-two>span:after {
	content: "";
	display: block;
	border-radius: 50%;
	border: 2px solid #121212;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.sp-pre-loader .circle-two>span {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-left-color: rgba(0, 0, 0, 0);
	-webkit-animation: effect-2 2s infinite linear;
	-moz-animation: effect-2 2s infinite linear;
	-ms-animation: effect-2 2s infinite linear;
	-o-animation: effect-2 2s infinite linear;
	animation: effect-2 2s infinite linear
}

.sp-pre-loader .circle-two>span:before {
	width: 75%;
	height: 75%;
	border-right-color: rgba(0, 0, 0, 0)
}

.sp-pre-loader .circle-two>span:after {
	width: 50%;
	height: 50%;
	border-bottom-color: rgba(0, 0, 0, 0)
}

.sp-pre-loader .wave-two-wrap {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	width: 90px
}

.sp-pre-loader .wave-two {
	margin: 0;
	list-style: none;
	width: 90px;
	position: relative;
	padding: 0;
	height: 10px
}

.sp-pre-loader .wave-two li {
	position: absolute;
	width: 2px;
	height: 0;
	background-color: #121212;
	bottom: 0
}

.sp-pre-loader .wave-two li:nth-child(1) {
	left: 0;
	-webkit-animation: sequence1 1s ease infinite 0;
	animation: sequence1 1s ease infinite 0
}

.sp-pre-loader .wave-two li:nth-child(2) {
	left: 15px;
	-webkit-animation: sequence2 1s ease infinite .1s;
	animation: sequence2 1s ease infinite .1s
}

.sp-pre-loader .wave-two li:nth-child(3) {
	left: 30px;
	-webkit-animation: sequence1 1s ease-in-out infinite .2s;
	animation: sequence1 1s ease-in-out infinite .2s
}

.sp-pre-loader .wave-two li:nth-child(4) {
	left: 45px;
	-webkit-animation: sequence2 1s ease-in infinite .3s;
	animation: sequence2 1s ease-in infinite .3s
}

.sp-pre-loader .wave-two li:nth-child(5) {
	left: 60px;
	-webkit-animation: sequence1 1s ease-in-out infinite .4s;
	animation: sequence1 1s ease-in-out infinite .4s
}

.sp-pre-loader .wave-two li:nth-child(6) {
	left: 75px;
	-webkit-animation: sequence2 1s ease infinite .5s;
	animation: sequence2 1s ease infinite .5s
}

.sp-pre-loader .sp-loader-audio-wave {
	width: 3em;
	height: 2em;
	background: linear-gradient(#121212, #121212) 0 50%, linear-gradient(#121212, #121212) .625em 50%, linear-gradient(#121212, #121212) 1.25em 50%, linear-gradient(#121212, #121212) 1.875em 50%, linear-gradient(#121212, #121212) 2.5em 50%;
	background-repeat: no-repeat;
	background-size: .5em .25em, .5em .25em, .5em .25em, .5em .25em, .5em .25em;
	animation: audioWave 1.5s linear infinite;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto
}

.sp-pre-loader .sp-loader-with-logo {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center
}

.sp-pre-loader .sp-loader-with-logo .logo {
	display: inline-block;
	width: auto
}

.sp-pre-loader .sp-loader-with-logo .line {
	background: #121212;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0
}

@media(max-width: 1199px) {
	#sp-header.full-header {
		padding-left: 15px;
		padding-right: 15px
	}

	#sp-header.header-with-social #sp-menu .social-wrap {
		padding-left: 0px
	}

	.sp-megamenu-parent>li>a,
	.sp-megamenu-parent>li>span {
		padding: 0 10px
	}
}

@media(min-width: 992px) {
	#sp-header.header-with-modal-menu #offcanvas-toggler.offcanvas {
		display: none !important
	}
}

@media(max-width: 991px) {
	:root {
		--header_height: 70px
	}

	.sp-megamenu-parent>li>a,
	.sp-megamenu-parent>li>span {
		line-height: 70px
	}

	#sp-header {
		height: 70px
	}

	#sp-header .logo {
		height: 70px
	}

	#sp-header.header-with-modal-menu #offcanvas-toggler {
		display: flex !important
	}

	#sp-header.header-with-modal-menu #modal-menu-toggler {
		display: none
	}

	#sp-header.full-header-center #offcanvas-toggler.mega,
	#sp-header.header-with-modal-menu #offcanvas-toggler.mega,
	#sp-header.full-header-left #offcanvas-toggler.mega,
	#sp-header.lg-header #offcanvas-toggler.mega,
	#sp-header.header-with-social #offcanvas-toggler.mega {
		display: flex !important
	}

	#sp-header.lg-header #offcanvas-toggler.mega {
		display: none !important
	}

	#sp-header.lg-header .offcanvas-toggler-left.offcanvas {
		display: flex !important
	}

	#sp-header-topbar .container-inner>.row {
		min-height: 70px
	}

	#modal-menu {
		top: 70px
	}

	#offcanvas-toggler {
		height: 70px;
		line-height: 70px
	}

	#sp-logo.has-border>.sp-column {
		border-right: none;
		padding-right: 0px
	}

	#sp-menu .social-wrap:after,
	#sp-logo.has-border:after {
		display: none
	}

	#sp-logo.has-border {
		padding-right: 15px
	}

	#sp-menu .social-wrap {
		padding-left: 15px
	}

	#sp-header.header-with-modal-menu.center-layout .sp-contact-info,
	#sp-header.header-with-modal-menu.classic-layout .sp-contact-info {
		display: none
	}

	#sp-header-topbar {
		margin: 10px 0px
	}

	.inner-wrapper-sticky {
		z-index: 1000
	}
}

@media(max-width: 767px) {
	#sp-menu .social-wrap {
		padding-left: 10px
	}

	#sp-menu .social-wrap:after {
		display: none
	}

	#sp-header .menu-wrap {
		display: none
	}

	.modal-dialog.jviewport-width80 {
		width: auto
	}

	.article.related-article-large.d-flex {
		display: block !important
	}

	.related-article-large .article-image {
		width: auto;
		min-width: auto;
		margin-bottom: 15px
	}

	.related-article-large .article-information {
		border-left: none;
		padding-left: 0;
		margin-left: 0
	}

	.article-list.grid {
		--columns: 1 !important;
		margin-bottom: 15px
	}

	.inner-wrapper-sticky {
		z-index: 100
	}
}

@media(max-width: 575px) {
	:root {
		--header_height: 70px
	}

	.sp-megamenu-parent>li>a,
	.sp-megamenu-parent>li>span {
		line-height: 70px
	}

	#sp-header {
		height: 70px
	}

	#sp-header .logo {
		height: 70px
	}

	#sp-header-topbar .container-inner>.row {
		min-height: 70px
	}

	#modal-menu {
		top: 70px
	}

	#offcanvas-toggler {
		height: 70px;
		line-height: 70px
	}

	#sp-header .sp-module {
		margin-left: 10px
	}

	#sp-header .sp-module .sp-sign-in .text {
		display: none
	}

	#sp-menu ul.social-icons>li:not(:last-child) {
		margin-right: 10px
	}

	#sp-header.lg-header .top-part {
		border-bottom: none
	}

	#sp-header.lg-header #sp-contact {
		order: 1
	}

	#sp-header.lg-header #sp-logo {
		order: 3
	}

	#sp-header.lg-header #sp-social {
		order: 2
	}

	#sp-header.lg-header #sp-social .sp-column {
		justify-content: center !important
	}

	#sp-header.lg-header #sp-social .social-icons {
		margin: 0
	}

	#sp-header.lg-header #sp-social .social-icons>li:not(:last-child) {
		margin-right: 10px
	}

	#sp-header.lg-header .sp-contact-info {
		text-align: center;
		margin: 5px 0
	}

	.header-has-modules .container-inner>.row {
		flex-wrap: wrap !important
	}

	.header-has-modules #offcanvas-toggler {
		height: auto;
		line-height: 1.2
	}

	html.coming-soon #coming-soon-countdown .coming-soon-days,
	html.coming-soon #coming-soon-countdown .coming-soon-hours,
	html.coming-soon #coming-soon-countdown .coming-soon-minutes,
	html.coming-soon #coming-soon-countdown .coming-soon-seconds {
		width: 50%;
		margin-bottom: 15px
	}

	html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number,
	html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number,
	html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number,
	html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
		font-size: 2.5rem
	}

	html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string,
	html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string,
	html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string,
	html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
		font-size: 14px
	}

	.view-search #search-form .btn-group {
		flex-wrap: wrap
	}

	.view-search #search-form button,
	.view-search #search-form .btn {
		border-radius: 3px
	}
}

body,
.sp-preloader {
	background-color: var(--bg_color);
	color: var(--text_color)
}

.sp-preloader>div {
	background: var(--link_color)
}

.sp-preloader>div:after {
	background: var(--bg_color)
}

#sp-top-bar {
	background: var(--topbar_bg_color);
	color: var(--topbar_text_color)
}

#sp-top-bar a:not(.btn):not(.sppb-btn) {
	color: var(--topbar_link_color)
}

#sp-top-bar a:not(.btn):not(.sppb-btn):hover {
	color: var(--topbar_link_hover_color)
}

#sp-header {
	background: var(--header_bg_color)
}

#sp-menu ul.social-icons a:hover,
#sp-menu ul.social-icons a:focus {
	color: var(--menu_text_hover_color)
}

a {
	color: var(--link_color)
}

a:hover,
a:focus,
a:active {
	color: var(--link_hover_color)
}

.tags>li {
	display: inline-block
}

.tags>li a {
	background: var(--bg_color);
	color: var(--text_color)
}

.tags>li a:hover {
	background: var(--primary_color);
	color: var(--primary_color_contrast);
	border-color: var(--primary_color)
}

.article-social-share .social-share-icon ul li a {
	color: var(--headings_color)
}

.article-social-share .social-share-icon ul li a:hover,
.article-social-share .social-share-icon ul li a:focus {
	background: var(--primary_color);
	color: var(--primary_color_contrast)
}

.pager>li a {
	border: 1px solid #ededed;
	color: var(--text_color)
}

.sp-reading-progress-bar {
	background-color: var(--primary_color)
}

.sp-megamenu-parent>li>a {
	color: var(--menu_text_color)
}

.sp-megamenu-parent>li:hover>a {
	color: var(--menu_text_hover_color)
}

.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li.active:hover>a {
	color: var(--menu_text_active_color)
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	background: var(--menu_dropdown_bg_color)
}

.sp-megamenu-parent .sp-dropdown li>a {
	color: var(--menu_dropdown_text_color)
}

.sp-megamenu-parent .sp-dropdown li>a:hover {
	color: var(--menu_dropdown_text_hover_color)
}

.sp-megamenu-parent .sp-dropdown li>a:hover::before {
	width: 15px;
	margin-right: 5px
}

.sp-megamenu-parent .sp-dropdown li.active>a {
	color: var(--menu_dropdown_text_active_color)
}

.sp-megamenu-parent .sp-dropdown li.active>a::before {
	width: 15px;
	margin-right: 5px
}

.sp-megamenu-parent .sp-dropdown li.sp-has-child:hover>a {
	color: var(--menu_dropdown_text_hover_color)
}

.sp-megamenu-parent .sp-dropdown li.sp-has-child:hover>a::before {
	width: 15px;
	margin-right: 5px
}

.sp-megamenu-parent .sp-mega-group>li>a {
	color: var(--menu_dropdown_text_color)
}

#offcanvas-toggler>.fa {
	color: var(--menu_text_color)
}

#offcanvas-toggler>.fa:hover,
#offcanvas-toggler>.fa:focus,
#offcanvas-toggler>.fa:active {
	color: var(--menu_text_hover_color)
}

#offcanvas-toggler>.fas {
	color: var(--menu_text_color)
}

#offcanvas-toggler>.fas:hover,
#offcanvas-toggler>.fas:focus,
#offcanvas-toggler>.fas:active {
	color: var(--menu_text_hover_color)
}

#offcanvas-toggler>.far {
	color: var(--menu_text_color)
}

#offcanvas-toggler>.far:hover,
#offcanvas-toggler>.far:focus,
#offcanvas-toggler>.far:active {
	color: var(--menu_text_hover_color)
}

.offcanvas-menu {
	background-color: var(--offcanvas_menu_bg_color);
	color: rgba(var(--offcanvas_menu_items_and_items_color_rgb), 0.75)
}

.offcanvas-menu .offcanvas-inner a {
	color: var(--offcanvas_menu_items_and_items_color)
}

.offcanvas-menu .offcanvas-inner a:hover,
.offcanvas-menu .offcanvas-inner a:focus,
.offcanvas-menu .offcanvas-inner a:active {
	color: var(--offcanvas_menu_active_menu_item_color)
}

.offcanvas-menu .offcanvas-inner ul.menu>li a,
.offcanvas-menu .offcanvas-inner ul.menu>li span {
	color: var(--offcanvas_menu_items_and_items_color)
}

.offcanvas-menu .offcanvas-inner ul.menu>li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li a:focus,
.offcanvas-menu .offcanvas-inner ul.menu>li span:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li span:focus {
	color: var(--offcanvas_menu_active_menu_item_color)
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>a>.menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.menu-separator>.menu-toggler {
	color: var(--offcanvas_menu_bg_color);
	background: var(--offcanvas_menu_active_menu_item_color)
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent .menu-toggler {
	color: var(--offcanvas_menu_bg_color);
	background: var(--offcanvas_menu_active_menu_item_color)
}

.offcanvas-menu .offcanvas-inner ul.menu>li li a {
	color: var(--offcanvas_menu_items_and_items_color)
}

.offcanvas-menu .offcanvas-inner .form-control:not(:focus) {
	color: rgba(var(--offcanvas_menu_items_and_items_color_rgb), 0.6)
}

ul.social-icons>li a:hover {
	color: var(--link_color)
}

.layout-boxed .body-innerwrapper {
	background: var(--bg_color)
}

.sp-module ul>li>a {
	color: var(--link_color)
}

.sp-module ul>li>a:hover {
	color: var(--link_hover_color)
}

.sp-module .latestnews>div>a {
	color: var(--link_color)
}

.sp-module .latestnews>div>a:hover {
	color: var(--link_hover_color)
}

.sp-module .tagscloud .tag-name:hover {
	background: var(--primary_color)
}

.search .btn-toolbar button {
	background: var(--primary_color)
}

#sp-footer,
#sp-bottom {
	background: var(--footer_bg_color);
	color: var(--footer_text_color)
}

#sp-footer a,
#sp-bottom a {
	color: var(--footer_link_color)
}

#sp-footer a:hover,
#sp-footer a:active,
#sp-footer a:focus,
#sp-bottom a:hover,
#sp-bottom a:active,
#sp-bottom a:focus {
	color: var(--footer_link_hover_color)
}

#sp-bottom .sp-module-content .latestnews>li>a>span {
	color: var(--footer_text_color)
}

.sp-comingsoon body {
	background-color: var(--link_color)
}

.pagination>li>a,
.pagination>li>span {
	color: var(--text_color)
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
	color: var(--text_color);
	box-shadow: none
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>.page-link {
	border-color: var(--primary_color);
	background-color: var(--primary_color)
}

.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span:hover,
.pagination>.active>span:focus,
.pagination>.active>.page-link:hover,
.pagination>.active>.page-link:focus {
	border-color: var(--primary_color);
	background-color: var(--primary_color)
}

.error-code,
.coming-soon-number {
	color: var(--primary_color)
}