@charset "UTF-8";
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
: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: #f90;
	--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, "Noto Sans", 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;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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:not(:focus-visible) {
	outline: 0 !important;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
					text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
					text-decoration-skip-ink: none;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: .5rem;
	margin-left: 0;
}
blockquote {
	margin: 0 0 1rem;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
a {
	color: #f90;
	text-decoration: none;
	background-color: transparent;
}	a:hover {
		color: #f60;
		text-decoration: underline;
}
a:not([href]) {
	color: inherit;
	text-decoration: none;
}	a:not([href]):hover {
		color: inherit;
		text-decoration: none;
}
pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}
figure {
	margin: 0 0 1rem;
}
img {
	vertical-align: middle;
	border-style: none;
}
svg {
	overflow: hidden;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: inherit;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
button {
	border-radius: 0;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
select {
	word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}	@media (max-width: 1200px) {
		legend {
			font-size: calc(1.275rem + 0.3vw) ; }
}
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-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
output {
	display: inline-block;
}
summary {
	display: list-item;
	cursor: pointer;
}
template {
	display: none;
}
[hidden] {
	display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}
h1, .h1 {
	font-size: 2.5rem;
}	@media (max-width: 1200px) {
		h1, .h1 {
			font-size: calc(1.375rem + 1.5vw) ; }
}
h2, .h2 {
	font-size: 2rem;
}	@media (max-width: 1200px) {
		h2, .h2 {
			font-size: calc(1.325rem + 0.9vw) ; }
}
h3, .h3 {
	font-size: 1.75rem;
}	@media (max-width: 1200px) {
		h3, .h3 {
			font-size: calc(1.3rem + 0.6vw) ; }
}
h4, .h4 {
	font-size: 1.5rem;
}	@media (max-width: 1200px) {
		h4, .h4 {
			font-size: calc(1.275rem + 0.3vw) ; }
}
h5, .h5 {
	font-size: 1.25rem;
}
h6, .h6 {
	font-size: 1rem;
}
.lead {
	font-size: 1.25rem;
	font-weight: 300;
}
.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}	@media (max-width: 1200px) {
		.display-1 {
			font-size: calc(1.725rem + 5.7vw) ; }
}
.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}	@media (max-width: 1200px) {
		.display-2 {
			font-size: calc(1.675rem + 5.1vw) ; }
}
.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}	@media (max-width: 1200px) {
		.display-3 {
			font-size: calc(1.575rem + 3.9vw) ; }
}
.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}	@media (max-width: 1200px) {
		.display-4 {
			font-size: calc(1.475rem + 2.7vw) ; }
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
	font-size: 80%;
	font-weight: 400;
}
mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline-item {
	display: inline-block;
}	.list-inline-item:not(:last-child) {
		margin-right: 0.5rem;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}	.blockquote-footer::before {
		content: "\2014\00A0";
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}
.figure {
	display: inline-block;
}
.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}
.figure-caption {
	font-size: 90%;
	color: #6c757d;
}
code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word;
}	a > code {
		color: inherit;
}
kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 0.2rem;
}	kbd kbd {
		padding: 0;
		font-size: 100%;
		font-weight: 700;
}
pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}	pre code {
		font-size: inherit;
		color: inherit;
		word-break: normal;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}	@media (min-width: 576px) {
		.container {
			max-width: 540px; }
}	@media (min-width: 768px) {
		.container {
			max-width: 720px; }
}	@media (min-width: 992px) {
		.container {
			max-width: 960px; }
}	@media (min-width: 1200px) {
		.container {
			max-width: 1140px; }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container, .container-sm {
		max-width: 540px; }
}
@media (min-width: 768px) {
	.container, .container-sm, .container-md {
		max-width: 720px; }
}
@media (min-width: 992px) {
	.container, .container-sm, .container-md, .container-lg {
		max-width: 960px; }
}
@media (min-width: 1200px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1140px; }
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}	.no-gutters > .col,
	.no-gutters > [class*="col-"] {
		padding-right: 0;
		padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.row-cols-1 > * {
	flex: 0 0 100%;
	max-width: 100%;
}
.row-cols-2 > * {
	flex: 0 0 50%;
	max-width: 50%;
}
.row-cols-3 > * {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.row-cols-4 > * {
	flex: 0 0 25%;
	max-width: 25%;
}
.row-cols-5 > * {
	flex: 0 0 20%;
	max-width: 20%;
}
.row-cols-6 > * {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
}	.row-cols-sm-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
}	.row-cols-sm-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
}	.row-cols-sm-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
}	.row-cols-sm-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
}	.row-cols-sm-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
}	.row-cols-sm-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
}	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
}	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
}	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
}	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
}	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
}	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
}	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
}	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
}	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
}	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
}	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
}	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
}	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
}
}
@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
}	.row-cols-md-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
}	.row-cols-md-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
}	.row-cols-md-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
}	.row-cols-md-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
}	.row-cols-md-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
}	.row-cols-md-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
}	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
}	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
}	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
}	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
}	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
}	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
}	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
}	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
}	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
}	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
}	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
}	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
}	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
}
}
@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
}	.row-cols-lg-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
}	.row-cols-lg-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
}	.row-cols-lg-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
}	.row-cols-lg-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
}	.row-cols-lg-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
}	.row-cols-lg-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
}	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
}	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
}	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
}	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
}	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
}	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
}	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
}	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
}	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
}	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
}	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
}	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
}	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
}
}
@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
}	.row-cols-xl-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
}	.row-cols-xl-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
}	.row-cols-xl-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
}	.row-cols-xl-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
}	.row-cols-xl-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
}	.row-cols-xl-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
}	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
}	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
}	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
}	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
}	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
}	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
}	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
}	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
}	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
}	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
}	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
}	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
}	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
}
}
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	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 (prefers-reduced-motion: reduce) {
		.form-control {
			transition: none; }
}	.form-control::-ms-expand {
		background-color: transparent;
		border: 0;
}	.form-control:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #495057;
}	.form-control:focus {
		color: #495057;
		background-color: #fff;
		border-color: #8fe3ce;
		outline: 0;
		box-shadow: 0 0 0 0.2rem rgba(48, 195, 158, 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, .form-control[readonly] {
		background-color: #e9ecef;
		opacity: 1;
}
select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}
.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}
.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}
.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}
.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
	line-height: 1.5;
}
.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.375rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}	.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
		padding-right: 0;
		padding-left: 0;
}
.form-control-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}
.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
	height: auto;
}
textarea.form-control {
	height: auto;
}
.form-group {
	margin-bottom: 1rem;
}
.form-text {
	display: block;
	margin-top: 0.25rem;
}
.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}	.form-row > .col,
	.form-row > [class*="col-"] {
		padding-right: 5px;
		padding-left: 5px;
}
.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}
.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}	.form-check-input[disabled] ~ .form-check-label,
	.form-check-input:disabled ~ .form-check-label {
		color: #6c757d;
}
.form-check-label {
	margin-bottom: 0;
}
.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}	.form-check-inline .form-check-input {
		position: static;
		margin-top: 0;
		margin-right: 0.3125rem;
		margin-left: 0;
}
.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #28a745;
}
.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: .1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.9);
	border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
	display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #28a745;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}	.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
		border-color: #28a745;
		box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
	border-color: #28a745;
	padding-right: calc(0.75em + 2.3125rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}	.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
		border-color: #28a745;
		box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
	color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
	display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
	color: #28a745;
}	.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
		border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
	border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}
.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: .1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
	display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}	.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
		border-color: #dc3545;
		box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
	border-color: #dc3545;
	padding-right: calc(0.75em + 2.3125rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}	.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
		border-color: #dc3545;
		box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
	color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
	display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
	color: #dc3545;
}	.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
		border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
	border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}	.form-inline .form-check {
		width: 100%;
}	@media (min-width: 576px) {
		.form-inline label {
			display: flex;
			align-items: center;
			justify-content: center;
			margin-bottom: 0;
}		.form-inline .form-group {
			display: flex;
			flex: 0 0 auto;
			flex-flow: row wrap;
			align-items: center;
			margin-bottom: 0;
}		.form-inline .form-control {
			display: inline-block;
			width: auto;
			vertical-align: middle;
}		.form-inline .form-control-plaintext {
			display: inline-block;
}		.form-inline .input-group,
		.form-inline .custom-select {
			width: auto;
}		.form-inline .form-check {
			display: flex;
			align-items: center;
			justify-content: center;
			width: auto;
			padding-left: 0;
}		.form-inline .form-check-input {
			position: relative;
			flex-shrink: 0;
			margin-top: 0;
			margin-right: 0.25rem;
			margin-left: 0;
}		.form-inline .custom-control {
			align-items: center;
			justify-content: center;
}		.form-inline .custom-control-label {
			margin-bottom: 0; }
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	background-color: transparent;
	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 (prefers-reduced-motion: reduce) {
		.btn {
			transition: none; }
}	.btn:hover {
		color: #212529;
		text-decoration: none;
}	.btn:focus, .btn.focus {
		outline: 0;
		box-shadow: 0 0 0 0.2rem rgba(48, 195, 158, 0.25);
}	.btn.disabled, .btn:disabled {
		opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}
.btn-primary {
	color: #fff;
	background-color: #f90;
	border-color: #f90;
}	.btn-primary:hover {
		color: #fff;
		background-color: #f60;
		border-color: #f60;
}	.btn-primary:focus, .btn-primary.focus {
		color: #fff;
		background-color: #f60;
		border-color: #f60;
		box-shadow: 0 0 0 0.2rem rgba(79, 204, 173, 0.5);
}	.btn-primary.disabled, .btn-primary:disabled {
		color: #fff;
		background-color: #f90;
		border-color: #f90;
}	.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
	.show > .btn-primary.dropdown-toggle {
		color: #fff;
		background-color: #269a7d;
		border-color: #239075;
}		.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
		.show > .btn-primary.dropdown-toggle:focus {
			box-shadow: 0 0 0 0.2rem rgba(79, 204, 173, 0.5);
}
.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}	.btn-secondary:hover {
		color: #fff;
		background-color: #5a6268;
		border-color: #545b62;
}	.btn-secondary:focus, .btn-secondary.focus {
		color: #fff;
		background-color: #5a6268;
		border-color: #545b62;
		box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}	.btn-secondary.disabled, .btn-secondary:disabled {
		color: #fff;
		background-color: #6c757d;
		border-color: #6c757d;
}	.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
	.show > .btn-secondary.dropdown-toggle {
		color: #fff;
		background-color: #545b62;
		border-color: #4e555b;
}		.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
		.show > .btn-secondary.dropdown-toggle:focus {
			box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}	.btn-success:hover {
		color: #fff;
		background-color: #218838;
		border-color: #1e7e34;
}	.btn-success:focus, .btn-success.focus {
		color: #fff;
		background-color: #218838;
		border-color: #1e7e34;
		box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}	.btn-success.disabled, .btn-success:disabled {
		color: #fff;
		background-color: #28a745;
		border-color: #28a745;
}	.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
	.show > .btn-success.dropdown-toggle {
		color: #fff;
		background-color: #1e7e34;
		border-color: #1c7430;
}		.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
		.show > .btn-success.dropdown-toggle:focus {
			box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}	.btn-info:hover {
		color: #fff;
		background-color: #138496;
		border-color: #117a8b;
}	.btn-info:focus, .btn-info.focus {
		color: #fff;
		background-color: #138496;
		border-color: #117a8b;
		box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}	.btn-info.disabled, .btn-info:disabled {
		color: #fff;
		background-color: #17a2b8;
		border-color: #17a2b8;
}	.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
	.show > .btn-info.dropdown-toggle {
		color: #fff;
		background-color: #117a8b;
		border-color: #10707f;
}		.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
		.show > .btn-info.dropdown-toggle:focus {
			box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}	.btn-warning:hover {
		color: #212529;
		background-color: #e0a800;
		border-color: #d39e00;
}	.btn-warning:focus, .btn-warning.focus {
		color: #212529;
		background-color: #e0a800;
		border-color: #d39e00;
		box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}	.btn-warning.disabled, .btn-warning:disabled {
		color: #212529;
		background-color: #ffc107;
		border-color: #ffc107;
}	.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
	.show > .btn-warning.dropdown-toggle {
		color: #212529;
		background-color: #d39e00;
		border-color: #c69500;
}		.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
		.show > .btn-warning.dropdown-toggle:focus {
			box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}	.btn-danger:hover {
		color: #fff;
		background-color: #c82333;
		border-color: #bd2130;
}	.btn-danger:focus, .btn-danger.focus {
		color: #fff;
		background-color: #c82333;
		border-color: #bd2130;
		box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}	.btn-danger.disabled, .btn-danger:disabled {
		color: #fff;
		background-color: #dc3545;
		border-color: #dc3545;
}	.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
	.show > .btn-danger.dropdown-toggle {
		color: #fff;
		background-color: #bd2130;
		border-color: #b21f2d;
}		.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
		.show > .btn-danger.dropdown-toggle:focus {
			box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}	.btn-light:hover {
		color: #212529;
		background-color: #e2e6ea;
		border-color: #dae0e5;
}	.btn-light:focus, .btn-light.focus {
		color: #212529;
		background-color: #e2e6ea;
		border-color: #dae0e5;
		box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}	.btn-light.disabled, .btn-light:disabled {
		color: #212529;
		background-color: #f8f9fa;
		border-color: #f8f9fa;
}	.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
	.show > .btn-light.dropdown-toggle {
		color: #212529;
		background-color: #dae0e5;
		border-color: #d3d9df;
}		.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
		.show > .btn-light.dropdown-toggle:focus {
			box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}	.btn-dark:hover {
		color: #fff;
		background-color: #23272b;
		border-color: #1d2124;
}	.btn-dark:focus, .btn-dark.focus {
		color: #fff;
		background-color: #23272b;
		border-color: #1d2124;
		box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}	.btn-dark.disabled, .btn-dark:disabled {
		color: #fff;
		background-color: #343a40;
		border-color: #343a40;
}	.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
	.show > .btn-dark.dropdown-toggle {
		color: #fff;
		background-color: #1d2124;
		border-color: #171a1d;
}		.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
		.show > .btn-dark.dropdown-toggle:focus {
			box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
	color: #f90;
	border-color: #f90;
}	.btn-outline-primary:hover {
		color: #fff;
		background-color: #f60;
		border-color: #f60;
}	.btn-outline-primary:focus, .btn-outline-primary.focus {
		box-shadow: 0 0 0 0.2rem rgba(48, 195, 158, 0.5);
}	.btn-outline-primary.disabled, .btn-outline-primary:disabled {
		color: #f90;
		background-color: transparent;
}	.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
	.show > .btn-outline-primary.dropdown-toggle {
		color: #fff;
		background-color: #f90;
		border-color: #f90;
}		.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-primary.dropdown-toggle:focus {
			box-shadow: 0 0 0 0.2rem rgba(48, 195, 158, 0.5);
}
.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}	.btn-outline-secondary:hover {
		color: #fff;
		background-color: #6c757d;
		border-color: #6c757d;
}	.btn-outline-secondary:focus, .btn-outline-secondary.focus {
		box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}	.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
		color: #6c757d;
		background-color: transparent;
}	.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
	.show > .btn-outline-secondary.dropdown-toggle {
		color: #fff;
		background-color: #6c757d;
		border-color: #6c757d;
}		.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-secondary.dropdown-toggle:focus {
			box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
	color: #28a745;
	border-color: #28a745;
}	.btn-outline-success:hover {
		color: #fff;
		background-color: #28a745;
		border-color: #28a745;
}	.btn-outline-success:focus, .btn-outline-success.focus {
		box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}	.btn-outline-success.disabled, .btn-outline-success:disabled {
		color: #28a745;
		background-color: transparent;
}	.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
	.show > .btn-outline-success.dropdown-toggle {
		color: #fff;
		background-color: #28a745;
		border-color: #28a745;
}		.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-success.dropdown-toggle:focus {
			box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}	.btn-outline-info:hover {
		color: #fff;
		background-color: #17a2b8;
		border-color: #17a2b8;
}	.btn-outline-info:focus, .btn-outline-info.focus {
		box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}	.btn-outline-info.disabled, .btn-outline-info:disabled {
		color: #17a2b8;
		background-color: transparent;
}	.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
	.show > .btn-outline-info.dropdown-toggle {
		color: #fff;
		background-color: #17a2b8;
		border-color: #17a2b8;
}		.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-info.dropdown-toggle:focus {
			box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}	.btn-outline-warning:hover {
		color: #212529;
		background-color: #ffc107;
		border-color: #ffc107;
}	.btn-outline-warning:focus, .btn-outline-warning.focus {
		box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}	.btn-outline-warning.disabled, .btn-outline-warning:disabled {
		color: #ffc107;
		background-color: transparent;
}	.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
	.show > .btn-outline-warning.dropdown-toggle {
		color: #212529;
		background-color: #ffc107;
		border-color: #ffc107;
}		.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-warning.dropdown-toggle:focus {
			box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}	.btn-outline-danger:hover {
		color: #fff;
		background-color: #dc3545;
		border-color: #dc3545;
}	.btn-outline-danger:focus, .btn-outline-danger.focus {
		box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}	.btn-outline-danger.disabled, .btn-outline-danger:disabled {
		color: #dc3545;
		background-color: transparent;
}	.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
	.show > .btn-outline-danger.dropdown-toggle {
		color: #fff;
		background-color: #dc3545;
		border-color: #dc3545;
}		.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-danger.dropdown-toggle:focus {
			box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}	.btn-outline-light:hover {
		color: #212529;
		background-color: #f8f9fa;
		border-color: #f8f9fa;
}	.btn-outline-light:focus, .btn-outline-light.focus {
		box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}	.btn-outline-light.disabled, .btn-outline-light:disabled {
		color: #f8f9fa;
		background-color: transparent;
}	.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
	.show > .btn-outline-light.dropdown-toggle {
		color: #212529;
		background-color: #f8f9fa;
		border-color: #f8f9fa;
}		.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-light.dropdown-toggle:focus {
			box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
	color: #343a40;
	border-color: #343a40;
}	.btn-outline-dark:hover {
		color: #fff;
		background-color: #343a40;
		border-color: #343a40;
}	.btn-outline-dark:focus, .btn-outline-dark.focus {
		box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}	.btn-outline-dark.disabled, .btn-outline-dark:disabled {
		color: #343a40;
		background-color: transparent;
}	.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
	.show > .btn-outline-dark.dropdown-toggle {
		color: #fff;
		background-color: #343a40;
		border-color: #343a40;
}		.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-dark.dropdown-toggle:focus {
			box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
	font-weight: 400;
	color: #f90;
	text-decoration: none;
}	.btn-link:hover {
		color: #f60;
		text-decoration: underline;
}	.btn-link:focus, .btn-link.focus {
		text-decoration: underline;
		box-shadow: none;
}	.btn-link:disabled, .btn-link.disabled {
		color: #6c757d;
		pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}
.btn-block {
	display: block;
	width: 100%;
}	.btn-block + .btn-block {
		margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
.fade {
	transition: opacity 0.15s linear;
}	@media (prefers-reduced-motion: reduce) {
		.fade {
			transition: none; }
}	.fade:not(.show) {
		opacity: 0;
}
.collapse:not(.show) {
	display: none;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}	@media (prefers-reduced-motion: reduce) {
		.collapsing {
			transition: none; }
}
.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}	.nav-link:hover, .nav-link:focus {
		text-decoration: none;
}	.nav-link.disabled {
		color: #6c757d;
		pointer-events: none;
		cursor: default;
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}	.nav-tabs .nav-item {
		margin-bottom: -1px;
}	.nav-tabs .nav-link {
		border: 1px solid transparent;
		border-top-left-radius: 0.25rem;
		border-top-right-radius: 0.25rem;
}		.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
			border-color: #e9ecef #e9ecef #dee2e6;
}		.nav-tabs .nav-link.disabled {
			color: #6c757d;
			background-color: transparent;
			border-color: transparent;
}	.nav-tabs .nav-link.active,
	.nav-tabs .nav-item.show .nav-link {
		color: #495057;
		background-color: #fff;
		border-color: #dee2e6 #dee2e6 #fff;
}	.nav-tabs .dropdown-menu {
		margin-top: -1px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
}
.nav-pills .nav-link {
	border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: #f90;
}
.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}
.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}	.navbar .container,
	.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
}
.navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}	.navbar-brand:hover, .navbar-brand:focus {
		text-decoration: none;
}
.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}	.navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
}	.navbar-nav .dropdown-menu {
		position: static;
		float: none;
}
.navbar-text {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}
.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:hover, .navbar-toggler:focus {
		text-decoration: none;
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}
@media (max-width: 575.98px) {
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
		padding-right: 0;
		padding-left: 0; }
}
@media (min-width: 576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start;
}		.navbar-expand-sm .navbar-nav {
			flex-direction: row;
}			.navbar-expand-sm .navbar-nav .dropdown-menu {
				position: absolute;
}			.navbar-expand-sm .navbar-nav .nav-link {
				padding-right: 0.5rem;
				padding-left: 0.5rem;
}		.navbar-expand-sm > .container,
		.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
			flex-wrap: nowrap;
}		.navbar-expand-sm .navbar-collapse {
			display: flex !important;
			flex-basis: auto;
}		.navbar-expand-sm .navbar-toggler {
			display: none; }
}
@media (max-width: 767.98px) {
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
		padding-right: 0;
		padding-left: 0; }
}
@media (min-width: 768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start;
}		.navbar-expand-md .navbar-nav {
			flex-direction: row;
}			.navbar-expand-md .navbar-nav .dropdown-menu {
				position: absolute;
}			.navbar-expand-md .navbar-nav .nav-link {
				padding-right: 0.5rem;
				padding-left: 0.5rem;
}		.navbar-expand-md > .container,
		.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
			flex-wrap: nowrap;
}		.navbar-expand-md .navbar-collapse {
			display: flex !important;
			flex-basis: auto;
}		.navbar-expand-md .navbar-toggler {
			display: none; }
}
@media (max-width: 991.98px) {
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
		padding-right: 0;
		padding-left: 0; }
	.search-right{display:none !important;}
}
@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start;
}		.navbar-expand-lg .navbar-nav {
			flex-direction: row;
}			.navbar-expand-lg .navbar-nav .dropdown-menu {
				position: absolute;
}			.navbar-expand-lg .navbar-nav .nav-link {
				padding-right: 0.5rem;
				padding-left: 0.5rem;
}		.navbar-expand-lg > .container,
		.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
			flex-wrap: nowrap;
}		.navbar-expand-lg .navbar-collapse {
			display: flex !important;
			flex-basis: auto;
}		.navbar-expand-lg .navbar-toggler {
			display: none; }
}
@media (max-width: 1199.98px) {
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
		padding-right: 0;
		padding-left: 0; }
}
@media (min-width: 1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start;
}		.navbar-expand-xl .navbar-nav {
			flex-direction: row;
}			.navbar-expand-xl .navbar-nav .dropdown-menu {
				position: absolute;
}			.navbar-expand-xl .navbar-nav .nav-link {
				padding-right: 0.5rem;
				padding-left: 0.5rem;
}		.navbar-expand-xl > .container,
		.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
			flex-wrap: nowrap;
}		.navbar-expand-xl .navbar-collapse {
			display: flex !important;
			flex-basis: auto;
}		.navbar-expand-xl .navbar-toggler {
			display: none; }
}
.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start;
}	.navbar-expand > .container,
	.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
		padding-right: 0;
		padding-left: 0;
}	.navbar-expand .navbar-nav {
		flex-direction: row;
}		.navbar-expand .navbar-nav .dropdown-menu {
			position: absolute;
}		.navbar-expand .navbar-nav .nav-link {
			padding-right: 0.5rem;
			padding-left: 0.5rem;
}	.navbar-expand > .container,
	.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
		flex-wrap: nowrap;
}	.navbar-expand .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
}	.navbar-expand .navbar-toggler {
		display: none;
}
.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}	.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
		color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}	.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
		color: rgba(0, 0, 0, 0.7);
}	.navbar-light .navbar-nav .nav-link.disabled {
		color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5);
}	.navbar-light .navbar-text a {
		color: rgba(0, 0, 0, 0.9);
}		.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
			color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
	color: #fff;
}	.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
		color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}	.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
		color: rgba(255, 255, 255, 0.75);
}	.navbar-dark .navbar-nav .nav-link.disabled {
		color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}
.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}	.navbar-dark .navbar-text a {
		color: #fff;
}		.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
			color: #fff;
}
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}	.card > hr {
		margin-right: 0;
		margin-left: 0;
}	.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;
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}	.breadcrumb-item + .breadcrumb-item::before {
		display: inline-block;
		padding-right: 0.5rem;
		color: #6c757d;
		content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none;
}
.breadcrumb-item.active {
	color: #6c757d;
}
.pagination {
	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: #f90;
	background-color: #fff;
	border: 1px solid #dee2e6;
}	.page-link:hover {
		z-index: 2;
		color: #f60;
		text-decoration: none;
		background-color: #e9ecef;
		border-color: #dee2e6;
}	.page-link:focus {
		z-index: 3;
		outline: 0;
		box-shadow: 0 0 0 0.2rem rgba(48, 195, 158, 0.25);
}
.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: 3;
	color: #fff;
	background-color: #f90;
	border-color: #f90;
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}
.pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}
.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}	@media (prefers-reduced-motion: reduce) {
		.badge {
			transition: none; }
}	a.badge:hover, a.badge:focus {
		text-decoration: none;
}	.badge:empty {
		display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
@-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: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}
.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #f90;
	transition: width 0.6s ease;
}	@media (prefers-reduced-motion: reduce) {
		.progress-bar {
			transition: none; }
}
.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}
.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
					animation: progress-bar-stripes 1s linear infinite;
}	@media (prefers-reduced-motion: reduce) {
		.progress-bar-animated {
			-webkit-animation: none;
							animation: none; }
}
.media {
	display: flex;
	align-items: flex-start;
}
.media-body {
	flex: 1;
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}	@media (max-width: 1200px) {
		.close {
			font-size: calc(1.275rem + 0.3vw) ; }
}	.close:hover {
		color: #000;
		text-decoration: none;
}	.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
		opacity: .75;
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
}
a.close.disabled {
	pointer-events: none;
}
.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: 0.875rem;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(10px);
					backdrop-filter: blur(10px);
	opacity: 0;
	border-radius: 0.25rem;
}	.toast:not(:last-child) {
		margin-bottom: 0.75rem;
}	.toast.showing {
		opacity: 1;
}	.toast.show {
		display: block;
		opacity: 1;
}	.toast.hide {
		display: none;
}
.toast-header {
	display: flex;
	align-items: center;
	padding: 0.25rem 0.75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
	padding: 0.75rem;
}
.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
	box-shadow: none !important;
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}	.embed-responsive::before {
		display: block;
		content: "";
}	.embed-responsive .embed-responsive-item,
	.embed-responsive iframe,
	.embed-responsive embed,
	.embed-responsive object,
	.embed-responsive video {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
}
.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
	padding-top: 56.25%;
}
.embed-responsive-4by3::before {
	padding-top: 75%;
}
.embed-responsive-1by1::before {
	padding-top: 100%;
}
.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
	padding-top: 56.25%;
}
.embed-responsive-4by3::before {
	padding-top: 75%;
}
.embed-responsive-1by1::before {
	padding-top: 100%;
}
.flex-row {
	flex-direction: row !important;
}
.flex-column {
	flex-direction: column !important;
}
.flex-row-reverse {
	flex-direction: row-reverse !important;
}
.flex-column-reverse {
	flex-direction: column-reverse !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.flex-nowrap {
	flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}
.flex-fill {
	flex: 1 1 auto !important;
}
.flex-grow-0 {
	flex-grow: 0 !important;
}
.flex-grow-1 {
	flex-grow: 1 !important;
}
.flex-shrink-0 {
	flex-shrink: 0 !important;
}
.flex-shrink-1 {
	flex-shrink: 1 !important;
}
.justify-content-start {
	justify-content: flex-start !important;
}
.justify-content-end {
	justify-content: flex-end !important;
}
.justify-content-center {
	justify-content: center !important;
}
.justify-content-between {
	justify-content: space-between !important;
}
.justify-content-around {
	justify-content: space-around !important;
}
.align-items-start {
	align-items: flex-start !important;
}
.align-items-end {
	align-items: flex-end !important;
}
.align-items-center {
	align-items: center !important;
}
.align-items-baseline {
	align-items: baseline !important;
}
.align-items-stretch {
	align-items: stretch !important;
}
.align-content-start {
	align-content: flex-start !important;
}
.align-content-end {
	align-content: flex-end !important;
}
.align-content-center {
	align-content: center !important;
}
.align-content-between {
	align-content: space-between !important;
}
.align-content-around {
	align-content: space-around !important;
}
.align-content-stretch {
	align-content: stretch !important;
}
.align-self-auto {
	align-self: auto !important;
}
.align-self-start {
	align-self: flex-start !important;
}
.align-self-end {
	align-self: flex-end !important;
}
.align-self-center {
	align-self: center !important;
}
.align-self-baseline {
	align-self: baseline !important;
}
.align-self-stretch {
	align-self: stretch !important;
}
@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important;
}	.flex-sm-column {
		flex-direction: column !important;
}	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
}	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
}	.flex-sm-wrap {
		flex-wrap: wrap !important;
}	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
}	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
}	.flex-sm-fill {
		flex: 1 1 auto !important;
}	.flex-sm-grow-0 {
		flex-grow: 0 !important;
}	.flex-sm-grow-1 {
		flex-grow: 1 !important;
}	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
}	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
}	.justify-content-sm-start {
		justify-content: flex-start !important;
}	.justify-content-sm-end {
		justify-content: flex-end !important;
}	.justify-content-sm-center {
		justify-content: center !important;
}	.justify-content-sm-between {
		justify-content: space-between !important;
}	.justify-content-sm-around {
		justify-content: space-around !important;
}	.align-items-sm-start {
		align-items: flex-start !important;
}	.align-items-sm-end {
		align-items: flex-end !important;
}	.align-items-sm-center {
		align-items: center !important;
}	.align-items-sm-baseline {
		align-items: baseline !important;
}	.align-items-sm-stretch {
		align-items: stretch !important;
}	.align-content-sm-start {
		align-content: flex-start !important;
}	.align-content-sm-end {
		align-content: flex-end !important;
}	.align-content-sm-center {
		align-content: center !important;
}	.align-content-sm-between {
		align-content: space-between !important;
}	.align-content-sm-around {
		align-content: space-around !important;
}	.align-content-sm-stretch {
		align-content: stretch !important;
}	.align-self-sm-auto {
		align-self: auto !important;
}	.align-self-sm-start {
		align-self: flex-start !important;
}	.align-self-sm-end {
		align-self: flex-end !important;
}	.align-self-sm-center {
		align-self: center !important;
}	.align-self-sm-baseline {
		align-self: baseline !important;
}	.align-self-sm-stretch {
		align-self: stretch !important; }
}
@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important;
}	.flex-md-column {
		flex-direction: column !important;
}	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
}	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
}	.flex-md-wrap {
		flex-wrap: wrap !important;
}	.flex-md-nowrap {
		flex-wrap: nowrap !important;
}	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
}	.flex-md-fill {
		flex: 1 1 auto !important;
}	.flex-md-grow-0 {
		flex-grow: 0 !important;
}	.flex-md-grow-1 {
		flex-grow: 1 !important;
}	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
}	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
}	.justify-content-md-start {
		justify-content: flex-start !important;
}	.justify-content-md-end {
		justify-content: flex-end !important;
}	.justify-content-md-center {
		justify-content: center !important;
}	.justify-content-md-between {
		justify-content: space-between !important;
}	.justify-content-md-around {
		justify-content: space-around !important;
}	.align-items-md-start {
		align-items: flex-start !important;
}	.align-items-md-end {
		align-items: flex-end !important;
}	.align-items-md-center {
		align-items: center !important;
}	.align-items-md-baseline {
		align-items: baseline !important;
}	.align-items-md-stretch {
		align-items: stretch !important;
}	.align-content-md-start {
		align-content: flex-start !important;
}	.align-content-md-end {
		align-content: flex-end !important;
}	.align-content-md-center {
		align-content: center !important;
}	.align-content-md-between {
		align-content: space-between !important;
}	.align-content-md-around {
		align-content: space-around !important;
}	.align-content-md-stretch {
		align-content: stretch !important;
}	.align-self-md-auto {
		align-self: auto !important;
}	.align-self-md-start {
		align-self: flex-start !important;
}	.align-self-md-end {
		align-self: flex-end !important;
}	.align-self-md-center {
		align-self: center !important;
}	.align-self-md-baseline {
		align-self: baseline !important;
}	.align-self-md-stretch {
		align-self: stretch !important; }
}
@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important;
}	.flex-lg-column {
		flex-direction: column !important;
}	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
}	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
}	.flex-lg-wrap {
		flex-wrap: wrap !important;
}	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
}	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
}	.flex-lg-fill {
		flex: 1 1 auto !important;
}	.flex-lg-grow-0 {
		flex-grow: 0 !important;
}	.flex-lg-grow-1 {
		flex-grow: 1 !important;
}	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
}	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
}	.justify-content-lg-start {
		justify-content: flex-start !important;
}	.justify-content-lg-end {
		justify-content: flex-end !important;
}	.justify-content-lg-center {
		justify-content: center !important;
}	.justify-content-lg-between {
		justify-content: space-between !important;
}	.justify-content-lg-around {
		justify-content: space-around !important;
}	.align-items-lg-start {
		align-items: flex-start !important;
}	.align-items-lg-end {
		align-items: flex-end !important;
}	.align-items-lg-center {
		align-items: center !important;
}	.align-items-lg-baseline {
		align-items: baseline !important;
}	.align-items-lg-stretch {
		align-items: stretch !important;
}	.align-content-lg-start {
		align-content: flex-start !important;
}	.align-content-lg-end {
		align-content: flex-end !important;
}	.align-content-lg-center {
		align-content: center !important;
}	.align-content-lg-between {
		align-content: space-between !important;
}	.align-content-lg-around {
		align-content: space-around !important;
}	.align-content-lg-stretch {
		align-content: stretch !important;
}	.align-self-lg-auto {
		align-self: auto !important;
}	.align-self-lg-start {
		align-self: flex-start !important;
}	.align-self-lg-end {
		align-self: flex-end !important;
}	.align-self-lg-center {
		align-self: center !important;
}	.align-self-lg-baseline {
		align-self: baseline !important;
}	.align-self-lg-stretch {
		align-self: stretch !important; }
}
@media (min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important;
}	.flex-xl-column {
		flex-direction: column !important;
}	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
}	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
}	.flex-xl-wrap {
		flex-wrap: wrap !important;
}	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
}	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
}	.flex-xl-fill {
		flex: 1 1 auto !important;
}	.flex-xl-grow-0 {
		flex-grow: 0 !important;
}	.flex-xl-grow-1 {
		flex-grow: 1 !important;
}	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
}	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
}	.justify-content-xl-start {
		justify-content: flex-start !important;
}	.justify-content-xl-end {
		justify-content: flex-end !important;
}	.justify-content-xl-center {
		justify-content: center !important;
}	.justify-content-xl-between {
		justify-content: space-between !important;
}	.justify-content-xl-around {
		justify-content: space-around !important;
}	.align-items-xl-start {
		align-items: flex-start !important;
}	.align-items-xl-end {
		align-items: flex-end !important;
}	.align-items-xl-center {
		align-items: center !important;
}	.align-items-xl-baseline {
		align-items: baseline !important;
}	.align-items-xl-stretch {
		align-items: stretch !important;
}	.align-content-xl-start {
		align-content: flex-start !important;
}	.align-content-xl-end {
		align-content: flex-end !important;
}	.align-content-xl-center {
		align-content: center !important;
}	.align-content-xl-between {
		align-content: space-between !important;
}	.align-content-xl-around {
		align-content: space-around !important;
}	.align-content-xl-stretch {
		align-content: stretch !important;
}	.align-self-xl-auto {
		align-self: auto !important;
}	.align-self-xl-start {
		align-self: flex-start !important;
}	.align-self-xl-end {
		align-self: flex-end !important;
}	.align-self-xl-center {
		align-self: center !important;
}	.align-self-xl-baseline {
		align-self: baseline !important;
}	.align-self-xl-stretch {
		align-self: stretch !important; }
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.float-none {
	float: none !important;
}
@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
}	.float-sm-right {
		float: right !important;
}	.float-sm-none {
		float: none !important; }
}
@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
}	.float-md-right {
		float: right !important;
}	.float-md-none {
		float: none !important; }
}
@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
}	.float-lg-right {
		float: right !important;
}	.float-lg-none {
		float: none !important; }
}
@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
}	.float-xl-right {
		float: right !important;
}	.float-xl-none {
		float: none !important; }
}
.overflow-auto {
	overflow: auto !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.position-static {
	position: static !important;
}
.position-relative {
	position: relative !important;
}
.position-absolute {
	position: absolute !important;
}
.position-fixed {
	position: fixed !important;
}
.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}
.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;
}
.w-25 {
	width: 25% !important;
}
.w-50 {
	width: 50% !important;
}
.w-75 {
	width: 75% !important;
}
.w-100 {
	width: 100% !important;
}
.w-auto {
	width: auto !important;
}
.h-25 {
	height: 25% !important;
}
.h-50 {
	height: 50% !important;
}
.h-75 {
	height: 75% !important;
}
.h-100 {
	height: 100% !important;
}
.h-auto {
	height: auto !important;
}
.mw-100 {
	max-width: 100% !important;
}
.mh-100 {
	max-height: 100% !important;
}
.min-vw-100 {
	min-width: 100vw !important;
}
.min-vh-100 {
	min-height: 100vh !important;
}
.vw-100 {
	width: 100vw !important;
}
.vh-100 {
	height: 100vh !important;
}
.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}
.m-0 {
	margin: 0 !important;
}
.mt-0,
.my-0 {
	margin-top: 0 !important;
}
.mr-0,
.mx-0 {
	margin-right: 0 !important;
}
.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
	margin-left: 0 !important;
}
.m-1 {
	margin: 0.25rem !important;
}
.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}
.m-2 {
	margin: 0.5rem !important;
}
.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}
.m-3 {
	margin: 1rem !important;
}
.mt-3,
.my-3 {
	margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}
.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}
.m-4 {
	margin: 1.5rem !important;
}
.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}
.m-5 {
	margin: 3rem !important;
}
.mt-5,
.my-5 {
	margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}
.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}
.p-0 {
	padding: 0 !important;
}
.pt-0,
.py-0 {
	padding-top: 0 !important;
}
.pr-0,
.px-0 {
	padding-right: 0 !important;
}
.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
	padding-left: 0 !important;
}
.p-1 {
	padding: 0.25rem !important;
}
.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}
.p-3 {
	padding: 1rem !important;
}
.pt-3,
.py-3 {
	padding-top: 1rem !important;
}
.pr-3,
.px-3 {
	padding-right: 1rem !important;
}
.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
	padding-left: 1rem !important;
}
.p-4 {
	padding: 1.5rem !important;
}
.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}
.p-5 {
	padding: 3rem !important;
}
.pt-5,
.py-5 {
	padding-top: 3rem !important;
}
.pr-5,
.px-5 {
	padding-right: 3rem !important;
}
.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
	padding-left: 3rem !important;
}
.m-n1 {
	margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}
.m-n2 {
	margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important;
}
.m-n3 {
	margin: -1rem !important;
}
.mt-n3,
.my-n3 {
	margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
	margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
	margin-left: -1rem !important;
}
.m-n4 {
	margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important;
}
.m-n5 {
	margin: -3rem !important;
}
.mt-n5,
.my-n5 {
	margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
	margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
	margin-left: -3rem !important;
}
.m-auto {
	margin: auto !important;
}
.mt-auto,
.my-auto {
	margin-top: auto !important;
}
.mr-auto,
.mx-auto {
	margin-right: auto !important;
}
.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
	margin-left: auto !important;
}
@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
}	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
}	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
}	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
}	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
}	.m-sm-1 {
		margin: 0.25rem !important;
}	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
}	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
}	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
}	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
}	.m-sm-2 {
		margin: 0.5rem !important;
}	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
}	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
}	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
}	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
}	.m-sm-3 {
		margin: 1rem !important;
}	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
}	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
}	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
}	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
}	.m-sm-4 {
		margin: 1.5rem !important;
}	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
}	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
}	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
}	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
}	.m-sm-5 {
		margin: 3rem !important;
}	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
}	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
}	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
}	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
}	.p-sm-0 {
		padding: 0 !important;
}	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
}	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
}	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
}	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
}	.p-sm-1 {
		padding: 0.25rem !important;
}	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
}	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
}	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
}	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
}	.p-sm-2 {
		padding: 0.5rem !important;
}	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
}	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
}	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
}	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
}	.p-sm-3 {
		padding: 1rem !important;
}	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
}	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
}	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
}	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
}	.p-sm-4 {
		padding: 1.5rem !important;
}	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
}	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
}	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
}	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
}	.p-sm-5 {
		padding: 3rem !important;
}	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
}	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
}	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
}	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
}	.m-sm-n1 {
		margin: -0.25rem !important;
}	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
}	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important;
}	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
}	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important;
}	.m-sm-n2 {
		margin: -0.5rem !important;
}	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important;
}	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important;
}	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important;
}	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.5rem !important;
}	.m-sm-n3 {
		margin: -1rem !important;
}	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important;
}	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important;
}	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important;
}	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important;
}	.m-sm-n4 {
		margin: -1.5rem !important;
}	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important;
}	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important;
}	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important;
}	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important;
}	.m-sm-n5 {
		margin: -3rem !important;
}	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important;
}	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important;
}	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important;
}	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important;
}	.m-sm-auto {
		margin: auto !important;
}	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
}	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
}	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
}	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important; }
}
@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
}	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
}	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
}	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
}	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
}	.m-md-1 {
		margin: 0.25rem !important;
}	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
}	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
}	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
}	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
}	.m-md-2 {
		margin: 0.5rem !important;
}	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
}	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
}	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
}	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
}	.m-md-3 {
		margin: 1rem !important;
}	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
}	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
}	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
}	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
}	.m-md-4 {
		margin: 1.5rem !important;
}	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
}	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
}	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
}	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
}	.m-md-5 {
		margin: 3rem !important;
}	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
}	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
}	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
}	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
}	.p-md-0 {
		padding: 0 !important;
}	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
}	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
}	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
}	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
}	.p-md-1 {
		padding: 0.25rem !important;
}	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
}	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
}	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
}	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
}	.p-md-2 {
		padding: 0.5rem !important;
}	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
}	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
}	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
}	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
}	.p-md-3 {
		padding: 1rem !important;
}	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
}	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
}	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
}	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
}	.p-md-4 {
		padding: 1.5rem !important;
}	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
}	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
}	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
}	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
}	.p-md-5 {
		padding: 3rem !important;
}	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
}	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
}	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
}	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
}	.m-md-n1 {
		margin: -0.25rem !important;
}	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important;
}	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important;
}	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important;
}	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important;
}	.m-md-n2 {
		margin: -0.5rem !important;
}	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important;
}	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.5rem !important;
}	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important;
}	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.5rem !important;
}	.m-md-n3 {
		margin: -1rem !important;
}	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important;
}	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important;
}	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important;
}	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important;
}	.m-md-n4 {
		margin: -1.5rem !important;
}	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important;
}	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important;
}	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important;
}	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important;
}	.m-md-n5 {
		margin: -3rem !important;
}	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important;
}	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important;
}	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important;
}	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important;
}	.m-md-auto {
		margin: auto !important;
}	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
}	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
}	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
}	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important; }
}
@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
}	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
}	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
}	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
}	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
}	.m-lg-1 {
		margin: 0.25rem !important;
}	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
}	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
}	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
}	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
}	.m-lg-2 {
		margin: 0.5rem !important;
}	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
}	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
}	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
}	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
}	.m-lg-3 {
		margin: 1rem !important;
}	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
}	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
}	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
}	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
}	.m-lg-4 {
		margin: 1.5rem !important;
}	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
}	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
}	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
}	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
}	.m-lg-5 {
		margin: 3rem !important;
}	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
}	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
}	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
}	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
}	.p-lg-0 {
		padding: 0 !important;
}	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
}	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
}	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
}	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
}	.p-lg-1 {
		padding: 0.25rem !important;
}	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
}	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
}	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
}	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
}	.p-lg-2 {
		padding: 0.5rem !important;
}	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
}	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
}	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
}	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
}	.p-lg-3 {
		padding: 1rem !important;
}	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
}	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
}	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
}	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
}	.p-lg-4 {
		padding: 1.5rem !important;
}	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
}	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
}	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
}	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
}	.p-lg-5 {
		padding: 3rem !important;
}	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
}	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
}	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
}	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
}	.m-lg-n1 {
		margin: -0.25rem !important;
}	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important;
}	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important;
}	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important;
}	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important;
}	.m-lg-n2 {
		margin: -0.5rem !important;
}	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important;
}	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.5rem !important;
}	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important;
}	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.5rem !important;
}	.m-lg-n3 {
		margin: -1rem !important;
}	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important;
}	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important;
}	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important;
}	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important;
}	.m-lg-n4 {
		margin: -1.5rem !important;
}	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important;
}	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important;
}	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important;
}	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important;
}	.m-lg-n5 {
		margin: -3rem !important;
}	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important;
}	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important;
}	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important;
}	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important;
}	.m-lg-auto {
		margin: auto !important;
}	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
}	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
}	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
}	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important; }
}
@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
}	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
}	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
}	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
}	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
}	.m-xl-1 {
		margin: 0.25rem !important;
}	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
}	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
}	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
}	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
}	.m-xl-2 {
		margin: 0.5rem !important;
}	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
}	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
}	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
}	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
}	.m-xl-3 {
		margin: 1rem !important;
}	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
}	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
}	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
}	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
}	.m-xl-4 {
		margin: 1.5rem !important;
}	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
}	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
}	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
}	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
}	.m-xl-5 {
		margin: 3rem !important;
}	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
}	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
}	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
}	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
}	.p-xl-0 {
		padding: 0 !important;
}	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
}	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
}	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
}	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
}	.p-xl-1 {
		padding: 0.25rem !important;
}	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
}	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
}	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
}	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
}	.p-xl-2 {
		padding: 0.5rem !important;
}	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
}	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
}	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
}	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
}	.p-xl-3 {
		padding: 1rem !important;
}	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
}	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
}	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
}	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
}	.p-xl-4 {
		padding: 1.5rem !important;
}	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
}	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
}	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
}	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
}	.p-xl-5 {
		padding: 3rem !important;
}	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
}	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
}	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
}	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
}	.m-xl-n1 {
		margin: -0.25rem !important;
}	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
}	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important;
}	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
}	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important;
}	.m-xl-n2 {
		margin: -0.5rem !important;
}	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important;
}	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important;
}	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important;
}	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.5rem !important;
}	.m-xl-n3 {
		margin: -1rem !important;
}	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important;
}	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important;
}	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important;
}	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important;
}	.m-xl-n4 {
		margin: -1.5rem !important;
}	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important;
}	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important;
}	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important;
}	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important;
}	.m-xl-n5 {
		margin: -3rem !important;
}	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important;
}	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important;
}	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important;
}	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important;
}	.m-xl-auto {
		margin: auto !important;
}	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
}	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
}	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
}	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important; }
}
.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
	text-align: justify !important;
}
.text-wrap {
	white-space: normal !important;
}
.text-nowrap {
	white-space: nowrap !important;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
}	.text-sm-right {
		text-align: right !important;
}	.text-sm-center {
		text-align: center !important; }
}
@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
}	.text-md-right {
		text-align: right !important;
}	.text-md-center {
		text-align: center !important; }
}
@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
}	.text-lg-right {
		text-align: right !important;
}	.text-lg-center {
		text-align: center !important; }
}
@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
}	.text-xl-right {
		text-align: right !important;
}	.text-xl-center {
		text-align: center !important; }
}
.text-lowercase {
	text-transform: lowercase !important;
}
.text-uppercase {
	text-transform: uppercase !important;
}
.text-capitalize {
	text-transform: capitalize !important;
}
.font-weight-light {
	font-weight: 300 !important;
}
.font-weight-lighter {
	font-weight: lighter !important;
}
.font-weight-normal {
	font-weight: 400 !important;
}
.font-weight-bold {
	font-weight: 700 !important;
}
.font-weight-bolder {
	font-weight: bolder !important;
}
.font-italic {
	font-style: italic !important;
}
.text-white {
	color: #fff !important;
}
.text-primary {
	color: #f90 !important;
}
a.text-primary:hover, a.text-primary:focus {
	color: #f60 !important;
}
.text-secondary {
	color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
	color: #494f54 !important;
}
.text-success {
	color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
	color: #19692c !important;
}
.text-info {
	color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
	color: #0f6674 !important;
}
.text-warning {
	color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
	color: #ba8b00 !important;
}
.text-danger {
	color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
	color: #a71d2a !important;
}
.text-light {
	color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
	color: #cbd3da !important;
}
.text-dark {
	color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
	color: #121416 !important;
}
.text-body {
	color: #212529 !important;
}
.text-muted {
	color: #6c757d !important;
}
.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.text-decoration-none {
	text-decoration: none !important;
}
.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}
.text-reset {
	color: inherit !important;
}
.visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden !important;
}
@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
}	a:not(.btn) {
		text-decoration: underline;
}	abbr[title]::after {
		content: " (" attr(title) ")";
}	pre {
		white-space: pre-wrap !important;
}	pre,
	blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
}	thead {
		display: table-header-group;
}	tr,
	img {
		page-break-inside: avoid;
}	p,
	h2,
	h3 {
		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;
}	.badge {
		border: 1px solid #000;
}	.table {
		border-collapse: collapse !important;
}		.table td,
		.table th {
			background-color: #fff !important;
}	.table-bordered th,
	.table-bordered td {
		border: 1px solid #dee2e6 !important;
}	.table-dark {
		color: inherit;
}		.table-dark th,
		.table-dark td,
		.table-dark thead th,
		.table-dark tbody + tbody {
			border-color: #dee2e6;
}	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6; }
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
:root {
	--primary-color: #f90;
	--secondary-color: #192d35;
	--font-color: #696969;
	--bg-color: #fff;
	--heading-color: #2c3038;
	--border-radius: 6px;
	--border-color: #ddd;
	--nav-color: #292922;
	--dropdown-color: #fff;
	--iframe-filter: grayscale(0%);
	--bg-light: rgba(93, 196, 158, .03);
	--bg-grey: #f7f7f7;
	--card-bg: #fff;
}
[data-theme="dark"] {
	--primary-color: #f90;
	--secondary-color: #192d35;
	--font-color: #ccc;
	--bg-color: #1e1b32;
	--heading-color: #eee;
	--border-color: rgba(255, 255, 255, 0.2);
	--nav-color: #fff;
	--dropdown-color: #26243c;
	--iframe-filter: grayscale(100%);
	--bg-light: rgba(130, 115, 252, .05);
	--bg-grey: #26243c;
	--card-bg: #26243c;
}
.noscroll {
	overflow: hidden;
	height: 100vh;
}
html {
	scroll-behavior: smooth;
}
body,
html {
	margin: 0;
	padding: 0;
	background: var(--bg-color);
	color: var(--font-color);
	font-family: 'Spartan', sans-serif;
}
body a,
button,
.btn {
	cursor: pointer !important;
}
.clear {
	clear: both;
}
.img-responsive {
	max-width: 100%;
	display: block;
}
.d-grid {
	display: grid;
}
.align-self {
	align-self: center;
}
button,
input,
select,
label,
li, span {
	-webkit-appearance: none;
	outline: none;
	font-family: 'Spartan', sans-serif;
}
a,
a:hover {
	text-decoration: none;
}
iframe {
	border: none;
	display: block;
}
ul {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: var(--heading-color);
	letter-spacing: -1px;
}
p {
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 28px;
	color: var(--font-color);
	font-family: 'Open Sans', sans-serif;
}
li {
	list-style-type: none;
}
p.white {
	color: #eee;
}
.align-center {
	align-self: center;
}
.noscroll {
	min-height: 100vh;
	overflow: hidden;
}
.radius-image {
	border-radius: var(--border-radius);
}
/*-- container --*/
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
		margin-right: auto;
		margin-left: auto; }
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
		margin-right: auto;
		margin-left: auto; }
}
@media (min-width: 1280px) {
	.container {
		max-width: 1200px; }
}.mn-middle {
	background: url(/static/images/middle.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	position: relative;
	z-index: 0;
	display: grid;
	align-items: center;
}
.mn-specification-6 .counter-6-inf-left {
	padding: 4em 4em;
	background-image: url(/static/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: cover;
	z-index: 0;
	position: relative;
	display: grid;
	align-items: center;
}
/*-- //container --*/
/*-- play icon animation --*/
@-webkit-keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 155, 114, 0.15), 0 0 0 10px rgba(0, 155, 114, 0.15), 0 0 0 20px rgba(0, 155, 114, 0.15);
}	100% {
		box-shadow: 0 0 0 10px rgba(0, 155, 114, 0.15), 0 0 0 20px rgba(0, 155, 114, 0.15), 0 0 0 40px rgba(50, 100, 245, 0); }
}
@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 155, 114, 0.15), 0 0 0 10px rgba(0, 155, 114, 0.15), 0 0 0 20px rgba(0, 155, 114, 0.15);
}	100% {
		box-shadow: 0 0 0 10px rgba(0, 155, 114, 0.15), 0 0 0 20px rgba(0, 155, 114, 0.15), 0 0 0 40px rgba(50, 100, 245, 0); }
}
/*-- //play icon animation --*/
.btn-style {
	padding: 14px 35px 12px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	transition: 0.3s ease-in;
	letter-spacing: -.5px;
	border-radius: var(--border-radius);
}
.btn-style span.fa {
	font-size: 12px;
	vertical-align: 1px;
	margin-left: 5px;
}
.transparent-btn {
	background: rgba(255, 255, 255, 0.25);
}
.btn-white {
	padding: 14px 35px 12px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	transition: 0.3s ease-in;
	border-radius: var(--border-radius);
	background-color: #fff;
	color: var(--primary-color);
}
a.link-style {
	text-transform: capitalize;
	transition: all 0.5s ease;
	padding: 14px 0;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
}
a.link-style:before {
	position: absolute;
	content: '';
	background: var(--primary-color);
	width: 0px;
	height: 1px;
	bottom: 13px;
	transition: all 0.5s ease;
}
a.link-style:hover:before {
	width: 100px;
	transition: all .5s;
}
.grids-gap {
	padding-top: 20px;
}
.title-big {
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
}
.title-small {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 1px;
	color: #7e7d7d;
	display: block;
}
.title-small span {
	color: var(--heading-color);
}
@media (max-width: 1080px) {
	.title-big {
		font-size: 34px !important;
		line-height: 45px; }
}
@media (max-width: 768px) {
	.title-big {
		font-size: 35px !important;
		line-height: 40px; }
}
@media (max-width: 568px) {
	.title-big {
		font-size: 30px !important;
		line-height: 40px; }
}
@media (max-width: 415px) {
	.title-big {
		font-size: 28px !important;
		line-height: 38px; }
}
@media (max-width: 378px) {
	.title-big {
		font-size: 28px !important;
		line-height: 35px;
}	p {
		font-size: 16px; }
}
@media (max-width: 375px) {
	.btn-white,
	.btn-style {
		padding: 12px 30px;
}	.title-big {
		font-size: 26px !important;
		line-height: 36px;
}	.title-small {
		font-size: 16px !important;
		letter-spacing: .5px; }
}
/*-- toggle switch --*/
.theme-switch-wrapper {
	display: flex;
	align-items: center;
}
.theme-switch-wrapper em {
	margin-left: 10px;
	font-size: 1rem;
}
.theme-switch {
	display: inline-block;
	position: relative;
	margin: 0;
}
.theme-switch input {
	display: none;
}
/*-- //toggle switch --*/
/*-- dark and light mode styling --*/
.mode-container {
	width: 24px;
	height: 24px;
	padding: 3px 0;
	margin-left: 10px;
}
.gg-sun {
	position: relative;
	transform: scale(var(--ggs, 1));
	height: 24px;
	background: linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 5px -6px/2px 6px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 5px 14px/2px 6px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat -8px 5px/6px 2px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 14px 5px/6px 2px;
	border-radius: 100px;
	box-shadow: inset 0 0 0 2px;
	border: 6px solid transparent;
}
.gg-moon {
	overflow: hidden;
	position: relative;
	transform: rotate(-135deg) scale(var(--ggs, 1));
	width: 20px;
	height: 20px;
	border: 2px solid;
	border-bottom: 2px solid transparent;
}
.gg-moon,
.gg-moon:after {
	display: block;
	box-sizing: border-box;
	border-radius: 50%;
}
.gg-moon:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 18px;
	border: 2px solid transparent;
	box-shadow: 0 0 0 2px;
	top: 8px;
	left: 2px;
}
.gg-sun,
.gg-sun:after,
.gg-sun:before {
	box-sizing: border-box;
	display: block;
	width: 24px;
}
.gg-sun:after,
.gg-sun:before {
	content: "";
	position: absolute;
	height: 2px;
	border-right: 4px solid;
	border-left: 4px solid;
	left: -6px;
	top: 5px;
}
.gg-sun:before {
	transform: rotate(-45deg);
}
.gg-sun:after {
	transform: rotate(45deg);
}
.mode-container i.gg-sun {
	display: none;
}
.mode-container i.gg-moon {
	display: block;
}
input:checked + .mode-container i.gg-sun {
	display: block;
}
input:checked + .mode-container i.gg-moon {
	display: none;
}
/*-- //dark and light mode styling --*/
/*-- header --*/
.mn-header-4 .navbar {
	padding: 0;
}
header.main-header {
	padding: 0px;
	transition: all 0.4s ease 0s;
	height: 95px;
	padding: 20px 0;
	display: grid;
	align-items: center;
	background: var(--bg-color);
	z-index: 10 !important;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
}
header.nav-fixed {
	padding: 0px;
	background: var(--bg-color);
	height: 80px;
	padding: 15px 0;
	border-bottom: none;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
}
.mn-header-4 .navbar .navbar-brand {
	margin-right: 0px;
	padding: 0px;
	color: var(--heading-color);
	font-size: 30px;
	padding: 0;
	margin-right: 3rem;
	font-weight: 600;
	position: relative;
	vertical-align: 8px;
}
.mn-header-4 .navbar .navbar-brand span {
	font-weight: 400;
}
.mn-header-4 .navbar .navbar-brand span.fa {
	font-size: 30px;
	color: var(--primary-color);
	vertical-align: -1px;
}
.mn-header-4 .navbar-expand-lg .navbar-nav .nav-item:last-child {
	padding-right: 0;
}
.mn-header-4 .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0px 10px;
	color: #999;
	background: transparent;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	text-transform: capitalize;
	letter-spacing: -.5px;
}
.mn-header-4 .navbar-expand-lg .navbar-nav li.active .nav-link {
	color: var(--heading-color);
}
.mn-header-4 .navbar-expand-lg .navbar-nav .nav-link:hover,
.mn-header-4 .navbar-light .navbar-nav .show > .nav-link:hover {
	color: var(--heading-color);
}
.mn-header-4 header.nav-fixed {
	padding: 10px 15px;
	background-color: #262d4e;
	background-color: #272727;
}
.mn-header-4 header.nav-fixed .navbar-brand img {
	max-width: 102px;
}
.mn-header-4 .dropdown-toggle::after {
	margin-left: 0.15rem;
	vertical-align: middle;
	display: none;
}
.mn-header-4 .dropdown-menu {
	transform: translateX(-50px);
	border-radius: var(--border-radius);
	min-width: 13rem;
	padding: 1rem 0;
	margin-top: .7em;
	background: var(--bg-color);
	border: 1px solid var(--border-color);
}
.mn-header-4 .dropdown-menu:before {
	content: '';
	width: 14px;
	height: 14px;
	display: block;
	background: var(--bg-color);
	border: 1px solid var(--border-color);
	border-right: none;
	border-bottom: none;
	transform: translateX(-50%) rotateZ(45deg);
	position: absolute;
	top: -7px;
	left: 49%;
	z-index: 1001;
}
.mn-header-4 .absolute-top {
	padding: 20px 0px;
	background: var(--bg-color);
	border-bottom: none;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.05);
}
.mn-header-4 li a.search-search {
	background: var(--bg-light);
	font-size: 16px;
	line-height: 25px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	padding: 0;
	text-align: center;
	color: var(--primary-color);
	display: inline-block;
	border: none;
}
.mn-header-4 li a.search-search:hover {
	background: var(--primary-color);
	color: #fff;
}
.mn-header-4 ul.navbar-nav.search-right {
	margin-left: auto;
	align-items: center;
	display: inline-grid;
	grid-template-columns: auto 1fr;
}
.mn-header-4 .navbar-expand-lg .navbar-nav .dropdown-item {
	background: transparent;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	display: block;
	line-height: 25px;
	padding: 6px 20px;
	color: #999;
}
.mn-header-4 .navbar-expand-lg .navbar-nav .dropdown-item.active,
.mn-header-4 .navbar-expand-lg .navbar-nav .dropdown-item:hover {
	color: var(--heading-color);
}
.mn-header-4 .popup form input[type="search"] {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	height: 55px;
	padding: 15px 20px 12px;
	width: 100%;
	border: 1px solid #d6d6d6;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	border-right: none;
}
.mn-header-4 .popup form button {
	font-size: 17px;
	line-height: 28px;
	text-align: center;
	color: #F5F9FC;
	font-weight: 500;
	border: none;
	background: var(--primary-color);
	padding: 0 25px;
	border-left: none;
	border-radius: initial;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.mn-header-4 .popup form button:hover {
	opacity: .8;
}
.mn-header-4 .popup form input:focus {
	outline: none;
}
.mn-header-4 .pop-overlay {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	transition: opacity 0ms;
	visibility: hidden;
	opacity: 0;
	z-index: 99;
	background: #000000ba;
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
	height: 100%;
	width: 100%;
}
.mn-header-4 .pop-overlay:target {
	visibility: visible;
	opacity: 1;
}
.mn-header-4 .popup {
	position: relative;
	margin: 0rem auto;
	padding: 15px;
	top: 50%;
	max-width: 600px;
}
.mn-header-4 .popup .close {
	position: absolute;
	right: 20px;
	top: -50px;
	transition: all 200ms;
	font-size: 30px;
	text-decoration: none;
	color: #fff;
	opacity: 0.7;
}
.mn-header-4 .popup .close:hover {
	opacity: 1;
}
button.navbar-toggler .icon-close {
	display: block;
}
button.navbar-toggler .icon-expand {
	display: none;
}
button.navbar-toggler.collapsed .icon-close {
	display: none;
}
button.navbar-toggler.collapsed .icon-expand {
	display: block;
}
@media (max-width: 991px) {
	.mn-header-4 .absolute-top {
		padding: 20px 0px 20px;
}	.mn-header-4 div#navbarNav {
		margin-left: 0px;
}	.mn-header-4 .navbar-toggler {
		background: var(--bg-color);
		padding: 8px 12px;
		margin-top: 0px;
		outline: none;
		margin-right: 0px;
		cursor: pointer;
		border-radius: 5px;
		color: var(--primary-color);
		border: 1px solid var(--border-color);
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
}	.mn-header-4 div#navbarSupportedContent {
		background: #000;
		padding: 15px;
}	.mn-header-4 .navbar-toggler:hover {
		color: #fff;
		background: var(--primary-color);
}	.mn-header-4 header .navbar-collapse {
		background: var(--bg-color);
		padding: 10px;
		max-height: calc(100vh - 70px);
		overflow-y: auto; }
}
@media (max-width: 991px) {
	.navbar-collapse {
		background: var(--bg-color);
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
		border: 1px solid var(--border-color);
		padding: 20px;
		border-radius: var(--border-radius);
}	.mn-header-4 .navbar-expand-lg .navbar-nav .nav-link {
		padding: 6px 10px;
}	.mobile-position {
		position: absolute;
		right: 60px;
		top: 8px;
}	.mn-header-4 .dropdown-menu {
		transform: translateX(0px);
}	.mn-header-4 .dropdown-menu:before {
		left: 6%;
}	header.main-header {
		height: 80px;
		padding: 15px 0;
}	header.nav-fixed {
		height: 75px;
		padding: 15px 0; }
}
@media (max-width: 767px) {
	.mn-header-4 h1 a.navbar-brand {
		font-size: 30px;
		line-height: 40px; }
}
@media (max-width: 568px) {
	.mn-header-4 .popup {
		max-width: 400px; }
}
@media (max-width: 480px) {
	.mn-header-4 .navbar .navbar-brand {
		font-size: 28px; }
}
@media (max-width: 384px) {
	.mn-header-4 .popup {
		max-width: 345px; }
}
.mn-clients img {
	margin: 0 10px;
	border-radius: 5px;
	background: #fff;
	padding: 15px 10px;
	border-radius: var(--border-radius);
}
.mn-breadcrumb {
	background: var(--bg-grey);
}
	.header-fixed-space-height {
		margin-top: 95px;
	
}
.breadcrumb-bg-contact,
.breadcrumb-bg-blog {
	background: var(--bg-color);
}
.grid-breadcrumb {
	display: grid;
	grid-template-columns: 1fr auto;
	justify-content: space-between;
}
.mn-breadcrumb .breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 28px;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: -1px;
	opacity: .7;
	color: var(--heading-color);
}
.mn-breadcrumb .breadcrumbs-custom-path li span.fa {
	font-size: 12px;
	vertical-align: 2px;
}
@media only screen and (max-width: 1080px) {
	.mn-clients img {
		padding: 5px 0px; }
}
@media only screen and (max-width: 992px) {
	.header-fixed-space-height {
		margin-top: 80px;
}	.mn-breadcrumb h2.title {
		font-size: 40px !important; }
}
@media only screen and (max-width: 568px) {
	.mn-header-4 .popup form input[type="search"] {
		border-radius: var(--border-radius);
		margin-bottom: 10px;
}	.mn-header-4 .popup form button {
		padding: 12px 25px 10px;
		border-radius: var(--border-radius);
		width: 100%; }
}
@media only screen and (max-width: 480px) {
	.mn-breadcrumb h2.title {
		font-size: 32px !important;
}	.mn-breadcrumb .breadcrumbs-custom-path li {
		font-size: 16px; }
}
@media only screen and (max-width: 415px) {
	.mn-clients img {
		padding: 5px 10px;
}	.grid-breadcrumb {
		grid-template-columns: 1fr;
		text-align: center; }
}
.mn-homeblock1 .w3-services-ab {
	background: var(--bg-grey);
}
.mn-homeblock1 .fea-gd-vv h5 {
	font-size: 20px;
	line-height: 28px;
	color: var(--heading-color);
	font-weight: 600;
	margin-bottom: 12px;
}
.mn-homeblock1 h4 {
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
	color: #fff;
}
.color-orange {
	border-top: 2px solid #ff0000;
}
.color-green {
	border-top: 2px solid #89ba16;
}
.color-blue {
	border-top: 2px solid #0077c8;
}
.color-pink {
	border-top: 2px solid #ff4f81;
}
a.text-btn {
	color: var(--heading-color);
	font-weight: 600;
	display: inline-block;
	margin-top: 30px;
	text-transform: capitalize;
	border: none;
	padding: 0;
	padding-bottom: 5px;
	box-shadow: none;
	border-radius: 0px;
	border-bottom: 2px solid var(--primary-color);
}
a.text-btn:hover {
	color: var(--primary-color);
}
a.text-btn span.fa {
	font-size: 13px;
	margin-left: 5px;
	opacity: .5;
	transition: .3s ease;
}
a.text-btn:hover span.fa {
	padding-left: 10px;
	transition: .3s ease;
}
.mn-homeblock1 .feature-gd {
	grid-template-columns: 40px 1fr;
	display: grid;
	grid-gap: 15px;
	background: var(--bg-color);
	padding: 30px 20px;
	border-radius: var(--border-radius);
	box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03);
	margin-bottom: 30px
}
.mn-homeblock1 .feature-gd:hover {
	box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.06);
}
@media (max-width: 736px) {
	.mn-homeblock1 h4 {
		font-size: 28px;
		line-height: 35px; }
}
@media (max-width: 384px) {
	.mn-homeblock1 h4 {
		font-size: 28px;
		line-height: 34px;
}	.mn-homeblock1 .feature-gd {
		grid-template-columns: auto; }
}
.mn-grids-3 {
	background-color: var(--bg-grey);
}
.mn-grids-3 ul.cont-4 li span.fa {
	color: var(--primary-color);
	margin-right: 12px;
	background: var(--bg-light);
	font-size: 10px;
	padding: 8px;
	border-radius: 50%;
	display: inline-block;
}
.mn-grids-3 ul.cont-4 li {
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 28px;
	color: var(--heading-color);
	font-weight: 600;
	margin-top: 10px;
}
.client-grids .icon {
	background: #fff;
	padding: 20px;
	border-radius: var(--border-radius);
	box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03);
}
.client-grids .icon:hover {
	box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.08);
	transition: .3s;
}
.clients-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 25px;
}
@media (max-width: 480px) {
	.mn-grids-3 ul.cont-4 li {
		font-size: 16px;
		line-height: 24px;
		display: grid;
		grid-template-columns: 40px 1fr;
}	.mn-grids-3 ul.cont-4 li span.fa {
		display: table; }
}
@media (max-width: 415px) {
	.clients-grid {
		grid-gap: 15px;
}	.client-grids .icon {
		padding: 10px; }
}
@media (max-width: 384px) {
	.clients-grid {
		grid-template-columns: 1fr 1fr; }
}
.mn-bottom-grids-6 .area-box {
	padding: 40px 30px;
	border-radius: var(--border-radius);
	text-align: center;
}
.mn-bottom-grids-6 .box-active {
	box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.05);
}
.mn-bottom-grids-6 .area-box:hover {
	transition: .3s;
	box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.08);
}
.mn-bottom-grids-6 .grids-feature span.fa {
	color: var(--primary-color);
	font-size: 30px;
}
.mn-bottom-grids-6 h4 a.title-head {
	font-size: 22px;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 15px;
	display: block;
	color: var(--heading-color);
}
.mn-bottom-grids-6 h4 a.title-head:hover {
	color: var(--primary-color);
}
@media (max-width: 991px) {
	.mn-bottom-grids-6 {
		background-color: transparent;
		position: relative;
		z-index: 1;
		margin-top: 0px; }
}
@media (max-width: 480px) {
	.mn-bottom-grids-6 h4 a.title-head {
		font-size: 22px; }
}
.mn-features {
	background: var(--bg-grey);
}
.mn-features .call-grids-w3 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.mn-features .grids-1 p {
	color: var(--para-color);
}
.mn-features .grids-1 {
	margin-top: 0px;
	padding: 40px 30px;
}
.mn-features .feature-grid-left {
	align-self: center;
}
.mn-features .image-left img {
	border-radius: 8px;
}
.mn-features .box-wrap {
	margin-top: 5px;
	padding: 40px 30px;
	border-radius: var(--border-radius);
	text-align: center;
	box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03);
	background-color: var(--bg-color);
}
.mn-features .box-wrap:hover {
	box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
}
.mn-features .box-wrap img {
	max-width: 55px;
	display: block;
	margin: 0 auto;
}
.mn-features .box-wrap h4 a {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin-top: 25px;
	display: block;
	color: var(--heading-color);
}
.mn-features .box-wrap h4 a:hover {
	color: var(--primary-color);
}
.mn-features .box-wrap p {
	margin: 0;
	color: var(--para-color);
}
.mn-features .search-box .icon {
	text-align: center;
	display: block;
	color: #7a7a7a;
}
.mn-features .icon span.fa {
	color: var(--primary-color);
	font-size: 30px;
}
@media (max-width: 1280px) {
	.mn-features .buttons-top {
		margin-top: 3em;
		padding-top: 2em; }
}
@media (max-width: 1080px) {
	.mn-features h3.ban-text-2 {
		font-size: 34px;
}	.mn-features .section-title-left {
		font-size: 1.8em; }
}
@media (max-width: 992px) {
	.mn-features .order2 {
		order: 2;
}	.mn-features .order1 {
		order: 1; }
}
@media (max-width: 800px) {
	.mn-features .grids-1 {
		padding: 1.5em;
}	.mn-features .mn-feature-grid {
		padding: 60px 0; }
}
@media (max-width: 667px) {
	.mn-features h3.ban-text-2 {
		font-size: 32px;
}	.mn-features p.text-para {
		margin: 14px 0 26px;
}	.mn-features h4 a.title-head {
		font-size: 18px;
}	.mn-features .call-grid-sub-2 {
		margin-top: 1.5em;
}	.mn-features .buttons-top {
		margin-top: 2em;
}	.mn-features .title-left {
		font-size: 1.5em;
		margin-bottom: .8em; }
}
@media (max-width: 568px) {
	.mn-features h3.ban-text-2 {
		font-size: 30px;
		margin-bottom: 20px;
}	.mn-features p.text-para {
		margin: 0px;
		margin-bottom: 10px;
}	.mn-features h4 a.title-head {
		margin-bottom: 7px;
}	.mn-features .call-grid-sub-2 {
		margin-top: 1em;
}	.mn-features .mn-feature-grid {
		padding: 50px 0;
}	.mn-features .button-effe-2 {
		margin-top: 0px; }
}
@media (max-width: 440px) {
	.mn-features p.text-para {
		font-size: 15px;
}	.mn-features .call-grids-w3 {
		grid-template-columns: 1fr;
		grid-gap: 20px;
}	.mn-features .section-title-left {
		font-size: 1.5em; }
}
@media (max-width: 415px) {
	.mn-features h3.ban-text-2 {
		font-size: 26px;
		line-height: 32px;
}	.mn-features ul.list li {
		font-size: 15px; }
}
@media (max-width: 384px) {
	.mn-features h4 a.title-head {
		font-size: 20px;
}	.mn-features .section-title-left {
		font-size: 1.3em;
}	.mn-features .mn-mobile-content-6 .mobile-right-info h6 a {
		font-size: 18px; }
}
@media (max-width: 320px) {
	.mn-features .call-grids-w3 {
		display: block;
}	.mn-features .grids-1.grids-effect-2 {
		margin-top: 1em;
}	.mn-features .call-grid-sub-2 {
		margin-top: 0; }
}
.stats_info {
	text-align: center;
	padding: 0 30px;
}
.stats_info h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 600;
	color: var(--heading-color);
	display: inline-block;
	text-transform: capitalize;
}
p.counter {
	font-size: 45px;
	font-weight: 600;
	color: var(--primary-color);
	margin: 30px 0;
	font-family: 'Spartan', sans-serif;
}
@media only screen and (max-width: 1080px) {
	.stats_info {
		padding: 0 10px;
}	p.counter {
		font-size: 40px;
}	.stats_info h3 {
		font-size: 17px; }
}
@media only screen and (max-width: 736px) {
	p.counter {
		margin: 0px 0px;
		line-height: 60px; }
}
@media only screen and (max-width: 415px) {
	p.counter {
		font-size: 35px;
		line-height: 50px; }
}
@media only screen and (max-width: 375px) {
	.stats_info {
		padding: 0 15px;
}	.stats_info h3 {
		font-size: 16px; }
}
/*--/footer--*/
.mn-footer footer.footer-28 {
	background: #1e1c32;
}
.mn-footer h6.footer-title-28 {
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 25px;
}
.mn-footer .footer-list-28 ul li,
.mn-footer .midd-footer-28:nth-child(1) .footer-list-28 ul li:last-child {
	list-style: none;
	margin-bottom: 5px;
}
.mn-footer .footer-list-28 ul li:last-child {
	margin-bottom: 0px;
}
.mn-footer .footer-list-28 ul li a,
.mn-footer .footer-list-28 ul li p {
	color: #a3a3a7;
	line-height: 28px;
	font-family: 'Spartan', sans-serif;
}
.mn-footer .footer-list-28 ul li a:hover {
	color: #fff;
}
.mn-footer .copy-footer-28 {
	color: #a3a3a7;
	margin-bottom: 0;
	font-family: 'Spartan', sans-serif;
}
.mn-footer .copy-footer-28 a {
	color: #fff;
	opacity: 0.9;
	letter-spacing: -1px;
	font-family: 'Spartan', sans-serif;
}
.mn-footer .copy-footer-28 a:hover {
	text-decoration: underline;
	opacity: 0.8;
}
.mn-footer ul.list-btm-28 {
	margin: 25px 0 15px;
}
.mn-footer .list-btm-28 li {
	list-style-type: none;
	display: inline-block;
}
.mn-footer ul.list-btm-28 li:nth-child(2) {
	margin: 0 25px;
}
.mn-footer .list-btm-28 li a {
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	color: var(--para-color);
}
.mn-footer ul.social-icons {
	margin-top: 3px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.mn-footer ul.social-icons li a {
	display: block;
	text-decoration: none;
}
.mn-footer #movetop {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 99;
	font-size: 22px;
	border: none;
	outline: none;
	cursor: pointer;
	color: #fff;
	width: 48px;
	height: 48px;
	background: var(--primary-color);
	padding: 0;
	line-height: 0px;
	border-radius: 50px;
	transition: 0.3s ease-out;
}
.mn-footer #movetop:hover {
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
	transition: 0.3s ease-out;
}
.mn-footer .midd-footer-28 {
	background: #19172a;
}
@media (max-width: 736px) {
	.mn-footer .grid-col-4 {
		grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
	.mn-footer .footer-top-28 {
		grid-gap: 20px; }
}
@media (max-width: 550px) {
	.mn-footer ul.social-icons li {
		margin: 0 5px; }
}
@media (max-width: 480px) {
	.mn-footer .footer-top-28 {
		grid-gap: 40px;
		grid-template-columns: 1fr 1fr;
}	.mn-footer ul.list-btm-28 li:nth-child(2) {
		margin: 0 18px;
}	.mn-footer ul.social-icons {
		margin-top: 0;
		margin-bottom: 10px; }
}
/*-- footer top --*/
.mn-follow-social {
	background-color: var(--bg-grey);
}
.social-accounts {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 20px;
}
ul.social-icons li {
	display: inline-block;
	margin-right: 10px;
}
ul.social-icons li a {
	width: 50px;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: var(--border-radius);
	background: var(--bg-color);
	box-shadow: 0 0 30px -5px rgba(56, 80, 152, 0.15);
	transition: .3s ease;
	-webkit-ransition: .3s ease;
	-moz-ransition: .3s ease;
	-ms-ransition: .3s ease;
	-o-ransition: .3s ease;
}
ul.social-icons li.facebook a span.fa {
	color: #3b5998;
}
ul.social-icons li.facebook a:hover {
	background-color: #3b5998;
}
ul.social-icons li.twitter a span.fa {
	color: #1da1f2;
}
ul.social-icons li.twitter a:hover {
	background-color: #1da1f2;
}
ul.social-icons li.dribbble a span.fa {
	color: #ea4c89;
}
ul.social-icons li.dribbble a:hover {
	background-color: #ea4c89;
}
ul.social-icons li.google a span.fa {
	color: #dd4b39;
}
ul.social-icons li.google a:hover {
	background-color: #dd4b39;
}
ul.social-icons li a:hover span.fa {
	color: #fff;
}
/*-- footer top --*/
@media only screen and (max-width: 991px) {
	.social-accounts {
		grid-template-columns: 1fr;
		text-align: center; }
}
/*--/content-6--*/
.mn-content-6 .content-6-mian h4 {
	font-size: 22px;
	line-height: 32px;
	color: #999;
}
@media (max-width: 1440px) {
	.mn-content-6 .counter-6-inf-left h4 {
		line-height: 70px;
		font-size: 50px;
		width: 60%; }
}
.mn-content-6 .progress {
	display: flex;
	height: 0.5em;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: var(--bg-grey);
	border-radius: 0.25rem;
}
.mn-content-6 h3 {
	text-align: left;
}
.mn-content-6 .progress-info {
	margin-bottom: 30px;
	text-align: left;
}
.mn-content-6 .progress-bar {
	background-color: var(--primary-color);
	transition: width 0.6s ease;
}
.mn-content-6 .progress-bar-striped {
	background-image: none;
	background-size: 1rem 1rem;
}
.mn-content-6 h6.progress-tittle {
	font-size: 15px;
	color: var(--font-color);
	margin-bottom: 10px;
	font-weight: 600;
}
.mn-content-6 .info1 h6.progress-tittle {
	display: grid;
	grid-template-columns: 1fr auto;
	width: 80%;
}
.mn-content-6 .info2 h6.progress-tittle {
	display: grid;
	grid-template-columns: 1fr auto;
	width: 95%;
}
.mn-content-6 .info3 h6.progress-tittle {
	display: grid;
	grid-template-columns: 1fr auto;
	width: 75%;
}
.mn-content-6 .info4 h6.progress-tittle {
	display: grid;
	grid-template-columns: 1fr auto;
	width: 85%;
}
@media (max-width: 1440px) {
	.mn-content-6 .counter-6-inf-left h4 {
		line-height: 70px;
		font-size: 50px;
		width: 60%; }
}
@media (max-width: 991px) {
	.mn-content-6 .content-gd:nth-child(2) {
		margin: 40px 0 0 0; }
}
@media (max-width: 668px) {
	.mn-content-6 .content-6-mian h4 {
		font-size: 20px;
}	.mn-content-6 .content-6-mian h4 span {
		font-size: 30px;
		line-height: 40px; }
}
@media (max-width: 568px) {
	.mn-content-6 .content-6-mian h4 span {
		font-size: 26px;
		line-height: 26px; }
}
.mn-specification-6 {
	background: var(--bg-grey);
}
.mn-specification-6 .d-grid {
	display: grid;
}


.mn-specification-6 .counter-6-inf-left::before {
	content: "";
	background: rgba(6, 14, 21, 0.55);
	position: absolute;
	top: 0;
	min-height: 100%;
	left: 0;
	right: 0;
	z-index: -1;
}
.mn-specification-6 .specification {
	display: grid;
	grid-template-columns: 1fr 10fr;
	grid-gap: 20px;
	margin-bottom: 40px;
}
.mn-specification-6 .specification:last-child {
	margin-bottom: 0px;
}
.mn-specification-6 .specification.last-one {
	margin-bottom: 0px;
}
.mn-specification-6 .counter-6-inf-left h3 {
	color: #fff;
	font-size: 38px;
}
.mn-specification-6 .counter-6-inf-right h6 a {
	color: var(--heading-color);
	text-align: left;
	margin-bottom: 0;
	font-size: 22px;
	margin: 0px 0 6px 0;
	font-weight: 600;
	display: inline-block;
}
.mn-specification-6 .counter-6-inf-right h6 a:hover {
	color: var(--primary-color);
}
.mn-specification-6 .counter-6-inf-left p {
	font-size: 15px;
	line-height: 28px;
	margin-top: 15px;
}
.mn-specification-6 p.specifi-para {
	margin-top: 15px;
}
.mn-specification-6 .counter-6-inf-right {
	padding: 4em 2em 4em 3em;
	background: var(--bg-color);
}
.mn-specification-6 .specification-icon {
	text-align: center;
}
.mn-specification-6 .specification span.fa {
	font-size: 34px;
	color: var(--primary-color);
}
@media all and (max-width: 1390px) {
	.mn-specification-6 .counter-6-inf-right {
		padding: 4em 2em; }
}
@media all and (max-width: 1280px) {
	.mn-specification-6 .counter-6-inf-left h3 {
		line-height: 50px;
		font-size: 40px;
		width: 100%; }
}
@media all and (max-width: 1080px) {
	.mn-specification-6 .counter-6-inf-right h6 {
		font-size: 20px;
		margin: 0px 0 6px 0;
}	.mn-specification-6 .specification p {
		font-size: 16px; }
}
@media all and (max-width: 992px) {
	.mn-specification-6 .counter-6-inf-left {
		padding: 6em 2em;
}	.mn-specification-6 .counter-6-inf-right {
		padding: 4em 2em;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
}	.mn-specification-6 .specification {
		display: grid;
		grid-template-columns: 1fr 8fr;
		grid-gap: 20px;
}	.mn-specification-6 .specification:nth-child(3),
	.mn-specification-6 .specification:nth-child(4) {
		margin-bottom: 0px;
}	.mn-specification-6 .counter-6-inf-right.counter-6-inf-right2 {
		padding: 4em 4em;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px; }
}
@media all and (max-width: 767px) {
	.mn-specification-6 .counter-6-inf-right {
		padding: 3em 2em; }
}
@media all and (max-width: 736px) {
	.mn-specification-6 .counter-6-inf-right {
		grid-template-columns: 1fr;
}	.mn-specification-6 .specification:nth-child(3) {
		margin-bottom: 30px; }
}
@media all and (max-width: 667px) {
	.mn-specification-6 .counter-6-inf-left {
		padding: 3em 1em;
}	.mn-specification-6 .calltoaction-text-info {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
}	.mn-specification-6 .calltoaction-text-info a {
		font-size: 14px; }
}
@media all and (max-width: 480px) {
	.mn-specification-6 .specification {
		grid-template-columns: 1fr 9fr;
}	.mn-specification-6 .counter-6-inf-right h6 a {
		font-size: 20px;
}	.mn-specification-6 .counter-6-inf-right {
		padding: 3em 1em;
}	.mn-specification-6 .specification,
	.mn-specification-6 .specification:nth-child(3) {
		margin-bottom: 15px; }
}
/*--/middle--*/

.mn-middle::before {
	content: "";
	position: absolute;
	top: 0;
	min-height: 100%;
	left: 0;
	right: 0;
	z-index: -1;
	background-color: #0c0c0c;
	opacity: .6;
}
.mn-middle .welcome-left {
	max-width: 700px;
}
.mn-middle h3 {
	color: #fff;
}
.mn-middle h3.title-small {
	color: #fff;
	opacity: 0.8;
}
.mn-middle p {
	color: #fff;
	opacity: 0.9;
}
.mn-middle .forms-25-info {
	max-width: 700px;
}
.mn-middle .forms-gds {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}
.mn-middle .forms-gds input {
	outline: none;
	width: 100%;
	font-size: 16px;
	padding: 0px 15px;
	padding-left: 15px;
	color: var(--para-color);
	height: 54px;
	text-align: left;
	-webkit-appearance: none;
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid var(--bg-white-1);
}
.mn-middle .forms-gds input:focus {
	border: 1px solid var(--primary-color);
	background-color: var(--bg-white-1);
}
@media all and (max-width: 667px) {
	.mn-middle .forms-gds {
		display: grid;
		align-items: center;
		grid-template-columns: 1fr;
		grid-gap: 10px 20px;
}	.mn-middle h4 {
		font-size: 28px;
		line-height: 32px; }
}
/*--//middle--*/
.mn-team-main {
	/*-- team --*/
	/*-- //team --*/
	/*--//responsive--*/
}
.mn-team-main .team {
	position: relative;
}
.mn-team-main .our-team .team-row {
	margin-left: -40px;
	margin-right: -40px;
}
.mn-team-main .our-team .team-wrap {
	padding: 0 40px;
}
.mn-team-main .our-team .container-fluid, .mn-team-main .our-team .container-sm, .mn-team-main .our-team .container-md, .mn-team-main .our-team .container-lg, .mn-team-main .our-team .container-xl,
.mn-team-main .our-team .container-sm,
.mn-team-main .our-team .container-md,
.mn-team-main .our-team .container-lg,
.mn-team-main .our-team .container-xl {
	padding: 0 50px;
}
.mn-team-main .team-img img {
	transition: all .2s ease-in-out;
	overflow: hidden;
	width: 100%;
}
.mn-team-main .team-member,
.mn-team-main .team-img {
	position: relative;
	overflow: hidden;
}
.mn-team-main .team-title {
	margin: 25px 0 0px;
	font-size: 20px;
	color: var(--heading-color);
	font-weight: 600;
	display: block;
	letter-spacing: -1px;
}
.mn-team-main .team-member p {
	text-transform: capitalize;
}
.mn-team-main .overlay-team {
	background-color: rgba(20, 20, 20, 0.7);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .2s ease-in-out;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
}
.mn-team-main .team-details {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 5%;
	overflow: hidden;
	width: 100%;
	z-index: 2;
	transition: all .4s ease-in-out;
}
.mn-team-main .team-img:hover .team-details {
	opacity: 1;
	margin-top: -80px;
}
.mn-team-main .team-img:hover .overlay-team {
	opacity: 1;
}
.mn-team-main .team-member:hover a {
	color: var(--primary-color);
}
.mn-team-main .socials a {
	display: inline-block;
	margin-top: 40px;
	margin-right: 5px;
}
.mn-team-main .socials a span {
	color: #fff;
	font-size: 16px;
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	line-height: 42px;
	text-align: center;
	transition: all .3s ease 0s;
	background: rgba(157, 157, 157, 0.5);
}
.mn-team-main .team-details .socials span {
	color: #fff;
}
.mn-team-main .socials a:hover span {
	background: #fff;
	color: var(--primary-color);
}
@media all and (max-width: 991px) {
	.mn-team-main .team-title {
		margin: 18px 0 0px; }
}
@media all and (max-width: 568px) {
	.team-row {
		padding: 0 10px;
}	.team-row .col-6 {
		padding: 0 10px; }
}
@media all and (max-width: 415px) {
	.team-row {
		padding: 0 5px; }
}
@media all and (max-width: 384px) {
	.mn-team-main .team-title {
		font-size: 18px;
}	.mn-team-main .socials a span {
		width: 38px;
		height: 38px;
		line-height: 38px;
}	.mn-team-main .socials a {
		margin-right: 2px; }
}
.mn-services {
	background-color: var(--bg-grey);
}
.mn-servicesblock1 .feature-gd {
	padding: 30px 20px;
	text-align: left;
	border-radius: var(--border-radius);
	padding-left: 40px;
	position: relative;
	margin-left: 5%;
	margin-right: 5%;
	border: 1px solid var(--border-color);
	transition: all .4s ease-out 0s;
}
.mn-servicesblock1 a {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: var(--heading-color);
	letter-spacing: -1px;
}
.mn-servicesblock1 .icon {
	padding: 20px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: -45px;
	background: var(--bg-color);
	bottom: 20px;
	box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.2);
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
}
.mn-servicesblock1 .icon img {
	width: 35px;
}
.mn-servicesblock1 .feature-gd:hover .icon {
	background: #f8f8f8;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
}
.mn-servicesblock1 .icon-orange:hover {
	border: 1px solid #ff0000;
}
.mn-servicesblock1 .icon-green:hover {
	border: 1px solid #89ba16;
}
.mn-servicesblock1 .icon-blue:hover {
	border: 1px solid #0077c8;
}
.mn-servicesblock1 .icon-pink:hover {
	border: 1px solid #ff4f81;
}
.mn-servicesblock1 .icon-vilot:hover {
	border: 1px solid #7d3f98;
}
.mn-servicesblock1 .icon-yellow:hover {
	border: 1px solid #fbb034;
}
.mn-servicesblock1 .icon-light-green:hover {
	border: 1px solid #f90;
}
.mn-servicesblock1 .icon-dark-green:hover {
	border: 1px solid #537b35;
}
.mn-servicesblock1 .icon-light-blue:hover {
	border: 1px solid #0dd3ff;
}
.mn-servicesblock1 .icon-red:hover {
	border: 1px solid #CE181E;
}
.mn-services1 .cwp4-text ul li {
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 28px;
	color: var(--heading-color);
	font-weight: 500;
	margin-top: 10px;
}
.mn-services1 ul.cont-4 li span.fa {
	color: var(--primary-color);
	margin-right: 12px;
	font-size: 13px;
	display: inline-block;
}
.icon span.fa {
	font-size: 34px;
	color: var(--primary-color);
}
@media only screen and (max-width: 1080px) {
	.mn-servicesblock1 .feature-gd {
		padding: 30px 15px;
		margin-left: 3%;
		margin-right: 3%;
		padding-left: 40px;
}	.mn-servicesblock1 a {
		font-size: 17px; }
}
@media only screen and (max-width: 992px) {
	.mn-servicesblock1 a {
		font-size: 19px;
}	.mn-servicesblock1 .feature-gd {
		margin-left: 5%;
		margin-right: 5%; }
}
@media only screen and (max-width: 568px) {
	.mn-servicesblock1 .feature-gd {
		margin-left: 15%;
		margin-right: 5%; }
}
@media only screen and (max-width: 480px) {
	.mn-services1 .cwp4-text ul li {
		font-size: 16px;
		line-height: 26px;
		display: grid;
		grid-template-columns: 30px 1fr;
}	.mn-services1 ul.cont-4 li span.fa {
		margin-top: 5px;
}	.icon span.fa {
		font-size: 24px; }
}
/*--/gallery--*/
/* Preload images */
body:after {
	display: none;
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	border-radius: 3px;
}
.lightbox a img {
	border: none;
}
.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-container {
	padding: 4px;
}
.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	/*background: url("loading.gif") no-repeat;*/ 
	}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.lb-container > .nav {
	left: 0;
}
.lb-nav a {
	outline: none;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}
.lb-prev,
.lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}
.lb-nav a.lb-prev {
	width: 5em;
	float: left;
	background: url("/static/images/img-sprite.png") 40px 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.lb-nav a.lb-next {
	width: 5em;
	right: 0;
	float: right;
	background: url("/static/images/img-sprite.png") -23px 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-data {
	padding: 0 4px;
	color: #ccc;
}
.lb-data .lb-details {
	width: 90%;
	float: left;
	text-align: left;
	line-height: 1.1em;
	margin-top: 1em;
}
.lb-data .lb-caption {
	font-size: 16px;
	line-height: 1.8em;
	color: #fff;
	font-weight: 600;
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-top: 1em;
	font-size: 1em;
	color: var(--secondary-color);
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	margin-top: 1em;
	background: url("/static/images/close.png") top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
@media screen and (max-width: 320px) {
	.lb-data .lb-details {
		width: 89%;
		margin-top: 1em;
}	.lb-data .lb-caption {
		font-size: 12px; }
}
.mn-block {
	background-color: #f8f9fa;
}
.mn-block h3 {
	font-size: 30px;
	font-weight: 600;
}
@media (max-width: 1080px) {
	.mn-block h3 {
		font-size: 26px; }
}
@media (max-width: 1024px) {
	.mn-block h3 {
		font-size: 24px; }
}
.protfolio-item a {
	display: block;
}
.hover14 figure {
	position: relative;
	margin: 0px;
	overflow: hidden;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 68%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%; }
}
@keyframes shine {
	100% {
		left: 100%; }
}
@media (max-width: 568px) {
	.protfolio-item {
		padding: 0 8px;
}	.galler-top {
		padding: 0 10px; }
}
/*--//projects--*/
/*--//galery--*/
a.img-title {
	font-size: 18px;
	color: var(--heading-color);
	font-weight: 600;
	letter-spacing: -1px;
	background: var(--bg-color);
	padding: 20px;
	border: 1px solid var(--border-color);
	border-top: none;
	border-bottom-left-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 10px 30px 0 rgba(0, 0, 0, 0.1);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
a.img-title:hover {
	color: var(--primary-color);
}
.mn-portfolio-8 img {
	border-radius: 0;
	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
}
.mn-gallery-25-top {
	/*-- responsive design --*/
	/*-- //responsive design --*/
}
.mn-gallery-25-top .grid-columns {
	grid-template-columns: .6fr 1fr;
	display: grid;
	align-items: center;
	margin-bottom: 50px;
	background: var(--bg-color);
	box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03);
	border-top-right-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
}
.mn-gallery-25-top .gallery-25 {
	background: var(--bg-grey);
}
.mn-gallery-25-top .box13 h3 a {
	font-size: 28px;
	line-height: 35px;
	font-weight: 600;
	color: var(--heading-color);
	margin: 0 0 15px 0;
	display: block;
}
.mn-gallery-25-top .box13 a {
	/* display: block; */
	transition: 0.3s ease;
}
.mn-gallery-25-top .box13 h3 a:hover {
	color: var(--primary-color);
	transition: 0.3s ease;
}
.mn-gallery-25-top .admin-list {
	margin: 0 0 20px;
	list-style: none;
	overflow: hidden;
}
.mn-gallery-25-top .admin-list li {
	display: inline-block;
	margin: 0 20px 0 0;
	list-style-type: none;
}
.mn-gallery-25-top .admin-list li a {
	/* display: block; */
	font-size: 13px;
	font-weight: 500;
	color: #999;
	text-transform: capitalize;
	letter-spacing: -.5px;
}
.mn-gallery-25-top .admin-list li a span {
	color: var(--primary-color);
	font-size: 14px;
	margin: 0 6px 0 0;
}
.mn-gallery-25-top .box13 p {
	margin: 18px 0 0 0;
	display: block;
}
.mn-gallery-25-top .side-img {
	width: 100%;
	display: block;
	border-top-left-radius: var(--border-radius);
	border-bottom-left-radius: var(--border-radius);
}
.mn-gallery-25-top iframe.w3-blog-video {
	width: 100%;
	height: 360px;
}
.mn-gallery-25-top .column.two {
	padding: 2rem 2rem;
}
.mn-gallery-25-top .button a {
	color: var(--primary-color);
	font-weight: 600;
	font-size: 16px;
	text-transform: capitalize;
	display: inline-block;
	margin-top: 35px;
	text-decoration: underline;
}
.mn-gallery-25-top .button a span.fa {
	font-size: 12px;
	padding-left: 5px;
	vertical-align: 2px;
}
.mn-gallery-25-top .button a:hover {
	color: var(--primary-color);
	transition: 0.3s ease;
}
ul.page-pagination li {
	display: inline-block;
}
ul.page-pagination li span.current {
	display: block;
	padding: 10px 18px 7px;
	background-color: var(--bg-color);
	border: 1px solid var(--primary-color);
	border-radius: 50px;
	font-weight: 600;
	color: var(--primary-color);
	transition: background-color .15s linear,color .15s linear;
	box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03);
}
ul.page-pagination li a.page-numbers, ul.page-pagination li a.next {
	display: block;
	padding: 10px 18px 7px;
	background-color: var(--bg-color);
	border: 1px solid var(--border-color);
	border-radius: 50px;
	color: var(--heading-color);
	transition: background-color .15s linear,color .15s linear;
	box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03);
}
ul.page-pagination li a.page-numbers:hover, ul.page-pagination li a.next:hover {
	background-color: var(--bg-color);
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}
@media (max-width: 10280px) {
	.mn-gallery-25-top .box13 h3 a {
		font-size: 24px;
		line-height: 35px; }
}
@media (max-width: 1024px) {
	.mn-gallery-25-top .button a {
		margin-top: 15px;
}	.mn-gallery-25-top .box13 h3 a {
		font-size: 23px; }
}
@media (max-width: 992px) {
	.mn-gallery-25-top .order-1 {
		order: 1;
}	.mn-gallery-25-top .order-2 {
		order: 2;
}	.mn-gallery-25-top .column.two {
		padding: 2em;
}	.mn-gallery-25-top .grid-columns {
		grid-template-columns: 1fr;
		margin-bottom: 40px;
}	.mn-gallery-25-top .side-img {
		border-top-left-radius: var(--border-radius);
		border-bottom-left-radius: 0px;
		border-top-right-radius: var(--border-radius);
}	.mn-gallery-25-top .grid-columns {
		border-radius: var(--border-radius); }
}
@media (max-width: 900px) {
	.mn-gallery-25-top .box13 p {
		margin: 10px 0 20px 0; }
}
@media (max-width: 801px) {
	.mn-gallery-25-top .column.two {
		padding: 2em 3em; }
}
@media (max-width: 600px) {
	.mn-gallery-25-top .box13 h3 a {
		font-size: 22px;
		line-height: 30px; }
}
@media (max-width: 440px) {
	.mn-gallery-25-top .column.two {
		padding: 2em 2em; }
}
@media (max-width: 420px) {
	.mn-gallery-25-top .admin-list li {
		margin: 0 10px 0 0;
}	.mn-gallery-25-top .column.two {
		padding: 2em 1.5em;
}	ul.page-pagination li a.page-numbers, ul.page-pagination li a.next {
		padding: 10px 14px 7px; }
}
/*-- grids block 5 --*/
.mn-text-8 {
	/*---resposive----*/
}
.mn-text-8 p {
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 25px;
	font-style: normal;
	font-weight: normal;
	color: var(--text-color);
}
.mn-text-8 .d-grid-1 {
	display: grid;
	grid-template-columns: 100%;
}
.mn-text-8 .text {
	max-width: 1100px;
	margin: 0 auto;
}
.mn-text-8 .text h3 {
	font-size: 30px;
	line-height: 40px;
	color: var(--heading-color);
	display: inline-block;
	font-weight: 600;
}
.mn-text-8 .text-bg-image {
	background-image: url("/static/images/blogpost.jpg");
	background-position: center;
	background-size: cover;
	min-height: 450px;
	border-radius: var(--border-radius);
}
	.mn-text-8 .text-bg-image img{
		border-radius: var(--border-radius);
}
.mn-text-8 h6.text-logo {
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	color: var(--theme-color);
	margin-top: 20px;
}
.mn-text-8 h3.text-title {
	font-size: 40px;
	line-height: 50px;
	color: var(--heading-color);
	margin: 15px 0;
}
.mn-text-8 .admin-list li {
	display: inline-block;
	margin: 0 20px 0 0;
	list-style-type: none;
}
.mn-text-8 .admin-list li a {
	/* display: block; */
	font-size: 13px;
	color: #999;
	font-weight: 500;
	text-transform: capitalize;
}
.mn-text-8 .admin-list li a:hover {
	color: var(--heading-color);
}
.mn-text-8 .admin-list li a span {
	font-size: 14px;
	margin: 0 6px 0 0;
}
.mn-text-8 .admin-list {
	padding: 0 0 16px;
	margin: 0 0 20px;
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid var(--border-color);
}
.mn-text-8 .d-grid-2 {
	display: grid;
	grid-template-columns: 100%;
}
.grid-column1, .grid-column2 {
	background: var(--bg-grey);
	border-bottom-left-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
	margin-top: 25px;
}
.mn-text-8 p.text2-text {
	max-width: 850px;
	margin: 0 auto;
	padding-top: 10px;
	color: var(--text-color);
}
.mn-text-8 p.text2-text2 {
	max-width: 850px;
	margin: 0 auto;
	padding: 20px 0;
}
@media (max-width: 1024px) {
	.mn-text-8 h3.text-title {
		font-size: 40px; }
}
@media (max-width: 900px) {
	.mn-text-8 h3.text-title {
		font-size: 35px; }
}
@media (max-width: 767px) {
	.mn-text-8 h3.text-title {
		font-size: 30px;
		line-height: 40px; }
}
@media (max-width: 568px) {
	.mn-text-8 h3.text-title {
		font-size: 25px;
		line-height: 36px; }
}
@media (max-width: 480px) {
	.mn-text-8 .text-content-text {
		min-height: 390px;
}	.mn-text-8 .text-bg-image {
		min-height: 323px; }
}
@media (max-width: 414px) {
	.mn-text-8 .text-content-text {
		min-height: 430px;
}	.mn-text-8 .text-bg-image {
		min-height: 414px; }
}
@media (max-width: 375px) {
	.mn-text-8 .text-content-text {
		min-height: 500px; }
}
.mn-text-9 {
	/* //Reset Code */
	/* text */
	/* right side content */
	/* //right side content */
	/* //text */
	/* responsive */
	/* //responsive */
}
.mn-text-9 .d-grid {
	display: grid;
}
.mn-text-9 .grid-col-2 {
	grid-template-columns: 1fr 1fr;
}
.mn-text-9 .grid-col-3 {
	grid-template-columns: 1fr 1fr 1fr;
}
.mn-text-9 .grid-col-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.mn-text-9 a.action {
	border: none;
	color: #304659;
	font-size: 17px;
	line-height: 25px;
	font-weight: 600;
	display: inline-block;
}
.mn-text-9 a.action img {
	margin-left: 4px;
}
.mn-text-9 .align-center {
	text-align: center;
}
.mn-text-9 .d-grid.grid-text-9 {
	max-width: 850px;
	margin: 0 auto;
}
.mn-text-9 .text-element-9 {
	padding: 40px 0 50px;
}
.mn-text-9 h4.text-head-text-9 a {
	font-size: 28px;
	line-height: 35px;
	color: var(--heading-color);
	display: inline-block;
	font-weight: 600;
}
.right-text-9 ul.cont-4 li {
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 5px;
	margin-top: 5px;
	color: var(--font-color);
	font-size: 17px;
	line-height: 28px;
}
.mn-text-9 p.sub-para {
	margin-top: 20px;
}
@media (max-width: 1080px) {
	.mn-text-9 h5.sub-head-text-9 {
		font-size: 23px; }
}
@media (max-width: 991px) {
	.mn-text-30 .text-styles-30_sur h3 {
		font-size: 30px;
}	.mn-text-9 h4.text-head-text-9 a {
		font-size: 26px; }
}
@media (max-width: 900px) {
	.mn-text-9 h5.sub-head-text-9 {
		font-size: 21px; }
}
@media (max-width: 768px) {
	.mn-text-9 h5.sub-head-text-9 {
		font-size: 19px;
		line-height: 28px;
}	.mn-text-9 p.sub-para {
		margin-top: 15px; }
}
@media (max-width: 600px) {
	.mn-text-9 h5.sub-head-text-9 {
		font-size: 18px;
		margin-bottom: 30px;
}	.mn-text-9 hr {
		display: none; }
}
@media (max-width: 568px) {
	.mn-text-9 span.sub-inner-text-9 {
		font-size: 14px; }
}
@media (max-width: 480px) {
	.mn-text-9 .text-element-9 {
		padding: 30px 0 40px; }
}
.mn-text-30 .text-styles-top-30 {
	max-width: 850px;
	margin: 0 auto;
	padding-bottom: 3rem;
}
.mn-text-30 .text-styles-30_sur h3 {
	font-size: 32px;
	color: var(--heading-color);
	margin-bottom: 10px;
	font-weight: 600;
}
.mn-text-30 .text-styles-30_sur h5 {
	font-size: 20px;
	line-height: 25px;
	color: var(--heading-color);
	font-weight: 600;
}
.mn-text-30 section.text-styles-30_sur {
	background: #F5F9FC;
	padding: 80px 0;
}
.mn-text-30 .text-styles-30_sur p {
	margin: 10px 0;
}
.mn-text-30 .text-styles-30_sur span {
	font-size: 15px;
	line-height: 20px;
	color: #999;
	font-weight: 500;
	margin-top: 5px;
	display: inline-block;
}
.mn-text-30 a.reply {
	color: var(--primary-color);
	font-size: 15px;
	font-weight: 600;
}
.text-styles-31-left_sur {
	width: 90px;
	height: 90px;
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
}
.mn-text-30 a.reply:hover {
	text-decoration: underline;
}
.mn-text-30 .text-styles-31-top_sur {
	display: grid;
	grid-template-columns: 0.1fr 1fr;
	grid-gap: 20px;
	padding-top: 1.5em;
	margin-top: 1.5em;
}
.mn-text-30 .text-styles-31-right_sur {
	border-bottom: 1px solid rgba(130, 152, 171, 0.350588);
	padding-bottom: 15px;
}
.mn-text-30 .text-styles-31-left_sur img {
	width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
@media (max-width: 900px) {
	.mn-text-30 section.text-styles-30_sur {
		padding: 50px 0;
}	.mn-text-30 .text-styles-30_sur h5 {
		font-size: 20px;
		line-height: 25px; }
}
@media (max-width: 768px) {
	.mn-text-30 .text-styles-30_sur h3 {
		font-size: 28px;
		line-height: 35px; }
}
@media (max-width: 667px) {
	.mn-text-30 section.text-styles-30_sur {
		padding: 50px 30px; }
}
@media (max-width: 480px) {
	.mn-text-30 .text-styles-31-top_sur {
		grid-gap: 20px; }
}
@media (max-width: 440px) {
	.mn-text-30 .text-styles-30_sur h3 {
		font-size: 26px;
		line-height: 32px; }
}
@media (max-width: 415px) {
	.mn-text-30 section.text-styles-30_sur {
		padding: 30px 0;
}	.mn-text-30 .text-styles-31-top_sur {
		grid-template-columns: 1fr; }
}
@media (max-width: 320px) {
	.mn-text-30 .text-styles-30_sur h3 {
		font-size: 28px;
		line-height: 33px; }
}
/* /text-styles-33*/
.mn-text-styles-33 {
	/*--/responsive-code--*/
	/*--//responsive-code--*/
}
.mn-text-styles-33 .text-styles-top-33 {
	max-width: 850px;
	margin: 0 auto;
	padding-left: 30px;
	border-left: 2px solid #eee;
}
.mn-text-styles-33 .mn-text-styles-33_sur p {
	font-size: 22px;
	line-height: 33px;
	color: var(--theme-color);
}
.mn-text-styles-33 .mn-text-styles-33_sur {
	padding: 30px 0 20px 0;
}
/* //text-styles-33*/
.mn-grid-8 {
	/*--resposive--*/
}
.mn-grid-8 .grid-main {
	padding-bottom: 70px;
}
.mn-grid-8 .d-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
.mn-grid-8 .horizontal-align {
	max-width: 850px;
	margin: 0 auto;
}
.mn-grid-8 img.card-img-top {
	width: 100%;
}
.mn-grid-8 h4.card-title {
	font-size: 18px;
	color: var(--heading-color);
	display: inline-block;
	font-weight: 600;
}
.mn-grid-8 p.image-caption {
	font-size: 15px;
	line-height: 20px;
	color: var(--primary-color);
	display: inline;
	background: var(--bg-light);
	padding: 5px 10px;
	font-weight: 500;
	border-radius: var(--border-radius);
}
.mn-grid-8 p.card-text {
	font-size: 16px;
	line-height: 25px;
}
.grid-column1 .card, .grid-column2 .card {
	border: none;
}
.mn-grid-8 .card-grid {
	display: grid;
	grid-auto-flow: column;
	grid-gap: 10px;
	padding: 10px 0 0 0;
}
.mn-grid-8 .card-grid-column2 {
	text-align: right;
}
.mn-grid-8 h3.grids-title {
	font-size: 32px;
	color: var(--heading-color);
	margin-bottom: 10px;
	font-weight: 600;
}
.mn-grid-8 h4.card-title:hover {
	color: #000;
}
@media (max-width: 1024px) {
	.mn-grid-8 .grid-main {
		padding: 30px 0;
}	.mn-grid-8 h3.grids-title {
		margin-bottom: 20px;
}	.mn-grid-8 .card-grid {
		padding: 10px 0; }
}
@media (max-width: 900px) {
	.mn-grid-8 h3.grids-title {
		font-size: 30px;
}	.mn-grid-8 p.image-caption {
		margin-top: 12px;
}	.mn-grid-8 .card-grid {
		display: grid;
		grid-auto-flow: row;
		grid-gap: 10px;
}	.mn-grid-8 .card-grid-column2 {
		text-align: left; }
}
@media (max-width: 768px) {
	.mn-grid-8 p.image-caption {
		margin-top: 5px;
		display: inline-block;
}	.mn-grid-8 h3.grids-title {
		margin-bottom: 10px;
}	.mn-grid-8 .d-grid {
		grid-gap: 30px;
}	.mn-grid-8 .grid-main {
		padding: 15px 0 60px;
}	.mn-grid-8 p.card-text {
		margin-top: 5px;
}	.mn-grid-8 .card-grid {
		grid-gap: 2px; }
}
@media (max-width: 736px) {
	.mn-grid-8 .d-grid {
		grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
	.mn-grid-8 .d-grid {
		grid-gap: 20px;
}	.mn-grid-8 img.card-img-top {
		margin-top: 0; }
}
@media (max-width: 414px) {
	.mn-grid-8 h3.grids-title {
		font-size: 25px; }
}
@media (max-width: 375px) {
	.mn-grid-8 h3.grids-title {
		font-size: 22px; }
}
.mn-forms-29 {
	/* //Reset Code */
	/* form 29 */
	/* //form 29 */
	/* responsive */
	/* //responsive */
}
.mn-forms-29 .grid-col-2 {
	grid-template-columns: 1fr 1fr;
}
.mn-forms-29 .grid-col-3 {
	grid-template-columns: 1fr 1fr 1fr;
}
.mn-forms-29 .grid-col-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.mn-forms-29 .align-items-center {
	align-items: center;
}
.mn-forms-29 a.action img {
	margin-left: 4px;
}
.mn-forms-29 .actionbg {
	background: var(--title-color);
	color: #ffffff;
	font-size: 16px;
	text-transform: capitalize;
	margin-top: 10px;
	padding: 15px 25px;
	border: none;
	display: block;
	width: 100%;
	transition: 0.3s ease-in;
}
.mn-forms-29 .actionbg:hover {
	background: var(--theme-color);
	transition: 0.3s ease-in;
}
.mn-forms-29 p.text-tag {
	color: #8298AB;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
}
.mn-forms-29 .form-29 {
	padding: 1rem 0 4.5rem;
}
.mn-forms-29 .content-29-form {
	max-width: 850px;
	margin: 0 auto;
}
.mn-forms-29 h3.title-cont-foem29 {
	font-size: 32px;
	color: var(--heading-color);
	margin-bottom: 10px;
	font-weight: 600;
}
ul.share-post li {
	list-style: none;
	margin-right: 6px;
	display: inline-block;
}
.side-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
}
ul.share-post li a {
	width: 35px;
	height: 35px;
	color: #fff;
	line-height: 32px;
	display: inherit;
	border-radius: 50px;
	font-weight: 500;
	text-align: center;
	font-size: 14px;
}
ul.share-post li a.facebook {
	background: #4267b2;
	border: 2px solid #4267b2;
	color: #fff;
}
ul.share-post li a.twitter {
	color: #fff;
	background: #00aced;
	border: 2px solid #00aced;
}
ul.share-post li a.linkedin {
	background: #0077b5;
	border: 2px solid #0077b5;
	color: #fff;
}
a.title-team-28 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	color: var(--heading-color);
	display: inline-block;
	margin-bottom: 15px;
}
.share-icons a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	color: var(--font-color);
	opacity: .5;
}
.share-icons a:hover {
	color: var(--heading-color);
	opacity: 1;
}
span.nav-title {
	font-size: 16px;
	font-weight: 600;
	color: var(--font-color);
	opacity: .7;
}
span.nav-title span.fa {
	font-size: 13px;
	vertical-align: 2px;
}
.post-navigation h5 {
	font-weight: 500;
}
.post-navigation h5:hover {
	color: var(--primary-color);
}
.author-card.my-lg-5.my-sm-4.mb-4 {
	background: var(--card-bg);
	border-radius: var(--border-radius);
}
.post-navigation {
	/* border: solid var(--border-color);
	border-width: 1px 0px 1px;
	padding: 30px 0;	*/
}

.mn-forms-29 form.mn-forms-29-form input,
.mn-forms-29 form.mn-forms-29-form textarea {
	margin-bottom: 10px;
	margin-top: 5px;
	outline: none;
	width: 100%;
	background: var(--bg-grey);
	color: var(--heading-color);
	border: 1px solid var(--border-color);
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	padding: 14px 20px 12px;
	border-radius: var(--border-radius);
}
.mn-forms-29 form.mn-forms-29-form input:focus,
.mn-forms-29 form.mn-forms-29-form textarea:focus {
	outline: none;
	border: 1px solid var(--primary-color);
}
.mn-forms-29 form.mn-forms-29-form textarea {
	height: 150px;
}
.mn-forms-29 button.actionbg {
	width: 100%;
	margin-top: 20px;
}
.mn-forms-29 form.mn-forms-29-form {
	margin: 25px auto 0;
	max-width: 850px;
}
@media (max-width: 480px) {
	.mn-forms-29 .form-29 {
		padding: 0px 0px 25px;
}	.mn-text-9 h4.text-head-text-9 a {
		font-size: 24px;
}	.mn-grid-8 h3.grids-title, .mn-forms-29 h3.title-cont-foem29 {
		font-size: 26px;
}	.side-title {
		font-size: 20px; }
}
.mn-contact-11 {
	background-color: var(--bg-grey);
}
.contact-info h4 {
	font-size: 20px;
	color: var(--heading-color);
	margin: 20px 0 10px 0;
	font-weight: 600;
}
.contact-info {
	padding: 2rem;
	background: var(--bg-color);
	border-radius: var(--border-radius);
	box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03);
}
.contact a {
	display: block;
	color: var(--font-color);
}
.contact {
	grid-template-columns: 1fr;
}
.contact a:hover {
	display: block;
	color: var(--primary-color);
}
.contact span.fa {
	font-size: 40px;
	color: #002663;
	margin-bottom: 10px;
}
iframe {
	width: 100%;
	height: 450px;
}
@media (max-width: 900px) {
	.contact p {
		font-size: 17px; }
}
@media (max-width: 800px) {
	.contact a {
		font-size: 16px;
}	.contact {
		grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
	.map {
		float: none;
		width: 100%;
		text-align: left;
}	iframe {
		height: 280px; }
}
@media (max-width: 375px) {
	.contact p {
		font-size: 15px; }
}
/*--//responsive--*/
/* .align-form-map {
	grid-template-columns: 1fr 1fr;
	grid-gap: 80px; } */

h3.cont-head {
	font-size: 35px;
	line-height: 40px;
	color: var(--heading-color);
	margin-bottom: 35px;
}
form.signin-form {
	text-align: left;
}
.form-input {
	margin-bottom: 15px;
}
.form-inner-cont label {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	display: block;
	font-weight: 500;
	color: var(--heading-color);
}
.form-inner-cont input,
.form-inner-cont textarea {
	outline: none;
	width: 100%;
	font-size: 16px;
	padding: 0px 15px;
	font-weight: 500;
	margin-bottom: 25px;
	color: var(--heading-color);
	height: 50px;
	text-align: left;
	-webkit-appearance: none;
	background: var(--bg-color);
	display: grid;
	grid-template-columns: .1fr 1fr;
	align-items: center;
	padding-left: 15px;
	border: 1px solid var(--border-color);
	border-radius: 4px;
}
.form-inner-cont input:focus,
.form-inner-cont textarea:focus {
	border: 1px solid var(--primary-color);
}
.form-inner-cont textarea {
	height: 125px;
	resize: none;
	padding: 15px 15px;
}
.btn-contact {
	min-width: 130px;
	cursor: pointer;
	text-decoration: none;
	-webkit-appearance: none;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	color: #000000;
	background: #fff;
	padding: 14px 18px;
	border-radius: 4px;
	transition: 0.3s ease;
	border: 1px solid #002663;
	width: 100%;
	margin-top: 15px;
	text-transform: uppercase;
}
.btn-contact:hover {
	background: #002663;
	color: #fff;
}
iframe {
	width: 100%;
	/* height: 100%; */
	border: 5px solid var(--bg-color);
	border-radius: var(--border-radius);
	-webkit-filter: var(--iframe-filter);
	-moz-filter: var(--iframe-filter);
	-ms-filter: var(--iframe-filter);
	-o-filter: var(--iframe-filter);
	filter: var(--iframe-filter);
}
/* @media all and (max-width: 1024px) {
	.align-form-map {
		grid-gap: 60px; } } */

@media all and (max-width: 991px) {
	.align-form-map {
		grid-gap: 60px;
		grid-template-columns: 1fr;
}	iframe {
		height: 350px; }
}
@media all and (max-width: 590px) {
	h3.cont-head {
		font-size: 30px;
		margin-bottom: 30px;
}	iframe {
		height: 300px; }
}
ul.tags-list li a:hover {
    color: #fff;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
}

.page-pagination li {
    display: inline-block;
    margin: 0 5px;
}

nav ul li {
    display: inline-block;

    text-align: center;
}
span.page-numbers {
    font-size: 16px;
    display: block;
    padding: 10px 18px;
    margin: 0 3px;
    background-color: var(--bg-color);
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    font-weight: 600;
    color: var(--primary-color);
    transition: background-color .15s linear,color .15s linear;
    box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03);
}

a.page-numbers {
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 10px 18px;
    margin: 0 3px;
    background-color: var(--bg-color);
    border: 1px solid var(--border-color);
    border-radius: 50px;
    color: var(--heading-color);
    transition: background-color .15s linear,color .15s linear;
    box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03);
}

a.page-numbers:hover {
    background-color: var(--bg-color);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.nav-previous a,
.nav-next a {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 10px;
    color: var(--heading-color);
    font-weight: 600;
    align-items: center;
}

.nav-previous {
    position: relative;
}

span.nav-subtitle {
    margin-left: 25px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--font-color);
    opacity: .7;
}

span.fa.fa-arrow-left {
    position: absolute;
    top: 0px;
    color: var(--font-color);
}

.nav-previous a:hover,
.nav-next a:hover {
    color: var(--primary-color);
}

.nav-previous a {
    justify-content: start;
}

.nav-next a {
    justify-content: end;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.nav-links {
    border: solid var(--border-color);
    border-width: 1px 0px 1px;
    padding: 30px 0;
    margin-top: 40px;
}

span.nav-title {
    color: var(--font-color);
    font-size: 18px;
    line-height: 25px;
}
.single-post-content p{
	text-indent: 2em;
	line-height: 30px;
}
.post-thumbnail img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
}