@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(../fonts/fa-brands-400.eot);
	src: url(../fonts/fa-brands-400.eot) format('embedded-opentype'),
		url(../fonts/fa-brands-400.woff2) format('woff2'), url(../fonts/fa-brands-400.woff) format('woff'),
		url(../fonts/fa-brands-400.ttf) format('truetype'), url(../fonts/fa-brands-400.svg#fontawesome) format('svg');
}
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(../fonts/fa-regular-400.eot);
	src: url(../fonts/fa-regular-400.eot) format('embedded-opentype'),
		url(../fonts/fa-regular-400.woff2) format('woff2'), url(../fonts/fa-regular-400.woff) format('woff'),
		url(../fonts/fa-regular-400.ttf) format('truetype'), url(../fonts/fa-regular-400.svg#fontawesome) format('svg');
}
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url(../fonts/fa-solid-900.eot);
	src: url(../fonts/fa-solid-900.eot) format('embedded-opentype'),
		url(../fonts/fa-solid-900.woff2) format('woff2'), url(../fonts/fa-solid-900.woff) format('woff'),
		url(../fonts/fa-solid-900.ttf) format('truetype'), url(../fonts/fa-solid-900.svg#fontawesome) format('svg');
}
@font-face {
	font-family: 'themify';
	src: url(../fonts/themify.eot);
	src: url(../fonts/themify.eot-fvbane) format('embedded-opentype'),
		url(../fonts/themify.woff) format('woff'), url(../fonts/themify.ttf) format('truetype'),
		url(../fonts/themify.svg#themify) format('svg');
	font-weight: normal;
	font-style: normal;
}
: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, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*,
::after,
::before {
	box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}
body {
	margin: 0;
	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: transparent;
}
[tabindex='-1']:focus:not(:focus-visible) {
	outline: 0 !important;
}
hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: 0.25;
}
hr:not([size]) {
	height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.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 + 0.9vw);
}
@media (min-width: 1200px) {
	.h2,
	h2 {
		font-size: 2rem;
	}
}
.h3,
h3 {
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	.h3,
	h3 {
		font-size: 1.75rem;
	}
}
.h4,
h4 {
	font-size: calc(1.275rem + 0.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;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
ol,
ul {
	padding-left: 2rem;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
blockquote {
	margin: 0 0 1rem;
}
b,
strong {
	font-weight: bolder;
}
.small,
small {
	font-size: 0.875em;
}
sub,
sup {
	position: relative;
	font-size: 0.75em;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.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,
pre {
	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: 0.875em;
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}
code {
	font-size: 0.875em;
	color: #d63384;
	word-wrap: break-word;
}
a > code {
	color: inherit;
}
figure {
	margin: 0 0 1rem;
}
img,
svg {
	vertical-align: middle;
}
table {
	caption-side: bottom;
	border-collapse: collapse;
}
caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #6c757d;
	text-align: left;
}
td,
tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}
label {
	display: inline-block;
}
button {
	border-radius: 0;
}
button:focus {
	outline: dotted 1px;
	outline: -webkit-focus-ring-color auto 5px;
}
button,
input,
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;
}
[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;
}
textarea {
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
[type='search'] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}
output {
	display: inline-block;
}
iframe {
	border: 0;
}
progress {
	vertical-align: baseline;
}
[hidden] {
	display: none !important;
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
.blockquote > :last-child {
	margin-bottom: 0;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.figure {
	display: inline-block;
}
.container {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container {
		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%;
}
.col-12 {
	flex: 0 0 auto;
	width: 100%;
}
@media (min-width: 576px) {
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
}
@media (min-width: 768px) {
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.offset-md-2 {
		margin-left: 16.6666666667%;
	}
}
@media (min-width: 992px) {
	.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-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}
}
@media (min-width: 1200px) {
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}
	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}
}
@media (min-width: 1400px) {
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.offset-xxl-1 {
		margin-left: 8.3333333333%;
	}
}
.table {
	--bs-table-bg: transparent;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
	--bs-table-active-color: #212529;
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--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: 0.5rem 0.5rem;
	background-color: var(--bs-table-bg);
	background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
	border-bottom-width: 1px;
}
.table > :not(:last-child) > :last-child > * {
	border-bottom-color: currentColor;
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.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 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
	height: 1.5em;
}
.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control:disabled {
	background-color: #e9ecef;
	opacity: 1;
}
.form-control::file-selector-button {
	padding: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	-webkit-margin-end: 0.75rem;
	margin-inline-end: 0.75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.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: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	-webkit-margin-end: 0.75rem;
	margin-inline-end: 0.75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.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;
}
textarea.form-control {
	min-height: calc(1.5em + 0.75rem + 2px);
}
.form-select {
	display: block;
	width: 100%;
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	vertical-align: middle;
	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 0.75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size='1']) {
	padding-right: 0.75rem;
	background-image: none;
}
.form-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}
.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #212529;
}
.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: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;
}
.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}
.btn:hover {
	color: #212529;
}
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
	pointer-events: none;
	opacity: 0.65;
}
.fade {
	transition: opacity 0.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 0.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: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}
.dropdown-menu[style] {
	right: auto !important;
}
.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropend .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropend .dropdown-toggle::after {
	vertical-align: 0;
}
.dropstart .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
}
.dropstart .dropdown-toggle::after {
	display: none;
}
.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropstart .dropdown-toggle::before {
	vertical-align: 0;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
	color: #1e2125;
	background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent;
}
.dropdown-menu.show {
	display: block;
}
.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-link {
	display: block;
	padding: 0.5rem 1rem;
	text-decoration: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.nav-link {
		transition: none;
	}
}
.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}
.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.navbar > .container {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
}
.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;
}
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.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(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-img {
	width: 100%;
}
.card-img {
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.card-img {
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: 0.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 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.page-link {
		transition: none;
	}
}
.page-link:hover {
	z-index: 2;
	color: #0a58ca;
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.page-link:focus {
	z-index: 3;
	color: #0a58ca;
	background-color: #e9ecef;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
	margin-left: -1px;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
	border-color: #dee2e6;
}
.page-link {
	padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}
.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}
.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #0d6efd;
	transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}
.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 0.25rem;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 0.5rem 1rem;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(0, 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;
}
.toast {
	width: 350px;
	max-width: 100%;
	font-size: 0.875rem;
	pointer-events: auto;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
	opacity: 0;
}
.toast.hide {
	display: none;
}
.modal-open {
	overflow: hidden;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}
.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}
.modal.show .modal-dialog {
	transform: none;
}
.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}
.modal-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: 0.5;
}
.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	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: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}
.tooltip.show {
	opacity: 0.9;
}
.tooltip .tooltip-arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
	position: absolute;
	content: '';
	border-color: transparent;
	border-style: solid;
}
.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0.25rem;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	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: 0.875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
}
.popover .popover-arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.3rem;
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
	position: absolute;
	display: block;
	content: '';
	border-color: transparent;
	border-style: solid;
}
.popover-header {
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f0f0f0;
	border-bottom: 1px solid #d8d8d8;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
	display: none;
}
.popover-body {
	padding: 1rem 1rem;
	color: #212529;
}
.carousel {
	position: relative;
}
.carousel.pointer-event {
	touch-action: pan-y;
}
.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.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-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-indicators li {
		transition: none;
	}
}
.carousel-indicators .active {
	opacity: 1;
}
@-webkit-keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}
@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}
@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	50% {
		opacity: 1;
		transform: none;
	}
}
.ratio {
	position: relative;
	width: 100%;
}
.ratio::before {
	display: block;
	padding-top: var(--aspect-ratio);
	content: '';
}
.ratio > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}
.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
}
.align-middle {
	vertical-align: middle !important;
}
.d-inline-block {
	display: inline-block !important;
}
.d-block {
	display: block !important;
}
.d-flex {
	display: flex !important;
}
.d-none {
	display: none !important;
}
.position-relative {
	position: relative !important;
}
.border {
	border: 1px solid #dee2e6 !important;
}
.w-100 {
	width: 100% !important;
}
.flex-row {
	flex-direction: row !important;
}
.flex-wrap {
	flex-wrap: wrap !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;
}
.align-items-center {
	align-items: center !important;
}
.m-0 {
	margin: 0 !important;
}
.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.mt-3 {
	margin-top: 1rem !important;
}
.mb-4 {
	margin-bottom: 1.5rem !important;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
.pb-4 {
	padding-bottom: 1.5rem !important;
}
.text-uppercase {
	text-transform: uppercase !important;
}
.text-center {
	text-align: center !important;
}
.text-white {
	color: #fff !important;
}
.rounded-0 {
	border-radius: 0 !important;
}
.visible {
	visibility: visible !important;
}
@media (min-width: 576px) {
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}
@media (min-width: 768px) {
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) {
	.d-lg-block {
		display: block !important;
	}
	.d-lg-none {
		display: none !important;
	}
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 0.5s ease-in-out;
}
.slicknav_btn,
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_menu,
.slicknav_menu * {
	box-sizing: border-box;
}
.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: 0.438em 0.625em;
	line-height: 1.125em;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon {
	float: left;
	width: 1.125em;
	height: 0.875em;
	margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
	background: 0 0;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: '';
	position: absolute;
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:after,
.slicknav_menu:before {
	content: ' ';
	display: table;
}
.slicknav_menu:after {
	clear: both;
}
.slicknav_nav li,
.slicknav_nav ul {
	display: block;
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item a {
	display: inline;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
	display: block;
}
.slicknav_nav .slicknav_parent-link a {
	display: inline;
}
.slicknav_menu {
	*zoom: 1;
	font-size: 16px;
	background: #4c4c4c;
	padding: 5px;
}
.slicknav_nav,
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
}
.slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
}
.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #222;
}
.slicknav_nav {
	clear: both;
	color: #fff;
	margin: 0;
	font-size: 0.875em;
}
.slicknav_nav ul {
	margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
	padding: 5px 10px;
	margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #fff;
}
.slicknav_nav a {
	text-decoration: none;
	color: #fff;
}
.slicknav_nav a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #222;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}
.slicknav_brand {
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px;
}
@charset "UTF-8";
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
@-webkit-keyframes flash {
	to {
		opacity: 1;
	}
}
@keyframes flash {
	0%,
	50%,
	to {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
@-webkit-keyframes pulse {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes rubberBand {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@-webkit-keyframes shake {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes shake {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}
@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes swing {
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}
@-webkit-keyframes tada {
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@-webkit-keyframes wobble {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes jello {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes jello {
	0%,
	11.1%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
@-webkit-keyframes bounceIn {
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@keyframes bounceIn {
	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@-webkit-keyframes bounceInDown {
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes bounceInLeft {
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes bounceInRight {
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounceInRight {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes bounceInUp {
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes bounceOut {
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}
@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}
@-webkit-keyframes bounceOutDown {
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
@-webkit-keyframes bounceOutLeft {
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@-webkit-keyframes bounceOutRight {
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@-webkit-keyframes bounceOutUp {
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
@-webkit-keyframes fadeIn {
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInDownBig {
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInLeft {
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInLeftBig {
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInRight {
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInRightBig {
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeInUp {
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes fadeOut {
	to {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@-webkit-keyframes fadeOutDownBig {
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
@-webkit-keyframes fadeOutLeft {
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@-webkit-keyframes fadeOutLeftBig {
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}
@-webkit-keyframes fadeOutRight {
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@-webkit-keyframes fadeOutRightBig {
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}
@-webkit-keyframes fadeOutUp {
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@-webkit-keyframes fadeOutUpBig {
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}
@-webkit-keyframes flip {
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@-webkit-keyframes flipInY {
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}
@-webkit-keyframes flipOutX {
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}
@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}
@-webkit-keyframes flipOutY {
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}
@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}
@-webkit-keyframes lightSpeedIn {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@-webkit-keyframes lightSpeedOut {
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}
@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}
@-webkit-keyframes rotateIn {
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@-webkit-keyframes rotateInDownLeft {
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@-webkit-keyframes rotateInDownRight {
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@-webkit-keyframes rotateInUpLeft {
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@-webkit-keyframes rotateInUpRight {
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}
@-webkit-keyframes rotateOut {
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}
@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}
@-webkit-keyframes rotateOutDownLeft {
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}
@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}
@-webkit-keyframes rotateOutDownRight {
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}
@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}
@-webkit-keyframes rotateOutUpLeft {
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}
@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}
@-webkit-keyframes rotateOutUpRight {
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}
@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}
@-webkit-keyframes hinge {
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}
@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}
@-webkit-keyframes jackInTheBox {
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes rollIn {
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes rollOut {
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}
@keyframes rollOut {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg);
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@-webkit-keyframes zoomOut {
	to {
		opacity: 0;
	}
}
@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}
@-webkit-keyframes zoomOutDown {
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@-webkit-keyframes zoomOutLeft {
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}
@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}
@-webkit-keyframes zoomOutRight {
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}
@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}
@-webkit-keyframes zoomOutUp {
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}
@-webkit-keyframes slideInDown {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes slideInLeft {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes slideInRight {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes slideInUp {
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-webkit-keyframes slideOutDown {
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@-webkit-keyframes slideOutLeft {
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@-webkit-keyframes slideOutRight {
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@-webkit-keyframes slideOutUp {
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-close,
.mfp-arrow,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
.fa,
.fab,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
@-webkit-keyframes fa-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
.fa-angle-left:before {
	content: '\f104';
}
.fa-angle-right:before {
	content: '\f105';
}
.fa-behance:before {
	content: '\f1b4';
}
.fa-comments:before {
	content: '\f086';
}
.fa-dribbble:before {
	content: '\f17d';
}
.fa-facebook:before {
	content: '\f09a';
}
.fa-facebook-f:before {
	content: '\f39e';
}
.fa-globe:before {
	content: '\f0ac';
}
.fa-heart:before {
	content: '\f004';
}
.fa-instagram:before {
	content: '\f16d';
}
.fa-linkedin-in:before {
	content: '\f0e1';
}
.fa-plane:before {
	content: '\f072';
}
.fa-twitter:before {
	content: '\f099';
}
.fa-user:before {
	content: '\f007';
}
.fa-youtube:before {
	content: '\f167';
}
.fab {
	font-family: 'Font Awesome 5 Brands';
}
.fab {
	font-weight: 400;
}
.fa,
.fas {
	font-family: 'Font Awesome 5 Free';
}
.fa,
.fas {
	font-weight: 900;
}
[class^='ti-'],
[class*=' ti-'] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ti-tablet:before {
	content: '\e609';
}
.ti-plus:before {
	content: '\e61a';
}
.ti-minus:before {
	content: '\e622';
}
.ti-arrow-right:before {
	content: '\e628';
}
.ti-arrow-left:before {
	content: '\e629';
}
.ti-close:before {
	content: '\e646';
}
.ti-angle-right:before {
	content: '\e649';
}
.ti-angle-left:before {
	content: '\e64a';
}
.ti-mouse:before {
	content: '\e68a';
}
.ti-home:before {
	content: '\e69b';
}
.ti-control-play:before {
	content: '\e6ad';
}
.ti-email:before {
	content: '\e75a';
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}
.nice-select:hover {
	border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #999;
}
.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #ccc;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f6f6;
}
.nice-select .option.selected {
	font-weight: bold;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.no-csspointerevents .nice-select .list {
	display: none;
}
.no-csspointerevents .nice-select.open .list {
	display: block;
}

@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&family=Questrial&display=swap');
.body-bg {
	background: #0b0016;
}
.section-bg {
	background: #1e1e1e;
}
.gray-bg {
	background: #f1fbff;
}
body {
	font-family: 'Questrial', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cabin', sans-serif;
	color: #2a2a2a;
	margin-top: 0px;
	font-style: normal;
	font-weight: 500;
	text-transform: normal;
}
p {
	font-family: 'Questrial', sans-serif;
	color: #545454;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 1.4;
}
.f-right {
	float: right;
}
.fix {
	overflow: hidden;
}
.clear {
	clear: both;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.ml-15 {
	margin-left: 15px;
}
.mr-75 {
	margin-right: 75px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a {
	color: #635c5c;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
a:focus,
a:hover {
	text-decoration: none;
}
a,
button {
	color: #fff;
	outline: medium none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0;
}
input:focus::-moz-placeholder {
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
.breadcrumb > .active {
	color: #888;
}
.sticky-bar {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
#back-top {
	background: #d6a04c;
	height: 40px;
	width: 40px;
	right: 31px;
	bottom: 18px;
	position: fixed;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	line-height: 40px;
	border: 2px solid transparent;
	box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}
@media (max-width: 575px) {
	#back-top {
		right: 16px;
	}
}
#back-top a i {
	display: block;
	line-height: 50px;
}
#back-top .wrapper {
	position: relative;
}
#back-top .wrapper .arrows-container {
	position: absolute;
	text-align: center;
	bottom: -3px;
	margin: 0 auto;
	display: block;
	right: 7px;
}
#back-top .wrapper .arrows-container .arrow {
	padding: 7px;
	box-shadow: 2px -2px #fff inset;
	transform: rotate(130deg);
	opacity: 0;
	position: absolute;
}
#back-top .wrapper .arrows-container .arrow-one {
	animation: arrowMovement 3s ease-in-out infinite;
}
#back-top .wrapper .arrows-container .arrow-two {
	animation: arrowMovement 3s 1s ease-in-out infinite;
}
@keyframes arrowMovement {
	0% {
		top: 15px;
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		top: 0px;
		opacity: 0;
	}
}
.preloader {
	background-color: #f7f7f7;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	margin: 0 auto;
}
@keyframes zoom {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: all 0.1s ease-out 0s;
		-moz-transition: all 0.1s ease-out 0s;
		-ms-transition: all 0.1s ease-out 0s;
		-o-transition: all 0.1s ease-out 0s;
		transition: all 0.1s ease-out 0s;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transition: all 0.1s ease-out 0s;
		-moz-transition: all 0.1s ease-out 0s;
		-ms-transition: all 0.1s ease-out 0s;
		-o-transition: all 0.1s ease-out 0s;
		transition: all 0.1s ease-out 0s;
	}
}
.bounce-animate {
	animation-name: float-bob;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	-moz-animation-name: float-bob;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}
@-webkit-keyframes heartbeat {
	to {
		-webkit-transform: scale(1.03);
		transform: scale(1.03);
	}
}
@keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
.slick-initialized .slick-slide {
	outline: 0;
}
.running {
	animation: nudge 10s linear infinite alternate;
}
@keyframes nudge {
	0%,
	100% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(-100px, 0);
		@media (max-width: 575px) {
			transform: translate(-50px, 0) !important;
		}
	}
	80% {
		transform: translate(100px, 0);
		@media (max-width: 575px) {
			transform: translate(50px, 0) !important;
		}
	}
}
.nice-select {
	line-height: 30px;
	border: 1px solid #eaeaea;
	height: 50px;
	width: 100%;
	color: #071112;
	font-weight: 500;
	text-transform: capitalize;
	padding-top: 10px;
	border-radius: 25px;
}
.nice-select::after {
	border-bottom: 2px solid #a3a3a3;
	border-right: 2px solid #a3a3a3;
	height: 7px;
	right: 41px;
	width: 7px;
}
.nice-select .list {
	width: 100%;
	border-radius: 0;
}
.nice-select.open .list {
	width: 100%;
	border-radius: 0;
}
.nice-select .option {
	color: #071112;
}
.nice-select::placeholder {
	color: #5e5e5e;
	font-size: 16px;
	font-weight: 400;
}
.section-padding {
	padding-top: 120px;
	padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-padding {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
@media (max-width: 575px) {
	.section-padding {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
.top-padding {
	padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.top-padding {
		padding-top: 100px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.top-padding {
		padding-top: 70px;
	}
}
@media (max-width: 575px) {
	.top-padding {
		padding-top: 70px;
	}
}
.bottom-padding {
	padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.bottom-padding {
		padding-bottom: 100px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.bottom-padding {
		padding-bottom: 70px;
	}
}
@media (max-width: 575px) {
	.bottom-padding {
		padding-bottom: 70px;
	}
}
.testimonial-padding {
	padding-top: 139px;
	padding-bottom: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-padding {
		padding-top: 90px;
		padding-bottom: 70px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.testimonial-padding {
		padding-top: 90px;
		padding-bottom: 70px;
	}
}
@media (max-width: 575px) {
	.testimonial-padding {
		padding-top: 90px;
		padding-bottom: 70px;
	}
}
.footer-padding {
	padding-top: 120px;
	padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-padding {
		padding-top: 80px;
		padding-bottom: 20px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.footer-padding {
		padding-top: 80px;
		padding-bottom: 20px;
	}
}
@media (max-width: 575px) {
	.footer-padding {
		padding-top: 80px;
		padding-bottom: 0px;
	}
}
.section-tittle {
	position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-tittle {
		margin-bottom: 50px;
	}
}
@media (max-width: 575px) {
	.section-tittle {
		margin-bottom: 50px;
	}
}
.section-tittle p {
	color: #e9e3d9;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.5;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-tittle p br {
		display: none;
	}
}
@media (max-width: 575px) {
	.section-tittle p br {
		display: none;
	}
}
.section-tittle p a {
	text-decoration: underline;
}
.section-tittle > span {
	color: #d6a04c;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 0.3em;
	transform: rotate(-90deg);
	position: absolute;
	left: -36px;
	top: 35px;
}
@media (max-width: 575px) {
	.section-tittle > span {
		font-size: 14px;
		padding-left: 0px;
	}
}
.section-tittle h2 {
	color: #fff;
	font-family: 'Cabin', sans-serif;
	font-size: 50px;
	display: block;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.section-tittle h2 {
		font-size: 40px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-tittle h2 {
		font-size: 30px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-tittle h2 {
		font-size: 30px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-tittle h2 {
		font-size: 31px;
	}
}
@media only screen and (min-width: 300px) {
	.section-tittle {
		margin: 0px !important;
		padding-left: 20px;
	}
	.section-tittle h2 {
		font-size: 24px ;
	}
}
.section-tittle h2 > span {
	color: #d6a04c;
	display: block;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-tittle h2 br {
		display: none;
	}
}

.section-tittle.section-tittle2 p {
	font-size: 18px;
}
.section-tittle3 {
	margin-bottom: -67px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-tittle3 {
		margin-bottom: -53px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-tittle3 {
		margin-bottom: -35px;
	}
}
@media (max-width: 575px) {
	.section-tittle3 {
		margin-bottom: -19px;
	}
}
.section-tittle3 h2 {
	font-size: 215px;
	font-weight: 600;
	-webkit-text-stroke: 1px #e9e3d9;
	-webkit-text-fill-color: transparent;
	margin: 0;
	line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-tittle3 h2 {
		font-size: 170px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-tittle3 h2 {
		font-size: 115px;
	}
}
@media (max-width: 575px) {
	.section-tittle3 h2 {
		font-size: 66px;
	}
}
.btn {
	background: #d6a04c;
	font-family: 'Cabin', sans-serif;
	text-transform: inherit !important;
	padding: 22px 32px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 18px !important;
	font-weight: 400 !important;
	border-radius: 0px;
	line-height: 1;
	line-height: 0;
	cursor: pointer;
	-moz-user-select: none;
	transition: color 0.4s linear;
	position: relative;
	z-index: 1;
	border: 0;
	overflow: hidden;
}
.btn::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 102%;
	height: 102%;
	background: #ec583a;
	z-index: 1;
	border-radius: 0px;
	transition: transform 0.5s;
	transition-timing-function: ease;
	transform-origin: 0 0;
	transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
	transform: scaleX(0);
	border-radius: 0px;
}
.btn i {
	padding-right: 11px;
}
.btn:hover {
	color: #fff !important;
}
.btn:hover::before {
	transform: scaleX(1);
	z-index: -1;
}
.border-btn {
	border: 1px solid #d6a04c;
	color: #d6a04c;
	background: none;
	text-transform: normal;
	padding: 12px 27px !important;
	-moz-user-select: none;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	transition: color 0.4s linear;
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	z-index: 1;
}
.border-btn i {
	font-size: 16px;
	margin-right: 10px;
	color: #d6a04c;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.border-btn::before {
	border: 1px solid transparent;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 101%;
	height: 101%;
	background: #fff;
	z-index: -1;
	transition: transform 0.5s;
	transition-timing-function: ease;
	transform-origin: 0 0;
	transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
	transform: scaleY(0);
	border-radius: 0;
}
.border-btn:hover {
	color: #d6a04c;
	border: 1px solid #fff;
}
.border-btn:hover::before {
	transform: scaleY(1);
}
.about-btn {
	padding: 30px 40px;
}
.blog-btn {
	text-transform: uppercase !important;
	padding: 15px 18px;
	font-size: 13px !important;
	line-height: 1px;
}
.header-btn2 {
	padding: 5px 0px !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #fff;
	font-family: 'Questrial', sans-serif;
	margin-right: 26px;
}
.header-btn2 span {
	color: #fff;
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	border-bottom: 1px dashed #fff;
	padding-bottom: 5px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header-btn2 span {
		color: #fff;
	}
}
@media (max-width: 575px) {
	.header-btn2 span {
		color: #fff;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header-btn2 {
		font-size: 13px !important;
		color: #fff;
	}
	.header-btn2:hover {
		color: #fff !important;
	}
}
@media (max-width: 575px) {
	.header-btn2 {
		font-size: 13px !important;
		color: #fff;
	}
	.header-btn2:hover {
		color: #fff !important;
	}
}
.submit-btn {
	width: 100%;
	background: #d6a04c;
	font-family: 'Cabin', sans-serif;
	text-transform: inherit !important;
	padding: 25px 43px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 16px !important;
	font-weight: 500 !important;
	border-radius: 35px;
	line-height: 1;
	line-height: 0;
	cursor: pointer;
	-moz-user-select: none;
	transition: color 0.4s linear;
	position: relative;
	z-index: 1;
	border: 0;
	overflow: hidden;
}
.submit-btn::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 101%;
	height: 101%;
	background: #2a2a2a;
	z-index: 1;
	border-radius: 5px;
	transition: transform 0.5s;
	transition-timing-function: ease;
	transform-origin: 0 0;
	transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
	transform: scaleX(0);
	border-radius: 0px;
}
.submit-btn:hover {
	color: #fff !important;
}
.submit-btn:hover::before {
	transform: scaleX(1);
	z-index: -1;
}
.submit-btn i {
	font-size: 20px;
	margin-right: 10px;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.btn_1 {
	background: #d6a04c;
	border: 1px solid #d6a04c;
	color: #fff !important;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	padding: 14px 24px;
	line-height: 15px;
	border-radius: 0px;
}
.btn_1 img {
	display: inline-block;
	margin-left: 8px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.btn_1 i {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	color: #0a0a0a;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	left: 7px;
	top: 2px;
}
.btn_1:hover {
	background: none;
	border: 1px solid #d6a04c;
	color: #d6a04c !important;
}
.btn_1:hover img {
	margin-left: 9px;
}
.btn_1:hover i {
	left: 10px;
	color: #d6a04c;
}
.btn_01 {
	color: #fff;
	border: 1px solid #d6a04c;
	display: inline-block;
	padding: 14px 32px;
	font-size: 16px;
	font-weight: 500;
	background: none;
	border-radius: 0px;
}
.btn_01 i {
	color: #d6a04c;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	left: 7px;
	top: 2px;
}
.btn_01:hover {
	background-color: #d6a04c;
	border: 1px solid #d6a04c;
	color: #fff !important;
}
.btn_01:hover i {
	color: #fff;
}
.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}
.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}
.boxed-btn {
	background: #fff;
	color: #d6a04c !important;
	display: inline-block;
	padding: 18px 44px;
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
	font-weight: 400;
	border: 0;
	border: 1px solid #d6a04c;
	letter-spacing: 1px;
	text-align: center;
	color: #d6a04c;
	text-transform: uppercase;
	cursor: pointer;
}
.boxed-btn:hover {
	background: #d6a04c;
	color: #fff !important;
	border: 1px solid #d6a04c;
}
.boxed-btn:focus {
	outline: none;
}
.boxed-btn2 {
	padding: 4px 20px !important;
}
.button-contactForm {
	padding: 20px 52px;
}
.main-header {
	padding: 0px 10px;
	padding-top: 35px;
}
@media (max-width: 575px) {
	.main-header {
		padding: 30px 0px;
	}
}
.off-canvas-menu {
	position: absolute;
	cursor: pointer;
	top: 9px;
	right: 0;
}
.off-canvas-menu:before {
	position: absolute;
	content: '';
	height: 31px;
	width: 55px;
	right: 0;
	top: 0px;
	cursor: pointer;
}
@media (max-width: 575px) {
	.off-canvas-menu:before {
		position: absolute;
		height: 50px;
		width: 60px;
		top: -25px;
	}
}
.off-canvas-menu span {
	position: relative;
	z-index: 1;
	margin: 10px 0;
	display: table;
}
.off-canvas-menu span:after {
	position: absolute;
	content: '';
	width: 34px;
	height: 2px;
	background-color: #fff;
	right: 0;
}
@media (max-width: 991px) {
	.off-canvas-menu span:after {
		right: 15px;
	}
}
.menu-body {
	width: 335px;
	height: 100%;
	background: #111111;
	right: 0;
	z-index: 88;
	top: 0;
	padding: 140px 50px 10px 59px;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-ms-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
	position: fixed;
	transform: translateX(100%);
	overflow: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.menu-body {
		width: 330px;
	}
}
@media (max-width: 575px) {
	.menu-body {
		width: 330px;
		padding: 150px 50px 10px 59px;
	}
}
.menu-body button {
	border: 0;
	font-size: 21px;
	color: #e9e3d9;
	cursor: pointer;
	background: none;
}
.menu-body button:hover {
	color: #d6a04c;
}
.menu-body .close-icon-menu {
	position: absolute;
	left: 34px;
	top: 50px;
	background: none;
}
.menu-body.menu-open {
	transform: translateX(0);
}
.menu-body .off-can-menu ul {
	padding: 0;
	margin: 0;
}
.menu-body .off-can-menu ul li {
	margin: 24px 0;
}
@media (max-width: 991px) {
	.menu-body .off-can-menu ul li {
		margin: 15px 0;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.menu-body .off-can-menu ul li {
		margin: 15px 0;
	}
}
.menu-body .off-can-menu ul li a {
	font-size: 20px;
	color: #fff;
	font-family: 400;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.menu-body .off-can-menu ul li .right {
	position: relative;
	right: -13px;
	top: 9px;
	font-size: 15px;
}
.menu-body .off-can-menu ul li ul {
	padding-left: 29px;
	padding-top: 10px;
}
.menu-body .off-can-menu ul li ul li {
	list-style: none;
}
.menu-body .off-can-menu ul li ul li a {
	font-size: 20px;
	color: #fff;
	font-family: 400;
	margin-bottom: 18px;
}
.menu-body .off-can-menu ul li ul li:last-child {
	margin: 24px 0 0;
}
@media (max-width: 991px) {
	.menu-body .off-can-menu ul li ul li:last-child {
		margin: 15px 0 0;
	}
}
.menu-body .off-can-menu .click-menu {
	margin: 11px 0;
	display: inline-block;
	width: 100%;
}
.menu-body .off-can-menu .click-menu:last-child {
	margin: 11px 0 0;
}
.sidebar-social {
	text-align: center;
	padding-top: 300px;
	padding-bottom: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.sidebar-social {
		padding-top: 100px;
	}
}
@media (max-width: 575px) {
	.sidebar-social {
		padding-top: 100px;
	}
}
.sidebar-social a {
	color: #fff;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
}
.sidebar-social a i {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	display: inline-block;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
}
.sidebar-social a:hover {
	color: #d6a04c;
}
.sidebar-social a:hover i {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.header-transparent {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
}
.header-area .header-sticky.sticky-bar {
	background: #0a0a0a;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .header-sticky.sticky-bar {
		padding: 15px 0px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header-area .header-sticky.sticky-bar {
		padding: 15px 20px;
	}
}
@media (max-width: 575px) {
	.header-area .header-sticky.sticky-bar {
		padding: 15px 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-right-btn {
		float: left;
		margin-left: 0;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header-right-btn {
		float: left;
		margin-left: 0;
	}
}
@media (max-width: 575px) {
	.header-right-btn {
		float: left;
		margin-left: 0;
	}
}
#navigation {
	display: flex;
	align-items: center;
}
.slider-height {
	height: 900px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-height {
		height: 700px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-height {
		height: 700px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-height {
		height: 600px;
	}
}
@media (max-width: 575px) {
	.slider-height {
		height: 500px;
	}
}
.slider-height2 {
	height: 450px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-height2 {
		height: 400px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-height2 {
		height: 300px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-height2 {
		height: 300px;
	}
}
@media (max-width: 575px) {
	.slider-height2 {
		height: 250px;
	}
}
.slider-bg1 {
	background-image: url(../img/hero/h1_hero1.jpg);
}
.slider-bg2 {
	background-image: url(../img/hero/h2_hero1.jpg);
}
.slider-area {
	background-color: #1e1e1e;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .hero-caption {
		margin-top: -50px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .hero-caption {
		margin-top: -50px;
	}
}
.slider-area .hero-caption span {
	color: #e9e3d9;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}
.slider-area .hero-caption h1 {
	font-size: 60px;
	font-weight: 400;
	color: #fff;
	line-height: 1.2;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .hero-caption h1 {
		font-size: 58px;
	}
}
@media (max-width: 575px) {
	.slider-area .hero-caption h1 {
		font-size: 35px;
		margin-bottom: 40px;
	}
}
.slider-area .hero-caption h1 span {
	color: #d6a04c;
	display: block;
}
.slider-area .hero-caption p {
	color: #fff;
	margin-bottom: 41px;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.5;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .hero-caption p br {
		display: none;
	}
}
@media (max-width: 575px) {
	.slider-area .hero-caption p br {
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .hero-caption p {
		margin-bottom: 43px;
		font-size: 21px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .hero-caption p {
		margin-bottom: 43px;
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	.slider-area .hero-caption p {
		margin-bottom: 43px;
		font-size: 18px;
	}
}
.slider-area .hero-caption .video-icon {
	position: absolute;
	top: 50%;
	right: 100px;
	transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .hero-caption .video-icon {
		bottom: 0;
		right: 20px;
	}
}
.slider-area .hero-caption .video-icon p {
	color: #fff;
	font-size: 20px;
	margin: 0;
	display: inline-block;
	margin-right: 42px;
}
.slider-area .hero-caption .video-icon a {
	background: #fff;
	width: 70px;
	height: 70px;
	display: inline-block;
	text-align: center;
	line-height: 84px;
	border-radius: 50%;
}
.slider-area .hero-caption .video-icon a::after {
	position: absolute;
	border: 59px solid rgba(255, 255, 255, 0.06);
	content: '';
	border-radius: 50%;
	left: -25px;
	top: -25px;
	right: 0;
	z-index: 0;
}
@media (max-width: 575px) {
	.slider-area .hero-caption .video-icon a {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
}
.slider-area .hero-caption .video-icon a i {
	font-size: 29px;
	line-height: 1;
	position: relative;
	right: -2px;
	top: 0px;
	color: #d6a04c;
}
.slider-area .hero-caption .video-icon a:hover {
	background: #d6a04c;
}
.slider-area .hero-caption .video-icon a:hover i {
	color: #fff;
}
.slider-area .hero-caption .video-icon a.btn-icon {
	position: relative;
}
.slider-area .hero-caption .video-icon a.btn-icon::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: inherit;
	border: 1px solid #d6a04c;
	-webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}
.slider-area .hero-caption.hero-caption2 {
	padding-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .hero-caption.hero-caption2 {
		padding-top: 50px;
		margin-top: 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .hero-caption.hero-caption2 {
		padding-top: 62px;
		margin-top: 0px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .hero-caption.hero-caption2 {
		padding-top: 70px;
		margin-top: 0px;
	}
}
@media (max-width: 575px) {
	.slider-area .hero-caption.hero-caption2 {
		padding-top: 70px;
		margin-top: 0px;
	}
}
.slider-area .hero-caption.hero-caption2 h2 {
	color: #fff;
	font-size: 60px;
	display: block;
	font-weight: 400;
	line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .hero-caption.hero-caption2 h2 {
		font-size: 50px;
	}
}
@media (max-width: 575px) {
	.slider-area .hero-caption.hero-caption2 h2 {
		font-size: 40px;
	}
}
.slider-area .hero-caption.hero-caption2 p {
	margin-bottom: 0px;
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
}
@media (max-width: 575px) {
	.slider-area .hero-caption.hero-caption2 p {
		font-size: 18px;
	}
}
.slider-area .hero-caption.hero-caption2 .breadcrumb {
	background: none;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
.slider-area .hero-caption.hero-caption2 .breadcrumb a {
	color: #e9e3d9;
	font-size: 16px;
	text-transform: capitalize;
}
.slider-area .hero-caption.hero-caption2 .breadcrumb-item + .breadcrumb-item::before {
	color: #e9e3d9;
}
.slider-area .mouse-iocn {
	position: absolute;
	bottom: 6%;
	left: 22%;
}
@media only screen and (min-width: 2350px) and (max-width: 2500px) {
	.slider-area .mouse-iocn {
		left: 29%;
	}
}
@media only screen and (min-width: 2000px) and (max-width: 2350px) {
	.slider-area .mouse-iocn {
		left: 26%;
	}
}
@media (min-width: 1401px) and (max-width: 1600px) {
	.slider-area .mouse-iocn {
		left: 15%;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.slider-area .mouse-iocn {
		left: 15%;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .mouse-iocn {
		left: 5%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .mouse-iocn {
		left: 5%;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .mouse-iocn {
		left: 5%;
	}
}
.slider-area .mouse-iocn a {
	color: #d6a04c;
	font-size: 37px;
}
.slider-footer {
	background: #d6a04c;
	z-index: 2;
	position: absolute;
	width: 50%;
	right: 0;
	bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.slider-footer {
		width: 70%;
	}
}
@media (min-width: 1401px) and (max-width: 1600px) {
	.slider-footer {
		width: 60%;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-footer {
		width: 70%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-footer {
		width: 60%;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-footer {
		width: 60%;
	}
}
.slider-footer .footer-hero {
	display: flex;
	justify-content: start;
	align-items: center;
}
.slider-footer .footer-hero .single-caption {
	padding: 30px 20px !important;
	display: flex;
	align-items: center;
	width: 40.33%;
	padding: 0 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-footer .footer-hero .single-caption {
		width: 40.33%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-footer .footer-hero .single-caption {
		width: 82.33%;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-footer .footer-hero .single-caption {
		width: 90%;
	}
}
@media (max-width: 575px) {
	.slider-footer .footer-hero .single-caption {
		display: none;
	}
}
.slider-footer .footer-hero .single-caption:last-child {
	margin-right: 0px;
}
.slider-footer .footer-hero .single-caption:first-child {
	padding-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-footer .footer-hero .single-caption:nth-child(4) {
		display: none;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-footer .footer-hero .single-caption:nth-child(4) {
		display: none;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-footer .footer-hero .single-caption:nth-child(3) {
		display: none;
	}
}
.slider-footer .footer-hero .single-caption .caption {
	padding-left: 20px;
	display: flex;
}
@media (max-width: 575px) {
	.slider-footer .footer-hero .single-caption .caption {
		padding-left: 0px;
	}
}
.slider-footer .footer-hero .single-caption .caption h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px;
}
.slider-footer .footer-hero .single-caption .caption p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0px;
	display: block;
	line-height: 1.3;
}
.hero-overly {
	position: relative;
	z-index: 0;
}
.hero-overly::before {
	position: absolute;
	content: '';
	background-color: rgba(17, 17, 17, 0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-area .about-caption {
		padding-bottom: 50px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-area .about-caption {
		padding-bottom: 50px;
	}
}
@media (max-width: 575px) {
	.about-area .about-caption {
		margin-bottom: 35px;
	}
}
.about-area .about-img img {
	width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-area .about-img img {
		margin-bottom: 35px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-area .about-img img {
		margin-bottom: 35px;
	}
}
@media (max-width: 575px) {
	.about-area .about-img img {
		margin-bottom: 35px;
	}
}
.about-area {
	padding-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-area {
		padding-top: 50px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-area {
		padding-top: 50px;
	}
}
@media (max-width: 575px) {
	.about-area {
		padding-top: 50px;
	}
}
.about-area.about-area2 {
	padding-top: 120px;
	padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-area.about-area2 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-area.about-area2 {
		padding-top: 80px;
		padding-bottom: 70px;
	}
}
@media (max-width: 575px) {
	.about-area.about-area2 {
		padding-top: 70px;
		padding-bottom: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-area .about-cap-Left {
		margin-bottom: 40px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-area .about-cap-Left {
		margin-bottom: 40px;
	}
}
@media (max-width: 575px) {
	.about-area .about-cap-Left {
		margin-bottom: 40px;
	}
}
.about-area .about-cap-Left img {
	width: 100%;
}
.about-area .right-caption img {
	width: 100%;
	padding-top: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-area .right-caption img {
		padding-top: 40px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-area .right-caption img {
		padding-top: 40px;
	}
}
@media (max-width: 575px) {
	.about-area .right-caption img {
		padding-top: 40px;
	}
}
.clients-testimonial {
	background: #1e1e1e;
}
.clients-testimonial .clients-speech-active button.slick-arrow {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	background: none;
	border: 0;
	padding: 0;
	z-index: 2;
	cursor: pointer;
	background: none;
}
.clients-testimonial .clients-speech-active button.slick-arrow i {
	font-size: 30px;
	color: #c6a16e;
}
@media (max-width: 575px) {
	.clients-testimonial .clients-speech-active button.slick-arrow i {
		font-size: 19px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.clients-testimonial .clients-speech-active button.slick-arrow i {
		font-size: 19px;
	}
}
.clients-testimonial .clients-speech-active button.slick-next {
	left: auto;
	right: 0px;
}
.clients-testimonial .clients-speech-active.dot-style .slick-dots {
	position: absolute;
	right: 0;
	bottom: -60px;
}
.clients-testimonial .clients-speech-active.dot-style .slick-dots li {
	display: inline-block;
	margin: 0 8px;
}
.clients-testimonial .clients-speech-active.dot-style .slick-dots button {
	text-indent: -100000px;
	height: 14px;
	width: 14px;
	line-height: 14px;
	border: 0;
	padding: 0;
	cursor: pointer;
	border-radius: 50%;
	background: rgba(233, 227, 217, 0.2);
}
.clients-testimonial .clients-speech-active.dot-style .slick-dots .slick-active button {
	background: #fff !important;
}
.clients-testimonial .clients-speech-active .single-clients-speech img {
	width: 100%;
}
.project-area {
	margin-top: -109px;
	position: relative;
	z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.project-area {
		margin-top: -0px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.project-area {
		margin-top: -0px;
	}
}
@media (max-width: 575px) {
	.project-area {
		margin-top: -0px;
	}
}
.project-area .single-project {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	background: #d6a04c;
	padding: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.project-area .single-project .thumb-content-box {
		flex-wrap: wrap;
	}
}
@media (max-width: 575px) {
	.project-area .single-project .thumb-content-box {
		flex-wrap: wrap;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.project-area .single-project .thumb-content-box .room-img {
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.project-area .single-project .thumb-content-box .room-img {
		margin-bottom: 30px;
	}
}
.project-area .single-project .thumb-content-box .thumb-content {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	padding-left: 40px;
	bottom: -58px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding-right: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.project-area .single-project .thumb-content-box .thumb-content {
		padding-left: 0px;
	}
}
@media (max-width: 575px) {
	.project-area .single-project .thumb-content-box .thumb-content {
		padding-left: 0px;
	}
}
.project-area .single-project .thumb-content-box .thumb-content span {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
}
.project-area .single-project .thumb-content-box .thumb-content h3 {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	color: #ffffff;
	font-weight: 400;
	font-size: 32px;
	margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.project-area .single-project .thumb-content-box .thumb-content h3 {
		font-size: 32px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.project-area .single-project .thumb-content-box .thumb-content h3 {
		font-size: 32px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.project-area .single-project .thumb-content-box .thumb-content h3 br {
		display: none;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.project-area .single-project .thumb-content-box .thumb-content h3 br {
		display: none;
	}
}
@media (max-width: 575px) {
	.project-area .single-project .thumb-content-box .thumb-content h3 {
		font-size: 21px;
	}
	.project-area .single-project .thumb-content-box .thumb-content h3 br {
		display: none;
	}
}
.project-area .single-project .thumb-content-box .thumb-content h3 span {
	font-size: 39px;
	display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.project-area .single-project .thumb-content-box .thumb-content h3 span {
		font-size: 29px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.project-area .single-project .thumb-content-box .thumb-content h3 span {
		font-size: 29px;
	}
}
@media (max-width: 575px) {
	.project-area .single-project .thumb-content-box .thumb-content h3 span {
		font-size: 29px;
	}
}
.project-area .single-project .thumb-content-box .thumb-content p {
	color: #fff;
	font-size: 14px;
}
.project-area .single-project .thumb-content-box .thumb-content a {
	border: 0;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	width: 60px;
	height: 60px;
	line-height: 65px;
	display: block;
	text-align: center;
	border-radius: 50%;
}
.project-area .single-project .thumb-content-box .thumb-content a:hover {
	color: #fff;
	background: #d6a04c;
}
.project-area .single-project:hover {
	background: #272727;
}
.project-area .single-project:hover .thumb-content-box .thumb-content h3 {
	color: #d6a04c;
}
.project-area .single-project:hover .thumb-content-box .thumb-content a {
	background: #d6a04c;
}
.rooms-area .single-gallery {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	background: none;
	border: 1px solid #4b4b4b;
	padding: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.rooms-area .single-gallery .thumb-content-box {
		flex-wrap: wrap;
	}
}
@media (max-width: 575px) {
	.rooms-area .single-gallery .thumb-content-box {
		flex-wrap: wrap;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.rooms-area .single-gallery .thumb-content-box .room-img {
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.rooms-area .single-gallery .thumb-content-box .room-img {
		margin-bottom: 30px;
	}
}
.rooms-area .single-gallery .thumb-content-box .thumb-content {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	padding-left: 40px;
	bottom: -58px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding-right: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.rooms-area .single-gallery .thumb-content-box .thumb-content {
		padding-left: 0px;
	}
}
@media (max-width: 575px) {
	.rooms-area .single-gallery .thumb-content-box .thumb-content {
		padding-left: 0px;
	}
}
.rooms-area .single-gallery .thumb-content-box .thumb-content span {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
}
.rooms-area .single-gallery .thumb-content-box .thumb-content h3 {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	color: #ffffff;
	font-weight: 400;
	font-size: 32px;
	margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.rooms-area .single-gallery .thumb-content-box .thumb-content h3 {
		font-size: 32px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.rooms-area .single-gallery .thumb-content-box .thumb-content h3 {
		font-size: 32px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rooms-area .single-gallery .thumb-content-box .thumb-content h3 br {
		display: none;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.rooms-area .single-gallery .thumb-content-box .thumb-content h3 br {
		display: none;
	}
}
@media (max-width: 575px) {
	.rooms-area .single-gallery .thumb-content-box .thumb-content h3 {
		font-size: 21px;
	}
	.rooms-area .single-gallery .thumb-content-box .thumb-content h3 br {
		display: none;
	}
}
.rooms-area .single-gallery .thumb-content-box .thumb-content h3 span {
	font-size: 39px;
	display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.rooms-area .single-gallery .thumb-content-box .thumb-content h3 span {
		font-size: 29px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.rooms-area .single-gallery .thumb-content-box .thumb-content h3 span {
		font-size: 29px;
	}
}
@media (max-width: 575px) {
	.rooms-area .single-gallery .thumb-content-box .thumb-content h3 span {
		font-size: 29px;
	}
}
.rooms-area .single-gallery .thumb-content-box .thumb-content p {
	color: #fff;
	font-size: 14px;
}
.rooms-area .single-gallery .thumb-content-box .thumb-content a {
	border: 0;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	width: 60px;
	height: 60px;
	line-height: 65px;
	display: block;
	text-align: center;
	border-radius: 50%;
}
.rooms-area .single-gallery .thumb-content-box .thumb-content a:hover {
	color: #fff;
	background: #d6a04c;
}
.rooms-area .single-gallery:hover {
	background: #272727;
	border: 1px solid transparent;
	padding: 30px;
}
.rooms-area .single-gallery:hover .thumb-content-box .thumb-content h3 {
	color: #d6a04c;
}
.rooms-area .single-gallery:hover .thumb-content-box .thumb-content a {
	background: #d6a04c;
}
.testimonial-area {
	background: #0a0a0a;
	position: relative;
}
.testimonial-area .testimonial-caption .testimonial-top-cap img {
	margin-bottom: 30px;
	width: auto;
	display: inline-block;
}
.testimonial-area .testimonial-caption .testimonial-top-cap h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap h2 {
		margin-bottom: 30px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap h2 {
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap h2 {
		font-size: 29px;
		margin-bottom: 20px;
	}
}
.testimonial-area .testimonial-caption .testimonial-top-cap p {
	color: #c1c1c1;
	line-height: 1.5;
	margin-bottom: 32px;
	font-size: 24px;
	font-weight: 400;
	padding: 0 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap p {
		font-size: 20px;
		padding: 0 80px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap p {
		font-size: 18px;
		padding: 0 80px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap p {
		font-size: 18px;
		margin-bottom: 30px;
		padding: 0px;
	}
}
@media (max-width: 575px) {
	.testimonial-area .testimonial-caption .testimonial-top-cap p {
		font-size: 15px;
		padding: 0px;
		margin-bottom: 30px;
	}
}
.testimonial-area .testimonial-caption .testimonial-founder .founder-img img {
	display: inline-block;
	margin-bottom: 20px;
}
.testimonial-area .testimonial-caption .testimonial-founder .founder-text span {
	font-family: 'Questrial', sans-serif;
	color: #2a2a2a;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
}
@media (max-width: 575px) {
	.testimonial-area .testimonial-caption .testimonial-founder .founder-text span {
		font-size: 26px;
	}
}
.testimonial-area .testimonial-caption .testimonial-founder .founder-text p {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
}
.h1-testimonial-active button.slick-arrow {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	border: 0;
	padding: 0;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	line-height: 40px;
	cursor: pointer;
	background: none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 2;
}
@media (max-width: 575px) {
	.h1-testimonial-active button.slick-arrow {
		display: none;
	}
}
.h1-testimonial-active button.slick-arrow i {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	color: rgba(255, 255, 255, 0.5);
	font-size: 24px;
}
.h1-testimonial-active button.slick-arrow i:hover {
	color: #fff;
}
.h1-testimonial-active button.slick-next {
	left: auto;
	right: 0px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.h1-testimonial-active button.slick-next {
		right: -28px;
	}
}
.slick-initialized .slick-slide {
	outline: 0;
}
.footer-wrapper {
	background: #1e1e1e;
}
.footer-wrapper .footer-area .footer-tittle h4 {
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 600;
}
.footer-wrapper .footer-area .footer-tittle ul li {
	margin-bottom: 15px;
}
.footer-wrapper .footer-area .footer-tittle ul li a {
	color: #e9e3d9;
	font-weight: 400;
	font-size: 16px;
	text-decoration: underline transparent;
}
.footer-wrapper .footer-area .footer-tittle ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-wrapper .footer-area .footer-tittle ul li span {
	color: red;
}
.footer-wrapper .footer-area .footer-tittle p {
	color: #a4a6ae;
	font-size: 16px;
}
.footer-wrapper .footer-area .footer-form form {
	position: relative;
}
.footer-wrapper .footer-area .footer-form form input {
	width: 100%;
	height: 60px;
	padding: 10px 20px;
	border: 0;
	border-radius: 6px;
	color: #5c6168;
	background: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-wrapper .footer-area .footer-form form input {
		height: 59px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.footer-wrapper .footer-area .footer-form form input {
		height: 59px;
	}
}
@media (max-width: 575px) {
	.footer-wrapper .footer-area .footer-form form input {
		height: 59px;
	}
}
.footer-wrapper .footer-area .footer-form form input::placeholder {
	color: #5c6168;
	font-size: 16px;
}
.footer-wrapper .footer-area .footer-form form .form-icon button {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	cursor: pointer;
	padding: 21px 30px;
	line-height: 1;
	border-radius: 0 3px 3px 0;
	background: #d6a04c;
}
.footer-wrapper .footer-area .footer-form form .form-icon button i {
	color: #d6a04c;
}
.footer-wrapper .footer-area .info.error {
	color: #d6a04c;
}
.footer-bottom-area .footer-border {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 39px;
	padding-bottom: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-bottom-area .footer-border {
		padding-top: 20px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.footer-bottom-area .footer-border {
		padding-top: 20px;
	}
}
@media (max-width: 575px) {
	.footer-bottom-area .footer-border {
		padding-top: 20px;
	}
}
.footer-bottom-area .footer-copy-right p {
	color: #a4a6ae;
	font-weight: 400;
	font-size: 16px;
	line-height: 2;
}
.footer-bottom-area .footer-copy-right p i {
	color: #d6a04c;
}
.footer-bottom-area .footer-copy-right p a {
	color: #d6a04c;
}
.footer-social a {
	color: #fff;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	margin-right: 24px;
}
.footer-social a i {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	display: inline-block;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
}
.footer-social a:hover {
	color: #d6a04c;
}
.footer-social a:hover i {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.home-blog {
	padding-top: 100px;
	padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home-blog {
		padding-top: 80px;
		padding-bottom: 50px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.home-blog {
		padding-top: 80px;
		padding-bottom: 29px;
	}
}
@media (max-width: 575px) {
	.home-blog {
		padding-top: 80px;
		padding-bottom: 29px;
	}
}
.home-blog .single-blogs {
	position: relative;
	top: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.home-blog .single-blogs .blog-img {
	margin-bottom: 25px;
	width: 100%;
	position: relative;
}
.home-blog .single-blogs .blog-img::before {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: absolute;
	content: '';
	background-color: rgba(84, 84, 84, 0.6);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
}
.home-blog .single-blogs .blog-img img {
	display: inherit;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	width: 100%;
}
.home-blog .single-blogs .blog-img .blog-btn {
	color: #2a2a2a;
	text-transform: capitalize;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	font-size: 16px !important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}
.home-blog .single-blogs .blogs-cap span {
	color: #74706b;
	margin-bottom: 11px;
	display: block;
}
.home-blog .single-blogs .blogs-cap h5 a {
	color: #e9e3d9;
	font-size: 25px;
	line-height: 1.4;
	margin-bottom: 12px;
	font-weight: 400;
	display: block;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.home-blog .single-blogs .blogs-cap h5 a {
		font-size: 20px;
	}
}
.home-blog .single-blogs .blogs-cap h5 a:hover {
	color: #d6a04c;
}
.home-blog .single-blogs .blogs-cap p {
	color: #e9e3d9;
	margin-bottom: 24px;
	font-size: 14px;
	text-transform: uppercase;
}
.home-blog .single-blogs:hover {
	top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home-blog .single-blogs:hover {
		top: 0;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.home-blog .single-blogs:hover {
		top: 0;
	}
}
@media (max-width: 575px) {
	.home-blog .single-blogs:hover {
		top: 0;
	}
}
.home-blog .single-blogs:hover .blog-img::before {
	opacity: 1;
	visibility: visible;
}
.home-blog .single-blogs:hover .blogs-cap h5 a {
	color: #d6a04c;
}
.home-blog .single-blogs:hover .blog-btn {
	opacity: 1;
	visibility: visible;
}
.blog_area a {
	color: #d6a04c !important;
	text-decoration: none;
	transition: 0.4s;
}
.blog_area a:hover,
.blog_area a :hover {
	background: -webkit-linear-gradient(131deg, #d6a04c 0%, #d6a04c 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration: none;
	transition: 0.4s;
}
.blog_item {
	margin-bottom: 50px;
}
.blog_details {
	padding: 30px 0 20px 10px;
	box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}
@media (min-width: 768px) {
	.blog_details {
		padding: 60px 30px 35px 35px;
	}
}
.blog_details p {
	color: #fff;
	margin-bottom: 30px;
}
.blog_details a {
	color: #080808;
}
.blog_details a:hover {
	color: #d6a04c;
}
.blog_details h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}
@media (min-width: 768px) {
	.blog_details h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}
}
.blog-info-link li {
	float: left;
	font-size: 14px;
}
.blog-info-link li a {
	color: #fff;
}
.blog-info-link li i,
.blog-info-link li span {
	font-size: 13px;
	margin-right: 5px;
}
.blog-info-link li::after {
	content: '|';
	padding-left: 10px;
	padding-right: 10px;
}
.blog-info-link li:last-child::after {
	display: none;
}
.blog-info-link::after {
	content: '';
	display: block;
	clear: both;
	display: table;
}
.blog_item_img {
	position: relative;
}
.blog_item_img .blog_item_date {
	position: absolute;
	bottom: -10px;
	left: 10px;
	display: block;
	color: #fff;
	background-color: #d6a04c;
	padding: 8px 15px;
	border-radius: 5px;
}
@media (min-width: 768px) {
	.blog_item_img .blog_item_date {
		bottom: -20px;
		left: 40px;
		padding: 13px 30px;
	}
}
.blog_item_img .blog_item_date h3 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
	line-height: 1.2;
}
@media (min-width: 768px) {
	.blog_item_img .blog_item_date h3 {
		font-size: 30px;
	}
}
.blog_item_img .blog_item_date p {
	font-size: 18px;
	margin-bottom: 0;
	color: #fff;
}
@media (min-width: 768px) {
	.blog_item_img .blog_item_date p {
		font-size: 18px;
	}
}
.blog_right_sidebar .widget_title {
	font-size: 20px;
	margin-bottom: 40px;
}
.blog_right_sidebar .widget_title::after {
	content: '';
	display: block;
	padding-top: 15px;
	border-bottom: 1px solid #f0e9ff;
}
.blog_right_sidebar .single_sidebar_widget {
	background: #fbf9ff;
	padding: 30px;
	margin-bottom: 30px;
}
.blog_right_sidebar .single_sidebar_widget .btn_1 {
	margin-top: 0px;
}
.blog_right_sidebar .search_widget .form-control {
	height: 50px;
	border-color: #f0e9ff;
	font-size: 13px;
	color: #999999;
	padding-left: 20px;
	border-radius: 0;
	border-right: 0;
}
.blog_right_sidebar .search_widget .form-control::placeholder {
	color: #999999;
}
.blog_right_sidebar .search_widget .form-control:focus {
	border-color: #f0e9ff;
	outline: 0;
	box-shadow: none;
}
.blog_right_sidebar .search_widget .input-group button {
	background: #d6a04c;
	border-left: 0;
	border: 1px solid #f0e9ff;
	padding: 12px 15px;
	border-left: 0;
	cursor: pointer;
}
.blog_right_sidebar .search_widget .input-group button i {
	color: #fff;
}
.blog_right_sidebar .search_widget .input-group button span {
	font-size: 14px;
	color: #999999;
}
.blog_right_sidebar .newsletter_widget .form-control {
	height: 50px;
	border-color: #f0e9ff;
	font-size: 13px;
	color: #999999;
	padding-left: 20px;
	border-radius: 0;
}
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
	color: #999999;
}
.blog_right_sidebar .newsletter_widget .form-control:focus {
	border-color: #f0e9ff;
	outline: 0;
	box-shadow: none;
}
.blog_right_sidebar .newsletter_widget .input-group button {
	background: #fff;
	border-left: 0;
	border: 1px solid #f0e9ff;
	padding: 4px 15px;
	border-left: 0;
}
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
	font-size: 14px;
	color: #fff;
}
.blog_right_sidebar .post_category_widget .cat-list li {
	border-bottom: 1px solid #f0e9ff;
	transition: all 0.3s ease 0s;
	padding-bottom: 12px;
}
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
	border-bottom: 0;
}
.blog_right_sidebar .post_category_widget .cat-list li a {
	font-size: 14px;
	line-height: 20px;
	color: #888888;
}
.blog_right_sidebar .post_category_widget .cat-list li a p {
	margin-bottom: 0px;
}
.blog_right_sidebar .post_category_widget .cat-list li + li {
	padding-top: 15px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body {
	justify-content: center;
	align-self: center;
	padding-left: 20px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
	transition: all 0.3s linear;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
	color: #fff;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0px;
}
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
	margin-top: 20px;
}
.blog_right_sidebar .tag_cloud_widget ul li {
	display: inline-block;
}
.blog_right_sidebar .tag_cloud_widget ul li a {
	display: inline-block;
	border: 1px solid #eeeeee;
	background: #fff;
	padding: 4px 20px;
	margin-bottom: 8px;
	margin-right: 3px;
	transition: all 0.3s ease 0s;
	color: #888888;
	font-size: 13px;
}
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
	background: #d6a04c;
	color: #fff !important;
	-webkit-text-fill-color: #fff;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.blog_right_sidebar .instagram_feeds .instagram_row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-right: -6px;
	margin-left: -6px;
}
.blog_right_sidebar .instagram_feeds .instagram_row li {
	width: 33.33%;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	margin-bottom: 15px;
}
.blog_right_sidebar .br {
	width: 100%;
	height: 1px;
	background: #eee;
	margin: 30px 0px;
}
.blog-pagination {
	margin-top: 80px;
}
.blog-pagination .page-link {
	font-size: 14px;
	position: relative;
	display: block;
	padding: 0;
	text-align: center;
	margin-left: -1px;
	line-height: 45px;
	width: 45px;
	height: 45px;
	border-radius: 0 !important;
	color: #8a8a8a;
	border: 1px solid #f0e9ff;
	margin-right: 10px;
}
.blog-pagination .page-link i,
.blog-pagination .page-link span {
	font-size: 13px;
}
.blog-pagination .page-item.active .page-link {
	background-color: #fbf9ff;
	border-color: #f0e9ff;
	color: #888888;
}
.blog-pagination .page-item:last-child .page-link {
	margin-right: 0;
}
.single-post-area .blog_details {
	box-shadow: none;
	padding: 0;
}
.single-post-area .blog_details {
	padding-top: 26px;
}
.single-post-area .blog_details p {
	color: #fff;
	margin-bottom: 20px;
	font-size: 15px;
}
.single-post-area .quote-wrapper {
	background: rgba(130, 139, 178, 0.1);
	padding: 15px;
	line-height: 1.733;
	color: #888888;
	font-style: italic;
	margin-top: 25px;
	margin-bottom: 25px;
}
@media (min-width: 768px) {
	.single-post-area .quote-wrapper {
		padding: 30px;
	}
}
.single-post-area .quotes {
	background: #fff;
	padding: 15px 15px 15px 20px;
	border-left: 2px solid;
}
@media (min-width: 768px) {
	.single-post-area .quotes {
		padding: 25px 25px 25px 30px;
	}
}
.single-post-area .arrow {
	position: absolute;
}
.single-post-area .arrow .lnr {
	font-size: 20px;
	font-weight: 600;
}
.single-post-area .navigation-top {
	padding-top: 15px;
	border-top: 1px solid #f0e9ff;
}
.single-post-area .navigation-top p {
	margin-bottom: 0;
}
.single-post-area .navigation-top .like-info {
	color: #fff;
	font-size: 14px;
}
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
	font-size: 16px;
	margin-right: 5px;
}
.single-post-area .navigation-top .social-icons li {
	display: inline-block;
	margin-right: 15px;
}
.single-post-area .navigation-top .social-icons li:last-child {
	margin: 0;
}
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
	font-size: 14px;
	color: #fff;
}
.single-post-area .detials p {
	color: #fff;
}
.single-post-area .blog-author {
	padding: 40px 30px;
	background: #fbf9ff;
	margin-top: 50px;
}
@media (max-width: 600px) {
	.single-post-area .blog-author {
		padding: 20px 8px;
	}
}
.single-post-area .blog-author img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-right: 30px;
}
@media (max-width: 600px) {
	.single-post-area .blog-author img {
		margin-right: 15px;
		width: 45px;
		height: 45px;
	}
}
.single-post-area .blog-author a {
	display: inline-block;
}
.single-post-area .blog-author a:hover {
	color: #d6a04c;
}
.single-post-area .blog-author p {
	margin-bottom: 0;
	font-size: 15px;
}
.single-post-area .blog-author h4 {
	font-size: 16px;
}
.single-post-area .navigation-area {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-top: 55px;
}
.single-post-area .navigation-area p {
	margin-bottom: 0px;
}
.single-post-area .navigation-area h4 {
	font-size: 18px;
	line-height: 25px;
}
.single-post-area .navigation-area .nav-left {
	text-align: left;
}
.single-post-area .navigation-area .nav-left .thumb {
	margin-right: 20px;
	background: #000;
}
.single-post-area .navigation-area .nav-left .thumb img {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single-post-area .navigation-area .nav-left .lnr {
	margin-left: 20px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single-post-area .navigation-area .nav-left:hover .lnr {
	opacity: 1;
}
.single-post-area .navigation-area .nav-left:hover .thumb img {
	opacity: 0.5;
}
@media (max-width: 767px) {
	.single-post-area .navigation-area .nav-left {
		margin-bottom: 30px;
	}
}
.single-post-area .navigation-area .nav-right {
	text-align: right;
}
.single-post-area .navigation-area .nav-right .thumb {
	margin-left: 20px;
	background: #000;
}
.single-post-area .navigation-area .nav-right .thumb img {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single-post-area .navigation-area .nav-right .lnr {
	margin-right: 20px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single-post-area .navigation-area .nav-right:hover .lnr {
	opacity: 1;
}
.single-post-area .navigation-area .nav-right:hover .thumb img {
	opacity: 0.5;
}
.comments-area {
	background: transparent;
	border-top: 1px solid #eee;
	padding: 45px 0;
	margin-top: 50px;
}
@media (max-width: 414px) {
	.comments-area {
		padding: 50px 8px;
	}
}
.comments-area h4 {
	color: #fff;
	margin-bottom: 35px;
	font-size: 18px;
}
.comments-area h5 {
	font-size: 16px;
	margin-bottom: 0px;
}
.comments-area .comment-list {
	padding-bottom: 48px;
}
.comments-area .comment-list:last-child {
	padding-bottom: 0px;
}
@media (max-width: 413px) {
	.comments-area .comment-list .single-comment h5 {
		font-size: 12px;
	}
	.comments-area .comment-list .single-comment .date {
		font-size: 11px;
	}
	.comments-area .comment-list .single-comment .comment {
		font-size: 10px;
	}
}
.comments-area .thumb {
	margin-right: 20px;
}
.comments-area .thumb img {
	width: 70px;
	border-radius: 50%;
}
.comments-area .date {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
	margin-left: 20px;
}
.comments-area .comment {
	margin-bottom: 10px;
	color: #fff;
	font-size: 15px;
}
.comments-area .btn-reply {
	background-color: transparent;
	color: #888888;
	padding: 5px 18px;
	font-size: 14px;
	display: block;
	font-weight: 400;
}
.comment-form {
	border-top: 1px solid #eee;
	padding-top: 45px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.comment-form .form-group {
	margin-bottom: 30px;
}
.comment-form h4 {
	color: #fff;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 22px;
}
.comment-form .name {
	padding-left: 0px;
}
@media (max-width: 767px) {
	.comment-form .name {
		padding-right: 0px;
		margin-bottom: 1rem;
	}
}
.comment-form .email {
	padding-right: 0px;
}
@media (max-width: 991px) {
	.comment-form .email {
		padding-left: 0px;
	}
}
.comment-form .form-control {
	border: 1px solid #f0e9ff;
	border-radius: 5px;
	height: 48px;
	padding-left: 18px;
	font-size: 13px;
	background: transparent;
}
.comment-form .form-control:focus {
	outline: 0;
	box-shadow: none;
}
.comment-form .form-control::placeholder {
	font-weight: 300;
	color: #999999;
}
.comment-form .form-control::placeholder {
	color: #777777;
}
.comment-form textarea {
	padding-top: 18px;
	border-radius: 12px;
	height: 100% !important;
}
.comment-form ::-webkit-input-placeholder {
	font-size: 13px;
	color: #777;
}
.comment-form ::-moz-placeholder {
	font-size: 13px;
	color: #777;
}
.comment-form :-ms-input-placeholder {
	font-size: 13px;
	color: #777;
}
.comment-form :-moz-placeholder {
	font-size: 13px;
	color: #777;
}
.media {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.img-fluid {
	width: 100%;
}
.form-group {
	margin-bottom: 1rem;
}
.dropdown .dropdown-menu {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.contact-info {
	margin-bottom: 25px;
}
.contact-info__icon {
	margin-right: 20px;
}
.contact-info__icon i,
.contact-info__icon span {
	color: #8f9195;
	font-size: 27px;
}
.contact-info .media-body h3 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	font-size: 16px;
}
.contact-info .media-body h3 a:hover {
	color: #d6a04c;
}
.contact-info .media-body p {
	color: #fff;
}
.contact-title {
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #fff;
}
.contact-info__icon i,
.contact-info__icon span {
	color: #fff !important;
	font-size: 27px;
}
.form-contact label {
	font-size: 14px;
}
.form-contact .form-group {
	margin-bottom: 30px;
}
.form-contact .form-control {
	border: 1px solid #e5e6e9;
	border-radius: 0px;
	height: 48px;
	padding-left: 18px;
	font-size: 13px;
	background: transparent;
}
.form-contact .form-control:focus {
	outline: 0;
	box-shadow: none;
}
.form-contact .form-control::placeholder {
	font-weight: 300;
	color: #999999;
}
.form-contact textarea {
	border-radius: 0px;
	height: 100% !important;
}
.contact-section {
	padding: 130px 0 100px;
}
@media (max-width: 991px) {
	.contact-section {
		padding: 70px 0 40px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.contact-section {
		padding: 80px 0 50px;
	}
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #4a3600;
	opacity: 0.6;
}
.sample-text-area {
	padding: 60px 0 70px 0;
}
.sample-text-area p {
	color: #fff;
}
.text-heading {
	margin-bottom: 30px;
	font-size: 24px;
	color: #fff;
}
b,
sup,
sub,
u,
del {
	color: #d6a04c;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	color: #828bb2;
}
.button-area .border-top-generic {
	padding: 70px 15px;
	border-top: 1px dotted #eee;
}
.button-group-area .genric-btn {
	margin-right: 10px;
	margin-top: 10px;
}
.button-group-area .genric-btn:last-child {
	margin-right: 0;
}
.genric-btn {
	display: inline-block;
	outline: none;
	line-height: 40px;
	padding: 0 30px;
	font-size: 0.8em;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.genric-btn:focus {
	outline: none;
}
.genric-btn.e-large {
	padding: 0 40px;
	line-height: 50px;
}
.genric-btn.large {
	line-height: 45px;
}
.genric-btn.medium {
	line-height: 30px;
}
.genric-btn.small {
	line-height: 25px;
}
.genric-btn.radius {
	border-radius: 3px;
}
.genric-btn.circle {
	border-radius: 20px;
}
.genric-btn.arrow {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.genric-btn.arrow span {
	margin-left: 10px;
}
.genric-btn.default {
	color: #415094;
	background: #f9f9ff;
	border: 1px solid transparent;
}
.genric-btn.default:hover {
	border: 1px solid #f9f9ff;
	background: #fff;
}
.genric-btn.default-border {
	border: 1px solid #f9f9ff;
	background: #fff;
}
.genric-btn.default-border:hover {
	color: #415094;
	background: #f9f9ff;
	border: 1px solid transparent;
}
.genric-btn.primary {
	color: #fff;
	background: #d6a04c;
	border: 1px solid transparent;
}
.genric-btn.primary:hover {
	color: #d6a04c;
	border: 1px solid #d6a04c;
	background: #fff;
}
.genric-btn.primary-border {
	color: #d6a04c;
	border: 1px solid #d6a04c;
	background: #fff;
}
.genric-btn.primary-border:hover {
	color: #fff;
	background: #d6a04c;
	border: 1px solid transparent;
}
.genric-btn.success {
	color: #fff;
	background: #4cd3e3;
	border: 1px solid transparent;
}
.genric-btn.success:hover {
	color: #4cd3e3;
	border: 1px solid #4cd3e3;
	background: #fff;
}
.genric-btn.success-border {
	color: #4cd3e3;
	border: 1px solid #4cd3e3;
	background: #fff;
}
.genric-btn.success-border:hover {
	color: #fff;
	background: #4cd3e3;
	border: 1px solid transparent;
}
.genric-btn.info {
	color: #fff;
	background: #38a4ff;
	border: 1px solid transparent;
}
.genric-btn.info:hover {
	color: #38a4ff;
	border: 1px solid #38a4ff;
	background: #fff;
}
.genric-btn.info-border {
	color: #38a4ff;
	border: 1px solid #38a4ff;
	background: #fff;
}
.genric-btn.info-border:hover {
	color: #fff;
	background: #38a4ff;
	border: 1px solid transparent;
}
.genric-btn.warning {
	color: #fff;
	background: #f4e700;
	border: 1px solid transparent;
}
.genric-btn.warning:hover {
	color: #f4e700;
	border: 1px solid #f4e700;
	background: #fff;
}
.genric-btn.warning-border {
	color: #f4e700;
	border: 1px solid #f4e700;
	background: #fff;
}
.genric-btn.warning-border:hover {
	color: #fff;
	background: #f4e700;
	border: 1px solid transparent;
}
.genric-btn.danger {
	color: #fff;
	background: #f44a40;
	border: 1px solid transparent;
}
.genric-btn.danger:hover {
	color: #f44a40;
	border: 1px solid #f44a40;
	background: #fff;
}
.genric-btn.danger-border {
	color: #f44a40;
	border: 1px solid #f44a40;
	background: #fff;
}
.genric-btn.danger-border:hover {
	color: #fff;
	background: #f44a40;
	border: 1px solid transparent;
}
.genric-btn.link {
	color: #415094;
	background: #f9f9ff;
	text-decoration: underline;
	border: 1px solid transparent;
}
.genric-btn.link:hover {
	color: #415094;
	border: 1px solid #f9f9ff;
	background: #fff;
}
.genric-btn.link-border {
	color: #415094;
	border: 1px solid #f9f9ff;
	background: #fff;
	text-decoration: underline;
}
.genric-btn.link-border:hover {
	color: #415094;
	background: #f9f9ff;
	border: 1px solid transparent;
}
.genric-btn.disable {
	color: #222, 0.3;
	background: #f9f9ff;
	border: 1px solid transparent;
	cursor: not-allowed;
}
.generic-blockquote {
	padding: 30px 50px 30px 30px;
	background: #f9f9ff;
	border-left: 2px solid #d6a04c;
}
.progress-table-wrap {
	overflow-x: scroll;
}
.progress-table {
	background: #f9f9ff;
	padding: 15px 0px 30px 0px;
	min-width: 800px;
}
.progress-table .serial {
	width: 11.83%;
	padding-left: 30px;
}
.progress-table .country {
	width: 28.07%;
}
.progress-table .visit {
	width: 19.74%;
}
.progress-table .percentage {
	width: 40.36%;
	padding-right: 50px;
}
.progress-table .table-head {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
	color: #415094;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 500;
}
.progress-table .table-row {
	padding: 15px 0;
	border-top: 1px solid #edf3fd;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.progress-table .table-row .country img {
	margin-right: 15px;
}
.progress-table .table-row .percentage .progress {
	width: 80%;
	border-radius: 0px;
	background: transparent;
}
.progress-table .table-row .percentage .progress .progress-bar {
	height: 5px;
	line-height: 5px;
}
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
	background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
	background-color: #e66686;
}
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
	background-color: #f09359;
}
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
	background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
	background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
	background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
	background-color: #a367e7;
}
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
	background-color: #e66686;
}
.single-gallery-image {
	margin-top: 30px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	height: 200px;
}
.unordered-list li {
	color: #fff;
	position: relative;
	padding-left: 30px;
	line-height: 1.82em !important;
}
.unordered-list li:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border: 3px solid #d6a04c;
	background: #fff;
	top: 4px;
	left: 0;
	border-radius: 50%;
}
.ordered-list {
	margin-left: 30px;
}
.ordered-list li {
	color: #d6a04c;
	list-style-type: decimal-leading-zero;
	font-weight: 500;
	line-height: 1.82em !important;
}
.ordered-list li span {
	font-weight: 300;
	color: #fff;
}
.ordered-list-alpha li {
	color: #fff;
	margin-left: 30px;
	list-style-type: lower-alpha;
	color: #d6a04c;
	font-weight: 500;
	line-height: 1.82em !important;
}
.ordered-list-alpha li span {
	font-weight: 300;
}
.ordered-list-roman li {
	color: #fff;
	margin-left: 30px;
	list-style-type: lower-roman;
	font-weight: 500;
	line-height: 1.82em !important;
}
.ordered-list-roman li span {
	font-weight: 300;
}
.single-input {
	display: block;
	width: 100%;
	line-height: 40px;
	border: none;
	outline: none;
	background: #f9f9ff;
	padding: 0 20px;
}
.single-input:focus {
	outline: none;
}
.input-group-icon {
	position: relative;
}
.input-group-icon .icon {
	position: absolute;
	left: 20px;
	top: 0;
	line-height: 40px;
	z-index: 3;
}
.input-group-icon .icon i {
	color: #797979;
}
.input-group-icon .single-input {
	padding-left: 45px;
}
.single-textarea {
	display: block;
	width: 100%;
	line-height: 40px;
	border: none;
	outline: none;
	background: #f9f9ff;
	padding: 0 20px;
	height: 100px;
	resize: none;
}
.single-textarea:focus {
	outline: none;
}
.single-input-primary {
	display: block;
	width: 100%;
	line-height: 40px;
	border: 1px solid transparent;
	outline: none;
	background: #f9f9ff;
	padding: 0 20px;
}
.single-input-primary:focus {
	outline: none;
	border: 1px solid #d6a04c;
}
.single-input-accent {
	display: block;
	width: 100%;
	line-height: 40px;
	border: 1px solid transparent;
	outline: none;
	background: #f9f9ff;
	padding: 0 20px;
}
.single-input-accent:focus {
	outline: none;
	border: 1px solid #eb6b55;
}
.single-input-secondary {
	display: block;
	width: 100%;
	line-height: 40px;
	border: 1px solid transparent;
	outline: none;
	background: #f9f9ff;
	padding: 0 20px;
}
.single-input-secondary:focus {
	outline: none;
	border: 1px solid #f09359;
}
.default-switch {
	width: 35px;
	height: 17px;
	border-radius: 8.5px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer;
}
.default-switch input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.default-switch input + label {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #d6a04c;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.default-switch input:checked + label {
	left: 19px;
}
.primary-switch {
	width: 35px;
	height: 17px;
	border-radius: 8.5px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer;
}
.primary-switch input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.primary-switch input + label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.primary-switch input + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 8.5px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.primary-switch input + label:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.primary-switch input:checked + label:after {
	left: 19px;
}
.primary-switch input:checked + label:before {
	background: #d6a04c;
}
.confirm-switch {
	width: 35px;
	height: 17px;
	border-radius: 8.5px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer;
}
.confirm-switch input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.confirm-switch input + label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.confirm-switch input + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 8.5px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}
.confirm-switch input + label:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.confirm-switch input:checked + label:after {
	left: 19px;
}
.confirm-switch input:checked + label:before {
	background: #4cd3e3;
}
.primary-checkbox {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer;
}
.primary-checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.primary-checkbox input + label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #f1f1f1;
}
.primary-checkbox input:checked + label {
	background: url(../img/elements/primary-check.png) no-repeat center center/cover;
	border: none;
}
.confirm-checkbox {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer;
}
.confirm-checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.confirm-checkbox input + label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #f1f1f1;
}
.confirm-checkbox input:checked + label {
	background: url(../img/elements/success-check.png) no-repeat center center/cover;
	border: none;
}
.disabled-checkbox {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer;
}
.disabled-checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.disabled-checkbox input + label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #f1f1f1;
}
.disabled-checkbox input:disabled {
	cursor: not-allowed;
	z-index: 3;
}
.disabled-checkbox input:checked + label {
	background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
	border: none;
}
.primary-radio {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer;
}
.primary-radio input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.primary-radio input + label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid #f1f1f1;
}
.primary-radio input:checked + label {
	background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
	border: none;
}
.confirm-radio {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer;
}
.confirm-radio input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.confirm-radio input + label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid #f1f1f1;
}
.confirm-radio input:checked + label {
	background: url(../img/elements/success-radio.png) no-repeat center center/cover;
	border: none;
}
.disabled-radio {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #f9f9ff;
	position: relative;
	cursor: pointer;
}
.disabled-radio input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.disabled-radio input + label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid #f1f1f1;
}
.disabled-radio input:disabled {
	cursor: not-allowed;
	z-index: 3;
}
.disabled-radio input:checked + label {
	background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
	border: none;
}
.default-select {
	height: 40px;
}
.default-select .nice-select {
	border: none;
	border-radius: 0px;
	height: 40px;
	background: #f9f9ff;
	padding-left: 20px;
	padding-right: 40px;
}
.default-select .nice-select .list {
	margin-top: 0;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	width: 100%;
	padding: 10px 0 10px 0px;
}
.default-select .nice-select .list .option {
	font-weight: 300;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: 28px;
	min-height: 28px;
	font-size: 12px;
	padding-left: 20px;
}
.default-select .nice-select .list .option.selected {
	color: #d6a04c;
	background: transparent;
}
.default-select .nice-select .list .option:hover {
	color: #d6a04c;
	background: transparent;
}
.default-select .current {
	margin-right: 50px;
	font-weight: 300;
}
.default-select .nice-select::after {
	right: 20px;
}
.form-select {
	height: 40px;
	width: 100%;
}
.form-select .nice-select {
	border: none;
	border-radius: 0px;
	height: 40px;
	background: #f9f9ff;
	padding-left: 45px;
	padding-right: 40px;
	width: 100%;
}
.form-select .nice-select .list {
	margin-top: 0;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	width: 100%;
	padding: 10px 0 10px 0px;
}
.form-select .nice-select .list .option {
	font-weight: 300;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: 28px;
	min-height: 28px;
	font-size: 12px;
	padding-left: 45px;
}
.form-select .nice-select .list .option.selected {
	color: #d6a04c;
	background: transparent;
}
.form-select .nice-select .list .option:hover {
	color: #d6a04c;
	background: transparent;
}
.form-select .current {
	margin-right: 50px;
	font-weight: 300;
}
.form-select .nice-select::after {
	right: 20px;
}
.mt-10 {
	margin-top: 10px;
}
.section-top-border {
	padding: 50px 0;
	border-top: 1px dotted #eee;
}
.section-top-border h3 {
	color: #fff;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-30 {
	margin-top: 30px;
}
.switch-wrap {
	margin-bottom: 10px;
}
.switch-wrap p {
	color: #fff;
}

.main-ccccc {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
}

