@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(../fonts/fa-brands-400.eot);
	src: url(../fonts/fa-brands-400.eot?#iefix) format('embedded-opentype'),
		url(../fonts/fa-brands-400.woff2) format('woff2'), url(../fonts/fa-brands-400.woff) format('woff'),
		url(../fonts/fa-brands-400.ttf) format('truetype'), url(../fonts/fa-brands-400.svg#fontawesome) format('svg');
}
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(../fonts/fa-regular-400.eot);
	src: url(../fonts/fa-regular-400.eot?#iefix) format('embedded-opentype'),
		url(../fonts/fa-regular-400.woff2) format('woff2'), url(../fonts/fa-regular-400.woff) format('woff'),
		url(../fonts/fa-regular-400.ttf) format('truetype'), url(../fonts/fa-regular-400.svg#fontawesome) format('svg');
}
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url(../fonts/fa-solid-900.eot);
	src: url(../fonts/fa-solid-900.eot?#iefix) format('embedded-opentype'),
		url(../fonts/fa-solid-900.woff2) format('woff2'), url(../fonts/fa-solid-900.woff) format('woff'),
		url(../fonts/fa-solid-900.ttf) format('truetype'), url(../fonts/fa-solid-900.svg#fontawesome) format('svg');
}
@font-face {
	font-family: 'themify';
	src: url(../fonts/themify.eot?-fvbane);
	src: url(../fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'),
		url(../fonts/themify.woff?-fvbane) format('woff'), url(../fonts/themify.ttf?-fvbane) format('truetype'),
		url(../fonts/themify.svg?-fvbane#themify) format('svg');
	font-weight: normal;
	font-style: normal;
}
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
		'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}
*,
::after,
::before {
	box-sizing: border-box;
}
html {
	font-family: Arial;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}
@-ms-viewport {
	width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
		'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}
[tabindex='-1']:focus {
	outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
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 {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	color: #0056b3;
	text-decoration: underline;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}
pre {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
	font-size: 1em;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}
figure {
	margin: 0 0 1rem;
}
img {
	vertical-align: middle;
	border-style: none;
}
svg {
	overflow: hidden;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
button {
	border-radius: 0;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
	-webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
input[type='date'],
input[type='datetime-local'],
input[type='month'],
input[type='time'] {
	-webkit-appearance: listbox;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
progress {
	vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	outline-offset: -2px;
	-webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
output {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
	display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
.h1,
h1 {
	font-size: 2.5rem;
}
.h2,
h2 {
	font-size: 2rem;
}
.h3,
h3 {
	font-size: 1.75rem;
}
.h4,
h4 {
	font-size: 1.5rem;
}
.h5,
h5 {
	font-size: 1.25rem;
}
.h6,
h6 {
	font-size: 1rem;
}
.small,
small {
	font-size: 80%;
	font-weight: 400;
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.figure {
	display: inline-block;
}
pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container {
		max-width: 630px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col-12,
.col-lg-12,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-md-10,
.col-md-11,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-9,
.col-sm-10,
.col-sm-11,
.col-sm-4,
.col-sm-12,
.col-sm-5,
.col-sm-6,
.col-xsm-10,
.col-xsm-11,
.col-xsm-4,
.col-xsm-12,
.col-xsm-5,
.col-xsm-6,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width: 300px) {
	.col-xsm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xsm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xsm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xsm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xsm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xsm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
    .col-xsm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
@media (min-width: 576px) {
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
    .col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
@media (min-width: 768px) {
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
}
@media (min-width: 992px) {
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
}
@media (min-width: 1200px) {
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.table .table {
	background-color: #fff;
}
.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}
.form-control:disabled {
	background-color: #e9ecef;
	opacity: 1;
}
select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}
select.form-control[multiple],
select.form-control[size] {
	height: auto;
}
textarea.form-control {
	height: auto;
}
.form-group {
	margin-bottom: 1rem;
}
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	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 screen and (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}
.btn:focus,
.btn:hover {
	text-decoration: none;
}
.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}
.btn-link {
	font-weight: 400;
	color: #007bff;
	background-color: transparent;
}
.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
	text-decoration: underline;
	border-color: transparent;
	box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d;
	pointer-events: none;
}
.fade {
	transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}
.fade:not(.show) {
	opacity: 0;
}
.collapse:not(.show) {
	display: none;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}
.dropdown,
.dropleft,
.dropright,
.dropup {
	position: relative;
}
.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	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;
	float: left;
	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-right {
	right: 0;
	left: auto;
}
.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	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;
}
.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	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;
}
.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropright .dropdown-toggle::after {
	vertical-align: 0;
}
.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
}
.dropleft .dropdown-toggle::after {
	display: none;
}
.dropleft .dropdown-toggle::before {
	display: inline-block;
	width: 0;
	height: 0;
	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;
}
.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}
.dropdown-menu[x-placement^='bottom'],
.dropdown-menu[x-placement^='left'],
.dropdown-menu[x-placement^='right'],
.dropdown-menu[x-placement^='top'] {
	right: auto;
	bottom: auto;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	background-color: transparent;
}
.dropdown-menu.show {
	display: block;
}
.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.input-group > .form-control {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}
.input-group > .form-control + .form-control {
	margin-left: -1px;
}
.input-group > .form-control:focus {
	z-index: 3;
}
.input-group > .form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group-append {
	display: -ms-flexbox;
	display: flex;
}
.input-group-append .btn {
	position: relative;
	z-index: 2;
}
.input-group-append .btn + .btn {
	margin-left: -1px;
}
.input-group-append {
	margin-left: -1px;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
	text-decoration: none;
}
.nav-link.disabled {
	color: #6c757d;
}
.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	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;
	float: none;
}
.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	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 > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}
.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
	border-top: 0;
}
.card-img {
	width: 100%;
	border-radius: calc(0.25rem - 1px);
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
	border-radius: 0;
}
.accordion .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}
.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.page-item:first-child .page-link {
	margin-left: 0;
	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;
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}
.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}
.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}
.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}
.media-body {
	-ms-flex: 1;
	flex: 1;
}
.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
	z-index: 1;
	text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	background-color: #fff;
}
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	color: #000;
	text-decoration: none;
	opacity: 0.75;
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
}
.modal-open {
	overflow: hidden;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}
.modal.fade .modal-dialog {
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}
.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: 0.5;
}
.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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
		'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	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 .arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}
.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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
		'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	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 .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
	position: absolute;
	display: block;
	content: '';
	border-color: transparent;
	border-style: solid;
}
.popover-header {
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
	display: none;
}
.popover-body {
	padding: 0.5rem 0.75rem;
	color: #212529;
}
.carousel {
	position: relative;
}
.carousel-item {
	position: relative;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
	.carousel-item-next,
	.carousel-item-prev,
	.carousel-item.active {
		transition: none;
	}
}
.carousel-item-next,
.carousel-item-prev {
	position: absolute;
	top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.active.carousel-item-right,
.carousel-item-next {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	.active.carousel-item-right,
	.carousel-item-next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
.active.carousel-item-left,
.carousel-item-prev {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	.active.carousel-item-left,
	.carousel-item-prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
.carousel-indicators li {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: '';
}
.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: '';
}
.carousel-indicators .active {
	background-color: #fff;
}
.align-middle {
	vertical-align: middle !important;
}
.border {
	border: 1px solid #dee2e6 !important;
}
.rounded-0 {
	border-radius: 0 !important;
}
.d-none {
	display: none !important;
}
.d-inline-block {
	display: inline-block !important;
}
.d-block {
	display: block !important;
}
.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}
@media (min-width: 576px) {
	.d-sm-block {
		display: block !important;
	}
	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
@media (min-width: 992px) { 
	.d-lg-none {
		display: none !important;
	}
	.d-lg-block {
		display: block !important;
	}
    .d-lg-flex {
		display: flex !important;
	}
}
.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}
.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.justify-content-evenly {
	justify-content: space-evenly;
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}
.position-static {
	position: static !important;
}
.position-relative {
	position: relative !important;
}
.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;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}
.w-100 {
	width: 100% !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.my-2 {
	margin-top: 0.5rem !important;
}
.my-2 {
	margin-bottom: 0.5rem !important;
}
.mt-3 {
	margin-top: 1rem !important;
}
.mb-3 {
	margin-bottom: 1rem !important;
}
.mb-4 {
	margin-bottom: 1.5rem !important;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
.pb-4 {
	padding-bottom: 1.5rem !important;
}
@media (min-width: 576px) {
	.my-sm-0 {
		margin-top: 0 !important;
	}
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
}
@media (min-width: 992px) {
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.text-uppercase {
	text-transform: uppercase !important;
}
.text-white {
	color: #fff !important;
}
.visible {
	visibility: visible !important;
}
@media print {
	*,
	::after,
	::before {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	a:not(.btn) {
		text-decoration: underline;
	}
	pre {
		white-space: pre-wrap !important;
	}
	blockquote,
	pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	@page {
		size: a3;
	}
	body {
		min-width: 992px !important;
	}
	.container {
		min-width: 992px !important;
	}
	.navbar {
		display: none;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td {
		background-color: #fff !important;
	}
}
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

#works .owl-carousel .owl-item img {
	height: 245px;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.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;
	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;
}

.callto__text {

}
.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: 0.875em;
    position: fixed;
    top: 85px;
    background: #2b2d67;
    padding: 10px;
    right: 8px;
	width: 95%;
}
.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);
	}
}
@-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);
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-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-behance:before {
	content: '\f1b4';
}
.fa-comments:before {
	content: '\f086';
}
.fa-dribbble:before {
	content: '\f17d';
}
.fa-facebook-f:before {
	content: '\f39e';
}
.fa-globe:before {
	content: '\f0ac';
}
.fa-heart:before {
	content: '\f004';
}
.fa-level-up-alt:before {
	content: '\f3bf';
}
.fa-phone-alt:before {
	content: '\f879';
}
.fa-pinterest-p:before {
	content: '\f231';
}
.fa-plane:before {
	content: '\f072';
}
.fa-twitter:before {
	content: '\f099';
}
.fa-user:before {
	content: '\f007';
}
.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-search:before {
	content: '\e610';
}
.ti-arrow-right:before {
	content: '\e628';
}
.ti-arrow-left:before {
	content: '\e629';
}
.ti-angle-right:before {
	content: '\e649';
}
.ti-angle-left:before {
	content: '\e64a';
}
.ti-arrow-top-right:before {
	content: '\e65a';
}
.ti-arrow-top-left:before {
	content: '\e65b';
}
.ti-home:before {
	content: '\e69b';
}
.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);
	width: 100% !important;
}
.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=Heebo:wght@200;300;400;500;600;700;800&family=Mulish:wght@300;400;500;600;700;800&display=swap);
.section-bg1 {
	background: #2d0a31;
}
.boxed-btn {
	background: #fff;
	color: #2a2d66 !important;
	display: inline-block;
	padding: 18px 44px;
	font-family: Arial
	font-size: 14px;
	font-weight: 400;
	border: 0;
	border: 1px solid #2a2d66;
	text-align: center;
	color: #2a2d66;
	text-transform: uppercase;
	cursor: pointer;
}
.boxed-btn:hover {
	background: #2a2d66;
	color: #fff !important;
	border: 1px solid #2a2d66;
}
.boxed-btn:focus {
	outline: none;
}
body {
	font-family: Arial
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial
	color: #232f55;
	margin-top: 0;
	font-style: normal;
	font-weight: 500;
	text-transform: normal;
}
p {
	font-family: Arial
	color: #232f55;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 1.4;
}
.fix {
	overflow: hidden;
}
.clear {
	clear: both;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-45 {
	margin-right: 45px;
}
.pt-30 {
	padding-top: 30px;
}
.pb-20 {
	padding-bottom: 20px;
}
.mt-10 {
	margin-top: 10px;
}
.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;
}
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: 0;
	padding: 0;
}
li {
	list-style: none;
}
@keyframes bounce {
	0% {
		transform: translateY(-3px);
	}
	50% {
		transform: translateY(3px);
	}
	100% {
		transform: translateY(-3px);
	}
}
.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: #2a2d66;
	height: 50px;
	width: 50px;
	right: 31px;
	bottom: 18px;
	position: fixed;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	line-height: 48px;
	border: 2px solid transparent;
	box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}
@media (max-width: 575px) {
	#back-top {
		right: 16px;
	}
    .section-tittle4 h2 {
        text-align: center !important;
    }
}
#back-top a i {
	display: block;
	line-height: 50px;
}
@-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;
}
.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: 60px;
	padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding-top: 100px;
		padding-bottom: 90px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-padding {
		padding-top: 70px;
		padding-bottom: 40px;
	}
}
@media (max-width: 575px) {
	.section-padding {
		padding-top: 70px;
		padding-bottom: 40px;
	}
}
.bottom-padding {
	padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.bottom-padding {
		padding-bottom: 70px;
	}
}
@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: 60px 85px 110px 85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-padding {
		padding: 60px 85px 110px 85px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.testimonial-padding {
		padding: 45px 20px 73px 20px;
	}
}
@media (max-width: 575px) {
	.testimonial-padding {
		padding: 45px 20px 73px 20px;
	}
}
.w-padding {
	padding: 30px;
}
.w-padding2 {
	padding: 86px 20px 70px 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.w-padding2 {
		padding: 59px 20px 70px 20px;
	}
}
@media (max-width: 575px) {
	.w-padding2 {
		padding: 59px 20px 47px 20px;
	}
}
.footer-padding {
	padding-top: 10%;
	padding-bottom: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-padding {
		padding-top: 10%;
		padding-bottom: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-padding {
		padding-top: 10%;
		padding-bottom: 0;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.footer-padding {
		padding-top: 10%;
		padding-bottom: 0;
	}
}
@media (max-width: 575px) {
	.footer-padding {
		padding-top: 10%;
		padding-bottom: 0;
	}
}
.footer-padding2 {
	padding-top: 120px;
	padding-bottom: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-padding2 {
		padding-top: 250px;
		padding-bottom: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-padding2 {
		padding-top: 250px;
		padding-bottom: 0;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.footer-padding2 {
		padding-top: 225px;
		padding-bottom: 0;
	}
}
@media (max-width: 575px) {
	.footer-padding2 {
		padding-top: 225px;
		padding-bottom: 0;
	}
	.section-tittle {
		/* margin-bottom: 50px; */
		text-align: center !important;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-tittle {
		/* margin-bottom: 50px; */
	}
}
.section-tittle {
    /* margin-bottom: 50px; */
    text-align: left !important;
}
.section-tittle p {
	color: #232f55;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}
.section-tittle p a {
	text-decoration: underline;
}
.section-tittle > span {
	color: #140c40;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 22px;
	text-transform: capitalize;
	/* display: inline-block; */
	letter-spacing: 0.05em;
    display: flex;
    align-content: center;
    justify-content: center;
}
@media (max-width: 575px) {
	.section-tittle > span {
		font-size: 14px;
		padding-left: 0;
		text-align: left;
	}
}
.section-tittle h2 {
	font-size: 46px;
	display: block;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 22px;
	margin-top: 0px;
    text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-tittle h2 {
		font-size: 41px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-tittle h2 {
		font-size: 43px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-tittle h2 {
		font-size: 31px;
	}
}
@media (max-width: 575px) {
	.section-tittle h2 {
		font-size: 26px;
        text-align: left;
        font-weight: bold;
	}
}
.section-img-bg2 {
	background-size: cover;
	background-repeat: no-repeat;
}
.section-bg1 {
	background: #2d0a31;
}
.btn {
	font-family: Arial
	text-transform: inherit !important;
	padding: 30px 43px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 16px !important;
	font-weight: 500 !important;
	border-radius: 0;
	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: 101%;
	height: 101%;
	background: #232f55;
	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: scaleY(0);
	border-radius: 0;
}
.btn i {
	padding-right: 11px;
}
.btn:hover {
	color: #fff !important;
}
.btn:hover::before {
	transform: scaleY(1);
	z-index: -1;
}
.border-btn {
	border: 2px solid #f8bdb5;
	color: #232f55;
	font-family: Arial
	background: none;
	text-transform: normal;
	padding: 12px 21px !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: 0;
	z-index: 1;
}
.border-btn i {
	font-size: 16px;
	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;
}
.border-btn::before {
	border: 1px solid transparent;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 101%;
	height: 101%;
	background: #f8bdb5;
	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: #fff;
}
.border-btn:hover i {
	color: #fff;
}
.border-btn:hover::before {
	transform: scaleY(1);
	border: 1px solid transparent;
	color: #fff;
}
.border-btn2 {
	border: 1px solid #fff;
	color: #fff;
	font-family: Arial
	background: none;
	text-transform: normal;
	padding: 13px 34px !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: 0;
	z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.border-btn2 {
		border: 1px solid #ff8d7c !important;
		color: #ff8d7c !important;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.border-btn2 {
		border: 1px solid #ff8d7c !important;
		color: #ff8d7c !important;
	}
}
@media (max-width: 575px) {
	.border-btn2 {
		border: 1px solid #ff8d7c !important;
		color: #ff8d7c !important;
	}
}
.border-btn2 i {
	font-size: 16px;
	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;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.border-btn2 i {
		color: #ff8d7c !important;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.border-btn2 i {
		color: #ff8d7c !important;
	}
}
@media (max-width: 575px) {
	.border-btn2 i {
		color: #ff8d7c !important;
	}
}
.border-btn2::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-btn2:hover {
	color: #ff8b7a;
}
.border-btn2:hover i {
	color: #ff8b7a;
}
.border-btn2:hover::before {
	transform: scaleY(1);
	border: 1px solid transparent;
	color: #fff;
}
.about-btn {
	padding: 30px 42px;
}
.header-btn2 {
	padding: 12px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-btn2 {
		padding: 8px 15px !important;
		position: absolute;
		right: 13%;
		top: 11px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header-btn2 {
		padding: 8px 15px !important;
		position: absolute;
		right: 13%;
		top: 10px;
	}
}
@media (max-width: 575px) {
	.header-btn2 {
		padding: 8px 15px !important;
		position: absolute;
		right: 17px;
		top: 74px;
	}
}
.hero-btn {
	padding: 20px 30px;
	border-radius: 10px;
	z-index: 110;
}
.submit-btn {
	width: 100%;
	background: #ff9100;
	font-family: Arial
	text-transform: inherit !important;
	padding: 30px 43px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 16px !important;
	font-weight: 500 !important;
	border-radius: 5px;
	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: #232f55;
	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: 0;
}
.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 {
	font-family: Arial
	background-color: #fff;
	border: 1px solid #2a2d66;
	color: #232f55 !important;
	display: inline-block;
	padding: 17px 28px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1;
	font-size: 16px;
}
.btn_1 i {
	font-size: 16px;
	margin-right: 10px;
	color: #ff8b7a;
	-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:hover {
	background-color: #fff;
	border: 1px solid #2a2d66;
	color: #ff8b7a !important;
}
.btn_2 {
	font-family: Arial
	color: #fff !important;
	border: 2px solid #fff;
	display: inline-block;
	line-height: 1;
	padding: 16px 42px;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	margin-right: 13px;
	min-width: 250px;
}
.btn_2:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #ff8b7a !important;
}
.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}
.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}
.location {
	padding: 16px 34px !important;
	width: 100%;
}
.header-area .main-header {
	padding: 0 85px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header-area .main-header {
		padding: 0 30px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .main-header {
		padding: 0 15px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .main-header {
		padding: 9px 0;
		-webkit-box-shadow: 0 2px 10px rgba(25, 25, 25, 0.1);
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header-area .main-header {
		padding: 9px 0;
		-webkit-box-shadow: 0 2px 10px rgba(25, 25, 25, 0.1);
	}
}
@media (max-width: 575px) {
	.header-area .main-header {
		padding: 9px 0;
		-webkit-box-shadow: 0 2px 10px rgba(25, 25, 25, 0.1);
	}
	.header-area .main-header.header-sticky.sticky-bar .button-header {
		display: none !important;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .main-header .logo {
		margin-right: 0;
	}
}
.header-area .main-header .main-menu {
	/* margin-left: 30px; */
}
.header-area .main-header .main-menu ul li {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin: 0 17px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.header-area .main-header .main-menu ul li {
		margin: 0 14px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .main-header .main-menu ul li {
		margin: 0 8px;
	}
}
.header-area .main-header .main-menu ul li a {
	font-family: Arial
	color: #fff;
	font-weight: bold;
	padding: 38px 5px;
	display: block;
	font-size: 16px;
	-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: relative;
}
.header-area .main-header .main-menu ul li a::after {
	content: '';
	position: absolute;
	width: 0;
	bottom: 27px;
	right: 5px;
	left: -5px;
	height: 3px;
	z-index: 1;
	-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: #232f55;
}
.header-area .main-header .main-menu ul li:hover > a {
	color: #232f55;
}
.header-area .main-header .main-menu ul li:hover > a::after {
	left: 0;
	right: auto;
	width: 100%;
	-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;
}
.header-area .main-header .main-menu ul ul.submenu {
	position: absolute;
	width: 170px;
	background: #fff;
	left: 0;
	top: 90%;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	padding: 17px 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;
}
.header-area .main-header .main-menu ul ul.submenu > li {
	margin-left: 7px;
	display: block;
}
.header-area .main-header .main-menu ul ul.submenu > li > a {
	padding: 6px 10px !important;
	font-size: 16px;
	color: #232f55;
	text-transform: capitalize;
}
.header-area .main-header .main-menu ul ul.submenu > li > a::after {
	position: unset;
}
.header-area .main-header .main-menu ul ul.submenu > li > a:hover {
	color: #232f55;
	background: none;
	padding-left: 13px !important;
}
.header-area .main-header ul > li:hover > ul.submenu {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.header-transparent {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-sticky.sticky-bar {
		background: #fff !important;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header-sticky.sticky-bar {
		background: #fff !important;
	}
}
@media (max-width: 575px) {
	.header-sticky.sticky-bar {
		background: #fff !important;
	}
}
.header-sticky.sticky-bar .main-menu ul li a {
	padding: 25px 5px !important;
}
.header-sticky.sticky-bar .main-menu ul li a::after {
	bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-sticky.sticky-bar {
		padding: 9px 0;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header-sticky.sticky-bar {
		padding: 9px 0;
	}
}
@media (max-width: 575px) {
	.header-sticky.sticky-bar {
		padding: 9px 0;
	}
}
.mobile_menu {
	/* position: absolute; */
	right: 0;
	width: 100%;
	z-index: 99;
}
.slider-height {
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.slider-height {
		height: auto;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-height {
		height: auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-height {
		height: auto;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-height {
		height: auto;
	}
}
@media (max-width: 575px) {
	.slider-height {
		height: auto;
	}
}
.hero-height2 {
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-height2 {
		height: 400px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-height2 {
		height: 327px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.hero-height2 {
		height: 257px;
	}
}
@media (max-width: 575px) {
	.hero-height2 {
		height: 319px;
	}
}
.slider-area {
	margin-top: -1px;
}
.slider-area .single-slider {
	position: relative;
}
.slider-area .single-slider::before {
	position: absolute;
	content: '';
	background-color: rgb(215 37 45 / 19%);
	width: 300px;
	height: 100vh;
	left: 0;
	top: 100px;
	z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.slider-area .single-slider::before {
		width: 300px;
		height: 500px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .single-slider::before {
		width: 250px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .single-slider::before {
		width: 220px;
		height: 413px;
		top: 65px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .single-slider::before {
		width: 220px;
		height: 413px;
		top: 65px;
	}
}
@media (max-width: 575px) {
	.slider-area .single-slider::before {
		width: 100%;
		height: 413px;
		top: 65px;
	}
}
.slider-area .single-slider .slider-cap-wrapper {
	display: flex;
	height: 100vh;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.slider-area .single-slider .slider-cap-wrapper .hero-img {
	width: 100vw;
	overflow: hidden;
	background-image: url(../img/bg1.jpeg);
	background-position: center;
	background-size: cover;
	height: 100vh;
	background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-img {
		/* width: 48%; */
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-img {
		/* width: 50%; */
		padding-top: 90px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-img {
		/* width: 53%; */
		padding-top: 65px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-img {
		/* display: none; */
	}
}
@media (max-width: 575px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-img {
		/* display: none; */
	}
}
.slider-area .single-slider .slider-cap-wrapper .hero-img img {
	width: 100%;
	height: auto;
    zoom: .8;
	padding: 100px 100px 100px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-img img {
		height: auto;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-img img {
		height: auto;
		padding: 80px 80px 80px 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-img img {
		height: auto;
		padding: 40px 40px 40px 0;
	}
}
.slider-area .single-slider .slider-cap-wrapper .hero-img.hero-img2 img {
	height: 400px !important;
	padding-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-img.hero-img2 img {
		height: 400px !important;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-img.hero-img2 img {
		height: 300px !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-img.hero-img2 img {
		height: 260px !important;
	}
}
@media (max-width: 575px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-img.hero-img2 img {
		height: 350px !important;
	}
}
.slider-area .single-slider .slider-cap-wrapper .hero-caption {
	position: absolute;
	width: 100%;
	padding: 20px;
	text-align: center;
	z-index: 103;
	/* margin-top: 200px; */
	bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption {
		/* width: 45%; */
		/* padding-top: 125px; */
		/* margin-top: 200px; */
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption {
		/* width: 46%; */
		/* margin-top: 200px; */
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption {
		/* width: 45%; */
		/* margin-top: 250px; */
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption {
		/* width: 91%; */
		/* margin-top: 200px; */
	}
}
@media (max-width: 575px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption {
		/* margin-top: 200px; */
		width: 100%;
		/* padding: 20vw 20vw 10vw 20vw; */
	}
}
.slider-area .single-slider .slider-cap-wrapper .hero-caption span {
	color: #2a2d66;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
}
.slider-area .single-slider .slider-cap-wrapper .hero-caption h2 {
	animation-delay: 0.2s;
	font-size: 50px;
	font-weight: 500;
	padding-bottom: 25px;
	line-height: 1.2;
	display: block;
	color: #ffffff !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption h2 {
		font-size: 55px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption h2 {
		font-size: 45px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption h2 {
		font-size: 33px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption h2 {
		font-size: 37px;
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption h2 {
		font-size: 24px;
		margin-bottom: 25px;
	}
}
.slider-area .single-slider .slider-cap-wrapper .hero-caption p {
	margin-bottom: 40px;
	display: block;
	font-size: 20px;
	padding-right: 50px;
	color: #fff;
	line-height: 1.4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption p br {
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption p br {
		display: none;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption p br {
		display: none;
	}
}
@media (max-width: 575px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption p br {
		display: none;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption p {
		padding-right: 17px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption p {
		margin-bottom: 29px;
		font-size: 18px;
		padding-right: 0;
	}
}
@media (max-width: 575px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption p {
		margin-bottom: 29px;
		font-size: 18px;
		padding-right: 0;
	}
}
.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 {
	padding-top: 137px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 {
		padding-top: 105px;
		padding-bottom: 19px;
	}
}
@media (max-width: 575px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 {
		margin-bottom: 29px;
		font-size: 18px;
		padding-right: 0;
		padding-top: 86px;
		padding-bottom: 19px;
	}
}
.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 h2 {
	font-size: 56px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.2;
	display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 h2 {
		font-size: 55px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 h2 {
		font-size: 45px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 h2 {
		font-size: 33px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 h2 {
		font-size: 37px;
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 h2 {
		font-size: 35px;
		margin-bottom: 25px;
	}
}
.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 p {
	margin-bottom: 40px;
	display: block;
	font-size: 20px;
	padding-right: 50px;
	color: #000;
	line-height: 1.4;
	margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 p br {
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 p br {
		display: none;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 p br {
		display: none;
	}
}
@media (max-width: 575px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 p br {
		display: none;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 p {
		padding-right: 17px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 p {
		font-size: 18px;
		padding-right: 0;
	}
}
@media (max-width: 575px) {
	.slider-area .single-slider .slider-cap-wrapper .hero-caption.hero-caption2 p {
		font-size: 18px;
		padding-right: 0;
	}
}
.slider-active button.slick-arrow {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: 0;
	padding: 0;
	z-index: 2;
	opacity: 1;
	cursor: pointer;
	visibility: visible;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-active button.slick-arrow {
		line-height: 40px;
		height: 40px;
		width: 40px;
		right: 40px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-active button.slick-arrow {
		line-height: 40px;
		height: 40px;
		width: 40px;
		right: 40px;
	}
}
@media (max-width: 575px) {
	.slider-active button.slick-arrow {
		line-height: 40px;
		height: 40px;
		width: 40px;
		right: 40px;
	}
}
.slider-active button.slick-arrow i {
	font-size: 25px;
	line-height: 50px;
	color: #2a2d66;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-active button.slick-arrow i {
		line-height: 40px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-active button.slick-arrow i {
		line-height: 40px;
	}
}
@media (max-width: 575px) {
	.slider-active button.slick-arrow i {
		line-height: 40px;
	}
}
.slider-active button.slick-next {
	right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-active button.slick-next {
		right: 20px;
	}
}
.slider-active button.slick-prev {
	left: 52%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-active button.slick-prev {
		left: 42%;
	}
}
.sercices-area .properties__card {
	background: #fff;
	-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;
	position: relative;
}
.sercices-area .properties__img {
	height: 220px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	border-radius: 10px;
}

.sercices-area .location-contents {
	background: #042273b3;
    border-radius: 20px;
    text-align: center;
	height: fit-content;
	padding: 10px;
}
section .support-caption .pera-top {
	text-align: left;
}
.sercices-area .properties__img img {
	width: 100%;
	position: relative;
	-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;
	margin-bottom: 30px;
    height: auto;
}
.sercices-area .properties__caption h3 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 19px;
	text-decoration: underline transparent;
	-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;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.sercices-area .properties__caption h3 {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.sercices-area .properties__caption h3 {
		font-size: 18px;
	}
}
.sercices-area .properties__caption h3 a:hover,
.sercices-area .properties__caption h3 .properties__card {
	color: #2a2d66;
}
.sercices-area .properties__caption P span {
	color: #2a2d66;
	font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sercices-area .properties__caption P span {
		font-size: 12px;
	}
}
.blog-active button.slick-arrow {
	position: absolute;
	border: 0;
	padding: 0;
	z-index: 2;
	cursor: pointer;
	top: 30%;
	transform: translateY(-30%);
	left: auto;
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	box-shadow: 0 10px 20px rgba(168, 96, 0, 0.1);
	border: 1px solid #fef2ed;
}
.blog-active button.slick-arrow i {
	color: #2a2d66;
	font-size: 19px;
}
.blog-active button.slick-prev {
	transform: rotate(-45deg);
	left: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.blog-active button.slick-prev {
		left: 0;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-active button.slick-prev {
		left: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-active button.slick-prev {
		left: 0;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog-active button.slick-prev {
		left: 0;
	}
}
@media (max-width: 575px) {
	.blog-active button.slick-prev {
		left: 0;
	}
}
.blog-active button.slick-prev i {
	left: 2px;
	top: 4px;
	position: relative;
}
.blog-active button.slick-next {
	transform: rotate(45deg);
	right: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.blog-active button.slick-next {
		right: 0;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-active button.slick-next {
		right: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-active button.slick-next {
		right: 0;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog-active button.slick-next {
		right: 0;
	}
}
@media (max-width: 575px) {
	.blog-active button.slick-next {
		right: 0;
	}
}
.blog-active button.slick-next i {
	left: -2px;
	top: 3px;
	position: relative;
}
.about-area {
	position: relative;
}
.about-area .support-location-img {
	margin-left: -50px;
    overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-area .support-location-img {
		margin-bottom: 50px;
		margin-left: -0;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-area .support-location-img {
		margin-bottom: 40px;
		margin-left: -0;
	}
}
@media (max-width: 575px) {
	.about-area .support-location-img {
		margin-bottom: 40px;
		margin-left: -0;
	}
}
.about-area .support-location-img img {
	width: 100%;
	max-width: 700px;
	height: auto;

}
/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-area .support-location-img img {
		width: 575px;
		height: 613px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-area .support-location-img img {
		width: 100%;
		height: 530px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-area .support-location-img img {
		width: 100%;
		height: 430px;
	}
} */
/* @media (max-width: 575px) {
	.about-area .support-location-img img {
		width: 100%;
		height: 300px;
	}
} */
.about-area .right-caption {
	padding-left: 20px;
}
@media (max-width: 575px) {
	.about-area .right-caption {
		padding-left: 0;
	}
}

.about-area .right-caption .support-caption span {
	color: #3b2d2d;
	font-size: 25px;
	margin-bottom: 20px;
	display: block;
}
@media (max-width: 575px) {
	.about-area .right-caption .support-caption span {
		font-size: 20px;
	}
}
.about-area .right-caption .support-caption p.pera-top {
	font-size: 16px;
	padding: 0 0px;
	/* margin-bottom: 42px; */
}
.about-area .about-shape {
	position: absolute;
	right: 0;
	bottom: 0;
}
.about-area .about-shape img {
	width: 300px;
	height: 300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.about-area .about-shape img {
		width: 300px;
		height: 200px;
	}
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
	.about-area .about-shape img {
		width: 300px;
		height: 200px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-area .about-shape img {
		width: 300px;
		height: 200px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-area .about-shape img {
		width: 250px;
		height: 150px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-area .about-shape img {
		width: 250px;
		height: 150px;
		display: none;
	}
}
@media (max-width: 575px) {
	.about-area .about-shape img {
		display: none;
	}
	.about-tittle {
		margin-bottom: 30px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-tittle {
		margin-bottom: 30px;
	}
}
.about-tittle span {
	position: relative;
}
.about-tittle span::before {
	position: absolute;
	content: '';
	width: 200px;
	height: 2px;
	background: #2a2d66;
	top: 50%;
	transform: translateY(-50%);
	left: 18px;
}
@media (max-width: 575px) {
	.about-tittle span::before {
		width: 80px;
	}
}
.about-tittle p {
	color: #232f55;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
    display: flex;
    align-content: center;
    justify-content: center;
}
.about-tittle p a {
	text-decoration: underline;
}
.about-tittle h2 {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-tittle h2 {
		font-size: 41px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-tittle h2 {
		font-size: 43px;
		margin-left: 0;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-tittle h2 {
		font-size: 31px;
		margin-left: 0;
	}
}
@media (max-width: 575px) {
	.about-tittle h2 {
		font-size: 24px;
		margin-left: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.collapse-wrapper {
		padding-top: 30px;
	}
}
.collapse-wrapper .card {
	border: 0;
	border-radius: 0;
}
.collapse-wrapper .card:last-child {
	margin-bottom: 0;
}
.collapse-wrapper .card-header {
	padding: 0;
	border-radius: 0;
	background: none;
	border: 0;
}
.collapse-wrapper .card-header a {
	font-size: 16px;
	padding: 20px 15px 20px 41px;
	color: #506072;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #efefef !important;
	font-size: 18px;
	font-weight: 600;
}
.collapse-wrapper .card-header a.btn-link {
	color: #2a2d66;
}
.collapse-wrapper .card-header a.collapsed {
	color: #010a44;
}
.collapse-wrapper .card-header h2 a.collapsed::after {
	content: '\e61a';
	font-weight: 800;
	color: #2a2d66;
}
.collapse-wrapper .card-header h2 a::after {
	position: absolute;
	top: 22px;
	font-size: 15px;
	color: #2a2d66;
	left: 8px;
	font-weight: 600;
	content: '\e622';
	font-family: 'themify';
}
.collapse-wrapper .card-body {
	background: #fff;
	padding: 20px 38px;
}
.location-house {
	padding-left: 85px;
	padding-right: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.location-house {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.location-house {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.location-house {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (max-width: 575px) {
	.location-house {
		padding-left: 0;
		padding-right: 0;
	}
}
.location-house .single-location {
	position: relative;
    height: 28vh;
    overflow: hidden;
}
.location-house .single-location::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(35, 47, 85, 0.4);
	opacity: 0;
	visibility: hidden;
	z-index: 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;
}
.location-house .single-location .location-contents {
	position: absolute;
	left: 20px;
	bottom: 25px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-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;
}
.location-house .single-location .location-contents h3 a {
	-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: #fff;
	display: inline-block;
	font-size: 26px;
	font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.location-house .single-location .location-contents h3 a {
		font-size: 18px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.location-house .single-location .location-contents h3 a {
		font-size: 18px;
	}
}
.location-house .single-location .location-contents p {
	margin-bottom: 0;
	color: #2a2d66;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.location-house .single-location .location-contents p {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.location-house .single-location .location-contents p br {
		display: none;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.location-house .single-location .location-contents p br {
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.location-house .single-location .location-contents p br {
		display: none;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.location-house .single-location .location-contents p br {
		display: none;
	}
}
@media (max-width: 575px) {
	.location-house .single-location .location-contents p br {
		display: none;
	}
}
.location-house .single-location:hover .location-contents {
	bottom: 30px;
	visibility: visible;
	opacity: 1;
}


.location-contents {
	position: absolute;
	left: 20px;
	bottom: 25px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-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;
}
.location-contents h3 a {
	-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: #fff !important;
	display: inline-block;
	font-size: 26px;
	font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.location-contents h3 a {
		font-size: 18px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.location-contents h3 a {
		font-size: 18px;
	}
}
.location-contents p {
	margin-bottom: 0;
	color: #fff !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.location-contents p {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.location-contents p br {
		display: none;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.location-contents p br {
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.location-contents p br {
		display: none;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.location-contents p br {
		display: none;
	}
}
@media (max-width: 575px) {
	.location-contents p br {
		display: none;
	}
}
.sercices-area .properties:hover .location-contents {
	bottom: 0;
    visibility: visible;
    opacity: 1;
    top: -26px;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    cursor: pointer;
    left: 0;
    height: 220px;
}


.location-house .single-location:hover::before {
	visibility: visible;
	opacity: 1;
}
.location-active .owl-nav div {
	background: #fff;
	color: #000;
	height: 55px;
	width: 55px;
	line-height: 55px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	border-radius: 0%;
}
.location-active .owl-nav div i {
	color: #2a2d66;
	font-size: 16px;
}
.location-active .owl-nav div {
	font-size: 26px;
}
.location-active .owl-nav div.owl-next {
	left: auto;
	right: 15px;
}
.location-active .owl-nav div.owl-prev {
	left: 15px;
}
.location-active .owl-nav div.owl-prev i {
	position: relative;
	right: 2px;
}
.location-active .owl-nav div:hover {
	background: #2a2d66;
}
.location-active .owl-nav div:hover i {
	color: #fff;
}
.location-active .owl-dots {
	width: 120px;
	margin: auto;
}
.location-active .owl-dots .owl-dot {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	float: left;
	margin: 40px 6px 0 0;
	border: 2px solid red;
}
.location-active .owl-dots .owl-dot.active {
	background: red;
}
.testimonial-area .h1-testimonial-active {
	background: rgba(255, 201, 158, 0.1);
}
.testimonial-area .h1-testimonial-active .testimonial-caption .testimonial-top-cap img {
	margin-bottom: 50px;
	width: auto;
	display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-area .h1-testimonial-active .testimonial-caption .testimonial-top-cap img {
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.testimonial-area .h1-testimonial-active .testimonial-caption .testimonial-top-cap img {
		margin-bottom: 30px;
	}
}
.testimonial-area .h1-testimonial-active .testimonial-caption .testimonial-top-cap p {
	color: #232f55;
	font-weight: 400;
	line-height: 1.5;
	padding: 0 26px;
	font-size: 26px;
	margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial-area .h1-testimonial-active .testimonial-caption .testimonial-top-cap p {
		font-size: 18px;
		line-height: 1.6;
		font-size: 16px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-area .h1-testimonial-active .testimonial-caption .testimonial-top-cap p {
		margin-bottom: 25px;
		font-size: 16px;
		line-height: 1.7;
		padding: 0;
		font-size: 17px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.testimonial-area .h1-testimonial-active .testimonial-caption .testimonial-top-cap p {
		font-size: 19px;
	}
}
@media (max-width: 575px) {
	.testimonial-area .h1-testimonial-active .testimonial-caption .testimonial-top-cap p {
		margin-bottom: 25px;
		font-size: 16px;
		line-height: 1.7;
		padding: 0 5px;
		font-size: 18px;
	}
}
.testimonial-area .h1-testimonial-active .testimonial-caption .testimonial-founder .founder-img img {
	margin-bottom: 30px;
	display: inline-block;
	font-weight: 300;
}
.testimonial-area .h1-testimonial-active .testimonial-caption .testimonial-founder .founder-img span {
	color: #232f55;
	font-size: 18px;
	line-height: 1;
	display: block;
	font-weight: 700;
}
.testimonial-area .h1-testimonial-active .testimonial-caption .testimonial-founder .founder-img span strong {
	font-weight: 300;
	color: #232f55;
}
.h1-testimonial-active.dot-style .slick-dots {
	text-align: center;
	bottom: 40px;
	left: 0;
	right: 0;
	position: absolute;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.h1-testimonial-active.dot-style .slick-dots {
		bottom: 20px;
	}
}
@media (max-width: 575px) {
	.h1-testimonial-active.dot-style .slick-dots {
		bottom: 20px;
	}
}
.h1-testimonial-active.dot-style .slick-dots li {
	display: inline-block;
}
.h1-testimonial-active.dot-style .slick-dots button {
	text-indent: -100000px;
	height: 9px;
	width: 9px;
	border: 0;
	padding: 0;
	margin: 0 4px;
	cursor: pointer;
	border-radius: 50%;
	background: #ffe1d7;
}
.h1-testimonial-active.dot-style .slick-dots .slick-active button {
	height: 12px;
	width: 12px;
	position: relative;
	top: -1px;
}
.h1-testimonial-active.dot-style li {
	display: inline-block;
}
.slick-initialized .slick-slide {
	outline: 0;
	outline: 0;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	opacity: 1;
	width: 100% !important;
}
.slick-initialized .slick-slide {
	outline: 0;
}
.contact-wrappers {
	height: auto;
	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;
	-webkit-box-align: end;
	-moz-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.contact-wrappers {
		/* height: 400px; */
	}
}
@media (max-width: 575px) {
	.contact-wrappers {
		/* height: 500px; */
	}
}
.wantToWork-caption h1 {
	font-size: 56px;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: 500;
	color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.wantToWork-caption h1 {
		font-size: 40px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.wantToWork-caption h1 {
		font-size: 32px;
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	.wantToWork-caption h1 {
		font-size: 25px;
		margin-bottom: 20px;
	}
}
.wantToWork-caption p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 37px;
}
@media (max-width: 575px) {
	.wantToWork-caption p br {
		display: none;
	}
	.wantToWork-btn {
		margin-bottom: 10px;
	}
}
.footer-wrappper {
	background: #232f55;
}
.footer-area .footer-pera p {
	color: #a5a7c5;
	padding-right: 52px;
	font-size: 16px;
	margin-bottom: 40px;
	line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-area .footer-pera p {
		padding-right: 0;
	}
}
.footer-area .footer-tittle h4 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 29px;
	font-weight: 600;
}
.footer-area .footer-tittle ul li {
	margin-bottom: 15px;
}
.footer-area .footer-tittle ul li a {
	color: #a5a7c5;
	font-weight: 400;
	font-size: 16px;
	text-decoration: underline transparent;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.footer-area .footer-tittle ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-area .footer-tittle p {
	color: #a5a7c5;
}
.footer-area .info.error {
	color: #2a2d66;
}
.footer-bottom-area .footer-border {
	padding: 0 0 20px;
}
.footer-bottom-area .footer-copy-right p {
	color: #a5a7c5;
	font-weight: 400;
	font-size: 18px;
	line-height: 2;
	margin-bottom: 12px;
}
.footer-bottom-area .footer-copy-right p i {
	color: #2a2d66;
}
.footer-bottom-area .footer-copy-right p a {
	color: #2a2d66;
}
.footer-social a {
	background: rgba(128, 136, 255, 0.1);
	color: #8088ff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	margin-right: 8px;
}
.footer-social a:hover {
	color: #fff;
	background: #2a2d66;
}
.footer-social a i {
	display: inline-block;
}
.number a {
	font-family: Arial
	font-size: 24px !important;
	color: #2a2d66 !important;
	margin-bottom: 0;
	font-weight: 400 !important;
	display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.number a {
		font-size: 19px !important;
	}
}
.blog_area a {
	color: 'Heebo', sans-serif !important;
	text-decoration: none;
	transition: 0.4s;
}
.blog_area a:hover,
.blog_area a :hover {
	background: -webkit-linear-gradient(131deg, #2a2d66 0%, #2a2d66 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: 0 10px 20px 0 rgba(221, 221, 221, 0.3);
}
@media (min-width: 768px) {
	.blog_details {
		padding: 60px 30px 35px 35px;
	}
}
.blog_details p {
	margin-bottom: 30px;
}
.blog_details a {
	color: #080808;
}
.blog_details a:hover {
	color: #ff9100;
}
.blog_details h2 {
	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: #999;
}
.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: #2a2d66;
	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: 0;
}
.blog_right_sidebar .search_widget .form-control {
	height: 50px;
	border-color: #f0e9ff;
	font-size: 13px;
	color: #999;
	padding-left: 20px;
	border-radius: 0;
	border-right: 0;
}
.blog_right_sidebar .search_widget .form-control::placeholder {
	color: #999;
}
.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: #2a2d66;
	border-left: 0;
	border: 1px solid #f0e9ff;
	padding: 4px 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: #999;
}
.blog_right_sidebar .newsletter_widget .form-control {
	height: 50px;
	border-color: #f0e9ff;
	font-size: 13px;
	color: #999;
	padding-left: 20px;
	border-radius: 0;
}
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
	color: #999;
}
.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: #888;
}
.blog_right_sidebar .post_category_widget .cat-list li a p {
	margin-bottom: 0;
}
.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: 0;
}
.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 #eee;
	background: #fff;
	padding: 4px 20px;
	margin-bottom: 8px;
	margin-right: 3px;
	transition: all 0.3s ease 0s;
	color: #888;
	font-size: 13px;
}
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
	background: #2a2d66;
	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: 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 0;
}
.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: #888;
}
.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 {
	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: #888;
	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 {
	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: #999;
}
.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: #ff9100;
}
.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: 0;
}
.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 {
	margin-bottom: 35px;
	font-size: 18px;
}
.comments-area h5 {
	font-size: 16px;
	margin-bottom: 0;
}
.comments-area .comment-list {
	padding-bottom: 48px;
}
.comments-area .comment-list:last-child {
	padding-bottom: 0;
}
@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: #999;
	margin-bottom: 0;
	margin-left: 20px;
}
.comments-area .comment {
	margin-bottom: 10px;
	color: #777;
	font-size: 15px;
}
.comments-area .btn-reply {
	background-color: transparent;
	color: #888;
	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 {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 22px;
}
.comment-form .name {
	padding-left: 0;
}
@media (max-width: 767px) {
	.comment-form .name {
		padding-right: 0;
		margin-bottom: 1rem;
	}
}
.comment-form .email {
	padding-right: 0;
}
@media (max-width: 991px) {
	.comment-form .email {
		padding-left: 0;
	}
}
.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: #999;
}
.comment-form .form-control::placeholder {
	color: #777;
}
.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;
}
.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 {
	font-size: 16px;
	margin-bottom: 0;
	font-size: 16px;
	color: #2a2a2a;
}
.contact-info .media-body h3 a:hover {
	color: #1f2b7b;
}
.contact-info .media-body p {
	color: #8a8a8a;
}
.contact-title {
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 20px;
}
.form-contact label {
	font-size: 14px;
}
.form-contact .form-group {
	margin-bottom: 30px;
}
.form-contact .form-control {
	border: 1px solid #e5e6e9;
	border-radius: 0;
	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: #999;
}
.form-contact textarea {
	border-radius: 0;
	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;
	}
}
.contact-section .btn_2 {
	background-color: #191d34;
	padding: 18px 60px;
	border-radius: 50px;
	margin-top: 0;
}
.contact-section .btn_2:hover {
	background-color: #1f2b7b;
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #4a3600;
	opacity: 0.6;
}
.slider-area .single-slider .slider-cap-wrapper .hero-img img,
.h1-testimonial-active.dot-style .slick-dots .slick-active button {
	background: #d7252d;
	background: -moz-linear-gradient(top, #d7252d 0%, #2a2d66 100%);
	background: -webkit-linear-gradient(top, #d7252d 0%, #2a2d66 100%);
	background: linear-gradient(to bottom, #d7252d 0%, #2a2d66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7252d', endColorstr='#2a2d66',GradientType=0 );
}
.wants-wrapper {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
	background: #d7252d;
	background: -moz-linear-gradient(to top, #d7252d 0%, #2a2d6680 100%);
	background: -webkit-linear-gradient(to top, #d7252d 0%, #2a2d6680 100%);
	background: linear-gradient(to top, #d7252d 0%, #2a2d6680 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7252d', endColorstr='#2a2d66',GradientType=0 );
}
.btn {
	background: #d7252d;
	background: -moz-linear-gradient(top, #d7252d 0%, #2a2d66 100%);
	background: -webkit-linear-gradient(top, #d7252d 0%, # 100%);
	background: linear-gradient(to bottom, #d7252d 0%, #2a2d66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7252d', endColorstr='#2a2d66',GradientType=0 );
}
.btn::before {
	background: #d7252d;
	background: -moz-linear-gradient(45deg, #2a2d66 0%, #d7252d 100%);
	background: -webkit-linear-gradient(45deg, #2a2d66 0%, #d7252d 100%);
	background: linear-gradient(45deg, #2a2d66 0%, #d7252d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2d66', endColorstr='#d7252d',GradientType=1 );
}
.header-sticky.sticky-bar {
	background: rgb(34,46,81);
	background: -moz-linear-gradient(90deg, rgba(34,46,81,0.6265099789915967) 0%, rgba(34,46,81,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(34,46,81,0.6265099789915967) 0%, rgba(34,46,81,1) 100%);
	background: linear-gradient(90deg, rgba(34,46,81,0.6265099789915967) 0%, rgba(34,46,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#222e51",endColorstr="#222e51",GradientType=1);
}
.sample-text-area {
	background: #fff;
	padding: 100px 0 70px 0;
}
.text-heading {
	margin-bottom: 30px;
	font-size: 24px;
}
b,
sup,
sub,
u,
del {
	color: #1f2b7b;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	color: #828bb2;
}
.button-area {
	background: #fff;
}
.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;
	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: #1f2b7b;
	border: 1px solid transparent;
}
.genric-btn.primary:hover {
	color: #1f2b7b;
	border: 1px solid #1f2b7b;
	background: #fff;
}
.genric-btn.primary-border {
	color: #1f2b7b;
	border: 1px solid #1f2b7b;
	background: #fff;
}
.genric-btn.primary-border:hover {
	color: #fff;
	background: #1f2b7b;
	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 #1f2b7b;
}
.progress-table-wrap {
	overflow-x: scroll;
}
.progress-table {
	background: #f9f9ff;
	padding: 15px 0 30px 0;
	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: 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: flex;
}
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
	display: flex;
	align-items: center;
}
.progress-table .table-row .country img {
	margin-right: 15px;
}
.progress-table .table-row .percentage .progress {
	width: 80%;
	border-radius: 0;
	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 {
	position: relative;
	padding-left: 30px;
	line-height: 1.82em !important;
}
.unordered-list li:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border: 3px solid #1f2b7b;
	background: #fff;
	top: 4px;
	left: 0;
	border-radius: 50%;
}
.ordered-list {
	margin-left: 30px;
}
.ordered-list li {
	list-style-type: decimal-leading-zero;
	color: #1f2b7b;
	font-weight: 500;
	line-height: 1.82em !important;
}
.ordered-list li span {
	font-weight: 300;
	color: #828bb2;
}
.ordered-list-alpha li {
	margin-left: 30px;
	list-style-type: lower-alpha;
	color: #1f2b7b;
	font-weight: 500;
	line-height: 1.82em !important;
}
.ordered-list-alpha li span {
	font-weight: 300;
	color: #828bb2;
}
.ordered-list-roman li {
	margin-left: 30px;
	list-style-type: lower-roman;
	color: #1f2b7b;
	font-weight: 500;
	line-height: 1.82em !important;
}
.ordered-list-roman li span {
	font-weight: 300;
	color: #828bb2;
}
.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 #1f2b7b;
}
.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: #1f2b7b;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 0 4px 5px 0 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: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.primary-switch input:checked + label:after {
	left: 19px;
}
.primary-switch input:checked + label:before {
	background: #1f2b7b;
}
.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: 0 4px 5px 0 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: 0;
	height: 40px;
	background: #f9f9ff;
	padding-left: 20px;
	padding-right: 40px;
}
.default-select .nice-select .list {
	margin-top: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	padding: 10px 0 10px 0;
}
.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: #1f2b7b;
	background: transparent;
}
.default-select .nice-select .list .option:hover {
	color: #1f2b7b;
	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: 0;
	height: 40px;
	background: #f9f9ff;
	padding-left: 45px;
	padding-right: 40px;
	width: 100%;
}
.form-select .nice-select .list {
	margin-top: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	padding: 10px 0 10px 0;
}
.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: #1f2b7b;
	background: transparent;
}
.form-select .nice-select .list .option:hover {
	color: #1f2b7b;
	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;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-20 {
	margin-top: 20px;
}
.switch-wrap {
	margin-bottom: 10px;
}


.call-now {
	color: #4e8444
  }
  
  .mypage-alo-phone {
	position: fixed;
	left: 0;
	bottom: 0;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 200000 !important
  }
  
  .mypage-alo-ph-circle {
	width: 90px;
	height: 90px;
	top: 12px;
	left: 12px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(30, 30, 30, .4);
	opacity: .1;
	border-color: #0e9a2e;
	opacity: .5
  }
  
  .mypage-alo-ph-circle-fill {
	width: 60px;
	height: 60px;
	top: 28px;
	left: 28px;
	position: absolute;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgba(43, 193, 14, .29);
	opacity: .75 !important
  }
  
  .mypage-alo-ph-img-circle {
	width: 30px;
	height: 30px;
	top: 43px;
	left: 43px;
	position: absolute;
	background: rgba(30, 30, 30, .1) url(../img/phone.png) no-repeat center center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: .7;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	background-color: #006f19;
	background-size: 70%
  }
  
  .mypage-alo-phone-2 {
	position: fixed;
	left: 0;
	bottom: 102px;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 200000 !important
  }
  
  .mypage-alo-ph-img-circle-2 {
	width: 30px;
	height: 30px;
	top: 43px;
	left: 43px;
	position: absolute;
	background: rgba(30, 30, 30, .1) url(../img/whatsapp.png) no-repeat center center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: .7;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	background-color: #006f19;
	background-size: 70%
  }


  .main-ccccc {
	display: flex !important;
	text-align: center;
	align-items: center;
	justify-content: flex-start;
	/* padding: 10px; */
}

.logo-header {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

.section-tittle2 {

}

.value-ul-li li {
    list-style: square;
}
.text_shadows {
    text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d, 9px 9px #f07a6a, 12px 12px 0 #ee6352;
    font-family: bungee, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: calc(2rem + 5vw);
    text-align: center;
    margin: 0;
    color: #f6aca2;
    -webkit-animation: shadows 3s ease-in infinite, move 3s ease-in infinite;
            animation: shadows 3s ease-in infinite, move 3s ease-in infinite;
    letter-spacing: 0.4rem;
  }

  .text_shadows-blue span {
    text-shadow: 3px 3px 0 #45476a, 6px 6px 0 #343663, 9px 9px #2b2d67, 12px 12px 0 #212564;
    font-family: bungee, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin: 0;
    color: #212564;
    -webkit-animation: ee6352 10s ease-in infinite, move 10s ease-in infinite;
            animation: shadows-blue 10s ease-in infinite, move 10s ease-in infinite;
    letter-spacing: 0.4rem;
  }
  
  @-webkit-keyframes shadows {
    0% {
      text-shadow: none;
    }
    10% {
      text-shadow: 3px 3px 0 #f49b90;
    }
    20% {
      text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d;
    }
    30% {
      text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d, 9px 9px #f07a6a;
    }
    40% {
      text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d, 9px 9px #f07a6a, 12px 12px 0 #ee6352;
    }
    50% {
      text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d, 9px 9px #f07a6a, 12px 12px 0 #ee6352;
    }
    60% {
      text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d, 9px 9px #f07a6a, 12px 12px 0 #ee6352;
    }
    70% {
      text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d, 9px 9px #f07a6a;
    }
    80% {
      text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d;
    }
    90% {
      text-shadow: 3px 3px 0 #f49b90;
    }
    100% {
      text-shadow: none;
    }
  }
  
  @keyframes shadows {
    0% {
      text-shadow: none;
    }
    10% {
      text-shadow: 3px 3px 0 #f49b90;
    }
    20% {
      text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d;
    }
    30% {
      text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d, 9px 9px #f07a6a;
    }
    40% {
      text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d, 9px 9px #f07a6a, 12px 12px 0 #ee6352;
    }
    50% {
      text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d, 9px 9px #f07a6a, 12px 12px 0 #ee6352;
    }
    60% {
      text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d, 9px 9px #f07a6a, 12px 12px 0 #ee6352;
    }
    70% {
      text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d, 9px 9px #f07a6a;
    }
    80% {
      text-shadow: 3px 3px 0 #f49b90, 6px 6px 0 #f28b7d;
    }
    90% {
      text-shadow: 3px 3px 0 #f49b90;
    }
    100% {
      text-shadow: none;
    }
  }
  @-webkit-keyframes move {
    0% {
      transform: translate(0px, 0px);
    }
    40% {
      transform: translate(-12px, -12px);
    }
    50% {
      transform: translate(-12px, -12px);
    }
    60% {
      transform: translate(-12px, -12px);
    }
    100% {
      transform: translate(0px, 0px);
    }
  }
  @keyframes move {
    0% {
      transform: translate(0px, 0px);
    }
    40% {
      transform: translate(-12px, -12px);
    }
    50% {
      transform: translate(-12px, -12px);
    }
    60% {
      transform: translate(-12px, -12px);
    }
    100% {
      transform: translate(0px, 0px);
    }
  }


  @-webkit-keyframes shadows-blue {
    0% {
      text-shadow: none;
    }
    10% {
      text-shadow: 3px 3px 0 #45476a;
    }
    20% {
      text-shadow: 3px 3px 0 #45476a, 6px 6px 0 #343663;
    }
    30% {
      text-shadow: 3px 3px 0 #45476a, 6px 6px 0 #343663, 9px 9px #2b2d67;
    }
    40% {
      text-shadow: 3px 3px 0 #45476a, 6px 6px 0 #343663, 9px 9px #2b2d67, 12px 12px 0 #212564;
    }
    50% {
      text-shadow: 3px 3px 0 #45476a, 6px 6px 0 #343663, 9px 9px #2b2d67, 12px 12px 0 #212564;
    }
    60% {
      text-shadow: 3px 3px 0 #45476a, 6px 6px 0 #343663, 9px 9px #2b2d67, 12px 12px 0 #212564;
    }
    70% {
      text-shadow: 3px 3px 0 #45476a, 6px 6px 0 #343663, 9px 9px #2b2d67;
    }
    80% {
      text-shadow: 3px 3px 0 #45476a, 6px 6px 0 #343663;
    }
    90% {
      text-shadow: 3px 3px 0 #45476a;
    }
    100% {
      text-shadow: none;
    }
  }
  
  @keyframes shadows-blue {
    0% {
      text-shadow: none;
    }
    10% {
      text-shadow: 3px 3px 0 #45476a;
    }
    20% {
      text-shadow: 3px 3px 0 #45476a, 6px 6px 0 #343663;
    }
    30% {
      text-shadow: 3px 3px 0 #45476a, 6px 6px 0 #343663, 9px 9px #2b2d67;
    }
    40% {
      text-shadow: 3px 3px 0 #45476a, 6px 6px 0 #343663, 9px 9px #2b2d67, 12px 12px 0 #212564;
    }
    50% {
      text-shadow: 3px 3px 0 #45476a, 6px 6px 0 #343663, 9px 9px #2b2d67, 12px 12px 0 #212564;
    }
    60% {
      text-shadow: 3px 3px 0 #45476a, 6px 6px 0 #343663, 9px 9px #2b2d67, 12px 12px 0 #212564;
    }
    70% {
      text-shadow: 3px 3px 0 #45476a, 6px 6px 0 #343663, 9px 9px #2b2d67;
    }
    80% {
      text-shadow: 3px 3px 0 #45476a, 6px 6px 0 #343663;
    }
    90% {
      text-shadow: 3px 3px 0 #45476a;
    }
    100% {
      text-shadow: none;
    }
  }
  

















  .animation-container {
	display: block;
	position: absolute;
	width: 100vw;
	max-width: 100vw;
	margin: 0 auto;
	height: 100vh;
	z-index: 95;
  }
  .animation-container .lightning-container {
	position: absolute;
	top: 50%;
	left: 0;
	display: flex;
	transform: translateY(-50%);
  }
  .animation-container .lightning-container .lightning {
	position: absolute;
	display: block;
	height: 12px;
	width: 12px;
	border-radius: 12px;
	transform-origin: 6px 6px;
	-webkit-animation-name: woosh;
			animation-name: woosh;
	-webkit-animation-duration: 1.5s;
			animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
			animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-animation-direction: alternate;
			animation-direction: alternate;
  }
  .animation-container .lightning-container .lightning.white {
	background-color: white;
	box-shadow: 0px 50px 50px 0px rgba(255, 255, 255, 0.3);
  }
  .animation-container .lightning-container .lightning.red {
	background-color: #fc7171;
	box-shadow: 0px 50px 50px 0px rgba(252, 113, 113, 0.3);
	-webkit-animation-delay: 0.2s;
			animation-delay: 0.2s;
  }
  .animation-container .boom-container {
	position: absolute;
	display: flex;
	width: 100vw;
	height: 100vh;
	text-align: center;
	align-items: center;
	transform: translateY(-20vh);
	justify-content: center;
  }
  .animation-container .boom-container .shape {
	display: inline-block;
	position: relative;
	opacity: 0;
	transform-origin: center center;
  }
  .animation-container .boom-container .shape.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	transform-origin: 50% 80%;
	-webkit-animation-duration: 1s;
			animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	margin-left: -15px;
	border-width: 0 2.5px 5px 2.5px;
	border-color: transparent transparent #42e599 transparent;
	-webkit-animation-name: boom-triangle;
			animation-name: boom-triangle;
  }
  .animation-container .boom-container .shape.triangle.big {
	margin-left: -25px;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #fade28 transparent;
	-webkit-animation-name: boom-triangle-big;
			animation-name: boom-triangle-big;
  }
  .animation-container .boom-container .shape.disc {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #d15ff4;
	-webkit-animation-name: boom-disc;
			animation-name: boom-disc;
	-webkit-animation-duration: 1s;
			animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
  }
  .animation-container .boom-container .shape.circle {
	width: 20px;
	height: 20px;
	-webkit-animation-name: boom-circle;
			animation-name: boom-circle;
	-webkit-animation-duration: 1s;
			animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	border-radius: 100%;
	margin-left: -30px;
  }
  .animation-container .boom-container .shape.circle.white {
	border: 1px solid white;
  }
  .animation-container .boom-container .shape.circle.big {
	width: 40px;
	height: 40px;
	margin-left: 0px;
  }
  .animation-container .boom-container .shape.circle.big.white {
	border: 2px solid white;
  }
  .animation-container .boom-container .shape:after {
	background-color: rgba(178, 215, 232, 0.2);
  }
  .animation-container .boom-container .shape.triangle, .animation-container .boom-container .shape.circle, .animation-container .boom-container .shape.circle.big, .animation-container .boom-container .shape.disc {
	-webkit-animation-delay: 0.38s;
			animation-delay: 0.38s;
	-webkit-animation-duration: 3s;
			animation-duration: 3s;
  }
  .animation-container .boom-container .shape.circle {
	-webkit-animation-delay: 0.6s;
			animation-delay: 0.6s;
  }
  .animation-container .boom-container.second {
  }
  .animation-container .boom-container.second .shape.triangle, .animation-container .boom-container.second .shape.circle, .animation-container .boom-container.second .shape.circle.big, .animation-container .boom-container.second .shape.disc {
	-webkit-animation-delay: 1.9s;
			animation-delay: 1.9s;
  }
  .animation-container .boom-container.second .shape.circle {
	-webkit-animation-delay: 2.15s;
			animation-delay: 2.15s;
  }
  
  @-webkit-keyframes woosh {
	0% {
	  width: 12px;
	  transform: translate(0px, 0px) rotate(-35deg);
	}
	15% {
	  width: 50px;
	}
	30% {
	  width: 12px;
	  transform: translate(214px, -150px) rotate(-35deg);
	}
	30.1% {
	  transform: translate(214px, -150px) rotate(46deg);
	}
	50% {
	  width: 110px;
	}
	70% {
	  width: 12px;
	  transform: translate(500px, 150px) rotate(46deg);
	}
	70.1% {
	  transform: translate(500px, 150px) rotate(-37deg);
	}
	85% {
	  width: 50px;
	}
	100% {
	  width: 12px;
	  transform: translate(700px, 0) rotate(-37deg);
	}
  }
  
  @keyframes woosh {
	0% {
	  width: 12px;
	  transform: translate(0px, 0px) rotate(-35deg);
	}
	15% {
	  width: 50px;
	}
	30% {
	  width: 12px;
	  transform: translate(214px, -150px) rotate(-35deg);
	}
	30.1% {
	  transform: translate(214px, -150px) rotate(46deg);
	}
	50% {
	  width: 110px;
	}
	70% {
	  width: 12px;
	  transform: translate(500px, 150px) rotate(46deg);
	}
	70.1% {
	  transform: translate(500px, 150px) rotate(-37deg);
	}
	85% {
	  width: 50px;
	}
	100% {
	  width: 12px;
	  transform: translate(700px, 0) rotate(-37deg);
	}
  }
  @-webkit-keyframes boom-circle {
	0% {
	  opacity: 0;
	}
	5% {
	  opacity: 1;
	}
	30% {
	  opacity: 0;
	  transform: scale(3);
	}
  }
  @keyframes boom-circle {
	0% {
	  opacity: 0;
	}
	5% {
	  opacity: 1;
	}
	30% {
	  opacity: 0;
	  transform: scale(3);
	}
  }
  @-webkit-keyframes boom-triangle-big {
	0% {
	  opacity: 0;
	}
	5% {
	  opacity: 1;
	}
	40% {
	  opacity: 0;
	  transform: scale(2.5) translate(50px, -50px) rotate(360deg);
	}
  }
  @keyframes boom-triangle-big {
	0% {
	  opacity: 0;
	}
	5% {
	  opacity: 1;
	}
	40% {
	  opacity: 0;
	  transform: scale(2.5) translate(50px, -50px) rotate(360deg);
	}
  }
  @-webkit-keyframes boom-triangle {
	0% {
	  opacity: 0;
	}
	5% {
	  opacity: 1;
	}
	30% {
	  opacity: 0;
	  transform: scale(3) translate(20px, 40px) rotate(360deg);
	}
  }
  @keyframes boom-triangle {
	0% {
	  opacity: 0;
	}
	5% {
	  opacity: 1;
	}
	30% {
	  opacity: 0;
	  transform: scale(3) translate(20px, 40px) rotate(360deg);
	}
  }
  @-webkit-keyframes boom-disc {
	0% {
	  opacity: 0;
	}
	5% {
	  opacity: 1;
	}
	40% {
	  opacity: 0;
	  transform: scale(2) translate(-70px, -30px);
	}
  }
  @keyframes boom-disc {
	0% {
	  opacity: 0;
	}
	5% {
	  opacity: 1;
	}
	40% {
	  opacity: 0;
	  transform: scale(2) translate(-70px, -30px);
	}
  }









  .letter-image {
	position: absolute;
	top: 65%;
	left: 50%;
	width: 70vw;
	height: 34vh;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 100;
	transition: 0.4s;
	border-radius: 22px;
	overflow: hidden;
  }
  
  .animated-mail {
	position: absolute;
	height: 100%;
	width: 100%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
  }
  .animated-mail .body {
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 34vh 70vw;
	border-color: transparent transparent #e95f55 transparent;
	z-index: 102;
  }
  .animated-mail .top-fold {
	position: absolute;
	top: 1px;
	width: 100%;
	height: 0%;
	border-style: solid;
	border-width: 20vh 40vw 0 30vw;
	-webkit-transform-origin: 100% 15%;
	-webkit-transition: transform 1s 1s, z-index 1s 1s;
	-moz-transform-origin: 100% 15%;
	-moz-transition: transform 1s 1s, z-index 1s 1s;
	transform-origin: 100% 15%;
	transition: transform 1s 1s, z-index 1s 1s;
	border-color: #cf4a43 transparent transparent transparent;
	z-index: 98;
  }
  .animated-mail .back-fold {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: #cf4a43;
	z-index: 100;
  }
  .animated-mail .left-fold {
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0vh 0vw 34vh 70vw;
	border-color: transparent transparent transparent #e15349;
	z-index: 102;
  }
  .animated-mail .letter {
	margin-left: 6vw;
	margin-right: 6vw;
	bottom: 0;
	position: absolute;
	height: 0;
	width: calc(100% - 12vw);
	/* border: 15px solid; */
	z-index: 100;
	overflow: hidden;
	-webkit-transition: 1s 1s;
	-moz-transition: 1s 1s;
	transition: 1s 1s;
	/* bottom: 100px; */
	border-radius: 20px;
	/* background: #0056b3; */
  }
  .animated-mail .letter .letter-border {
	height: 10px;
	width: 100%;
	background: repeating-linear-gradient(-45deg, #cb5a5e, #cb5a5e 8px, transparent 8px, transparent 18px);
  }
  .animated-mail .letter .letter-title {
	margin-top: 10px;
	margin-left: 5px;
	height: 10px;
	width: 40%;
	background: #cb5a5e;
  }
  .animated-mail .letter .letter-context {
	/* margin-top: 10px; */
	/* margin-left: 5px; */
	height: 100%;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    flex-direction: row;
	text-align: center;
	/* padding: 25px 0px; */
  }
  .animated-mail .letter .letter-stamp {
	margin-top: 30px;
	margin-left: 120px;
	border-radius: 100%;
	height: 30px;
	width: 30px;
	background: #cb5a5e;
	opacity: 0.3;
  }
  
  .shadow {
	position: absolute;
	top: 200px;
	left: 50%;
	width: 400px;
	height: 30px;
	transition: 0.4s;
	transform: translateX(-50%);
	-webkit-transition: 0.4s;
	-webkit-transform: translateX(-50%);
	-moz-transition: 0.4s;
	-moz-transform: translateX(-50%);
	border-radius: 100%;
	background: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  }
  




  .letter-image-hover {
	  height: 40vh;
	  overflow: unset;
  }
  .letter-image-hover .animated-mail .back-fold {
	transition: opacity .3s 2s;
	opacity: 0;
  }

  .letter-image-hover .animated-mail .body {
	transition: opacity .3s 2s;
	opacity: 0;
  }
  .letter-image-hover .animated-mail .left-fold {
	transition: opacity .3s 2s;
	opacity: 0;
  }

  .letter-image-hover .animated-mail .back-fold {
	height: 34vh;
  }
  .letter-image-hover .animated-mail .letter {
	height: 36vh !important;
	bottom: 65%;
	-webkit-transition: 1s 1s;
	-moz-transition: 1s 1s;
	transition: 1s 1s;
  }
  .letter-image-hover .animated-mail {
	transform: translateY(50px) !important;
	-webkit-transform: translateY(50px) !important;
	-moz-transform: translateY(50px) !important;
  }
  .letter-image-hover .animated-mail .top-fold {
	opacity: 0;
	transition: transform 0.4s, z-index 0.2s, opacity 1s 2s !important;
	transform: rotateX(180deg) !important;
	-webkit-transition: transform 0.4s, z-index 0.2s, opacity 1s 2s !important;
	-webkit-transform: rotateX(180deg) !important;
	-moz-transition: transform 0.4s, z-index 0.2s, opacity 1s 2s !important;
	-moz-transform: rotateX(180deg) !important;
  }
  .letter-image-hover .shadow {
	width: 250px !important;
  }



















.centerBox{
	display: flex;
	justify-content: center;
	align-items: center;
}

.categoryWrapper{
	border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
	padding: 35px 0;
	
	/* background: #a29ca9; 
background: -moz-linear-gradient(-45deg, #a29ca9 0%, #d7252d 99%); 
background: -webkit-linear-gradient(-45deg, #a29ca9 0%,#d7252d 99%); 
background: linear-gradient(135deg, #a29ca9 0%,#d7252d 99%);  */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a29ca9', endColorstr='#d7252d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	content: '';
}

.categoryWrapper:after{
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom: 0;
	border-radius: 20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a29ca9+0,d7252d+99 */
/* background: #a29ca9; 
background: -moz-linear-gradient(-45deg, #a29ca9 0%, #d7252d 99%); 
background: -webkit-linear-gradient(-45deg, #a29ca9 0%,#d7252d 99%); 
background: linear-gradient(135deg, #a29ca9 0%,#d7252d 99%);  */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a29ca9', endColorstr='#d7252d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	content: '';
	opacity: 0;
		-webkit-transition: opacity 0.9s ease 0s; 
}

.categoryWrapper-hover:after{
	opacity: 1;
}


.animated-mail .letter .letter-context .categoryWrapper h2{
	transform: translateY(-10px);
	z-index: 99;
	font-size: 40px;
	color: white;
}

.animated-mail .letter .letter-context .categoryWrapper p{
    z-index: 99;
    margin-bottom: 20px;
	font-size: 15px;
	color: white;
}


.categoryWrapper button{
	display: block;
	position: relative;
	/* transform: translatey(85px); */
	-webkit-appearance: none;
	border: none;
	background: none;
	color:white;
	width: 250px;
	height:50px;
	font-size: 20px;
	padding: 0;
	margin: 0;
	outline: none;
	z-index: 10;
}

@media screen and (max-width: 991px) {
	.cat-btn-inn {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.animated-mail .letter .letter-context .categoryWrapper h2 {
		font-size: 30px;
	}
	.text_shadows-blue span {
		width: 100%;
		display: flex;
		font-size: 25px;
		text-align: center;
		padding-left: 10px;
		margin-top: 20px;
	}
	.letter-image-hover .animated-mail .letter {
		height: 50vh !important;
		bottom: 40%;
	}
	.cat-btn-inn {
		display: none !important;
	}
	.letter-image {
		width: 90vw;
	}

	.animated-mail .left-fold {
		border-width: 0vh 0vw 34vh 90vw;
	}
	.animated-mail .body {
		border-width: 0vh 0vw 34vh 90vw;
	}
	.animated-mail .top-fold {
		border-width: 20vh 45vw 0 45vw;
	}
}

.categoryWrapper button span{
	display: block;
	position: relative;
	line-height: 50px;
	height: 50px;
	cursor: pointer;
}

.categoryWrapper button > span:after{
	content:'';
	position: absolute;
	top:0;
	left: 50%;
	width: 20px;
	height: 0;
	
	border: 1px solid white;
	border-left: none;
	/* border-bottom: none; */
	
	    transition: height 0.15s ease-out, width 0.15s ease-out 0.15s;
}

.categoryWrapper-hover button > span:after{
	width: calc(50% - 1px);
	height: calc(100% - 2px);
	transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
	border-radius: 0 20px 20px 0px;
}

.categoryWrapper button > span:before{
	content:'';
	position: absolute;
	top:0;
	right: 50%;
	width: 20px;
	height: 0;
	
	border: 1px solid white;
	border-right: none;
	/* border-bottom: none; */
	
	    transition: height 0.15s ease-out, width 0.15s ease-out 0.15s;
}

.categoryWrapper-hover button > span:before{
	width: calc(50% - 1px);
	height: calc(100% - 2px);
	transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
	border-radius: 20px 0 0 20px;
}

.categoryWrapper button > span > span:before{
	/* content:''; */
	position: absolute;
	bottom:0;
	right: 0%;
	width: 1px;
	height: 1px;
	opacity: 0;
	
}

.categoryWrapper-hover button > span > span:before{
	opacity: 1;
	border-bottom: 1px solid white;
	width: calc(50%);
	height: 1px;
	transition: opacity 0s ease-out 0.29s, width 0.15s ease-out 0.3s;
}

.categoryWrapper button > span > span:after{
	/* content:''; */
	position: absolute;
	bottom:0;
	left: 0%;
	width: 1px;
	height: 1px;
	opacity: 0;
	
}

.categoryWrapper-hover button > span > span:after{
	opacity: 1;
	border-bottom: 1px solid white;
	width: calc(50%);
	height: 1px;
	transition: opacity 0s ease-out 0.29s, width 0.15s ease-out 0.3s;
}

.categoryWrapper button > span > span > span{
	transition: color 0.15s ease-out 0.3s;
	color: transparent;
}

.categoryWrapper-hover button > span > span > span{
	color:white;
}

.categoryWrapper button > span > span > span:after{
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	color:#1f2e4d;
	content: attr(data-attr-span);
	width: 0%;
	height: 100%;
	background:white;
	white-space: nowrap;
	text-align: center;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	transition: width 0.2s;
}

.categoryWrapper button:hover > span > span > span:after{
	width: 100%;
}


#overlay {
	position: fixed; /* Sit on top of the page content */
	display: block; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
  }





  .text_shadows-aa {
	color: #fff;
	-webkit-animation: h1 8s infinite; 
	animation: h1 8s infinite;
  }


/* Chrome, Safari, Opera */
@-webkit-keyframes h1 {
    0%   {text-shadow: 0 0 3px #FF0000; color: #fff;}
    25%  {text-shadow: 0 0 12px #FF0000;}
    50%  {text-shadow: 0 0 20px #FF0000; color: pink;}
    75%  {text-shadow: 0 0 12px #FF0000;}
    100% {text-shadow: 0 0 3px #FF0000; color: #fff;}
}

@-webkit-keyframes h2 {
    0%   {text-shadow: 0 0 6px #FFF;}
    100%  {text-shadow: 0 0 0px #000;}
}

/* Internet Explorer */

@keyframes h1 {
    0%   {text-shadow: 0 0 3px #FF0000; color: #fff;}
    25%  {text-shadow: 0 0 12px #FF0000;}
    50%  {text-shadow: 0 0 20px #FF0000; color: pink;}
    75%  {text-shadow: 0 0 12px #FF0000;}
    100% {text-shadow: 0 0 3px #FF0000; color: #fff;}
}



.bubbles {
	display: inline-block;
	font-family: arial;
	position: relative;
	}
	
	.bubbles h1,h2 {
	position: relative;
	margin: 1em 0 0;
	font-weight: bold;
	color: darkblue;
	z-index: 2;
	}
	
	.individual-bubble {
	position: absolute;
	border-radius: 100%;
	bottom: 10px;
	background-color: #ee6352;
	z-index: 1;
	}


	#history {
		padding: 30px 10px;
		background: #2b2d67;
		min-height: 70vh;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	section {
		padding: 30px 10px;
		min-height: 70vh;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	#contact {
		padding: 30px 10px;
		background: #2b2d67;
		min-height: 70vh;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	#home {
		padding-top: 0 !important;
	}