@charset "UTF-8";
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
[class^="icon-"],
[class*=" icon-"],
.far,
.fal,
.fad,
.fab,
.icon-joomla {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.icon-joomla,
[class^="icon-"],
[class*=" icon-"] {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
}

.fa-lg,
.icon-lg {
	font-size: 1.3333333333em;
	line-height: 0.75em;
	vertical-align: -0.0667em;
}

.fa-xs,
.icon-xs {
	font-size: 0.75em;
}

.fa-sm,
.icon-sm {
	font-size: 0.875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw,
.icon-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul,
.icon-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}
.fa-ul > li,
.icon-ul > li {
	position: relative;
}

.fa-li,
.icon-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border,
.icon-border {
	border: solid 0.08em #eee;
	border-radius: 0.1em;
	padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left,
.icon-pull-left {
	float: left;
}

.fa-pull-right,
.icon-pull-right {
	float: right;
}

.fa.fa-pull-left,
.fa.icon-pull-left,
.fas.fa-pull-left,
.fas.icon-pull-left,
.fa-pull-left[class^="icon-"],
[class^="icon-"].icon-pull-left,
.fa-pull-left[class*=" icon-"],
[class*=" icon-"].icon-pull-left,
.far.fa-pull-left,
.far.icon-pull-left,
.fal.fa-pull-left,
.fal.icon-pull-left,
.fab.fa-pull-left,
.fab.icon-pull-left,
.fa-pull-left.icon-joomla,
.icon-joomla.icon-pull-left {
	margin-right: 0.3em;
}
.fa.fa-pull-right,
.fa.icon-pull-right,
.fas.fa-pull-right,
.fas.icon-pull-right,
.fa-pull-right[class^="icon-"],
[class^="icon-"].icon-pull-right,
.fa-pull-right[class*=" icon-"],
[class*=" icon-"].icon-pull-right,
.far.fa-pull-right,
.far.icon-pull-right,
.fal.fa-pull-right,
.fal.icon-pull-right,
.fab.fa-pull-right,
.fab.icon-pull-right,
.fa-pull-right.icon-joomla,
.icon-joomla.icon-pull-right {
	margin-left: 0.3em;
}

.fa-spin,
.icon-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse,
.icon-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.fa-rotate-90,
.icon-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180,
.icon-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270,
.icon-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal,
.icon-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical,
.icon-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.fa-flip-both,
.icon-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-horizontal.icon-flip-vertical,
.fa-flip-vertical.icon-flip-horizontal,
.icon-flip-horizontal.icon-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .icon-rotate-90,
:root .fa-rotate-180,
:root .icon-rotate-180,
:root .fa-rotate-270,
:root .icon-rotate-270,
:root .fa-flip-horizontal,
:root .icon-flip-horizontal,
:root .fa-flip-vertical,
:root .icon-flip-vertical,
:root .fa-flip-both,
:root .icon-flip-both {
	-webkit-filter: none;
	filter: none;
}

.fa-stack,
.icon-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x,
.icon-stack-1x,
.fa-stack-2x,
.icon-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x,
.icon-stack-1x {
	line-height: inherit;
}

.fa-stack-2x,
.icon-stack-2x {
	font-size: 2em;
}

.fa-inverse,
.icon-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

.fa-balance-scale-right:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-biking:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-style:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-compress-alt:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-paper:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-wash:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-handshake-alt-slash:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

.fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-house-damage:before {
	content: "";
}

.fa-house-user:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-icons:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-innosoft:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-instagram-square:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-house:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mouse:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-arrows:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-alt:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-square-alt:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-photo-video:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-square:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-remove-format:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-down-alt:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-amount-up-alt:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-store-alt-slash:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-vest:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/fa-regular-400.eot");
	src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
		url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"),
		url("../fonts/fa-regular-400.ttf") format("truetype"),
		url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("../fonts/fa-solid-900.eot");
	src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
		url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"),
		url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
[class^="icon-"],
[class*=" icon-"] {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/fa-brands-400.eot");
	src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
		url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"),
		url("../fonts/fa-brands-400.ttf") format("truetype"),
		url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab,
.icon-joomla {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

/**
 *  IcoMoon to Fontawesome Conversion
 */
[class^="icon-"],
[class*=" icon-"] {
	speak: none;
}

[class^="icon-"].disabled,
[class*=" icon-"].disabled,
[class^="fa-"].disabled,
[class*=" fa-"].disabled {
	font-weight: 400;
}

.icon-joomla:before {
	content: "";
}

.icon-accessible:before {
	content: "";
}

.icon-add:before {
	content: "";
}

.icon-address-book:before {
	content: "";
}

.icon-address:before {
	content: "";
}

.icon-align-justify:before {
	content: "";
}

.icon-angle-double-left:before {
	content: "";
}

.icon-angle-double-right:before {
	content: "";
}

.icon-angle-down:before {
	content: "";
}

.icon-angle-left:before {
	content: "";
}

.icon-angle-right:before {
	content: "";
}

.icon-angle-up:before {
	content: "";
}

.icon-apply:before {
	content: "";
}

.icon-archive:before {
	content: "";
}

.icon-arrow-down-2:before {
	content: "";
}

.icon-arrow-down-3:before {
	content: "";
}

.icon-arrow-down-4:before {
	content: "";
}

.icon-arrow-down:before {
	content: "";
}

.icon-arrow-first:before {
	content: "";
}

.icon-arrow-last:before {
	content: "";
}

.icon-arrow-left-2:before {
	content: "";
}

.icon-arrow-left-3:before {
	content: "";
}

.icon-arrow-left-4:before {
	content: "";
}

.icon-arrow-left:before {
	content: "";
}

.icon-arrow-right-2:before {
	content: "";
}

.icon-arrow-right-3:before {
	content: "";
}

.icon-arrow-right-4:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

.icon-arrow-up-2:before {
	content: "";
}

.icon-arrow-up-3:before {
	content: "";
}

.icon-arrow-up-4:before {
	content: "";
}

.icon-arrow-up:before {
	content: "";
}

.icon-arrows-alt:before {
	content: "";
}

.icon-asterisk:before {
	content: "";
}

.icon-attachment:before {
	content: "";
}

.icon-backward-2:before {
	content: "";
}

.icon-backward-circle:before {
	content: "";
}

.icon-backward:before {
	content: "";
}

.icon-ban-circle:before {
	content: "";
}

.icon-bars:before {
	content: "";
}

.icon-basket:before {
	content: "";
}

.icon-bell:before {
	content: "";
}

.icon-bolt:before {
	content: "";
}

.icon-book:before {
	content: "";
}

.icon-bookmark-2:before {
	content: "";
}

.icon-bookmark:before {
	content: "";
}

.icon-box-add:before {
	content: "";
}

.icon-box-remove:before {
	content: "";
}

.icon-briefcase:before {
	content: "";
}

.icon-broadcast:before {
	content: "";
}

.icon-brush:before {
	content: "";
}

.icon-bubble-quote:before {
	content: "";
}

.icon-bullhorn:before {
	content: "";
}

.icon-calendar-check:before {
	content: "";
}

.icon-calendar-2:before {
	content: "";
}

.icon-calendar-3:before {
	content: "";
}

.icon-calendar-alt:before {
	content: "";
}

.icon-calendar:before {
	content: "";
}

.icon-camera-2:before {
	content: "";
}

.icon-camera:before {
	content: "";
}

.icon-cancel-2:before {
	content: "";
}

.icon-cancel-circle:before {
	content: "";
}

.icon-cancel:before {
	content: "";
}

.icon-caret-down:before {
	content: "";
}

.icon-caret-up:before {
	content: "";
}

.icon-cart:before {
	content: "";
}

.icon-chart:before {
	content: "";
}

.icon-check-circle:before {
	content: "";
}

.icon-check-square:before {
	content: "";
}

.icon-check:before {
	content: "";
}

.icon-checkbox-checked:before {
	content: "";
}

.icon-checkbox-partial:before {
	content: "";
}

.icon-checkbox-unchecked:before {
	content: "";
}

.icon-checkbox:before {
	content: "";
}

.icon-checkedout:before {
	content: "";
}

.icon-checkin:before {
	content: "";
}

.icon-checkmark-2:before {
	content: "";
}

.icon-checkmark-circle:before {
	content: "";
}

.icon-checkmark:before {
	content: "";
}

.icon-chevron-down:before {
	content: "";
}

.icon-chevron-left:before {
	content: "";
}

.icon-chevron-right:before {
	content: "";
}

.icon-chevron-up:before {
	content: "";
}

.icon-circle:before {
	content: "";
}

.icon-clipboard:before {
	content: "";
}

.icon-clock:before {
	content: "";
}

.icon-cloud-download-alt:before {
	content: "";
}

.icon-cloud-download:before {
	content: "";
}

.icon-cloud-upload:before {
	content: "";
}

.icon-cloud:before {
	content: "";
}

.icon-code:before {
	content: "";
}

.icon-code-branch:before {
	content: "";
}

.icon-cog:before {
	content: "";
}

.icon-cogs:before {
	content: "";
}

.icon-collapse:before {
	content: "";
}

.icon-color-palette:before {
	content: "";
}

.icon-comment-dots:before {
	content: "";
}

.icon-comment:before {
	content: "";
}

.icon-comments-2:before {
	content: "";
}

.icon-comments:before {
	content: "";
}

.icon-compass:before {
	content: "";
}

.icon-connection:before {
	content: "";
}

.icon-contract-2:before {
	content: "";
}

.icon-contract:before {
	content: "";
}

.icon-copy:before {
	content: "";
}

.icon-credit-2:before {
	content: "";
}

.icon-credit:before {
	content: "";
}

.icon-crop:before {
	content: "";
}

.icon-cube:before {
	content: "";
}

.icon-cubes:before {
	content: "";
}

.icon-dashboard:before {
	content: "";
}

.icon-database:before {
	content: "";
}

.icon-default:before {
	content: "";
}

.icon-delete:before {
	content: "";
}

.icon-desktop:before {
	content: "";
}

.icon-downarrow:before {
	content: "";
}

.icon-download:before {
	content: "";
}

.icon-drawer-2:before {
	content: "";
}

.icon-drawer:before {
	content: "";
}

.icon-edit:before {
	content: "";
}

.icon-ellipsis-h:before {
	content: "";
}

.icon-ellipsis-v:before {
	content: "";
}

.icon-enter:before {
	content: "";
}

.icon-envelope-open-text:before {
	content: "";
}

.icon-envelope-opened:before {
	content: "";
}

.icon-envelope:before {
	content: "";
}

.icon-equalizer:before {
	content: "";
}

.icon-error:before {
	content: "";
}

.icon-exclamation-circle:before {
	content: "";
}

.icon-exclamation-triangle:before {
	content: "";
}

.icon-exclamation:before {
	content: "";
}

.icon-exit:before {
	content: "";
}

.icon-expand-2:before {
	content: "";
}

.icon-expand:before {
	content: "";
}

.icon-expired:before {
	content: "";
}

.icon-external-link-alt:before {
	content: "";
}

.icon-eye-2:before {
	content: "";
}

.icon-eye-blocked:before {
	content: "";
}

.icon-eye-close:before {
	content: "";
}

.icon-eye-open:before {
	content: "";
}

.icon-eye-slash:before {
	content: "";
}

.icon-eye:before {
	content: "";
}

.icon-fax:before {
	content: "";
}

.icon-featured:before {
	content: "";
}

.icon-feed:before {
	content: "";
}

.icon-file-2:before {
	content: "";
}

.icon-file-add:before {
	content: "";
}

.icon-file-alt:before {
	content: "";
}

.icon-file-check:before {
	content: "";
}

.icon-file-minus:before {
	content: "";
}

.icon-file-plus:before {
	content: "";
}

.icon-file-remove:before {
	content: "";
}

.icon-file:before {
	content: "";
}

.icon-filter:before {
	content: "";
}

.icon-first:before {
	content: "";
}

.icon-flag-2:before {
	content: "";
}

.icon-flag-3:before {
	content: "";
}

.icon-flag:before {
	content: "";
}

.icon-flash:before {
	content: "";
}

.icon-folder-2:before {
	content: "";
}

.icon-folder-3:before {
	content: "";
}

.icon-folder-close:before {
	content: "";
}

.icon-folder-minus:before {
	content: "";
}

.icon-folder-open:before {
	content: "";
}

.icon-folder-plus-2:before {
	content: "";
}

.icon-folder-plus:before {
	content: "";
}

.icon-folder-remove:before {
	content: "";
}

.icon-folder:before {
	content: "";
}

.icon-forward-2:before {
	content: "";
}

.icon-forward-circle:before {
	content: "";
}

.icon-forward:before {
	content: "";
}

.icon-generic:before {
	content: "";
}

.icon-globe:before {
	content: "";
}

.icon-grid-2:before {
	content: "";
}

.icon-grid-view-2:before {
	content: "";
}

.icon-grid-view:before {
	content: "";
}

.icon-grid:before {
	content: "";
}

.icon-handshake:before {
	content: "";
}

.icon-health:before {
	content: "";
}

.icon-heart-2:before {
	content: "";
}

.icon-heart:before {
	content: "";
}

.icon-help:before {
	content: "";
}

.icon-hits:before {
	content: "";
}

.icon-home-2:before {
	content: "";
}

.icon-home:before {
	content: "";
}

.icon-image:before {
	content: "";
}

.icon-images:before {
	content: "";
}

.icon-info-2:before {
	content: "";
}

.icon-info-circle:before {
	content: "";
}

.icon-info:before {
	content: "";
}

.icon-key:before {
	content: "";
}

.icon-lamp:before {
	content: "";
}

.icon-language:before {
	content: "";
}

.icon-last:before {
	content: "";
}

.icon-leftarrow:before {
	content: "";
}

.icon-lightbulb:before {
	content: "";
}

.icon-lightning:before {
	content: "";
}

.icon-link:before {
	content: "";
}

.icon-list-2:before {
	content: "";
}

.icon-list-view:before {
	content: "";
}

.icon-list:before {
	content: "";
}

.icon-loading:before {
	content: "";
}

.icon-location:before {
	content: "";
}

.icon-lock:before {
	content: "";
}

.icon-locked:before {
	content: "";
}

.icon-loop:before {
	content: "";
}

.icon-mail-2:before {
	content: "";
}

.icon-mail:before {
	content: "";
}

.icon-map-signs:before {
	content: "";
}

.icon-menu-2:before {
	content: "";
}

.icon-menu-3:before {
	content: "";
}

.icon-menu:before {
	content: "";
}

.icon-minus-2:before {
	content: "";
}

.icon-minus-circle:before {
	content: "";
}

.icon-minus-sign:before {
	content: "";
}

.icon-minus:before {
	content: "";
}

.icon-mobile:before {
	content: "";
}

.icon-move:before {
	content: "";
}

.icon-music:before {
	content: "";
}

.icon-new-tab-2:before {
	content: "";
}

.icon-new-tab:before {
	content: "";
}

.icon-new:before {
	content: "";
}

.icon-next:before {
	content: "";
}

.icon-not-ok:before {
	content: "";
}

.icon-notification-2:before {
	content: "";
}

.icon-notification-circle:before {
	content: "";
}

.icon-notification:before {
	content: "";
}

.icon-ok:before {
	content: "";
}

.icon-open:before {
	content: "";
}

.icon-options:before {
	content: "";
}

.icon-out-2:before {
	content: "";
}

.icon-out-3:before {
	content: "";
}

.icon-out:before {
	content: "";
}

.icon-paint-brush:before {
	content: "";
}

.icon-palette:before {
	content: "";
}

.icon-paperclip:before {
	content: "";
}

.icon-paragraph-center:before {
	content: "";
}

.icon-paragraph-justify:before {
	content: "";
}

.icon-paragraph-left:before {
	content: "";
}

.icon-paragraph-right:before {
	content: "";
}

.icon-pause-circle:before {
	content: "";
}

.icon-pause:before {
	content: "";
}

.icon-pen-square:before {
	content: "";
}

.icon-pencil-2:before {
	content: "";
}

.icon-pencil-alt:before {
	content: "";
}

.icon-pencil:before {
	content: "";
}

.icon-pending:before {
	content: "";
}

.icon-phone-2:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

.icon-picture:before {
	content: "";
}

.icon-pictures:before {
	content: "";
}

.icon-pie:before {
	content: "";
}

.icon-pin:before {
	content: "";
}

.icon-play-2:before {
	content: "";
}

.icon-play-circle:before {
	content: "";
}

.icon-play:before {
	content: "";
}

.icon-plug:before {
	content: "";
}

.icon-plus-2:before {
	content: "";
}

.icon-plus-circle:before {
	content: "";
}

.icon-plus-square:before {
	content: "";
}

.icon-plus:before {
	content: "";
}

.icon-power-cord:before {
	content: "";
}

.icon-power-off:before {
	content: "";
}

.icon-previous:before {
	content: "";
}

.icon-print:before {
	content: "";
}

.icon-printer:before {
	content: "";
}

.icon-project-diagram:before {
	content: "";
}

.icon-protected:before {
	content: "";
}

.icon-publish:before {
	content: "";
}

.icon-purge:before {
	content: "";
}

.icon-pushpin:before {
	content: "";
}

.icon-puzzle-piece:before {
	content: "";
}

.icon-puzzle:before {
	content: "";
}

.icon-question-2:before {
	content: "";
}

.icon-question-circle:before {
	content: "";
}

.icon-question-sign:before {
	content: "";
}

.icon-question:before {
	content: "";
}

.icon-quote-2:before {
	content: "";
}

.icon-quote-3:before {
	content: "";
}

.icon-quote:before {
	content: "";
}

.icon-quotes-left:before {
	content: "";
}

.icon-quotes-right:before {
	content: "";
}

.icon-radio-checked:before {
	content: "";
}

.icon-radio-unchecked:before {
	content: "";
}

.icon-redo-2:before {
	content: "";
}

.icon-redo:before {
	content: "";
}

.icon-refresh:before {
	content: "";
}

.icon-register:before {
	content: "";
}

.icon-remove:before {
	content: "";
}

.icon-reply:before {
	content: "";
}

.icon-rightarrow:before {
	content: "";
}

.icon-rss:before {
	content: "";
}

.icon-save-copy:before {
	content: "";
}

.icon-save-new:before {
	content: "";
}

.icon-save:before {
	content: "";
}

.icon-scissors:before {
	content: "";
}

.icon-screen:before {
	content: "";
}

.icon-screwdriver:before {
	content: "";
}

.icon-search-minus:before {
	content: "";
}

.icon-search-plus:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-select-file:before {
	content: "";
}

.icon-share-alt:before {
	content: "";
}

.icon-share:before {
	content: "";
}

.icon-shield-alt:before {
	content: "";
}

.icon-shield:before {
	content: "";
}

.icon-shuffle:before {
	content: "";
}

.icon-signup:before {
	content: "";
}

.icon-sliders-h:before {
	content: "";
}

.icon-smiley-2:before {
	content: "";
}

.icon-smiley-happy-2:before {
	content: "";
}

.icon-smiley-happy:before {
	content: "";
}

.icon-smiley-neutral-2:before {
	content: "";
}

.icon-smiley-neutral:before {
	content: "";
}

.icon-smiley-sad-2:before {
	content: "";
}

.icon-smiley-sad:before {
	content: "";
}

.icon-smiley:before {
	content: "";
}

.icon-sort:before {
	content: "";
}

.icon-spinner:before {
	content: "";
}

.icon-square:before {
	content: "";
}

.icon-stack:before {
	content: "";
}

.icon-star-2:before {
	content: "";
}

.icon-star-empty:before {
	content: "";
}

.icon-star:before {
	content: "";
}

.icon-stop-circle:before {
	content: "";
}

.icon-stop:before {
	content: "";
}

.icon-success:before {
	content: "";
}

.icon-support:before {
	content: "";
}

.icon-switch:before {
	content: "";
}

.icon-sync:before {
	content: "";
}

.icon-tablet:before {
	content: "";
}

.icon-tachometer-alt:before {
	content: "";
}

.icon-tag-2:before {
	content: "";
}

.icon-tag:before {
	content: "";
}

.icon-tags-2:before {
	content: "";
}

.icon-tags:before {
	content: "";
}

.icon-tasks:before {
	content: "";
}

.icon-text-width:before {
	content: "";
}

.icon-th:before {
	content: "";
}

.icon-th-large:before {
	content: "";
}

.icon-thumbs-down:before {
	content: "";
}

.icon-thumbs-up:before {
	content: "";
}

.icon-times:before {
	content: "";
}

.icon-toggle-off:before {
	content: "";
}

.icon-toggle-on:before {
	content: "";
}

.icon-tools:before {
	content: "";
}

.icon-trash:before {
	content: "";
}

.icon-tree-2:before {
	content: "";
}

.icon-tree:before {
	content: "";
}

.icon-trophy:before {
	content: "";
}

.icon-unarchive:before {
	content: "";
}

.icon-unblock:before {
	content: "";
}

.icon-undo-2:before {
	content: "";
}

.icon-undo:before {
	content: "";
}

.icon-unfeatured:before {
	content: "";
}

.icon-universal:before {
	content: "";
}

.icon-universal-access:before {
	content: "";
}

.icon-unlock-alt:before {
	content: "";
}

.icon-unlock:before {
	content: "";
}

.icon-unpublish:before {
	content: "";
}

.icon-uparrow:before {
	content: "";
}

.icon-upload:before {
	content: "";
}

.icon-user-circle:before {
	content: "";
}

.icon-user-edit:before {
	content: "";
}

.icon-user-lock:before {
	content: "";
}

.icon-user-tag:before {
	content: "";
}

.icon-user:before {
	content: "";
}

.icon-users-cog:before {
	content: "";
}

.icon-users:before {
	content: "";
}

.icon-vcard:before {
	content: "";
}

.icon-video-2:before {
	content: "";
}

.icon-video:before {
	content: "";
}

.icon-wand:before {
	content: "";
}

.icon-warning-2:before {
	content: "";
}

.icon-warning-circle:before {
	content: "";
}

.icon-warning:before {
	content: "";
}

.icon-wifi:before {
	content: "";
}

.icon-wrench:before {
	content: "";
}

.icon-zoom-in:before {
	content: "";
}

.icon-zoom-out:before {
	content: "";
}
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f884"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cab:before{content:"\f1ba"}
.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  height: 60px;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a {
  display: inline-block;
  padding: 0 15px;
  line-height: 60px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
}
.sp-megamenu-parent > li.sp-has-child > a:after {
  font-family: "Font Awesome 5 Free";
  content: " \f107";
  font-weight: 600;
}
.sp-megamenu-parent > li.sp-has-child > a:before {
  content: "";
  position: absolute;
  opacity: 0;
  left: 50%;
  bottom: -15px;
  z-index: 999;
  width: 0;
  height: 0;
  border-width: 5px;
  border-color: #ededed #ededed transparent transparent;
  border-style: solid;
  transform: rotate(-45deg);
  transform-origin: 0 0;
  box-sizing: border-box;
  margin-left: -15px;
  z-index: -999;
}
.sp-megamenu-parent > li.sp-has-child:hover > a:before {
  opacity: 1;
  bottom: -10px;
  z-index: 1;
}
.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 .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background-color: #ededed;
  box-shadow: 0px 18px 27px 0px rgba(0,0,0,0.2);
  position: relative;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 2px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  display: block;
  padding: 0 25px;
  line-height: 45px;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:not(.sp-group-title):hover {
  background: #f7f7f7;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 25px 0 25px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child > a {
  border-bottom: none;
}
.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-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover > .sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover > .sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover > .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
#offcanvas-toggler {
  float: right;
  line-height: 60px;
}
#offcanvas-toggler > i {
  color: #fff;
  display: inline-block;
  padding: 0 0 0 10px;
  font-size: 18px;
  background: transparent;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler > i:hover {
  color: #fff;
}
.offcanvas-overlay {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.body-innerwrapper {
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
body.offcanvas .offcanvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  opacity: 1;
  z-index: 9999;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1;
  color: #fff;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  background: rgba(0,0,0,0.3);
}
.close-offcanvas:hover {
  background: rgba(0,0,0,0.5);
  color: #fff;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  color: #5f5f5f;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 99999;
  overflow-y: auto;
  visibility: visible;
}
.offcanvas-menu .offcanvas-inner {
  padding: 60px 20px 20px 20px;
}
.offcanvas-menu .offcanvas-inner .nav.menu {
  flex-direction: column;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  line-height: 28px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
  color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li > a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  background: rgba(255,255,255,0.07);
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a {
  background: #f7f7f7 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a {
  background: #f7f7f7 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover .offcanvas-menu-toggler {
  color: #333;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a {
  padding-left: 30px;
  color: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover {
  background: #f7f7f7 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
  margin: 0 -20px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #999;
}
.ltr .offcanvas-menu {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ltr .body-innerwrapper:after {
  right: 0;
}
.ltr .offcanvas-menu {
  right: -340px;
}
.ltr.offcanvas .offcanvas-menu {
  right: 0;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  visibility: visible;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas .offcanvas-menu {
  opacity: 1;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.layout-boxed #sp-main-menu .container.sp-dropdown-mega {
  position: absolute;
}
.layout-boxed .is-sticky #sp-main-menu > .container > .row:first-child:before,
.layout-boxed .is-sticky #sp-main-menu > .container > .row:first-child:after {
  display: none;
}
.layout-boxed .is-sticky #sp-main-menu > .container {
  width: 100%;
}
.layout-boxed .is-sticky #sp-main-menu .container.sp-dropdown-mega {
  margin: 0 35px;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
.btn,
.sppb-btn {
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #24252a;
  border-radius: 2px;
  line-height: 50px;
  padding: 0 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.btn:hover,
.btn:focus,
.sppb-btn:hover,
.sppb-btn:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
button {
  line-height: 50px;
  height: 50px;
}
input.btn,
input.sppb-btn {
  height: 50px !important;
  line-height: 50px !important;
  border: none;
}
input.btn:hover,
input.btn:focus,
input.btn:active,
input.btn:focus:active,
input.sppb-btn:hover,
input.sppb-btn:focus,
input.sppb-btn:active,
input.sppb-btn:focus:active {
  outline: none;
}
.btn.btn-sm,
.sppb-btn.sppb-btn-sm {
  line-height: 40px;
  padding: 0 30px;
}
.btn.btn-xs,
.sppb-btn.sppb-btn-xs {
  line-height: 30px;
  padding: 0 50px;
}
.btn.btn-lg,
.sppb-btn.sppb-btn-lg {
  font-size: 16px;
  line-height: 60px;
  padding: 0 55px;
}
.btn-default,
.sppb-btn-default {
  background-color: #fff;
}
.btn-primary,
.sppb-btn-primary {
  background-color: transparent;
  border: 1px solid #24252a !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.sppb-btn-primary:hover,
.sppb-btn-primary:focus,
.sppb-btn-primary:active {
  background-color: #24252a;
}
.btn-success,
.sppb-btn-success {
  color: #fff;
  background-color: #58cf68;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.sppb-btn-success:hover,
.sppb-btn-success:focus,
.sppb-btn-success:active {
  background-color: #36be49;
}
.btn-info,
.sppb-btn-info {
  color: #fff;
  background-color: #24252a;
}
.btn-warning,
.sppb-btn-warning {
  color: #fff;
  background-color: #ff3d00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.sppb-btn-warning:hover,
.sppb-btn-warning:focus,
.sppb-btn-warning:active {
  background-color: #cc3100;
}
.btn-danger,
.sppb-btn-danger {
  color: #fff;
  background-color: #e35358;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.sppb-btn-danger:hover,
.sppb-btn-danger:focus,
.sppb-btn-danger:active {
  background-color: #dc272d;
}
.btn-link,
.sppb-btn-link {
  background-color: transparent;
  padding: 0;
  color: #4e283f;
  font-weight: 700;
  letter-spacing: 5px;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.sppb-btn-link:hover,
.sppb-btn-link:focus,
.sppb-btn-link:active {
  text-decoration: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 2px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 50px !important;
  padding: 6px 20px;
  border-color: #e5dfdf;
  background-color: #f7f7f7 !important;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.sppb-form-control {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e5dfdf;
}
.sppb-form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
a,
i {
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
p {
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
}
body {
  line-height: 24px;
  background-color: #ededed;
  color: #706d6d;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
ul.pagination li {
  margin: 0 10px 0 0 !important;
}
ul.pagination li .page-link {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.pagination li a {
  margin-right: 10px;
  background: transparent;
  color: #adadad;
  border: solid 2px #e1e1e1 !important;
  font-weight: 700;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 16px;
  padding: 8px 18px !important;
  background: none !important;
  color: #706d6d !important;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  text-align: center;
  border-radius: 0 !important;
}
ul.pagination li a:hover {
  background: transparent;
  color: #706d6d;
  border: solid 2px #706d6d;
}
ul.pagination li.active a,
ul.pagination li:hover a {
  border-color: #706d6d !important;
}
ul.pagination li.disabled a {
  border-color: #e1e1e1 !important;
}
ul.pagination li span.page-link {
  width: 40px;
  height: 40px;
}
.alert-message,
.sppb-alert-info {
  background-color: #d9edf7;
  color: #31708f;
}
.alert-message div,
.sppb-alert-info div {
  font-size: 14px;
  font-weight: 400;
}
.alert-warning,
.sppb-alert-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.alert-danger,
.sppb-alert-danger {
  background-color: #f2dede;
  color: #a94442;
}
.alert .close {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.login button[type="submit"],
.logout button[type="submit"] {
  color: #fff;
}
.login button[type="submit"].btn,
.logout button[type="submit"].btn {
  border: none !important;
}
.login button[type="submit"]:hover,
.login button[type="submit"]:focus,
.logout button[type="submit"]:hover,
.logout button[type="submit"]:focus {
  outline: none;
}
.form-links li {
  display: inline-block;
}
.form-links li a {
  font-size: 14px;
  color: #24252a;
}
#sp-top-bar {
  padding: 8px 0;
  letter-spacing: 1px;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
#sp-top-bar .sp-contact-info {
  font-size: 12px;
}
#sp-top-bar .sp-contact-info > li i {
  margin-right: 10px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
  font-size: 14px;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons > li a {
  color: #706d6d;
}
.sp-module-content ul.nav.menu {
  flex-direction: column;
}
.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-contact-info {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header .logo {
  display: inline-block;
  height: 105px;
  display: table;
}
#sp-header .logo span {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
#sp-menu-right {
  padding-right: 0;
}
#sp-main-menu-sticky-wrapper {
  position: relative;
}
#sp-main-menu-sticky-wrapper #sp-main-menu {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
}
.aspasia-slider .sppb-row {
  display: block;
}
.layout-boxed #sp-main-menu .container {
  position: relative;
}
#sp-main-menu {
  position: relative;
  z-index: 100;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
.is-sticky #sp-main-menu {
  -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
  box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
  height: 60px;
}
.is-sticky #sp-main-menu > .container > .row:first-child {
  height: 60px;
}
.is-sticky #sp-main-menu > .container > .row:first-child:before,
.is-sticky #sp-main-menu > .container > .row:first-child:after {
  position: absolute;
  content: "";
  height: 60px;
  width: 100%;
  left: -100%;
}
.is-sticky #sp-main-menu > .container > .row:first-child:after {
  left: inherit;
  right: -100%;
}
.aspasia-top-search .searchwrapper {
  position: inherit;
  float: right;
  width: 80px;
}
.aspasia-top-search .searchwrapper input {
  width: 80px;
}
.aspasia-top-search .icon-top-wrapper {
  float: right;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 140px 0 110px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  background-color: #666;
  text-align: center;
  z-index: 10;
}
.sp-page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  z-index: -1;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
}
.sp-page-title h2 {
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.sp-page-title h3 {
  font-size: 42px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 30px 0 0 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  justify-content: center;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(0,0,0,0.5);
}
.sp-page-title .breadcrumb > span,
.sp-page-title .breadcrumb > li,
.sp-page-title .breadcrumb > li + li:before,
.sp-page-title .breadcrumb > li > a {
  color: #606060;
}
.sp-page-title .breadcrumb > li + li:before {
  content: ">";
}
.body-innerwrapper {
  overflow-x: hidden;
  -webkit-transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
  transition: margin-left 400ms cubic-bezier(0.7,0,0.3,1);
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
.sppb-addon-cta .sppb-cta-title {
  line-height: 1.3;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-cta .sppb-btn-default {
  margin-top: 20px;
}
.sppb-text-left * {
  text-align: left;
}
.aspasia-small-title .sppb-addon-title > span {
  font-size: 16px;
}
.aspasia-background-color {
  position: relative;
}
.aspasia-background-color:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aspasia-custom-line-height * {
  line-height: 1.5;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper {
  position: relative;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-stage .owl-item.active .sppb-slideshow-fullwidth-item-text {
  z-index: 100;
  opacity: 1;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slider-item-wrapper {
  text-align: center;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg {
  height: 680px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg > .container {
  position: relative;
  height: 100%;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  color: #ffffff;
  z-index: -999;
  opacity: 0;
  display: inline-block;
  text-transform: capitalize;
  text-align: left;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text .sppb-slidehsow-sub-title {
  margin-top: 20px;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -3px;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text a,
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title {
  color: #ffffff;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text p.details {
  margin-bottom: 80px;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text a.btn {
  color: #2a2b30;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation .container {
  position: relative;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a {
  position: absolute;
  bottom: 60px;
  right: 0;
  font-size: 33px;
  width: 55px;
  height: 55px;
  background: #fff;
  text-align: center;
  line-height: 55px;
  z-index: 999;
  color: #24252a;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a.sppbSlidePrev {
  right: 70px;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper:hover .customNavigation a {
  opacity: 1;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-theme .owl-controls {
  position: absolute;
  bottom: 12%;
  left: 0;
  right: 0;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 5px;
  border-radius: 0px;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-item .sppb-slideshow-fullwidth-item .sppb-wow.sppb-animated {
  display: none;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-item.active .sppb-slideshow-fullwidth-item .sppb-wow.sppb-animated {
  display: block;
}
.sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .owl-item.active .sppb-slideshow-fullwidth-item .sppb-wow.sppb-animated.sppb-slideshow-fullwidth-read-more {
  display: inline-block;
}
.sppb-addon-thumb-gallery {
  overflow: hidden;
}
.sppb-addon-thumb-gallery.default .flexslider.sppb-tg-slider:before,
.sppb-addon-thumb-gallery.default .flexslider.sppb-tg-slider:after {
  display: none;
}
.sppb-addon-thumb-gallery .sppb-addon-title {
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 400;
}
.sppb-addon-thumb-gallery .flexslider {
  background: transparent;
  border: 0;
  margin: 0 0 15px;
}
.sppb-addon-thumb-gallery .flexslider:hover .flex-direction-nav a.flex-prev {
  left: 0 !important;
}
.sppb-addon-thumb-gallery .flexslider:hover .flex-direction-nav a.flex-next {
  right: 0 !important;
}
.slides.sppb-addon-thumb-gallery .flexslider:hover:after {
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 1;
}
.sppb-addon-thumb-gallery .flexslider.sppb-tg-slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-thumb-gallery .flexslider.sppb-tg-slider .slides {
  position: relative;
  overflow: hidden;
}
.sppb-addon-thumb-gallery .flexslider.sppb-tg-slider:hover:after {
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 1;
}
.sppb-addon-thumb-gallery .flexslider.sppb-tg-slider:hover:before {
  opacity: 0.7;
}
.sppb-addon-thumb-gallery .flexslider.sppb-tg-slider .flex-direction-nav .flex-prev {
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  left: -50px !important;
}
.sppb-addon-thumb-gallery .flexslider.sppb-tg-slider .flex-direction-nav .flex-next {
  right: -50px !important;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.sppb-addon-thumb-gallery #carousel.flexslider {
  margin-bottom: 0;
}
.sppb-addon-thumb-gallery .flex-direction-nav .flex-prev {
  left: auto !important;
}
.sppb-addon-thumb-gallery .flex-direction-nav .flex-next {
  right: 0 !important;
}
.sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-prev a {
  left: 0;
  text-shadow: none;
  width: 25px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  text-align: center;
}
.sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-prev a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: block;
  content: "\f104";
  color: #fff;
  font-size: 28px;
  text-shadow: none;
}
.sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-prev a:hover {
  color: transparent;
  text-shadow: none;
}
.sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-next a {
  right: 0;
  text-shadow: none;
  width: 25px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  text-align: center;
}
.sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-next a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: block;
  content: "\f105";
  font-size: 28px;
  color: #fff;
  text-shadow: none;
}
.sppb-addon-thumb-gallery .flex-direction-nav li.flex-nav-next a:hover {
  color: transparent;
  text-shadow: none;
}
.sppb-addon-thumb-gallery #carousel ul li {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 15px;
  position: relative;
}
.sppb-addon-thumb-gallery #carousel ul li.flex-active-slide:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  background-color: rgba(0,0,0,0);
}
.sppb-addon-thumb-gallery #carousel ul li:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sppb-addon-thumb-gallery #carousel ul li:hover {
  cursor: pointer;
}
.sppb-addon-thumb-gallery #carousel ul li:hover:after {
  opacity: 1;
}
.sppb-addon-thumb-gallery #carousel li.flex-active-slide {
  position: relative;
  opacity: 1;
}
.sppb-addon-thumb-gallery #carousel li.flex-active-slide:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-prev .flex-prev {
  left: 25px !important;
}
.sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-prev a {
  top: inherit;
  bottom: 20px;
  left: 22px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-next a {
  top: inherit;
  bottom: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.sppb-addon-gallery {
  margin-bottom: 30px;
}
.sppb-addon-gallery .sppb-gallery {
  margin: 0 -15px;
}
.sppb-addon-gallery .sppb-gallery > li {
  padding: 0 15px;
  width: 25%;
}
.sppb-addon-gallery .sppb-gallery > li a {
  position: relative;
}
.sppb-addon-gallery .sppb-gallery > li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-gallery .sppb-gallery > li a:after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) scale(0);
  transform: translate(-50%,-50%) scale(0);
  font-size: 72px;
  color: #fff;
  margin-top: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-gallery .sppb-gallery > li a img {
  width: 100% !important;
}
.sppb-addon-gallery .sppb-gallery > li:hover a:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.sppb-addon-gallery .sppb-gallery > li:hover a:after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
}
.sppb-addon-gallery .sppb-gallery > li img {
  width: 100%;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 100px 50px 100px 0;
}
.sppb-addon-feature .sppb-feature-box-title {
  margin: 0 0 30px 0;
}
.sppb-addon-feature:hover {
  cursor: pointer;
}
.aspasia-feature-box .sppb-feature-box-title {
  margin-top: 30px !important;
}
.aspasia-feature-box .sppb-addon-content > span {
  overflow: hidden;
}
.aspasia-feature-box .sppb-addon-content > span img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.aspasia-feature-box .sppb-addon-content:hover > span img {
  opacity: 0.5;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.aspasia-feature-box ul {
  list-style: none;
  padding-left: 20px;
  margin-top: 20px;
}
.aspasia-feature-box ul li {
  line-height: 30px;
}
.aspasia-feature-box ul li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 10px;
}
.sppb-addon-feature-with-icon .sppb-feature-box-title {
  margin-bottom: 25px;
}
.sppb-feature-boder-bottom {
  border-bottom: 1px solid #e1e1e1;
}
.sppb-nav {
  flex-wrap: wrap;
}
.aspasia-animated-number .sppb-animated-number-title {
  margin-top: 15px;
}
.sppb-nav-pills,
.sppb-addon-tab .sppb-nav-tabs {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 2px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
}
.sppb-nav-pills > li,
.sppb-addon-tab .sppb-nav-tabs > li {
  margin: 0;
}
.sppb-nav-pills > li + li,
.sppb-addon-tab .sppb-nav-tabs > li + li {
  margin: 0;
}
.sppb-nav-pills > li.active a,
.sppb-nav-pills > li.active a:hover,
.sppb-nav-pills > li.active a:focus,
.sppb-addon-tab .sppb-nav-tabs > li.active a,
.sppb-addon-tab .sppb-nav-tabs > li.active a:hover,
.sppb-addon-tab .sppb-nav-tabs > li.active a:focus {
  border-radius: 0;
  color: #fff;
}
.sppb-nav-pills > li > a,
.sppb-addon-tab .sppb-nav-tabs > li > a {
  background: transparent;
  color: #24252a;
  border-radius: 0;
  padding: 0 30px;
  line-height: 50px;
  margin: 0;
}
.sppb-nav-pills > li > a:hover,
.sppb-nav-pills > li > a:focus,
.sppb-addon-tab .sppb-nav-tabs > li > a:hover,
.sppb-addon-tab .sppb-nav-tabs > li > a:focus {
  background-color: transparent;
}
.sppb-addon-tab.aspasia-nav-pills .sppb-tab-content {
  background: transparent;
  padding: 0;
}
.sppb-addon-tab.aspasia-nav-pills .sppb-tab-content .sppb-tab-pane {
  padding: 20px 0;
}
.aspasia-nav-pills-one .sppb-nav-pills {
  background-color: #fff;
}
.sppb-addon-tab .sppb-nav-tabs {
  border: none;
  background: #e1e1e1;
  margin-bottom: 0;
}
.sppb-addon-tab .sppb-nav-tabs > li.active > a,
.sppb-addon-tab .sppb-nav-tabs > li.active a:hover,
.sppb-addon-tab .sppb-nav-tabs > li.active a:focus {
  background-color: #fff;
}
.sppb-addon-tab .sppb-nav-tabs > li > a {
  font-size: 14px;
  line-height: 60px;
  border: none;
}
.sppb-addon-tab .sppb-nav-tabs > li > a:hover,
.sppb-addon-tab .sppb-nav-tabs > li > a:focus {
  background-color: transparent;
  border: none;
  outline: none;
}
.sppb-addon-tab .sppb-tab-content {
  background: #fff;
  padding: 40px 30px;
}
.sppb-addon-tab .sppb-tab-content .sppb-tab-pane {
  padding: 0;
}
.aspasia-nav-tabs-one .sppb-nav-tabs > li.active > a,
.aspasia-nav-tabs-one .sppb-nav-tabs > li.active a:hover,
.aspasia-nav-tabs-one .sppb-nav-tabs > li.active a:focus {
  color: #24252a;
  background-color: #fff !important;
}
.aspasia-nav-tabs-one .sppb-nav-tabs > li > a {
  color: #fff;
}
span.sppb-tab-icon {
  display: block;
}
span.sppb-tab-icon i {
  text-align: center;
}
.aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs {
  background: transparent;
  text-align: center;
}
.aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li {
  height: 175px;
  position: relative;
  display: inline-block;
  margin-right: 90px;
}
.aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li:last-child {
  margin-right: 0;
}
.aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li.active a {
  color: #24252a;
  background: none !important;
}
.aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li.active:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  z-index: 1;
  border-width: 15px;
  border-color: #fafafa #fafafa transparent transparent;
  border-style: solid;
  -webkit-transform: rotate(-45deg) translate(-50%);
  transform: rotate(-45deg) translate(-50%);
}
.aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li > a {
  font-size: 18px;
  font-weight: 400;
  color: #706d6d;
  text-transform: capitalize;
  letter-spacing: 0px;
  line-height: 1.2;
  padding: 0;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li > a i {
  display: block;
  font-size: 42px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li.active > a,
.aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li.active a:hover,
.aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li.active a:focus {
  background: transparent;
}
.aspasia-feature-list .sppb-addon-tab .sppb-tab-content {
  padding: 0;
  position: relative;
  background: #fafafa;
}
.aspasia-feature-list .sppb-addon-tab .sppb-tab-content:before,
.aspasia-feature-list .sppb-addon-tab .sppb-tab-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: -2000px;
  width: 2000px;
  background: #fafafa;
  height: 100%;
}
.aspasia-feature-list .sppb-addon-tab .sppb-tab-content:after {
  left: inherit;
  right: -2000px;
}
.aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane {
  padding: 100px 0;
  background-color: #fafafa;
}
.aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane .details {
  color: #24252a;
  margin-top: 50px;
  margin-bottom: 30px;
}
.aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane .details:first-letter {
  font-size: 52px;
}
.aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane ul li {
  width: 50%;
  padding: 0;
  float: left;
  color: #706d6d;
}
.aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 5px;
}
.sppb-addon-accordion .sppb-panel {
  border: 0;
  box-shadow: none;
  background: none;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading {
  border-radius: 0;
  padding: 0 20px;
  line-height: 46px;
  background-color: transparent;
  border: solid 1px #706d6d;
  position: relative;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading.active {
  background-color: #fff;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading.active:before {
  content: "\f068";
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f067";
  right: 0;
  top: 0;
  font-size: 12px;
  color: #24252a;
  padding: 0 17px;
  border-left: 1px solid #706d6d;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading span.sppb-panel-title {
  color: #38434a;
  font-size: 16px;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-heading .sppb-toggle-direction {
  display: none;
}
.sppb-addon-accordion .sppb-panel .sppb-panel-body {
  padding: 30px 20px 10px;
  border-top: 0 !important;
  font-size: 16px;
  line-height: 24px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel + .sppb-panel {
  margin-top: 20px;
}
.sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading {
  border-color: #cfcfcf;
  background-color: #e1e1e1;
}
.sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading.active {
  background-color: #24252a;
  border-color: #24252a;
}
.sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading.active span {
  color: #fff;
}
.sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading.active:before {
  color: #fff;
  border-color: #393b42;
}
.sppb-addon-accordion .sppb-panel-primary .sppb-panel-heading:before {
  border-color: #cfcfcf;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-success .sppb-panel-heading {
  color: #fff;
  border-color: #36be49;
  background-color: #36be49;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-success .sppb-panel-heading span {
  color: #fff;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-success .sppb-panel-heading.active {
  border-color: #36be49;
  background-color: #36be49;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-success .sppb-panel-heading:before {
  color: #fff;
  border-color: #30aa41;
  background-color: #30aa41;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-info .sppb-panel-heading {
  color: #000;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  background-color: transparent;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-info .sppb-panel-heading span {
  color: #000;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-info .sppb-panel-heading.active {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  background-color: transparent;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-info .sppb-panel-heading:before {
  border: none;
  background-color: transparent;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-danger .sppb-panel-heading {
  color: #fff;
  border-color: #dc272d;
  background-color: #dc272d;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-danger .sppb-panel-heading span {
  color: #fff;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-danger .sppb-panel-heading.active {
  border-color: #dc272d;
  background-color: #dc272d;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-danger .sppb-panel-heading:before {
  color: #fff;
  border-color: #c92126;
  background-color: #c92126;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-warning .sppb-panel-heading {
  color: #fff;
  border-color: #ff3d00;
  background-color: #ff3d00;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-warning .sppb-panel-heading span {
  color: #fff;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-warning .sppb-panel-heading.active {
  border-color: #ff3d00;
  background-color: #ff3d00;
}
.sppb-addon-accordion .sppb-panel.sppb-panel-warning .sppb-panel-heading:before {
  color: #fff;
  border-color: #e63700;
  background-color: #e63700;
}
.sppb-progress {
  margin-bottom: 5px;
  height: 4px;
  background-color: #706d6d;
  border-radius: 0;
}
.sppb-progress-wrap {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.aspasia-progress-wrapper {
  padding-bottom: 60px;
  padding-left: 30px;
}
.aspasia-progress-wrapper .sppb-addon-text-block {
  color: #fff;
}
.aspasia-progress-wrapper .sppb-progress-wrap {
  color: #fff;
}
.sppb-addon-person * {
  color: #706d6d;
}
.sppb-addon-person .sppb-person-image {
  float: left;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}
.sppb-addon-person .sppb-person-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.sppb-addon-person .sppb-person-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.sppb-addon-person:hover {
  cursor: pointer;
}
.sppb-addon-person:hover .sppb-person-image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.sppb-addon-person:hover .sppb-person-image:before {
  opacity: 1;
}
.sppb-addon-person .sppb-person-information > span.sppb-person-name {
  font-size: 24px;
  font-weight: 400;
  color: #24252a;
}
.sppb-addon-person .sppb-person-information > span.sppb-person-designation {
  font-size: 16px;
  color: #706d6d;
  margin-top: 5px;
}
.sppb-addon-person .sppb-person-social-icons {
  margin-top: 20px;
}
.sppb-addon-person .sppb-person-social-icons ul > li {
  margin: 0 12px 0 0;
}
.sppb-addon-person .sppb-person-social-icons ul > li:first-child {
  margin-left: 0;
}
.sppb-addon-person .sppb-person-social-icons ul > li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-pricing-table .sppb-pricing-box {
  background-color: #fff;
  color: #24252a;
  padding: 60px 30px;
  border: none;
}
.sppb-addon-pricing-table .sppb-pricing-header > i {
  font-size: 72px;
  display: block;
  margin-bottom: 30px;
}
.sppb-addon-pricing-table .sppb-pricing-header .sppb-pricing-title {
  font-size: 22px;
}
.sppb-addon-pricing-table .sppb-pricing-features {
  margin: 30px 0;
  color: #706d6d;
}
.sppb-addon-pricing-table .sppb-pricing-wrapper {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}
.sppb-addon-pricing-table .sppb-pricing-curency {
  vertical-align: super;
  font-size: 22px;
}
.sppb-addon-pricing-table .sppb-pricing-duration {
  margin-bottom: 30px;
  font-weight: 500;
}
.sppb-addon-pricing-table .sppb-btn {
  padding: 0 70px;
  white-space: normal;
}
.sppb-addon-pricing-table .sppb-pricing-featured.sppb-pricing-box {
  background-color: #24252a;
  color: #fff;
}
.sppb-addon-pricing-table .sppb-pricing-featured .sppb-pricing-features {
  color: #e1e1e1;
}
.sppb-addon-pricing-table .sppb-pricing-featured .sppb-btn {
  background-color: #fff;
  color: #24252a;
}
.pricing-style2 .sppb-addon-pricing-table .sppb-pricing-box {
  background-color: #ededed;
}
.pricing-style2 .sppb-addon-pricing-table .sppb-pricing-featured.sppb-pricing-box {
  color: #fff;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.pricing-style2 .sppb-row > div {
  padding: 0;
  z-index: 1;
}
.pricing-style2 .sppb-row > div:nth-child(2) {
  z-index: 10;
}
.pricing-style3 .sppb-addon-pricing-table .sppb-pricing-box {
  background-color: #ededed;
  border: 2px solid #24252a;
}
.pricing-style3 .sppb-addon-pricing-table .sppb-pricing-featured.sppb-pricing-box {
  background-color: #24252a;
  border: none;
  color: #fff;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.pricing-style3 .sppb-row > div {
  padding: 0;
  z-index: 1;
}
.pricing-style3 .sppb-row > div:nth-child(2) {
  z-index: 10;
}
.sp-animated-number-content {
  background-color: #fff;
  padding: 50px 50px 60px 50px;
}
.sp-animated-number-content .sppb-cta-text {
  margin-bottom: 50px;
}
.aspasia-animated-number {
  width: 100%;
  height: 220px;
  display: table;
}
.aspasia-animated-number .sppb-addon-content {
  display: table-cell;
  vertical-align: middle;
  padding: 40px !important;
  color: #fff;
}
.aspasia-animated-number .sppb-addon-content .sppb-animated-number {
  font-weight: 700;
}
.aspasia-animated-number .sppb-addon-content .sppb-animated-number-title {
  font-weight: 700;
}
.aspasia-animated-number-style-two .sppb-icon > span > i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aspasia-animated-number-style-two:hover {
  cursor: pointer;
}
.aspasia-animated-number-style-two:hover .sppb-animated-number-title {
  color: #24252a !important;
}
.aspasia-animated-number-style-two .sppb-animated-number {
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aspasia-animated-number-style-two .sppb-animated-number-title {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.3 !important;
}
.aspasia-single-image-with-caption {
  position: relative;
}
.aspasia-single-image-with-caption .sppb-addon-single-image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  margin: 0;
  width: 100%;
  z-index: 10;
}
.aspasia-single-image-with-caption .sppb-addon-title {
  position: relative;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aspasia-single-image-with-caption .sppb-addon-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 50px;
  height: 3px;
  background: #fff;
  transform: translate(-50%);
}
.aspasia-single-image-with-caption .sppb-addon-img-subtitle {
  margin-bottom: -20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.aspasia-single-image-with-caption .sppb-addon-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36,37,42,0.8);
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aspasia-single-image-with-caption:hover .sppb-addon-title {
  margin-top: -20px;
}
.aspasia-single-image-with-caption:hover .sppb-addon-img-subtitle {
  opacity: 1;
  margin-bottom: 0;
}
.aspasia-cta {
  padding-left: 35px;
}
.aspasia-cta .sppb-cta-text {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .sppb-addon-cta .sppb-row > div {
    float: left;
  }
  .sppb-addon-cta .sppb-row > div.sppb-text-right {
    margin-top: 30px;
  }
}
.aspasia-get-in-touch {
  text-align: center;
}
.aspasia-get-in-touch > div {
  display: inline-block;
  max-width: 360px;
  padding: 65px;
  color: #fff;
  margin-top: -20px;
}
.aspasia-get-in-touch > div .sppb-cta-title {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.aspasia-image-with-content {
  color: #fff;
}
.aspasia-image-with-content a {
  color: #fff;
}
.aspasia-image-with-content .sppb-content-holder {
  position: relative;
}
.aspasia-image-with-content .sppb-content-holder:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 1000%;
  height: 100%;
  z-index: -1;
}
.aspasia-image-with-content .sppb-content-holder h2 {
  margin-bottom: 50px;
}
.aspasia-image-with-content .sppb-content-holder .details {
  margin-bottom: 50px;
}
.aspasia-image-with-content .sppb-content-holder .aspasia-link-border {
  font-weight: 500;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-testimonial {
  text-align: center;
}
.sppb-addon-testimonial * {
  color: #fff;
}
.sppb-addon-testimonial .sppb-addon-testimonial-review span {
  font-size: 24px;
  font-weight: 600;
  margin: 0 130px;
  padding: 0;
  display: block;
}
.sppb-addon-testimonial .sppb-addon-testimonial-footer {
  margin: 0;
}
.sppb-addon-testimonial .sppb-addon-testimonial-footer .sppb-addon-testimonial-client {
  font-size: 24px;
  margin-top: 50px;
}
.sppb-addon-testimonial .sppb-addon-testimonial-footer .sppb-addon-testimonial-client:before {
  content: "\2014 \00A0";
}
.sppb-addon-testimonial .sppb-media > a.pull-left {
  width: 100%;
}
.sppb-addon-testimonial .sppb-media > a.pull-left img {
  display: inline-block;
}
.sppb-addon-testimonial .sppb-media .sppb-media-body {
  width: 100%;
}
.sppb-addon-articles {
  text-align: center;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-meta {
  margin-top: 20px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-meta * {
  font-size: 14px;
  font-weight: 600;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-title {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-title a {
  color: #24252a;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-introtext {
  font-size: 14px;
  margin-bottom: 30px;
}
.about-modal .sppb-modal-selector:before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 68px;
  height: 68px;
  line-height: 68px;
  background: rgba(0,0,0,0.3);
  border-radius: 100%;
  font-size: 25px;
  color: #fff;
}
#clients-slider {
  text-align: center;
  padding: 0 100px;
  position: relative;
}
#clients-slider .item a {
  display: block;
  text-align: center;
}
#clients-slider .item img {
  display: inline-block;
  width: inherit !important;
}
#clients-slider .owl-prev,
#clients-slider .owl-next {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  background: transparent;
}
#clients-slider .owl-prev:before,
#clients-slider .owl-next:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  text-indent: 1px;
  position: absolute;
  top: 0;
  left: 0;
  color: #24252a;
  font-size: 34px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#clients-slider .owl-next {
  left: inherit;
  right: 0;
}
#clients-slider .owl-next:before {
  content: "\f105";
}
#clients-slider .owl-dots .owl-dot span {
  width: 30px !important;
  height: 8px !important;
}
.sppb-carousel-extended-nav-control .next-control.nav-control,
.sppb-carousel-extended-nav-control .prev-control.nav-control {
  color: #c2c0c0;
  border: 0;
  font-size: 38px;
}
.sppb-carousel-extended-nav-control .next-control.nav-control {
  margin-right: -90px;
}
.sppb-carousel-extended-nav-control .prev-control.nav-control {
  margin-left: -90px;
}
.sppb-addon-clients .sppb-carousel-extended-dots li {
  height: 8px;
  width: 30px;
  border-radius: 0%;
  border-radius: 30px;
}
.sppb-addon-clients .sppb-carousel-extended-dots li.active span {
  background: #869791;
}
.sppb-addon-clients .sppb-carousel-extended-dots li span {
  background: #d6d6d6;
}
.aspasia-contact-info .sppb-addon-feature .sppb-icon > span i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aspasia-contact-info .sppb-addon-feature .sppb-feature-box-title {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.aspasia-contact-info .sppb-addon-feature:hover .sppb-icon > span i {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.aspasia-contact-details {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.aspasia-contact-details .sppb-addon-content {
  max-width: 360px;
  display: inline-block;
  color: #fff;
  padding: 70px 90px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
}
.aspasia-contact-details .sppb-addon-content p {
  margin-bottom: 30px;
  line-height: 1.3;
}
.aspasia-contact-details .contact-social-icons {
  list-style: none;
  margin-top: 50px;
  padding: 0;
}
.aspasia-contact-details .contact-social-icons li {
  display: inline-block;
  margin-right: 25px;
}
.aspasia-contact-details .contact-social-icons li:last-child {
  margin-right: 0;
}
.aspasia-contact-details .contact-social-icons li a i {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sppb-addon-ajax-contact form {
  max-width: 750px;
  display: inline-block;
  width: 100%;
}
.sppb-addon-ajax-contact textarea {
  height: 190px !important;
}
.sppb-addon-ajax-contact .sppb-btn {
  background-color: #24252a;
  margin-top: 20px;
}
.view-category .hikashop_category_information {
  margin: 0;
}
.view-category .hikashop_category_information .hikashop_submodules {
  padding-top: 0;
}
.view-category .hikashop_products_listing .hikashop_product_list {
  padding: 0;
}
.view-category .hikashop_products_listing .hikashop_product_list > li {
  width: 33.33333% !important;
  list-style: none;
  margin: 0 !important;
}
.view-category .filters.btn-toolbar {
  display: flex;
  justify-content: space-between;
}
.view-category .filters.btn-toolbar .btn-group {
  flex-direction: column;
}
.view-category .content-category .filters.btn-toolbar.clearfix {
  justify-content: flex-start;
}
.view-category .hasTooltip a {
  margin-bottom: 30px;
}
.view-form .edit.item-page .btn-toolbar {
  display: flex;
  gap: 30px;
}
.list-footer .counter {
  color: #666;
  padding-top: 5px;
  padding-bottom: 5px;
}
.list-footer.pagination.pagination-toolbar {
  margin-bottom: 0;
  flex-direction: column;
  align-items: center;
}
.com-hikashop #sp-main-body {
  background-color: #ededed;
}
.com-hikashop #sp-left .custom-class .sp-module {
  margin-top: 30px;
}
.shop-search {
  margin-top: 0 !important;
}
.shop-search form {
  position: relative;
}
.shop-search form:after {
  position: absolute;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #706d6d;
  font-size: 16px;
  right: 20px;
  top: 12px;
}
.shop-search .mod-search-searchword {
  width: 100%;
  background-color: #fff !important;
  border: none;
}
.featured-info > div {
  background-color: #e1e1e1;
  padding: 16px 20px;
  margin-bottom: 10px;
  color: #a39e9e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.featured-info > div:hover {
  background-color: #fff;
  cursor: pointer;
}
.featured-info > div p {
  margin: 0;
  font-size: 14px;
}
.featured-info > div p strong {
  font-size: 16px;
  text-transform: uppercase;
}
.featured-info > div i {
  font-size: 40px;
}
.featured-info > div .dummy {
  display: none;
}
.aspasia-catagories {
  background-color: #fff;
  padding: 18px;
  margin-bottom: 25px;
}
.aspasia-catagories .sp-module-title {
  padding: 0 0 25px 25px;
  border-bottom: 1px solid #f7f7f7 !important;
}
.aspasia-catagories .accordion-group {
  border: none;
  border-radius: 0;
}
.aspasia-catagories .accordion-group .accordion-heading {
  background: none;
}
.aspasia-catagories .accordion-heading a.accordion-toggle {
  padding-left: 5px;
}
.aspasia-top-products {
  background-color: #fff;
  padding: 10px;
}
.aspasia-top-products .sp-module-title {
  padding: 0 0 25px 25px;
  border-bottom: 1px solid #f7f7f7 !important;
}
.aspasia-top-products .aspasia-top-products {
  padding: 0 0 0 12px;
  text-align: left;
}
.aspasia-top-products .thumbnails > li {
  border: none;
}
.aspasia-top-products .thumbnails > li .hikashop_container {
  margin: 0 5px !important;
}
.aspasia-top-products .hikashop_product_image {
  float: left;
  margin: 0 15px 0 0 !important;
}
.aspasia-top-products .hikashop_product_name a {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.aspasia-top-products .hikashop_product_price_full {
  display: inline-table;
}
.aspasia-top-products .hikashop_product_price_full > span {
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info > dd {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info > dd > i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 50px;
}
.tags {
  margin-top: 20px;
}
.tags > span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating {
  margin-bottom: 20px;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}
.entry-header h2 a {
  color: #000;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.contact-category ul {
  list-style: none;
}
.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;
}
.layout-blog article.item,
.view-article article.item,
.layout-shaper_aspasiablogfullwidth article.item {
  margin-bottom: 80px;
}
.layout-blog article.item p,
.view-article article.item p,
.layout-shaper_aspasiablogfullwidth article.item p {
  color: #606060;
}
.layout-blog article.item .entry-header,
.view-article article.item .entry-header,
.layout-shaper_aspasiablogfullwidth article.item .entry-header {
  margin-bottom: 35px;
}
.layout-blog article.item .entry-header dl.article-info,
.view-article article.item .entry-header dl.article-info,
.layout-shaper_aspasiablogfullwidth article.item .entry-header dl.article-info {
  margin: 0;
}
.layout-blog article.item .entry-header dl.article-info > dd,
.view-article article.item .entry-header dl.article-info > dd,
.layout-shaper_aspasiablogfullwidth article.item .entry-header dl.article-info > dd {
  margin: 0;
  font-size: 14px;
  color: #606060;
  font-weight: 500;
}
.layout-blog article.item .entry-header h2,
.view-article article.item .entry-header h2,
.layout-shaper_aspasiablogfullwidth article.item .entry-header h2 {
  margin: 30px 0 0 0;
  line-height: 36px;
}
.layout-blog article.item .entry-header h2 a,
.view-article article.item .entry-header h2 a,
.layout-shaper_aspasiablogfullwidth article.item .entry-header h2 a {
  font-size: 28px;
  color: #24252a;
}
.layout-blog article.item .tags,
.view-article article.item .tags,
.layout-shaper_aspasiablogfullwidth article.item .tags {
  margin-top: 30px;
}
.layout-blog article.item .tags span,
.view-article article.item .tags span,
.layout-shaper_aspasiablogfullwidth article.item .tags span {
  text-transform: capitalize;
  letter-spacing: inherit;
}
.layout-blog article.item .tags a.label-info,
.view-article article.item .tags a.label-info,
.layout-shaper_aspasiablogfullwidth article.item .tags a.label-info {
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  font-weight: inherit;
}
.layout-blog article.item p.readmore a.btn.btn-secondary,
.view-article article.item p.readmore a.btn.btn-secondary,
.layout-shaper_aspasiablogfullwidth article.item p.readmore a.btn.btn-secondary {
  color: #706d6d;
  padding: 0 0 10px;
  line-height: inherit;
  background-color: transparent;
  line-height: 100%;
  border-bottom: solid 2px #706d6d;
  border-radius: 0;
}
.blog-variation-two .pagination-wrapper {
  margin-left: 196px;
}
ul {
  list-style: none;
}
.layout-shaper_aspasiablogfullwidth .page-header {
  display: none;
  margin: 0;
}
.layout-shaper_aspasiablogfullwidth .page-header h1 {
  font-size: 32px;
  margin: 0 0 30px 0;
  border-bottom: solid 1px #24252a;
  padding-bottom: 20px;
  color: #24252a;
}
.layout-shaper_aspasiablogfullwidth article.item .article-info {
  margin: 0;
  text-align: right;
}
.layout-shaper_aspasiablogfullwidth article.item .article-info > dd {
  margin: 0 0 30px 0;
  display: block;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
}
.layout-shaper_aspasiablogfullwidth article.item .article-info dd.published {
  margin-bottom: 185px;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #24252a;
}
.layout-shaper_aspasiablogfullwidth article.item .article-info dd.published span.entry-date-day {
  display: block;
}
.layout-shaper_aspasiablogfullwidth article.item .article-info dd.createdby span.info-block-title {
  display: block;
  text-transform: lowercase;
}
.layout-shaper_aspasiablogfullwidth article.item .article-info dd.category-name span.info-block-title {
  display: none;
}
.layout-shaper_aspasiablogfullwidth article.item .article-info dd.category-name a {
  font-weight: 500;
}
.com-content p.readmore {
  margin-top: 45px;
}
.com-content p.readmore a.btn-default {
  color: #706d6d;
  padding: 0 0 10px 0;
  line-height: inherit;
  background-color: transparent;
  line-height: 100%;
  border-bottom: solid 2px #706d6d;
  border-radius: 0;
}
.view-article .page-header {
  display: none;
}
.view-article .entry-image img {
  width: 100%;
}
.view-article .entry-header h2 {
  color: #24252a;
  font-size: 32px;
}
.view-article blockquote {
  font-size: 20px;
  font-style: italic;
  padding: 0 20px;
  margin: 0;
  line-height: 36px;
  border-left: 6px solid #0e429c;
}
.view-article .pagenavigation .pagination {
  margin: 40px 0px 40px -30px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.view-article .pagenavigation .pagination a.previous,
.view-article .pagenavigation .pagination a.next {
  font-size: 14px;
  font-weight: 500;
  color: #adadad;
  border-radius: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none;
  display: block !important;
  -webkit-box-shadow: none;
  background-color: transparent;
  border: 2px solid #adadad !important;
  line-height: 40px;
  padding: 0 30px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.view-article .pagenavigation .pagination a.previous:hover,
.view-article .pagenavigation .pagination a.next:hover {
  color: #706d6d;
  border: 2px solid #706d6d !important;
}
.view-article ul.pagenav {
  background-color: rebeccapurple;
  margin: 40px 0px 40px -30px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.view-article ul.pagenav li.previous a,
.view-article ul.pagenav li.next a {
  font-size: 14px;
  font-weight: 500;
  color: #adadad;
  border-radius: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none;
  display: block !important;
  -webkit-box-shadow: none;
  background-color: transparent;
  border: 2px solid #adadad !important;
  line-height: 40px;
  padding: 0 30px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.view-article ul.pagenav li.previous a:hover,
.view-article ul.pagenav li.next a:hover {
  color: #706d6d;
  border: 2px solid #706d6d !important;
}
.groupPrimary {
  padding: 0 15px !important;
}
.com-users.view-profile.layout-edit form {
  background: #fff;
  padding: 30px;
}
.com-users.view-profile.layout-edit form table.admintable tr td {
  padding: 10px 30px;
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul > li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul > li > a:hover {
  background: none;
}
.sp-module ul > li > a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  margin-right: 8px;
}
.sp-module ul > li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.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,0.2);
  border-radius: 10px;
}
.top-search-wrapper {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.top-search-wrapper .icon-top-wrapper {
  width: 75px;
  height: 60px;
  margin: 0;
  background-color: rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-search-wrapper .icon-top-wrapper i {
  font-size: 16px;
  color: #fff;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.top-search-wrapper .icon-top-wrapper i:hover {
  cursor: pointer;
}
.top-search-wrapper .icon-top-wrapper i.fa-times {
  display: none;
}
.top-search-wrapper .searchwrapper {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.top-search-wrapper .searchwrapper input {
  width: 100%;
  border: 0;
  border-radius: 0;
  border-radius: 0px;
  height: 100% !important;
  padding: 10px 20px;
  position: absolute;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-search-wrapper .searchwrapper input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-search-wrapper .searchwrapper .icon-remove-wrapper i {
  position: absolute;
  right: 15px;
  top: 25px;
  font-size: 10px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.top-search-wrapper .searchwrapper .icon-remove-wrapper i:hover {
  cursor: pointer;
}
.searchaspasia-top-search .top-search-wrapper {
  display: block;
}
.top-search-input-wrap {
  display: none;
  background-color: rgba(250,250,250,0.95);
  padding: 0px 0px;
  margin: 0px 0px;
  position: absolute;
  left: 0px;
  top: 60px;
  width: 100%;
}
.top-search-input-wrap .awesomplete {
  width: 100%;
  height: 100%;
}
.top-search-input-wrap input {
  background-color: transparent;
  border-radius: 0px;
  width: 100%;
  height: 100px;
  font-size: 14px;
  border: none;
  color: #999;
  text-align: center;
  appearance: auto;
  -webkit-appearance: auto;
}
.sp-simpleportfolio .sp-simpleportfolio-filter {
  margin-bottom: 50px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
  margin-right: 40px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
  background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:before {
  width: 100%;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  border-radius: 0;
  padding: 5px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
  background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item {
  padding: 15px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper {
  z-index: 2;
  background: #24252a;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .img-wrapper {
  display: block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .img-wrapper:focus {
  outline: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay {
  top: inherit !important;
  padding: 30px !important;
  background: none !important;
  text-align: left !important;
  z-index: -1 !important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
  background-color: transparent;
  z-index: 5;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover {
  background-color: transparent;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-link {
  position: absolute;
  bottom: 42px;
  right: 20px;
  border: none;
  background: none;
  font-size: 20px;
  padding: 0;
  z-index: 10;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-link:hover {
  background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title {
  margin-bottom: 10px !important;
  overflow: hidden;
  text-overflow: "222";
  display: -webkit-box !important;
  line-height: 21px;
  max-height: 40px;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translate3d(50px,0,0) !important;
  transform: translate3d(50px,0,0) !important;
  -webkit-transition-delay: 0.15s !important;
  transition-delay: 0.15s !important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-tags {
  font-size: 16px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #706d6d;
  opacity: 0;
  -webkit-transform: translate3d(50px,0,0) !important;
  transform: translate3d(50px,0,0) !important;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .img-wrapper {
  -webkit-transform: translateY(-115px) !important;
  transform: translateY(-115px) !important;
  opacity: 0.4;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-title,
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-tags {
  -webkit-transform: translate3d(0,0,0) !important;
  transform: translate3d(0,0,0) !important;
  opacity: 1;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-tags {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}
.sp-simpleportfolio .sp-simpleportfolio-image {
  margin-bottom: 60px;
}
.sp-simpleportfolio .sp-simpleportfolio-description {
  width: 100%;
  float: none;
}
.sp-simpleportfolio .sp-simpleportfolio-description h2 {
  font-size: 32px;
  color: #24252a;
  margin-bottom: 40px;
}
.sp-simpleportfolio .sp-simpleportfolio-description p {
  font-family: inherit !important;
}
.sp-simpleportfolio .sp-simpleportfolio-meta {
  width: 100%;
  padding-left: 0;
  margin-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-meta > div {
  float: left;
  display: inline-block;
  margin: 0 45px 0 0;
  padding: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-meta h4 {
  display: inline-block;
  color: #24252a;
  font-weight: 500;
}
.aspasia-newsletters > .sppb-row-container {
  max-width: 945px;
  padding: 60px;
  text-align: center;
  color: #fff;
  position: relative;
  top: -20px;
}
.aspasia-newsletters .sppb-title-subheading {
  color: #fff;
}
.aspasia-newsletters .sppb-section-title {
  margin-bottom: 30px !important;
}
.aspasia-newsletters .acymailing_form {
  text-align: center;
}
.aspasia-newsletters .acymailing_form input {
  max-width: 500px;
  color: #24252a;
  display: inline-block;
  text-align: left !important;
}
.aspasia-newsletters .acymailing_form input:focus {
  color: #24252a;
}
.aspasia-newsletters .acymailing_form .acysubbuttons input {
  background: #fff;
  color: #24252a;
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  border: none !important;
}
.aspasia-search {
  text-align: center;
}
.aspasia-search form {
  max-width: 800px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.aspasia-search form:after {
  content: "\f002";
  font-family: "fontawesome";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 14px;
  color: #24252a;
  pointer-events: none;
}
.aspasia-search .mod-search-searchword {
  width: 100%;
  background-color: #fff;
  padding-right: 50px;
  padding: auto;
}
#mod-search-searchword {
  border: 0px solid transparent !important;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
}
.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;
}
#sp-right h3.sp-module-title,
#sp-left h3.sp-module-title {
  font-size: 16px;
  color: #24252a;
  font-weight: 700;
}
#sp-right .mod-finder label,
#sp-left .mod-finder label {
  font-size: 16px;
  color: #24252a;
  font-weight: 700;
  margin-bottom: 10px;
}
#sp-right ul.categories-module,
#sp-left ul.categories-module {
  position: relative;
  padding: 5px;
}
#sp-right ul.categories-module li,
#sp-left ul.categories-module li {
  border-bottom: solid 1px #e6dfdf;
}
#sp-right ul.categories-module li a,
#sp-left ul.categories-module li a {
  font-size: 14px;
  font-weight: 100;
  line-height: 45px;
}
#sp-right ul.categories-module li a:before,
#sp-left ul.categories-module li a:before {
  display: none;
}
#sp-right ul.categories-module li a:after,
#sp-left ul.categories-module li a:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #706d6d;
  font-size: 16px;
  right: 5px;
}
#sp-right ul.categories-module li a:focus,
#sp-left ul.categories-module li a:focus {
  outline: 0;
}
#sp-right .tagspopular,
#sp-left .tagspopular {
  margin-top: 20px;
}
#sp-right .tagspopular ul,
#sp-left .tagspopular ul {
  padding: 0px;
}
#sp-right .tagspopular ul li,
#sp-left .tagspopular ul li {
  display: inline-block;
  border-bottom: 0;
  margin: 0 10px 10px 0;
  font-size: 12px;
}
#sp-right .tagspopular ul li a,
#sp-left .tagspopular ul li a {
  border: solid 1px #e6dfdf;
  line-height: 35px;
  padding: 5px 20px;
  text-transform: uppercase;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
#sp-right .tagspopular ul li a:before,
#sp-left .tagspopular ul li a:before {
  display: none;
}
#sp-bottom {
  font-size: 14px;
}
#sp-bottom p {
  color: #706d6d;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
#sp-bottom .sp-module ul > li {
  border: none;
}
#sp-bottom .sp-module ul > li a {
  display: inline-block;
  line-height: 28px;
}
#sp-bottom .sp-module ul > li a:before {
  display: none;
}
#sp-bottom #sp-bottom2 {
  padding-left: 100px;
}
#sp-bottom #sp-bottom4 {
  padding-left: 60px;
}
#sp-bottom .footer-logo {
  margin-bottom: 30px;
}
.bottom-social li {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
.bottom-social li:last-child {
  margin-right: 0;
}
.bottom-social li a {
  font-size: 32px;
}
.bottom-social li a span {
  display: none;
}
#sp-footer {
  text-align: left;
  padding-bottom: 100px;
}
#sp-footer a {
  color: rgba(255,255,255,0.9);
}
#sp-footer a:hover {
  color: #fff;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
  display: table;
  font-family: Poppins, sans-serif;
}
.sp-comingsoon body > div {
  display: table-cell;
  vertical-align: middle;
}
.sp-comingsoon #sp-comingsoon {
  padding: 100px 0;
}
.sp-comingsoon .sp-comingsoon-wrap {
  background-size: cover;
  background-position: 50% 50%;
}
.sp-comingsoon .comingsoon-page-logo {
  display: inline-block;
  margin-bottom: 140px;
}
.sp-comingsoon .sp-comingsoon-countdown {
  margin-bottom: 100px;
}
.sp-comingsoon .sp-comingsoon-countdown > div {
  display: inline-block;
  margin-right: 40px;
}
.sp-comingsoon .sp-comingsoon-countdown > div:last-child {
  margin-right: 0;
}
.sp-comingsoon .sp-comingsoon-countdown > div span.number {
  font-size: 42px;
  font-weight: 600;
  margin-right: 15px;
}
.sp-comingsoon .sp-comingsoon-countdown > div span.string {
  font-size: 16px;
  font-weight: 600;
}
.sp-comingsoon h1.sp-comingsoon-title {
  display: inline-block;
  margin: 0;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 15px;
  background: rgba(255,255,255,0.1);
  padding: 20px 65px;
}
.sp-comingsoon .sp-comingsoon-content {
  margin-top: 50px;
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .sp-position-comingsoon {
  margin: 60px 0 125px 0;
}
.sp-comingsoon .sp-position-comingsoon .acymailing_introtext {
  margin-bottom: 30px !important;
  font-size: 16px;
}
.sp-comingsoon .sp-position-comingsoon .acymailing_form {
  margin: 0 250px !important;
  position: relative;
}
.sp-comingsoon .sp-position-comingsoon .acymailing_form p.fieldacyemail .acy_requiredField input {
  width: 75% !important;
  background-color: rgba(255,255,255,0.1) !important;
  border: solid 1px #595e63;
  color: rgba(255,255,255,0.5);
  font-size: 16px;
}
.sp-comingsoon .sp-position-comingsoon .acymailing_form p.acysubbuttons {
  position: absolute;
  top: -1px;
  right: 0;
}
.sp-comingsoon .sp-position-comingsoon .acymailing_form p.acysubbuttons input {
  background: #fff;
  color: #24252a;
  height: 52px !important;
  border-radius: 0 2px 2px 0;
}
.sp-comingsoon ul.social-icons {
  display: block;
  margin-top: 20px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.sp-comingsoon .social-icons li:last-child {
  margin: 0;
}
.sp-comingsoon .social-icons li a {
  color: #fff;
  font-size: 20px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  color: #fff;
  font-family: Poppins, sans-serif;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: url(../images/404-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner > div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .error-page-inner .error-logo {
  display: block;
}
.error-page .error-page-inner .error-logo img {
  margin: 0 auto;
}
.error-page .error-page-inner .error-details {
  margin: 65px 0 80px 0;
}
.error-page .error-page-inner .error-footer p {
  font-weight: 100;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 70px;
  font-weight: 500;
}
.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;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
.page-header span.badge {
  color: #000;
}
table.category {
  width: 100%;
}
table.category thead > tr,
table.category tbody > tr {
  border: 1px solid #d4d4d4;
}
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;
  }
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
#clients-slider.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.photo-gallery {
  overflow: visible;
}
.photo-gallery .sp-dots ul {
  display: flex;
  margin: 5px;
}
.list-hits .badge.badge-info {
  color: #000 !important;
}
#system-message-container {
  position: fixed;
  bottom: 0px;
  right: 15px;
  max-width: 350px;
  z-index: 100;
}
#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;
}
.view-login .login form > div {
  margin-bottom: 20px;
}
.view-login .login form button[type="submit"] {
  width: 100%;
}
.view-login .login form .input-password-toggle {
  display: none;
}
.view-registration .registration form .input-password-toggle {
  display: none;
}
#search-form .input-group {
  flex-wrap: wrap;
  gap: 20px;
}
#search-form .input-group input.js-finder-search-query {
  max-width: 500px;
}
.com-tags.view-tag .com-tags-tag__category {
  margin-top: 30px;
}
.helix-social-share .helix-social-share-icon ul {
  display: flex;
  gap: 30px;
  padding: 0px;
}
.alert.alert-error.alert-block {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #e6c0c0;
  border-color: #de7a7b;
  color: #cc0000;
}
.alert.alert-error.alert-block button.close {
  line-height: 20px;
  height: 30px;
}
.alert.alert-success.alert-block {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert.alert-success.alert-block button.close {
  line-height: 20px;
  height: 30px;
}
.com-content-category__navigation {
  margin-top: 30px;
}
.addon-root-easystore-common-productlist .sppb-collection-item .easystore-btn-add-to-cart {
  z-index: 3;
  border: none !important;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mod-finder .awesomplete {
  width: 100%;
}
.easystore-product-filter .easystore-filter-title.easystore-h4 {
  font-size: 16px;
  color: #24252a;
  font-weight: 700;
  text-transform: uppercase;
}
.easystore-product-filter .easystore-filter-list {
  border-top: 1px solid #f7f7f7;
  padding-top: 20px;
}
.addon-root-easystore-common-productlist .sppb-collection-item {
  position: relative;
}
.addon-root-easystore-common-productlist .sppb-collection-item .addon-root-easystore-list-addtocart {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-40%,-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.addon-root-easystore-common-productlist .sppb-collection-item:hover .addon-root-easystore-list-addtocart {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%,-50%);
}
.easystore-product-single .addon-root-easystore-single-quantity .easystore-block-label {
  font-size: 16px;
  line-height: 24px;
  color: #706d6d;
}
.easystore-product-single .addon-root-easystore-single-quantity .easystore-quantity-container {
  display: flex;
  align-items: center;
  gap: 30px;
}
.easystore-product-single .easystore-btn-add-to-cart {
  line-height: 1;
  font-size: 14px;
  background-color: #53872a;
  border: 1px solid #53872a !important;
  color: #fff;
  max-width: 170px;
  max-width: 160px;
  border-radius: 6px;
  padding: 0px 0px;
  height: 40px;
}
.easystore-product-single .easystore-btn-add-to-cart:hover,
.easystore-product-single .easystore-btn-add-to-cart:focus {
  background-color: rgba(83,135,42,0.9);
  border-color: rgba(83,135,42,0.9);
}
.addon-root-easystore-single-review-form .easystore-btn-review-form {
  line-height: 1;
  font-size: 14px;
  background-color: #53872a;
  border-color: #53872a;
  color: #fff;
  border-radius: 6px;
  padding: 20px 40px;
}
#sp-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.easystore-cart-icon {
  color: #706d6d;
}
.easystore-drawer .btn-outline-primary {
  line-height: 1;
  font-size: 14px;
  background-color: #53872a;
  border-color: #53872a;
  color: #fff;
  border-radius: 6px;
  padding: 15px 30px;
}
#sp-main-menu-sticky-wrapper {
  position: relative;
  width: inherit !important;
}
.easystore-cart-summary .btn-primary.btn-lg {
  line-height: 50px;
  padding: 0 10px;
  font-size: 14px;
}
.easystore-cart-summary .btn.btn-link {
  letter-spacing: 2px;
}
.easystore-checkout-wrapper {
  margin-top: 50px;
}
#sp-top2 .social-icons {
  display: flex;
  justify-content: flex-end;
}
.aspasia-image-layout .sppb-addon-title {
  max-width: 60%;
  margin: 0 auto;
  transform: translate3d(0px,0px,0px);
}
.aspasia-image-layout .sppb-addon-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 50px;
  height: 3px;
  background: #fff;
  transform: translate(-50%);
}
.aspasia-image-layout .sppb-addon-subtitle {
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.aspasia-image-layout:hover .sppb-addon-subtitle {
  visibility: visible;
  opacity: 1;
  transform: translate(0);
}
.aspasia-image-layout:hover .sppb-addon-title {
  transform: translate3d(0px,-15px,0px) !important;
}
.aspaisa-progress {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.aspaisa-progress .sppb-progress-label {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
  order: 1;
  margin-top: 6px;
}
.aspasia-testimonial .sppb-carousel-extended-item .sppb-testimonial-carousel-rating {
  display: none;
}
.aspasia-testimonial .sppb-carousel-extended-item .sppb-testimonial-carousel-message {
  background: #fff;
  padding: 40px;
  margin-top: 30px;
  font-size: 14px;
  position: relative;
}
.aspasia-testimonial .sppb-carousel-extended-item .sppb-testimonial-carousel-message:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: rotate(45deg);
  visibility: hidden;
  opacity: 0;
}
.aspasia-testimonial .sppb-carousel-extended-item.active + .aspasia-testimonial .sppb-carousel-extended-item.active .sppb-testimonial-carousel-message:before {
  visibility: visible;
  opacity: 1;
}
.aspasia-articles .sppb-addon-article h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.aspasia-articles .sppb-addon-article h3 a {
  color: #706d6d;
}
.aspasia-articles .sppb-addon-article .sppb-article-info-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aspasia-articles .sppb-addon-article .sppb-article-info-wrap .sppb-article-meta {
  order: -1;
}
.aspasia-articles .sppb-addon-article .sppb-readmore {
  border: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  line-height: 1;
  padding: 10px 20px;
  color: #24252a;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #706d6d;
}
.aspasia-articles .sppb-addon-article .sppb-readmore:hover {
  background-color: #24252a;
  color: #fff;
}
.sppb-section-title .sppb-title-heading {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.easystore-drawer .easystore-cart-item-title {
  padding-right: 40px;
}
@media (min-width: 1400px) {
  .sppb-container {
    max-width: 1170px;
  }
}
@media only screen and (max-width: 1200px) {
  .sppb-modal-selector img {
    margin-top: 60px;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading:before {
    padding: 0 10px;
  }
  .sppb-testimonial-pro .sppb-carousel-control {
    bottom: 125px;
    left: -35px;
  }
  .sppb-testimonial-pro .sppb-carousel-control.right {
    right: -35px;
    left: inherit;
  }
  .layout-shaper_aspasiablogfullwidth article.item .article-info dd.published {
    font-size: 20px;
    line-height: 25px;
  }
  .layout-shaper_aspasiablogfullwidth article.item .article-info .article-info > dd {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .hikashop_product_page .hk-row.row {
    padding: 0px 15px;
  }
  #offcanvas-toggler {
    float: left;
  }
  .ltr .offcanvas-menu {
    left: -340px;
  }
  .ltr.offcanvas .offcanvas-menu {
    left: 0;
  }
  .top-search-input-wrap {
    padding: 0;
    min-width: 100%;
    margin: 0 -15px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li {
    margin-right: 30px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li > a {
    font-size: 16px;
  }
  .sppb-modal-selector img {
    margin-top: 100px;
  }
  .sppb-modal-selector:before {
    top: 65%;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading {
    padding: 0 10px;
  }
  .sppb-addon-accordion
        .sppb-panel
        .sppb-panel-heading
        span.sppb-panel-title {
    font-size: 12px;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-body {
    font-size: 12px;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading:before {
    line-height: 48px;
  }
  .hikashop_products .hikashop_product .hikashop_product_image {
    height: inherit !important;
  }
  .hikashop_products .hikashop_product .hikashop_product_image .hikashop_product_image_subdiv {
    margin-bottom: -5px !important;
  }
  .featured-info > div i {
    font-size: 25px;
  }
  .sppb-addon-pricing-table .sppb-btn {
    padding: 0 30px;
  }
  .blog-variation-two article.item .article-info > dd {
    font-size: 16px;
    line-height: 20px;
  }
  .blog-variation-two article.item .article-info dd.published {
    font-size: 17px;
    line-height: 25px;
  }
  .blog-variation-two article.item .article-info dd.published span.entry-date-day {
    display: inline-block;
  }
  .blog-variation-two article.item .article-info dd.createdby span.info-block-title {
    display: inline-block;
  }
  .blog-variation-two article.item .article-info > dd {
    display: inline-block;
  }
  .blog-variation-two .pagination-wrapper {
    margin-left: 0;
  }
  .sp-comingsoon .sp-position-comingsoon .acymailing_form {
    margin: 0 50px !important;
    position: relative;
  }
  #sp-bottom1,
  #sp-bottom2 {
    margin-bottom: 30px;
  }
  #sp-bottom2,
  #sp-bottom4 {
    padding-left: 0 !important;
  }
  .sppb-testimonial-pro .sppb-carousel-control {
    position: absolute;
    left: inherit;
    right: 30px;
    bottom: -80px;
  }
  .sppb-testimonial-pro .sppb-carousel-control.right {
    right: 0;
    left: inherit;
  }
  .sppb-addon-cta .sppb-btn {
    padding: 0px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .sppb-testimonial-pro .sppb-item.active {
    display: block;
  }
  .blog-variation-two article.item .article-info {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  h2 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  h4 {
    font-size: 18px !important;
    line-height: 23px !important;
  }
  #sp-header {
    height: 95px;
  }
  #sp-header .logo {
    height: 60px;
  }
  .top-cart-wrapper .cart-toggle {
    line-height: 60px;
    font-size: 18px;
  }
  .top-cart-wrapper .hikashop_cart_module {
    right: -5px;
  }
  .sp-page-title {
    padding: 80px 0 50px 0;
  }
  .sp-page-title .breadcrumb {
    margin: 20px 0 0 0;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
        .sppb-slideshow-fullwidth-item-bg {
    height: 580px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
        .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text {
    padding: 0 30px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
        .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text .sppb-fullwidth-title {
    font-size: 22px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
        .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text .sppb-slidehsow-sub-title {
    margin-top: 10px;
    font-size: 35px;
    letter-spacing: 0px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper
        .sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text p.details {
    margin-bottom: 30px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a {
    right: 30px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a.sppbSlidePrev {
    right: 100px;
  }
  .sppb-section-title .sppb-title-heading {
    font-size: 25px !important;
    line-height: 25px !important;
    margin-bottom: 50px !important;
  }
  .sp-less-padding {
    padding: 100px 0 100px 0 !important;
  }
  .sp-less-padding .sppb-addon-cta {
    margin-bottom: 30px;
  }
  .sppb-addon-feature {
    margin-bottom: 30px;
  }
  .sppb-addon-cta .sppb-cta-title {
    font-size: 25px;
    line-height: 25px;
  }
  .sppb-animated-number {
    font-size: 25px !important;
    line-height: 25px !important;
  }
  .aspasia-animated-number {
    height: 140px;
  }
  .aspasia-single-image-with-caption img {
    width: 100%;
  }
  .aspasia-single-image-with-caption .sppb-addon-img-subtitle {
    padding: 0 15px;
  }
  .aspasia-cta {
    padding-left: 0;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li {
    height: 130px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li > a {
    font-size: 14px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li > a i {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane {
    padding: 50px 0 100px 0;
  }
  .aspasia-feature-list .sppb-addon-tab .sppb-tab-content .sppb-tab-pane img {
    width: 100%;
  }
  .aspasia-image-with-content > div {
    background-image: none !important;
    background-color: #53872a;
  }
  .aspasia-image-with-content .sppb-content-holder {
    padding: 50px 0 !important;
  }
  .aspasia-left-content {
    padding: 0 !important;
  }
  .sppb-addon-articles .sppb-addon-article img {
    width: 100%;
  }
  .aspasia-top-products {
    margin-bottom: 30px;
  }
  .sppb-modal-selector img {
    margin-top: 30px;
    width: 100%;
  }
  .sppb-modal-selector:before {
    top: 50%;
  }
  .aspasia-animated-number-style-two {
    margin-bottom: 60px;
  }
  .aspasia-about-page-progress-wrapper {
    background-image: none !important;
  }
  .aspasia-about-team .sppb-addon-person {
    float: left;
  }
  .aspasia-about-team .sppb-empty-space {
    margin-bottom: 0 !important;
  }
  .aspasia-cta-two .sppb-text-right {
    text-align: inherit;
  }
  .aspasia-cta-two .sppb-text-right .sppb-btn-default {
    margin-top: 30px;
  }
  .aspasia-feature-box span {
    width: 100%;
  }
  .aspasia-feature-box span img {
    width: 100%;
  }
  .service-page-accordion {
    background-image: none !important;
  }
  .sppb-addon-single-image {
    margin-top: 60px;
  }
  .layout-show #hikashop_product_left_part .hikashop_small_image_div {
    text-align: center;
  }
  .layout-show #hikashop_product_left_part .hikashop_small_image_div img {
    width: 70px;
  }
  #hikashop_checkout_cart table tr {
    margin-bottom: 30px;
  }
  #hikashop_checkout_page
        .hikashop_checkout_login
        .hikashop_checkout_login_left_part #form-login-remember {
    margin-bottom: 15px;
  }
  #hikashop_checkout_page
        .hikashop_checkout_login
        .hikashop_checkout_login_left_part #form-login-remember label[for="modlgn-remember"] {
    margin-right: 10px;
  }
  #sbox-content {
    height: 180px;
  }
  .blog-variation-two article.item .article-info dd.published {
    margin-bottom: 5px;
    font-size: 25px;
  }
  .blog-variation-two .pagination-wrapper {
    margin-left: 0;
  }
  .error-page .error-page-inner {
    padding: 100px 0;
  }
  #sp-footer {
    padding-top: 30px;
  }
  .pricing-style1 .sppb-addon-pricing-table {
    margin-bottom: 30px;
  }
  #sp-bottom2,
  #sp-bottom4 {
    padding-left: 15px !important;
  }
  .aspasia-slider .sppb-container-inner > .sppb-row {
    width: 100%;
    margin: 0px;
  }
  .aspasia-slider .sppb-container-inner > .sppb-row > div {
    padding: 0px;
  }
  .sppb-addon-testimonial .sppb-addon-testimonial-review span {
    padding: 0px;
    margin: 0px;
  }
}
@media only screen and (max-width: 480px) {
  ul.social-icons {
    width: 100%;
    text-align: left;
    font-size: 12px;
  }
  .top-search-input-wrap .sp_search_input input {
    height: 50px !important;
    font-size: 16px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a {
    bottom: 20px;
    font-size: 25px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .sppb-slider-wrapper.sppb-slider-fullwidth-wrapper .customNavigation a.sppbSlidePrev {
    right: 80px;
  }
  .sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-prev a,
  .sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-next a {
    bottom: 10px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li {
    margin-right: 8px;
    height: 100px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li > a {
    font-size: 12px;
  }
  .aspasia-feature-list .sppb-addon-tab ul.sppb-nav-tabs > li.active:before {
    display: none;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter {
    margin-bottom: 10px;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    padding: 0;
  }
  .hikashop_products_listing .thumbnails {
    margin: -15px;
  }
  .hikashop_products_listing .thumbnails .hikashop_product {
    width: 100%;
    margin: 0;
    padding: 15px;
  }
  #hikashop_checkout_page
        .hikashop_checkout_login
        .hikashop_checkout_login_left_part {
    margin-bottom: 30px;
  }
  #hikashop_checkout_page
        .hikashop_checkout_login
        .hikashop_checkout_login_left_part,
  #hikashop_checkout_page
        .hikashop_checkout_login
        .hikashop_checkout_login_right_part {
    width: 100%;
  }
  .aspasia-contact-details .sppb-addon-content {
    padding: 50px;
  }
  .sppb-addon-pricing-table .sppb-pricing-header > i {
    font-size: 40px;
  }
  .sppb-addon-pricing-table .sppb-pricing-curency {
    vertical-align: super;
    font-size: 18px;
  }
  .sppb-addon-pricing-table .sppb-pricing-wrapper {
    font-size: 30px;
  }
  .sp-comingsoon h1.sp-comingsoon-title {
    padding: 20px;
    letter-spacing: 1px;
  }
  .sp-comingsoon
        .sp-position-comingsoon
        .acymailing_form
        p.fieldacyemail
        .acy_requiredField
        input {
    width: 100% !important;
  }
  .sp-comingsoon .sp-position-comingsoon .acymailing_form p.acysubbuttons {
    top: 60px;
    right: 0;
    left: 0;
  }
  .sp-comingsoon .sp-comingsoon-countdown > div span.number {
    font-size: 25px;
  }
  .sp-comingsoon ul.social-icons {
    text-align: center;
  }
  #clients-slider .owl-dots .owl-dot span {
    width: 20px !important;
    height: 5px !important;
  }
  .photo-gallery .sp-dots ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sppb-addon-tab .sppb-nav-tabs > li > a {
    line-height: 50px;
  }
  .sppb-nav-pills > li > a,
  .sppb-addon-tab .sppb-nav-tabs > li > a {
    padding: 0 20px;
  }
  .addon-root-easystore-single-review-form .easystore-btn-review-form {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 320px) {
  .top-cart-wrapper .hikashop_cart_module form {
    width: 250px;
  }
  .sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-prev a,
  .sppb-addon-thumb-gallery #carousel .flex-direction-nav li.flex-nav-next a {
    bottom: 0;
  }
  #hikashop_checkout_page
        .hikashop_checkout_login
        .hikashop_checkout_login_right_part
        .form-horizontal
        .control-label {
    width: 100%;
  }
  #hikashop_checkout_page
        .hikashop_checkout_login
        .hikashop_checkout_login_left_part span.add-on {
    display: block;
    height: 40px;
    text-align: left;
  }
  .hikashop_checkout_payment_image {
    display: block;
    margin-top: 10px;
  }
  .aspasia-contact-details .sppb-addon-content {
    width: 360px;
    padding: 30px;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading {
    padding: 0 10px 15px 10px;
  }
  .sppb-addon-accordion .sppb-panel .sppb-panel-heading {
    line-height: 22px;
  }
  .sppb-addon-person .sppb-person-image {
    margin-bottom: 30px;
    width: 100%;
  }
  .sppb-addon-person .sppb-person-image img {
    width: 100%;
  }
  .service-page-accordion
        .sppb-addon-accordion
        .sppb-panel
        .sppb-panel-heading:before {
    border-left: 0;
  }
  .sppb-addon-gallery .sppb-gallery > li {
    padding: 0 10px;
  }
}
