:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

@-ms-viewport {
	width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

dfn {
	font-style: italic
}

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: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

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
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-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: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

.h1,
h1 {
	font-size: 2.5rem
}

.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
	font-size: 80%;
	font-weight: 400
}

.mark,
mark {
	padding: .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: .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: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .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 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.333333%
}

.offset-2 {
	margin-left: 16.666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.333333%
}

.offset-5 {
	margin-left: 41.666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.333333%
}

.offset-8 {
	margin-left: 66.666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.333333%
}

.offset-11 {
	margin-left: 91.666667%
}

@media(min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.333333%
	}

	.offset-sm-2 {
		margin-left: 16.666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.333333%
	}

	.offset-sm-5 {
		margin-left: 41.666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.333333%
	}

	.offset-sm-8 {
		margin-left: 66.666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.333333%
	}

	.offset-sm-11 {
		margin-left: 91.666667%
	}
}

@media(min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.333333%
	}

	.offset-md-2 {
		margin-left: 16.666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.333333%
	}

	.offset-md-5 {
		margin-left: 41.666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.333333%
	}

	.offset-md-8 {
		margin-left: 66.666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.333333%
	}

	.offset-md-11 {
		margin-left: 91.666667%
	}
}

@media(min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.333333%
	}

	.offset-lg-2 {
		margin-left: 16.666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.333333%
	}

	.offset-lg-5 {
		margin-left: 41.666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.333333%
	}

	.offset-lg-8 {
		margin-left: 66.666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.333333%
	}

	.offset-lg-11 {
		margin-left: 91.666667%
	}
}

@media(min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.333333%
	}

	.offset-xl-2 {
		margin-left: 16.666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.333333%
	}

	.offset-xl-5 {
		margin-left: 41.666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.333333%
	}

	.offset-xl-8 {
		margin-left: 66.666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.333333%
	}

	.offset-xl-11 {
		margin-left: 91.666667%
	}
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent
}

.table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table .table {
	background-color: #fff
}

.table-sm td,
.table-sm th {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
	background-color: #b8daff
}

.table-hover .table-primary:hover {
	background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
	background-color: #d6d8db
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
	background-color: #c3e6cb
}

.table-hover .table-success:hover {
	background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
	background-color: #bee5eb
}

.table-hover .table-info:hover {
	background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
	background-color: #ffeeba
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
	background-color: #f5c6cb
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
	background-color: #fdfdfe
}

.table-hover .table-light:hover {
	background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
	background-color: #c6c8ca
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #32383e
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, .075)
}

@media(max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media(max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media(max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media(max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .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:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px)
}

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(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
	height: calc(1.8125rem + 2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
	height: calc(2.875rem + 2px)
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	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: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(40, 167, 69, .8);
	border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
	border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
	display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
	color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
	background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
	border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
	display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(220, 53, 69, .8);
	border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
	display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
	color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
	background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label::before {
	border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
	display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media(min-width:576px) {
	.form-inline label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0
	}

	.form-inline .form-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		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 {
		width: auto
	}

	.form-inline .form-check {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}

	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}

	.form-inline .custom-control {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover {
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
	background-image: none
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.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 .2rem rgba(0, 123, 255, .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 {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .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 .2rem rgba(108, 117, 125, .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 {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .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 .2rem rgba(40, 167, 69, .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 {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .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 .2rem rgba(23, 162, 184, .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 {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .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 .2rem rgba(255, 193, 7, .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 {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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 .2rem rgba(220, 53, 69, .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 {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .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 .2rem rgba(248, 249, 250, .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 {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .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 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
	color: #007bff;
	background-color: transparent;
	background-image: none;
	border-color: #007bff
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	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: #007bff;
	border-color: #007bff
}

.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 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
	color: #6c757d;
	background-color: transparent;
	background-image: none;
	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 .2rem rgba(108, 117, 125, .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 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
	color: #28a745;
	background-color: transparent;
	background-image: none;
	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 .2rem rgba(40, 167, 69, .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 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
	color: #17a2b8;
	background-color: transparent;
	background-image: none;
	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 .2rem rgba(23, 162, 184, .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 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
	color: #ffc107;
	background-color: transparent;
	background-image: none;
	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 .2rem rgba(255, 193, 7, .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 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	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 .2rem rgba(220, 53, 69, .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 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	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 .2rem rgba(248, 249, 250, .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 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	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 .2rem rgba(52, 58, 64, .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 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	background-color: transparent
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
	text-decoration: underline;
	border-color: transparent;
	box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	transition: opacity .15s linear
}

.fade.show {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.show {
	display: block
}

tr.collapse.show {
	display: table-row
}

tbody.collapse.show {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

.dropdown,
.dropup {
	position: relative
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.dropup .dropdown-menu {
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-menu {
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-toggle::after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	margin-top: 0;
	margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.dropleft .dropdown-toggle::after {
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
	z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
	z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.dropdown-toggle-split::after {
	margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
	width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
	z-index: 3
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
	margin-left: -1px
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.custom-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::before {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label::before {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
	position: relative;
	z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
	margin-top: 0
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef
}

.custom-control-label {
	margin-bottom: 0
}

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #dee2e6
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+)
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDQnPjxwYXRoIHN0cm9rZT0nI2ZmZicgZD0nTTAgMmg0Jy8+PC9zdmc+)
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+)
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyMzNDNhNDAnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right .75rem center;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}

.custom-select::-ms-expand {
	opacity: 0
}

.custom-select-sm {
	height: calc(1.8125rem + 2px);
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 75%
}

.custom-select-lg {
	height: calc(2.875rem + 2px);
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 125%
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin-bottom: 0
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-control {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus~.custom-file-control::before {
	border-color: #80bdff
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse"
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(calc(2.25rem + 2px) - 1px * 2);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: 1px solid #ced4da;
	border-radius: 0 .25rem .25rem 0
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d
}

.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: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff
}

.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}


.menu {
	display: flex;
	flex-direction: row
}

.menu li {
	list-style: none;
	position: relative
}

.menu li a {
	display: block;
	text-decoration: none;
	padding: 15px;
	font-size: 15px;
	color: #000;
	font-weight: 600;
	font-family: montserrat, Sans-serif;
	text-transform: capitalize;
	position: relative
}

.menu li.active a.nav-link {
	background: 0 0
}

.menu li a.nav-link:after {
	height: 3px;
	width: 100%;
	left: 0;
	background-color: #55595c;
	z-index: 2;
	content: "";
	bottom: 0;
	height: 1px;
	display: block;
	position: absolute;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	transition: .3s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
	-o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
	transition-timing-function: cubic-bezier(.58, .3, .005, 1)
}

.menu li:hover>a.nav-link:after,
.menu li.active>a.nav-link:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.has-dropdown {
	position: relative
}

.submenu {
	position: absolute;
	left: 0;
	background-color: #fafafa;
	white-space: nowrap;
	padding: 0;
	min-width: 16em;
	border-top: 3px solid var(--primary);
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top center;
	z-index: 3
}

.submenu>li>a {
	padding: .8em 1.5em;
	text-transform: capitalize
}

.submenu .submenu {
	left: 100%;
	top: 0
}

.submenu .submenu .submenu {
	left: 100%;
	top: 0
}

.menu>li:hover>a,
.submenu>li:hover>a {
	background-color: hsla(0, 0%, 100%, .05)
}

.menu>li:hover>a {}

.arrow {
	width: .5em;
	height: .5em;
	display: inline-block;
	vertical-align: middle;
	border-left: .15em solid currentColor;
	border-bottom: .15em solid currentColor;
	transform: rotate(-45deg);
	margin-top: -.25em;
	transition: transform 100ms ease-in-out
}

.menu>li:hover>a+.submenu,
.submenu>li:hover>a+.submenu {
	opacity: 1;
	transform: scaleY(1)
}

.menu>li:hover>a>.arrow,
.submenu>li:hover>a>.arrow {
	transform: rotate(225deg)
}

@media(max-width:1256px) {
	.menu li a {
		padding: 10px 7px;
		font-size: 13px
	}

	.submenu .submenu .submenu {
		left: -100%;
		top: .5em
	}

	.submenu {
		min-width: 16em;
		border-top: none
	}
}

@media(max-width:1024px) {
	.branding-logo img {
		width: 250px
	}
}

@media(max-width:940px) {
	.menu li a {
		font-size: 15px
	}
}

@media(max-width:800px) {
	ul.top-links {
		display: none
	}

	.top-header .social-media-links {
		margin-top: 0
	}

	.menu {
		flex-flow: column;
		position: absolute;
		background: var(--light);
		top: 4.55em;
		left: 0;
		right: 0;
		height: auto;
		opacity: 0;
		transform: scaleY(0);
		transform-origin: top center;
		transition: 200ms transform cubic-bezier(.36, .4, .42, 1.48) 100ms, 100ms opacity ease-in-out
	}

	.menu>li>a {
		font-size: 15px
	}

	.submenu>li>a {
		font-size: 15px
	}

	.submenu {
		top: 0;
		padding-left: 1em
	}

	.submenu .submenu {
		left: 0;
		top: 0
	}

	.submenu .submenu .submenu {
		left: 0;
		top: 0
	}

	.menu>li:hover>a+.submenu,
	.submenu>li:hover>a+.submenu {
		position: relative
	}

	.hamburger {
		width: 2em;
		height: .25em;
		display: block;
		background: var(--primary);
		position: relative;
		cursor: pointer;
		transition: .2s transform ease-in-out
	}

	.hamburger::after,
	.hamburger::before {
		content: "";
		position: absolute;
		left: 0;
		background: inherit;
		width: inherit;
		height: inherit;
		transition: .2s transform ease-in-out
	}

	.hamburger::after {
		top: .65em
	}

	.hamburger::before {
		bottom: .65em
	}

	.hamburger.close {
		opacity: 1;
		font-size: 14px
	}

	input[type=checkbox]:checked+.menu {
		position: absolute;
		opacity: 1;
		transform: scaleY(1);
		z-index: 9999
	}

	.menu {
		position: absolute;
		z-index: 1100;
		top: 60px;
		box-shadow: 0 8px 12px 0 rgb(0 0 0/20%)
	}
}

@media(max-width:414px) {
	.branding-logo img {
		width: 215px
	}
}

@media(min-width:1200px) {
	.admin-bar .page-header.fixed .top-header {
		margin-top: 30px
	}
}

@media only screen and (max-width:767px) {
	.menu>li>a span.arrow {
		position: absolute;
		right: 20px;
		top: 20px
	}
}

.main-footer {
	background: #1972b5;
	color: #fff
}

.data-target-div1 #caf-filter-layout1 li a.active {
	color: #ffff !important
}

.footer-one {
	padding: 75px 0 20px
}

.footer-two {
	padding: 0 0 10px
}

.widget-title {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px
}

.main-footer p {
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	text-align: justify;
	line-height: 22px
}

.main-footer span {
	font-weight: 500;
	color: #fff;
	text-transform: uppercase
}

.main-footer ul {
	list-style: none
}

.main-footer li {
	margin-bottom: 10px
}

.main-footer li a,
.main-footer,
.main-footer p {
	font-weight: 400
}

.widget.about-widgets {
	padding-right: 70px
}

.recent-post-widget .post-item {
	display: flex;
	margin-bottom: 0;
	padding-top: 0;
	border-bottom: 0;
	padding-bottom: 0
}

.recent-post-widget .post-item:hover {
	background: 0 0
}

.recent-post-widget .post-item img {
	width: 65px;
	height: auto;
	margin-right: 10px;
	float: left
}

.contact-info a,
.widget-link a {
	color: #fff;
	font-size: 13px;
	margin-right: 10px;
	font-weight: 300
}

.contact-info p {
	display: flex;
	margin-bottom: 33px;
	align-items: center
}

.contact-info p i {
	margin-right: 30px;
	margin-top: 0;
	width: 45px;
	height: 45px;
	background: rgba(255, 255, 255, .1);
	display: flex;
	flex: 0 0 45px;
	justify-content: center;
	align-items: center;
	border-radius: 50%
}

.contact-info a:hover,
.widget-link a:hover {
	text-decoration: none
}

.footer-link-pp {
	text-align: right;
	display: block;
	color: #fff !important
}

.main-footer .social-media-links {
	list-style: none;
	display: flex;
	margin: 0;
	justify-content: space-between;
	margin-top: 30px;
	padding-right: 70px
}

.social-media-links li {}

.social-media-links li:last-child {
	margin-right: 0
}

.main-footer .social-media-links a {
	color: #fff;
	font-size: 12px;
	background: rgba(255, 255, 255, .1);
	width: 30px;
	height: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%
}

.copyright {
	background: #005a9d;
	font-size: 12px;
	font-weight: 300;
	padding: 25px 0
}

.text-white {
	color: #fff
}

.copyright p {
	margin-bottom: 0
}

.copyright p,
.copyright a {
	color: #fff
}

.copyright li {
	margin-bottom: 0
}

.social-media-links {
	list-style: none;
	display: flex;
	margin: 0;
	justify-content: flex-end
}

.social-media-links li {
	margin-right: 25px
}

.social-media-links li:last-child {
	margin-right: 0
}

.social-media-links a {
	color: #fff;
	font-size: 16px
}

.recent-post-widget .post-item {
	background: 0 0
}

.widget.quick-links {
	position: relative;
	top: -40px
}

@media only screen and (max-width:767px) {
	.footer-one .col-md-2 {
		margin-bottom: 20px
	}

	.main-footer .social-media-links {
		margin-bottom: 20px
	}
}

@media(max-width:768px) {
	.copyright p {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px
	}

	.widget.about-widgets {
		padding-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.contact-info p {
		flex-direction: column
	}

	.post-item a img {
		display: none
	}
}

.successStoriesSection {
	padding: 65px 0;
	min-height: 500px;
	background-attachment: fixed
}

.successStoriesSection h2.title {
	text-align: center;
	margin-bottom: 50px
}

@media(max-width:767px) {
	.successStoriesSection iframe {
		height: 350px
	}
}

@media(max-width:600px) {
	.successStoriesSection iframe {
		height: 275px;
		margin-bottom: 10px
	}
}

@media(max-width:414px) {
	.successStoriesSection iframe {
		height: 175px
	}
}

.achievementsSection {
	padding: 65px 0;
	background-attachment: fixed;
	position: relative;
	background-position: bottom left
}

.achievementsSection:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .6)
}

.achievementsSection h2.title {
	margin-bottom: 35px;
	text-align: center;
	position: relative;
	z-index: 9
}

#tabs {
	color: #eee
}

#tabs h6.section-title {
	color: #eee
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #f3f3f3;
	background-color: transparent;
	border-color: transparent transparent #f3f3f3;
	border-bottom: 4px solid !important;
	font-size: 20px;
	font-weight: 700
}

#tabs .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	color: #eee;
	font-size: 20px;
	font-weight: 700;
	font-family: Montserrat;
	font-weight: 700
}

.tab-pane {
	text-align: center
}

.tab-pane span {
	font-weight: 700;
	font-size: 30px
}

.tab-pane p.desc {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: none
}

.tab-pane p {
	font-size: 16px;
	font-weight: 600
}

.achievementsSection .btn-primary:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.achievementsSection .btn-primary:hover {
	color: #fff
}

.subscribeSection {
	background-color: #454545;
	padding: 65px 0
}

.subscribeSection h2.title {
	color: #fff;
	text-align: center;
	font-size: 36px;
	margin-bottom: 20px
}

.subscribeSection form {
	width: 100%
}

.subscribeSection input[type=text],
.subscribeSection input[type=email] {
	background: #fff;
	height: 45px;
	border-radius: 0
}

.subscribeSection input[type=submit] {
	background: #ff5f18;
	border: none;
	border-radius: 0;
	height: 45px;
	font-weight: 700;
	font-size: 15px;
	color: #fff !important;
	width: 100%
}

@media(max-width:768px) {
	.form-row div {
		margin-bottom: 5px
	}
}

.campusesSection h2.title {
	text-align: center
}

.campusesSection h4.sub-title {
	font-size: 20px;
	font-weight: 700;
	text-align: center
}

#locationTabs .tab-content {
	background-color: #ddd;
	padding: 15px
}

#locationTabs .nav-pills>li.active>a,
#locationTabs .nav-pills>li.active>a:hover,
#locationTabs .nav-pills>li.active>a:focus {
	background-color: #ddd
}

#locationTabs .nav-pills li {
	width: 50%;
	text-align: center
}

#locationTabs .nav-pills li a {
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-size: 14px;
	padding: 20px 25px;
	display: block
}

#locationTabs .nav-pills li a {
	background-color: #0072b8;
	color: #fff
}

#locationTabs .nav-pills li a.active {
	background-color: #ddd;
	color: #000
}

#locationTabs .nav-pills>li>a {
	border-radius: 0;
	transition: all .5s ease-in
}

.tab-pane {
	text-align: left;
	font-size: 14px
}

.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #eee
}

.panel-default>.panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #fafafa;
	border-color: #eee;
	border: 1px solid #fcfcfc
}

.accordion-toggle.active {
	color: #00bcd4 !important
}

.campusesSection .panel-title {
	font-size: 14px;
	padding: 30px 40px 0;
	margin: 0
}

.panel-title>a {
	display: block;
	padding: 0;
	text-decoration: none;
	border: 0;
	background: 0 0;
	color: #000;
	text-transform: capitalize;
	font-weight: 700;
	transition: all .5s ease-in;
	padding-bottom: 25px
}

.panel-title>a:hover {}

.panel-group .panel:last-child .panel-title>a {
	border-bottom: 0
}

.more-less {
	float: right
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	padding: 15px 40px;
	border: 0 solid #ccc;
	margin-bottom: 10px;
	font-size: 14px;
	background: #f5f5f5
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:portrait) {
	#locationTabs .nav-pills li a {
		padding: 20px 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.more-less {
		position: absolute;
		right: 8px
	}

	.panel-title>a {
		position: relative
	}
}

.announcementsSection h2.title {
	text-align: center
}

.announcementsSection img {
	width: 100%
}

.post-item {
	display: flex;
	align-items: flex-start;
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	position: relative;
	transition: all .5s ease-out
}

.post-item:hover {
	background: #f1f1f1
}

.post-item a {
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: color, background-color;
	transition-property: color
}

li.post-item:hover a {
	color: #1da3e2
}

.post-items {
	padding-top: 15px
}

.post-item .post-date {
	text-align: center;
	padding: 5px;
	margin-right: 15px;
	background: #1da3e2;
	color: #fff;
	line-height: 18px;
	min-width: 42px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 3px
}

.post-item .post-date span {
	display: block
}

li.post-item a {
	display: block;
	width: 100%;
	color: #000;
	padding-right: 60px;
	position: relative
}

.post-item .title {
	line-height: 21px;
	font-size: 14px
}

.post-item span.post-new {
	background: #d62c26;
	padding: 1px 10px;
	border-radius: 6px;
	color: #fff;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px
}

.post-items .btn-readmore {
	font-weight: 500;
	color: #fff;
	background: #307ad5;
	font-size: 15px;
	padding: 12px 24px;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	text-align: center;
	border: none;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	overflow: hidden;
	z-index: 0
}

.post-items .btn-readmore:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #054584;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important
}

.post-items .btn-readmore:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.post-items .btn-readmore:hover {
	color: #fff
}

.boxAd {
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	border-radius: 5px;
	display: flex;
	height: 85px;
	user-select: none;
	cursor: pointer;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform
}

.boxAd:hover {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px)
}

.boxAd p.text {
	padding: 10px;
	font-size: 11px;
	font-weight: 600;
	width: 50%
}

.boxAd p.text .fontBig {
	font-size: 14px;
	font-weight: 800;
	color: #0172b8;
	text-transform: uppercase;
	display: block
}

.boxAd p.text a {
	color: #0172b8
}

.boxAd .image {
	width: 20%;
	display: flex;
	justify-content: flex-start;
	align-items: center
}

.boxAd .image img {
	width: 28px
}

.download,
.enroll {
	background: #0172b8 linear-gradient(90deg, #0172B8, #1da3e2);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0 5px 5px 0;
	position: relative;
	padding: 0 5px 0 0;
	font-weight: 800;
	width: 30%;
	font-size: 15px
}

.download a,
.enroll a {
	color: #fff !important
}

.enroll {
	font-size: 18px
}

.download:before,
.enroll:before {
	position: absolute;
	content: '';
	border-top: 40px solid transparent;
	border-right: 30px solid #0172b8;
	border-bottom: 45px solid transparent;
	border-left: 40px solid transparent;
	left: -68px
}

@media(max-width:767px) {
	.post-items {
		margin-bottom: 30px
	}

	.tab-pane p.desc {
		display: none
	}
}

@media(min-width:768px) and (max-width:991px) {
	.boxAd-wrap {
		margin-top: 40px
	}
}

@media only screen and (min-width:280px) and (max-width:319px) {
	.boxAd {
		height: 110px
	}

	.download:before,
	.enroll:before {
		position: absolute;
		content: '';
		border-top: 57px solid transparent;
		border-right: 30px solid #0172b8;
		border-bottom: 55px solid transparent;
		border-left: 40px solid transparent;
		left: -68px
	}

	.boxAd p.text {
		margin-bottom: 0
	}

	.download {
		font-weight: 700;
		font-size: 10px
	}
}

@media only screen and (min-width:320px) and (max-width:480px) {
	.boxAd {
		height: 110px
	}

	.download:before,
	.enroll:before {
		position: absolute;
		content: '';
		border-top: 57px solid transparent;
		border-right: 30px solid #0172b8;
		border-bottom: 55px solid transparent;
		border-left: 40px solid transparent;
		left: -68px
	}

	.boxAd p.text {
		margin-bottom: 0
	}

	.download {
		font-weight: 600;
		font-size: 10px
	}
}

@media only screen and (min-width:375px) and (max-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
	.download {
		font-weight: 600;
		font-size: 12px
	}
}

.testimonialsSection .quotedStudentImage img {
	width: 100%
}

.testimonialsSection .border-box {
	border: 3px dotted #000;
	padding: 10px;
	border-radius: 5px;
	font: 700 36px roboto condensed, sans-serif;
	margin-bottom: 20px
}

.quote {
	color: #000;
	font-size: 24px
}

.quote .name {
	font: 700 72px roboto condensed, sans-serif;
	margin-bottom: 20px
}

.quote .id {
	margin-bottom: 30px
}

#demo {
	background: #f9f9f9;
	padding: 20px 40px;
	box-shadow: 0 0 14px rgba(0, 0, 0, .3);
	border-radius: 5px
}

#demo .col-md-3 {
	padding: 20px;
	background-color: #f9f9f9 !important
}

.carousel-control-prev-icon,
.carousel-indicators li,
.carousel-control-next-icon {
	background-color: #000
}

span.carousel-control-prev-icon {
	position: relative;
	bottom: 40px;
	right: 40px
}

span.carousel-control-next-icon {
	position: relative;
	bottom: 40px
}

#demo .carousel-control-next {
	right: 20px;
	font-size: 24px;
	color: #000
}

#demo .carousel-control-prev {
	left: 20px;
	font-size: 24px;
	color: #000
}

#demo .carousel-control-next,
#demo .carousel-control-prev {
	width: 0;
	opacity: 1
}

#demo .carousel-item {
	height: auto;
	background-color: #f9f9f9
}

.student-testimonial-wrap {
	padding: 40px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px
}

.student-image {
	max-height: 160px;
	overflow: hidden;
	border-radius: 5px
}

.student-image img {}

p.student-quote,
p.student-name,
p.rank,
p.readmore {
	text-align: center;
	font-size: 14px;
	margin-bottom: 0;
	color: #000
}

p.readmore {
	margin-top: 10px
}

p.readmore a {
	margin-top: 25px;
	color: #000
}

p.student-quote {
	font-style: italic;
	margin: 20px 0
}

p.student-name {
	font-weight: 800
}

#demo .carousel-indicators {
	margin: 20px 0;
	position: relative
}

.carousel-indicators .active {
	background-color: #0072b8
}

#demo .btn-primary {
	background: #0172b8;
	border: none;
	padding: 10px 25px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	overflow: hidden;
	z-index: 0
}

#demo .btn-primary:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #054584;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important
}

#demo .btn-primary:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

#demo .btn-primary:hover {
	color: #fff
}

.testimonialPopup p {
	font-size: 13px;
	line-height: 22px;
	text-align: justify
}

.testimonialPopup .testim-pop-wrap {
	justify-content: center;
	align-items: center
}

.testimonialPopup img.img-round {
	border: 3px solid #b9d8d8
}

.testimonialPopup .modal-body {
	padding: 3rem;
	background: url(https://brilliantpalaonline.com/images/quote_background_icon.png);
	background-repeat: no-repeat;
	background-position: 50% 94%;
	background-size: 30%
}

.testimonialPopup .modal-body h3 {
	font-size: 22px;
	display: inline-block;
	border-bottom: 3px solid #ff2424;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-radius: 50%;
	line-height: 20px
}

.testimonialPopup .close {
	position: absolute;
	right: 20px;
	top: 20px;
	background: #ccc;
	padding: 5px 10px;
	z-index: 100
}

.testimonialPopup .modal-content {
	border-radius: 20px
}

@media(max-width:768px) {
	.quote .id {
		margin-bottom: 20px;
		font-size: 18px
	}

	.quote .quotation {
		font-size: 18px
	}
}

@media(max-width:768px) {
	p.student-name {
		font-size: 18px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.student-image {
		max-height: 220px
	}
}

#myCarousel.carousel {
	margin-bottom: 0
}

#myCarousel {
	height: 525px
}

#myCarousel .carousel-item {
	height: 650px
}

#myCarousel .carousel-item>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 100%
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
	font-size: 36px;
	color: #000
}

#myCarousel .carousel-item a img {
	width: 100%
}

#myCarousel .carousel-control-next,
#myCarousel .carousel-control-prev {
	width: 3% !important
}

@media(max-width:1680px) {
	#myCarousel .carousel-item {
		height: 568px
	}
}

@media(max-width:1600px) {
	#myCarousel .carousel-item {
		height: 542px
	}
}

@media(max-width:1440px) {
	#myCarousel .carousel-item {
		height: 488px
	}
}

@media(max-width:1366px) {
	#myCarousel .carousel-item {
		height: 462px
	}
}

@media(max-width:1024px) {
	#myCarousel {
		margin-top: 127px
	}

	#myCarousel .carousel-item {
		height: 345px
	}
}

@media(max-width:800px) {
	#myCarousel {
		margin-top: 127px
	}

	#myCarousel .carousel-item {
		height: 268px
	}
}

@media(max-width:768px) {
	#myCarousel .carousel-item {
		height: 260px
	}
}

@media(max-width:600px) {
	#myCarousel .carousel-item {
		height: 203px
	}
}

@media(max-width:414px) {
	#myCarousel {}

	#myCarousel .carousel-item {
		height: 140px
	}
}

@media(max-width:411px) {
	#myCarousel .carousel-item {
		height: 139px
	}
}

@media(max-width:384px) {
	#myCarousel .carousel-item {
		height: 130px
	}
}

@media(max-width:375px) {
	#myCarousel .carousel-item {
		height: 127px
	}
}

@media(max-width:360px) {
	#myCarousel .carousel-item {
		height: 122px
	}
}

@media(max-width:320px) {
	#myCarousel .carousel-item {
		height: 108px
	}
}

.coursesSection {
	margin-bottom: 75px !important
}

.coursesSection h2.title {
	margin-bottom: 35px
}

.course-btn-group {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.coursesSection .btn-default,
.coursesSection .btn-primary {
	background: #fff;
	border-radius: 30px;
	color: #054584 !important;
	border: 2px solid #054584;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	border-radius: 30px;
	margin-bottom: 10px;
	margin: 0 7px
}

.btn-primary:hover {
	color: #fff !important;
	background-color: #fff;
	border-color: #054584
}

.coursesSection .btn-default.filter-button.btn-primary {
	text-transform: none !important
}

.coursesSection .btn-default:focus,
.coursesSection .btn-default:active,
.coursesSection .btn-primary:focus,
.coursesSection .btn-primary:active {
	outline: none;
	box-shadow: none
}

.coursesSection .btn-primary {}

.coursesSection .port-image {
	width: 100%
}

.coursesSection .col-md-3 {
	margin-bottom: 20px
}

.each-item {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 0 7px rgba(0, 0, 0, .35);
	min-height: 200px;
	max-height: 200px;
	overflow: hidden;
	margin-bottom: 14px
}

.each-item img {
	border-radius: 0
}

.caption {
	position: absolute;
	width: 100%;
	height: auto;
	background: rgba(255, 255, 255, .95);
	bottom: 0;
	left: 0;
	padding: 10px
}

.caption p {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 13px;
	text-align: center;
	color: #000 !important
}

.course-btn-group .btn-default.filter-button {
	background: #1da3e2;
	border-color: #1da3e2;
	color: #fff !important;
	border: 0
}

.course-btn-group .btn-default.filter-button.btn-primary {
	background: #307ad5;
	border-color: #307ad5;
	border: 0
}

.course-btn-group .btn-default.filter-button.btn-primary:before {
	background: #307ad5
}

.highlightBoxes {
	margin-top: -100px;
	z-index: 999;
	position: relative
}

.desktop-boxes {
	display: flex;
	justify-content: space-between
}

.highlightBoxes .container {
	max-width: 1090px
}

.highlightBoxes .box {
	height: 190px;
	color: #fff;
	user-select: none;
	cursor: pointer;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.highlightBoxes .box p {
	margin-bottom: 0
}

.contentOn .icon i {
	font-size: 60px;
	margin-bottom: 10px
}

.highlightBoxes .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	font-family: roboto condensed, Sans-serif
}

.highlightBoxes .white-button,
.highlightBoxes button {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
	background-color: transparent;
	padding: 7px 20px;
	cursor: pointer;
	margin-top: 20px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 1s
}

.highlightBoxes .white-button:hover,
.highlightBoxes button:hover {
	color: var(--primary);
	background-color: #fff
}

.contentOn {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background-color: var(--primary);
	border: 3px solid rgba(255, 255, 255, .75);
	padding: 35px 20px;
	transition: all 1s
}

.contentOn img {
	width: 54px !important;
	max-width: 100%;
	margin-bottom: 7px
}

.contentOff {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background-color: var(--primary);
	padding: 35px 20px;
	transition: all 1s
}

.contentOn i {
	font-size: 48px;
	margin-bottom: 15px
}

.contentOff .title {
	font-size: 14px
}

.contentOff .icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center
}

.contentOff .icon i {
	font-size: 30px;
	margin: 0
}

.contentOff {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity .5s .2s, -webkit-transform .7s;
	transition: opacity .5s .2s, -webkit-transform .7s;
	-o-transition: transform .7s, opacity .5s .2s;
	transition: transform .7s, opacity .5s .2s;
	transition: transform .7s, opacity .5s .2s, -webkit-transform .7s;
	opacity: 0;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	background-color: #054584
}

.box:hover {}

.box:hover .contentOn {}

.box:hover .contentOff {
	display: flex;
	-webkit-transition: opacity .5s, -webkit-transform .7s;
	transition: opacity .5s, -webkit-transform .7s;
	-o-transition: transform .7s, opacity .5s;
	transition: transform .7s, opacity .5s;
	transition: transform .7s, opacity .5s, -webkit-transform .7s;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.mobile-boxes {
	display: none
}

@media(max-width:1366px) {
	.highlightBoxes {
		margin-top: -80px
	}
}

@media(max-width:1024px) {
	.highlightBoxes {
		margin-top: -35px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.contentOn img {
		width: 40% !important
	}
}

@media(max-width:800px) {
	.highlightBoxes .title {
		font-size: 16px
	}
}

@media(max-width:767px) {
	#carouselBox .carousel-item {
		height: auto;
		background-color: #fff
	}

	#carouselBox .carousel-control-prev {
		font-size: 30px
	}

	#carouselBox .carousel-control-next {
		font-size: 30px
	}

	#carouselBox .box {
		width: 100%
	}

	.box:hover .contentOff {
		transform: scale(1)
	}

	.highlightBoxes .title {
		font-size: 16px;
		font-weight: 600
	}

	.highlightBoxes .box {
		height: 160px
	}

	.contentOn i {
		font-size: 38px
	}

	.contentOn img {
		width: 50% !important
	}

	.highlightBoxes .container {
		width: 100%
	}

	.highlightBoxes .contentOn {
		border-radius: 0;
		border: 0
	}

	.highlightBoxes {
		margin-top: 30px
	}
}

.course-left .course-image img {
	width: 100%
}

.student-testimonial {
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	background-color: #fff
}

.student-testimonial blockquote {
	font-style: normal;
	font-size: 14px
}

.student-testimonial .carousel-info img {
	border: 1px solid #f5f5f5;
	border-radius: 150px !important;
	height: 75px;
	padding: 3px;
	width: 75px
}

.student-testimonial .carousel-info {
	overflow: hidden;
	display: flex;
	align-items: center
}

.student-testimonial .carousel-info img {
	margin-right: 15px
}

.student-testimonial .carousel-info span {
	display: block
}

.student-testimonial span.testimonials-name {
	color: var(--primary);
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 3px
}

.student-testimonial span.testimonials-post {
	color: #656565;
	font-size: 12px
}

#courseTabs .tab-content {
	background-color: #fff;
	padding: 20px 2px
}

#courseTabs .nav-pills>li.active>a,
#courseTabs .nav-pills>li.active>a:hover,
#courseTabs .nav-pills>li.active>a:focus {
	background-color: #fff
}

#courseTabs .tab-pane p br+strong {
	line-height: 35px
}

#courseTabs .tab-pane p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px
}

#courseTabs .nav-pills li {
	width: 25%;
	text-align: center
}

#courseTabs .nav-pills li a {
	text-transform: capitalize;
	color: #000;
	font-weight: 700;
	font-size: 15px;
	padding: 20px;
	display: block
}

#courseTabs .nav-pills li a {
	background-color: #0072b8;
	color: #fff
}

#courseTabs .nav-pills li a.active {
	background-color: #fff;
	border-top: 3px solid #0072b8;
	color: #000
}

#courseTabs .nav-pills>li>a {
	border-radius: 0
}

.courseTabs .tab-pane {
	text-align: left;
	font-size: 14px
}

.course_faqs .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #eee
}

.course_faqs .panel-default>.panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #fafafa;
	border-color: #eee
}

.course_faqs .panel-title {
	font-size: 14px;
	margin-bottom: 3px
}

.course_faqs .panel-title>a {
	display: block;
	padding: 15px;
	text-decoration: none;
	border: 1px solid #e5e5e5;
	background: #0072b8;
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	position: relative;
	padding-left: 30px
}

.course_faqs .more-less {
	float: right;
	color: #212121;
	position: absolute;
	top: 19px;
	color: #fff;
	left: 10px
}

.course_faqs .panel-default>.panel-heading+.panel-collapse>.panel-body {
	padding: 15px;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	font-size: 14px;
	background: #fff
}

.course-right {
	font-size: 14px
}

.border-box {
	background-color: #f0f2f5;
	padding: 20px;
	border-radius: 3px;
	margin-bottom: 30px;
	border-top: 3px solid var(--primary)
}

.border-box h2 {
	font-weight: 600;
	margin-bottom: 20px
}

ul.details>li {
	display: flex;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d9dadc
}

ul.details>li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

ul.details .icon {
	margin-right: 20px;
	font-size: 18px
}

ul.details .title {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 5px
}

.relatedCourses .card-title {
	font-family: montserrat, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	line-height: 22px
}

.relatedCourses .card-footer {
	font-size: 12px
}

ul.news li {
	margin-bottom: 20px
}

ul.news .title {
	font-weight: 700;
	color: #000 !important
}

@media(max-width:600px) {
	#courseTabs .nav-pills li {
		width: 50%;
		border: 1px solid #efefef
	}
}

.student-testimonial a {
	display: block;
	text-align: right;
	font-weight: 600;
	font-size: 12px;
	color: var(--primary)
}

.img-round {
	border-radius: 50%;
	width: 200px
}

.testimonialPopup {
	text-align: center
}

.testimonialPopup .bg-primary {
	background-color: var(--primary) !important
}

.testimonialPopup .modal-title {
	color: #fff;
	font-weight: 500;
	font-size: 18px
}

@media(min-width:576px) {
	.modal-dialog {
		max-width: 750px !important
	}
}

.announcements .post-item {
	display: flex;
	margin-bottom: 20px;
	padding: 20px;
	box-shadow: 0 0 5px rgb(0 0 0/15%);
	border-bottom: 2px solid var(--primary);
	border-radius: 5px
}

.announcements .post-item .post-date {
	text-align: center;
	padding: 10px 15px;
	margin-right: 15px;
	background: var(--primary);
	color: #fff;
	min-width: 42px;
	border-radius: 3px;
	font-weight: 700;
	font-size: 24px;
	line-height: 22px
}

.announcements .post-item .post-date span {
	display: block;
	font-weight: 300;
	font-size: 18px
}

.announcements .post-item .title {
	line-height: 21px;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-basis: 100%
}

.announcements .post-item .title a {
	color: #000
}

.announcements .post-item span.post-new {
	background: #d62c26;
	padding: 1px 10px 2px;
	border-radius: 10px;
	color: #fff;
	float: right
}

.announcements #filterRecords {
	width: 100%
}

.welcome p {
	font-size: 18px;
	text-align: center
}

.shadow-box {
	box-shadow: 0 0 5px rgb(0 0 0/20%);
	background-color: #fff;
	padding: 15px;
	display: flex;
	justify-content: start;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 14px
}

.shadow-box:last-child {
	margin-bottom: 0
}

.shadow-box .icon {
	margin-right: 20px
}

.shadow-box .icon span {
	background-color: #e79800;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%
}

.shadow-box .icon i {
	font-size: 24px
}

.shadow-box .icon img.attachment-full.size-full {
	padding: 15px
}

.shadow-box .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px
}

.shadow-box-lg {
	box-shadow: 0 0 5px rgb(0 0 0/20%);
	background-color: #fff;
	color: #fff;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 16px;
	min-height: 370px
}

.shadow-box-lg.blue {
	background-color: #307ad5
}

.shadow-box-lg.green {
	background-color: #10c45c
}

.shadow-box-lg .icon {
	margin-bottom: 20px
}

.shadow-box-lg .icon span {
	color: #333;
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%
}

.shadow-box-lg .icon i {
	font-size: 36px
}

.shadow-box-lg .title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px
}

.card-horizontal {
	display: flex;
	text-align: left;
	font-size: 14px;
	background-color: #f3f3f3;
	border-radius: 5px
}

.card-horizontal .img-square {
	width: 245px;
	margin-right: 20px
}

.card-horizontal .img-square img {
	border-radius: 5px;
	width: 100%;
	object-fit: cover
}

.card-horizontal .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 24px
}

.card-horizontal h4 {
	font-family: montserrat, sans-serif;
	font-weight: 700;
	font-size: 18px
}

.card-horizontal p {
	margin-bottom: 0
}

.row-flex {
	display: flex;
	flex-wrap: wrap
}

.shadow-box p {
	margin-bottom: 0
}

@media only screen and (max-width:767px) {
	.about-featur-img {
		margin-bottom: 30px
	}

	.card-horizontal {
		flex-direction: column;
		padding: 15px
	}

	.card-horizontal .img-square {
		width: auto;
		margin-right: 0;
		margin-bottom: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.shadow-box-lg.blue {
		height: 100%
	}

	.shadow-box-lg.green {
		height: 100%
	}

	.card-horizontal {
		flex-direction: column;
		padding: 15px
	}

	.card-horizontal .img-square {
		width: auto;
		margin-right: 0;
		margin-bottom: 20px
	}

	.shadow-box:nth-child(1) {
		margin-top: 20px
	}

	.shadow-box {
		justify-content: end
	}
}

.timeline {
	list-style: none;
	padding: 50px 0;
	position: relative;
	font-size: 14px
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eee;
	left: 50%;
	margin-left: -1.5px
}

.timeline>li {
	margin-bottom: 20px;
	position: relative
}

.timeline>li:before,
.timeline>li:after {
	content: " ";
	display: table
}

.timeline>li:after {
	clear: both
}

.timeline>li:before,
.timeline>li:after {
	content: " ";
	display: table
}

.timeline>li:after {
	clear: both
}

.timeline>li>.timeline-panel {
	width: 46%;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, .175);
	border-radius: 5px
}

.timeline>li>.timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " "
}

.timeline>li>.timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " "
}

.timeline>li>.timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%
}

.timeline>li>.timeline-badge .fa {
	line-height: 50px !important
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right
}

.timeline>li.timeline-inverted>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto
}

.timeline>li.timeline-inverted>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto
}

.timeline-badge.primary {
	background-color: var(--primary) !important
}

.timeline-title {
	margin: 0 0 8px;
	font: 700 21px montserrat, sans-serif
}

.timeline .sub-titles {
	font-size: 14px;
	font-weight: 500
}

.timeline .ranks {
	line-height: 30px
}

.timeline .ranks span {
	font-size: 16px;
	font-weight: 700;
	margin: 0 10px
}

.timeline .btn {
	border-radius: 3px !important
}

.timeline hr {
	margin-bottom: .5rem !important
}

.timeline .btn-primary {
	background-color: var(--primary);
	border: none;
	font-size: 12px;
	padding: 5px 10px;
	margin-top: 15px;
	color: #ffff
}

.timeline-body>p,
.timeline-body>ul {
	margin-bottom: 0
}

.timeline-body>p+p {
	margin-top: 5px
}

@media(max-width:767px) {
	ul.timeline:before {
		left: 12px
	}

	ul.timeline>li>.timeline-panel {
		width: calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		padding: 15px
	}

	ul.timeline>li>.timeline-badge {
		left: -12px;
		margin-left: 0;
		top: 16px
	}

	ul.timeline>li>.timeline-panel {
		float: right
	}

	ul.timeline>li>.timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto
	}

	ul.timeline>li>.timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto
	}
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
	.timeline-body a.btn.btn-primary {
		word-break: break-all;
		white-space: normal;
		text-align: left;
		margin-bottom: 0;
		font-size: 7px
	}

	.timeline .btn-primary {
		font-size: 10px
	}
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
	.timeline-body a.btn.btn-primary {
		word-break: break-all;
		white-space: normal;
		text-align: left;
		margin-bottom: 0;
		font-size: 10px
	}

	.timeline .btn-primary {
		font-size: 12px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.timeline-body a.btn.btn-primary {
		word-break: break-all;
		white-space: normal;
		text-align: left;
		margin-bottom: 10px;
		font-size: 12px
	}
}

.section-contact-wrap {
	padding: 0 0 70px
}

.section-contact-wrap h5 {
	font-family: Montserrat;
	color: #000;
	margin: 0 0 1px;
	line-height: 1.2;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 15px
}

.section-contact-wrap p {
	font-size: 14px
}

.section-contact-wrap h3 {
	text-align: left;
	font-weight: 700;
	line-height: 34px;
	font-size: 24px;
	font-family: Montserrat;
	color: #273044;
	margin-top: 0;
	margin-bottom: 30px
}

.contact-box {
	padding: 30px 32px 50px
}

.cnt-boxline {
	border-bottom: 1px solid #ddd
}

.icon_alignment_left .icon {
	float: left;
	margin-right: 20px;
	width: 38px;
	background: #faecec;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center
}

.icon_alignment_left .icon i {
	font-size: 16px;
	color: #ff0d13 !important
}

.contact-col-gap {
	border-top: 1px solid #dcdcdc;
	position: relative;
	margin-bottom: 50px
}

.contact-col-gap:before {
	background-color: #2c75e4;
	width: 50px;
	height: 3px;
	bottom: -1px;
	left: 0;
	display: block;
	position: absolute;
	content: '';
	z-index: 10
}

.section-contact-wrap .form-control {
	border: 2px solid #e1e2e4;
	border-radius: 0;
	font-size: 14px;
	font-weight: 500;
	height: 45px;
	box-shadow: none !important
}

.section-contact-wrap input[type=text]:focus {
	border-color: #0172b8
}

textarea,
textarea.form-control {
	min-height: 130px;
	width: 100%;
	max-width: 100% !important
}

.section-contact-wrap input[type=submit] {
	background: #273044;
	text-align: center;
	border-radius: 0;
	color: #fff;
	padding: 10px 35px;
	transition: background:1s;
	border: none;
	display: inline-block;
	width: auto;
	transition: all .5s;
	cursor: pointer
}

.section-contact-wrap input[type=submit]:hover {
	background: #1972b5
}

@media only screen and (max-width:767px) {
	.mb-height {
		margin-top: 50px
	}

	.contact-box {
		padding: 20px 10px 10px
	}

	.icon_alignment_left .icon {
		margin-right: 12px
	}

	.section-contact-wrap h5 {
		margin-bottom: 5px
	}

	.section-contact-wrap p {
		margin: 0
	}

	.map-info form {
		margin-bottom: 30px
	}
}

.section-exma-portals {
	padding: 70px 0;
	margin-top: -50px
}

.portal-flipbox {
	background-color: #364e72;
	text-align: center;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: center;
	padding: 35px 35px 60px;
	color: #fff;
	transition: all .5s ease-out;
	overflow: hidden;
	position: relative
}

.portal-flipbox span {
	display: inline-block;
	line-height: 1;
	background-color: #fff;
	font-size: 15px;
	padding: 12px 24px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	fill: #fff;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 2px solid #fff;
	font-family: montserrat, Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #364e72;
	background-color: #fff;
	align-self: center;
	margin-left: auto;
	margin-right: auto;
	bottom: -50px;
	transition: .3s;
	position: absolute
}

.portal-flipbox h3 {
	font-weight: 600;
	color: #fff;
	font-family: montserrat, Sans-serif;
	font-size: 40px;
	position: relative;
	top: 20px;
	transition: all .2s ease-out
}

.portal-link {
	font-size: 25px;
	margin: 0 0 20px;
	padding: 0;
	color: #fff;
	position: relative;
	top: 10px;
	transition: all .2s ease-out
}

.portal-flipbox:hover span {
	bottom: 20px
}

.portal-flipbox:hover .portal-link,
.portal-flipbox:hover h3 {
	top: 0
}

@media only screen and (max-width:767px) {
	.section-exma-portals .col-12 {
		margin-bottom: 40px
	}

	.portal-flipbox h3 {
		font-size: 24px
	}

	.portal-link {
		font-size: 14px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.portal-flipbox h3 {
		font-size: 32px
	}

	.portal-link {
		font-size: 18px
	}
}

.section-our-results {
	padding: 70px 0;
	margin-top: -50px
}

.result-content-box {
	z-index: 1;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 35px;
	width: 100%;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #fff;
	min-height: 280px;
	text-align: center;
	background: #0172b8;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 30px;
	transition: .3s all ease-in-out;
	position: relative
}

.rc-box-title {
	font-size: 24px;
	font-family: Montserrat;
	font-weight: 700
}

.result-content-box .btn-white {
	background: 0 0;
	color: #1972b5;
	margin-top: 20px;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 600;
	padding: 8px 20px;
	position: relative
}

.result-content-box .line {
	background-color: #fff;
	position: absolute
}

.result-content-box .line span {
	background-color: #1313aa;
	position: inherit;
	display: block;
	transition: all .4s ease-out
}

.result-content-box .line-top {
	top: 0;
	left: 0;
	width: 100%;
	height: 4px
}

.result-content-box .line-right {
	top: 0;
	right: 0;
	width: 4px;
	height: 100%
}

.result-content-box .line-bottom {
	right: 0;
	bottom: 0;
	width: 100%;
	height: 4px
}

.result-content-box .line-left {
	left: 0;
	bottom: 0;
	width: 4px;
	height: 100%
}

.result-content-box .line-top span {
	top: inherit;
	left: inherit;
	width: 0;
	height: 100%
}

.result-content-box .line-right span {
	top: inherit;
	right: inherit;
	width: 100%;
	height: 0
}

.result-content-box .line-bottom span {
	right: inherit;
	bottom: inherit;
	width: 0;
	height: 100%
}

.result-content-box .line-left span {
	left: inherit;
	bottom: inherit;
	width: 100%;
	height: 0
}

.result-content-box:hover .line-top span,
.result-content-box:hover .line-bottom span {
	width: 100%
}

.result-content-box:hover .line-left span,
.result-content-box:hover .line-right span {
	height: 100%
}

.result-content-box>.item {
	padding: 40px 30px;
	text-transform: uppercase;
	text-align: justify
}

.result-content-box>.item>h2 {
	font-size: 36px;
	line-height: 40px
}

.result-content-box>.item>h2 .title {
	color: #6c63ff;
	font-weight: 800
}

.btn:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 100%;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all .4s
}

.btn-white:after {
	background-color: #fff
}

.result-content-box .btn-white:hover {
	color: #fff;
	background: #0172b8;
	border: 2px solid #fff;
	border-radius: 25px
}

.section-wrap-registraion {
	background: #e5e9ef;
	padding: 70px 0;
	margin-top: -50px
}

.eqheight-flex {
	flex-wrap: wrap
}

.section-wrap-registraion .reg-content {
	height: 100%;
	padding: 20px 20px 10px;
	color: #000;
	background: #fff;
	padding: 30px
}

.section-wrap-registraion .reg-content h2 {
	color: #000;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 22px
}

.section-wrap-registraion .reg-content .lr-info {
	font-size: 14px
}

.section-wrap-registraion .reg-content .lr-info p,
.btn-wrap-info {
	margin-bottom: 30px
}

.btn-wrap-info .btn-primary {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	background: #307ad5;
	font-size: 14px;
	padding: 10px 18px;
	border: 2px solid #307ad5;
	transition: all .5s ease-out
}

.btn-wrap-info .btn-primary:hover {
	background: #fff;
	color: #307ad5;
	border: 2px solid #307ad5
}

@media only screen and (max-width:767px) {

	.row.eqheight-flex>div,
	.box-reg {
		margin-bottom: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {

	.row.eqheight-flex>div,
	.box-reg {
		margin-bottom: 30px
	}

	.section-wrap-registraion .row.eqheight-flex .col-md-4 {
		max-width: 50%;
		flex: 0 0 50%
	}
}

.section-how-to-apply {
	padding: 0 0 70px
}

.section-how-to-apply h2 {
	font-weight: 700;
	font-size: 36px;
	font-family: Montserrat;
	color: #273044;
	margin-bottom: 40px
}

.how-to-apply-info h2 {
	maring: 0;
	padding: 0;
	color: #000;
	font-family: montserrat, Sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px
}

.how-to-apply-info ul {
	margin-left: 15px
}

.how-to-apply-info ul li,
.how-to-apply-info p {
	list-style: disc;
	margin-bottom: 8px;
	color: #000;
	font-family: montserrat, Sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px
}

.section-apply-procedure-wrap:first-child {
	margin-top: 0
}

.section-apply-procedure-wrap {
	margin-top: 70px;
	margin-bottom: 70px
}

.section-how-to-apply .btn-primary {
	font-weight: 500;
	color: #fff;
	background: #307ad5;
	font-size: 15px;
	padding: 12px 24px;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	text-align: center;
	border: none;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	overflow: hidden;
	z-index: 0
}

.section-how-to-apply .btn-primary:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #054584;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important
}

.section-how-to-apply .btn-primary:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.section-how-to-apply .btn-primary:hover {
	color: #fff
}

@media only screen and (max-width:767px) {
	.how-to-apply-img {
		margin-bottom: 30px
	}
}

.section-faq-wrap {
	padding: 0 0 70px
}

.faq-features-box {
	padding: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
}

.faq-features-box-icon-wrap {
	background-color: #e79800;
	fill: #fff;
	color: #fff;
	font-size: 35px;
	border-radius: 50%;
	padding: .5em;
	display: inline-block;
	line-height: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-align: center
}

.faq-features-box-icon-wrap i {
	width: 1em;
	height: 1em;
	position: relative;
	display: block
}

.faq-features-box-icon {
	text-align: center;
	margin-bottom: 15px
}

.faq-features-box-content h3 {
	font-family: montserrat, Sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	color: #000;
	text-align: center;
	font-weight: 700;
	line-height: 34px
}

.faq-features-box-content p {
	color: #000;
	font-family: montserrat, Sans-serif;
	font-size: 14px;
	text-align: center
}

.faq-accordion {
	margin-top: 60px
}

.faq-accordion .card-header {
	background-color: #2c75e4;
	color: #fff;
	margin: 0;
	padding: 15px 20px;
	line-height: 1;
	cursor: pointer;
	outline: none
}

.faq-accordion .card-header h2 {
	text-transform: uppercase;
	font-size: 15px;
	font-family: Montserrat;
	font-weight: 700
}

.faq-accordion .card-header h2 a {
	color: #fff;
	text-decoration: none;
	display: block
}

.faq-accordion .card-body {
	padding: 15px 0;
	border: 0;
	font-size: 14px
}

.faq-accordion .card {
	border: 0;
	border-radius: 0 !important
}

.faq-accordion .card-header:first-child {
	border-radius: 0;
	margin-bottom: 6px
}

.faq-accordion ul,
.faq-accordion ol {
	margin-left: 15px
}

.faq-accordion ul>li {
	list-style-type: disc;
	margin-bottom: 10px
}

.faq-accordion ol>li {
	list-style-type: decimal;
	margin-bottom: 10px
}

@media only screen and (max-width:767px) {
	.faq-features-box {
		margin-bottom: 30px
	}

	.faq-accordion .card-header h2 a {
		position: relative;
		padding-left: 25px;
		line-height: 26px
	}

	.faq-accordion .card-header h2 a i {
		position: absolute;
		left: 0;
		top: 5px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.faq-features-box {
		margin-bottom: 30px
	}
}

.section-wrap {
	padding: 70px 0
}

.course-grid-wrap>a {
	display: block;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
	border-radius: 4px;
	overflow: hidden
}

.course-grid-wrap .grid-info {
	background: #fff;
	padding: 15px 25px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	min-height: 120px;
	transition: all .3s
}

.course-grid-wrap .grid-img-wrap {
	overflow: hidden
}

.course-grid-wrap .grid-img-wrap img {
	transition: all .3s
}

.course-grid-wrap:hover .grid-img-wrap img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.course-grid-wrap:hover .grid-info {
	color: #1972b5
}

.section-wrap .course-grid-wrap {
	margin-bottom: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.course-grid-wrap .grid-info {
		font-size: 14px;
		min-height: 120px
	}
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
	margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(//brilliantpala.org/wp-content/themes/brilliantpala/assets/styles/sections/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.page_404 {
	padding: 40px 0;
	background: #fff
}

.page_404 img {
	width: 100%
}

.four_zero_four_bg {
	background-image: url(//brilliantpala.org/wp-content/themes/brilliantpala/assets/images/404-page.gif);
	height: 400px;
	background-position: center
}

.four_zero_four_bg h1 {
	font-size: 80px
}

.four_zero_four_bg h3 {
	font-size: 80px
}

.link_404 {
	color: #fff !important;
	padding: 10px 20px;
	background: #39ac31;
	margin: 20px 0;
	display: inline-block
}

.contant_box_404 {
	margin-top: -50px
}

.joinchat {
	--bottom: 20px;
	--sep: 20px;
	--header: 70px;
	--btn: 60px;
	--vh: 100vh;
	--red: 37;
	--green: 211;
	--blue: 102;
	--rgb: var(--red), var(--green), var(--blue);
	--color: rgb(var(--rgb));
	--dark: rgb(calc(var(--red) - 75), calc(var(--green) - 75), calc(var(--blue) - 75));
	--hover: rgb(calc(var(--red) + 50), calc(var(--green) + 50), calc(var(--blue) + 50));
	--bg: rgba(var(--rgb), 0.04);
	--tolerance: 210;
	--bw: calc((var(--red)*0.2126 + var(--green)*0.7152 + var(--blue)*0.0722 - var(--tolerance))*-100000);
	--text: rgba(var(--bw), var(--bw), var(--bw), clamp(0.7, var(--bw), 1));
	--msg: var(--color);
	position: fixed;
	z-index: 1000;
	right: var(--sep);
	bottom: var(--bottom);
	color: var(--text);
	font: normal normal normal 16px/1.625em -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
	letter-spacing: 0;
	transform: scale3d(0, 0, 0);
	transition: transform .3s ease-in-out;
	-webkit-user-select: none;
	user-select: none;
	touch-action: manipulation;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent
}

.joinchat *,
.joinchat :after,
.joinchat :before {
	box-sizing: border-box
}

.joinchat:not(.joinchat--show)>div {
	display: none
}

.joinchat--show {
	transform: scaleX(1);
	transition: transform .5s cubic-bezier(.18, .89, .32, 1.28)
}

.joinchat.joinchat--left {
	right: auto;
	left: var(--sep)
}

@media(max-width:480px),
(orientation:landscape) and (max-width:767px) {
	.joinchat {
		--bottom: 6px;
		--sep: 6px;
		--header: 55px
	}
}

@media(max-width:767px) {
	.joinchat.joinchat--footer-bar {
		--bottom: 76px
	}
}

.joinchat.joinchat--dark {
	--msg: var(--dark)
}

@supports not (width:clamp(1px, 1%, 10px)) {
	.joinchat {
		--text: rgba(var(--bw), var(--bw), var(--bw), 0.9)
	}
}

@media(color-index:48) {
	.joinchat.joinchat--dark-auto {
		--msg: var(--dark)
	}
}

@media(prefers-color-scheme:dark) {
	.joinchat.joinchat--dark-auto {
		--msg: var(--dark)
	}
}

.joinchat__button {
	display: flex;
	flex-direction: row;
	position: absolute;
	z-index: 2;
	bottom: 8px;
	right: 8px;
	height: var(--btn);
	min-width: var(--btn);
	max-width: 95vw;
	background: #25d366;
	color: inherit;
	border-radius: calc(var(--btn)/2);
	box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
	cursor: pointer;
	transition: background .2s linear;
	will-change: background-color, width
}

[dir=rtl] .joinchat__button {
	flex-direction: row-reverse
}

.joinchat__button:hover {
	background: #128c7e;
	transition: background 1.5s linear
}

.joinchat__button:active {
	background: #128c7e;
	transition: none
}

.joinchat--left .joinchat__button {
	right: auto;
	left: 8px;
	flex-direction: row-reverse
}

[dir=rtl] .joinchat--left .joinchat__button {
	flex-direction: row
}

.joinchat--chatbox .joinchat__button {
	background: var(--color);
	transition: background .2s linear;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3)
}

.joinchat--chatbox .joinchat__button:active,
.joinchat--chatbox .joinchat__button:hover {
	background: var(--hover)
}

.joinchat__button__open {
	width: var(--btn);
	height: var(--btn);
	background: transparent url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCc+IDxwYXRoIGZpbGw9JyNmZmYnIGQ9J00zLjUxNiAzLjUxNmM0LjY4Ni00LjY4NiAxMi4yODQtNC42ODYgMTYuOTcgMCA0LjY4NiA0LjY4NiA0LjY4NiAxMi4yODMgMCAxNi45N2ExMi4wMDQgMTIuMDA0IDAgMDEtMTMuNzU0IDIuMjk5bC01LjgxNC43MzVhLjM5Mi4zOTIgMCAwMS0uNDM4LS40NGwuNzQ4LTUuNzg4QTEyLjAwMiAxMi4wMDIgMCAwMTMuNTE3IDMuNTE3em0zLjYxIDE3LjA0M2wuMy4xNThhOS44NDYgOS44NDYgMCAwMDExLjUzNC0xLjc1OGMzLjg0My0zLjg0MyAzLjg0My0xMC4wNzQgMC0xMy45MTgtMy44NDMtMy44NDMtMTAuMDc1LTMuODQzLTEzLjkxOCAwYTkuODQ2IDkuODQ2IDAgMDAtMS43NDcgMTEuNTU0bC4xNi4zMDMtLjUxIDMuOTQyYS4xOTYuMTk2IDAgMDAuMjE5LjIybDMuOTYxLS41MDF6bTYuNTM0LTcuMDAzbC0uOTMzIDEuMTY0YTkuODQzIDkuODQzIDAgMDEtMy40OTctMy40OTVsMS4xNjYtLjkzM2EuNzkyLjc5MiAwIDAwLjIzLS45NEw5LjU2MSA2Ljk2YS43OTMuNzkzIDAgMDAtLjkyNC0uNDQ1IDEyOTEuNiAxMjkxLjYgMCAwMC0yLjAyMy41MjQuNzk3Ljc5NyAwIDAwLS41ODguODggMTEuNzU0IDExLjc1NCAwIDAwMTAuMDA1IDEwLjAwNS43OTcuNzk3IDAgMDAuODgtLjU4N2wuNTI1LTIuMDIzYS43OTMuNzkzIDAgMDAtLjQ0NS0uOTIzTDE0LjYgMTMuMzI3YS43OTIuNzkyIDAgMDAtLjk0LjIzeicvPiA8L3N2Zz4=) 50% no-repeat;
	background-size: 60%
}

.joinchat--chatbox .joinchat__button__open {
	display: none
}

.joinchat__button__image {
	position: absolute;
	top: 1px;
	right: 1px;
	width: calc(var(--btn) - 2px);
	height: calc(var(--btn) - 2px);
	border-radius: 50%;
	overflow: hidden;
	opacity: 0
}

.joinchat__button__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.joinchat--show .joinchat__button__image {
	animation: joinchat_image_loop 20s linear 5s infinite normal both
}

.joinchat--image .joinchat__button__image {
	opacity: 1;
	animation: none
}

.joinchat--chatbox .joinchat__button__image {
	display: none
}

.joinchat__button__send {
	display: none;
	width: var(--btn);
	height: var(--btn);
	max-width: var(--btn);
	padding: 12px 11px 12px 13px;
	margin: 0;
	flex-shrink: 0
}

.joinchat--chatbox .joinchat__button__send {
	display: block
}

.joinchat__button__send path {
	fill: none !important;
	stroke: var(--text) !important
}

.joinchat__button__send .joinchat_svg__plain {
	stroke-dasharray: 1097;
	stroke-dashoffset: 1097;
	animation: joinchat_plain 6s .2s ease-in-out infinite
}

.joinchat__button__send .joinchat_svg__chat {
	stroke-dasharray: 1020;
	stroke-dashoffset: 1020;
	animation: joinchat_chat 6s 3.2s ease-in-out infinite
}

.joinchat__button__sendtext {
	padding: 0;
	max-width: 0;
	font-weight: 600;
	line-height: var(--btn);
	white-space: nowrap;
	opacity: 0;
	overflow: hidden;
	transition: none
}

.joinchat--chatbox .joinchat__button__sendtext {
	padding: 0 4px 0 24px;
	max-width: 200px;
	opacity: 1;
	transition: max-width .2s linear, opacity .4s ease-out .2s
}

.joinchat--chatbox.joinchat--left .joinchat__button__sendtext {
	padding: 0 24px 0 4px
}

.joinchat__badge {
	position: absolute;
	top: -4px;
	right: -4px;
	width: 20px;
	height: 20px;
	border: none;
	border-radius: 50%;
	background: #e82c0c;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	box-shadow: none;
	opacity: 0;
	pointer-events: none
}

.joinchat__badge.joinchat__badge--in {
	animation: joinchat_badge_in .5s cubic-bezier(.27, .9, .41, 1.28) 1 both
}

.joinchat__badge.joinchat__badge--out {
	animation: joinchat_badge_out .4s cubic-bezier(.215, .61, .355, 1) 1 both
}

.joinchat__tooltip {
	position: absolute;
	top: 14px;
	right: 76px;
	max-width: calc(100vw - 105px);
	height: 32px;
	padding: 0 14px;
	border: none;
	border-radius: 16px;
	background: #fff;
	color: rgba(0, 0, 0, .8);
	line-height: 31px;
	white-space: nowrap;
	opacity: 0;
	transition: opacity .3s ease-out .4s;
	filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .4));
	transform: translateZ(0);
	pointer-events: none
}

.joinchat__tooltip:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: -6px;
	border: 8px solid transparent;
	border-width: 6px 0 6px 8px;
	border-left-color: #fff
}

.joinchat__tooltip div {
	overflow: hidden;
	text-overflow: ellipsis
}

.joinchat--tooltip .joinchat__tooltip {
	animation: joinchat_tootlip 20s linear 5s 1 normal both
}

@media(hover:hover) {
	.joinchat__button:hover .joinchat__tooltip {
		opacity: 1;
		animation: none;
		transition: opacity .2s
	}
}

.joinchat--chatbox .joinchat__tooltip {
	display: none
}

.joinchat--left .joinchat__tooltip {
	right: auto;
	left: 76px
}

.joinchat--left .joinchat__tooltip:after {
	left: -6px;
	right: auto;
	border-color: transparent;
	border-width: 6px 8px 6px 0;
	border-right-color: #fff
}

.joinchat__box {
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: calc(100vw - var(--sep)*2);
	max-width: 400px;
	min-height: 170px;
	max-height: calc(var(--vh) - var(--bottom) - var(--sep));
	border-radius: 32px;
	background: 0 0;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5);
	text-align: left;
	overflow: hidden;
	transform: scale3d(0, 0, 0);
	opacity: 0;
	transition: max-height .2s ease-out, opacity .4s ease-out, transform 0s linear .3s
}

[dir=rtl] .joinchat__box {
	text-align: right
}

.joinchat--chatbox .joinchat__box {
	opacity: 1;
	transform: scaleX(1);
	transition: max-height .2s ease-out, opacity .2s ease-out, transform 0s linear
}

.joinchat--left .joinchat__box {
	right: auto;
	left: 0
}

.joinchat__header {
	display: flex;
	flex-flow: row;
	align-items: center;
	position: relative;
	flex-shrink: 0;
	height: var(--header);
	padding: 0 70px 0 26px;
	margin: 0;
	background: var(--color)
}

[dir=rtl] .joinchat__header {
	padding: 0 26px 0 70px
}

.joinchat--dark .joinchat__header {
	background: var(--dark)
}

.joinchat__header__text {
	font-size: 19px;
	font-weight: 600;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: .8
}

.joinchat__powered {
	font-size: 11px;
	line-height: 18px;
	color: inherit !important;
	text-decoration: none !important;
	fill: currentColor;
	opacity: .8
}

.joinchat__powered svg {
	display: inline-block;
	width: auto;
	height: 18px;
	vertical-align: -30%
}

.joinchat__powered:active,
.joinchat__powered:hover {
	color: inherit !important;
	text-decoration: none !important;
	opacity: .9;
	filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .3))
}

.joinchat__wa {
	height: 28px;
	width: auto;
	fill: currentColor;
	opacity: .8
}

.joinchat__close {
	position: absolute;
	top: 50%;
	right: 24px;
	width: 34px;
	height: 34px;
	margin-top: -16px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .4) url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nI2ZmZic+IDxwYXRoIGQ9J00yNCAyLjRMMjEuNiAwIDEyIDkuNiAyLjQgMCAwIDIuNCA5LjYgMTIgMCAyMS42IDIuNCAyNGw5LjYtOS42IDkuNiA5LjYgMi40LTIuNC05LjYtOS42TDI0IDIuNHonLz4gPC9zdmc+) 50% no-repeat;
	background-size: 12px;
	cursor: pointer;
	transition: background-color .3s ease-out
}

.joinchat__close:hover {
	background-color: rgba(0, 0, 0, .6)
}

.joinchat__close:active {
	background-color: rgba(0, 0, 0, .7)
}

[dir=rtl] .joinchat__close {
	right: auto;
	left: 24px
}

.joinchat__box__scroll {
	padding: 20px 0 70px;
	padding-bottom: calc(var(--btn) + 10px);
	background: #fff linear-gradient(0deg, var(--bg), var(--bg));
	overflow-x: hidden;
	overflow-y: auto;
	will-change: scroll-position
}

.joinchat__box__scroll::-webkit-scrollbar {
	width: 5px;
	background: 0 0
}

.joinchat__box__scroll::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: 0 0
}

.joinchat--blur .joinchat__box__scroll {
	background: rgba(var(--rgb), .2);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px)
}

.joinchat--dark .joinchat__box__scroll {
	background: #1a1a1a
}

.joinchat__box__scroll:hover::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .2)
}

@supports(-webkit-overflow-scrolling:touch) {
	.joinchat__box__scroll {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch
	}
}

@media(max-width:480px),
(orientation:landscape) and (max-width:767px) {
	.joinchat__header__text {
		font-size: 17px
	}

	.joinchat__close {
		margin-top: -14px;
		width: 28px;
		height: 28px
	}

	.joinchat__box__scroll {
		padding-top: 15px
	}
}

@media(color-index:48) {
	.joinchat--dark-auto .joinchat__box__scroll {
		background: #1a1a1a
	}

	.joinchat--dark-auto .joinchat__header {
		background: var(--dark)
	}
}

@media(prefers-color-scheme:dark) {
	.joinchat--dark-auto .joinchat__box__scroll {
		background: #1a1a1a
	}

	.joinchat--dark-auto .joinchat__header {
		background: var(--dark)
	}
}

.joinchat__message {
	position: relative;
	min-height: 60px;
	padding: 17px 20px;
	margin: 0 26px 26px;
	border-radius: 32px;
	background: #fff;
	color: #4a4a4a;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	transform: translateZ(0)
}

.joinchat__message:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 20px;
	left: -15px;
	width: 17px;
	height: 25px;
	background: inherit;
	-webkit-clip-path: var(--peak, url(#joinchat__message__peak));
	clip-path: var(--peak, url(#joinchat__message__peak))
}

.joinchat--dark .joinchat__message {
	background: #505050;
	color: #d8d8d8
}

@media(color-index:48) {
	.joinchat--dark-auto .joinchat__message {
		background: #505050;
		color: #d8d8d8
	}
}

@media(prefers-color-scheme:dark) {
	.joinchat--dark-auto .joinchat__message {
		background: #505050;
		color: #d8d8d8
	}
}

@media(max-width:480px),
(orientation:landscape) and (max-width:767px) {
	.joinchat__message {
		padding: 18px 16px;
		line-height: 24px;
		margin: 0 20px 20px
	}
}

@keyframes joinchat_badge_in {
	0% {
		opacity: 0;
		transform: translateY(50px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes joinchat_badge_out {
	0% {
		opacity: 1;
		transform: translateY(0)
	}

	to {
		opacity: 0;
		transform: translateY(-20px)
	}
}

@keyframes joinchat_plain {

	0%,
	50%,
	to {
		stroke-dashoffset: 1097
	}

	5%,
	45% {
		stroke-dashoffset: 0
	}
}

@keyframes joinchat_chat {

	0%,
	50%,
	to {
		stroke-dashoffset: 1020
	}

	5%,
	45% {
		stroke-dashoffset: 0
	}
}

@keyframes joinchat_image_loop {
	0% {
		opacity: 0
	}

	3%,
	20% {
		opacity: 1
	}

	25%,
	to {
		opacity: 0
	}
}

@keyframes joinchat_tootlip {
	0% {
		opacity: 0;
		transform: scaleY(0)
	}

	1%,
	20% {
		opacity: 1;
		transform: scaleY(1)
	}

	25%,
	to {
		opacity: 0;
		transform: scaleY(1)
	}
}