
.rtsb-icon {
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: rtsb-font !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

.rtsb-icon-list:before {
	content: "";
}

.rtsb-icon-list-2:before {
	content: "";
}

.rtsb-icon-zoom:before {
	content: "";
}

.rtsb-icon-eye:before {
	content: "";
}

.rtsb-icon-search:before {
	content: "";
}

.rtsb-icon-pay:before {
	content: "";
}

.rtsb-icon-edit:before {
	content: "";
}

.rtsb-icon-downloads:before {
	content: "";
}

.rtsb-icon-coupon:before {
	content: "";
}

.rtsb-icon-exchange:before {
	content: "";
}

.rtsb-icon-cart:before {
	content: "";
}

.rtsb-icon-marker:before {
	content: "";
}

.rtsb-icon-avatar:before {
	content: "";
}

.rtsb-icon-user-edit:before {
	content: "";
}

.rtsb-icon-billing:before {
	content: "";
}

.rtsb-icon-login:before {
	content: "";
}

.rtsb-icon-order:before {
	content: "";
}

.rtsb-icon-payment:before {
	content: "";
}

.rtsb-icon-delete:before {
	content: "";
}

.rtsb-icon-check:before {
	content: "";
}

.rtsb-icon-arrows-cw:before {
	content: "";
}

.rtsb-icon-trash-empty:before {
	content: "";
}

.rtsb-icon-filter:before {
	content: "";
}

.rtsb-icon-heart-empty:before {
	content: "";
}

.rtsb-icon-minus:before {
	content: "";
}

.rtsb-icon-share:before {
	content: "";
}

.rtsb-icon-clock:before {
	content: "";
}

.rtsb-icon-check-alt:before {
	content: "";
}

.rtsb-icon-plus:before {
	content: "";
}

.rtsb-icon-power:before {
	content: "";
}

.rtsb-icon-cart-3:before {
	content: "";
}

.rtsb-icon-cart-2:before {
	content: "";
}

.rtsb-icon-heart:before {
	content: "";
}

.rtsb-icon-grid:before {
	content: "";
}

@charset "UTF-8";

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
}

*, ::after, ::before {
	box-sizing: border-box;
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25;
}

hr:not([size]) {
	height: 1px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}

.h1, h1 {
	font-size: calc(1.375rem + 1.5vw);
}

@media (min-width:1200px) {
	.h1, h1 {
		font-size: 2.5rem;
	}
}

.h2, h2 {
	font-size: calc(1.325rem + .9vw);
}

@media (min-width:1200px) {
	.h2, h2 {
		font-size: 2rem;
	}
}

.h3, h3 {
	font-size: calc(1.3rem + .6vw);
}

@media (min-width:1200px) {
	.h3, h3 {
		font-size: 1.75rem;
	}
}

.h4, h4 {
	font-size: calc(1.275rem + .3vw);
}

@media (min-width:1200px) {
	.h4, h4 {
		font-size: 1.5rem;
	}
}

.h5, h5 {
	font-size: 1.25rem;
}

.h6, h6 {
	font-size: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[data-bs-original-title], abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol, ul {
	padding-left: 2rem;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b, strong {
	font-weight: bolder;
}

.small, small {
	font-size: .875em;
}

.mark, mark {
	padding: .2em;
	background-color: #fcf8e3;
}

sub, sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #0d6efd;
	text-decoration: underline;
}

a:hover {
	color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

code, kbd, pre, samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

code {
	font-size: .875em;
	color: #d63384;
	word-wrap: break-word;
}

a>code {
	color: inherit;
}

kbd {
	padding: .2rem .4rem;
	font-size: .875em;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem;
}

kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700;
}

figure {
	margin: 0 0 1rem;
}

img, svg {
	vertical-align: middle;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #6c757d;
	text-align: left;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

tbody, td, tfoot, th, thead, tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
	display: none;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit;
}

@media (min-width:1200px) {
	legend {
		font-size: 1.5rem;
	}
}

legend+* {
	clear: left;
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
	padding: 0;
}

::-webkit-inner-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
	padding: 0;
}

::-webkit-file-upload-button {
	font: inherit;
}

::file-selector-button {
	font: inherit;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

iframe {
	border: 0;
}

summary {
	display: list-item;
	cursor: pointer;
}

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-1 {
		font-size: 5rem;
	}
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-2 {
		font-size: 4.5rem;
	}
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-3 {
		font-size: 4rem;
	}
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-4 {
		font-size: 3.5rem;
	}
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-5 {
		font-size: 3rem;
	}
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-6 {
		font-size: 2.5rem;
	}
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.initialism {
	font-size: .875em;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote>:last-child {
	margin-bottom: 0;
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: .875em;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "— ";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1;
}

.figure-caption {
	font-size: .875em;
	color: #6c757d;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.container, .container-sm {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container, .container-md, .container-sm {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1140px;
	}
}

@media (min-width:1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1320px;
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0%;
}

.row-cols-auto>* {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1>* {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2>* {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3>* {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.row-cols-4>* {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5>* {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6>* {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.33333333%;
}

.offset-2 {
	margin-left: 16.66666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333333%;
}

.offset-5 {
	margin-left: 41.66666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333333%;
}

.offset-8 {
	margin-left: 66.66666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333333%;
}

.offset-11 {
	margin-left: 91.66666667%;
}

.g-0, .gx-0 {
	--bs-gutter-x: 0;
}

.g-0, .gy-0 {
	--bs-gutter-y: 0;
}

.g-1, .gx-1 {
	--bs-gutter-x: .25rem;
}

.g-1, .gy-1 {
	--bs-gutter-y: .25rem;
}

.g-2, .gx-2 {
	--bs-gutter-x: .5rem;
}

.g-2, .gy-2 {
	--bs-gutter-y: .5rem;
}

.g-3, .gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
	--bs-gutter-y: 3rem;
}

@media (min-width:576px) {
	.col-sm {
		flex: 1 0 0%;
	}
	
	.row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-sm-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-sm-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-sm-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-sm-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.66666667%;
	}
	
	.g-sm-0, .gx-sm-0 {
		--bs-gutter-x: 0;
	}
	
	.g-sm-0, .gy-sm-0 {
		--bs-gutter-y: 0;
	}
	
	.g-sm-1, .gx-sm-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-sm-1, .gy-sm-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-sm-2, .gx-sm-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-sm-2, .gy-sm-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-sm-3, .gx-sm-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-sm-3, .gy-sm-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-sm-4, .gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-sm-4, .gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-sm-5, .gx-sm-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-sm-5, .gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:768px) {
	.col-md {
		flex: 1 0 0%;
	}
	
	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.66666667%;
	}
	
	.g-md-0, .gx-md-0 {
		--bs-gutter-x: 0;
	}
	
	.g-md-0, .gy-md-0 {
		--bs-gutter-y: 0;
	}
	
	.g-md-1, .gx-md-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-md-1, .gy-md-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-md-2, .gx-md-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-md-2, .gy-md-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-md-3, .gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-md-3, .gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-md-4, .gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-md-4, .gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-md-5, .gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-md-5, .gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:992px) {
	.col-lg {
		flex: 1 0 0%;
	}
	
	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.66666667%;
	}
	
	.g-lg-0, .gx-lg-0 {
		--bs-gutter-x: 0;
	}
	
	.g-lg-0, .gy-lg-0 {
		--bs-gutter-y: 0;
	}
	
	.g-lg-1, .gx-lg-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-lg-1, .gy-lg-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-lg-2, .gx-lg-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-lg-2, .gy-lg-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-lg-3, .gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-lg-3, .gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-lg-4, .gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-lg-4, .gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-lg-5, .gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-lg-5, .gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex: 1 0 0%;
	}
	
	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.66666667%;
	}
	
	.g-xl-0, .gx-xl-0 {
		--bs-gutter-x: 0;
	}
	
	.g-xl-0, .gy-xl-0 {
		--bs-gutter-y: 0;
	}
	
	.g-xl-1, .gx-xl-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-xl-1, .gy-xl-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-xl-2, .gx-xl-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-xl-2, .gy-xl-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-xl-3, .gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-xl-3, .gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-xl-4, .gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-xl-4, .gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-xl-5, .gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-xl-5, .gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}
	
	.row-cols-xxl-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-xxl-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-xxl-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-xxl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-xxl-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-xxl-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-xxl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-xxl-0 {
		margin-left: 0;
	}
	
	.offset-xxl-1 {
		margin-left: 8.33333333%;
	}
	
	.offset-xxl-2 {
		margin-left: 16.66666667%;
	}
	
	.offset-xxl-3 {
		margin-left: 25%;
	}
	
	.offset-xxl-4 {
		margin-left: 33.33333333%;
	}
	
	.offset-xxl-5 {
		margin-left: 41.66666667%;
	}
	
	.offset-xxl-6 {
		margin-left: 50%;
	}
	
	.offset-xxl-7 {
		margin-left: 58.33333333%;
	}
	
	.offset-xxl-8 {
		margin-left: 66.66666667%;
	}
	
	.offset-xxl-9 {
		margin-left: 75%;
	}
	
	.offset-xxl-10 {
		margin-left: 83.33333333%;
	}
	
	.offset-xxl-11 {
		margin-left: 91.66666667%;
	}
	
	.g-xxl-0, .gx-xxl-0 {
		--bs-gutter-x: 0;
	}
	
	.g-xxl-0, .gy-xxl-0 {
		--bs-gutter-y: 0;
	}
	
	.g-xxl-1, .gx-xxl-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-xxl-1, .gy-xxl-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-xxl-2, .gx-xxl-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-xxl-2, .gy-xxl-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-xxl-3, .gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-xxl-3, .gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-xxl-4, .gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-xxl-4, .gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-xxl-5, .gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-xxl-5, .gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}

.table {
	--bs-table-bg: transparent;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: rgba(0, 0, 0, .05);
	--bs-table-active-color: #212529;
	--bs-table-active-bg: rgba(0, 0, 0, .1);
	--bs-table-hover-color: #212529;
	--bs-table-hover-bg: rgba(0, 0, 0, .075);
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-color: #dee2e6;
}

.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
	vertical-align: inherit;
}

.table>thead {
	vertical-align: bottom;
}

.table>:not(:first-child) {
	border-top: 2px solid currentColor;
}

.caption-top {
	caption-side: top;
}

.table-sm>:not(caption)>*>* {
	padding: .25rem .25rem;
}

.table-bordered>:not(caption)>* {
	border-width: 1px 0;
}

.table-bordered>:not(caption)>*>* {
	border-width: 0 1px;
}

.table-borderless>:not(caption)>*>* {
	border-bottom-width: 0;
}

.table-borderless>:not(:first-child) {
	border-top-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color);
}

.table-active {
	--bs-table-accent-bg: var(--bs-table-active-bg);
	color: var(--bs-table-active-color);
}

.table-hover>tbody>tr:hover>* {
	--bs-table-accent-bg: var(--bs-table-hover-bg);
	color: var(--bs-table-hover-color);
}

.table-primary {
	--bs-table-bg: #cfe2ff;
	--bs-table-striped-bg: #c5d7f2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bacbe6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfd1ec;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bacbe6;
}

.table-secondary {
	--bs-table-bg: #e2e3e5;
	--bs-table-striped-bg: #d7d8da;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #cbccce;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d1d2d4;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #cbccce;
}

.table-success {
	--bs-table-bg: #d1e7dd;
	--bs-table-striped-bg: #c7dbd2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bcd0c7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c1d6cc;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bcd0c7;
}

.table-info {
	--bs-table-bg: #cff4fc;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #badce3;
}

.table-warning {
	--bs-table-bg: #fff3cd;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #e6dbb9;
}

.table-danger {
	--bs-table-bg: #f8d7da;
	--bs-table-striped-bg: #eccccf;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfc2c4;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5c7ca;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfc2c4;
}

.table-light {
	--bs-table-bg: #f8f9fa;
	--bs-table-striped-bg: #ecedee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfe0e1;
}

.table-dark {
	--bs-table-bg: #212529;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373b3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #323539;
	--bs-table-hover-color: #fff;
	color: #fff;
	border-color: #373b3e;
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:1399.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.form-label {
	margin-bottom: .5rem;
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
}

.form-text {
	margin-top: .25rem;
	font-size: .875em;
	color: #6c757d;
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none;
	}
}

.form-control[type=file] {
	overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-control::-webkit-date-and-time-value {
	height: 1.5em;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

.form-control::-webkit-file-upload-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none;
	}
	
	.form-control::file-selector-button {
		transition: none;
	}
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none;
	}
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	min-height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem;
}

.form-control-sm::-webkit-file-upload-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem;
}

.form-control-sm::file-selector-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem;
}

.form-control-sm::-webkit-file-upload-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem;
}

.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem;
}

.form-control-lg::-webkit-file-upload-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}

.form-control-lg::file-selector-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}

textarea.form-control {
	min-height: calc(1.5em + .75rem + 2px);
}

textarea.form-control-sm {
	min-height: calc(1.5em + .5rem + 2px);
}

textarea.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
	width: 3rem;
	height: auto;
	padding: .375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer;
}

.form-control-color::-moz-color-swatch {
	height: 1.5em;
	border-radius: .25rem;
}

.form-control-color::-webkit-color-swatch {
	height: 1.5em;
	border-radius: .25rem;
}

.form-select {
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	-moz-padding-start: calc(.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-select.nitro-lazy {
	background-image: none !important;
}

@media (prefers-reduced-motion:reduce) {
	.form-select {
		transition: none;
	}
}

.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
	padding-right: .75rem;
	background-image: none;
}

.form-select[multiple].nitro-lazy, .form-select[size]:not([size="1"]).nitro-lazy {
	background-image: none !important;
}

.form-select:disabled {
	background-color: #e9ecef;
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #212529;
}

.form-select-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
	border-radius: .2rem;
}

.form-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
	border-radius: .3rem;
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: .125rem;
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
}

.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, .25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

.form-check-input[type=checkbox] {
	border-radius: .25em;
}

.form-check-input[type=radio] {
	border-radius: 50%;
}

.form-check-input:active {
	filter: brightness(90%);
}

.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10l3 3l6-6\'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=checkbox].nitro-lazy {
	background-image: none !important;
}

.form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'2\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio].nitro-lazy {
	background-image: none !important;
}

.form-check-input[type=checkbox]:indeterminate {
	background-color: #0d6efd;
	border-color: #0d6efd;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10h8\'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate.nitro-lazy {
	background-image: none !important;
}

.form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: .5;
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
	opacity: .5;
}

.form-switch {
	padding-left: 2.5em;
}

.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'rgba%280, 0, 0, 0.25%29\'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
	transition: background-position .15s ease-in-out;
}

.form-switch .form-check-input.nitro-lazy {
	background-image: none !important;
}

@media (prefers-reduced-motion:reduce) {
	.form-switch .form-check-input {
		transition: none;
	}
}

.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%2386b7fe\'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:focus.nitro-lazy {
	background-image: none !important;
}

.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked.nitro-lazy {
	background-image: none !important;
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.btn-check:disabled+.btn, .btn-check[disabled]+.btn {
	pointer-events: none;
	filter: none;
	opacity: .65;
}

.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-range:focus {
	outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-range::-moz-focus-outer {
	border: 0;
}

.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.form-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.form-range::-webkit-slider-thumb:active {
	background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.form-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}

.form-range::-moz-range-thumb:active {
	background-color: #b6d4fe;
}

.form-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.form-range:disabled {
	pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.form-floating {
	position: relative;
}

.form-floating>.form-control, .form-floating>.form-select {
	height: calc(3.5rem + 2px);
	line-height: 1.25;
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem .75rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-floating>label {
		transition: none;
	}
}

.form-floating>.form-control {
	padding: 1rem .75rem;
}

.form-floating>.form-control::-moz-placeholder {
	color: transparent;
}

.form-floating>.form-control::placeholder {
	color: transparent;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-floating>.form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-floating>.form-select {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group>.form-control, .input-group>.form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

.input-group>.form-control:focus, .input-group>.form-select:focus {
	z-index: 3;
}

.input-group .btn {
	position: relative;
	z-index: 2;
}

.input-group .btn:focus {
	z-index: 3;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.input-group-lg>.btn, .input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem;
}

.input-group-sm>.btn, .input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem;
}

.input-group-lg>.form-select, .input-group-sm>.form-select {
	padding-right: 3rem;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4), .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #198754;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(25, 135, 84, .9);
	border-radius: .25rem;
}

.is-valid~.valid-feedback, .is-valid~.valid-tooltip, .was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip {
	display: block;
}

.form-control.is-valid, .was-validated .form-control:valid {
	border-color: #198754;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23198754\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid.nitro-lazy, .was-validated .form-control:valid.nitro-lazy {
	background-image: none !important;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.form-select.is-valid, .was-validated .form-select:valid {
	border-color: #198754;
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23198754\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-select.is-valid:not([multiple]):not([size]).nitro-lazy, .form-select.is-valid:not([multiple])[size="1"].nitro-lazy, .was-validated .form-select:valid:not([multiple]):not([size]).nitro-lazy, .was-validated .form-select:valid:not([multiple])[size="1"].nitro-lazy {
	background-image: none !important;
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
	border-color: #198754;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
	background-color: #198754;
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
	color: #198754;
}

.form-check-inline .form-check-input~.valid-feedback {
	margin-left: .5em;
}

.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
	z-index: 1;
}

.input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus {
	z-index: 3;
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem;
}

.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
	display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12 12\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23dc3545\' stroke=\'none\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid.nitro-lazy, .was-validated .form-control:invalid.nitro-lazy {
	background-image: none !important;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.form-select.is-invalid, .was-validated .form-select:invalid {
	border-color: #dc3545;
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12 12\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23dc3545\' stroke=\'none\'/%3e%3c/svg%3e");
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-select.is-invalid:not([multiple]):not([size]).nitro-lazy, .form-select.is-invalid:not([multiple])[size="1"].nitro-lazy, .was-validated .form-select:invalid:not([multiple]):not([size]).nitro-lazy, .was-validated .form-select:invalid:not([multiple])[size="1"].nitro-lazy {
	background-image: none !important;
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
	border-color: #dc3545;
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
	background-color: #dc3545;
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545;
}

.form-check-inline .form-check-input~.invalid-feedback {
	margin-left: .5em;
}

.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
	z-index: 2;
}

.input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus {
	z-index: 3;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.btn:hover {
	color: #212529;
}

.btn-check:focus+.btn, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	pointer-events: none;
	opacity: .65;
}

.btn-primary {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0a58ca;
	border-color: #0a53be;
}

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
}

.btn-check:focus+.btn-secondary, .btn-secondary:focus {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}

.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #565e64;
	border-color: #51585e;
}

.btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

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

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

.btn-check:focus+.btn-success, .btn-success:focus {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
}

.btn-check:active+.btn-success, .btn-check:checked+.btn-success, .btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #146c43;
	border-color: #13653f;
}

.btn-check:active+.btn-success:focus, .btn-check:checked+.btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
}

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

.btn-info {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-info:hover {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
}

.btn-check:focus+.btn-info, .btn-info:focus {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
	box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
}

.btn-check:active+.btn-info, .btn-check:checked+.btn-info, .btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle {
	color: #000;
	background-color: #3dd5f3;
	border-color: #25cff2;
}

.btn-check:active+.btn-info:focus, .btn-check:checked+.btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
}

.btn-info.disabled, .btn-info:disabled {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

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

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

.btn-check:focus+.btn-warning, .btn-warning:focus {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
}

.btn-check:active+.btn-warning, .btn-check:checked+.btn-warning, .btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle {
	color: #000;
	background-color: #ffcd39;
	border-color: #ffc720;
}

.btn-check:active+.btn-warning:focus, .btn-check:checked+.btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
}

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

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

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

.btn-check:focus+.btn-danger, .btn-danger:focus {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
}

.btn-check:active+.btn-danger, .btn-check:checked+.btn-danger, .btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #b02a37;
	border-color: #a52834;
}

.btn-check:active+.btn-danger:focus, .btn-check:checked+.btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
}

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

.btn-light {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
}

.btn-check:focus+.btn-light, .btn-light:focus {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
}

.btn-check:active+.btn-light, .btn-check:checked+.btn-light, .btn-light.active, .btn-light:active, .show>.btn-light.dropdown-toggle {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
}

.btn-check:active+.btn-light:focus, .btn-check:checked+.btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
}

.btn-light.disabled, .btn-light:disabled {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

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

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

.btn-check:focus+.btn-dark, .btn-dark:focus {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
	box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
}

.btn-check:active+.btn-dark, .btn-check:checked+.btn-dark, .btn-dark.active, .btn-dark:active, .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1a1e21;
	border-color: #191c1f;
}

.btn-check:active+.btn-dark:focus, .btn-check:checked+.btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
}

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

.btn-outline-primary {
	color: #0d6efd;
	border-color: #0d6efd;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #0d6efd;
	background-color: transparent;
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
}

.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-check:active+.btn-outline-secondary:focus, .btn-check:checked+.btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
	box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-outline-success {
	color: #198754;
	border-color: #198754;
}

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

.btn-check:focus+.btn-outline-success, .btn-outline-success:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
}

.btn-check:active+.btn-outline-success, .btn-check:checked+.btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-check:active+.btn-outline-success:focus, .btn-check:checked+.btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #198754;
	background-color: transparent;
}

.btn-outline-info {
	color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-outline-info:hover {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-check:focus+.btn-outline-info, .btn-outline-info:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
}

.btn-check:active+.btn-outline-info, .btn-check:checked+.btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-check:active+.btn-outline-info:focus, .btn-check:checked+.btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #0dcaf0;
	background-color: transparent;
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}

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

.btn-check:focus+.btn-outline-warning, .btn-outline-warning:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
}

.btn-check:active+.btn-outline-warning, .btn-check:checked+.btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-check:active+.btn-outline-warning:focus, .btn-check:checked+.btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

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

.btn-check:focus+.btn-outline-danger, .btn-outline-danger:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
}

.btn-check:active+.btn-outline-danger, .btn-check:checked+.btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-check:active+.btn-outline-danger:focus, .btn-check:checked+.btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-check:focus+.btn-outline-light, .btn-outline-light:focus {
	box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
}

.btn-check:active+.btn-outline-light, .btn-check:checked+.btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-check:active+.btn-outline-light:focus, .btn-check:checked+.btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
	box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-dark {
	color: #212529;
	border-color: #212529;
}

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

.btn-check:focus+.btn-outline-dark, .btn-outline-dark:focus {
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
}

.btn-check:active+.btn-outline-dark, .btn-check:checked+.btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

.btn-check:active+.btn-outline-dark:focus, .btn-check:checked+.btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #212529;
	background-color: transparent;
}

.btn-link {
	font-weight: 400;
	color: #0d6efd;
	text-decoration: underline;
}

.btn-link:hover {
	color: #0a58ca;
}

.btn-link.disabled, .btn-link:disabled {
	color: #6c757d;
}

.btn-group-lg>.btn, .btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem;
}

.btn-group-sm>.btn, .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem;
}

.fade {
	transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none;
	}
}

.collapsing.collapse-horizontal {
	width: 0;
	height: auto;
	transition: width .35s ease;
}

@media (prefers-reduced-motion:reduce) {
	.collapsing.collapse-horizontal {
		transition: none;
	}
}

.dropdown, .dropend, .dropstart, .dropup {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: .125rem;
}

.dropdown-menu-start {
	--bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0;
}

.dropdown-menu-end {
	--bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto;
}

@media (min-width:576px) {
	.dropdown-menu-sm-start {
		--bs-position: start;
	}
	
	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-sm-end {
		--bs-position: end;
	}
	
	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-start {
		--bs-position: start;
	}
	
	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-md-end {
		--bs-position: end;
	}
	
	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-start {
		--bs-position: start;
	}
	
	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-lg-end {
		--bs-position: end;
	}
	
	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start;
	}
	
	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xl-end {
		--bs-position: end;
	}
	
	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:1400px) {
	.dropdown-menu-xxl-start {
		--bs-position: start;
	}
	
	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xxl-end {
		--bs-position: end;
	}
	
	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem;
}

.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}

.dropend .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-toggle::after {
	vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem;
}

.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
}

.dropstart .dropdown-toggle::after {
	display: none;
}

.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropstart .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #1e2125;
	background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1rem;
	color: #212529;
}

.dropdown-menu-dark {
	color: #dee2e6;
	background-color: #343a40;
	border-color: rgba(0, 0, 0, .15);
}

.dropdown-menu-dark .dropdown-item {
	color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
	color: #fff;
	background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
	color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
	border-color: rgba(0, 0, 0, .15);
}

.dropdown-menu-dark .dropdown-item-text {
	color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
	color: #adb5bd;
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	flex: 1 1 auto;
}

.btn-group-vertical>.btn-check:checked+.btn, .btn-group-vertical>.btn-check:focus+.btn, .btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn-check:checked+.btn, .btn-group>.btn-check:focus+.btn, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
	z-index: 1;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
	margin-left: -1px;
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem;
}

.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
	width: 100%;
}

.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn~.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #0d6efd;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.nav-link {
		transition: none;
	}
}

.nav-link:focus, .nav-link:hover {
	color: #0a58ca;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
	isolation: isolate;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	background: 0 0;
	border: 0;
	border-radius: .25rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #0d6efd;
}

.nav-fill .nav-item, .nav-fill>.nav-link {
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item, .nav-justified>.nav-link {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
	width: 100%;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
}

.navbar-brand {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
}

.navbar-text {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.navbar-toggler {
		transition: none;
	}
}

.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 .25rem;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto;
}

@media (min-width:576px) {
	.navbar-expand-sm {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
	
	.navbar-expand-sm .offcanvas-header {
		display: none;
	}
	
	.navbar-expand-sm .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		flex-grow: 1;
		visibility: visible !important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none;
	}
	
	.navbar-expand-sm .offcanvas-bottom, .navbar-expand-sm .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0;
	}
	
	.navbar-expand-sm .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
	
	.navbar-expand-md .offcanvas-header {
		display: none;
	}
	
	.navbar-expand-md .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		flex-grow: 1;
		visibility: visible !important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none;
	}
	
	.navbar-expand-md .offcanvas-bottom, .navbar-expand-md .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0;
	}
	
	.navbar-expand-md .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
	
	.navbar-expand-lg .offcanvas-header {
		display: none;
	}
	
	.navbar-expand-lg .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		flex-grow: 1;
		visibility: visible !important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none;
	}
	
	.navbar-expand-lg .offcanvas-bottom, .navbar-expand-lg .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0;
	}
	
	.navbar-expand-lg .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
	
	.navbar-expand-xl .offcanvas-header {
		display: none;
	}
	
	.navbar-expand-xl .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		flex-grow: 1;
		visibility: visible !important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none;
	}
	
	.navbar-expand-xl .offcanvas-bottom, .navbar-expand-xl .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0;
	}
	
	.navbar-expand-xl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

@media (min-width:1400px) {
	.navbar-expand-xxl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-xxl .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}
	
	.navbar-expand-xxl .offcanvas-header {
		display: none;
	}
	
	.navbar-expand-xxl .offcanvas {
		position: inherit;
		bottom: 0;
		z-index: 1000;
		flex-grow: 1;
		visibility: visible !important;
		background-color: transparent;
		border-right: 0;
		border-left: 0;
		transition: none;
		transform: none;
	}
	
	.navbar-expand-xxl .offcanvas-bottom, .navbar-expand-xxl .offcanvas-top {
		height: auto;
		border-top: 0;
		border-bottom: 0;
	}
	
	.navbar-expand-xxl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}

.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.navbar-expand .navbar-nav {
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-expand .offcanvas-header {
	display: none;
}

.navbar-expand .offcanvas {
	position: inherit;
	bottom: 0;
	z-index: 1000;
	flex-grow: 1;
	visibility: visible !important;
	background-color: transparent;
	border-right: 0;
	border-left: 0;
	transition: none;
	transform: none;
}

.navbar-expand .offcanvas-bottom, .navbar-expand .offcanvas-top {
	height: auto;
	border-top: 0;
	border-bottom: 0;
}

.navbar-expand .offcanvas-body {
	display: flex;
	flex-grow: 0;
	padding: 0;
	overflow-y: visible;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .55);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3);
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .55);
	border-color: rgba(0, 0, 0, .1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%280, 0, 0, 0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .55);
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .55);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25);
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .55);
	border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%28255, 255, 255, 0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .55);
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

.card>hr {
	margin-right: 0;
	margin-left: 0;
}

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit;
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.card>.card-header+.list-group, .card>.list-group+.card-footer {
	border-top: 0;
}

.card-body {
	flex: 1 1 auto;
	padding: 1rem 1rem;
}

.card-title {
	margin-bottom: .5rem;
}

.card-subtitle {
	margin-top: -.25rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link+.card-link {
	margin-left: 1rem;
}

.card-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-footer {
	padding: .5rem 1rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
	margin-right: -.5rem;
	margin-bottom: -.5rem;
	margin-left: -.5rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -.5rem;
	margin-left: -.5rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	border-radius: calc(.25rem - 1px);
}

.card-img, .card-img-bottom, .card-img-top {
	width: 100%;
}

.card-img, .card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.card-img, .card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.card-group>.card {
	margin-bottom: .75rem;
}

@media (min-width:576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap;
	}
	
	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0;
	}
	
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0;
	}
	
	.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0;
	}
	
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0;
	}
	
	.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0;
	}
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button {
		transition: none;
	}
}

.accordion-button:not(.collapsed) {
	color: #0c63e4;
	background-color: #e7f1ff;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%230c63e4\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
}

.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23212529\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button::after {
		transition: none;
	}
}

.accordion-button:hover {
	z-index: 2;
}

.accordion-button:focus {
	z-index: 3;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.accordion-header {
	margin-bottom: 0;
}

.accordion-item {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.accordion-item:first-of-type {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
	border-top: 0;
}

.accordion-item:last-of-type {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.accordion-body {
	padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
	border-width: 0;
}

.accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
	border-top: 0;
}

.accordion-flush .accordion-item:last-child {
	border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
	border-radius: 0;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	list-style: none;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: #6c757d;
	content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
	color: #6c757d;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
}

.page-link {
	position: relative;
	display: block;
	color: #0d6efd;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.page-link {
		transition: none;
	}
}

.page-link:hover {
	z-index: 2;
	color: #0a58ca;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 3;
	color: #0a58ca;
	background-color: #e9ecef;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.page-item:not(:first-child) .page-link {
	margin-left: -1px;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
	border-color: #dee2e6;
}

.page-link {
	padding: .375rem .75rem;
}

.page-item:first-child .page-link {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem;
}

.badge {
	display: inline-block;
	padding: .35em .65em;
	font-size: .75em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 3rem;
}

.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem;
}

.alert-primary {
	color: #084298;
	background-color: #cfe2ff;
	border-color: #b6d4fe;
}

.alert-primary .alert-link {
	color: #06357a;
}

.alert-secondary {
	color: #41464b;
	background-color: #e2e3e5;
	border-color: #d3d6d8;
}

.alert-secondary .alert-link {
	color: #34383c;
}

.alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc;
}

.alert-success .alert-link {
	color: #0c4128;
}

.alert-info {
	color: #055160;
	background-color: #cff4fc;
	border-color: #b6effb;
}

.alert-info .alert-link {
	color: #04414d;
}

.alert-warning {
	color: #664d03;
	background-color: #fff3cd;
	border-color: #ffecb5;
}

.alert-warning .alert-link {
	color: #523e02;
}

.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}

.alert-danger .alert-link {
	color: #6a1a21;
}

.alert-light {
	color: #636464;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light .alert-link {
	color: #4f5050;
}

.alert-dark {
	color: #141619;
	background-color: #d3d3d4;
	border-color: #bcbebf;
}

.alert-dark .alert-link {
	color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #0d6efd;
	transition: width .6s ease;
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: 1s linear infinite progress-bar-stripes;
	animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none;
	}
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem;
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: section;
}

.list-group-numbered>li::before {
	content: counters(section, ".") ". ";
	counter-increment: section;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: .5rem 1rem;
	color: #212529;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.list-group-item+.list-group-item {
	border-top-width: 0;
}

.list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

.list-group-horizontal {
	flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
	border-top-right-radius: .25rem;
	border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
	margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

@media (min-width:576px) {
	.list-group-horizontal-sm {
		flex-direction: row;
	}
	
	.list-group-horizontal-sm>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-sm>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:768px) {
	.list-group-horizontal-md {
		flex-direction: row;
	}
	
	.list-group-horizontal-md>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-md>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-md>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:992px) {
	.list-group-horizontal-lg {
		flex-direction: row;
	}
	
	.list-group-horizontal-lg>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-lg>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:1200px) {
	.list-group-horizontal-xl {
		flex-direction: row;
	}
	
	.list-group-horizontal-xl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-xl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:1400px) {
	.list-group-horizontal-xxl {
		flex-direction: row;
	}
	
	.list-group-horizontal-xxl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-xxl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-xxl>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-xxl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

.list-group-flush {
	border-radius: 0;
}

.list-group-flush>.list-group-item {
	border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0;
}

.list-group-item-primary {
	color: #084298;
	background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
	color: #084298;
	background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #084298;
	border-color: #084298;
}

.list-group-item-secondary {
	color: #41464b;
	background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
	color: #41464b;
	background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #41464b;
	border-color: #41464b;
}

.list-group-item-success {
	color: #0f5132;
	background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
	color: #0f5132;
	background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #0f5132;
	border-color: #0f5132;
}

.list-group-item-info {
	color: #055160;
	background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
	color: #055160;
	background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #055160;
	border-color: #055160;
}

.list-group-item-warning {
	color: #664d03;
	background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
	color: #664d03;
	background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #664d03;
	border-color: #664d03;
}

.list-group-item-danger {
	color: #842029;
	background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
	color: #842029;
	background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #842029;
	border-color: #842029;
}

.list-group-item-light {
	color: #636464;
	background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
	color: #636464;
	background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #636464;
	border-color: #636464;
}

.list-group-item-dark {
	color: #141619;
	background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
	color: #141619;
	background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #141619;
	border-color: #141619;
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23000\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5;
}

.btn-close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75;
}

.btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	opacity: 1;
}

.btn-close.disabled, .btn-close:disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: .25;
}

.btn-close-white {
	filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
	width: 350px;
	max-width: 100%;
	font-size: .875rem;
	pointer-events: auto;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

.toast.showing {
	opacity: 0;
}

.toast:not(.show) {
	display: none;
}

.toast-container {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	pointer-events: none;
}

.toast-container>:not(:last-child) {
	margin-bottom: .75rem;
}

.toast-header {
	display: flex;
	align-items: center;
	padding: .5rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.toast-header .btn-close {
	margin-right: -.375rem;
	margin-left: .75rem;
}

.toast-body {
	padding: .75rem;
	word-wrap: break-word;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	transform: none;
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .btn-close {
	padding: .5rem .5rem;
	margin: -.5rem -.5rem -.5rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer>* {
	margin: .25rem;
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	
	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width:992px) {
	.modal-lg, .modal-xl {
		max-width: 800px;
	}
}

@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}

.modal-fullscreen .modal-header {
	border-radius: 0;
}

.modal-fullscreen .modal-body {
	overflow-y: auto;
}

.modal-fullscreen .modal-footer {
	border-radius: 0;
}

@media (max-width:575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}
	
	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width:767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-md-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}
	
	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width:991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}
	
	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width:1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}
	
	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width:1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}
	
	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0;
	}
}

.tooltip {
	position: absolute;
	z-index: 1080;
	display: block;
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: .9;
}

.tooltip .tooltip-arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

.tooltip .tooltip-arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
	padding: .4rem 0;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
	bottom: 0;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
	top: -1px;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
	padding: 0 .4rem;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
	right: -1px;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
	padding: .4rem 0;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
	top: 0;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
	padding: 0 .4rem;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
	left: -1px;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1070;
	display: block;
	max-width: 276px;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
}

.popover .popover-arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
}

.popover .popover-arrow::after, .popover .popover-arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow, .bs-popover-top>.popover-arrow {
	bottom: calc(-.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before, .bs-popover-top>.popover-arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, .bs-popover-top>.popover-arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff;
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow, .bs-popover-end>.popover-arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before, .bs-popover-end>.popover-arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, .bs-popover-end>.popover-arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff;
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow, .bs-popover-bottom>.popover-arrow {
	top: calc(-.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before, .bs-popover-bottom>.popover-arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, .bs-popover-bottom>.popover-arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff;
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f0f0f0;
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow, .bs-popover-start>.popover-arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before, .bs-popover-start>.popover-arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, .bs-popover-start>.popover-arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff;
}

.popover-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f0f0f0;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 1rem 1rem;
	color: #212529;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out;
}

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

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block;
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
	transform: translateX(100%);
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
		transition: none;
	}
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-control-next, .carousel-control-prev {
		transition: none;
	}
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23fff\'%3e%3cpath d=\'M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon.nitro-lazy {
	background-image: none !important;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23fff\'%3e%3cpath d=\'M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");
}

.carousel-control-next-icon.nitro-lazy {
	background-image: none !important;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
	filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000;
}

.carousel-dark .carousel-caption {
	color: #000;
}

@-webkit-keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: .75s linear infinite spinner-border;
	animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em;
}

@-webkit-keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
		transform: none;
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
		transform: none;
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: .75s linear infinite spinner-grow;
	animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

@media (prefers-reduced-motion:reduce) {
	.spinner-border, .spinner-grow {
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
	}
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: 1045;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	transition: transform .3s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.offcanvas {
		transition: none;
	}
}

.offcanvas-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.offcanvas-backdrop.fade {
	opacity: 0;
}

.offcanvas-backdrop.show {
	opacity: .5;
}

.offcanvas-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
	padding: .5rem .5rem;
	margin-top: -.5rem;
	margin-right: -.5rem;
	margin-bottom: -.5rem;
}

.offcanvas-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.offcanvas-body {
	flex-grow: 1;
	padding: 1rem 1rem;
	overflow-y: auto;
}

.offcanvas-start {
	top: 0;
	left: 0;
	width: 400px;
	border-right: 1px solid rgba(0, 0, 0, .2);
	transform: translateX(-100%);
}

.offcanvas-end {
	top: 0;
	right: 0;
	width: 400px;
	border-left: 1px solid rgba(0, 0, 0, .2);
	transform: translateX(100%);
}

.offcanvas-top {
	top: 0;
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	transform: translateY(-100%);
}

.offcanvas-bottom {
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%;
	border-top: 1px solid rgba(0, 0, 0, .2);
	transform: translateY(100%);
}

.offcanvas.show {
	transform: none;
}

.placeholder {
	display: inline-block;
	min-height: 1em;
	vertical-align: middle;
	cursor: wait;
	background-color: currentColor;
	opacity: .5;
}

.placeholder.btn::before {
	display: inline-block;
	content: "";
}

.placeholder-xs {
	min-height: .6em;
}

.placeholder-sm {
	min-height: .8em;
}

.placeholder-lg {
	min-height: 1.2em;
}

.placeholder-glow .placeholder {
	-webkit-animation: placeholder-glow 2s ease-in-out infinite;
	animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
	50% {
		opacity: .2;
	}
}

@keyframes placeholder-glow {
	50% {
		opacity: .2;
	}
}

.placeholder-wave {
	-webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
	mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
	-webkit-mask-size: 200% 100%;
	mask-size: 200% 100%;
	-webkit-animation: placeholder-wave 2s linear infinite;
	animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
	100% {
		-webkit-mask-position: -200% 0%;
		mask-position: -200% 0%;
	}
}

@keyframes placeholder-wave {
	100% {
		-webkit-mask-position: -200% 0%;
		mask-position: -200% 0%;
	}
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.link-primary {
	color: #0d6efd;
}

.link-primary:focus, .link-primary:hover {
	color: #0a58ca;
}

.link-secondary {
	color: #6c757d;
}

.link-secondary:focus, .link-secondary:hover {
	color: #565e64;
}

.link-success {
	color: #198754;
}

.link-success:focus, .link-success:hover {
	color: #146c43;
}

.link-info {
	color: #0dcaf0;
}

.link-info:focus, .link-info:hover {
	color: #3dd5f3;
}

.link-warning {
	color: #ffc107;
}

.link-warning:focus, .link-warning:hover {
	color: #ffcd39;
}

.link-danger {
	color: #dc3545;
}

.link-danger:focus, .link-danger:hover {
	color: #b02a37;
}

.link-light {
	color: #f8f9fa;
}

.link-light:focus, .link-light:hover {
	color: #f9fafb;
}

.link-dark {
	color: #212529;
}

.link-dark:focus, .link-dark:hover {
	color: #1a1e21;
}

.ratio {
	position: relative;
	width: 100%;
}

.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: "";
}

.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio-1x1 {
	--bs-aspect-ratio: 100%;
}

.ratio-4x3 {
	--bs-aspect-ratio: 75%;
}

.ratio-16x9 {
	--bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
	--bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
}

@media (min-width:576px) {
	.sticky-sm-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:768px) {
	.sticky-md-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:992px) {
	.sticky-lg-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:1200px) {
	.sticky-xl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:1400px) {
	.sticky-xxl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.hstack {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-self: stretch;
}

.vstack {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-self: stretch;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vr {
	display: inline-block;
	align-self: stretch;
	width: 1px;
	min-height: 1em;
	background-color: currentColor;
	opacity: .25;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.float-start {
	float: left !important;
}

.float-end {
	float: right !important;
}

.float-none {
	float: none !important;
}

.opacity-0 {
	opacity: 0 !important;
}

.opacity-25 {
	opacity: .25 !important;
}

.opacity-50 {
	opacity: .5 !important;
}

.opacity-75 {
	opacity: .75 !important;
}

.opacity-100 {
	opacity: 1 !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-scroll {
	overflow: scroll !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-grid {
	display: grid !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.d-none {
	display: none !important;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

.top-0 {
	top: 0 !important;
}

.top-50 {
	top: 50% !important;
}

.top-100 {
	top: 100% !important;
}

.bottom-0 {
	bottom: 0 !important;
}

.bottom-50 {
	bottom: 50% !important;
}

.bottom-100 {
	bottom: 100% !important;
}

.start-0 {
	left: 0 !important;
}

.start-50 {
	left: 50% !important;
}

.start-100 {
	left: 100% !important;
}

.end-0 {
	right: 0 !important;
}

.end-50 {
	right: 50% !important;
}

.end-100 {
	right: 100% !important;
}

.translate-middle {
	transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
	transform: translateX(-50%) !important;
}

.translate-middle-y {
	transform: translateY(-50%) !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-end {
	border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
	border-right: 0 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-start {
	border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #0d6efd !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #198754 !important;
}

.border-info {
	border-color: #0dcaf0 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #212529 !important;
}

.border-white {
	border-color: #fff !important;
}

.border-1 {
	border-width: 1px !important;
}

.border-2 {
	border-width: 2px !important;
}

.border-3 {
	border-width: 3px !important;
}

.border-4 {
	border-width: 4px !important;
}

.border-5 {
	border-width: 5px !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.vw-100 {
	width: 100vw !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mh-100 {
	max-height: 100% !important;
}

.vh-100 {
	height: 100vh !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.gap-0 {
	gap: 0 !important;
}

.gap-1 {
	gap: .25rem !important;
}

.gap-2 {
	gap: .5rem !important;
}

.gap-3 {
	gap: 1rem !important;
}

.gap-4 {
	gap: 1.5rem !important;
}

.gap-5 {
	gap: 3rem !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

.order-first {
	order: -1 !important;
}

.order-0 {
	order: 0 !important;
}

.order-1 {
	order: 1 !important;
}

.order-2 {
	order: 2 !important;
}

.order-3 {
	order: 3 !important;
}

.order-4 {
	order: 4 !important;
}

.order-5 {
	order: 5 !important;
}

.order-last {
	order: 6 !important;
}

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: .25rem !important;
}

.m-2 {
	margin: .5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important;
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important;
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: .25rem !important;
}

.mt-2 {
	margin-top: .5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.me-0 {
	margin-right: 0 !important;
}

.me-1 {
	margin-right: .25rem !important;
}

.me-2 {
	margin-right: .5rem !important;
}

.me-3 {
	margin-right: 1rem !important;
}

.me-4 {
	margin-right: 1.5rem !important;
}

.me-5 {
	margin-right: 3rem !important;
}

.me-auto {
	margin-right: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: .25rem !important;
}

.mb-2 {
	margin-bottom: .5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ms-0 {
	margin-left: 0 !important;
}

.ms-1 {
	margin-left: .25rem !important;
}

.ms-2 {
	margin-left: .5rem !important;
}

.ms-3 {
	margin-left: 1rem !important;
}

.ms-4 {
	margin-left: 1.5rem !important;
}

.ms-5 {
	margin-left: 3rem !important;
}

.ms-auto {
	margin-left: auto !important;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: .25rem !important;
}

.p-2 {
	padding: .5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important;
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important;
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-1 {
	padding-top: .25rem !important;
}

.pt-2 {
	padding-top: .5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.pe-1 {
	padding-right: .25rem !important;
}

.pe-2 {
	padding-right: .5rem !important;
}

.pe-3 {
	padding-right: 1rem !important;
}

.pe-4 {
	padding-right: 1.5rem !important;
}

.pe-5 {
	padding-right: 3rem !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: .25rem !important;
}

.pb-2 {
	padding-bottom: .5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.ps-1 {
	padding-left: .25rem !important;
}

.ps-2 {
	padding-left: .5rem !important;
}

.ps-3 {
	padding-left: 1rem !important;
}

.ps-4 {
	padding-left: 1.5rem !important;
}

.ps-5 {
	padding-left: 3rem !important;
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
	font-size: calc(1.325rem + .9vw) !important;
}

.fs-3 {
	font-size: calc(1.3rem + .6vw) !important;
}

.fs-4 {
	font-size: calc(1.275rem + .3vw) !important;
}

.fs-5 {
	font-size: 1.25rem !important;
}

.fs-6 {
	font-size: 1rem !important;
}

.fst-italic {
	font-style: italic !important;
}

.fst-normal {
	font-style: normal !important;
}

.fw-light {
	font-weight: 300 !important;
}

.fw-lighter {
	font-weight: lighter !important;
}

.fw-normal {
	font-weight: 400 !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.fw-bolder {
	font-weight: bolder !important;
}

.lh-1 {
	line-height: 1 !important;
}

.lh-sm {
	line-height: 1.25 !important;
}

.lh-base {
	line-height: 1.5 !important;
}

.lh-lg {
	line-height: 2 !important;
}

.text-start {
	text-align: left !important;
}

.text-end {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-decoration-underline {
	text-decoration: underline !important;
}

.text-decoration-line-through {
	text-decoration: line-through !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

.text-primary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
	--bs-text-opacity: 1;
	color: #6c757d !important;
}

.text-black-50 {
	--bs-text-opacity: 1;
	color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
	--bs-text-opacity: 1;
	color: rgba(255, 255, 255, .5) !important;
}

.text-reset {
	--bs-text-opacity: 1;
	color: inherit !important;
}

.text-opacity-25 {
	--bs-text-opacity: .25;
}

.text-opacity-50 {
	--bs-text-opacity: .5;
}

.text-opacity-75 {
	--bs-text-opacity: .75;
}

.text-opacity-100 {
	--bs-text-opacity: 1;
}

.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent !important;
}

.bg-opacity-10 {
	--bs-bg-opacity: .1;
}

.bg-opacity-25 {
	--bs-bg-opacity: .25;
}

.bg-opacity-50 {
	--bs-bg-opacity: .5;
}

.bg-opacity-75 {
	--bs-bg-opacity: .75;
}

.bg-opacity-100 {
	--bs-bg-opacity: 1;
}

.bg-gradient {
	background-image: var(--bs-gradient) !important;
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	user-select: all !important;
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	user-select: auto !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	user-select: none !important;
}

.pe-none {
	pointer-events: none !important;
}

.pe-auto {
	pointer-events: auto !important;
}

.rounded {
	border-radius: .25rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.rounded-1 {
	border-radius: .2rem !important;
}

.rounded-2 {
	border-radius: .25rem !important;
}

.rounded-3 {
	border-radius: .3rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important;
}

.rounded-end {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}

.rounded-start {
	border-bottom-left-radius: .25rem !important;
	border-top-left-radius: .25rem !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media (min-width:576px) {
	.float-sm-start {
		float: left !important;
	}
	
	.float-sm-end {
		float: right !important;
	}
	
	.float-sm-none {
		float: none !important;
	}
	
	.d-sm-inline {
		display: inline !important;
	}
	
	.d-sm-inline-block {
		display: inline-block !important;
	}
	
	.d-sm-block {
		display: block !important;
	}
	
	.d-sm-grid {
		display: grid !important;
	}
	
	.d-sm-table {
		display: table !important;
	}
	
	.d-sm-table-row {
		display: table-row !important;
	}
	
	.d-sm-table-cell {
		display: table-cell !important;
	}
	
	.d-sm-flex {
		display: flex !important;
	}
	
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
	
	.d-sm-none {
		display: none !important;
	}
	
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-sm-row {
		flex-direction: row !important;
	}
	
	.flex-sm-column {
		flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-sm-0 {
		gap: 0 !important;
	}
	
	.gap-sm-1 {
		gap: .25rem !important;
	}
	
	.gap-sm-2 {
		gap: .5rem !important;
	}
	
	.gap-sm-3 {
		gap: 1rem !important;
	}
	
	.gap-sm-4 {
		gap: 1.5rem !important;
	}
	
	.gap-sm-5 {
		gap: 3rem !important;
	}
	
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	
	.justify-content-sm-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	
	.align-content-sm-center {
		align-content: center !important;
	}
	
	.align-content-sm-between {
		align-content: space-between !important;
	}
	
	.align-content-sm-around {
		align-content: space-around !important;
	}
	
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	
	.align-self-sm-auto {
		align-self: auto !important;
	}
	
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	
	.align-self-sm-center {
		align-self: center !important;
	}
	
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
	
	.order-sm-first {
		order: -1 !important;
	}
	
	.order-sm-0 {
		order: 0 !important;
	}
	
	.order-sm-1 {
		order: 1 !important;
	}
	
	.order-sm-2 {
		order: 2 !important;
	}
	
	.order-sm-3 {
		order: 3 !important;
	}
	
	.order-sm-4 {
		order: 4 !important;
	}
	
	.order-sm-5 {
		order: 5 !important;
	}
	
	.order-sm-last {
		order: 6 !important;
	}
	
	.m-sm-0 {
		margin: 0 !important;
	}
	
	.m-sm-1 {
		margin: .25rem !important;
	}
	
	.m-sm-2 {
		margin: .5rem !important;
	}
	
	.m-sm-3 {
		margin: 1rem !important;
	}
	
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	
	.m-sm-5 {
		margin: 3rem !important;
	}
	
	.m-sm-auto {
		margin: auto !important;
	}
	
	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-sm-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-sm-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-sm-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-sm-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	
	.mt-sm-1 {
		margin-top: .25rem !important;
	}
	
	.mt-sm-2 {
		margin-top: .5rem !important;
	}
	
	.mt-sm-3 {
		margin-top: 1rem !important;
	}
	
	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-sm-5 {
		margin-top: 3rem !important;
	}
	
	.mt-sm-auto {
		margin-top: auto !important;
	}
	
	.me-sm-0 {
		margin-right: 0 !important;
	}
	
	.me-sm-1 {
		margin-right: .25rem !important;
	}
	
	.me-sm-2 {
		margin-right: .5rem !important;
	}
	
	.me-sm-3 {
		margin-right: 1rem !important;
	}
	
	.me-sm-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-sm-5 {
		margin-right: 3rem !important;
	}
	
	.me-sm-auto {
		margin-right: auto !important;
	}
	
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-sm-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-sm-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-sm-auto {
		margin-bottom: auto !important;
	}
	
	.ms-sm-0 {
		margin-left: 0 !important;
	}
	
	.ms-sm-1 {
		margin-left: .25rem !important;
	}
	
	.ms-sm-2 {
		margin-left: .5rem !important;
	}
	
	.ms-sm-3 {
		margin-left: 1rem !important;
	}
	
	.ms-sm-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-sm-5 {
		margin-left: 3rem !important;
	}
	
	.ms-sm-auto {
		margin-left: auto !important;
	}
	
	.p-sm-0 {
		padding: 0 !important;
	}
	
	.p-sm-1 {
		padding: .25rem !important;
	}
	
	.p-sm-2 {
		padding: .5rem !important;
	}
	
	.p-sm-3 {
		padding: 1rem !important;
	}
	
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	
	.p-sm-5 {
		padding: 3rem !important;
	}
	
	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-sm-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-sm-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-sm-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-sm-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	
	.pt-sm-1 {
		padding-top: .25rem !important;
	}
	
	.pt-sm-2 {
		padding-top: .5rem !important;
	}
	
	.pt-sm-3 {
		padding-top: 1rem !important;
	}
	
	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-sm-5 {
		padding-top: 3rem !important;
	}
	
	.pe-sm-0 {
		padding-right: 0 !important;
	}
	
	.pe-sm-1 {
		padding-right: .25rem !important;
	}
	
	.pe-sm-2 {
		padding-right: .5rem !important;
	}
	
	.pe-sm-3 {
		padding-right: 1rem !important;
	}
	
	.pe-sm-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-sm-5 {
		padding-right: 3rem !important;
	}
	
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-sm-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-sm-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-sm-0 {
		padding-left: 0 !important;
	}
	
	.ps-sm-1 {
		padding-left: .25rem !important;
	}
	
	.ps-sm-2 {
		padding-left: .5rem !important;
	}
	
	.ps-sm-3 {
		padding-left: 1rem !important;
	}
	
	.ps-sm-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-sm-5 {
		padding-left: 3rem !important;
	}
	
	.text-sm-start {
		text-align: left !important;
	}
	
	.text-sm-end {
		text-align: right !important;
	}
	
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width:768px) {
	.float-md-start {
		float: left !important;
	}
	
	.float-md-end {
		float: right !important;
	}
	
	.float-md-none {
		float: none !important;
	}
	
	.d-md-inline {
		display: inline !important;
	}
	
	.d-md-inline-block {
		display: inline-block !important;
	}
	
	.d-md-block {
		display: block !important;
	}
	
	.d-md-grid {
		display: grid !important;
	}
	
	.d-md-table {
		display: table !important;
	}
	
	.d-md-table-row {
		display: table-row !important;
	}
	
	.d-md-table-cell {
		display: table-cell !important;
	}
	
	.d-md-flex {
		display: flex !important;
	}
	
	.d-md-inline-flex {
		display: inline-flex !important;
	}
	
	.d-md-none {
		display: none !important;
	}
	
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-md-row {
		flex-direction: row !important;
	}
	
	.flex-md-column {
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-md-0 {
		gap: 0 !important;
	}
	
	.gap-md-1 {
		gap: .25rem !important;
	}
	
	.gap-md-2 {
		gap: .5rem !important;
	}
	
	.gap-md-3 {
		gap: 1rem !important;
	}
	
	.gap-md-4 {
		gap: 1.5rem !important;
	}
	
	.gap-md-5 {
		gap: 3rem !important;
	}
	
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	
	.justify-content-md-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-md-start {
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	
	.align-content-md-start {
		align-content: flex-start !important;
	}
	
	.align-content-md-end {
		align-content: flex-end !important;
	}
	
	.align-content-md-center {
		align-content: center !important;
	}
	
	.align-content-md-between {
		align-content: space-between !important;
	}
	
	.align-content-md-around {
		align-content: space-around !important;
	}
	
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	
	.align-self-md-auto {
		align-self: auto !important;
	}
	
	.align-self-md-start {
		align-self: flex-start !important;
	}
	
	.align-self-md-end {
		align-self: flex-end !important;
	}
	
	.align-self-md-center {
		align-self: center !important;
	}
	
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	
	.align-self-md-stretch {
		align-self: stretch !important;
	}
	
	.order-md-first {
		order: -1 !important;
	}
	
	.order-md-0 {
		order: 0 !important;
	}
	
	.order-md-1 {
		order: 1 !important;
	}
	
	.order-md-2 {
		order: 2 !important;
	}
	
	.order-md-3 {
		order: 3 !important;
	}
	
	.order-md-4 {
		order: 4 !important;
	}
	
	.order-md-5 {
		order: 5 !important;
	}
	
	.order-md-last {
		order: 6 !important;
	}
	
	.m-md-0 {
		margin: 0 !important;
	}
	
	.m-md-1 {
		margin: .25rem !important;
	}
	
	.m-md-2 {
		margin: .5rem !important;
	}
	
	.m-md-3 {
		margin: 1rem !important;
	}
	
	.m-md-4 {
		margin: 1.5rem !important;
	}
	
	.m-md-5 {
		margin: 3rem !important;
	}
	
	.m-md-auto {
		margin: auto !important;
	}
	
	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-md-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-md-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-md-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-md-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-md-0 {
		margin-top: 0 !important;
	}
	
	.mt-md-1 {
		margin-top: .25rem !important;
	}
	
	.mt-md-2 {
		margin-top: .5rem !important;
	}
	
	.mt-md-3 {
		margin-top: 1rem !important;
	}
	
	.mt-md-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-md-5 {
		margin-top: 3rem !important;
	}
	
	.mt-md-auto {
		margin-top: auto !important;
	}
	
	.me-md-0 {
		margin-right: 0 !important;
	}
	
	.me-md-1 {
		margin-right: .25rem !important;
	}
	
	.me-md-2 {
		margin-right: .5rem !important;
	}
	
	.me-md-3 {
		margin-right: 1rem !important;
	}
	
	.me-md-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-md-5 {
		margin-right: 3rem !important;
	}
	
	.me-md-auto {
		margin-right: auto !important;
	}
	
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-md-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-md-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-md-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-md-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-md-auto {
		margin-bottom: auto !important;
	}
	
	.ms-md-0 {
		margin-left: 0 !important;
	}
	
	.ms-md-1 {
		margin-left: .25rem !important;
	}
	
	.ms-md-2 {
		margin-left: .5rem !important;
	}
	
	.ms-md-3 {
		margin-left: 1rem !important;
	}
	
	.ms-md-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-md-5 {
		margin-left: 3rem !important;
	}
	
	.ms-md-auto {
		margin-left: auto !important;
	}
	
	.p-md-0 {
		padding: 0 !important;
	}
	
	.p-md-1 {
		padding: .25rem !important;
	}
	
	.p-md-2 {
		padding: .5rem !important;
	}
	
	.p-md-3 {
		padding: 1rem !important;
	}
	
	.p-md-4 {
		padding: 1.5rem !important;
	}
	
	.p-md-5 {
		padding: 3rem !important;
	}
	
	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-md-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-md-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-md-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-md-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-md-0 {
		padding-top: 0 !important;
	}
	
	.pt-md-1 {
		padding-top: .25rem !important;
	}
	
	.pt-md-2 {
		padding-top: .5rem !important;
	}
	
	.pt-md-3 {
		padding-top: 1rem !important;
	}
	
	.pt-md-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-md-5 {
		padding-top: 3rem !important;
	}
	
	.pe-md-0 {
		padding-right: 0 !important;
	}
	
	.pe-md-1 {
		padding-right: .25rem !important;
	}
	
	.pe-md-2 {
		padding-right: .5rem !important;
	}
	
	.pe-md-3 {
		padding-right: 1rem !important;
	}
	
	.pe-md-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-md-5 {
		padding-right: 3rem !important;
	}
	
	.pb-md-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-md-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-md-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-md-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-md-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-md-0 {
		padding-left: 0 !important;
	}
	
	.ps-md-1 {
		padding-left: .25rem !important;
	}
	
	.ps-md-2 {
		padding-left: .5rem !important;
	}
	
	.ps-md-3 {
		padding-left: 1rem !important;
	}
	
	.ps-md-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-md-5 {
		padding-left: 3rem !important;
	}
	
	.text-md-start {
		text-align: left !important;
	}
	
	.text-md-end {
		text-align: right !important;
	}
	
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width:992px) {
	.float-lg-start {
		float: left !important;
	}
	
	.float-lg-end {
		float: right !important;
	}
	
	.float-lg-none {
		float: none !important;
	}
	
	.d-lg-inline {
		display: inline !important;
	}
	
	.d-lg-inline-block {
		display: inline-block !important;
	}
	
	.d-lg-block {
		display: block !important;
	}
	
	.d-lg-grid {
		display: grid !important;
	}
	
	.d-lg-table {
		display: table !important;
	}
	
	.d-lg-table-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
	
	.d-lg-none {
		display: none !important;
	}
	
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-lg-row {
		flex-direction: row !important;
	}
	
	.flex-lg-column {
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-lg-0 {
		gap: 0 !important;
	}
	
	.gap-lg-1 {
		gap: .25rem !important;
	}
	
	.gap-lg-2 {
		gap: .5rem !important;
	}
	
	.gap-lg-3 {
		gap: 1rem !important;
	}
	
	.gap-lg-4 {
		gap: 1.5rem !important;
	}
	
	.gap-lg-5 {
		gap: 3rem !important;
	}
	
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	
	.justify-content-lg-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	
	.align-content-lg-center {
		align-content: center !important;
	}
	
	.align-content-lg-between {
		align-content: space-between !important;
	}
	
	.align-content-lg-around {
		align-content: space-around !important;
	}
	
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	
	.align-self-lg-auto {
		align-self: auto !important;
	}
	
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	
	.align-self-lg-center {
		align-self: center !important;
	}
	
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
	
	.order-lg-first {
		order: -1 !important;
	}
	
	.order-lg-0 {
		order: 0 !important;
	}
	
	.order-lg-1 {
		order: 1 !important;
	}
	
	.order-lg-2 {
		order: 2 !important;
	}
	
	.order-lg-3 {
		order: 3 !important;
	}
	
	.order-lg-4 {
		order: 4 !important;
	}
	
	.order-lg-5 {
		order: 5 !important;
	}
	
	.order-lg-last {
		order: 6 !important;
	}
	
	.m-lg-0 {
		margin: 0 !important;
	}
	
	.m-lg-1 {
		margin: .25rem !important;
	}
	
	.m-lg-2 {
		margin: .5rem !important;
	}
	
	.m-lg-3 {
		margin: 1rem !important;
	}
	
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	
	.m-lg-5 {
		margin: 3rem !important;
	}
	
	.m-lg-auto {
		margin: auto !important;
	}
	
	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-lg-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-lg-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-lg-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-lg-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	
	.mt-lg-1 {
		margin-top: .25rem !important;
	}
	
	.mt-lg-2 {
		margin-top: .5rem !important;
	}
	
	.mt-lg-3 {
		margin-top: 1rem !important;
	}
	
	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-lg-5 {
		margin-top: 3rem !important;
	}
	
	.mt-lg-auto {
		margin-top: auto !important;
	}
	
	.me-lg-0 {
		margin-right: 0 !important;
	}
	
	.me-lg-1 {
		margin-right: .25rem !important;
	}
	
	.me-lg-2 {
		margin-right: .5rem !important;
	}
	
	.me-lg-3 {
		margin-right: 1rem !important;
	}
	
	.me-lg-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-lg-5 {
		margin-right: 3rem !important;
	}
	
	.me-lg-auto {
		margin-right: auto !important;
	}
	
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-lg-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-lg-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	
	.ms-lg-0 {
		margin-left: 0 !important;
	}
	
	.ms-lg-1 {
		margin-left: .25rem !important;
	}
	
	.ms-lg-2 {
		margin-left: .5rem !important;
	}
	
	.ms-lg-3 {
		margin-left: 1rem !important;
	}
	
	.ms-lg-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-lg-5 {
		margin-left: 3rem !important;
	}
	
	.ms-lg-auto {
		margin-left: auto !important;
	}
	
	.p-lg-0 {
		padding: 0 !important;
	}
	
	.p-lg-1 {
		padding: .25rem !important;
	}
	
	.p-lg-2 {
		padding: .5rem !important;
	}
	
	.p-lg-3 {
		padding: 1rem !important;
	}
	
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	
	.p-lg-5 {
		padding: 3rem !important;
	}
	
	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-lg-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-lg-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-lg-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-lg-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	
	.pt-lg-1 {
		padding-top: .25rem !important;
	}
	
	.pt-lg-2 {
		padding-top: .5rem !important;
	}
	
	.pt-lg-3 {
		padding-top: 1rem !important;
	}
	
	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-lg-5 {
		padding-top: 3rem !important;
	}
	
	.pe-lg-0 {
		padding-right: 0 !important;
	}
	
	.pe-lg-1 {
		padding-right: .25rem !important;
	}
	
	.pe-lg-2 {
		padding-right: .5rem !important;
	}
	
	.pe-lg-3 {
		padding-right: 1rem !important;
	}
	
	.pe-lg-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-lg-5 {
		padding-right: 3rem !important;
	}
	
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-lg-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-lg-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-lg-0 {
		padding-left: 0 !important;
	}
	
	.ps-lg-1 {
		padding-left: .25rem !important;
	}
	
	.ps-lg-2 {
		padding-left: .5rem !important;
	}
	
	.ps-lg-3 {
		padding-left: 1rem !important;
	}
	
	.ps-lg-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-lg-5 {
		padding-left: 3rem !important;
	}
	
	.text-lg-start {
		text-align: left !important;
	}
	
	.text-lg-end {
		text-align: right !important;
	}
	
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width:1200px) {
	.float-xl-start {
		float: left !important;
	}
	
	.float-xl-end {
		float: right !important;
	}
	
	.float-xl-none {
		float: none !important;
	}
	
	.d-xl-inline {
		display: inline !important;
	}
	
	.d-xl-inline-block {
		display: inline-block !important;
	}
	
	.d-xl-block {
		display: block !important;
	}
	
	.d-xl-grid {
		display: grid !important;
	}
	
	.d-xl-table {
		display: table !important;
	}
	
	.d-xl-table-row {
		display: table-row !important;
	}
	
	.d-xl-table-cell {
		display: table-cell !important;
	}
	
	.d-xl-flex {
		display: flex !important;
	}
	
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
	
	.d-xl-none {
		display: none !important;
	}
	
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-xl-row {
		flex-direction: row !important;
	}
	
	.flex-xl-column {
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-xl-0 {
		gap: 0 !important;
	}
	
	.gap-xl-1 {
		gap: .25rem !important;
	}
	
	.gap-xl-2 {
		gap: .5rem !important;
	}
	
	.gap-xl-3 {
		gap: 1rem !important;
	}
	
	.gap-xl-4 {
		gap: 1.5rem !important;
	}
	
	.gap-xl-5 {
		gap: 3rem !important;
	}
	
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	
	.justify-content-xl-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	
	.align-content-xl-center {
		align-content: center !important;
	}
	
	.align-content-xl-between {
		align-content: space-between !important;
	}
	
	.align-content-xl-around {
		align-content: space-around !important;
	}
	
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	
	.align-self-xl-auto {
		align-self: auto !important;
	}
	
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	
	.align-self-xl-center {
		align-self: center !important;
	}
	
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
	
	.order-xl-first {
		order: -1 !important;
	}
	
	.order-xl-0 {
		order: 0 !important;
	}
	
	.order-xl-1 {
		order: 1 !important;
	}
	
	.order-xl-2 {
		order: 2 !important;
	}
	
	.order-xl-3 {
		order: 3 !important;
	}
	
	.order-xl-4 {
		order: 4 !important;
	}
	
	.order-xl-5 {
		order: 5 !important;
	}
	
	.order-xl-last {
		order: 6 !important;
	}
	
	.m-xl-0 {
		margin: 0 !important;
	}
	
	.m-xl-1 {
		margin: .25rem !important;
	}
	
	.m-xl-2 {
		margin: .5rem !important;
	}
	
	.m-xl-3 {
		margin: 1rem !important;
	}
	
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	
	.m-xl-5 {
		margin: 3rem !important;
	}
	
	.m-xl-auto {
		margin: auto !important;
	}
	
	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-xl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-xl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-xl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-xl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-xl-0 {
		margin-top: 0 !important;
	}
	
	.mt-xl-1 {
		margin-top: .25rem !important;
	}
	
	.mt-xl-2 {
		margin-top: .5rem !important;
	}
	
	.mt-xl-3 {
		margin-top: 1rem !important;
	}
	
	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-xl-5 {
		margin-top: 3rem !important;
	}
	
	.mt-xl-auto {
		margin-top: auto !important;
	}
	
	.me-xl-0 {
		margin-right: 0 !important;
	}
	
	.me-xl-1 {
		margin-right: .25rem !important;
	}
	
	.me-xl-2 {
		margin-right: .5rem !important;
	}
	
	.me-xl-3 {
		margin-right: 1rem !important;
	}
	
	.me-xl-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-xl-5 {
		margin-right: 3rem !important;
	}
	
	.me-xl-auto {
		margin-right: auto !important;
	}
	
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-xl-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-xl-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-xl-auto {
		margin-bottom: auto !important;
	}
	
	.ms-xl-0 {
		margin-left: 0 !important;
	}
	
	.ms-xl-1 {
		margin-left: .25rem !important;
	}
	
	.ms-xl-2 {
		margin-left: .5rem !important;
	}
	
	.ms-xl-3 {
		margin-left: 1rem !important;
	}
	
	.ms-xl-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-xl-5 {
		margin-left: 3rem !important;
	}
	
	.ms-xl-auto {
		margin-left: auto !important;
	}
	
	.p-xl-0 {
		padding: 0 !important;
	}
	
	.p-xl-1 {
		padding: .25rem !important;
	}
	
	.p-xl-2 {
		padding: .5rem !important;
	}
	
	.p-xl-3 {
		padding: 1rem !important;
	}
	
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	
	.p-xl-5 {
		padding: 3rem !important;
	}
	
	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-xl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-xl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-xl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-xl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-xl-0 {
		padding-top: 0 !important;
	}
	
	.pt-xl-1 {
		padding-top: .25rem !important;
	}
	
	.pt-xl-2 {
		padding-top: .5rem !important;
	}
	
	.pt-xl-3 {
		padding-top: 1rem !important;
	}
	
	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-xl-5 {
		padding-top: 3rem !important;
	}
	
	.pe-xl-0 {
		padding-right: 0 !important;
	}
	
	.pe-xl-1 {
		padding-right: .25rem !important;
	}
	
	.pe-xl-2 {
		padding-right: .5rem !important;
	}
	
	.pe-xl-3 {
		padding-right: 1rem !important;
	}
	
	.pe-xl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-xl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xl-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-xl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-xl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-xl-0 {
		padding-left: 0 !important;
	}
	
	.ps-xl-1 {
		padding-left: .25rem !important;
	}
	
	.ps-xl-2 {
		padding-left: .5rem !important;
	}
	
	.ps-xl-3 {
		padding-left: 1rem !important;
	}
	
	.ps-xl-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-xl-5 {
		padding-left: 3rem !important;
	}
	
	.text-xl-start {
		text-align: left !important;
	}
	
	.text-xl-end {
		text-align: right !important;
	}
	
	.text-xl-center {
		text-align: center !important;
	}
}

@media (min-width:1400px) {
	.float-xxl-start {
		float: left !important;
	}
	
	.float-xxl-end {
		float: right !important;
	}
	
	.float-xxl-none {
		float: none !important;
	}
	
	.d-xxl-inline {
		display: inline !important;
	}
	
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	
	.d-xxl-block {
		display: block !important;
	}
	
	.d-xxl-grid {
		display: grid !important;
	}
	
	.d-xxl-table {
		display: table !important;
	}
	
	.d-xxl-table-row {
		display: table-row !important;
	}
	
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	
	.d-xxl-flex {
		display: flex !important;
	}
	
	.d-xxl-inline-flex {
		display: inline-flex !important;
	}
	
	.d-xxl-none {
		display: none !important;
	}
	
	.flex-xxl-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-xxl-row {
		flex-direction: row !important;
	}
	
	.flex-xxl-column {
		flex-direction: column !important;
	}
	
	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-xxl-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-xxl-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-xxl-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-xxl-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-xxl-0 {
		gap: 0 !important;
	}
	
	.gap-xxl-1 {
		gap: .25rem !important;
	}
	
	.gap-xxl-2 {
		gap: .5rem !important;
	}
	
	.gap-xxl-3 {
		gap: 1rem !important;
	}
	
	.gap-xxl-4 {
		gap: 1.5rem !important;
	}
	
	.gap-xxl-5 {
		gap: 3rem !important;
	}
	
	.justify-content-xxl-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-xxl-center {
		justify-content: center !important;
	}
	
	.justify-content-xxl-between {
		justify-content: space-between !important;
	}
	
	.justify-content-xxl-around {
		justify-content: space-around !important;
	}
	
	.justify-content-xxl-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-xxl-start {
		align-items: flex-start !important;
	}
	
	.align-items-xxl-end {
		align-items: flex-end !important;
	}
	
	.align-items-xxl-center {
		align-items: center !important;
	}
	
	.align-items-xxl-baseline {
		align-items: baseline !important;
	}
	
	.align-items-xxl-stretch {
		align-items: stretch !important;
	}
	
	.align-content-xxl-start {
		align-content: flex-start !important;
	}
	
	.align-content-xxl-end {
		align-content: flex-end !important;
	}
	
	.align-content-xxl-center {
		align-content: center !important;
	}
	
	.align-content-xxl-between {
		align-content: space-between !important;
	}
	
	.align-content-xxl-around {
		align-content: space-around !important;
	}
	
	.align-content-xxl-stretch {
		align-content: stretch !important;
	}
	
	.align-self-xxl-auto {
		align-self: auto !important;
	}
	
	.align-self-xxl-start {
		align-self: flex-start !important;
	}
	
	.align-self-xxl-end {
		align-self: flex-end !important;
	}
	
	.align-self-xxl-center {
		align-self: center !important;
	}
	
	.align-self-xxl-baseline {
		align-self: baseline !important;
	}
	
	.align-self-xxl-stretch {
		align-self: stretch !important;
	}
	
	.order-xxl-first {
		order: -1 !important;
	}
	
	.order-xxl-0 {
		order: 0 !important;
	}
	
	.order-xxl-1 {
		order: 1 !important;
	}
	
	.order-xxl-2 {
		order: 2 !important;
	}
	
	.order-xxl-3 {
		order: 3 !important;
	}
	
	.order-xxl-4 {
		order: 4 !important;
	}
	
	.order-xxl-5 {
		order: 5 !important;
	}
	
	.order-xxl-last {
		order: 6 !important;
	}
	
	.m-xxl-0 {
		margin: 0 !important;
	}
	
	.m-xxl-1 {
		margin: .25rem !important;
	}
	
	.m-xxl-2 {
		margin: .5rem !important;
	}
	
	.m-xxl-3 {
		margin: 1rem !important;
	}
	
	.m-xxl-4 {
		margin: 1.5rem !important;
	}
	
	.m-xxl-5 {
		margin: 3rem !important;
	}
	
	.m-xxl-auto {
		margin: auto !important;
	}
	
	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-xxl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-xxl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-xxl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-xxl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-xxl-0 {
		margin-top: 0 !important;
	}
	
	.mt-xxl-1 {
		margin-top: .25rem !important;
	}
	
	.mt-xxl-2 {
		margin-top: .5rem !important;
	}
	
	.mt-xxl-3 {
		margin-top: 1rem !important;
	}
	
	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-xxl-5 {
		margin-top: 3rem !important;
	}
	
	.mt-xxl-auto {
		margin-top: auto !important;
	}
	
	.me-xxl-0 {
		margin-right: 0 !important;
	}
	
	.me-xxl-1 {
		margin-right: .25rem !important;
	}
	
	.me-xxl-2 {
		margin-right: .5rem !important;
	}
	
	.me-xxl-3 {
		margin-right: 1rem !important;
	}
	
	.me-xxl-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-xxl-5 {
		margin-right: 3rem !important;
	}
	
	.me-xxl-auto {
		margin-right: auto !important;
	}
	
	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-xxl-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-xxl-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-xxl-auto {
		margin-bottom: auto !important;
	}
	
	.ms-xxl-0 {
		margin-left: 0 !important;
	}
	
	.ms-xxl-1 {
		margin-left: .25rem !important;
	}
	
	.ms-xxl-2 {
		margin-left: .5rem !important;
	}
	
	.ms-xxl-3 {
		margin-left: 1rem !important;
	}
	
	.ms-xxl-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-xxl-5 {
		margin-left: 3rem !important;
	}
	
	.ms-xxl-auto {
		margin-left: auto !important;
	}
	
	.p-xxl-0 {
		padding: 0 !important;
	}
	
	.p-xxl-1 {
		padding: .25rem !important;
	}
	
	.p-xxl-2 {
		padding: .5rem !important;
	}
	
	.p-xxl-3 {
		padding: 1rem !important;
	}
	
	.p-xxl-4 {
		padding: 1.5rem !important;
	}
	
	.p-xxl-5 {
		padding: 3rem !important;
	}
	
	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-xxl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-xxl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-xxl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-xxl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-xxl-0 {
		padding-top: 0 !important;
	}
	
	.pt-xxl-1 {
		padding-top: .25rem !important;
	}
	
	.pt-xxl-2 {
		padding-top: .5rem !important;
	}
	
	.pt-xxl-3 {
		padding-top: 1rem !important;
	}
	
	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-xxl-5 {
		padding-top: 3rem !important;
	}
	
	.pe-xxl-0 {
		padding-right: 0 !important;
	}
	
	.pe-xxl-1 {
		padding-right: .25rem !important;
	}
	
	.pe-xxl-2 {
		padding-right: .5rem !important;
	}
	
	.pe-xxl-3 {
		padding-right: 1rem !important;
	}
	
	.pe-xxl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-xxl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-xxl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-xxl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-xxl-0 {
		padding-left: 0 !important;
	}
	
	.ps-xxl-1 {
		padding-left: .25rem !important;
	}
	
	.ps-xxl-2 {
		padding-left: .5rem !important;
	}
	
	.ps-xxl-3 {
		padding-left: 1rem !important;
	}
	
	.ps-xxl-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-xxl-5 {
		padding-left: 3rem !important;
	}
	
	.text-xxl-start {
		text-align: left !important;
	}
	
	.text-xxl-end {
		text-align: right !important;
	}
	
	.text-xxl-center {
		text-align: center !important;
	}
}

@media (min-width:1200px) {
	.fs-1 {
		font-size: 2.5rem !important;
	}
	
	.fs-2 {
		font-size: 2rem !important;
	}
	
	.fs-3 {
		font-size: 1.75rem !important;
	}
	
	.fs-4 {
		font-size: 1.5rem !important;
	}
}

@media print {
	.d-print-inline {
		display: inline !important;
	}
	
	.d-print-inline-block {
		display: inline-block !important;
	}
	
	.d-print-block {
		display: block !important;
	}
	
	.d-print-grid {
		display: grid !important;
	}
	
	.d-print-table {
		display: table !important;
	}
	
	.d-print-table-row {
		display: table-row !important;
	}
	
	.d-print-table-cell {
		display: table-cell !important;
	}
	
	.d-print-flex {
		display: flex !important;
	}
	
	.d-print-inline-flex {
		display: inline-flex !important;
	}
	
	.d-print-none {
		display: none !important;
	}
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
	font-family: flaticon !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.flaticon-next:before {
	content: "";
}

.flaticon-clock:before {
	content: "";
}

.flaticon-phone-call:before {
	content: "";
}

.flaticon-envelope:before {
	content: "";
}

.flaticon-location:before {
	content: "";
}

.flaticon-create:before {
	content: "";
}

.flaticon-management:before {
	content: "";
}

.flaticon-secure-shield:before {
	content: "";
}

.flaticon-analytics:before {
	content: "";
}

.flaticon-client:before {
	content: "";
}

.flaticon-deadline:before {
	content: "";
}

.flaticon-settings:before {
	content: "";
}

.flaticon-tech:before {
	content: "";
}

.flaticon-team:before {
	content: "";
}

.flaticon-medal:before {
	content: "";
}

.flaticon-graphic-design:before {
	content: "";
}

.flaticon-web-development:before {
	content: "";
}

.flaticon-analysis:before {
	content: "";
}

.flaticon-cyber-security:before {
	content: "";
}

.flaticon-website:before {
	content: "";
}

.flaticon-android:before {
	content: "";
}

.flaticon-apple:before {
	content: "";
}

.flaticon-programing:before {
	content: "";
}

.flaticon-smartwatch:before {
	content: "";
}

.flaticon-lifeline-on-a-tv-monitor-screen-of-a-medical-program:before {
	content: "";
}

.flaticon-previous:before {
	content: "";
}

.flaticon-left-quote:before {
	content: "";
}

.flaticon-3d-file:before {
	content: "";
}

.flaticon-coding:before {
	content: "";
}

.flaticon-code:before {
	content: "";
}

.flaticon-package:before {
	content: "";
}

.flaticon-cpu:before {
	content: "";
}

.flaticon-guarantee:before {
	content: "";
}

.flaticon-right-quote:before {
	content: "";
}

.flaticon-link:before {
	content: "";
}

.flaticon-development:before {
	content: "";
}

.flaticon-analysis-1:before {
	content: "";
}

.flaticon-pie-chart:before {
	content: "";
}

.flaticon-hierarchical-structure:before {
	content: "";
}

.flaticon-infrastructure:before {
	content: "";
}

.flaticon-software:before {
	content: "";
}

.flaticon-settings-1:before {
	content: "";
}

.flaticon-pdf-file:before {
	content: "";
}

.flaticon-file:before {
	content: "";
}

.flaticon-menu:before {
	content: "";
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/*!
 * Font Awesome Free 5.12.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, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .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 {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

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

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

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

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

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em;
}

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

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

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

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

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

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

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

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

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

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

.fa-inverse {
	color: #fff;
}

.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-adobe: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-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-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-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-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-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-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-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-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-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-usd: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-spock:before {
	content: "";
}

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

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

.fa-handshake: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-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-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-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-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-instagram:before {
	content: "";
}

.fa-instagram-square: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-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-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-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-carry:before {
	content: "";
}

.fa-pepper-hot: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-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-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-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-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-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-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-store:before {
	content: "";
}

.fa-store-alt: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-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-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-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-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-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-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-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-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-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;
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

.fab, .far {
	font-weight: 400;
}

.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
}

.fa, .fas {
	font-weight: 900;
}

@charset "UTF-8";

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

@-webkit-keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	
	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	
	100% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	10%, 20% {
		-webkit-transform: scale(.9) rotate(-3deg);
		transform: scale(.9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	
	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	
	10%, 20% {
		-webkit-transform: scale(.9) rotate(-3deg);
		-ms-transform: scale(.9) rotate(-3deg);
		transform: scale(.9) rotate(-3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}
	
	100% {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}
	
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	
	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg);
	}
	
	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg);
	}
	
	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg);
	}
	
	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg);
	}
	
	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg);
	}
	
	100% {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
	}
	
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	
	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	80% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	25% {
		-webkit-transform: scale(.95);
		transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}
}

@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	
	25% {
		-webkit-transform: scale(.95);
		-ms-transform: scale(.95);
		transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}
	
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}
	
	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}
	
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg);
	}
	
	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0deg);
		-ms-transform: perspective(400px) rotateY(0deg);
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: translateX(0%) skewX(-15deg);
		-ms-transform: translateX(0%) skewX(-15deg);
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0%) skewX(0deg);
		-ms-transform: translateX(0%) skewX(0deg);
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		-ms-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40% {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	100% {
		-webkit-transform: translateY(700px);
		-ms-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
		-ms-transform: translateX(0px) rotate(0deg);
		transform: translateX(0px) rotate(0deg);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		-ms-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

.dtZoom {
	-webkit-animation-name: dtZoom;
	animation-name: dtZoom;
}

@keyframes dtZoom {
	0% {
		transform: scale(.8);
		opacity: 0;
	}
	
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: .2;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: .2;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

.bounce {
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-ms-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
## Bootstrap Sameheight
## Miscellaneous
## Font Fix Screen
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp, tt, var {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
p {
	margin-bottom: 1.5em;
}

dfn, cite, em {
	font-style: italic;
}

cite {
	font-weight: 600;
}

blockquote {
	margin: 0 1.5em 20px;
	border-color: #000;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #fff;
	font-family: Menlo, Consolas, monaco, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*, *:before, *:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1em 1em;
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
	margin-bottom: 10px;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 0;
	width: 100%;
}

table th, table td {
	border: 1px solid #e5e5e5;
	padding: 5px;
	text-align: center;
	transition: all ease .31s;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #000;
	border: medium none;
	color: #fff;
	padding: 2px 15px;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background-color: #000;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #666;
	border: 1px solid #e5e5e5;
	transition: all ease .31s;
}

select {
	border: 1px solid #e5e5e5;
	transition: all ease .31s;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

form.post-password-form label > input {
	background: #f8f8f8;
	border: 1px solid #dcdcdc;
	padding: 10px 8px;
}

form.post-password-form input {
	padding: 11px 15px;
	font-weight: 700;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:link, a:visited {
	transition: all ease .31s;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.byline, .updated:not(.published) {
	display: none;
}

.single .byline, .group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: .8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.byline, .updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Bootstrap Sameheight
--------------------------------------------------------------*/
@media (min-width: 1200px) {
	.auto-clear > .col-lg-1:nth-child(12n+1) {
		clear: left;
	}
	
	.auto-clear > .col-lg-2:nth-child(6n+1) {
		clear: left;
	}
	
	.auto-clear > .col-lg-3:nth-child(4n+1) {
		clear: left;
	}
	
	.auto-clear > .col-lg-4:nth-child(3n+1) {
		clear: left;
	}
	
	.auto-clear > .col-lg-6:nth-child(odd) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.auto-clear > .col-md-1:nth-child(12n+1) {
		clear: left;
	}
	
	.auto-clear > .col-md-2:nth-child(6n+1) {
		clear: left;
	}
	
	.auto-clear > .col-md-3:nth-child(4n+1) {
		clear: left;
	}
	
	.auto-clear > .col-md-4:nth-child(3n+1) {
		clear: left;
	}
	
	.auto-clear > .col-md-6:nth-child(odd) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.auto-clear > .col-sm-1:nth-child(12n+1) {
		clear: left;
	}
	
	.auto-clear > .col-sm-2:nth-child(6n+1) {
		clear: left;
	}
	
	.auto-clear > .col-sm-3:nth-child(4n+1) {
		clear: left;
	}
	
	.auto-clear > .col-sm-4:nth-child(3n+1) {
		clear: left;
	}
	
	.auto-clear > .col-sm-6:nth-child(odd) {
		clear: left;
	}
}

@media (max-width: 767px) {
	.auto-clear > .col-1:nth-child(12n+1) {
		clear: left;
	}
	
	.auto-clear > .col-2:nth-child(6n+1) {
		clear: left;
	}
	
	.auto-clear > .col-3:nth-child(4n+1) {
		clear: left;
	}
	
	.auto-clear > .col-4:nth-child(3n+1) {
		clear: left;
	}
	
	.auto-clear > .col-6:nth-child(odd) {
		clear: left;
	}
}

/*--------------------------------------------------------------
## Miscellaneous
--------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
	.ipad-fix {
		width: 100%;
	}
	
	.ipad-fix-pad {
		width: 100%;
		padding-bottom: 30px;
	}
	
	.ipad-width-50, .width-50 {
		width: 50%;
	}
	
	.center-background {
		background: none;
	}
}

@media ( max-width: 767px ) {
	.ipad-fix-pad {
		width: 100%;
		padding-bottom: 30px;
	}
}

.padding-right-fix {
	padding-right: 50px;
}

@media ( max-width: 767px ) {
	.padding-right-fix {
		padding-right: 0px;
	}
}

/*column */
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

/*-------------------------------------    
CSS INDEX
===================================
#. EL: Default
#. EL: Swiper Nav 01
#. EL: Swiper Nav 02
#. EL: Section Title
#. EL: Skill Bar
#. EL: Image Addon
#. EL: Title Text With Button
#. EL: Counter
#. EL: Video Addon
#. EL: Contact Info
#. EL: Progress Bar
#. EL: Team Layout
#. EL: Team Single
#. EL: Post Grid
#. EL: Post List
#. EL: Post Overlay
#. EL: Post Slider
#. EL: Thumbnail Slider
#. EL: Category
#. EL: News Ticker
#. EL: Theia Sticky Sidebar
#. EL: Custom css
---------------------------------------*/
:root {
	--primary_color: #f80136;
	--primary_color_rgb: 248, 1, 54;
	--secondary_color: #fa4904;
	--body_dark_color: #444;
	--body_light_color: #e6e5e5;
	--title_dark_color: #111;
	--title_light_color: #fff;
	--link_dark_color: #222;
	--link_light_color: #ccc;
	--meta_dark_color: #7e7e7e;
	--meta_light_color: #e0e0e0;
	--author_dark_color: #2e2e2e;
	--author_light_color: #cfcfcf;
	--breadcrumb_link_color: #bfbfbf;
	--breadcrumb_link_hover_color: #fff;
	--breadcrumb_active_color: #fff;
	--breadcrumb_seperator_color: #bfbfbf;
	--accent_light_color: #f8f8f8;
	--accent_dark_color: #3b3b3b;
	--accent2_light_color: #f2f2f2;
	--border_dark_color: #e4e4e4;
	--border_light_color: #3b3b3b;
}

/*-----------------------
#. EL: Default
------------------------*/
@media (max-width: 991px) {
	.custom-align-center {
		text-align: center;
	}
	
	.custom-align-left {
		text-align: left;
	}
	
	.custom-align-right {
		text-align: right;
	}
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	margin-left: 0;
}

.top:after, .bottom:after, .left:after, .right:after {
	display: none;
}

/*-------------------------------------
#. EL: Swiper Nav 01
---------------------------------------*/
.rt-swiper-nav-1 .swiper-navigation > div {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: none;
	height: 58px;
	width: 58px;
	outline: none;
	color: #000;
	font-size: 15px;
	background-color: #fff;
	border-radius: 50%;
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 30%);
	transition: all .3s ease-out;
}

.rt-swiper-nav-1 .swiper-navigation > div.nitro-lazy {
	background-image: none !important;
}

.rt-swiper-nav-1 .swiper-navigation > div:hover {
	background: var(--primary_color);
	color: #fff;
}

.rt-swiper-nav-1 .swiper-button-prev {
	left: -70px;
	right: inherit;
}

@media (max-width: 1500px) {
	.rt-swiper-nav-1 .swiper-button-prev {
		left: 0;
		right: inherit;
	}
}

.rt-swiper-nav-1 .swiper-button-next {
	right: -70px;
	left: inherit;
}

@media (max-width: 1500px) {
	.rt-swiper-nav-1 .swiper-button-next {
		right: 0;
		left: inherit;
	}
}

.rt-swiper-nav-1 .swiper-pagination-bullets {
	position: relative;
	margin-top: 30px;
	display: inline-block;
	border-radius: 0;
	width: 100%;
}

.rt-swiper-nav-1 .swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 8px;
	transition: all .4s ease;
	background: #e5e5e5;
	opacity: 1;
	border-radius: 0;
	margin: 0 2px;
}

.rt-swiper-nav-1 .swiper-pagination .swiper-pagination-bullet-active {
	width: 30px;
	background: var(--primary_color);
}

/*-------------------------------------
#. EL: Swiper Nav 02
---------------------------------------*/
.rt-swiper-nav-2 .swiper-navigation {
	display: inline-flex;
}

.rt-swiper-nav-2 .swiper-navigation > div {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: none;
	height: 45px;
	width: 45px;
	outline: none;
	color: #fff;
	font-size: 15px;
	background-color: var(--primary_color);
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease-out;
}

.rt-swiper-nav-2 .swiper-navigation > div.nitro-lazy {
	background-image: none !important;
}

.rt-swiper-nav-2 .swiper-navigation > div:hover {
	background: var(--secondary_color);
	color: #fff;
}

.rt-swiper-nav-2 .swiper-button-prev {
	margin-right: 2px;
}

.rt-swiper-nav-2 .swiper-pagination-bullets {
	position: relative;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}

.rt-swiper-nav-2 .swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 8px;
	border-radius: 0;
	transition: all .4s ease;
	background: var(--primary_color);
	opacity: 1;
	margin: 0 2px;
}

.rt-swiper-nav-2 .swiper-pagination .swiper-pagination-bullet-active {
	width: 30px;
	background: var(--secondary_color);
}

/*-------------------------------------
#. EL: Swiper Nav 03
---------------------------------------*/
.rt-swiper-nav-3 .swiper-navigation > div {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: none;
	height: 58px;
	width: 58px;
	outline: none;
	color: #fff;
	font-size: 15px;
	background-color: rgba(255, 255, 255, .25);
	border-radius: 50%;
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease-out;
}

.rt-swiper-nav-3 .swiper-navigation > div.nitro-lazy {
	background-image: none !important;
}

.rt-swiper-nav-3 .swiper-navigation > div:hover {
	background-color: var(--primary_color);
	color: #fff;
}

.rt-swiper-nav-3 .swiper-button-prev {
	left: 0;
}

.rt-swiper-nav-3 .swiper-button-next {
	right: 0;
}

/*-------------------------------------
#. EL: Swiper Nav 03
---------------------------------------*/
.rt-swiper-nav-4 .swiper-navigation > div {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: none;
	height: 58px;
	width: 58px;
	outline: none;
	color: #fff;
	font-size: 15px;
	background-color: transparent;
	border-radius: 50%;
	margin-top: 0;
	top: inherit;
	bottom: 45px;
	border: 2px solid rgba(255, 255, 255, .22);
	transition: all .3s ease-out;
}

.rt-swiper-nav-4 .swiper-navigation > div.nitro-lazy {
	background-image: none !important;
}

.rt-swiper-nav-4 .swiper-navigation > div:hover {
	background-color: var(--primary_color);
	border: 2px solid var(--primary_color);
	color: #fff;
}

.rt-swiper-nav-4 .swiper-button-prev {
	right: 110px;
	left: inherit;
}

.rt-swiper-nav-4 .swiper-button-next {
	right: 45px;
	left: inherit;
}

/*-------------------------------------
#. EL: Swiper Nav 05
---------------------------------------*/
.rt-swiper-nav-5 .swiper-navigation > div {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: none;
	height: 48px;
	width: 48px;
	outline: none;
	color: #fff;
	font-size: 15px;
	border: 1px solid rgba(255, 255, 255, .25);
	background-color: transparent;
	border-radius: 5px;
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .4s ease;
}

.rt-swiper-nav-5 .swiper-navigation > div.nitro-lazy {
	background-image: none !important;
}

.rt-swiper-nav-5 .swiper-navigation > div:hover {
	background-color: var(--primary_color);
	color: #fff;
	border: 1px solid var(--primary_color);
}

.rt-swiper-nav-5 .swiper-button-prev {
	left: 0;
}

.rt-swiper-nav-5 .swiper-button-next {
	right: 0;
}

/*-------------------------------------
#. EL: Section Title
--------------------------------------*/
.rt-section-title {
	width: 100%;
}

.rt-section-title .section-link-url {
	color: var(--title_light_color);
	height: 100%;
	padding: 5px 15px;
	transform: translateX(0);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
}

.rt-section-title .section-link-text {
	margin-right: 10px;
	transform: translateX(15px);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.rt-section-title .section-link-url:hover i {
	animation: rt_shake .82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.rt-section-title .section-link-url:hover .section-link-text {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.rt-section-title .entry-title {
	margin-bottom: 0;
}

@keyframes rt_shake {
	10%, 90% {
		transform: translate3d(-.3px, 0, 0);
	}
	
	20%, 80% {
		transform: translate3d(.5px, 0, 0);
	}
	
	30%, 50%, 70% {
		transform: translate3d(-1px, 0, 0);
	}
	
	40%, 60% {
		transform: translate3d(1px, 0, 0);
	}
}

/*style 1*/
.rt-section-title.style1 {
	background-color: var(--primary_color);
	height: 50px;
	padding: 0 0 0 20px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rt-section-title.style1:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid var(--primary_color);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 25px;
	z-index: 5;
}

.rt-section-title.style1 .entry-title {
	font-weight: 600;
	font-size: 18px;
	color: var(--title_light_color);
}

/*style 2*/
.rt-section-title.style2 {
	padding-bottom: 15px;
}

.rt-section-title.style2:after {
	content: "";
	position: absolute;
	height: 3px;
	width: 45px;
	background-color: var(--primary_color);
	bottom: 0;
	left: 0;
	z-index: 1;
}

.rt-section-title.style2 .entry-title {
	font-weight: 500;
	font-size: 28px;
	color: var(--title_dark_color);
}

/*style 3*/
.rt-section-title.style3 {
	margin-bottom: 10px;
}

.rt-section-title.style3 .entry-sub-title {
	color: var(--primary_color);
}

.rt-section-title.style3 .entry-title {
	font-size: 36px;
	max-width: 500px;
	margin-bottom: 5px;
}

.rt-section-title.style3 .entry-text {
	max-width: 630px;
}

/*-------------------------------------
#. EL: Skill Bar
---------------------------------------*/
.rt-skills {
	overflow: hidden;
}

.rt-skills .rt-skill-each {
	margin-top: 15px;
	margin-bottom: 16px;
}

.rt-skills .rt-skill-each .rt-name {
	color: #676666;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.rt-skills .rt-skill-each .progress {
	background-color: #dad2d2;
	box-shadow: none;
	height: 6px;
	overflow: visible;
	margin: 0;
	border-radius: 0;
}

.rt-skills .rt-skill-each .progress .progress-bar {
	position: relative;
	background: var(--primary_color);
	height: 6px;
	overflow: inherit;
	animation-duration: 1.5s;
	animation-delay: 1.2s;
	animation-name: fadeInLeft;
}

.rt-skills .rt-skill-each .progress .progress-bar > span {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	position: absolute;
	right: 0;
	top: -34px;
	padding-bottom: 10px;
	line-height: 1;
}

.rt-skills .rt-skill-each .progress .progress-bar > span::after {
	content: "";
	position: absolute;
	right: -1px;
	bottom: -17px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #6b92ff;
	box-shadow: 0 9px 10px 0 rgba(41, 98, 255, 42%);
}

/*-------------------------------------
#. EL: Image Addon
-------------------------------------*/
.rt-image-default .rt-image {
	position: relative;
}

.rt-image-default .rt-image img {
	position: relative;
}

.rt-image-default ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*image style 1*/
.rt-image-style1 {
	text-align: center;
}

.rt-image-style1 .entry-content {
	padding: 35px 20px;
}

.rt-image-style1 .entry-content .entry-text {
	margin-bottom: 15px;
}

.rt-image-style1 .entry-content .author-social {
	padding: 0;
	margin: 0;
	gap: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.rt-image-style1 .entry-content .author-social li a {
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
}

/*-------------------------------------
#. EL: Title Text With Button
--------------------------------------*/
.rt-title-text-button .entry-subtitle {
	color: var(--primary_color);
}

.rt-title-text-button .entry-title {
	font-size: 36px;
	font-weight: 600;
	color: var(--title_dark_color);
}

.rt-title-text-button .entry-content p {
	margin-bottom: 0;
}

.rt-title-text-button .entry-sub-content {
	font-size: 20px;
	color: var(--title_dark_color);
	line-height: 1.6;
	margin-bottom: 15px;
}

/*-------------------------------------
#. EL: Counter
---------------------------------------*/
.rt-counter.rt-center .rt-item .rt-content {
	text-align: center;
}

.rt-counter.rt-center .rt-item .rt-media {
	text-align: center;
}

.rt-counter.rt-center .rt-item .rt-title:after {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.rt-counter.rt-left .rt-item .rt-content {
	text-align: left;
}

.rt-counter.rt-left .rt-item .rt-media {
	text-align: left;
}

.rt-counter.rt-left .rt-item .rt-title:after {
	left: 0;
	right: inherit;
}

.rt-counter.rt-right .rt-item .rt-content {
	text-align: right;
}

.rt-counter.rt-right .rt-item .rt-media {
	text-align: right;
}

.rt-counter.rt-right .rt-item .rt-title:after {
	left: inherit;
	right: 0;
}

.rt-counter .rt-item .rt-media {
	margin-bottom: 20px;
}

.rt-counter .rt-item .rt-counter {
	font-size: 48px;
	color: #000;
	font-weight: 500;
	line-height: 1;
}

.rt-counter .rt-item .rt-title {
	position: relative;
	font-size: 18px;
	color: #646464;
	margin-bottom: 35px;
}

.rt-counter .rt-item .rt-title:after {
	position: absolute;
	z-index: 1;
	content: "";
	height: 4px;
	width: 43px;
	border-radius: 10px;
	bottom: -18px;
	background-color: var(--primary_color);
}

/*-------------------------------------
#. EL: Video Addon
---------------------------------------*/
.rt-video-layout {
	position: relative;
	z-index: 1;
}

.rt-video-layout .rt-video .rt-img:after {
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(17, 17, 17, .4);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.rt-video-layout .rt-video .rt-icon .rt-play {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	font-size: 20px;
	background: #fff;
	color: var(--primary_color);
	margin: 0 auto;
	z-index: 0;
	animation: pulseShadowxlwhite 2000ms linear infinite;
	transition: all .3s ease;
}

.rt-video-layout .rt-video .rt-icon .rt-play:hover {
	background: var(--primary_color);
	color: #fff;
}

.rt-video-layout .rt-video .rt-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
}

.rt-video-layout .rt-video .rt-img {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.rt-video-layout .rt-video .rt-img img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rt-video-layout .element {
	position: absolute;
	left: -60px;
	bottom: 20px;
	z-index: 0;
}

@media (max-width: 767px) {
	.rt-video-layout .element {
		right: 0;
	}
}

.video-height .rt-video-layout .rt-video .rt-img img {
	min-height: 400px;
}

/*-------------------------------------
#. EL: Contact Info
---------------------------------------*/
.rt-contact-info .rt-item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}

.rt-contact-info .rt-icon {
	line-height: 1;
	font-size: 20px;
	color: var(--primary_color);
}

.rt-contact-info .rt-img img {
	width: 60px;
}

.rt-contact-info:hover .rt-img img {
	animation: jump .4s linear;
}

.rt-contact-info .rt-img {
	display: inline-block;
	margin-bottom: 25px;
	margin-right: 20px;
}

.rt-contact-info .entry-text {
	margin-bottom: 0;
}

/*-------------------------------------
#. EL: Progress Bar
---------------------------------------*/
.rt-progress-bar .entry-name {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: 0px;
	line-height: 1;
}

.rt-progress-bar.counter-appear {
	overflow: hidden;
}

.rt-progress-bar .progress {
	background-color: #f0f0f0;
	box-shadow: none;
	overflow: visible;
	margin: 20px 0;
	height: 6px;
}

.rt-progress-bar .progress .progress-bar {
	position: relative;
	background: var(--primary_color);
	height: 6px;
	overflow: inherit;
	animation-duration: 1.5s;
	animation-delay: 1.2s;
	animation-name: fadeInLeft;
}

.rt-progress-bar .progress .progress-bar > span {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	position: absolute;
	right: 0;
	top: -34px;
	padding-bottom: 10px;
	line-height: 1;
}

.rt-progress-bar .progress .progress-bar > span:after {
	content: "";
	position: absolute;
	right: -1px;
	bottom: -17px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #6b92ff;
	box-shadow: 0 9px 10px 0 rgba(41, 98, 255, 42%);
}

/*-------------------------------------
#. EL: Team Layout
---------------------------------------*/
.team-default .team-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.team-default .team-content .team-title {
	font-size: 20px;
	margin-bottom: 0;
	line-height: 1.2;
}

.team-default .team-content .team-title a {
	color: #000;
}

.team-default .team-content .team-title a:hover {
	color: var(--primary_color);
}

.team-default .team-button {
	text-align: center;
	margin-top: 40px;
}

.team-default .team-item .team-social li a:hover i {
	animation: toBottomFromTop .7s forwards;
}

/*style 1*/
.team-multi-layout-1 .team-content p {
	margin-top: 10px;
}

.team-multi-layout-1 .team-content .team-designation {
	color: #676666;
	font-size: 16px;
	font-weight: 500;
	margin-top: 3px;
	letter-spacing: 1px;
}

.team-multi-layout-1 .team-item {
	position: relative;
	z-index: 1;
}

.team-multi-layout-1 .owl-carousel .owl-stage-outer {
	padding: 0 20px;
	width: calc(100% + 30px);
	margin-left: -20px;
}

.team-multi-layout-1 .team-item .team-thums {
	position: relative;
	overflow: hidden;
	margin: 0 0 26px 0;
	text-align: center;
}

.team-multi-layout-1 .team-item .team-thums img {
	transform: scale(1);
	transition: all 1.5s ease-out;
	filter: grayscale(1);
}

.team-multi-layout-1 .team-item:hover .team-thums img {
	filter: grayscale(0);
	transform: scale(1.2);
}

@media (max-width:767px) {
	.team-multi-layout-1 .team-item .team-thums img {
		width: 100%;
	}
}

.team-multi-layout-1 .team-item .team-social {
	position: relative;
	top: 0;
	padding: 10px 0 0;
	margin: 0;
	height: 100%;
	z-index: 2;
	list-style: none;
	display: flex;
}

.team-multi-layout-1 .team-item .team-social li {
	margin-right: 4px;
	margin-bottom: 4px;
	text-align: center;
	transition: all 250ms ease-in-out;
}

.team-multi-layout-1 .team-item .team-social li:last-child {
	margin-bottom: 0;
}

.team-multi-layout-1 .team-item .team-social li a {
	color: #fff;
	font-size: 15px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: #c2c2c2;
	display: block;
	border-radius: 50%;
	transition: all ease .31s;
}

.team-multi-layout-1 .team-item .team-social li a:hover {
	color: #fff;
	background-color: var(--primary_color);
}

.team-multi-layout-1.team-slider-style4 .team-item {
	margin-bottom: 0;
}

/*style 2*/
.team-multi-layout-2 .team-item {
	position: relative;
	z-index: 1;
	text-align: center;
}

.team-multi-layout-2 .team-content .team-title span {
	display: block;
	color: #676666;
	font-size: 15px;
	font-weight: 600;
	margin-top: 7px;
}

.team-multi-layout-2 .team-content p {
	margin-top: 12px;
}

.team-multi-layout-2 .team-content-wrap .team-thums {
	position: relative;
	overflow: hidden;
	margin-bottom: 24px;
	width: 100%;
}

.team-multi-layout-2 .team-content-wrap .team-thums img {
	transform: translateX(15px) scale(1.1) translateY(15px);
	transition: all .4s ease;
}

.team-multi-layout-2 .team-item:hover .team-content-wrap .team-thums img {
	transform: translateX(0px) scale(1) translateY(0px);
	transition: all .4s ease;
}

.team-multi-layout-2 .team-social {
	position: absolute;
	margin: 0;
	width: 100%;
	bottom: 30px;
}

.team-multi-layout-2 .team-social li {
	display: inline-block;
	margin: 0;
	padding: 0 2px;
	transform: translateX(15px);
	opacity: 0;
	visibility: visible;
	transition: all .4s ease;
	transition-delay: 0s;
}

.team-multi-layout-2 .team-item:hover .team-social li {
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
}

.team-multi-layout-2 .team-item:hover .team-social li:nth-child(2n) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.team-multi-layout-2 .team-item:hover .team-social li:nth-child(3n) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.team-multi-layout-2 .team-item:hover .team-social li:nth-child(4n) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.team-multi-layout-2 .team-item:hover .team-social li:nth-child(5n) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.team-multi-layout-2 .team-item:hover .team-social li:nth-child(6n) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.team-multi-layout-2 .team-social li:last-child {
	margin-right: 0;
}

.team-multi-layout-2 .team-social li a {
	background: #fff;
	font-size: 16px;
	transition: all ease .31s;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: var(--primary_color);
	display: block;
	border-radius: 50%;
}

.team-multi-layout-2 .team-social li a:hover {
	background: var(--primary_color);
	color: #fff;
}

/*style 3*/
.team-multi-layout-3 .team-item .team-thums {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.team-multi-layout-3 .team-item .team-thums:after {
	content: "";
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	transform: translateY(50px);
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, transparent 100%);
	transition: all .4s ease;
}

.team-multi-layout-3 .team-item .mask-wrap {
	position: absolute;
	z-index: 2;
	bottom: -30px;
	left: 30px;
	transition: all .4s ease;
}

.team-multi-layout-3 .team-item .mask-wrap .team-title a {
	color: #fff;
}

.team-multi-layout-3 .team-item .mask-wrap .team-title a:hover {
	color: var(--primary_color);
}

.team-multi-layout-3 .team-item .mask-wrap .team-title {
	font-size: 24px;
	font-weight: 500;
}

.team-multi-layout-3 .team-item .mask-wrap .team-designation {
	color: #d3d3d3;
	font-size: 18px;
	margin-bottom: 5px;
}

.team-multi-layout-3 .team-item .mask-wrap .team-text {
	color: #d3d3d3;
	margin-bottom: 5px;
}

.team-multi-layout-3 .team-item .mask-wrap .top-content {
	position: relative;
	margin-bottom: 40px;
}

.team-multi-layout-3 .team-item .mask-wrap .top-content:after {
	position: absolute;
	z-index: 1;
	width: 43px;
	height: 4px;
	border-radius: 10px;
	background-color: var(--primary_color);
	content: "";
	bottom: -15px;
	left: 0;
}

.team-multi-layout-3 .team-item .mask-wrap .team-social {
	opacity: 0;
	visibility: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	transition: all .4s ease;
}

.team-multi-layout-3 .team-item .mask-wrap .team-social li a {
	color: #fff;
	height: 38px;
	width: 38px;
	border-radius: 50%;
	border: 1px solid #c4c4c4;
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-multi-layout-3 .team-item .mask-wrap .team-social li a:hover {
	background-color: #fff;
	color: var(--primary_color);
	border: 1px solid #fff;
}

.team-multi-layout-3 .team-item .mask-wrap .team-social li a:hover i {
	animation: none;
}

.team-multi-layout-3 .team-item:hover .team-thums:after {
	transform: translateY(0);
}

.team-multi-layout-3 .team-item:hover .mask-wrap {
	bottom: 30px;
}

.team-multi-layout-3 .team-item:hover .team-social {
	opacity: 1;
	visibility: visible;
}

/*-------------------------------------
#. EL: Team Single
---------------------------------------*/
.team-single .team-thumb {
	background-color: #f9fafc;
	border-radius: 10px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.team-single .team-thumb img {
	width: 100%;
	object-fit: cover;
}

.team-single .team-heading {
	margin-bottom: 25px;
	line-height: 1;
}

.team-single .team-heading h2 {
	margin-bottom: 10px;
}

.team-single .team-heading .designation {
	color: #676666;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
}

.team-single .team-heading .designation span {
	font-size: 18px;
	color: var(--primary_color);
	font-weight: 600;
}

.team-single .team-single-content .team-content {
	padding: 40px 40px 44px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 3%);
}

.team-single .team-single-content .team-content ul li {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	color: #444;
}

.team-single .team-single-content ul.team-social {
	margin: 35px 0 0px 0;
	padding: 0;
	list-style: none;
}

.team-single .team-single-content ul.team-social li a {
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #c2c2c2;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;
}

.team-single .team-single-content .team-content ul.team-social li a:hover {
	background-color: var(--primary_color);
	color: #fff;
}

.team-single .team-single-content .team-content ul.team-social li a:hover i {
	animation: toBottomFromTop .7s forwards;
}

.team-single .team-single-content .team-content ul li:last-child {
	margin-right: 0;
}

/*team skill and info*/
.team-single .rt-skill-wrap {
	margin-top: 30px;
	padding: 40px 40px 34px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 3%);
}

@media (max-width: 767px) {
	.team-single .rt-skill-wrap {
		margin-bottom: 30px;
	}
}

.team-single .team-info {
	padding: 23px 40px 16px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 3%);
}

.team-single .team-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.team-single .team-info ul li {
	display: block;
	color: #676666;
	font-weight: 400;
	margin-right: 0;
	margin-bottom: 8px;
}

.team-single .team-info ul li span {
	color: #000;
	font-weight: 500;
}

.team-single .team-info a {
	color: #676666;
}

.team-single .team-info a:hover {
	color: var(--primary_color);
}

.team-single .team-single-content h4 {
	display: block;
	position: relative;
	color: #000;
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1.4;
	z-index: 2;
}

.team-single .team-contact-wrap {
	margin-top: 60px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 0;
}

.team-single .team-contact-wrap h3 {
	display: block;
	position: relative;
	color: #000;
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.4;
	z-index: 2;
}

.team-single .related-post {
	margin-top: 70px;
}

.team-single .team-default .team-item .team-social {
	margin-left: 2px;
}

@media (max-width:991px) {
	.team-single .team-contact-wrap {
		padding-top: 100px;
	}
	
	.team-single .team-skill-wrap {
		margin-top: 25px;
	}
	
	.team-single .team-info {
		width: 100%;
	}
	
	.team-single .rt-related-post {
		margin-top: 80px;
		padding-top: 80px;
	}
}

@media (max-width:767px) {
	.single-gamxo_team .content-area {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	
	.team-single .team-contact-wrap {
		padding-top: 40px;
	}
}

/*-------------------------------------
#. EL: Post Grid
---------------------------------------*/
.rt-post-grid-default .rt-item .rt-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

.rt-post-grid-default .rt-item .rt-image img {
	width: 100%;
	object-fit: cover;
	transform: scale(1.02);
	transition: all .5s ease;
}

.rt-post-grid-default .rt-item:hover .rt-image img {
	transform: scale3d(1.1, 1.1, 1);
}

/* Post Grid layout 2 */
.rt-post-grid-style2 .rt-item .rt-image {
	margin-bottom: 0;
}

.rt-post-grid-style2 .rt-item .entry-content {
	padding: 25px 25px 15px;
	background-color: #fff;
}

/*-------------------------------------
#. EL: Post List
---------------------------------------*/
.rt-post-list-default .rt-item {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	transition: all ease .31s;
}

.rt-post-list-default > div:last-child .rt-item, .rt-post-list-default .listloadmore-items > div:last-child .rt-item, .rt-post-list-default .list-five-loadmore-items > div:last-child .rt-item {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

.rt-post-list-default .rt-item .rt-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.rt-post-list-default .rt-item .rt-image img {
	width: 100%;
	object-fit: cover;
	transform: scale(1.02);
	transition: all .5s ease;
}

.rt-post-list-default .rt-item:hover .rt-image img {
	transform: scale3d(1.1, 1.1, 1);
}

.rt-post-list-default .rt-item .post_excerpt p {
	margin-bottom: 10px;
}

.rt-post-list-default .rt-item .post-read-more {
	margin-top: 20px;
}

.rt-post-list-default .rt-item.border-none {
	border: none;
}

/* Post List layout 1 */
.rt-post-list-style1 .rt-item {
	display: flex;
	margin-bottom: 40px;
	padding-bottom: 0;
	border-bottom: 0;
}

.rt-post-list-style1 .rt-item .rt-image {
	max-width: 360px;
	width: 100%;
	margin-right: 35px;
	margin-bottom: 0;
}

.rt-post-list-style1 .rt-item .entry-content {
	flex: 1;
}

.rt-post-list-style1 .rt-item .post_excerpt p {
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	.rt-post-list-style1 .rt-item {
		flex-direction: column;
	}
	
	.rt-post-list-style1 .rt-item .rt-image {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 24px;
	}
}

/* Post List layout 2 */
.rt-post-list-style2 .rt-item.single-post-item {
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: 0;
}

.rt-post-list-style2 .rt-item.multi-post-item {
	display: flex;
	align-items: center;
}

.rt-post-list-style2 .rt-item.multi-post-item .rt-image {
	flex: 0 0 auto;
	width: 100px;
	margin-right: 15px;
}

.rt-post-list-style2 .rt-border-bottom .rt-item.multi-post-item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid;
	border-color: #e5e5e5;
}

.rt-post-list-style2 .rt-border-none .rt-item.multi-post-item {
	padding-bottom: 0;
	margin-bottom: 20px;
	border-width: 0;
}

/* Post Grid layout 3 */
.rt-post-list-style3 .rt-item {
	display: flex;
	align-items: center;
}

.rt-post-list-style3 .rt-item .rt-image {
	max-width: 100px;
	width: 100%;
	margin-right: 20px;
	margin-bottom: 0;
}

.rt-post-list-style3 .rt-item .entry-content {
	flex: 1;
}

.rt-post-list-style3 .rt-item .rt-image a {
	position: relative;
	overflow: hidden;
	display: flex;
}

/* Post List layout 4 */
.rt-post-list-style4 .single-post-item.rt-item {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: none;
}

.rt-post-list-style4 .rt-item.multi-post-item .rt-image {
	max-width: 150px;
	width: 100%;
	margin-bottom: 0;
	margin-right: 20px;
}

.rt-post-list-style4 .rt-item .terms-position {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
}

.rt-post-list-style4 .multi-post-item {
	display: flex;
	align-items: center;
}

/* Post List layout 4 */
.rt-post-list-style5 .single-post-item.rt-item {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: none;
}

.rt-post-list-style5 .rt-item .terms-position {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
}

/*Post list style 6*/
.rt-post-list-style6 .rt-item.border-none {
	border: none;
}

.rt-post-list-default.rt-post-list-style6 ul.entry-meta {
	margin-bottom: 5px;
}

.rt-post-list-default.rt-post-list-style6 .rt-item .title-wrap {
	display: flex;
	align-items: center;
}

.rt-post-list-default.rt-post-list-style6 .rt-item .title-wrap .icon-box {
	color: var(--link_dark_color);
	padding: 5px 10px;
}

.rt-post-list-default.rt-post-list-style6 .rt-item .title-wrap .icon-box:hover {
	color: var(--primary_color);
}

.rt-post-list-default.rt-post-list-style6 .rt-item:hover .title-wrap .icon-box i {
	animation: toRightFromLeft .5s forwards;
}

/* Post List layout 7 */
.rt-post-list-style7 .rt-item.single-post-item {
	margin-bottom: 30px;
}

.rt-post-list-style7 .rt-item.multi-post-item {
	display: flex;
	align-items: center;
}

.rt-post-list-style7 .rt-item.multi-post-item .rt-image {
	flex: 0 0 auto;
	width: 150px;
	margin-right: 15px;
}

/*-------------------------------------
#. EL: Post Overlay
---------------------------------------*/
.rt-post-overlay-default .rt-item {
	position: relative;
}

.rt-post-overlay-default .rt-item .rt-image {
	position: relative;
	overflow: hidden;
}

.rt-post-overlay-default .rt-item .rt-image img {
	width: 100%;
	object-fit: cover;
	transform: scale(1.02);
	transition: all .5s ease;
	height: 100%;
}

.rt-post-overlay-default .rt-item:hover .rt-image img {
	transform: scale3d(1.1, 1.1, 1);
}

.rt-post-overlay-default .rt-item .rt-image + .entry-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	transition: all .5s ease;
	padding: 25px 30px;
}

/* Post Overlay layout 2 */
@media (max-width: 991px) {
	.rt-post-overlay-style2 > .row {
		justify-content: center;
	}
}

/* Post Overlay layout 3 */
.rt-post-overlay-style3 .rt-item-wrap, .rt-post-overlay-style3 .rt-item-wrap .rt-item, .rt-post-overlay-style3 .rt-item-wrap .rt-item .rt-image {
	height: 100%;
}

.rt-post-overlay-style3 .rt-item-wrap .rt-item .entry-content {
	padding: 35px 45px !important;
}

@media (max-width: 575px) {
	.rt-post-overlay-style3 .rt-item-wrap .rt-item .entry-content {
		padding: 5px 15px !important;
	}
}

.rt-post-overlay-style3 .rt-item-wrap .rt-item .entry-categories {
	margin-bottom: 20px;
}

.rt-post-overlay-style3 .rt-item-list {
	display: flex;
}

.rt-post-overlay-style3 .rt-item-list .entry-content {
	position: inherit !important;
	flex: 1;
	padding: 10px 15px !important;
	background-color: rgba(0, 0, 0, .5);
}

.rt-post-overlay-style3 .rt-item-list .rt-image {
	width: 115px;
}

/* Post Overlay layout 4 */
@media (max-width: 991px) {
	.rt-post-overlay-style4 > .row {
		justify-content: center;
	}
}

/* Post Overlay layout 5 */
.rt-post-overlay-style5 .rt-item-wrap, .rt-post-overlay-style5 .rt-item-wrap .rt-item, .rt-post-overlay-style5 .rt-item-wrap .rt-item .rt-image {
	height: 100%;
}

.rt-post-overlay-style5 .rt-item.rt-item-list .rt-image {
	margin-bottom: 15px;
}

.rt-post-overlay-style5 .rt-item.rt-item-list .entry-content {
	position: inherit;
	padding: 0;
}

/* Post Overlay layout 6 */
.rt-post-overlay-style6 .rt-item-wrap, .rt-post-overlay-style6 .rt-item-wrap .rt-item, .rt-post-overlay-style6 .rt-item-wrap .rt-item .rt-image {
	height: 100%;
}

.rt-post-overlay-style6 .rt-item.rt-item-list .rt-image {
	margin-bottom: 15px;
}

.rt-post-overlay-style6 .rt-item.rt-item-list .entry-content {
	position: inherit;
	padding: 0;
}

/* Post Overlay layout 7 */
.rt-post-overlay-style7 .rt-item-wrap, .rt-post-overlay-style7 .rt-item-wrap .rt-item, .rt-post-overlay-style7 .rt-item-wrap .rt-item .rt-image {
	height: 100%;
}

.rt-post-overlay-style7 .rt-item-list {
	display: flex;
}

.rt-post-overlay-style7 .rt-item-list .entry-content {
	position: inherit !important;
	flex: 1;
	padding: 20px !important;
	background-color: rgba(0, 0, 0, .5);
}

.rt-post-overlay-style7 .rt-item-list .rt-image {
	width: 128px;
}

.rt-post-overlay-style7 .rt-item-list .rt-image > a:first-of-type::after {
	display: none;
}

/* Post Overlay layout 8 */
.rt-post-overlay-style8 .rt-item-wrap, .rt-post-overlay-style8 .rt-item-wrap .rt-item, .rt-post-overlay-style8 .rt-item-wrap .rt-item .rt-image {
	height: 100%;
}

/* Post Overlay layout 9 */
.rt-post-overlay-style9 .rt-item .rt-image img, .rt-post-overlay-style9 .rt-item-wrap, .rt-post-overlay-style9 .rt-item-wrap .rt-item, .rt-post-overlay-style9 .rt-item-wrap .rt-item .rt-image {
	height: 100%;
}

/* Post Overlay layout 10 */
.rt-post-overlay-default.rt-post-overlay-style10 {
	padding-top: 40px;
}

.rt-post-overlay-style10 .rt-item-wrap, .rt-post-overlay-style10 .rt-item-wrap .rt-item, .rt-post-overlay-style10 .rt-item-wrap .rt-item .rt-image {
	height: 100%;
}

/* Post Overlay layout 11 */
.rt-post-overlay-style11 .entry-list-content {
	padding-top: 15px;
}

.rt-post-overlay-style11 .rt-item-list .rt-image > a:first-of-type::after {
	display: none;
}

/* Post Overlay layout 12 */
.rt-post-overlay-style12 .rt-item-wrap, .rt-post-overlay-style12 .rt-item-wrap .rt-item, .rt-post-overlay-style12 .rt-item-wrap .rt-item .rt-image {
	height: 100%;
}

.rt-post-overlay-style12 .rt-item-list {
	display: flex;
	gap: 15px;
}

.rt-post-overlay-style12 .rt-item-list .entry-content {
	position: inherit !important;
	flex: 1;
}

.rt-post-overlay-style12 .rt-item-list .rt-image + .entry-content {
	padding: 0;
}

.rt-post-overlay-style12 .rt-item-list .rt-image {
	width: 150px;
}

.rt-post-overlay-style12 .rt-item-list .rt-image > a:first-of-type::after {
	display: none;
}

/* Post Overlay layout 13 */
.rt-post-overlay-style13 .rt-item-wrap, .rt-post-overlay-style13 .rt-item-wrap .rt-item, .rt-post-overlay-style13 .rt-item-wrap .rt-item .rt-image {
	height: 100%;
}

.rt-post-overlay-style13 .rt-item-wrap .rt-item .entry-categories {
	left: 30px;
	top: 20px;
}

/*responsive*/
@media (max-width: 767px) {
	.rt-post-overlay-style7 .rt-item-wrap .rt-item .rt-image img, .rt-post-overlay-style6 .rt-item-wrap .rt-item .rt-image img, .rt-post-overlay-style5 .rt-item-wrap .rt-item .rt-image img, .rt-post-overlay-style9 .rt-item-wrap .rt-item .rt-image img, .rt-post-overlay-style1 .rt-item .rt-image img {
		height: 350px;
	}
}

@media (max-width: 425px) {
	.rt-post-overlay-style6 .rt-item-list, .rt-post-overlay-style7 .rt-item-list {
		display: block;
	}
	
	.rt-post-overlay-style6 .rt-item-list .rt-image {
		width: auto;
		margin-right: 0;
		margin-bottom: 24px;
	}
	
	.rt-post-overlay-style7 .rt-item-list .rt-image {
		width: auto;
		margin-bottom: 24px;
	}
	
	.rt-post-overlay-style7 .rt-item-list .list-content {
		padding-left: 0;
	}
	
	.rt-post-overlay-style5 .rt-item-list .rt-image img {
		height: 250px;
	}
}

/*-------------------------------------
#. EL: Post Slider
---------------------------------------*/

/* post slider 1*/
.rt-post-slider-style1 .rt-item .entry-content {
	position: absolute;
	bottom: 15px;
	left: 25px;
}

/* post slider 2*/
.rt-post-slider-style2 .rt-item .rt-image {
	margin-bottom: 20px;
}

/* post slider 3*/
.rt-post-slider-style3 .rt-item .entry-content {
	position: absolute;
	bottom: 15px;
	left: 25px;
	right: 15px;
}

.rt-post-slider-style3 .rt-item .rt-image img {
	width: 100%;
}

/* post slider 4*/
.rt-post-slider-style4 .rt-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.rt-post-slider-style4 .rt-item {
		display: block;
	}
}

.rt-post-slider-style4 .rt-item .entry-video {
	max-width: 200px;
	width: 100%;
}

@media (max-width: 991px) {
	.rt-post-slider-style4 .rt-item .entry-content {
		margin: 0 30px;
	}
}

@media (max-width: 991px) {
	.rt-post-slider-style4 .rt-item .entry-video {
		margin: 30px 0 30px 30px;
	}
}

.rt-post-slider-style4 .rt-item .entry-video .rt-play {
	margin: 0 0 0 auto;
}

@media (max-width: 991px) {
	.rt-post-slider-style4 .rt-item .entry-video .rt-play {
		margin: 0 auto 0 0;
	}
}

.rt-post-slider-style4 .rt-item .entry-content .entry-title {
	font-size: 36px;
}

/*-------------------------------------
#. EL: Thumbnail Slider
---------------------------------------*/
.rt-thumb-slider-default .rt-item .post-terms .category-style {
	background-color: var(--primary_color);
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	padding: 6px 9px 5px;
	line-height: 1;
	letter-spacing: .8px;
	text-transform: uppercase;
	display: inline-block;
}

.rt-thumb-slider-default .post-read-more {
	margin-top: 30px;
}

.rt-thumb-slider-default .rt-slide-thumb .entry-categories.style-1 a, .rt-thumb-slider-default .rt-slide-thumb .entry-categories.style-2 a, .rt-thumb-slider-default .rt-slide-thumb .entry-title a, .rt-thumb-slider-default .rt-slide-thumb .post-terms a, .rt-thumb-slider-default .rt-slide-thumb .post-author a {
	pointer-events: none;
}

/*Thumb horizontal style 1*/
.rt-thumb-slider-horizontal-1 .rt-item .rt-image {
	position: relative;
}

.rt-thumb-slider-horizontal-1 .rt-item .rt-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rt-thumb-slider-horizontal-1 .rt-item .rt-slide-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	transform: scale(1);
	transition: all 15s ease;
	z-index: -1;
}

@media (min-width: 768px) {
	.rt-thumb-slider-horizontal-1 .swiper-slide-active .rt-item .rt-slide-image {
		transform: scale(1.15);
	}
}

.rt-thumb-slider-horizontal-1 .rt-item .entry-content {
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: all .8s ease;
	transition-delay: .5s;
}

.rt-thumb-slider-horizontal-1 .swiper-slide-active .rt-item .entry-content {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.rt-thumb-slider-horizontal-1 .rt-slide {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 65px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	min-height: 720px;
}

@media (max-width: 991px) {
	.rt-thumb-slider-horizontal-1 .rt-slide {
		padding: 50px 15px 20px;
	}
}

.rt-thumb-slider-horizontal-1 .rt-slide::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: -1;
}

@media (min-width: 992px) {
	.rt-thumb-slider-horizontal-1 .swiper-navigation .swiper-button-prev {
		left: 30px;
		right: inherit;
	}
	
	.rt-thumb-slider-horizontal-1 .swiper-navigation .swiper-button-next {
		right: 30px;
		left: inherit;
	}
}

@media (min-width: 1699px) {
	.rt-thumb-slider-horizontal-1 .swiper-navigation .swiper-button-prev {
		left: 150px;
		right: inherit;
	}
	
	.rt-thumb-slider-horizontal-1 .swiper-navigation .swiper-button-next {
		right: 150px;
		left: inherit;
	}
}

/*Thumb horizontal style 2*/
.rt-thumb-slider-horizontal-2 .rt-item .rt-image {
	position: relative;
}

.rt-thumb-slider-horizontal-2 .rt-item .rt-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rt-thumb-slider-horizontal-2 .rt-item .entry-content {
	opacity: 0;
	visibility: hidden;
	transform: translateY(150px);
	transition: all .8s ease;
	transition-delay: .5s;
}

.rt-thumb-slider-horizontal-2 .swiper-slide-active .rt-item .entry-content {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.rt-thumb-slider-horizontal-2 .rt-slide {
	padding: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	min-height: 460px;
}

.rt-thumb-slider-horizontal-2 .rt-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .5) 59%, rgba(0, 0, 0, .8) 100%);
	z-index: -1;
}

/*Thumb horizontal style 3*/
.rt-thumb-slider-horizontal-3 .rt-item .rt-image {
	position: relative;
}

.rt-thumb-slider-horizontal-3 .rt-item .rt-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rt-thumb-slider-horizontal-3 .rt-item .entry-content {
	margin-left: 50px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(150px);
	transition: all .8s ease;
	transition-delay: .5s;
}

.rt-thumb-slider-horizontal-3 .swiper-slide-active .rt-item .entry-content {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.rt-thumb-slider-horizontal-3 .rt-slide {
	padding: 100px 15px 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	min-height: 720px;
}

.rt-thumb-slider-horizontal-3 .rt-slide::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: -1;
}

/*Thumb horizontal style 4*/
.rt-thumb-slider-horizontal-4 .swiper-slide .rt-slide-thumb {
	display: flex;
	gap: 20px;
	padding: 40px;
	border-right: 1px solid rgba(255, 255, 255, .25);
}

.rt-thumb-slider-horizontal-4 .swiper-slide-duplicate-prev .rt-slide-thumb {
	border-right: none;
}

.rt-thumb-slider-horizontal-4 .rt-slide-thumb .rt-image {
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}

.rt-thumb-slider-horizontal-4 .rt-item .rt-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1);
}

.rt-thumb-slider-horizontal-4 .swiper-slide-thumb-active .rt-image img {
	filter: grayscale(0);
}

.rt-thumb-slider-horizontal-4 .rt-thumnail-area .swiper-slide .entry-content {
	opacity: .7;
	transition: all .4s ease;
}

.rt-thumb-slider-horizontal-4 .rt-thumnail-area .swiper-slide-thumb-active .entry-content {
	opacity: 1;
}

.rt-thumb-slider-horizontal-4 .rt-item .entry-content {
	position: relative;
	flex: 1;
}

.rt-thumb-slider-horizontal-4 .rt-thumnail-area {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 1px;
	z-index: 1;
}

.rt-thumb-slider-horizontal-4 .rt-thumnail-area .swiper-item-wrap {
	background: linear-gradient(180deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, .02) 100%);
	backdrop-filter: blur(10px);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 10%);
	border-radius: 10px 10px 0px 0px;
}

.rt-thumb-slider-horizontal-4 .rt-thumnail-area .swiper-pagination {
	background: rgba(255, 255, 255, .25);
	height: 3px;
}

.rt-thumb-slider-horizontal-4 .rt-thumnail-area .swiper-pagination .swiper-pagination-progressbar-fill {
	background: var(--primary_color);
}

.rt-thumb-slider-horizontal-4 .rt-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	padding-top: 50px;
	padding-bottom: 230px;
}

@media (min-width: 768px) {
	.rt-thumb-slider-horizontal-4 .rt-slide {
		min-height: 800px;
	}
}

.rt-thumb-slider-horizontal-4 .slide-animation {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transform-origin: top center;
	z-index: -1;
}

.rt-thumb-slider-horizontal-4 .rt-slide::after {
	top: 0;
	left: 0;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .5) 59%, rgba(0, 0, 0, .8) 100%);
	z-index: -1;
}

.rt-thumb-slider-horizontal-4 .post-content {
	position: relative;
	opacity: 0;
	visibility: hidden;
	transform: translateY(90px);
	transition-delay: 1000ms;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
	z-index: 2;
}

.rt-thumb-slider-horizontal-4 .swiper-slide-active .post-content {
	visibility: visible;
	opacity: 1;
	transform: translateY(0) translateX(0);
}

.rt-thumb-slider-horizontal-4 .rt-video {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.rt-thumb-slider-horizontal-4 .swiper-slide .rt-slide-thumb {
		border: none;
	}
}

/*Thumb vertical slider*/
.rt-thumb-slider-vertical .rt-slide-thumb {
	display: flex;
	align-items: center;
}

.rt-thumb-slider-vertical .rt-slide-thumb .rt-image {
	border-radius: 50%;
	overflow: hidden;
	width: 100px;
	height: 100px;
}

.rt-thumb-slider-vertical .rt-slide-thumb .rt-image img {
	height: 100%;
}

.rt-thumb-slider-vertical .rt-item .rt-image {
	position: relative;
}

.rt-thumb-slider-vertical .rt-item .entry-content .post_excerpt p {
	color: var(--body_light_color);
}

.rt-thumb-slider-vertical .vertical-slider .entry-content {
	opacity: 0;
	visibility: hidden;
	transform: translateY(200px);
	transition: all .8s ease;
	transition-delay: .4s;
}

.rt-thumb-slider-vertical .vertical-slider .swiper-slide-active .entry-content {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.rt-thumb-slider-vertical .rt-item .entry-content:not(.post-content) {
	position: relative;
	padding-left: 16px;
	padding-right: 16px;
	flex: 1;
}

.rt-thumb-slider-vertical .rt-thumnail-area {
	position: absolute;
	top: 0;
	right: 0;
	width: 33%;
	height: 100%;
	z-index: 2;
}

.rt-thumb-slider-vertical .rt-thumnail-area::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: -1;
	padding-right: 30px;
}

.rt-thumb-slider-vertical .rt-thumnail-area .swiper-item-wrap {
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 85%;
	width: 100%;
	overflow: hidden;
}

.rt-thumb-slider-vertical .rt-thumnail-area .swiper-pagination {
	left: auto;
	right: 0;
	background: rgba(255, 255, 255, .25);
	width: 3px;
	transform: initial;
}

.rt-thumb-slider-vertical .rt-thumnail-area .swiper-pagination .swiper-pagination-progressbar-fill {
	background: var(--primary_color);
}

.rt-thumb-slider-vertical .rt-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
	min-height: 800px;
}

.rt-thumb-slider-vertical .rt-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: -1;
}

.rt-thumb-slider-vertical .post-content {
	padding-bottom: 200px;
	padding-top: 200px;
}

.rt-thumb-slider-vertical .rt-video {
	margin-top: 30px;
}

@media (max-width: 991px) {
	.rt-thumb-slider-vertical .rt-thumnail-area {
		left: 0;
		right: unset;
		top: unset;
		bottom: 0;
		width: 100%;
		height: 140px;
		padding-right: 0;
	}
	
	.rt-thumb-slider-vertical .rt-thumnail-area .swiper-item-wrap {
		height: auto !important;
		max-width: 100%;
		padding-left: 30px;
	}
	
	.rt-thumb-slider-vertical .rt-slide-thumb {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.rt-thumb-slider-vertical .rt-thumnail-area::before {
		padding-right: 0;
	}
	
	.rt-thumb-slider-vertical .rt-thumnail-area .swiper-pagination {
		width: 100%;
		height: 3px;
	}
}

@media (max-width: 1199px) {
	.rt-thumb-slider-vertical .rt-slide {
		min-height: 702px;
	}
}

@media (max-width: 992px) {
	.rt-thumb-slider-vertical .rt-slide {
		min-height: 600px;
	}
	
	.rt-thumb-slider-vertical .post-content {
		padding-top: 100px;
	}
}

@media (max-width: 767px) {
	.rt-thumb-slider-horizontal .rt-slide {
		min-height: 680px;
	}
	
	.rt-thumb-slider-horizontal .post-content {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.rt-thumb-slider-vertical .rt-slide {
		min-height: 620px;
	}
	
	.rt-thumb-slider-vertical .post-content {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (max-width: 375px) {
	.rt-thumb-slider-vertical .rt-slide {
		min-height: 580px;
	}
	
	.rt-thumb-slider-horizontal .rt-slide {
		min-height: 680px;
	}
	
	.rt-thumb-slider-horizontal .rt-slide-thumb .rt-image {
		max-width: 100px;
	}
}

@media (max-width: 425px) {
	.rt-thumb-slider-vertical .rt-thumnail-area .swiper-item-wrap {
		padding-left: 12px;
	}
}

/*-------------------------------------
#. EL: Category
---------------------------------------*/
.rt-category .rt-item {
	position: relative;
	text-align: center;
}

.rt-category .rt-item .rt-cat-name {
	overflow: hidden;
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 1.6px;
	transition: all .3s ease;
}

.rt-category .rt-item .rt-cat-name a {
	color: #fff;
}

.rt-category .rt-item .rt-cat-name a:hover {
	color: var(--primary_color);
}

.rt-category .rt-item .rt-cat-count {
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	margin-bottom: 0;
}

.rt-category .rt-item .anim-overflow {
	display: block;
	transform: translateY(100%);
	transition: all ease 1s;
}

.rt-category .rt-item:hover .anim-overflow {
	transform: translateY(0);
}

.rt-category .rt-item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1;
}

/*category style 1*/
.rt-category-style1 .rt-item img {
	width: 100%;
	min-height: 140px;
	object-fit: cover;
}

.rt-category-style1 .rt-content {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: calc(100% - 45px);
	z-index: 2;
	text-align: center;
	transition: all .6s ease;
	width: 100%;
}

.rt-category-style1 .rt-item:hover .rt-content {
	transform: translateY(-50%) translateX(-50%);
}

/*category style 2*/
.rt-category-style2 .rt-item {
	overflow: hidden;
}

.rt-category-style2 .rt-item:last-child {
	margin-bottom: 0;
}

.rt-category-style2 .rt-item .rt-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	z-index: 2;
}

.rt-category-style2 .rt-item .rt-cat-count {
	color: #6c6f72;
	background-color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transition: all .3s ease;
}

.rt-category-style2 .rt-item:hover .rt-cat-count {
	color: #fff;
	background-color: var(--primary_color);
}

.rt-category-style2 .rt-item img {
	width: 100%;
	height: 80px;
	object-fit: cover;
	transform: translate3d(-10px, 0, 0) scale3d(1.2, 1.2, 1.2);
	transition: transform .4s;
}

.rt-category-style2 .rt-item:hover img {
	transform: translate3d(10px, 0, 0) scale3d(1.2, 1.2, 1.2);
}

.rt-category-style2 .rt-item.space {
	margin-bottom: 6px;
}

.rt-category-style2 .rt-item.space:last-child {
	margin-bottom: 0;
}

.rt-category-style2 .rt-item .rt-cat-name {
	margin-bottom: 0;
}

/*category style 3*/
.rt-category-style3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.rt-category-style3 {
	box-shadow: 0px 0px 49px 0px rgba(10, 10, 10, 14%);
	padding: 40px;
}

.rt-category-style3 .rt-item img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.rt-category-style3 .rt-content {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(15px);
	bottom: 0;
	z-index: 2;
	text-align: center;
	transition: all .6s ease;
	width: 100%;
}

.rt-category-style3 .rt-item:hover .rt-content {
	transform: translateX(-50%) translateY(-50%);
}

.rt-category-style3 .section-title-cat {
	max-width: 270px;
	width: 100%;
	margin-bottom: 0;
}

.rt-category-style3 .section-title .related-title {
	margin-right: 0;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.rt-category-style3 {
		padding: 60px 20px;
		display: block;
	}
	
	.rt-category-style3 .section-title-cat {
		max-width: 100%;
		margin-bottom: 25px;
	}
	
	.rt-category-style3 .section-title .related-title {
		margin-bottom: 10px;
	}
	
	.rt-category-style3 .section-title .swiper-button {
		margin-bottom: 20px;
	}
}

/*category style 4*/
.rt-category-style4 .rt-item {
	overflow: hidden;
}

.rt-category-style4 .rt-item img {
	width: 100%;
	min-height: 140px;
	object-fit: cover;
}

.rt-category-style4 .rt-content {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: calc(100% - 45px);
	z-index: 2;
	text-align: center;
	transition: all .6s ease;
	background-color: #fff;
	border-radius: 7px 7px 0 0;
	padding: 15px 20px 25px;
}

.rt-category-style4 .rt-item:hover .rt-content {
	transform: translateY(-35%) translateX(-50%);
}

.rt-category-style4 .rt-item .rt-cat-name {
	margin-bottom: 0;
}

.rt-category-style4.rt-category .rt-item .rt-cat-name a {
	display: inline-block;
	color: #000;
}

.rt-category-style4 .rt-item .rt-cat-count {
	color: #000;
}

.rt-category-style4.rt-category .rt-item::after {
	display: none;
}

/*category style 5*/
.rt-category-style5 .rt-content {
	padding: 9px 25px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	text-align: center;
	background-color: #fff;
	border-radius: 45px;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: all .4s ease;
}

.rt-category-style5 .rt-item .rt-cat-name {
	margin-bottom: 0;
	color: #111;
	letter-spacing: 0;
	font-weight: 500;
	font-size: 15px;
	transition: all .4s ease;
}

.rt-category-style5 .rt-item a img {
	border-radius: 50px;
	transition: all .4s ease;
}

.rt-category-style5 .rt-item a {
	border-radius: 50px;
	display: block;
	overflow: hidden;
}

.rt-category-style5.rt-category .rt-item .rt-cat-name a {
	display: inline-block;
	color: #000;
}

.rt-category-style5 .rt-item .rt-cat-count {
	color: #a1a1a1;
	transition: all .4s ease;
}

.rt-category-style5.rt-category .rt-item::after {
	display: none;
}

.rt-category-style5 .rt-item:hover a img {
	transform: scale(1.1);
}

.rt-category-style5 .rt-item:hover .rt-content {
	background-color: var(--primary_color);
}

.rt-category-style5 .rt-item:hover .rt-cat-name {
	color: #fff;
}

.rt-category-style5 .rt-item:hover .rt-cat-count {
	color: #fff;
}

/*-------------------------------------
#. EL: News Ticker
---------------------------------------*/
.rt-news-ticker .ticker {
	display: flex;
	align-items: center;
	width: 100%;
}

.rt-news-ticker .ticker-title {
	position: relative;
	color: #fff;
	height: 42px;
	display: flex;
	align-items: center;
	min-width: 150px;
	font-size: 14px;
	border-radius: 3px 0 0 3px;
	clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 0% 100%);
	background: linear-gradient(90deg, #1a1313 0%, #7a7975 100%);
}

.rt-news-ticker .ticker-title:after {
	display: none;
}

.rt-news-ticker .ticker-title span {
	padding-left: 54px;
	text-align: center;
}

.rt-news-ticker .ticker-title span:before {
	position: absolute;
	content: "";
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 28px;
	height: 28px;
	border: 2px solid #a5a6aa;
	border-radius: 50%;
}

.rt-news-ticker .ticker-content a {
	color: #000 !important;
}

.rt-news-ticker .ticker-content a:hover {
	color: #2962ff !important;
}

.rt-news-ticker .ticker-swipe span {
	margin-top: 20px;
	border-bottom: 1px solid #000;
	height: 1px;
}

.rt-news-ticker {
	width: 100%;
}

.rt-news-ticker .ticker-wrapper .ticker-swipe {
	background: #f7f7f7;
	height: 42px;
}

.rt-news-ticker .ticker-wrapper .ticker-content, .rt-news-ticker .ticker-wrapper .ticker {
	background-color: #f7f7f7;
}

.rt-news-ticker ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*-------------------------------------
#. EL: Theia Sticky Sidebar
---------------------------------------*/
.fixed-sidebar-addon .fixed-bar-coloum {
	display: initial;
	padding-left: 12px;
	padding-right: 12px;
}

/*-------------------------------------
#. EL: Theia Sticky Sidebar
---------------------------------------*/
.rt-gallery-layout1 .gallery-item a {
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.rt-gallery-layout1 .gallery-item a:after {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	transition: all .4s ease;
}

.rt-gallery-layout1 .gallery-item a img {
	transform: scale(1.02);
	transition: all .4s ease;
}

.rt-gallery-layout1 .gallery-item a:hover img {
	transform: scale3d(1.1, 1.1, 1);
}

.rt-gallery-layout1 .gallery-item a:hover:after {
	opacity: 1;
	visibility: visible;
}

/*-------------------------------------
#. EL: Custom css
-------------------------------------*/
.elementor-category .rt-category-style2 .rt-item {
	margin-bottom: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid #d0d0d0;
	border-radius: 0;
	transition: all ease .31s;
}

.elementor-category .rt-category-style2 .rt-item a {
	color: #000;
}

.elementor-category .rt-category-style2 .rt-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.elementor-category .rt-category-style2 .rt-item img {
	display: none;
}

.elementor-category .rt-category-style2 .rt-item .rt-content {
	position: relative;
	top: initial;
	transform: none;
	padding: 0;
}

.elementor-category .rt-category .rt-item::after {
	display: none;
}

.elementor-category .rt-category .rt-item .rt-cat-name {
	color: inherit;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-bottom: 0;
	transition: all ease .31s;
}

.elementor-category .rt-category-style2 .rt-item .rt-cat-count {
	color: #d0d0d0;
	font-size: 15px;
	background-color: transparent;
	display: inherit;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	line-height: 1;
}

.elementor-category .rt-category-style2 .rt-item:hover .rt-cat-count {
	background-color: transparent;
}

.elementor-invisible {
	visibility: visible;
}

.height100vh {
	height: 100vh;
}

@media (max-width: 1199px) {
	.height100vh {
		height: inherit;
	}
}

.elementor-section.rt-parallax-bg-yes {
	transition: none !important;
}

.bouncing-bubble-animation {
	-webkit-animation: bouncebubble infinite 5s;
	animation: bouncebubble infinite 5s;
}

@-webkit-keyframes bouncebubble {
	1% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	25% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	
	50% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	
	75% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		-webkit-transform: translateX(0);
		transform: translateY(0);
		transform: translateX(0);
	}
}

@keyframes dzMove5 {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	
	25% {
		-webkit-transform: translate(10px, 10px);
		transform: translate(10px, 10px);
	}
	
	50% {
		-webkit-transform: translate(5px, 5px);
		transform: translate(5px, 5px);
	}
	
	75% {
		-webkit-transform: translate(10px, -5px);
		transform: translate(10px, -5px);
	}
	
	to {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	51% {
		opacity: 1;
	}
}

@keyframes toRightFromLeft {
	49% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	51% {
		opacity: 1;
	}
}

/*-------------------------------------    
CSS INDEX
===================================
#. Defaults
#. Buttons
#. Topbar Layout
#. Header Logo
#. Main Navigation
#. Submenu
#. Mega Menu
#. Header Icons
#. Header Right Menu
#. Header Search
#. Sticky Header
#. Header Layout 1
#. Header Layout 2
#. Header Layout 3
#. Header Layout 4
#. Header Layout 5
#. Header Layout 6
#. Header Layout 7
#. Header Layout 8
#. Header Layout 9
#. Header Responsive
#. Header Right Menu
#. Preloader css
#. Footer - Scroll to top
#. Widgets - Footer Widgets
#. Widgets - Sidebar
#. Banner
#. Contents
#. Single Content
#. Comments
#. Admin Author
#. Default Blog layout
#. Swiper Slider
#. Related Post
#. Pagination
#. Error 404
#. Fluent form
#. Gutenberg Support
#. Ticker Styling
#. Woocommerce
#. Dark mode
---------------------------------------*/
:root {
	--primary_color: #f80136;
	--primary_color_rgb: 248, 1, 54;
	--secondary_color: #fa4904;
	--body_dark_color: #444;
	--body_light_color: #e6e5e5;
	--title_dark_color: #111;
	--title_light_color: #fff;
	--link_dark_color: #222;
	--link_light_color: #ccc;
	--meta_dark_color: #7e7e7e;
	--meta_light_color: #e0e0e0;
	--author_dark_color: #2e2e2e;
	--author_light_color: #cfcfcf;
	--breadcrumb_link_color: #bfbfbf;
	--breadcrumb_link_hover_color: #fff;
	--breadcrumb_active_color: #fff;
	--breadcrumb_seperator_color: #bfbfbf;
	--accent_light_color: #f8f8f8;
	--accent_dark_color: #3b3b3b;
	--accent2_light_color: #f2f2f2;
	--border_dark_color: #e4e4e4;
	--border_light_color: #3b3b3b;
}

/*-------------------------------------
#. Defaults
---------------------------------------*/
body {
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	line-height: 1.9;
	color: var(--body_dark_color);
	font-weight: 400;
	height: 100%;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background-color: #fff;
	overflow-x: hidden;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.alignleft {
	float: left;
	margin-bottom: 15px;
	margin-right: 25px;
	margin-top: 10px;
}

.alignright {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 15px;
}

a {
	color: var(--link_dark_color);
	text-decoration: none;
}

a:focus {
	outline: 0px solid;
	outline: 0 none;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	outline: 0 none;
}

a:hover {
	color: var(--primary_color);
	text-decoration: none;
	outline: 0 none;
}

img {
	max-width: 100%;
	height: auto;
}

.fix {
	overflow: hidden;
}

p {
	margin: 0 0 20px 0;
	font-weight: 400;
	color: var(--body_dark_color);
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	margin: 0 0 10px 0;
	color: var(--title_dark_color);
}

h1 {
	font-size: 32px;
	line-height: 1.2;
}

h2 {
	font-size: 26px;
	line-height: 1.4;
}

h3 {
	font-size: 22px;
	line-height: 1.4;
}

h4 {
	font-size: 20px;
	line-height: 1.5;
}

h5 {
	font-size: 18px;
	line-height: 1.5;
}

h6 {
	font-size: 16px;
	line-height: 1.6;
}

h1.entry-title.title-size-xl {
	font-size: 41px;
}

h1.entry-title.title-size-lg {
	font-size: 36px;
}

h1.entry-title.title-size-md {
	font-size: 30px;
}

h1.entry-title.title-size-sm {
	font-size: 28px;
}

h1.entry-title.title-size-xs {
	font-size: 26px;
}

h2.entry-title.title-size-xl {
	font-size: 30px;
}

h2.entry-title.title-size-lg {
	font-size: 28px;
}

h2.entry-title.title-size-md {
	font-size: 24px;
}

h2.entry-title.title-size-sm {
	font-size: 22px;
}

h2.entry-title.title-size-xs {
	font-size: 20px;
}

h3.entry-title.title-size-xl {
	font-size: 26px;
}

h3.entry-title.title-size-lg {
	font-size: 24px;
}

h3.entry-title.title-size-md {
	font-size: 20px;
}

h3.entry-title.title-size-sm {
	font-size: 18px;
}

h3.entry-title.title-size-xs {
	font-size: 16px;
}

.clear {
	clear: both;
}

.clear:after {
	clear: both;
	content: "";
	display: block;
}

ul {
	list-style: disc inside none;
	margin: 0 0 20px 0;
}

#wrapper {
	overflow: hidden;
	transition: all .5s ease-out;
}

hr, .elementor hr {
	background-color: #e5e5e5;
}

* {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

button:focus, .submit-btn:focus {
	outline: none;
}

.title-row-1 {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.title-row-2 {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.title-row-3 {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/*for theme only*/
.primary-color {
	color: var(--primary_color);
}

.secondary-color {
	color: var(--secondary_color);
}

#page .content-area {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all ease .31s;
}

.post-bottom-spacer {
	margin-bottom: 20px;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e5e5e5;
}

/*number count*/
.number-counter {
	counter-reset: post-counter;
}

/*default animation*/
@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	51% {
		opacity: 1;
	}
}

@keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	
	51% {
		opacity: 1;
	}
}

.rt-grid-item {
	display: block;
	float: left;
	clear: both;
}

/*-------------------------------------
#. Buttons
---------------------------------------*/

/*style 1*/
.button-style-1 {
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: var(--title_dark_color);
	font-weight: 500;
	padding: 12px 25px 8px 25px;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	border: 1px solid;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(to right, var(--primary_color), var(--secondary_color), var(--primary_color), var(--secondary_color));
	transition: all .4s ease;
}

.button-style-1:before {
	opacity: 0;
	visibility: hidden;
	background-size: 300% 100%;
	background-image: linear-gradient(to right, var(--primary_color), var(--secondary_color), var(--primary_color), var(--secondary_color));
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	color: var(--title_light_color);
	transition: all .4s ease;
}

.button-style-1 i {
	color: var(--title_light_color);
	margin-left: -10px;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
}

.button-style-1:hover i {
	color: #fff;
	margin-left: 10px;
	opacity: 1;
	visibility: visible;
}

.button-style-1:hover {
	color: #fff;
	box-shadow: 0px 10px 30px 0 rgba(255, 106, 0, 20%);
}

.button-style-1:hover:before {
	background-position: 40% 0;
	visibility: visible;
	opacity: 1;
}

.button-text-light.button-style-1 {
	color: var(--title_light_color);
}

/*play button style*/
.play-btn {
	height: 70px;
	width: 70px;
	font-size: 24px;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.no-image.no-preview .play-btn {
	background-color: var(--primary_color);
	border: 2px solid var(--primary_color);
}

.play-btn:hover {
	border: 2px solid;
	border-color: var(--primary_color);
	border-radius: 50%;
	color: var(--primary_color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.no-image.no-preview .play-btn:hover {
	background-color: transparent;
}

.play-btn.size-lg {
	height: 80px;
	width: 80px;
	font-size: 28px;
}

.play-btn.size-md {
	height: 60px;
	width: 60px;
	font-size: 20px;
}

.play-btn.size-sm {
	height: 50px;
	width: 50px;
	font-size: 18px;
}

.video-btn-wrap {
	position: absolute;
	z-index: 3;
}

.no-image.no-preview .video-btn-wrap {
	position: inherit;
	margin-bottom: 20px;
}

.video-btn-wrap.position-center {
	top: 50%;
	left: 50%;
	right: inherit;
	transform: translateX(-50%) translateY(-50%);
}

.no-image.no-preview .video-btn-wrap.position-center {
	top: inherit;
	left: inherit;
	right: inherit;
	transform: inherit;
}

.video-btn-wrap.position-top-right {
	top: 15px;
	right: 15px;
	left: inherit;
	transform: translateX(0) translateY(0);
}

.no-image.no-preview .video-btn-wrap.position-top-right {
	top: inherit;
	left: inherit;
	right: inherit;
	transform: inherit;
}

.video-btn-wrap.position-top-left {
	top: 25px;
	left: 25px;
	right: inherit;
	transform: translateX(0) translateY(0);
}

.no-image.no-preview .video-btn-wrap.position-top-left {
	top: inherit;
	left: inherit;
	right: inherit;
	transform: inherit;
}

.play-btn-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	font-size: 18px;
	background: rgba(255, 255, 255, .4);
	color: #fff;
	margin: 0 auto;
	z-index: 0;
	animation: pulseShadowxlwhite 2000ms linear infinite;
	transition: all .3s ease;
}

.play-btn-2:hover {
	background: var(--primary_color);
	color: #fff;
}

/* pulseShadow */
@-webkit-keyframes pulseShadowlgprimary {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(41, 98, 255, .7);
	}
	
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(41, 98, 255, 0);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(41, 98, 255, 0);
	}
}

@keyframes pulseShadowlgprimary {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(41, 98, 255, .7);
		box-shadow: 0 0 0 0 rgba(41, 98, 255, .7);
	}
	
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(41, 98, 255, 0);
		box-shadow: 0 0 0 20px rgba(41, 98, 255, 0);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(41, 98, 255, 0);
		box-shadow: 0 0 0 0 rgba(41, 98, 255, 0);
	}
}

@-webkit-keyframes pulseShadowsmwhite {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
	}
	
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes pulseShadowsmwhite {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
	}
	
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@-webkit-keyframes pulseShadowxlwhite {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
	}
	
	70% {
		-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes pulseShadowxlwhite {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
	}
	
	70% {
		-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@-webkit-keyframes pulseShadowlgwhite {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
	}
	
	70% {
		-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes pulseShadowlgwhite {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
	}
	
	70% {
		-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@-webkit-keyframes pulseShadowsmgray {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, .7);
	}
	
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(172, 172, 172, 0);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
	}
}

@keyframes pulseShadowsmgray {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, .7);
		box-shadow: 0 0 0 0 rgba(172, 172, 172, .7);
	}
	
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(172, 172, 172, 0);
		box-shadow: 0 0 0 10px rgba(172, 172, 172, 0);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
		box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
	}
}

/* pulseScale */
@-webkit-keyframes pulseScale {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulseScale {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

/*-------------------------------------
#. Topbar
---------------------------------------*/
.header-top-bar {
	position: relative;
	z-index: 1;
}

.header-top-bar .tophead-right, .header-top-bar .tophead-left {
	display: inline-flex;
	align-items: center;
	position: relative;
	font-size: 15px;
	gap: 30px;
}

.header-top-bar .tophead-item {
	display: inline-flex;
	align-items: center;
	position: relative;
	gap: 15px;
}

.header-top-bar .top-bar-wrap {
	padding: 5px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-header-menu-container ul li {
	display: inline-block;
	margin-right: 8px;
}

.menu-header-menu-container ul li:last-child {
	margin-right: 0;
}

.tophead-social {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}

.tophead-social li a {
	padding: 5px 10px;
	display: block;
}

.tophead-social li:last-child a {
	padding: 5px 0 5px 10px;
}

/*Top Bar Style 1*/
.topbar-style-1 .header-top-bar {
	background-color: transparent;
	color: #ccc;
}

.topbar-style-1 .header-top-bar .top-bar-wrap {
	border-bottom: 1px solid;
	border-color: rgba(255, 255, 255, .2);
}

.topbar-style-1 .tophead-item .header-plain-text {
	color: var(--title_light_color);
}

.topbar-style-1 .tophead-item.header-link-item a {
	color: var(--light_link_color);
}

.topbar-style-1 .tophead-item.header-link-item a:hover {
	color: #fff;
}

.topbar-style-1 .tophead-item .header-icon-box {
	color: var(--primary_color);
}

/*Top Bar Style 2*/
.topbar-style-2 .header-top-bar {
	background-color: #000;
	color: #ccc;
}

.topbar-style-2 .tophead-item .header-plain-text {
	color: var(--title_light_color);
}

.topbar-style-2 .tophead-item.header-link-item a {
	color: var(--light_link_color);
}

.topbar-style-2 .tophead-item.header-link-item a:hover {
	color: #fff;
}

.topbar-style-2 .tophead-item .header-icon-box {
	color: var(--primary_color);
}

/*Top Bar Style 3*/
.topbar-style-3 .header-top-bar {
	background-color: #000;
	color: #ccc;
}

.topbar-style-3 .tophead-item .header-plain-text {
	color: var(--title_light_color);
}

.topbar-style-3 .tophead-item.header-link-item a {
	color: var(--light_link_color);
}

.topbar-style-3 .tophead-item.header-link-item a:hover {
	color: #fff;
}

.topbar-style-3 .tophead-item .header-icon-box {
	color: var(--primary_color);
}

/*Top Bar Style 4*/
.topbar-style-4 .header-top-bar {
	background-color: #000;
	color: #ccc;
	min-height: 50px;
}

.topbar-style-4 .tophead-item .header-plain-text {
	color: var(--title_light_color);
}

.topbar-style-4 .tophead-item.header-link-item a {
	color: var(--light_link_color);
}

.topbar-style-4 .tophead-item.header-link-item a:hover {
	color: #fff;
}

.topbar-style-4 .tophead-item .header-icon-box {
	color: var(--primary_color);
}

/*topbar responsive*/
@media (max-width: 992px) {
	.header-top-bar .top-bar-wrap {
		text-align: center;
	}
	
	.header-top-bar .top-bar-wrap, .topbar-style-1 .header-top-bar .tophead-left {
		display: inherit;
	}
}

@media (max-width: 425px) {
	.topbar-style-1 .tophead-left>div:after {
		display: none;
	}
}

/*-------------------------------------
#. Header Icons
---------------------------------------*/
.menu-full-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 991px) {
	.header-icon-area .cart-icon-area .cart-icon-num {
		top: 21px;
	}
}

.header-icon-area {
	display: flex;
	gap: 20px;
	align-items: center;
	height: 100%;
	position: relative;
}

.header-icon-area .cart-icon-area {
	position: relative;
	margin-left: 15px;
	padding: 16px 0;
}

.header-icon-area>div {
	position: relative;
}

.header-icon-area>div:last-child:before {
	content: none;
}

.header-icon-area .offcanvas-menu-wrap {
	display: inline-flex;
	margin-left: 25px;
}

.header-icon-area .user-icon-area {
	margin-right: 20px;
}

.header-icon-area .search-icon, .header-icon-area .user-icon-area, .menu-user .user-icon-area {
	font-size: 20px;
}

.header-icon-area .search-icon a, .header-icon-area .user-icon-area a, .menu-user .user-icon-area a {
	color: #818181;
}

.header-icon-area .search-icon a:hover, .header-icon-area .user-icon-area a:hover, .menu-user .user-icon-area a:hover {
	color: var(--primary_color);
}

.menu-user {
	display: inline-flex;
	align-items: center;
}

.menu-user .user-icon-area {
	margin-left: 15px;
	position: relative;
	bottom: 2px;
}

/*Right offcanvas menu icon*/
.offcanvas-menu-wrap button.offcanvas-btn-dark .menu-btn-icon>span {
	background-color: var(--primary_color);
}

.offcanvas-menu-wrap button.offcanvas-btn-darklight .menu-btn-icon span {
	background-color: #ccc;
}

.offcanvas-menu-wrap button.offcanvas-btn-light .menu-btn-icon span {
	background-color: #fff;
}

.offcanvas-menu-wrap button.offcanvas-close-btn.menu-status-close .menu-btn-icon span {
	background-color: #fff;
}

.offcanvas-menu-wrap button.offcanvas-menu-btn {
	border: none;
	background-color: transparent;
	box-shadow: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	padding: 0;
	width: 40px;
}

.offcanvas-menu-wrap button.offcanvas-menu-btn:focus {
	outline: none;
}

.offcanvas-menu-wrap button.offcanvas-menu-btn .menu-btn-icon {
	display: block;
	width: 35px;
	position: relative;
	height: 50px;
}

.offcanvas-navigation ul {
	padding: 0;
	margin: 0;
}

.offcanvas-navigation ul li {
	line-height: 1.7;
}

@media (max-width: 767px) {
	.offcanvas-navigation ul li {
		line-height: 1.2;
	}
	
	.offcanvas-navigation ul li a {
		font-size: 28px;
	}
}

.additional-menu-area .widget_categories {
	margin-bottom: 0;
	margin-top: 40px;
}

.additional-menu-area .widget_categories h3 {
	color: #fff;
}

.additional-menu-area .widget_categories ul, .additional-menu-area .widget_archive ul {
	display: inline-block;
	margin-top: 6px;
}

.additional-menu-area .widget_categories ul li, .additional-menu-area .widget_archive ul li {
	margin-bottom: 15px;
}

.additional-menu-area .widget_categories ul li:last-child, .additional-menu-area .widget_archive ul li:last-child {
	margin-bottom: 0;
}

.additional-menu-area .widget_categories ul li, .additional-menu-area .widget_archive ul li {
	width: 100%;
	float: left;
	color: var(--meta_light_color);
	text-align: right;
}

.additional-menu-area .widget_categories ul li:last-child, .additional-menu-area .widget_archive ul li:last-child {
	padding-bottom: 0px;
}

.additional-menu-area .widget_categories ul li a, .additional-menu-area .widget_archive ul li a {
	position: relative;
	float: left;
	padding-left: 17px;
	color: var(--link_light_color);
}

.additional-menu-area .widget_categories ul li a:before, .additional-menu-area .widget_archive ul li a:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-weight: 600;
	font-size: 14px;
	color: var(--primary_color);
	position: absolute;
	left: 0;
}

/*Header Search*/
.header-search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f6fa;
	transform: scaleY(0);
	visibility: hidden;
	z-index: 150;
	transition: all .7s ease-in-out;
	transform-origin: 0 0 0;
}

.header-search .header-search-form, .header-search .stylish-input-group, .header-search .custom-search-input {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

.header-search .stylish-input-group input[type=search], .header-search .header-search-form input[type=search], .header-search .custom-search-input input[type=text] {
	width: 54%;
	height: 70px;
	color: var(--title_dark_color);
	font-size: 24px;
	flex: initial;
	text-align: left;
	border: none;
	border-radius: 0;
	margin: 0px auto;
	padding: 20px 35px 20px 0;
	outline: none;
	background: transparent;
	border-bottom: 1px solid var(--primary_color);
	line-height: 28px;
}

@media (max-width: 425px) {
	.header-search .stylish-input-group input[type=search], .header-search .header-search-form input[type=search], .header-search .custom-search-input input[type=text] {
		width: 70%;
	}
}

.header-search .stylish-input-group input::-webkit-input-placeholder, .header-search .header-search-form input::-webkit-input-placeholder, .header-search .custom-search-input input::-webkit-input-placeholder {
	color: #aaa;
}

.header-search .stylish-input-group input:-ms-input-placeholder, .header-search .header-search-form input:-ms-input-placeholder, .header-search .custom-search-input input:-ms-input-placeholder {
	color: #aaa;
}

.header-search .stylish-input-group input:-moz-placeholder, .header-search .header-search-form input:-moz-placeholder, .header-search .custom-search-input input:-moz-placeholder {
	color: #aaa;
}

.header-search .header-search-form .search-btn, .header-search .stylish-input-group .btn, .header-search .custom-search-input .btn {
	padding: 0;
	box-shadow: none;
	border: none;
	border-radius: 0;
	color: var(--title_dark_color);
	cursor: pointer;
	font-size: 24px;
	font-weight: 500;
	margin-top: 0px;
	margin-left: -32px;
	background: transparent;
	line-height: 29px;
	z-index: 12;
	transition: all 300ms;
}

.header-search .header-search-form .search-btn i {
	line-height: 28px;
}

.header-search .header-search-form .search-btn:hover, .header-search .stylish-input-group .btn:hover, .header-search .custom-search-input .btn:hover {
	color: var(--primary_color);
}

.header-search .stylish-input-group .btn, .header-search .custom-search-input .btn {
	position: absolute;
	left: 20%;
}

.header-search .stylish-input-group input:focus, .header-search .stylish-input-group .search-btn:focus, .header-search .stylish-input-group .btn:focus, .header-search .custom-search-input input:focus, .header-search .header-search-form .search-btn:focus, .header-search .custom-search-input .btn:focus {
	box-shadow: none;
	outline: none;
}

.header-search.open {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}

.header-search .close {
	position: fixed;
	top: 15px;
	right: 20px;
	margin: 0 auto;
	color: var(--title_dark_color);
	border: none;
	opacity: .5;
	visibility: visible;
	padding: 0;
	font-size: 60px;
	font-weight: 300;
	cursor: pointer;
	background: transparent;
	transition: all 300ms;
	z-index: 1;
}

.header-search .close:focus {
	box-shadow: none;
	border: none;
	outline: none;
}

.header-search .close:hover {
	transform: scale(1.2);
	opacity: 1;
}

.header-area {
	background: #fff;
	position: relative;
	z-index: 2;
}

@media (max-width: 991px) {
	.header-search .close {
		top: 50px;
		transform: none;
		font-size: 50px;
	}
}

/* Sticky Header */
.header-menu {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all ease .31s;
}

.admin-bar .rt-sticky {
	top: 32px;
}

.rt-sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 10%);
}

/*header social*/
.header-social {
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0;
	padding: 0;
}

.header-social li {
	display: inline-block;
	list-style: outside none none;
}

.header-social li:last-child {
	padding-right: 0;
}

.header-social li a {
	font-size: 15px;
	margin-right: 7px;
	text-align: center;
	color: var(--title_dark_color);
	display: block;
}

.header-social li:last-child a {
	margin-right: 0;
}

.header-social li i {
	width: 38px;
	height: 38px;
	background: #f7f7f7;
	display: inline-block;
	line-height: 36px;
	transition: all ease .31s;
}

.header-social li a:hover i {
	background: var(--primary_color);
	color: #fff;
}

/* Header Logo */
.site-branding a {
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--primary_color);
}

.site-branding.mobile-logo a {
	font-size: 20px;
}

.site-branding.mobile-logo a img {
	max-width: 110px;
}

.site-branding a img {
	max-width: 162px;
	width: 100%;
}

.site-branding .light-logo {
	display: none;
}

/* Main Navigation fallbackcd*/
.fallbackcd-menu-item .fallbackcd {
	display: block;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	color: var(--title_dark_color);
	padding: 38px 15px;
	text-transform: capitalize;
	font-family: "Rubik", sans-serif;
	transition: all ease .31s;
}

.header-style-1 .fallbackcd-menu-item .fallbackcd {
	color: #fff;
}

.header-style-1 .rt-sticky .fallbackcd-menu-item .fallbackcd {
	color: #000;
}

/* Main Navigation */
.site-header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.site-header .main-navigation nav ul li {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
}

.site-header .main-navigation nav ul li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: var(--title_dark_color);
	padding: 38px 15px;
	text-transform: capitalize;
	font-family: "Rubik", sans-serif;
	transition: all ease .31s;
}

.site-header .main-navigation nav>ul>li>a::before {
	position: absolute;
	content: "";
	height: 3px;
	background-color: var(--primary_color);
	right: 0;
	margin: 0 auto;
	bottom: 0;
	width: 100%;
	transition: .5s;
	transform: scaleX(0);
	transform-origin: top right;
}

.site-header .main-navigation nav>ul>li:hover>a::before {
	transform-origin: top right;
	transform: scaleX(1);
}

.site-header .main-navigation nav ul li.menu-item-has-children a:after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	vertical-align: middle;
	transform: rotate(0deg);
	display: inline-block;
	padding-left: 6px;
	font-size: 12px;
}

.site-header .main-navigation nav ul li.menu-item-has-children:hover a:after {
	transform: rotate(180deg) translateX(-6px);
	transition: all .4s ease;
}

.site-header .main-navigation nav ul li a:hover {
	color: var(--primary_color);
}

.site-header .main-navigation nav ul li a.active {
	color: #a5a5a5 !important;
}

.site-header .main-navigation ul.menu>li>a:hover {
	color: var(--primary_color);
}

.header-style-7 .site-header .main-navigation ul.menu li.current-menu-item>a {
	color: var(--title_dark_color);
}

.site-header .main-navigation ul.menu li.current-menu-item>a, .site-header .main-navigation ul.menu>li.current>a {
	color: var(--primary_color);
}

.site-header .main-navigation ul.menu li.current-menu-ancestor>a {
	color: var(--primary_color);
}

.header-style-7 .site-header .main-navigation ul.sub-menu li.current-menu-item>a {
	color: var(--primary_color);
}

/*-------------------------------------
#. Submenu
---------------------------------------*/
.site-header .main-navigation ul li ul {
	text-align: left;
}

.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:before {
	color: #656567;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	right: 15px;
	top: 7px;
	transition: all .4s ease;
}

.site-header .main-navigation ul li ul li:last-child {
	border-bottom: none;
}

.site-header .main-navigation ul li ul li a {
	position: relative;
	overflow: hidden;
	display: block;
	color: #656567;
	text-transform: inherit;
	padding: 7px 20px 7px 25px;
	font-weight: 500;
	font-size: 13px;
	z-index: 2;
	transition: all 140ms ease-in-out;
}

.site-header .main-navigation ul>li>ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 225px;
	margin: 0;
	padding: 10px 0;
	padding: 15px 0;
	background-color: #fff;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 10%);
	box-shadow: 0 0 90px 0 rgba(0, 0, 0, 10%);
	text-align: left;
	visibility: hidden;
	transition: all .4s cubic-bezier(.3, .02, 0, .6);
	opacity: 0;
	z-index: 100;
	transform: scaleY(0);
	transform-origin: 0 0 0;
}

.site-header .main-navigation ul>li:hover>ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	transition: all .4s ease;
	transform: scaleY(1);
}

.site-header .main-navigation ul>li>ul li ul {
	left: 225px;
	top: 0;
	width: 225px;
}

.site-header .main-navigation ul>li:hover>ul li ul {
	top: 0;
}

.site-header .main-navigation ul li ul {
	background-color: #fff;
}

.site-header .main-navigation ul li ul li {
	display: block;
	border-bottom: none;
	border-left: none;
}

.site-header .main-navigation ul li ul li:hover {
	background: #fff;
}

.site-header .main-navigation ul li ul li:last-child {
	border-bottom: none;
}

.site-header .main-navigation ul li ul.sub-menu li>a:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 0px;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	margin: 0;
	background: #6c6c6c;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
}

.site-header .main-navigation ul li ul.sub-menu li:hover>a:before {
	background-color: var(--primary_color);
	height: 11px;
	opacity: 1;
	visibility: visible;
	transition: all .4s ease;
}

/*Menu hover effect*/
.site-header .main-navigation ul.menu li ul.sub-menu li a:after {
	content: "";
}

.site-header .main-navigation ul.menu li ul.sub-menu li a:hover {
	color: var(--primary_color);
}

/*-------------------------------------
#. Mega Menu
---------------------------------------*/
.site-header .main-navigation ul li.mega-menu {
	position: static;
}

.site-header .main-navigation ul li.mega-menu:hover ul {
	opacity: 1;
	visibility: visible;
}

.site-header .main-navigation ul li.mega-menu ul.sub-menu li {
	background-color: inherit;
}

.site-header .main-navigation ul li.mega-menu ul.sub-menu li:last-child {
	border-bottom: none;
}

.site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
	padding-left: 25px;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu {
	background-color: #fff;
	width: calc(100% - 24px);
	max-width: 1296px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	padding: 15px;
	display: flex;
	justify-content: space-around;
}

.site-header .main-navigation ul li.mega-menu.menu-two-column, .site-header .main-navigation ul li.mega-menu.menu-three-column {
	position: relative;
}

.site-header .main-navigation ul li.mega-menu.menu-two-column>ul.sub-menu {
	width: 535px;
}

.site-header .main-navigation ul li.mega-menu.menu-three-column>ul.sub-menu {
	width: 750px;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li {
	display: inline-block;
	margin: 0 15px;
	width: 100%;
	border: none;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li ul {
	top: 0;
	position: relative;
	width: inherit;
	left: inherit;
	box-shadow: none;
	border-top: none;
	transform: none;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu li:after {
	content: "";
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu li:before {
	color: var(--primary_color);
	font-size: 14px;
	padding-right: 13px;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li>a {
	font-size: 16px;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li>a {
	font-weight: 700;
}

.site-header .main-navigation ul li.mega-menu.hide-header>ul.sub-menu>li>a {
	display: none;
}

.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li:after, .site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li.menu-item-has-children:before {
	display: none;
}

/*-------------------------------------
#. Header Layout 1
---------------------------------------*/
.admin-bar.header-style-1 .header-area {
	top: 32px;
}

.header-style-1 .header-area {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: transparent;
}

.header-style-1 .header-area .rt-sticky .site-branding .dark-logo, .header-style-1 .header-area .site-branding .light-logo {
	display: block;
}

.header-style-1 .header-area .rt-sticky .site-branding .light-logo, .header-style-1 .header-area .site-branding .dark-logo {
	display: none;
}

.header-style-1 .site-header .main-navigation nav > ul > li > a {
	color: #fff;
}

.header-style-1 .site-header .rt-sticky .main-navigation nav > ul > li > a {
	color: var(--title_dark_color);
}

.header-style-1 .site-header .main-navigation nav > ul > li > a:hover {
	color: var(--primary_color);
}

.header-style-1 .header-icon-area .search-icon a {
	color: var(--title_light_color);
}

.header-style-1 .header-icon-area .search-icon a:hover {
	color: var(--primary_color);
}

.header-style-1 .rt-sticky .header-icon-area .search-icon a {
	color: var(--title_dark_color);
}

.header-style-1 .rt-sticky .header-icon-area .search-icon a:hover {
	color: var(--primary_color);
}

.header-style-1 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line, .header-style-1 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line, .header-style-1 .header-offcanvus button.side-menu-trigger .menu-btn-icon::before, .header-style-1 .header-offcanvus button.side-menu-trigger .menu-btn-icon::after, .header-style-1 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
	background-color: #fff;
}

.header-style-1 .rt-sticky .header-offcanvus button.side-menu-trigger .menu-btn-icon .line, .header-style-1 .rt-sticky .header-offcanvus button.side-menu-trigger .menu-btn-icon .line, .header-style-1 .rt-sticky .header-offcanvus button.side-menu-trigger .menu-btn-icon::before, .header-style-1 .rt-sticky .header-offcanvus button.side-menu-trigger .menu-btn-icon::after, .header-style-1 .rt-sticky .header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
	background-color: var(--title_dark_color);
}

@media (min-width: 1025px) {
	.header-style-1 .rt-thumb-slider-horizontal-1 .rt-slide {
		padding-top: 100px;
		min-height: 924px;
	}
	
	.header-style-1 .rt-thumb-slider-horizontal-4 .rt-slide {
		padding-top: 80px;
	}
	
	.header-style-1 .entry-banner {
		padding-top: 120px;
	}
	
	.header-style-1 .rt-post-overlay-default.rt-post-overlay-style10 {
		padding-top: 105px;
	}
	
	.header-style-1.has-topbar .rt-post-overlay-default.rt-post-overlay-style10 {
		padding-top: 165px;
	}
}

/*-------------------------------------
#. Header Layout 2
---------------------------------------*/
.header-style-2 .site-header .info-wrap {
	display: flex;
	align-items: center;
}

/*-------------------------------------
#. Header Layout 3
---------------------------------------*/
.header-style-3 .menu-full-wrap {
	min-height: 100px;
	transition: all .3s ease;
}

.header-style-3 .rt-sticky .menu-full-wrap {
	min-height: 100px;
	transition: all .3s ease;
}

/*-------------------------------------
#. Header Layout 4
---------------------------------------*/
.header-style-4 .header-area .logo-menu-wrap {
	padding-top: 30px;
	text-align: center;
}

.header-style-4 .header-area .site-branding {
	display: inline-block;
	text-align: center;
}

.header-style-4 .header-menu {
	border-bottom: 1px solid #e5e5e5;
}

/*-------------------------------------
#. Header Layout 5
---------------------------------------*/
.header-style-5 .header-area {
	padding-top: 30px;
}

.header-style-5 .menu-user {
	width: 220px;
}

.header-style-5 .header-area .menu-wrap {
	text-align: center;
}

.header-style-5 .header-area .site-branding {
	display: inline-block;
	text-align: center;
}

.header-style-5 .header-search-six {
	position: relative;
}

.header-style-5 .header-search-six .search-form input {
	background-color: #f7f7f7;
	border-radius: 30px;
	box-shadow: 0 -2px 3px 0px #d5d5d5;
	padding: 5px 50px 5px 20px;
}

.header-style-5 .header-search-six .search-form button {
	width: inherit;
	height: inherit;
	right: 18px;
	background-color: transparent !important;
	padding: 0;
	color: #9b9b9b;
	font-size: 20px;
}

.header-style-5 .header-search-six .search-form button:hover {
	color: var(--primary_color);
}

/*-------------------------------------
#. Header Layout 6
---------------------------------------*/
.header-style-6 .logo-ad-wrap {
	padding: 25px 0;
	border-bottom: 1px solid #e5e5e5;
}

.header-style-6 .header-search-six {
	position: relative;
}

.header-style-6 .header-search-six .search-form input {
	padding: 5px 40px 5px 20px;
	border-radius: 0;
	background-color: #fff;
	color: #666;
	border: 1px solid #e5e5e5;
}

.header-style-6 .header-search-six .search-form button {
	width: inherit;
	height: inherit;
	background-color: transparent !important;
	padding: 5px 10px;
	color: #9b9b9b;
	font-size: 20px;
	right: 0;
}

.header-style-6 .header-search-six .search-form button:hover {
	color: var(--primary_color);
}

/*-------------------------------------
#. Header Layout 7
---------------------------------------*/
.admin-bar.header-style-7 .header-area {
	top: 32px;
}

.header-style-7 .header-area {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.header-style-7 .menu-full-wrap {
	background-color: var(--primary_color);
}

.header-style-7 .logo-ad-wrap {
	padding: 15px 0;
}

.header-style-7 .site-header .main-navigation>nav>ul>li>a {
	color: #fff;
}

.header-style-7 .site-header .main-navigation nav > ul > li:first-child > a {
	padding-left: 0;
}

.header-style-7 .site-header .main-navigation ul.menu li.current-menu-ancestor > a, .header-style-7 .site-header .main-navigation ul.menu > li > a:hover {
	color: var(--link_dark_color);
}

.header-style-7 .site-header .site-branding .dark-logo {
	display: none;
}

.header-style-7 .site-header .site-branding .light-logo {
	display: table-cell;
}

.header-style-7 .tophead-item .header-plain-text, .header-style-7 .tophead-item .header-icon-box, .header-style-7 .tophead-item.header-link-item a, .header-style-7 .header-icon-area .search-icon a {
	color: #fff;
}

.header-style-7 .tophead-item.header-link-item a:hover, .header-style-7 .header-icon-area .search-icon a:hover {
	color: var(--link_dark_color);
}

.header-style-7 .header-icon-area .user-icon-area a {
	color: #fff;
}

.header-style-7 .header-icon-area .user-icon-area a:hover {
	color: var(--link_dark_color);
}

.header-style-7 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line, .header-style-7 .header-offcanvus button.side-menu-trigger .menu-btn-icon::before, .header-style-7 .header-offcanvus button.side-menu-trigger .menu-btn-icon::after, .header-style-7 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
	background-color: #fff;
}

.header-style-7 .rt-sticky {
	background-color: transparent;
	box-shadow: none;
}

@media (min-width: 1025px) {
	.header-style-7 .entry-banner {
		padding-top: 275px;
	}
	
	.header-style-7 .entry-banner .entry-banner-content {
		padding-top: 40px;
		padding-bottom: 70px;
	}
	
	.header-style-7 .rt-thumb-slider-horizontal-1 .rt-slide {
		padding-top: 200px;
		min-height: 900px;
	}
	
	.header-style-7 .rt-thumb-slider-horizontal-4 .rt-slide {
		padding-top: 200px;
	}
	
	.header-style-7 .rt-post-overlay-default.rt-post-overlay-style10 {
		padding-top: 237px;
	}
	
	.header-style-7.has-topbar .rt-post-overlay-default.rt-post-overlay-style10 {
		padding-top: 287px;
	}
	
	.header-style-7 .rt-post-overlay-default.rt-post-overlay-style1 {
		margin-top: 200px;
	}
	
	.header-style-7.has-topbar .rt-post-overlay-default.rt-post-overlay-style1 {
		margin-top: 248px;
	}
}

/*-------------------------------------
#. Header Layout 8
---------------------------------------*/
.header-style-8 .header-middle-bar .midhead-item {
	display: inline-flex;
	align-items: center;
	position: relative;
	gap: 15px;
}

.header-style-8 .header-middle-bar .header-plain-text {
	color: var(--title_light_color);
}

.header-style-8 .header-middle-bar .midhead-item.header-link-item a {
	color: var(--link_light_color);
}

.header-style-8 .midhead-item .header-icon-box {
	color: var(--primary_color);
}

.header-style-8 .header-middle-bar .midhead-item.header-link-item a:hover {
	color: #fff;
}

.header-style-8 .site-header .main-navigation nav > ul > li > a {
	color: #e2e2e2;
}

.header-style-8 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
	background-color: #9f9f9f;
}

.header-style-8 .site-header .rt-sticky .main-navigation nav > ul > li > a {
	color: var(--title_dark_color);
}

.header-style-8 .header-area {
	background-color: #111;
}

.header-style-8 .header-middle-bar {
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #2d2d2d;
}

.header-style-8 .header-area .menu-wrap {
	text-align: center;
}

.header-style-8 .header-area .site-branding {
	display: inline-block;
	text-align: center;
}

.header-style-8 .header-area .rt-sticky .site-branding .dark-logo, .header-style-8 .header-area .site-branding .light-logo {
	display: block;
}

.header-style-8 .header-area .rt-sticky .site-branding .light-logo, .header-style-8 .header-area .site-branding .dark-logo {
	display: none;
}

.header-style-8 .header-search-six {
	position: relative;
}

.header-style-8 .header-search-six .search-form input {
	background-color: #f7f7f7;
	border-radius: 30px;
	box-shadow: 0 -2px 3px 0px #d5d5d5;
	padding: 5px 50px 5px 20px;
}

.header-style-8 .header-search-six .search-form button {
	width: inherit;
	height: inherit;
	right: 18px;
	background-color: transparent !important;
	padding: 0;
	color: #9b9b9b;
	font-size: 20px;
}

.header-style-8 .header-search-six .search-form button:hover {
	color: var(--primary_color);
}

/*-------------------------------------
#. Header Responsive
---------------------------------------*/
@media all and (max-width: 1199px) {
	.site-header .main-navigation nav ul li a {
		padding-left: 7px;
		padding-right: 7px;
	}
	
	.site-header .main-navigation ul li a {
		padding-left: 7px;
		padding-right: 7px;
	}
	
	.header-style-1 .site-header .header-top .header-address>div {
		margin-bottom: 15px;
	}
}

/*Header mobile responsive*/
@media (max-width: 991px) {
	.header-style-1 .site-header .site-branding {
		display: none;
	}
	
	.header-style-1 .header-controll, .header-style-3 .header-controll {
		border-bottom: 1px solid #f8f8f8;
	}
	
	.header-style-3 .header-3-middle {
		display: none;
	}
	
	.header-style-1 .site-header .header-top .header-address {
		width: 100%;
		text-align: center;
	}
	
	.header-style-1 .site-header .header-top .header-address>div:nth-child(2):after {
		display: none;
	}
}

@media all and (max-width: 767px) {
	/* Topbar 1 */
	#tophead .tophead-right {
		text-align: center;
		float: none;
	}
	
	/* Header 1 */
	.site-header .main-navigation ul {
		text-align: center;
	}
	
	.site-header .main-navigation ul li a {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	.header-icon-area {
		display: none;
	}
	
	.header-style-1 .site-header .header-top .header-address>div {
		margin-right: 20px;
		padding-right: 20px;
		border: none;
	}
	
	.header-style-1 .site-header .header-top .icon-left {
		font-size: 16px;
		height: 40px;
		width: 40px;
		line-height: 38px;
	}
	
	/* Header 2 */
	.header-style-2 .site-header .main-navigation ul {
		text-align: center;
	}
	
	.header-style-2 .site-header .main-navigation ul li a {
		padding: 10px 15px;
	}
	
	/* Header 3 */
	.header-firstrow {
		padding: 15px 0 10px;
	}
	
	.site-header .site-branding, .header-firstrow-right {
		display: block;
		height: inherit;
	}
	
	.site-header .site-branding {
		padding: 0 0 10px 0px;
	}
	
	.header-firstrow-right-contents {
		display: block;
	}
	
	.header-firstrow-right-contents ul {
		display: block;
		padding: 0;
		text-align: center;
	}
	
	.header-contact li {
		display: block;
		margin-left: 0;
	}
	
	.menu-sep {
		margin-bottom: 10px;
	}
	
	.site-header .main-navigation ul {
		text-align: center;
	}
	
	.site-header .main-navigation ul li a {
		padding: 10px 15px;
	}
	
	/* Header 4 */
	.header-firstrow-wrap {
		padding-top: 10px;
	}
	
	.site-header .site-branding, .header-firstrow {
		display: block;
		height: inherit;
		text-align: center;
		padding-top: 0;
		padding-bottom: 10px;
	}
	
	.header-firstrow-contents {
		display: block;
	}
	
	.header-contact li {
		display: block;
		margin-right: 0;
	}
	
	.header-firstrow-contents-right {
		text-align: center;
	}
	
	.header-firstrow-contents-right .header-icon-area {
		display: none;
	}
	
	/* Header 5 */
	.site-header .site-branding {
		float: none;
		height: inherit;
	}
	
	.site-header .main-navigation {
		float: none;
	}
	
	.site-header .main-navigation ul.menu>li>a {
		padding: 10px 15px;
		border-left: none;
	}
	
	.header-menu-btn {
		display: none;
	}
}

/*---------------------------
#. Header Ad
-----------------------------*/
.header-ad {
	position: relative;
	z-index: -1;
}

.header-before-ad {
	margin-left: 30px;
}

.header-ad-item {
	text-align: center;
	padding: 30px 0 30px;
}

.content-top-ad-item {
	padding-bottom: 30px;
}

.content-bottom-item {
	padding-top: 50px;
}

.post-template-post-layout-2 .content-top-ad-item {
	padding-bottom: 30px;
	padding-top: 30px;
}

.header-after-ad {
	text-align: center;
}

/*---------------------------
#. Header Right Menu
-----------------------------*/

/*offcanvas layout 1*/
.additional-menu-area .sidenav .canvas-content::-webkit-scrollbar {
	width: 0;
}

.rt-slide-nav::-webkit-scrollbar {
	width: 0;
}

.cart-area .cart-wrapper::-webkit-scrollbar {
	width: 0;
}

.additional-menu-area a.side-menu-trigger {
	color: #222;
	cursor: pointer;
	font-size: 21px;
	line-height: 0;
}

.offcanvas-bg-opacity {
	position: relative;
	z-index: 999;
}

.offcanvas-bg-opacity:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .75);
	z-index: -1;
}

.additional-menu-area .sidenav {
	max-width: 395px;
	width: 100%;
	display: flex;
	align-items: center;
	position: fixed;
	transform: translateX(-100%);
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #fff;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	will-change: transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.admin-bar .additional-menu-area .sidenav {
	top: 32px;
}

.additional-menu-area .sidenav .canvas-content {
	padding: 50px;
	height: 100vh;
	transition: all ease .8s;
	overflow-y: auto;
	-ms-overflow-style: none;
	-moz-scrollbar-width: none;
}

.additional-menu-area .sidenav .canvas-content .rt-category h3 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 24px;
}

.additional-menu-area .sidenav .closebtn {
	background-color: var(--primary_color);
	color: #fff;
	display: block;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 20px;
	position: absolute;
	right: 50px;
	top: 50px;
	font-weight: 500;
	width: 44px;
	height: 44px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 4;
	transition: all .4s ease;
}

.additional-menu-area .sidenav .closebtn:hover {
	background-color: var(--secondary_color);
}

.additional-menu-area .sidenav .additional-logo img {
	max-width: 200px;
	width: 100%;
}

.additional-menu-area .sidenav .sidenav-search {
	border: 1px solid #5f5f5f;
	margin: 0 20px 10px 20px;
}

.additional-menu-area .sidenav nav ul li {
	position: relative;
	margin-bottom: 5px;
	list-style: none;
	transition: all ease .31s;
}

.additional-menu-area .sidenav ul li:last-child {
	margin-bottom: 0;
}

.additional-menu-area .sidenav ul li:last-child a {
	padding: 8px 0 0;
}

.additional-menu-area .sidenav nav ul li a {
	position: relative;
	display: block;
	color: var(--title_light_color);
	border: none;
	padding: 8px 0 2px;
	transition: all 140ms ease-in-out;
}

.additional-menu-area .sidenav nav ul li a:hover {
	color: var(--primary_color);
}

.additional-menu-area .sidenav ul li > span {
	position: absolute;
	right: 0;
	top: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	cursor: pointer;
}

.additional-menu-area .sidenav ul li > span:after {
	content: "";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transition: .1s;
	right: 0;
	position: absolute;
	font-size: 12px;
	color: #999;
}

.additional-menu-area .sidenav ul li > span.open:after {
	content: "";
}

.additional-menu-area .sub-menu {
	display: none;
}

.additional-menu-area .sidenav .sub-menu {
	padding-left: 30px;
}

.additional-menu-area .sidenav ul li ul.sub-menu li>a {
	font-size: 15px;
}

/*offcanvas layout 2*/
.additional-menu-area nav.menu {
	margin-top: 40px;
}

.additional-menu-area .sidenav-address span {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
	color: var(--body_light_color);
}

.additional-menu-area .sidenav-address span i {
	color: var(--primary_color);
	margin-right: 15px;
}

.additional-menu-area .sidenav-address span a {
	display: inline-block;
	color: var(--body_light_color);
	padding: 0;
}

.additional-menu-area .sidenav-address span a:hover {
	color: var(--primary_color);
}

.additional-menu-area .sidenav-address .copyright {
	margin-top: 20px;
}

.additional-menu-area .sidenav-social span {
	color: #646464;
	display: inline-block;
	padding-right: 5px;
	font-size: 16px;
	text-align: center;
}

.additional-menu-area .sidenav-social span a i {
	margin-right: 0;
	color: #fff;
}

.additional-menu-area .sidenav-social span a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--body_dark_color);
	color: #fff;
	font-size: 13px;
	transition: all .4s ease;
}

.additional-menu-area .sidenav-social span a:hover {
	background-color: var(--primary_color);
}

.additional-menu-area #sb_instagram {
	margin-left: -10px;
	padding-bottom: 0 !important;
}

body .rt-cover {
	z-index: 149;
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0);
	animation: slideInLeft 500ms ease-in-out;
	transition: all .5s ease-in-out;
}

/*offcanvus button*/
.header-offcanvus button.side-menu-trigger {
	border: none;
	background-color: transparent;
	box-shadow: none;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	padding: 0;
	justify-content: center;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon {
	position: relative;
	display: block;
	width: 28px;
	height: 16.5px;
	top: 1px;
	overflow: hidden;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #818181;
	border-radius: 12px;
	transition: all .3s ease-out;
	transition-delay: 0s;
	transform: translateX(0);
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon::before, .header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #818181;
	transition: all .3s ease-out;
	transform: translateX(-100%);
	transform-origin: left;
	transition-delay: 0s;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #818181;
	transition: all .3s ease-out;
	transform: translateX(-100%);
	transform-origin: left;
	transition-delay: 0s;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line1 {
	top: 0;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line2 {
	top: 14px;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon .line3 {
	top: 7px;
}

.header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
	bottom: 0;
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line {
	transform: translateX(100%);
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line1 {
	transition-delay: 0s;
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line2 {
	transition-delay: .15s;
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line3 {
	transition-delay: .15s;
	transform: translateX(100%);
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::before, .header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::after {
	transform: translateX(0);
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::before {
	transition-delay: .3s;
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::after {
	transition-delay: .45s;
}

.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line3::before {
	transform: translateX(-100%);
	transition-delay: .45s;
}

/*offcanvus widget*/
.sidenav-address>.widget {
	margin-bottom: 40px;
}

.sidenav-address>.widget h3 {
	display: flex;
	align-items: center;
	position: relative;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.4;
	z-index: 2;
}

.sidenav-address .offcanvas-about-text {
	color: var(--body_light_color);
	margin-bottom: -10px;
}

.additional-menu-area .sidenav-address h4 {
	margin-bottom: 20px;
	color: var(--title_light_color);
	font-size: 24px;
}

.sidenav-address>.rt-post-box .post-box-style .post-box-img {
	margin-right: 15px;
	flex: 0 0 80px;
}

.sidenav-address>.rt-post-box .post-box-style .item-list .post-box-img img {
	width: 80px;
	height: 80px;
}

.additional-menu-area .sidenav .dark-logo {
	display: none;
}

/*-------------------
#. Preloader css
--------------------*/
#preloader {
	overflow: visible;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999999;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.loader {
	height: 100%;
	width: 100%;
	position: fixed;
	overflow: hidden;
	background: #fff;
}

.loader .cssload-loader {
	width: 65px;
	height: 65px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}

.loader .cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 50%;
}

.loader .cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 5px solid var(--primary_color);
}

.loader .cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 5px solid var(--primary_color);
}

.loader .cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 5px solid var(--primary_color);
}

@keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

/*---------------------------------------------------------
#. Footer - Scroll to top
-----------------------------------------------------------*/
.scroll-wrap {
	position: fixed;
	right: 24px;
	bottom: 24px;
	width: 37px;
	height: 37px;
	cursor: pointer;
	display: block;
	border-radius: 100%;
	box-shadow: inset 0 0 0 .1rem rgba(128, 130, 134, 25%);
	z-index: 1040;
	opacity: 0;
	visibility: hidden;
	transform: translateY(.75rem);
	transition: all 200ms linear, margin-right 0ms;
}

.scroll-wrap:after {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: var(--primary_color);
	left: 0;
	top: 0;
	height: 37px;
	width: 37px;
	cursor: pointer;
	display: block;
	z-index: 1;
	transition: all 200ms linear;
}

.scroll-wrap.active-scroll {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.scroll-wrap svg path {
	fill: none;
}

.scroll-wrap svg.scroll-circle path {
	stroke: var(--primary_color);
	stroke-width: 4;
	box-sizing: border-box;
	transition: all 200ms linear;
}

/*---------------------------------------------
#. Widgets - Footer Widgets
-----------------------------------------------*/
.site-content {
	position: relative;
	background-color: #fff;
	z-index: 1;
	transition: all ease .31s;
}

footer p {
	color: var(--body_light_color);
}

footer .widget ul li {
	color: var(--body_light_color);
}

footer .widget ul li a {
	color: var(--link_light_color);
}

@media (min-width: 1400px) {
	.footer-sticky {
		position: sticky;
		bottom: 0;
		top: 0;
		z-index: 0;
	}
}

.fluentform .frm-fluent-form.fluent_form_2 {
	padding: 0;
	max-width: 380px;
	width: 100%;
}

@media (max-width: 991px) {
	.fluentform .frm-fluent-form.fluent_form_2 {
		margin-left: inherit;
	}
}

.frm-fluent-form.fluent_form_2 .ff-form-style-1 {
	position: relative;
	display: block;
}

.frm-fluent-form.fluent_form_2 .ff-form-style-1 .ff-t-cell.ff-t-column-2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
}

.frm-fluent-form.fluent_form_2 .ff-form-style-1 .ff-t-cell {
	padding: 0;
}

.frm-fluent-form.fluent_form_2 .ff-form-style-1 .ff-t-cell .ff-el-group {
	margin-bottom: 0;
}

.frm-fluent-form.fluent_form_2 .ff-form-style-1 .ff-t-cell button {
	background-color: var(--primary_color);
	position: relative;
	height: 50px;
	width: 50px;
	color: transparent;
}

.frm-fluent-form.fluent_form_2 .ff-form-style-1 .ff-t-cell button:hover {
	opacity: 1;
	background-color: var(--secondary_color);
	transition: all .4s ease;
}

.frm-fluent-form.fluent_form_2 .ff-form-style-1 .ff-t-cell button:hover:after {
	color: #fff;
}

.frm-fluent-form.fluent_form_2 .ff-form-style-1 .ff-t-cell button:after {
	position: absolute;
	z-index: 1;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color: #fff;
	transition: all .4s ease;
}

.frm-fluent-form.fluent_form_2 .ff-form-style-1 .ff-t-cell.ff-t-column-1 .ff-el-form-control {
	height: 50px;
	padding: 6px 60px 6px 20px;
	background-color: #2d2d2d;
	border-color: #2d2d2d;
	color: #fff;
}

.frm-fluent-form.fluent_form_6 {
	background-color: var(--primary_color);
}

.frm-fluent-form.fluent_form_6 .ff-form-style-2 {
	position: relative;
}

.frm-fluent-form.fluent_form_6 .ff-form-style-2 .widget--subscriber__heading {
	color: #fff;
	text-align: center;
	margin-bottom: 3px;
	font-size: 22px;
	font-weight: 400;
}

.frm-fluent-form.fluent_form_6 .ff-form-style-2 p {
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.frm-fluent-form.fluent_form_6 .ff-form-style-2 .subscriber-figure {
	position: relative;
	display: block;
	text-align: center;
}

.frm-fluent-form.fluent_form_6 .ff-form-style-2 .subscriber-figure:after {
	content: url("https://cdn-adjhm.nitrocdn.com/ygCOGLYkVYQdiNtKdQfZhBiGsxWVwmIY/assets/images/optimized/rev-5fa57f8/doortovr.com/wp-content/themes/gamxo/assets/img/subscribe-figure.png");
}

.frm-fluent-form.fluent_form_6 .ff-t-cell {
	display: block;
	padding: 0;
}

.frm-fluent-form.fluent_form_6 .ff-t-cell.ff-t-column-2 .ff-el-group {
	margin-bottom: 0;
}

.frm-fluent-form.fluent_form_6 .ff-t-cell.ff-t-column-1 .ff-el-form-control {
	text-align: center;
	height: 50px;
	border-color: #fff;
}

.frm-fluent-form.fluent_form_6 .ff-t-cell.ff-t-column-1 .ff-el-group {
	margin-bottom: 5px;
}

.frm-fluent-form.fluent_form_6 .ff-t-cell.ff-t-column-2 button {
	padding: 9px 20px;
	border: 1px solid;
	border-color: #fff;
	background-color: #fff;
	color: var(--title_dark_color);
	width: 100%;
	transition: all .4s ease;
}

.frm-fluent-form.fluent_form_6 .ff-t-cell.ff-t-column-2 button:hover {
	opacity: 1;
	background-color: transparent;
	color: #fff;
}

.fluentform .frm-fluent-form.fluent_form_8 {
	padding: 0;
	width: 100%;
}

@media (max-width: 991px) {
	.fluentform .frm-fluent-form.fluent_form_8 {
		margin-left: inherit;
	}
}

.frm-fluent-form.fluent_form_8 .ff-form-style-1 {
	position: relative;
}

.frm-fluent-form.fluent_form_8 .ff-form-style-1 .ff-t-cell.ff-t-column-2 {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 161px;
}

.frm-fluent-form.fluent_form_8 .ff-form-style-1 .ff-t-cell {
	padding: 0;
}

.frm-fluent-form.fluent_form_8 .ff-form-style-1 .ff-t-cell .ff-el-group {
	margin-bottom: 0;
}

.frm-fluent-form.fluent_form_8 .ff-form-style-1 .ff-t-cell button {
	position: relative;
	z-index: 1;
	font-size: 18px;
	color: var(--title_dark_color);
	font-weight: 500;
	padding: 14px 30px 11px 30px;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	transition: all .4s ease;
}

.frm-fluent-form.fluent_form_8 .ff-form-style-1 .ff-t-cell button:before {
	background-size: 300% 100%;
	background-image: linear-gradient(to right, var(--primary_color), var(--secondary_color), var(--primary_color), var(--secondary_color));
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	color: var(--title_light_color);
	transition: all .4s ease;
}

.frm-fluent-form.fluent_form_8 .ff-form-style-1 .ff-t-cell button:hover {
	color: #fff;
	box-shadow: 0px 10px 30px 0 rgba(255, 106, 0, 20%);
}

.frm-fluent-form.fluent_form_8 .ff-form-style-1 .ff-t-cell button:hover:before {
	background-position: 40% 0;
}

.frm-fluent-form.fluent_form_8 .ff-form-style-1 .ff-t-cell button:hover {
	opacity: 1;
	background-color: var(--secondary_color);
	transition: all .4s ease;
}

.frm-fluent-form.fluent_form_8 .ff-form-style-1 .ff-t-cell.ff-t-column-1 .ff-el-form-control {
	height: 60px;
	padding: 6px 180px 6px 20px;
	background-color: #2d2d2d;
	border-color: #2d2d2d;
	color: #fff;
}

.fluentform .ff_btn_style {
	border-radius: 0 !important;
}

.fluentform .ff-btn-lg {
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	border: 0 !important;
	font-size: 14px !important;
	color: var(--title_light_color);
	font-weight: 600 !important;
	padding: 14px 30px 11px 30px !important;
	display: inline-flex;
	align-items: center;
	line-height: inherit !important;
	transition: all .4s ease;
}

.fluentform .ff-btn-lg:after {
	content: "";
	background-size: 300% 100%;
	background-image: linear-gradient(to right, var(--primary_color), var(--secondary_color), var(--primary_color), var(--secondary_color));
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 1;
	visibility: visible;
	transition: all .4s ease;
}

.fluentform .ff-btn-lg:hover {
	opacity: 1 !important;
	color: #fff;
	box-shadow: 0px 10px 30px 0 rgba(255, 106, 0, 20%);
}

.fluentform .ff-btn-lg:hover:after {
	background-position: 40% 0;
}

.ff-el-group.ff-text-left.ff_submit_btn_wrapper {
	margin-bottom: 0;
}

.fluentform .ff-el-form-control {
	border-radius: 0;
}

.footer-style-1 .footer-about .logo-box {
	margin-bottom: 30px;
}

.footer-style-1 .footer-about .logo-box a {
	display: block;
}

.footer-style-1 .footer-about .content-box p {
	color: var(--link_light_color);
	max-width: 350px;
	width: 100%;
}

.footer-style-2 .footer-about .logo-box {
	margin-bottom: 30px;
}

.footer-style-2 .footer-about .logo-box a {
	text-align: center;
	display: block;
}

@media (max-width: 991px) {
	.footer-style-2 .footer-about .logo-box a {
		text-align: left;
	}
}

.footer-style-2 .footer-about .content-box p {
	text-align: center;
	color: var(--body_light_color);
	max-width: 350px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.footer-style-2 .fluentform .frm-fluent-form.fluent_form_2 {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 991px) {
	.footer-style-2 .fluentform .frm-fluent-form.fluent_form_2 {
		margin-left: inherit;
	}
	
	.footer-style-2 .footer-about .content-box p {
		text-align: left;
		margin-left: inherit;
	}
}

.footer-style-3 .footer-about .logo-box {
	margin-bottom: 30px;
}

.footer-style-3 .footer-about .logo-box a {
	display: block;
}

.footer-style-3 .footer-about .content-box p {
	color: var(--link_light_color);
	max-width: 350px;
	width: 100%;
}

.footer-bottom-area a, .footer-bottom-area a:link, .footer-bottom-area a:visited {
	color: #646464;
}

.footer-bottom-area a:hover, .footer-bottom-area .widget ul li a:hover {
	color: var(--title_dark_color);
}

.footer-area .widgettitle {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 20px;
	margin-bottom: 25px;
	padding-bottom: 20px;
}

.footer-area .widgettitle:after {
	position: absolute;
	content: "";
	width: 42px;
	height: 2px;
	background-color: var(--primary_color);
	bottom: 0;
	left: 0;
}

.footer-content-area {
	font-size: 16px;
	border-top: none;
	padding: 90px 0 30px;
}

@media (max-width: 767px) {
	.footer-top-area {
		text-align: left;
	}
	
	.footer-content-area {
		padding-top: 80px;
		padding-bottom: 20px;
	}
}

.footer-top-area .widget select {
	color: #444;
}

.footer-top-area .widget_archive.widget>select {
	margin-top: 0;
}

.footer-top-area .widget {
	padding-bottom: 0px;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.footer-area caption {
	color: inherit;
}

.footer-top-area .widget ul.menu li a {
	display: inline-block;
	position: relative;
	transition: all .4s ease-in-out;
}

/*corporate address*/
.footer-top-area .widget_gamxo_address p {
	margin-bottom: 0;
	color: var(--body_light_color);
}

.footer-top-area .corporate-address {
	margin-top: 20px;
}

.footer-top-area .corporate-address li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-bottom: 0;
	margin-bottom: 12px;
	line-height: 1.6;
}

.footer-top-area .corporate-address li span {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

/*widget search*/
.footer-top-area .search-form input:-webkit-autofill, .footer-top-area .search-form input:-webkit-autofill:hover, .footer-top-area .search-form input:-webkit-autofill:focus, .footer-top-area .search-form input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.footer-top-area .search-form .input-group>.custom-select:not(:last-child), .footer-top-area .search-form .input-group>.form-control:not(:last-child) {
	border-bottom: 1px solid #0f1012;
}

.footer-top-area .search-form button {
	color: var(--body_light_color);
}

.footer-top-area .search-form button:hover {
	color: var(--primary_color);
}

.footer-top-area .search-form input {
	color: #fff;
}

.footer-top-area .search-form .input-group {
	border: 1px solid var(--accent_dark_color);
}

.footer-top-area .widget_search .search-form input.form-control::-webkit-input-placeholder {
	color: #d0d0d0;
}

.footer-top-area .widget_search .search-form input.form-control:-ms-input-placeholder {
	color: #d0d0d0;
}

.footer-top-area .widget_search .search-form input.form-control:-moz-placeholder {
	color: #d0d0d0;
}

.footer-top-area .wp-caption-text {
	color: #d0d0d0;
}

/*widget pages*/
.footer-top-area .widget_pages ul li a {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	transition: all .4s ease;
}

.footer-top-area .widget_pages ul li a::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-weight: 600;
	font-size: 14px;
	color: var(--primary_color);
	position: absolute;
	left: 0;
}

.footer-top-area .widget_pages ul li a:hover {
	transform: translateX(10px);
}

/*widget meta*/
.footer-top-area .widget_nav_menu li a, .footer-top-area .widget_meta li a {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	transition: all .4s ease;
}

.footer-top-area .widget_nav_menu ul li a::before, .footer-top-area .widget_meta ul li a::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-weight: 600;
	font-size: 14px;
	color: var(--primary_color);
	position: absolute;
	left: 0;
	transition: all .4s ease;
}

.footer-top-area .widget_nav_menu ul li a:hover, .footer-top-area .widget_meta ul li a:hover {
	transform: translateX(10px);
}

/*widget recent comments*/
.footer-top-area .widget_recent_comments ul li {
	transition: all .4s ease;
}

.footer-top-area .widget_recent_comments ul li.recentcomments:last-child {
	margin-bottom: 0;
}

.footer-top-area .widget_recent_comments ul li.recentcomments>a:before {
	display: none;
}

.footer-top-area .widget_recent_comments ul li.recentcomments>span {
	position: relative;
}

.footer-top-area .widget_recent_comments ul li.recentcomments:hover>span:before {
	background-color: var(--primary_color);
}

.footer-top-area .widget_recent_comments ul li.recentcomments span>a:before {
	left: -15px;
	top: -3px;
}

/*widget Social*/
.footer-area .social-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	width: 100%;
}

@media (max-width: 425px) {
	.footer-area .social-wrap {
		gap: 10px;
	}
}

@media (max-width: 320px) {
	.footer-area .social-wrap {
		gap: 0;
	}
}

.footer-area .social-wrap .footer-social {
	display: flex;
	flex-wrap: unset;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-area .social-wrap .wrapper-line {
	width: 100%;
	height: 1px;
	border: 1px solid #404040;
	flex-grow: 1;
}

.footer-area .footer-social li {
	display: inline-block;
	margin-right: 5px;
	padding-bottom: 0;
	transition: all ease .31s;
}

.footer-area .footer-social li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	width: 50px;
	font-size: 15px;
	text-align: center;
	background: var(--accent_dark_color);
	color: var(--link_light_color);
	transition: all .4s ease;
}

.footer-area .footer-social li a:hover {
	background-color: var(--primary_color);
	color: #fff;
}

.footer-top-area ul li a i {
	transition: all ease .31s;
}

.footer-top-area ul li a:hover i {
	animation: toBottomFromTop .5s forwards;
}

.footer-top-area .widget.widget_pages ul li ul.children, .footer-top-area .widget.widget_nav_menu ul li ul.sub-menu {
	float: inherit;
	width: inherit;
}

@media (max-width:1199px) {
	.footer-top-area .widget ul li ul.children, .footer-top-area .widget ul li ul.sub-menu {
		padding-left: 5px;
	}
}

/*widget tag cloud*/
.footer-top-area .widget_tag_cloud .tagcloud {
	padding-top: 10px;
}

.footer-top-area .widget_tag_cloud a {
	background: transparent;
	border: 1px solid #252525;
	color: #d0d0d0 !important;
	display: inline-block;
	font-size: 15px !important;
	margin: 0 2px 4px 0;
	padding: 8px 13px;
	transition: all .3s;
}

@media (max-width:991px) {
	.footer-top-area .widget_tag_cloud a {
		padding: 8px;
	}
}

.footer-top-area .widget_tag_cloud a:hover {
	background-color: var(--primary_color) !important;
	color: #fff !important;
}

.footer-top-area .search-form input.search-submit {
	background-color: #fff;
	color: var(--primary_color);
}

/*widget calender*/
.footer-top-area .widget_calendar caption {
	caption-side: initial;
	text-align: center;
	font-weight: 500;
	background: var(--primary_color);
	color: #fff;
	padding: 10px 7px;
	margin-top: 0px;
}

.footer-top-area .widget_calendar table th, .footer-top-area .widget_calendar table td {
	border: none;
	color: var(--body_light_color);
}

.footer-top-area .widget_calendar table td#today {
	background: var(--primary_color);
	color: #fff;
}

.footer-top-area .widget_calendar table td#today a {
	color: #fff;
}

.footer-top-area .widget_calendar table td a {
	color: var(--primary_color);
}

/*widget Menu*/
.menu-footer-menu-container ul {
	display: flex;
	flex-wrap: wrap;
}

.menu-footer-menu-container ul li.menu-item {
	width: 50%;
}

.menu-footer-menu-container ul li.menu-item a {
	color: var(--link_light_color);
}

.menu-footer-menu-container ul li.menu-item a:hover {
	color: var(--primary_color);
}

/*widget post box*/
.footer-top-area .post-box-style .rt-news-box-widget {
	border-bottom: none;
	margin-bottom: 30px;
	padding-bottom: 0;
}

.footer-top-area .post-box-style .entry-cat a, .footer-top-area .post-box-style .entry-date {
	color: #d0d0d0;
}

.footer-top-area a {
	text-decoration: none;
	color: var(--link_light_color);
}

.footer-top-area a:hover {
	color: var(--primary_color);
}

.footer-top-area ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

.footer-top-area ul li:last-child, .footer-top-area ul.menu li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-top-area ul li ul.children, .footer-top-area ul li ul.sub-menu {
	padding-left: 15px;
	padding-top: 15px;
}

.footer-top-area ul li ul.children li :last-child, .footer-top-area ul li ul.sub-menu li :last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.footer-top-area ul li a {
	text-decoration: none;
}

.footer-top-area .widget_tag_cloud a {
	text-decoration: none;
}

.footer-top-area .mc4wp-success {
	margin-top: 25px;
}

.footer-top-area .widget>form.mc4wp-form {
	padding: 0px;
	background: transparent;
}

.footer-top-area .rt-news-box .media-body .post-date-dark {
	font-size: 14px;
	margin-bottom: 12px;
}

.footer-top-area .rt-news-box .media-body .post-date-dark ul li {
	color: #aeaeae;
}

.footer-top-area .rt-news-box .media-body h3 {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 0;
}

.footer-top-area .rt-news-box .dark .rt-news-box-widget .media-body a {
	color: #c6ceec;
}

.footer-top-area .rt-news-box .dark .rt-news-box-widget .media-body a:hover {
	color: var(--primary_color);
}

.footer-top-area .rt-news-box .media a.post-img-holder {
	width: 32% !important;
}

.footer-top-area .gallery .gallery-item {
	max-width: 31.5%;
	margin: 0 5px 5px 0px;
}

.footer-top-area .gallery .gallery-item img {
	max-height: 100px;
}

.footer-area .copyright {
	color: #aaa;
	text-align: center;
}

@media (max-width: 767px) {
	.footer-area .copyright {
		text-align: left;
	}
}

.footer-area .copyright a {
	color: #d0d0d0;
}

.footer-area .copyright a:hover {
	color: #fff;
}

.footer-bg-opacity {
	position: relative;
	z-index: 1;
}

.footer-bg-opacity:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.footer-bg-opacity.footer-1:after {
	background-color: rgba(0, 0, 0, .75);
}

.footer-bg-opacity.footer-2:after {
	background-color: rgba(0, 0, 0, .75);
}

.footer-bg-opacity.footer-3:after {
	background-color: rgba(0, 0, 0, .1);
}

.footer-area {
	position: relative;
	overflow: hidden;
}

/*Footer 1*/
.footer-style-1 .footer-area .footer-top-area {
	background: #0f1012;
}

.footer-style-1 .footer-area .widget_media_image {
	margin-bottom: 25px;
}

.footer-style-1 .footer-copyright-area {
	border-top: 1px solid #252525;
	font-size: 17px;
	text-align: center;
	padding: 25px 0;
	position: relative;
}

.footer-style-1 .footer-area .widget_text {
	margin-bottom: 20px;
}

.footer-style-1 .footer-top-area .widget ul.menu li a {
	margin-left: 0;
}

/*Footer 2*/
.footer-style-2 .footer-area .footer-top-area {
	background: #0f1012;
}

.footer-style-2 .footer-copyright-area {
	position: relative;
	z-index: 999;
	font-size: 16px;
	text-align: center;
	padding: 25px 0;
	border-top: 1px solid #252525;
}

.footer-style-2 .footer-area .widget_media_image {
	margin-bottom: 25px;
}

/*Footer 3*/
.footer-style-3 .footer-area .footer-top-area {
	background: #0f1012;
	background-attachment: fixed !important;
}

.footer-style-3 .footer-area .widget_media_image {
	margin-bottom: 25px;
}

.footer-style-3 .footer-copyright-area {
	border-top: 1px solid #252525;
	font-size: 17px;
	text-align: center;
	padding: 25px 0;
	position: relative;
}

.footer-style-3 .footer-area .widget_text {
	margin-bottom: 20px;
}

.footer-style-3 .footer-top-area .widget ul.menu li a {
	margin-left: 0;
}

/*---------------------------------------------
#. Widgets - Sidebar
-----------------------------------------------*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.header-search-form input:-webkit-autofill, .header-search-form input:-webkit-autofill:hover, .header-search-form input:-webkit-autofill:focus, .header-search-form input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px transparent inset !important;
}

.widget_categories select, .widget_archive select, .widget_text select, .fluentform select {
	appearance: none;
	background-size: 12px;
	background-image: url("https://cdn-adjhm.nitrocdn.com/ygCOGLYkVYQdiNtKdQfZhBiGsxWVwmIY/assets/images/optimized/rev-5fa57f8/doortovr.com/wp-content/themes/gamxo/assets/img/select-arrow.png") !important;
	background-repeat: no-repeat;
	background-position: 95%;
}

.widget_categories select.nitro-lazy, .widget_archive select.nitro-lazy, .widget_text select.nitro-lazy, .fluentform select.nitro-lazy {
	background-image: none !important;
}

.widget select {
	border: 1px solid #e5e5e5;
	padding: 12px 13px;
	width: 100%;
	outline: none;
}

.widget>select {
	margin-top: 10px;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget ul li {
	color: var(--body_dark_color);
}

.widget ul li a {
	color: var(--link_dark_color);
	display: inline;
	transition: all .4s ease;
}

.widget ul li a:hover {
	color: var(--primary_color);
}

.widget_recent_entries ul li span {
	display: block;
}

.sidebar-widget-area .widget {
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}

.sidebar-widget-area .widget .rt-widget-title-holder {
	background-color: var(--primary_color);
	padding: 10px 20px;
	margin-bottom: 25px;
	position: relative;
}

.sidebar-widget-area .widget .widgettitle {
	font-size: 20px;
	font-weight: 500;
	color: var(--title_light_color);
	margin-bottom: 0;
}

.sidebar-widget-area .widget .rt-widget-title-holder:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid var(--primary_color);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 25px;
	z-index: 5;
}

.sidebar-widget-area .widget:last-child {
	margin-bottom: 0;
}

.sidebar-widget-area .widget ul li {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 13px;
	padding: 0 0 13px;
	position: relative;
}

.sidebar-widget-area .widget ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar-widget-area .widget ul li a {
	font-size: 16px;
	font-weight: 400;
	position: relative;
}

.sidebar-widget-area .widget ul li a:hover {
	color: var(--primary_color);
}

.sidebar-widget-area .widget ul li ul {
	border-top: 1px solid #e2e2e2;
	margin-top: 10px;
	padding-top: 10px;
}

.sidebar-widget-area .widget_nav_menu ul ul.sub-menu li:last-child, .sidebar-widget-area .widget_categories ul ul.children li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.sidebar-widget-area .widget ul li.active a {
	color: var(--title_dark_color);
}

.sidebar-widget-area .widget ul li ul.children li:last-child, .sidebar-widget-area .widget ul li ul.sub-menu li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*Sidebar block widget*/
.widget_block ul li a {
	color: #fff;
	display: inline;
	transition: all .4s ease;
}

.widget_block > h2 {
	position: relative;
	color: #fff;
	font-size: 20px;
	margin-bottom: 25px;
	padding-bottom: 20px;
}

.sidebar-widget-area .widget_block h2 {
	font-size: 20px;
	font-weight: 500;
	color: var(--title_light_color);
	background-color: var(--primary_color);
	padding: 10px 20px;
	margin-bottom: 25px;
	position: relative;
}

.sidebar-widget-area .widget_block > h2:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid var(--primary_color);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 25px;
	z-index: 5;
}

footer .widget_block > h2:after {
	position: absolute;
	content: "";
	width: 42px;
	height: 2px;
	background-color: var(--primary_color);
	bottom: 0;
	left: 0;
}

.widget_block .wp-block-latest-posts, .widget_block .wp-block-categories, .widget_block .wp-block-archives {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget_block .wp-block-latest-posts li ul.children, .widget_block .wp-block-categories li ul.children, .widget_block .wp-block-archives li ul.children {
	padding-left: 17px;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	margin-left: 0;
	list-style: none;
	border-top: 1px solid #e2e2e2;
}

.widget_block .wp-block-latest-posts li, .widget_block .wp-block-categories li, .widget_block .wp-block-archives li {
	display: inline-block;
	width: 100%;
	position: relative;
}

.widget_block .wp-block-latest-posts li:last-child, .widget_block .wp-block-categories li:last-child, .widget_block .wp-block-archives li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_block .wp-block-latest-posts li a, .widget_block .wp-block-categories li a, .widget_block .wp-block-archives li a {
	padding-left: 17px;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	display: inline-block;
	color: var(--link_dark_color);
}

footer .widget_block .wp-block-latest-posts li a, footer .widget_block .wp-block-categories li a, footer .widget_block .wp-block-archives li a {
	color: var(--link_light_color);
}

.widget_block .wp-block-latest-posts li a:before, .widget_block .wp-block-categories li a:before, .widget_block .wp-block-archives li a:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-weight: 600;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
	color: var(--primary_color);
}

.widget_block .wp-block-latest-posts li a:hover, .widget_block .wp-block-categories li a:hover, .widget_block .wp-block-archives li a:hover {
	color: var(--primary_color);
	transform: translateX(10px);
}

.wp-block-latest-posts-dropdown select, .wp-block-categories-dropdown select, .wp-block-archives-dropdown select {
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding: 14px 13px;
	width: 100%;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-size: 12px;
	background-image: url("https://cdn-adjhm.nitrocdn.com/ygCOGLYkVYQdiNtKdQfZhBiGsxWVwmIY/assets/images/optimized/rev-5fa57f8/doortovr.com/wp-content/themes/gamxo/assets/img/select-arrow.png") !important;
	background-repeat: no-repeat;
	background-position: 98%;
}

.wp-block-latest-posts-dropdown select.nitro-lazy, .wp-block-categories-dropdown select.nitro-lazy, .wp-block-archives-dropdown select.nitro-lazy {
	background-image: none !important;
}

.sidebar-widget-area .wp-block-latest-posts li, .sidebar-widget-area .wp-block-categories li, .sidebar-widget-area .wp-block-archives li {
	width: 100%;
	background: #fff;
}

.sidebar-widget-area ol.wp-block-latest-comments {
	padding-left: 0;
}

.wp-block-latest-comments__comment {
	line-height: 1.6;
	list-style: none;
	margin-bottom: 1em;
}

footer .wp-block-latest-comments__comment {
	color: var(--title_light_color);
}

.widget_search .wp-block-search .wp-block-search__label {
	display: none;
}

.wp-block-search .wp-block-search__label {
	font-size: 20px;
	font-weight: 500;
}

.wp-block-search input {
	border: 1px solid rgba(0, 0, 0, .15);
	color: #444;
	font-size: 15px;
	outline: none;
}

.wp-block-search .wp-block-search__button {
	background-color: var(--primary_color);
	border: none;
	color: #fff;
	font-size: 16px;
	font-family: "Rubik", sans-serif;
	font-weight: 500;
}

.sidebar-widget-area .wp-block-latest-posts li a, .sidebar-widget-area .wp-block-categories li a, .sidebar-widget-area .wp-block-archives li a {
	color: var(--title_dark_color);
}

.sidebar-widget-area .wp-block-latest-posts li a:before, .sidebar-widget-area .wp-block-categories li a:before, .sidebar-widget-area .wp-block-archives li a:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-weight: 600;
	font-size: 14px;
	color: var(--primary_color);
	position: absolute;
	left: 0;
}

.sidebar-widget-area .widget_meta ul li a, .sidebar-widget-area .widget_nav_menu ul li a, .sidebar-widget-area .widget_pages ul li a {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	transition: all .4s ease;
}

.sidebar-widget-area .widget_meta ul li a::before, .sidebar-widget-area .widget_nav_menu ul li a::before, .sidebar-widget-area .widget_pages ul li a::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-weight: 600;
	font-size: 14px;
	color: var(--primary_color);
	position: absolute;
	left: 0;
}

.sidebar-widget-area .widget_meta ul li a:hover, .sidebar-widget-area .widget_nav_menu ul li a:hover, .sidebar-widget-area .widget_pages ul li a:hover {
	transform: translateX(10px);
}

/*widget archive*/
.footer-top-area .wp-block-latest-posts li, .footer-top-area .widget_categories li, .footer-top-area .widget_archive li {
	display: inline-block;
	text-align: right;
	width: 100%;
	color: var(--meta_dark_color);
}

.footer-top-area .wp-block-latest-posts li:last-child, .footer-top-area .widget_categories li:last-child, .footer-top-area .widget_archive li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.footer-top-area .wp-block-latest-posts li a, .footer-top-area .widget_categories li a, .footer-top-area .widget_archive li a {
	float: left;
	display: inline-block;
	padding-left: 17px;
	color: var(--link_light_color);
}

.footer-top-area .wp-block-latest-posts li a:hover, .footer-top-area .widget_categories li a:hover, .footer-top-area .widget_archive li a:hover {
	transform: translateX(10px);
	color: var(--primary_color);
}

.footer-top-area .wp-block-latest-posts li a:before, .footer-top-area .widget_categories li a:before, .footer-top-area .widget_archive li a:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-weight: 600;
	font-size: 14px;
	color: var(--primary_color);
	position: absolute;
	left: 0;
	top: 2px;
}

.footer-top-area ol.wp-block-latest-comments {
	padding-left: 0;
}

/*gamxo category*/
.rt-category-widget.box-style-1 .rt-item a {
	display: block;
	position: relative;
	overflow: hidden;
}

.rt-category-widget.box-style-1 .rt-item a:before {
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}

.rt-category-widget.box-style-1 .rt-item:last-child {
	margin-bottom: 0;
}

.rt-category-widget.box-style-1 .rt-item .rt-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 1;
}

.rt-category-widget.box-style-1 .rt-item::after {
	display: none;
}

.rt-category-widget.box-style-1 .rt-item .rt-cat-name {
	margin-left: 25px;
	color: var(--link_light_color);
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	transition: all .3s ease-in-out;
}

.rt-category-widget.box-style-1 .rt-item:hover .rt-cat-name {
	color: #fff;
	margin-left: 35px;
	transition-delay: .2s;
}

.rt-category-widget.box-style-1 .rt-item .rt-cat-count {
	color: var(--title_light_color);
	font-size: 15px;
	background-color: rgba(62, 62, 62, .5);
	display: block;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-in-out;
}

.rt-category-widget.box-style-1 .rt-item:hover .rt-cat-count {
	background-color: var(--primary_color);
}

.rt-category-widget.box-style-1 .rt-item img {
	width: 100%;
	height: 55px;
	object-fit: cover;
	transition: transform .4s;
}

.rt-category-widget.box-style-1 .rt-item:hover img {
	transform: translate3d(10px, 0, 0) scale3d(1.2, 1.2, 1.2);
}

.rt-category-widget.box-style-1 .rt-item.space {
	margin-bottom: 5px;
}

.rt-category-widget.box-style-1 .rt-item .rt-cat-name::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-weight: 600;
	font-size: 15px;
	color: var(--primary_color);
	position: absolute;
	left: -10px;
	top: 44%;
	transform: translateY(-50%);
	transition: all .4s ease;
}

.rt-category-widget.box-style-1 .rt-item:hover .rt-cat-name::before {
	left: 12px;
	transition-delay: .1s;
}

.rt-category-widget.box-style-2 .rt-item.space {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 13px;
	padding-bottom: 0;
	text-align: left;
}

.rt-category-widget.box-style-2 .rt-item.space:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.rt-category-widget.box-style-2 .rt-item a {
	position: relative;
	display: block;
	color: var(--link_dark_color);
	font-weight: 400;
	padding-left: 17px;
	transition: all .4s ease;
}

.rt-category-widget.box-style-2 .rt-item a:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-weight: 600;
	font-size: 14px;
	color: var(--primary_color);
	position: absolute;
	left: 0;
	transition: all .4s ease;
}

.rt-category-widget.box-style-2 .rt-item a .rt-cat-name {
	margin-bottom: 0;
	line-height: inherit;
	display: inline-block;
	color: var(--link_dark_color);
	transition: all .4s ease;
}

.rt-category-widget.box-style-2 .rt-item a .rt-cat-count {
	color: var(--link_dark_color);
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
}

.rt-category-widget.box-style-2 .rt-item a:hover .rt-cat-name {
	color: var(--primary_color);
	transform: translateX(10px);
}

.rt-category-widget.box-style-2 .rt-item a:hover:before {
	left: 10px;
}

.rt-category-widget.box-style-2 .rt-item:after {
	display: none;
}

.rt-category-widget.box-style-3 .rt-item.space {
	border-bottom: 1px solid #303030;
	margin-bottom: 13px;
	padding-bottom: 0;
	text-align: left;
}

.rt-category-widget.box-style-3 .rt-item.space:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.rt-category-widget.box-style-3 .rt-item a {
	position: relative;
	display: block;
	color: var(--link_light_color);
	font-weight: 400;
	padding-left: 17px;
	transition: all .4s ease;
}

.rt-category-widget.box-style-3 .rt-item a:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-weight: 600;
	font-size: 14px;
	color: var(--primary_color);
	position: absolute;
	left: 0;
	transition: all .4s ease;
}

.rt-category-widget.box-style-3 .rt-item a .rt-cat-name {
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: inherit;
	display: inline-block;
	color: var(--link_light_color);
	transition: all .4s ease;
}

.rt-category-widget.box-style-3 .rt-item a .rt-cat-count {
	color: var(--link_light_color);
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 500;
}

.rt-category-widget.box-style-3 .rt-item a:hover .rt-cat-name {
	color: var(--primary_color);
	transform: translateX(10px);
}

.rt-category-widget.box-style-3 .rt-item a:hover:before {
	left: 10px;
}

.rt-category-widget.box-style-3 .rt-item:after {
	display: none;
}

/*Recent comment widget*/
.sidebar-widget-area .widget_recent_comments ul li.recentcomments {
	line-height: 1.6;
	position: relative;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments:last-child {
	margin-bottom: 0;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments>a:before {
	display: none;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments>span {
	position: relative;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments:hover>span:before {
	background-color: var(--primary_color);
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments span>a:before {
	left: -15px;
	top: -3px;
}

.sidebar-widget-area .widget_recent_entries ul li .post-date {
	color: #535151;
	font-size: 14px;
}

/*widget rss*/
.sidebar-widget-area .widget_rss .widgettitle a {
	color: var(--title_light_color);
}

.sidebar-widget-area .widget_rss .rss-widget-icon {
	margin-right: 7px;
	position: relative;
	top: -3px;
}

.sidebar-widget-area .widget_rss ul li {
	position: relative;
	color: #646464;
	background: #fff;
	line-height: 1.6;
	transition: all .3s ease-out;
}

.sidebar-widget-area .widget_rss ul li a {
	padding-left: 0;
	font-weight: 500;
	color: var(--title_dark_color);
}

.sidebar-widget-area .widget_rss ul li a:before {
	display: none;
}

.sidebar-widget-area .widget_rss ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 20px;
}

.sidebar-widget-area .widget_rss cite {
	color: var(--title_dark_color);
	font-weight: 500;
}

/*---widget text css---*/
.widget_text .textwidget strong {
	font-weight: 500;
}

/*---Accesspress tag css---*/
.wp-block-tag-cloud a, .widget_tag_cloud a, .widget_product_tag_cloud a {
	color: var(--title_dark_color);
	border: 1px solid #ccc;
	background: #f8f8f8;
	display: inline-block;
	font-size: 15px !important;
	margin: 0 0px 5px 0;
	padding: 2px 16px;
	font-weight: 400;
	transition: all .4s ease;
}

footer .wp-block-tag-cloud a, footer .widget_tag_cloud a, footer .widget_product_tag_cloud a {
	color: #d0d0d0;
	border: 1px solid #252525;
	background: transparent;
	display: inline-block;
	font-size: 15px !important;
	margin: 0 0px 5px 0;
	padding: 2px 16px;
	font-weight: 400;
	transition: all .4s ease;
}

.wp-block-tag-cloud a:hover, .widget_tag_cloud a:hover, .widget_product_tag_cloud a:hover {
	background-color: var(--primary_color);
	border: 1px solid transparent;
	color: #fff;
}

/*Sidebar search*/
.search-form {
	padding-top: 0;
}

.search-form .input-group {
	position: relative;
	margin-bottom: 0;
	border: 1px solid #e5e5e5;
	transition: all ease .31s;
}

.search-form input {
	border: none;
	color: #444;
	font-size: 14px;
	font-weight: 500;
	border-radius: 0;
	float: left;
	height: 50px;
	padding: 5px 52px 5px 10px;
	width: 100%;
	outline: none;
	background-color: transparent;
	letter-spacing: 1px;
}

.search-form button {
	position: absolute !important;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 43px;
	border-radius: 0 !important;
	background-color: transparent;
	color: #444;
	font-size: 21px;
	border: none;
	transition: all .3s ease;
}

.search-form button:focus {
	outline: none;
	box-shadow: none;
}

.search-form button:hover {
	color: var(--primary_color);
}

.search-form input:focus {
	outline: none;
	box-shadow: none;
	border-color: var(--primary_color);
	background: transparent;
}

.search-form input.search-submit {
	width: 100%;
}

.widget_search .search-form input.form-control::-webkit-input-placeholder {
	color: #444;
}

.widget_search .search-form input.form-control:-ms-input-placeholder {
	color: #444;
}

.widget_search .search-form input.form-control:-moz-placeholder {
	color: #444;
}

.mobile-header-search .custom-search-input input {
	border: 1px solid #dcdcdc;
	border-radius: 0px;
	box-shadow: none;
	float: left;
	height: 40px;
	padding: 0 25px 0 12px;
	width: 100%;
}

.mobile-header-search .custom-search-input button {
	background: transparent;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	color: #646464;
	font-size: 16px;
	position: absolute;
	top: 0;
	transition: all .5s ease;
	padding: 8px 18px 8px 17px;
	right: 15px;
}

.mobile-header-search .custom-search-input button:hover {
	color: var(--primary_color);
}

.mobile-header-search .custom-search-input .btn {
	z-index: 5;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
	z-index: 0;
}

.sidebar-widget-area .widget.rt-news-box .rt-widget-title-holder {
	margin-bottom: 0;
}

/*post box*/
.post-box-style .topic-box {
	margin-bottom: 12px;
	position: relative;
}

.post-box-style .topic-box img {
	transform: scale(1.01);
	transition: all .5s ease;
}

.post-box-style .topic-box:hover img {
	transform: scale3d(1.1, 1.1, 1);
}

.post-box-style .rt-news-box-widget {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 22px;
	padding-bottom: 25px;
	display: inline-block;
	transition: all ease .31s;
}

.post-box-style .rt-news-box-widget:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.post-box-style .item-list {
	display: flex;
	align-items: center;
}

.post-box-style .post-box-img {
	position: relative;
	margin-right: 15px;
	overflow: unset;
	flex: 0 0 100px;
}

.post-box-style .item-list .post-box-img img {
	width: 100px;
	height: 100px;
	transform: scale(1.01);
	transition: all .5s ease;
}

.post-box-style .item-list:hover .post-box-img img {
	transform: scale3d(1.1, 1.1, 1);
}

.post-box-style .post-box-img .post-img {
	display: inherit;
	overflow: hidden;
}

.post-box-style .topic-box .rt-wid-post-img {
	margin-bottom: 10px;
	display: inline-block;
	overflow: hidden;
}

.post-box-style .post-content {
	flex-grow: 1;
}

.post-box-style .post-content .entry-title {
	font-size: 16px;
	margin-bottom: 0px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.post-box-style .post-content .entry-title a {
	color: var(--title_dark_color);
}

.post-box-style .post-content .entry-title a:hover {
	color: var(--primary_color);
}

.post-box-style .entry-cat {
	line-height: 1;
	margin-bottom: 5px;
}

.post-box-style .entry-cat a {
	color: #a5a6aa;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.post-box-style .entry-cat a:hover {
	color: var(--primary_color);
}

.list-left-spacing .post-box-style .post-content {
	padding-left: 20px;
}

@media (max-width: 480px) {
	.list-left-spacing .post-box-style .post-content {
		padding-left: 0;
	}
}

/*Tab post widget*/
.post-tab-layout .tab-item {
	border-bottom: 1px solid var(--border_dark_color);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.post-tab-layout .tab-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.post-tab-layout .tab-item .media {
	display: inline-flex;
}

.post-tab-layout .tab-item .media .media-body {
	flex: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.post-tab-layout .tab-item .media .tab-img-holder {
	width: 35%;
	float: left;
	margin-right: 15px;
	overflow: hidden;
}

.post-tab-layout .tab-item .media .tab-img-holder img {
	transform: scale(1.01);
	transition: all ease .31s;
}

.post-tab-layout .tab-item .media:hover .tab-img-holder img {
	transform: scale3d(1.1, 1.1, 1);
}

.post-tab-layout ul.btn-tab {
	border-bottom: none;
	margin-bottom: 25px;
	margin-left: 0;
}

.post-tab-layout ul.btn-tab li {
	width: 50%;
	display: inline-block;
}

.post-tab-layout ul.btn-tab li a {
	position: relative;
	background-color: var(--title_dark_color);
	border: 1px solid var(--title_dark_color);
	padding: 7px 20px;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	transition: all .5s ease-out;
}

.post-tab-layout ul.btn-tab li a:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid var(--primary_color);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	z-index: 5;
	transition: all .3s ease-out;
}

.post-tab-layout ul.btn-tab li .active, .post-tab-layout ul.btn-tab li a:hover {
	border: 1px solid var(--primary_color);
	background-color: var(--primary_color);
}

.post-tab-layout ul.btn-tab li a.active:before {
	bottom: -10px;
	opacity: 1;
	visibility: visible;
}

/*Feature post widget*/
.feature-post-layout .rt-feature-widget .entry-title {
	font-size: 20px;
	margin-bottom: 0px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.feature-post-layout .rt-feature-widget {
	margin-bottom: 30px;
}

.feature-post-layout .entry-title a {
	color: var(--title_dark_color);
}

.feature-post-layout .entry-title a:hover {
	color: var(--primary_color);
}

.feature-post-layout .media {
	margin-bottom: 18px;
	overflow: hidden;
	position: relative;
}

.feature-post-layout .media-body p {
	margin-top: 12px;
}

.feature-post-layout .media .post-img-holder {
	overflow: hidden;
	display: block;
}

.feature-post-layout .media .post-img-holder img {
	transform: scale(1.01);
	transition: all ease .85s;
}

.feature-post-layout .media .post-img-holder:hover img {
	transform: scale3d(1.1, 1.1, 1);
}

.feature-post-layout .list-item {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 22px;
	padding-bottom: 25px;
	display: flex;
	align-items: center;
}

.feature-post-layout .list-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.feature-post-layout .list-item .media .post-img-holder {
	width: 100px;
}

.feature-post-layout .list-item .media {
	margin-bottom: 0;
	flex: 0 0 auto;
	margin-right: 15px;
}

.feature-post-layout .list-item .media-body .entry-meta {
	line-height: 1.1;
}

.feature-post-layout .rt-feature-widget.list-item .entry-title {
	font-size: 16px;
}

.sidebar-widget-area .widget .corporate-address li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.sidebar-widget-area .widget .corporate-address li i {
	color: var(--primary_color);
	font-size: 19px;
	padding: 0px 15px 10px 0;
}

.sidebar-widget-area .widget .corporate-address li i.fa-map-marker {
	color: var(--primary_color);
	font-size: 19px;
	padding: 0px 24px 10px 0;
}

.sidebar-widget-area .widget .corporate-address li a {
	color: var(--title_dark_color);
	line-height: 34px;
	font-size: 15px;
	transition: all .3s ease-out;
	font-weight: 400;
}

.sidebar-widget-area .widget .corporate-address li a:before {
	content: "";
	margin-right: 0px;
}

/*Categories and Archive widget*/
.sidebar-widget-area .widget_categories ul li, .sidebar-widget-area .widget_archive ul li {
	display: inline-block;
	text-align: right;
	width: 100%;
	color: var(--meta_dark_color);
}

.sidebar-widget-area .widget_categories ul li:last-child, .sidebar-widget-area .widget_archive ul li:last-child {
	padding-bottom: 0px;
}

.sidebar-widget-area .widget_categories ul li a, .sidebar-widget-area .widget_archive ul li a {
	float: left;
	padding-left: 17px;
	color: var(--link_dark_color);
}

.sidebar-widget-area .widget_categories ul li a:hover, .sidebar-widget-area .widget_archive ul li a:hover {
	transform: translateX(10px);
	transition: all .4s ease;
}

.sidebar-widget-area .widget_categories ul li a:before, .sidebar-widget-area .widget_archive ul li a:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-weight: 600;
	font-size: 14px;
	color: var(--primary_color);
	position: absolute;
	left: 0;
}

.sidebar-widget-area .widget ul li ul.children, .sidebar-widget-area .widget ul li ul.sub-menu {
	padding-left: 17px;
	width: 100%;
}

.sidebar-widget-area .widget.widget_pages ul li ul.children, .sidebar-widget-area .widget.widget_nav_menu ul li ul.sub-menu {
	float: inherit;
	width: inherit;
}

@media (max-width:1199px) {
	.sidebar-widget-area .widget ul li ul.children, .sidebar-widget-area .widget ul li ul.sub-menu {
		padding-left: 5px;
	}
}

/*calendar sidebar*/
.sidebar-widget-area .widget_calendar caption {
	caption-side: initial;
	text-align: center;
	font-weight: 500;
	background: var(--primary_color);
	color: #fff;
	padding: 10px 7px;
	margin-top: 0px;
}

.sidebar-widget-area .widget_calendar table th, .sidebar-widget-area .widget_calendar table td {
	color: #444;
}

.sidebar-widget-area .widget_calendar table th {
	font-weight: 500;
}

.sidebar-widget-area .widget_calendar table td#today {
	background: var(--primary_color);
	color: #fff;
}

.sidebar-widget-area .widget_calendar table td#today a {
	color: #fff;
}

.sidebar-widget-area .widget_calendar a {
	color: #444;
	font-weight: 500;
}

.sidebar-widget-area .widget_calendar td a {
	color: var(--primary_color);
}

.sidebar-widget-area .widget_calendar a:hover {
	color: var(--primary_color);
}

/*Image Gallery*/
.gallery .gallery-item {
	margin: 0;
	text-align: center;
}

.gallery .gallery-item .gallery-caption {
	font-size: 13px;
}

/*Image widget*/
.sidebar-widget-area .widget.widget_media_image {
	padding: 0;
}

/*Social widget*/
.sidebar-widget-area .rt-about-widget ul.footer-social {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.sidebar-widget-area .rt-about-widget ul.footer-social li {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 0;
	line-height: 1;
}

.sidebar-widget-area .rt-about-widget ul.footer-social li a {
	font-size: 16px;
	transition: all .3s ease-out;
	font-weight: 400;
	background: #fff;
	padding: 14px 15px;
	display: flex;
	width: 60px;
	height: 60px;
	text-align: center;
	align-items: center;
	justify-content: space-around;
}

.sidebar-widget-area .rt-about-widget ul.footer-social li a:before {
	display: none;
}

/*About Author*/
.sidebar-widget-area .widget.widget_gamxo_about_author {
	padding: 0;
}

.widget_gamxo_about_author .author-widget {
	position: relative;
	z-index: 2;
	overflow: hidden;
	text-align: center;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.widget_gamxo_about_author .author-widget span {
	display: block;
	color: #fff;
}

.widget_gamxo_about_author .author-widget span.phone {
	font-size: 18px;
}

.widget_gamxo_about_author .author-widget span a {
	color: #fff;
}

.widget_gamxo_about_author .author-widget {
	background-color: var(--accent_light_color);
}

.widget_gamxo_about_author .author-widget .content-box {
	padding: 30px;
}

.widget_gamxo_about_author .author-widget h3 {
	font-size: 22px;
	color: var(--title_dark_color);
	margin-bottom: 10px;
}

.widget_gamxo_about_author .author-widget p {
	color: var(--body_dark_color);
	margin-bottom: 12px;
}

.widget_gamxo_about_author .author-widget .author-social {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2px;
}

.widget_gamxo_about_author .author-widget .author-social a {
	color: var(--link_dark_color);
	font-size: 18px;
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.widget_gamxo_about_author .author-widget .author-social a:hover {
	color: var(--primary_color);
}

/*Social apsc style 1*/
.apsc-theme-1 .apsc-each-profile {
	display: inline-block;
	float: left;
	width: 48%;
	margin: 0 5px 5px 0;
	text-align: center;
}

.apsc-theme-1 .apsc-each-profile:last-child {
	margin-bottom: 0;
}

.apsc-theme-1 .apsc-each-profile a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	display: block;
	width: 100%;
	padding: 10px 15px;
}

.apsc-theme-1 .apsc-facebook-icon {
	background-image: linear-gradient(-90deg, #2c6dd2 0%, #1155bf 100%);
}

.apsc-theme-1 .apsc-twitter-icon {
	background-image: linear-gradient(-90deg, #56c3f0 0%, #13a4e7 100%);
}

.apsc-theme-1 .apsc-instagram-icon {
	background-image: linear-gradient(-90deg, #bc2a8d 0%, #8a3ab9 100%);
}

.apsc-theme-1 .apsc-youtube-icon {
	background-image: linear-gradient(-90deg, #ff5252 0%, #ed1c24 100%);
}

.apsc-theme-1 .apsc-soundcloud-icon {
	background-image: linear-gradient(-90deg, #ff9656 0%, #ff6b10 100%);
}

.apsc-theme-1 .apsc-dribble-icon {
	background-image: linear-gradient(-90deg, #f43079 0%, #f7679d 100%);
}

.apsc-theme-1 .social-icon {
	display: block;
	margin-bottom: 5px;
}

.apsc-theme-1 .social-icon i {
	font-size: 14px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: rgba(255, 255, 255, .1);
	transition: all ease .6s;
}

.apsc-theme-1 .apsc-each-profile a:hover .social-icon i {
	background: rgba(255, 255, 255, 1);
	color: var(--title_dark_color);
}

.apsc-theme-1 span.media-name {
	display: none;
}

.apsc-theme-1 span.apsc-count {
	position: relative;
	margin-right: 10px;
}

/*Social apsc style 2*/
.apsc-theme-2 .apsc-each-profile {
	display: inline-block;
	float: left;
	width: 48%;
	margin: 0 5px 5px 0;
	text-align: center;
}

.apsc-theme-2 .apsc-each-profile:last-child {
	margin-bottom: 0;
}

.apsc-theme-2 .apsc-each-profile a {
	color: #111;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	font-weight: 500;
	display: block;
	width: 100%;
	padding: 10px 15px;
}

.apsc-theme-2 .apsc-facebook-icon i {
	color: #1559c2;
}

.apsc-theme-2 .apsc-twitter-icon i {
	color: #1ea9e9;
}

.apsc-theme-2 .apsc-instagram-icon i {
	color: #bc2a8d;
}

.apsc-theme-2 .apsc-youtube-icon i {
	color: #ed1d25;
}

.apsc-theme-2 .apsc-soundcloud-icon i {
	color: #ff6b10;
}

.apsc-theme-2 .apsc-dribble-icon i {
	color: #f65e97;
}

.apsc-theme-2 .social-icon {
	display: block;
}

.apsc-theme-2 .social-icon i {
	font-size: 24px;
}

.apsc-theme-2 span.media-name {
	display: none;
}

.apsc-theme-2 span.apsc-count {
	position: relative;
	margin-right: 10px;
}

/*Social apsc style 3*/
.apsc-theme-3 .apsc-each-profile {
	display: inline-block;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.apsc-theme-3 .apsc-each-profile:last-child {
	margin-bottom: 0;
}

.apsc-theme-3 .apsc-each-profile>a {
	color: #a7a7a7;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	display: flex;
	align-items: center;
	transition: all ease .4s;
}

.apsc-theme-3 .apsc-each-profile>a .apsc-media-type {
	transition: all ease .4s;
}

.apsc-theme-3 .apsc-inner-block {
	max-width: 270px;
	width: 100%;
	background-color: #252525;
	border-radius: 45px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.apsc-theme-3 .apsc-inner-block:after {
	content: "";
	background-color: var(--primary_color);
	height: 100%;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all ease .4s;
}

.apsc-theme-3 .apsc-each-profile>a:hover {
	color: #fff;
}

.apsc-theme-3 .apsc-each-profile>a:hover .apsc-inner-block:after {
	width: 100%;
}

.apsc-theme-3 .apsc-inner-block .apsc-media-type {
	margin-left: 15px;
}

.apsc-theme-3 .social-icon {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 46px;
	border-radius: 0 45px 45px 0;
}

.apsc-theme-3 .social-icon:after {
	height: 100%;
	width: 100%;
	content: "";
	position: absolute;
	z-index: -1;
	background-color: #353535;
}

.apsc-theme-3 .social-icon i {
	font-size: 16px;
	transition: all ease .6s;
}

.apsc-theme-3 .apsc-inner-block:hover .social-icon i {
	transform: rotate(360deg);
}

.apsc-theme-3 .apsc-each-profile a:hover .social-icon i {
	color: var(--title_light_color);
}

.apsc-theme-3 span.media-name {
	display: none;
}

.apsc-theme-3 span.apsc-count {
	display: none;
}

/*Social apsc style 4*/
.apsc-icons-wrapper.apsc-theme-4 {
	margin-right: -5px;
	margin-left: -5px;
	display: flex;
	flex-wrap: wrap;
}

.apsc-theme-4 .apsc-each-profile {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	padding-left: 5px;
	padding-right: 5px;
}

@media (min-width: 576px) and (max-width: 991px) {
	.apsc-theme-4 .apsc-each-profile {
		width: 50%;
	}
}

.apsc-theme-4 .apsc-each-profile:last-child {
	margin-bottom: 0;
}

.apsc-theme-4 .apsc-each-profile .apsc-inner-block .apsc-media-type {
	padding-left: 15px;
}

.apsc-theme-4 .apsc-each-profile .apsc-inner-block {
	width: 100%;
}

.apsc-theme-4 .apsc-each-profile a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 60px;
	padding: 10px 15px 10px 0;
	align-items: center;
}

.apsc-theme-4 .apsc-facebook-icon {
	background-image: linear-gradient(-90deg, #2c6dd2 0%, #1155bf 100%);
}

.apsc-theme-4 .apsc-twitter-icon {
	background-image: linear-gradient(-90deg, #56c3f0 0%, #13a4e7 100%);
}

.apsc-theme-4 .apsc-instagram-icon {
	background-image: linear-gradient(-90deg, #bc2a8d 0%, #8a3ab9 100%);
}

.apsc-theme-4 .apsc-youtube-icon {
	background-image: linear-gradient(-90deg, #ff5252 0%, #ed1c24 100%);
}

.apsc-theme-4 .apsc-soundcloud-icon {
	background-image: linear-gradient(-90deg, #ff9656 0%, #ff6b10 100%);
}

.apsc-theme-4 .apsc-dribble-icon {
	background-image: linear-gradient(-90deg, #f43079 0%, #f7679d 100%);
}

.apsc-theme-4 .social-icon i {
	font-size: 24px;
	width: 60px;
	height: 60px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: rgba(255, 255, 255, .1);
	transition: all ease .6s;
}

.apsc-theme-4 .apsc-each-profile a:hover .social-icon i {
	background: rgba(255, 255, 255, 1);
	color: var(--title_dark_color);
}

.apsc-theme-4 span.media-name {
	display: none;
}

.apsc-theme-4 span.apsc-count {
	position: relative;
	margin-left: 15px;
	float: right;
	height: 60px;
	display: inline-flex;
	align-items: center;
	font-size: 20px;
}

/*Social apsc style 5*/
.apsc-theme-5 .apsc-each-profile {
	display: inline-block;
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
	background-color: var(--accent2_light_color);
}

.apsc-theme-5 .apsc-each-profile:last-child {
	margin-bottom: 0;
}

.apsc-theme-5 .apsc-each-profile>a {
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	border-radius: 0;
	height: 60px;
	padding: 0;
	display: flex;
	align-items: center;
}

.apsc-theme-5 .apsc-inner-block {
	width: 100%;
}

.apsc-theme-5 .social-icon {
	display: inline-flex;
	width: 70px;
	height: 60px;
	align-items: center;
	justify-content: center;
}

.apsc-theme-5 .social-icon {
	font-size: 24px;
	color: #fff;
	transition: all .5s ease;
}

.apsc-theme-5 .apsc-media-type {
	padding-left: 20px;
	font-size: 16px;
	position: relative;
	top: -2px;
}

.apsc-theme-5 span.media-name {
	display: none;
}

.apsc-theme-5 span.apsc-count {
	font-size: 20px;
	height: 60px;
	width: auto;
	display: inline-flex;
	align-items: center;
	padding: 15px;
	float: right;
}

.apsc-theme-5 .apsc-facebook-icon .social-icon {
	background-image: linear-gradient(-90deg, #2c6dd2 0%, #1155bf 100%);
}

.apsc-theme-5 .apsc-each-profile a.apsc-facebook-icon:hover .social-icon {
	background-image: linear-gradient(-90deg, #1155bf 0%, #2c6dd2 100%);
}

.apsc-theme-5 .apsc-twitter-icon .social-icon {
	background-image: linear-gradient(-90deg, #56c3f0 0%, #13a4e7 100%);
}

.apsc-theme-5 .apsc-each-profile a.apsc-twitter-icon:hover .social-icon {
	background-image: linear-gradient(-90deg, #13a4e7 0%, #56c3f0 100%);
}

.apsc-theme-5 .apsc-instagram-icon .social-icon {
	background-image: linear-gradient(-90deg, #bc2a8d 0%, #8a3ab9 100%);
}

.apsc-theme-5 .apsc-each-profile a.apsc-instagram-icon:hover .social-icon {
	background-image: linear-gradient(-90deg, #8a3ab9 0%, #bc2a8d 100%);
}

.apsc-theme-5 .apsc-youtube-icon .social-icon {
	background-image: linear-gradient(-90deg, #ff5252 0%, #ed1c24 100%);
}

.apsc-theme-5 .apsc-each-profile a.apsc-youtube-icon:hover .social-icon {
	background-image: linear-gradient(-90deg, #ed1c24 0%, #ff5252 100%);
}

.apsc-theme-5 .apsc-soundcloud-icon .social-icon {
	background-image: linear-gradient(-90deg, #ff9656 0%, #ff6b10 100%);
}

.apsc-theme-5 .apsc-each-profile a.apsc-soundcloud-icon:hover .social-icon {
	background-image: linear-gradient(-90deg, #ff6b10 0%, #ff9656 100%);
}

.apsc-theme-5 .apsc-dribble-icon .social-icon {
	background-image: linear-gradient(-90deg, #f43079 0%, #f7679d 100%);
}

.apsc-theme-5 .apsc-each-profile a.apsc-dribble-icon:hover .social-icon {
	background-image: linear-gradient(-90deg, #f7679d 0%, #f43079 100%);
}

/*wslu social layout 1*/
.wslu-social-counter-title h5 {
	margin-bottom: 0;
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped {
	flex-direction: column;
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped .xs-counter-li {
	width: 100%;
	max-width: 100%;
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped {
	width: 100%;
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped li.xs-counter-li {
	background-color: var(--accent2_light_color);
	border: none;
	border-radius: 0;
	margin-bottom: 5px !important;
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped .xs-counter-li:last-child {
	margin-bottom: 0 !important;
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped .xs-counter-li a {
	display: flex;
	align-items: center;
	height: 60px;
	padding: 5px 0 !important;
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped .xs-counter-li .xs-social-icon {
	margin: 0;
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped .xs-counter-li .met-social {
	font-size: 22px;
	width: 70px;
	height: 60px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #333;
	border-radius: 0;
	transition: all ease .3s;
}

.xs_social_counter_widget .wslu-style-1 li a .met-social:before {
	transition: all .2s;
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped li.xs-counter-li .xs-social-follower-text {
	color: var(--title_dark_color);
	font-size: 16px;
	text-transform: capitalize;
	margin: 0 0 0 15px;
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped li.xs-counter-li .xs-social-follower {
	color: var(--title_dark_color);
	position: absolute;
	right: 14px;
	margin-left: 15px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	font-weight: 400;
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped .xs-counter-li.facebook .met-social {
	background-image: linear-gradient(-90deg, #2c6dd2 0%, #1155bf 100%);
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped .xs-counter-li.twitter .met-social {
	background-image: linear-gradient(-90deg, #56c3f0 0%, #13a4e7 100%);
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped .xs-counter-li.pinterest .met-social {
	background-image: linear-gradient(-90deg, #bd081c 0%, #9b0c1c 100%);
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped .xs-counter-li.dribbble .met-social {
	background-image: linear-gradient(-90deg, #ea4c89 0%, #bc2a8d 100%);
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped .xs-counter-li.instagram .met-social {
	background-image: linear-gradient(-90deg, #bc2a8d 0%, #8a3ab9 100%);
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped .xs-counter-li.youtube .met-social {
	background-image: linear-gradient(-90deg, #f00 0%, #ff7b7b 100%);
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped .xs-counter-li.facebook a:hover .met-social {
	background-image: linear-gradient(-90deg, #1155bf 0%, #2c6dd2 100%);
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped .xs-counter-li.twitter a:hover .met-social {
	background-image: linear-gradient(-90deg, #13a4e7 0%, #56c3f0 100%);
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped .xs-counter-li.pinterest a:hover .met-social {
	background-image: linear-gradient(-90deg, #9b0c1c 0%, #bd081c 100%);
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped .xs-counter-li.dribbble a:hover .met-social {
	background-image: linear-gradient(-90deg, #bc2a8d 0%, #ea4c89 100%);
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped .xs-counter-li.instagram a:hover .met-social {
	background-image: linear-gradient(-90deg, #8a3ab9 0%, #bc2a8d 100%);
}

.xs_social_counter_widget .wslu-style-1.wslu-counter-box-shaped .xs-counter-li.youtube a:hover .met-social {
	background-image: linear-gradient(-90deg, #ff7b7b 0%, #f00 100%);
}

/*wslu social layout 2*/
.xs_social_counter_widget .wslu-style-2.wslu-counter-line-shaped {
	width: 100%;
}

.xs_social_counter_widget .wslu-style-2.wslu-counter-line-shaped .xs-counter-li {
	border: none;
	margin-bottom: 5px !important;
}

.xs_social_counter_widget .wslu-style-2.wslu-counter-line-shaped .xs-counter-li.facebook {
	background-image: linear-gradient(-90deg, #2c6dd2 0%, #1155bf 100%);
}

.xs_social_counter_widget .wslu-style-2.wslu-counter-line-shaped .xs-counter-li.twitter {
	background-image: linear-gradient(-90deg, #56c3f0 0%, #13a4e7 100%);
}

.xs_social_counter_widget .wslu-style-2.wslu-counter-line-shaped .xs-counter-li.pinterest {
	background-image: linear-gradient(-90deg, #bd081c 0%, #9b0c1c 100%);
}

.xs_social_counter_widget .wslu-style-2.wslu-counter-line-shaped .xs-counter-li.dribbble {
	background-image: linear-gradient(-90deg, #ea4c89 0%, #bc2a8d 100%);
}

.xs_social_counter_widget .wslu-style-2.wslu-counter-line-shaped .xs-counter-li.instagram {
	background-image: linear-gradient(-90deg, #bc2a8d 0%, #8a3ab9 100%);
}

.xs_social_counter_widget .wslu-style-2.wslu-counter-line-shaped .xs-counter-li.youtube {
	background-image: linear-gradient(-90deg, #f00 0%, #ff7b7b 100%);
}

.xs_social_counter_widget .wslu-style-2.wslu-counter-line-shaped .xs-counter-li:last-child {
	margin-bottom: 0 !important;
}

.xs_social_counter_widget .wslu-style-2.wslu-counter-line-shaped .xs-counter-li a {
	display: flex;
	align-items: center;
	height: 60px;
	padding: 5px 0 !important;
}

.xs_social_counter_widget .wslu-style-2.wslu-counter-line-shaped .xs-counter-li .xs-social-icon {
	margin: 0;
}

.xs_social_counter_widget .wslu-style-2.wslu-counter-line-shaped .xs-counter-li .met-social {
	font-size: 22px;
	width: 60px;
	height: 60px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: rgba(255, 255, 255, .1);
	border-radius: 0;
	transition: all ease .3s;
}

.xs_social_counter_widget .wslu-style-2.wslu-counter-line-shaped .xs-counter-li a:hover .met-social {
	background: rgba(255, 255, 255, 1);
	color: var(--title_dark_color);
}

.xs_social_counter_widget .wslu-style-2 li a .met-social:before {
	transition: all .2s;
}

.xs_social_counter_widget .wslu-style-2.wslu-counter-line-shaped li .xs-social-follower-text {
	font-size: 16px;
	text-transform: capitalize;
	margin: 0 0 0 15px;
}

.xs_social_counter_widget .wslu-style-2.wslu-counter-line-shaped li .xs-social-follower {
	position: absolute;
	right: 14px;
	margin-left: 15px;
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	font-weight: 400;
}

/*wslu social layout 3*/
.xs_social_counter_widget .wslu-style-3.wslu-counter-line-shaped {
	width: 100%;
}

.xs_social_counter_widget .wslu-style-3.wslu-counter-line-shaped li.xs-counter-li {
	background-color: #252525;
	border: none;
	border-radius: 50px;
	margin-bottom: 10px !important;
	overflow: hidden;
}

.xs_social_counter_widget .wslu-style-3.wslu-counter-line-shaped .xs-counter-li:last-child {
	margin-bottom: 0 !important;
}

.xs_social_counter_widget .wslu-style-3.wslu-counter-line-shaped .xs-counter-li a {
	display: flex;
	align-items: center;
	height: 46px;
	padding: 5px 0 !important;
}

.xs_social_counter_widget .wslu-style-3.wslu-counter-line-shaped .xs-counter-li .xs-social-icon {
	margin: 0;
}

.xs_social_counter_widget .wslu-style-3.wslu-counter-line-shaped .xs-counter-li .met-social {
	font-size: 16px;
	width: 50px;
	height: 46px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #a7a7a7;
	background: #353535;
	border-radius: 50px 0 0 50px;
}

.xs_social_counter_widget .wslu-style-3 li a .met-social:before {
	position: relative;
	z-index: 1;
	transition: all ease .6s;
}

.xs_social_counter_widget .wslu-style-3.wslu-counter-line-shaped li.xs-counter-li .xs-social-follower-text {
	color: #a7a7a7;
	font-size: 16px;
	text-transform: capitalize;
	margin: 0 0 0 15px;
	position: relative;
	z-index: 1;
}

.xs_social_counter_widget .wslu-style-3.wslu-counter-line-shaped li.xs-counter-li .xs-social-follower {
	color: #a7a7a7;
	position: absolute;
	right: 14px;
	margin-left: 15px;
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	z-index: 1;
}

.xs_social_counter_widget .wslu-style-3.wslu-counter-line-shaped li.xs-counter-li a:after {
	content: "";
	background-color: var(--primary_color);
	height: 100%;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all ease .4s;
}

.xs_social_counter_widget .wslu-style-3.wslu-counter-line-shaped li.xs-counter-li a:hover:after {
	width: 100%;
}

.xs_social_counter_widget .wslu-style-3.wslu-counter-line-shaped .xs-counter-li a:hover .met-social:before {
	color: #fff;
	position: relative;
	z-index: 1;
	transform: rotate(360deg);
}

.xs_social_counter_widget .wslu-style-3.wslu-counter-line-shaped li.xs-counter-li a:hover .xs-social-follower-text, .xs_social_counter_widget .wslu-style-3.wslu-counter-line-shaped li.xs-counter-li a:hover .xs-social-follower {
	color: #fff;
}

/*Widget gallery*/
.sidebar-widget-area .widget.widget_media_gallery {
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.sidebar-widget-area .widget.widget_media_gallery .gallery-size-thumbnail {
	margin-bottom: 0;
}

/*Instagram Feed*/
.sidebar-widget-area .widget.widget_instagram-feed-widget {
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.sidebar-widget-area .widget.widget_instagram-feed-widget .sbi_small {
	padding-bottom: 0 !important;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before, #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: all ease .8s;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before {
	background: rgba(41, 98, 255, .7);
	height: 0;
	width: 0;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
	content: "";
	width: 100%;
	height: 100%;
	font-family: "Font Awesome 5 Brands";
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::after {
	opacity: 1;
	visibility: visible;
	transition-delay: .1s;
}

#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::before {
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}

#sb_instagram .sbi_photo_wrap {
	position: relative;
	overflow: hidden;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
	padding: 5px !important;
}

@media (max-width: 480px) {
	#sb_instagram #sbi_images {
		padding: 0 !important;
	}
	
	#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
		width: 50%;
	}
}

/*-----------------------------------------------------
#. Banner
------------------------------------------------------*/
.entry-banner {
	background: #000;
	position: relative;
	z-index: 3;
	transition: all ease .31s;
}

.entry-banner:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 1;
}

.entry-banner .entry-banner-content {
	padding-top: 110px;
	padding-bottom: 110px;
	position: relative;
	z-index: 2;
}

.entry-banner .entry-banner-content h1 {
	line-height: 1.4;
	margin-bottom: 10px;
	color: #fff;
	font-size: 46px;
}

.entry-banner .entry-banner-content h1 a {
	color: var(--title_dark_color);
}

.entry-banner .entry-banner-content h1 a:hover {
	color: #646464;
}

.breadcrumb-area .entry-breadcrumb {
	text-transform: capitalize;
}

.breadcrumb-area .entry-breadcrumb span {
	font-size: 15px;
}

.breadcrumb-area .entry-breadcrumb span a {
	color: var(--breadcrumb_link_color);
}

.breadcrumb-area .entry-breadcrumb span a:hover {
	color: var(--breadcrumb_link_hover_color);
}

.breadcrumb-area .entry-breadcrumb span .fa-home {
	margin-right: 4px;
}

.breadcrumb-area .entry-breadcrumb .current-item, .breadcrumb-area .entry-breadcrumb span.current {
	color: var(--breadcrumb_active_color);
}

.entry-banner .entry-breadcrumb .delimiter {
	color: #fff;
	padding: 0 7px;
	font-size: 14px;
}

.entry-banner .entry-breadcrumb .dvdr {
	color: var(--breadcrumb_seperator_color);
	padding: 0 7px;
}

/*breadcrumb*/
.breadcrumb-trail ul.trail-items {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

.breadcrumb-trail ul.trail-items li {
	display: inline-block;
	font-size: 16px;
	position: relative;
	padding-right: 16px;
	margin-right: 12px;
	color: var(--primary_color);
}

.breadcrumb-trail ul.trail-items li:after {
	position: absolute;
	content: "-";
	right: 0;
	top: 0;
}

.breadcrumb-trail ul.trail-items li:last-child:after {
	display: none;
}

.breadcrumb-trail ul.trail-items li a {
	color: var(--primary_color);
}

.breadcrumb-trail ul.trail-items li a:hover {
	color: #646464;
}

.breadcrumb-trail ul.trail-items li>span {
	color: #646464;
}

.banner-text {
	line-height: 1.4;
}

.site-main .entry-breadcrumb .current {
	color: var(--primary_color);
}

/*-------------------------------------
#. Contents
---------------------------------------*/
form.post-password-form label>input {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 10px 8px;
}

form.post-password-form input[type="submit"] {
	background: var(--primary_color);
	color: #fff;
	font-weight: 500;
	outline: none;
	transition: all ease .31s;
}

form.post-password-form input[type="submit"]:hover {
	background: var(--title_dark_color);
	color: #fff;
}

/*-------------------------------------
#. Single Content
---------------------------------------*/

/*reading progressbar*/
@media (min-width: 992px) {
	.single.admin-bar .gamxo-progress-container {
		top: 32px;
	}
}

.single .gamxo-progress-container {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 999999;
}

.single .gamxo-progress-bar {
	height: 4px;
	background: var(--primary_color);
	width: 0%;
}

.single .gamxo-progress-container.bottom {
	bottom: 0;
	top: initial;
}

/*post scroll seperator*/
.single-post .ajax-scroll-post>.type-post {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 70px;
}

.single-post .ajax-scroll-post>.type-post:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 10px;
	width: 100%;
	background: var(--primary_color);
}

.single-post .ajax-scroll-post>.type-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.single-post .ajax-scroll-post>.type-post:last-child:after {
	display: none;
}

/*post header title*/
.content-area {
	padding-top: 80px;
	padding-bottom: 80px;
	background-repeat: no-repeat;
}

.entry-header ul.entry-meta li img {
	border-radius: 50%;
	margin-right: 15px;
}

/*post video*/
.embed-responsive-16by9 {
	margin-top: 40px;
}

.embed-responsive-16by9 .embed-responsive-item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-16by9 iframe {}

figure.is-type-video {
	overflow: hidden;
}

/*post social style*/
.post-share {
	margin-bottom: 40px;
}

.post-share .share-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 40px;
	overflow: hidden;
	color: #fff;
	background: #646464;
	position: relative;
	transition: all ease .31s;
	margin-bottom: 5px;
	margin-right: 5px;
}

@media (max-width: 425px) {
	.post-share .share-links a {
		margin-right: 4px;
		margin-bottom: 4px;
	}
}

.post-share .share-links a:hover {
	opacity: .8;
	color: #fff;
}

.post-share .share-links .social-text {
	display: none;
}

.post-share .share-links a.facebook-f-share-button {
	background: #1559c2;
}

.post-share .share-links a.twitter-share-button {
	background: #1ea9e9;
}

.post-share .share-links a.youtube-share-button {
	background: #ed1d25;
}

.post-share .share-links a.google-plus-g-share-button {
	background: #eb5e4c;
}

.post-share .share-links a.linkedin-in-share-button {
	background: #238cc8;
}

.post-share .share-links a.pinterest-share-button {
	background: #e13138;
}

.post-share .share-links a.whatsapp-share-button {
	background: #43ce13;
}

.post-share .share-links a.cloud-share-button {
	background: #ff6b10;
}

.post-share .share-links a.dribbble-share-button {
	background: #f65e97;
}

.post-share .share-links a.tumblr-share-button {
	background: #35465c;
}

.post-share .share-links a.reddit-share-button {
	background: #45668e;
}

.post-share .share-links a.print-share-button {
	background: #87b1e8;
}

.post-share .share-links a.email-share-button {
	background: #5a83f7;
}

/*post content*/
.entry-content .single-post-list li {
	font-size: 16px;
	color: #111;
	font-weight: 500;
	position: relative;
	margin-bottom: 4px;
}

/*post footer meta*/
.entry-footer .entry-footer-meta {
	overflow: hidden;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.entry-footer .entry-footer-meta {
		display: block;
	}
	
	.entry-footer .entry-footer-meta .meta-tags {
		margin-bottom: 20px;
	}
}

.entry-footer .meta-title {
	font-size: 18px;
	margin-bottom: 14px;
}

.meta-tags a {
	display: inline-block;
	font-size: 14px;
	color: #646464;
	border: 1px solid #e5e5e5;
	padding: 9px 15px;
	background-color: transparent;
	transition: all ease .31s;
	text-transform: lowercase;
	margin-right: 6px;
	margin-bottom: 6px;
	line-height: 1.4;
}

.meta-tags a:hover {
	background: var(--primary_color);
	color: #fff;
	border-color: transparent;
}

.entry-meta-tags {
	margin-bottom: 35px;
	margin-top: 10px;
}

.entry-meta-tags a {
	display: inline-block;
	font-size: 14px;
	color: #646464;
	border: 1px solid #ccc;
	padding: 9px 15px;
	background-color: #f8f8f8;
	text-transform: lowercase;
	margin-right: 6px;
	margin-bottom: 6px;
	line-height: 1.4;
	transition: all ease .31s;
}

.entry-meta-tags a:hover {
	background: var(--primary_color);
	color: #fff;
	border-color: var(--primary_color);
}

/*Post author*/
.about-author {
	display: flex;
	background: #f7f7f7;
	padding: 50px;
	margin-bottom: 50px;
	margin-top: 15px;
}

@media (max-width: 767px) {
	.about-author {
		padding: 30px;
	}
}

.about-author .media-body {
	position: relative;
}

.about-author .pull-left {
	padding-right: 25px;
	width: 250px;
}

@media (max-width: 575px) {
	.about-author {
		display: inherit;
		padding: 30px;
	}
	
	.about-author .pull-left {
		width: 100px;
		padding-right: 0;
		margin-bottom: 20px;
	}
}

.about-author .pull-left img {
	border-radius: 50%;
}

.about-author .author-title {
	font-size: 24px;
	margin-bottom: 8px;
	font-weight: 500;
	text-transform: capitalize;
}

.about-author .author-title a {
	color: var(--title_dark_color);
}

.about-author .author-designation {
	margin-bottom: 5px;
	color: var(--primary_color);
}

.about-author .author-bio {
	color: #646464;
}

.about-author ul.author-box-social {
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	gap: 5px;
}

@media (max-width: 575px) {
	.about-author ul.author-box-social {
		position: inherit;
	}
}

.about-author ul.author-box-social li {
	display: inline-block;
	margin-bottom: 5px;
}

.about-author ul.author-box-social li a {
	padding: 5px 10px;
	font-size: 16px;
	color: var(--title_dark_color);
	display: block;
	text-align: center;
	transition: all ease .31s;
}

.about-author ul.author-box-social li a:hover {
	color: var(--primary_color);
}

.about-author ul.author-box-social li:last-child {
	margin-right: 0px;
}

/*next post & prev post*/
.post-navigation {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.post-navigation .text-left {
	border: 1px solid #e5e5e5;
	padding: 30px 40px;
	width: 47%;
}

.post-navigation .text-right {
	border: 1px solid #e5e5e5;
	padding: 30px 40px;
	text-align: right;
	width: 47%;
}

@media (max-width: 480px) {
	.post-navigation {
		display: block;
	}
	
	.post-navigation .text-left, .post-navigation .text-right {
		padding: 30px 20px;
		width: 100%;
	}
}

.post-navigation .prev-article, .post-navigation .next-article {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	color: #a5a6aa;
	text-transform: uppercase;
	letter-spacing: .8px;
}

.post-navigation a {
	color: #a5a6aa;
}

.post-navigation a:hover {
	color: var(--primary_color);
}

.post-navigation .prev-article i {
	margin-left: 10px;
	display: inline-flex;
}

.post-navigation .prev-article:hover {
	color: var(--primary_color);
}

.post-navigation .next-article i {
	margin-right: 10px;
	display: inline-flex;
}

.post-navigation .post-nav-title {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.6;
}

.post-navigation .post-nav-title a {
	color: var(--title_dark_color);
}

.post-navigation .navigation-archive {
	font-size: 20px;
	padding: 10px;
}

@media (max-width: 480px) {
	.post-navigation .navigation-archive {
		text-align: center;
	}
}

.page-links {
	padding-top: 12px;
	font-size: 20px;
	font-weight: 500;
	color: var(--title_dark_color);
	margin-right: 10px;
	line-height: 1.3;
}

.page-links .page-number {
	text-align: center;
	display: inline-block;
	font-size: 18px;
	color: #646464;
	background: #fff;
	border: 1px solid #dee2e6;
	padding: 0;
	height: 45px;
	width: 48px;
	line-height: 45px;
	font-weight: 500;
}

.page-links span.current .page-number, .page-links a.post-page-numbers:hover .page-number {
	background-color: var(--primary_color);
	border-color: transparent;
	color: #fff;
}

.page-links a .page-number {
	transition: all ease .31s;
}

/*-------------------------------------
#. Comments
---------------------------------------*/
.comments-area {
	margin-top: 50px;
}

.comment-respond>h4 {
	display: block;
	position: relative;
	font-size: 24px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.comment-respond>h4:after {
	content: "";
	height: 3px;
	width: 40px;
	background-color: var(--primary_color);
	position: absolute;
	bottom: 0;
	left: 0;
}

.comments-area ul {
	list-style-type: none;
	padding: 0;
}

.comments-area>ul.comment-list {
	margin-bottom: 30px;
}

.comments-area h3.comment-num {
	color: var(--title_dark_color);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
}

.comments-area h3.comment-num:after {
	background: var(--primary_color);
	content: "";
	display: block;
	height: 3px;
	left: 0;
	margin: 5px 0 0;
	top: 0;
	width: 80px;
}

.comments-area .comment-form {
	margin-top: 0px;
}

.comments-area .main-comments .imgholder {
	float: left;
}

.comments-area .main-comments .imgholder img {
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 0px;
	max-width: 90px;
}

.comments-area .main-comments .comment-meta {
	font-size: 15px;
}

@media (max-width: 767px) {
	.comments-area .main-comments .comment-meta {
		display: flow-root;
	}
}

.comments-area .main-comments .comment-meta .comment-author-name {
	color: #444;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 6px;
}

.comments-area .main-comments .comment-meta .comment-author-name a, .comments-area .main-comments .comment-meta .comment-author-name span {
	color: var(--title_dark_color);
	font-size: 18px;
	font-family: "Rubik", sans-serif;
	font-weight: 700;
	display: block;
	text-transform: capitalize;
}

.comments-area .main-comments .replay-area {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.comments-area .main-comments .replay-area a {
	color: #fff;
	background-color: #8b8b8b;
	font-size: 15px;
	padding: 8px 16px;
	font-weight: 500;
	transition: all ease .31s;
}

.comments-area .main-comments .replay-area a:hover {
	background-color: var(--primary_color);
}

.main-comments .each-comment {
	margin-bottom: 40px;
}

@media (max-width: 575px) {
	.main-comments .each-comment {
		margin-bottom: 30px;
	}
}

@media (max-width: 479px) {
	.main-comments .each-comment {
		margin-bottom: 20px;
	}
}

.comments-area .main-comments .comments-body {
	display: flow-root;
}

@media (max-width: 425px) {
	.comments-area .main-comments .imgholder {
		float: inherit;
	}
}

.comments-area .main-comments .comment-respond {
	margin-top: 0px;
	margin-bottom: 70px;
}

.comments-area .reply-separator {
	margin-top: 40px;
	padding-top: 50px;
}

.main-comments ul.children {
	margin-left: 50px;
	padding: 0;
}

.comments-area .main-comments .comment-text li {
	border-top: none;
}

@media (max-width: 1200px) {
	.main-comments ul.children {
		margin-left: 30px;
	}
}

@media (max-width: 767px) {
	.main-comments ul.children {
		margin-left: 10px;
	}
}

.avatar-disabled .main-comments ul.children {
	margin-left: 50px;
	padding: 0;
}

.no-comments {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-top: 20px;
}

.comment-awaiting-moderation {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

.comment-navigation ul {
	margin-top: 30px;
}

.comment-navigation ul li {
	margin-right: 5px;
	margin-top: 0;
}

.comment-navigation ul li a {
	display: inline;
	font-size: 12px;
	height: 49px;
	line-height: inherit;
	padding: 10px;
	width: inherit;
}

.comment-list pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

.comments-area>h4 {
	display: block;
	position: relative;
	font-size: 24px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.comments-area>h4:after {
	content: "";
	height: 3px;
	width: 40px;
	background-color: var(--primary_color);
	position: absolute;
	bottom: 0;
	left: 0;
}

#respond .comment-notes {
	margin-bottom: 30px;
}

#respond .logged-in-as {
	margin-bottom: 30px;
	font-size: 15px;
}

#respond .logged-in-as a {
	color: #646464;
}

#respond .form-group {
	margin-bottom: 25px;
}

#respond .form-group.form-submit {
	margin-bottom: 0px;
}

#respond form .form-control {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	color: var(--title_dark_color);
	font-size: 15px;
	font-weight: 400;
	margin-right: 20px;
	box-shadow: none;
	padding: 10px 20px;
	border-radius: 0;
}

#respond form input.form-control {
	height: 50px;
}

#respond form input:focus, #respond form textarea:focus {
	box-shadow: none;
}

#respond form textarea.form-control {
	padding: 20px;
}

input.form-control::placeholder, textarea.form-control::placeholder {
	color: #444;
}

#respond input.form-control::placeholder, #respond input.form-control::-webkit-input-placeholder, #respond input.form-control::-moz-placeholder, #respond input.form-control:-moz-placeholder, #respond input.form-control:-ms-input-placeholder {
	color: #444;
}

#respond textarea.form-control::placeholder, #respond textarea.form-control::-webkit-input-placeholder, #respond textarea.form-control::-moz-placeholder, #respond textarea.form-control:-moz-placeholder, #respond textarea.form-control:-ms-input-placeholder {
	color: #444;
}

#respond form .btn-send {
	position: relative;
	display: inline-block;
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 500;
	background: var(--primary_color);
	color: #fff;
	padding: 16px 25px;
	text-transform: uppercase;
	z-index: 1;
	overflow: hidden;
	transition: all ease .31s;
}

#respond form .btn-send:hover {
	background: var(--secondary_color);
	color: #fff;
}

#respond #cancel-comment-reply-link {
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	margin-left: 5px;
}

#respond form .comment-form-cookies-consent {
	position: relative;
	display: inline-flex;
}

#respond form .comment-form-cookies-consent input {
	background: transparent;
	border: none;
	margin-right: 10px;
	height: inherit;
	box-shadow: none;
	position: absolute;
	top: 5px;
}

#respond form .comment-form-cookies-consent label {
	padding-left: 25px;
	line-height: 1.5;
}

.comment-list>li:first-child {
	border-top: none;
}

.comment-list .comment-text ul {
	padding: 0 15px;
	margin-bottom: 20px;
	list-style: disc inside none;
}

.comment-list .comment-text ul li {
	padding-top: 0px;
}

.comment-list .comment-text ul li .children li {
	padding-top: 0px;
}

.comment-list .comment-text ul ul {
	margin-bottom: 0px;
}

.comment-list .comment-text ol {
	margin-bottom: 20px;
}

.comment-list .comment-text ol li {
	padding-top: 0px;
}

.comment-list .comment-text ol li .children li {
	padding-top: 0px;
}

.comment-list .comment-text ol ol {
	margin-bottom: 0;
}

.item-comments {
	margin-top: 50px;
}

.item-comments h2 {
	font-size: 24px;
}

.item-comments .item-comments-list {
	margin-top: 50px;
}

.item-comments .item-comments-list ul.comments-list {
	padding-top: 20px;
}

.item-comments .item-comments-list ul.comments-list li {
	margin-bottom: 50px;
	overflow: hidden;
}

.item-comments .item-comments-list ul.comments-list li .comment-image {
	float: left;
	padding-right: 20px;
}

.item-comments .item-comments-list ul.comments-list li .comment-name {
	font-size: 16px;
	font-weight: 500;
	margin-right: 10px;
}

.item-comments .item-comments-list ul.comments-list li .comment-date {
	color: #646464;
}

.item-comments .item-comments-list ul.comments-list li .comment-reply {
	background: var(--primary_color);
	padding: 2px 10px 3px;
	float: right;
	font-size: 14px;
}

.item-comments .item-comments-list ul.comments-list li .comment-reply a {
	color: #fff;
}

.item-comments .item-comments-list ul.comments-list li .comment-reply:hover {
	background: #a51c2d;
}

.item-comments .item-comments-list ul.comments-list li p {
	padding-top: 20px;
}

.item-comments .item-comments-list ul.comments-list li:last-child {
	margin-bottom: 0;
}

.item-comments .item-comments-list ul.comments-list li.odd {
	margin-left: 50px;
}

.item-comments .item-comments-form {
	border-top: 1px solid #e5e5e5;
	margin-top: 50px;
	padding-top: 50px;
}

.item-comments .item-comments-form .comments-form {
	padding-top: 20px;
}

.item-comments .item-comments-form .comments-form .form-group {
	margin-bottom: 20px;
}

.item-comments .item-comments-form .comments-form .form-group .form-control {
	background: var(--title_dark_color);
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.item-comments .item-comments-form .comments-form .form-group input {
	height: 40px;
}

/*review schema*/
.rtrs-review-wrap .rtrs-sorting-bar, .rtrs-review-wrap .rtrs-review-form, .rtrs-review-wrap .rtrs-review-box .rtrs-each-review {
	background-color: #f3f3f3 !important;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta li.rtrs-review-date i:before {
	color: #a5a6aa;
}

/*single layout Default*/
.single-post .entry-thumbnail-area.no-image .entry-title.title-light-color {
	background-image: linear-gradient(to right, var(--primary_color), var(--primary_color) 50%, var(--title_dark_color) 50%);
}

.single-post .entry-thumbnail-area.no-image .rt-video {
	display: none;
}

.single-post .entry-thumbnail-area.no-image .entry-meta.meta-light-color li {
	color: var(--meta_dark_color);
}

.single-post .entry-thumbnail-area.no-image .entry-meta.meta-light-color li.post-author a {
	color: var(--author_dark_color);
}

.single-post .entry-thumbnail-area.no-image .entry-meta.meta-light-color li.post-author a:hover {
	color: var(--primary_color);
}

/*single layout 1*/
.post-detail-style1 .post-share .share-links .email-share-button, .post-detail-style1 .post-share .share-links .print-share-button {
	float: right;
	color: #7a7e83;
	background-color: transparent;
	border: 1px solid #ccc;
}

.post-detail-style1 .entry-thumbnail-area {
	position: relative;
	margin-bottom: 25px;
}

.post-detail-style1 .entry-header {
	border-bottom: 1px solid var(--border_dark_color);
	margin-bottom: 30px;
}

.post-detail-style1 .post-detail-style2 .entry-header {
	border-bottom: 0;
	margin-bottom: 0;
}

@media (max-width: 480px) {
	.post-detail-style1 .post-share .share-links .email-share-button, .post-detail-style1 .post-share .share-links .print-share-button {
		float: initial;
	}
}

/*single layout 2*/
@media (min-width: 992px) {
	.post-detail-style2>.type-post {
		max-width: 730px;
		margin: 0 auto;
	}
}

.post-detail-style2 .entry-thumbnail-area {
	position: relative;
	margin-bottom: 40px;
}

.post-detail-style2 .show-image::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 59%, rgba(0, 0, 0, .8) 100%);
	z-index: 0;
}

.post-detail-style2 .entry-thumbnail-area img {
	width: 100%;
	object-fit: cover;
}

.post-detail-style2 .show-image .entry-header {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 30px 50px 24px;
}

@media (max-width: 480px) {
	.post-detail-style2 .entry-header {
		padding: 30px 30px 5px;
	}
}

@media (max-width: 991px) {
	.post-detail-style2 .entry-thumbnail-area img {
		min-height: 500px;
	}
	
	.post-detail-style2 .show-image .entry-header {
		padding: 30px 30px 15px;
	}
}

.single-post .post-detail-style2 .entry-thumbnail-area.no-image .entry-title.title-light-color {
	color: var(--title_dark_color);
}

.single-post .post-detail-style2 .entry-thumbnail-area.no-image .rt-video {
	display: none;
}

.single-post .post-detail-style2 .entry-thumbnail-area.no-image .entry-meta.meta-light-color li {
	color: var(--meta_dark_color);
}

/*-------------------------------------
#. Admin Author
---------------------------------------*/
.author .content-area {
	padding-top: 0 !important;
}

.author .author-banner {
	background: #363636;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
	padding: 110px 0;
}

.author .author-banner::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: -1;
}

.admin-author {
	display: flex;
	align-items: center;
}

.admin-author .author-img {
	flex: 0 0 155px;
	margin-right: 30px;
}

.admin-author .author-img img {
	width: 170px;
	border-radius: 50%;
	border: 5px solid #fff;
}

@media (max-width: 425px) {
	.admin-author .author-img img {
		width: 120px;
	}
}

.admin-author .author-title {
	font-size: 28px;
	color: #fff;
	margin-bottom: 4px;
	text-transform: capitalize;
}

.admin-author .author-title a {
	color: #fff;
}

.admin-author .author-designation {
	color: #fff;
	display: block;
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.admin-author .author-designation::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45px;
	height: 3px;
	background: var(--primary_color);
}

.admin-author .author-bio {
	color: #fff;
}

.admin-author .author-box-social {
	flex-basis: 75%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.admin-author .author-box-social li {
	margin-right: 5px;
}

.admin-author .author-box-social li a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	color: var(--title_dark_color);
	font-size: 16px;
	font-size: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all ease .31s;
	overflow: hidden;
	position: relative;
}

.admin-author .author-box-social li a:hover {
	background: var(--primary_color);
	color: #fff;
}

.admin-author .author-box-social li a:hover i {
	animation: toBottomFromTop .5s forwards;
}

@media (max-width: 991px) {
	.admin-author {
		display: block;
	}
	
	.admin-author .author-img {
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.admin-author .author-box-social {
		justify-content: left;
		margin-top: 20px;
	}
	
	.author .author-banner {
		padding: 80px 0;
	}
}

/* ------------------------
#. Default Blog layout 
---------------------------*/
@media (max-width:767px) {
	body.blog .content-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	body.single-post .content-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.blend img {
	filter: brightness(100%) contrast(100%) saturate(162%) blur(0px) hue-rotate(162deg);
}

.blog-box * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.blog-box {
	position: relative;
}

.entry-header .entry-title.title-dark-color, .entry-content .entry-title.title-dark-color, .entry-content .entry-title.title-dark-color a {
	color: var(--title_dark_color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to right, var(--primary_color), var(--primary_color) 50%, var(--title_dark_color) 50%);
	background-size: 200% 100%;
	background-position: 100%;
	transition: all .5s cubic-bezier(0, 0, .23, 1);
	word-break: break-word;
}

.entry-header .entry-title.title-light-color, .entry-content .entry-title.title-light-color, .entry-content .entry-title.title-light-color a {
	color: var(--title_light_color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to right, var(--primary_color), var(--primary_color) 50%, var(--title_light_color) 50%);
	background-size: 200% 100%;
	background-position: 100%;
	transition: all .5s cubic-bezier(0, 0, .23, 1);
	word-break: break-word;
}

.entry-content .entry-title.title-light-color a:hover, .entry-content .entry-title.title-dark-color a:hover {
	background-position: 0%;
}

.entry-content .entry-text.body-dark-color p {
	color: var(--body_dark_color);
}

.entry-content .entry-text.body-light-color p {
	color: var(--body_light_color);
}

ul.entry-meta {
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
}

ul.entry-meta li {
	display: inline-block;
	color: var(--meta_dark_color);
	font-size: 14px;
	font-weight: 400;
	margin-right: 15px;
	position: relative;
}

ul.entry-meta.meta-dark-color li {
	color: var(--meta_dark_color);
}

ul.entry-meta.meta-light-color li {
	color: var(--meta_light_color);
}

ul.entry-meta li.post-author a {
	font-weight: 500;
}

ul.entry-meta.meta-dark-color li.post-author a {
	color: var(--author_dark_color);
}

ul.entry-meta.meta-light-color li.post-author a {
	color: var(--author_light_color);
}

ul.entry-meta.meta-dark-color li.post-author a:hover, ul.entry-meta.meta-light-color li.post-author a:hover {
	color: var(--primary_color);
}

ul.entry-meta.meta-dark-color li.post-comment a {
	color: var(--meta_dark_color);
}

ul.entry-meta.meta-light-color li.post-comment a {
	color: var(--meta_light_color);
}

ul.entry-meta.meta-dark-color li.post-comment a:hover, ul.entry-meta.meta-light-color li.post-comment a:hover {
	color: var(--primary_color);
}

ul.entry-meta li i {
	color: var(--primary_color);
	margin-right: 10px;
	font-size: 18px;
}

ul.entry-meta li:last-child {
	margin-right: 0;
}

ul.entry-meta li a:hover {
	color: var(--primary_color);
}

.blog-box.show-image .entry-content {
	position: relative;
}

.blog-box .blog-img-holder {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

.no-image.no-preview.blog-box .blog-img-holder {
	margin-bottom: 0;
}

.blog-box.no-image.no-preview .entry-content {
	position: inherit;
	bottom: inherit;
	padding: 0;
}

.blog-box.no-image.no-preview .entry-content .button-text-light.button-style-1 {
	color: var(--title_dark_color);
}

.blog-box.no-image.no-preview .entry-content .button-text-light.button-style-1:hover {
	color: var(--title_light_color);
}

.blog-box.no-image.no-preview .entry-meta.meta-light-color li {
	color: var(--meta_dark_color);
}

.blog-box.no-image.no-preview .entry-meta.meta-light-color li.post-author a {
	color: var(--author_dark_color);
}

.blog-box.no-image.no-preview .entry-meta.meta-light-color li.post-author a:hover {
	color: var(--primary_color);
}

.blog-box.no-image.no-preview .entry-content .entry-title.title-light-color a {
	background-image: linear-gradient(to right, var(--primary_color), var(--primary_color) 50%, var(--title_dark_color) 50%);
}

.blog-box.no-image.no-preview .entry-content .post-read-more, .blog-box.no-image.no-preview .entry-content .entry-text {
	opacity: 1;
	visibility: visible;
}

.blog-box.no-image.no-preview .entry-content .entry-text p {
	color: var(--body_dark_color);
}

.blog-box .blog-img-holder img {
	transform: scale(1.01);
	transition: all .85s ease-out;
}

.blog-box:hover .blog-img-holder img {
	transform: scale3d(1.1, 1.1, 1);
}

.figure-overlay {
	position: relative;
	display: block;
	height: 100%;
}

.figure-overlay:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 20%, rgba(0, 0, 0, .9) 100%);
	z-index: 0;
	transition: all .4s ease;
}

.rt-item:hover .figure-overlay:after, .figure-overlay:hover:after {
	height: 100%;
}

.entry-categories {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	top: 20px;
	left: 20px;
	z-index: 1;
	gap: 5px;
}

.entry-categories a {
	display: inline-block;
}

.entry-categories.small-view {
	top: 10px;
	left: 10px;
}

.entry-categories.small-view.style-1 .category-style {
	font-size: 13px;
}

.entry-categories.small-view.style-2 a {
	font-size: 12px;
}

.entry-categories.style-1 .category-style {
	background-color: var(--primary_color);
	display: inline-block;
	font-size: 15px;
	color: var(--title_light_color);
	padding: 0 20px 0 15px;
	clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
	margin-bottom: 0px;
}

.entry-categories.style-2 {
	margin-bottom: 10px;
}

.entry-categories.style-2 a {
	display: inline-block;
	font-size: 16px;
}

.entry-categories.style-2.meta-dark-color a {
	color: var(--meta_dark_color);
}

.entry-categories.style-2.meta-light-color a {
	color: var(--meta_light_color);
}

.entry-categories.style-2.meta-light-color a:hover, .entry-categories.style-2.meta-dark-color a:hover {
	color: var(--primary_color);
}

/*blog layout 1*/
.blog-layout-1 .blog-box {
	margin-bottom: 16px;
}

/*blog layout 2*/
.blog-layout-2 .blog-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 16px;
}

.blog-layout-2 .blog-box .blog-img-holder {
	margin-bottom: 0;
}

.blog-layout-2 .blog-box .blog-img-holder img {
	width: 100%;
}

.blog-layout-2 .blog-box .entry-content {
	position: absolute;
	left: 0;
	bottom: -170px;
	width: 100%;
	z-index: 2;
	padding: 25px;
	transition: all ease .4s;
}

.blog-layout-2 .blog-box .entry-content .entry-text {
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s;
}

.blog-layout-2 .blog-box:hover .entry-content {
	bottom: 0;
}

.blog-layout-2 .blog-box .entry-content .post-read-more {
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s;
}

.blog-layout-2 .blog-box:hover .entry-content .entry-text {
	opacity: 1;
	visibility: visible;
}

.blog-layout-2 .blog-box:hover .entry-content .post-read-more {
	opacity: 1;
	visibility: visible;
}

.blog-layout-2 .blog-box .entry-content .entry-text p {
	color: var(--body_light_color);
}

/*blog layout 3*/
.blog-layout-3 .blog-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 16px;
}

.blog-layout-3 .blog-box .blog-img-holder {
	margin-bottom: 0;
}

.blog-layout-3 .blog-box .blog-img-holder img {
	width: 100%;
}

.blog-layout-3 .blog-box .entry-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	padding: 25px;
	transition: all ease .4s;
}

.blog-layout-3 .blog-box .entry-content .entry-text p {
	color: var(--body_light_color);
}

.blog-layout-3 .blog-box.no-image.no-preview .entry-content {
	position: relative;
}

/*blog layout 4*/
.blog-layout-4 .blog-box {
	display: flex;
	margin-bottom: 40px;
}

.blog-layout-4 .blog-box .blog-img-holder {
	position: relative;
	z-index: 1;
	flex: 0 0 auto;
	max-width: 360px;
	margin-bottom: 0;
	margin-right: 35px;
}

.blog-layout-4 .blog-box .entry-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
}

.blog-layout-4 .blog-box .entry-content .entry-text p {
	margin-bottom: 15px;
}

.blog-layout-4 .blog-box .blog-img-holder img {
	height: 100%;
	object-fit: cover;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.blog-layout-4 .blog-box {
		flex-direction: column;
	}
	
	.blog-layout-4 .blog-box .blog-img-holder {
		flex: auto;
		max-width: 100%;
		margin-bottom: 25px;
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.blog-layout-4 .blog-box {
		flex-direction: column;
	}
	
	.blog-layout-4 .blog-box .blog-img-holder {
		flex: auto;
		max-width: 100%;
		margin-bottom: 25px;
		margin-right: 0;
	}
}

/*blog layout 5*/
.blog-layout-5 .blog-box {
	margin-bottom: 50px;
}

.blog-layout-5 .blog-box .blog-img-holder {
	margin-bottom: 0;
}

.blog-layout-5 .blog-box .entry-content {
	background-color: rgba(var(--primary_color_rgb), .05);
	padding: 40px;
}

.blog-layout-5 .blog-box.no-image.no-preview .entry-content {
	padding: 40px;
}

/*blog layout 6*/
.blog-layout-6 .blog-box {
	display: flex;
	justify-content: center;
}

.blog-layout-6:first-child .blog-box.no-image {
	margin-top: 0;
}

.blog-layout-6 .blog-box.no-image.no-preview {
	margin-bottom: 40px;
}

.blog-layout-6 .blog-box .blog-img-holder img {
	height: 100%;
	object-fit: cover;
}

@media (min-width: 992px) {
	.blog-layout-6 .blog-box .blog-img-holder {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 0;
	}
	
	.blog-layout-6 .blog-box .entry-content {
		padding: 30px;
		text-align: center;
	}
	
	.blog-layout-6 .blog-box .entry-content .entry-categories {
		justify-content: center;
	}
	
	.blog-layout-6:nth-of-type(even) .blog-box {
		flex-direction: row-reverse;
	}
}

@media (max-width: 991px) {
	.blog-layout-6 .blog-box {
		flex-direction: column;
		margin-bottom: 40px;
	}
	
	.blog-layout-6 .blog-box .entry-content {
		text-align: left;
	}
}

/*sidebar spacing*/
.has-sidebar.left-sidebar .rt-sidebar-space {
	margin-left: 20px;
}

@media (max-width: 991px) {
	.has-sidebar.left-sidebar .rt-sidebar-space {
		margin-left: 0;
	}
}

.has-sidebar.right-sidebar .rt-sidebar-space {
	margin-right: 20px;
}

@media (max-width: 991px) {
	.has-sidebar.right-sidebar .rt-sidebar-space {
		margin-right: 0;
	}
}

.no-sidebar.left-sidebar .rt-sidebar-space {
	margin-left: 0;
}

.no-sidebar.right-sidebar .rt-sidebar-space {
	margin-right: 0;
}

@media (max-width: 991px) {
	.has-sidebar.right-sidebar .rt-sidebar-space {
		margin-right: 0;
	}
	
	.left-sidebar .sidebar-widget-area, .right-sidebar .sidebar-widget-area {
		margin-top: 80px;
		display: inherit;
	}
	
	.right-sidebar .rt-sidebar-space {
		display: inherit;
		margin-right: 0;
	}
	
	.left-sidebar .sidebar-widget-area {
		display: inherit;
	}
}

@media (max-width: 767px) {
	.right-sidebar .sidebar-widget-area {
		margin-top: 60px;
	}
}

/*blog sticky*/
.sticky .blog-box {
	background-color: #f0f8ff;
	padding: 30px;
}

.sticky .blog-box .blog-img-holder {
	margin-bottom: 0;
}

.sticky .blog-box .entry-content {
	padding: 30px;
}

.sticky.blog-layout-1 .blog-box.no-image ul.entry-meta {
	margin: 0;
}

.blog-layout-5.sticky .blog-box {
	background-color: transparent;
	padding: 0;
}

.blog-layout-5.sticky .blog-box .entry-content {
	background-color: #f0f8ff;
}

/*-------------------------------------
#. Swiper Slider
---------------------------------------*/
.rt-swiper-slider-shop, .rt-swiper-slider-team, .rt-swiper-slider-blog, .rt-swiper-side-slider, .rt-swiper-cat-slider {
	position: relative;
	overflow: hidden;
}

.rt-swiper-slider-shop .swiper-wrapper, .rt-swiper-slider-team .swiper-wrapper, .rt-swiper-slider-blog .swiper-wrapper, .rt-swiper-slider .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box;
}

.rt-swiper-slider-shop .swiper-slide, .rt-swiper-slider-team .swiper-slide, .rt-swiper-slider-blog .swiper-slide, .rt-swiper-slider .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 0;
}

/* Related Post title */
.section-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: var(--primary_color);
	padding: 10px 10px 10px 20px;
	margin-bottom: 25px;
}

.section-title .related-title {
	margin-bottom: 0;
	color: #fff;
}

.section-title:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid var(--primary_color);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 25px;
	z-index: 5;
}

.section-title .swiper-button {
	display: inline-flex;
}

.section-title .swiper-button>div {
	position: relative;
	top: 0;
	left: auto;
	right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: none;
	border: 1px solid #fff;
	height: 36px;
	width: 36px;
	outline: none;
	color: #fff;
	font-size: 15px;
	margin-top: 0;
	background-color: transparent;
	transition: all ease .31s;
}

.section-title .swiper-button>div.nitro-lazy {
	background-image: none !important;
}

.section-title .swiper-button>div:hover {
	background-color: #fff;
	color: var(--primary_color);
}

.section-title .swiper-button-prev {
	margin-right: 5px;
}

/*-------------------------------------
#. Related Post
---------------------------------------*/
.rt-related-post {
	margin-top: 50px;
}

/*-------------------------------------
#. Pagination
---------------------------------------*/
.pagination-area ul {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0;
	padding-left: 0;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination-area ul li {
	display: inline-flex;
	border: none;
	margin-right: 6px;
	position: relative;
}

.pagination-area ul li:last-child {
	margin-right: 0;
}

.pagination-area ul li a {
	text-align: center;
	display: inline-block;
	font-size: 18px;
	color: var(--title_dark_color);
	background: #f2f2f2;
	padding: 0;
	height: 44px;
	width: 48px;
	line-height: 44px;
	font-weight: 500;
}

.pagination-area ul li span {
	text-align: center;
	display: inline-block;
	font-size: 18px;
	color: var(--title_dark_color);
	background: #fff;
	border: 1px solid #dee2e6;
	padding: 0;
	height: 45px;
	width: 48px;
	line-height: 45px;
	font-weight: 500;
}

.pagination-area ul li a:hover {
	background-color: var(--primary_color);
	border-color: transparent;
	color: #fff;
}

.pagination-area ul li span.current {
	background-color: var(--primary_color);
	border-color: transparent;
	color: #fff;
}

.pagination-area ul li.active a {
	background-color: var(--primary_color);
	border-color: transparent;
	color: #fff;
}

@media (max-width: 767px) {
	.pagination-area ul li {
		margin-top: 8px;
		margin-right: 8px;
	}
	
	.pagination-area ul li span, .pagination-area ul li a {
		height: 40px;
		width: 40px;
		line-height: 38px;
	}
}

/*loadmore*/
a.loadMore {
	background-color: var(--primary_color);
	border: 0;
	margin: auto;
	margin-top: 50px;
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	padding: 13px 30px 11px;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	transition: all .4s ease;
}

a.loadMore:after {
	position: absolute;
	content: "";
	background-image: linear-gradient(to right, var(--primary_color), var(--secondary_color), var(--primary_color), var(--secondary_color));
	background-size: 300% 100%;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all .4s ease;
}

a.loadMore:hover {
	box-shadow: 0px 10px 30px 0 rgba(255, 106, 0, 20%);
	color: #fff;
}

a.loadMore:hover:after {
	background-position: 40% 0;
}

a.loadMore i {
	margin-left: 10px;
}

.loading-lazy i {
	z-index: 8;
	animation: fa-spin .7s infinite linear;
}

/*-------------------------------------
#. Error 404
---------------------------------------*/
.error-page-area {
	position: relative;
	background-position: center;
}

.error-page-content {
	position: relative;
	text-align: center;
}

.error-page-content .error-title {
	color: var(--title_dark_color);
	font-size: 48px;
	font-weight: 300;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	max-width: 750px;
	width: 100%;
}

.error-page-content p {
	font-size: 24px;
	color: #525252;
	margin-right: auto;
	margin-left: auto;
	max-width: 650px;
	width: 100%;
	margin-bottom: 40px;
}

.error-page-area .error-page-content .go-home {
	margin-top: 30px;
}

.error-page-area .item-img {
	margin-bottom: 30px;
	position: relative;
	display: inline-flex;
	justify-content: center;
}

@media (max-width: 1199px) {
	.error-page-content p {
		width: 70%;
	}
}

@media (max-width: 991px) {
	.error-page-content p {
		width: 90%;
	}
}

/*-------------------------------------
#. Fluent form
---------------------------------------*/

/*Contact Form*/
.fluentform.fluentform_wrapper_1 input.ff-el-form-control {
	height: 50px;
}

.fluentform.fluentform_wrapper_1 textarea.ff-el-form-control {
	padding: 20px;
}

.fluentform.fluentform_wrapper_1 .ff-el-form-control {
	position: relative;
	border-radius: 0;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	padding: 6px 20px;
}

.fluentform.fluentform_wrapper_1 .ff-el-form-control:focus {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}

.fluentform.fluentform_wrapper_1 .frm-fluent-form {
	padding: 0;
}

.fluentform .contact-form.ff-el-group, .fluentform .contact-form .ff-el-group {
	margin-bottom: 10px;
}

.fluentform .contact-form.ff_submit_btn_wrapper {
	margin-top: 30px;
	margin-bottom: 0;
}

.fluentform .contact-form .ff-el-form-control {
	background-color: #fff;
	box-shadow: none;
	color: var(--title_dark_color);
	border: 1px solid #f0f0f0;
	font-size: 15px;
	padding: 13px 20px 13px 20px;
}

.fluentform .contact-form .ff-el-form-control:focus {
	border-color: var(--primary_color);
}

.fluentform .contact-form .ff_btn_style {
	position: relative;
	background-color: var(--primary_color);
	color: #fff;
	font-size: 14px;
	height: 50px;
	opacity: 1;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.6px;
	border: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 12px 20px;
	line-height: 1.4;
	overflow: hidden;
	transform: perspective(1px) translateZ(0);
	transition: all .31s;
	z-index: 1;
}

.fluentform .contact-form .ff_btn_style:before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	transform: scaleX(0);
	transform-origin: 100% 50%;
	transition-property: transform;
	transition-duration: .5s;
	transition: all .31s;
	transition-timing-function: ease-out;
	z-index: -1;
}

.fluentform .contact-form .ff_btn_style:hover {
	background-color: var(--primary_color);
	color: #fff;
	opacity: 1;
}

.fluentform .contact-form .ff_btn_style:hover:before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	background-color: var(--secondary_color);
}

.fluentform .contact-form .ff-el-form-control::-webkit-input-placeholder {
	color: #7a7a7a;
}

.fluentform .contact-form .ff-el-form-control:-ms-input-placeholder {
	color: #7a7a7a;
}

.fluentform .contact-form .ff-el-form-control:-moz-placeholder {
	color: #7a7a7a;
}

.fluentform .contact-form .text-danger {
	color: var(--primary_color) !important;
	font-size: 13px;
}

.fluentform .contact-form .ff-el-is-error .ff-el-form-control, .fluentform .contact-form.ff-el-is-error .ff-el-form-control {
	border-color: var(--primary_color);
}

/*subscribe form*/
.fluentform .frm-fluent-form {
	position: relative;
	padding: 40px 34px;
}

.fluentform .subscribe-form {
	position: relative;
	text-align: center;
	margin-bottom: 12px;
}

.fluentform .subscribe-form h4 {
	position: relative;
	padding-bottom: 20px;
}

.fluentform .subscribe-form h4::after, .fluentform .subscribe-form h4::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	background-color: var(--primary_color);
	height: 1px;
}

.fluentform .subscribe-form h4::after {
	width: 44px;
}

.fluentform .subscribe-form h4::before {
	width: 74px;
	bottom: 8px;
}

.fluentform .subscribe-form .ff_submit_btn_wrapper {
	margin-bottom: 0;
}

.fluentform .subscribe-form .ff-t-cell {
	display: inline-block;
	padding: 0;
}

.fluentform .subscribe-form p {
	font-size: 14px;
	color: #646464;
	line-height: 1.5;
}

.fluentform .subscribe-form .ff-el-form-control {
	font-size: 14px;
	color: #6c6f72;
	height: 53px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	text-align: center;
	width: 100%;
}

.fluentform .subscribe-form .ff_btn_style {
	position: relative;
	background-color: var(--primary_color);
	color: #fff;
	font-size: 14px;
	height: 50px;
	opacity: 1;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.6px;
	border: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 12px 20px;
	line-height: 1.4;
	overflow: hidden;
	transform: perspective(1px) translateZ(0);
	transition: all .31s;
	z-index: 1;
}

.fluentform .subscribe-form .ff_btn_style:hover {
	background-color: var(--primary_color);
	color: #fff;
	opacity: 1;
}

.fluentform .subscribe-form .ff_btn_style:before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	transform: scaleX(0);
	transform-origin: 100% 50%;
	transition-property: transform;
	transition-duration: .5s;
	transition: all .31s;
	transition-timing-function: ease-out;
	z-index: -1;
}

.fluentform .subscribe-form .ff_btn_style:hover:before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	background-color: var(--secondary_color);
}

.fluentform .subscribe-form .ff-el-form-control:focus {
	border-color: var(--primary_color);
}

/*subscribe form 2*/
.fluentform .frm-fluent-form .subscribe-form-2 {
	display: block;
	margin-bottom: 0;
}

.fluentform .frm-fluent-form .subscribe-form-2 .ff-t-cell {
	padding: 0;
	width: 100%;
}

.fluentform .frm-fluent-form .subscribe-form-2 .ff-el-group {
	margin-bottom: 0;
}

.fluentform .subscribe-form-2 .ff-el-form-control {
	font-size: 14px;
	color: #6c6f72;
	height: 50px;
	border: none;
	background-color: #fff;
	padding: 0 20px;
	width: 100%;
	box-shadow: 0px 14px 16px 0px rgba(0, 0, 0, 3%);
}

.fluentform .subscribe-form-2 .ff_btn_style {
	position: relative;
	background-color: var(--primary_color);
	color: #fff;
	font-size: 14px;
	height: 50px;
	opacity: 1;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.6px;
	border: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 12px 20px;
	line-height: 1.4;
	overflow: hidden;
	transform: perspective(1px) translateZ(0);
	transition: all .31s;
	z-index: 1;
}

.fluentform .subscribe-form-2 .ff_btn_style:hover {
	background-color: var(--primary_color);
	color: #fff;
	opacity: 1;
}

.fluentform .subscribe-form-2 .ff_btn_style:before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	transform: scaleX(0);
	transform-origin: 100% 50%;
	transition-property: transform;
	transition-duration: .5s;
	transition: all .31s;
	transition-timing-function: ease-out;
	z-index: -1;
}

.fluentform .subscribe-form-2 .ff_btn_style:hover:before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	background-color: var(--secondary_color);
}

.fluentform .subscribe-form-2 .ff-el-form-control:focus {
	border-color: var(--primary_color);
}

@media (max-width: 991px) {
	.fluentform .subscribe-form-2 .title br {
		display: none;
	}
}

@media (max-width: 767px) {
	.fluentform .frm-fluent-form .subscribe-form-2 {
		display: inherit;
	}
	
	.fluentform .subscribe-form-2 .ff-el-form-control, .fluentform .subscribe-form-2 .ff_btn_style {
		border-radius: 0;
	}
	
	.fluentform .frm-fluent-form .subscribe-form-2 .ff-el-group {
		margin-bottom: 10px;
	}
}

/*end form*/
@media only screen and (max-width: 479px) {
	.entry-content .pricetable-btn {
		height: 40px;
		width: 130px;
		font-size: 14px;
		padding: 8px 0;
	}
}

@media only screen and (max-width: 991px) {
	.btn-send-message {
		padding: 11px 0;
	}
}

@media only screen and (max-width: 1199px) {
	.btn-send-message {
		padding: 9px 0;
	}
}

@media (max-width: 767px) {
	.comments-area .main-comments .replay-area {
		display: block;
		float: inherit;
		width: 100%;
		margin-top: 0;
		margin-left: 0;
	}
}

@media (max-width: 426px) {
	.comments-area .main-comments .replay-area {
		margin-top: 15px;
	}
}

/*review schema*/
.rtrs-review-wrap.rtrs-affiliate-wrap {
	background-color: #f7f7f7;
	padding: 30px !important;
}

.rtrs-title-area .rtrs-price-area .rtrs-offer-price {
	font-size: 36px;
	font-weight: 600;
	color: #000;
}

.rtrs-affiliate .rtrs-buy-btn {
	border: none;
	background: var(--primary_color);
	color: #fff !important;
	font-size: 16px;
	padding: 16px 36px;
}

.rtrs-affiliate .rtrs-buy-btn:hover {
	background-color: var(--secondary_color);
}

/*User Frontend */
.wpuf-login-form p>label, .wpuf-registration-form .wpuf-label {
	color: #000;
	font-size: 16px;
	font-weight: 600 !important;
}

#wpuf-login-form .input, .wpuf-login-form input.input, .wpuf-registration-form .wpuf-fields .input {
	background-color: transparent;
	box-shadow: none;
	color: var(--title_dark_color);
	border: 1px solid #e5e5e5;
	outline: none;
	font-size: 15px;
	padding: 9px 20px;
	height: 50px;
	max-width: 500px;
	width: 100%;
}

.wpuf-registration-form .wpuf-fields .input:focus, .wpuf-theme-style .wpuf-fields>input:focus, .wpuf-theme-style .wpuf-fields>textarea:focus {
	outline: none;
}

#wpuf-login-form input[type="submit"], .wpuf-login-form .submit>input, .wpuf-submit>input, .wpuf-submit>button {
	position: relative;
	display: inline-block;
	border: none;
	outline: none;
	font-size: 15px;
	font-weight: 500;
	background: var(--primary_color);
	color: #fff;
	padding: 12px 30px;
	text-transform: uppercase;
	z-index: 1;
	line-height: 1.6;
	letter-spacing: 1px;
	overflow: hidden;
	transition: all ease .31s;
}

#wpuf-login-form input[type="submit"]:hover, .wpuf-login-form .submit>input:hover, .wpuf-submit>input:hover, .wpuf-submit>button:hover {
	background: var(--secondary_color);
	color: #fff;
}

.wpuf-user-loggedin .wpuf-user-avatar {
	display: inline-block;
	margin-bottom: 20px;
}

.wpuf-user-loggedin h3 {
	margin-bottom: 5px;
}

.wpuf-label label, .wpuf-el .wpuf-label {
	color: #000;
	font-size: 16px;
	font-weight: 600 !important;
}

.wpuf-fields>input, .wpuf-fields>textarea {
	background-color: #fff;
	box-shadow: none;
	color: var(--title_dark_color);
	border: 1px solid #e5e5e5;
	font-size: 15px;
	padding: 9px 15px;
}

.wpuf-theme-style .wpuf-fields .wp-editor-container {
	border-right: 1px solid #e5e5e5;
}

.wpuf-fields select {
	outline: none;
	padding: 8px 8px;
}

body .wpuf-dashboard-container .wpuf-dashboard-content {
	align-items: normal !important;
}

body .wpuf-dashboard-container .wpuf-pagination .page-numbers.current, body .wpuf-dashboard-container .wpuf-pagination .page-numbers:hover {
	background-color: var(--primary_color);
	border-color: transparent;
	color: #fff;
	padding: 0;
}

body .wpuf-dashboard-container .wpuf-pagination .page-numbers {
	text-align: center;
	display: inline-block;
	font-size: 18px;
	color: #646464;
	background: #fff;
	border: 1px solid #dee2e6;
	padding: 0;
	height: 45px;
	width: 48px;
	line-height: 45px;
	font-weight: 500;
}

body .wpuf-dashboard-container .wpuf-dashboard-navigation ul li.wpuf-menu-item {
	margin-right: 25px;
	padding-bottom: 6px;
}

body .wpuf-dashboard-container .wpuf-dashboard-navigation .wpuf-menu-item a {
	color: var(--title_dark_color);
	font-size: 16px;
	font-weight: 600;
	background: #f3f3f3;
	display: block;
	padding: 8px 15px;
}

body .wpuf-dashboard-container .wpuf-dashboard-navigation .wpuf-menu-item.active a, body .wpuf-dashboard-container .wpuf-dashboard-navigation .wpuf-menu-item:hover a {
	color: #fff !important;
	background-color: var(--primary_color);
}

body .wpuf-dashboard-container form.wpuf-update-profile-form ul.wpuf-form {
	margin: 0 !important;
}

body #wpuf-login-form {
	width: 100%;
	max-width: 500px;
}

body #wpuf-login-form input.input {
	width: 100%;
	max-width: 500px;
}

body .wpuf-message {
	border-radius: 0 !important;
	text-align: center;
}

body ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap {
	display: flex;
	flex-direction: column;
}

body ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-first-name {
	margin-bottom: 30px;
}

/*-------------------------------------
#. Gutenberg Support
---------------------------------------*/
.align-wrap {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

@media screen and (min-width: 900px) {
	.align-wrap {
		width: auto;
		margin-left: calc(50% / .62 - 50vw);
	}
}

.align-wrap .alignfull {
	width: 100%;
	margin: 0 0 0 auto;
}

@media (max-width:480px) {
	img.alignleft {
		float: none;
		margin-bottom: 13px;
		margin-right: 0px;
		padding-top: 5px;
		display: block;
	}
	
	img.alignright {
		float: none;
		margin-left: 0px;
		margin-bottom: 15px;
		padding-top: 15px;
	}
}

/*gutenberg with sidebar*/
.has-sidebar .wp-block-cover.alignwide, .has-sidebar .wp-block-cover.alignfull, .has-sidebar .wp-block-image.alignfull, .has-sidebar .wp-block-columns.alignfull, .has-sidebar .wp-block-media-text.alignfull, .has-sidebar .wp-block-gallery.alignfull, .has-sidebar .wp-block-gallery.alignwide, .has-sidebar .wp-block-columns.alignwide, .has-sidebar .wp-block-image.alignwide, .has-sidebar .wp-block-media-text.alignwide, .has-sidebar .is-type-video.alignfull, .has-sidebar .wp-block-embed-vimeo.alignwide.wp-block-embed, .has-sidebar .alignwide.wp-block-embed {
	margin-left: 0;
	margin-right: 0;
}

.has-strong-magenta-background-color {
	background-color: #a156b4;
}

.has-strong-magenta-color {
	color: #a156b4;
}

.has-light-grayish-magenta-background-color {
	background-color: #d0a5db;
}

.has-light-grayish-magenta-color {
	color: #d0a5db;
}

.has-very-light-gray-background-color {
	background-color: #eee;
}

.has-very-light-gray-color {
	color: #eee;
}

.has-very-dark-gray-background-color {
	background-color: #444;
}

.has-very-dark-gray-color {
	color: #444;
}

.has-small-font-size {
	font-size: 12px;
}

.has-large-font-size {
	font-size: 36px;
	line-height: 1.2;
}

.has-huge-font-size {
	font-size: 48px;
	line-height: 1.2;
}

.has-regular-font-size {
	font-size: 16px;
}

.wp-block-image.alignleft.is-resized {
	margin-left: 0;
	margin-right: 30px;
}

.wp-block-image.alignright.is-resized {
	margin-left: 30px;
	margin-right: 0;
}

.wp-block-separator {
	border: none;
	border-bottom: 2px solid #ccc;
	margin: 50px 0;
	text-align: left;
	background: transparent;
}

/*blockquote*/
blockquote {
	background-color: #f7f7f7;
	border: none;
	text-align: left;
	padding: 50px;
	color: #444;
	margin-bottom: 15px !important;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

@media (max-width: 480px) {
	blockquote {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
}

blockquote p {
	padding-left: 55px;
	position: relative;
	margin-bottom: 0;
	z-index: 1;
	font-size: 18px;
	font-weight: 600;
}

blockquote p:before {
	position: absolute;
	content: "";
	font-family: flaticon !important;
	font-size: 38px;
	color: var(--primary_color);
	top: -10px;
	transform: translateX(-55px);
	line-height: 1;
}

blockquote cite {
	display: block;
	font-size: 14px;
	color: #646464;
	font-weight: 500;
	font-style: normal;
	margin-top: 12px;
	padding-left: 50px;
	position: relative;
	letter-spacing: 2px;
	z-index: 1;
}

blockquote cite::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 31px;
	height: 2px;
	background-color: #c1c1c1;
}

blockquote.wp-block-quote cite {
	display: block;
	font-size: 14px;
	color: #646464;
	font-weight: 500;
	font-style: normal;
	margin-top: 12px;
	padding-left: 50px;
	letter-spacing: 2px;
	z-index: 1;
}

blockquote.wp-block-quote[style="text-align:right"] cite:after {
	left: inherit;
	right: 0;
}

blockquote.wp-block-quote[style="text-align:right"] cite {
	padding-right: 34px;
}

.wp-block-quote {
	color: #444;
}

.wp-block-pullquote {
	border-top: 2px solid;
	border-bottom: 2px solid;
	color: #444;
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0;
	text-align: left;
}

.wp-block-pullquote blockquote {
	background-color: transparent;
	margin-bottom: 0;
}

blockquote.wp-block-pullquote {
	background: #f9f9f9;
	border-left: none;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	padding: 35px 50px 35px 50px;
	margin: 40px 0px 40px;
	color: #444;
}

.wp-block-pullquote p {
	font-size: 22px;
}

.wp-block-pullquote cite {
	font-size: 14px;
	font-weight: 700;
	padding-left: 50px;
	z-index: 1;
}

.wp-block-quote {
	border-left: none;
	padding-left: 50px;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	border: none;
	padding: 50px 40px 35px 40px;
}

.wp-block-quote.is-large cite, .wp-block-quote.is-style-large cite {
	text-align: left;
	font-size: 14px;
}

.wp-block-quote.is-style-large cite em {
	font-style: normal;
}

.wp-block-quote.has-text-align-right {
	border-left: none;
	border-right: none;
	text-align: right;
	padding: 50px 40px 35px 40px;
}

.wp-block-quote.has-text-align-right cite {
	text-align: right;
	padding-right: 50px;
	padding-left: 0;
}

.wp-block-quote.has-text-align-right cite::after {
	left: inherit;
	right: 0;
}

.wp-block-quote.has-text-align-left {
	text-align: left;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-size: 26px;
}

.wp-block-quote.is-style-large cite br {
	display: none;
}

:root .has-cyan-bluish-gray-background-color {
	background-color: transparent;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
	background: #acb9c3;
	padding-top: 35px;
	padding-bottom: 35px;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	margin-top: 45px;
	font-size: 32px;
}

.wp-block-pullquote:not(.has-gamxo-primary-background-color), .wp-block-pullquote:not(.has-gamxo-secondary-background-color), .wp-block-pullquote:not(.has-gamxo-button-dark-gray-background-color), .wp-block-pullquote:not(.has-gamxo-button-light-gray-background-color), .wp-block-pullquote:not(.has-gamxo-button-white-background-color) {
	background-color: #f7f7f7;
}

.wp-block-pullquote.has-gamxo-primary-background-color {
	background-color: var(--primary_color);
}

.wp-block-pullquote.has-background.has-gamxo-secondary-background-color {
	background-color: var(--secondary_color);
}

.wp-block-pullquote.has-background.has-gamxo-button-dark-gray-background-color {
	background-color: #333;
}

.wp-block-pullquote.has-background.has-gamxo-button-light-gray-background-color {
	background-color: #a5a6aa;
}

.wp-block-pullquote.has-background.has-gamxo-button-white-background-color {
	background-color: #fff;
}

.wp-block-pullquote:not(.has-gamxo-button-dark-primary-border-color), .wp-block-pullquote:not(.has-gamxo-button-dark-secondary-border-color), .wp-block-pullquote:not(.has-gamxo-button-dark-gray-border-color), .wp-block-pullquote:not(.has-gamxo-button-light-gray-border-color), .wp-block-pullquote:not(.has-gamxo-button-white-border-color) {
	border-color: var(--primary_color);
}

.wp-block-pullquote.has-border-color.has-gamxo-button-primary-border-color {
	border-color: var(--primary_color);
}

.wp-block-pullquote.has-border-color.has-gamxo-button-secondary-border-color {
	border-color: var(--secondary_color);
}

.wp-block-pullquote.has-border-color.has-gamxo-button-dark-gray-border-color {
	border-color: #333;
}

.wp-block-pullquote.has-border-color.has-gamxo-button-light-gray-border-color {
	border-color: #a5a6aa;
}

.wp-block-pullquote.has-border-color.has-gamxo-button-white-border-color {
	border-color: #fff;
}

.has-gamxo-button-primary-color blockquote p:before {
	color: var(--primary_color);
}

.has-gamxo-button-secondary-color blockquote p:before {
	color: var(--secondary_color);
}

.has-gamxo-button-dark-gray-color blockquote p:before {
	color: #333;
}

.has-gamxo-button-light-gray-color blockquote p:before {
	color: #a5a6aa;
}

.has-gamxo-button-white-color blockquote p:before {
	color: #fff;
}

.has-gamxo-primary-color cite:after {
	background-color: var(--primary_color);
}

.has-gamxo-secondary-color cite:after {
	background-color: var(--secondary_color);
}

.has-gamxo-dark-gray-color cite:after {
	background-color: #333;
}

.has-gamxo-light-gray-color cite:after {
	background-color: #a5a6aa;
}

.has-gamxo-white-color cite:after {
	background-color: #fff;
}

/* Main column width */
.wp-block {
	max-width: 720px;
}

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
	max-width: 1080px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
	max-width: none;
}

.wp-caption-text {
	color: #555;
	font-size: 13px;
}

pre {
	background: #fff;
	color: #5b6674;
}

code, a code {
	color: var(--primary_color);
}

pre code {
	font-size: 15px;
	color: #5b6674;
	word-break: normal;
	line-height: 30px;
}

pre cite {
	font-weight: 400;
}

kbd {
	color: #5b6674;
	padding: 3px 5px 2px 5px;
	margin: 0 1px;
	background: #eaeaea;
	background: rgba(0, 0, 0, .07);
}

code, kbd, pre, samp, tt, var {
	font-family: Menlo, Consolas, monaco, monospace;
}

.wp-block-code {
	font-family: Menlo, Consolas, monaco, monospace;
	font-size: 15px;
	color: #5b6674;
	padding: 30px;
	border: 1px solid #e5e5e5;
}

p:last-child img.size-thumbnail.alignright {
	clear: both;
	padding-top: 0;
}

/************** Button ***************/
.wp-block-button {
	margin-bottom: 25px;
}

.wp-block-button.aligncenter {
	text-align: center;
}

.wp-block-button .wp-block-button__link {
	border-radius: 45px;
	position: relative;
	z-index: 1;
	background-size: 300% 100%;
	font-size: 14px;
	color: var(--title_light_color);
	font-weight: 500;
	padding: 12px 25px 8px 25px;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	border: 1px solid;
	border-color: var(--primary_color);
	transition: all .4s ease;
}

.wp-block-button .wp-block-button__link:before {
	border-radius: 45px;
	background-size: 300% 100%;
	background-image: linear-gradient(to right, var(--primary_color), var(--secondary_color), var(--primary_color), var(--secondary_color));
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	color: var(--title_light_color);
	transition: all .4s ease;
}

.wp-block-button .wp-block-button__link:hover:before {
	background-position: 40% 0;
}

.wp-block-button .wp-block-button__link:hover {
	box-shadow: 0px 10px 30px 0 rgba(255, 106, 0, 20%);
}

.wp-block-button.is-style-outline .wp-block-button__link {
	color: var(--title_dark_color);
	border-radius: 0;
}

.wp-block-button.is-style-outline .wp-block-button__link:before {
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #fff;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover:before {
	opacity: 1;
	visibility: visible;
}

.wp-block-button .wp-block-button__link.no-border-radius, .wp-block-button.is-style-squared .wp-block-button__link, .wp-block-button.is-style-squared .wp-block-button__link:before {
	border-radius: 0;
}

.wp-block-button .wp-block-button__link.no-border-radius:before {
	border-radius: 0;
}

.has-gamxo-primary-color {
	color: var(--primary_color);
}

.has-gamxo-secondary-color {
	color: var(--secondary_color);
}

.has-gamxo-button-dark-gray-color {
	color: #333;
}

.has-gamxo-button-light-gray-color {
	color: #a5a6aa;
}

.has-gamxo-button-white-color {
	color: #fff;
}

.has-gamxo-primary-background-color {
	background-color: var(--primary_color);
}

.has-gamxo-secondary-background-color {
	background-color: var(--secondary_color);
}

.has-gamxo-button-dark-gray-background-color {
	background-color: #333;
}

.has-gamxo-button-light-gray-background-color {
	background-color: #a5a6aa;
}

.has-gamxo-button-white-background-color {
	background-color: #fff;
}

.wp-block-button a.has-gamxo-primary-color {
	color: var(--primary_color);
}

.wp-block-button a.has-gamxo-secondary-color {
	color: var(--secondary_color);
}

.wp-block-button a.has-gamxo-button-dark-gray-color {
	color: #333;
}

.wp-block-button a.has-gamxo-button-light-gray-color {
	color: #a5a6aa;
}

.wp-block-button a.has-gamxo-button-white-color {
	color: #fff;
}

.wp-block-button .has-gamxo-primary-background-color {
	background-color: var(--primary_color);
}

.wp-block-button .has-gamxo-secondary-background-color {
	background-color: var(--secondary_color);
}

.wp-block-button .has-gamxo-button-dark-gray-background-color {
	background-color: #333;
}

.wp-block-button .has-gamxo-button-light-gray-background-color {
	background-color: #a5a6aa;
}

.wp-block-button .has-gamxo-button-white-background-color {
	background-color: #fff;
}

/*button end*/
.wp-block-table td, .wp-block-table th {
	border: 1px solid #e5e5e5;
	padding: 5px;
}

.wp-block-image .alignleft.is-resized {
	margin-top: 0;
}

.wp-block-latest-posts.is-grid {
	margin-left: 20px;
}

.wp-block-latest-posts.is-grid li {
	margin: 0 0 10px 0;
}

.wp-block-columns {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-columns .wp-block-column {
	margin-bottom: 15px;
	margin-top: 15px;
}

.wp-block-columns.has-2-columns .wp-block-column {
	margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
	.wp-block-columns .wp-block-column {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.wp-block-columns .wp-block-column {
		width: 100%;
		flex-basis: 100% !important;
		margin-left: 0;
	}
}

.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote {
	margin-top: 0 !important;
	padding-left: 50px;
	padding-right: 50px;
}

.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote cite {
	padding-left: 50px;
}

.wp-block-image .alignleft {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 25px;
}

.wp-block-image .alignright {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 25px;
}

/*wp block cover*/
.wp-block-cover {
	margin-top: 20px;
	margin-bottom: 20px;
}

.wp-block-cover a, .wp-block-cover .wp-block-cover-text a, .wp-block-cover .has-text-color a, .wp-block-cover .has-text-align-center a {
	color: #fff;
}

.wp-block-cover a:hover, .wp-block-cover .wp-block-cover-text a:hover, .wp-block-cover .has-text-color a:hover, .wp-block-cover .has-text-align-center a:hover {
	text-decoration: underline;
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright, [data-align=left]>.wp-block-cover, [data-align=right]>.wp-block-cover {
	max-width: 340px;
	width: 100%;
}

.entry-content .wp-block-cover {
	background-color: #000;
	margin-top: 0px;
	padding: 15px 45px;
}

.wp-block-cover p:not(.has-text-color) {
	color: #fff;
}

.wp-block-cover.alignleft {
	margin-top: 0;
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image>h2 {
	font-size: 36px;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 100%;
	padding: .44em;
	text-align: center;
}

:root .has-pale-pink-background-color {
	background-color: #000;
}

.wp-block-gallery {
	margin-top: 25px;
	margin-bottom: 10px;
}

.wp-block-gallery.columns-3.alignfull {
	margin-bottom: 40px;
}

.wp-block-gallery.alignleft.extraclass {
	margin-right: 40px;
}

.wp-block-gallery.alignleft {
	display: flex;
	margin-top: 10px;
}

.wp-block-gallery .blocks-gallery-item {
	overflow: hidden;
}

.wp-block-gallery .blocks-gallery-item img {}

.wp-block-gallery.alignleft .blocks-gallery-item {
	display: inline-block;
}

.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper {
	margin: 23px 0;
}

.wp-block-coblocks-social .wp-block-button__link {
	border: none;
}

.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
	max-width: 420px;
	width: 100%;
}

p:last-child img.size-full.alignright {
	clear: both;
	padding-top: 0;
}

.wp-block-spacer {
	clear: both;
}

.gallery .gallery-item {
	text-align: center;
}

.site-content nav.comment-navigation {
	padding-top: 0;
}

.site-content nav.comment-navigation ul {
	margin-top: 0;
	margin-bottom: 40px;
}

.site-content nav.comment-navigation ul li {
	margin-right: 0;
}

.site-content nav.comment-navigation ul li a {
	border-radius: 30px;
	height: inherit;
	width: inherit;
	padding: 12px 27px;
	line-height: 1.6;
}

figure.wp-caption.alignnone {
	margin: 15px auto 15px;
}

.wp-block-file .wp-block-file__button {
	background: #32373c;
	padding: 10px 20px;
}

.has-media-on-the-right.is-stacked-on-mobile {
	margin-bottom: 20px;
}

ul.wp-block-rss li.wp-block-rss__item .wp-block-rss__item-title {
	display: inline-block;
}

.wp-block-group.has-background {
	margin-bottom: 20px;
}

@media (max-width:475px) {
	.site-header .mobile-menu {
		display: none !important;
	}
}

/*Mobile menu*/
.mean-container.mobile-sticky .mobile-mene-bar {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 5%);
	transition: background .2s ease, padding .8s linear;
}

.mean-container .mean-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-bottom: 1px solid rgba(181, 181, 181, .3);
	float: none;
	position: relative;
	padding: 10px 12px;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .31s linear;
}

.mean-container .mean-bar .search-icon a {
	font-size: 18px;
	font-weight: 500;
	color: var(--title_dark_color);
}

.mn-top .mean-container .mean-bar {
	position: fixed;
}

@media (min-width: 783px) and (max-width: 992px) {
	.admin-bar .mean-container.mobile-sticky .mobile-mene-bar {
		top: 32px;
	}
}

@media (min-width: 601px) and (max-width: 782px) {
	.admin-bar .mean-container.mobile-sticky .mobile-mene-bar {
		top: 46px;
	}
}

.rt-slide-nav .offscreen-navigation .sub-menu {
	display: none;
}

.rt-slide-nav .offscreen-navigation ul li {
	border-bottom: 1px solid #e9e9e9;
}

.rt-slide-nav .offscreen-navigation ul li:last-child {
	border-bottom: none;
}

.rt-slide-nav .offscreen-navigation nav>ul>li ul.sub-menu {
	border-top: 1px solid #e9e9e9;
}

.rt-slide-nav .offscreen-navigation li>a {
	display: block;
	position: relative;
	color: var(--title_dark_color);
	font-size: 15px;
	font-weight: 500;
	background: #fff;
	padding-bottom: 7px;
	padding-top: 7px;
	font-family: "Rubik", sans-serif;
}

.rt-slide-nav .offscreen-navigation ul>li>a {
	padding-left: 25px;
}

.rt-slide-nav .offscreen-navigation ul ul>li>a {
	padding-left: 40px;
}

.rt-slide-nav .offscreen-navigation ul ul ul>li>a {
	padding-left: 55px;
}

.rt-slide-nav .offscreen-navigation .sub-menu li>a {
	font-size: 13px;
	padding-bottom: 7px;
}

.rt-slide-nav .offscreen-navigation nav>ul>li.mega-menu>ul.sub-menu>li ul li a {
	padding: 7px 15px 7px 45px;
}

.rt-slide-nav .offscreen-navigation li.current-menu-item>a, .rt-slide-nav .offscreen-navigation li.current-menu-parent>a {
	color: var(--primary_color);
}

.rt-slide-nav .offscreen-navigation ul li {
	position: relative;
}

.rt-slide-nav .offscreen-navigation ul li > span {
	position: absolute;
	right: 18px;
	top: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	cursor: pointer;
}

.rt-slide-nav .offscreen-navigation ul li > span:after {
	content: "";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	transition: .1s;
	font-weight: 700;
	position: absolute;
	font-size: 12px;
	color: var(--title_dark_color);
}

.rt-slide-nav .offscreen-navigation ul li > span.open:after {
	content: "";
	color: var(--primary_color);
}

.rt-slide-nav .offscreen-navigation ul li>a:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 0px;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	margin: 0;
	background: #6c6c6c;
	opacity: 0;
	visibility: hidden;
	transition: all ease .31s;
}

.rt-slide-nav .offscreen-navigation ul li>a:hover:before {
	background: var(--primary_color);
	height: 11px;
	opacity: 1;
	visibility: visible;
	transition: all ease .31s;
}

.rt-slide-nav .offscreen-navigation ul ul li>a::before {
	left: 30px;
}

.rt-slide-nav .offscreen-navigation ul ul ul li>a::before {
	left: 45px;
}

.mean-bar .header-btn-new.mobile-btn {
	position: absolute;
	right: 12%;
	top: 8px;
}

.mean-bar .sidebarBtn {
	font-size: 20px;
	cursor: pointer;
	color: var(--title_dark_color);
}

body .sidebarBtn {
	display: block;
	cursor: pointer;
	transition: all ease .31s;
}

body .sidebarBtn .bar {
	background: var(--title_dark_color);
	height: 2px;
	width: 25px;
	display: block;
	margin-bottom: 4px;
	transition: all ease .31s;
}

body .sidebarBtn .bar:nth-child(2), body .sidebarBtn .bar:nth-child(3) {
	width: 20px;
}

body .sidebarBtn .bar:last-child {
	margin-bottom: 0;
}

body.slidemenuon .sidebarBtn .bar:nth-child(2), body.slidemenuon .sidebarBtn .bar:nth-child(3) {
	opacity: 0;
}

body.slidemenuon .sidebarBtn .bar:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}

body.slidemenuon .sidebarBtn .bar:nth-child(4) {
	transform: rotate(-45deg) translate(8px, -8px);
}

.rt-slide-nav {
	position: absolute;
	background: white;
	width: 100%;
	left: 0;
	z-index: 2;
	display: none;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	box-shadow: 0px 10px 10px 0px rgba(111, 111, 111, .5);
}

.slidemenuon .rt-slide-nav {
	display: block;
}

.rt-slide-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0;
}

@media only screen and (min-width: 1025px) {
	#meanmenu {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.header-area {
		display: none;
	}
}

.rt-slide-nav nav, .rt-slide-nav .menu-main-menu-container {
	display: block;
}

.rt-slide-nav nav>ul>li.mega-menu, .rt-slide-nav nav>ul>li ul.sub-menu li ul, .rt-slide-nav nav>ul>li>ul.sub-menu {
	position: relative;
	width: 100%;
	transition: inherit;
	transform: inherit;
	background: none;
	box-shadow: none;
	transform-origin: inherit;
	opacity: 1;
	visibility: visible;
	left: 0;
}

/*carticon and search*/
.info-menu-bar {
	display: inline-flex;
	position: absolute;
	right: 73px;
}

@media (max-width: 425px) {
	.info-menu-bar {
		right: 55px;
	}
}

.info-menu-bar a {
	color: #111;
	font-weight: 500;
}

.info-menu-bar a:hover {
	color: #111;
}

.info-menu-bar .header-search-box {
	width: 25px;
	margin-left: 14px;
}

/*mobile header topbar*/
.mobile-top-bar {
	border-bottom: 1px solid #e5e5e5;
}

.mobile-top-bar .header-top {
	padding: 10px 12px 7px;
	text-align: center;
}

.mobile-top-bar .header-social {
	display: block;
	text-align: center;
	margin-bottom: 12px;
}

.mobile-top-bar .header-top>div {
	display: inline-flex;
	align-items: center;
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: none;
	line-height: 1;
}

.mobile-top-bar .header-top .icon-left {
	float: left;
	margin-right: 10px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	color: var(--primary_color);
}

.mobile-top-bar .header-top .info {
	float: left;
	line-height: 1.5;
	font-size: 14px;
	text-align: left;
	color: #646464;
	transition: all ease .31s;
}

.mobile-top-bar .header-top .info-text a {
	color: #646464;
}

.mobile-top-bar .header-top .info-text a:hover {
	color: var(--primary_color);
}

.mobile-top-bar .header-right-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.mobile-top-bar .header-button .button-btn {
	padding: 8px 18px;
}

@media (max-width: 767px) {
	.wow {
		visibility: visible !important;
		-webkit-animation: none !important;
		animation: none !important;
	}
}

/*-------------------------------------
#. Ticker Styling
---------------------------------------*/
.ticker {
	width: 90%;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.ticker-title {
	margin-top: 2px;
	z-index: 2;
	display: inline-block;
	position: relative;
	color: #e0e0e0;
	font-size: 13px;
	font-weight: 400;
}

.ticker-title:after {
	content: "|";
	color: #bbb;
	padding: 0 0 0 15px;
}

.ticker-content {
	font-size: 13px;
	margin: 0px;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2;
}

.ticker-content a {
	text-decoration: none;
	color: #e0e0e0;
}

.ticker-content a:hover {
	text-decoration: underline;
	color: #fff;
}

.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #fff;
	display: block;
	width: 100%;
	height: 36px;
}

.ticker-swipe span {
	margin-left: 3px;
	margin-top: 5px;
	border-bottom: 1px solid #fff;
	height: 12px;
	width: 7px;
	display: block;
}

.js-hidden {
	display: none;
}

.no-js-news {
	padding: 10px 0px 0px 45px;
	color: #f8f0db;
}

.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
	float: left;
}

.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
	float: right;
}

.right .ticker-controls {
	padding-right: 6px;
}

.rt-news-ticker-holder {
	width: 60%;
}

.rt-news-ticker-holder i {
	font-size: .75rem;
	background-image: linear-gradient(45deg, var(--secondary_color), var(--primary_color));
	color: #fff;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 6px;
	float: left;
	text-align: center;
	padding: 0 !important;
}

.ticker-wrapper .ticker-swipe {
	background: #000;
}

.ticker-wrapper .ticker-content, .ticker-wrapper .ticker, .ticker-wrapper .ticker-swipe span {
	background-color: transparent;
}

/*---------------------------------------------------------
#. Woocommerce
-----------------------------------------------------------*/
.shop-page-top {
	width: 100%;
	margin-bottom: 12px;
	display: inline-block;
	transition: all ease .31s;
}

.product-list-wrap {
	list-style: none;
}

.woocommerce .woocommerce-result-count {
	font-size: 16px;
	font-weight: 500;
}

.woocommerce .products ul, .woocommerce ul.products {
	margin: 0;
}

.woocommerce ul.products[class*=columns-], .woocommerce-page ul.products[class*=columns-] {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
	float: none;
	margin: 0;
	padding: 0;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 24px;
	flex: 0 0 auto;
	width: 100%;
}

@media only screen and (min-width: 992px) {
	.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) {
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 50%;
	}
}

@media only screen and (min-width: 1200px) {
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 33.33333333%;
	}
}

@media only screen and (min-width: 576px) {
	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
		width: 50%;
	}
}

@media only screen and (min-width: 992px) {
	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
		width: 33.33333333%;
	}
}

@media only screen and (min-width: 1400px) {
	.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
		width: 25%;
	}
}

@media only screen and (min-width: 576px) {
	.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
		width: 50%;
	}
}

@media only screen and (min-width: 992px) {
	.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
		width: 33.33333333%;
	}
}

@media only screen and (min-width: 1200px) {
	.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
		width: 25%;
	}
}

@media only screen and (min-width: 1400px) {
	.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
		width: 20%;
	}
}

@media only screen and (min-width: 576px) {
	.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) {
	.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
		width: 33.33333333%;
	}
}

@media only screen and (min-width: 992px) {
	.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
		width: 25%;
	}
}

@media only screen and (min-width: 1200px) {
	.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
		width: 20%;
	}
}

@media only screen and (min-width: 1400px) {
	.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
		width: 16.6666666667%;
	}
}

.woocommerce .rt-product-block {
	text-align: center;
}

.woocommerce .rt-product-block ins {
	background-color: transparent;
}

.woocommerce .rt-product-block .rt-thumb-wrapper {
	overflow: hidden;
	position: relative;
	background-color: #f7f7f7;
	transition: all ease .31s;
}

.woocommerce .rt-product-block .rt-thumb img {
	transform: scale(1.01);
	transition: all ease .5s;
}

.woocommerce .rt-product-block:hover .rt-thumb img {
	transform: scale3d(1.1, 1.1, 1);
}

.woocommerce .rt-product-block .rt-buttons-area {
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 20px;
}

.woocommerce .rt-product-block .rt-buttons-area .btn-icons {
	display: grid;
	gap: 10px;
}

.woocommerce .rt-product-block .rt-buttons-area .btn-icons .inline-item {
	opacity: 0;
	visibility: hidden;
	transform: translateX(30px);
	display: flex;
	align-items: center;
	gap: 5px;
	transition: all .4s ease;
}

.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons .inline-item {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons .inline-item:nth-child(1n) {
	transition-delay: 0s;
}

.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons .inline-item:nth-child(2n) {
	transition-delay: .2s;
}

.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons .inline-item:nth-child(3n) {
	transition-delay: .4s;
}

.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons .inline-item:nth-child(4n) {
	transition-delay: .6s;
}

.woocommerce .rt-product-block .rt-buttons-area .btn-icons .inline-item a {
	height: 44px;
	width: 44px;
	color: var(--primary_color);
	border-radius: 50%;
	background: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 6px 4px 0 rgba(0, 0, 0, .05);
	transition: all .4s ease;
}

.woocommerce .rt-product-block .rt-buttons-area .btn-icons .inline-item a:hover {
	color: #fff;
	background-color: var(--primary_color);
}

.woocommerce .rt-product-block .rt-buttons-area .btn-icons .inline-item a>span {
	/* display: none; */
	font-size: 16px;
}

.woocommerce .rt-product-block .rt-buttons-area .btn-icons .inline-item a> .button-text {
	display: none;
}

.woocommerce .rt-product-block .rt-buttons-area .btn-icons .inline-item a.compare.added:after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	text-indent: 0;
}

.woocommerce .rt-product-block .rt-buttons-area .btn-icons .inline-item a.compare.added {
	text-indent: -9999999px;
}

.woocommerce .rt-product-block .rt-thumb-wrapper .rt-btn-cart {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	transform: translateY(100%);
	transition: all .4s ease;
}

.woocommerce .rt-product-block:hover .rt-thumb-wrapper .rt-btn-cart {
	transform: translateY(0);
	bottom: 0;
}

.woocommerce .rt-product-block .rt-thumb-wrapper .rt-btn-cart a {
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	border: 0 !important;
	font-size: 15px !important;
	color: var(--title_light_color);
	font-weight: 500 !important;
	padding: 14px 30px 11px 30px !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: inherit !important;
	gap: 10px;
	width: 100%;
	transition: all .4s ease;
}

.woocommerce .rt-product-block .rt-thumb-wrapper .rt-btn-cart a:after {
	content: "";
	background-size: 300% 100%;
	background-image: linear-gradient(to right, var(--primary_color), var(--secondary_color), var(--primary_color), var(--secondary_color));
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 1;
	visibility: visible;
	transition: all .4s ease;
}

.woocommerce .rt-product-block .rt-thumb-wrapper .rt-btn-cart a:hover {
	opacity: 1 !important;
	color: #fff;
	box-shadow: 0px 10px 30px 0 rgba(255, 106, 0, 20%);
}

.woocommerce .rt-product-block .rt-thumb-wrapper .rt-btn-cart a:hover:after {
	background-position: 40% 0;
}

.woocommerce .rt-product-block .rt-thumb-wrapper .rt-btn-cart a.added_to_cart {
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
}

.woocommerce .rt-product-block .price-title-box {
	margin-top: 15px;
	text-align: left;
}

.woocommerce .rt-product-block .price-title-box .rt-title {
	font-size: 18px;
	margin-bottom: 10px;
}

.woocommerce .rt-product-block .price-title-box .rt-title a {
	color: #3e3e3e;
}

.woocommerce .rt-product-block .price-title-box .rt-title a:hover {
	color: var(--primary_color);
}

.woocommerce .rt-product-block .price-title-box .rt-price {
	color: #111;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
}

.woocommerce .rt-product-block .price-title-box .rt-price del {
	color: #a6a6a6;
	font-size: 16px;
}

.product-not-cart .add_to_cart_button.added {
	display: none;
}

.product-in-cart .added_to_cart.wc-forward {
	display: block;
}

.woocommerce ul.products li.product .onsale {
	top: 0;
	right: 0;
	left: auto;
	margin: 0;
	border-radius: 0;
	min-height: 15px;
	line-height: 30px;
	padding: 0 15px;
}

.woocommerce ul.products li.product a img.ajax-loading {
	margin: 0;
	width: 15px;
	height: auto;
	display: none;
}

.woocommerce ul.products li.product .rdtheme-wishlist-icon {
	line-height: 13px;
}

a.rdtheme-wishlist-icon img.ajax-loading {
	display: none;
	width: 20px;
}

a.added_to_cart.wc-forward {
	padding: 0;
	background: transparent;
	color: #666;
}

.roofix-products-page .pagination {
	margin-top: 20px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: left;
	width: 100%;
}

@media only screen and (max-width: 376px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}
}

/*------------------- Product Details -------------------*/
.woocommerce .product-details-page {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 991px) {
	.woocommerce .product-details-page {
		display: block;
	}
}

.woocommerce .product-details-page .rt-left {
	width: 45%;
	float: left;
	padding-right: 50px;
}

@media only screen and (max-width: 991px) {
	.woocommerce .product-details-page .rt-left {
		width: 100%;
		padding-right: 0;
	}
}

.woocommerce .product-details-page .single-product-top {
	display: inline-block;
}

.woocommerce .product-details-page .rt-left span.onsale {
	display: none;
}

.woocommerce .product-details-page .rt-right {
	overflow: hidden;
	padding-left: 15px;
	-ms-flex: 1;
	flex: 1;
}

@media (max-width: 991px) {
	.woocommerce .product-details-page .rt-right {
		overflow: inherit;
		padding-left: 0;
	}
}

.woocommerce .product-details-page .rt-right .woocommerce-product-rating {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.woocommerce .product-details-page .rt-right .woocommerce-product-rating .star-rating {
	font-size: 14px;
	margin: 0 7px 0 0;
}

.woocommerce .product-details-page .rt-right .woocommerce-product-rating .woocommerce-review-link {
	color: #8d8d8d;
}

.woocommerce .product-details-page .rt-right .entry-title {
	margin-bottom: 7px;
	transition: all ease .31s;
}

.woocommerce .product-details-page .rt-right span.price, .woocommerce .product-details-page .rt-right p.price {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 3px;
	line-height: 1.4;
	font-family: "Rubik", sans-serif;
	transition: all ease .31s;
}

.woocommerce .product-details-page .rt-right span.price del, .woocommerce .product-details-page .rt-right p.price del {
	opacity: 1;
	color: #a6a6a6;
	font-size: 16px;
}

.woocommerce .product-details-page .rt-right form.cart {
	margin-top: 35px;
}

.woocommerce .product-details-page .rt-right form.cart .single-add-to-cart-wrapper {
	display: flex;
	align-items: center;
}

.woocommerce .product-details-page .rt-right form.cart .single-add-to-cart-wrapper >div.quantity {
	display: flex;
	align-items: center;
	float: none;
}

.woocommerce .product-details-page table.group_table td>label>a {
	color: #6c6f72;
	font-size: 15px;
	font-weight: 700;
	font-family: "Rubik", sans-serif;
}

.woocommerce .product-details-page table.group_table td>label>a:hover {
	color: var(--primary_color);
}

.woocommerce .product-details-page table.group_table td span.amount {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	font-family: "Rubik", sans-serif;
}

.woocommerce .product-details-page .rt-right .quantity {
	margin-right: 10px;
}

@media only screen and (max-width: 480px) {
	.woocommerce .product-details-page .rt-right .quantity {
		margin-bottom: 5px !important;
	}
}

.woocommerce .product-details-page .rt-right .quantity input.input-text {
	margin: 0 5px;
}

.woocommerce .product-details-page .rt-right .quantity .quantity-btn {
	width: 44px;
	height: 48px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .4s ease;
}

.woocommerce .product-details-page .rt-right .quantity .quantity-btn:hover {
	border: 1px solid var(--primary_color);
	background-color: var(--primary_color);
	color: #fff;
}

.woocommerce .product-details-page .rt-right .button.alt {
	margin-left: 3px;
}

@media only screen and (max-width: 480px) {
	.woocommerce .product-details-page .rt-right .button.alt {
		margin-left: 0;
		margin-bottom: 5px;
	}
}

.woocommerce .product-details-page .rt-right .variations_form {
	margin-bottom: 20px;
}

.woocommerce .product-details-page .rt-right .variations_form .variations {
	width: 80%;
	margin-top: 0;
	margin-bottom: 5px;
}

.woocommerce .product-details-page .rt-right .variations_form .variations tbody td {
	text-align: left;
}

.woocommerce .product-details-page .rt-right .variations_form .variations tbody td.label {
	width: 80px;
}

.woocommerce .product-details-page .rt-right .variations_form .variations tbody select {
	padding: 5px;
	padding-left: 15px;
}

.woocommerce .product-details-page .rt-right .variations_form .variations tbody select {
	background-position: calc(81%) calc(20px), calc(88%) calc(20px), calc(68%) 8px;
}

.woocommerce .product-details-page .rt-right .variations_form .variations tbody select:focus {
	background-position: calc(87%) 18px, calc(80%) 18px, calc(68%) 8px;
}

.woocommerce .product-details-page .rt-right .variations_form .variations tbody select:-webkit-focusring, .woocommerce .product-details-page .rt-right .variations_form .variations tbody select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.woocommerce .product-details-page .rt-right .variations_form .single_variation_wrap {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}

.woocommerce .product-details-page .rt-right .variations_form .single_variation_wrap span.price {
	margin-bottom: 10px;
	display: inline-block;
}

.woocommerce .product-details-page .rt-right .wistlist-compare-box {
	width: 100%;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

@media only screen and (max-width: 480px) {
	.woocommerce .product-details-page .rt-right .wistlist-compare-box {
		display: block;
	}
}

.woocommerce .product-details-page .rt-right .wistlist-compare-box a {
	color: #646464;
	margin-right: 10px;
	height: 50px;
	width: 50px;
	background-color: #fff;
	border: 1px solid var(--border_dark_color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.woocommerce.single-product .product-details-page .rt-right .wistlist-compare-box a:hover {
	background-color: var(--primary_color);
	border: 1px solid var(--primary_color);
	color: #fff;
}

.woocommerce .product-details-page .rt-right .wistlist-compare-box a:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 480px) {
	.woocommerce .product-details-page .rt-right .wistlist-compare-box a {
		width: 100%;
	}
}

.woocommerce .product-details-page .rt-right .wistlist-compare-box a:hover {
	color: var(--secondary_color);
}

.woocommerce .product-details-page .rt-right .post-share-btn {
	width: 100%;
	margin-bottom: 15px;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.woocommerce .product-details-page .rt-right .post-share-btn .item-label {
	font-size: 16px;
	width: 70px;
	float: left;
	padding-top: 5px;
	margin-bottom: 0;
	transition: all ease .31s;
}

.woocommerce .product-details-page .rt-right .post-share-btn .post-social-sharing {
	overflow: hidden;
}

.woocommerce .product-details-page .rt-right .post-share-btn .post-social-sharing ul.item-social {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce .woocommerce-product-details__short-description {
	margin-top: 18px;
}

.woocommerce .woocommerce-product-details__short-description ul {
	margin: 0;
	padding: 0;
}

.woocommerce .product-details-page .post-social-sharing ul.item-social li {
	float: left;
}

.woocommerce .product-details-page .post-social-sharing ul.item-social li a {
	color: #8d8d8d;
	padding: 5px 7px;
	display: inline-block;
	font-size: 14px;
}

.woocommerce .product-details-page .post-social-sharing ul.item-social li a:hover {
	color: var(--primary_color);
}

.woocommerce .product-details-page .slick-slider .slick-slide {
	margin-left: 0;
}

.woocommerce .product-details-page .yith-wcwl-wishlistexistsbrowse, .woocommerce .product-details-page .yith-wcwl-add-button, .woocommerce .product-details-page a.compare.button {
	display: none;
}

.woocommerce .product-details-page a.compare.added {
	text-indent: -999999px;
	position: relative !important;
}

.woocommerce .product-details-page a.compare.added:before {
	text-indent: 0;
	content: "";
	position: absolute;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/*single product meta*/
.woocommerce .product-details-page .product_meta>span {
	color: #010101;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 8px;
	display: block;
	line-height: 1.4;
	transition: all ease .31s;
}

.woocommerce .product-details-page .product_meta>span a, .woocommerce .product-details-page .product_meta>span span {
	color: #6c6f72;
	display: inline-block;
	margin-left: 5px;
	font-weight: 400;
}

.woocommerce .product-details-page .product_meta>span a:hover {
	color: var(--primary_color);
}

.woocommerce div.product div.images .flex-viewport {
	background-color: #f7f7f7;
	text-align: center;
	transition: all ease .31s;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	background-color: #f7f7f7;
	text-align: center;
	transition: all ease .31s;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	padding: 50px 10px;
	display: block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
	width: inherit;
	display: inline-block;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-right: -6px;
	margin-left: -6px;
	transition: all ease .31s;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	text-align: center;
	width: 25%;
	margin-left: 6px;
	margin-right: 6px;
	transition: all ease .31s;
}

.woocommerce li.product .woocommerce-product-rating {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.quantity {
	margin: 0 auto;
	max-width: 160px;
	position: relative;
}

.quantity input.input-text {
	width: 44px;
	height: 48px;
	border: 1px solid #e5e5e5;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.quantity .input-group-btn {
	position: absolute;
}

.quantity .input-group-btn span.quantity-btn i {
	font-size: 12px;
}

.quantity .input-group-btn.minus {
	left: 0;
}

.quantity .input-group-btn.plus {
	right: 0;
}

.quantity input.input-text {
	height: 48px;
	font-weight: 600;
}

.quantity input.input-text:focus {
	outline: none;
}

.quantity input[type="number"]::-webkit-inner-spin-button, .quantity input[type="number"]::-webkit-outer-spin-button {
	display: none;
}

.woocommerce .quantity .qty {
	width: 60px;
	text-align: center;
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.woocommerce div.product form.cart .single-add-to-cart-wrapper {
	display: flex;
	align-items: center;
}

.woocommerce div.product form.cart .single-add-to-cart-wrapper div.quantity {
	float: none;
	display: flex;
	align-items: center;
}

.woocommerce div.product form.cart .single-add-to-cart-wrapper div.quantity .quantity-btn {
	width: 44px;
	height: 48px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	border-radius: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .4s ease;
}

.woocommerce div.product form.cart .single-add-to-cart-wrapper div.quantity .quantity-btn:hover {
	border: 1px solid var(--primary_color);
	background-color: var(--primary_color);
	color: #fff;
}

/*product bottom*/
section.related.products {
	margin-top: 50px;
}

section.related.products h2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 40px;
}

section.related.products ul.products li.product {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	section.related.products ul.products li.product {
		margin-bottom: 45px;
	}
}

/*product button*/
.woocommerce #respond input#submit.alt, .woocommerce #respond input#submit, .woocommerce input.button.alt, .woocommerce input.button, .cart-btn a.button, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce button.button {
	position: relative;
	z-index: 1;
	border-radius: 0;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	padding: 15px 20px 16px 20px;
	display: inline-flex;
	align-items: center;
	letter-spacing: 0;
	line-height: 1;
	background-color: var(--primary_color);
	transition: all .4s ease;
}

.woocommerce #respond input#submit.alt:after, .woocommerce #respond input#submit:after, .woocommerce input.button.alt:after, .woocommerce input.button:after, .woocommerce a.button:after, .woocommerce a.button.alt:after, .woocommerce button.button.alt:after, .woocommerce button.button:after, .cart-btn a.button:after {
	background-size: 300% 100%;
	background-image: linear-gradient(to right, var(--primary_color), var(--secondary_color), var(--primary_color), var(--secondary_color));
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	color: var(--title_light_color);
	transition: all .4s ease;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce button.button:hover, .cart-btn a.button:hover {
	color: #fff;
	box-shadow: 0px 10px 30px 0 rgba(255, 106, 0, 20%);
}

.woocommerce #respond input#submit.alt:hover:after, .woocommerce #respond input#submit:hover:after, .woocommerce input.button.alt:hover:after, .woocommerce input.button:hover:after, .woocommerce a.button:hover:after, .woocommerce a.button.alt:hover:after, .woocommerce button.button.alt:hover:after, .woocommerce button.button:hover:after, .cart-btn a.button:hover:after {
	background-position: 40% 0;
}

.woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus, .woocommerce button.button:focus, .woocommerce a.button.alt:focus, .woocommerce input.button:focus, .woocommerce a.button:focus {
	outline: none;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
	color: #fff;
	opacity: 1;
	padding: 15px 20px 16px 20px;
}

.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
	color: #fff;
	background-color: var(--secondary_color);
}

@media only screen and (max-width: 575px) {
	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
		width: 100%;
		padding-top: 0;
		text-align: center;
	}
}

@media only screen and (max-width: 575px) {
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		width: 100%;
		text-align: center;
	}
}

.woocommerce .woocommerce-ordering select {
	padding: 15px;
	border: 1px solid #e4e4e4;
	background-color: transparent;
	width: initial;
}

.woocommerce .woocommerce-ordering select:focus-visible {
	outline: none;
}

.woocommerce .woocommerce-ordering select option {
	padding: 5px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	margin: 0;
	padding: 0;
	font-size: 20px;
}

.woocommerce .star-rating {
	width: 6.5em;
}

.woocommerce .star-rating::before {
	letter-spacing: 4px;
}

.woocommerce .star-rating span::before {
	color: #ffba0a;
	letter-spacing: 4px;
}

.woocommerce div.product .woocommerce-tabs {
	margin-top: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
	padding: 0;
	transition: all ease .31s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
	background-color: transparent;
	margin: 0 25px 0 0;
	padding: 0;
	font-family: "Rubik", sans-serif;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #85878a;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 4px;
	width: 0;
	background-color: var(--primary_color);
	transition: all 240ms ease-in-out;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container {
	border: 1px solid #e5e5e5;
	padding: 12px 25px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border-radius: 0;
	margin: 0;
	padding: 0;
	border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	text-transform: capitalize;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
	font-size: 16px;
	color: #000;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 80px;
	border: none;
	margin-right: 25px;
	padding: 0;
	position: inherit;
}

.woocommerce p.stars a {
	color: #ffba0a;
}

.woocommerce #review_form #respond .comment-form-author label, .woocommerce #review_form #respond .comment-form-email label {
	margin-right: 10px;
	width: 65px;
}

.woocommerce #review_form #respond .comment-form-author input, .woocommerce #review_form #respond .comment-form-email input {
	border-color: #e4e1e3;
	margin-bottom: 10px;
	padding: 8px 20px;
	width: 100%;
}

.woocommerce #review_form #respond p textarea {
	height: 150px;
	padding: 20px;
	border-color: #e4e1e3;
}

.woocommerce #review_form #respond p input:focus, .woocommerce #review_form #respond p textarea:focus {
	outline: none;
}

/*review*/
.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 22px;
}

.woocommerce-Reviews .comment-reply-title {
	font-size: 18px;
	font-family: "Rubik", sans-serif;
	font-weight: 700;
	color: #000;
}

.woocommerce-Reviews .comment-form label {
	font-size: 14px;
	color: #000;
	font-weight: 500;
	display: block;
}

@media (min-width: 850px) {
	.woocommerce-Reviews .comment-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.woocommerce-Reviews .comment-form>div, .woocommerce-Reviews .comment-form>p {
		padding: 0 15px;
		width: 100%;
	}
	
	.woocommerce-Reviews .comment-form p.comment-form-author, .woocommerce-Reviews .comment-form p.comment-form-email, .woocommerce-Reviews .comment-form p.comment-form-url {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

.woocommerce span.onsale {
	top: 0;
	left: 0;
	padding: 0;
	text-align: center;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	background-color: #000;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	height: 48px;
	width: 120px !important;
	padding: 5px 10px;
}

.cart-collaterals {
	margin-top: 50px;
}

.cart-collaterals h2 {
	font-size: 30px;
}

.woocommerce-cart table.woocommerce-cart-form__contents {
	border-top: 0;
	border-left: 0;
}

.woocommerce-cart table.woocommerce-cart-form__contents tr th {
	color: #000;
	font-weight: 600;
}

.woocommerce-cart table.woocommerce-cart-form__contents tr td, .woocommerce-cart table.woocommerce-cart-form__contents tr th {
	border: 0;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top: none;
}

.woocommerce-cart table.woocommerce-cart-form__contents .product-name {
	text-align: left;
}

.woocommerce-cart table.woocommerce-cart-form__contents .product-name a {
	color: #000;
	font-weight: 500;
}

.woocommerce-cart table.woocommerce-cart-form__contents .product-name a:hover {
	color: var(--primary_color);
}

.woocommerce-cart table.woocommerce-cart-form__contents .quantity {
	display: flex;
	align-items: center;
}

.woocommerce-cart table.woocommerce-cart-form__contents .quantity .quantity-btn {
	width: 44px;
	height: 48px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	border-radius: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .4s ease;
}

.woocommerce-cart table.woocommerce-cart-form__contents .quantity .quantity-btn:hover {
	border: 1px solid var(--primary_color);
	background-color: var(--primary_color);
	color: #fff;
}

.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
	border: 1px solid #e5e5e5;
}

.woocommerce .woocommerce-checkout .form-row {
	margin: 0 0 20px;
}

.woocommerce .woocommerce-checkout #payment div.place-order {
	padding: 20px 24px;
}

.woocommerce .woocommerce-checkout .form-row label {
	color: #393738;
	font-weight: 500;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	font-size: 18px;
}

p.return-to-shop {
	margin-bottom: 70px;
}

.woocommerce form.checkout_coupon {
	border: 1px solid #e5e5e5;
}

.woocommerce form.checkout_coupon input.input-text {
	padding: 13px 10px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 49%;
}

.woocommerce form.checkout_coupon .form-row-first, .woocommerce form.checkout_coupon .form-row-last {
	padding: 0;
}

.woocommerce-billing-fields span.woocommerce-input-wrapper {
	width: 100%;
	height: 40px;
}

.woocommerce-billing-fields span.woocommerce-input-wrapper:focus {
	outline: none;
}

.woocommerce-billing-fields span.woocommerce-input-wrapper input {
	height: 48px;
	padding: 10px 18px;
	transition: all ease .31s;
}

.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered, .woocommerce-billing-fields .select2-container .select2-selection--single {
	height: 48px;
	line-height: 48px;
	padding-left: 9px;
	padding-right: 9px;
	color: #6c6f72;
	transition: all ease .31s;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 18px;
	appearance: none;
	background-size: 12px;
	background-image: url("https://cdn-adjhm.nitrocdn.com/ygCOGLYkVYQdiNtKdQfZhBiGsxWVwmIY/assets/images/optimized/rev-5fa57f8/doortovr.com/wp-content/themes/gamxo/assets/img/select-arrow.png") !important;
	background-repeat: no-repeat;
	background-position: 95%;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow.nitro-lazy {
	background-image: none !important;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.woocommerce-additional-fields span.woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce-additional-fields span.woocommerce-input-wrapper textarea {
	padding: 10px;
	transition: all ease .31s;
}

.wc-order-review-wrapper {
	margin-top: 50px;
}

.woocommerce-order-received .section.content-area {
	padding-top: 110px;
	padding-bottom: 85px;
}

.woocommerce-order-received .section.content-area .woocommerce-order h2 {
	font-size: 30px;
}

.woocommerce .woocommerce-customer-details address {
	padding: 20px 30px;
}

.yith-wcqv-main {
	padding: 30px;
}

.yith-wcqv-main h1.product_title.entry-title {
	font-size: 30px;
	margin-bottom: 7px;
}

.yith-wcqv-main .rt-right .product_meta {
	margin-bottom: 20px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #000;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	font-size: 16px;
}

.woocommerce table.shop_table th {
	color: #000;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot th {
	color: #000;
	font-weight: 600;
}

.woocommerce table.shop_table tbody td {
	font-weight: 500;
	padding: 12px 15px;
}

.woocommerce .wishlist-title {
	margin-bottom: 30px;
}

.woocommerce .hidden-title-form {
	display: none;
}

.woocommerce .wishlist-title h2 {
	padding: 0;
	margin-right: 15px;
}

.woocommerce .wishlist-title h2:hover {
	background-color: transparent;
}

.wishlist-title a.show-title-form i {
	display: none;
}

.yith-wcwl-share {
	display: none;
}

.wishlist_table .product-add-to-cart a.button {
	padding: 0;
}

.wishlist_table .product-add-to-cart a.button {
	padding: 10px 30px !important;
}

.wishlist_table td a {
	font-size: 16px;
	margin-right: 10px;
	color: #444;
}

.wishlist_table td a:hover {
	color: var(--primary_color);
}

.wishlist_table td.product-name a.button.yith-wcqv-button {
	font-size: 14px;
}

.wishlist_table td.product-price {
	font-size: 18px;
}

.wishlist_table td.product-price del {
	color: #a6a6a6;
	font-size: 14px;
}

.wishlist_table td.product-price ins {
	background-color: transparent;
}

.woocommerce-message {
	border-top-color: var(--primary_color);
	padding: 20px 30px 20px 50px;
	line-height: 45px;
	transition: all ease .31s;
}

.woocommerce-info {
	border-top-color: var(--primary_color);
	padding: 17px 30px 18px 50px;
	transition: all ease .31s;
}

.woocommerce-message::before {
	top: 21px;
}

.woocommerce-message::before, .woocommerce-info::before {
	color: #000;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #f8f8f8;
}

.woocommerce-account .addresses .title .edit:hover {
	color: var(--primary_color);
}

/*star rating for products*/
.rating-custom .woocommerce-product-rating::after, .rating-custom .woocommerce-product-rating::before {
	content: " ";
	display: table;
}

.rating-custom .star-rating {
	margin-top: 5px;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 14px;
	width: 6.5em;
	font-family: star;
}

.rating-custom .star-rating:before {
	content: "sssss";
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	letter-spacing: 4px;
}

.rating-custom .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.rating-custom .star-rating span:before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
	color: #fcb302;
	letter-spacing: 4px;
}

.shop-layout-style1 .rating-custom .woocommerce-product-rating {
	display: inline-block;
}

/*header cart*/
.cart-area .cart-list-trigger {
	position: relative;
	margin-right: 5px;
	padding: 32px 0;
	transition: all ease .31s;
}

.header-style-1 .cart-area .cart-trigger-icon, .header-style-7 .cart-area .cart-trigger-icon {
	color: #fff;
}

.header-style-1 .rt-sticky .cart-area .cart-trigger-icon {
	color: var(--title_dark_color);
}

.header-style-1 .rt-sticky .cart-area .cart-trigger-icon:hover {
	color: var(--primary_color);
}

.header-style-7 .cart-area .cart-trigger-icon:hover {
	color: var(--title_dark_color) !important;
}

.cart-area .cart-trigger-icon {
	font-size: 18px;
	display: inline-block;
	text-align: center;
	color: #818181;
}

.cart-area .cart-trigger-icon:hover {
	color: var(--primary_color);
}

.cart-area .cart-trigger-icon>span {
	display: inline-block;
	font-size: 12px;
	position: absolute;
	top: 28px;
	right: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--secondary_color);
	line-height: 20px;
	color: #fff;
}

.cart-area .cart-wrapper {
	font-size: 14px;
	line-height: 22px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 100%;
	width: 340px;
	max-height: 70vh;
	overflow-y: auto;
	z-index: 99999;
	z-index: 100;
	opacity: 0;
	opacity: 0;
	visibility: hidden;
	visibility: hidden;
	text-align: left;
	box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 10%);
	padding: 30px 20px;
	transition: all .4s cubic-bezier(.3, .02, 0, .6);
	transform: scaleY(0);
	transform-origin: 0 0 0;
}

.cart-area .cart-list-trigger:hover .cart-wrapper {
	top: 100%;
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}

.cart-area .cart-wrapper ul.minicart>li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.cart-area .cart-wrapper ul.minicart .cart-btn {
	margin-top: 20px;
}

.cart-area .cart-wrapper ul.minicart>li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.cart-wrapper h5.no-cart-items {
	width: 100%;
	margin-bottom: 0;
}

.cart-single-product {
	width: 100%;
}

.cart-single-product>.media {
	display: flex;
	position: relative;
	align-items: center;
}

.cart-wrapper .remove-item-overlay {
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	background-color: rgba(0, 0, 0, .54);
}

.cart-wrapper .remove-item-overlay>img {
	top: 50%;
	width: 25px;
	max-width: 100%;
	position: absolute;
	transform: translateY(-50%);
}

.cart-wrapper .cart-product-img {
	width: 38px;
	border: 1px solid #e5e5e5;
	margin-right: 13px;
}

.cart-area .cart-wrapper ul.minicart>li .media .cart-content ul {
	display: flex;
	padding-left: 0;
	list-style: none;
	align-items: center;
	justify-content: space-between;
	color: #6c6f72;
}

.cart-area .cart-wrapper ul.minicart>li.cart-total {
	color: #6c6f72;
	font-weight: 500;
}

.cart-area .cart-content {
	flex: 1;
}

.cart-area .minicart-title a {
	color: #6c6f72;
	font-size: 15px;
	font-weight: 500;
}

.cart-area .minicart-remove a {
	color: #6c6f72;
}

.cart-area .minicart-title a:hover, .cart-area .minicart-remove a:hover {
	color: var(--primary_color);
}

/*end cart*/
.woocommerce ul.product_list_widget li img {
	margin-left: 4px;
	width: 38px;
	background: #fff;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 6px;
}

.woocommerce-MyAccount-navigation ul li a {
	color: #000;
	font-size: 20px;
	font-weight: 600;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	color: var(--primary_color);
}

.woocommerce .woocommerce-product-rating {
	line-height: 1;
}

.woocommerce li.product .star-rating {
	display: inline-block;
	margin: 0 7px 0 0;
	float: none;
}

.woocommerce .loader::before {
	display: none;
}

@media (max-width: 767px) {
	.woocommerce-page .content-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	min-height: 45px;
	padding: 10px 15px;
}

/*related product slider*/
.woo-related-product .swiper-slide li {
	list-style: none;
}

/*quick view*/
#yith-quick-view-content .single-product-top .rt-left {
	float: left;
	width: 40%;
}

#yith-quick-view-content .single-product-top .rt-right {
	float: left;
	width: 60%;
}

#yith-quick-view-content .single-product-top div.images {
	width: 90%;
	text-align: center;
	background: #f7f7f7;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#yith-quick-view-content .rt-right p.price {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
}

#yith-quick-view-content .single-product-top .product_meta>span {
	color: #010101;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 8px;
	display: block;
	line-height: 1.4;
}

#yith-quick-view-content .single-product-top .product_meta>span a, #yith-quick-view-content .single-product-top .product_meta>span span {
	color: #6c6f72;
	display: inline-block;
	margin-left: 5px;
	font-weight: 400;
}

#yith-quick-view-content .woocommerce-product-details__short-description {
	margin-bottom: 30px;
}

#yith-quick-view-content div.product .product_title {
	margin-bottom: 5px;
}

#yith-quick-view-content div.product .woocommerce-product-rating {
	margin-bottom: 12px;
}

#yith-quick-view-content .star-rating {
	font-size: 14px;
}

#yith-quick-view-close {
	border: none;
	background: var(--primary_color);
	color: #fff;
	width: 26px;
	height: 26px;
	top: 10px;
	right: 10px;
	line-height: 26px;
	z-index: 2;
	opacity: 1;
}

#yith-quick-view-close:hover {
	background: var(--secondary_color);
	color: #fff;
}

#yith-quick-view-modal .yith-wcqv-main {
	box-shadow: none;
}

#yith-quick-view-modal #yith-quick-view-content {
	overflow-y: scroll;
}

#yith-quick-view-content .single-product-top {
	display: flex;
}

#yith-quick-view-modal #yith-quick-view-content::-webkit-scrollbar, #yith-quick-view-modal.open .yith-wcqv-main::-webkit-scrollbar {
	width: 0;
}

@media (max-width: 767px) {
	#yith-quick-view-content .single-product-top {
		display: block;
	}
	
	#yith-quick-view-content .single-product-top .rt-left {
		width: 100%;
		margin-bottom: 30px;
	}
	
	#yith-quick-view-content .single-product-top div.images, #yith-quick-view-content .single-product-top .rt-right {
		width: 100%;
	}
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: var(--primary_color);
}

/*-------------------------------------
#. Dark mode
---------------------------------------*/
.header__switch {
	position: fixed;
	top: 300px;
	background: var(--primary_color);
	right: 0;
	z-index: 3;
	padding: 8px 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.header__switch__label {
	width: 16px;
	height: 44px;
	display: inline-block;
	position: relative;
	transition: all .4s ease;
}

.header__switch__main {
	position: absolute;
	background: var(--secondary_color);
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
	transition: all .4s ease;
}

.header__switch__main.round {
	border-radius: 15px;
}

.header__switch__main::before {
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	background-color: #fff;
	border-radius: 100%;
	left: 2px;
	transition: 1s cubic-bezier(.52, 1.64, .37, .66);
}

.header__switch__input {
	display: none;
}

.header__switch__input:checked+.header__switch__main::before {
	transform: translateY(30px);
	transition: .5s cubic-bezier(.52, 1.64, .37, .66);
}

.header__switch__settings {
	color: #fff;
	margin-bottom: 5px;
	line-height: 1.2;
	transition: all .4s ease;
}

.header__switch__dark {
	color: #fff;
	margin-top: 5px;
	line-height: 1.2;
	transition: all .4s ease;
}

@media (max-width: 480px) {
	.header__switch {
		padding: 12px 8px;
	}
	
	.header__switch__settings, .header__switch__dark {
		display: none;
	}
}

[data-theme="dark-mode"] .header__switch__settings, [data-theme="dark-mode"] .header__switch__dark {
	color: #000;
}

[data-theme="dark-mode"] .header__switch {
	background-color: #fff;
}

[data-theme="dark-mode"] .header__switch__main {
	background-color: #000;
}

[data-theme="dark-mode"] h1, [data-theme="dark-mode"] h2, [data-theme="dark-mode"] h3, [data-theme="dark-mode"] h4, [data-theme="dark-mode"] h5, [data-theme="dark-mode"] h6 {
	color: #fff;
}

.entry-banner:after, .elementor-widget-wrap, .elementor-section-wrap .elementor-section, .elementor-column-wrap.elementor-element-populated {
	transition: all ease .31s !important;
}

[data-theme="dark-mode"] .header-offcanvus button.side-menu-trigger .menu-btn-icon .line, [data-theme="dark-mode"] .header-offcanvus button.side-menu-trigger .menu-btn-icon::before, [data-theme="dark-mode"] .header-offcanvus button.side-menu-trigger .menu-btn-icon::after, [data-theme="dark-mode"] .header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
	background-color: #fff;
}

[data-theme="dark-mode"] .site-header .site-branding a.dark-logo {
	display: none;
}

[data-theme="dark-mode"] .site-header .site-branding a.light-logo {
	display: table-cell;
}

[data-theme="dark-mode"] body, [data-theme="dark-mode"] .site-content, [data-theme="dark-mode"] .error-page-area, [data-theme="dark-mode"] #page .content-area {
	background-color: #181a1b !important;
	transition: all ease .31s;
}

[data-theme="dark-mode"] .header-area, [data-theme="dark-mode"] .header-menu {
	background-color: #202121 !important;
	transition: all ease .31s;
}

[data-theme="dark-mode"] .header-style-7 .header-area, [data-theme="dark-mode"] .header-style-7 .header-menu, [data-theme="dark-mode"] .header-style-1 .header-area, [data-theme="dark-mode"] .header-style-1 .header-menu {
	background-color: transparent !important;
}

[data-theme="dark-mode"] .entry-banner:after, [data-theme="dark-mode"] .elementor-widget-wrap, [data-theme="dark-mode"] .elementor-section, [data-theme="dark-mode"] .elementor-column-wrap.elementor-element-populated {
	background-color: transparent !important;
	background-image: none !important;
	transition: all ease .31s !important;
}

[data-theme="dark-mode"] .entry-banner, [data-theme="dark-mode"] .dark-section2, [data-theme="dark-mode"] .elementor-background-overlay, [data-theme="dark-mode"] .additional-menu-area .sidenav, [data-theme="dark-mode"] .dark-section2 .fluentform-widget-wrapper, [data-theme="dark-mode"] .dark-section3 .elementor-widget-wrap, [data-theme="dark-mode"] .dark-section .elementor-widget-container, [data-theme="dark-mode"] .dark-site-subscribe .elementor-widget-container, [data-theme="dark-mode"] .sidebar-widget-area .fluentform .frm-fluent-form {
	background-color: #0c0d0d !important;
	background-image: none !important;
	transition: all ease .31s !important;
}

[data-theme="dark-mode"] .entry-banner.nitro-lazy, [data-theme="dark-mode"] .dark-section2.nitro-lazy, [data-theme="dark-mode"] .elementor-background-overlay.nitro-lazy, [data-theme="dark-mode"] .additional-menu-area .sidenav.nitro-lazy, [data-theme="dark-mode"] .dark-section2 .fluentform-widget-wrapper.nitro-lazy, [data-theme="dark-mode"] .dark-section3 .elementor-widget-wrap.nitro-lazy, [data-theme="dark-mode"] .dark-section .elementor-widget-container.nitro-lazy, [data-theme="dark-mode"] .dark-site-subscribe .elementor-widget-container.nitro-lazy, [data-theme="dark-mode"] .sidebar-widget-area .fluentform .frm-fluent-form.nitro-lazy {
	background-image: none !important;
}

[data-theme="dark-mode"] .dark-section4 .elementor-widget-wrap {
	background-color: #000 !important;
}

[data-theme="dark-mode"] .dark-section5 {
	background-color: #212121 !important;
}

[data-theme="dark-mode"] .elementor-background-overlay {
	opacity: 1 !important;
}

.elementor-element .elementor-widget-container {
	transition: all ease .31s !important;
}

[data-theme="dark-mode"] .elementor-section-wrap .dark-section1.elementor-section, [data-theme="dark-mode"] .rt-post-tab-style5 .rt-item-box .entry-content, [data-theme="dark-mode"] .rt-thumb-slider-horizontal-4 .rt-thumnail-area, [data-theme="dark-mode"] .topbar-style-3 .header-top-bar, [data-theme="dark-mode"] .topbar-style-4 .header-top-bar, [data-theme="dark-mode"] .rt-news-ticker .ticker-wrapper .ticker-content, [data-theme="dark-mode"] .rt-news-ticker .ticker-wrapper .ticker, [data-theme="dark-mode"] .rt-news-ticker .ticker-wrapper .ticker-swipe, [data-theme="dark-mode"] .rt-post-slider-style5 .rt-item .rt-image+.entry-content {
	background-color: #343434 !important;
}

[data-theme="dark-mode"] .rt-post-grid-default .rt-item .entry-title a, [data-theme="dark-mode"] .rt-post-overlay-style6 .rt-item-list .entry-title a, [data-theme="dark-mode"] .rt-post-overlay-style7 .rt-item-list .entry-title a, [data-theme="dark-mode"] .rt-post-list-default .rt-item .entry-title a, [data-theme="dark-mode"] .rt-post-slider-default .rt-item .entry-title a, [data-theme="dark-mode"] .sidebar-widget-area .widget .widgettitle, [data-theme="dark-mode"] .elementor-category .rt-category-style2 .rt-item a {
	color: #fff;
}

[data-theme="dark-mode"] .rt-post-tab-default .rt-item-list ul.entry-meta .post-author a, [data-theme="dark-mode"] .rt-post-overlay-default .rt-item-list ul.entry-meta li a, [data-theme="dark-mode"] .rt-post-slider-default .rt-item .post-author a, [data-theme="dark-mode"] .rt-post-tab-default .rt-item-box ul.entry-meta li.post-author a, [data-theme="dark-mode"] .rt-news-ticker .ticker-content a {
	color: #fff !important;
}

[data-theme="dark-mode"] body, [data-theme="dark-mode"] .rt-post-grid-default .rt-item .post_excerpt, [data-theme="dark-mode"] .rt-post-list-default .rt-item .post_excerpt, [data-theme="dark-mode"] .rt-section-title.style2 .entry-text, [data-theme="dark-mode"] .rt-title-text-button .entry-content, [data-theme="dark-mode"] .rt-contact-info .entry-text, [data-theme="dark-mode"] .rt-contact-info .entry-text a, [data-theme="dark-mode"] .fluentform .subscribe-form p, [data-theme="dark-mode"] .additional-menu-area .sidenav-address span a, [data-theme="dark-mode"] .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date {
	color: var(--body_light_color);
}

[data-theme="dark-mode"] blockquote, [data-theme="dark-mode"] .dark-border, [data-theme="dark-mode"] .dark-border .elementor-element-populated, [data-theme="dark-mode"] .rt-section-title.style1 .entry-title .titleline, [data-theme="dark-mode"] .rt-section-title.style4 .entry-title .titleline, [data-theme="dark-mode"] .header-style-4 .header-menu, [data-theme="dark-mode"] .post-tab-layout ul.btn-tab li a, [data-theme="dark-mode"] .rt-post-tab .post-cat-tab a, [data-theme="dark-mode"] .rt-post-slider-default.rt-post-slider-style4 ul.entry-meta, [data-theme="dark-mode"] .dark-section2 .fluentform-widget-wrapper, [data-theme="dark-mode"] .rt-post-slider-style4 .swiper-slide, [data-theme="dark-mode"] .rt-post-box-style1 .rt-item-list .list-content, [data-theme="dark-mode"] .rt-post-box-style1 .rt-item-wrap .entry-content, [data-theme="dark-mode"] .apsc-theme-2 .apsc-each-profile a, [data-theme="dark-mode"] .apsc-theme-3 .apsc-each-profile>a, [data-theme="dark-mode"] .apsc-theme-3 .social-icon, [data-theme="dark-mode"] .apsc-theme-3 span.apsc-count {
	border-color: #323232 !important;
}

[data-theme="dark-mode"] .rt-progress-bar .entry-name, [data-theme="dark-mode"] .rt-progress-bar .progress .progress-bar>span, [data-theme="dark-mode"] .team-default .team-content .team-title a, [data-theme="dark-mode"] .post-box-style .post-content .entry-title a, [data-theme="dark-mode"] .apsc-theme-2 .apsc-each-profile a, [data-theme="dark-mode"] .error-page-content .error-title, [data-theme="dark-mode"] .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link a, [data-theme="dark-mode"] .rt-post-box-default .rt-item-list ul.entry-meta .post-author a, [data-theme="dark-mode"] .rt-post-box-default .rt-item .post-author a {
	color: #fff;
}

[data-theme="dark-mode"] .rt-section-title .sub-title, [data-theme="dark-mode"] .team-single .team-heading .designation, [data-theme="dark-mode"] .team-multi-layout-1 .team-content .team-designation, [data-theme="dark-mode"] .team-multi-layout-2 .team-content .team-title span {
	color: #afafaf;
}

[data-theme="dark-mode"] .rt-shape-layout1 .shape img {
	opacity: .2;
}

[data-theme="dark-mode"] .sidebar-widget-area .fluentform .frm-fluent-form:before {
	background-image: none;
}

[data-theme="dark-mode"] .meta-tags a, [data-theme="dark-mode"] .entry-content p, [data-theme="dark-mode"] #respond .logged-in-as a, [data-theme="dark-mode"] .about-author .author-bio, [data-theme="dark-mode"] .comments-area .main-comments .comment-text, [data-theme="dark-mode"] .rt-skills .rt-skill-each .rt-name, [data-theme="dark-mode"] .rt-skills .rt-skill-each .progress .progress-bar>span, [data-theme="dark-mode"] .team-single .team-info ul li, [data-theme="dark-mode"] .team-single .team-info ul li a, [data-theme="dark-mode"] .error-page-area p, [data-theme="dark-mode"] blockquote.wp-block-quote cite, [data-theme="dark-mode"] a.loadMore {
	color: #d7d7d7;
}

[data-theme="dark-mode"] .search-form input, [data-theme="dark-mode"] .entry-header ul.entry-meta li a, [data-theme="dark-mode"] .about-author .author-title a, [data-theme="dark-mode"] .about-author ul.author-box-social li a, [data-theme="dark-mode"] .post-navigation .post-nav-title a, [data-theme="dark-mode"] .entry-content .single-post-list li, [data-theme="dark-mode"] .blog-box .entry-content .entry-title a, [data-theme="dark-mode"] .post-detail-style2 .post-share .share-text span, [data-theme="dark-mode"] .comments-area .main-comments .comment-meta .comment-author-name a, [data-theme="dark-mode"] .comments-area .main-comments .comment-meta .comment-author-name span, [data-theme="dark-mode"] .comments-area .main-comments .replay-area a, [data-theme="dark-mode"] .post-detail-style2 .entry-content>p:first-child:first-letter, [data-theme="dark-mode"] .page-content p, [data-theme="dark-mode"] .team-single .team-single-content h4, [data-theme="dark-mode"] .team-single .team-info ul li span, [data-theme="dark-mode"] .apsc-theme-3 .apsc-each-profile a:hover .social-icon i {
	color: #fff;
}

[data-theme="dark-mode"] input::-webkit-input-placeholder, [data-theme="dark-mode"] .widget_search .search-form input.form-control::-webkit-input-placeholder {
	color: #aaa;
}

[data-theme="dark-mode"] input:-ms-input-placeholder, [data-theme="dark-mode"] .widget_search .search-form input.form-control:-ms-input-placeholder {
	color: #aaa;
}

[data-theme="dark-mode"] input:-moz-placeholder, [data-theme="dark-mode"] .widget_search .search-form input.form-control:-moz-placeholder {
	color: #aaa;
}

[data-theme="dark-mode"] .search-form input:-webkit-autofill, [data-theme="dark-mode"] .search-form input:-webkit-autofill:hover, [data-theme="dark-mode"] .search-form input:-webkit-autofill:focus, [data-theme="dark-mode"] .search-form input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

[data-theme="dark-mode"] input, [data-theme="dark-mode"] input:focus {
	color: #fff;
}

[data-theme="dark-mode"] .team-single .team-info, [data-theme="dark-mode"] .team-single .rt-skill-wrap, [data-theme="dark-mode"] .team-single .team-single-content .team-content {
	background-color: #343434;
	box-shadow: 0px 7px 30px 0px rgba(222, 222, 222, 3%);
}

[data-theme="dark-mode"] .rt-ajax-tab-content .preloader {
	background: rgba(111, 111, 111, .3);
}

/*review schema*/
[data-theme="dark-mode"] .rtrs-review-wrap {
	background-color: transparent;
}

[data-theme="dark-mode"] .rtrs-review-wrap.rtrs-affiliate-wrap, [data-theme="dark-mode"] .rtrs-review-wrap .rtrs-review-form, [data-theme="dark-mode"] .rtrs-review-wrap .rtrs-review-box .rtrs-each-review {
	background-color: #343434 !important;
}

[data-theme="dark-mode"] .rtrs-review-form .rtrs-form-title, [data-theme="dark-mode"] .rtrs-summary .rtrs-rating-box .rtrs-rating, [data-theme="dark-mode"] .rtrs-summary .rtrs-progress-wrap .rtrs-progress label, [data-theme="dark-mode"] .rtrs-summary .rtrs-progress-wrap .progress-percent, [data-theme="dark-mode"] .rtrs-review-form .rtrs-rating-category .rtrs-category-text, [data-theme="dark-mode"] .rtrs-affiliate .rtrs-feedback-text .rtrs-feedback-ttile, [data-theme="dark-mode"] .rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title .item-text, [data-theme="dark-mode"] .rtrs-affiliate .rtrs-circle-content .rating-percent, [data-theme="dark-mode"] .rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li:before, [data-theme="dark-mode"] .rtrs-title-area .rtrs-price-area .rtrs-offer-price {
	color: #fff;
}

[data-theme="dark-mode"] .rtrs-review-box .rtrs-review-body p, [data-theme="dark-mode"] .rtrs-affiliate .rtrs-rating-category li label, [data-theme="dark-mode"] .rtrs-affiliate .rtrs-feedback-text p, [data-theme="dark-mode"] .rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li {
	color: #d7d7d7;
}

[data-theme="dark-mode"] a.loadMore:hover:before {
	background-color: #fff;
}

[data-theme="dark-mode"] .loading-lazy::after {
	border-color: #fff;
}

[data-theme="dark-mode"] .additional-menu-area .sidenav .light-logo {
	display: block;
}

[data-theme="dark-mode"] .additional-menu-area .sidenav .dark-logo {
	display: none;
}

[data-theme="dark-mode"] .wpuf-login-form p>label, [data-theme="dark-mode"] .wpuf-registration-form .wpuf-label {
	color: #d7d7d7;
}

[data-theme="dark-mode"] .wpuf-label label, [data-theme="dark-mode"] .wpuf-el .wpuf-label, [data-theme="dark-mode"] body .wpuf-dashboard-container table.items-table, [data-theme="dark-mode"] body .wpuf-dashboard-container table.items-table a {
	color: #d7d7d7 !important;
}

[data-theme="dark-mode"] .rt-post-grid-style2 .rt-item .entry-content {
	background-color: #222 !important;
}

[data-theme="dark-mode"] ul.entry-meta li, [data-theme="dark-mode"] ul.entry-meta.meta-dark-color li {
	color: var(--meta_light_color);
}

[data-theme="dark-mode"] ul.entry-meta li.post-author a, [data-theme="dark-mode"] .rt-post-list-default .rt-item .post-author a, [data-theme="dark-mode"] .rt-post-grid-default .rt-item .post-author a {
	color: #dadada !important;
}

[data-theme="dark-mode"] ul.entry-meta li.post-author a:hover, [data-theme="dark-mode"] .rt-post-list-default .rt-item .post-author a:hover, [data-theme="dark-mode"] .rt-post-grid-default .rt-item .post-author a:hover {
	color: var(--primary_color) !important;
}

[data-theme="dark-mode"] .blog-box ul.entry-meta li.post-author a:hover, [data-theme="dark-mode"]  .search-form button:hover, [data-theme="dark-mode"] .sidebar-widget-area .widget_categories ul li a:hover, [data-theme="dark-mode"] .feature-post-layout .entry-title a:hover, [data-theme="dark-mode"] .entry-content .entry-title.title-light-color a:hover, [data-theme="dark-mode"] .entry-content .entry-title.title-dark-color a:hover, [data-theme="dark-mode"] .header-search .header-search-form .search-btn:hover i, [data-theme="dark-mode"] .header-search .stylish-input-group .btn:hover, [data-theme="dark-mode"] .header-search .custom-search-input .btn:hover {
	color: var(--primary_color);
}

[data-theme="dark-mode"] .header-style-1 .rt-sticky {
	background-color: #202121 !important;
}

[data-theme="dark-mode"] .header-style-1 .rt-sticky .header-offcanvus button.side-menu-trigger .menu-btn-icon .line, [data-theme="dark-mode"] .header-style-1 .rt-sticky .header-offcanvus button.side-menu-trigger .menu-btn-icon .line, [data-theme="dark-mode"] .header-style-1 .rt-sticky .header-offcanvus button.side-menu-trigger .menu-btn-icon::before, [data-theme="dark-mode"] .header-style-1 .rt-sticky .header-offcanvus button.side-menu-trigger .menu-btn-icon::after, [data-theme="dark-mode"] .header-style-1 .rt-sticky .header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
	background-color: #fff;
}

[data-theme="dark-mode"] .header-style-1 .site-header .rt-sticky .main-navigation nav > ul > li > a, [data-theme="dark-mode"] .header-style-1 .rt-sticky .header-icon-area .search-icon a, [data-theme="dark-mode"] .header-style-1 .rt-sticky .cart-area .cart-trigger-icon {
	color: #fff;
}

[data-theme="dark-mode"] .header-style-1 .rt-sticky .header-icon-area .search-icon a:hover, [data-theme="dark-mode"] .header-style-1 .rt-sticky .cart-area .cart-trigger-icon:hover, [data-theme="dark-mode"] .header-style-1 .site-header .rt-sticky .main-navigation nav > ul > li > a:hover {
	color: var(--primary_color);
}

[data-theme="dark-mode"] .header-style-1 .header-area .rt-sticky .site-branding .dark-logo {
	display: none;
}

[data-theme="dark-mode"] .header-style-1 .header-area .rt-sticky .site-branding .light-logo {
	display: table-cell;
}

[data-theme="dark-mode"] .apsc-theme-5 .apsc-each-profile {
	background-color: #000;
}

[data-theme="dark-mode"] p, [data-theme="dark-mode"] .apsc-theme-5 .apsc-media-type, [data-theme="dark-mode"] .apsc-theme-5 span.apsc-count {
	color: var(--body_light_color);
	transition: all ease .31s;
}

[data-theme="dark-mode"] .sidebar-widget-area .widget_tag_cloud a, [data-theme="dark-mode"] .sidebar-widget-area .widget_product_tag_cloud a {
	border: 1px solid #323232;
	background: #141414;
	color: var(--title_light_color);
}

[data-theme="dark-mode"] .sidebar-widget-area .widget_tag_cloud a:hover, [data-theme="dark-mode"] .sidebar-widget-area .widget_product_tag_cloud a:hover {
	border: 1px solid var(--primary_color);
	background: var(--primary_color);
	color: var(--title_light_color);
}

[data-theme="dark-mode"] .team-single .team-single-content ul.team-social li a {
	background: #262626;
}

[data-theme="dark-mode"] .team-multi-layout-1 .team-item .team-social li a {
	background: #343434;
}

[data-theme="dark-mode"] .rt-image-style1 .entry-content {
	background-color: #121212;
}

[data-theme="dark-mode"] .rt-image-style1 .entry-content .author-social li a {
	color: #a3a3a3;
}

[data-theme="dark-mode"] ul.entry-meta.meta-dark-color li.post-comment a:hover, [data-theme="dark-mode"] .rt-image-style1 .entry-content .author-social li a:hover {
	color: var(--primary_color);
}

[data-theme="dark-mode"] .about-author {
	background-color: #343434;
}

[data-theme="dark-mode"] .fluentform.fluentform_wrapper_1 .ff-el-form-control, [data-theme="dark-mode"] #respond form .form-control {
	border-color: #343434;
	background-color: #343434;
	color: #fff;
}

[data-theme="dark-mode"] .header-search {
	background-color: var(--body_dark_color);
}

[data-theme="dark-mode"] .header-style-5 .header-search-six .search-form input {
	background-color: #363636;
	box-shadow: 0 -2px 3px 0px #585858;
}

[data-theme="dark-mode"] .rt-swiper-nav-1 .swiper-navigation > div {
	background-color: #1d1d1d;
}

[data-theme="dark-mode"] input.form-control::placeholder, [data-theme="dark-mode"] textarea.form-control::placeholder, [data-theme="dark-mode"] #respond input.form-control::placeholder, [data-theme="dark-mode"] #respond input.form-control::-webkit-input-placeholder, [data-theme="dark-mode"] #respond input.form-control::-moz-placeholder, [data-theme="dark-mode"] #respond input.form-control:-moz-placeholder, [data-theme="dark-mode"] #respond input.form-control:-ms-input-placeholder, [data-theme="dark-mode"] #respond textarea.form-control::placeholder, [data-theme="dark-mode"] #respond textarea.form-control::-webkit-input-placeholder, [data-theme="dark-mode"] #respond textarea.form-control::-moz-placeholder, [data-theme="dark-mode"] #respond textarea.form-control:-moz-placeholder, [data-theme="dark-mode"] #respond textarea.form-control:-ms-input-placeholder {
	color: #bebebe;
}

[data-theme="dark-mode"] .pagination-area ul li a {
	background-color: #383838;
}

[data-theme="dark-mode"] .pagination-area ul li a:hover {
	background-color: var(--primary_color);
}

[data-theme="dark-mode"] .pagination-area ul li.active a {
	background-color: var(--primary_color);
}

[data-theme="dark-mode"] .pagination-area ul li a, [data-theme="dark-mode"] .rt-section-title.style2 .entry-title, [data-theme="dark-mode"] .feature-post-layout .entry-title a, [data-theme="dark-mode"] .entry-title.title-dark-color a, [data-theme="dark-mode"] .mobile-top-bar .header-top .info, [data-theme="dark-mode"] .mobile-top-bar .header-top .info-text a, [data-theme="dark-mode"] .additional-menu-area .sidenav ul li a, [data-theme="dark-mode"] .site-header .main-navigation>nav>ul>li>a, [data-theme="dark-mode"] .cart-area .cart-trigger-icon, [data-theme="dark-mode"] .header-icon-area .search-icon a, [data-theme="dark-mode"] .header-icon-area .user-icon-area a, [data-theme="dark-mode"] .menu-user .user-icon-area a, [data-theme="dark-mode"] .rt-swiper-nav-1 .swiper-navigation > div, [data-theme="dark-mode"] .sidebar-widget-area .widget_categories ul li, [data-theme="dark-mode"] .sidebar-widget-area .widget_archive ul li, [data-theme="dark-mode"] .sidebar-widget-area .widget_categories ul li a, [data-theme="dark-mode"] .sidebar-widget-area .widget_archive ul li a, [data-theme="dark-mode"] .header-search .header-search-form .search-btn i, [data-theme="dark-mode"] .header-search .close, [data-theme="dark-mode"] .header-search .stylish-input-group input[type=search], [data-theme="dark-mode"] .header-search .header-search-form input[type=search], [data-theme="dark-mode"] .header-search .custom-search-input input[type=text] {
	color: #fff;
}

[data-theme="dark-mode"] .post-detail-style1 .entry-header, [data-theme="dark-mode"] .feature-post-layout .list-item, [data-theme="dark-mode"] .sidebar-widget-area .widget ul li, [data-theme="dark-mode"] .post-tab-layout .tab-item, [data-theme="dark-mode"] .dark-border-color .elementor-widget .elementor-widget-container, [data-theme="dark-mode"] .additional-menu-area .sidenav .sub-menu, [data-theme="dark-mode"] .additional-menu-area .sidenav ul li, [data-theme="dark-mode"] .rt-post-list-style4, [data-theme="dark-mode"] .rt-post-list-default .rt-item, [data-theme="dark-mode"] .post-box-style .rt-news-box-widget, [data-theme="dark-mode"] .sidebar-widget-area .widget .widgettitle .titleline, [data-theme="dark-mode"] .section-title .related-title .titleline, [data-theme="dark-mode"] .meta-tags a, [data-theme="dark-mode"] .search-form .input-group, [data-theme="dark-mode"] .post-navigation .text-left, [data-theme="dark-mode"] .post-navigation .text-right, [data-theme="dark-mode"] .post-detail-style1 .share-box-area .post-share .share-links .email-share-button, [data-theme="dark-mode"] .post-detail-style1 .share-box-area .post-share .share-links .print-share-button, [data-theme="dark-mode"] .header-style-6 .logo-ad-wrap, [data-theme="dark-mode"] .rt-thumb-slider-horizontal-4 .rt-thumnail-area .swiper-pagination, [data-theme="dark-mode"] .elementor-category .rt-category-style2 .rt-item {
	border-color: var(--border_light_color) !important;
}

[data-theme="dark-mode"] ul.entry-meta.meta-dark-color li.post-comment a, [data-theme="dark-mode"] .rt-post-list-default.rt-post-list-style6 .rt-item .title-wrap .icon-box {
	color: var(--link_light_color);
}

[data-theme="dark-mode"] .entry-header .entry-title.title-dark-color, [data-theme="dark-mode"] .entry-title.title-dark-color a {
	color: var(--title_light_color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to right, var(--primary_color), var(--primary_color) 50%, var(--title_light_color) 50%);
	background-size: 200% 100%;
	background-position: 100%;
	transition: all .5s cubic-bezier(0, 0, .23, 1);
}

[data-theme="dark-mode"] .entry-title.title-dark-color a:hover {
	background-position: 0%;
}

[data-theme="dark-mode"]  a {
	color: var(--link_light_color);
}

[data-theme="dark-mode"]  a:hover {
	color: var(--primary_color);
}

[data-theme="dark-mode"]  .search-form button {
	color: #aaa;
}

[data-theme="dark-mode"] input.form-control::placeholder, [data-theme="dark-mode"] textarea.form-control::placeholder {
	color: #bababa;
}

[data-theme="dark-mode"] #respond input.form-control::placeholder, [data-theme="dark-mode"] #respond input.form-control::-webkit-input-placeholder, [data-theme="dark-mode"] #respond input.form-control::-moz-placeholder, [data-theme="dark-mode"] #respond input.form-control:-moz-placeholder, [data-theme="dark-mode"] #respond input.form-control:-ms-input-placeholder {
	color: #bababa;
}

[data-theme="dark-mode"] #respond textarea.form-control::placeholder, [data-theme="dark-mode"] #respond textarea.form-control::-webkit-input-placeholder, [data-theme="dark-mode"] #respond textarea.form-control::-moz-placeholder, [data-theme="dark-mode"] #respond textarea.form-control:-moz-placeholder, [data-theme="dark-mode"] #respond textarea.form-control:-ms-input-placeholder {
	color: #bababa;
}

[data-theme="dark-mode"] .comments-area .main-comments .comment-meta .comment-author-name {
	color: #bababa;
}

[data-theme="dark-mode"] .comments-area .main-comments .replay-area a {
	background-color: #434343;
}

[data-theme="dark-mode"] .comments-area .main-comments .replay-area a:hover {
	background-color: var(--primary_color);
}

[data-theme="dark-mode"] a.play-btn {
	color: #fff;
}

[data-theme="dark-mode"] a.play-btn:hover {
	color: var(--primary_color);
}

[data-theme="dark-mode"] .ticker-wrapper .ticker-swipe {
	background: #343434;
}

[data-theme="dark-mode"] .rt-counter .rtin-item .rtin-title {
	color: #dedede;
}

[data-theme="dark-mode"] .rt-counter .rtin-item .rtin-counter, [data-theme="dark-mode"] .rt-title-text-button .entry-sub-content, [data-theme="dark-mode"] .rt-title-text-button .entry-title {
	color: #fff;
}

[data-theme="dark-mode"] .rt-category-widget.box-style-2 .rt-item a .rt-cat-count, [data-theme="dark-mode"] .rt-category-widget.box-style-2 .rt-item a .rt-cat-name, [data-theme="dark-mode"] .rt-category-widget.box-style-2 .rt-item a {
	color: var(--link_light_color);
}

[data-theme="dark-mode"] .rt-category-widget.box-style-2 .rt-item a:hover .rt-cat-name {
	color: var(--primary_color);
}

[data-theme="dark-mode"] .rt-category-widget.box-style-2 .rt-item.space {
	border-bottom: 1px solid var(--border_light_color);
}

[data-theme="dark-mode"] .entry-meta-tags a {
	border: 1px solid var(--border_light_color);
	background-color: #0c0d0d;
}

[data-theme="dark-mode"] .entry-meta-tags a:hover {
	border: 1px solid var(--primary_color);
	background-color: var(--primary_color);
}

[data-theme="dark-mode"] .rt-counter .rt-item .rt-title {
	color: #ccc;
}

[data-theme="dark-mode"] .rt-counter .rt-item .rt-counter {
	color: #fff;
}

[data-theme="dark-mode"] .woocommerce .rt-product-block .rt-thumb-wrapper {
	background-color: #0c0d0d;
}

[data-theme="dark-mode"] .woocommerce .rt-product-block .price-title-box .rt-title a {
	color: #fff;
}

[data-theme="dark-mode"] .woocommerce .rt-product-block .price-title-box .rt-title a:hover {
	color: var(--primary_color);
}

[data-theme="dark-mode"] .woocommerce .rt-product-block .price-title-box .rt-price {
	color: #fff;
}

[data-theme="dark-mode"] .woocommerce .rt-product-block .rt-buttons-area .btn-icons .inline-item a {
	background-color: #36292c;
}

[data-theme="dark-mode"] .woocommerce .rt-product-block .rt-buttons-area .btn-icons .inline-item a:hover {
	background-color: var(--primary_color);
}

[data-theme="dark-mode"] .woocommerce .woocommerce-ordering select {
	border: 1px solid var(--border_light_color);
}

[data-theme="dark-mode"] .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #b5b5b5;
}

[data-theme="dark-mode"] .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff;
}

[data-theme="dark-mode"] .woocommerce table.shop_attributes tr:nth-child(odd) td, [data-theme="dark-mode"] .woocommerce table.shop_attributes tr:nth-child(odd) th {
	background: rgba(255, 255, 255, .025);
}

[data-theme="dark-mode"] .woocommerce table.shop_attributes tr:nth-child(even) td, [data-theme="dark-mode"] .woocommerce table.shop_attributes tr:nth-child(even) th {
	background: rgba(255, 255, 255, .075);
}

[data-theme="dark-mode"] table th, [data-theme="dark-mode"] table td {
	border: 1px solid var(--border_light_color);
}

[data-theme="dark-mode"] .woocommerce-Reviews .comment-form label, [data-theme="dark-mode"] .woocommerce-Reviews .comment-reply-title {
	color: #f8f8f8;
}

[data-theme="dark-mode"] .woocommerce #review_form #respond p textarea {
	background-color: #0c0d0d;
	border-color: var(--border_light_color);
	color: #fff;
}

[data-theme="dark-mode"] .woocommerce div.product div.images .flex-viewport {
	background-color: #0c0d0d;
}

[data-theme="dark-mode"] .woocommerce div.product div.images .flex-control-thumbs li {
	border: 1px solid var(--border_light_color);
	background-color: #0c0d0d;
}

[data-theme="dark-mode"] .woocommerce .product-details-page .rt-right span.price, [data-theme="dark-mode"] .woocommerce .product-details-page .rt-right p.price {
	color: #fff;
}

[data-theme="dark-mode"] .woocommerce .product-details-page .product_meta>span {
	color: #dfdfdf;
}

[data-theme="dark-mode"] .woocommerce .product-details-page .product_meta>span a, [data-theme="dark-mode"] .woocommerce .product-details-page .product_meta>span span {
	color: #b7bdc3;
}

[data-theme="dark-mode"] .woocommerce .product-details-page .rt-right .quantity input.input-text, [data-theme="dark-mode"] .woocommerce .product-details-page .rt-right .wistlist-compare-box a {
	background-color: #0c0d0d;
	border: 1px solid var(--border_light_color);
	color: #fff;
}

[data-theme="dark-mode"] .woocommerce div.product form.cart .single-add-to-cart-wrapper div.quantity .quantity-btn {
	background-color: #0c0d0d;
	border: 1px solid var(--border_light_color);
}

[data-theme="dark-mode"] .woocommerce div.product form.cart .single-add-to-cart-wrapper div.quantity .quantity-btn:hover {
	background-color: var(--primary_color);
	border: 1px solid var(--primary_color);
}

[data-theme="dark-mode"] .woocommerce-cart table.cart td.actions .coupon .input-text {
	background-color: #0c0d0d;
	border: 1px solid var(--border_light_color);
}

[data-theme="dark-mode"] .woocommerce-cart table.woocommerce-cart-form__contents .product-name a {
	color: #c7c7c7;
}

[data-theme="dark-mode"] .woocommerce-cart table.woocommerce-cart-form__contents tr th {
	color: #fff;
}

[data-theme="dark-mode"] .woocommerce-cart table.woocommerce-cart-form__contents tr td, [data-theme="dark-mode"] .woocommerce-cart table.woocommerce-cart-form__contents tr th {
	color: #fff;
	border: 0;
	border-top: 1px solid var(--border_light_color);
	border-left: 1px solid var(--border_light_color);
}

[data-theme="dark-mode"] .woocommerce-cart table.woocommerce-cart-form__contents .quantity .quantity-btn {
	border: 1px solid var(--border_light_color);
	background-color: #0c0d0d;
}

[data-theme="dark-mode"] .quantity input.input-text {
	background-color: #0c0d0d;
	border: 1px solid var(--border_light_color);
}

[data-theme="dark-mode"] .woocommerce table.shop_table tbody th, [data-theme="dark-mode"] .woocommerce table.shop_table tfoot th {
	color: #fff;
}

[data-theme="dark-mode"] .woocommerce-billing-fields span.woocommerce-input-wrapper input {
	background-color: #0c0d0d;
	border: 1px solid var(--border_light_color);
}

[data-theme="dark-mode"] .woocommerce-error, [data-theme="dark-mode"] .woocommerce-info, [data-theme="dark-mode"] .woocommerce-message #add_payment_method #payment, [data-theme="dark-mode"] .woocommerce-cart #payment, [data-theme="dark-mode"] .woocommerce-checkout #payment {
	background-color: #0c0d0d;
}

[data-theme="dark-mode"] .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong, [data-theme="dark-mode"] .woocommerce table.shop_table th, [data-theme="dark-mode"] .woocommerce .woocommerce-checkout .form-row label, [data-theme="dark-mode"] .woocommerce-error, [data-theme="dark-mode"] .woocommerce-info, [data-theme="dark-mode"] .woocommerce-message, [data-theme="dark-mode"] .woocommerce-message::before, [data-theme="dark-mode"] .woocommerce-info::before {
	color: #fff;
}

[data-theme="dark-mode"] .select2-container--default .select2-selection--single {
	background-color: #0c0d0d;
	border-radius: 0;
}

[data-theme="dark-mode"] .woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
	border: 1px solid var(--border_light_color);
}

[data-theme="dark-mode"] .woocommerce-additional-fields span.woocommerce-input-wrapper textarea {
	color: #fff;
	border: 1px solid var(--border_light_color);
	background-color: #0c0d0d;
}

[data-theme="dark-mode"] .woocommerce #reviews #comments ol.commentlist li .comment_container {
	border: 1px solid var(--border_light_color);
}

[data-theme="dark-mode"] .woocommerce div.product .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid var(--border_light_color);
}

[data-theme="dark-mode"] .select2-results__option {
	color: var(--link_dark_color);
}

[data-theme="dark-mode"] .woocommerce-MyAccount-navigation ul li a {
	color: #fff;
}

[data-theme="dark-mode"] .woocommerce form .form-row input.input-text, [data-theme="dark-mode"] .woocommerce form .form-row textarea {
	background-color: #0c0d0d;
	border: 1px solid var(--border_light_color);
}

[data-theme="dark-mode"] .cart-area .cart-wrapper {
	background-color: #000;
}

[data-theme="dark-mode"] .cart-area .minicart-title a {
	color: #d3d3d3;
}

[data-theme="dark-mode"] .cart-area .minicart-title .cart-title-line2 {
	color: #d3d3d3;
}

[data-theme="dark-mode"] .cart-area .cart-wrapper ul.minicart>li.cart-total {
	color: #fff;
}

[data-theme="dark-mode"] .cart-area .cart-wrapper ul.minicart>li {
	border-bottom: 1px solid var(--border_light_color);
}

[data-theme="dark-mode"] .cart-area .cart-wrapper ul.minicart>li:last-child {
	border-bottom: 0;
}

[data-theme="dark-mode"] .cart-wrapper .cart-product-img {
	border: 1px solid var(--border_light_color);
}

[data-theme="dark-mode"] .header-style-8 .site-header .rt-sticky .main-navigation nav > ul > li > a, [data-theme="dark-mode"] .play-btn-2:hover, [data-theme="dark-mode"] .button-style-1:hover {
	color: var(--title_light_color);
}

[data-theme="dark-mode"] .cart-area .cart-trigger-icon:hover {
	color: var(--primary_color);
}

[data-theme="dark-mode"] .wpuf-registration-form .wpuf-fields .input, [data-theme="dark-mode"] .wpuf-login-form input.input {
	border: 1px solid #525252;
}

[data-theme="dark-mode"] .header-style-8 .header-icon-area .search-icon a:hover {
	color: var(--primary_color);
}

/*custom swiper css*/
.swiper-container {
	overflow: hidden;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	display: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	display: none;
}
