@charset "UTF-8";
: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-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--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, #ffffff26, #fff0);
}

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

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

body {
	font-family: var(--bs-font-sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {}

:root {
	--fontFamily: "Roboto", sans-serif;
	--fontFamily2: "Playfair Display", serif;
	--mainColor: #fe4a55;
	--secondaryColor: #6ba292;
	--optionalColor: #606060;
	--whiteColor: #fff;
	--blackColor: #221638;
	--fontSize: 16px;
	--transition: .5s;
}

body {
	padding: 0;
	margin: 0;
	font-size: var(--fontSize);
	font-family: var(--fontFamily);
}

@media only screen and (max-width:767px) {
	body {
		font-size: 14.5px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	body {
		font-size: 15px;
	}
}

/*!
 * Bootstrap v5.0.1 (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-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--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, #ffffff26, #fff0)
}

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

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

body {
	font-family: var(--bs-font-sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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: initial
}

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: 0 solid;
	border-color: inherit
}

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
}

::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: initial
}

[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-inline, .list-unstyled {
	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, .img-thumbnail {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem
}

.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(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) / -2);
	margin-left: calc(var(--bs-gutter-x) / -2)
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
	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.3333333333%
}

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
	margin-left: 8.3333333333%
}

.offset-2 {
	margin-left: 16.6666666667%
}

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

.offset-4 {
	margin-left: 33.3333333333%
}

.offset-5 {
	margin-left: 41.6666666667%
}

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

.offset-7 {
	margin-left: 58.3333333333%
}

.offset-8 {
	margin-left: 66.6666666667%
}

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

.offset-10 {
	margin-left: 83.3333333333%
}

.offset-11 {
	margin-left: 91.6666666667%
}

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

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

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

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

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

.g-2, .gy-2 {
	--bs-gutter-y: 0.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.3333333333%
	}
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%
	}
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.3333333333%
	}
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.6666666667%
	}
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%
	}
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.3333333333%
	}
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.6666666667%
	}
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.3333333333%
	}
	.offset-sm-2 {
		margin-left: 16.6666666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.3333333333%
	}
	.offset-sm-5 {
		margin-left: 41.6666666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.3333333333%
	}
	.offset-sm-8 {
		margin-left: 66.6666666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.3333333333%
	}
	.offset-sm-11 {
		margin-left: 91.6666666667%
	}
	.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: 0.25rem
	}
	.g-sm-1, .gy-sm-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-sm-2, .gx-sm-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-sm-2, .gy-sm-2 {
		--bs-gutter-y: 0.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.3333333333%
	}
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.3333333333%
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.6666666667%
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%
	}
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.3333333333%
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.6666666667%
	}
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.3333333333%
	}
	.offset-md-2 {
		margin-left: 16.6666666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.3333333333%
	}
	.offset-md-5 {
		margin-left: 41.6666666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.3333333333%
	}
	.offset-md-8 {
		margin-left: 66.6666666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.3333333333%
	}
	.offset-md-11 {
		margin-left: 91.6666666667%
	}
	.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: 0.25rem
	}
	.g-md-1, .gy-md-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-md-2, .gx-md-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-md-2, .gy-md-2 {
		--bs-gutter-y: 0.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.3333333333%
	}
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.3333333333%
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.6666666667%
	}
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%
	}
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.3333333333%
	}
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.6666666667%
	}
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.3333333333%
	}
	.offset-lg-2 {
		margin-left: 16.6666666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.3333333333%
	}
	.offset-lg-5 {
		margin-left: 41.6666666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.3333333333%
	}
	.offset-lg-8 {
		margin-left: 66.6666666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.3333333333%
	}
	.offset-lg-11 {
		margin-left: 91.6666666667%
	}
	.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: 0.25rem
	}
	.g-lg-1, .gy-lg-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-lg-2, .gx-lg-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-lg-2, .gy-lg-2 {
		--bs-gutter-y: 0.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.3333333333%
	}
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%
	}
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%
	}
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%
	}
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%
	}
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%
	}
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%
	}
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.3333333333%
	}
	.offset-xl-2 {
		margin-left: 16.6666666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.3333333333%
	}
	.offset-xl-5 {
		margin-left: 41.6666666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.3333333333%
	}
	.offset-xl-8 {
		margin-left: 66.6666666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.3333333333%
	}
	.offset-xl-11 {
		margin-left: 91.6666666667%
	}
	.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: 0.25rem
	}
	.g-xl-1, .gy-xl-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-xl-2, .gx-xl-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-xl-2, .gy-xl-2 {
		--bs-gutter-y: 0.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.3333333333%
	}
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%
	}
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%
	}
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%
	}
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%
	}
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%
	}
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%
	}
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%
	}
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%
	}
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%
	}
	.offset-xxl-0 {
		margin-left: 0
	}
	.offset-xxl-1 {
		margin-left: 8.3333333333%
	}
	.offset-xxl-2 {
		margin-left: 16.6666666667%
	}
	.offset-xxl-3 {
		margin-left: 25%
	}
	.offset-xxl-4 {
		margin-left: 33.3333333333%
	}
	.offset-xxl-5 {
		margin-left: 41.6666666667%
	}
	.offset-xxl-6 {
		margin-left: 50%
	}
	.offset-xxl-7 {
		margin-left: 58.3333333333%
	}
	.offset-xxl-8 {
		margin-left: 66.6666666667%
	}
	.offset-xxl-9 {
		margin-left: 75%
	}
	.offset-xxl-10 {
		margin-left: 83.3333333333%
	}
	.offset-xxl-11 {
		margin-left: 91.6666666667%
	}
	.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: 0.25rem
	}
	.g-xxl-1, .gy-xxl-1 {
		--bs-gutter-y: 0.25rem
	}
	.g-xxl-2, .gx-xxl-2 {
		--bs-gutter-x: 0.5rem
	}
	.g-xxl-2, .gy-xxl-2 {
		--bs-gutter-y: 0.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: #0000;
	--bs-table-accent-bg: #0000;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: #0000000d;
	--bs-table-active-color: #212529;
	--bs-table-active-bg: #0000001a;
	--bs-table-hover-color: #212529;
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-color: #dee2e6
}

.table>:not(caption)>*>* {
	padding: .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(:last-child)>:last-child>* {
	border-bottom-color: initial
}

.caption-top {
	caption-side: top
}

.table-sm>:not(caption)>*>* {
	padding: .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-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;
	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 #0d6efd40
}

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

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

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

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border: 0 solid;
	border-color: inherit;
	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::file-selector-button {
		transition: none
	}
}

.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;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border: 0 solid;
	border-color: inherit;
	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: initial;
	border: solid #0000;
	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::file-selector-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
	padding: .25rem .5rem;
	margin: -.25rem -.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::file-selector-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
	padding: .5rem 1rem;
	margin: -.5rem -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 {
	max-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;
	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;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem #0d6efd40
}

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

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

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

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

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

.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: 50%;
	background-size: contain;
	border: 1px solid #00000040;
	-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 #0d6efd40
}

.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=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[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: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: 0;
	border-radius: 2em;
	transition: background-position .15s ease-in-out
}

@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:checked {
	background-position: 100%;
	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-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: initial;
	-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 #0d6efd40
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40
}

.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: #0000;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: #0000;
	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: #0000;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: #0000;
	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);
	padding: 1rem .75rem
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem .75rem;
	pointer-events: none;
	border: 1px solid #0000;
	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::placeholder {
	color: #0000
}

.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: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.has-validation>.dropdown-toggle:nth-last-child(n+4), .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .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>: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: #198754e6;
	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:focus, .was-validated .form-control:valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 .25rem #19875440
}

.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:focus, .was-validated .form-select:valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 .25rem #19875440
}

.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 #19875440
}

.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: #dc3545e6;
	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:focus, .was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem #dc354540
}

.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:focus, .was-validated .form-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem #dc354540
}

.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 #dc354540
}

.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;
	user-select: none;
	background-color: initial;
	border: 1px solid #0000;
	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 #0d6efd40
}

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

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

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

.btn-check:focus+.btn-primary, .btn-primary:focus {
	box-shadow: 0 0 0 .25rem #3184fd80
}

.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 #3184fd80
}

.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-check:focus+.btn-secondary, .btn-secondary:focus, .btn-secondary:hover {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64
}

.btn-check:focus+.btn-secondary, .btn-secondary:focus {
	box-shadow: 0 0 0 .25rem #828a9180
}

.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 #828a9180
}

.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-check:focus+.btn-success, .btn-success:focus, .btn-success:hover {
	color: #fff;
	background-color: #157347;
	border-color: #146c43
}

.btn-check:focus+.btn-success, .btn-success:focus {
	box-shadow: 0 0 0 .25rem #3c996e80
}

.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 #3c996e80
}

.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-check:focus+.btn-info, .btn-info:focus, .btn-info:hover {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2
}

.btn-check:focus+.btn-info, .btn-info:focus {
	box-shadow: 0 0 0 .25rem #0baccc80
}

.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 #0baccc80
}

.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-check:focus+.btn-warning, .btn-warning:focus, .btn-warning:hover {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720
}

.btn-check:focus+.btn-warning, .btn-warning:focus {
	box-shadow: 0 0 0 .25rem #d9a40680
}

.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 #d9a40680
}

.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-check:focus+.btn-danger, .btn-danger:focus, .btn-danger:hover {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37
}

.btn-check:focus+.btn-danger, .btn-danger:focus {
	box-shadow: 0 0 0 .25rem #e1536180
}

.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 #e1536180
}

.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-check:focus+.btn-light, .btn-light:focus, .btn-light:hover {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb
}

.btn-check:focus+.btn-light, .btn-light:focus {
	box-shadow: 0 0 0 .25rem #d3d4d580
}

.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 #d3d4d580
}

.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-check:focus+.btn-dark, .btn-dark:focus, .btn-dark:hover {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21
}

.btn-check:focus+.btn-dark, .btn-dark:focus {
	box-shadow: 0 0 0 .25rem #42464980
}

.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 #42464980
}

.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 #0d6efd80
}

.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 #0d6efd80
}

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

.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 #6c757d80
}

.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 #6c757d80
}

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

.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 #19875480
}

.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 #19875480
}

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

.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 #0dcaf080
}

.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 #0dcaf080
}

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

.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 #ffc10780
}

.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 #ffc10780
}

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

.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 #dc354580
}

.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 #dc354580
}

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

.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 #f8f9fa80
}

.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 #f8f9fa80
}

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

.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 #21252980
}

.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 #21252980
}

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

.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
	}
}

.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 #0000;
	border-bottom: 0;
	border-left: .3em solid #0000
}

.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 #00000026;
	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 #0000;
	border-bottom: .3em solid;
	border-left: .3em solid #0000
}

.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 #0000;
	border-right: 0;
	border-bottom: .3em solid #0000;
	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: "";
	display: none
}

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

.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 #00000026
}

.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: initial;
	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: initial
}

.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: #00000026
}

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

.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
	color: #fff;
	background-color: #ffffff26
}

.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: #00000026
}

.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: none;
	border: 1px solid #0000;
	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: initial;
	border-color: #0000
}

.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: none;
	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: 1.5rem;
	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: initial;
	border: 1px solid #0000;
	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: 50%;
	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
	}
}

@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
	}
}

@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
	}
}

@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
	}
}

@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 {
	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-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #000000e6
}

.navbar-light .navbar-nav .nav-link {
	color: #0000008c
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #000000b3
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: #0000004d
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
	color: #000000e6
}

.navbar-light .navbar-toggler {
	color: #0000008c;
	border-color: #0000001a
}

.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-text {
	color: #0000008c
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: #000000e6
}

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

.navbar-dark .navbar-nav .nav-link {
	color: #ffffff8c
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #ffffffbf
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: #ffffff40
}

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

.navbar-dark .navbar-toggler {
	color: #ffffff8c;
	border-color: #ffffff1a
}

.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-text {
	color: #ffffff8c
}

.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: initial;
	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
}

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

.card-subtitle {
	margin-top: -.25rem
}

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

.card-link:hover {
	text-decoration: none
}

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

.card-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	background-color: #00000008;
	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: #00000008;
	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-bottom: -.5rem;
	border-bottom: 0
}

.card-header-pills, .card-header-tabs {
	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 #0d6efd40
}

.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;
	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;
	border-color: #dee2e6
}

.page-link:focus, .page-link:hover {
	color: #0a58ca;
	background-color: #e9ecef
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 .25rem #0d6efd40
}

.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: initial;
	border-radius: .25rem
}

.badge:empty {
	display: none
}

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

.alert {
	position: relative;
	padding: 1rem;
	margin-bottom: 1rem;
	border: 1px solid #0000;
	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
}

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

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

.progress, .progress-bar {
	display: flex;
	overflow: hidden
}

.progress-bar {
	flex-direction: column;
	justify-content: center;
	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, #ffffff26 25%, #0000 0, #0000 50%, #ffffff26 0, #ffffff26 75%, #0000 0, #0000);
	background-size: 1rem 1rem
}

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

@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		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: initial;
	width: 1em;
	height: 1em;
	padding: .25em;
	color: #000;
	background: #0000 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") 50%/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 #0d6efd40;
	opacity: 1
}

.btn-close.disabled, .btn-close:disabled {
	pointer-events: none;
	-webkit-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: #ffffffd9;
	background-clip: padding-box;
	border: 1px solid #0000001a;
	box-shadow: 0 .5rem 1rem #00000026;
	border-radius: .25rem
}

.toast:not(.showing):not(.show) {
	opacity: 0
}

.toast.hide {
	display: none
}

.toast-container {
	width: -webkit-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: #ffffffd9;
	background-clip: padding-box;
	border-bottom: 1px solid #0000000d;
	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: 1060;
	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: translateY(-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 #0003;
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	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;
	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;
	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: #0000;
	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 #0003;
	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: #0000;
	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: #00000040
}

.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: #00000040
}

.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;
	border-bottom-color: #00000040
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after, .bs-popover-bottom>.popover-arrow:after {
	top: 1px;
	border-width: 0 .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: #00000040
}

.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 #d8d8d8;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: 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: none;
	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-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-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: initial;
	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 #0000;
	border-bottom: 10px solid #0000;
	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
}

@keyframes spinner-border {
	to {
		transform: rotate(1turn)
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	border: .25em solid;
	border-right: .25em solid #0000;
	border-radius: 50%;
	animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}

@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;
	animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}

@media (prefers-reduced-motion:reduce) {
	.spinner-border, .spinner-grow {
		animation-duration: 1.5s
	}
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: 1050;
	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-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem
}

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

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

.offcanvas-body {
	flex-grow: 1;
	padding: 1rem;
	overflow-y: auto
}

.offcanvas-start {
	top: 0;
	left: 0;
	width: 400px;
	border-right: 1px solid #0003;
	transform: translateX(-100%)
}

.offcanvas-end {
	top: 0;
	right: 0;
	width: 400px;
	border-left: 1px solid #0003;
	transform: translateX(100%)
}

.offcanvas-top {
	top: 0;
	border-bottom: 1px solid #0003;
	transform: translateY(-100%)
}

.offcanvas-bottom, .offcanvas-top {
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%
}

.offcanvas-bottom {
	border-top: 1px solid #0003;
	transform: translateY(100%)
}

.offcanvas.show {
	transform: none
}

.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: calc(3 / 4 * 100%)
}

.ratio-16x9 {
	--bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
	--bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
	top: 0
}

.fixed-bottom, .fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	bottom: 0
}

.sticky-top {
	position: sticky;
	top: 0;
	z-index: 1020
}

@media (min-width:576px) {
	.sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width:768px) {
	.sticky-md-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width:992px) {
	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width:1200px) {
	.sticky-xl-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width:1400px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.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
}

.align-baseline {
	vertical-align: initial!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
}

.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 #00000026!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: 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 {
	grid-gap: 0!important;
	gap: 0!important
}

.gap-1 {
	grid-gap: .25rem!important;
	gap: .25rem!important
}

.gap-2 {
	grid-gap: .5rem!important;
	gap: .5rem!important
}

.gap-3 {
	grid-gap: 1rem!important;
	gap: 1rem!important
}

.gap-4 {
	grid-gap: 1.5rem!important;
	gap: 1.5rem!important
}

.gap-5 {
	grid-gap: 3rem!important;
	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 {
	color: #0d6efd!important
}

.text-secondary {
	color: #6c757d!important
}

.text-success {
	color: #198754!important
}

.text-info {
	color: #0dcaf0!important
}

.text-warning {
	color: #ffc107!important
}

.text-danger {
	color: #dc3545!important
}

.text-light {
	color: #f8f9fa!important
}

.text-dark {
	color: #212529!important
}

.text-white {
	color: #fff!important
}

.text-body {
	color: #212529!important
}

.text-muted {
	color: #6c757d!important
}

.text-black-50 {
	color: #00000080!important
}

.text-white-50 {
	color: #ffffff80!important
}

.text-reset {
	color: inherit!important
}

.bg-primary {
	background-color: #0d6efd!important
}

.bg-secondary {
	background-color: #6c757d!important
}

.bg-success {
	background-color: #198754!important
}

.bg-info {
	background-color: #0dcaf0!important
}

.bg-warning {
	background-color: #ffc107!important
}

.bg-danger {
	background-color: #dc3545!important
}

.bg-light {
	background-color: #f8f9fa!important
}

.bg-dark {
	background-color: #212529!important
}

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

.bg-transparent {
	background-color: initial!important
}

.bg-gradient {
	background-image: var(--bs-gradient)!important
}

.user-select-all {
	-webkit-user-select: all!important;
	user-select: all!important
}

.user-select-auto {
	-webkit-user-select: auto!important;
	user-select: auto!important
}

.user-select-none {
	-webkit-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
}

.rounded-end, .rounded-top {
	border-top-right-radius: .25rem!important
}

.rounded-bottom, .rounded-end {
	border-bottom-right-radius: .25rem!important
}

.rounded-bottom, .rounded-start {
	border-bottom-left-radius: .25rem!important
}

.rounded-start {
	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 {
		grid-gap: 0!important;
		gap: 0!important
	}
	.gap-sm-1 {
		grid-gap: .25rem!important;
		gap: .25rem!important
	}
	.gap-sm-2 {
		grid-gap: .5rem!important;
		gap: .5rem!important
	}
	.gap-sm-3 {
		grid-gap: 1rem!important;
		gap: 1rem!important
	}
	.gap-sm-4 {
		grid-gap: 1.5rem!important;
		gap: 1.5rem!important
	}
	.gap-sm-5 {
		grid-gap: 3rem!important;
		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 {
		grid-gap: 0!important;
		gap: 0!important
	}
	.gap-md-1 {
		grid-gap: .25rem!important;
		gap: .25rem!important
	}
	.gap-md-2 {
		grid-gap: .5rem!important;
		gap: .5rem!important
	}
	.gap-md-3 {
		grid-gap: 1rem!important;
		gap: 1rem!important
	}
	.gap-md-4 {
		grid-gap: 1.5rem!important;
		gap: 1.5rem!important
	}
	.gap-md-5 {
		grid-gap: 3rem!important;
		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 {
		grid-gap: 0!important;
		gap: 0!important
	}
	.gap-lg-1 {
		grid-gap: .25rem!important;
		gap: .25rem!important
	}
	.gap-lg-2 {
		grid-gap: .5rem!important;
		gap: .5rem!important
	}
	.gap-lg-3 {
		grid-gap: 1rem!important;
		gap: 1rem!important
	}
	.gap-lg-4 {
		grid-gap: 1.5rem!important;
		gap: 1.5rem!important
	}
	.gap-lg-5 {
		grid-gap: 3rem!important;
		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 {
		grid-gap: 0!important;
		gap: 0!important
	}
	.gap-xl-1 {
		grid-gap: .25rem!important;
		gap: .25rem!important
	}
	.gap-xl-2 {
		grid-gap: .5rem!important;
		gap: .5rem!important
	}
	.gap-xl-3 {
		grid-gap: 1rem!important;
		gap: 1rem!important
	}
	.gap-xl-4 {
		grid-gap: 1.5rem!important;
		gap: 1.5rem!important
	}
	.gap-xl-5 {
		grid-gap: 3rem!important;
		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 {
		grid-gap: 0!important;
		gap: 0!important
	}
	.gap-xxl-1 {
		grid-gap: .25rem!important;
		gap: .25rem!important
	}
	.gap-xxl-2 {
		grid-gap: .5rem!important;
		gap: .5rem!important
	}
	.gap-xxl-3 {
		grid-gap: 1rem!important;
		gap: 1rem!important
	}
	.gap-xxl-4 {
		grid-gap: 1.5rem!important;
		gap: 1.5rem!important
	}
	.gap-xxl-5 {
		grid-gap: 3rem!important;
		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
	}
}

.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(./assets/img/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
	margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}

html.lb-disable-scrolling {
	overflow: hidden
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: .8
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: 400;
	box-sizing: initial;
	outline: none
}

.lightbox .lb-image {
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px
}

.lightbox a img {
	border: none
}

.lb-outerContainer {
	position: relative;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	background-color: #fff
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url("data:image/gif;base64,R0lGODlhIAAgAPUuAOjo6Nzc3M3Nzb+/v7e3t7GxsbW1tbu7u8XFxdHR0djY2MHBwa2trbm5ucnJyaSkpKWlpaGhoeLi4urq6u7u7ubm5vLy8vb29vT09Pr6+v39/aysrK+vr7Ozs8fHx9vb297e3qmpqb29vdPT06amptXV1aCgoMvLy8/Pz9fX18PDw/j4+Ozs7ODg4PDw8KioqOTk5JqampmZmZycnP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBwAuACwAAAAAIAAgAEAG/0CXcEgECQ6bUGRDbDpdimTo9QoJnlhsYVvojLLgrEAkGiwWiFTYldGsRyHSYz6P2COG9XCw2TAYeXprCQYEhQcKgoouAQ4IHg4CAiMpCiASFRMUFhgXFxkZawEDcnd2Jh2LLiAdLyQvELEFX6pCAQx9fQ21T1wFHCi8TwcGxQYnwk8eBAcHZQnJTh8D1I8OJwmWMBMsFJudoG4u4mAgIwIoCSMKlpjcmxeLCgcPJianEcIKBXR1prVRSMiBUIfDAA8JoC1SMYWKKw/RXCzoE6IixIgC+uDaQCsiAQ4gOSCIOMRXhxIkhRjoYEwhSQTGCAxIyYiAzWYjU35o5oxaIj095J6AWFDmDAIHCVpgubCizRoFKtBAQjeixIdLADRZYBpOQ1An5qYmLKEgQAsYWb95UiUhgIJK7bZRCBMEACH5BAkHADMALAAAAAAZACAAAAb/wJlwSAQJRJxNJMLgHBzE6FBxeD0ey2zEBJESA4sXBHItZ2MJr1DReZFIZfNS9lGXOC83aRzPktQKHCEheW4QBQseCQkeAwZeIAYbG4OEBiNqXgiTnBsemV6BkwwbDCigXioMq6RQqFEBHLKyB69SKAW5BRwltlELugW1vkQHBh3In8RDBs3NactCBM4GvdEzBNMGBNbRB9MEB9DRAwQNBwcC1zMe5wciCOsj7wcDAwrXAe8i9ifrDvwGLEDQjdgHewtUIPBQJxqKBQM9OBDQkBgIBws9CBCQQAEMNRk0SAngoeTGBCMUgKgwgYIFDBcyhPTywSTHEiolsHR5YcVMMkgoOCbACUJny5cxf0ppkWIRzgAtYABg4QKmz5AivUhQ8LTozqo9M9iS0KKFURY8iQQBACH5BAkHAAAALAAAAAAZACAAAAb/QIBwSAShRBzGA8LhHAQgolSoEIVIENJjG+maHgfFFBBQbUKvF3bL7kZMpoFUYTij0xAI++E2yVJEJQUbhCF3JGsRfF0xB0QKg4SFIR0qDgkJHgMhjEUESZIbBiNjAAkvAkQeHAUFTRwOpaUKHa22CbKlCLatsblTAQYdwgVyv1MJBsrKJcdTCMsGxs5EAwQEBgQn1FIH1wQHpNxDBw0H52LjQucHIiKA6gAi7SID4uoL9QMLuPEOA/sW+FI3IiACDwHigVCB4OCleKYOejgh4INChwIEJJAQLxPFBCNKcBwHIiOKBCUUfJAwgaRGlApASKgwwQWGCxkyaNAgC8SIMxEpYs6cQMHChRU6f0lQEFQmzaJHk/6CAeKDU6JGkfJ0VkHCUAo2cerc6mwC0bBayQIIAgAh+QQJBwAuACwAAAAAHAAgAAAG/0CXcEgEJQaFAomUHAhAxGhUMWCErq/X8sF9HRRSYgDB2ZixWgiXG4kMAuFPg2Gmb0JZEkTNbnPARCUGHAUcDHZYS3wPbW0QCUMfBklJhhsGCA4JCQ4LDH0RMzIcQiAHBR2UBQclYS4JBY0mA0MOBrepBieuRAgmMhuRBLfEkLxEJwdEHgbDtwLHxwEE1NQq0ccjDdQHX9i8Dt3d19+uCyIiB07lrgPu7q3sUu8LCx/y8/ULCPf4vQgAPQDyJ8RBQAfxCL5C4MGBAGMKFTA88VCCQhcgHDhEMWIgwRECUCQYkcKiQhAiSSoAAeCiggQlFHwAIWGCQgkpUqxsAQMABToMBCXIpFlhAgULF1Zk0KCBnQQQRI0iVdpUXgUJEooeTbrU34QKWqd2JUiBxVaqTC9iwHAhg9u0roIAACH5BAkHADMALAAAAAAfACAAAAb/wJlwSAQlFoZOKNQpDFAgonQq/CwKjI12E3p5IaGDgjoNeAoFDoeR5XpfJAiENAiQq6ImOt1efiEPgRxjVCkHBkl7axsMfnGADxERLyNTH4eIBgVNBAgnIyMOCxwvgYGSL4RCIAMGBJkGIiVkIx2QkhEcdkICBK+/AndDCBC4kgNVBwcNzAeVwkMCkZIxMR8zJyIiygco0FIIESYyBava2gMe31MbL0QjA/HxqutVUgILAwsL6vXCHgtULEDwzB8ZDwgSeqBnEJwHDw4cRGlIBQFEAQImUpQSESOUjVNQYEyQYBfIISVQJBhR4trJIR9IlkjxocJLIRJY0gQh4WaVTxQKArSQMMGnBAUfeFaY4MJnCxAtYCylgOFmhaFLWbjAcCHDSwASplq4sCKDBg0nJwCYQGFsWbQvKcjlmsGszxkW3Nq9y/Ut3Lsz6u6tFwQAIfkECQcAAAAsAAAAACAAHwAABv9AgHBIBCUQBsOGkVwkQMSodPhBdApYzma7CYU2IsV0CnIQklcsg7H1vl6hQWBMHRjOhnSBw+6G3iQQBWJjCgcEiEkGWXxtfy8QEA8hI1MfAwcNiUkHHgIjIycIBX+BkpOEQyAqByIHmQQLJWMjBpEPuBEFUEMCra+vKHRDHiS4DxERA3UDzQMis8O9xrkRhALOzQnSUQjIyREHACAIKggLCyfcUh3gyR8pCPLyH+tRI+AmJh4oCB4eDgTYk8IhQgwZMQYIcODghIMUA6McIDGgHoCGAjLOiUgnowAUCVpwpAMyASgJI8ckSFCihAKUKaW0TKHgA8yYROApCADiJk5QIS0+8JQAg8LPIRU+9IRRYcLRIRKINqVg4SmACRKmurBwweqECSyoXriQ4SmFCVQxkM2gQcNRCmJXsHX71ILaDGytChmLl65eAH3/EvGbMggAIfkECQcAMQAsAAAAACAAHAAABv/AmHBIjI0QB0KhQCCoEqCidPpBNAzYzrLA2Ww4A8V0ChIkm1jDtuv1qgLj4Ud1ODQIafWSw2iHQh1iYwoLdXV3aXt8Xn8vLxsjUwELAwMihgcDDgIlIwIIBoyOJCQhgkMgDpSVlginRSMGIS+kpAVRQwkICJSUCXFDHrMQD8UDqLvJrsBEKCQQxA8vggke1tYlzEUe0cUHMS0O4icOv9pFBsUPEQ8fCgLw8LjnQyPs6xEeJQkoCQmR9IpwiEAwAoF9IxLCCUhkQMEIDEpITKFAAkMiJx5CSEHxw4cKF3MVNBHBI4iTAEIKSTAywskWEmBMUDlFQswKFVjQlIKzwoQ6CRR2FpkAACgFFxiEDqEA1IUFDBeULqVg4cKFFRmkxsDwFGuGDBq0Wv2qoWxYqWTPao1Bdi2RsmuDAAAh+QQJBwAqACwAAAAAIAAaAAAG/0CVcEhUlRwDkcEgOiASoKJ0GnA0G4Ts0lDoLhTTKUiQbB4IW0OnW2BwEIHwEORYDJKHPHq57jI2GwZgYR8eCAh2d2Z7bBx/gAUlYh6Ghwt2CAIJKSUoDgQFjo8hHINDLZ6UlQ6mRSUNgBshIS8dUUMpAicCAg4eknJCDn+0JC8LQxIJCby8ccFDCbIvJMaDCsvZH9BFHi/U1CIqMCXlJSOt3EIGJBAPECQfLQr09DDqRSMQ7g8PDiABAgC8hY9Ih37vDoBYKKFFhYJFFiB8UECCxQoVJkAkciJCvwgkYGAEMIHCxmgeH0SIQHICCwoWTgpJsLJmSQouLGCQqaJjTT0IFGBiuHCB54CaEThYsED0QgaeDWbIiGGiwVCnGTJo4KkCxIIXCFRg1UCWa5GsZc2e1ap2Ctu2UrbCFRIEACH5BAkHADAALAAAAAAgABkAAAb/QJhwSISVTovBgTAYeEagonQaEKgGooN2STB4VZ/pFJRAqK5NbaPr7RQ6noB4CBIg7oik8rD2GtwFHAQKc3UODh53KklZDQ1+BZGBBSVTLQkCAoceiR4JIyklCQ4HBpIcDBsFhEWimAInDgJhUyUHgRwbugZRdCMjCcEorHMwJwWpuhsqQxUKKaGivcVCCbkbISEbrBIf3goK09RCHtjZIQMwEy0g7QHi40INIS/1Lx8AEvr6APFFI/ZIkDgxAUCFgxX8SSnwAoLAAxMiRmShsMgCEg8cFqDAkaOLikQEPBj5IISFkxgsYAA5JAHJjBdiymRZ7SWEFRkyrFhxgaaxQwgjI7zISTSDzwERkkbgoKFpU6M0NyiNQEDDEA1QQSYwkdSECQdEmtJ8EYErV1o+hziYIcPrgbRTEMiYQQxuEQRCggAAIfkECQcAMQAsAAAAACAAHAAABv/AmHBIjClQHsRApFqcRsWoNAZKJBHNweDAJTQQn2lUkhI4PNeFlnsgGAgER0AslIxQArMDgdWKDg0NbwYdB2FTEiUJiwInZ3xqf4EGlB0dBiVSMAopIyMJeCcCIyUKCiMCIoKVBQUGh0QgHx+cnyMgUykDlq2tBLhDMCAgAQGmwHQCBr0cDAhDEzASEi2yEnRECQUczRscCkITABUV0xXYRSfcG+wLMS4sE/Lk6FEH7OwMARYuFP4TFOoVGYFvQwgBGBLyCyiwiAGDIUIMuEAxIYaGRRZseMHRQIYMKyhewEhEwAsSJzd8XLmC5JAEJCCQmKmhpoaPLoUkgMBz5pBSmxlyxhDwoCiEEEQ0CI2xoGjRAkuLcHD64EDUlxGoOrgqhEPWBxEgwFqKwESEsyasXnUQwezZCOCuDpDh1sQArkIE0DURYg7eGHMfZPqbNwGRIAAh+QQJBwAuACwAAAAAIAAfAAAG/0CXcEh0gUqCEwLhcAhKxajUJVGMEgKBw7NcDL6OzzRaASlKV1TS0f2KDocTaCwEtAIfRSqt5XoHbw0EA2JTExISICABemknbAhecAcEBAcpUhQAFRWIiwoKHx+LewiAcAYEBg2FRCwTsBUwiBVTCggHDQa7BiJzQxYUwq8AE3RCKJW8BR5DFxgW0cIUx0Mjux0F2gpCF97eGBjVRAIG2toqQisZGSve40UD5xwFAez37PBEJdocHBsCMmgYOFBfkQb/NmwYUFCIBoNEEDBQuMHAQ4hSBFDcwAHjlBEKQ4j0KCWByBAvQpCMIgDlixcbVhZZ8JLEiwIyiRQgwZPEgU6cQkZAGEoCwgmgLgw8gLCURKuVCB5Ilfozp4ClU19wk4kgQoSpDwbIDPDCq9kIDALkDDHj7AMoQGOY8PoiAdKkMdBuvUtChNq7Qp4SCQIAIfkECQcAMAAsAQAAAB8AIAAABv9AmHBIlHxKCZRgmVAQn9AhwKgojRIJwcmD6AoCUShl2gJ9qlctF6EaLASgsNA1AVQk5TNS6eAuBgMHKh9hFhQsExN3EgEfKVgCfQh/gQcDTk8XGBYuh4oSoKAtRwKTgAeoB4REF62bFIkTYR8OpwcNBANxQhkZKyuaFhZyQwkiqAQEBg68vb3AF8REJbcGygSEGtoaztJPCcoG4ggwGkPc3lAL4gYdHWDn5unT4h0FBQLz0gf39wv6xDz0K9AAoBwUHApwSGgwzIiFHDYwaBhlBAMGGyRShCIgY0YOG58g8LjBQEgiBkKE2BBiwEkhI168CDEz30sDL0jIDLEqpAdOCBByvnB5UgAJoBB0YtqIAMIDpBCIUkxQIMKDq1c5wDN4YEOEr1gfvEix0YCJr1a/hhgRckEMtF85LN0Y4+xZEVtD1n3QYO7JESfyQgkCACH5BAkHADAALAQAAAAcACAAAAb/QJhwCANIQB/FaFn6EJ9QC6tSOSZHCZTg5EgEoE+MizWptgKKUiKx9SAQCRAYdsFYKCxAFZnCChxuCCoeX0QZGSt1d2VWSmyAbyoLCwpEGhqIdRQTE3p7CgmQCAsDpU5DmBmKFnMBAqOlAwcqcqiZc0QjpLIHBwKWiLhPKSIivb2nMJjCUAm9DQ0EHszMCNAE2IXUYCnRBgQGCdu4AwbmBgjjcw7mHR0H6mAJ7R0G8VAlBfr6908j+/z6DUHBAaDAIQg4KOTQ4KAQAgw2SBzgcITEi78OEri4gYG2ex5CiJS44KCAEC9ejKzUDwGJlylDqOj3D8KDBzALfMS1BsGANw0Rbt58uSHFOA4RkgYVijPECHURTChl+qAAy3EdpCoNSmLATmomwop9cOBqvAImQmxoIKDWnCAAIfkECQcAKQAsBgAAABoAIAAABv/AlFBooUwqsBYoAAINn1Dh5VJkHSWgj2KUUDijwoz4giles9sESlD6PjXwzIpKYVUkSkVJLXAI3G9jGC4sADASAXoJAicOHh4fUXFTg0Z3H3uMDggIHgGSYmApEiWanCoegHCiTwqOnAsDAqy0CrADuJG0oiUquAMHJ7usDrgHByKfw1EKIiLHBwnLYCrQDR7TUQINDQQEA9lQCd0GBA3hTyUEBuUG6EMl7PLvQgny7PQpHgUd/Af5BwoILKCCXgkOAwugoHeAA0KEysI52ECRAYOC6FAwoEiRgwJ0HjaE4LgBQbgRBl6oHLmhQ0QoBwZ4SJDAwwIOEEiofBEihEc+VhwiCBX64AEECC90vuAwgpaMoUWjPiChs8NHVgpiQJWa88WCl2BezDAxlOiDFweu7vrQgGIEExs4HPhDKwgAIfkECQcAJwAsBwAAABkAIAAABv/Ak/CkyWQuGBdlAqgMn9BnEWlZViQgECzKnV6qkyvoo/hIuEPNFAMWf0qjUgutNiJdrAqsBVKUEoABaEYrVEt7ZCMJKAICIGhoFQEKio0ejpBoIIsCDh4ICZmanZ4ICIKiUQqlCCooqVwopioLC4+wTx8ItQMDI7hQHr29DsBPCcMiKsZDJQfPBwPMQinQz9MnzgcEDQ3YCQ0EBAbe0w4G4wbS0wMG7gYI0yUdBvQGocwiBQUd9KjADvYJjGcsQQEOAgsoMOaBg0OEHDw8CRACX5QRBjZo3MCAg4F/J2LMMMFgAKgEHhYUeBEixMYNCo+ZiEAzwoObN0m8YLmxQAk0KDJMCLWJM+fOlhsMLHxSQuhQojchkNDpcgHIIQoaRHiKk4TUECKWQgIh4ADHmw4PYIIUBAAh+QQJBwAAACwEAAAAHAAgAAAG/0CAcEjUZDKXi8VFbDqdGmPSQplYn9hiZqWsViSwSvYZRWKoky8IBBsXjWYXawKTgBSKlpu4vWC8Ei0BCiUlEntPFGofhAkjeohOFYMlIwkCKZFPEimWlwIgmk4gCSgCJw4Jok4lpw4eCKGrQyACrwgqmbNDKB6wCCi7QyMIuAgOwkIpCAvNC8kACgsD1APQCtUi1sklByLe28ICB+QHz8kLDQ3kHskpBPDwqsIDBgT2BAHiBvz87UO2IiXo0KEfgQ9DHJiIgGDPiQIQCXZAJmREjBkRInAYgaUEAQ4QIzbQB8BDjBgZUxZYkGqEAwQGNjDgABKiAQVDPpBIGeGBT0kIQF+8CLFBpkyQBko0UcBgYU+fDyA8EDq0aFEGBHA6CSAiJVQSEEgIJVqUAwKSWBQ0IPGVhNihITgM0Lqn1gGaD0iAHIBCFpYgACH5BAkHADEALAIAAAAeACAAAAb/wJhwSCzGNJqMcck0IjOXC6ZJLT6lFle1+oRiXKwJa7vsRi2USaUCIC8zK6krXZG0Ku7lBa2GtUAgeUwUaxIgHwqBgkYTdocKJRKLRhUBiCUJCpNGAZAJny2bRBIjnwICH6JEJSinAgmqQwoCJw4OArFCH7YevbkxH70Iw78fw8e/KQgqzAi/CQsD0h6/CNLSJ0SKggoHIiIDIiNDIRyTCAfp6QExGzImEc55Ag0H9QfZDybw8LhkIwYICCQgIpWICPAiRHggj4oAAxADGsgWA0SIhA8yFhi3pMSBDhEhithW4oHCjBlJFFDhYMQIBwgMcChQICQBTUQSQDiZEQKJRxcvQmwYymEmzQ4dCKRYooADypQ/gw7dYJTmgVRMAgyA8MAniZ9CpzIoWgABuyrdXjyIGiLs0AILsLoBIUAEzbYgFyTYtiQIACH5BAkHAAAALAAAAQAgAB8AAAb/QIBwSCwaAZqjcqnUZJjQpXN1iVqFGucFg7kys9Oty+JtOjOXi4VCKS/RahdrMnEr45RJBVa3G9d6FRISfkd6MBIgIBWFRSyIIAEfhI1EiQEKJR+Vlh+ZJSWcQxIpJSMJI6JCEqcJKCiqAC2uArWxH7UnukMnBh6FKQ4nDh61LyYxEQyFAh7OCAkeJiYR1Ql2Hwja2ikf1d8Fdg4LCyoqCCAADdTfCGUJA/HxAkIK3w8PJPRWJSLy8ZuEDKiGL98vKCgOKDwg4sA+IQE2RCj4AIKBVEdKLCBAYOGBBemIpAhBkcSLEAYQnBgxolkDAzANEGhwYEDAIiNIQoBAwmSIRw0bGHDgUKBATI4dUyxRUICnyZNAhRYt0AEmAQM2oQQY8KJriJ9Bh0616iBkFAUiNnwFCpRo0Q4IbnoBgWIATKAyVSQweyQIACH5BAkHADEALAAABAAgABwAAAb/wJhwSCwaiRpN5shsFpNLp/QJzVym2Fj1csFkpZkw10L+OldjF4VidmIs6gmA1WZiKCx5BVBn6isSMH1HE4ASLS2DRhOHIAEfBRwcBQWKFQGPHwoRJiYRESODFQqkJSUQn58egy2mI68bqREDgx8JtwkjBJ6fHIMjKAICKCUeng8PoHUgwifCCh/JyA8ddSgO2NggMQfTDxCrXyUIHuUICUIKJN4kKFkKKioI8wjbQgPsIeFOCQP+C/PQDQnAgYRBEi9CGCjBJAWCAyL8DVjgwd6QFCEMvki4YQMBDwJMCXAw4IBJiP8+HBmxYWOIEB0ZSKJkoCaBBg1ODlDQREGHN5cdN8ikVKCmzZwHVKh0EmBB0I6TKHWwSYDAAQEWpSgYwAEq0ak2ESw1AyLBAgIGKFlFMCKrkSAAIfkECQcAMgAsAAAGACAAGgAABv9AmXBILBqPmqNyqUwyn01NBkqVJTXSafWJzV5kjoJge8yYV5c0wRQzhcbkIfqCwVg2kXxkEB/S7RQUEHoRcH0YLoEsE4QRCX1CLosTExV6DxEokDIUABWfEoMPmA6bEzAwEqocEaMPC5sVIC0gtQeuDwWbIB8BHx8gDq4QECN9EgrJKSktHyQQDxAkBn0pIyUj1xIyByQv3y8eZB8J5eUKQgovJN4vG5pUHycC9CgJLUML698bG6VPJTw4OEHwRAoiAQq8CBGi34YGJZR8cIAAgYeLHgTgI5KCQcMNDBhw4HDAgYASJRIIUDFgwIIFFS0GODKCg0ORBXIaMEDggM8/Ay0HqLD4YYkCA/1wFuiwk+dPEUEdzGQSAAEHpUyb9jwgAqgAEFUULMhZQCsBAg24Su0DIgGCtDuBehgBdkkQACH5BAkHADIALAAABwAgABkAAAb/QJlMJSwaj8hkURGZOZTQqOxgMsVMAqlW+ImYIuDGVuv4giOJMVSjIZwjDPWRLWNnOJHHIzKQGzNsGhkZL3l7J35Fg4srEHp6aYkyKxeVlY8PEJGJFxieFhYvehAQiJIYLqAUFAUkjiQLkjIULLW1ByS5Lx2yEwC/ABMnui8hI4kTEhUwzBMfL9AvGwSJEiASLdkTMgMhxRsbT2oSCh8BINdCChsh4Bscm1IgIykK9h8VRSrgDAwcBaaifEiQYMSIEiVAGAlgwN2/AgdKKAmA4oQAAQQTlJBwREGBDf4KiDQgAqO9EQkcIPDgwKIAFAlaJClR4GGBDgYMEDhwQMSAQAELEKxk6UCAQiUKCDzMmXNnz59BhXowKiUAgpFNCTR4+lMoggRHtXxAwJSA1p4+ByBAESDRPAQ/dy5Y4CBhlCAAIfkECQcAJgAsAAAEACAAHAAABv9Ak9CUeA2PyKTyqCDNjMtoFLSJRGJQqXY4sFplpO1W4bU+EmLtIfJ4WBFp6YfEdnfiUke7HUHjlwd7DwV/UQUQDxAQC4VLLySKEAKNSRokl5cjlCYaGpwaL4+hfoUZGZ0aGRuhLyEnlKaxGR2tLxsqlBe6uwMhvhsGlBYYGBfEAiEbyhslhRYUFBYWLhYBDMsMB4UTEyzQ0SYLyxwFr3EAFRUA3CxCChwb5AUdpFoVIBISMDAV7UII8goUMDBJS4sPH0CAaNGiwpEABOR1MGBgQIolIFKMSKEAYQAQAJAoMCBwIsUGCwSMUKAgRQkBAlAkGFGC4weHSUqQNGmgwQFNEQMGLEDgwQFMmSM2Sojy4QBFAlAP/BSqwkPREzETlFgqJYADqFGnCkVA1oFRBVy3fEDQwKfUoEPJehgBohCIEQ4WLDgwgCgKBXWjBAEAIfkECQcAKAAsAAABACAAHwAABv9AlHAoVBCPyGQyIJopn1CUgmMyRaLY4YhkNc1A2aiCFCmXnWEliFN+mAtp5cD9cEcQ8eS4zhfkkyJ8dXh/Rx8kEA8QEAaFSCcQL4sQI45HBySZL3CWRAUvmgudRBsvpiF+o0IhrCEblaoorhu0CbEoHLS0qaoGugyEfxpEGgO0DBwNjhrMKMwCGwwF0yV/GdfMGhkBBRzTBSJ/FxfX10Iq3tMGvFkYGOPjK0XTHQb2sFgUFC4W7u9DHgrYs0fAVpQJACaw2OcCA5EADQYaIHAAgZEkFSRIqFBhgkIKSBQQmDjxgIgBCEakCADiwwcFClhq5DgBJJIUDQgQaHDgwIBPBSoQODghIMGIEgo+gGghAcaEJx8GUDQ54CcCDw4EFFWZFISEp1BAOOjp06pQokaPKmhRIcwHByJOLkBAN+vWDzD+gCghACtdrSUCSIASBAAh+QQFBwAzACwAAAAAHwAgAAAG/8CZcEgECU7EpHJJVDQiJhlzugwMIlhThMoVKjjYcGzQnY5C2EfYZCgvFaGHXI1lHNxJUGEujxRGeEoLEBAPhRAIgUoKLySEECQCikoDjSSOHpNJHyEvjS9tmkQCnZ4vgKJDIiGsIR2pRAYbsxuJsEIctBuStzMMswwMqLe/DBwcCb0zBcfMvLcEBdIFmb0L0wV3vQIFHR0GBiW9Ad/gBguTGkoI5gQEyXgZGupEHwQG7g0H4mUrGfLq5glxgI/AgQMD4FHBcMEfQHozQAwgoA/hAAcfmFCg4ILhhX8Zkig4eHDAAhUIUCgIIEECjAowAEygYMHjRyUpBogQYXKBB04HJ1CMKPEBRIsKMjnWvMAkgAqeA1A6ECAgQQkFRSVUmDCzIxUjJhEg+Fl16MoWWiuwcFEmgACxCKYKLZFCgVG1ikAoSCAARdWrICRQCQIAOw==") no-repeat
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}

.lb-container>.nav {
	left: 0
}

.lb-nav a {
	outline: none;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")
}

.lb-next, .lb-prev {
	height: 100%;
	cursor: pointer;
	display: block
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFF0lEQVR4Ac2ZW0xcVRSGPTNnhlPKcCsUAeeChkEVxhutDQwzMANaqamNWgpaH+yDIaZp1cRHbgH0gTsxkmDCI/hiRAqgD5qYRgKQ8II6TE00wfgGAcIdKeM/ydrNZIezxxg9m518gRxWmn6s9a9zhvNQJBL5T/gfjokwA5Uw0zWFeHBOugiTsAArfSWZky+iABVowAZSwRkiDSTRz1iHlJMmogATsIDTIAPYgRs8SeTTtXSQSLVKFNkivIQKksDDJFCsquqLmqZdAa/i+yCuPQ1cJHOKjdpJEWGdsIFs8BQoy83NvTEzMzO3t7f318HBweHc3Nxdj8dznWQeIWmpIryENUaiCPgdDsfN+fn5XyLcWV5eDlmt1gBqHgOpbAHIFmESySAHeECF0+m8hd/+vcgxZ3d39wBj9grqCkA6iaiyRBRunJhEpcvl+nBhYeG3iM7Z2dnZgkg1ZSgNqLI6wgebSVTZ7faPlpaW/tSTWF9f36ivr+9AbQkF3iZRhAs2dSInJ+eDUCj0h0Biq7S09BPUBkEhyAKJssKusE6QRCGoQLDfn56eDulJrK6ubgeDwS7UXgTPAztIkXUfUbhxKgLlyMRtBPtXPYm1tbXdqqoqJnEOOGhbJQCTkSJ8sJlEMNoJrFhdicPDw6PKyspe1FaD85yE2YBnLUGwSSIrK+s2bnZLehIbGxubfr+/B7WXSMJJ42QlCcVAES7YJJGdnR0dp7BgnLZKSko6qBPngIvrBEkYIKIT7PLoOKET4TjB7kbty+A8SaRxmcAxQEQn2BUI9q3Z2dl7gk7sINhRiZeoE87jMmGECB/s3JhgR8dJV2Jzc3Pb5/N1UieKKdgsEyaAY5wIk2Dj5GHBRifCgmBHb3adLBNsO3HBNkxEAWZwCmSCx4EPwb4ZJ9jbCHYXSRQDpyDYhomoNFIOUIRMvINO/KQnsbKyshMIBD5D7RVwgQWblzBahD2Sp5jN5jzM+9uLi4s/60mEw+FNbKcvUH8DVIECcAZoXLCliaRaLBbX8PBwb0RwRkZGfkftx+BdUM4+KInDbdxoWUCKoih5CQkJgYGBgS/xs6PjRPb394+ampp+RP174CIoBGcpYypQZIqYY+4dz4DLvb29Y6LONDY2fou6OuAF+SCDZCgj8kQSQDqNihfU9vX1TYlkGhoa7qDuDVBKMpQVrjMG30fYCs6gAHuRmdqurq5JkUxLS8sEaq+CMq4zJGOgCB2Fk8kHJSaTqaazs3Pi2MzQaWtrm0RtDfDFyCQyGUNFOJlEkMlkwLWenp5vRDKtra1TNGYsM5mcjKEifGeYjBfUQUaYmebm5omYzLjFC8C4zyNqTGfcNDZ1/2ABjKHudZLXkTFARJAZN/CqqnqNMqN7Ojo6vqMF4ONkVFmvFUQLQNiZ7u7u76PZAn6S4TJjrIhoAdT+iwXAdQYYKCJaAG/iPhNvAYyj7jXwAngUpAGrDBF+ATCZAuBXFOX60NDQ3TiPM1/hyfoyPf7kgNNSXyvwmSGZMk3T3hocHPwhzlPzJLLFnpZT5PztV5wZNyilbTZFmTnZrxU4GZWXATV4ap4kmeNELlEticjsSHyZq/39/V/j374P2Lk/Pj5+BznxUuDlj1acJ4B8cAH/4er29vbPR0dH58fGxubx/ac2my1Ab3iz5Yc9/gJIB05QCJ4Fz9FXD3gC5HIfi+WKCGQ0GpuzwA7yCDtdS+b/SCFfRPwaQqPxSSaS6JrlwUjR+RtEvCM0ct4sLQAAAABJRU5ErkJggg==") left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAFDUlEQVR4Ac2ZS0xcVRjHvTN3hisw0GIRZ3AeLWHQWqdVsRqgA86AUmpqoy20Whd2YYhprJq45BVAF7yJkQQTluDGiEhBF5qYRsIjYYMKQxNNMO4gQHgjZfxP8pF8ufEe0qQ5pyf5BTKcWfzyff/vnHt5xLQ0wgbsQCfswEY80BWPxx8I5sUlHMBJP0nm4RfRWAUMkAqOgseII8AFDNqjPYwiGuEAySADeEEuOEkE6bNjIIX22riQchHWSo+SRACc1nU9ahjGG+ASfn8Vn+WT0BNUMV0so04kFTwJTodCoeuTk5N3dnd397a3t/8dHx+fzM7OvoG/nQPPADdwscqoF2HBPgJynE5nZGFhYTZuWlNTU3/4fL6b2FMMnmUyTpJRLqKTSAbIQyu9vrW1tRv/n4Uqzfv9/g+x7xUQAh6QxmVUV0SnKRWESMXm5uZ63GJNT0//GQgEPsHeUibD20xTLeKioBdUV1e3rKysrFrJzM3N/eP1ej/F3jImIxgAcsOeDLLAKRAtLCz8HDKWlZmdnf3b4/F8zCojGADyz5F04AUvgPJoNNq2tLS0YSUzNjY2iwHwEWXmFHCzymiqRGwgiaaXD7wIysvKytqWl5e3rGQwAO4iM7ewt4SmmYfLqLpr2U0yZ0FFaWlp597e3r6VDEbzXapMlGQEA0COiEYyTmozP8lcKC4u7lhdXV2zksGhOZeVlXWLy5gHgDwRJsMqE6A2qygoKGhBm60L2izmdruZjGkAyBShxTNzlGTOgvMYAO2iAYDKxKjNSgQDQI6IRWb8VJnXMADaUZlNK5mJiYl5DAC6AQgGgCwRWjaWGR/IB+fD4XDr2trahqDN5lEZ3mbZ5gEgW4QPAD6aK3BotmIArAsqE2MDIMTajGTkinAZ3mb5NAAS58zGIQPgJvaGwVMgk5597ECTLcJl+AB4GVyKRCJfLi4uijLzGzLzHrWYj1pMVyXCB4BBz/J5oAzcwDT7OhaLWZ4zMzMzvyNX79rt9uOUNyewqRSxsbzk0Jh9H3w2MDDwV1yw+vv7Ox0OR4C+q1REAzr1+ON0TpSDD+rq6n7d2dmxusbs9/T0fJOUlBTRNO2gIg6lGSGJYyAXFIFrtbW1P4oq0dnZOYR9F8EZdqaoCDtVgrJBEoXgck1Nzfciia6urlHsu0rSOSADJEkXYRK8EufAlYaGhtsiiba2thFk4kAij75Po1fiOcIkkplEGFQ2NTWNCBz2W1tbb9tstkrsLaDvcQlN5hWFS2SyTFxubGwcFUl0dHT8gH1VTCITJHMJWSLmYAcPMlFfXy9sJ0gkMnGNpEnCXAkJIhYSReAtBHvosGCTRBgEWSV0qc8jPNhMIgyutLS0/CSSSGRC1/Uqkg5aZUKGiDkTQVAMqtrb238+RGJUHGyZb1F4Je4/2FfFwZYr4qRb7QnwEngTwR4+5JxIZOJtcbDlv2lMAR5wBjfUi7h2fCuS6Ovru6Np2nVqvzwmQcFW9+43HeSg10twix0RSfT29v5iGMY7dMLniTOh+N8KghN7lKZTIQgKMiG/IkwkCJELFiL7uMWOYE+lWUL8elRNa51APoqGh4cTN9p7TOJed3f3d4nz5P4l1ITdDU66XK5Ic3PzF0NDQ1ODg4NT+P0rCFbQM3qu4MRWLsIfX7PB0yAEngPP089TwA8yBMFWKmJ+qZBGj7FecJzw0mfpwBBLqBexseAbIBWkESnAEPybQLnIf4JfIzSb+FymAAAAAElFTkSuQmCC") right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	transition: opacity .6s
}

.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 10px;
	*zoom: 1;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both
}

.lb-data {
	padding: 0 4px;
	color: #ccc
}

.lb-data .lb-details {
	max-width: 80%;
	float: left;
	text-align: left;
	line-height: 1.1em
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em
}

.lb-data .lb-caption a {
	color: #4ae
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999
}

.lb-data .lb-controlContainer {
	float: right
}

.lb-data .lb-turnContainer {
	float: left;
	margin-right: 5px
}

.lb-data .lb-zoomContainer {
	float: right;
	margin-right: 5px
}

.lb-data .lb-closeContainer {
	float: right
}

.lb-data .lb-close {
	float: right;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAPFBMVEX///8AAAD9/f2CgoKAgIAAAAAAAAAAAABLS0sAAAAAAACqqqqqqqq6urpKSkpISEgAAAC7u7u5ubn////zbsMcAAAAE3RSTlMASv6rqwAWS5YMC7/AyZWVFcrJCYaKfAAAAHhJREFUeF590kkOgCAQRFEaFVGc+/53FYmbz6JqBbyQMFSYuoQuV+iTflnstI7ssLXRvMWRaEMs84e2uVckuZe6knL0hiSPObXhj6ChzoEkIolIIpKIO4joICAIeDd7QGIfCCjOKe9HEk8mnxpIAup/F31RPZP9fAG3IAyBSJe0igAAAABJRU5ErkJggg==") 100% 0 no-repeat
}

.lb-data .lb-close, .lb-data .lb-turnLeft {
	display: block;
	width: 30px;
	height: 30px;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: .7;
	transition: opacity .2s
}

.lb-data .lb-turnLeft {
	float: left;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAACIElEQVRIicWWPWsUURSG3xM/4hYpjLIhphJiIYugNloIiRoU/QO20UJrU1gE/EAbRReCGkQQEbFLCi0EG5NKEIKYItFSkBhSmMLIipolj8WeWa/rbrIzmdm8MNy599xznjN37pe0QbKwAlyTdFjSoJkt1Nhyko5L6pe0S1KPmxYkzUmalDRpZqXYWQDLVHQuaNsNPAFKrK2fwCOgNy440nlgK1AEftUE/wJMAM/8mQDma/qUgVvAlrjgK8CboF4C7gAHAKvjZ24r1ozMFNAdB7wSvI8BXTFGLe8+kT4A+WbBkd4DF4Czazr/H2so+ICpVYe9DjjUyzhgj3cp8L+RBPwbGI4L9pjjHmMZ2JMkRiIB3cA3hz9oGdjhdx38A+hoJXhf8NtOS1Jbi9gzkhb9/WgVTGUD6GnktV6ZGZLeebVQBUsalTQHDGYFlzTvZWcIPuhlX4bgz14uSdJmr0xLOqTKEZeVRiR9lfS82gJ0AAPApgzBGyMaHTTAKeBTFhMMuOxr+Go944gbl4DOFKFdwPeGWyZQ8MNgBSikCL7v0DKwN2qPZrXMbBY4ImmHmc2mBZbU7mXRzD42k+kx4OR6qUCOBlemep138vf2MAZsjwHKA/eA60mybAfeBifKzSb9hn1y4ok3fVcLg2wDbgMzwAlva/PJ8gp4CvQH/fcHiZZZ7aqTIJle/tV0YMsBD4HHaa6KEH4ReAG8Bs6kDshafwDkXu6L86KiLgAAAABJRU5ErkJggg==") 100% 0 no-repeat
}

.lb-data .lb-turnRight {
	float: right;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAACGUlEQVRIicWXPWgUQRTH/3OJiSCEgJg7FcEmGLkmNoKCYESLYGNrqaDBSkQri4ARDPgBQRBU8CNgE8TCwkIhIqiVYLAQg5UoOZA0Eg1RE/xZ7DsymZzu7HJ7GVgG5r3/+82+3Z33Vlqj4WIdgQ2SBuzaJqlsphlJNUkvJE065xYC3WZJ9yW9ds6NRO8M6AXuAD9JHz+Ae8B2T3/cbIuxwA7gMrAUBJ8BJoEHdj0HaoHPL+CKxThZX4yBbgHeBHdyFegHVj0ewAG7gGvAvKd7BQxHgYEy8METTwA9UWlK9BXgkaf/kwq21Lz1BGdigabvAY4BQ8BUkP7/gi95fueyQE3/JISlgoEdLL9IE1mhFuM88Dsr+LbZvwGVPOA8O+0CFgw81hKogQ97Gam2glmyeb/Ns865960E1+9yqkgYsDUEb7S5ViD0hKQvwHUf/NXm2aLAkvYqqYa7JandFk9LeiZpvEDwZ5s/FshYPew4Pgh0hoa2lh0cAfiifcdnC4h9CvgEDDYy1o/M70C5gT4vtBuYs9ijjRx2ekXiVhPBfSQldvGfpyLLZfFus8AWdxDYk+ZUBTqaADsCHMgjLAEjJE1bltanC3homVsCNmUFV7yKNQdcANoidH4X8xIopWkaBRllZXvb79n2AePAU+Am0G7rh4Bpy9T6zFAPULVP7Qawzlt/x8rRmxuScUNHSZr5xyRdZfTv0JqOvwtaARgflgIWAAAAAElFTkSuQmCC") 100% 0 no-repeat
}

.lb-data .lb-turnRight, .lb-data .lb-zoomOut {
	display: block;
	width: 30px;
	height: 30px;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: .7;
	transition: opacity .2s
}

.lb-data .lb-zoomOut {
	float: left;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAB7UlEQVRIieXWvWsUURTG4XPjJpgmlSFKRAtTWGjAj0ajiSKKFopg/AtELbQTAiI2IaazEhsLK0XEVisbISD4gY2FlQQixiAYxESiBn0sdoKTQHZ3dte18FR3uO97fufcmbmciH8UqVYhUkT0RER3RMxGxMeU0uJfqQoJJ/EAc5bHDzzGWXQ0E9qPZ/iMGziCXnRgPfZgDFN4i2PNgJ7IOryFdVW0a3EZ3zHSCHQfvuFCQd8hzONcPdAuzGC0sLnsP5UVvb2o8RpeY0094CzHXTwqYmjHLIbrhWZ5tuAX+mo1LL2jzkbAWa4XuFRJ05Zb74iIlymlhUbBETERETsrCUq59YaImM5vYlNEXKkBdCelNJF7fh/lRlaNtkqbDUbF6zjf8YeI2LXMmdJURJyvA9obETOVBPmOX0XE7mZ8XBExGBHPa1KihE843QgRffiJrUVMo3iDUnX1qjnu4WFRUxemMVYndBgLha/MzLw3M18s6DucXUDXC0NzSY7jC26ju4q2E1exmA0I8xhqBL4NT7MCbuIoNuYGgQGM4x0mMZJBmwJP2VBwPysgHwt4gjNLvyCGVsAH64avKKRHeSTabJU5awV8rmnwGgscyJ3QVxz8b+EHWgnf789MPon2VsIHlGfv/pZBc/DWdVopfgMdyEl3/DM14wAAAABJRU5ErkJggg==") 100% 0 no-repeat
}

.lb-data .lb-zoomIn {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAB+UlEQVRIieXWv29NcRzG8c+XttGlk6aEMOhAQhM/FkpLhDD4kai/QFgYpQliaRobi1gMJoRYmSxNmkhIWVibJkQjQiNaKRpehh7p0bTnntt7XYNnOiff5znv53vvPd/7ifhHSmWNSBHRERHtETEREe9TSjN/pRUSjuMBJv2p73iM02ipJ7QLT/EJ13EQa9CCVdiJQbzGKA7XA3o02+FNrKzgXYEL+Ib+WqC78RVnq8ztxxTOLAXahncYqDo8mz+Rld5SbXAQL7G8wDOCTQXrd/CoGmgzJtBXwQfbC9Y34Cc6i56zLHfdExEtEVG+7QJKKY1GxPOIOFYWvDUiRlJK07WAMw1HxLYiQ1PuenVEjOcXsS4iLi2Qu4gPufvbKaXh3P3bmN3IolpWtFijyh3HOI+hEr7CH1fmuYZ7RZ78jl9ExA60lmparJ6IeFbKiSZ8xMkKvkqvUyd+YGPpmhjAqxoPkLt4WBqahdowjsGqgnP5PkxXfWRm4V1Z+FyVuQPZn8TVqqG5hxzBZ9xCewVvKy5jJvv+p9BbC3wznmQFbuAQ1uYGgW5cwRuMoT+D1gWesqHgflYgr2kM4dTvVxC98+A9S4bPK9JhdiRab5E5ax58sm7wkgW7c5/QF+z7b+F7GwnfY24mH0NzI+HdZmfvroZBc/DG7bRIvwDiiW2v3ei28wAAAABJRU5ErkJggg==") 100% 0 no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: .7;
	transition: opacity .2s
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

@keyframes fadeInOverlay {
	0% {
		opacity: 0
	}
	to {
		opacity: .8
	}
}

@keyframes fadeOutOverlay {
	0% {
		opacity: .8
	}
	to {
		opacity: 0
	}
}

.fadeInOverlay {
	animation-name: fadeInOverlay
}

.fadeOutOverlay {
	animation-name: fadeOutOverlay
}

.animation {
	animation-fill-mode: both
}

.transition {
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	transition-property: all;
	transition-timing-function: ease
}

.lb-image {
	transition-duration: .5s;
	transition-property: transform
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@keyframes bounce {
	0%, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translateZ(0)
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	-webkit-transform-origin: center bottom;
	animation-name: bounce;
	transform-origin: center bottom
}

@keyframes flash {
	0%, 50%, to {
		opacity: 1
	}
	25%, 75% {
		opacity: 0
	}
}

.flash {
	animation-name: flash
}

@keyframes pulse {
	0% {
		transform: scaleX(1)
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		transform: scaleX(1)
	}
}

.pulse {
	animation-name: pulse
}

@keyframes rubberBand {
	0% {
		transform: scaleX(1)
	}
	30% {
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		transform: scale3d(1.05, .95, 1)
	}
	to {
		transform: scaleX(1)
	}
}

.rubberBand {
	animation-name: rubberBand
}

@keyframes shake {
	0%, to {
		transform: translateZ(0)
	}
	10%, 30%, 50%, 70%, 90% {
		transform: translate3d(-10px, 0, 0)
	}
	20%, 40%, 60%, 80% {
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	animation-name: shake
}

@keyframes headShake {
	0% {
		transform: translateX(0)
	}
	6.5% {
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-name: headShake;
	-webkit-animation-timing-function: ease-in-out;
	animation-name: headShake;
	animation-timing-function: ease-in-out
}

@keyframes swing {
	20% {
		transform: rotate(15deg)
	}
	40% {
		transform: rotate(-10deg)
	}
	60% {
		transform: rotate(5deg)
	}
	80% {
		transform: rotate(-5deg)
	}
	to {
		transform: rotate(0deg)
	}
}

.swing {
	-webkit-animation-name: swing;
	-webkit-transform-origin: top center;
	animation-name: swing;
	transform-origin: top center
}

.tada {
	animation-name: tada
}

@keyframes wobble {
	0% {
		transform: translateZ(0)
	}
	15% {
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}
	30% {
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}
	45% {
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}
	60% {
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}
	75% {
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}
	to {
		transform: translateZ(0)
	}
}

.wobble {
	animation-name: wobble
}

@keyframes jello {
	0%, 11.1%, to {
		transform: translateZ(0)
	}
	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	-webkit-transform-origin: center;
	animation-name: jello;
	transform-origin: center
}

@keyframes heartBeat {
	0% {
		transform: scale(1)
	}
	14% {
		transform: scale(1.3)
	}
	28% {
		transform: scale(1)
	}
	42% {
		transform: scale(1.3)
	}
	70% {
		transform: scale(1)
	}
}

.heartBeat {
	-webkit-animation-duration: 1.3s;
	-webkit-animation-name: heartBeat;
	-webkit-animation-timing-function: ease-in-out;
	animation-duration: 1.3s;
	animation-name: heartBeat;
	animation-timing-function: ease-in-out
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		transform: scale3d(.9, .9, .9)
	}
	60% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		transform: scale3d(.97, .97, .97)
	}
	to {
		-webkit-transform: scaleX(1);
		opacity: 1;
		transform: scaleX(1)
	}
}

.bounceIn {
	-webkit-animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-duration: .75s;
	animation-name: bounceIn
}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		-webkit-transform: translate3d(0, -3000px, 0);
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		-webkit-transform: translate3d(0, 25px, 0);
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}
	75% {
		transform: translate3d(0, -10px, 0)
	}
	90% {
		transform: translate3d(0, 5px, 0)
	}
	to {
		transform: translateZ(0)
	}
}

.bounceInDown {
	animation-name: bounceInDown
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		-webkit-transform: translate3d(-3000px, 0, 0);
		opacity: 0;
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		-webkit-transform: translate3d(25px, 0, 0);
		opacity: 1;
		transform: translate3d(25px, 0, 0)
	}
	75% {
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		transform: translate3d(5px, 0, 0)
	}
	to {
		transform: translateZ(0)
	}
}

.bounceInLeft {
	animation-name: bounceInLeft
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		-webkit-transform: translate3d(3000px, 0, 0);
		opacity: 0;
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		-webkit-transform: translate3d(-25px, 0, 0);
		opacity: 1;
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		transform: translate3d(10px, 0, 0)
	}
	90% {
		transform: translate3d(-5px, 0, 0)
	}
	to {
		transform: translateZ(0)
	}
}

.bounceInRight {
	animation-name: bounceInRight
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		-webkit-transform: translate3d(0, 3000px, 0);
		opacity: 0;
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		-webkit-transform: translate3d(0, -20px, 0);
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}
	75% {
		transform: translate3d(0, 10px, 0)
	}
	90% {
		transform: translate3d(0, -5px, 0)
	}
	to {
		transform: translateZ(0)
	}
}

.bounceInUp {
	animation-name: bounceInUp
}

@keyframes bounceOut {
	20% {
		transform: scale3d(.9, .9, .9)
	}
	50%, 55% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-duration: .75s;
	-webkit-animation-name: bounceOut;
	animation-duration: .75s;
	animation-name: bounceOut
}

@keyframes bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0)
	}
	40%, 45% {
		-webkit-transform: translate3d(0, -20px, 0);
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 2000px, 0);
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
	20% {
		-webkit-transform: translate3d(20px, 0, 0);
		opacity: 1;
		transform: translate3d(20px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(-2000px, 0, 0);
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
	20% {
		-webkit-transform: translate3d(-20px, 0, 0);
		opacity: 1;
		transform: translate3d(-20px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(2000px, 0, 0);
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	animation-name: bounceOutRight
}

@keyframes bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0)
	}
	40%, 45% {
		-webkit-transform: translate3d(0, 20px, 0);
		opacity: 1;
		transform: translate3d(0, 20px, 0)
	}
	to {
		-webkit-transform: translate3d(0, -2000px, 0);
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	animation-name: bounceOutUp
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	animation-name: fadeIn
}

@keyframes fadeInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInDown {
	animation-name: fadeInDown
}

@keyframes fadeInDownBig {
	0% {
		-webkit-transform: translate3d(0, -2000px, 0);
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInDownBig {
	animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInLeft {
	animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
	0% {
		-webkit-transform: translate3d(-2000px, 0, 0);
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInLeftBig {
	animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInRight {
	animation-name: fadeInRight
}

@keyframes fadeInRightBig {
	0% {
		-webkit-transform: translate3d(2000px, 0, 0);
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInRightBig {
	animation-name: fadeInRightBig
}

@keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInUp {
	animation-name: fadeInUp
}

@keyframes fadeInUpBig {
	0% {
		-webkit-transform: translate3d(0, 2000px, 0);
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInUpBig {
	animation-name: fadeInUpBig
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 100%, 0);
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 2000px, 0);
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(-2000px, 0, 0);
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0);
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(2000px, 0, 0);
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, -100%, 0);
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, -2000px, 0);
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	animation-name: fadeOutUpBig
}

@keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
	}
	40% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
	}
	50% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
	}
	80% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
	}
	to {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
	}
}

.animated.flip {
	-webkit-animation-name: flip;
	-webkit-backface-visibility: visible;
	animation-name: flip;
	backface-visibility: visible
}

@keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateX(90deg)
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateX(-20deg)
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		opacity: 1;
		transform: perspective(400px) rotateX(10deg)
	}
	80% {
		transform: perspective(400px) rotateX(-5deg)
	}
	to {
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-animation-name: flipInX;
	-webkit-backface-visibility: visible!important;
	animation-name: flipInX;
	backface-visibility: visible!important
}

@keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateY(90deg)
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateY(-20deg)
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		opacity: 1;
		transform: perspective(400px) rotateY(10deg)
	}
	80% {
		transform: perspective(400px) rotateY(-5deg)
	}
	to {
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-animation-name: flipInY;
	-webkit-backface-visibility: visible!important;
	animation-name: flipInY;
	backface-visibility: visible!important
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
		transform: perspective(400px) rotateX(-20deg)
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
		transform: perspective(400px) rotateX(90deg)
	}
}

.flipOutX {
	-webkit-animation-duration: .75s;
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	animation-duration: .75s;
	animation-name: flipOutX;
	backface-visibility: visible!important
}

@keyframes flipOutY {
	0% {
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
		transform: perspective(400px) rotateY(-15deg)
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0;
		transform: perspective(400px) rotateY(90deg)
	}
}

.flipOutY {
	-webkit-animation-duration: .75s;
	-webkit-animation-name: flipOutY;
	-webkit-backface-visibility: visible!important;
	animation-duration: .75s;
	animation-name: flipOutY;
	backface-visibility: visible!important
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(-30deg)
	}
	60% {
		-webkit-transform: skewX(20deg);
		opacity: 1;
		transform: skewX(20deg)
	}
	80% {
		transform: skewX(-5deg)
	}
	to {
		transform: translateZ(0)
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(30deg)
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in
}

@keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		-webkit-transform-origin: center;
		opacity: 0;
		transform: rotate(-200deg);
		transform-origin: center
	}
	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: center;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: center
	}
}

.rotateIn {
	animation-name: rotateIn
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(-45deg);
		transform-origin: left bottom
	}
	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: left bottom
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(45deg);
		transform-origin: right bottom
	}
	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: right bottom
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(45deg);
		transform-origin: left bottom
	}
	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: left bottom
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(-90deg);
		transform-origin: right bottom
	}
	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: right bottom
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		opacity: 1;
		transform-origin: center
	}
	to {
		-webkit-transform: rotate(200deg);
		-webkit-transform-origin: center;
		opacity: 0;
		transform: rotate(200deg);
		transform-origin: center
	}
}

.rotateOut {
	animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform-origin: left bottom
	}
	to {
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(45deg);
		transform-origin: left bottom
	}
}

.rotateOutDownLeft {
	animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform-origin: right bottom
	}
	to {
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(-45deg);
		transform-origin: right bottom
	}
}

.rotateOutDownRight {
	animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform-origin: left bottom
	}
	to {
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(-45deg);
		transform-origin: left bottom
	}
}

.rotateOutUpLeft {
	animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform-origin: right bottom
	}
	to {
		-webkit-transform: rotate(90deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(90deg);
		transform-origin: right bottom
	}
}

.rotateOutUpRight {
	animation-name: rotateOutUpRight
}

@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		transform-origin: top left
	}
	20%, 60% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		transform: rotate(80deg);
		transform-origin: top left
	}
	40%, 80% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: rotate(60deg);
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1;
		transform: rotate(60deg);
		transform-origin: top left
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		opacity: 0;
		transform: translate3d(0, 700px, 0)
	}
}

.hinge {
	-webkit-animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-duration: 2s;
	animation-name: hinge
}

@keyframes jackInTheBox {
	0% {
		-webkit-transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		opacity: 0;
		transform: scale(.1) rotate(30deg);
		transform-origin: center bottom
	}
	50% {
		transform: rotate(-10deg)
	}
	70% {
		transform: rotate(3deg)
	}
	to {
		-webkit-transform: scale(1);
		opacity: 1;
		transform: scale(1)
	}
}

.jackInTheBox {
	animation-name: jackInTheBox
}

@keyframes rollIn {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}
	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.rollIn {
	animation-name: rollIn
}

@keyframes rollOut {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

.rollOut {
	animation-name: rollOut
}

@keyframes zoomIn {
	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	animation-name: zoomIn
}

@keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
	}
}

.zoomInDown {
	animation-name: zoomInDown
}

@keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
	}
}

.zoomInLeft {
	animation-name: zoomInLeft
}

@keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
	}
}

.zoomInRight {
	animation-name: zoomInRight
}

@keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
	}
}

.zoomInUp {
	animation-name: zoomInUp
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}
	50% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

.zoomOut {
	animation-name: zoomOut
}

@keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform-origin: center bottom
	}
}

.zoomOutDown {
	animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
	40% {
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		opacity: 0;
		transform: scale(.1) translate3d(-2000px, 0, 0);
		transform-origin: left center
	}
}

.zoomOutLeft {
	animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
	40% {
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		opacity: 0;
		transform: scale(.1) translate3d(2000px, 0, 0);
		transform-origin: right center
	}
}

.zoomOutRight {
	animation-name: zoomOutRight
}

@keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
	}
	to {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform-origin: center bottom
	}
}

.zoomOutUp {
	animation-name: zoomOutUp
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		transform: translateZ(0)
	}
}

.slideInDown {
	animation-name: slideInDown
}

@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		transform: translateZ(0)
	}
}

.slideInLeft {
	animation-name: slideInLeft
}

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		transform: translateZ(0)
	}
}

.slideInRight {
	animation-name: slideInRight
}

@keyframes slideInUp {
	0% {
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		transform: translateZ(0)
	}
}

.slideInUp {
	animation-name: slideInUp
}

@keyframes slideOutDown {
	0% {
		transform: translateZ(0)
	}
	to {
		transform: translate3d(0, 100%, 0);
		visibility: hidden
	}
}

.slideOutDown {
	animation-name: slideOutDown
}

@keyframes slideOutLeft {
	0% {
		transform: translateZ(0)
	}
	to {
		transform: translate3d(-100%, 0, 0);
		visibility: hidden
	}
}

.slideOutLeft {
	animation-name: slideOutLeft
}

@keyframes slideOutRight {
	0% {
		transform: translateZ(0)
	}
	to {
		transform: translate3d(100%, 0, 0);
		visibility: hidden
	}
}

.slideOutRight {
	animation-name: slideOutRight
}

@keyframes slideOutUp {
	0% {
		transform: translateZ(0)
	}
	to {
		transform: translate3d(0, -100%, 0);
		visibility: hidden
	}
}

.slideOutUp {
	animation-name: slideOutUp
}

.animated {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-duration: 1s;
	animation-fill-mode: both
}

.animated.infinite {
	animation-iteration-count: infinite
}

.animated.delay-1s {
	animation-delay: 1s
}

.animated.delay-2s {
	animation-delay: 2s
}

.animated.delay-3s {
	animation-delay: 3s
}

.animated.delay-4s {
	animation-delay: 4s
}

.animated.delay-5s {
	animation-delay: 5s
}

.animated.fast {
	animation-duration: .8s
}

.animated.faster {
	animation-duration: .5s
}

.animated.slow {
	animation-duration: 2s
}

.animated.slower {
	animation-duration: 3s
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset!important;
		-webkit-transition: none!important;
		animation: unset!important;
		transition: none!important
	}
}

@font-face {
	font-family: boxicons;
	font-weight: 400;
	font-style: normal;
	src: url(./assets/fonts/boxicons.eot);
	src: url(./assets/fonts/boxicons.eot) format("embedded-opentype"), url(./assets/fonts/boxicons.woff2) format("woff2"), url(./assets/fonts/boxicons.woff) format("woff"), url(./assets/fonts/boxicons.ttf) format("truetype"), url(./assets/fonts/boxicons.svg?#boxicons) format("svg")
}

.bx {
	font-family: boxicons!important;
	font-weight: 400;
	font-style: normal;
	font-feature-settings: normal;
	font-variant: normal;
	line-height: 1;
	display: inline-block;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.bx-ul {
	margin-left: 2em;
	padding-left: 0;
	list-style: none
}

.bx-ul>li {
	position: relative
}

.bx-ul .bx {
	font-size: inherit;
	line-height: inherit;
	position: absolute;
	left: -2em;
	width: 2em;
	text-align: center
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}
	to {
		transform: rotate(359deg)
	}
}

@keyframes burst {
	0% {
		transform: scale(1);
		opacity: 1
	}
	90% {
		transform: scale(1.5);
		opacity: 0
	}
}

@keyframes flashing {
	0% {
		opacity: 1
	}
	45% {
		opacity: 0
	}
	90% {
		opacity: 1
	}
}

@keyframes fade-left {
	0% {
		transform: translateX(0);
		opacity: 1
	}
	75% {
		transform: translateX(-20px);
		opacity: 0
	}
}

@keyframes fade-right {
	0% {
		transform: translateX(0);
		opacity: 1
	}
	75% {
		transform: translateX(20px);
		opacity: 0
	}
}

@keyframes fade-up {
	0% {
		transform: translateY(0);
		opacity: 1
	}
	75% {
		transform: translateY(-20px);
		opacity: 0
	}
}

@keyframes fade-down {
	0% {
		transform: translateY(0);
		opacity: 1
	}
	75% {
		transform: translateY(20px);
		opacity: 0
	}
}

@keyframes tada {
	0% {
		transform: scaleX(1)
	}
	10%, 20% {
		transform: scale3d(.95, .95, .95) rotate(-10deg)
	}
	30%, 50%, 70%, 90% {
		transform: scaleX(1) rotate(10deg)
	}
	40%, 60%, 80% {
		transform: rotate(-10deg)
	}
	to {
		transform: scaleX(1)
	}
}

.bx-spin, .bx-spin-hover:hover {
	animation: spin 2s linear infinite
}

.bx-tada, .bx-tada-hover:hover {
	animation: tada 1.5s ease infinite
}

.bx-flashing, .bx-flashing-hover:hover {
	animation: flashing 1.5s linear infinite
}

.bx-burst, .bx-burst-hover:hover {
	animation: burst 1.5s linear infinite
}

.bx-fade-up, .bx-fade-up-hover:hover {
	animation: fade-up 1.5s linear infinite
}

.bx-fade-down, .bx-fade-down-hover:hover {
	animation: fade-down 1.5s linear infinite
}

.bx-fade-left, .bx-fade-left-hover:hover {
	animation: fade-left 1.5s linear infinite
}

.bx-fade-right, .bx-fade-right-hover:hover {
	animation: fade-right 1.5s linear infinite
}

.bx-xs {
	font-size: 1rem!important
}

.bx-sm {
	font-size: 1.55rem!important
}

.bx-md {
	font-size: 2.25rem!important
}

.bx-fw {
	font-size: 1.2857142857em;
	line-height: .8em;
	width: 1.2857142857em;
	height: .8em;
	margin-top: -.2em!important;
	vertical-align: middle
}

.bx-lg {
	font-size: 3!important
}

.bx-pull-left {
	float: left;
	margin-right: .3em!important
}

.bx-pull-right {
	float: right;
	margin-left: .3em!important
}

.bx-rotate-90 {
	transform: rotate(90deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"
}

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

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

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

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

.bx-border {
	padding: .25em;
	border: .07em solid #0000001a;
	border-radius: .25em
}

.bx-border-circle {
	padding: .25em;
	border: .07em solid #0000001a;
	border-radius: 50%
}

.bx-abacus:before {
	content: "\e900"
}

.bx-accessibility:before {
	content: "\e901"
}

.bx-add-to-queue:before {
	content: "\e902"
}

.bx-adjust:before {
	content: "\e903"
}

.bx-alarm:before {
	content: "\e904"
}

.bx-alarm-add:before {
	content: "\e905"
}

.bx-alarm-exclamation:before {
	content: "\e906"
}

.bx-alarm-off:before {
	content: "\e907"
}

.bx-alarm-snooze:before {
	content: "\e908"
}

.bx-album:before {
	content: "\e909"
}

.bx-align-justify:before {
	content: "\e90a"
}

.bx-align-left:before {
	content: "\e90b"
}

.bx-align-middle:before {
	content: "\e90c"
}

.bx-align-right:before {
	content: "\e90d"
}

.bx-analyse:before {
	content: "\e90e"
}

.bx-anchor:before {
	content: "\e90f"
}

.bx-angry:before {
	content: "\e910"
}

.bx-aperture:before {
	content: "\e911"
}

.bx-arch:before {
	content: "\e912"
}

.bx-archive:before {
	content: "\e913"
}

.bx-archive-in:before {
	content: "\e914"
}

.bx-archive-out:before {
	content: "\e915"
}

.bx-area:before {
	content: "\e916"
}

.bx-arrow-back:before {
	content: "\e917"
}

.bx-arrow-from-bottom:before {
	content: "\e918"
}

.bx-arrow-from-left:before {
	content: "\e919"
}

.bx-arrow-from-right:before {
	content: "\e91a"
}

.bx-arrow-from-top:before {
	content: "\e91b"
}

.bx-arrow-to-bottom:before {
	content: "\e91c"
}

.bx-arrow-to-left:before {
	content: "\e91d"
}

.bx-arrow-to-right:before {
	content: "\e91e"
}

.bx-arrow-to-top:before {
	content: "\e91f"
}

.bx-at:before {
	content: "\e920"
}

.bx-atom:before {
	content: "\e921"
}

.bx-award:before {
	content: "\e922"
}

.bx-badge:before {
	content: "\e923"
}

.bx-badge-check:before {
	content: "\e924"
}

.bx-ball:before {
	content: "\e925"
}

.bx-band-aid:before {
	content: "\e926"
}

.bx-bar-chart:before {
	content: "\e927"
}

.bx-bar-chart-alt:before {
	content: "\e928"
}

.bx-bar-chart-alt-2:before {
	content: "\e929"
}

.bx-bar-chart-square:before {
	content: "\e92a"
}

.bx-barcode:before {
	content: "\e92b"
}

.bx-barcode-reader:before {
	content: "\e92c"
}

.bx-baseball:before {
	content: "\e92d"
}

.bx-basket:before {
	content: "\e92e"
}

.bx-basketball:before {
	content: "\e92f"
}

.bx-bath:before {
	content: "\e930"
}

.bx-battery:before {
	content: "\e931"
}

.bx-bed:before {
	content: "\e932"
}

.bx-been-here:before {
	content: "\e933"
}

.bx-beer:before {
	content: "\e934"
}

.bx-bell:before {
	content: "\e935"
}

.bx-bell-minus:before {
	content: "\e936"
}

.bx-bell-off:before {
	content: "\e937"
}

.bx-bell-plus:before {
	content: "\e938"
}

.bx-bible:before {
	content: "\e939"
}

.bx-bitcoin:before {
	content: "\e93a"
}

.bx-blanket:before {
	content: "\e93b"
}

.bx-block:before {
	content: "\e93c"
}

.bx-bluetooth:before {
	content: "\e93d"
}

.bx-body:before {
	content: "\e93e"
}

.bx-bold:before {
	content: "\e93f"
}

.bx-bolt-circle:before {
	content: "\e940"
}

.bx-bomb:before {
	content: "\e941"
}

.bx-bone:before {
	content: "\e942"
}

.bx-bong:before {
	content: "\e943"
}

.bx-book:before {
	content: "\e944"
}

.bx-book-add:before {
	content: "\e945"
}

.bx-book-alt:before {
	content: "\e946"
}

.bx-book-bookmark:before {
	content: "\e947"
}

.bx-book-content:before {
	content: "\e948"
}

.bx-book-heart:before {
	content: "\e949"
}

.bx-bookmark:before {
	content: "\e94a"
}

.bx-bookmark-alt:before {
	content: "\e94b"
}

.bx-bookmark-alt-minus:before {
	content: "\e94c"
}

.bx-bookmark-alt-plus:before {
	content: "\e94d"
}

.bx-bookmark-heart:before {
	content: "\e94e"
}

.bx-bookmark-minus:before {
	content: "\e94f"
}

.bx-bookmark-plus:before {
	content: "\e950"
}

.bx-bookmarks:before {
	content: "\e951"
}

.bx-book-open:before {
	content: "\e952"
}

.bx-book-reader:before {
	content: "\e953"
}

.bx-border-all:before {
	content: "\e954"
}

.bx-border-bottom:before {
	content: "\e955"
}

.bx-border-inner:before {
	content: "\e956"
}

.bx-border-left:before {
	content: "\e957"
}

.bx-border-none:before {
	content: "\e958"
}

.bx-border-outer:before {
	content: "\e959"
}

.bx-border-radius:before {
	content: "\e95a"
}

.bx-border-right:before {
	content: "\e95b"
}

.bx-border-top:before {
	content: "\e95c"
}

.bx-bot:before {
	content: "\e95d"
}

.bx-bowling-ball:before {
	content: "\e95e"
}

.bx-box:before {
	content: "\e95f"
}

.bx-bracket:before {
	content: "\e960"
}

.bx-braille:before {
	content: "\e961"
}

.bx-brain:before {
	content: "\e962"
}

.bx-briefcase:before {
	content: "\e963"
}

.bx-briefcase-alt:before {
	content: "\e964"
}

.bx-briefcase-alt-2:before {
	content: "\e965"
}

.bx-brightness:before {
	content: "\e966"
}

.bx-brightness-half:before {
	content: "\e967"
}

.bx-broadcast:before {
	content: "\e968"
}

.bx-brush:before {
	content: "\e969"
}

.bx-brush-alt:before {
	content: "\e96a"
}

.bx-bug:before {
	content: "\e96b"
}

.bx-bug-alt:before {
	content: "\e96c"
}

.bx-building:before {
	content: "\e96d"
}

.bx-building-house:before {
	content: "\e96e"
}

.bx-buildings:before {
	content: "\e96f"
}

.bx-bulb:before {
	content: "\e970"
}

.bx-bullseye:before {
	content: "\e971"
}

.bx-buoy:before {
	content: "\e972"
}

.bx-bus:before {
	content: "\e973"
}

.bx-bus-school:before {
	content: "\e974"
}

.bx-cabinet:before {
	content: "\e975"
}

.bx-cake:before {
	content: "\e976"
}

.bx-calculator:before {
	content: "\e977"
}

.bx-calendar:before {
	content: "\e978"
}

.bx-calendar-alt:before {
	content: "\e979"
}

.bx-calendar-check:before {
	content: "\e97a"
}

.bx-calendar-edit:before {
	content: "\e97b"
}

.bx-calendar-event:before {
	content: "\e97c"
}

.bx-calendar-exclamation:before {
	content: "\e97d"
}

.bx-calendar-heart:before {
	content: "\e97e"
}

.bx-calendar-minus:before {
	content: "\e97f"
}

.bx-calendar-plus:before {
	content: "\e980"
}

.bx-calendar-star:before {
	content: "\e981"
}

.bx-calendar-week:before {
	content: "\e982"
}

.bx-calendar-x:before {
	content: "\e983"
}

.bx-camera:before {
	content: "\e984"
}

.bx-camera-home:before {
	content: "\e985"
}

.bx-camera-movie:before {
	content: "\e986"
}

.bx-camera-off:before {
	content: "\e987"
}

.bx-capsule:before {
	content: "\e988"
}

.bx-captions:before {
	content: "\e989"
}

.bx-car:before {
	content: "\e98a"
}

.bx-card:before {
	content: "\e98b"
}

.bx-caret-down:before {
	content: "\e98c"
}

.bx-caret-down-circle:before {
	content: "\e98d"
}

.bx-caret-down-square:before {
	content: "\e98e"
}

.bx-caret-left:before {
	content: "\e98f"
}

.bx-caret-left-circle:before {
	content: "\e990"
}

.bx-caret-left-square:before {
	content: "\e991"
}

.bx-caret-right:before {
	content: "\e992"
}

.bx-caret-right-circle:before {
	content: "\e993"
}

.bx-caret-right-square:before {
	content: "\e994"
}

.bx-caret-up:before {
	content: "\e995"
}

.bx-caret-up-circle:before {
	content: "\e996"
}

.bx-caret-up-square:before {
	content: "\e997"
}

.bx-carousel:before {
	content: "\e998"
}

.bx-cart:before {
	content: "\e999"
}

.bx-cart-alt:before {
	content: "\e99a"
}

.bx-cast:before {
	content: "\e99b"
}

.bx-category:before {
	content: "\e99c"
}

.bx-category-alt:before {
	content: "\e99d"
}

.bx-cctv:before {
	content: "\e99e"
}

.bx-certification:before {
	content: "\e99f"
}

.bx-chair:before {
	content: "\e9a0"
}

.bx-chalkboard:before {
	content: "\e9a1"
}

.bx-chart:before {
	content: "\e9a2"
}

.bx-chat:before {
	content: "\e9a3"
}

.bx-check:before {
	content: "\e9a4"
}

.bx-checkbox:before {
	content: "\e9a5"
}

.bx-checkbox-checked:before {
	content: "\e9a6"
}

.bx-checkbox-square:before {
	content: "\e9a7"
}

.bx-check-circle:before {
	content: "\e9a8"
}

.bx-check-double:before {
	content: "\e9a9"
}

.bx-check-shield:before {
	content: "\e9aa"
}

.bx-check-square:before {
	content: "\e9ab"
}

.bx-chevron-down:before {
	content: "\e9ac"
}

.bx-chevron-down-circle:before {
	content: "\e9ad"
}

.bx-chevron-down-square:before {
	content: "\e9ae"
}

.bx-chevron-left:before {
	content: "\e9af"
}

.bx-chevron-left-circle:before {
	content: "\e9b0"
}

.bx-chevron-left-square:before {
	content: "\e9b1"
}

.bx-chevron-right:before {
	content: "\e9b2"
}

.bx-chevron-right-circle:before {
	content: "\e9b3"
}

.bx-chevron-right-square:before {
	content: "\e9b4"
}

.bx-chevrons-down:before {
	content: "\e9b5"
}

.bx-chevrons-left:before {
	content: "\e9b6"
}

.bx-chevrons-right:before {
	content: "\e9b7"
}

.bx-chevrons-up:before {
	content: "\e9b8"
}

.bx-chevron-up:before {
	content: "\e9b9"
}

.bx-chevron-up-circle:before {
	content: "\e9ba"
}

.bx-chevron-up-square:before {
	content: "\e9bb"
}

.bx-chip:before {
	content: "\e9bc"
}

.bx-church:before {
	content: "\e9bd"
}

.bx-circle:before {
	content: "\e9be"
}

.bx-clinic:before {
	content: "\e9bf"
}

.bx-clipboard:before {
	content: "\e9c0"
}

.bx-closet:before {
	content: "\e9c1"
}

.bx-cloud:before {
	content: "\e9c2"
}

.bx-cloud-download:before {
	content: "\e9c3"
}

.bx-cloud-drizzle:before {
	content: "\e9c4"
}

.bx-cloud-lightning:before {
	content: "\e9c5"
}

.bx-cloud-light-rain:before {
	content: "\e9c6"
}

.bx-cloud-rain:before {
	content: "\e9c7"
}

.bx-cloud-snow:before {
	content: "\e9c8"
}

.bx-cloud-upload:before {
	content: "\e9c9"
}

.bx-code:before {
	content: "\e9ca"
}

.bx-code-alt:before {
	content: "\e9cb"
}

.bx-code-block:before {
	content: "\e9cc"
}

.bx-code-curly:before {
	content: "\e9cd"
}

.bx-coffee:before {
	content: "\e9ce"
}

.bx-coffee-togo:before {
	content: "\e9cf"
}

.bx-cog:before {
	content: "\e9d0"
}

.bx-coin:before {
	content: "\e9d1"
}

.bx-coin-stack:before {
	content: "\e9d2"
}

.bx-collapse:before {
	content: "\e9d3"
}

.bx-collection:before {
	content: "\e9d4"
}

.bx-color-fill:before {
	content: "\e9d5"
}

.bx-columns:before {
	content: "\e9d6"
}

.bx-command:before {
	content: "\e9d7"
}

.bx-comment:before {
	content: "\e9d8"
}

.bx-comment-add:before {
	content: "\e9d9"
}

.bx-comment-check:before {
	content: "\e9da"
}

.bx-comment-detail:before {
	content: "\e9db"
}

.bx-comment-dots:before {
	content: "\e9dc"
}

.bx-comment-edit:before {
	content: "\e9dd"
}

.bx-comment-error:before {
	content: "\e9de"
}

.bx-comment-minus:before {
	content: "\e9df"
}

.bx-comment-x:before {
	content: "\e9e0"
}

.bx-compass:before {
	content: "\e9e1"
}

.bx-confused:before {
	content: "\e9e2"
}

.bx-conversation:before {
	content: "\e9e3"
}

.bx-cookie:before {
	content: "\e9e4"
}

.bx-cool:before {
	content: "\e9e5"
}

.bx-copy:before {
	content: "\e9e6"
}

.bx-copy-alt:before {
	content: "\e9e7"
}

.bx-copyright:before {
	content: "\e9e8"
}

.bx-credit-card:before {
	content: "\e9e9"
}

.bx-credit-card-alt:before {
	content: "\e9ea"
}

.bx-credit-card-front:before {
	content: "\e9eb"
}

.bx-crop:before {
	content: "\e9ec"
}

.bx-crosshair:before {
	content: "\e9ed"
}

.bx-crown:before {
	content: "\e9ee"
}

.bx-cube:before {
	content: "\e9ef"
}

.bx-cube-alt:before {
	content: "\e9f0"
}

.bx-cuboid:before {
	content: "\e9f1"
}

.bx-current-location:before {
	content: "\e9f2"
}

.bx-customize:before {
	content: "\e9f3"
}

.bx-cut:before {
	content: "\e9f4"
}

.bx-cycling:before {
	content: "\e9f5"
}

.bx-cylinder:before {
	content: "\e9f6"
}

.bx-data:before {
	content: "\e9f7"
}

.bx-desktop:before {
	content: "\e9f8"
}

.bx-detail:before {
	content: "\e9f9"
}

.bx-devices:before {
	content: "\e9fa"
}

.bx-dialpad:before {
	content: "\e9fb"
}

.bx-dialpad-alt:before {
	content: "\e9fc"
}

.bx-diamond:before {
	content: "\e9fd"
}

.bx-dice-1:before {
	content: "\e9fe"
}

.bx-dice-2:before {
	content: "\e9ff"
}

.bx-dice-3:before {
	content: "\ea00"
}

.bx-dice-4:before {
	content: "\ea01"
}

.bx-dice-5:before {
	content: "\ea02"
}

.bx-dice-6:before {
	content: "\ea03"
}

.bx-directions:before {
	content: "\ea04"
}

.bx-disc:before {
	content: "\ea05"
}

.bx-dish:before {
	content: "\ea06"
}

.bx-dislike:before {
	content: "\ea07"
}

.bx-dizzy:before {
	content: "\ea08"
}

.bx-dna:before {
	content: "\ea09"
}

.bx-dock-bottom:before {
	content: "\ea0a"
}

.bx-dock-left:before {
	content: "\ea0b"
}

.bx-dock-right:before {
	content: "\ea0c"
}

.bx-dock-top:before {
	content: "\ea0d"
}

.bx-dollar:before {
	content: "\ea0e"
}

.bx-dollar-circle:before {
	content: "\ea0f"
}

.bx-donate-blood:before {
	content: "\ea10"
}

.bx-donate-heart:before {
	content: "\ea11"
}

.bx-door-open:before {
	content: "\ea12"
}

.bx-dots-horizontal:before {
	content: "\ea13"
}

.bx-dots-horizontal-rounded:before {
	content: "\ea14"
}

.bx-dots-vertical:before {
	content: "\ea15"
}

.bx-dots-vertical-rounded:before {
	content: "\ea16"
}

.bx-doughnut-chart:before {
	content: "\ea17"
}

.bx-down-arrow:before {
	content: "\ea18"
}

.bx-down-arrow-alt:before {
	content: "\ea19"
}

.bx-down-arrow-circle:before {
	content: "\ea1a"
}

.bx-download:before {
	content: "\ea1b"
}

.bx-downvote:before {
	content: "\ea1c"
}

.bx-drink:before {
	content: "\ea1d"
}

.bx-droplet:before {
	content: "\ea1e"
}

.bx-dumbbell:before {
	content: "\ea1f"
}

.bx-duplicate:before {
	content: "\ea20"
}

.bx-edit:before {
	content: "\ea21"
}

.bx-edit-alt:before {
	content: "\ea22"
}

.bx-envelope:before {
	content: "\ea23"
}

.bx-envelope-open:before {
	content: "\ea24"
}

.bx-equalizer:before {
	content: "\ea25"
}

.bx-eraser:before {
	content: "\ea26"
}

.bx-error:before {
	content: "\ea27"
}

.bx-error-alt:before {
	content: "\ea28"
}

.bx-error-circle:before {
	content: "\ea29"
}

.bx-euro:before {
	content: "\ea2a"
}

.bx-exclude:before {
	content: "\ea2b"
}

.bx-exit:before {
	content: "\ea2c"
}

.bx-exit-fullscreen:before {
	content: "\ea2d"
}

.bx-expand:before {
	content: "\ea2e"
}

.bx-expand-alt:before {
	content: "\ea2f"
}

.bx-export:before {
	content: "\ea30"
}

.bx-extension:before {
	content: "\ea31"
}

.bx-face:before {
	content: "\ea32"
}

.bx-fast-forward:before {
	content: "\ea33"
}

.bx-fast-forward-circle:before {
	content: "\ea34"
}

.bx-female:before {
	content: "\ea35"
}

.bx-female-sign:before {
	content: "\ea36"
}

.bx-file:before {
	content: "\ea37"
}

.bx-file-blank:before {
	content: "\ea38"
}

.bx-file-find:before {
	content: "\ea39"
}

.bx-film:before {
	content: "\ea3a"
}

.bx-filter:before {
	content: "\ea3b"
}

.bx-filter-alt:before {
	content: "\ea3c"
}

.bx-fingerprint:before {
	content: "\ea3d"
}

.bx-first-aid:before {
	content: "\ea3e"
}

.bx-first-page:before {
	content: "\ea3f"
}

.bx-flag:before {
	content: "\ea40"
}

.bx-folder:before {
	content: "\ea41"
}

.bx-folder-minus:before {
	content: "\ea42"
}

.bx-folder-open:before {
	content: "\ea43"
}

.bx-folder-plus:before {
	content: "\ea44"
}

.bx-font:before {
	content: "\ea45"
}

.bx-font-color:before {
	content: "\ea46"
}

.bx-font-family:before {
	content: "\ea47"
}

.bx-font-size:before {
	content: "\ea48"
}

.bx-food-menu:before {
	content: "\ea49"
}

.bx-food-tag:before {
	content: "\ea4a"
}

.bx-football:before {
	content: "\ea4b"
}

.bx-fridge:before {
	content: "\ea4c"
}

.bx-fullscreen:before {
	content: "\ea4d"
}

.bx-game:before {
	content: "\ea4e"
}

.bx-gas-pump:before {
	content: "\ea4f"
}

.bx-ghost:before {
	content: "\ea50"
}

.bx-gift:before {
	content: "\ea51"
}

.bx-git-branch:before {
	content: "\ea52"
}

.bx-git-commit:before {
	content: "\ea53"
}

.bx-git-compare:before {
	content: "\ea54"
}

.bx-git-merge:before {
	content: "\ea55"
}

.bx-git-pull-request:before {
	content: "\ea56"
}

.bx-git-repo-forked:before {
	content: "\ea57"
}

.bx-glasses:before {
	content: "\ea58"
}

.bx-glasses-alt:before {
	content: "\ea59"
}

.bx-globe:before {
	content: "\ea5a"
}

.bx-globe-alt:before {
	content: "\ea5b"
}

.bx-grid:before {
	content: "\ea5c"
}

.bx-grid-alt:before {
	content: "\ea5d"
}

.bx-grid-horizontal:before {
	content: "\ea5e"
}

.bx-grid-small:before {
	content: "\ea5f"
}

.bx-grid-vertical:before {
	content: "\ea60"
}

.bx-group:before {
	content: "\ea61"
}

.bx-handicap:before {
	content: "\ea62"
}

.bx-happy:before {
	content: "\ea63"
}

.bx-happy-alt:before {
	content: "\ea64"
}

.bx-happy-beaming:before {
	content: "\ea65"
}

.bx-happy-heart-eyes:before {
	content: "\ea66"
}

.bx-hash:before {
	content: "\ea67"
}

.bx-hdd:before {
	content: "\ea68"
}

.bx-heading:before {
	content: "\ea69"
}

.bx-headphone:before {
	content: "\ea6a"
}

.bx-health:before {
	content: "\ea6b"
}

.bx-heart:before {
	content: "\ea6c"
}

.bx-heart-circle:before {
	content: "\ea6d"
}

.bx-heart-square:before {
	content: "\ea6e"
}

.bx-help-circle:before {
	content: "\ea6f"
}

.bx-hide:before {
	content: "\ea70"
}

.bx-highlight:before {
	content: "\ea71"
}

.bx-history:before {
	content: "\ea72"
}

.bx-hive:before {
	content: "\ea73"
}

.bx-home:before {
	content: "\ea74"
}

.bx-home-alt:before {
	content: "\ea75"
}

.bx-home-circle:before {
	content: "\ea76"
}

.bx-home-heart:before {
	content: "\ea77"
}

.bx-home-smile:before {
	content: "\ea78"
}

.bx-horizontal-center:before {
	content: "\ea79"
}

.bx-hotel:before {
	content: "\ea7a"
}

.bx-hourglass:before {
	content: "\ea7b"
}

.bx-id-card:before {
	content: "\ea7c"
}

.bx-image:before {
	content: "\ea7d"
}

.bx-image-add:before {
	content: "\ea7e"
}

.bx-image-alt:before {
	content: "\ea7f"
}

.bx-images:before {
	content: "\ea80"
}

.bx-import:before {
	content: "\ea81"
}

.bx-infinite:before {
	content: "\ea82"
}

.bx-info-circle:before {
	content: "\ea83"
}

.bx-info-square:before {
	content: "\ea84"
}

.bx-intersect:before {
	content: "\ea85"
}

.bx-italic:before {
	content: "\ea86"
}

.bx-joystick:before {
	content: "\ea87"
}

.bx-joystick-alt:before {
	content: "\ea88"
}

.bx-joystick-button:before {
	content: "\ea89"
}

.bx-key:before {
	content: "\ea8a"
}

.bx-label:before {
	content: "\ea8b"
}

.bx-landscape:before {
	content: "\ea8c"
}

.bx-laptop:before {
	content: "\ea8d"
}

.bx-last-page:before {
	content: "\ea8e"
}

.bx-laugh:before {
	content: "\ea8f"
}

.bx-layer:before {
	content: "\ea90"
}

.bx-layer-minus:before {
	content: "\ea91"
}

.bx-layer-plus:before {
	content: "\ea92"
}

.bx-layout:before {
	content: "\ea93"
}

.bx-left-arrow:before {
	content: "\ea94"
}

.bx-left-arrow-alt:before {
	content: "\ea95"
}

.bx-left-arrow-circle:before {
	content: "\ea96"
}

.bx-left-down-arrow-circle:before {
	content: "\ea97"
}

.bx-left-indent:before {
	content: "\ea98"
}

.bx-left-top-arrow-circle:before {
	content: "\ea99"
}

.bx-library:before {
	content: "\ea9a"
}

.bx-like:before {
	content: "\ea9b"
}

.bx-line-chart:before {
	content: "\ea9c"
}

.bx-line-chart-down:before {
	content: "\ea9d"
}

.bx-link:before {
	content: "\ea9e"
}

.bx-link-alt:before {
	content: "\ea9f"
}

.bx-link-external:before {
	content: "\eaa0"
}

.bx-lira:before {
	content: "\eaa1"
}

.bx-list-check:before {
	content: "\eaa2"
}

.bx-list-minus:before {
	content: "\eaa3"
}

.bx-list-ol:before {
	content: "\eaa4"
}

.bx-list-plus:before {
	content: "\eaa5"
}

.bx-list-ul:before {
	content: "\eaa6"
}

.bx-loader:before {
	content: "\eaa7"
}

.bx-loader-alt:before {
	content: "\eaa8"
}

.bx-loader-circle:before {
	content: "\eaa9"
}

.bx-location-plus:before {
	content: "\eaaa"
}

.bx-lock:before {
	content: "\eaab"
}

.bx-lock-alt:before {
	content: "\eaac"
}

.bx-lock-open:before {
	content: "\eaad"
}

.bx-lock-open-alt:before {
	content: "\eaae"
}

.bx-log-in:before {
	content: "\eaaf"
}

.bx-log-in-circle:before {
	content: "\eab0"
}

.bx-log-out:before {
	content: "\eab1"
}

.bx-log-out-circle:before {
	content: "\eab2"
}

.bx-low-vision:before {
	content: "\eab3"
}

.bx-magnet:before {
	content: "\eab4"
}

.bx-mail-send:before {
	content: "\eab5"
}

.bx-male:before {
	content: "\eab6"
}

.bx-male-sign:before {
	content: "\eab7"
}

.bx-map:before {
	content: "\eab8"
}

.bx-map-alt:before {
	content: "\eab9"
}

.bx-map-pin:before {
	content: "\eaba"
}

.bx-mask:before {
	content: "\eabb"
}

.bx-medal:before {
	content: "\eabc"
}

.bx-meh:before {
	content: "\eabd"
}

.bx-meh-alt:before {
	content: "\eabe"
}

.bx-meh-blank:before {
	content: "\eabf"
}

.bx-memory-card:before {
	content: "\eac0"
}

.bx-menu:before {
	content: "\eac1"
}

.bx-menu-alt-left:before {
	content: "\eac2"
}

.bx-menu-alt-right:before {
	content: "\eac3"
}

.bx-merge:before {
	content: "\eac4"
}

.bx-message:before {
	content: "\eac5"
}

.bx-message-add:before {
	content: "\eac6"
}

.bx-message-alt:before {
	content: "\eac7"
}

.bx-message-alt-add:before {
	content: "\eac8"
}

.bx-message-alt-check:before {
	content: "\eac9"
}

.bx-message-alt-detail:before {
	content: "\eaca"
}

.bx-message-alt-dots:before {
	content: "\eacb"
}

.bx-message-alt-edit:before {
	content: "\eacc"
}

.bx-message-alt-error:before {
	content: "\eacd"
}

.bx-message-alt-minus:before {
	content: "\eace"
}

.bx-message-alt-x:before {
	content: "\eacf"
}

.bx-message-check:before {
	content: "\ead0"
}

.bx-message-detail:before {
	content: "\ead1"
}

.bx-message-dots:before {
	content: "\ead2"
}

.bx-message-edit:before {
	content: "\ead3"
}

.bx-message-error:before {
	content: "\ead4"
}

.bx-message-minus:before {
	content: "\ead5"
}

.bx-message-rounded:before {
	content: "\ead6"
}

.bx-message-rounded-add:before {
	content: "\ead7"
}

.bx-message-rounded-check:before {
	content: "\ead8"
}

.bx-message-rounded-detail:before {
	content: "\ead9"
}

.bx-message-rounded-dots:before {
	content: "\eada"
}

.bx-message-rounded-edit:before {
	content: "\eadb"
}

.bx-message-rounded-error:before {
	content: "\eadc"
}

.bx-message-rounded-minus:before {
	content: "\eadd"
}

.bx-message-rounded-x:before {
	content: "\eade"
}

.bx-message-square:before {
	content: "\eadf"
}

.bx-message-square-add:before {
	content: "\eae0"
}

.bx-message-square-check:before {
	content: "\eae1"
}

.bx-message-square-detail:before {
	content: "\eae2"
}

.bx-message-square-dots:before {
	content: "\eae3"
}

.bx-message-square-edit:before {
	content: "\eae4"
}

.bx-message-square-error:before {
	content: "\eae5"
}

.bx-message-square-minus:before {
	content: "\eae6"
}

.bx-message-square-x:before {
	content: "\eae7"
}

.bx-message-x:before {
	content: "\eae8"
}

.bx-meteor:before {
	content: "\eae9"
}

.bx-microchip:before {
	content: "\eaea"
}

.bx-microphone:before {
	content: "\eaeb"
}

.bx-microphone-off:before {
	content: "\eaec"
}

.bx-minus:before {
	content: "\eaed"
}

.bx-minus-back:before {
	content: "\eaee"
}

.bx-minus-circle:before {
	content: "\eaef"
}

.bx-minus-front:before {
	content: "\eaf0"
}

.bx-mobile:before {
	content: "\eaf1"
}

.bx-mobile-alt:before {
	content: "\eaf2"
}

.bx-mobile-landscape:before {
	content: "\eaf3"
}

.bx-mobile-vibration:before {
	content: "\eaf4"
}

.bx-money:before {
	content: "\eaf5"
}

.bx-moon:before {
	content: "\eaf6"
}

.bx-mouse:before {
	content: "\eaf7"
}

.bx-mouse-alt:before {
	content: "\eaf8"
}

.bx-move:before {
	content: "\eaf9"
}

.bx-move-horizontal:before {
	content: "\eafa"
}

.bx-move-vertical:before {
	content: "\eafb"
}

.bx-movie:before {
	content: "\eafc"
}

.bx-movie-play:before {
	content: "\eafd"
}

.bx-music:before {
	content: "\eafe"
}

.bx-navigation:before {
	content: "\eaff"
}

.bx-network-chart:before {
	content: "\eb00"
}

.bx-news:before {
	content: "\eb01"
}

.bx-no-entry:before {
	content: "\eb02"
}

.bx-note:before {
	content: "\eb03"
}

.bx-notepad:before {
	content: "\eb04"
}

.bx-notification:before {
	content: "\eb05"
}

.bx-notification-off:before {
	content: "\eb06"
}

.bx-outline:before {
	content: "\eb07"
}

.bx-package:before {
	content: "\eb08"
}

.bx-paint:before {
	content: "\eb09"
}

.bx-paint-roll:before {
	content: "\eb0a"
}

.bx-palette:before {
	content: "\eb0b"
}

.bx-paperclip:before {
	content: "\eb0c"
}

.bx-paper-plane:before {
	content: "\eb0d"
}

.bx-paragraph:before {
	content: "\eb0e"
}

.bx-paste:before {
	content: "\eb0f"
}

.bx-pause:before {
	content: "\eb10"
}

.bx-pause-circle:before {
	content: "\eb11"
}

.bx-pen:before {
	content: "\eb12"
}

.bx-pencil:before {
	content: "\eb13"
}

.bx-phone:before {
	content: "\eb14"
}

.bx-phone-call:before {
	content: "\eb15"
}

.bx-phone-incoming:before {
	content: "\eb16"
}

.bx-phone-outgoing:before {
	content: "\eb17"
}

.bx-photo-album:before {
	content: "\eb18"
}

.bx-pie-chart:before {
	content: "\eb19"
}

.bx-pie-chart-alt:before {
	content: "\eb1a"
}

.bx-pie-chart-alt-2:before {
	content: "\eb1b"
}

.bx-pin:before {
	content: "\eb1c"
}

.bx-planet:before {
	content: "\eb1d"
}

.bx-play:before {
	content: "\eb1e"
}

.bx-play-circle:before {
	content: "\eb1f"
}

.bx-plug:before {
	content: "\eb20"
}

.bx-plus:before {
	content: "\eb21"
}

.bx-plus-circle:before {
	content: "\eb22"
}

.bx-plus-medical:before {
	content: "\eb23"
}

.bx-pointer:before {
	content: "\eb24"
}

.bx-poll:before {
	content: "\eb25"
}

.bx-polygon:before {
	content: "\eb26"
}

.bx-pound:before {
	content: "\eb27"
}

.bx-power-off:before {
	content: "\eb28"
}

.bx-printer:before {
	content: "\eb29"
}

.bx-pulse:before {
	content: "\eb2a"
}

.bx-purchase-tag:before {
	content: "\eb2b"
}

.bx-purchase-tag-alt:before {
	content: "\eb2c"
}

.bx-pyramid:before {
	content: "\eb2d"
}

.bx-question-mark:before {
	content: "\eb2e"
}

.bx-radar:before {
	content: "\eb2f"
}

.bx-radio:before {
	content: "\eb30"
}

.bx-radio-circle:before {
	content: "\eb31"
}

.bx-radio-circle-marked:before {
	content: "\eb32"
}

.bx-receipt:before {
	content: "\eb33"
}

.bx-rectangle:before {
	content: "\eb34"
}

.bx-recycle:before {
	content: "\eb35"
}

.bx-redo:before {
	content: "\eb36"
}

.bx-refresh:before {
	content: "\eb37"
}

.bx-rename:before {
	content: "\eb38"
}

.bx-repeat:before {
	content: "\eb39"
}

.bx-reply:before {
	content: "\eb3a"
}

.bx-reply-all:before {
	content: "\eb3b"
}

.bx-repost:before {
	content: "\eb3c"
}

.bx-reset:before {
	content: "\eb3d"
}

.bx-restaurant:before {
	content: "\eb3e"
}

.bx-revision:before {
	content: "\eb3f"
}

.bx-rewind:before {
	content: "\eb40"
}

.bx-rewind-circle:before {
	content: "\eb41"
}

.bx-right-arrow:before {
	content: "\eb42"
}

.bx-right-arrow-alt:before {
	content: "\eb43"
}

.bx-right-arrow-circle:before {
	content: "\eb44"
}

.bx-right-down-arrow-circle:before {
	content: "\eb45"
}

.bx-right-indent:before {
	content: "\eb46"
}

.bx-right-top-arrow-circle:before {
	content: "\eb47"
}

.bx-rocket:before {
	content: "\eb48"
}

.bx-rotate-left:before {
	content: "\eb49"
}

.bx-rotate-right:before {
	content: "\eb4a"
}

.bx-rss:before {
	content: "\eb4b"
}

.bx-ruble:before {
	content: "\eb4c"
}

.bx-ruler:before {
	content: "\eb4d"
}

.bx-run:before {
	content: "\eb4e"
}

.bx-rupee:before {
	content: "\eb4f"
}

.bx-sad:before {
	content: "\eb50"
}

.bx-save:before {
	content: "\eb51"
}

.bx-scan:before {
	content: "\eb52"
}

.bx-screenshot:before {
	content: "\eb53"
}

.bx-search:before {
	content: "\eb54"
}

.bx-search-alt:before {
	content: "\eb55"
}

.bx-search-alt-2:before {
	content: "\eb56"
}

.bx-selection:before {
	content: "\eb57"
}

.bx-select-multiple:before {
	content: "\eb58"
}

.bx-send:before {
	content: "\eb59"
}

.bx-server:before {
	content: "\eb5a"
}

.bx-shape-circle:before {
	content: "\eb5b"
}

.bx-shape-polygon:before {
	content: "\eb5c"
}

.bx-shape-square:before {
	content: "\eb5d"
}

.bx-shape-triangle:before {
	content: "\eb5e"
}

.bx-share:before {
	content: "\eb5f"
}

.bx-share-alt:before {
	content: "\eb60"
}

.bx-shekel:before {
	content: "\eb61"
}

.bx-shield:before {
	content: "\eb62"
}

.bx-shield-alt:before {
	content: "\eb63"
}

.bx-shield-alt-2:before {
	content: "\eb64"
}

.bx-shield-quarter:before {
	content: "\eb65"
}

.bx-shield-x:before {
	content: "\eb66"
}

.bx-shocked:before {
	content: "\eb67"
}

.bx-shopping-bag:before {
	content: "\eb68"
}

.bx-show:before {
	content: "\eb69"
}

.bx-show-alt:before {
	content: "\eb6a"
}

.bx-shuffle:before {
	content: "\eb6b"
}

.bx-sidebar:before {
	content: "\eb6c"
}

.bx-sitemap:before {
	content: "\eb6d"
}

.bx-skip-next:before {
	content: "\eb6e"
}

.bx-skip-next-circle:before {
	content: "\eb6f"
}

.bx-skip-previous:before {
	content: "\eb70"
}

.bx-skip-previous-circle:before {
	content: "\eb71"
}

.bx-sleepy:before {
	content: "\eb72"
}

.bx-slider:before {
	content: "\eb73"
}

.bx-slider-alt:before {
	content: "\eb74"
}

.bx-slideshow:before {
	content: "\eb75"
}

.bx-smile:before {
	content: "\eb76"
}

.bx-sort:before {
	content: "\eb77"
}

.bx-sort-alt-2:before {
	content: "\eb78"
}

.bx-sort-a-z:before {
	content: "\eb79"
}

.bx-sort-down:before {
	content: "\eb7a"
}

.bx-sort-up:before {
	content: "\eb7b"
}

.bx-sort-z-a:before {
	content: "\eb7c"
}

.bx-spa:before {
	content: "\eb7d"
}

.bx-space-bar:before {
	content: "\eb7e"
}

.bx-spray-can:before {
	content: "\eb7f"
}

.bx-spreadsheet:before {
	content: "\eb80"
}

.bx-square:before {
	content: "\eb81"
}

.bx-square-rounded:before {
	content: "\eb82"
}

.bx-star:before {
	content: "\eb83"
}

.bx-station:before {
	content: "\eb84"
}

.bx-stats:before {
	content: "\eb85"
}

.bx-sticker:before {
	content: "\eb86"
}

.bx-stop:before {
	content: "\eb87"
}

.bx-stop-circle:before {
	content: "\eb88"
}

.bx-stopwatch:before {
	content: "\eb89"
}

.bx-store:before {
	content: "\eb8a"
}

.bx-store-alt:before {
	content: "\eb8b"
}

.bx-street-view:before {
	content: "\eb8c"
}

.bx-strikethrough:before {
	content: "\eb8d"
}

.bx-subdirectory-left:before {
	content: "\eb8e"
}

.bx-subdirectory-right:before {
	content: "\eb8f"
}

.bx-sun:before {
	content: "\eb90"
}

.bx-support:before {
	content: "\eb91"
}

.bx-swim:before {
	content: "\eb92"
}

.bx-sync:before {
	content: "\eb93"
}

.bx-tab:before {
	content: "\eb94"
}

.bx-table:before {
	content: "\eb95"
}

.bx-tachometer:before {
	content: "\eb96"
}

.bx-tag:before {
	content: "\eb97"
}

.bx-tag-alt:before {
	content: "\eb98"
}

.bx-target-lock:before {
	content: "\eb99"
}

.bx-task:before {
	content: "\eb9a"
}

.bx-task-x:before {
	content: "\eb9b"
}

.bx-taxi:before {
	content: "\eb9c"
}

.bx-tennis-ball:before {
	content: "\eb9d"
}

.bx-terminal:before {
	content: "\eb9e"
}

.bx-test-tube:before {
	content: "\eb9f"
}

.bx-text:before {
	content: "\eba0"
}

.bx-time:before {
	content: "\eba1"
}

.bx-time-five:before {
	content: "\eba2"
}

.bx-timer:before {
	content: "\eba3"
}

.bx-tired:before {
	content: "\eba4"
}

.bx-toggle-left:before {
	content: "\eba5"
}

.bx-toggle-right:before {
	content: "\eba6"
}

.bx-tone:before {
	content: "\eba7"
}

.bx-traffic-cone:before {
	content: "\eba8"
}

.bx-train:before {
	content: "\eba9"
}

.bx-transfer:before {
	content: "\ebaa"
}

.bx-transfer-alt:before {
	content: "\ebab"
}

.bx-trash:before {
	content: "\ebac"
}

.bx-trash-alt:before {
	content: "\ebad"
}

.bx-trending-down:before {
	content: "\ebae"
}

.bx-trending-up:before {
	content: "\ebaf"
}

.bx-trim:before {
	content: "\ebb0"
}

.bx-trip:before {
	content: "\ebb1"
}

.bx-trophy:before {
	content: "\ebb2"
}

.bx-tv:before {
	content: "\ebb3"
}

.bx-underline:before {
	content: "\ebb4"
}

.bx-undo:before {
	content: "\ebb5"
}

.bx-unite:before {
	content: "\ebb6"
}

.bx-unlink:before {
	content: "\ebb7"
}

.bx-up-arrow:before {
	content: "\ebb8"
}

.bx-up-arrow-alt:before {
	content: "\ebb9"
}

.bx-up-arrow-circle:before {
	content: "\ebba"
}

.bx-upload:before {
	content: "\ebbb"
}

.bx-upside-down:before {
	content: "\ebbc"
}

.bx-upvote:before {
	content: "\ebbd"
}

.bx-usb:before {
	content: "\ebbe"
}

.bx-user:before {
	content: "\ebbf"
}

.bx-user-check:before {
	content: "\ebc0"
}

.bx-user-circle:before {
	content: "\ebc1"
}

.bx-user-minus:before {
	content: "\ebc2"
}

.bx-user-pin:before {
	content: "\ebc3"
}

.bx-user-plus:before {
	content: "\ebc4"
}

.bx-user-voice:before {
	content: "\ebc5"
}

.bx-user-x:before {
	content: "\ebc6"
}

.bx-vector:before {
	content: "\ebc7"
}

.bx-vertical-center:before {
	content: "\ebc8"
}

.bx-vial:before {
	content: "\ebc9"
}

.bx-video:before {
	content: "\ebca"
}

.bx-video-off:before {
	content: "\ebcb"
}

.bx-video-plus:before {
	content: "\ebcc"
}

.bx-video-recording:before {
	content: "\ebcd"
}

.bx-voicemail:before {
	content: "\ebce"
}

.bx-volume:before {
	content: "\ebcf"
}

.bx-volume-full:before {
	content: "\ebd0"
}

.bx-volume-low:before {
	content: "\ebd1"
}

.bx-volume-mute:before {
	content: "\ebd2"
}

.bx-walk:before {
	content: "\ebd3"
}

.bx-wallet:before {
	content: "\ebd4"
}

.bx-wallet-alt:before {
	content: "\ebd5"
}

.bx-water:before {
	content: "\ebd6"
}

.bx-webcam:before {
	content: "\ebd7"
}

.bx-wifi:before {
	content: "\ebd8"
}

.bx-wifi-0:before {
	content: "\ebd9"
}

.bx-wifi-1:before {
	content: "\ebda"
}

.bx-wifi-2:before {
	content: "\ebdb"
}

.bx-wifi-off:before {
	content: "\ebdc"
}

.bx-wind:before {
	content: "\ebdd"
}

.bx-window:before {
	content: "\ebde"
}

.bx-window-alt:before {
	content: "\ebdf"
}

.bx-window-close:before {
	content: "\ebe0"
}

.bx-window-open:before {
	content: "\ebe1"
}

.bx-windows:before {
	content: "\ebe2"
}

.bx-wine:before {
	content: "\ebe3"
}

.bx-wink-smile:before {
	content: "\ebe4"
}

.bx-wink-tongue:before {
	content: "\ebe5"
}

.bx-won:before {
	content: "\ebe6"
}

.bx-world:before {
	content: "\ebe7"
}

.bx-wrench:before {
	content: "\ebe8"
}

.bx-x:before {
	content: "\ebe9"
}

.bx-x-circle:before {
	content: "\ebea"
}

.bx-yen:before {
	content: "\ebeb"
}

.bx-zoom-in:before {
	content: "\ebec"
}

.bx-zoom-out:before {
	content: "\ebed"
}

.bxs-add-to-queue:before {
	content: "\ebee"
}

.bxs-adjust:before {
	content: "\ebef"
}

.bxs-adjust-alt:before {
	content: "\ebf0"
}

.bxs-alarm:before {
	content: "\ebf1"
}

.bxs-alarm-add:before {
	content: "\ebf2"
}

.bxs-alarm-exclamation:before {
	content: "\ebf3"
}

.bxs-alarm-off:before {
	content: "\ebf4"
}

.bxs-alarm-snooze:before {
	content: "\ebf5"
}

.bxs-album:before {
	content: "\ebf6"
}

.bxs-ambulance:before {
	content: "\ebf7"
}

.bxs-analyse:before {
	content: "\ebf8"
}

.bxs-angry:before {
	content: "\ebf9"
}

.bxs-arch:before {
	content: "\ebfa"
}

.bxs-archive:before {
	content: "\ebfb"
}

.bxs-archive-in:before {
	content: "\ebfc"
}

.bxs-archive-out:before {
	content: "\ebfd"
}

.bxs-area:before {
	content: "\ebfe"
}

.bxs-arrow-from-bottom:before {
	content: "\ebff"
}

.bxs-arrow-from-left:before {
	content: "\ec00"
}

.bxs-arrow-from-right:before {
	content: "\ec01"
}

.bxs-arrow-from-top:before {
	content: "\ec02"
}

.bxs-arrow-to-bottom:before {
	content: "\ec03"
}

.bxs-arrow-to-left:before {
	content: "\ec04"
}

.bxs-arrow-to-right:before {
	content: "\ec05"
}

.bxs-arrow-to-top:before {
	content: "\ec06"
}

.bxs-award:before {
	content: "\ec07"
}

.bxs-baby-carriage:before {
	content: "\ec08"
}

.bxs-backpack:before {
	content: "\ec09"
}

.bxs-badge:before {
	content: "\ec0a"
}

.bxs-badge-check:before {
	content: "\ec0b"
}

.bxs-badge-dollar:before {
	content: "\ec0c"
}

.bxs-ball:before {
	content: "\ec0d"
}

.bxs-band-aid:before {
	content: "\ec0e"
}

.bxs-bank:before {
	content: "\ec0f"
}

.bxs-bar-chart-alt-2:before {
	content: "\ec10"
}

.bxs-bar-chart-square:before {
	content: "\ec11"
}

.bxs-barcode:before {
	content: "\ec12"
}

.bxs-baseball:before {
	content: "\ec13"
}

.bxs-basket:before {
	content: "\ec14"
}

.bxs-basketball:before {
	content: "\ec15"
}

.bxs-bath:before {
	content: "\ec16"
}

.bxs-battery:before {
	content: "\ec17"
}

.bxs-battery-charging:before {
	content: "\ec18"
}

.bxs-battery-full:before {
	content: "\ec19"
}

.bxs-battery-low:before {
	content: "\ec1a"
}

.bxs-bed:before {
	content: "\ec1b"
}

.bxs-been-here:before {
	content: "\ec1c"
}

.bxs-beer:before {
	content: "\ec1d"
}

.bxs-bell:before {
	content: "\ec1e"
}

.bxs-bell-minus:before {
	content: "\ec1f"
}

.bxs-bell-off:before {
	content: "\ec20"
}

.bxs-bell-plus:before {
	content: "\ec21"
}

.bxs-bell-ring:before {
	content: "\ec22"
}

.bxs-bible:before {
	content: "\ec23"
}

.bxs-binoculars:before {
	content: "\ec24"
}

.bxs-blanket:before {
	content: "\ec25"
}

.bxs-bolt:before {
	content: "\ec26"
}

.bxs-bolt-circle:before {
	content: "\ec27"
}

.bxs-bomb:before {
	content: "\ec28"
}

.bxs-bone:before {
	content: "\ec29"
}

.bxs-bong:before {
	content: "\ec2a"
}

.bxs-book:before {
	content: "\ec2b"
}

.bxs-book-add:before {
	content: "\ec2c"
}

.bxs-book-alt:before {
	content: "\ec2d"
}

.bxs-book-bookmark:before {
	content: "\ec2e"
}

.bxs-book-content:before {
	content: "\ec2f"
}

.bxs-book-heart:before {
	content: "\ec30"
}

.bxs-bookmark:before {
	content: "\ec31"
}

.bxs-bookmark-alt:before {
	content: "\ec32"
}

.bxs-bookmark-alt-minus:before {
	content: "\ec33"
}

.bxs-bookmark-alt-plus:before {
	content: "\ec34"
}

.bxs-bookmark-heart:before {
	content: "\ec35"
}

.bxs-bookmark-minus:before {
	content: "\ec36"
}

.bxs-bookmark-plus:before {
	content: "\ec37"
}

.bxs-bookmarks:before {
	content: "\ec38"
}

.bxs-bookmark-star:before {
	content: "\ec39"
}

.bxs-book-open:before {
	content: "\ec3a"
}

.bxs-book-reader:before {
	content: "\ec3b"
}

.bxs-bot:before {
	content: "\ec3c"
}

.bxs-bowling-ball:before {
	content: "\ec3d"
}

.bxs-box:before {
	content: "\ec3e"
}

.bxs-brain:before {
	content: "\ec3f"
}

.bxs-briefcase:before {
	content: "\ec40"
}

.bxs-briefcase-alt:before {
	content: "\ec41"
}

.bxs-briefcase-alt-2:before {
	content: "\ec42"
}

.bxs-brightness:before {
	content: "\ec43"
}

.bxs-brightness-half:before {
	content: "\ec44"
}

.bxs-brush:before {
	content: "\ec45"
}

.bxs-brush-alt:before {
	content: "\ec46"
}

.bxs-bug:before {
	content: "\ec47"
}

.bxs-bug-alt:before {
	content: "\ec48"
}

.bxs-building:before {
	content: "\ec49"
}

.bxs-building-house:before {
	content: "\ec4a"
}

.bxs-buildings:before {
	content: "\ec4b"
}

.bxs-bulb:before {
	content: "\ec4c"
}

.bxs-bullseye:before {
	content: "\ec4d"
}

.bxs-buoy:before {
	content: "\ec4e"
}

.bxs-bus:before {
	content: "\ec4f"
}

.bxs-business:before {
	content: "\ec50"
}

.bxs-bus-school:before {
	content: "\ec51"
}

.bxs-cabinet:before {
	content: "\ec52"
}

.bxs-cake:before {
	content: "\ec53"
}

.bxs-calculator:before {
	content: "\ec54"
}

.bxs-calendar:before {
	content: "\ec55"
}

.bxs-calendar-alt:before {
	content: "\ec56"
}

.bxs-calendar-check:before {
	content: "\ec57"
}

.bxs-calendar-edit:before {
	content: "\ec58"
}

.bxs-calendar-event:before {
	content: "\ec59"
}

.bxs-calendar-exclamation:before {
	content: "\ec5a"
}

.bxs-calendar-heart:before {
	content: "\ec5b"
}

.bxs-calendar-minus:before {
	content: "\ec5c"
}

.bxs-calendar-plus:before {
	content: "\ec5d"
}

.bxs-calendar-star:before {
	content: "\ec5e"
}

.bxs-calendar-week:before {
	content: "\ec5f"
}

.bxs-calendar-x:before {
	content: "\ec60"
}

.bxs-camera:before {
	content: "\ec61"
}

.bxs-camera-home:before {
	content: "\ec62"
}

.bxs-camera-movie:before {
	content: "\ec63"
}

.bxs-camera-off:before {
	content: "\ec64"
}

.bxs-camera-plus:before {
	content: "\ec65"
}

.bxs-capsule:before {
	content: "\ec66"
}

.bxs-captions:before {
	content: "\ec67"
}

.bxs-car:before {
	content: "\ec68"
}

.bxs-car-battery:before {
	content: "\ec69"
}

.bxs-car-crash:before {
	content: "\ec6a"
}

.bxs-card:before {
	content: "\ec6b"
}

.bxs-caret-down-circle:before {
	content: "\ec6c"
}

.bxs-caret-down-square:before {
	content: "\ec6d"
}

.bxs-caret-left-circle:before {
	content: "\ec6e"
}

.bxs-caret-left-square:before {
	content: "\ec6f"
}

.bxs-caret-right-circle:before {
	content: "\ec70"
}

.bxs-caret-right-square:before {
	content: "\ec71"
}

.bxs-caret-up-circle:before {
	content: "\ec72"
}

.bxs-caret-up-square:before {
	content: "\ec73"
}

.bxs-car-garage:before {
	content: "\ec74"
}

.bxs-car-mechanic:before {
	content: "\ec75"
}

.bxs-carousel:before {
	content: "\ec76"
}

.bxs-cart:before {
	content: "\ec77"
}

.bxs-cart-add:before {
	content: "\ec78"
}

.bxs-cart-alt:before {
	content: "\ec79"
}

.bxs-cart-download:before {
	content: "\ec7a"
}

.bxs-car-wash:before {
	content: "\ec7b"
}

.bxs-category:before {
	content: "\ec7c"
}

.bxs-category-alt:before {
	content: "\ec7d"
}

.bxs-cctv:before {
	content: "\ec7e"
}

.bxs-certification:before {
	content: "\ec7f"
}

.bxs-chalkboard:before {
	content: "\ec80"
}

.bxs-chart:before {
	content: "\ec81"
}

.bxs-chat:before {
	content: "\ec82"
}

.bxs-checkbox:before {
	content: "\ec83"
}

.bxs-checkbox-checked:before {
	content: "\ec84"
}

.bxs-check-circle:before {
	content: "\ec85"
}

.bxs-check-shield:before {
	content: "\ec86"
}

.bxs-check-square:before {
	content: "\ec87"
}

.bxs-chess:before {
	content: "\ec88"
}

.bxs-chevron-down:before {
	content: "\ec89"
}

.bxs-chevron-down-circle:before {
	content: "\ec8a"
}

.bxs-chevron-down-square:before {
	content: "\ec8b"
}

.bxs-chevron-left:before {
	content: "\ec8c"
}

.bxs-chevron-left-circle:before {
	content: "\ec8d"
}

.bxs-chevron-left-square:before {
	content: "\ec8e"
}

.bxs-chevron-right:before {
	content: "\ec8f"
}

.bxs-chevron-right-circle:before {
	content: "\ec90"
}

.bxs-chevron-right-square:before {
	content: "\ec91"
}

.bxs-chevrons-down:before {
	content: "\ec92"
}

.bxs-chevrons-left:before {
	content: "\ec93"
}

.bxs-chevrons-right:before {
	content: "\ec94"
}

.bxs-chevrons-up:before {
	content: "\ec95"
}

.bxs-chevron-up:before {
	content: "\ec96"
}

.bxs-chevron-up-circle:before {
	content: "\ec97"
}

.bxs-chevron-up-square:before {
	content: "\ec98"
}

.bxs-chip:before {
	content: "\ec99"
}

.bxs-church:before {
	content: "\ec9a"
}

.bxs-circle:before {
	content: "\ec9b"
}

.bxs-city:before {
	content: "\ec9c"
}

.bxs-clinic:before {
	content: "\ec9d"
}

.bxs-cloud:before {
	content: "\ec9e"
}

.bxs-cloud-download:before {
	content: "\ec9f"
}

.bxs-cloud-lightning:before {
	content: "\eca0"
}

.bxs-cloud-rain:before {
	content: "\eca1"
}

.bxs-cloud-upload:before {
	content: "\eca2"
}

.bxs-coffee:before {
	content: "\eca3"
}

.bxs-coffee-alt:before {
	content: "\eca4"
}

.bxs-coffee-togo:before {
	content: "\eca5"
}

.bxs-cog:before {
	content: "\eca6"
}

.bxs-coin:before {
	content: "\eca7"
}

.bxs-coin-stack:before {
	content: "\eca8"
}

.bxs-collection:before {
	content: "\eca9"
}

.bxs-color-fill:before {
	content: "\ecaa"
}

.bxs-comment:before {
	content: "\ecab"
}

.bxs-comment-add:before {
	content: "\ecac"
}

.bxs-comment-check:before {
	content: "\ecad"
}

.bxs-comment-detail:before {
	content: "\ecae"
}

.bxs-comment-dots:before {
	content: "\ecaf"
}

.bxs-comment-edit:before {
	content: "\ecb0"
}

.bxs-comment-error:before {
	content: "\ecb1"
}

.bxs-comment-minus:before {
	content: "\ecb2"
}

.bxs-comment-x:before {
	content: "\ecb3"
}

.bxs-compass:before {
	content: "\ecb4"
}

.bxs-component:before {
	content: "\ecb5"
}

.bxs-confused:before {
	content: "\ecb6"
}

.bxs-contact:before {
	content: "\ecb7"
}

.bxs-conversation:before {
	content: "\ecb8"
}

.bxs-cookie:before {
	content: "\ecb9"
}

.bxs-cool:before {
	content: "\ecba"
}

.bxs-copy:before {
	content: "\ecbb"
}

.bxs-copy-alt:before {
	content: "\ecbc"
}

.bxs-copyright:before {
	content: "\ecbd"
}

.bxs-coupon:before {
	content: "\ecbe"
}

.bxs-credit-card:before {
	content: "\ecbf"
}

.bxs-credit-card-alt:before {
	content: "\ecc0"
}

.bxs-credit-card-front:before {
	content: "\ecc1"
}

.bxs-crop:before {
	content: "\ecc2"
}

.bxs-crown:before {
	content: "\ecc3"
}

.bxs-cube:before {
	content: "\ecc4"
}

.bxs-cube-alt:before {
	content: "\ecc5"
}

.bxs-cuboid:before {
	content: "\ecc6"
}

.bxs-customize:before {
	content: "\ecc7"
}

.bxs-cylinder:before {
	content: "\ecc8"
}

.bxs-dashboard:before {
	content: "\ecc9"
}

.bxs-data:before {
	content: "\ecca"
}

.bxs-detail:before {
	content: "\eccb"
}

.bxs-devices:before {
	content: "\eccc"
}

.bxs-diamond:before {
	content: "\eccd"
}

.bxs-dice-1:before {
	content: "\ecce"
}

.bxs-dice-2:before {
	content: "\eccf"
}

.bxs-dice-3:before {
	content: "\ecd0"
}

.bxs-dice-4:before {
	content: "\ecd1"
}

.bxs-dice-5:before {
	content: "\ecd2"
}

.bxs-dice-6:before {
	content: "\ecd3"
}

.bxs-direction-left:before {
	content: "\ecd4"
}

.bxs-direction-right:before {
	content: "\ecd5"
}

.bxs-directions:before {
	content: "\ecd6"
}

.bxs-disc:before {
	content: "\ecd7"
}

.bxs-discount:before {
	content: "\ecd8"
}

.bxs-dish:before {
	content: "\ecd9"
}

.bxs-dislike:before {
	content: "\ecda"
}

.bxs-dizzy:before {
	content: "\ecdb"
}

.bxs-dock-bottom:before {
	content: "\ecdc"
}

.bxs-dock-left:before {
	content: "\ecdd"
}

.bxs-dock-right:before {
	content: "\ecde"
}

.bxs-dock-top:before {
	content: "\ecdf"
}

.bxs-dollar-circle:before {
	content: "\ece0"
}

.bxs-donate-blood:before {
	content: "\ece1"
}

.bxs-donate-heart:before {
	content: "\ece2"
}

.bxs-door-open:before {
	content: "\ece3"
}

.bxs-doughnut-chart:before {
	content: "\ece4"
}

.bxs-down-arrow:before {
	content: "\ece5"
}

.bxs-down-arrow-alt:before {
	content: "\ece6"
}

.bxs-down-arrow-circle:before {
	content: "\ece7"
}

.bxs-down-arrow-square:before {
	content: "\ece8"
}

.bxs-download:before {
	content: "\ece9"
}

.bxs-downvote:before {
	content: "\ecea"
}

.bxs-drink:before {
	content: "\eceb"
}

.bxs-droplet:before {
	content: "\ecec"
}

.bxs-droplet-half:before {
	content: "\eced"
}

.bxs-dryer:before {
	content: "\ecee"
}

.bxs-duplicate:before {
	content: "\ecef"
}

.bxs-edit:before {
	content: "\ecf0"
}

.bxs-edit-alt:before {
	content: "\ecf1"
}

.bxs-edit-location:before {
	content: "\ecf2"
}

.bxs-eject:before {
	content: "\ecf3"
}

.bxs-envelope:before {
	content: "\ecf4"
}

.bxs-envelope-open:before {
	content: "\ecf5"
}

.bxs-eraser:before {
	content: "\ecf6"
}

.bxs-error:before {
	content: "\ecf7"
}

.bxs-error-alt:before {
	content: "\ecf8"
}

.bxs-error-circle:before {
	content: "\ecf9"
}

.bxs-ev-station:before {
	content: "\ecfa"
}

.bxs-exit:before {
	content: "\ecfb"
}

.bxs-extension:before {
	content: "\ecfc"
}

.bxs-eyedropper:before {
	content: "\ecfd"
}

.bxs-face:before {
	content: "\ecfe"
}

.bxs-face-mask:before {
	content: "\ecff"
}

.bxs-factory:before {
	content: "\ed00"
}

.bxs-fast-forward-circle:before {
	content: "\ed01"
}

.bxs-file:before {
	content: "\ed02"
}

.bxs-file-archive:before {
	content: "\ed03"
}

.bxs-file-blank:before {
	content: "\ed04"
}

.bxs-file-css:before {
	content: "\ed05"
}

.bxs-file-doc:before {
	content: "\ed06"
}

.bxs-file-export:before {
	content: "\ed07"
}

.bxs-file-find:before {
	content: "\ed08"
}

.bxs-file-gif:before {
	content: "\ed09"
}

.bxs-file-html:before {
	content: "\ed0a"
}

.bxs-file-image:before {
	content: "\ed0b"
}

.bxs-file-import:before {
	content: "\ed0c"
}

.bxs-file-jpg:before {
	content: "\ed0d"
}

.bxs-file-js:before {
	content: "\ed0e"
}

.bxs-file-json:before {
	content: "\ed0f"
}

.bxs-file-md:before {
	content: "\ed10"
}

.bxs-file-pdf:before {
	content: "\ed11"
}

.bxs-file-plus:before {
	content: "\ed12"
}

.bxs-file-png:before {
	content: "\ed13"
}

.bxs-file-txt:before {
	content: "\ed14"
}

.bxs-film:before {
	content: "\ed15"
}

.bxs-filter-alt:before {
	content: "\ed16"
}

.bxs-first-aid:before {
	content: "\ed17"
}

.bxs-flag:before {
	content: "\ed18"
}

.bxs-flag-alt:before {
	content: "\ed19"
}

.bxs-flag-checkered:before {
	content: "\ed1a"
}

.bxs-flame:before {
	content: "\ed1b"
}

.bxs-flask:before {
	content: "\ed1c"
}

.bxs-florist:before {
	content: "\ed1d"
}

.bxs-folder:before {
	content: "\ed1e"
}

.bxs-folder-minus:before {
	content: "\ed1f"
}

.bxs-folder-open:before {
	content: "\ed20"
}

.bxs-folder-plus:before {
	content: "\ed21"
}

.bxs-food-menu:before {
	content: "\ed22"
}

.bxs-fridge:before {
	content: "\ed23"
}

.bxs-game:before {
	content: "\ed24"
}

.bxs-gas-pump:before {
	content: "\ed25"
}

.bxs-ghost:before {
	content: "\ed26"
}

.bxs-gift:before {
	content: "\ed27"
}

.bxs-graduation:before {
	content: "\ed28"
}

.bxs-grid:before {
	content: "\ed29"
}

.bxs-grid-alt:before {
	content: "\ed2a"
}

.bxs-group:before {
	content: "\ed2b"
}

.bxs-guitar-amp:before {
	content: "\ed2c"
}

.bxs-hand-down:before {
	content: "\ed2d"
}

.bxs-hand-left:before {
	content: "\ed2e"
}

.bxs-hand-right:before {
	content: "\ed2f"
}

.bxs-hand-up:before {
	content: "\ed30"
}

.bxs-happy:before {
	content: "\ed31"
}

.bxs-happy-alt:before {
	content: "\ed32"
}

.bxs-happy-beaming:before {
	content: "\ed33"
}

.bxs-happy-heart-eyes:before {
	content: "\ed34"
}

.bxs-hdd:before {
	content: "\ed35"
}

.bxs-heart:before {
	content: "\ed36"
}

.bxs-heart-circle:before {
	content: "\ed37"
}

.bxs-heart-square:before {
	content: "\ed38"
}

.bxs-help-circle:before {
	content: "\ed39"
}

.bxs-hide:before {
	content: "\ed3a"
}

.bxs-home:before {
	content: "\ed3b"
}

.bxs-home-circle:before {
	content: "\ed3c"
}

.bxs-home-heart:before {
	content: "\ed3d"
}

.bxs-home-smile:before {
	content: "\ed3e"
}

.bxs-hot:before {
	content: "\ed3f"
}

.bxs-hotel:before {
	content: "\ed40"
}

.bxs-hourglass:before {
	content: "\ed41"
}

.bxs-hourglass-bottom:before {
	content: "\ed42"
}

.bxs-hourglass-top:before {
	content: "\ed43"
}

.bxs-id-card:before {
	content: "\ed44"
}

.bxs-image:before {
	content: "\ed45"
}

.bxs-image-add:before {
	content: "\ed46"
}

.bxs-image-alt:before {
	content: "\ed47"
}

.bxs-inbox:before {
	content: "\ed48"
}

.bxs-info-circle:before {
	content: "\ed49"
}

.bxs-info-square:before {
	content: "\ed4a"
}

.bxs-institution:before {
	content: "\ed4b"
}

.bxs-joystick:before {
	content: "\ed4c"
}

.bxs-joystick-alt:before {
	content: "\ed4d"
}

.bxs-joystick-button:before {
	content: "\ed4e"
}

.bxs-key:before {
	content: "\ed4f"
}

.bxs-keyboard:before {
	content: "\ed50"
}

.bxs-label:before {
	content: "\ed51"
}

.bxs-landmark:before {
	content: "\ed52"
}

.bxs-landscape:before {
	content: "\ed53"
}

.bxs-laugh:before {
	content: "\ed54"
}

.bxs-layer:before {
	content: "\ed55"
}

.bxs-layer-minus:before {
	content: "\ed56"
}

.bxs-layer-plus:before {
	content: "\ed57"
}

.bxs-layout:before {
	content: "\ed58"
}

.bxs-left-arrow:before {
	content: "\ed59"
}

.bxs-left-arrow-alt:before {
	content: "\ed5a"
}

.bxs-left-arrow-circle:before {
	content: "\ed5b"
}

.bxs-left-arrow-square:before {
	content: "\ed5c"
}

.bxs-left-down-arrow-circle:before {
	content: "\ed5d"
}

.bxs-left-top-arrow-circle:before {
	content: "\ed5e"
}

.bxs-like:before {
	content: "\ed5f"
}

.bxs-location-plus:before {
	content: "\ed60"
}

.bxs-lock:before {
	content: "\ed61"
}

.bxs-lock-alt:before {
	content: "\ed62"
}

.bxs-lock-open:before {
	content: "\ed63"
}

.bxs-lock-open-alt:before {
	content: "\ed64"
}

.bxs-log-in:before {
	content: "\ed65"
}

.bxs-log-in-circle:before {
	content: "\ed66"
}

.bxs-log-out:before {
	content: "\ed67"
}

.bxs-log-out-circle:before {
	content: "\ed68"
}

.bxs-low-vision:before {
	content: "\ed69"
}

.bxs-magic-wand:before {
	content: "\ed6a"
}

.bxs-magnet:before {
	content: "\ed6b"
}

.bxs-map:before {
	content: "\ed6c"
}

.bxs-map-alt:before {
	content: "\ed6d"
}

.bxs-map-pin:before {
	content: "\ed6e"
}

.bxs-mask:before {
	content: "\ed6f"
}

.bxs-medal:before {
	content: "\ed70"
}

.bxs-megaphone:before {
	content: "\ed71"
}

.bxs-meh:before {
	content: "\ed72"
}

.bxs-meh-alt:before {
	content: "\ed73"
}

.bxs-meh-blank:before {
	content: "\ed74"
}

.bxs-memory-card:before {
	content: "\ed75"
}

.bxs-message:before {
	content: "\ed76"
}

.bxs-message-add:before {
	content: "\ed77"
}

.bxs-message-alt:before {
	content: "\ed78"
}

.bxs-message-alt-add:before {
	content: "\ed79"
}

.bxs-message-alt-check:before {
	content: "\ed7a"
}

.bxs-message-alt-detail:before {
	content: "\ed7b"
}

.bxs-message-alt-dots:before {
	content: "\ed7c"
}

.bxs-message-alt-edit:before {
	content: "\ed7d"
}

.bxs-message-alt-error:before {
	content: "\ed7e"
}

.bxs-message-alt-minus:before {
	content: "\ed7f"
}

.bxs-message-alt-x:before {
	content: "\ed80"
}

.bxs-message-check:before {
	content: "\ed81"
}

.bxs-message-detail:before {
	content: "\ed82"
}

.bxs-message-dots:before {
	content: "\ed83"
}

.bxs-message-edit:before {
	content: "\ed84"
}

.bxs-message-error:before {
	content: "\ed85"
}

.bxs-message-minus:before {
	content: "\ed86"
}

.bxs-message-rounded:before {
	content: "\ed87"
}

.bxs-message-rounded-add:before {
	content: "\ed88"
}

.bxs-message-rounded-check:before {
	content: "\ed89"
}

.bxs-message-rounded-detail:before {
	content: "\ed8a"
}

.bxs-message-rounded-dots:before {
	content: "\ed8b"
}

.bxs-message-rounded-edit:before {
	content: "\ed8c"
}

.bxs-message-rounded-error:before {
	content: "\ed8d"
}

.bxs-message-rounded-minus:before {
	content: "\ed8e"
}

.bxs-message-rounded-x:before {
	content: "\ed8f"
}

.bxs-message-square:before {
	content: "\ed90"
}

.bxs-message-square-add:before {
	content: "\ed91"
}

.bxs-message-square-check:before {
	content: "\ed92"
}

.bxs-message-square-detail:before {
	content: "\ed93"
}

.bxs-message-square-dots:before {
	content: "\ed94"
}

.bxs-message-square-edit:before {
	content: "\ed95"
}

.bxs-message-square-error:before {
	content: "\ed96"
}

.bxs-message-square-minus:before {
	content: "\ed97"
}

.bxs-message-square-x:before {
	content: "\ed98"
}

.bxs-message-x:before {
	content: "\ed99"
}

.bxs-meteor:before {
	content: "\ed9a"
}

.bxs-microchip:before {
	content: "\ed9b"
}

.bxs-microphone:before {
	content: "\ed9c"
}

.bxs-microphone-alt:before {
	content: "\ed9d"
}

.bxs-microphone-off:before {
	content: "\ed9e"
}

.bxs-minus-circle:before {
	content: "\ed9f"
}

.bxs-minus-square:before {
	content: "\eda0"
}

.bxs-mobile:before {
	content: "\eda1"
}

.bxs-mobile-vibration:before {
	content: "\eda2"
}

.bxs-moon:before {
	content: "\eda3"
}

.bxs-mouse:before {
	content: "\eda4"
}

.bxs-mouse-alt:before {
	content: "\eda5"
}

.bxs-movie:before {
	content: "\eda6"
}

.bxs-movie-play:before {
	content: "\eda7"
}

.bxs-music:before {
	content: "\eda8"
}

.bxs-navigation:before {
	content: "\eda9"
}

.bxs-network-chart:before {
	content: "\edaa"
}

.bxs-news:before {
	content: "\edab"
}

.bxs-no-entry:before {
	content: "\edac"
}

.bxs-note:before {
	content: "\edad"
}

.bxs-notepad:before {
	content: "\edae"
}

.bxs-notification:before {
	content: "\edaf"
}

.bxs-notification-off:before {
	content: "\edb0"
}

.bxs-offer:before {
	content: "\edb1"
}

.bxs-package:before {
	content: "\edb2"
}

.bxs-paint:before {
	content: "\edb3"
}

.bxs-paint-roll:before {
	content: "\edb4"
}

.bxs-palette:before {
	content: "\edb5"
}

.bxs-paper-plane:before {
	content: "\edb6"
}

.bxs-parking:before {
	content: "\edb7"
}

.bxs-paste:before {
	content: "\edb8"
}

.bxs-pen:before {
	content: "\edb9"
}

.bxs-pencil:before {
	content: "\edba"
}

.bxs-phone:before {
	content: "\edbb"
}

.bxs-phone-call:before {
	content: "\edbc"
}

.bxs-phone-incoming:before {
	content: "\edbd"
}

.bxs-phone-outgoing:before {
	content: "\edbe"
}

.bxs-photo-album:before {
	content: "\edbf"
}

.bxs-piano:before {
	content: "\edc0"
}

.bxs-pie-chart:before {
	content: "\edc1"
}

.bxs-pie-chart-alt:before {
	content: "\edc2"
}

.bxs-pie-chart-alt-2:before {
	content: "\edc3"
}

.bxs-pin:before {
	content: "\edc4"
}

.bxs-pizza:before {
	content: "\edc5"
}

.bxs-plane:before {
	content: "\edc6"
}

.bxs-plane-alt:before {
	content: "\edc7"
}

.bxs-plane-land:before {
	content: "\edc8"
}

.bxs-planet:before {
	content: "\edc9"
}

.bxs-plane-take-off:before {
	content: "\edca"
}

.bxs-playlist:before {
	content: "\edcb"
}

.bxs-plug:before {
	content: "\edcc"
}

.bxs-plus-circle:before {
	content: "\edcd"
}

.bxs-plus-square:before {
	content: "\edce"
}

.bxs-pointer:before {
	content: "\edcf"
}

.bxs-polygon:before {
	content: "\edd0"
}

.bxs-printer:before {
	content: "\edd1"
}

.bxs-purchase-tag:before {
	content: "\edd2"
}

.bxs-purchase-tag-alt:before {
	content: "\edd3"
}

.bxs-pyramid:before {
	content: "\edd4"
}

.bxs-quote-alt-left:before {
	content: "\edd5"
}

.bxs-quote-alt-right:before {
	content: "\edd6"
}

.bxs-quote-left:before {
	content: "\edd7"
}

.bxs-quote-right:before {
	content: "\edd8"
}

.bxs-quote-single-left:before {
	content: "\edd9"
}

.bxs-quote-single-right:before {
	content: "\edda"
}

.bxs-radiation:before {
	content: "\eddb"
}

.bxs-radio:before {
	content: "\eddc"
}

.bxs-receipt:before {
	content: "\eddd"
}

.bxs-rectangle:before {
	content: "\edde"
}

.bxs-rename:before {
	content: "\eddf"
}

.bxs-report:before {
	content: "\ede0"
}

.bxs-rewind-circle:before {
	content: "\ede1"
}

.bxs-right-arrow:before {
	content: "\ede2"
}

.bxs-right-arrow-alt:before {
	content: "\ede3"
}

.bxs-right-arrow-circle:before {
	content: "\ede4"
}

.bxs-right-arrow-square:before {
	content: "\ede5"
}

.bxs-right-down-arrow-circle:before {
	content: "\ede6"
}

.bxs-right-top-arrow-circle:before {
	content: "\ede7"
}

.bxs-rocket:before {
	content: "\ede8"
}

.bxs-ruler:before {
	content: "\ede9"
}

.bxs-sad:before {
	content: "\edea"
}

.bxs-save:before {
	content: "\edeb"
}

.bxs-school:before {
	content: "\edec"
}

.bxs-search:before {
	content: "\eded"
}

.bxs-search-alt-2:before {
	content: "\edee"
}

.bxs-select-multiple:before {
	content: "\edef"
}

.bxs-send:before {
	content: "\edf0"
}

.bxs-server:before {
	content: "\edf1"
}

.bxs-shapes:before {
	content: "\edf2"
}

.bxs-share:before {
	content: "\edf3"
}

.bxs-share-alt:before {
	content: "\edf4"
}

.bxs-shield:before {
	content: "\edf5"
}

.bxs-shield-alt-2:before {
	content: "\edf6"
}

.bxs-shield-x:before {
	content: "\edf7"
}

.bxs-ship:before {
	content: "\edf8"
}

.bxs-shocked:before {
	content: "\edf9"
}

.bxs-shopping-bag:before {
	content: "\edfa"
}

.bxs-shopping-bag-alt:before {
	content: "\edfb"
}

.bxs-shopping-bags:before {
	content: "\edfc"
}

.bxs-show:before {
	content: "\edfd"
}

.bxs-skip-next-circle:before {
	content: "\edfe"
}

.bxs-skip-previous-circle:before {
	content: "\edff"
}

.bxs-skull:before {
	content: "\ee00"
}

.bxs-sleepy:before {
	content: "\ee01"
}

.bxs-slideshow:before {
	content: "\ee02"
}

.bxs-smile:before {
	content: "\ee03"
}

.bxs-sort-alt:before {
	content: "\ee04"
}

.bxs-spa:before {
	content: "\ee05"
}

.bxs-spray-can:before {
	content: "\ee06"
}

.bxs-spreadsheet:before {
	content: "\ee07"
}

.bxs-square:before {
	content: "\ee08"
}

.bxs-square-rounded:before {
	content: "\ee09"
}

.bxs-star:before {
	content: "\ee0a"
}

.bxs-star-half:before {
	content: "\ee0b"
}

.bxs-sticker:before {
	content: "\ee0c"
}

.bxs-stopwatch:before {
	content: "\ee0d"
}

.bxs-store:before {
	content: "\ee0e"
}

.bxs-store-alt:before {
	content: "\ee0f"
}

.bxs-sun:before {
	content: "\ee10"
}

.bxs-tachometer:before {
	content: "\ee11"
}

.bxs-tag:before {
	content: "\ee12"
}

.bxs-tag-alt:before {
	content: "\ee13"
}

.bxs-tag-x:before {
	content: "\ee14"
}

.bxs-taxi:before {
	content: "\ee15"
}

.bxs-tennis-ball:before {
	content: "\ee16"
}

.bxs-terminal:before {
	content: "\ee17"
}

.bxs-thermometer:before {
	content: "\ee18"
}

.bxs-time:before {
	content: "\ee19"
}

.bxs-time-five:before {
	content: "\ee1a"
}

.bxs-timer:before {
	content: "\ee1b"
}

.bxs-tired:before {
	content: "\ee1c"
}

.bxs-toggle-left:before {
	content: "\ee1d"
}

.bxs-toggle-right:before {
	content: "\ee1e"
}

.bxs-tone:before {
	content: "\ee1f"
}

.bxs-torch:before {
	content: "\ee20"
}

.bxs-to-top:before {
	content: "\ee21"
}

.bxs-traffic:before {
	content: "\ee22"
}

.bxs-traffic-barrier:before {
	content: "\ee23"
}

.bxs-traffic-cone:before {
	content: "\ee24"
}

.bxs-train:before {
	content: "\ee25"
}

.bxs-trash:before {
	content: "\ee26"
}

.bxs-trash-alt:before {
	content: "\ee27"
}

.bxs-tree:before {
	content: "\ee28"
}

.bxs-trophy:before {
	content: "\ee29"
}

.bxs-truck:before {
	content: "\ee2a"
}

.bxs-t-shirt:before {
	content: "\ee2b"
}

.bxs-tv:before {
	content: "\ee2c"
}

.bxs-up-arrow:before {
	content: "\ee2d"
}

.bxs-up-arrow-alt:before {
	content: "\ee2e"
}

.bxs-up-arrow-circle:before {
	content: "\ee2f"
}

.bxs-up-arrow-square:before {
	content: "\ee30"
}

.bxs-upside-down:before {
	content: "\ee31"
}

.bxs-upvote:before {
	content: "\ee32"
}

.bxs-user:before {
	content: "\ee33"
}

.bxs-user-account:before {
	content: "\ee34"
}

.bxs-user-badge:before {
	content: "\ee35"
}

.bxs-user-check:before {
	content: "\ee36"
}

.bxs-user-circle:before {
	content: "\ee37"
}

.bxs-user-detail:before {
	content: "\ee38"
}

.bxs-user-minus:before {
	content: "\ee39"
}

.bxs-user-pin:before {
	content: "\ee3a"
}

.bxs-user-plus:before {
	content: "\ee3b"
}

.bxs-user-rectangle:before {
	content: "\ee3c"
}

.bxs-user-voice:before {
	content: "\ee3d"
}

.bxs-user-x:before {
	content: "\ee3e"
}

.bxs-vector:before {
	content: "\ee3f"
}

.bxs-vial:before {
	content: "\ee40"
}

.bxs-video:before {
	content: "\ee41"
}

.bxs-video-off:before {
	content: "\ee42"
}

.bxs-video-plus:before {
	content: "\ee43"
}

.bxs-video-recording:before {
	content: "\ee44"
}

.bxs-videos:before {
	content: "\ee45"
}

.bxs-virus:before {
	content: "\ee46"
}

.bxs-virus-block:before {
	content: "\ee47"
}

.bxs-volume:before {
	content: "\ee48"
}

.bxs-volume-full:before {
	content: "\ee49"
}

.bxs-volume-low:before {
	content: "\ee4a"
}

.bxs-volume-mute:before {
	content: "\ee4b"
}

.bxs-wallet:before {
	content: "\ee4c"
}

.bxs-wallet-alt:before {
	content: "\ee4d"
}

.bxs-washer:before {
	content: "\ee4e"
}

.bxs-watch:before {
	content: "\ee4f"
}

.bxs-watch-alt:before {
	content: "\ee50"
}

.bxs-webcam:before {
	content: "\ee51"
}

.bxs-widget:before {
	content: "\ee52"
}

.bxs-window-alt:before {
	content: "\ee53"
}

.bxs-wine:before {
	content: "\ee54"
}

.bxs-wink-smile:before {
	content: "\ee55"
}

.bxs-wink-tongue:before {
	content: "\ee56"
}

.bxs-wrench:before {
	content: "\ee57"
}

.bxs-x-circle:before {
	content: "\ee58"
}

.bxs-x-square:before {
	content: "\ee59"
}

.bxs-yin-yang:before {
	content: "\ee5a"
}

.bxs-zap:before {
	content: "\ee5b"
}

.bxs-zoom-in:before {
	content: "\ee5c"
}

.bxs-zoom-out:before {
	content: "\ee5d"
}

.bxl-500px:before {
	content: "\ee5e"
}

.bxl-adobe:before {
	content: "\ee5f"
}

.bxl-airbnb:before {
	content: "\ee60"
}

.bxl-algolia:before {
	content: "\ee61"
}

.bxl-amazon:before {
	content: "\ee62"
}

.bxl-android:before {
	content: "\ee63"
}

.bxl-angular:before {
	content: "\ee64"
}

.bxl-apple:before {
	content: "\ee65"
}

.bxl-audible:before {
	content: "\ee66"
}

.bxl-baidu:before {
	content: "\ee67"
}

.bxl-behance:before {
	content: "\ee68"
}

.bxl-bing:before {
	content: "\ee69"
}

.bxl-bitcoin:before {
	content: "\ee6a"
}

.bxl-blender:before {
	content: "\ee6b"
}

.bxl-blogger:before {
	content: "\ee6c"
}

.bxl-bootstrap:before {
	content: "\ee6d"
}

.bxl-chrome:before {
	content: "\ee6e"
}

.bxl-codepen:before {
	content: "\ee6f"
}

.bxl-c-plus-plus:before {
	content: "\ee70"
}

.bxl-creative-commons:before {
	content: "\ee71"
}

.bxl-css3:before {
	content: "\ee72"
}

.bxl-dailymotion:before {
	content: "\ee73"
}

.bxl-deviantart:before {
	content: "\ee74"
}

.bxl-dev-to:before {
	content: "\ee75"
}

.bxl-digg:before {
	content: "\ee76"
}

.bxl-digitalocean:before {
	content: "\ee77"
}

.bxl-discord:before {
	content: "\ee78"
}

.bxl-discourse:before {
	content: "\ee79"
}

.bxl-django:before {
	content: "\ee7a"
}

.bxl-dribbble:before {
	content: "\ee7b"
}

.bxl-dropbox:before {
	content: "\ee7c"
}

.bxl-drupal:before {
	content: "\ee7d"
}

.bxl-ebay:before {
	content: "\ee7e"
}

.bxl-edge:before {
	content: "\ee7f"
}

.bxl-etsy:before {
	content: "\ee80"
}

.bxl-facebook:before {
	content: "\ee81"
}

.bxl-facebook-circle:before {
	content: "\ee82"
}

.bxl-facebook-square:before {
	content: "\ee83"
}

.bxl-figma:before {
	content: "\ee84"
}

.bxl-firebase:before {
	content: "\ee85"
}

.bxl-firefox:before {
	content: "\ee86"
}

.bxl-flickr:before {
	content: "\ee87"
}

.bxl-flickr-square:before {
	content: "\ee88"
}

.bxl-foursquare:before {
	content: "\ee89"
}

.bxl-git:before {
	content: "\ee8a"
}

.bxl-github:before {
	content: "\ee8b"
}

.bxl-gitlab:before {
	content: "\ee8c"
}

.bxl-google:before {
	content: "\ee8d"
}

.bxl-google-cloud:before {
	content: "\ee8e"
}

.bxl-google-plus:before {
	content: "\ee8f"
}

.bxl-google-plus-circle:before {
	content: "\ee90"
}

.bxl-html5:before {
	content: "\ee91"
}

.bxl-imdb:before {
	content: "\ee92"
}

.bxl-instagram:before {
	content: "\ee93"
}

.bxl-instagram-alt:before {
	content: "\ee94"
}

.bxl-internet-explorer:before {
	content: "\ee95"
}

.bxl-invision:before {
	content: "\ee96"
}

.bxl-javascript:before {
	content: "\ee97"
}

.bxl-joomla:before {
	content: "\ee98"
}

.bxl-jquery:before {
	content: "\ee99"
}

.bxl-jsfiddle:before {
	content: "\ee9a"
}

.bxl-kickstarter:before {
	content: "\ee9b"
}

.bxl-kubernetes:before {
	content: "\ee9c"
}

.bxl-less:before {
	content: "\ee9d"
}

.bxl-linkedin:before {
	content: "\ee9e"
}

.bxl-linkedin-square:before {
	content: "\ee9f"
}

.bxl-magento:before {
	content: "\eea0"
}

.bxl-mailchimp:before {
	content: "\eea1"
}

.bxl-markdown:before {
	content: "\eea2"
}

.bxl-mastercard:before {
	content: "\eea3"
}

.bxl-medium:before {
	content: "\eea4"
}

.bxl-medium-old:before {
	content: "\eea5"
}

.bxl-medium-square:before {
	content: "\eea6"
}

.bxl-messenger:before {
	content: "\eea7"
}

.bxl-microsoft:before {
	content: "\eea8"
}

.bxl-microsoft-teams:before {
	content: "\eea9"
}

.bxl-nodejs:before {
	content: "\eeaa"
}

.bxl-ok-ru:before {
	content: "\eeab"
}

.bxl-opera:before {
	content: "\eeac"
}

.bxl-patreon:before {
	content: "\eead"
}

.bxl-paypal:before {
	content: "\eeae"
}

.bxl-periscope:before {
	content: "\eeaf"
}

.bxl-pinterest:before {
	content: "\eeb0"
}

.bxl-pinterest-alt:before {
	content: "\eeb1"
}

.bxl-play-store:before {
	content: "\eeb2"
}

.bxl-pocket:before {
	content: "\eeb3"
}

.bxl-product-hunt:before {
	content: "\eeb4"
}

.bxl-python:before {
	content: "\eeb5"
}

.bxl-quora:before {
	content: "\eeb6"
}

.bxl-react:before {
	content: "\eeb7"
}

.bxl-redbubble:before {
	content: "\eeb8"
}

.bxl-reddit:before {
	content: "\eeb9"
}

.bxl-redux:before {
	content: "\eeba"
}

.bxl-sass:before {
	content: "\eebb"
}

.bxl-shopify:before {
	content: "\eebc"
}

.bxl-skype:before {
	content: "\eebd"
}

.bxl-slack:before {
	content: "\eebe"
}

.bxl-slack-old:before {
	content: "\eebf"
}

.bxl-snapchat:before {
	content: "\eec0"
}

.bxl-soundcloud:before {
	content: "\eec1"
}

.bxl-spotify:before {
	content: "\eec2"
}

.bxl-spring-boot:before {
	content: "\eec3"
}

.bxl-squarespace:before {
	content: "\eec4"
}

.bxl-stack-overflow:before {
	content: "\eec5"
}

.bxl-stripe:before {
	content: "\eec6"
}

.bxl-telegram:before {
	content: "\eec7"
}

.bxl-trello:before {
	content: "\eec8"
}

.bxl-tumblr:before {
	content: "\eec9"
}

.bxl-tux:before {
	content: "\eeca"
}

.bxl-twitch:before {
	content: "\eecb"
}

.bxl-twitter:before {
	content: "\eecc"
}

.bxl-unsplash:before {
	content: "\eecd"
}

.bxl-vimeo:before {
	content: "\eece"
}

.bxl-visa:before {
	content: "\eecf"
}

.bxl-vk:before {
	content: "\eed0"
}

.bxl-vuejs:before {
	content: "\eed1"
}

.bxl-whatsapp:before {
	content: "\eed2"
}

.bxl-whatsapp-square:before {
	content: "\eed3"
}

.bxl-wikipedia:before {
	content: "\eed4"
}

.bxl-windows:before {
	content: "\eed5"
}

.bxl-wix:before {
	content: "\eed6"
}

.bxl-wordpress:before {
	content: "\eed7"
}

.bxl-yahoo:before {
	content: "\eed8"
}

.bxl-yelp:before {
	content: "\eed9"
}

.bxl-youtube:before {
	content: "\eeda"
}

.bxl-zoom:before {
	content: "\eedb"
}

@font-face {
	font-family: Flaticon;
	src: url(./assets/fonts/Flaticon.eot);
	src: url(./assets/fonts/Flaticon.eot?#iefix) format("embedded-opentype"), url(./assets/fonts/Flaticon.woff2) format("woff2"), url(./assets/fonts/Flaticon.woff) format("woff"), url(./assets/fonts/Flaticon.ttf) format("truetype"), url(./assets/fonts/Flaticon.svg#Flaticon) format("svg");
	font-weight: 400;
	font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: Flaticon;
		src: url(./assets/fonts/Flaticon.svg#Flaticon) format("svg")
	}
}

[class*=" flaticon-"]:after, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class^=flaticon-]:before,
[class*=" flaticonx-"]:after, [class*=" flaticonx-"]:before, [class^=flaticonx-]:after, [class^=flaticonx-]:before {
	font-family: Flaticon;
	font-style: normal
}

.flaticon-search:before, .flaticonx-search:before {
	content: "\f100"
}

.flaticon-shopping-cart:before, .flaticonx-shopping-cart:before {
	content: "\f101"
}

.flaticon-arrow:before, .flaticonx-arrow:before {
	content: "\f102"
}

.flaticon-people:before, .flaticonx-people:before {
	content: "\f103"
}

.flaticon-brain-process:before, .flaticonx-brain-process:before {
	content: "\f104"
}

.flaticon-computer:before, .flaticonx-computer:before {
	content: "\f105"
}

.flaticon-world:before, .flaticonx-world:before {
	content: "\f106"
}

.flaticon-shield-1:before, .flaticonx-shield-1:before {
	content: "\f107"
}

.flaticon-search-1:before, .flaticonx-search-1:before {
	content: "\f108"
}

.flaticon-time-left:before, .flaticonx-time-left:before {
	content: "\f109"
}

.flaticon-quotation:before, .flaticonx-quotation:before {
	content: "\f10a"
}

.flaticon-play:before, .flaticonx-play:before {
	content: "\f10b"
}

.flaticon-user:before, .flaticonx-user:before {
	content: "\f10c"
}

.flaticon-calendar:before, .flaticonx-calendar:before {
	content: "\f10d"
}

.flaticon-heart:before, .flaticonx-heart:before {
	content: "\f10e"
}

.flaticon-right-chevron:before, .flaticonx-right-chevron:before {
	content: "\f10f"
}

.flaticon-tag:before, .flaticonx-tag:before {
	content: "\f110"
}

.flaticon-teacher:before, .flaticonx-teacher:before {
	content: "\f111"
}

.flaticon-time:before, .flaticonx-time:before {
	content: "\f112"
}

.flaticon-distance-learning:before, .flaticonx-distance-learning:before {
	content: "\f113"
}

.flaticon-web:before, .flaticonx-web:before {
	content: "\f114"
}

.flaticon-lock:before, .flaticonx-lock:before {
	content: "\f115"
}

.flaticon-credit-card:before, .flaticonx-credit-card:before {
	content: "\f116"
}

.flaticon-share:before, .flaticonx-share:before {
	content: "\f117"
}

.flaticon-password:before, .flaticonx-password:before {
	content: "\f118"
}

.flaticon-right:before, .flaticonx-right:before {
	content: "\f119"
}

.flaticon-history:before, .flaticonx-history:before {
	content: "\f11a"
}

.flaticon-home:before, .flaticonx-home:before {
	content: "\f11b"
}

.flaticon-chevron:before, .flaticonx-chevron:before {
	content: "\f11c"
}

.flaticon-right-arrow:before, .flaticonx-right-arrow:before {
	content: "\f11d"
}

.flaticon-html:before, .flaticonx-html:before {
	content: "\f11e"
}

.flaticon-tick:before, .flaticonx-tick:before {
	content: "\f11f"
}

.flaticon-caption:before, .flaticonx-caption:before {
	content: "\f120"
}

.flaticon-quiz:before, .flaticonx-quiz:before {
	content: "\f121"
}

.flaticon-certification:before, .flaticonx-certification:before {
	content: "\f122"
}

.flaticon-experience:before, .flaticonx-experience:before {
	content: "\f123"
}

.flaticon-tutorials:before, .flaticonx-tutorials:before {
	content: "\f124"
}

.flaticon-self-growth:before, .flaticonx-self-growth:before {
	content: "\f125"
}

.flaticon-checkmark:before, .flaticonx-checkmark:before {
	content: "\f126"
}

.flaticon-webinar:before, .flaticonx-webinar:before {
	content: "\f127"
}

.flaticon-credit-card-1:before, .flaticonx-credit-card-1:before {
	content: "\f128"
}

.flaticon-verify:before, .flaticonx-verify:before {
	content: "\f129"
}

.flaticon-cancel:before, .flaticonx-cancel:before {
	content: "\f12a"
}

.flaticon-agenda:before, .flaticonx-agenda:before {
	content: "\f12b"
}

.flaticon-diet:before, .flaticonx-diet:before {
	content: "\f12c"
}

.flaticon-vitamin-c:before, .flaticonx-vitamin-c:before {
	content: "\f12d"
}

.flaticon-heart-rate-monitor:before, .flaticonx-heart-rate-monitor:before {
	content: "\f12e"
}

.flaticon-pineapple:before, .flaticonx-pineapple:before {
	content: "\f12f"
}

.flaticon-healthy-food:before, .flaticonx-healthy-food:before {
	content: "\f130"
}

.flaticon-yoga:before, .flaticonx-yoga:before {
	content: "\f131"
}

.flaticon-lotus:before, .flaticonx-lotus:before {
	content: "\f132"
}

.flaticon-tomato:before, .flaticonx-tomato:before {
	content: "\f133"
}

.flaticon-yoga-1:before, .flaticonx-yoga-1:before {
	content: "\f134"
}

.flaticon-yoga-2:before, .flaticonx-yoga-2:before {
	content: "\f135"
}

.flaticon-strawberry:before, .flaticonx-strawberry:before {
	content: "\f136"
}

.flaticon-guitar:before, .flaticonx-guitar:before {
	content: "\f137"
}

.flaticon-certification-1:before, .flaticonx-certification-1:before {
	content: "\f138"
}

.flaticon-artist:before, .flaticonx-artist:before {
	content: "\f139"
}

.flaticon-translation:before, .flaticonx-translation:before {
	content: "\f13a"
}

:root {
	--fontFamily: "Roboto", sans-serif;
	--fontFamily2: "Playfair Display", serif;
	--mainColor: #F9A00E;
	--secondaryColor: #6ba292;
	--optionalColor: #606060;
	--whiteColor: #fff;
	--blackColor: #026CA6;
	--fontSize: 16px;
	--transition: .5s
}

body {
	padding: 0;
	margin: 0;
	font-size: var(--fontSize);
	font-family: var(--fontFamily)
}

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

p {
	color: var(--optionalColor);
	margin-bottom: 15px;
	line-height: 1.6;
	font-size: var(--fontSize)
}

p:last-child {
	margin-bottom: 0
}

:focus {
	outline: 0!important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: var(--blackColor);
	font-family: var(--fontFamily)
}

.container {
	max-width: 1230px
}

.bg-fef8ef {
	background-color: #fef8ef
}

.bg-fe4a55 {
	background-color: var(--mainColor)
}

.bg-f5f1ed {
	background-color: #f5f1ed
}

.bg-f0f2f5 {
	background-color: #f0f2f5
}

.bg-f8f9f8 {
	background-color: #f8f9f8
}

.d-table {
	width: 100%;
	height: 100%
}

.d-table-cell {
	vertical-align: middle
}

.bg-f7ebeb {
	background-color: #f7ebeb
}

.bg-6dbbbd {
	background-color: #6dbbbd
}

.font-weight-black {
	font-weight: 900!important
}

.bg-f9f9f9 {
	background-color: #f9f9f9
}

.bg-6ba292 {
	background-color: var(--secondaryColor)
}

.bg-f5f7fa {
	background-color: #f5f7fa
}

.bg-fffaf3 {
	background-color: #fffaf3
}

.bg-fff7f4 {
	background-color: #fff7f4
}

.bg-f6f7fb {
	background-color: #f6f7fb
}

.bg-fcf7f3 {
	background-color: #fcf7f3
}

.bg-fff8f8 {
	background-color: #fff8f8
}

.bg-f9fbff {
	background-color: #f9fbff
}

.bg-eee8df {
	background-color: #eee8df
}

.ptb-100 {
	padding-bottom: 100px
}

.pt-100, .ptb-100 {
	padding-top: 100px
}

.pb-100 {
	padding-bottom: 100px
}

.ptb-70 {
	padding-bottom: 70px
}

.pt-70, .ptb-70 {
	padding-top: 70px
}

.pb-70 {
	padding-bottom: 70px
}

.mtb-100 {
	margin-top: 100px;
	margin-bottom: 100px
}

a {
	color: var(--blackColor);
	transition: var(--transition)
}

a, a:hover {
	text-decoration: none
}

a:hover {
	color: var(--mainColor)
}

.playfair-display-font {
	font-family: var(--fontFamily2)
}

.section-title {
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px
}

.section-title .sub-title {
	display: block;
	text-transform: uppercase;
	color: var(--mainColor);
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600
}

.section-title h2 {
	margin-bottom: 0;
	font-size: 36px;
	font-weight: 800
}

.section-title h2, .section-title p {
	max-width: 730px;
	margin-left: auto;
	margin-right: auto
}

.section-title p {
	margin-top: 12px
}

.default-btn {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: var(--whiteColor)!important;
	background-color: var(--mainColor)!important;
	transition: var(--transition)!important;
	border-radius: 5px;
	font-weight: 700;
	font-size: var(--fontSize);
	padding: 11px 30px 11px 55px
}
.default-btn.inverted{
	background-color: var(--blackColor)!important;
}
.default-btn span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: var(--blackColor);
	transition: width .5s ease-in-out, height .5s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 5px
}
.default-btn.inverted span{
	background-color: var(--mainColor)!important;
}
.default-btn i {
	position: absolute;
	left: 30px;
	top: 10px
}

.default-btn:hover {
	color: var(--whiteColor)!important
}

.default-btn:hover span {
	width: 225%;
	height: 562.5px
}

.default-btn-style-two {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: var(--whiteColor);
	background-color: initial;
	transition: var(--transition);
	border-radius: 30px;
	border: 1px dashed var(--mainColor);
	font-weight: 700;
	font-size: var(--fontSize);
	padding: 15px 35px 15px 60px
}

.default-btn-style-two i {
	position: absolute;
	left: 35px;
	top: 14px
}

.default-btn-style-two:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: var(--mainColor);
	z-index: -1;
	border-radius: 30px;
	margin: 4px;
	transition: .3s
}

.default-btn-style-two:hover {
	color: var(--whiteColor)
}

.default-btn-style-two:hover:before {
	margin: 0
}

.form-control {
	height: 50px;
	color: var(--blackColor);
	box-shadow: unset!important;
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	transition: var(--transition);
	border-radius: 3px;
	padding: 1px 0 0 15px;
	font-size: var(--fontSize);
	font-weight: 400
}

.form-control::placeholder {
	color: #7e7e7e;
	transition: var(--transition)
}

.form-control:focus {
	border-color: var(--mainColor);
	background-color: initial
}

.form-control:focus::placeholder {
	color: #0000
}

textarea.form-control {
	height: auto;
	padding-top: 15px
}

.page-title-area {
	background-color: #f8f9f8;
	position: relative;
	z-index: 1;
	padding-top: 20px;
	padding-bottom: 80px
}

.page-title-content ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.page-title-content ul li {
	display: inline-block;
	margin-right: 25px;
	position: relative;
	color: var(--blackColor);
	font-size: var(--fontSize);
	font-weight: 600
}

.page-title-content ul li:before {
	content: "";
	position: absolute;
	right: -12px;
	top: 5px;
	transform: rotate(10deg);
	background-color: #696969;
	height: 15px;
	width: 1px
}

.page-title-content ul li a {
	color: var(--optionalColor);
	display: block;
	font-weight: 500
}

.page-title-content ul li a:hover {
	color: var(--mainColor)
}

.page-title-content ul li:last-child {
	margin-right: 0
}

.page-title-content ul li:last-child:before {
	display: none
}

.page-title-content h2 {
	text-align: center;
	max-width: 800px;
	margin: 80px auto 0;
	font-size: 36px;
	font-weight: 800
}

.page-title-content .rating {
	text-align: center;
	font-size: 17px;
	margin-top: 20px
}

.page-title-content .rating i {
	color: #dca416;
	display: inline-block;
	margin-left: 1px;
	margin-right: 1px
}

.page-title-content .rating .rating-count {
	display: inline-block;
	position: relative;
	top: -2px;
	font-size: var(--fontSize);
	font-weight: 600
}

.products-details-tabs {
	margin-top: 50px
}

.products-details-tabs .nav-tabset {
	border-bottom: 1px solid #dee2e6;
	list-style-type: none;
	margin-bottom: 40px;
	text-align: center;
	padding-left: 0
}

.products-details-tabs .nav-tabset .nav-tab {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px
}

.products-details-tabs .nav-tabset .nav-tab span {
	display: block;
	cursor: pointer;
	color: #ccc;
	position: relative;
	padding-bottom: 8px;
	transition: var(--transition);
	border-bottom: 1px solid #eee;
	font-size: 20px;
	font-weight: 800
}

.products-details-tabs .nav-tabset .nav-tab span:before {
	left: 0;
	width: 0;
	content: "";
	height: 3px;
	bottom: -3px;
	position: absolute;
	transition: var(--transition);
	background-color: var(--mainColor)
}

.products-details-tabs .nav-tabset .nav-tab span:hover {
	color: var(--blackColor)
}

.products-details-tabs .nav-tabset .nav-tab span:hover:before {
	width: 100%
}

.products-details-tabs .nav-tabset .nav-tab.active span {
	color: var(--blackColor)
}

.products-details-tabs .nav-tabset .nav-tab.active span:before {
	width: 100%
}

.products-details-tabs .nav-tabset .nav-tab:first-child {
	margin-left: 0
}

.products-details-tabs .nav-tabset .nav-tab:last-child {
	margin-right: 0
}

.products-details-tabs .tabs-container {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto
}

.products-details-tabs .tabs-container p {
	line-height: 1.8
}

.products-details-tabs .tabs-container ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 0
}

.products-details-tabs .tabs-container ul li {
	margin-bottom: 12px;
	position: relative;
	color: var(--optionalColor);
	padding-left: 15px
}

.products-details-tabs .tabs-container ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: var(--blackColor)
}

.products-details-tabs .tabs-container ul li:last-child {
	margin-bottom: 0
}

.products-details-tabs .tabs-container .products-reviews h3 {
	margin-bottom: 0;
	display: inline-block;
	margin-right: 15px;
	font-size: 24px;
	font-weight: 800
}

.products-details-tabs .tabs-container .products-reviews .rating {
	display: inline-block
}

.products-details-tabs .tabs-container .products-reviews .rating span {
	font-size: 17px;
	color: #cecfd2
}

.products-details-tabs .tabs-container .products-reviews .rating span.checked {
	color: orange
}

.products-details-tabs .tabs-container .products-reviews .rating-count {
	margin-top: 10px;
	margin-bottom: 20px
}

.products-details-tabs .tabs-container .products-reviews .rating-count span {
	display: block;
	font-size: var(--fontSize);
	color: var(--optionalColor)
}

.products-details-tabs .tabs-container .products-reviews .row {
	overflow: hidden
}

.products-details-tabs .tabs-container .products-reviews .side {
	float: left;
	width: 10%;
	margin-top: 10px
}

.products-details-tabs .tabs-container .products-reviews .side div {
	font-size: var(--fontSize);
	font-weight: 700
}

.products-details-tabs .tabs-container .products-reviews .middle {
	margin-top: 14px;
	float: left;
	width: 80%
}

.products-details-tabs .tabs-container .products-reviews .right {
	text-align: end
}

.products-details-tabs .tabs-container .products-reviews .bar-container {
	width: 100%;
	background-color: #f1f1f1;
	text-align: center;
	color: var(--whiteColor);
	border-radius: 5px
}

.products-details-tabs .tabs-container .products-reviews .bar-5 {
	width: 100%;
	height: 18px;
	background-color: #4caf50;
	border-radius: 5px
}

.products-details-tabs .tabs-container .products-reviews .bar-4 {
	width: 75%;
	height: 18px;
	background-color: #2196f3;
	border-radius: 5px
}

.products-details-tabs .tabs-container .products-reviews .bar-3 {
	width: 50%;
	height: 18px;
	background-color: #00bcd4;
	border-radius: 5px
}

.products-details-tabs .tabs-container .products-reviews .bar-2 {
	width: 25%;
	height: 18px;
	background-color: #ff9800;
	border-radius: 5px
}

.products-details-tabs .tabs-container .products-reviews .bar-1 {
	width: 0;
	height: 18px;
	background-color: #f44336;
	border-radius: 5px
}

.products-details-tabs .tabs-container .products-review-comments {
	margin-top: 40px
}

.products-details-tabs .tabs-container .products-review-comments h3 {
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 800
}

.products-details-tabs .tabs-container .products-review-comments .user-review {
	border-bottom: 1px solid #f3f3f3;
	padding: 20px 0 20px 110px;
	position: relative
}

.products-details-tabs .tabs-container .products-review-comments .user-review img {
	position: absolute;
	left: 0;
	top: 20px;
	width: 90px;
	height: 90px;
	border-radius: 5px
}

.products-details-tabs .tabs-container .products-review-comments .user-review .sub-comment {
	margin-bottom: 8px;
	font-weight: 700
}

.products-details-tabs .tabs-container .products-review-comments .user-review .review-rating {
	display: block;
	margin-bottom: 8px
}

.products-details-tabs .tabs-container .products-review-comments .user-review .review-rating .review-stars {
	display: inline-block
}

.products-details-tabs .tabs-container .products-review-comments .user-review .review-rating .review-stars i {
	color: #cecfd2;
	font-size: 18px;
	display: inline-block;
	margin-right: 2px
}

.products-details-tabs .tabs-container .products-review-comments .user-review .review-rating .review-stars i.checked {
	color: orange
}

.products-details-tabs .tabs-container .products-review-comments .user-review .review-rating span {
	color: var(--blackColor);
	position: relative;
	top: -2px;
	font-weight: 700;
	margin-left: 5px
}

.products-details-tabs .tabs-container .review-form-wrapper {
	margin-top: 30px
}

.products-details-tabs .tabs-container .review-form-wrapper h3 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 800
}

.products-details-tabs .tabs-container .review-form-wrapper .comment-notes span {
	color: red
}

.products-details-tabs .tabs-container .review-form-wrapper form {
	margin-top: 20px;
	text-align: center
}

.products-details-tabs .tabs-container .review-form-wrapper form .form-group {
	margin-bottom: 25px;
	text-align: start
}

.products-details-tabs .tabs-container .review-form-wrapper form .rating {
	text-align: start;
	overflow: hidden;
	max-width: 115px;
	margin-top: -5px;
	margin-bottom: 20px
}

.products-details-tabs .tabs-container .review-form-wrapper form .rating label {
	float: right;
	position: relative;
	width: 23px;
	height: 23px;
	cursor: pointer
}

.products-details-tabs .tabs-container .review-form-wrapper form .rating label:not(:first-of-type) {
	padding-right: 5px
}

.products-details-tabs .tabs-container .review-form-wrapper form .rating label:before {
	content: "★";
	transition: var(--transition);
	font-size: 27px;
	color: #ccc;
	line-height: 1
}

.products-details-tabs .tabs-container .review-form-wrapper form .rating input {
	display: none
}

.products-details-tabs .tabs-container .review-form-wrapper form .rating:not(:checked)>label:hover:before, .products-details-tabs .tabs-container .review-form-wrapper form .rating:not(:checked)>label:hover~label:before, .products-details-tabs .tabs-container .review-form-wrapper form .rating input:checked~label:before {
	color: #f6b500
}

.products-details-tabs .tabs-container .review-form-wrapper form .comment-form-cookies-consent {
	text-align: start;
	margin-bottom: 0
}

.products-details-tabs .tabs-container .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked, .products-details-tabs .tabs-container .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked) {
	display: none
}

.products-details-tabs .tabs-container .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked+label, .products-details-tabs .tabs-container .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	margin-bottom: 0;
	color: var(--optionalColor);
	font-weight: 600
}

.products-details-tabs .tabs-container .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked+label:before, .products-details-tabs .tabs-container .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked)+label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 19px;
	height: 19px;
	transition: all .2s ease;
	border: 1px solid #f5f5f5;
	border-radius: 3px;
	background: #f5f5f5
}

.products-details-tabs .tabs-container .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked+label:after, .products-details-tabs .tabs-container .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked)+label:after {
	content: "";
	width: 8px;
	height: 8px;
	background: var(--mainColor);
	position: absolute;
	top: 5.5px;
	left: 6px;
	transition: all .2s ease
}

.products-details-tabs .tabs-container .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:not(:checked)+label:after {
	opacity: 0;
	transform: scale(0)
}

.products-details-tabs .tabs-container .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked+label:after {
	opacity: 1;
	transform: scale(1)
}

.products-details-tabs .tabs-container .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:checked+label:before, .products-details-tabs .tabs-container .review-form-wrapper form .comment-form-cookies-consent [type=checkbox]:hover+label:before {
	border-color: var(--mainColor)
}

.products-details-tabs .tabs-container .review-form-wrapper form button {
	margin-top: 22px;
	border: none;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	color: var(--whiteColor);
	background-color: var(--mainColor);
	transition: var(--transition);
	border-radius: 5px;
	padding: 13px 60px;
	font-weight: 700;
	font-size: var(--fontSize)
}

.products-details-tabs .tabs-container .review-form-wrapper form button:hover {
	background-color: var(--blackColor);
	color: var(--whiteColor)
}

.apply-instructor-content .nav {
	border-bottom-color: #d8d8d8;
	margin-bottom: 35px;
	border-width: 1.5px
}

.apply-instructor-content .nav .nav-item {
	margin-right: 50px;
	margin-bottom: -1.5px
}

.apply-instructor-content .nav .nav-item .nav-link {
	background-color: initial;
	color: var(--optionalColor);
	border: none;
	padding: 0 0 10px;
	position: relative;
	font-size: 18px;
	font-weight: 800
}

.apply-instructor-content .nav .nav-item .nav-link:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	transition: var(--transition);
	height: 1.5px;
	background-color: var(--mainColor)
}

.apply-instructor-content .nav .nav-item .nav-link.active, .apply-instructor-content .nav .nav-item .nav-link:hover {
	color: var(--blackColor)
}

.apply-instructor-content .nav .nav-item .nav-link.active:before, .apply-instructor-content .nav .nav-item .nav-link:hover:before {
	width: 40%
}

.apply-instructor-content .nav .nav-item:last-child {
	margin-right: 0
}

.apply-instructor-content .nav-tabset {
	padding: 0;
	margin-bottom: 35px;
	list-style-type: none;
	border-bottom: 1.5px solid #d8d8d8
}

.apply-instructor-content .nav-tabset .nav-tab {
	display: inline-block;
	margin-right: 50px;
	margin-bottom: -1.5px
}

.apply-instructor-content .nav-tabset .nav-tab span {
	display: block;
	cursor: pointer;
	padding: 0 0 10px;
	position: relative;
	color: var(--optionalColor);
	font-size: 18px;
	font-weight: 800
}

.apply-instructor-content .nav-tabset .nav-tab span:before {
	left: 0;
	width: 0;
	bottom: 0;
	content: "";
	height: 1.5px;
	position: absolute;
	transition: var(--transition);
	background-color: var(--mainColor)
}

.apply-instructor-content .nav-tabset .nav-tab span:hover {
	color: var(--blackColor)
}

.apply-instructor-content .nav-tabset .nav-tab span:hover:before {
	width: 40%
}

.apply-instructor-content .nav-tabset .nav-tab.active span {
	color: var(--blackColor)
}

.apply-instructor-content .nav-tabset .nav-tab.active span:before {
	width: 40%
}

.apply-instructor-content .nav-tabset .nav-tab:last-child {
	margin-right: 0
}

.profile-courses-quizzes .nav-tabset {
	margin-bottom: 0;
	text-align: center;
	border-radius: 5px;
	list-style-type: none;
	background-color: #f8f9f8;
	padding-left: 30px;
	padding-right: 30px
}

.profile-courses-quizzes .nav-tabset .nav-tab {
	display: inline-block
}

.profile-courses-quizzes .nav-tabset .nav-tab span {
	display: block;
	cursor: pointer;
	position: relative;
	color: var(--optionalColor);
	transition: var(--transition);
	padding: 16px 7px 14px;
	font-size: 17px;
	font-weight: 800;
	margin-left: 10px;
	margin-right: 10px
}

.profile-courses-quizzes .nav-tabset .nav-tab span:before {
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	transform: scaleX(0);
	transition: var(--transition);
	background-color: var(--mainColor)
}

.profile-courses-quizzes .nav-tabset .nav-tab span:hover {
	color: var(--blackColor)
}

.profile-courses-quizzes .nav-tabset .nav-tab span:hover:before {
	transform: scaleX(1)
}

.profile-courses-quizzes .nav-tabset .nav-tab.active span {
	color: var(--blackColor)
}

.profile-courses-quizzes .nav-tabset .nav-tab.active span:before {
	transform: scaleX(1)
}

.profile-courses-quizzes .tabs-container {
	margin-top: 30px
}

.profile-courses-quizzes .tabs-container-parent .nav-tabset {
	background-color: initial;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0
}
.profile-courses-quizzes .tabs-container-parent .nav-tabset.nav{
	display: block;
}

.profile-courses-quizzes .tabs-container-parent .nav-tabset .nav-tab span {
	background-color: #f8f9f8;
	color: var(--blackColor);
	border-radius: 30px;
	padding: 8px 35px;
	font-size: var(--fontSize);
	font-weight: 600;
	margin-left: 5px;
	margin-right: 5px
}

.profile-courses-quizzes .tabs-container-parent .nav-tabset .nav-tab span:before {
	display: none
}

.profile-courses-quizzes .tabs-container-parent .nav-tabset .nav-tab.active span, .profile-courses-quizzes .tabs-container-parent .nav-tabset .nav-tab span:hover {
	color: var(--whiteColor);
	background-color: var(--mainColor)
}

.profile-courses-quizzes .tabs-container-parent .tabs-container .nav-tabset .nav-tab span {
	background-color: initial;
	color: var(--optionalColor);
	border-radius: 0;
	padding: 0 5px 3px;
	font-size: 17px;
	font-weight: 600;
	margin-left: 10px;
	margin-right: 10px
}

.profile-courses-quizzes .tabs-container-parent .tabs-container .nav-tabset .nav-tab span:before {
	display: block
}

.profile-courses-quizzes .tabs-container-parent .tabs-container .nav-tabset .nav-tab span:hover {
	color: var(--blackColor)
}

.profile-courses-quizzes .tabs-container-parent .tabs-container .nav-tabset .nav-tab span:hover:before {
	transform: scaleX(1)
}

.profile-courses-quizzes .tabs-container-parent .tabs-container .nav-tabset .nav-tab.active span {
	color: var(--blackColor)
}

.profile-courses-quizzes .tabs-container-parent .tabs-container .nav-tabset .nav-tab.active span:before {
	transform: scaleX(1)
}

.profile-courses-quizzes .tabs-container .table {
	margin-bottom: 30px
}

.profile-courses-quizzes .tabs-container .table thead {
	background-color: var(--blackColor);
	color: var(--whiteColor)
}

.profile-courses-quizzes .tabs-container .table thead tr {
	border: none
}

.profile-courses-quizzes .tabs-container .table thead tr th {
	white-space: nowrap;
	vertical-align: middle;
	border: none;
	font-size: 18px;
	font-weight: 800;
	padding: 14px 25px
}

.profile-courses-quizzes .tabs-container .table tbody tr {
	border: none
}

.profile-courses-quizzes .tabs-container .table tbody tr td {
	vertical-align: middle;
	white-space: nowrap;
	color: var(--optionalColor);
	border: none;
	box-shadow: unset;
	font-size: var(--fontSize);
	font-weight: 600;
	padding: 15px 25px 14px
}

.profile-courses-quizzes .tabs-container .table tbody tr td a {
	display: inline-block;
	color: var(--optionalColor)
}

.profile-courses-quizzes .tabs-container .table tbody tr td a:hover {
	color: var(--mainColor)
}

.profile-courses-quizzes .tabs-container .table tbody tr td .progress {
	display: inline-block;
	border-radius: 30px;
	height: auto;
	padding: 3px 15px;
	background-color: var(--blackColor);
	overflow: unset;
	margin-left: 5px;
	position: relative;
	top: -1px;
	color: var(--whiteColor);
	font-size: 12px;
	font-weight: 700
}

.profile-courses-quizzes .tabs-container .table tbody tr td .progress.completed {
	background-color: #539a00
}

.profile-courses-quizzes .tabs-container .table tbody tr td .progress.pending {
	background-color: #ffc107
}

.profile-courses-quizzes .tabs-container .table tbody tr td .progress.passed {
	background-color: #007bff
}

.profile-courses-quizzes .tabs-container .table tbody tr td .progress.failed {
	background-color: #dc3545
}

.profile-courses-quizzes .tabs-container .table tbody tr:nth-of-type(odd) {
	background-color: #f8f9f8
}

.events-tabs .nav-tabset {
	border-radius: 5px;
	text-align: center;
	margin-bottom: 40px;
	list-style-type: none;
	background-color: #f8f9f8;
	padding-left: 60px;
	padding-right: 60px
}

.events-tabs .nav-tabset .nav-tab {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px
}

.events-tabs .nav-tabset .nav-tab span {
	cursor: pointer;
	position: relative;
	display: inline-block;
	padding: 16px 7px 14px;
	color: var(--blackColor);
	transition: var(--transition);
	font-size: 16.5px;
	font-weight: 700
}

.events-tabs .nav-tabset .nav-tab span:before {
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 2px;
	transition: .5s;
	position: absolute;
	transform: scaleX(0);
	background-color: var(--mainColor)
}

.events-tabs .nav-tabset .nav-tab span:hover {
	color: var(--mainColor)
}

.events-tabs .nav-tabset .nav-tab span:hover:before {
	transform: scaleX(1)
}

.events-tabs .nav-tabset .nav-tab.active span {
	color: var(--mainColor)
}

.events-tabs .nav-tabset .nav-tab.active span:before {
	transform: scaleX(1)
}

.events-tabs .nav-tabset .nav-tab:first-child {
	margin-left: 0
}

.events-tabs .nav-tabset .nav-tab:last-child {
	margin-right: 0
}

.courses-tabs .nav-tabset {
	padding-left: 0;
	text-align: center;
	margin-bottom: 30px;
	list-style-type: none
}

.courses-tabs .nav-tabset .nav-tab {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px
}

.courses-tabs .nav-tabset .nav-tab span {
	cursor: pointer;
	display: inline-block;
	color: var(--blackColor);
	transition: var(--transition);
	font-size: 16.5px;
	font-weight: 700
}

.courses-tabs .nav-tabset .nav-tab.active span, .courses-tabs .nav-tabset .nav-tab span:hover {
	color: var(--mainColor)
}

.courses-tabs .nav-tabset .nav-tab:first-child {
	margin-left: 0
}

.courses-tabs .nav-tabset .nav-tab:last-child {
	margin-right: 0
}

.widget-area {
	padding-left: 15px
}

.widget-area .widget {
	margin-bottom: 40px
}

.widget-area .widget:last-child {
	margin-bottom: 0
}

.widget-area .widget .widget-title {
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 7px;
	border-bottom: 1px solid #eee;
	font-size: 22px;
	font-weight: 800
}

.widget-area .widget .widget-title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 1px;
	bottom: -1px;
	background-color: var(--mainColor)
}

.widget-area .widget_search form {
	position: relative
}

.widget-area .widget_search form .screen-reader-text {
	display: none
}

.widget-area .widget_search form label {
	display: block;
	margin-bottom: 0
}

.widget-area .widget_search form .search-field {
	height: 50px;
	color: var(--blackColor);
	background-color: #f2f4f5;
	display: block;
	width: 100%;
	border-radius: 5px;
	padding: 0 0 0 15px;
	border: none;
	transition: var(--transition);
	font-size: var(--fontSize);
	font-weight: 500
}

.widget-area .widget_search form .search-field::placeholder {
	color: var(--optionalColor);
	transition: var(--transition)
}

.widget-area .widget_search form .search-field:focus::placeholder {
	color: #0000
}

.widget-area .widget_search form button {
	border: none;
	background-color: initial;
	color: var(--mainColor);
	height: 40px;
	width: 40px;
	position: absolute;
	right: 5px;
	padding: 0;
	transition: var(--transition);
	top: 5px;
	font-size: 20px
}

.widget-area .widget_search form button i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.widget-area .widget_search form button:focus, .widget-area .widget_search form button:hover {
	border-radius: 5px;
	background-color: var(--mainColor);
	color: var(--whiteColor)
}

.widget-area .widget_odemy_posts_thumb {
	position: relative;
	overflow: hidden
}

.widget-area .widget_odemy_posts_thumb .item {
	overflow: hidden;
	margin-bottom: 15px
}

.widget-area .widget_odemy_posts_thumb .item:last-child {
	margin-bottom: 0
}

.widget-area .widget_odemy_posts_thumb .item .thumb {
	float: left;
	height: 80px;
	overflow: hidden;
	display: block;
	position: relative;
	width: 80px;
	margin-right: 15px;
	z-index: 1
}

.widget-area .widget_odemy_posts_thumb .item .thumb .fullimage {
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 5px;
	background-size: cover!important;
	background-repeat: no-repeat;
	background-position: 50%!important
}

.widget-area .widget_odemy_posts_thumb .item .thumb .fullimage.bg1 {
	background-image: url(img15.b2dc8a60b834e67c2d99.jpg)
}

.widget-area .widget_odemy_posts_thumb .item .thumb .fullimage.bg2 {
	background-image: url(img14.b2dc8a60b834e67c2d99.jpg)
}

.widget-area .widget_odemy_posts_thumb .item .thumb .fullimage.bg3 {
	background-image: url(img13.b2dc8a60b834e67c2d99.jpg)
}

.widget-area .widget_odemy_posts_thumb .item .thumb:after, .widget-area .widget_odemy_posts_thumb .item .thumb:before {
	transition: all .8s cubic-bezier(.2, 1, .22, 1);
	content: "";
	background-color: var(--whiteColor);
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%)
}

.widget-area .widget_odemy_posts_thumb .item .thumb:before {
	width: 40px;
	height: 1px;
	left: 100%
}

.widget-area .widget_odemy_posts_thumb .item .thumb:after {
	height: 40px;
	width: 1px;
	top: 0
}

.widget-area .widget_odemy_posts_thumb .item .info {
	overflow: hidden;
	margin-top: 5px
}

.widget-area .widget_odemy_posts_thumb .item .info span {
	display: block;
	color: var(--optionalColor);
	text-transform: uppercase;
	margin-top: -2px;
	margin-bottom: 5px;
	font-size: 12px
}

.widget-area .widget_odemy_posts_thumb .item .info .title {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 17px;
	font-weight: 700
}

.widget-area .widget_odemy_posts_thumb .item .info .title a {
	display: inline-block
}

.widget-area .widget_odemy_posts_thumb .item:hover .thumb:after, .widget-area .widget_odemy_posts_thumb .item:hover .thumb:before {
	opacity: 1;
	top: 50%;
	left: 50%
}

.widget-area .widget_categories ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.widget-area .widget_categories ul li {
	position: relative;
	margin-bottom: 12px;
	overflow: hidden;
	color: var(--blackColor);
	padding-left: 18px;
	font-weight: 700;
	font-size: 15px
}

.widget-area .widget_categories ul li:last-child {
	margin-bottom: 0
}

.widget-area .widget_categories ul li:before {
	background: var(--mainColor);
	height: 8px;
	width: 8px;
	content: "";
	border-radius: 50%;
	left: 0;
	top: 7px;
	position: absolute
}

.widget-area .widget_categories ul li a {
	color: var(--blackColor);
	display: inline-block
}

.widget-area .widget_categories ul li a:hover {
	color: var(--mainColor)
}

.widget-area .widget_categories ul li .post-count {
	color: var(--optionalColor);
	font-size: 14px;
	display: inline-block;
	position: relative;
	top: 1px
}

.widget-area .widget_tag_cloud .widget-title {
	margin-bottom: 17px
}

.widget-area .tagcloud a {
	display: inline-block;
	background: #f5f5f5;
	color: var(--blackColor);
	padding: 7px 15px;
	border: none;
	border-radius: 3px;
	font-weight: 700;
	font-size: 14px!important;
	margin-top: 8px;
	margin-right: 4px
}

.widget-area .tagcloud a:focus, .widget-area .tagcloud a:hover {
	color: var(--whiteColor);
	background-color: var(--mainColor)
}

.widget-area .widget_insight ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.widget-area .widget_insight ul li {
	margin-bottom: -1px
}

.widget-area .widget_insight ul li a {
	position: relative;
	display: block;
	padding: 15px 25px 15px 40px;
	color: var(--optionalColor);
	border: 1px solid #eee;
	font-size: var(--fontSize);
	font-weight: 700
}

.widget-area .widget_insight ul li a:before {
	width: 5px;
	height: 5px;
	transition: var(--transition);
	background-color: var(--optionalColor);
	content: "";
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%
}

.widget-area .widget_insight ul li a.active, .widget-area .widget_insight ul li a:hover {
	border-color: var(--mainColor);
	background-color: var(--mainColor);
	color: var(--whiteColor)
}

.widget-area .widget_insight ul li a.active:before, .widget-area .widget_insight ul li a:hover:before {
	background-color: var(--whiteColor)
}

.widget-area .widget_insight ul li.active a {
	border-color: var(--mainColor);
	background-color: var(--mainColor);
	color: var(--whiteColor)
}

.widget-area .widget_insight ul li.active a:before {
	background-color: var(--whiteColor)
}

.widget-area .widget_recent_courses {
	position: relative;
	overflow: hidden
}

.widget-area .widget_recent_courses .widget-title {
	margin-bottom: 30px
}

.widget-area .widget_recent_courses .item {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px
}

.widget-area .widget_recent_courses .item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}

.widget-area .widget_recent_courses .item .thumb {
	float: left;
	height: 80px;
	overflow: hidden;
	display: block;
	position: relative;
	width: 80px;
	margin-right: 15px;
	z-index: 1
}

.widget-area .widget_recent_courses .item .thumb .fullimage {
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 3px;
	background-size: cover!important;
	background-repeat: no-repeat;
	background-position: 50%!important
}

.widget-area .widget_recent_courses .item .thumb .fullimage.bg1 {
	background-image: url(img1.8bf8408a538f123cd52f.jpg)
}

.widget-area .widget_recent_courses .item .thumb .fullimage.bg2 {
	background-image: url(img2.8bf8408a538f123cd52f.jpg)
}

.widget-area .widget_recent_courses .item .thumb .fullimage.bg3 {
	background-image: url(img3.8bf8408a538f123cd52f.jpg)
}

.widget-area .widget_recent_courses .item .thumb:after, .widget-area .widget_recent_courses .item .thumb:before {
	transition: all .8s cubic-bezier(.2, 1, .22, 1);
	content: "";
	background-color: var(--whiteColor);
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%)
}

.widget-area .widget_recent_courses .item .thumb:before {
	width: 40px;
	height: 1px;
	left: 100%
}

.widget-area .widget_recent_courses .item .thumb:after {
	height: 40px;
	width: 1px;
	top: 0
}

.widget-area .widget_recent_courses .item .info {
	overflow: hidden;
	margin-top: 5px
}

.widget-area .widget_recent_courses .item .info span {
	display: block;
	color: var(--mainColor);
	text-transform: uppercase;
	margin-bottom: 6px;
	margin-top: -5px;
	font-size: 18px;
	font-weight: 800;
	font-style: italic
}

.widget-area .widget_recent_courses .item .info .title {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: var(--fontSize);
	font-weight: 700
}

.widget-area .widget_recent_courses .item .info .title a {
	display: inline-block
}

.widget-area .widget_recent_courses .item:hover .thumb:after, .widget-area .widget_recent_courses .item:hover .thumb:before {
	opacity: 1;
	top: 50%;
	left: 50%
}

.widget-area .widget_popular_products {
	position: relative;
	overflow: hidden
}

.widget-area .widget_popular_products .widget-title {
	margin-bottom: 30px
}

.widget-area .widget_popular_products .item {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px
}

.widget-area .widget_popular_products .item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}

.widget-area .widget_popular_products .item .thumb {
	float: left;
	height: 110px;
	overflow: hidden;
	display: block;
	position: relative;
	width: 110px;
	margin-right: 15px;
	z-index: 1
}

.widget-area .widget_popular_products .item .thumb .fullimage {
	width: 110px;
	height: 110px;
	display: inline-block;
	border-radius: 3px;
	background-size: cover!important;
	background-repeat: no-repeat;
	background-position: 50%!important
}

.widget-area .widget_popular_products .item .thumb .fullimage.bg1 {
	background-image: url(img7.2d940366c80827524cc0.jpg)
}

.widget-area .widget_popular_products .item .thumb .fullimage.bg2 {
	background-image: url(img8.2d940366c80827524cc0.jpg)
}

.widget-area .widget_popular_products .item .thumb .fullimage.bg3 {
	background-image: url(img9.2d940366c80827524cc0.jpg)
}

.widget-area .widget_popular_products .item .thumb:after, .widget-area .widget_popular_products .item .thumb:before {
	transition: all .8s cubic-bezier(.2, 1, .22, 1);
	content: "";
	background-color: var(--whiteColor);
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%)
}

.widget-area .widget_popular_products .item .thumb:before {
	width: 40px;
	height: 1px;
	left: 100%
}

.widget-area .widget_popular_products .item .thumb:after {
	height: 40px;
	width: 1px;
	top: 0
}

.widget-area .widget_popular_products .item .info {
	overflow: hidden;
	margin-top: 5px
}

.widget-area .widget_popular_products .item .info span {
	display: block;
	color: var(--mainColor);
	text-transform: uppercase;
	margin-bottom: 6px;
	margin-top: -5px;
	font-size: 18px;
	font-weight: 800;
	font-style: italic
}

.widget-area .widget_popular_products .item .info .title {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 17px;
	font-weight: 700
}

.widget-area .widget_popular_products .item .info .title a {
	display: inline-block
}

.widget-area .widget_popular_products .item .info .rating {
	margin-top: 8px
}

.widget-area .widget_popular_products .item .info .rating i {
	color: #f6b500;
	display: inline-block;
	margin-right: -2px
}

.widget-area .widget_popular_products .item:hover .thumb:after, .widget-area .widget_popular_products .item:hover .thumb:before {
	opacity: 1;
	top: 50%;
	left: 50%
}

.pagination-area {
	margin-top: 35px
}

.pagination-area .page-numbers {
	width: 33px;
	height: 33px;
	background-color: #f3f0f0;
	color: var(--optionalColor);
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	line-height: 34px;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	font-size: var(--fontSize);
	font-weight: 800
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover {
	color: var(--whiteColor);
	background-color: var(--mainColor)
}

.pagination-area .page-numbers i {
	position: relative;
	top: 1.5px
}

.gym-banner-slides .owl-theme .owl-nav {
	margin-top: 0;
	opacity: 0;
	visibility: hidden;
	transition: var(--transition)
}

.gym-banner-slides .owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	transition: var(--transition);
	font-size: 30px;
	color: var(--optionalColor);
	background-color: initial!important;
	line-height: 1
}

.gym-banner-slides .owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 10px
}

.gym-banner-slides .owl-theme .owl-nav [class*=owl-]:hover {
	color: var(--mainColor)
}

.gym-banner-slides .owl-theme:hover .owl-nav {
	opacity: 1;
	visibility: visible
}

.gym-feedback-slides .owl-theme .owl-nav {
	opacity: 0;
	margin-top: 0;
	visibility: hidden;
	transition: var(--transition)
}

.gym-feedback-slides .owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	transition: var(--transition);
	font-size: 40px;
	color: var(--optionalColor);
	background-color: initial!important;
	line-height: 1
}

.gym-feedback-slides .owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 0
}

.gym-feedback-slides .owl-theme .owl-nav [class*=owl-]:hover {
	color: var(--mainColor)
}

.blog-details-desc .article-image-slides .owl-theme .owl-nav {
	margin-top: 0;
	opacity: 0;
	visibility: hidden;
	transition: var(--transition)
}

.blog-details-desc .article-image-slides .owl-theme .owl-nav [class*=owl-] {
	color: #87a1c1;
	font-size: 18px;
	margin: 0;
	padding: 0;
	background: var(--whiteColor);
	width: 45px;
	height: 45px;
	line-height: 42px;
	position: absolute;
	left: 20px;
	transition: var(--transition);
	top: 50%;
	transform: translateY(-50%);
	padding-left: 5px!important;
	border-radius: 50%;
	border: 1.5px solid var(--whiteColor)
}

.blog-details-desc .article-image-slides .owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 20px;
	padding-left: 3px!important
}

.blog-details-desc .article-image-slides .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: var(--mainColor);
	color: var(--whiteColor);
	border-color: var(--mainColor)
}

.blog-details-desc .article-image-slides .owl-theme:hover .owl-nav {
	opacity: 1;
	visibility: visible
}

.blog-slides .owl-theme .owl-dots {
	margin-top: 20px!important;
	margin-bottom: 35px
}

.blog-slides .owl-theme .owl-dots .owl-dot span {
	margin: 0 3px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: initial!important;
	border: 1px solid #a8a8a8;
	position: relative;
	transition: var(--transition)
}

.blog-slides .owl-theme .owl-dots .owl-dot span:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: initial;
	border-radius: 50%;
	margin: 2px;
	transition: var(--transition)
}

.blog-slides .owl-theme .owl-dots .owl-dot.active span, .blog-slides .owl-theme .owl-dots .owl-dot:hover span {
	border-color: var(--mainColor)
}

.blog-slides .owl-theme .owl-dots .owl-dot.active span:before, .blog-slides .owl-theme .owl-dots .owl-dot:hover span:before {
	background-color: var(--mainColor)
}

.blog-slides .owl-theme .owl-nav {
	margin-top: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px
}

.blog-slides .owl-theme .owl-nav [class*=owl-] {
	margin: 0 40px;
	width: 35px;
	height: 35px;
	border-radius: 3px;
	transition: var(--transition);
	background-color: var(--whiteColor);
	box-shadow: 0 2px 28px 0 #00000017;
	line-height: 42px;
	color: var(--blackColor);
	padding: 0;
	font-size: 25px
}

.blog-slides .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: var(--mainColor);
	color: var(--whiteColor)
}

.feedback-slides .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%)
}

.feedback-slides .owl-theme .owl-dots .owl-dot {
	display: block
}

.feedback-slides .owl-theme .owl-dots .owl-dot span {
	margin: 4px 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: initial!important;
	border: 1px solid #a8a8a8;
	position: relative;
	transition: var(--transition)
}

.feedback-slides .owl-theme .owl-dots .owl-dot span:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: initial;
	border-radius: 50%;
	margin: 2px;
	transition: var(--transition)
}

.feedback-slides .owl-theme .owl-dots .owl-dot.active span, .feedback-slides .owl-theme .owl-dots .owl-dot:hover span {
	border-color: var(--mainColor)
}

.feedback-slides .owl-theme .owl-dots .owl-dot.active span:before, .feedback-slides .owl-theme .owl-dots .owl-dot:hover span:before {
	background-color: var(--mainColor)
}

.testimonials-slides {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto
}

.testimonials-slides .owl-theme .owl-dots {
	margin-top: 30px!important
}

.testimonials-slides .owl-theme .owl-dots .owl-dot span {
	margin: 0 3px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: initial!important;
	border: 1px solid #a8a8a8;
	position: relative;
	transition: var(--transition)
}

.testimonials-slides .owl-theme .owl-dots .owl-dot span:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: initial;
	border-radius: 50%;
	margin: 2px;
	transition: var(--transition)
}

.testimonials-slides .owl-theme .owl-dots .owl-dot.active span, .testimonials-slides .owl-theme .owl-dots .owl-dot:hover span {
	border-color: var(--mainColor)
}

.testimonials-slides .owl-theme .owl-dots .owl-dot.active span:before, .testimonials-slides .owl-theme .owl-dots .owl-dot:hover span:before {
	background-color: var(--mainColor)
}

.feedback-slides-two .owl-theme .owl-dots {
	margin-top: 20px!important
}

.feedback-slides-two .owl-theme .owl-dots .owl-dot span {
	margin: 0 3px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: initial!important;
	border: 1px solid #a8a8a8;
	position: relative;
	transition: var(--transition)
}

.feedback-slides-two .owl-theme .owl-dots .owl-dot span:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: initial;
	border-radius: 50%;
	margin: 2px;
	transition: var(--transition)
}

.feedback-slides-two .owl-theme .owl-dots .owl-dot.active span, .feedback-slides-two .owl-theme .owl-dots .owl-dot:hover span {
	border-color: var(--mainColor)
}

.feedback-slides-two .owl-theme .owl-dots .owl-dot.active span:before, .feedback-slides-two .owl-theme .owl-dots .owl-dot:hover span:before {
	background-color: var(--mainColor)
}

.feedback-slides-style-two.feedback-slides .owl-theme {
	position: relative;
	z-index: 1;
	max-width: 600px;
	border-radius: 5px;
	margin-left: 100px
}

.feedback-slides-style-two.feedback-slides .owl-theme:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	z-index: -1;
	background-color: var(--mainColor);
	opacity: .85
}

.feedback-slides-style-two.feedback-slides .owl-theme .single-feedback-item-box {
	background-color: initial;
	border-radius: 0;
	padding: 85px 85px 150px
}

.feedback-slides-style-two.feedback-slides .owl-theme .owl-nav.disabled+.owl-dots {
	right: auto;
	top: auto;
	transform: unset;
	left: 82px;
	bottom: 80px
}

.feedback-slides-style-two.feedback-slides .owl-theme .owl-dots .owl-dot {
	display: inline-block
}

.feedback-slides-style-two.feedback-slides .owl-theme .owl-dots .owl-dot span {
	border-color: var(--whiteColor);
	margin: 0 3px
}

.feedback-slides-style-two.feedback-slides .owl-theme .owl-dots .owl-dot.active span:before, .feedback-slides-style-two.feedback-slides .owl-theme .owl-dots .owl-dot:hover span:before {
	background-color: var(--whiteColor)
}

.feedback-slides-three .owl-theme .owl-nav {
	margin-top: 0
}

.feedback-slides-three .owl-theme .owl-nav [class*=owl-] {
	margin: -60px 0 0;
	position: absolute;
	left: 23%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border: 1px dashed var(--mainColor);
	border-radius: 50%;
	background-color: initial!important;
	color: #d1a1a1;
	font-size: 20px;
	transition: var(--transition);
	padding: 0
}

.feedback-slides-three .owl-theme .owl-nav [class*=owl-]:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background-color: var(--whiteColor);
	content: "";
	border-radius: 50%;
	margin: 4px;
	transition: var(--transition)
}

.feedback-slides-three .owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 23%
}

.feedback-slides-three .owl-theme .owl-nav [class*=owl-]:hover {
	color: var(--whiteColor)
}

.feedback-slides-three .owl-theme .owl-nav [class*=owl-]:hover:before {
	background-color: var(--mainColor)
}

.owl-item .single-advisor-box {
	margin-top: 30px
}

.owl-item .single-advisor-item {
	box-shadow: unset
}

.advisor-slides .owl-theme .owl-dots {
	margin-top: 20px!important
}

.advisor-slides .owl-theme .owl-dots .owl-dot span {
	margin: 0 3px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: initial!important;
	border: 1px solid #a8a8a8;
	position: relative;
	transition: var(--transition)
}

.advisor-slides .owl-theme .owl-dots .owl-dot span:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: initial;
	border-radius: 50%;
	margin: 2px;
	transition: var(--transition)
}

.advisor-slides .owl-theme .owl-dots .owl-dot.active span, .advisor-slides .owl-theme .owl-dots .owl-dot:hover span {
	border-color: var(--mainColor)
}

.advisor-slides .owl-theme .owl-dots .owl-dot.active span:before, .advisor-slides .owl-theme .owl-dots .owl-dot:hover span:before {
	background-color: var(--mainColor)
}

.advisor-slides-two .owl-theme .owl-dots {
	margin-top: 20px!important
}

.advisor-slides-two .owl-theme .owl-dots .owl-dot span {
	margin: 0 3px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: initial!important;
	border: 1px solid #a8a8a8;
	position: relative;
	transition: var(--transition)
}

.advisor-slides-two .owl-theme .owl-dots .owl-dot span:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: initial;
	border-radius: 50%;
	margin: 2px;
	transition: var(--transition)
}

.advisor-slides-two .owl-theme .owl-dots .owl-dot.active span, .advisor-slides-two .owl-theme .owl-dots .owl-dot:hover span {
	border-color: var(--mainColor)
}

.advisor-slides-two .owl-theme .owl-dots .owl-dot.active span:before, .advisor-slides-two .owl-theme .owl-dots .owl-dot:hover span:before {
	background-color: var(--mainColor)
}

.courses-slides .owl-theme .owl-dots {
	margin-top: 20px!important;
	margin-bottom: 35px
}

.courses-slides .owl-theme .owl-dots .owl-dot span {
	margin: 0 3px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: initial!important;
	border: 1px solid #a8a8a8;
	position: relative;
	transition: var(--transition)
}

.courses-slides .owl-theme .owl-dots .owl-dot span:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: initial;
	border-radius: 50%;
	margin: 2px;
	transition: var(--transition)
}

.courses-slides .owl-theme .owl-dots .owl-dot.active span, .courses-slides .owl-theme .owl-dots .owl-dot:hover span {
	border-color: var(--mainColor)
}

.courses-slides .owl-theme .owl-dots .owl-dot.active span:before, .courses-slides .owl-theme .owl-dots .owl-dot:hover span:before {
	background-color: var(--mainColor)
}

.courses-slides .owl-theme .owl-nav {
	margin-top: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px
}

.courses-slides .owl-theme .owl-nav [class*=owl-] {
	margin: 0 40px;
	width: 35px;
	height: 35px;
	border-radius: 3px;
	color: var(--blackColor);
	transition: var(--transition);
	background-color: var(--whiteColor);
	box-shadow: 0 2px 28px 0 #00000017;
	line-height: 42px;
	padding: 0;
	font-size: 25px
}

.courses-slides .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: var(--mainColor);
	color: var(--whiteColor)
}

.services-slides .owl-theme .owl-nav {
	margin-top: 0
}

.services-slides .owl-theme .owl-nav [class*=owl-] {
	margin: 0;
	position: absolute;
	left: -45px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border: 1px dashed var(--mainColor);
	border-radius: 50%;
	background-color: initial!important;
	color: #d1a1a1;
	font-size: 20px;
	padding: 0;
	transition: var(--transition)
}

.services-slides .owl-theme .owl-nav [class*=owl-]:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background-color: var(--whiteColor);
	content: "";
	border-radius: 50%;
	margin: 4px;
	transition: var(--transition)
}

.services-slides .owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: -65px
}

.services-slides .owl-theme .owl-nav [class*=owl-]:hover {
	color: var(--whiteColor)
}

.services-slides .owl-theme .owl-nav [class*=owl-]:hover:before {
	background-color: var(--mainColor)
}

.courses-slides-two .owl-theme .owl-nav {
	margin-top: 0
}

.courses-slides-two .owl-theme .owl-nav [class*=owl-] {
	margin: 0;
	position: absolute;
	left: -75px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border: 1px dashed var(--mainColor);
	border-radius: 50%;
	padding: 0;
	background-color: initial!important;
	color: #d1a1a1;
	font-size: 20px;
	transition: var(--transition)
}

.courses-slides-two .owl-theme .owl-nav [class*=owl-]:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background-color: #e8e8e8;
	content: "";
	border-radius: 50%;
	margin: 4px;
	transition: var(--transition)
}

.courses-slides-two .owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: -75px
}

.courses-slides-two .owl-theme .owl-nav [class*=owl-]:hover {
	color: var(--whiteColor)
}

.courses-slides-two .owl-theme .owl-nav [class*=owl-]:hover:before {
	background-color: var(--mainColor)
}

.courses-slides-two .owl-theme .owl-nav [class*=owl-].disabled {
	color: #d1a1a1;
	cursor: not-allowed
}

.courses-slides-two .owl-theme .owl-nav [class*=owl-].disabled:before {
	background-color: #e8e8e8
}

.testimonials-slides-two .owl-theme .owl-nav {
	margin-top: 0
}

.testimonials-slides-two .owl-theme .owl-nav [class*=owl-] {
	left: -20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	background-color: var(--whiteColor)!important;
	width: 40px;
	color: var(--mainColor);
	border: 1px solid var(--mainColor);
	height: 40px;
	font-size: 25px!important;
	transition: var(--transition);
	border-radius: 50%
}

.testimonials-slides-two .owl-theme .owl-nav [class*=owl-] i {
	left: 0;
	right: 0;
	top: 50%;
	position: absolute;
	transform: translateY(-50%)
}

.testimonials-slides-two .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: var(--mainColor)!important;
	color: var(--whiteColor)
}

.testimonials-slides-two .owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: -20px
}

.faq-accordion .panel-group accordion-group {
	display: block;
	margin-bottom: 15px;
	background-color: var(--whiteColor);
	box-shadow: 2px 8px 20px 0 #192a4621!important
}

.faq-accordion .panel-group .panel-heading .panel-title, .faq-accordion .panel-group accordion-group:last-child {
	margin-bottom: 0
}

.faq-accordion .panel-group .panel-heading .panel-title a {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	padding: 20px 60px 20px 20px
}

.faq-accordion .panel-group .panel-heading .panel-title a:before {
	top: 50%;
	right: 20px;
	content: "";
	position: absolute;
	transition: var(--transition);
	transform: translateY(-50%) rotate(0);
	font-family: boxicons;
	font-size: 20px
}

.faq-accordion .panel-group .dropup .panel-heading .panel-title a:before {
	transform: translateY(-50%) rotate(180deg)
}

.faq-accordion .panel-group .panel-collapse {
	border-top: 1px solid #eee;
	padding: 20px
}

.faq-accordion .panel-group .panel-collapse .panel-body ul {
	margin-bottom: 15px
}

.faq-accordion .panel-group .panel-collapse .panel-body ul:last-child {
	margin-bottom: 0
}

.faq-accordion .panel-group .panel-collapse .panel-body ul li {
	margin-bottom: 12px;
	color: var(--optionalColor)
}

.faq-accordion .panel-group .panel-collapse .panel-body ul li:last-child {
	margin-bottom: 0
}

.faq-accordion .panel-group .collapse.in {
	display: block
}

.subscribe-area {
	position: relative;
	z-index: 1
}

.subscribe-area .shape4 {
	right: auto;
	bottom: 39%;
	left: 25%
}

.blog-area {
	position: relative;
	z-index: 1
}

.blog-area .row .col-lg-8 .row .col-lg-12 .pagination-area {
	margin-top: 25px
}

.blockquote, blockquote {
	overflow: hidden;
	background-color: #fafafa;
	padding: 50px!important;
	position: relative;
	text-align: center;
	z-index: 1;
	margin-bottom: 20px;
	margin-top: 20px
}

.blockquote p, blockquote p {
	color: var(--blackColor);
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 700;
	font-size: 22px!important
}

.blockquote cite, blockquote cite {
	display: none
}

.blockquote:before, blockquote:before {
	color: #efefef;
	position: absolute;
	animation: fade-up 1.5s linear infinite;
	left: 50px;
	top: -50px;
	z-index: -1;
	content: "";
	font-family: Flaticon;
	font-size: 135px
}

.blockquote:after, blockquote:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: var(--mainColor);
	margin-top: 20px;
	margin-bottom: 20px
}

.feedback-area {
	position: relative;
	z-index: 1
}

.feedback-area .shape2 {
	bottom: 2%
}

.feedback-area .shape9 {
	left: 8%;
	bottom: auto;
	top: 15%
}

.feedback-area.bg-6ba292 .feedback-slides-two .owl-theme .owl-dots .owl-dot span {
	border-color: #8ab6a9
}

.feedback-area.bg-6ba292 .feedback-slides-two .owl-theme .owl-dots .owl-dot span:before {
	background-color: #8ab6a9
}

.feedback-area.bg-6ba292 .feedback-slides-two .owl-theme .owl-dots .owl-dot.active span, .feedback-area.bg-6ba292 .feedback-slides-two .owl-theme .owl-dots .owl-dot:hover span {
	border-color: var(--whiteColor)
}

.feedback-area.bg-6ba292 .feedback-slides-two .owl-theme .owl-dots .owl-dot.active span:before, .feedback-area.bg-6ba292 .feedback-slides-two .owl-theme .owl-dots .owl-dot:hover span:before {
	background-color: var(--whiteColor)
}

.courses-area {
	position: relative;
	z-index: 1
}

.odemy-grid-sorting {
	margin-bottom: 40px
}

.odemy-grid-sorting .result-count p .count {
	font-weight: 700;
	color: var(--blackColor)
}

.odemy-grid-sorting .ordering {
	text-align: end
}

.odemy-grid-sorting .ordering label {
	display: inline-block;
	margin-bottom: 0;
	color: #ababab;
	margin-right: 10px;
	font-size: var(--fontSize);
	font-weight: 700
}

.odemy-grid-sorting .ordering select {
	display: inline-block;
	width: 215px;
	cursor: pointer;
	background: #f8f8f8;
	border-color: #eee;
	color: var(--blackColor);
	transition: var(--transition);
	padding: 0 0 0 12px;
	height: 45px;
	line-height: 45px;
	font-size: var(--fontSize);
	font-weight: 700
}

.odemy-grid-sorting .ordering select:hover {
	border-color: var(--mainColor);
	background-color: initial
}

.load-more-btn {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px
}

.load-more-btn .load-more {
	display: inline-block;
	background-color: initial;
	border: 1px solid #eee;
	padding: 13px 65px 13px 40px;
	border-radius: 5px;
	color: var(--mainColor);
	position: relative;
	font-size: var(--fontSize);
	font-weight: 700
}

.load-more-btn .load-more i {
	position: absolute;
	right: 40px;
	top: 50%;
	font-size: 18px;
	transform: translateY(-50%)
}

.load-more-btn .load-more:hover {
	color: var(--whiteColor);
	border-color: var(--whiteColor);
	background-color: var(--mainColor)
}

.courses-details-desc .nav-tabset {
	margin-bottom: 0;
	border-radius: 5px;
	list-style-type: none;
	background-color: #f8f9f8;
	padding-left: 30px;
	padding-right: 30px
}

.courses-details-desc .nav-tabset .nav-tab {
	display: inline-block;
	margin-right: 40px
}

.courses-details-desc .nav-tabset .nav-tab span {
	display: block;
	cursor: pointer;
	padding: 14px 0;
	position: relative;
	border-radius: 5px;
	background-color: #f8f9f8;
	transition: var(--transition);
	font-size: 18px;
	font-weight: 800
}

.courses-details-desc .nav-tabset .nav-tab span:before {
	left: 0;
	bottom: 0;
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	transform: scaleX(0);
	transition: var(--transition);
	background-color: var(--mainColor)
}

.courses-details-desc .nav-tabset .nav-tab span:hover {
	color: var(--blackColor)
}

.courses-details-desc .nav-tabset .nav-tab span:hover:before {
	transform: scaleX(1)
}

.courses-details-desc .nav-tabset .nav-tab.active span {
	color: var(--blackColor)
}

.courses-details-desc .nav-tabset .nav-tab.active span:before {
	transform: scaleX(1)
}

.courses-details-desc .nav-tabset .nav-tab:last-child {
	margin-right: 0
}

.courses-details-desc .tabs-container {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px
}

.courses-details-desc .tabs-container .courses-overview h3 {
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 800
}

.courses-details-desc .tabs-container .courses-overview h3:not(:first-child) {
	margin-top: 30px
}

.courses-details-desc .tabs-container .courses-curriculum {
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 30px;
	margin-left: -30px;
	margin-right: -30px
}

.courses-details-desc .tabs-container .courses-curriculum h3 {
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 800
}

.courses-details-desc .tabs-container .courses-curriculum h3:not(:first-child) {
	margin-top: 30px
}

.courses-details-desc .tabs-container .courses-curriculum ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.courses-details-desc .tabs-container .courses-curriculum ul li {
	display: block
}

.courses-details-desc .tabs-container .courses-curriculum ul li a {
	background-color: #f8f9f8;
	color: var(--blackColor);
	position: relative;
	padding: 14.5px 30px 14.5px 55px;
	margin-left: -30px;
	margin-right: -30px
}

.courses-details-desc .tabs-container .courses-curriculum ul li a:before {
	content: "";
	position: absolute;
	left: 30px;
	color: var(--mainColor);
	top: 14px;
	font-size: 18px;
	font-family: Flaticon
}

.courses-details-desc .tabs-container .courses-curriculum ul li a .courses-name {
	font-size: 14.5px;
	font-weight: 700
}

.courses-details-desc .tabs-container .courses-curriculum ul li a .courses-meta {
	text-align: end
}

.courses-details-desc .tabs-container .courses-curriculum ul li a .courses-meta .questions {
	display: inline-block;
	background: #e3f1f2;
	color: #2dbbc4;
	text-transform: lowercase;
	border-radius: 3px;
	margin-right: 6px;
	padding: 2px 10px 1.5px;
	font-size: 14px;
	font-weight: 700
}

.courses-details-desc .tabs-container .courses-curriculum ul li a .courses-meta .duration {
	display: inline-block;
	background: #f7e7e8;
	color: var(--mainColor);
	text-transform: lowercase;
	border-radius: 3px;
	padding: 2px 10px 1.5px;
	font-size: 14px;
	font-weight: 700
}

.courses-details-desc .tabs-container .courses-curriculum ul li a .courses-meta .status {
	display: inline-block;
	background: var(--blackColor);
	color: var(--whiteColor);
	border-radius: 3px;
	margin-left: 6px;
	padding: 2px 10px 1.5px;
	font-size: 14px;
	font-weight: 700
}

.courses-details-desc .tabs-container .courses-curriculum ul li a .courses-meta .status.locked {
	color: var(--blackColor);
	background-color: initial;
	padding: 0;
	margin-left: 8px;
	border-radius: 0;
	position: relative;
	top: 1px;
	font-size: 18px;
	font-weight: 400
}

.courses-details-desc .tabs-container .courses-curriculum ul li a:hover {
	color: var(--mainColor)
}

.courses-details-desc .tabs-container .courses-curriculum ul li a.locked {
	pointer-events: none;
	cursor: not-allowed
}

.courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(2) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(4) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(6) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(8) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(10) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(12) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(14) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(16) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(18) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(20) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(22) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(24) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(26) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(28) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(30) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(32) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(34) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(36) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(38) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(40) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(42) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(44) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(46) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(48) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(50) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(52) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(54) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(56) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(58) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(60) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(62) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(64) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(66) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(68) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(70) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(72) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(74) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(76) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(78) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(80) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(82) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(84) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(86) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(88) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(90) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(92) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(94) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(96) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(98) a, .courses-details-desc .tabs-container .courses-curriculum ul li:nth-child(100) a {
	background-color: var(--whiteColor)
}

.courses-details-desc .tabs-container .courses-instructor .single-advisor-box {
	margin-bottom: 0
}

.courses-details-desc .tabs-container .courses-instructor .single-advisor-box .advisor-image {
	top: 0;
	margin-bottom: 0
}

.courses-details-desc .tabs-container .courses-instructor .single-advisor-box .advisor-content {
	padding: 0 0 0 20px
}

.courses-details-desc .tabs-container .courses-reviews h3 {
	margin-bottom: 0;
	display: inline-block;
	margin-right: 15px;
	font-size: 21px;
	font-weight: 800
}

.courses-details-desc .tabs-container .courses-reviews .rating {
	display: inline-block;
	position: relative;
	top: 1px
}

.courses-details-desc .tabs-container .courses-reviews .rating span {
	font-size: 19px;
	color: #cecfd2
}

.courses-details-desc .tabs-container .courses-reviews .rating span.checked {
	color: orange
}

.courses-details-desc .tabs-container .courses-reviews .rating-count {
	margin-top: 10px;
	margin-bottom: 20px
}

.courses-details-desc .tabs-container .courses-reviews .rating-count span {
	display: block;
	font-size: var(--fontSize);
	color: var(--optionalColor)
}

.courses-details-desc .tabs-container .courses-reviews .row {
	overflow: hidden
}

.courses-details-desc .tabs-container .courses-reviews .side {
	float: left;
	width: 11%;
	margin-top: 10px
}

.courses-details-desc .tabs-container .courses-reviews .side div {
	font-size: var(--fontSize);
	font-weight: 700
}

.courses-details-desc .tabs-container .courses-reviews .middle {
	margin-top: 14px;
	float: left;
	width: 78%
}

.courses-details-desc .tabs-container .courses-reviews .right {
	text-align: end
}

.courses-details-desc .tabs-container .courses-reviews .bar-container {
	width: 100%;
	background-color: #f1f1f1;
	text-align: center;
	color: var(--whiteColor);
	border-radius: 5px
}

.courses-details-desc .tabs-container .courses-reviews .bar-5 {
	width: 100%;
	height: 18px;
	background-color: #4caf50;
	border-radius: 5px
}

.courses-details-desc .tabs-container .courses-reviews .bar-4 {
	width: 75%;
	height: 18px;
	background-color: #2196f3;
	border-radius: 5px
}

.courses-details-desc .tabs-container .courses-reviews .bar-3 {
	width: 50%;
	height: 18px;
	background-color: #00bcd4;
	border-radius: 5px
}

.courses-details-desc .tabs-container .courses-reviews .bar-2 {
	width: 25%;
	height: 18px;
	background-color: #ff9800;
	border-radius: 5px
}

.courses-details-desc .tabs-container .courses-reviews .bar-1 {
	width: 0;
	height: 18px;
	background-color: #f44336;
	border-radius: 5px
}

.courses-details-desc .tabs-container .courses-review-comments {
	margin-top: 40px
}

.courses-details-desc .tabs-container .courses-review-comments h3 {
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 12px;
	margin-bottom: 8px;
	font-size: 21px;
	font-weight: 800
}

.courses-details-desc .tabs-container .courses-review-comments .user-review {
	border-bottom: 1px solid #f3f3f3;
	padding: 20px 0 20px 110px;
	position: relative
}

.courses-details-desc .tabs-container .courses-review-comments .user-review img {
	position: absolute;
	left: 0;
	top: 20px;
	width: 90px;
	height: 90px;
	border-radius: 5px
}

.courses-details-desc .tabs-container .courses-review-comments .user-review .sub-comment {
	margin-bottom: 8px;
	font-weight: 700
}

.courses-details-desc .tabs-container .courses-review-comments .user-review .review-rating {
	display: block;
	margin-bottom: 8px
}

.courses-details-desc .tabs-container .courses-review-comments .user-review .review-rating .review-stars {
	display: inline-block
}

.courses-details-desc .tabs-container .courses-review-comments .user-review .review-rating .review-stars i {
	color: #cecfd2;
	font-size: 18px;
	margin-right: 2px;
	display: inline-block
}

.courses-details-desc .tabs-container .courses-review-comments .user-review .review-rating .review-stars i.checked {
	color: orange
}

.courses-details-desc .tabs-container .courses-review-comments .user-review .review-rating span {
	color: var(--blackColor);
	position: relative;
	top: -2px;
	font-weight: 700;
	margin-left: 5px
}

.bg-fffaf3 .funfacts-area {
	background-color: #fffaf3
}

.premium-access-area {
	position: relative;
	z-index: 1
}

.premium-access-area .shape3 {
	right: 20%;
	bottom: 12%
}

.premium-access-area .shape4 {
	right: 16%;
	bottom: 50%
}

.partner-area.border-bottom {
	border-bottom-color: #efeff1!important
}

.features-area {
	position: relative;
	z-index: 1
}

.shape13 {
	position: absolute;
	left: 22%;
	bottom: 22%;
	z-index: -2
}

.shape13 img {
	animation-name: rotateme;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.shape14 {
	position: absolute;
	right: 11%;
	bottom: 30%;
	z-index: -1
}

.shape14 img {
	animation: movebounce 5s linear infinite
}

.shape15 {
	position: absolute;
	right: 15%;
	bottom: 15%;
	z-index: -2
}

.shape15 img {
	animation-name: rotateme;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.lines {
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	z-index: -1
}

.lines, .lines .line {
	position: absolute;
	top: 0;
	height: 100%
}

.lines .line {
	width: 1px;
	left: 50%;
	background: #ffffff1a;
	overflow: hidden
}

.lines .line:after {
	content: "";
	display: block;
	position: absolute;
	height: 15vh;
	width: 100%;
	top: -50%;
	left: 0;
	background: linear-gradient(180deg, #fff0 0, #fff 75%, #fff);
	animation: run 7s 0s infinite;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.4, .26, 0, .97)
}

.lines .line:first-child {
	margin-left: -25%
}

.lines .line:first-child:after {
	animation-delay: 2s
}

.lines .line:nth-child(3) {
	margin-left: 25%
}

.lines .line:nth-child(3):after {
	animation-delay: 2.5s
}

.shape9 {
	position: absolute;
	left: 10%;
	bottom: 20%;
	z-index: -1
}

.shape9 img {
	animation-name: rotateme;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.shape11 {
	position: absolute;
	left: 15%;
	top: 18%;
	z-index: -1
}

.shape11 img {
	animation-name: rotateme;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.shape12 {
	position: absolute;
	bottom: 18%;
	z-index: -1;
	right: 18%
}

.shape12 img {
	animation: movescale 4s linear infinite
}

.tree-shape2 {
	position: absolute;
	left: 0;
	top: 5%;
	z-index: -1
}

.tree-shape2 img {
	animation: movebounce 5s linear infinite
}

.tree-shape3 {
	right: 0
}

.experience-shape1, .tree-shape3 {
	position: absolute;
	bottom: 0;
	z-index: -1
}

.experience-shape1 {
	left: 0
}

.experience-shape2 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

.syllabus-shape1 {
	position: absolute;
	right: 15%;
	bottom: 0;
	z-index: -1
}

.syllabus-shape1 img {
	animation: moveleftbounce 10s linear infinite
}

.syllabus-shape2 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.syllabus-shape3 {
	left: 0;
	bottom: 0
}

.shape8, .syllabus-shape3 {
	position: absolute;
	z-index: -1
}

.shape8 {
	left: 20%;
	top: 25%
}

.shape8 img {
	animation: movebounce 5s linear infinite
}

.blog-shape1 {
	position: absolute;
	left: 0;
	bottom: 100px;
	z-index: -1
}

.blog-shape1 img {
	animation: movebounce 5s linear infinite
}

.blog-shape2 {
	position: absolute;
	right: 0;
	top: 35%;
	transform: translateY(-35%);
	z-index: -1
}

.blog-shape2 img {
	animation: movebounce 5s linear infinite
}

.tree-shape {
	right: 0;
	bottom: -100px
}

.object1, .tree-shape {
	position: absolute;
	z-index: -1
}

.object1 {
	left: -35px;
	top: -30px
}

.object1 img {
	animation-name: rotateme;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.object2 {
	right: 0;
	top: -20px
}

.object2, .object3 {
	position: absolute;
	z-index: -1
}

.object3 {
	left: -15px;
	bottom: -15px
}

.object4 {
	right: 0;
	bottom: 0
}

.object4, .shape10 {
	position: absolute;
	z-index: -1
}

.shape10 {
	left: -11%;
	bottom: -11%
}

.shape10 img {
	border-radius: 0;
	animation: moveleftbounce 4s linear infinite
}

.shape5 {
	position: absolute;
	left: 5.5%;
	top: 0;
	z-index: -1
}

.shape5 img {
	animation: moveleftbounce 4s linear infinite
}

.shape6 {
	position: absolute;
	left: -65px;
	bottom: 10%
}

.shape6 img {
	animation-name: rotateme;
	animation-duration: 100s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.shape7 {
	position: absolute;
	left: 5%;
	bottom: 38%
}

.shape7 img {
	animation: movescale 4s linear infinite
}

.shape16 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	text-align: center
}

.divider2 {
	top: -100px
}

.divider2, .divider3 {
	width: 100%;
	position: absolute;
	height: 100px;
	pointer-events: none;
	-webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
	mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
	-webkit-mask-size: 100% 101%;
	mask-size: 100% 101%;
	background: #fffaf3;
	left: 0;
	z-index: -1
}

.divider3 {
	transform: scaleY(-1);
	bottom: -100px
}

.kindergarten-shape1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2
}

.kindergarten-shape2 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -2
}

.kindergarten-shape3 {
	position: absolute;
	bottom: -60px;
	left: 0
}

.kindergarten-shape3 img {
	animation: movebounce 5s linear infinite
}

.kindergarten-shape4 {
	position: absolute;
	z-index: -1;
	left: 44%;
	bottom: 12%
}

.kindergarten-shape4 img {
	animation-name: rotateme;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.kindergarten-shape5 {
	position: absolute;
	top: 16%;
	z-index: -1;
	left: 48%
}

.kindergarten-shape5 img {
	animation: movebounce 5s linear infinite
}

.kindergarten-shape6 {
	position: absolute;
	left: 50%;
	z-index: -1;
	bottom: 25%
}

.kindergarten-shape6 img {
	animation: moveleftbounce 5s linear infinite
}

.kindergarten-shape7 {
	position: absolute;
	right: 7%;
	top: 18%;
	z-index: -1
}

.kindergarten-shape7 img {
	animation: moveleftbounce 5s linear infinite
}

.kindergarten-shape8 {
	position: absolute;
	left: 2%;
	bottom: 7%;
	z-index: -1
}

.kindergarten-shape8 img {
	animation: movebounce 5s linear infinite
}

.kindergarten-shape9 {
	position: absolute;
	right: 3%;
	top: -80px;
	z-index: 1
}

.kindergarten-shape9 img {
	animation: movebounce 5s linear infinite
}

.kindergarten-shape10 {
	position: absolute;
	left: 5%;
	bottom: 30%;
	z-index: -1
}

.kindergarten-shape10 img {
	animation: movebounce 5s linear infinite
}

.kindergarten-shape11 {
	position: absolute;
	left: 4%;
	bottom: 0;
	z-index: -1
}

.kindergarten-shape12 {
	position: absolute;
	right: 10%;
	bottom: 0;
	z-index: -1
}

.kindergarten-shape13 {
	position: absolute;
	right: 12%;
	top: 12%;
	z-index: -1
}

.kindergarten-shape13 img {
	animation-name: rotateme;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.kindergarten-shape14 {
	position: absolute;
	left: 3%;
	z-index: -1;
	bottom: -80px
}

.kindergarten-shape14 img {
	animation: moveleftbounce 5s linear infinite
}

.kindergarten-shape15 {
	position: absolute;
	right: 0;
	top: 12%;
	z-index: -1
}

.kindergarten-shape15 img {
	animation: movebounce 5s linear infinite
}

.kindergarten-shape16 {
	position: absolute;
	left: 3%;
	bottom: 5%;
	z-index: -1
}

.kindergarten-shape16 img {
	animation-name: rotateme;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.kindergarten-shape17 {
	position: absolute;
	right: 5%;
	top: 8%;
	z-index: -1
}

.kindergarten-shape17 img {
	animation-name: rotateme;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.kindergarten-shape18 {
	position: absolute;
	left: 10px;
	bottom: -60px
}

.kindergarten-shape19 {
	position: absolute;
	bottom: 150px;
	left: 0;
	z-index: -1
}

.kindergarten-shape19 img {
	animation: movebounce 5s linear infinite;
	max-width: 200px
}

.kindergarten-shape20 {
	position: absolute;
	right: 0;
	top: -20px;
	z-index: -1
}

.kindergarten-shape20 img {
	animation: movebounce 5s linear infinite;
	max-width: 300px
}

.kids-kite-image {
	text-align: center;
	margin-top: -280px
}

.kids-kite-image img {
	animation: moveleftbounce 4s linear infinite
}

.divider {
	width: 100%;
	height: 100px;
	pointer-events: none;
	-webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
	mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
	-webkit-mask-size: 100% 101%;
	mask-size: 100% 101%;
	background: #fffaf3;
	top: -100px;
	left: 0
}

.divider, .shape1 {
	position: absolute;
	z-index: -1
}

.shape1 {
	left: 12%;
	top: 0
}

.shape1 img {
	animation: moveleftbounce 4s linear infinite
}

.shape2 {
	position: absolute;
	left: 5%;
	bottom: 8%;
	z-index: -1
}

.shape2 img {
	animation: movebounce 5s linear infinite
}

.shape3 {
	position: absolute;
	right: 9%;
	bottom: 12%;
	z-index: -1
}

.shape3 img {
	animation-name: rotateme;
	animation-duration: 100s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.shape4 {
	position: absolute;
	right: 5%;
	bottom: 40%;
	z-index: -1
}

.shape4 img {
	animation: movescale 4s linear infinite
}

.shape17 {
	position: absolute;
	z-index: -1;
	top: -45px;
	left: 160px;
	right: 0;
	text-align: center
}

.shape17 img {
	animation: moveleftbounce 4s linear infinite
}

.shape18 {
	position: absolute;
	z-index: -1;
	top: 0;
	left: -150px;
	right: 0;
	text-align: center
}

.shape18 img {
	animation-name: rotateme;
	animation-duration: 100s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.shape19 {
	position: absolute;
	right: -15px;
	top: 40%
}

.shape19 img {
	animation: movescale 4s linear infinite
}

.shape20 {
	position: absolute;
	z-index: -1;
	left: 7%;
	top: 57%
}

.shape20 img {
	animation: movescale 4s linear infinite
}

.shape21 {
	position: absolute;
	z-index: -1;
	left: 11%;
	bottom: 15%
}

.shape21 img {
	animation: movebounce 5s linear infinite
}

.shape22 {
	position: absolute;
	z-index: -1;
	left: 55%;
	bottom: 10px
}

.shape22 img {
	animation-name: rotateme;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.shape23 {
	position: absolute;
	z-index: -1;
	right: 5%;
	bottom: 5%
}

.shape23 img {
	animation-name: rotateme;
	animation-duration: 100s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.health-coaching-shape1 {
	position: absolute;
	left: 0;
	bottom: 125px;
	z-index: -1
}

.health-coaching-shape1 img {
	max-width: 45%
}

.health-coaching-shape2 {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: -1;
	text-align: end
}

.health-coaching-shape2 img {
	max-width: 80%
}

.health-coaching-shape3 {
	position: absolute;
	right: 0;
	bottom: 81px;
	z-index: 2
}

.health-coaching-shape3 img {
	max-width: 271px
}

.health-coaching-shape4 {
	position: absolute;
	z-index: -1;
	right: 22%;
	top: 28%
}

.health-coaching-shape5 {
	position: absolute;
	z-index: -1;
	bottom: 34%;
	left: 46%
}

.health-coaching-shape6 {
	position: absolute;
	z-index: -1;
	left: 50%;
	bottom: 5%
}

.health-coaching-shape6 img {
	animation: movebounce 5s linear infinite
}

.health-coaching-shape7 {
	position: absolute;
	z-index: -1;
	right: 25%;
	bottom: 11%
}

.health-coaching-shape7 img {
	animation-name: rotateme;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.banner-shape1 {
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: -1;
	text-align: center;
	right: 0
}

.banner-shape1 img {
	animation: moveleftbounce 4s linear infinite
}

.banner-shape2 {
	position: absolute;
	left: -85px;
	top: 17px;
	z-index: -1;
	right: 0;
	text-align: center
}

.banner-shape2 img {
	animation: movebounce 5s linear infinite
}

.banner-shape3 {
	position: absolute;
	left: -40px;
	top: -35px;
	z-index: -2;
	right: 0;
	text-align: center
}

.banner-shape3 img {
	animation-name: rotateme;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.banner-shape4 {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 40px;
	right: 0;
	text-align: center
}

.banner-shape4 img {
	animation: moveleftbounce 4s linear infinite
}

.banner-shape5 {
	position: absolute;
	z-index: -1;
	right: 24.5%;
	bottom: 10.5%;
	text-align: center
}

.banner-shape5 img {
	animation: movescale 4s linear infinite
}

.banner-shape6 {
	position: absolute;
	z-index: -1;
	left: 12%;
	bottom: 8%
}

.banner-shape6 img {
	animation: movebounce 4s linear infinite
}

.banner-shape7 {
	position: absolute;
	z-index: -1;
	top: 30%;
	left: -12%
}

.banner-shape7 img {
	animation: moveleftbounce 8s linear infinite
}

.banner-shape8 {
	position: absolute;
	z-index: -1;
	right: 5%;
	bottom: 7%
}

.banner-shape8 img {
	animation-name: rotateme;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.banner-shape9 {
	position: absolute;
	z-index: -1;
	top: 5%;
	right: 15%
}

.banner-shape9 img {
	animation: movescale 4s linear infinite
}

.banner-shape10 {
	position: absolute;
	z-index: -1;
	bottom: 30px;
	left: 35px
}

.banner-shape10 img {
	animation: movebounce 5s linear infinite
}

.banner-shape11 {
	position: absolute;
	z-index: -1;
	right: 21%;
	bottom: 24%
}

.banner-shape11 img {
	animation: movebounce 5s linear infinite
}

.banner-shape12 {
	position: absolute;
	z-index: -1;
	right: 19%;
	top: 14%
}

.banner-shape12 img {
	animation: movescale 4s linear infinite
}

.banner-shape13 {
	position: absolute;
	z-index: -1;
	bottom: 5%;
	left: 4%
}

.banner-shape13 img {
	animation-name: rotateme;
	animation-duration: 100s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.banner-shape14 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}

.banner-shape14 img {
	animation: movebounce 4s linear infinite
}

.banner-shape15 {
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: -1
}

.banner-shape15 img {
	animation: movebounce 4s linear infinite
}

.banner-shape16 {
	position: absolute;
	left: 130px;
	bottom: -25px;
	z-index: -1
}

.banner-shape16 img {
	animation-name: rotateme;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.banner-shape17 {
	position: absolute;
	right: 0;
	bottom: -10px;
	z-index: -1
}

.banner-shape17 img {
	animation: movebounce 4s linear infinite
}

.banner-shape18 {
	position: absolute;
	right: 400px;
	bottom: 0;
	z-index: -1
}

.banner-shape18 img {
	animation: moveleftbounce 4s linear infinite
}

.banner-shape19 {
	position: absolute;
	z-index: -1;
	left: 40%;
	bottom: 30%
}

.banner-shape19 img {
	animation-name: rotateme;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.bulb {
	left: 15%;
	bottom: 0;
	z-index: -1;
	position: absolute
}

.bulb img {
	animation: moveleftbounce 4s linear infinite
}

@keyframes run {
	0% {
		top: -50%
	}
	to {
		top: 110%
	}
}

@keyframes ripple {
	0% {
		transform: scale(1)
	}
	75% {
		transform: scale(1.75);
		opacity: 1
	}
	to {
		transform: scale(2);
		opacity: 0
	}
}

@keyframes border-transform {
	0%, to {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
	}
	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
	}
	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
	}
	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
	}
	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
	}
	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
	}
	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
	}
}

@keyframes movebounce {
	0% {
		transform: translateY(0)
	}
	50% {
		transform: translateY(20px)
	}
	to {
		transform: translateY(0)
	}
}

@keyframes moveleftbounce {
	0% {
		transform: translateX(0)
	}
	50% {
		transform: translateX(20px)
	}
	to {
		transform: translateX(0)
	}
}

@keyframes rotateme {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

@keyframes movescale {
	0% {
		transform: scale(.9)
	}
	50% {
		transform: scale(.8)
	}
	to {
		transform: scale(.9)
	}
}

@media only screen and (max-width:767px) {
	body {
		font-size: 14.5px
	}
	.container {
		max-width: 100%
	}
	p {
		font-size: 14.5px;
		line-height: 1.7
	}
	.ptb-100 {
		padding-bottom: 60px
	}
	.pt-100, .ptb-100 {
		padding-top: 60px
	}
	.pb-100 {
		padding-bottom: 60px
	}
	.ptb-70 {
		padding-bottom: 30px
	}
	.pt-70, .ptb-70 {
		padding-top: 30px
	}
	.pb-70 {
		padding-bottom: 30px
	}
	.default-btn {
		font-size: 14px;
		padding: 10px 25px 10px 50px
	}
	.default-btn i {
		left: 25px
	}
	.section-title {
		max-width: 100%;
		margin-bottom: 40px;
		margin-left: 0;
		margin-right: 0
	}
	.section-title .sub-title {
		font-size: 12.5px
	}
	.section-title h2 {
		font-size: 25px
	}
	.section-title h2, .section-title p {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0
	}
	.section-title p {
		margin-top: 10px
	}
	.mtb-100 {
		margin-top: 0;
		margin-bottom: 0
	}
	.form-control {
		height: 48px;
		font-size: 14.5px
	}
	.default-btn-style-two {
		font-size: 14px;
		padding: 13px 25px 13px 50px
	}
	.default-btn-style-two i {
		left: 25px;
		top: 13px
	}
	.default-btn-style-two:before {
		margin: 2px
	}
	.banner-shape1, .banner-shape2, .banner-shape3, .banner-shape4, .banner-shape5, .banner-shape6, .banner-shape7, .banner-shape8, .banner-shape9, .banner-shape10, .banner-shape11, .banner-shape12, .banner-shape13, .banner-shape14, .banner-shape15, .banner-shape16, .banner-shape17, .banner-shape18, .banner-shape19, .bulb, .divider, .divider2, .divider3, .experience-shape1, .experience-shape2, .health-coaching-shape1, .health-coaching-shape2, .health-coaching-shape3, .health-coaching-shape4, .health-coaching-shape5, .health-coaching-shape6, .health-coaching-shape7, .kids-kite-image, .kindergarten-shape1, .kindergarten-shape2, .kindergarten-shape3, .kindergarten-shape4, .kindergarten-shape5, .kindergarten-shape6, .kindergarten-shape7, .kindergarten-shape8, .kindergarten-shape9, .kindergarten-shape10, .kindergarten-shape11, .kindergarten-shape12, .kindergarten-shape13, .kindergarten-shape14, .kindergarten-shape15, .kindergarten-shape16, .kindergarten-shape17, .kindergarten-shape18, .kindergarten-shape19, .kindergarten-shape20, .object1, .object2, .object3, .object4, .shape1, .shape2, .shape3, .shape4, .shape5, .shape6, .shape7, .shape8, .shape9, .shape10, .shape11, .shape12, .shape13, .shape14, .shape15, .shape16, .shape17, .shape18, .shape19, .shape20, .shape21, .shape22, .shape23, .tree-shape, .tree-shape2, .tree-shape3 {
		display: none
	}
	.partner-area {
		padding-bottom: 20px
	}
	.partner-area.ptb-70 {
		padding-top: 50px
	}
	.courses-area.pt-100.pb-70, .partner-area.ptb-100 {
		padding-bottom: 60px
	}
	.courses-area.pt-100.pb-70.bg-f5f7fa {
		padding-bottom: 30px
	}
	.courses-slides .owl-theme .owl-dots {
		margin-top: 10px!important;
		margin-bottom: 30px
	}
	.courses-slides .owl-theme .owl-nav {
		display: none
	}
	.advisor-slides .owl-theme .owl-dots {
		margin-top: 10px!important
	}
	.owl-item .single-advisor-box {
		margin-top: 0
	}
	.advisor-slides-two .owl-theme .owl-dots {
		margin-top: 10px!important
	}
	.courses-tabs .nav-tabset {
		margin-bottom: 20px
	}
	.courses-tabs .nav-tabset .nav-tab {
		margin-bottom: 10px
	}
	.courses-tabs .nav-tabset .nav-tab span {
		font-size: 15px
	}
	.feedback-slides .owl-theme .owl-nav.disabled+.owl-dots {
		right: 0;
		top: 0;
		transform: unset;
		bottom: 0;
		left: 0;
		position: relative;
		margin-top: 30px
	}
	.feedback-slides .owl-theme .owl-dots .owl-dot {
		display: inline-block
	}
	.feedback-slides .owl-theme .owl-dots .owl-dot span {
		margin: 0 3px;
		width: 15px;
		height: 15px
	}
	.testimonials-slides .owl-theme .owl-dots {
		margin-top: 0!important
	}
	.feedback-slides-two .owl-theme .owl-dots {
		margin-top: 10px!important
	}
	.blog-slides .owl-theme .owl-dots {
		margin-top: 10px!important;
		margin-bottom: 30px
	}
	.blog-slides .owl-theme .owl-nav {
		display: none
	}
	.page-title-area {
		padding-top: 15px;
		padding-bottom: 50px
	}
	.page-title-content ul li {
		font-size: 14px;
		margin-right: 17px;
		margin-bottom: 8px
	}
	.page-title-content ul li:before {
		right: -11px;
		top: 4px;
		height: 13px
	}
	.page-title-content h2 {
		max-width: 100%;
		margin-top: 50px;
		font-size: 26px
	}
	.faq-accordion .panel-group .panel-heading .panel-title a {
		font-size: 15px;
		padding: 15px 30px 15px 15px
	}
	.faq-accordion .panel-group .panel-heading .panel-title a:before {
		right: 10px
	}
	.faq-accordion .panel-group .panel-collapse {
		padding: 15px
	}
	.odemy-grid-sorting {
		text-align: center
	}
	.odemy-grid-sorting .result-count {
		margin-bottom: 13px
	}
	.odemy-grid-sorting .ordering {
		text-align: center
	}
	.odemy-grid-sorting .ordering label {
		font-size: 14px
	}
	.load-more-btn, .pagination-area {
		margin-top: 20px
	}
	.load-more-btn {
		margin-bottom: 0
	}
	.load-more-btn .load-more {
		padding: 12px 55px 12px 30px;
		font-size: 15px
	}
	.load-more-btn .load-more i {
		right: 30px;
		font-size: 16px
	}
	.courses-details-desc .nav-tabset {
		padding: 10px 15px 0
	}
	.courses-details-desc .nav-tabset .nav-tab {
		margin-right: 20px;
		margin-bottom: 10px
	}
	.courses-details-desc .nav-tabset .nav-tab span {
		padding: 5px 0;
		font-size: 14px
	}
	.courses-details-desc .tabs-container {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px
	}
	.courses-details-desc .tabs-container .courses-overview h3 {
		font-size: 18px
	}
	.courses-details-desc .tabs-container .courses-curriculum {
		padding: 20px;
		margin-left: 0;
		margin-right: 0
	}
	.courses-details-desc .tabs-container .courses-curriculum h3 {
		font-size: 16px;
		margin-bottom: 15px
	}
	.courses-details-desc .tabs-container .courses-curriculum ul li a {
		display: block!important;
		padding: 13px 20px 13px 45px;
		margin-left: -20px;
		margin-right: -20px
	}
	.courses-details-desc .tabs-container .courses-curriculum ul li a:before {
		left: 20px;
		top: 13px;
		font-size: 15px
	}
	.courses-details-desc .tabs-container .courses-curriculum ul li a .courses-name {
		font-size: 15px
	}
	.courses-details-desc .tabs-container .courses-curriculum ul li a .courses-meta {
		text-align: start;
		margin-top: 5px
	}
	.courses-details-desc .tabs-container .courses-curriculum ul li a .courses-meta .duration, .courses-details-desc .tabs-container .courses-curriculum ul li a .courses-meta .questions, .courses-details-desc .tabs-container .courses-curriculum ul li a .courses-meta .status {
		font-size: 13.5px;
		margin-top: 7px
	}
	.courses-details-desc .tabs-container .courses-instructor .single-advisor-box .advisor-image {
		text-align: start
	}
	.courses-details-desc .tabs-container .courses-instructor .single-advisor-box .advisor-image img {
		width: auto
	}
	.courses-details-desc .tabs-container .courses-instructor .single-advisor-box .advisor-content {
		padding: 25px 0 0
	}
	.courses-details-desc .tabs-container .pane .courses-reviews h3 {
		font-size: 18px
	}
	.courses-details-desc .tabs-container .pane .courses-reviews .rating {
		top: 2px
	}
	.courses-details-desc .tabs-container .pane .courses-reviews .rating span {
		font-size: 17px
	}
	.courses-details-desc .tabs-container .pane .courses-reviews .side {
		width: 22%
	}
	.courses-details-desc .tabs-container .pane .courses-reviews .side div {
		font-size: 15px
	}
	.courses-details-desc .tabs-container .pane .courses-reviews .middle {
		width: 56%
	}
	.courses-details-desc .tabs-container .pane .courses-review-comments h3 {
		padding-bottom: 10px;
		font-size: 18px
	}
	.courses-details-desc .tabs-container .pane .courses-review-comments .user-review {
		padding-left: 0
	}
	.courses-details-desc .tabs-container .pane .courses-review-comments .user-review img {
		top: 0!important;
		left: 0!important;
		position: relative!important;
		margin-bottom: 15px
	}
	.courses-details-desc .tabs-container .pane .courses-review-comments .user-review .review-rating span {
		display: block!important;
		font-size: 16px;
		top: 0!important;
		margin-left: 0!important;
		margin-top: 5px
	}
	.profile-courses-quizzes .nav-tabset .nav-tab {
		margin-top: -10px
	}
	.profile-courses-quizzes .nav-tabset .nav-tab span {
		margin-top: 10px
	}
	.products-details-tabs .nav-tabset {
		margin-bottom: 30px
	}
	.products-details-tabs .nav-tabset .nav-tab {
		margin-left: 10px;
		margin-right: 10px
	}
	.products-details-tabs .nav-tabset .nav-tab span {
		font-size: 16px
	}
	.products-details-tabs .tabs-container .products-reviews h3 {
		font-size: 18px
	}
	.products-details-tabs .tabs-container .products-reviews .rating {
		top: 2px
	}
	.products-details-tabs .tabs-container .products-reviews .rating span {
		font-size: 17px
	}
	.products-details-tabs .tabs-container .products-reviews .side {
		width: 21%
	}
	.products-details-tabs .tabs-container .products-reviews .side div {
		font-size: 15px
	}
	.products-details-tabs .tabs-container .products-reviews .middle {
		width: 58%
	}
	.products-details-tabs .tabs-container .products-review-comments h3 {
		padding-bottom: 10px;
		font-size: 18px
	}
	.products-details-tabs .tabs-container .products-review-comments .user-review {
		padding-left: 0
	}
	.products-details-tabs .tabs-container .products-review-comments .user-review img {
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 15px
	}
	.products-details-tabs .tabs-container .products-review-comments .user-review .review-rating span {
		display: block!important;
		top: 0;
		font-size: 16px;
		margin-left: 0;
		margin-top: 5px
	}
	.products-details-tabs .tabs-container .review-form-wrapper h3 {
		font-size: 18px
	}
	.products-details-tabs .tabs-container .review-form-wrapper form button {
		margin-top: 20px;
		padding: 12px 45px;
		font-size: 15px
	}
	.blockquote, blockquote {
		padding: 20px!important
	}
	.blockquote p, blockquote p {
		font-size: 17px!important
	}
	.widget-area {
		margin-top: 40px;
		padding-left: 0
	}
	.widget-area .widget .widget-title {
		font-size: 19px
	}
	.widget-area .widget_insight ul li a, .widget-area .widget_recent_courses .item .info span {
		font-size: 15px
	}
	.widget-area .widget_recent_courses .item .info .title {
		font-size: 14.5px
	}
	.widget-area .widget_odemy_posts_thumb .item .info .title, .widget-area .widget_popular_products .item .info .title, .widget-area .widget_popular_products .item .info span {
		font-size: 15px
	}
	.widget-area .tagcloud a {
		font-size: 13.5px!important
	}
	.feedback-slides-style-two.feedback-slides .owl-theme {
		max-width: 100%;
		margin-left: 0
	}
	.feedback-slides-style-two.feedback-slides .owl-theme .single-feedback-item-box {
		padding: 35px 25px 80px
	}
	.feedback-slides-style-two.feedback-slides .owl-theme .owl-nav.disabled+.owl-dots {
		left: 0;
		right: 0;
		bottom: 25px;
		position: absolute
	}
	.services-slides .owl-theme .owl-nav {
		margin-top: 30px
	}
	.services-slides .owl-theme .owl-nav [class*=owl-] {
		position: relative;
		left: 0;
		top: 0;
		transform: unset;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		padding-left: 2px!important;
		margin-left: 5px;
		margin-right: 5px
	}
	.services-slides .owl-theme .owl-nav [class*=owl-]:before {
		margin: 2px
	}
	.services-slides .owl-theme .owl-nav [class*=owl-].owl-next {
		left: 0;
		right: 0
	}
	.courses-slides-two .owl-theme .owl-nav [class*=owl-] {
		position: relative;
		left: 0;
		top: 0;
		transform: unset;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		padding-left: 2px!important;
		margin-left: 5px;
		margin-right: 5px
	}
	.courses-slides-two .owl-theme .owl-nav [class*=owl-]:before {
		margin: 2px
	}
	.courses-slides-two .owl-theme .owl-nav [class*=owl-].owl-next {
		left: 0;
		right: 0
	}
	.feedback-slides-three .owl-theme .owl-nav {
		margin-bottom: 30px
	}
	.feedback-slides-three .owl-theme .owl-nav [class*=owl-] {
		position: relative;
		left: 0;
		top: 0;
		transform: unset;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		padding-left: 2px!important;
		margin-left: 5px;
		margin-right: 5px
	}
	.feedback-slides-three .owl-theme .owl-nav [class*=owl-]:before {
		margin: 2px
	}
	.feedback-slides-three .owl-theme .owl-nav [class*=owl-].owl-next {
		left: 0;
		right: 0
	}
	.gym-banner-slides .owl-theme .owl-nav {
		opacity: 1;
		visibility: visible
	}
	.gym-banner-slides .owl-theme .owl-nav [class*=owl-] {
		left: 15px;
		font-size: 25px
	}
	.gym-banner-slides .owl-theme .owl-nav [class*=owl-].owl-next {
		left: auto;
		right: 15px
	}
	.gym-feedback-slides .owl-theme .owl-nav {
		opacity: 1;
		visibility: visible
	}
	.gym-feedback-slides .owl-theme .owl-nav [class*=owl-] {
		font-size: 25px;
		top: auto;
		bottom: 10px;
		transform: translateY(0)
	}
	.testimonials-slides-two .owl-theme .owl-nav {
		margin-top: 30px
	}
	.testimonials-slides-two .owl-theme .owl-nav [class*=owl-] {
		top: 0;
		left: 0;
		transform: translateY(0);
		position: relative;
		margin-left: 5px;
		margin-right: 5px
	}
	.testimonials-slides-two .owl-theme .owl-nav [class*=owl-].owl-next {
		right: 0;
		left: 0
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.container {
		max-width: 540px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	body, p {
		font-size: 15px
	}
	.ptb-100 {
		padding-bottom: 80px
	}
	.pt-100, .ptb-100 {
		padding-top: 80px
	}
	.pb-100 {
		padding-bottom: 80px
	}
	.ptb-70 {
		padding-bottom: 50px
	}
	.pt-70, .ptb-70 {
		padding-top: 50px
	}
	.pb-70 {
		padding-bottom: 50px
	}
	.container {
		max-width: 720px
	}
	.section-title {
		max-width: 650px;
		margin-bottom: 45px
	}
	.section-title .sub-title {
		font-size: 13.5px
	}
	.section-title h2 {
		max-width: 520px;
		font-size: 30px
	}
	.section-title p {
		max-width: 515px
	}
	.default-btn {
		font-size: 15px
	}
	.default-btn i {
		top: 11px
	}
	.mtb-100 {
		margin-top: 0;
		margin-bottom: 0
	}
	.default-btn-style-two {
		font-size: 15px
	}
	.default-btn-style-two i {
		left: 35px;
		top: 15px
	}
	.banner-shape1, .banner-shape2, .banner-shape3, .banner-shape4, .banner-shape5, .banner-shape6, .banner-shape7, .banner-shape8, .banner-shape9, .banner-shape10, .banner-shape11, .banner-shape12, .banner-shape13, .banner-shape14, .banner-shape15, .banner-shape16, .banner-shape17, .banner-shape18, .banner-shape19, .divider, .divider2, .divider3, .shape1, .shape2, .shape3, .shape4, .shape5, .shape6, .shape7, .shape8, .shape9, .shape10, .shape11, .shape12, .shape13, .shape14, .shape15, .shape16, .shape17, .shape18, .shape19, .shape20, .shape21, .shape22, .shape23, .tree-shape2, .tree-shape3 {
		display: none
	}
	.tree-shape {
		bottom: 0
	}
	.tree-shape img {
		width: 120px
	}
	.experience-shape1, .experience-shape2, .health-coaching-shape1, .health-coaching-shape2, .health-coaching-shape3, .health-coaching-shape4, .health-coaching-shape5, .health-coaching-shape6, .health-coaching-shape7, .kindergarten-shape3, .kindergarten-shape5, .kindergarten-shape7, .kindergarten-shape8, .kindergarten-shape9, .kindergarten-shape10, .kindergarten-shape11, .kindergarten-shape12, .kindergarten-shape13, .kindergarten-shape14, .kindergarten-shape15, .kindergarten-shape16, .kindergarten-shape17, .kindergarten-shape18, .kindergarten-shape19, .kindergarten-shape20 {
		display: none
	}
	.kids-kite-image {
		margin-top: -210px
	}
	.bulb {
		display: none
	}
	.partner-area {
		padding-bottom: 50px
	}
	.partner-area.ptb-70 {
		padding-top: 80px
	}
	.courses-area.pt-100.pb-70 .courses-info {
		margin-bottom: 30px
	}
	.courses-tabs .nav-tabset .nav-tab {
		margin-left: 8px;
		margin-right: 8px
	}
	.courses-tabs .nav-tabset .nav-tab span {
		font-size: 15px
	}
	.testimonials-slides .owl-theme .owl-dots {
		margin-top: 5px!important
	}
	.page-title-content h2 {
		max-width: 720px;
		font-size: 30px
	}
	.courses-details-desc .tabs-container .courses-overview h3 {
		font-size: 20px
	}
	.courses-details-desc .tabs-container .courses-curriculum h3 {
		font-size: 19px
	}
	.widget-area {
		margin-top: 40px;
		padding-left: 0
	}
	.widget-area .widget .widget-title {
		font-size: 19px
	}
	.products-details-tabs .nav-tabset .nav-tab span {
		font-size: 17px
	}
	.products-details-tabs .tabs-container {
		max-width: 645px
	}
	.products-details-tabs .tabs-container .products-review-comments h3, .products-details-tabs .tabs-container .products-reviews h3, .products-details-tabs .tabs-container .review-form-wrapper h3 {
		font-size: 19px
	}
	.blockquote, blockquote {
		padding: 30px!important
	}
	.blockquote p, blockquote p {
		font-size: 19px!important
	}
	.faq-accordion .panel-group .panel-heading .panel-title a {
		font-size: 16px
	}
	.feedback-slides-style-two.feedback-slides .owl-theme {
		max-width: 600px;
		margin-left: 0
	}
	.services-slides .owl-theme .owl-nav {
		margin-top: 30px
	}
	.services-slides .owl-theme .owl-nav [class*=owl-] {
		position: relative;
		left: 0;
		top: 0;
		transform: unset;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		padding-left: 2px!important;
		margin-left: 5px;
		margin-right: 5px
	}
	.services-slides .owl-theme .owl-nav [class*=owl-]:before {
		margin: 2px
	}
	.services-slides .owl-theme .owl-nav [class*=owl-].owl-next {
		left: 0;
		right: 0
	}
	.courses-slides-two .owl-theme .owl-nav {
		margin-bottom: 30px
	}
	.courses-slides-two .owl-theme .owl-nav [class*=owl-] {
		position: relative;
		left: 0;
		top: 0;
		transform: unset;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		padding-left: 2px!important;
		margin-left: 5px;
		margin-right: 5px
	}
	.courses-slides-two .owl-theme .owl-nav [class*=owl-]:before {
		margin: 2px
	}
	.courses-slides-two .owl-theme .owl-nav [class*=owl-].owl-next {
		left: 0;
		right: 0
	}
	.feedback-slides-three .owl-theme .owl-nav {
		margin-bottom: 30px
	}
	.feedback-slides-three .owl-theme .owl-nav [class*=owl-] {
		position: relative;
		left: 0;
		top: 0;
		transform: unset;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		padding-left: 2px!important;
		margin-left: 5px;
		margin-right: 5px
	}
	.feedback-slides-three .owl-theme .owl-nav [class*=owl-]:before {
		margin: 2px
	}
	.feedback-slides-three .owl-theme .owl-nav [class*=owl-].owl-next {
		left: 0;
		right: 0
	}
	.gym-banner-slides .owl-theme .owl-nav {
		opacity: 1;
		visibility: visible
	}
	.gym-banner-slides .owl-theme .owl-nav [class*=owl-] {
		top: 35%;
		transform: translateY(-35%);
		font-size: 30px
	}
	.gym-feedback-slides .owl-theme .owl-nav {
		opacity: 1;
		visibility: visible
	}
	.gym-feedback-slides .owl-theme .owl-nav [class*=owl-] {
		font-size: 30px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.container {
		max-width: 960px
	}
	.section-title h2 {
		font-size: 30px
	}
	.mtb-100 {
		margin-top: 0;
		margin-bottom: 0
	}
	.shape1, .shape2, .shape3, .shape4, .shape5, .shape6, .shape7, .shape8, .shape9, .shape10, .shape11, .shape12, .shape13, .shape14, .shape15, .shape16, .shape17, .shape18, .shape19, .shape20, .shape21, .shape22, .shape23 {
		display: none
	}
	.widget-area .widget .widget-title {
		font-size: 20px
	}
	.widget-area .widget_recent_courses .item .info .title, .widget-area .widget_recent_courses .item .info span {
		font-size: 15px
	}
	.widget-area .tagcloud a {
		padding: 7px 10px;
		font-size: 13.5px!important
	}
	.widget-area .widget_popular_products .item .info span {
		font-size: 16px
	}
	.widget-area .widget_popular_products .item .info .title {
		font-size: 15px
	}
	.courses-details-desc .nav-tabset .nav-tab span {
		padding: 12px 0;
		font-size: 17px
	}
	.courses-details-desc .tabs-container .courses-overview h3 {
		font-size: 21px
	}
	.courses-details-desc .tabs-container .courses-curriculum h3 {
		font-size: 18px
	}
	.courses-details-desc .tabs-container .courses-curriculum ul li a .courses-name {
		font-size: 14px
	}
	.courses-details-desc .tabs-container .courses-curriculum ul li a:before {
		top: 15px;
		font-size: 17px
	}
	.courses-details-desc .tabs-container .courses-instructor .single-advisor-box .advisor-content {
		padding: 0 0 0 20px
	}
	.courses-details-desc .tabs-container .courses-review-comments h3, .courses-details-desc .tabs-container .courses-reviews h3 {
		font-size: 20px
	}
	.products-details-tabs .nav-tabset .products-review-comments h3, .products-details-tabs .nav-tabset .products-reviews h3, .products-details-tabs .nav-tabset .review-form-wrapper h3 {
		font-size: 21px
	}
	.blockquote, blockquote {
		padding: 40px!important
	}
	.blockquote p, blockquote p {
		font-size: 20px!important
	}
	.banner-shape14, .banner-shape15, .banner-shape16, .banner-shape17, .banner-shape18, .health-coaching-shape1, .health-coaching-shape2, .health-coaching-shape3, .health-coaching-shape4, .health-coaching-shape5, .health-coaching-shape6, .health-coaching-shape7, .object1, .object2, .object3, .object4 {
		display: none
	}
	.kindergarten-shape3 img {
		max-width: 150px
	}
	.kindergarten-shape7 {
		display: none
	}
	.services-slides .owl-theme .owl-nav {
		margin-top: 30px
	}
	.services-slides .owl-theme .owl-nav [class*=owl-] {
		position: relative;
		left: 0;
		top: 0;
		transform: unset;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		padding-left: 2px!important;
		margin-left: 6px;
		margin-right: 6px
	}
	.services-slides .owl-theme .owl-nav [class*=owl-]:before {
		margin: 2px
	}
	.services-slides .owl-theme .owl-nav [class*=owl-].owl-next {
		left: 0;
		right: 0
	}
	.courses-slides-two .owl-theme .owl-nav {
		margin-bottom: 30px
	}
	.courses-slides-two .owl-theme .owl-nav [class*=owl-] {
		position: relative;
		left: 0;
		top: 0;
		transform: unset;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		padding-left: 2px!important;
		margin-left: 6px;
		margin-right: 6px
	}
	.courses-slides-two .owl-theme .owl-nav [class*=owl-]:before {
		margin: 2px
	}
	.courses-slides-two .owl-theme .owl-nav [class*=owl-].owl-next {
		left: 0;
		right: 0
	}
	.feedback-slides-three .owl-theme .owl-nav {
		margin-bottom: 30px
	}
	.feedback-slides-three .owl-theme .owl-nav [class*=owl-] {
		position: relative;
		left: 0;
		top: 0;
		transform: unset;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		padding-left: 2px!important;
		margin-left: 6px;
		margin-right: 6px
	}
	.feedback-slides-three .owl-theme .owl-nav [class*=owl-]:before {
		margin: 2px
	}
	.feedback-slides-three .owl-theme .owl-nav [class*=owl-].owl-next {
		left: 0;
		right: 0
	}
	.kindergarten-shape15, .kindergarten-shape16, .kindergarten-shape18 {
		display: none
	}
	.kindergarten-shape19 img {
		max-width: 50px
	}
	.kindergarten-shape20 img {
		max-width: 150px
	}
	.gym-banner-slides .owl-theme .owl-nav [class*=owl-] {
		left: 6px;
		font-size: 25px
	}
	.gym-banner-slides .owl-theme .owl-nav [class*=owl-].owl-next {
		left: auto;
		right: 6px
	}
	.bulb {
		display: none
	}
}

@media only screen and (min-width:1200px) and (max-width:1355px) {
	.container {
		max-width: 1140px
	}
	.about-area .shape3, .health-coaching-shape1, .health-coaching-shape2, .health-coaching-shape3 {
		display: none
	}
	.kindergarten-shape7 {
		right: 5%;
		top: 3%
	}
	.services-slides .owl-theme .owl-nav {
		margin-top: 30px
	}
	.services-slides .owl-theme .owl-nav [class*=owl-] {
		position: relative;
		left: 0;
		top: 0;
		transform: unset;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		padding-left: 2px!important;
		margin-left: 6px;
		margin-right: 6px
	}
	.services-slides .owl-theme .owl-nav [class*=owl-]:before {
		margin: 2px
	}
	.services-slides .owl-theme .owl-nav [class*=owl-].owl-next {
		left: 0;
		right: 0
	}
	.courses-slides-two .owl-theme .owl-nav {
		margin-bottom: 30px
	}
	.courses-slides-two .owl-theme .owl-nav [class*=owl-] {
		position: relative;
		left: 0;
		top: 0;
		transform: unset;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		padding-left: 2px!important;
		margin-left: 6px;
		margin-right: 6px
	}
	.courses-slides-two .owl-theme .owl-nav [class*=owl-]:before {
		margin: 2px
	}
	.courses-slides-two .owl-theme .owl-nav [class*=owl-].owl-next {
		left: 0;
		right: 0
	}
	.feedback-slides-three .owl-theme .owl-nav {
		margin-bottom: 30px
	}
	.feedback-slides-three .owl-theme .owl-nav [class*=owl-] {
		position: relative;
		left: 0;
		top: 0;
		transform: unset;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		padding-left: 2px!important;
		margin-left: 6px;
		margin-right: 6px
	}
	.feedback-slides-three .owl-theme .owl-nav [class*=owl-]:before {
		margin: 2px
	}
	.feedback-slides-three .owl-theme .owl-nav [class*=owl-].owl-next {
		left: 0;
		right: 0
	}
	.kindergarten-shape19 {
		bottom: 220px
	}
	.kindergarten-shape19 img {
		max-width: 150px
	}
	.kindergarten-shape20 img {
		max-width: 240px
	}
	.gym-banner-slides .owl-theme .owl-nav {
		position: absolute;
		bottom: 40px;
		left: 0;
		right: 0
	}
}

@media only screen and (min-width:1550px) {
	.bulb {
		left: 20%
	}
	.health-coaching-shape1 img, .health-coaching-shape2 img, .health-coaching-shape3 img, .kindergarten-shape19 img, .kindergarten-shape20 img {
		max-width: 100%
	}
	.feedback-slides-three .owl-theme .owl-nav [class*=owl-] {
		left: 18.1%
	}
	.feedback-slides-three .owl-theme .owl-nav [class*=owl-].owl-next {
		left: auto;
		right: 18.1%
	}
	.gym-banner-slides .owl-theme .owl-nav [class*=owl-] {
		left: 35px
	}
	.gym-banner-slides .owl-theme .owl-nav [class*=owl-].owl-next {
		left: auto;
		right: 35px
	}
}

button {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	outline: 0;
	user-select: none
}

.scrolltop-button {
	align-items: center;
	border: none;
	border-radius: 50%;
	bottom: 20px;
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	position: fixed;
	right: 20px;
	transition: opacity .1 linear;
	width: 40px;
	z-index: 10000
}

.scrolltop-button:hover {
	opacity: .92
}

.scrolltop-button .symbol-container span {
	font-size: 15px
}

.scrolltop-button .symbol-container svg {
	transform: translateY(10%);
	vertical-align: baseline;
	width: 50%
}

.scrolltop-button.black {
	background-color: #000;
	color: #fff
}

.scrolltop-button.black .symbol-container, .scrolltop-button.black .symbol-container span {
	color: #fff
}

.scrolltop-button.black .symbol-container svg {
	fill: #fff
}

.scrolltop-button.white {
	background-color: #fff;
	color: #000
}

.scrolltop-button.white .symbol-container, .scrolltop-button.white .symbol-container span {
	color: #000
}

.scrolltop-button.white .symbol-container svg {
	fill: #000
}

.scrolltop-button.gray {
	background-color: #212121;
	color: #fafafa
}

.scrolltop-button.gray .symbol-container, .scrolltop-button.gray .symbol-container span {
	color: #fafafa
}

.scrolltop-button.gray .symbol-container svg {
	fill: #fafafa
}

.scrolltop-button.grey {
	background-color: #212121;
	color: #fafafa
}

.scrolltop-button.grey .symbol-container, .scrolltop-button.grey .symbol-container span {
	color: #fafafa
}

.scrolltop-button.grey .symbol-container svg {
	fill: #fafafa
}

.scrolltop-button.brown {
	background-color: #3e2723;
	color: #efebe9
}

.scrolltop-button.brown .symbol-container, .scrolltop-button.brown .symbol-container span {
	color: #efebe9
}

.scrolltop-button.brown .symbol-container svg {
	fill: #efebe9
}

.scrolltop-button.deeporange {
	background-color: #bf360c;
	color: #fbe9e7
}

.scrolltop-button.deeporange .symbol-container, .scrolltop-button.deeporange .symbol-container span {
	color: #fbe9e7
}

.scrolltop-button.deeporange .symbol-container svg {
	fill: #fbe9e7
}

.scrolltop-button.orange {
	background-color: #ff6d00;
	color: #fff3e0
}

.scrolltop-button.orange .symbol-container, .scrolltop-button.orange .symbol-container span {
	color: #fff3e0
}

.scrolltop-button.orange .symbol-container svg {
	fill: #fff3e0
}

.scrolltop-button.yellow {
	background-color: #ffd600;
	color: #fffde7
}

.scrolltop-button.yellow .symbol-container, .scrolltop-button.yellow .symbol-container span {
	color: #fffde7
}

.scrolltop-button.yellow .symbol-container svg {
	fill: #fffde7
}

.scrolltop-button.green {
	background-color: #1b5e20;
	color: #e8f5e9
}

.scrolltop-button.green .symbol-container, .scrolltop-button.green .symbol-container span {
	color: #e8f5e9
}

.scrolltop-button.green .symbol-container svg {
	fill: #e8f5e9
}

.scrolltop-button.blue {
	background-color: #2962ff;
	color: #e3f2fd
}

.scrolltop-button.blue .symbol-container, .scrolltop-button.blue .symbol-container span {
	color: #e3f2fd
}

.scrolltop-button.blue .symbol-container svg {
	fill: #e3f2fd
}

.scrolltop-button.purple {
	background-color: #4a148c;
	color: #f3e5f5
}

.scrolltop-button.purple .symbol-container, .scrolltop-button.purple .symbol-container span {
	color: #f3e5f5
}

.scrolltop-button.purple .symbol-container svg {
	fill: #f3e5f5
}

.scrolltop-button.deeppurple {
	background-color: #311b92;
	color: #ede7f6
}

.scrolltop-button.deeppurple .symbol-container, .scrolltop-button.deeppurple .symbol-container span {
	color: #ede7f6
}

.scrolltop-button.deeppurple .symbol-container svg {
	fill: #ede7f6
}

.scrolltop-button.pink {
	background-color: #880e4f;
	color: #fce4ec
}

.scrolltop-button.pink .symbol-container, .scrolltop-button.pink .symbol-container span {
	color: #fce4ec
}

.scrolltop-button.pink .symbol-container svg {
	fill: #fce4ec
}

.scrolltop-button.red {
	background-color: #b71c1c;
	color: #ffebee
}

.scrolltop-button.red .symbol-container, .scrolltop-button.red .symbol-container span {
	color: #ffebee
}

.scrolltop-button.red .symbol-container svg {
	fill: #ffebee
}

.scrolltop-button.indigo {
	background-color: #1a237e;
	color: #e8eaf6
}

.scrolltop-button.indigo .symbol-container, .scrolltop-button.indigo .symbol-container span {
	color: #e8eaf6
}

.scrolltop-button.indigo .symbol-container svg {
	fill: #e8eaf6
}

.scrolltop-button.lightblue {
	background-color: #01579b;
	color: #e1f5fe
}

.scrolltop-button.lightblue .symbol-container, .scrolltop-button.lightblue .symbol-container span {
	color: #e1f5fe
}

.scrolltop-button.lightblue .symbol-container svg {
	fill: #e1f5fe
}

.scrolltop-button.cyan {
	background-color: #006064;
	color: #e0f7fa
}

.scrolltop-button.cyan .symbol-container, .scrolltop-button.cyan .symbol-container span {
	color: #e0f7fa
}

.scrolltop-button.cyan .symbol-container svg {
	fill: #e0f7fa
}

.scrolltop-button.teal {
	background-color: #004d40;
	color: #e0f2f1
}

.scrolltop-button.teal .symbol-container, .scrolltop-button.teal .symbol-container span {
	color: #e0f2f1
}

.scrolltop-button.teal .symbol-container svg {
	fill: #e0f2f1
}

.scrolltop-button.lightgreen {
	background-color: #33691e;
	color: #f1f8e9
}

.scrolltop-button.lightgreen .symbol-container, .scrolltop-button.lightgreen .symbol-container span {
	color: #f1f8e9
}

.scrolltop-button.lightgreen .symbol-container svg {
	fill: #f1f8e9
}

.scrolltop-button.lime {
	background-color: #827717;
	color: #f9fbe7
}

.scrolltop-button.lime .symbol-container, .scrolltop-button.lime .symbol-container span {
	color: #f9fbe7
}

.scrolltop-button.lime .symbol-container svg {
	fill: #f9fbe7
}

.scrolltop-button.amber {
	background-color: #ff6f00;
	color: #fff8e1
}

.scrolltop-button.amber .symbol-container, .scrolltop-button.amber .symbol-container span {
	color: #fff8e1
}

.scrolltop-button.amber .symbol-container svg {
	fill: #fff8e1
}

.scrolltop-button.bluegrey {
	background-color: #263238;
	color: #eceff1
}

.scrolltop-button.bluegrey .symbol-container, .scrolltop-button.bluegrey .symbol-container span {
	color: #eceff1
}

.scrolltop-button.bluegrey .symbol-container svg {
	fill: #eceff1
}

.navbar-area {
	position: relative;
	background-color: var(--whiteColor);
	padding-top: 5px;
	padding-bottom: 5px
}

.navbar-area.sticky-box-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 2px 28px 0 #00000017;
	background-color: var(--whiteColor) !important;
	animation: fadeInDown .5s ease-in-out 0s 1 normal none running
}

.navbar-area.sticky-box-shadow.pb-0 {
	padding-bottom: 5px !important
}

.navbar-area .bg-light {
	background-color: initial !important
}

.navbar-area .container-fluid {
	padding-left: 40px;
	padding-right: 40px
}

.navbar-area .navbar {
	position: inherit;
	padding: 0
}

.navbar-area .navbar .navbar-brand {
	font-size: inherit;
	line-height: 1;
	padding: 0 40px;
}

.navbar-area .navbar ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0
}

.navbar-area .navbar .search-box {
	margin-left: 50px;
	position: relative;
	width: 270px;
	border-radius: 5px
}

.navbar-area .navbar .search-box .input-search {
	display: block;
	width: 100%;
	height: 48px;
	border: none;
	border-radius: 5px;
	background-color: #f5f5f5;
	transition: var(--transition);
	color: var(--blackColor);
	font-size: var(--fontSize);
	font-weight: 400;
	padding: 1px 0 0 15px
}

.navbar-area .navbar .search-box .input-search::placeholder {
	color: #848484;
	transition: var(--transition)
}

.navbar-area .navbar .search-box .input-search:focus {
	border-color: var(--mainColor)
}

.navbar-area .navbar .search-box .input-search:focus::placeholder {
	color: #0000
}

.navbar-area .navbar .search-box button {
	position: absolute;
	right: 0;
	top: 0;
	height: 48px;
	background-color: initial;
	border: none;
	color: var(--mainColor);
	border-radius: 5px;
	padding: 0 15px
}

.navbar-area .navbar .navbar-nav {
	margin-left: auto
}

.navbar-area .navbar .navbar-nav .nav-item {
	position: relative;
	margin-bottom: 0;
}

.navbar-area .navbar .navbar-nav .nav-item a {
	color: var(--whiteColor);
	font-size: 16.5px;
	font-weight: 700;
	padding: 25px 0;
	margin-left: 13px;
	margin-right: 13px
}

.navbar-area .navbar .navbar-nav .nav-item a i {
	font-size: 18px;
	position: relative;
	top: 2px;
	display: inline-block;
	margin-left: -4px;
	margin-right: -3px
}

.navbar-area .navbar .navbar-nav .nav-item a.active, .navbar-area .navbar .navbar-nav .nav-item a:focus, .navbar-area .navbar .navbar-nav .nav-item a:hover {
	color: var(--mainColor)
}

.navbar-area .navbar .navbar-nav .nav-item:last-child a {
	margin-right: 0
}

.navbar-area .navbar .navbar-nav .nav-item:first-child a {
	margin-left: 0
}

.navbar-area .navbar .navbar-nav .nav-item.active a, .navbar-area .navbar .navbar-nav .nav-item:hover a {
	color: var(--mainColor)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
	border: none;
	top: 70px;
	left: 0;
	z-index: 99;
	opacity: 0;
	width: 270px;
	display: block;
	border-radius: 0;
	padding: 10px 0;
	margin-top: 15px;
	position: absolute;
	visibility: hidden;
	background: var(--whiteColor);
	transition: all .2s ease-in-out;
	border-top: 3px solid var(--mainColor);
	box-shadow: 0 0 15px 0 #0000001a
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li a {
	padding: 8px 20px;
	margin: 0;
	position: relative;
	display: block;
	color: var(--blackColor);
	font-size: 16px;
	font-weight: 700
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li a i {
	margin: 0;
	position: absolute;
	top: 50%;
	font-size: 20px;
	transform: translateY(-50%);
	right: 15px
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
	color: var(--mainColor)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: -270px;
	margin-top: 15px;
	visibility: hidden
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: var(--blackColor)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active, .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
	color: var(--mainColor)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: 270px;
	visibility: hidden
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: var(--blackColor)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active, .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
	color: var(--mainColor)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: -270px;
	visibility: hidden
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: var(--blackColor)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active, .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
	color: var(--mainColor)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: 270px;
	visibility: hidden;
	transform: scaleY(0)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: var(--blackColor)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active, .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
	color: var(--mainColor)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: -270px;
	visibility: hidden;
	transform: scaleY(0)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: var(--blackColor)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active, .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
	color: var(--mainColor)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: 270px;
	visibility: hidden
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: var(--blackColor)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a, .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active, .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover {
	color: var(--mainColor)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--mainColor)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--mainColor)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--mainColor)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: var(--mainColor)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: var(--mainColor)
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	margin-top: 0
}

.navbar-area .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	margin-top: 9px
}

.navbar-area .navbar .navbar-nav .nav-item.megamenu {
	position: inherit
}

.navbar-area .navbar .navbar-nav .nav-item.megamenu .container {
	display: block;
	flex-wrap: unset;
	align-items: unset;
	justify-content: unset
}

.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
	width: 100%;
	top: auto;
	left: 0;
	margin-top: 0;
	padding: 30px 0;
	position: absolute;
	transform: unset !important
}

.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
	margin-top: 14px;
	color: var(--blackColor);
	padding: 0;
	display: block;
	font-size: 16px;
	font-weight: 700
}

.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active, .navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover {
	color: var(--mainColor)
}

.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child a {
	margin-top: 0
}

.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
	position: relative;
	border-top: 1px solid #eee;
	padding-top: 30px;
	margin-top: 30px
}

.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
	width: 70px;
	height: 70px;
	position: relative;
	background: #f4f4f4;
	text-align: center;
	font-size: 40px;
	transition: var(--transition);
	color: var(--blackColor);
	margin-bottom: 15px;
	border: 1.5px dashed #eee;
	border-radius: 50%
}

.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0
}

.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 800
}

.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
	display: block;
	margin-top: 5px;
	color: var(--mainColor);
	font-weight: 600;
	font-size: 15px
}

.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .link-btn {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2
}

.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
	background-color: var(--mainColor);
	border-color: var(--whiteColor);
	color: var(--whiteColor)
}

.navbar-area .navbar .navbar-nav.for-responsive {
	display: none
}

.navbar-area .navbar .others-option {
	margin-left: 25px
}

.navbar-area .navbar .others-option .option-item {
	margin-left: 30px
}

.navbar-area .navbar .others-option .option-item:first-child {
	margin-left: 0
}

.navbar-area .navbar .others-option .cart-btn {
	font-size: 22px;
	position: relative;
	line-height: 1
}

.navbar-area .navbar .others-option .cart-btn a {
	display: inline-block;
	position: relative;
	color: var(--blackColor)
}

.navbar-area .navbar .others-option .cart-btn a span {
	position: absolute;
	right: -4px;
	top: -4px;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	border-radius: 50%;
	color: var(--whiteColor);
	background-color: var(--mainColor);
	font-size: 10px;
	font-weight: 600
}

.navbar-area .navbar .others-option .cart-btn a:hover {
	color: var(--mainColor)
}

@media only screen and (max-width:767px) {
	.navbar-area {
		padding-top: 20px;
		padding-bottom: 20px
	}
	.navbar-area .container-fluid {
		padding-right: var(--bs-gutter-x, .75rem);
		padding-left: var(--bs-gutter-x, .75rem)
	}
	.navbar-area .navbar {
		position: relative
	}
	.navbar-area .navbar .search-box {
		width: 100%;
		margin-left: 0
	}
	.navbar-area .navbar .navbar-nav {
		display: none;
		background-color: #f4f4f4;
		margin-left: 0;
		margin-top: 20px
	}
	.navbar-area .navbar .navbar-nav .nav-item a {
		font-size: 15px;
		position: relative;
		border-top: 1px solid #eee;
		padding: 15px;
		margin-left: 0;
		margin-right: 0
	}
	.navbar-area .navbar .navbar-nav .nav-item a i {
		top: 50%;
		right: 10px;
		position: absolute;
		transform: translateY(-50%);
		margin-left: 0;
		margin-right: 0
	}
	.navbar-area .navbar .navbar-nav .nav-item:first-child a {
		border-top: none
	}
	.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
		top: 0;
		left: 0;
		padding: 0;
		opacity: 1;
		width: auto;
		border-top: none;
		box-shadow: unset;
		position: relative;
		margin: 0 15px 15px;
		visibility: visible
	}
	.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li a {
		padding: 12px 15px;
		border-top: 1px solid #eee;
		font-size: 14px;
		font-weight: 700
	}
	.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li a i {
		right: 10px;
		transform: translateY(-50%) rotate(90deg)
	}
	.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li:first-child a {
		border-top: none
	}
	.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
		top: 0;
		left: 0;
		opacity: 1;
		margin-top: 0;
		visibility: visible;
		background-color: #fafafa
	}
	.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
		border-top: 1px solid #eee
	}
	.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:first-child a {
		border-top: none
	}
	.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
		top: 0;
		left: 0;
		padding: 0;
		width: auto;
		margin-top: 0;
		position: relative
	}
	.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .container {
		padding-bottom: 20px;
		max-width: 100%
	}
	.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .col {
		flex: 1 0 100%;
		padding: 0
	}
	.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu {
		border-bottom: 1px solid #eee;
		padding: 15px
	}
	.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
		margin-top: 15px;
		font-size: 14px
	}
	.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
		padding-top: 0;
		border-top: none;
		margin-top: 20px;
		text-align: center
	}
	.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
		width: 50px;
		height: 50px;
		font-size: 25px;
		margin: 0 auto 15px
	}
	.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
		font-size: 16px
	}
	.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
		margin-top: 7px;
		font-size: 14px
	}
	.navbar-area .navbar .navbar-nav .nav-item:hover .dropdown-menu {
		margin-top: 0
	}
	.navbar-area .navbar .navbar-nav.for-responsive {
		display: block
	}
	.navbar-area .navbar .others-option {
		position: absolute;
		margin-left: 0;
		right: 55px;
		top: 2px
	}
	.navbar-area .navbar .others-option .default-btn {
		background-color: initial;
		color: var(--blackColor);
		font-size: 0;
		padding: 0;
		top: 2px
	}
	.navbar-area .navbar .others-option .default-btn i {
		top: 0;
		left: 0;
		line-height: 1;
		font-size: 22px;
		position: relative
	}
	.navbar-area .navbar .others-option .default-btn span {
		display: none
	}
	.navbar-area .navbar .collapse {
		margin-top: 20px;
		max-height: 70vh;
		overflow-y: scroll
	}
	.navbar-light .navbar-toggler {
		color: var(--blackColor);
		font-size: inherit;
		box-shadow: unset;
		border: none;
		padding: 0
	}
	.navbar-light .navbar-toggler .burger-menu {
		cursor: pointer
	}
	.navbar-light .navbar-toggler .burger-menu span {
		height: 2px;
		width: 30px;
		margin: 6px 0;
		display: block;
		background: var(--blackColor)
	}
	.navbar-light.active .navbar-toggler .burger-menu span.top-bar {
		transform: rotate(45deg);
		transform-origin: 10% 10%
	}
	.navbar-light.active .navbar-toggler .burger-menu span.middle-bar {
		opacity: 0
	}
	.navbar-light.active .navbar-toggler .burger-menu span.bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 10% 90%;
		margin-top: 5px
	}
	.navbar-light.active .collapse:not(.show) {
		display: block
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.navbar-area .container-fluid {
		max-width: 540px
	}
	.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .col {
		flex: 1 0 50%;
		padding: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.navbar-area {
		padding-top: 20px;
		padding-bottom: 20px
	}
	.navbar-area .container-fluid {
		padding-right: var(--bs-gutter-x, .75rem);
		padding-left: var(--bs-gutter-x, .75rem)
	}
	.navbar-area .navbar {
		position: relative
	}
	.navbar-area .navbar .search-box {
		width: 100%;
		margin-left: 0
	}
	.navbar-area .navbar .navbar-nav {
		display: none;
		background-color: #f4f4f4;
		margin-left: 0;
		margin-top: 20px
	}
	.navbar-area .navbar .navbar-nav .nav-item a {
		font-size: 15px;
		position: relative;
		border-top: 1px solid #eee;
		padding: 15px;
		margin-left: 0;
		margin-right: 0
	}
	.navbar-area .navbar .navbar-nav .nav-item a i {
		top: 50%;
		right: 10px;
		position: absolute;
		transform: translateY(-50%);
		margin-left: 0;
		margin-right: 0
	}
	.navbar-area .navbar .navbar-nav .nav-item:first-child a {
		border-top: none
	}
	.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
		top: 0;
		left: 0;
		padding: 0;
		opacity: 1;
		width: auto;
		border-top: none;
		box-shadow: unset;
		position: relative;
		margin: 0 15px 15px;
		visibility: visible
	}
	.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li a {
		padding: 12px 15px;
		border-top: 1px solid #eee;
		font-size: 14px;
		font-weight: 700
	}
	.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li a i {
		right: 10px;
		transform: translateY(-50%) rotate(90deg)
	}
	.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li:first-child a {
		border-top: none
	}
	.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
		top: 0;
		left: 0;
		opacity: 1;
		margin-top: 0;
		visibility: visible;
		background-color: #fafafa
	}
	.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
		border-top: 1px solid #eee
	}
	.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:first-child a {
		border-top: none
	}
	.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
		top: 0;
		left: 0;
		padding: 0;
		width: auto;
		margin-top: 0;
		position: relative
	}
	.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .container {
		padding-bottom: 20px;
		max-width: 100%
	}
	.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .col {
		flex: 1 0 50%;
		padding: 0
	}
	.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu {
		border-bottom: 1px solid #eee;
		padding: 15px
	}
	.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
		margin-top: 15px;
		font-size: 14px
	}
	.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
		padding-top: 0;
		border-top: none;
		margin-top: 20px;
		text-align: center
	}
	.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
		width: 50px;
		height: 50px;
		font-size: 25px;
		margin: 0 auto 15px
	}
	.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
		font-size: 16px
	}
	.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
		margin-top: 7px;
		font-size: 14px
	}
	.navbar-area .navbar .navbar-nav .nav-item:hover .dropdown-menu {
		margin-top: 0
	}
	.navbar-area .navbar .navbar-nav.for-responsive {
		display: block
	}
	.navbar-area .navbar .others-option {
		position: absolute;
		margin-left: 0;
		right: 55px;
		top: 2px
	}
	.navbar-area .navbar .others-option .default-btn {
		background-color: initial;
		color: var(--blackColor);
		font-size: 0;
		padding: 0;
		top: 2px
	}
	.navbar-area .navbar .others-option .default-btn i {
		top: 0;
		left: 0;
		line-height: 1;
		font-size: 22px;
		position: relative
	}
	.navbar-area .navbar .others-option .default-btn span {
		display: none
	}
	.navbar-area .navbar .collapse {
		margin-top: 20px;
		max-height: 70vh;
		overflow-y: scroll
	}
	.navbar-light .navbar-toggler {
		color: var(--blackColor);
		font-size: inherit;
		box-shadow: unset;
		border: none;
		padding: 0
	}
	.navbar-light .navbar-toggler .burger-menu {
		cursor: pointer
	}
	.navbar-light .navbar-toggler .burger-menu span {
		height: 2px;
		width: 30px;
		margin: 6px 0;
		display: block;
		background: var(--blackColor)
	}
	.navbar-light.active .navbar-toggler .burger-menu span.top-bar {
		transform: rotate(45deg);
		transform-origin: 10% 10%
	}
	.navbar-light.active .navbar-toggler .burger-menu span.middle-bar {
		opacity: 0
	}
	.navbar-light.active .navbar-toggler .burger-menu span.bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 10% 90%;
		margin-top: 5px
	}
	.navbar-light.active .collapse:not(.show) {
		display: block
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.navbar-area .container-fluid {
		padding-right: var(--bs-gutter-x, .75rem);
		padding-left: var(--bs-gutter-x, .75rem)
	}
	.navbar-area .navbar .search-box {
		margin-left: 0;
		width: 170px
	}
	.navbar-area .navbar .search-box .input-search {
		font-size: 14px;
		padding-left: 10px
	}
	.navbar-area .navbar .navbar-nav .nav-item a {
		font-size: 15px;
		margin-left: 10px;
		margin-right: 10px
	}
	.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
		left: -15px
	}
	.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu li a, .navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
		font-size: 14.5px
	}
	.navbar-area .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
		font-size: 18px
	}
	.navbar-area .navbar .others-option {
		margin-left: 20px
	}
	.navbar-area .navbar .others-option .cart-btn {
		font-size: 18px
	}
	.navbar-area .navbar .others-option .cart-btn a span {
		width: 12px;
		height: 12px;
		line-height: 12px;
		font-size: 9px
	}
	.navbar-area .navbar .others-option .option-item {
		margin-left: 20px
	}
	.navbar-area .navbar .others-option .option-item .default-btn {
		font-size: 14px;
		padding-left: 40px;
		padding-right: 15px
	}
	.navbar-area .navbar .others-option .option-item .default-btn i {
		left: 15px
	}
}

@media only screen and (min-width:1200px) and (max-width:1355px) {
	.navbar-area .container-fluid {
		max-width: 1200px;
		padding-left: var(--bs-gutter-x, .75rem);
		padding-right: var(--bs-gutter-x, .75rem)
	}
	.navbar-area .navbar .search-box {
		margin-left: 25px;
		width: 220px
	}
}

@media only screen and (min-width:1550px) {
	.navbar-area .container-fluid {
		padding-left: 120px;
		padding-right: 120px
	}
	.navbar-area .navbar .search-box {
		margin-left: 90px
	}
}

.footer-area {
	background-color: var(--blackColor);
	position: relative;
	padding-top: 100px;
	z-index: 1
}

.single-footer-widget {
	margin-bottom: 30px
}

.single-footer-widget .logo {
	display: inline-block;
	margin-bottom: 20px
}

.single-footer-widget h3 {
	margin-bottom: 20px;
	position: relative;
	color: var(--whiteColor);
	font-size: 24px;
	font-weight: 800
}

.single-footer-widget p {
	color: #ededed
}

.single-footer-widget .footer-links-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.single-footer-widget .footer-links-list li {
	margin-bottom: 12px;
	color: #ededed
}

.single-footer-widget .footer-links-list li a {
	color: #ededed;
	display: inline-block
}

.single-footer-widget .footer-links-list li a:hover {
	color: var(--mainColor)
}

.single-footer-widget .footer-links-list li:last-child {
	margin-bottom: 0
}

.single-footer-widget .social-link {
	padding-left: 0;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 0
}

.single-footer-widget .social-link li {
	display: inline-block;
	margin-right: 7px
}

.single-footer-widget .social-link li:last-child {
	margin-right: 0
}

.single-footer-widget .social-link li a {
	width: 30px;
	height: 30px;
	text-align: center;
	color: var(--whiteColor);
	background-color: var(--mainColor);
	font-size: 18px;
	position: relative;
	border-radius: 2px
}

.single-footer-widget .social-link li a i {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	transform: translateY(-48%)
}

.single-footer-widget .social-link li a:hover {
	background-color: var(--mainColor);
	color: var(--whiteColor)
}

.single-footer-widget .footer-contact-info {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.single-footer-widget .footer-contact-info li {
	margin-bottom: 13px;
	color: #ededed;
	position: relative;
	padding-left: 22px
}

.single-footer-widget .footer-contact-info li a {
	color: #ededed;
	display: inline-block
}

.single-footer-widget .footer-contact-info li a:hover {
	color: var(--mainColor)
}

.single-footer-widget .footer-contact-info li:last-child {
	margin-bottom: 0
}

.single-footer-widget .footer-contact-info li i {
	position: absolute;
	left: 0;
	top: 4px
}

.single-footer-widget .footer-contact-info li i.bxs-inbox {
	top: 3px
}

.single-footer-widget.pl-5, .single-footer-widget.px-5 {
	padding-left: 3rem
}

.footer-bottom-area {
	margin-top: 70px;
	border-top: 2px solid #fff;
	padding-top: 25px;
	padding-bottom: 25px
}

.footer-bottom-area p {
	color: #ededed
}

.footer-bottom-area p i {
	position: relative;
	top: 1.3px
}

.footer-bottom-area p a {
	color: var(--mainColor);
	font-weight: 600
}

.footer-bottom-area p a:hover {
	color: var(--whiteColor)
}

.footer-bottom-area ul {
	text-align: end;
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.footer-bottom-area ul li {
	color: #ededed;
	position: relative;
	display: inline-block;
	margin-right: 25px
}

.footer-bottom-area ul li:last-child {
	margin-right: 0
}

.footer-bottom-area ul li:last-child:before {
	display: none
}

.footer-bottom-area ul li:before {
	content: "";
	position: absolute;
	right: -12px;
	top: 5.5px;
	width: 1px;
	height: 14px;
	background-color: #ededed
}

.footer-bottom-area ul li a {
	display: block;
	color: #ededed
}

.footer-bottom-area ul li a:hover {
	color: var(--mainColor)
}

@media only screen and (max-width:767px) {
	.footer-area {
		padding-top: 60px
	}
	.single-footer-widget h3 {
		font-size: 20px
	}
	.single-footer-widget.pl-5, .single-footer-widget.px-5 {
		padding-left: 0 !important
	}
	.footer-bottom-area {
		margin-top: 30px;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px
	}
	.footer-bottom-area ul {
		text-align: center;
		margin-top: 15px
	}
	.footer-bottom-area ul li:before {
		top: 3px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-area {
		padding-top: 80px
	}
	.single-footer-widget h3 {
		font-size: 21px;
		margin-bottom: 19px
	}
	.footer-bottom-area {
		margin-top: 50px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-footer-widget.pl-5, .single-footer-widget.px-5 {
		padding-left: 0 !important
	}
}

.main-banner {
	position: relative;
	z-index: 1;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px
}

.main-banner .container-fluid {
	max-width: 1395px
}

.main-banner .container-fluid .row {
	margin-left: 0;
	margin-right: 0
}

.main-banner .container-fluid .row .col-lg-6 {
	padding-left: 0;
	padding-right: 0
}

.main-banner-content {
	max-width: 595px;
	position: relative;
	top: -60px;
	padding-right: 30px
}

.main-banner-content h1 {
	margin-bottom: 25px;
	font-size: 48px;
	font-weight: 800
}

.main-banner-content p {
	max-width: 450px;
	line-height: 1.8;
	font-weight: 600;
	font-size: 17px
}

.main-banner-content .default-btn {
	margin-top: 10px
}

.main-banner-courses-list {
	position: relative;
	z-index: 1
}

.main-banner-courses-list .row {
	margin-right: calc(var(--bs-gutter-x) / -2) !important;
	margin-left: calc(var(--bs-gutter-x) / -2) !important
}

.main-banner-courses-list .row .col-lg-6 {
	padding-left: calc(var(--bs-gutter-x) / 2) !important;
	padding-right: calc(var(--bs-gutter-x) / 2) !important
}

.main-banner-courses-list .row .col-lg-6:first-child .single-courses-box {
	margin-top: 90px
}

.main-banner-courses-list .single-courses-box {
	margin-bottom: 0
}

.main-banner-courses-list .single-courses-box .courses-content {
	padding: 20px
}

.single-courses-box {
	margin-bottom: 30px;
	position: relative;
	border-radius: 5px;
	background-color: var(--whiteColor);
	box-shadow: 0 8px 16px 0 #92b8ff33
}

.single-courses-box .courses-image {
	border-radius: 5px 5px 0 0;
	position: relative;
	z-index: 1
}

.single-courses-box .courses-image .image, .single-courses-box .courses-image .image img {
	border-radius: 5px 5px 0 0
}

.single-courses-box .courses-image .fav {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
	color: var(--whiteColor);
	font-size: 30px;
	line-height: 1
}

.single-courses-box .courses-image .fav:hover {
	color: var(--mainColor)
}

.single-courses-box .courses-image .price {
	display: inline-block;
	background-color: var(--mainColor);
	color: var(--whiteColor);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	bottom: -32.5px;
	text-align: center;
	line-height: 67px;
	font-size: 24px;
	font-weight: 800
}

.single-courses-box .courses-image .price.bg-45a393 {
	background-color: var(--secondaryColor)
}

.single-courses-box .courses-content {
	border-radius: 0 0 5px 5px;
	padding: 30px
}

.single-courses-box .courses-content .course-author {
	margin-bottom: 15px
}

.single-courses-box .courses-content .course-author img {
	width: 35px;
	height: 35px;
	margin-right: 10px
}

.single-courses-box .courses-content .course-author span {
	color: var(--mainColor);
	font-weight: 600;
	font-size: 15px
}

.single-courses-box .courses-content h3 {
	margin-bottom: 12px;
	line-height: 1.3;
	font-size: 24px;
	font-weight: 800
}

.single-courses-box .courses-content h3 a {
	display: inline-block
}

.single-courses-box .courses-content .courses-box-footer {
	list-style-type: none;
	padding-left: 0;
	margin: 20px -7px 0
}

.single-courses-box .courses-content .courses-box-footer li {
	color: var(--optionalColor);
	font-size: 15px;
	position: relative;
	padding-left: 25px;
	padding-right: 7px
}

.single-courses-box .courses-content .courses-box-footer li i {
	color: var(--mainColor);
	position: absolute;
	left: 7px;
	top: 0
}

.single-courses-box .courses-content .courses-box-footer li i.flaticon-people {
	font-size: 18px;
	left: 3px
}

.single-courses-box.bg-color {
	background-color: #fffaf3;
	box-shadow: unset;
	transition: var(--transition)
}

.single-courses-box.bg-color .courses-content h3 {
	margin-bottom: 10px
}

.single-courses-box.bg-color:hover {
	background-color: var(--whiteColor);
	box-shadow: 0 8px 16px 0 #92b8ff33
}

.single-courses-box.without-boxshadow {
	background-color: var(--whiteColor);
	box-shadow: unset;
	transition: var(--transition)
}

.single-courses-box.without-boxshadow .courses-content h3 {
	margin-bottom: 10px
}

.single-courses-box.without-boxshadow.active, .single-courses-box.without-boxshadow:hover {
	box-shadow: 0 8px 16px 0 #92b8ff33
}

.single-courses-item {
	margin-bottom: 30px;
	position: relative;
	border-radius: 5px;
	background-color: var(--whiteColor);
	box-shadow: 0 .5rem 1rem #00000005
}

.single-courses-item .courses-image {
	display: block;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.single-courses-item .courses-image img {
	border-radius: 5px;
	width: 100%;
	transition: var(--transition)
}

.single-courses-item .courses-image:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	background-color: var(--blackColor);
	opacity: .2;
	z-index: 1;
	transition: var(--transition)
}

.single-courses-item .courses-image .link-btn {
	position: absolute;
	left: 0;
	right: 0;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	z-index: 2
}

.single-courses-item .row {
	margin-left: 0;
	margin-right: 0
}

.single-courses-item .row .col-lg-4, .single-courses-item .row .col-lg-8 {
	padding-left: 0;
	padding-right: 0
}

.single-courses-item .courses-content {
	border-radius: 5px;
	position: relative;
	padding: 25px
}

.single-courses-item .courses-content .fav {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #b0b9c4;
	font-size: 25px;
	line-height: 1
}

.single-courses-item .courses-content .fav:hover {
	color: var(--mainColor)
}

.single-courses-item .courses-content .price {
	display: block;
	color: var(--mainColor);
	margin-bottom: 3px;
	font-size: 28px;
	font-weight: 800
}

.single-courses-item .courses-content h3 {
	margin-bottom: 12px;
	line-height: 1.3;
	font-size: 22px;
	font-weight: 800
}

.single-courses-item .courses-content h3 a {
	display: inline-block
}

.single-courses-item .courses-content .courses-content-footer {
	list-style-type: none;
	padding-left: 0;
	padding-right: 30px;
	margin: 15px -7px 0
}

.single-courses-item .courses-content .courses-content-footer li {
	color: var(--optionalColor);
	font-size: 15px;
	position: relative;
	padding-left: 25px;
	padding-right: 7px
}

.single-courses-item .courses-content .courses-content-footer li i {
	color: var(--mainColor);
	position: absolute;
	left: 7px;
	top: 0
}

.single-courses-item .courses-content .courses-content-footer li i.flaticon-people {
	font-size: 18px;
	left: 3px
}

.single-courses-item:hover .courses-image:before {
	opacity: 0;
	visibility: hidden
}

.single-courses-item:hover .courses-image img {
	transform: scale3d(1.1, 1.1, 1.1)
}

.single-courses-item.without-box-shadow {
	box-shadow: unset;
	transition: var(--transition)
}

.single-courses-item.without-box-shadow .courses-image:before, .single-courses-item.without-box-shadow .courses-image img {
	border-radius: 50%
}

.single-courses-item.without-box-shadow:hover {
	box-shadow: 0 8px 16px 0 #92b8ff33
}

.single-courses-item.without-box-shadow:hover .courses-image img {
	border-radius: 5px;
	transform: scale(1)
}

.single-courses-item.without-box-shadow:hover .courses-image:before {
	opacity: 0;
	visibility: hidden
}

.single-courses-item-box {
	margin-bottom: 30px;
	position: relative;
	background-color: var(--whiteColor);
	transition: var(--transition);
	box-shadow: 0 8px 16px 0 #92b8ff14;
	text-align: center
}

.single-courses-item-box .courses-image {
	position: relative;
	z-index: 1
}

.single-courses-item-box .courses-image:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: var(--blackColor);
	opacity: .3;
	transition: var(--transition)
}

.single-courses-item-box .courses-image .fav {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
	color: var(--whiteColor);
	font-size: 30px;
	z-index: 2;
	line-height: 1
}

.single-courses-item-box .courses-image .fav:hover {
	color: var(--mainColor)
}

.single-courses-item-box .courses-image .price {
	display: inline-block;
	background-color: var(--mainColor);
	color: var(--whiteColor);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: -32.5px;
	left: 0;
	text-align: center;
	line-height: 67px;
	z-index: 2;
	font-size: 24px;
	font-weight: 800;
	margin-left: auto;
	margin-right: auto
}

.single-courses-item-box .courses-content {
	padding: 50px 20px 20px
}

.single-courses-item-box .courses-content .course-author {
	margin-bottom: 15px
}

.single-courses-item-box .courses-content .course-author img {
	width: 35px;
	height: 35px;
	margin-right: 10px
}

.single-courses-item-box .courses-content .course-author span {
	color: var(--mainColor);
	font-weight: 600;
	font-size: 15px
}

.single-courses-item-box .courses-content h3 {
	margin-bottom: 0;
	line-height: 1.3;
	font-size: 22px;
	font-weight: 800
}

.single-courses-item-box .courses-content h3 a {
	display: inline-block
}

.single-courses-item-box .courses-content .rating {
	margin-top: 15px
}

.single-courses-item-box .courses-content .rating i {
	color: #f4c150
}

.single-courses-item-box .courses-content .rating .rating-total {
	display: inline-block;
	color: var(--optionalColor);
	font-weight: 600;
	position: relative;
	margin-left: 4px
}

.single-courses-item-box:hover .courses-image:before {
	opacity: 0;
	visibility: hidden
}

.courses-info {
	text-align: center;
	margin-top: 20px
}

.courses-info .default-btn {
	margin-bottom: 15px
}

.courses-info p {
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0
}

.courses-info p a {
	color: var(--mainColor)
}

.courses-info p a:hover {
	text-decoration: underline;
	color: var(--blackColor)
}

.courses-items {
	margin-left: -15px;
	margin-right: -15px
}

@media only screen and (max-width:767px) {
	.single-courses-box .courses-image .price {
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: -25px;
		line-height: 52px;
		font-size: 18px
	}
	.single-courses-box .courses-content {
		padding: 20px
	}
	.single-courses-box .courses-content h3 {
		font-size: 18px
	}
	.single-courses-box .courses-content .courses-box-footer li {
		font-size: 14px
	}
	.single-courses-box.without-boxshadow {
		box-shadow: 0 8px 16px 0 #92b8ff33
	}
	.courses-info {
		margin-top: 5px
	}
	.courses-info p {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0
	}
	.single-courses-item .courses-content {
		padding: 20px
	}
	.single-courses-item .courses-content .fav {
		font-size: 20px
	}
	.single-courses-item .courses-content .price {
		font-size: 20px;
		margin-bottom: 6px
	}
	.single-courses-item .courses-content h3 {
		font-size: 18px
	}
	.single-courses-item .courses-content .courses-content-footer {
		padding-right: 0
	}
	.single-courses-item .courses-content .courses-content-footer li {
		font-size: 14px
	}
	.single-courses-item.without-box-shadow .courses-image:before, .single-courses-item.without-box-shadow .courses-image img {
		border-radius: 5px
	}
	.single-courses-item-box .courses-image .fav {
		font-size: 25px
	}
	.single-courses-item-box .courses-image .price {
		width: 50px;
		height: 50px;
		bottom: -25px;
		line-height: 52px;
		font-size: 18px
	}
	.single-courses-item-box .courses-content h3 {
		font-size: 18px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-courses-box .courses-content {
		padding: 20px
	}
	.single-courses-box .courses-content h3 {
		margin-bottom: 12px;
		font-size: 19px
	}
	.single-courses-box.without-boxshadow {
		box-shadow: 0 8px 16px 0 #92b8ff33
	}
	.courses-info {
		margin-top: 15px
	}
	.single-courses-item .courses-content .price {
		font-size: 24px
	}
	.single-courses-item .courses-content h3 {
		font-size: 19px
	}
	.single-courses-item .courses-content .courses-content-footer {
		padding-right: 70px
	}
	.single-courses-item-box .courses-content h3 {
		font-size: 19px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses-box .courses-content h3, .single-courses-item .courses-content .price {
		font-size: 20px
	}
	.single-courses-item .courses-content h3 {
		font-size: 19px
	}
	.single-courses-item .courses-content .courses-content-footer {
		padding-right: 0
	}
	.single-courses-item-box .courses-content h3 {
		font-size: 20px
	}
}

@media only screen and (max-width:767px) {
	.main-banner .container-fluid {
		max-width: 100%
	}
	.main-banner-content {
		max-width: 100%;
		text-align: center;
		top: 0;
		padding-right: 0
	}
	.main-banner-content p {
		max-width: 100%;
		font-weight: 500;
		font-size: 15px
	}
	.main-banner-content h1 {
		margin-bottom: 15px;
		font-size: 28px
	}
	.main-banner-content .default-btn {
		margin-top: 5px
	}
	.main-banner-courses-list .row .col-lg-6:first-child .single-courses-box {
		margin-top: 0
	}
	.main-banner-courses-list .single-courses-box {
		margin-top: 30px !important
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.main-banner .container-fluid {
		max-width: 540px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.main-banner .container-fluid {
		max-width: 720px
	}
	.main-banner-content {
		max-width: 595px;
		top: 0;
		padding-right: 0;
		text-align: center;
		margin: 0 auto
	}
	.main-banner-content h1 {
		margin-bottom: 15px;
		font-size: 35px
	}
	.main-banner-content p {
		max-width: 515px;
		font-size: 15px;
		margin: 0 auto 10px
	}
	.main-banner-courses-list {
		margin-top: 10px
	}
	.main-banner-courses-list .single-courses-box {
		margin-top: 30px !important
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.main-banner {
		padding-top: 170px
	}
	.main-banner .container-fluid {
		max-width: 960px
	}
	.main-banner .col-lg-6 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.main-banner-content {
		top: 0;
		padding-right: 0;
		margin-bottom: 60px;
		max-width: 605px
	}
	.main-banner-content p {
		max-width: 565px
	}
	.main-banner-courses-list .row .col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.main-banner-courses-list .row .col-lg-6:first-child .single-courses-box {
		margin-top: 0
	}
	.main-banner-courses-list .row .col-lg-6:nth-child(2) .single-courses-box {
		margin-top: -60px
	}
}

@media only screen and (min-width:1200px) and (max-width:1355px) {
	.main-banner .container-fluid {
		max-width: 1165px
	}
	.main-banner-courses-list .single-courses-box .courses-content h3 {
		font-size: 22px
	}
}

@media only screen and (min-width:1550px) {
	.main-banner .container-fluid {
		max-width: 1480px
	}
}

.partner-item, .single-partner-item {
	text-align: center
}

.partner-item img {
	width: auto !important;
	display: inline-block !important;
	transition: var(--transition);
	opacity: .6
}

.partner-item:hover img {
	opacity: 1
}

@media only screen and (max-width:767px) {
	.single-partner-item {
		margin-bottom: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-partner-item {
		margin-bottom: 30px
	}
}

.single-features-box {
	text-align: center;
	margin-bottom: 30px;
	border-radius: 8px;
	background-color: #f9f9f9;
	padding: 30px 31px;
	transition: var(--transition)
}

.single-features-box .icon {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 15px
}

.single-features-box h3 {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 800
}

.single-features-box p {
	margin-bottom: 12px
}

.single-features-box .link-btn {
	display: inline-block;
	color: var(--mainColor);
	font-size: 15px;
	font-weight: 700
}

.single-features-box .link-btn:hover {
	color: var(--blackColor)
}

.single-features-box:hover {
	transform: translateY(-10px)
}

.single-features-box.without-padding {
	text-align: start;
	padding: 0;
	background-color: initial
}

.single-features-box.without-padding p {
	max-width: 315px
}

.features-box {
	z-index: 1;
	padding: 35px;
	position: relative;
	border-radius: 5px;
	margin-bottom: 30px;
	transition: var(--transition);
	background-color: var(--whiteColor)
}

.features-box .icon {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 15px
}

.features-box h3 {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 800
}

.features-box p {
	margin-bottom: 12px
}

.features-box .link-btn {
	display: inline-block;
	color: var(--mainColor);
	font-size: 15px;
	font-weight: 700
}

.features-box .link-btn:hover {
	color: var(--blackColor)
}

.features-box .back-icon {
	top: 20px;
	right: 20px;
	opacity: .05;
	line-height: 1;
	font-size: 120px;
	position: absolute
}

.features-box:hover {
	transform: translateY(-10px)
}

@media only screen and (max-width:767px) {
	.single-features-box {
		padding: 20px 15px
	}
	.single-features-box .icon {
		font-size: 40px
	}
	.single-features-box h3 {
		margin-bottom: 12px;
		font-size: 18px
	}
	.single-features-box .link-btn {
		margin-top: 3px;
		font-size: 14.5px
	}
	.single-features-box:hover {
		transform: translateY(0)
	}
	.features-box, .single-features-box.without-padding {
		text-align: center
	}
	.features-box {
		padding: 20px 15px
	}
	.features-box h3 {
		font-size: 17px;
		margin-bottom: 12px
	}
	.features-box .icon {
		font-size: 40px
	}
	.features-box .link-btn {
		font-size: 14px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-features-box {
		padding: 25px
	}
	.single-features-box h3 {
		margin-bottom: 13px;
		font-size: 19px
	}
	.single-features-box .icon {
		font-size: 35px;
		margin-bottom: 17px
	}
	.single-features-box .link-btn {
		font-size: 14px
	}
	.single-features-box.without-padding {
		text-align: center
	}
	.features-box {
		padding: 30px
	}
	.features-box h3 {
		font-size: 19px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-features-box {
		padding: 30px 15px
	}
	.single-features-box .icon {
		font-size: 40px
	}
	.single-features-box h3 {
		font-size: 20px
	}
}

.about-area {
	position: relative;
	z-index: 1
}

.about-image {
	overflow: hidden;
	text-align: center
}

.about-image .row {
	margin-left: -5px;
	margin-right: -5px
}

.about-image .row .col-lg-6 {
	padding-left: 5px;
	padding-right: 5px
}

.about-image .row .col-lg-6:nth-child(3) .image {
	margin-top: -15px
}

.about-image .row .col-lg-6:nth-child(2) .image {
	margin-bottom: 20px
}

.about-content {
	padding-left: 15px
}

.about-content .sub-title {
	display: block;
	text-transform: uppercase;
	color: var(--mainColor);
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600
}

.about-content h2 {
	margin-bottom: 15px;
	font-size: 36px;
	font-weight: 800
}

.about-content .features-list {
	padding-left: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: -5px -8px 0
}

.about-content .features-list li {
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 16px
}

.about-content .features-list li span {
	display: block;
	position: relative;
	color: var(--blackColor);
	font-size: 18px;
	font-weight: 700;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px
}

.about-content .features-list li span i {
	position: absolute;
	left: 0;
	top: -2px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	font-weight: 500;
	line-height: 40px;
	color: var(--mainColor);
	font-size: 25px;
	background-image: url(./assets/img/circle-border.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.about-content .default-btn {
	margin-top: 30px
}

@media only screen and (max-width:767px) {
	.about-image .row .col-lg-6:nth-child(3) .image {
		margin-top: 0
	}
	.about-content {
		padding-left: 0;
		text-align: center;
		margin-top: 30px
	}
	.about-content .sub-title {
		font-size: 12.5px
	}
	.about-content h2 {
		font-size: 25px
	}
	.about-content .features-list {
		margin-top: -10px
	}
	.about-content .features-list li span {
		font-size: 16px;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0
	}
	.about-content .features-list li span i {
		position: relative;
		left: 0;
		top: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 20px;
		display: block;
		margin: 0 auto 5px
	}
	.about-content .default-btn {
		margin-top: 25px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-content .about-list li {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-image .image img {
		width: 100%
	}
	.about-content {
		text-align: center;
		margin-top: 30px
	}
	.about-content .sub-title {
		font-size: 13.5px
	}
	.about-content h2 {
		font-size: 30px
	}
	.about-content .features-list li {
		flex: 0 0 25%;
		max-width: 25%
	}
	.about-content .features-list li span {
		font-size: 16px;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0
	}
	.about-content .features-list li span i {
		position: relative;
		top: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 20px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-content h2 {
		font-size: 30px
	}
	.about-content .features-list li span {
		font-size: 17px
	}
}

.single-courses-box {
	margin-bottom: 30px;
	position: relative;
	border-radius: 5px;
	background-color: var(--whiteColor);
	box-shadow: 0 8px 16px 0 #92b8ff33
}

.single-courses-box .courses-image {
	border-radius: 5px 5px 0 0;
	position: relative;
	z-index: 1
}

.single-courses-box .courses-image .image, .single-courses-box .courses-image .image img {
	border-radius: 5px 5px 0 0
}

.single-courses-box .courses-image .fav {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
	color: var(--whiteColor);
	font-size: 30px;
	line-height: 1
}

.single-courses-box .courses-image .fav:hover {
	color: var(--mainColor)
}

.single-courses-box .courses-image .price {
	display: inline-block;
	background-color: var(--mainColor);
	color: var(--whiteColor);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	bottom: -32.5px;
	text-align: center;
	line-height: 67px;
	font-size: 24px;
	font-weight: 800
}

.single-courses-box .courses-image .price.bg-45a393 {
	background-color: var(--secondaryColor)
}

.single-courses-box .courses-content {
	border-radius: 0 0 5px 5px;
	padding: 30px
}

.single-courses-box .courses-content .course-author {
	margin-bottom: 15px
}

.single-courses-box .courses-content .course-author img {
	width: 35px;
	height: 35px;
	margin-right: 10px
}

.single-courses-box .courses-content .course-author span {
	color: var(--mainColor);
	font-weight: 600;
	font-size: 15px
}

.single-courses-box .courses-content h3 {
	margin-bottom: 12px;
	line-height: 1.3;
	font-size: 24px;
	font-weight: 800
}

.single-courses-box .courses-content h3 a {
	display: inline-block
}

.single-courses-box .courses-content .courses-box-footer {
	list-style-type: none;
	padding-left: 0;
	margin: 20px -7px 0
}

.single-courses-box .courses-content .courses-box-footer li {
	color: var(--optionalColor);
	font-size: 15px;
	position: relative;
	padding-left: 25px;
	padding-right: 7px
}

.single-courses-box .courses-content .courses-box-footer li i {
	color: var(--mainColor);
	position: absolute;
	left: 7px;
	top: 0
}

.single-courses-box .courses-content .courses-box-footer li i.flaticon-people {
	font-size: 18px;
	left: 3px
}

.single-courses-box.bg-color {
	background-color: #fffaf3;
	box-shadow: unset;
	transition: var(--transition)
}

.single-courses-box.bg-color .courses-content h3 {
	margin-bottom: 10px
}

.single-courses-box.bg-color:hover {
	background-color: var(--whiteColor);
	box-shadow: 0 8px 16px 0 #92b8ff33
}

.single-courses-box.without-boxshadow {
	background-color: var(--whiteColor);
	box-shadow: unset;
	transition: var(--transition)
}

.single-courses-box.without-boxshadow .courses-content h3 {
	margin-bottom: 10px
}

.single-courses-box.without-boxshadow.active, .single-courses-box.without-boxshadow:hover {
	box-shadow: 0 8px 16px 0 #92b8ff33
}

.single-courses-item {
	margin-bottom: 30px;
	position: relative;
	border-radius: 5px;
	background-color: var(--whiteColor);
	box-shadow: 0 .5rem 1rem #00000005
}

.single-courses-item .courses-image {
	display: block;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.single-courses-item .courses-image img {
	border-radius: 5px;
	width: 100%;
	transition: var(--transition)
}

.single-courses-item .courses-image:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	background-color: var(--blackColor);
	opacity: .2;
	z-index: 1;
	transition: var(--transition)
}

.single-courses-item .courses-image .link-btn {
	position: absolute;
	left: 0;
	right: 0;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	z-index: 2
}

.single-courses-item .row {
	margin-left: 0;
	margin-right: 0
}

.single-courses-item .row .col-lg-4, .single-courses-item .row .col-lg-8 {
	padding-left: 0;
	padding-right: 0
}

.single-courses-item .courses-content {
	border-radius: 5px;
	position: relative;
	padding: 25px
}

.single-courses-item .courses-content .fav {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #b0b9c4;
	font-size: 25px;
	line-height: 1
}

.single-courses-item .courses-content .fav:hover {
	color: var(--mainColor)
}

.single-courses-item .courses-content .price {
	display: block;
	color: var(--mainColor);
	margin-bottom: 3px;
	font-size: 28px;
	font-weight: 800
}

.single-courses-item .courses-content h3 {
	margin-bottom: 12px;
	line-height: 1.3;
	font-size: 22px;
	font-weight: 800
}

.single-courses-item .courses-content h3 a {
	display: inline-block
}

.single-courses-item .courses-content .courses-content-footer {
	list-style-type: none;
	padding-left: 0;
	padding-right: 30px;
	margin: 15px -7px 0
}

.single-courses-item .courses-content .courses-content-footer li {
	color: var(--optionalColor);
	font-size: 15px;
	position: relative;
	padding-left: 25px;
	padding-right: 7px
}

.single-courses-item .courses-content .courses-content-footer li i {
	color: var(--mainColor);
	position: absolute;
	left: 7px;
	top: 0
}

.single-courses-item .courses-content .courses-content-footer li i.flaticon-people {
	font-size: 18px;
	left: 3px
}

.single-courses-item:hover .courses-image:before {
	opacity: 0;
	visibility: hidden
}

.single-courses-item:hover .courses-image img {
	transform: scale3d(1.1, 1.1, 1.1)
}

.single-courses-item.without-box-shadow {
	box-shadow: unset;
	transition: var(--transition)
}

.single-courses-item.without-box-shadow .courses-image:before, .single-courses-item.without-box-shadow .courses-image img {
	border-radius: 50%
}

.single-courses-item.without-box-shadow:hover {
	box-shadow: 0 8px 16px 0 #92b8ff33
}

.single-courses-item.without-box-shadow:hover .courses-image img {
	border-radius: 5px;
	transform: scale(1)
}

.single-courses-item.without-box-shadow:hover .courses-image:before {
	opacity: 0;
	visibility: hidden
}

.single-courses-item-box {
	margin-bottom: 30px;
	position: relative;
	background-color: var(--whiteColor);
	transition: var(--transition);
	box-shadow: 0 8px 16px 0 #92b8ff14;
	text-align: center
}

.single-courses-item-box .courses-image {
	position: relative;
	z-index: 1
}

.single-courses-item-box .courses-image:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: var(--blackColor);
	opacity: .3;
	transition: var(--transition)
}

.single-courses-item-box .courses-image .fav {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
	color: var(--whiteColor);
	font-size: 30px;
	z-index: 2;
	line-height: 1
}

.single-courses-item-box .courses-image .fav:hover {
	color: var(--mainColor)
}

.single-courses-item-box .courses-image .price {
	display: inline-block;
	background-color: var(--mainColor);
	color: var(--whiteColor);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: -32.5px;
	left: 0;
	text-align: center;
	line-height: 67px;
	z-index: 2;
	font-size: 24px;
	font-weight: 800;
	margin-left: auto;
	margin-right: auto
}

.single-courses-item-box .courses-content {
	padding: 50px 20px 20px
}

.single-courses-item-box .courses-content .course-author {
	margin-bottom: 15px
}

.single-courses-item-box .courses-content .course-author img {
	width: 35px;
	height: 35px;
	margin-right: 10px
}

.single-courses-item-box .courses-content .course-author span {
	color: var(--mainColor);
	font-weight: 600;
	font-size: 15px
}

.single-courses-item-box .courses-content h3 {
	margin-bottom: 0;
	line-height: 1.3;
	font-size: 22px;
	font-weight: 800
}

.single-courses-item-box .courses-content h3 a {
	display: inline-block
}

.single-courses-item-box .courses-content .rating {
	margin-top: 15px
}

.single-courses-item-box .courses-content .rating i {
	color: #f4c150
}

.single-courses-item-box .courses-content .rating .rating-total {
	display: inline-block;
	color: var(--optionalColor);
	font-weight: 600;
	position: relative;
	margin-left: 4px
}

.single-courses-item-box:hover .courses-image:before {
	opacity: 0;
	visibility: hidden
}

.courses-info {
	text-align: center;
	margin-top: 20px
}

.courses-info .default-btn {
	margin-bottom: 15px
}

.courses-info p {
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0
}

.courses-info p a {
	color: var(--mainColor)
}

.courses-info p a:hover {
	text-decoration: underline;
	color: var(--blackColor)
}

.courses-items {
	margin-left: -15px;
	margin-right: -15px
}

@media only screen and (max-width:767px) {
	.single-courses-box .courses-image .price {
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: -25px;
		line-height: 52px;
		font-size: 18px
	}
	.single-courses-box .courses-content {
		padding: 20px
	}
	.single-courses-box .courses-content h3 {
		font-size: 18px
	}
	.single-courses-box .courses-content .courses-box-footer li {
		font-size: 14px
	}
	.single-courses-box.without-boxshadow {
		box-shadow: 0 8px 16px 0 #92b8ff33
	}
	.courses-info {
		margin-top: 5px
	}
	.courses-info p {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0
	}
	.single-courses-item .courses-content {
		padding: 20px
	}
	.single-courses-item .courses-content .fav {
		font-size: 20px
	}
	.single-courses-item .courses-content .price {
		font-size: 20px;
		margin-bottom: 6px
	}
	.single-courses-item .courses-content h3 {
		font-size: 18px
	}
	.single-courses-item .courses-content .courses-content-footer {
		padding-right: 0
	}
	.single-courses-item .courses-content .courses-content-footer li {
		font-size: 14px
	}
	.single-courses-item.without-box-shadow .courses-image:before, .single-courses-item.without-box-shadow .courses-image img {
		border-radius: 5px
	}
	.single-courses-item-box .courses-image .fav {
		font-size: 25px
	}
	.single-courses-item-box .courses-image .price {
		width: 50px;
		height: 50px;
		bottom: -25px;
		line-height: 52px;
		font-size: 18px
	}
	.single-courses-item-box .courses-content h3 {
		font-size: 18px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-courses-box .courses-content {
		padding: 20px
	}
	.single-courses-box .courses-content h3 {
		margin-bottom: 12px;
		font-size: 19px
	}
	.single-courses-box.without-boxshadow {
		box-shadow: 0 8px 16px 0 #92b8ff33
	}
	.courses-info {
		margin-top: 15px
	}
	.single-courses-item .courses-content .price {
		font-size: 24px
	}
	.single-courses-item .courses-content h3 {
		font-size: 19px
	}
	.single-courses-item .courses-content .courses-content-footer {
		padding-right: 70px
	}
	.single-courses-item-box .courses-content h3 {
		font-size: 19px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-courses-box .courses-content h3, .single-courses-item .courses-content .price {
		font-size: 20px
	}
	.single-courses-item .courses-content h3 {
		font-size: 19px
	}
	.single-courses-item .courses-content .courses-content-footer {
		padding-right: 0
	}
	.single-courses-item-box .courses-content h3 {
		font-size: 20px
	}
}

.feedback-content .sub-title {
	display: block;
	text-transform: uppercase;
	color: var(--mainColor);
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600
}

.feedback-content h2 {
	margin-bottom: 0;
	font-size: 36px;
	font-weight: 800
}

.feedback-content p {
	margin-top: 12px
}

.feedback-content .feedback-info p {
	font-weight: 600;
	margin-bottom: 0
}

.feedback-content .feedback-info p a {
	color: var(--mainColor);
	font-weight: 700
}

.feedback-content .feedback-info p a:hover {
	text-decoration: underline;
	color: var(--blackColor)
}

.feedback-content .feedback-slides {
	margin-top: 30px;
	margin-bottom: 30px
}

.single-feedback-item {
	background-color: var(--whiteColor);
	position: relative;
	z-index: 1;
	padding: 50px 105px 50px 50px;
	border-radius: 5px;
	overflow: hidden
}

.single-feedback-item p {
	color: #606060;
	line-height: 1.8;
	font-size: var(--fontSize);
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0
}

.single-feedback-item .client-info {
	margin-top: 25px
}

.single-feedback-item .client-info img {
	width: 55px;
	height: 55px
}

.single-feedback-item .client-info .title {
	margin-left: 15px
}

.single-feedback-item .client-info .title h3 {
	margin-bottom: 0;
	color: var(--mainColor);
	font-size: 17px;
	font-weight: 700
}

.single-feedback-item .client-info .title span {
	display: block;
	color: var(--optionalColor);
	font-size: 14px;
	margin-top: 4px
}

.single-feedback-item:after {
	width: 75px;
	height: 75px;
	content: "";
	border-radius: 50%;
	background-color: var(--mainColor);
	position: absolute;
	left: -25px;
	top: -25px;
	z-index: -1
}

.single-feedback-item:before {
	content: "";
	font-family: Flaticon;
	font-size: 100px;
	position: absolute;
	right: 50px;
	color: #e8e8e8;
	z-index: -1;
	bottom: 25px;
	line-height: 1
}

.single-testimonials-item {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	padding-left: 280px
}

.single-testimonials-item .client-img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 150px !important;
	height: 150px;
	border-radius: 50%;
	display: inline-block !important;
	left: 35px
}

.single-testimonials-item p {
	color: var(--blackColor);
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0
}

.single-testimonials-item h3 {
	color: var(--mainColor);
	margin-top: 18px;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700
}

.single-testimonials-item span {
	display: block;
	color: var(--optionalColor);
	font-size: 15px;
	margin-top: 4px
}

.single-testimonials-item:before {
	content: "";
	position: absolute;
	right: 0;
	color: #e8e8e8;
	z-index: -1;
	bottom: 0;
	line-height: 1;
	font-family: Flaticon;
	font-size: 100px
}

.single-testimonials-item .shape-img img {
	width: auto !important;
	display: inline-block !important;
	position: absolute
}

.single-testimonials-item .shape-img img.shape-1 {
	position: absolute;
	left: 13%;
	top: 11%;
	z-index: -1;
	animation: movescale 4s linear infinite
}

.single-testimonials-item .shape-img img.shape-2 {
	left: 0;
	top: 8px;
	z-index: -3;
	animation-name: rotateme;
	animation-duration: 100s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.single-testimonials-item .shape-img img.shape-3 {
	left: 20px;
	animation: moveleftbounce 4s linear infinite;
	bottom: -30px;
	z-index: -2
}

.single-feedback-box {
	border: 1px solid #ffe8e3;
	position: relative;
	z-index: 1;
	padding: 40px;
	background-color: #fffaf3;
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden
}

.single-feedback-box p {
	color: #606060;
	line-height: 1.8;
	font-size: var(--fontSize);
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0
}

.single-feedback-box .client-info {
	margin-top: 25px
}

.single-feedback-box .client-info img {
	width: 55px;
	height: 55px
}

.single-feedback-box .client-info .title {
	margin-left: 15px
}

.single-feedback-box .client-info .title h3 {
	margin-bottom: 0;
	color: var(--mainColor);
	font-size: 17px;
	font-weight: 700
}

.single-feedback-box .client-info .title span {
	display: block;
	color: var(--optionalColor);
	font-size: 14px;
	margin-top: 4px
}

.single-feedback-box:before {
	content: "";
	position: absolute;
	right: 50px;
	color: #ebe6e0;
	z-index: -1;
	bottom: 25px;
	line-height: 1;
	font-family: Flaticon;
	font-size: 100px
}

.single-testimonials-box {
	max-width: 1110px;
	text-align: center;
	padding-right: 90px;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto
}

.single-testimonials-box .client-img {
	width: 150px !important;
	height: 150px;
	border-radius: 50%;
	margin-bottom: 50px
}

.single-testimonials-box p {
	margin-bottom: 0;
	color: var(--blackColor);
	font-size: 24px;
	font-weight: 600
}

.single-testimonials-box h3 {
	color: var(--mainColor);
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700
}

.single-testimonials-box span {
	display: block;
	color: var(--optionalColor);
	font-size: 15px;
	margin-top: 4px
}

.single-testimonials-box:before {
	content: "";
	position: absolute;
	right: 0;
	color: #e7e2d9;
	z-index: -1;
	bottom: 120px;
	line-height: 1;
	font-family: Flaticon;
	font-size: 195px
}

.single-testimonials-box .shape-img img {
	width: auto !important;
	display: inline-block !important;
	position: absolute
}

.single-testimonials-box .shape-img img.shape-1 {
	position: absolute;
	left: 165px;
	top: 0;
	z-index: -1;
	animation: movescale 4s linear infinite;
	right: 0;
	margin: 0 auto
}

.single-testimonials-box .shape-img img.shape-2 {
	left: -115px;
	top: -80px;
	z-index: -3;
	right: 0;
	margin: 0 auto;
	animation-name: rotateme;
	animation-duration: 100s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.single-testimonials-box .shape-img img.shape-3 {
	left: 0;
	animation: moveleftbounce 4s linear infinite;
	top: 50px;
	z-index: -2;
	right: 35px;
	margin: 0 auto
}

.single-feedback-item-box {
	position: relative;
	z-index: 1;
	border-radius: 5px;
	padding: 30px;
	background-color: var(--mainColor)
}

.single-feedback-item-box:after {
	content: "";
	position: absolute;
	right: 90px;
	color: var(--whiteColor);
	z-index: -1;
	bottom: 125px;
	line-height: 1;
	opacity: .35;
	font-family: Flaticon;
	font-size: 100px
}

.single-feedback-item-box p {
	color: var(--whiteColor)
}

.single-feedback-item-box .client-info {
	margin-top: 25px
}

.single-feedback-item-box .client-info img {
	width: 55px !important;
	height: 55px;
	border-radius: 50%;
	display: inline-block !important
}

.single-feedback-item-box .client-info .title {
	margin-left: 15px
}

.single-feedback-item-box .client-info .title h3 {
	color: var(--whiteColor);
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 800
}

.single-feedback-item-box .client-info .title span {
	color: var(--whiteColor);
	display: block
}

.feedback-area.bg-6ba292 .divider2, .feedback-area.bg-6ba292 .divider3 {
	background-color: var(--secondaryColor)
}

.feedback-area.bg-6ba292 .single-feedback-box {
	background-color: initial;
	border-color: #8ab6a9
}

.feedback-area.bg-6ba292 .single-feedback-box .client-info .title h3, .feedback-area.bg-6ba292 .single-feedback-box .client-info .title span, .feedback-area.bg-6ba292 .single-feedback-box p {
	color: var(--whiteColor)
}

.feedback-area.bg-6ba292 .single-feedback-box:before {
	color: #909279
}

.testimonials-slides-two {
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto
}

.testimonials-item {
	z-index: 1;
	padding: 100px;
	background-color: #fff8f8;
	border-radius: 5px;
	position: relative
}

.testimonials-item p {
	font-size: 18px;
	line-height: 1.8
}

.testimonials-item h3 {
	color: var(--mainColor);
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700
}

.testimonials-item span {
	display: block;
	color: var(--optionalColor);
	font-size: 15px;
	margin-top: 4px
}

.testimonials-item img {
	display: inline-block !important;
	width: auto !important;
	text-align: center
}

.testimonials-item:before {
	opacity: .04;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	line-height: 1;
	font-family: Flaticon;
	font-size: 200px;
	margin-top: 10px;
	margin-left: 50px
}

@media only screen and (max-width:767px) {
	.feedback-content {
		text-align: center
	}
	.feedback-content .sub-title {
		font-size: 12.5px
	}
	.feedback-content h2 {
		font-size: 25px
	}
	.feedback-content .feedback-slides {
		margin-bottom: 20px
	}
	.single-feedback-item {
		text-align: start;
		padding: 25px
	}
	.single-feedback-item:after {
		display: none
	}
	.single-feedback-item p {
		font-size: 15px
	}
	.single-feedback-item:before {
		font-size: 60px;
		right: 25px;
		bottom: 60px
	}
	.feedback-info, .feedback-info p {
		margin-top: 0
	}
	.single-testimonials-item {
		padding-left: 0
	}
	.single-testimonials-item .client-img {
		position: relative;
		left: 0;
		width: 120px !important;
		height: 120px;
		top: 0;
		transform: translateY(0);
		margin-bottom: 20px
	}
	.single-testimonials-item h3 {
		font-size: 18px
	}
	.single-testimonials-item .shape-img {
		display: none
	}
	.single-testimonials-item p {
		font-size: 16px;
		line-height: 1.8
	}
	.single-feedback-box {
		padding: 25px
	}
	.single-feedback-box:before {
		right: 20px;
		bottom: 50px;
		font-size: 70px
	}
	.single-testimonials-box {
		max-width: 100%;
		padding-right: 0
	}
	.single-testimonials-box .client-img {
		margin-bottom: 35px
	}
	.single-testimonials-box p {
		font-size: 18px;
		line-height: 1.6
	}
	.single-testimonials-box .shape-img img.shape-2 {
		display: none !important
	}
	.single-testimonials-box:before {
		bottom: -15px;
		font-size: 100px
	}
	.single-feedback-item-box .client-info .title h3 {
		font-size: 18px
	}
	.single-feedback-item-box:after {
		right: 40px;
		bottom: 125px;
		font-size: 71px
	}
	.testimonials-slides-two {
		max-width: 100%
	}
	.testimonials-item {
		padding: 20px 15px;
		text-align: center
	}
	.testimonials-item p {
		font-size: 14px
	}
	.testimonials-item img {
		margin-top: 25px
	}
	.testimonials-item span {
		font-size: 14px
	}
	.testimonials-item h3 {
		font-size: 17px
	}
	.testimonials-item:before {
		font-size: 150px;
		margin-left: 0;
		margin-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.feedback-content {
		text-align: center
	}
	.feedback-content .sub-title {
		font-size: 13.5px
	}
	.feedback-content h2 {
		font-size: 30px
	}
	.single-feedback-item {
		text-align: start
	}
	.single-testimonials-item {
		padding-left: 255px
	}
	.single-testimonials-item p {
		font-size: 17px
	}
	.single-testimonials-item h3 {
		font-size: 19px
	}
	.single-testimonials-item span {
		font-size: 14px
	}
	.single-feedback-box {
		padding: 25px
	}
	.single-testimonials-box {
		max-width: 645px;
		padding-right: 50px
	}
	.single-testimonials-box p {
		font-size: 18px
	}
	.testimonials-slides-two {
		max-width: 100%
	}
	.testimonials-item {
		padding: 50px;
		text-align: center
	}
	.testimonials-item img {
		margin-top: 25px
	}
	.testimonials-item p {
		font-size: 16px
	}
	.testimonials-item h3 {
		margin-bottom: 2px;
		font-size: 18px
	}
	.testimonials-item span {
		font-size: 14px
	}
	.testimonials-item:before {
		opacity: .03;
		margin-left: 0;
		margin-right: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.feedback-content h2 {
		font-size: 29px
	}
	.single-feedback-item {
		padding: 50px 80px 50px 40px
	}
	.single-testimonials-box {
		max-width: 800px;
		padding-right: 50px
	}
	.single-testimonials-box:before {
		bottom: 120px;
		font-size: 150px
	}
	.single-testimonials-box p {
		font-size: 20px
	}
	.single-testimonials-box .shape-img img.shape-2 {
		left: -85px;
		top: -55px
	}
	.testimonials-item {
		padding: 70px
	}
}

@media only screen and (min-width:1200px) and (max-width:1355px) {
	.testimonials-slides-two {
		max-width: 1050px
	}
}

.funfacts-and-feedback-area {
	position: relative;
	z-index: 1;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: cover
}

.funfacts-and-feedback-area .shape4 {
	right: 21%;
	bottom: 41%
}

.funfacts-and-feedback-area .shape3 {
	right: 23%;
	bottom: 22%
}

.funfacts-and-feedback-area .shape2 {
	left: auto;
	bottom: 3%;
	right: 25%
}

.funfacts-list .single-funfacts-box {
	margin-bottom: 0
}

.funfacts-list .row .col-lg-6:first-child .single-funfacts-box {
	margin-top: 60px;
	margin-bottom: 30px
}

.funfacts-list .row .col-lg-6:first-child .single-funfacts-box:before {
	animation-duration: 60s
}

.funfacts-list .row .col-lg-6:nth-child(2) .single-funfacts-box {
	border-color: var(--mainColor)
}

.funfacts-list .row .col-lg-6:nth-child(2) .single-funfacts-box:before {
	animation-duration: 70s
}

.funfacts-list .row .col-lg-6:nth-child(3) .single-funfacts-box {
	border-color: #ad8360
}

.funfacts-list .row .col-lg-6:nth-child(3) .single-funfacts-box:before {
	animation-duration: 80s
}

.funfacts-list .row .col-lg-6:nth-child(4) .single-funfacts-box {
	border-color: #221638;
	margin-top: -60px
}

.funfacts-list .row .col-lg-6:nth-child(4) .single-funfacts-box:before {
	animation-duration: 90s
}

.single-funfacts-box {
	margin-bottom: 30px;
	background-color: #eee8e2;
	text-align: center;
	border: 1px dashed #308800;
	transition: var(--transition);
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 100px 40px
}

.single-funfacts-box h3 {
	margin-bottom: 0;
	color: var(--mainColor);
	font-size: 44px;
	font-weight: 800
}

.single-funfacts-box h3 span {
	font-size: 48px
}

.single-funfacts-box h3 .odometer {
	position: relative;
	top: -2px
}

.single-funfacts-box p {
	text-transform: uppercase;
	color: var(--blackColor);
	line-height: 1;
	margin-top: 10px;
	font-weight: 700;
	font-size: 15px
}

.single-funfacts-box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 10px;
	opacity: .7;
	z-index: -1;
	background-image: url(./assets/img/funfacts-shape.png);
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	animation-name: rotateme;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.single-funfacts-box:hover {
	border-color: var(--mainColor)
}

@media only screen and (max-width:767px) {
	.funfacts-list .single-funfacts-box {
		margin-bottom: 0 !important;
		margin-top: 30px !important
	}
	.single-funfacts-box {
		padding: 40px 20px
	}
	.single-funfacts-box h3 {
		font-size: 30px
	}
	.single-funfacts-box h3 span {
		font-size: 35px
	}
	.single-funfacts-box p {
		font-size: 13px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.funfacts-list {
		margin-top: 40px
	}
	.single-funfacts-box {
		padding: 80px 25px
	}
	.single-funfacts-box h3 {
		font-size: 36px
	}
	.single-funfacts-box h3 span {
		font-size: 40px
	}
	.single-funfacts-box p {
		font-size: 14px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-funfacts-box {
		padding: 75px 20px
	}
	.single-funfacts-box h3 {
		font-size: 35px
	}
	.single-funfacts-box h3 span {
		font-size: 40px
	}
	.single-funfacts-box p {
		font-size: 14px
	}
}

.get-instant-courses-inner-area {
	position: relative;
	z-index: 1;
	background-color: #f9f9f9;
	border-radius: 5px
}

.get-instant-courses-inner-area .row {
	margin-left: 0;
	margin-right: 0
}

.get-instant-courses-inner-area .row .col-lg-4, .get-instant-courses-inner-area .row .col-lg-8 {
	padding-left: 0;
	padding-right: 0
}

.get-instant-courses-content {
	padding: 70px 70px 30px
}

.get-instant-courses-content .sub-title {
	display: block;
	text-transform: uppercase;
	color: var(--mainColor);
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600
}

.get-instant-courses-content h2 {
	margin-bottom: 12px;
	font-size: 36px;
	font-weight: 800
}

.get-instant-courses-content .default-btn {
	margin-top: 5px
}

.get-instant-courses-image {
	position: relative;
	z-index: 1;
	border-radius: 0 5px 5px 0
}

.get-instant-courses-image img {
	border-radius: 0 5px 5px 0
}

.get-instant-courses-area-two {
	position: relative;
	z-index: 1
}

.get-instant-courses-area-two:before {
	top: 0;
	height: 25px
}

.get-instant-courses-area-two:after, .get-instant-courses-area-two:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	background-color: var(--whiteColor)
}

.get-instant-courses-area-two:after {
	bottom: 0;
	height: 21px
}

.get-instant-courses-area-two .bulb {
	left: 20px;
	width: 180px;
	bottom: 21px
}

.get-instant-courses-content-style-two .sub-title {
	display: block;
	color: var(--mainColor);
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600
}

.get-instant-courses-content-style-two h2 {
	margin-bottom: 15px;
	font-size: 36px;
	font-weight: 800
}

.get-instant-courses-content-style-two p {
	max-width: 620px;
	line-height: 1.8
}

.get-instant-courses-content-style-two .default-btn {
	margin-top: 5px
}

.get-instant-courses-image-style-two {
	text-align: end
}

@media only screen and (max-width:767px) {
	.get-instant-courses-content {
		padding: 30px 20px
	}
	.get-instant-courses-content .sub-title {
		font-size: 13px
	}
	.get-instant-courses-content h2 {
		font-size: 25px
	}
	.get-instant-courses-area-two {
		padding-top: 60px;
		padding-bottom: 60px
	}
	.get-instant-courses-area-two:after, .get-instant-courses-area-two:before {
		display: none
	}
	.get-instant-courses-content-style-two {
		text-align: center
	}
	.get-instant-courses-content-style-two .sub-title {
		font-size: 13px
	}
	.get-instant-courses-content-style-two h2 {
		font-size: 25px
	}
	.get-instant-courses-image-style-two {
		margin-top: 30px;
		text-align: center
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.get-instant-courses-content {
		text-align: center;
		padding: 40px
	}
	.get-instant-courses-content .sub-title {
		font-size: 13.5px
	}
	.get-instant-courses-content h2 {
		font-size: 30px
	}
	.get-instant-courses-area-two {
		padding-top: 80px;
		padding-bottom: 80px
	}
	.get-instant-courses-area-two:after, .get-instant-courses-area-two:before {
		display: none
	}
	.get-instant-courses-content-style-two {
		text-align: center
	}
	.get-instant-courses-content-style-two .sub-title {
		font-size: 13.5px
	}
	.get-instant-courses-content-style-two h2 {
		font-size: 30px
	}
	.get-instant-courses-image-style-two {
		margin-top: 30px;
		text-align: center
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.get-instant-courses-content {
		padding: 30px
	}
	.get-instant-courses-content-style-two h2, .get-instant-courses-content h2 {
		font-size: 30px
	}
}

@media only screen and (min-width:1550px) {
	.get-instant-courses-area-two .bulb {
		width: auto
	}
}

.single-blog-post {
	margin-bottom: 30px;
	position: relative
}

.single-blog-post .post-image {
	border-radius: 5px 5px 0 0
}

.single-blog-post .post-image a {
	border-radius: 5px 5px 0 0;
	overflow: hidden
}

.single-blog-post .post-image a img {
	border-radius: 5px 5px 0 0;
	transition: var(--transition);
	width: 100%
}

.single-blog-post .post-content {
	margin-top: 25px
}

.single-blog-post .post-content .category {
	display: inline-block;
	margin-bottom: 10px;
	color: var(--optionalColor);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700
}

.single-blog-post .post-content .category:hover {
	color: var(--mainColor)
}

.single-blog-post .post-content h3 {
	margin-bottom: 12px;
	line-height: 1.3;
	font-size: 24px;
	font-weight: 800
}

.single-blog-post .post-content h3 a {
	display: inline-block
}

.single-blog-post .post-content .post-content-footer {
	list-style-type: none;
	padding-left: 0;
	margin: 18px -7px 0
}

.single-blog-post .post-content .post-content-footer li {
	color: var(--optionalColor);
	font-size: 15px;
	position: relative;
	padding-left: 29px;
	padding-right: 7px
}

.single-blog-post .post-content .post-content-footer li .post-author img {
	width: 35px;
	height: 35px;
	margin-right: 10px
}

.single-blog-post .post-content .post-content-footer li .post-author span {
	color: var(--mainColor);
	font-weight: 600;
	font-size: 15px
}

.single-blog-post .post-content .post-content-footer li i {
	color: var(--mainColor);
	position: absolute;
	left: 7px;
	top: 0
}

.single-blog-post .post-content .post-content-footer li:first-child {
	padding-left: 7px
}

.single-blog-post:hover .post-image a img {
	transform: rotate(5deg) scale(1.3)
}

.single-blog-post-item {
	margin-bottom: 30px;
	position: relative
}

.single-blog-post-item .post-image {
	border-radius: 5px 5px 0 0
}

.single-blog-post-item .post-image a {
	border-radius: 5px 5px 0 0;
	overflow: hidden
}

.single-blog-post-item .post-image a img {
	border-radius: 5px 5px 0 0;
	transition: var(--transition)
}

.single-blog-post-item .post-content {
	margin-top: 25px
}

.single-blog-post-item .post-content .category {
	display: inline-block;
	margin-bottom: 7px;
	color: var(--optionalColor);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700
}

.single-blog-post-item .post-content .category:hover {
	color: var(--mainColor)
}

.single-blog-post-item .post-content h3 {
	margin-bottom: 0;
	line-height: 1.3;
	font-size: 24px;
	font-weight: 800
}

.single-blog-post-item .post-content h3 a {
	display: inline-block
}

.single-blog-post-item .post-content .post-content-footer {
	list-style-type: none;
	padding-left: 0;
	margin: 20px -7px 0
}

.single-blog-post-item .post-content .post-content-footer li {
	color: var(--optionalColor);
	font-size: 15px;
	position: relative;
	margin-left: 15px;
	padding-left: 29px;
	padding-right: 7px
}

.single-blog-post-item .post-content .post-content-footer li .post-author img {
	width: 35px;
	height: 35px;
	margin-right: 10px
}

.single-blog-post-item .post-content .post-content-footer li .post-author span {
	color: var(--mainColor);
	font-weight: 600;
	font-size: 15px
}

.single-blog-post-item .post-content .post-content-footer li i {
	color: var(--mainColor);
	position: absolute;
	left: 7px;
	top: 0
}

.single-blog-post-item .post-content .post-content-footer li:first-child {
	padding-left: 7px;
	margin-left: 0
}

.single-blog-post-item:hover .post-image a img {
	transform: rotate(5deg) scale(1.3)
}

.blog-post-info {
	border-top: 1px solid #f2f1f3;
	text-align: center;
	padding-top: 30px
}

.blog-post-info p {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0
}

.blog-post-info p a {
	color: var(--mainColor)
}

.blog-post-info p a:hover {
	text-decoration: underline;
	color: var(--blackColor)
}

.blog-post-list .single-blog-post-item .post-content {
	margin-top: 20px
}

.single-blog-post-box {
	margin-bottom: 30px;
	position: relative
}

.single-blog-post-box .post-image {
	border-radius: 5px 5px 0 0
}

.single-blog-post-box .post-image a {
	border-radius: 5px 5px 0 0;
	overflow: hidden
}

.single-blog-post-box .post-image a img {
	border-radius: 5px 5px 0 0;
	transition: var(--transition)
}

.single-blog-post-box .post-content {
	background-color: #fffaf3;
	padding: 25px
}

.single-blog-post-box .post-content .category {
	display: inline-block;
	margin-bottom: 7px;
	color: var(--optionalColor);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700
}

.single-blog-post-box .post-content .category:hover {
	color: var(--mainColor)
}

.single-blog-post-box .post-content h3 {
	margin-bottom: 12px;
	line-height: 1.3;
	font-size: 24px;
	font-weight: 800
}

.single-blog-post-box .post-content h3 a {
	display: inline-block
}

.single-blog-post-box .post-content .post-content-footer {
	list-style-type: none;
	padding-left: 0;
	margin: 20px -7px 0
}

.single-blog-post-box .post-content .post-content-footer li {
	color: var(--optionalColor);
	font-size: 15px;
	position: relative;
	padding-left: 29px;
	padding-right: 7px
}

.single-blog-post-box .post-content .post-content-footer li .post-author img {
	width: 35px;
	height: 35px;
	margin-right: 10px
}

.single-blog-post-box .post-content .post-content-footer li .post-author span {
	color: var(--mainColor);
	font-weight: 600;
	font-size: 15px
}

.single-blog-post-box .post-content .post-content-footer li i {
	color: var(--mainColor);
	position: absolute;
	left: 7px;
	top: 0
}

.single-blog-post-box .post-content .post-content-footer li:first-child {
	padding-left: 7px
}

.single-blog-post-box:hover .post-image a img {
	transform: rotate(5deg) scale(1.3)
}

.blog-items {
	margin-left: -15px;
	margin-right: -15px
}

.single-blog-item {
	margin-bottom: 30px;
	position: relative
}

.single-blog-item .post-image {
	border-radius: 5px 5px 0 0;
	position: relative;
	z-index: 1
}

.single-blog-item .post-image a {
	border-radius: 5px 5px 0 0;
	overflow: hidden
}

.single-blog-item .post-image a img {
	border-radius: 5px 5px 0 0;
	transition: var(--transition);
	width: 100%
}

.single-blog-item .post-image:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(./assets//img/shape-style1.png);
	background-position: bottom;
	background-repeat: no-repeat
}

.single-blog-item .post-image .link-btn {
	border-radius: 0;
	overflow: unset;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2
}

.single-blog-item .post-content .category {
	display: inline-block;
	margin-bottom: 10px;
	color: var(--optionalColor);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700
}

.single-blog-item .post-content .category:hover {
	color: var(--mainColor)
}

.single-blog-item .post-content h3 {
	margin-bottom: 0;
	line-height: 1.3;
	font-size: 24px;
	font-weight: 800
}

.single-blog-item .post-content h3 a {
	display: inline-block
}

@media only screen and (max-width:767px) {
	.single-blog-post .post-content .category {
		font-size: 12px
	}
	.single-blog-post .post-content h3 {
		font-size: 18px
	}
	.single-blog-post .post-content .post-content-footer {
		margin-top: 15px
	}
	.blog-post-info {
		padding-top: 25px
	}
	.blog-post-info p {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0
	}
	.single-blog-post-item .post-content .category {
		font-size: 12px
	}
	.single-blog-post-item .post-content h3 {
		font-size: 18px
	}
	.single-blog-post-item .post-content .post-content-footer {
		margin-top: 15px
	}
	.single-blog-post-box .post-content {
		padding: 20px
	}
	.single-blog-post-box .post-content .category {
		font-size: 12px
	}
	.single-blog-post-box .post-content h3 {
		font-size: 18px
	}
	.single-blog-post-box .post-content .post-content-footer {
		margin-top: 15px
	}
	.single-blog-post-box .post-content .post-content-footer li {
		font-size: 14px
	}
	.single-blog-post-box .post-content .post-content-footer li .post-author img {
		display: none
	}
	.single-blog-post-box .post-content .post-content-footer li .post-author span {
		font-size: 14px
	}
	.single-blog-item .post-image:before {
		display: none
	}
	.single-blog-item .post-content {
		padding-top: 20px
	}
	.single-blog-item .post-content .category {
		font-size: 13px
	}
	.single-blog-item .post-content h3 {
		font-size: 18px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-blog-post .post-content .category {
		font-size: 13px
	}
	.single-blog-post .post-content h3 {
		margin-bottom: 0;
		font-size: 19px
	}
	.single-blog-post .post-content .post-content-footer {
		margin-top: 15px
	}
	.blog-post-info {
		padding-top: 25px
	}
	.single-blog-post-item .post-content .category {
		font-size: 13px
	}
	.single-blog-post-item .post-content h3 {
		font-size: 19px
	}
	.single-blog-post-box .post-content .category {
		font-size: 13px
	}
	.single-blog-post-box .post-content h3 {
		margin-bottom: 0;
		font-size: 19px
	}
	.single-blog-post-box .post-content .post-content-footer {
		margin-top: 15px
	}
	.single-blog-item .post-content h3 {
		font-size: 20px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-blog-post-box .post-content h3, .single-blog-post-item .post-content h3, .single-blog-post .post-content h3 {
		font-size: 20px
	}
	.single-blog-item .post-content h3 {
		font-size: 21px
	}
}

.view-all-courses-area {
	padding-top: 20px;
	position: relative;
	z-index: 1
}

.view-all-courses-area .row {
	margin-left: 0;
	margin-right: 0
}

.view-all-courses-area .row .col-lg-6 {
	padding-left: 0;
	padding-right: 0
}

.view-all-courses-content {
	margin-left: auto;
	position: relative;
	z-index: 1;
	max-width: 600px
}

.view-all-courses-content .sub-title {
	display: block;
	text-transform: uppercase;
	color: var(--mainColor);
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600
}

.view-all-courses-content h2 {
	margin-bottom: 0;
	font-size: 36px;
	font-weight: 800
}

.view-all-courses-content p {
	margin-top: 12px
}

.view-all-courses-content .default-btn {
	margin-top: 10px
}

.view-all-courses-image {
	margin-left: -270px;
	text-align: center
}

.view-all-courses-image img {
	width: 100%
}

.view-all-courses-area-two {
	position: relative;
	z-index: 1
}

.view-all-courses-area-two .view-all-courses-content {
	margin-left: 0;
	max-width: 100%
}

.view-all-courses-area-two .view-all-courses-image {
	margin-left: 0;
	position: relative;
	z-index: 1
}

.view-all-courses-area-two .view-all-courses-image img {
	width: auto
}

@media only screen and (max-width:767px) {
	.view-all-courses-area {
		padding-top: 60px
	}
	.view-all-courses-content {
		text-align: center
	}
	.view-all-courses-content .sub-title {
		font-size: 13px
	}
	.view-all-courses-content h2 {
		font-size: 25px
	}
	.view-all-courses-image {
		margin-top: 30px;
		margin-left: 0
	}
	.view-all-courses-area-two.ptb-70 {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.view-all-courses-area .container-fluid {
		max-width: 540px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.view-all-courses-area {
		padding-top: 80px
	}
	.view-all-courses-area .container-fluid {
		max-width: 720px
	}
	.view-all-courses-content {
		max-width: 650px;
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}
	.view-all-courses-content .sub-title {
		font-size: 13.5px
	}
	.view-all-courses-content h2 {
		max-width: 520px;
		font-size: 30px;
		margin-left: auto;
		margin-right: auto
	}
	.view-all-courses-content p {
		max-width: 515px;
		margin-left: auto;
		margin-right: auto
	}
	.view-all-courses-image {
		margin-left: 0;
		margin-top: 30px
	}
	.view-all-courses-area-two {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.view-all-courses-area .container-fluid {
		max-width: 960px
	}
	.view-all-courses-content h2 {
		font-size: 30px
	}
	.view-all-courses-image {
		margin-top: 85px
	}
	.view-all-courses-area-two .view-all-courses-image {
		margin-top: 0
	}
}

.premium-access-content {
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto
}

.premium-access-content .sub-title {
	display: block;
	text-transform: uppercase;
	color: var(--mainColor);
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600
}

.premium-access-content h2 {
	max-width: 615px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 36px;
	font-weight: 800
}

.premium-access-content p {
	max-width: 615px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px
}

.premium-access-content .default-btn {
	margin-top: 10px
}

@media only screen and (max-width:767px) {
	.premium-access-content {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0
	}
	.premium-access-content .sub-title {
		font-size: 12.5px
	}
	.premium-access-content h2 {
		max-width: 100%;
		font-size: 25px;
		margin-left: 0;
		margin-right: 0
	}
	.premium-access-content p {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.premium-access-content {
		max-width: 650px
	}
	.premium-access-content .sub-title {
		font-size: 13.5px
	}
	.premium-access-content h2 {
		max-width: 520px;
		font-size: 30px
	}
	.premium-access-content p {
		max-width: 515px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.premium-access-content h2 {
		font-size: 30px
	}
}

.owl-theme {
	display: block;
}

.video-box {
	position: relative;
	border-radius: 5px;
	max-width: 800px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px
}

.video-box .image {
	overflow: hidden;
	border-radius: 5px
}

.video-box .image img {
	border-radius: 5px;
	transition: var(--transition)
}

.video-box .video-btn {
	display: inline-block;
	width: 80px;
	height: 80px;
	font-size: 35px;
	text-align: center;
	line-height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	background-color: var(--mainColor);
	border-radius: 50%;
	color: var(--whiteColor)
}

.video-box .video-btn:after, .video-box .video-btn:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	transition: var(--transition);
	border-radius: 50%;
	border: 1px solid var(--mainColor)
}

.video-box .video-btn:before {
	animation: ripple 2s linear infinite
}

.video-box .video-btn:after {
	animation: ripple 2s linear 1s infinite
}

.video-box .video-btn:hover {
	color: var(--whiteColor);
	background-color: var(--blackColor)
}

.video-box .video-btn:hover:after, .video-box .video-btn:hover:before {
	border-color: var(--blackColor)
}

.video-box:hover .image img {
	transform: scale3d(1.1, 1.1, 1.1)
}

.video-area {
	z-index: 1;
	position: relative
}

.video-area:before {
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	height: 50%;
	z-index: -1;
	position: absolute;
	background-color: #fff8f8
}

@media only screen and (max-width:767px) {
	.video-box {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-top: 60px
	}
	.video-box .video-btn {
		width: 65px;
		height: 65px;
		font-size: 30px;
		line-height: 65px
	}
}

.banner-wrapper {
	height: 1000px;
	position: relative;
	background-position: top;
	background-color: var(--blackColor)
}

.banner-wrapper,
.banner-wrapper:before {
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat
}

.banner-wrapper:before {
	height: 512px;
	width: 100%;
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background-position: 50%;
	background-image: url(./assets/img/banner-shape11.png)
}

.banner-wrapper-text {
	position: relative;
	z-index: 2;
	max-width: 590px;
	margin-left: auto;
	margin-top: -200px
}

.banner-wrapper-text h1 {
	margin-bottom: 22px;
	color: var(--whiteColor);
	font-size: 48px;
	font-weight: 800
}

.banner-wrapper-text p {
	color: var(--whiteColor);
	max-width: 500px;
	font-size: 16.5px
}

.banner-wrapper-text .default-btn {
	margin-top: 10px
}

@media only screen and (max-width:767px) {
	.banner-wrapper {
		height: auto;
		padding-top: 120px;
		padding-bottom: 100px
	}

	.banner-wrapper:before {
		display: none
	}

	.banner-wrapper-text {
		max-width: 100%;
		text-align: center;
		margin-top: 0;
		margin-left: 0
	}

	.banner-wrapper-text p {
		max-width: 100%;
		font-weight: 500;
		font-size: 15px
	}

	.banner-wrapper-text h1 {
		margin-bottom: 15px;
		font-size: 28px
	}

	.banner-wrapper-text .default-btn {
		margin-top: 5px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-wrapper {
		height: 920px
	}

	.banner-wrapper-text {
		margin-top: -150px;
		max-width: 510px
	}

	.banner-wrapper-text h1 {
		margin-bottom: 20px;
		font-size: 38px
	}

	.banner-wrapper-text p {
		font-size: 16px;
		line-height: 1.8
	}
}
.boxes-area {
	position: relative;
	z-index: 2
}

.boxes-area.boxes-style-two .single-box-item {
	top: -130px;
	margin-bottom: -130px
}

.single-box-item {
	text-align: center;
	border-radius: 8px;
	background-color: var(--whiteColor);
	padding: 70px 30px 40px;
	transition: var(--transition);
	top: -250px;
	position: relative;
	margin-bottom: -250px
}

.single-box-item .icon {
	font-size: 65px;
	line-height: 1;
	position: relative;
	margin-bottom: 40px;
	z-index: 1
}

.single-box-item .icon img {
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	z-index: -1;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.single-box-item h3 {
	margin-bottom: 12px;
	font-size: 23px;
	font-weight: 800
}

.single-box-item p {
	margin-bottom: 12px
}

.single-box-item .link-btn {
	display: inline-block;
	color: var(--mainColor);
	font-size: 15px;
	font-weight: 700
}

.single-box-item .link-btn:hover {
	color: var(--blackColor)
}

.single-box-item:hover {
	box-shadow: 0 8px 16px 0 #92b8ff33;
	transform: translateY(-10px)
}

.single-box-item .image {
	margin-bottom: 30px
}

.boxes-info {
	text-align: center;
	margin-top: 30px
}

.boxes-info p {
	line-height: normal;
	font-weight: 600
}

.boxes-info p a {
	font-weight: 700;
	color: var(--mainColor)
}

.boxes-info p a:hover {
	color: var(--blackColor)
}

@media only screen and (max-width:767px) {
	.boxes-area {
		padding-top: 30px
	}

	.boxes-area.boxes-style-two .single-box-item,
	.single-box-item {
		top: 0;
		margin-bottom: 0
	}

	.single-box-item {
		padding: 55px 20px 25px;
		margin-top: 30px
	}

	.single-box-item .icon {
		font-size: 50px;
		margin-bottom: 50px
	}

	.single-box-item h3 {
		font-size: 18px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {

	.boxes-area .col-lg-4:first-child .single-box-item,
	.boxes-area .col-lg-4:nth-child(2) .single-box-item {
		top: -240px;
		margin-bottom: -240px;
		margin-top: 0
	}

	.boxes-area.boxes-style-two .single-box-item {
		top: 0;
		margin-bottom: 0
	}

	.boxes-area.boxes-style-two .col-lg-4:first-child,
	.boxes-area.boxes-style-two .col-lg-4:nth-child(2) {
		top: -150px;
		margin-bottom: -150px
	}

	.single-box-item {
		padding: 60px 25px 30px;
		top: 0;
		margin-bottom: 0;
		margin-top: 30px
	}

	.single-box-item .icon {
		font-size: 55px;
		margin-bottom: 45px
	}

	.single-box-item .icon img {
		top: -25px
	}

	.single-box-item h3 {
		font-size: 19px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-box-item {
		padding: 60px 15px 30px
	}

	.single-box-item h3 {
		font-size: 20px
	}
}
.about-area-three {
	position: relative;
	z-index: 1
}

.about-area-three .shape3 {
	right: 12%;
	bottom: auto;
	top: 38%
}

.about-area-three .shape4 {
	right: 8%;
	bottom: auto;
	top: 20%
}

.about-content-box .sub-title {
	display: block;
	text-transform: uppercase;
	color: var(--mainColor);
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600
}

.about-content-box h2 {
	margin-bottom: 16px;
	font-size: 36px;
	font-weight: 800
}

.about-content-box .link-btn {
	display: inline-block;
	color: var(--mainColor);
	position: relative;
	border-bottom: 1px solid #0000;
	font-weight: 700
}

.about-content-box .link-btn:hover {
	color: var(--blackColor);
	border-color: var(--blackColor)
}

.about-content-box .default-btn {
	margin-top: 10px
}

.about-img {
	position: relative;
	z-index: 1
}

.about-img .image {
	text-align: end;
	position: relative;
	padding-bottom: 45px
}

.about-img .image img:nth-child(2) {
	position: absolute;
	left: 80px;
	bottom: 0
}

@media only screen and (max-width:767px) {
	.about-content-box {
		padding-left: 0;
		text-align: center
	}

	.about-content-box .sub-title {
		font-size: 12.5px
	}

	.about-content-box h2 {
		font-size: 25px
	}

	.about-img {
		margin-top: 30px
	}

	.about-img .image {
		text-align: center;
		padding-bottom: 0
	}

	.about-img .image img {
		width: 100%
	}

	.about-img .image img:nth-child(2) {
		position: relative;
		left: 0;
		bottom: 0;
		margin-top: 25px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.about-img .image {
		padding-bottom: 45px
	}

	.about-img .image img {
		width: auto
	}

	.about-img .image img:nth-child(2) {
		position: absolute;
		left: 40px;
		bottom: 0;
		margin-top: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-content-box {
		text-align: center
	}

	.about-content-box .sub-title {
		font-size: 13.5px
	}

	.about-content-box h2 {
		font-size: 30px
	}

	.about-img {
		margin-top: 30px
	}

	.about-img .image {
		text-align: center
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-content-box h2 {
		font-size: 30px
	}
}
.funfacts-area.bg-black {
	background-color: var(--blackColor);
	position: relative;
	z-index: 1
}

.funfacts-area.bg-black .col-lg-3 {
	border: none
}

.funfacts-area.bg-black:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: var(--whiteColor);
	height: 250px
}

.funfacts-area .col-lg-3 {
	border-right: 1px solid #eaecf0
}

.funfacts-area .col-lg-3:last-child {
	border-right: none
}

.funfacts-area-two .col-lg-3 {
	border-right: 1px solid #f4f3f5
}

.funfacts-area-two .col-lg-3:last-child {
	border-right: none
}

.single-funfacts-item {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px
}

.single-funfacts-item h3 {
	margin-bottom: 0;
	color: var(--mainColor);
	font-size: 44px;
	font-weight: 800
}

.single-funfacts-item h3 span {
	font-size: 48px
}

.single-funfacts-item h3 .odometer {
	position: relative;
	top: -2px
}

.single-funfacts-item p {
	text-transform: uppercase;
	color: var(--blackColor);
	line-height: 1;
	margin-top: 10px;
	font-weight: 700;
	font-size: 16px
}

.single-funfacts-item.with-box-shadow {
	margin-bottom: 30px;
	background-color: var(--whiteColor);
	box-shadow: 0 8px 16px 0 #92b8ff33;
	border: none;
	background-image: url(bg2.76eb51b94b24fb0f6ec2.jpg);
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 30px
}

.single-funfacts {
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-top: 100px;
	padding-bottom: 100px
}

.single-funfacts img {
	position: absolute;
	left: 0;
	right: 0;
	opacity: .8;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	margin-left: auto;
	margin-right: auto
}

.single-funfacts h3 {
	margin-bottom: 0;
	color: var(--mainColor);
	font-size: 44px;
	font-weight: 800
}

.single-funfacts h3 span {
	font-size: 48px
}

.single-funfacts h3 .odometer {
	position: relative;
	top: -2px
}

.single-funfacts p {
	text-transform: uppercase;
	color: var(--blackColor);
	line-height: 1;
	margin-top: 8px;
	font-weight: 700;
	font-size: 16px
}

@media only screen and (max-width:767px) {
	.funfacts-area .col-lg-3 {
		border-right: none
	}

	.funfacts-area .col-lg-3:first-child .single-funfacts-item {
		padding-top: 60px
	}

	.funfacts-area .col-lg-3:last-child .single-funfacts-item {
		border-bottom: none;
		padding-bottom: 60px
	}

	.funfacts-area.bg-black:before {
		height: 135px
	}

	.single-funfacts-item {
		border-bottom: 1px solid #eaecf0;
		padding-top: 30px;
		padding-bottom: 30px
	}

	.single-funfacts-item h3 {
		font-size: 30px
	}

	.single-funfacts-item h3 span {
		font-size: 35px
	}

	.single-funfacts-item p {
		font-size: 13px
	}

	.single-funfacts-item.with-box-shadow {
		padding: 30px 15px
	}

	.funfacts-area-two .col-lg-3 {
		border-right: none
	}

	.funfacts-area-two .col-lg-3:first-child .single-funfacts {
		padding-top: 0
	}

	.funfacts-area-two .col-lg-3:last-child .single-funfacts {
		border-bottom: none;
		padding-bottom: 0
	}

	.single-funfacts {
		border-bottom: 1px solid #eaecf0;
		padding-top: 30px;
		padding-bottom: 30px
	}

	.single-funfacts img {
		display: none
	}

	.single-funfacts h3 {
		font-size: 30px
	}

	.single-funfacts h3 span {
		font-size: 35px
	}

	.single-funfacts p {
		font-size: 13px
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.funfacts-area .col-lg-3:nth-child(2) .single-funfacts-item {
		padding-top: 60px
	}

	.funfacts-area .col-lg-3:nth-child(3) .single-funfacts-item {
		border-bottom: none
	}

	.funfacts-area-two .col-lg-3:nth-child(2) .single-funfacts {
		padding-top: 0
	}

	.funfacts-area-two .col-lg-3:nth-child(3) .single-funfacts {
		border-bottom: none
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-funfacts-item {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.single-funfacts-item h3 {
		font-size: 36px
	}

	.single-funfacts-item h3 span {
		font-size: 40px
	}

	.single-funfacts-item p {
		font-size: 15px;
		text-transform: capitalize
	}

	.single-funfacts {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.single-funfacts h3 {
		font-size: 36px
	}

	.single-funfacts h3 span {
		font-size: 40px
	}

	.single-funfacts p {
		font-size: 15px;
		text-transform: capitalize
	}

	.funfacts-area.bg-black:before {
		height: 165px
	}

	.single-funfacts-item.with-box-shadow {
		padding: 50px 20px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-funfacts-item h3 {
		font-size: 35px
	}

	.single-funfacts-item h3 span {
		font-size: 40px
	}

	.single-funfacts-item p {
		font-size: 14px
	}

	.single-funfacts h3 {
		font-size: 35px
	}

	.single-funfacts h3 span {
		font-size: 40px
	}

	.single-funfacts p {
		font-size: 14px
	}

	.funfacts-area.bg-black:before {
		height: 185px
	}

	.single-funfacts-item.with-box-shadow {
		padding: 60px 15px
	}
}
.single-courses-box {
	margin-bottom: 30px;
	position: relative;
	border-radius: 5px;
	background-color: var(--whiteColor);
	box-shadow: 0 8px 16px 0 #92b8ff33
}

.single-courses-box .courses-image {
	border-radius: 5px 5px 0 0;
	position: relative;
	z-index: 1
}

.single-courses-box .courses-image .image,
.single-courses-box .courses-image .image img {
	border-radius: 5px 5px 0 0
}

.single-courses-box .courses-image .fav {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
	color: var(--whiteColor);
	font-size: 30px;
	line-height: 1
}

.single-courses-box .courses-image .fav:hover {
	color: var(--mainColor)
}

.single-courses-box .courses-image .price {
	display: inline-block;
	background-color: var(--mainColor);
	color: var(--whiteColor);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	bottom: -32.5px;
	text-align: center;
	line-height: 67px;
	font-size: 24px;
	font-weight: 800
}

.single-courses-box .courses-image .price.bg-45a393 {
	background-color: var(--secondaryColor)
}

.single-courses-box .courses-content {
	border-radius: 0 0 5px 5px;
	padding: 30px
}

.single-courses-box .courses-content .course-author {
	margin-bottom: 15px
}

.single-courses-box .courses-content .course-author img {
	width: 35px;
	height: 35px;
	margin-right: 10px
}

.single-courses-box .courses-content .course-author span {
	color: var(--mainColor);
	font-weight: 600;
	font-size: 15px
}

.single-courses-box .courses-content h3 {
	margin-bottom: 12px;
	line-height: 1.3;
	font-size: 24px;
	font-weight: 800
}

.single-courses-box .courses-content h3 a {
	display: inline-block
}

.single-courses-box .courses-content .courses-box-footer {
	list-style-type: none;
	padding-left: 0;
	margin: 20px -7px 0
}

.single-courses-box .courses-content .courses-box-footer li {
	color: var(--optionalColor);
	font-size: 15px;
	position: relative;
	padding-left: 25px;
	padding-right: 7px
}

.single-courses-box .courses-content .courses-box-footer li i {
	color: var(--mainColor);
	position: absolute;
	left: 7px;
	top: 0
}

.single-courses-box .courses-content .courses-box-footer li i.flaticon-people {
	font-size: 18px;
	left: 3px
}

.single-courses-box.bg-color {
	background-color: #fffaf3;
	box-shadow: unset;
	transition: var(--transition)
}

.single-courses-box.bg-color .courses-content h3 {
	margin-bottom: 10px
}

.single-courses-box.bg-color:hover {
	background-color: var(--whiteColor);
	box-shadow: 0 8px 16px 0 #92b8ff33
}

.single-courses-box.without-boxshadow {
	background-color: var(--whiteColor);
	box-shadow: unset;
	transition: var(--transition)
}

.single-courses-box.without-boxshadow .courses-content h3 {
	margin-bottom: 10px
}

.single-courses-box.without-boxshadow.active,
.single-courses-box.without-boxshadow:hover {
	box-shadow: 0 8px 16px 0 #92b8ff33
}

.single-courses-item {
	margin-bottom: 30px;
	position: relative;
	border-radius: 5px;
	background-color: var(--whiteColor);
	box-shadow: 0 .5rem 1rem #00000005
}

.single-courses-item .courses-image {
	display: block;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.single-courses-item .courses-image img {
	border-radius: 5px;
	width: 100%;
	transition: var(--transition)
}

.single-courses-item .courses-image:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	background-color: var(--blackColor);
	opacity: .2;
	z-index: 1;
	transition: var(--transition)
}

.single-courses-item .courses-image .link-btn {
	position: absolute;
	left: 0;
	right: 0;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	z-index: 2
}

.single-courses-item .row {
	margin-left: 0;
	margin-right: 0
}

.single-courses-item .row .col-lg-4,
.single-courses-item .row .col-lg-8 {
	padding-left: 0;
	padding-right: 0
}

.single-courses-item .courses-content {
	border-radius: 5px;
	position: relative;
	padding: 25px
}

.single-courses-item .courses-content .fav {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #b0b9c4;
	font-size: 25px;
	line-height: 1
}

.single-courses-item .courses-content .fav:hover {
	color: var(--mainColor)
}

.single-courses-item .courses-content .price {
	display: block;
	color: var(--mainColor);
	margin-bottom: 3px;
	font-size: 28px;
	font-weight: 800
}

.single-courses-item .courses-content h3 {
	margin-bottom: 12px;
	line-height: 1.3;
	font-size: 22px;
	font-weight: 800
}

.single-courses-item .courses-content h3 a {
	display: inline-block
}

.single-courses-item .courses-content .courses-content-footer {
	list-style-type: none;
	padding-left: 0;
	padding-right: 30px;
	margin: 15px -7px 0
}

.single-courses-item .courses-content .courses-content-footer li {
	color: var(--optionalColor);
	font-size: 15px;
	position: relative;
	padding-left: 25px;
	padding-right: 7px
}

.single-courses-item .courses-content .courses-content-footer li i {
	color: var(--mainColor);
	position: absolute;
	left: 7px;
	top: 0
}

.single-courses-item .courses-content .courses-content-footer li i.flaticon-people {
	font-size: 18px;
	left: 3px
}

.single-courses-item:hover .courses-image:before {
	opacity: 0;
	visibility: hidden
}

.single-courses-item:hover .courses-image img {
	transform: scale3d(1.1, 1.1, 1.1)
}

.single-courses-item.without-box-shadow {
	box-shadow: unset;
	transition: var(--transition)
}

.single-courses-item.without-box-shadow .courses-image:before,
.single-courses-item.without-box-shadow .courses-image img {
	border-radius: 50%
}

.single-courses-item.without-box-shadow:hover {
	box-shadow: 0 8px 16px 0 #92b8ff33
}

.single-courses-item.without-box-shadow:hover .courses-image img {
	border-radius: 5px;
	transform: scale(1)
}

.single-courses-item.without-box-shadow:hover .courses-image:before {
	opacity: 0;
	visibility: hidden
}

.single-courses-item-box {
	margin-bottom: 30px;
	position: relative;
	background-color: var(--whiteColor);
	transition: var(--transition);
	box-shadow: 0 8px 16px 0 #92b8ff14;
	text-align: center
}

.single-courses-item-box .courses-image {
	position: relative;
	z-index: 1
}

.single-courses-item-box .courses-image:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: var(--blackColor);
	opacity: .3;
	transition: var(--transition)
}

.single-courses-item-box .courses-image .fav {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
	color: var(--whiteColor);
	font-size: 30px;
	z-index: 2;
	line-height: 1
}

.single-courses-item-box .courses-image .fav:hover {
	color: var(--mainColor)
}

.single-courses-item-box .courses-image .price {
	display: inline-block;
	background-color: var(--mainColor);
	color: var(--whiteColor);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: -32.5px;
	left: 0;
	text-align: center;
	line-height: 67px;
	z-index: 2;
	font-size: 24px;
	font-weight: 800;
	margin-left: auto;
	margin-right: auto
}

.single-courses-item-box .courses-content {
	padding: 50px 20px 20px
}

.single-courses-item-box .courses-content .course-author {
	margin-bottom: 15px
}

.single-courses-item-box .courses-content .course-author img {
	width: 35px;
	height: 35px;
	margin-right: 10px
}

.single-courses-item-box .courses-content .course-author span {
	color: var(--mainColor);
	font-weight: 600;
	font-size: 15px
}

.single-courses-item-box .courses-content h3 {
	margin-bottom: 0;
	line-height: 1.3;
	font-size: 22px;
	font-weight: 800
}

.single-courses-item-box .courses-content h3 a {
	display: inline-block
}

.single-courses-item-box .courses-content .rating {
	margin-top: 15px
}

.single-courses-item-box .courses-content .rating i {
	color: #f4c150
}

.single-courses-item-box .courses-content .rating .rating-total {
	display: inline-block;
	color: var(--optionalColor);
	font-weight: 600;
	position: relative;
	margin-left: 4px
}

.single-courses-item-box:hover .courses-image:before {
	opacity: 0;
	visibility: hidden
}

.courses-info {
	text-align: center;
	margin-top: 20px
}

.courses-info .default-btn {
	margin-bottom: 15px
}

.courses-info p {
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0
}

.courses-info p a {
	color: var(--mainColor)
}

.courses-info p a:hover {
	text-decoration: underline;
	color: var(--blackColor)
}

.courses-items {
	margin-left: -15px;
	margin-right: -15px
}

@media only screen and (max-width:767px) {
	.single-courses-box .courses-image .price {
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: -25px;
		line-height: 52px;
		font-size: 18px
	}

	.single-courses-box .courses-content {
		padding: 20px
	}

	.single-courses-box .courses-content h3 {
		font-size: 18px
	}

	.single-courses-box .courses-content .courses-box-footer li {
		font-size: 14px
	}

	.single-courses-box.without-boxshadow {
		box-shadow: 0 8px 16px 0 #92b8ff33
	}

	.courses-info {
		margin-top: 5px
	}

	.courses-info p {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.single-courses-item .courses-content {
		padding: 20px
	}

	.single-courses-item .courses-content .fav {
		font-size: 20px
	}

	.single-courses-item .courses-content .price {
		font-size: 20px;
		margin-bottom: 6px
	}

	.single-courses-item .courses-content h3 {
		font-size: 18px
	}

	.single-courses-item .courses-content .courses-content-footer {
		padding-right: 0
	}

	.single-courses-item .courses-content .courses-content-footer li {
		font-size: 14px
	}

	.single-courses-item.without-box-shadow .courses-image:before,
	.single-courses-item.without-box-shadow .courses-image img {
		border-radius: 5px
	}

	.single-courses-item-box .courses-image .fav {
		font-size: 25px
	}

	.single-courses-item-box .courses-image .price {
		width: 50px;
		height: 50px;
		bottom: -25px;
		line-height: 52px;
		font-size: 18px
	}

	.single-courses-item-box .courses-content h3 {
		font-size: 18px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-courses-box .courses-content {
		padding: 20px
	}

	.single-courses-box .courses-content h3 {
		margin-bottom: 12px;
		font-size: 19px
	}

	.single-courses-box.without-boxshadow {
		box-shadow: 0 8px 16px 0 #92b8ff33
	}

	.courses-info {
		margin-top: 15px
	}

	.single-courses-item .courses-content .price {
		font-size: 24px
	}

	.single-courses-item .courses-content h3 {
		font-size: 19px
	}

	.single-courses-item .courses-content .courses-content-footer {
		padding-right: 70px
	}

	.single-courses-item-box .courses-content h3 {
		font-size: 19px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {

	.single-courses-box .courses-content h3,
	.single-courses-item .courses-content .price {
		font-size: 20px
	}

	.single-courses-item .courses-content h3 {
		font-size: 19px
	}

	.single-courses-item .courses-content .courses-content-footer {
		padding-right: 0
	}

	.single-courses-item-box .courses-content h3 {
		font-size: 20px
	}
}
.feedback-content .sub-title {
	display: block;
	text-transform: uppercase;
	color: var(--mainColor);
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600
}

.feedback-content h2 {
	margin-bottom: 0;
	font-size: 36px;
	font-weight: 800
}

.feedback-content p {
	margin-top: 12px
}

.feedback-content .feedback-info p {
	font-weight: 600;
	margin-bottom: 0
}

.feedback-content .feedback-info p a {
	color: var(--mainColor);
	font-weight: 700
}

.feedback-content .feedback-info p a:hover {
	text-decoration: underline;
	color: var(--blackColor)
}

.feedback-content .feedback-slides {
	margin-top: 30px;
	margin-bottom: 30px
}

.single-feedback-item {
	background-color: var(--whiteColor);
	position: relative;
	z-index: 1;
	padding: 50px 105px 50px 50px;
	border-radius: 5px;
	overflow: hidden
}

.single-feedback-item p {
	color: #606060;
	line-height: 1.8;
	font-size: var(--fontSize);
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0
}

.single-feedback-item .client-info {
	margin-top: 25px
}

.single-feedback-item .client-info img {
	width: 55px;
	height: 55px
}

.single-feedback-item .client-info .title {
	margin-left: 15px
}

.single-feedback-item .client-info .title h3 {
	margin-bottom: 0;
	color: var(--mainColor);
	font-size: 17px;
	font-weight: 700
}

.single-feedback-item .client-info .title span {
	display: block;
	color: var(--optionalColor);
	font-size: 14px;
	margin-top: 4px
}

.single-feedback-item:after {
	width: 75px;
	height: 75px;
	content: "";
	border-radius: 50%;
	background-color: var(--mainColor);
	position: absolute;
	left: -25px;
	top: -25px;
	z-index: -1
}

.single-feedback-item:before {
	content: "";
	font-family: Flaticon;
	font-size: 100px;
	position: absolute;
	right: 50px;
	color: #e8e8e8;
	z-index: -1;
	bottom: 25px;
	line-height: 1
}

.single-testimonials-item {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	padding-left: 280px
}

.single-testimonials-item .client-img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 150px !important;
	height: 150px;
	border-radius: 50%;
	display: inline-block !important;
	left: 35px
}

.single-testimonials-item p {
	color: var(--blackColor);
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0
}

.single-testimonials-item h3 {
	color: var(--mainColor);
	margin-top: 18px;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700
}

.single-testimonials-item span {
	display: block;
	color: var(--optionalColor);
	font-size: 15px;
	margin-top: 4px
}

.single-testimonials-item:before {
	content: "";
	position: absolute;
	right: 0;
	color: #e8e8e8;
	z-index: -1;
	bottom: 0;
	line-height: 1;
	font-family: Flaticon;
	font-size: 100px
}

.single-testimonials-item .shape-img img {
	width: auto !important;
	display: inline-block !important;
	position: absolute
}

.single-testimonials-item .shape-img img.shape-1 {
	position: absolute;
	left: 13%;
	top: 11%;
	z-index: -1;
	animation: movescale 4s linear infinite
}

.single-testimonials-item .shape-img img.shape-2 {
	left: 0;
	top: 8px;
	z-index: -3;
	animation-name: rotateme;
	animation-duration: 100s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.single-testimonials-item .shape-img img.shape-3 {
	left: 20px;
	animation: moveleftbounce 4s linear infinite;
	bottom: -30px;
	z-index: -2
}

.single-feedback-box {
	border: 1px solid #ffe8e3;
	position: relative;
	z-index: 1;
	padding: 40px;
	background-color: #fffaf3;
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden
}

.single-feedback-box p {
	color: #606060;
	line-height: 1.8;
	font-size: var(--fontSize);
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0
}

.single-feedback-box .client-info {
	margin-top: 25px
}

.single-feedback-box .client-info img {
	width: 55px;
	height: 55px
}

.single-feedback-box .client-info .title {
	margin-left: 15px
}

.single-feedback-box .client-info .title h3 {
	margin-bottom: 0;
	color: var(--mainColor);
	font-size: 17px;
	font-weight: 700
}

.single-feedback-box .client-info .title span {
	display: block;
	color: var(--optionalColor);
	font-size: 14px;
	margin-top: 4px
}

.single-feedback-box:before {
	content: "";
	position: absolute;
	right: 50px;
	color: #ebe6e0;
	z-index: -1;
	bottom: 25px;
	line-height: 1;
	font-family: Flaticon;
	font-size: 100px
}

.single-testimonials-box {
	max-width: 1110px;
	text-align: center;
	padding-right: 90px;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto
}

.single-testimonials-box .client-img {
	width: 150px !important;
	height: 150px;
	border-radius: 50%;
	margin-bottom: 50px
}

.single-testimonials-box p {
	margin-bottom: 0;
	color: var(--blackColor);
	font-size: 24px;
	font-weight: 600
}

.single-testimonials-box h3 {
	color: var(--mainColor);
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700
}

.single-testimonials-box span {
	display: block;
	color: var(--optionalColor);
	font-size: 15px;
	margin-top: 4px
}

.single-testimonials-box:before {
	content: "";
	position: absolute;
	right: 0;
	color: #e7e2d9;
	z-index: -1;
	bottom: 120px;
	line-height: 1;
	font-family: Flaticon;
	font-size: 195px
}

.single-testimonials-box .shape-img img {
	width: auto !important;
	display: inline-block !important;
	position: absolute
}

.single-testimonials-box .shape-img img.shape-1 {
	position: absolute;
	left: 165px;
	top: 0;
	z-index: -1;
	animation: movescale 4s linear infinite;
	right: 0;
	margin: 0 auto
}

.single-testimonials-box .shape-img img.shape-2 {
	left: -115px;
	top: -80px;
	z-index: -3;
	right: 0;
	margin: 0 auto;
	animation-name: rotateme;
	animation-duration: 100s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.single-testimonials-box .shape-img img.shape-3 {
	left: 0;
	animation: moveleftbounce 4s linear infinite;
	top: 50px;
	z-index: -2;
	right: 35px;
	margin: 0 auto
}

.single-feedback-item-box {
	position: relative;
	z-index: 1;
	border-radius: 5px;
	padding: 30px;
	background-color: var(--mainColor)
}

.single-feedback-item-box:after {
	content: "";
	position: absolute;
	right: 90px;
	color: var(--whiteColor);
	z-index: -1;
	bottom: 125px;
	line-height: 1;
	opacity: .35;
	font-family: Flaticon;
	font-size: 100px
}

.single-feedback-item-box p {
	color: var(--whiteColor)
}

.single-feedback-item-box .client-info {
	margin-top: 25px
}

.single-feedback-item-box .client-info img {
	width: 55px !important;
	height: 55px;
	border-radius: 50%;
	display: inline-block !important
}

.single-feedback-item-box .client-info .title {
	margin-left: 15px
}

.single-feedback-item-box .client-info .title h3 {
	color: var(--whiteColor);
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 800
}

.single-feedback-item-box .client-info .title span {
	color: var(--whiteColor);
	display: block
}

.feedback-area.bg-6ba292 .divider2,
.feedback-area.bg-6ba292 .divider3 {
	background-color: var(--secondaryColor)
}

.feedback-area.bg-6ba292 .single-feedback-box {
	background-color: initial;
	border-color: #8ab6a9
}

.feedback-area.bg-6ba292 .single-feedback-box .client-info .title h3,
.feedback-area.bg-6ba292 .single-feedback-box .client-info .title span,
.feedback-area.bg-6ba292 .single-feedback-box p {
	color: var(--whiteColor)
}

.feedback-area.bg-6ba292 .single-feedback-box:before {
	color: #909279
}

.testimonials-slides-two {
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto
}

.testimonials-item {
	z-index: 1;
	padding: 100px;
	background-color: #fff8f8;
	border-radius: 5px;
	position: relative
}

.testimonials-item p {
	font-size: 18px;
	line-height: 1.8
}

.testimonials-item h3 {
	color: var(--mainColor);
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700
}

.testimonials-item span {
	display: block;
	color: var(--optionalColor);
	font-size: 15px;
	margin-top: 4px
}

.testimonials-item img {
	display: inline-block !important;
	width: auto !important;
	text-align: center
}

.testimonials-item:before {
	opacity: .04;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	line-height: 1;
	font-family: Flaticon;
	font-size: 200px;
	margin-top: 10px;
	margin-left: 50px
}

@media only screen and (max-width:767px) {
	.feedback-content {
		text-align: center
	}

	.feedback-content .sub-title {
		font-size: 12.5px
	}

	.feedback-content h2 {
		font-size: 25px
	}

	.feedback-content .feedback-slides {
		margin-bottom: 20px
	}

	.single-feedback-item {
		text-align: start;
		padding: 25px
	}

	.single-feedback-item:after {
		display: none
	}

	.single-feedback-item p {
		font-size: 15px
	}

	.single-feedback-item:before {
		font-size: 60px;
		right: 25px;
		bottom: 60px
	}

	.feedback-info,
	.feedback-info p {
		margin-top: 0
	}

	.single-testimonials-item {
		padding-left: 0
	}

	.single-testimonials-item .client-img {
		position: relative;
		left: 0;
		width: 120px !important;
		height: 120px;
		top: 0;
		transform: translateY(0);
		margin-bottom: 20px
	}

	.single-testimonials-item h3 {
		font-size: 18px
	}

	.single-testimonials-item .shape-img {
		display: none
	}

	.single-testimonials-item p {
		font-size: 16px;
		line-height: 1.8
	}

	.single-feedback-box {
		padding: 25px
	}

	.single-feedback-box:before {
		right: 20px;
		bottom: 50px;
		font-size: 70px
	}

	.single-testimonials-box {
		max-width: 100%;
		padding-right: 0
	}

	.single-testimonials-box .client-img {
		margin-bottom: 35px
	}

	.single-testimonials-box p {
		font-size: 18px;
		line-height: 1.6
	}

	.single-testimonials-box .shape-img img.shape-2 {
		display: none !important
	}

	.single-testimonials-box:before {
		bottom: -15px;
		font-size: 100px
	}

	.single-feedback-item-box .client-info .title h3 {
		font-size: 18px
	}

	.single-feedback-item-box:after {
		right: 40px;
		bottom: 125px;
		font-size: 71px
	}

	.testimonials-slides-two {
		max-width: 100%
	}

	.testimonials-item {
		padding: 20px 15px;
		text-align: center
	}

	.testimonials-item p {
		font-size: 14px
	}

	.testimonials-item img {
		margin-top: 25px
	}

	.testimonials-item span {
		font-size: 14px
	}

	.testimonials-item h3 {
		font-size: 17px
	}

	.testimonials-item:before {
		font-size: 150px;
		margin-left: 0;
		margin-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.feedback-content {
		text-align: center
	}

	.feedback-content .sub-title {
		font-size: 13.5px
	}

	.feedback-content h2 {
		font-size: 30px
	}

	.single-feedback-item {
		text-align: start
	}

	.single-testimonials-item {
		padding-left: 255px
	}

	.single-testimonials-item p {
		font-size: 17px
	}

	.single-testimonials-item h3 {
		font-size: 19px
	}

	.single-testimonials-item span {
		font-size: 14px
	}

	.single-feedback-box {
		padding: 25px
	}

	.single-testimonials-box {
		max-width: 645px;
		padding-right: 50px
	}

	.single-testimonials-box p {
		font-size: 18px
	}

	.testimonials-slides-two {
		max-width: 100%
	}

	.testimonials-item {
		padding: 50px;
		text-align: center
	}

	.testimonials-item img {
		margin-top: 25px
	}

	.testimonials-item p {
		font-size: 16px
	}

	.testimonials-item h3 {
		margin-bottom: 2px;
		font-size: 18px
	}

	.testimonials-item span {
		font-size: 14px
	}

	.testimonials-item:before {
		opacity: .03;
		margin-left: 0;
		margin-right: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.feedback-content h2 {
		font-size: 29px
	}

	.single-feedback-item {
		padding: 50px 80px 50px 40px
	}

	.single-testimonials-box {
		max-width: 800px;
		padding-right: 50px
	}

	.single-testimonials-box:before {
		bottom: 120px;
		font-size: 150px
	}

	.single-testimonials-box p {
		font-size: 20px
	}

	.single-testimonials-box .shape-img img.shape-2 {
		left: -85px;
		top: -55px
	}

	.testimonials-item {
		padding: 70px
	}
}

@media only screen and (min-width:1200px) and (max-width:1355px) {
	.testimonials-slides-two {
		max-width: 1050px
	}
}
.single-advisor-box {
	background-color: var(--whiteColor);
	margin-bottom: 30px
}

.single-advisor-box .row {
	margin-left: 0;
	margin-right: 0
}

.single-advisor-box .row .col-lg-4,
.single-advisor-box .row .col-lg-8 {
	padding-left: 0;
	padding-right: 0
}

.single-advisor-box .advisor-image {
	text-align: center;
	border-radius: 5px;
	position: relative;
	top: -30px;
	margin-bottom: -30px
}

.single-advisor-box .advisor-image img {
	border-radius: 5px
}

.single-advisor-box .advisor-content {
	padding: 25px 30px
}

.single-advisor-box .advisor-content h3 {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 800
}

.single-advisor-box .advisor-content .sub-title {
	display: block;
	color: var(--mainColor);
	margin-top: 7px;
	font-size: 15px;
	font-weight: 600
}

.single-advisor-box .advisor-content p {
	margin-bottom: 0;
	margin-top: 13px
}

.single-advisor-box .advisor-content .social-link {
	padding-left: 0;
	list-style-type: none;
	margin-top: 17px;
	margin-bottom: 0
}

.single-advisor-box .advisor-content .social-link li {
	display: inline-block;
	margin-right: 3px
}

.single-advisor-box .advisor-content .social-link li:last-child {
	margin-right: 0
}

.single-advisor-box .advisor-content .social-link li a {
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #e1e1e1;
	font-size: 18px;
	color: var(--blackColor);
	position: relative;
	border-radius: 2px
}

.single-advisor-box .advisor-content .social-link li a i {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	transform: translateY(-48%)
}

.single-advisor-box .advisor-content .social-link li a:hover {
	background-color: var(--mainColor);
	color: var(--whiteColor)
}

.single-advisor-item {
	margin-bottom: 30px;
	border-radius: 5px 5px 0 0;
	background-color: var(--whiteColor);
	box-shadow: 0 8px 16px 0 #92b8ff1a;
	text-align: center
}

.single-advisor-item .advisor-image {
	border-radius: 5px 5px 0 0;
	position: relative
}

.single-advisor-item .advisor-image img {
	border-radius: 5px 5px 0 0
}

.single-advisor-item .advisor-image .social-link {
	padding-left: 0;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0
}

.single-advisor-item .advisor-image .social-link li {
	display: inline-block;
	transform: translateY(30px);
	transition: all .3s ease-in-out 0s;
	opacity: 0;
	visibility: hidden;
	margin-left: 3px;
	margin-right: 3px
}

.single-advisor-item .advisor-image .social-link li a {
	display: block;
	width: 33px;
	height: 33px;
	background-color: var(--whiteColor);
	text-align: center;
	position: relative;
	font-size: 20px;
	color: var(--blackColor);
	border-radius: 2px;
	transition: var(--transition)
}

.single-advisor-item .advisor-image .social-link li a i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto
}

.single-advisor-item .advisor-image .social-link li a:hover {
	color: var(--whiteColor);
	background-color: var(--mainColor)
}

.single-advisor-item .advisor-image .social-link li:first-child {
	transition-delay: .1s
}

.single-advisor-item .advisor-image .social-link li:nth-child(2) {
	transition-delay: .2s
}

.single-advisor-item .advisor-image .social-link li:nth-child(3) {
	transition-delay: .3s
}

.single-advisor-item .advisor-image .social-link li:nth-child(4) {
	transition-delay: .4s
}

.single-advisor-item .advisor-content {
	padding: 22px
}

.single-advisor-item .advisor-content h3 {
	margin-bottom: 0;
	font-size: 23px;
	font-weight: 800
}

.single-advisor-item .advisor-content span {
	display: block;
	color: var(--mainColor);
	margin-top: 7px;
	font-size: 15px;
	font-weight: 600
}

.single-advisor-item:hover .advisor-image .social-link li {
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

@media only screen and (max-width:767px) {
	.single-advisor-box .advisor-image {
		top: 0;
		margin-bottom: 0
	}

	.single-advisor-box .advisor-image img {
		width: 100%;
		display: inline-block !important
	}

	.single-advisor-box .advisor-content {
		padding: 25px 20px
	}

	.single-advisor-box .advisor-content h3 {
		font-size: 18px
	}

	.single-advisor-box .advisor-content .sub-title {
		font-size: 13.5px
	}

	.single-advisor-item .advisor-image .social-link {
		bottom: 10px
	}

	.single-advisor-item .advisor-image .social-link li {
		transform: translateY(0);
		opacity: 1;
		visibility: visible
	}

	.single-advisor-item .advisor-content h3 {
		font-size: 19px
	}

	.single-advisor-item .advisor-content span {
		font-size: 13.5px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-advisor-box .advisor-content h3 {
		font-size: 19px
	}

	.single-advisor-box .advisor-content .sub-title {
		font-size: 14px
	}

	.single-advisor-item .advisor-content h3 {
		font-size: 19px
	}

	.single-advisor-item .advisor-content span {
		font-size: 14px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-advisor-box .advisor-content p {
		display: none
	}
}
.single-blog-post {
	margin-bottom: 30px;
	position: relative
}

.single-blog-post .post-image {
	border-radius: 5px 5px 0 0
}

.single-blog-post .post-image a {
	border-radius: 5px 5px 0 0;
	overflow: hidden
}

.single-blog-post .post-image a img {
	border-radius: 5px 5px 0 0;
	transition: var(--transition);
	width: 100%
}

.single-blog-post .post-content {
	margin-top: 25px
}

.single-blog-post .post-content .category {
	display: inline-block;
	margin-bottom: 10px;
	color: var(--optionalColor);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700
}

.single-blog-post .post-content .category:hover {
	color: var(--mainColor)
}

.single-blog-post .post-content h3 {
	margin-bottom: 12px;
	line-height: 1.3;
	font-size: 24px;
	font-weight: 800
}

.single-blog-post .post-content h3 a {
	display: inline-block
}

.single-blog-post .post-content .post-content-footer {
	list-style-type: none;
	padding-left: 0;
	margin: 18px -7px 0
}

.single-blog-post .post-content .post-content-footer li {
	color: var(--optionalColor);
	font-size: 15px;
	position: relative;
	padding-left: 29px;
	padding-right: 7px
}

.single-blog-post .post-content .post-content-footer li .post-author img {
	width: 35px;
	height: 35px;
	margin-right: 10px
}

.single-blog-post .post-content .post-content-footer li .post-author span {
	color: var(--mainColor);
	font-weight: 600;
	font-size: 15px
}

.single-blog-post .post-content .post-content-footer li i {
	color: var(--mainColor);
	position: absolute;
	left: 7px;
	top: 0
}

.single-blog-post .post-content .post-content-footer li:first-child {
	padding-left: 7px
}

.single-blog-post:hover .post-image a img {
	transform: rotate(5deg) scale(1.3)
}

.single-blog-post-item {
	margin-bottom: 30px;
	position: relative
}

.single-blog-post-item .post-image {
	border-radius: 5px 5px 0 0
}

.single-blog-post-item .post-image a {
	border-radius: 5px 5px 0 0;
	overflow: hidden
}

.single-blog-post-item .post-image a img {
	border-radius: 5px 5px 0 0;
	transition: var(--transition)
}

.single-blog-post-item .post-content {
	margin-top: 25px
}

.single-blog-post-item .post-content .category {
	display: inline-block;
	margin-bottom: 7px;
	color: var(--optionalColor);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700
}

.single-blog-post-item .post-content .category:hover {
	color: var(--mainColor)
}

.single-blog-post-item .post-content h3 {
	margin-bottom: 0;
	line-height: 1.3;
	font-size: 24px;
	font-weight: 800
}

.single-blog-post-item .post-content h3 a {
	display: inline-block
}

.single-blog-post-item .post-content .post-content-footer {
	list-style-type: none;
	padding-left: 0;
	margin: 20px -7px 0
}

.single-blog-post-item .post-content .post-content-footer li {
	color: var(--optionalColor);
	font-size: 15px;
	position: relative;
	margin-left: 15px;
	padding-left: 29px;
	padding-right: 7px
}

.single-blog-post-item .post-content .post-content-footer li .post-author img {
	width: 35px;
	height: 35px;
	margin-right: 10px
}

.single-blog-post-item .post-content .post-content-footer li .post-author span {
	color: var(--mainColor);
	font-weight: 600;
	font-size: 15px
}

.single-blog-post-item .post-content .post-content-footer li i {
	color: var(--mainColor);
	position: absolute;
	left: 7px;
	top: 0
}

.single-blog-post-item .post-content .post-content-footer li:first-child {
	padding-left: 7px;
	margin-left: 0
}

.single-blog-post-item:hover .post-image a img {
	transform: rotate(5deg) scale(1.3)
}

.blog-post-info {
	border-top: 1px solid #f2f1f3;
	text-align: center;
	padding-top: 30px
}

.blog-post-info p {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0
}

.blog-post-info p a {
	color: var(--mainColor)
}

.blog-post-info p a:hover {
	text-decoration: underline;
	color: var(--blackColor)
}

.blog-post-list .single-blog-post-item .post-content {
	margin-top: 20px
}

.single-blog-post-box {
	margin-bottom: 30px;
	position: relative
}

.single-blog-post-box .post-image {
	border-radius: 5px 5px 0 0
}

.single-blog-post-box .post-image a {
	border-radius: 5px 5px 0 0;
	overflow: hidden
}

.single-blog-post-box .post-image a img {
	border-radius: 5px 5px 0 0;
	transition: var(--transition)
}

.single-blog-post-box .post-content {
	background-color: #fffaf3;
	padding: 25px
}

.single-blog-post-box .post-content .category {
	display: inline-block;
	margin-bottom: 7px;
	color: var(--optionalColor);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700
}

.single-blog-post-box .post-content .category:hover {
	color: var(--mainColor)
}

.single-blog-post-box .post-content h3 {
	margin-bottom: 12px;
	line-height: 1.3;
	font-size: 24px;
	font-weight: 800
}

.single-blog-post-box .post-content h3 a {
	display: inline-block
}

.single-blog-post-box .post-content .post-content-footer {
	list-style-type: none;
	padding-left: 0;
	margin: 20px -7px 0
}

.single-blog-post-box .post-content .post-content-footer li {
	color: var(--optionalColor);
	font-size: 15px;
	position: relative;
	padding-left: 29px;
	padding-right: 7px
}

.single-blog-post-box .post-content .post-content-footer li .post-author img {
	width: 35px;
	height: 35px;
	margin-right: 10px
}

.single-blog-post-box .post-content .post-content-footer li .post-author span {
	color: var(--mainColor);
	font-weight: 600;
	font-size: 15px
}

.single-blog-post-box .post-content .post-content-footer li i {
	color: var(--mainColor);
	position: absolute;
	left: 7px;
	top: 0
}

.single-blog-post-box .post-content .post-content-footer li:first-child {
	padding-left: 7px
}

.single-blog-post-box:hover .post-image a img {
	transform: rotate(5deg) scale(1.3)
}

.blog-items {
	margin-left: -15px;
	margin-right: -15px
}

.single-blog-item {
	margin-bottom: 30px;
	position: relative
}

.single-blog-item .post-image {
	border-radius: 5px 5px 0 0;
	position: relative;
	z-index: 1
}

.single-blog-item .post-image a {
	border-radius: 5px 5px 0 0;
	overflow: hidden
}

.single-blog-item .post-image a img {
	border-radius: 5px 5px 0 0;
	transition: var(--transition);
	width: 100%
}

.single-blog-item .post-image:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(shape-style1.840040d3ccdb77dfba99.png);
	background-position: bottom;
	background-repeat: no-repeat
}

.single-blog-item .post-image .link-btn {
	border-radius: 0;
	overflow: unset;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2
}

.single-blog-item .post-content .category {
	display: inline-block;
	margin-bottom: 10px;
	color: var(--optionalColor);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700
}

.single-blog-item .post-content .category:hover {
	color: var(--mainColor)
}

.single-blog-item .post-content h3 {
	margin-bottom: 0;
	line-height: 1.3;
	font-size: 24px;
	font-weight: 800
}

.single-blog-item .post-content h3 a {
	display: inline-block
}

@media only screen and (max-width:767px) {
	.single-blog-post .post-content .category {
		font-size: 12px
	}

	.single-blog-post .post-content h3 {
		font-size: 18px
	}

	.single-blog-post .post-content .post-content-footer {
		margin-top: 15px
	}

	.blog-post-info {
		padding-top: 25px
	}

	.blog-post-info p {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.single-blog-post-item .post-content .category {
		font-size: 12px
	}

	.single-blog-post-item .post-content h3 {
		font-size: 18px
	}

	.single-blog-post-item .post-content .post-content-footer {
		margin-top: 15px
	}

	.single-blog-post-box .post-content {
		padding: 20px
	}

	.single-blog-post-box .post-content .category {
		font-size: 12px
	}

	.single-blog-post-box .post-content h3 {
		font-size: 18px
	}

	.single-blog-post-box .post-content .post-content-footer {
		margin-top: 15px
	}

	.single-blog-post-box .post-content .post-content-footer li {
		font-size: 14px
	}

	.single-blog-post-box .post-content .post-content-footer li .post-author img {
		display: none
	}

	.single-blog-post-box .post-content .post-content-footer li .post-author span {
		font-size: 14px
	}

	.single-blog-item .post-image:before {
		display: none
	}

	.single-blog-item .post-content {
		padding-top: 20px
	}

	.single-blog-item .post-content .category {
		font-size: 13px
	}

	.single-blog-item .post-content h3 {
		font-size: 18px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-blog-post .post-content .category {
		font-size: 13px
	}

	.single-blog-post .post-content h3 {
		margin-bottom: 0;
		font-size: 19px
	}

	.single-blog-post .post-content .post-content-footer {
		margin-top: 15px
	}

	.blog-post-info {
		padding-top: 25px
	}

	.single-blog-post-item .post-content .category {
		font-size: 13px
	}

	.single-blog-post-item .post-content h3 {
		font-size: 19px
	}

	.single-blog-post-box .post-content .category {
		font-size: 13px
	}

	.single-blog-post-box .post-content h3 {
		margin-bottom: 0;
		font-size: 19px
	}

	.single-blog-post-box .post-content .post-content-footer {
		margin-top: 15px
	}

	.single-blog-item .post-content h3 {
		font-size: 20px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {

	.single-blog-post-box .post-content h3,
	.single-blog-post-item .post-content h3,
	.single-blog-post .post-content h3 {
		font-size: 20px
	}

	.single-blog-item .post-content h3 {
		font-size: 21px
	}
}
.subscribe-content {
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto
}

.subscribe-content .sub-title {
	display: block;
	text-transform: uppercase;
	color: var(--mainColor);
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600
}

.subscribe-content h2 {
	margin-bottom: 0;
	font-size: 36px;
	font-weight: 800
}

.subscribe-content h2,
.subscribe-content p {
	max-width: 615px;
	margin-left: auto;
	margin-right: auto
}

.subscribe-content p {
	margin-top: 12px
}

.subscribe-content .newsletter-form {
	position: relative;
	max-width: 650px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto
}

.subscribe-content .newsletter-form .input-newsletter {
	display: block;
	width: 100%;
	border: none;
	background-color: #eaeaea;
	color: var(--blackColor);
	height: 50px;
	padding-left: 18px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400
}

.subscribe-content .newsletter-form .input-newsletter::placeholder {
	color: #999;
	transition: var(--transition)
}

.subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
	color: #0000
}

.subscribe-content .newsletter-form .default-btn {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 5px 5px 0;
	height: 50px
}

.subscribe-content .newsletter-form .default-btn i {
	top: 12px
}

.subscribe-content.text-start,
.subscribe-content.text-start .newsletter-form,
.subscribe-content.text-start h2,
.subscribe-content.text-start p {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0
}

.subscribe-image {
	text-align: center
}

.subscribe-area-two {
	padding-top: 30px;
	background-color: #eee8df;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.subscribe-area-two .subscribe-content {
	text-align: start;
	max-width: 490px;
	margin-left: 0;
	margin-right: 0
}

.subscribe-area-two .subscribe-content .newsletter-form .input-newsletter {
	background-color: var(--whiteColor)
}

@media only screen and (max-width:767px) {
	.subscribe-content {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.subscribe-content .sub-title {
		font-size: 12.5px
	}

	.subscribe-content h2 {
		font-size: 25px
	}

	.subscribe-content h2,
	.subscribe-content p {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.subscribe-content p {
		margin-top: 10px
	}

	.subscribe-content .newsletter-form .input-newsletter {
		height: 48px;
		padding-left: 15px;
		font-size: 14px
	}

	.subscribe-content .newsletter-form .default-btn {
		position: relative;
		border-radius: 5px;
		height: auto;
		margin-top: 15px
	}

	.subscribe-content .newsletter-form .default-btn i {
		top: 10px
	}

	.subscribe-content.text-start {
		text-align: center !important
	}

	.subscribe-image {
		margin-bottom: 35px
	}

	.subscribe-area-two {
		padding-top: 60px
	}

	.subscribe-area-two .col-lg-6:first-child {
		order: 2
	}

	.subscribe-area-two .col-lg-6:nth-child(2) {
		order: 1
	}

	.subscribe-area-two .subscribe-content {
		max-width: 100%;
		text-align: center
	}

	.subscribe-area-two .subscribe-image {
		margin-bottom: 0;
		margin-top: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.subscribe-content {
		max-width: 650px
	}

	.subscribe-content .sub-title {
		font-size: 13.5px
	}

	.subscribe-content h2 {
		max-width: 520px;
		font-size: 30px
	}

	.subscribe-content p {
		max-width: 515px
	}

	.subscribe-content .newsletter-form {
		max-width: 585px
	}

	.subscribe-content.text-start {
		text-align: center !important;
		max-width: 650px;
		margin-left: auto;
		margin-right: auto
	}

	.subscribe-content.text-start p {
		max-width: 515px;
		margin-left: auto;
		margin-right: auto
	}

	.subscribe-content.text-start .newsletter-form {
		max-width: 585px;
		margin-left: auto;
		margin-right: auto
	}

	.subscribe-image {
		margin-bottom: 35px
	}

	.subscribe-area-two {
		padding-top: 80px
	}

	.subscribe-area-two .col-lg-6:first-child {
		order: 2
	}

	.subscribe-area-two .col-lg-6:nth-child(2) {
		order: 1
	}

	.subscribe-area-two .subscribe-content {
		text-align: center;
		max-width: 650px;
		margin-left: auto;
		margin-right: auto
	}

	.subscribe-area-two .subscribe-image {
		margin-bottom: 0;
		margin-top: 30px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.subscribe-content h2 {
		font-size: 30px
	}
}


.single-courses-box {
	margin-bottom: 30px;
	position: relative;
	border-radius: 5px;
	background-color: var(--whiteColor);
	box-shadow: 0 8px 16px 0 #92b8ff33
}

.single-courses-box .courses-image {
	border-radius: 5px 5px 0 0;
	position: relative;
	z-index: 1
}

.single-courses-box .courses-image .image,
.single-courses-box .courses-image .image img {
	border-radius: 5px 5px 0 0
}

.single-courses-box .courses-image .fav {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
	color: var(--whiteColor);
	font-size: 30px;
	line-height: 1
}

.single-courses-box .courses-image .fav:hover {
	color: var(--mainColor)
}

.single-courses-box .courses-image .price {
	display: inline-block;
	background-color: var(--mainColor);
	color: var(--whiteColor);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	bottom: -32.5px;
	text-align: center;
	line-height: 67px;
	font-size: 24px;
	font-weight: 800
}

.single-courses-box .courses-image .price.bg-45a393 {
	background-color: var(--secondaryColor)
}

.single-courses-box .courses-content {
	border-radius: 0 0 5px 5px;
	padding: 30px
}

.single-courses-box .courses-content .course-author {
	margin-bottom: 15px
}

.single-courses-box .courses-content .course-author img {
	width: 35px;
	height: 35px;
	margin-right: 10px
}

.single-courses-box .courses-content .course-author span {
	color: var(--mainColor);
	font-weight: 600;
	font-size: 15px
}

.single-courses-box .courses-content h3 {
	margin-bottom: 12px;
	line-height: 1.3;
	font-size: 25px;
	font-weight: 800
}

.single-courses-box .courses-content h3 a {
	display: inline-block
}

.single-courses-box .courses-content .courses-box-footer {
	list-style-type: none;
	padding-left: 0;
	margin: 20px -7px 0
}

.single-courses-box .courses-content .courses-box-footer li {
	color: var(--optionalColor);
	font-size: 15px;
	position: relative;
	padding-left: 25px;
	padding-right: 7px
}

.single-courses-box .courses-content .courses-box-footer li i {
	color: var(--mainColor);
	position: absolute;
	left: 7px;
	top: 0
}

.single-courses-box .courses-content .courses-box-footer li i.flaticon-people {
	font-size: 18px;
	left: 3px
}

.single-courses-box.bg-color {
	background-color: #fffaf3;
	box-shadow: unset;
	transition: var(--transition)
}

.single-courses-box.bg-color .courses-content h3 {
	margin-bottom: 10px
}

.single-courses-box.bg-color:hover {
	background-color: var(--whiteColor);
	box-shadow: 0 8px 16px 0 #92b8ff33
}

.single-courses-box.without-boxshadow {
	background-color: var(--whiteColor);
	box-shadow: unset;
	transition: var(--transition)
}

.single-courses-box.without-boxshadow .courses-content h3 {
	margin-bottom: 10px
}

.single-courses-box.without-boxshadow.active,
.single-courses-box.without-boxshadow:hover {
	box-shadow: 0 8px 16px 0 #92b8ff33
}

.single-courses-item {
	margin-bottom: 30px;
	position: relative;
	border-radius: 5px;
	background-color: var(--whiteColor);
	box-shadow: 0 .5rem 1rem #00000005
}

.single-courses-item .courses-image {
	display: block;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.single-courses-item .courses-image img {
	border-radius: 5px;
	width: 100%;
	transition: var(--transition)
}

.single-courses-item .courses-image:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	background-color: var(--blackColor);
	opacity: .2;
	z-index: 1;
	transition: var(--transition)
}

.single-courses-item .courses-image .link-btn {
	position: absolute;
	left: 0;
	right: 0;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	z-index: 2
}

.single-courses-item .row {
	margin-left: 0;
	margin-right: 0
}

.single-courses-item .row .col-lg-4,
.single-courses-item .row .col-lg-8 {
	padding-left: 0;
	padding-right: 0
}

.single-courses-item .courses-content {
	border-radius: 5px;
	position: relative;
	padding: 25px
}

.single-courses-item .courses-content .fav {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #b0b9c4;
	font-size: 25px;
	line-height: 1
}

.single-courses-item .courses-content .fav:hover {
	color: var(--mainColor)
}

.single-courses-item .courses-content .price {
	display: block;
	color: var(--mainColor);
	margin-bottom: 3px;
	font-size: 20px;
	font-weight: 800
}

.single-courses-item .courses-content h3 {
	margin-bottom: 12px;
	line-height: 1.3;
	font-size: 22px;
	font-weight: 800
}

.single-courses-item .courses-content h3 a {
	display: inline-block
}

.single-courses-item .courses-content .courses-content-footer {
	list-style-type: none;
	padding-left: 0;
	padding-right: 30px;
	margin: 15px -7px 0
}

.single-courses-item .courses-content .courses-content-footer li {
	color: var(--optionalColor);
	font-size: 15px;
	position: relative;
	padding-left: 25px;
	padding-right: 7px
}

.single-courses-item .courses-content .courses-content-footer li i {
	color: var(--mainColor);
	position: absolute;
	left: 7px;
	top: 0
}

.single-courses-item .courses-content .courses-content-footer li i.flaticon-people {
	font-size: 18px;
	left: 3px
}

.single-courses-item:hover .courses-image:before {
	opacity: 0;
	visibility: hidden
}

.single-courses-item:hover .courses-image img {
	transform: scale3d(1.1, 1.1, 1.1)
}

.single-courses-item.without-box-shadow {
	box-shadow: unset;
	transition: var(--transition)
}

.single-courses-item.without-box-shadow .courses-image:before,
.single-courses-item.without-box-shadow .courses-image img {
	border-radius: 50%
}

.single-courses-item.without-box-shadow:hover {
	box-shadow: 0 8px 16px 0 #92b8ff33
}

.single-courses-item.without-box-shadow:hover .courses-image img {
	border-radius: 5px;
	transform: scale(1)
}

.single-courses-item.without-box-shadow:hover .courses-image:before {
	opacity: 0;
	visibility: hidden
}

.single-courses-item-box {
	margin-bottom: 30px;
	position: relative;
	background-color: var(--whiteColor);
	transition: var(--transition);
	box-shadow: 0 8px 16px 0 #92b8ff14;
	text-align: center
}

.single-courses-item-box .courses-image {
	position: relative;
	z-index: 1
}

.single-courses-item-box .courses-image:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background-color: var(--blackColor);
	opacity: .3;
	transition: var(--transition)
}

.single-courses-item-box .courses-image .fav {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
	color: var(--whiteColor);
	font-size: 30px;
	z-index: 2;
	line-height: 1
}

.single-courses-item-box .courses-image .fav:hover {
	color: var(--mainColor)
}

.single-courses-item-box .courses-image .price {
	display: inline-block;
	background-color: var(--mainColor);
	color: var(--whiteColor);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: -32.5px;
	left: 0;
	text-align: center;
	line-height: 67px;
	z-index: 2;
	font-size: 24px;
	font-weight: 800;
	margin-left: auto;
	margin-right: auto
}

.single-courses-item-box .courses-content {
	padding: 50px 20px 20px
}

.single-courses-item-box .courses-content .course-author {
	margin-bottom: 15px
}

.single-courses-item-box .courses-content .course-author img {
	width: 35px;
	height: 35px;
	margin-right: 10px
}

.single-courses-item-box .courses-content .course-author span {
	color: var(--mainColor);
	font-weight: 600;
	font-size: 15px
}

.single-courses-item-box .courses-content h3 {
	margin-bottom: 0;
	line-height: 1.3;
	font-size: 22px;
	font-weight: 800
}

.single-courses-item-box .courses-content h3 a {
	display: inline-block
}

.single-courses-item-box .courses-content .rating {
	margin-top: 15px
}

.single-courses-item-box .courses-content .rating i {
	color: #f4c150
}

.single-courses-item-box .courses-content .rating .rating-total {
	display: inline-block;
	color: var(--optionalColor);
	font-weight: 600;
	position: relative;
	margin-left: 4px
}

.single-courses-item-box:hover .courses-image:before {
	opacity: 0;
	visibility: hidden
}

.courses-info {
	text-align: center;
	margin-top: 20px
}

.courses-info .default-btn {
	margin-bottom: 15px
}

.courses-info p {
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0
}

.courses-info p a {
	color: var(--mainColor)
}

.courses-info p a:hover {
	text-decoration: underline;
	color: var(--blackColor)
}

.courses-items {
	margin-left: -15px;
	margin-right: -15px
}

@media only screen and (max-width:767px) {
	.single-courses-box .courses-image .price {
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: -25px;
		line-height: 52px;
		font-size: 18px
	}

	.single-courses-box .courses-content {
		padding: 20px
	}

	.single-courses-box .courses-content h3 {
		font-size: 18px
	}

	.single-courses-box .courses-content .courses-box-footer li {
		font-size: 14px
	}

	.single-courses-box.without-boxshadow {
		box-shadow: 0 8px 16px 0 #92b8ff33
	}

	.courses-info {
		margin-top: 5px
	}

	.courses-info p {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.single-courses-item .courses-content {
		padding: 20px
	}

	.single-courses-item .courses-content .fav {
		font-size: 20px
	}

	.single-courses-item .courses-content .price {
		font-size: 20px;
		margin-bottom: 6px
	}

	.single-courses-item .courses-content h3 {
		font-size: 18px
	}

	.single-courses-item .courses-content .courses-content-footer {
		padding-right: 0
	}

	.single-courses-item .courses-content .courses-content-footer li {
		font-size: 14px
	}

	.single-courses-item.without-box-shadow .courses-image:before,
	.single-courses-item.without-box-shadow .courses-image img {
		border-radius: 5px
	}

	.single-courses-item-box .courses-image .fav {
		font-size: 25px
	}

	.single-courses-item-box .courses-image .price {
		width: 50px;
		height: 50px;
		bottom: -25px;
		line-height: 52px;
		font-size: 18px
	}

	.single-courses-item-box .courses-content h3 {
		font-size: 18px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-courses-box .courses-content {
		padding: 20px
	}

	.single-courses-box .courses-content h3 {
		margin-bottom: 12px;
		font-size: 19px
	}

	.single-courses-box.without-boxshadow {
		box-shadow: 0 8px 16px 0 #92b8ff33
	}

	.courses-info {
		margin-top: 15px
	}

	.single-courses-item .courses-content .price {
		font-size: 24px
	}

	.single-courses-item .courses-content h3 {
		font-size: 19px
	}

	.single-courses-item .courses-content .courses-content-footer {
		padding-right: 70px
	}

	.single-courses-item-box .courses-content h3 {
		font-size: 19px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {

	.single-courses-box .courses-content h3,
	.single-courses-item .courses-content .price {
		font-size: 20px
	}

	.single-courses-item .courses-content h3 {
		font-size: 19px
	}

	.single-courses-item .courses-content .courses-content-footer {
		padding-right: 0
	}

	.single-courses-item-box .courses-content h3 {
		font-size: 20px
	}
}

.single-advisor-box {
	background-color: var(--whiteColor);
	margin-bottom: 30px
}

.single-advisor-box .row {
	margin-left: 0;
	margin-right: 0
}

.single-advisor-box .row .col-lg-4,
.single-advisor-box .row .col-lg-8 {
	padding-left: 0;
	padding-right: 0
}

.single-advisor-box .advisor-image {
	text-align: center;
	border-radius: 5px;
	position: relative;
	top: -30px;
	margin-bottom: -30px
}

.single-advisor-box .advisor-image img {
	border-radius: 5px
}

.single-advisor-box .advisor-content {
	padding: 25px 30px
}

.single-advisor-box .advisor-content h3 {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 800
}

.single-advisor-box .advisor-content .sub-title {
	display: block;
	color: var(--mainColor);
	margin-top: 7px;
	font-size: 15px;
	font-weight: 600
}

.single-advisor-box .advisor-content p {
	margin-bottom: 0;
	margin-top: 13px
}

.single-advisor-box .advisor-content .social-link {
	padding-left: 0;
	list-style-type: none;
	margin-top: 17px;
	margin-bottom: 0
}

.single-advisor-box .advisor-content .social-link li {
	display: inline-block;
	margin-right: 3px
}

.single-advisor-box .advisor-content .social-link li:last-child {
	margin-right: 0
}

.single-advisor-box .advisor-content .social-link li a {
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #e1e1e1;
	font-size: 18px;
	color: var(--blackColor);
	position: relative;
	border-radius: 2px
}

.single-advisor-box .advisor-content .social-link li a i {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	transform: translateY(-48%)
}

.single-advisor-box .advisor-content .social-link li a:hover {
	background-color: var(--mainColor);
	color: var(--whiteColor)
}

.single-advisor-item {
	margin-bottom: 30px;
	border-radius: 5px 5px 0 0;
	background-color: var(--whiteColor);
	box-shadow: 0 8px 16px 0 #92b8ff1a;
	text-align: center
}

.single-advisor-item .advisor-image {
	border-radius: 5px 5px 0 0;
	position: relative
}

.single-advisor-item .advisor-image img {
	border-radius: 5px 5px 0 0
}

.single-advisor-item .advisor-image .social-link {
	padding-left: 0;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0
}

.single-advisor-item .advisor-image .social-link li {
	display: inline-block;
	transform: translateY(30px);
	transition: all .3s ease-in-out 0s;
	opacity: 0;
	visibility: hidden;
	margin-left: 3px;
	margin-right: 3px
}

.single-advisor-item .advisor-image .social-link li a {
	display: block;
	width: 33px;
	height: 33px;
	background-color: var(--whiteColor);
	text-align: center;
	position: relative;
	font-size: 20px;
	color: var(--blackColor);
	border-radius: 2px;
	transition: var(--transition)
}

.single-advisor-item .advisor-image .social-link li a i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto
}

.single-advisor-item .advisor-image .social-link li a:hover {
	color: var(--whiteColor);
	background-color: var(--mainColor)
}

.single-advisor-item .advisor-image .social-link li:first-child {
	transition-delay: .1s
}

.single-advisor-item .advisor-image .social-link li:nth-child(2) {
	transition-delay: .2s
}

.single-advisor-item .advisor-image .social-link li:nth-child(3) {
	transition-delay: .3s
}

.single-advisor-item .advisor-image .social-link li:nth-child(4) {
	transition-delay: .4s
}

.single-advisor-item .advisor-content {
	padding: 22px
}

.single-advisor-item .advisor-content h3 {
	margin-bottom: 0;
	font-size: 23px;
	font-weight: 800
}

.single-advisor-item .advisor-content span {
	display: block;
	color: var(--mainColor);
	margin-top: 7px;
	font-size: 15px;
	font-weight: 600
}

.single-advisor-item:hover .advisor-image .social-link li {
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

@media only screen and (max-width:767px) {
	.single-advisor-box .advisor-image {
		top: 0;
		margin-bottom: 0
	}

	.single-advisor-box .advisor-image img {
		width: 100%;
		display: inline-block !important
	}

	.single-advisor-box .advisor-content {
		padding: 25px 20px
	}

	.single-advisor-box .advisor-content h3 {
		font-size: 18px
	}

	.single-advisor-box .advisor-content .sub-title {
		font-size: 13.5px
	}

	.single-advisor-item .advisor-image .social-link {
		bottom: 10px
	}

	.single-advisor-item .advisor-image .social-link li {
		transform: translateY(0);
		opacity: 1;
		visibility: visible
	}

	.single-advisor-item .advisor-content h3 {
		font-size: 19px
	}

	.single-advisor-item .advisor-content span {
		font-size: 13.5px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-advisor-box .advisor-content h3 {
		font-size: 19px
	}

	.single-advisor-box .advisor-content .sub-title {
		font-size: 14px
	}

	.single-advisor-item .advisor-content h3 {
		font-size: 19px
	}

	.single-advisor-item .advisor-content span {
		font-size: 14px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-advisor-box .advisor-content p {
		display: none
	}
}

.courses-details-desc {
	margin-top: 60px;
	padding-right: 15px
}

.courses-details-info {
	background-color: #f8f9f8;
	border-radius: 5px;
	padding: 12px 12px 50px;
	margin-left: 15px;
	margin-top: -248px
}

.courses-details-info .image {
	text-align: center;
	position: relative
}

.courses-details-info .image .link-btn {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0
}

.courses-details-info .image .content {
	position: absolute;
	left: 0;
	z-index: 2;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.courses-details-info .image .content i {
	display: block;
	width: 60px;
	height: 60px;
	background-color: var(--mainColor);
	color: var(--whiteColor);
	border-radius: 50%;
	line-height: 60px;
	font-size: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px
}

.courses-details-info .image .content span {
	display: inline-block;
	color: var(--whiteColor);
	border-radius: 5px;
	padding: 4px 20px;
	background-color: var(--blackColor);
	font-size: 17px;
	font-weight: 700
}

.courses-details-info .image:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: var(--blackColor);
	opacity: .25
}

.courses-details-info .info {
	margin-bottom: 0;
	list-style-type: none;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px
}

.courses-details-info .info li {
	border-bottom: 1px solid #e5e5e7;
	color: var(--optionalColor);
	font-size: 17px;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 14px
}

.courses-details-info .info li span {
	font-weight: 800;
	color: var(--blackColor);
	position: relative;
	padding-left: 28px
}

.courses-details-info .info li span i {
	color: var(--mainColor);
	position: absolute;
	left: 0;
	font-weight: 400;
	top: -2px;
	font-size: 20px
}

.courses-details-info .info li.price {
	padding-bottom: 10px;
	color: var(--mainColor);
	font-size: 28px;
	font-weight: 800
}

.courses-details-info .info li.price span {
	color: var(--blackColor);
	font-size: 17px;
	font-weight: 800
}

.courses-details-info .info li:first-child {
	padding-top: 0
}

.courses-details-info .btn-box {
	margin-top: 35px;
	padding-left: 25px;
	padding-right: 25px
}

.courses-details-info .btn-box .default-btn {
	display: block;
	padding: 12px 30px
}

.courses-details-info .btn-box .default-btn i {
	position: relative;
	left: 0;
	top: 2px;
	margin-right: 8px;
	line-height: 1;
	font-weight: 400;
	font-size: 20px
}

.courses-details-info .btn-box .default-btn:not(:first-child) {
	margin-top: 15px;
	background-color: initial;
	color: var(--blackColor);
	border: 1px solid var(--blackColor)
}

.courses-details-info .btn-box .default-btn:not(:first-child):hover {
	color: var(--whiteColor);
	border-color: var(--blackColor)
}

.courses-details-info .courses-share {
	text-align: center;
	margin-top: 20px;
	padding-left: 25px;
	padding-right: 25px
}

.courses-details-info .courses-share .share-info {
	display: inline-block;
	position: relative;
	cursor: pointer
}

.courses-details-info .courses-share .share-info span {
	display: inline-block;
	color: var(--mainColor);
	line-height: 1;
	font-size: var(--fontSize);
	font-weight: 700
}

.courses-details-info .courses-share .share-info span i {
	color: var(--blackColor)
}

.courses-details-info .courses-share .share-info .social-link {
	padding-left: 0;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -35px;
	opacity: 0;
	visibility: hidden;
	transition: var(--transition);
	margin-bottom: 0
}

.courses-details-info .courses-share .share-info .social-link li {
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px
}

.courses-details-info .courses-share .share-info .social-link li:last-child {
	margin-right: 0
}

.courses-details-info .courses-share .share-info .social-link li:first-child {
	margin-left: 0
}

.courses-details-info .courses-share .share-info .social-link li a {
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #e1e1e1;
	font-size: 18px;
	color: var(--blackColor);
	position: relative;
	border-radius: 2px
}

.courses-details-info .courses-share .share-info .social-link li a i {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	transform: translateY(-48%)
}

.courses-details-info .courses-share .share-info .social-link li a:hover {
	background-color: var(--mainColor);
	color: var(--whiteColor)
}

.courses-details-info .courses-share .share-info:hover .social-link {
	opacity: 1;
	visibility: visible;
	bottom: -42px
}

.courses-details-header {
	margin-bottom: 20px
}

.courses-details-header .courses-title p {
	font-size: 17px
}

.courses-details-header .courses-meta {
	margin-top: 20px
}

.courses-details-header .courses-meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.courses-details-header .courses-meta ul li {
	margin-right: 20px;
	position: relative;
	display: inline-block;
	border-right: 1px solid #eee;
	font-weight: 800;
	font-size: 17px;
	padding-right: 20px;
	padding-left: 40px
}

.courses-details-header .courses-meta ul li i {
	font-size: 28px;
	color: #cfcfcf;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.courses-details-header .courses-meta ul li span {
	display: block;
	color: var(--mainColor);
	text-transform: uppercase;
	margin-bottom: 1px;
	font-size: 13.5px;
	font-weight: 700
}

.courses-details-header .courses-meta ul li a {
	display: inline-block;
	color: var(--blackColor)
}

.courses-details-header .courses-meta ul li a:focus,
.courses-details-header .courses-meta ul li a:hover {
	color: var(--mainColor)
}

.courses-details-header .courses-meta ul li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none
}

.courses-details-header .courses-price {
	text-align: end
}

.courses-details-header .courses-price .price {
	display: inline-block;
	margin-right: 15px;
	line-height: 1;
	position: relative;
	top: -9px;
	font-size: 36px;
	font-weight: 800
}

.courses-details-header .courses-price .courses-review {
	display: block;
	margin-bottom: 10px
}

.courses-details-header .courses-price .courses-review .review-stars {
	display: inline-block
}

.courses-details-header .courses-price .courses-review .review-stars i {
	color: #f2b827;
	font-size: 18px;
	display: inline-block
}

.courses-details-header .courses-price .courses-review .reviews-total {
	color: var(--optionalColor);
	position: relative;
	top: -1px;
	margin-left: 2px;
	font-weight: 700
}

.courses-details-image-style-two {
	border-radius: 5px
}

.courses-details-image-style-two img {
	width: 100%;
	border-radius: 5px
}

.courses-details-desc-style-two {
	margin-top: 35px
}

.courses-details-desc-style-two h3 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 800
}

.courses-details-desc-style-two h3:not(first-child) {
	margin-top: 30px
}

.courses-details-desc-style-two .why-you-learn {
	margin-top: 20px
}

.courses-details-desc-style-two .why-you-learn ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding-left: 15px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -12px
}

.courses-details-desc-style-two .why-you-learn ul li {
	flex: 0 0 50%;
	max-width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 12px
}

.courses-details-desc-style-two .why-you-learn ul li span {
	display: block;
	color: var(--blackColor);
	position: relative;
	padding-left: 22px;
	line-height: 1.7;
	font-weight: 500
}

.courses-details-desc-style-two .why-you-learn ul li span i {
	position: absolute;
	left: 0;
	top: 3px;
	color: var(--mainColor);
	font-size: 13px
}

.courses-details-desc-style-two .courses-curriculum {
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 30px;
	margin-top: 20px
}

.courses-details-desc-style-two .courses-curriculum h3 {
	margin-top: 0;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: 800
}

.courses-details-desc-style-two .courses-curriculum h3:not(:first-child) {
	margin-top: 30px
}

.courses-details-desc-style-two .courses-curriculum ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.courses-details-desc-style-two .courses-curriculum ul li {
	display: block
}

.courses-details-desc-style-two .courses-curriculum ul li a {
	background-color: #f8f9f8;
	color: var(--blackColor);
	position: relative;
	padding: 14.5px 30px 14.5px 55px;
	margin-left: -30px;
	margin-right: -30px
}

.courses-details-desc-style-two .courses-curriculum ul li a:before {
	content: "";
	position: absolute;
	left: 30px;
	color: var(--mainColor);
	top: 14px;
	font-size: 18px;
	font-family: Flaticon
}

.courses-details-desc-style-two .courses-curriculum ul li a .courses-name {
	font-size: 14.5px;
	font-weight: 700
}

.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta {
	text-align: end
}

.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .questions {
	display: inline-block;
	background: #e3f1f2;
	color: #2dbbc4;
	text-transform: lowercase;
	border-radius: 3px;
	margin-right: 6px;
	padding: 2px 10px 1.5px;
	font-size: 14px;
	font-weight: 700
}

.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .duration {
	display: inline-block;
	background: #f7e7e8;
	color: var(--mainColor);
	text-transform: lowercase;
	border-radius: 3px;
	padding: 2px 10px 1.5px;
	font-size: 14px;
	font-weight: 700
}

.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .status {
	display: inline-block;
	background: var(--blackColor);
	color: var(--whiteColor);
	border-radius: 3px;
	margin-left: 6px;
	padding: 2px 10px 1.5px;
	font-size: 14px;
	font-weight: 700
}

.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .status.locked {
	color: var(--blackColor);
	background-color: initial;
	padding: 0;
	margin-left: 8px;
	border-radius: 0;
	position: relative;
	top: 1px;
	font-size: 18px;
	font-weight: 400
}

.courses-details-desc-style-two .courses-curriculum ul li a:hover {
	color: var(--mainColor)
}

.courses-details-desc-style-two .courses-curriculum ul li a.locked {
	pointer-events: none;
	cursor: not-allowed
}

.courses-details-desc-style-two .courses-curriculum ul li:nth-child(2) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(4) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(6) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(8) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(10) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(12) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(14) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(16) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(18) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(20) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(22) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(24) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(26) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(28) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(30) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(32) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(34) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(36) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(38) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(40) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(42) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(44) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(46) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(48) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(50) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(52) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(54) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(56) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(58) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(60) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(62) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(64) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(66) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(68) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(70) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(72) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(74) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(76) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(78) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(80) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(82) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(84) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(86) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(88) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(90) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(92) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(94) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(96) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(98) a,
.courses-details-desc-style-two .courses-curriculum ul li:nth-child(100) a {
	background-color: var(--whiteColor)
}

.courses-details-desc-style-two .requirements-list {
	padding-left: 15px;
	margin-bottom: 0;
	list-style-type: none
}

.courses-details-desc-style-two .requirements-list li {
	color: var(--optionalColor);
	margin-bottom: 10px;
	position: relative;
	padding-left: 17px
}

.courses-details-desc-style-two .requirements-list li:before {
	position: absolute;
	left: 0;
	content: "";
	top: 7px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: var(--blackColor)
}

.courses-details-desc-style-two .requirements-list li:last-child {
	margin-bottom: 0
}

.courses-details-desc-style-two p strong {
	color: var(--blackColor)
}

.courses-details-desc-style-two .description-features-list {
	padding-left: 15px;
	margin-bottom: 15px;
	list-style-type: none
}

.courses-details-desc-style-two .description-features-list li {
	color: var(--optionalColor);
	margin-bottom: 10px;
	position: relative;
	padding-left: 17px;
	line-height: 1.8
}

.courses-details-desc-style-two .description-features-list li:before {
	position: absolute;
	left: 0;
	content: "";
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: var(--blackColor)
}

.courses-details-desc-style-two .description-features-list li strong {
	color: var(--blackColor)
}

.courses-details-desc-style-two .description-features-list li:last-child {
	margin-bottom: 0
}

.courses-details-desc-style-two .audience-list {
	padding-left: 15px;
	margin-bottom: 0;
	list-style-type: none
}

.courses-details-desc-style-two .audience-list li {
	color: var(--optionalColor);
	margin-bottom: 10px;
	position: relative;
	padding-left: 17px;
	line-height: 1.8
}

.courses-details-desc-style-two .audience-list li:before {
	position: absolute;
	left: 0;
	content: "";
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: var(--blackColor)
}

.courses-details-desc-style-two .audience-list li strong {
	color: var(--blackColor)
}

.courses-details-desc-style-two .audience-list li:last-child {
	margin-bottom: 0
}

.courses-details-desc-style-two .courses-author {
	margin-top: 20px;
	border-radius: 5px;
	background: #f8f8f8
}

.courses-details-desc-style-two .courses-author .author-profile-header {
	height: 115px;
	border-radius: 5px 5px 0 0;
	background-color: var(--mainColor);
	background-image: url(bg.2995f3a7365f013d1c75.jpg);
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat
}

.courses-details-desc-style-two .courses-author .author-profile {
	padding: 0 25px 25px
}

.courses-details-desc-style-two .courses-author .author-profile .author-profile-title {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	margin-top: -45px
}

.courses-details-desc-style-two .courses-author .author-profile .author-profile-title img {
	display: inline-block;
	border: 3px solid var(--whiteColor);
	width: 100px;
	height: 100px
}

.courses-details-desc-style-two .courses-author .author-profile .author-profile-title .author-profile-title-details {
	margin-top: 15px
}

.courses-details-desc-style-two .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: 800
}

.courses-details-desc-style-two .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
	color: var(--optionalColor)
}

.courses-details-desc-style-two .courses-reviews h3 {
	margin-bottom: 0;
	display: inline-block;
	margin-right: 15px;
	font-size: 24px;
	font-weight: 800
}

.courses-details-desc-style-two .courses-reviews .rating {
	display: inline-block;
	position: relative;
	top: 2px
}

.courses-details-desc-style-two .courses-reviews .rating span {
	font-size: 17px;
	color: #cecfd2
}

.courses-details-desc-style-two .courses-reviews .rating span.checked {
	color: orange
}

.courses-details-desc-style-two .courses-reviews .rating-count {
	margin-top: 10px;
	margin-bottom: 20px
}

.courses-details-desc-style-two .courses-reviews .rating-count span {
	display: block;
	font-size: var(--fontSize);
	color: var(--optionalColor)
}

.courses-details-desc-style-two .courses-reviews .row {
	overflow: hidden;
	margin-left: 0;
	margin-right: 0
}

.courses-details-desc-style-two .courses-reviews .side {
	float: left;
	width: 9%;
	margin-top: 10px
}

.courses-details-desc-style-two .courses-reviews .side div {
	font-size: var(--fontSize);
	font-weight: 700
}

.courses-details-desc-style-two .courses-reviews .middle {
	margin-top: 14px;
	float: left;
	width: 82%
}

.courses-details-desc-style-two .courses-reviews .right {
	text-align: end
}

.courses-details-desc-style-two .courses-reviews .bar-container {
	width: 100%;
	background-color: #f1f1f1;
	text-align: center;
	color: var(--whiteColor);
	border-radius: 5px
}

.courses-details-desc-style-two .courses-reviews .bar-5 {
	width: 100%;
	height: 18px;
	background-color: #4caf50;
	border-radius: 5px
}

.courses-details-desc-style-two .courses-reviews .bar-4 {
	width: 75%;
	height: 18px;
	background-color: #2196f3;
	border-radius: 5px
}

.courses-details-desc-style-two .courses-reviews .bar-3 {
	width: 50%;
	height: 18px;
	background-color: #00bcd4;
	border-radius: 5px
}

.courses-details-desc-style-two .courses-reviews .bar-2 {
	width: 25%;
	height: 18px;
	background-color: #ff9800;
	border-radius: 5px
}

.courses-details-desc-style-two .courses-reviews .bar-1 {
	width: 0;
	height: 18px;
	background-color: #f44336;
	border-radius: 5px
}

.courses-review-comments {
	margin-top: 40px
}

.courses-review-comments h3 {
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 10px
}

.courses-review-comments .user-review {
	border-bottom: 1px solid #f3f3f3;
	padding: 20px 0 20px 110px;
	position: relative
}

.courses-review-comments .user-review img {
	position: absolute;
	left: 0;
	top: 20px;
	width: 90px;
	height: 90px;
	border-radius: 5px
}

.courses-review-comments .user-review .sub-comment {
	margin-bottom: 8px;
	font-weight: 700
}

.courses-review-comments .user-review .review-rating {
	display: block;
	margin-bottom: 8px
}

.courses-review-comments .user-review .review-rating .review-stars {
	display: inline-block
}

.courses-review-comments .user-review .review-rating .review-stars i {
	color: #cecfd2;
	font-size: 18px;
	display: inline-block;
	margin-right: 2px
}

.courses-review-comments .user-review .review-rating .review-stars i.checked {
	color: orange
}

.courses-review-comments .user-review .review-rating span {
	color: var(--blackColor);
	position: relative;
	top: -2px;
	font-weight: 700;
	margin-left: 5px
}

.related-courses {
	margin-top: 40px
}

.related-courses h3 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 800
}

.courses-sidebar-information {
	background-color: var(--whiteColor);
	box-shadow: 0 8px 16px 0 #92b8ff33;
	padding: 30px
}

.courses-sidebar-information .info {
	margin-bottom: 0;
	list-style-type: none;
	padding-left: 0
}

.courses-sidebar-information .info li {
	border-bottom: 1px dashed #eee;
	color: var(--optionalColor);
	font-size: 17px;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 13px
}

.courses-sidebar-information .info li span {
	font-weight: 800;
	color: var(--blackColor);
	position: relative;
	padding-left: 28px
}

.courses-sidebar-information .info li span i {
	color: var(--mainColor);
	position: absolute;
	left: 0;
	font-weight: 400;
	top: -2px;
	font-size: 20px
}

.courses-sidebar-information .info li.price {
	padding-bottom: 10px;
	color: var(--mainColor);
	font-size: 28px;
	font-weight: 800
}

.courses-sidebar-information .info li.price span {
	color: var(--blackColor);
	font-size: 17px;
	font-weight: 800
}

.courses-sidebar-information .info li:first-child {
	padding-top: 0
}

.courses-sidebar-information .btn-box {
	margin-top: 35px
}

.courses-sidebar-information .btn-box .default-btn {
	display: block;
	padding: 12px 30px
}

.courses-sidebar-information .btn-box .default-btn i {
	position: relative;
	left: 0;
	top: 2px;
	margin-right: 8px;
	line-height: 1;
	font-weight: 400;
	font-size: 20px
}

.courses-sidebar-information .btn-box .default-btn:not(:first-child) {
	margin-top: 15px;
	background-color: initial;
	color: var(--blackColor);
	border: 1px solid var(--blackColor)
}

.courses-sidebar-information .btn-box .default-btn:not(:first-child):hover {
	color: var(--whiteColor);
	border-color: var(--blackColor)
}

.courses-sidebar-information .courses-share {
	text-align: center;
	margin-top: 25px
}

.courses-sidebar-information .courses-share .share-info {
	display: inline-block;
	position: relative;
	cursor: pointer
}

.courses-sidebar-information .courses-share .share-info span {
	display: inline-block;
	color: var(--mainColor);
	line-height: 1;
	font-size: var(--fontSize);
	font-weight: 700
}

.courses-sidebar-information .courses-share .share-info span i {
	color: var(--blackColor)
}

.courses-sidebar-information .courses-share .share-info .social-link {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 12px
}

.courses-sidebar-information .courses-share .share-info .social-link li {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px
}

.courses-sidebar-information .courses-share .share-info .social-link li:last-child {
	margin-right: 0
}

.courses-sidebar-information .courses-share .share-info .social-link li:first-child {
	margin-left: 0
}

.courses-sidebar-information .courses-share .share-info .social-link li a {
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #e1e1e1;
	font-size: 18px;
	color: var(--blackColor);
	position: relative;
	border-radius: 2px
}

.courses-sidebar-information .courses-share .share-info .social-link li a i {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	transform: translateY(-48%)
}

.courses-sidebar-information .courses-share .share-info .social-link li a:hover {
	background-color: var(--mainColor);
	color: var(--whiteColor)
}

@media only screen and (max-width:767px) {
	.courses-details-info {
		margin-left: 0;
		margin-top: 30px
	}

	.courses-details-info .image .content i {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px
	}

	.courses-details-info .image .content span {
		font-size: 14.5px
	}

	.courses-details-info .info {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 30px
	}

	.courses-details-info .info li {
		font-size: 15px;
		padding-top: 13px;
		padding-bottom: 12px
	}

	.courses-details-info .info li.price {
		font-size: 20px
	}

	.courses-details-info .info li.price span {
		font-size: 15px
	}

	.courses-details-info .btn-box {
		margin-top: 30px
	}

	.courses-details-info .btn-box,
	.courses-details-info .courses-share {
		padding-left: 10px;
		padding-right: 10px
	}

	.courses-details-info .courses-share .share-info span {
		font-size: 15px
	}

	.courses-details-info .courses-share .share-info .social-link {
		bottom: -44px;
		opacity: 1;
		visibility: visible
	}

	.courses-details-header .courses-title p {
		font-size: 15px
	}

	.courses-details-header .courses-meta ul li {
		display: block;
		border-right: none;
		font-size: 14px;
		padding-right: 0;
		margin-bottom: 15px;
		margin-right: 0
	}

	.courses-details-header .courses-meta ul li:last-child {
		margin-bottom: 0
	}

	.courses-details-header .courses-meta ul li span {
		margin-bottom: 2px;
		font-size: 13px
	}

	.courses-details-header .courses-price {
		text-align: start;
		margin-top: 22px
	}

	.courses-details-header .courses-price .courses-review .review-stars i {
		font-size: 16px
	}

	.courses-details-desc-style-two h3 {
		margin-bottom: 12px;
		font-size: 19px
	}

	.courses-details-desc-style-two .courses-curriculum {
		padding: 20px;
		margin-left: 0;
		margin-right: 0
	}

	.courses-details-desc-style-two .courses-curriculum h3 {
		font-size: 16px;
		margin-bottom: 15px
	}

	.courses-details-desc-style-two .courses-curriculum ul li a {
		display: block !important;
		padding: 13px 20px 13px 45px;
		margin-left: -20px;
		margin-right: -20px
	}

	.courses-details-desc-style-two .courses-curriculum ul li a:before {
		left: 20px;
		top: 13px;
		font-size: 15px
	}

	.courses-details-desc-style-two .courses-curriculum ul li a .courses-name {
		font-size: 15px
	}

	.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta {
		text-align: start;
		margin-top: 5px
	}

	.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .duration,
	.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .questions,
	.courses-details-desc-style-two .courses-curriculum ul li a .courses-meta .status {
		font-size: 13.5px;
		margin-top: 7px
	}

	.courses-details-desc-style-two .why-you-learn ul li {
		flex: 0 0 100%;
		max-width: 100%
	}

	.courses-details-desc-style-two .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
		font-size: 18px
	}

	.courses-details-desc-style-two .courses-reviews h3 {
		font-size: 19px
	}

	.courses-details-desc-style-two .courses-reviews .rating {
		top: 2px
	}

	.courses-details-desc-style-two .courses-reviews .rating span {
		font-size: 17px
	}

	.courses-details-desc-style-two .courses-reviews .side {
		width: 20%
	}

	.courses-details-desc-style-two .courses-reviews .side div {
		font-size: 15px
	}

	.courses-details-desc-style-two .courses-reviews .middle {
		width: 60%
	}

	.courses-details-desc-style-two .courses-review-comments h3 {
		padding-bottom: 10px;
		font-size: 19px
	}

	.courses-details-desc-style-two .courses-review-comments .user-review {
		padding-left: 0
	}

	.courses-details-desc-style-two .courses-review-comments .user-review img {
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 15px
	}

	.courses-details-desc-style-two .courses-review-comments .user-review .review-rating span {
		display: block !important;
		top: 0;
		font-size: 16px;
		margin-left: 0;
		margin-top: 5px
	}

	.related-courses h3 {
		font-size: 20px
	}

	.courses-sidebar-information {
		margin-top: 40px;
		padding: 15px
	}

	.courses-sidebar-information .info li {
		font-size: 15px;
		padding-top: 13px;
		padding-bottom: 12px
	}

	.courses-sidebar-information .info li.price {
		font-size: 20px
	}

	.courses-sidebar-information .info li.price span {
		font-size: 15px
	}

	.courses-sidebar-information .btn-box {
		margin-top: 30px
	}

	.courses-sidebar-information .btn-box .default-btn i {
		font-size: 16px
	}

	.courses-details-desc {
		padding-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.courses-details-header .courses-price {
		text-align: start;
		margin-top: 25px
	}

	.courses-details-info {
		margin-left: 0;
		margin-top: 30px
	}

	.courses-details-desc-style-two h3 {
		font-size: 21px
	}

	.courses-details-desc-style-two .courses-curriculum h3 {
		font-size: 17px
	}

	.courses-details-desc-style-two .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
		font-size: 19px
	}

	.courses-details-desc-style-two .courses-reviews h3,
	.related-courses h3 {
		font-size: 22px
	}

	.courses-details-desc {
		padding-right: 0
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.courses-details-info {
		margin-left: 0;
		margin-top: -190px
	}

	.courses-details-info .info {
		padding-left: 15px;
		padding-right: 15px
	}

	.courses-details-info .info li {
		font-size: 16px
	}

	.courses-details-info .info li.price {
		font-size: 25px
	}

	.courses-details-desc-style-two .courses-reviews h3,
	.courses-details-desc-style-two h3,
	.related-courses h3 {
		font-size: 22px
	}

	.courses-sidebar-information {
		padding: 20px
	}

	.courses-sidebar-information .info li {
		font-size: 16px
	}
}