: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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	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;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

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
}

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
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .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
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

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

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

.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 {
	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: -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 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

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

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

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

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

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

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

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

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

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

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.notice-row {
	padding-bottom: 180px;
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	border-collapse: collapse;
}

.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-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 .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control::-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:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

select.form-control[multiple],
select.form-control[size] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	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
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

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(38, 143, 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(38, 143, 255, .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(72, 180, 97, .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(72, 180, 97, .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(58, 176, 195, .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(58, 176, 195, .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(222, 170, 12, .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(222, 170, 12, .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(225, 83, 97, .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(225, 83, 97, .5)
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
	text-decoration: underline;
	box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.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 {
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}

.dropdown,
.dropleft,
.dropright,
.dropup {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid 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 {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}

.btn-toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
	margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}

.btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .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 {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}

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

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

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

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

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

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px)
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.card-deck .card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-deck {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}
	.card-deck .card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

.card-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.card-group>.card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-group {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.card-group>.card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-header,
	.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}
	.card-group>.card:not(:last-child) .card-footer,
	.card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-header,
	.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}
	.card-group>.card:not(:first-child) .card-footer,
	.card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}

.card-columns .card {
	margin-bottom: .75rem
}

@media (min-width:576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}
	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.accordion>.card {
	overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
	border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0
}

.accordion>.card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.accordion>.card .card-header {
	margin-bottom: -1px
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start
}

.media-body {
	-ms-flex: 1;
	flex: 1
}

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.list-group-horizontal {
	-ms-flex-direction: row;
	flex-direction: row
}

.list-group-horizontal .list-group-item {
	margin-right: -1px;
	margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
	margin-right: 0;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: 0
}

@media (min-width:576px) {
	.list-group-horizontal-sm {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-sm .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-sm .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-sm .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width:768px) {
	.list-group-horizontal-md {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-md .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-md .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-md .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width:992px) {
	.list-group-horizontal-lg {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-lg .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-lg .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-lg .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

@media (min-width:1200px) {
	.list-group-horizontal-xl {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.list-group-horizontal-xl .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}
	.list-group-horizontal-xl .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}
	.list-group-horizontal-xl .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0
	}
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.list-group-flush .list-group-item:last-child {
	margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: 0
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:hover {
	color: #000;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: .75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

a.close.disabled {
	pointer-events: none
}

.align-baseline {
	vertical-align: baseline!important
}

.align-top {
	vertical-align: top!important
}

.align-middle {
	vertical-align: middle!important
}

.align-bottom {
	vertical-align: bottom!important
}

.align-text-bottom {
	vertical-align: text-bottom!important
}

.align-text-top {
	vertical-align: text-top!important
}

.bg-primary {
	background-color: #007bff!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #0062cc!important
}

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

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #545b62!important
}

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

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #1e7e34!important
}

.bg-info {
	background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #117a8b!important
}

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

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #d39e00!important
}

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

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #bd2130!important
}

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

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #dae0e5!important
}

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

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #1d2124!important
}

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

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

.border {
	border: 1px solid #dee2e6!important
}

.border-top {
	border-top: 1px solid #dee2e6!important
}

.border-right {
	border-right: 1px solid #dee2e6!important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6!important
}

.border-left {
	border-left: 1px solid #dee2e6!important
}

.border-0 {
	border: 0!important
}

.border-top-0 {
	border-top: 0!important
}

.border-right-0 {
	border-right: 0!important
}

.border-bottom-0 {
	border-bottom: 0!important
}

.border-left-0 {
	border-left: 0!important
}

.border-primary {
	border-color: #007bff!important
}

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

.border-success {
	border-color: #28a745!important
}

.border-info {
	border-color: #17a2b8!important
}

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

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

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

.border-dark {
	border-color: #343a40!important
}

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

.rounded-sm {
	border-radius: .2rem!important
}

.rounded {
	border-radius: .25rem!important
}

.rounded-top {
	border-top-left-radius: .25rem!important;
	border-top-right-radius: .25rem!important
}

.rounded-right {
	border-top-right-radius: .25rem!important;
	border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
	border-bottom-right-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}

.rounded-left {
	border-top-left-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}

.rounded-lg {
	border-radius: .3rem!important
}

.rounded-circle {
	border-radius: 50%!important
}

.rounded-pill {
	border-radius: 50rem!important
}

.rounded-0 {
	border-radius: 0!important
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}

.d-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

.flex-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.flex-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}

.flex-fill {
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
}

.flex-grow-0 {
	-ms-flex-positive: 0!important;
	flex-grow: 0!important
}

.flex-grow-1 {
	-ms-flex-positive: 1!important;
	flex-grow: 1!important
}

.flex-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important
}

.flex-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important
}

.justify-content-start {
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}

.justify-content-end {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}

.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.justify-content-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}

.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}

.align-items-start {
	-ms-flex-align: start!important;
	align-items: flex-start!important
}

.align-items-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important
}

.align-items-baseline {
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}

.align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}

.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}

.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}

.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}

.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}

.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}

.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}

.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-none {
	float: none!important
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.shadow-none {
	box-shadow: none!important
}

.w-25 {
	width: 25%!important
}

.w-50 {
	width: 50%!important
}

.w-75 {
	width: 75%!important
}

.w-100 {
	width: 100%!important
}

.w-auto {
	width: auto!important
}

.h-25 {
	height: 25%!important
}

.h-50 {
	height: 50%!important
}

.h-75 {
	height: 75%!important
}

.h-100 {
	height: 100%!important
}

.h-auto {
	height: auto!important
}

.mw-100 {
	max-width: 100%!important
}

.mh-100 {
	max-height: 100%!important
}

.min-vw-100 {
	min-width: 100vw!important
}

.min-vh-100 {
	min-height: 100vh!important
}

.vw-100 {
	width: 100vw!important
}

.vh-100 {
	height: 100vh!important
}

.m-0 {
	margin: 0!important
}

.mt-0 {
	margin-top: 0!important
}

.mb-0 {
	margin-bottom: 0!important
}

.ml-0 {
	margin-left: 0!important
}

.m-1 {
	margin: .25rem!important
}

.mt-1 {
	margin-top: .25rem!important
}

.mr-1 {
	margin-right: .25rem!important
}

.mb-1 {
	margin-bottom: .25rem!important
}

.ml-1 {
	margin-left: .25rem!important
}

.m-2 {
	margin: .5rem!important
}

.mt-2 {
	margin-top: .5rem!important
}

.mb-2 {
	margin-bottom: .5rem!important
}

.ml-2 {
	margin-left: .5rem!important
}

.m-3 {
	margin: 1rem!important
}

.mt-3 {
	margin-top: 1rem!important
}

.mb-3 {
	margin-bottom: 1rem!important
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

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

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

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

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.visible {
	visibility: visible!important
}

.invisible {
	visibility: hidden!important
}

.swiper-container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

#showpw {
	padding-bottom: 0 !important;
}

#modal_viewer {
	padding-bottom: 0;
}

.logo_style {
	margin-bottom: 10px;
	padding: 0 10px;
}

.white-bg {
	background-color: white;
}

.hide {
	display: none;
}

.header_row {
	margin: 0;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.mx-0 {
	margin: 0;
}

#modalviewerbody {
	height: 100%;
}

.position_div {
	position: relative;
}

.ptisdiv {
	padding-top: 40px;
}

.mt-5 {
	margin-top: 5px;
}

.width-full {
	width: 100%;
}

.pb-0 {
	padding-bottom: 0;
}

.leavesdiv {
	padding-top: 40px;
}

.contact-details_l {
	opacity: 0;
}

#pills-tab {
	margin: 0;
}

.track_col {
	position: absolute;
	bottom: 0;
}

.transport_column {
	margin-top: 5px;
	color: white;
}

.mt_15 {
	margin-top: 15px;
}

.item_center {
	align-items: center;
	display: flex;
}

.pd-zero {
	padding: 0 !important;
}

.pd-left {
	padding-left: 5px;
}

.pd-right {
	padding-right: 5px;
}

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

html {
	height: 100%
}

body {
	min-height: 100%;
	height: auto;
	overflow-y: auto;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	line-height: 22px;
	-webkit-overflow-scrolling: touch;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.wrapper {
	height: auto;
	width: 100%;
	position: relative;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	margin-left: 0;
	min-height: 100vh;
	padding-bottom: 80px
}

p.small {
	line-height: 1.45em
}

p:last-child {
	margin-bottom: 0
}

sup {
	top: -.2em
}

.laoderhorizontal {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px
}

.laoderhorizontal div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.laoderhorizontal div:nth-child(1) {
	left: 6px;
	animation: laoderhorizontal1 .6s infinite
}

.laoderhorizontal div:nth-child(2) {
	left: 6px;
	animation: laoderhorizontal2 .6s infinite
}

.laoderhorizontal div:nth-child(3) {
	left: 26px;
	animation: laoderhorizontal2 .6s infinite
}

.laoderhorizontal div:nth-child(4) {
	left: 45px;
	animation: laoderhorizontal3 .6s infinite
}

@keyframes laoderhorizontal1 {
	0% {
		transform: scale(0)
	}
	100% {
		transform: scale(1)
	}
}

@keyframes laoderhorizontal3 {
	0% {
		transform: scale(1)
	}
	100% {
		transform: scale(0)
	}
}

@keyframes laoderhorizontal2 {
	0% {
		transform: translate(0, 0)
	}
	100% {
		transform: translate(19px, 0)
	}
}

.btn-loader {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px
}

.btn-loader div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	margin: 3px;
	border: 4px solid #fff;
	border-radius: 50%;
	animation: btnloader 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	border-color: #fff transparent transparent transparent
}

.btn-loader div:nth-child(1) {
	animation-delay: -.45s
}

.btn-loader div:nth-child(2) {
	animation-delay: -.3s
}

.btn-loader div:nth-child(3) {
	animation-delay: -.15s
}

@keyframes btnloader {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

.loader-screen {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
	background-color: #ff0068
}

.swiper-slide {
	background-size: cover;
	background-position: center
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #e3bf65;
	outline: 0
}

.right-image {
	position: absolute;
	z-index: 0;
	right: 0;
	top: auto;
	bottom: auto;
	height: 600px
}

svg text {
	font-size: 14px;
	font-family: Roboto, sans-serif
}

.right-image+div {
	z-index: 1
}

select.form-control optgroup,
select.form-control option {
	color: #000
}

.form-control:focus {
	box-shadow: none;
	-ms-box-shadow: none
}

.form-control::placeholder {
	color: #bbb
}

.btn {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	border-width: 0
}

[class*=outline] {
	border-width: 1px
}

body a.btn-danger,
body a.btn-primary,
body a.btn-success,
body a.btn-warning {
	color: #fff
}

.btn i,
.btn span,
a i {
	vertical-align: middle
}

.btn img {
	max-width: 20px;
	vertical-align: middle
}

.btn:focus {
	box-shadow: none;
	-ms-box-shadow: none
}

.btn-default {
	color: #fff
}

.btn-warning {
	background-color: #e3bf65;
	color: #fff
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
	background-color: #e46908;
	color: #fff!important
}

.btn.btn-link-default {
	color: #bbb
}

.btn.shadow-sm {
	box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .2)!important;
	-webkit-box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .2)!important;
	-moz-box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .2)!important;
	-ms-box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .2)!important
}

.btn h1,
.btn h2,
.btn h3,
.btn h4,
.btn h5,
.btn h6 {
	vertical-align: middle
}

.list-group .list-group-item {
	padding: .75rem 15px
}

.list-group-item.active {
	z-index: 2;
	color: #343a40;
	background-color: #e3eaf1;
	border-color: #fff
}

.list-group-item.active:hover * {
	color: #343a40!important
}

.nav-tabs {
	z-index: 0;
	border: 0;
	margin-bottom: -11px
}

.card .card-header .nav-tabs {
	margin-bottom: -1px;
	text-align: center
}

.card-img:first-child {
	border-radius: 10px 10px 0 0
}

.nav-tabs .nav-link {
	padding: 15px 15px 25px 15px;
	border: 0;
	border-radius: 15px 15px 0 0
}

.card .card-header .nav-tabs .nav-link {
	padding: 15px
}

.nav-tabs .nav-link.active {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	-moz-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	-ms-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.card .card-header .nav-tabs .nav-link.active {
	box-shadow: 0 -.125rem .125rem rgba(0, 0, 0, .075);
	-webkit-box-shadow: 0 -.125rem .125rem rgba(0, 0, 0, .075);
	-moz-box-shadow: 0 -.125rem .125rem rgba(0, 0, 0, .075);
	-ms-box-shadow: 0 -.125rem .125rem rgba(0, 0, 0, .075)
}

.card .card-header {
	border: 0;
	border-radius: 14px
}

.card .card-footer {
	border: 0;
	border-radius: 0 0 12px 12px
}

.card .card-header .card-title {
	margin-bottom: 0
}

.tab-content {
	position: relative;
	z-index: 1
}

.tab-content .tab-pane {
	padding: 5px;
	background-color: #fff;
	box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .075);
	-webkit-box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .075);
	-moz-box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .075);
	-ms-box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .075);
	border-radius: 15px
}

.card .tab-content .tab-pane {
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none
}

.header {
	width: 100%;
	height: 50px;
	position: fixed;
	padding: env(safe-area-inset-top);
	top: 0;
	left: 0;
	z-index: 7;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	background: #e7edf2;
	z-index: 7
}

.header.active {
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.header-logo {
	height: auto;
	max-height: 48px;
	display: inline-block;
	vertical-align: middle;
	margin: 3px auto 0 auto
}

.header .btn {
	height: 54px;
	width: 76px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	line-height: 50px
}

.header+div {
	padding-top: 51px
}

.footer {
	width: 100%;
	height: auto;
	position: fixed;
	padding: env(safe-area-inset-bottom);
	bottom: 0;
	left: 0;
	z-index: 9;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	background: #fff;
	box-shadow: 0 -3px 10px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 -3px 10px rgba(0, 0, 0, .1);
}

.footer .btn {
	line-height: 40px;
	padding: 0;
	margin: auto;
	text-align: center;
	display: block;
	vertical-align: middle
}

.footer .col-20 {
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0
}

.footer span {
	font-size: 10px;
	text-align: center;
	display: block;
	line-height: 100%;
	color: #000;
}

.footer .btn i {
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle
}

.footer .centerbutton {
	height: 60px;
	line-height: 1.5;
	width: 60px;
	border-radius: 30px;
	margin: auto;
	margin-top: -20px;
	padding-top: 7px
}

.subtitle {
	font-size: 13px;
	line-height: 18px;
	margin-top: 20px;
}

.subtitle span {
	vertical-align: middle;
	display: inline-block;
	line-height: 26px;
	border-bottom: 2px solid #fff
}

.small-slide .swiper-slide {
	padding-bottom: 10px
}

.small-slide .swiper-slide .card {
	border-radius: 15px;
	margin-left: 15px;
	width: 100%
}

.small-slide .swiper-slide .card-body {
	position: relative
}

.small-slide .swiper-slide .small-slide-right {
	max-height: 100%;
	margin-right: -45px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0
}

.product-image {
	height: 80px;
	width: 100%;
	display: block;
	text-align: center;
	margin: 10px auto;
	max-width: 100px
}

.news-slide {
	height: 180px;
	padding-bottom: 20px;
	margin-bottom: 30px
}

.news-slide .swiper-slide {
	padding: 0 15px 10px 15px
}

.news-slide .swiper-slide .card {
	overflow: hidden;
	height: 100%;
	margin: 0
}

.news-slide.swiper-container-horizontal>.swiper-pagination-bullets {
	margin-bottom: -10px
}

.card {
	border-radius: 15px;
	overflow: hidden!important
}

.card .card-body {
	padding: 15px 4px
}

.figure-profile {
	height: 178px;
	width: 178px;
	border-radius: 90px;
	border: 10px solid #ff0068;
	margin: 0 auto;
	position: relative
}

.figure-profile figure {
	height: 100%;
	width: 100%;
	overflow: hidden;
	border-radius: 50%
}

.figure-profile figure img {
	width: 100%;
	min-height: 100%
}

pre {
	background: #e8f4ff;
	padding: 15px
}

.pink-theme .header.active,
.pink-theme .list-group-item.active {
	background-color: #e3eaf1
}

.pink-theme .wrapper {
	background-color: #e3eaf1;
	background-image: -moz-radial-gradient(center, ellipse cover, #fafafa 0, #e3eaf1 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #fafafa), color-stop(100%, #e3eaf1));
	background-image: -webkit-radial-gradient(center, ellipse cover, #fafafa 0, #e3eaf1 100%);
	background-image: -o-radial-gradient(center, ellipse cover, #fafafa 0, #e3eaf1 100%);
	background-image: -ms-radial-gradient(center, ellipse cover, #fafafa 0, #e3eaf1 100%);
	background-image: radial-gradient(ellipse at center, #fafafa 0, #e3eaf1 100%);
	background-attachment: inherit;
	background-position: center top;
	background-size: 100% 100%
}

.pink-theme .btn-default,
.pink-theme .loader-screen,
.pink-theme .nav-pills .nav-link.active,
.pink-theme .nav-pills .show>.nav-link,
.pink-theme body {
	background-color: #e3bf65
}

.small-slide-1 .swiper-slide a {
	position: relative
}

.small-slide-1 .swiper-slide a:before {
	content: '';
	position: absolute;
	left: auto;
	right: 0;
	width: 0;
	height: 100%;
	transition: all .3s;
	top: 0;
	bottom: auto;
	background: #e3bf65
}

.small-slide-1 .swiper-slide a:hover:before {
	width: 74.1%
}

.small-slide-1 .swiper-slide a:hover h5 {
	position: relative;
	z-index: 1;
	color: #fff
}

.pink-theme .btn-default {
	color: #ffff!important
}

.pink-theme .filter .form-group label {
	opacity: .85
}

.pink-theme .btn-default:focus,
.pink-theme .btn-default:hover {
	color: #fff;
	background-color: #dd015b
}

.pink-theme .figure-profile,
.pink-theme .form-control:focus {
	border-color: #e3bf65
}

.pink-theme .btn-link,
.pink-theme .btn.btn-link-default.active,
.pink-theme .btn.btn-link-default:focus,
.pink-theme .btn.btn-link-default:hover,
.pink-theme a {
	color: #212529
}

@media screen and (max-width:374px) {
	.footer .btn:not(.centerbutton) {
		width: 50px
	}
}

::-webkit-scrollbar {
	width: 0;
	height: 0
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: rgba(255, 255, 255, .5)
}

::-webkit-scrollbar-track {
	border-radius: 5px;
	background: rgba(230, 230, 230, .4)
}

.dashboard-banner {
	background-size: cover;
	background-position: 100%;
	height: 180px
}

.anchor-style {
	margin: 0!important
}

.small-slide-1 p {
	background-color: #354856;
	padding: 7px 10px;
	color: #fff!important;
	font-size: 1.1em;
	height: 50%;
	border-bottom-left-radius: 15px
}

.small-slide-1 h6 {
	background-color: #e3bf65;
	color: #fff;
	padding: 10px;
	margin: 0;
	height: 50%;
	white-space: nowrap;
	border-top-left-radius: 15px
}

.small-slide-1 .swiper-slide .card {
	overflow: hidden;
	height: auto;
	perspective: initial;
	transition: initial;
	margin-bottom: 0
}

.swiper-container .card {
	width: auto;
	height: auto;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-perspective: initial;
	perspective: inherit;
	transition: initial;
	overflow: initial;
	border: none
}

.small-slide-1 h5 {
	margin-bottom: 0;
	font-size: 13px;
	padding-right: 15px;
	line-height: 155%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.animation-scroll,
.animation-scrollbl,
.animation-scrolllms,
.animation-scrollnews {
	overflow-x: hidden!important;
	overflow-y: auto
}

.small-slide-1 .swiper-slide {
	width: initial
}

.noticeboard {
	margin-top: 15px;
	margin-bottom: 15px
}

.noticeboard h6 {
	margin: 0
}

.whats-going-on {
	height: 100%;
	display: table;
	width: 100%
}

.whats-going-on:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5)
}

.whats-going-on-text {
	z-index: 9;
	position: relative;
	display: table-cell;
	padding: 15px 15px 5px;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase
}

.whats-going-on h5 {
	color: #fff
}

.whats-going-on h5 {
	font-size: 1.2em;
	margin-bottom: 0
}

.col-pd {
	position: relative;
	padding: 20px 15px;
	border-radius: 16px;
	overflow: hidden
}

.mb-10 {
	margin-bottom: 1em
}

.mb-20 {
	margin-bottom: 2em
}

.mt-20 {
	margin-top: 2em
}

.content-style p {
	font-size: 15px;
	margin-bottom: 10px
}

.bg-style {
	background-size: cover;
	background-position: center
}

.col-height {
	min-height: 172px
}

.col-effect {
	box-shadow: 0 .125rem 1rem 0 rgba(0, 0, 0, .29);
	border-radius: 18px;
	border: 2px solid #fff;
	overflow: hidden;
	position: relative
}

.content-style h2 {
	font-size: 1.5em
}

.vcenter {
	display: table-cell;
	vertical-align: middle;
	width: 100%
}

.verticle-center {
	display: table;
	width: 100%;
	cursor: pointer;
	transition: all .2s
}

.verticle-center a {
	padding: 57px 20px
}

.footer i {
	font-size: 28px;
}

.other-slider-one figure img {
	max-height: 40px
}

.other-slider-one .swiper-slide span {
	display: block;
	font-size: 11px
}

.other-slider-one .product-image {
	height: auto;
	margin: 0 auto
}

.other-slider-one .swiper-wrapper {
	padding-bottom: 15px
}

.other-slider-one .card .card-body {
	display: table;
	width: 100%;
	padding: 10px 4px;
	height: 88px;
	min-height: 98px
}

.other-slider-one a {
	margin-bottom: 0;
	display: table-cell!important;
	vertical-align: middle
}

.swiper-container-horizontal {
	overflow: hidden
}

.school-slider .dashboard-banner {
	height: 140px
}

.remove-page {
	position: fixed;
	right: -1000px;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99;
	bottom: auto;
	overflow: auto;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition: transform .5s ease-out;
	-webkit-transition: transform .5s ease-out
}

.active-page,
.activemodal {
	position: fixed;
	right: -1000px;
	width: 100%;
	height: 100%;
	-webkit-animation: slide .5s forwards;
	-webkit-animation-delay: .5s;
	animation: slide .5s forwards;
	animation-delay: .5s;
	top: 0;
	z-index: 8;
	bottom: auto;
	padding: 0 0 20px;
	background: #f5f5f5
}

@-webkit-keyframes slide {
	100% {
		right: 0
	}
}

@keyframes slide {
	100% {
		right: 0
	}
}

.notice-row .card {
	overflow: hidden
}

.column-height {
	padding-bottom: 80px;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.notice-row .col-md-6 {
	margin-bottom: 20px
}

.notice-row .col-md-12:last-child {
	margin-bottom: 0
}

.page-header-col {
	margin-top: 55px;
	background-color: #354856;
	margin: 0 0 20px;
	padding: 20px 0;
	display: flex;
	align-items: center;
	position: sticky;
	top: 0;
	z-index: 99
}

.page-header-col h5,
.page-header-col h5 a {
	color: #fff;
	margin: 0
}

.pink-theme a.backlink i {
	color: #fff;
	font-size: 2em
}

.snd_content:after,
.snd_content:before {
	content: '';
	display: table;
	clear: both
}

#show_notice_detail a.nattachment {
	width: 33.33%;
	float: left
}

.pink-theme .backlink {
	line-height: 100%;
	display: block;
	float: right
}

.notice-date {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 20px
}

.notice-date span {
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
	font-size: 1.2em
}

.bgcolor-style {
	background: #fff;
	padding: 30px 0
}

.text-style p {
	line-height: 160%;
	color: #4c4c4c;
	font-size: 1.1em
}

.snd_content {
	display: block
}

.snd_content a i {
	font-size: 3.8em;
	color: #d44c4c
}

.animated.fast {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

#show_notice_detail b,
#show_notice_detail p,
#show_notice_detail span {
	font-family: Roboto, sans-serif!important;
	text-align: left!important
}

.nodatafound {
	text-align: center;
	height: 21px;
	width: 100%;
	font-size: 26px;
	color: #d8d8d8;
	margin: auto;
	transform: translateY(160px)
}

#shownotice .col-9 {
	padding-left: 0
}

.notice-container .col-8 {
	padding-left: 0
}

img {
	max-width: 100%
}

.event-col p {
	font-size: 13px
}

.event-col img {
	margin-top: 15px
}

.clearfix {
	clear: both;
	width: 100%
}

.clearfix:after,
.clearfix:before {
	content: '';
	clear: both;
	display: table
}

.assignment-bg-image {
	height: 180px;
	background-size: cover;
	background-position: center;
	margin-bottom: 30px
}

.pd-10 a {
	padding: 10px!important;
	position: relative;
	top: 21px;
	z-index: 9
}

.content-style h2 {
	font-size: 1em
}

.content-style h2 {
	font-size: 1em
}

.assignment-item {
	background-color: #fff;
	padding: 15px;
	border-radius: 6px;
	box-shadow: 0 0 10px 0 #b1b1b1;
	margin-bottom: 20px
}

.assignment-hedaer .row {
	align-items: center
}

.assignment-hedaer span {
	font-weight: 600;
	font-size: 20px;
	text-transform: capitalize;
	letter-spacing: .5px
}

.assignment-body,
.assignment-hedaer {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px
}

.assignment-body h5 {
	margin-bottom: 0
}

.assignment-footer p {
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 180%
}

.integers-header h6 {
	margin-bottom: 0;
	font-size: 1.1em;
	font-weight: 600
}

.integers-details {
	background-color: #fff;
	padding: 15px;
	border-radius: 6px;
	box-shadow: 0 0 6px 4px #ddd
}

.integers-header {
	background-color: #f5f5f5;
	padding: 10px;
	margin-bottom: 10px
}

.integers_column {
	padding: 0 10px 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px
}

.integers_column:last-child {
	margin-bottom: 0;
	border: none;
	padding-bottom: 0
}

.integers_column span {
	font-weight: 600;
	letter-spacing: .5px;
	font-size: 1em
}

.assignment-hedaer .col-10 {
	padding-left: 0
}

.profile_column p {
	display: block;
	margin-bottom: 0;
	font-size: 14px;
	word-break: break-all
}

.profile_column h6 {
	margin-bottom: 0;
	color: gray;
	font-size: 14px
}

.profile_column .row:last-child {
	border-bottom: none
}

.profile_column .row {
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding: 10px 0
}

.profile_column h5 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 15px 0 10px
}

.name_title h3:after,
.name_title:after {
	content: '';
	position: relative;
	display: block;
	width: 100px;
	height: 4px;
	background-color: #ff0068;
	margin: 10px auto 10px
}

.name_title:after {
	width: 50px;
	margin: -5px auto 0;
	background-color: #e3bf65
}

.profile_column {
	margin-top: 15px
}

.profile_column img {
	max-width: 30px
}

.profile_column .col-4 {
	padding-right: 0
}

.notice-container .swiper-slide .card {
	width: 268px
}

.school-post-item {
	background-color: #fff
}

.school-logo {
	margin: 15px 0
}

.school-logo img {
	height: 170px;
	width: 100%
}

.school-post-text p {
	font-size: 14px;
	line-height: 200%
}

.school-post-time i {
	margin-right: 5px
}

.school-post-text {
	padding: 15px
}

.school-post-time i,
.school-post-time span {
	color: #fff
}

.school-post-time {
	background: #354856;
	padding: 10px 15px
}

.school-post-text h6 {
	display: inline-block;
	position: relative;
	padding-bottom: 5px
}

.school-post-text h6:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	background-color: #e3bf65;
	height: 2px;
	width: 120px
}

.going_on_school_item img {
	object-fit: cover;
	object-position: right;
	height: 90px;
	width: 100%
}

.going_on_school_item {
	background-color: #fff;
	padding: 16px;
	border-radius: 6px;
	box-shadow: 0 0 6px 3px #ddd;
	margin-bottom: 15px;
	position: relative
}

.going_on_school_text h6 {
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 5px
}

.going_on_school_text i,
.going_on_school_text span {
	color: #e3bf65
}

.going_on_school_item .col-8 {
	padding-left: 0
}

.going_on_school_text h6 {
	font-size: 13px;
	line-height: 150%;
	margin-top: 10px;
	font-weight: 500;
	color: #4e4e4e;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.fee-item {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 6px 4px #ddd;
	padding: 15px;
	margin-bottom: 15px
}

.fee-body,
.fee-head {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px
}

.fee-head {
	padding: 10px
}

.fee-body h5 span.pull-right {
	font-weight: 400
}

.fee-body h5 {
	margin-bottom: 6px
}

.medical-slider .product-image img {
	max-width: 30px
}

.medical-slider .card-body:after {
	display: none
}

.fee-item h5:after,
.fee-item h5:before {
	content: '';
	display: table;
	clear: both
}

.fee-item h5 span:last-child {
	font-size: 15px;
	display: block
}

.fee-footer h5,
.fee-head span,
.fee-item h5 span:first-child {
	font-size: 15px;
	display: block;
	font-weight: 600
}

.fee-head .row {
	align-items: center
}

.fee-footer i.fa-close {
	color: red;
	border: 1px solid;
	width: 40px;
	height: 40px;
	border-radius: 30px;
	display: inline-block;
	font-size: 30px;
	padding: 3px 0;
	margin-top: 8px
}

.notice_attachments a {
	display: inline-block;
	padding: 4px
}

@media(max-width:991px) {
	.pd-10 a {
		padding: 5px!important
	}
	.content-style h2 {
		font-size: 14px
	}
}

@media(max-width:768px) {
	.pd-10 a {
		padding: 5px!important
	}
	.content-style h2 {
		font-size: 14px
	}
}

@media(max-width:400px) {
	.pd-10 a {
		padding: 2px!important
	}
}

@media (max-width:360px) {
	.content-style h2 {
		font-size: 14px
	}
	.pd-10 a {
		padding: 8px!important
	}
	.noticeboard h6 {
		font-size: 15px
	}
}

img.schoollogo.display_print {
	width: 62px!important
}

.animateblock,
.animateblockbl,
.animateblocknews,
.animateblockpw,
.animatelms {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out
}

.animateblock.left,
.animateblockbl.left,
.animateblocknews.left,
.animateblockpw.left,
.animatelms.left {
	transform: translateX(-700px)
}

.animateblock.left.animated,
.animateblockbl.left.animatedbl,
.animateblocknews.left.animatednews,
.animateblockpw.left.animatedpw,
.animatelms.left.animatedlms {
	transform: translateX(0)
}

.animateblock.right,
.animateblockbl.right,
.animateblocknews.right,
.animateblockpw.right,
.animatelms.right {
	transform: translateX(700px)
}

.animateblock.right.animated,
.animateblockbl.right.animatedbl,
.animateblocknews.right.animatednews,
.animateblockpw.right.animatedpw,
.animatelms.right.animatedlms {
	transform: translateX(0)
}

.row-custom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.list-group-flush .list-group-item {
	margin-bottom: 10px;
	border-radius: 6px
}

#show_notification .text-secondary {
	font-size: 14px;
	margin-bottom: 0!important
}

.list-group .list-group-item img {
	border-radius: 100%;
	height: 40px;
	width: 40px;
	background: #f3f3f3;
	border: 2px solid #e3bf65
}

@media (max-width:430px) {
	.assignment-hedaer span {
		font-size: 16px;
		letter-spacing: 0
	}
	.assignment-footer p,
	.assignment-hedaer span {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical
	}
	.assignment-body h5 {
		font-size: 15px
	}
}

@media (max-width:360px) {
	.medical_item img {
		max-width: 20px!important
	}
}

@media (max-width:340px) {
	.medical-slider .product-image {
		height: 35px
	}
}

img.schoollogo {
	width: 100% !important;
}

select#exam_ayear {
	border-right: 5px solid #e0e0e0 !important;
}

select#term_data,
select#exam_ayear {
	border-radius: 0;
	border: none;
	background: #fff;
	height: 45px;
	border-bottom: 5px solid #e0e0e0
}

#showexam .container.active-col {
	padding: 0
}

#show_notice_detail .page-header-col,
#showexam .page-header-col {
	margin-bottom: 0
}

tr.reportHead td {
	padding: 5px 10px!important
}

tr.reportHead {
	background: #fff
}

table tr td,
table tr th {
	border-color: #bbb
}

table {
	border: none
}

div[role=toolbar] {
	display: none!important
}

.medical-item {
	background: #fff;
	box-shadow: 0 0 8px 6px #3548561c;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 20px
}

.medical-header {
	background: #354856;
	padding: 15px
}

.medical-header span {
	color: #fff;
	text-transform: capitalize
}

.medical-header span:first-child {
	margin-right: 8px
}

.medical-body ul {
	margin-bottom: 0;
	padding: 0
}

.medical-item ul li {
	list-style-type: none;
	border-bottom: 1px solid #354856;
	line-height: 150%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding: 5px 15px;
	font-size: 14px
}

.medical-item ul li:last-child {
	border-bottom: none;
	margin-bottom: 0
}

.medical-item ul li span {
	font-weight: 700;
	color: #354856
}

.medical-slider .product-image {
	height: 30px;
	margin: 8px auto
}

.medical-slider .swiper-slide {
	padding: 0 5px
}

.medical-slider .swiper-wrapper {
	padding-bottom: 40px
}

.tab-content {
	width: 100%
}

#showmedical .tab-content .tab-pane {
	padding: 0 10px;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	border-radius: 0
}

.nav-tabs {
	flex-wrap: inherit;
	margin-bottom: 0
}

.medical-slider .swiper-slide.active .card {
	background: rgba(250, 154, 0, .38)
}

.medical_item {
	background: #519aab;
	padding: 10px;
	text-align: center;
	border: 1px solid #fff
}

.advisory-tab .col-4 {
	padding: 0
}

#showmedical .medical_item h6 {
	font-size: 13px;
	margin-bottom: 0;
	color: #fff;
	font-weight: 400;
	letter-spacing: .5px
}

.medical_item img {
	max-width: 30px;
	margin-bottom: 10px
}

.advisory-tab {
	padding: 5px 20px!important;
	background: #519aab!important
}

.advisory-tab .medical_item {
	border-bottom: none
}

.advisory-tab .col-4:nth-child(3n+2) .medical_item {
	border-left: none;
	border-right: none
}

.advisory-tab .col-4:nth-last-child(-n+3) .medical_item {
	border-bottom: 1px solid #fff
}

#showmedical h6 {
	font-size: 14px
}

#showmedical .card-body {
	padding: 6px
}

.acolumn_style {
	border: 1px solid #ddd;
	background: #fff;
	display: flex;
	align-items: center
}

.acol-pd {
	padding: 10px 0
}

.stu_present ul li .prcnt {
	float: right
}

.activities-column ul,
.stu_present ul {
	padding: 0
}

.activities-column ul li,
.stu_present ul li {
	list-style-position: inside;
	list-style-type: none;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px
}

.stu_present ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none
}

h5 {
	margin-bottom: 0
}

.listylenone {
	list-style: none!important
}

.show-contacts.container-form,
.show-contacts.container-form_l {
	background: #fff;
	z-index: 1;
	top: 65px;
	left: 0;
	right: 0
}

.show-contacts #down {
	left: 45%;
	transform: rotate(180deg)
}

.btn-bg-style {
	position: fixed;
	z-index: 99;
	top: 42px;
	height: 40px;
	left: 20px;
	right: auto;
	transition: all .7s;
	transition: all .7s cubic-bezier(.215, .61, .355, 1)
}

.show-contacts .btn-bg-style {
	transition: all .7s cubic-bezier(.215, .61, .355, 1);
	left: 45%
}

.btn.contact-details,
.btn.contact-details_l {
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #e3bf65;
	border-radius: 100%;
	box-shadow: 0 0 10px rgba(156, 156, 156, .8);
	-webkit-transition: all .7s cubic-bezier(.215, .61, .355, 1);
	transition: all .7s cubic-bezier(.215, .61, .355, 1);
	transform: rotate(360deg)
}

.input-file-container {
	position: relative
}

.input-file-container input {
	width: 100%;
	height: 46px;
	position: absolute;
	opacity: 0
}

.show-contacts .contact-box,
.show-contacts .contact-box_l {
	margin-top: 0;
	height: 100%
}

.integers-header .row {
	align-items: center
}

.contact-box,
.contact-box_l {
	position: fixed;
	z-index: 1;
	background-color: rgba(255, 255, 255, .5);
	max-width: 450px;
	margin: 0 auto;
	padding: 20px;
	color: #2c343b;
	text-align: center;
	-webkit-transition: all .7s cubic-bezier(.215, .61, .355, 1);
	transition: all .7s cubic-bezier(.215, .61, .355, 1);
	margin-top: -500px;
	border: 1px solid #ddd;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	border-radius: 16px;
	background: #fff;
	left: 0;
	right: 0
}

.bar,
.bar_l {
	position: absolute;
	display: block;
	height: 15px;
	width: 2px;
	background: #fff;
	-webkit-transition: all .7s cubic-bezier(.215, .61, .355, 1);
	transition: all .7s cubic-bezier(.215, .61, .355, 1)
}

.bar#left,
.bar_l#left_l {
	top: 14px;
	left: 18px;
	transform: rotate(90deg)
}

.bar#right,
.bar_l#right_l {
	top: 14px;
	right: 20px;
	transform: rotate(0)
}

.show-contacts .bar#left,
.show-contacts .bar_l#left_l {
	top: 12px;
	left: 19px;
	transform: rotate(-45deg)
}

.show-contacts .bar#right,
.show-contacts .bar_l#right_l {
	top: 12px;
	right: 19px;
	transform: rotate(45deg)
}

.file-upload {
	background-color: #fff;
	width: 100%;
	margin: 0 auto
}

.file-upload-btn {
	width: 100%;
	margin: 0;
	color: #fff;
	background: #e3bf65;
	border: none;
	padding: 10px;
	border-radius: 4px;
	border-bottom: 4px solid #ce600a;
	transition: all .2s ease;
	outline: 0;
	text-transform: uppercase;
	font-weight: 700
}

.file-upload-btn:hover {
	background: #e46400;
	color: #fff;
	transition: all .2s ease;
	cursor: pointer
}

.file-upload-btn:active {
	border: 0;
	transition: all .2s ease
}

.file-upload-content {
	display: none;
	text-align: center
}

.file-upload-input {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: 0;
	opacity: 0;
	cursor: pointer;
	left: 0;
	right: 0
}

.image-dropping {
	background-color: #1fb264;
	border: 4px dashed #fff
}

.image-title-wrap {
	padding: 0 15px 15px 15px;
	color: #222
}

.file-upload-image {
	padding: 5px 0;
	width: 80px
}

.remove-image {
	color: #fff;
	background: #ab0000;
	border: none;
	padding: 10px;
	border-radius: 2px;
	border-bottom: 2px solid #b02818;
	transition: all .2s ease;
	outline: 0;
	text-transform: inherit;
	width: 100%;
	font-weight: 400
}

.remove-image:hover {
	background: #c13b2a;
	color: #fff;
	transition: all .2s ease;
	cursor: pointer
}

.remove-image:active {
	border: 0;
	transition: all .2s ease
}

.btn-info {
	color: #fff;
	background-color: #354856;
	border-color: #354856;
	font-size: 14px!important;
	text-transform: capitalize!important;
	padding: 10px 40px;
	font-weight: 400!important;
	letter-spacing: .5px
}

.btn-info:hover {
	color: #fff;
	background-color: #172c3c;
	border-color: #172c3c
}

.container_request {
	height: 497px;
	top: 60px;
	padding: 0
}

.container_request .top {
	position: relative;
	height: 100%;
	-webkit-transition: height .8s linear;
	transition: height .8s linear;
	will-change: height;
	background-position: center;
	background-size: cover
}

.container_request .top .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(120deg, #e3bf65 0, #f6ab22 100%);
	opacity: .8
}

.container_request .top .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: opacity 1s linear;
	transition: opacity 1s linear
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: initial
}

.container_request .bottom {
	height: 60%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.container_request .bottom input,
.container_request .bottom select {
	box-sizing: border-box;
	width: 80%;
	margin: 5px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.container_request .bottom .button {
	box-sizing: border-box;
	width: 80%;
	padding: 13px 10px;
	margin-top: 10px;
	background: #e3bf65;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	-webkit-transition: all .4s linear;
	transition: all .4s linear
}

.container_request.animate .top {
	height: 30%
}

.container_request.animate .top .logo {
	opacity: 1
}

.container_request .bottom select,
.container_request.animate .bottom input {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.container_request.animate .bottom input:nth-child(1) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.container_request.animate .bottom input:nth-child(2) {
	-webkit-transition-delay: .8s;
	transition-delay: .8s
}

.container_request.animate .bottom .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

.container_request .top .logo h5 {
	color: #fff;
	text-align: center;
	text-transform: capitalize
}

.container_request .top .logo img {
	max-width: 90px;
	margin: auto;
	display: block
}

#show_library .remove-page {
	right: 0
}

.book-list-item {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	background-color: #fff;
	padding: 10px 0 0;
	border-radius: 6px;
	margin-bottom: 20px;
	position: relative
}

.book-list-item:last-child {
	margin-bottom: 0
}

.book-list-item h4,
.book-list-item h6,
.book-list-item p,
.book-list-item span {
	font-size: 16px;
	font-weight: 500;
	color: #4c4c4c;
	margin-bottom: 5px;
	display: block;
	border-bottom: 1px solid #dcdcdc;
	padding: 6px 20px
}

.book-list-item h6 {
	margin-bottom: 0
}

.book-list-item button {
	width: 100%;
	border-radius: 0;
	color: #000;
	text-transform: uppercase!important;
	font-weight: 700!important;
	background: #fff
}

.book-list-item:nth-child(odd) {
	background-color: #e3bf6521
}

.book-list-item:nth-child(even) {
	background-color: #3548561c
}

.whats-going-container .small-slide-1 .swiper-slide .card {
	width: 268px
}

.newscard h6,
.newscard span {
	color: #fff;
	position: relative;
	z-index: 1;
	font-weight: 400;
	letter-spacing: .5px;
	font-size: 12px;
}

.newscard:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6)
}

.newscard {
	background-size: cover;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	padding: 10px;
	border-radius: 16px;
	margin-right: 10px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
	position: relative;
	overflow: hidden
}

.newscard span {
	position: absolute;
	bottom: 5px;
	right: 15px;
	left: auto
}

.whats-going-container .swiper-slide {
	padding-bottom: 0
}

.newscardread:before,
.noticecardread:before {
	content: '';
	position: absolute;
	top: 5px;
	left: auto;
	right: 1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #e3bf65;
	z-index: 1
}

.event-content {
	margin: 15px auto 0;
	padding: 10px 15px
}

table tr td {
	border: 1px solid #ddd;
	padding: 10px;
	text-transform: capitalize;
	font-size: 13px
}

table tr th {
	padding: 10px;
	text-align: center
}

.event-content span {
	display: block;
	font-weight: 700;
	line-height: 180%
}

.event-content .eventclass {
	border-color: #007bff
}

.event-content .holidayclass {
	border-color: #0099c6
}

.event-content .examclass {
	border-color: #006589
}

.event-content div {
	border: 2px solid #fa9a00;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.box {
	position: relative;
	background: #f10d0d
}

.ribbon {
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 175px;
	height: 175px;
	text-align: right
}

.ribbon span {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	line-height: 23px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-38deg);
	width: 200px;
	display: block;
	box-shadow: 0 3px 10px -5px #000;
	position: absolute;
	top: 13px;
	left: -66px
}

.ribbon span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #ff8a30;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #ff8a30
}

.ribbon span::after {
	content: "";
	position: absolute;
	right: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #ff8a30;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #ff8a30
}

.calendar table td {
	color: #2b2b2b;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e6e6e6;
	cursor: default;
	position: relative
}

.hae.event_on:before {
	left: -15px
}

.hae.event_on:after {
	left: 5px
}

.absent:after,
.event_on:before,
.halfday:after,
.holiday:after,
.leave:after,
.medical:after,
.onduty:after,
.present:after,
td.hae:after {
	content: '';
	width: 7px;
	height: 7px;
	position: absolute;
	bottom: 10px;
	top: auto;
	border-radius: 100%;
	margin: auto
}

td.hae:after {
	position: relative;
	display: block;
	background: #fa9a00;
	border: 1px solid #fdbf5b;
	top: 0
}

.event_on:before {
	background: #0031fa;
	border: 1px solid #6c5bfd;
	left: 0;
	right: 0
}

td.absent:after,
td.halfday:after,
td.holiday:after,
td.leave:after,
td.medical:after,
td.onduty:after,
td.present:after {
	position: relative;
	display: block;
	top: 0
}

td.present:after {
	background: #109618;
	border: 1px solid #109618
}

td.absent:after {
	background: #dc3912;
	border: 1px solid #dc3912
}

td.medical:after {
	background: #36c;
	border: 1px solid #36c
}

td.leave:after {
	background: #d47;
	border: 1px solid #d47
}

td.onduty:after {
	background: #f90;
	border: 1px solid #f90
}

td.halfday:after {
	background: #909;
	border: 1px solid #909
}

td.holiday:after {
	background: #0099c6;
	border: 1px solid #0099c6
}

#attendance_notations span {
	padding: 0 5px;
	display: inline-block
}

#attendance_notations span:nth-child(1):before,
#attendance_notations span:nth-child(2):before,
#attendance_notations span:nth-child(3):before,
#attendance_notations span:nth-child(4):before,
#attendance_notations span:nth-child(5):before,
#attendance_notations span:nth-child(6):before,
#attendance_notations span:nth-child(7):before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50px
}

#attendance_notations span:nth-child(1):before {
	background-color: #109618
}

#attendance_notations span:nth-child(2):before {
	background-color: #dc3912
}

#attendance_notations span:nth-child(3):before {
	background-color: #36c
}

#attendance_notations span:nth-child(4):before {
	background-color: #d47
}

#attendance_notations span:nth-child(5):before {
	background-color: #f90
}

#attendance_notations span:nth-child(6):before {
	background-color: #909
}

#attendance_notations span:nth-child(7):before {
	background-color: #0099c6
}

.other-slider-one .swiper-wrapper {
	padding-bottom: 35px
}

.academics-row span {
	font-size: 11px
}

.academics-row figure {
	margin-bottom: 5px
}

.academics-row img {
	max-height: 40px
}

.academics-row .col-4:nth-child(1),
.academics-row .col-4:nth-child(4) {
	padding-left: 15px
}

.academics-row .col-4 {
	padding: 5px
}

.academics-row .col-4:nth-child(3),
.academics-row .col-4:nth-child(6) {
	padding-right: 15px
}

.academics-row a {
	margin: 0;
	font-weight: 500;
	color: #000;
	display: block;
	line-height: 100%;
	position: relative;
	z-index: 1
}

#lightgallery {
	padding: 0;
	margin: 0;
	background-color: #fff
}

#lightgallery li {
	padding: 3px;
	list-style-type: none;
	list-style-position: inside
}

#lightgallery li a {
	display: block;
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid #354856
}

.card-body:after {
	animation: animate 4s ease-in-out infinite;
	-webkit-animation: animate 4s ease-in-out infinite;
	-moz-animation: animate 4s ease-in-out infinite;
	-ms-animation: animate 4s ease-in-out infinite;
	-o-animation: animate 4s ease-in-out infinite;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border: 0;
	z-index: 0;
	content: '';
	background-color: #83e4e245;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	transition: all .3s;
	transform: translateY(0)
}

@keyframes animate {
	0%,
	100% {
		clip-path: polygon(0 60%, 9% 50%, 21% 45%, 35% 48%, 46% 53%, 53% 59%, 65% 65%, 78% 65%, 88% 60%, 96% 54%, 100% 44%, 100% 100%, 0 100%);
		-webkit-clip-path: polygon(0 60%, 9% 50%, 21% 45%, 35% 48%, 46% 53%, 53% 59%, 65% 65%, 78% 65%, 88% 60%, 96% 54%, 100% 44%, 100% 100%, 0 100%);
		-moz-clip-path: polygon(0 60%, 9% 50%, 21% 45%, 35% 48%, 46% 53%, 53% 59%, 65% 65%, 78% 65%, 88% 60%, 96% 54%, 100% 44%, 100% 100%, 0 100%);
		-ms-clip-path: polygon(0 60%, 9% 50%, 21% 45%, 35% 48%, 46% 53%, 53% 59%, 65% 65%, 78% 65%, 88% 60%, 96% 54%, 100% 44%, 100% 100%, 0 100%);
		-o-clip-path: polygon(0 60%, 9% 50%, 21% 45%, 35% 48%, 46% 53%, 53% 59%, 65% 65%, 78% 65%, 88% 60%, 96% 54%, 100% 44%, 100% 100%, 0 100%)
	}
	50% {
		clip-path: polygon(0 43%, 10% 55%, 21% 63%, 35% 67%, 47% 63%, 54% 54%, 63% 46%, 72% 40%, 83% 40%, 93% 45%, 100% 51%, 100% 100%, 0 100%);
		-webkit-clip-path: polygon(0 43%, 10% 55%, 21% 63%, 35% 67%, 47% 63%, 54% 54%, 63% 46%, 72% 40%, 83% 40%, 93% 45%, 100% 51%, 100% 100%, 0 100%);
		-moz-clip-path: polygon(0 43%, 10% 55%, 21% 63%, 35% 67%, 47% 63%, 54% 54%, 63% 46%, 72% 40%, 83% 40%, 93% 45%, 100% 51%, 100% 100%, 0 100%);
		-ms-clip-path: polygon(0 43%, 10% 55%, 21% 63%, 35% 67%, 47% 63%, 54% 54%, 63% 46%, 72% 40%, 83% 40%, 93% 45%, 100% 51%, 100% 100%, 0 100%);
		-o-clip-path: polygon(0 43%, 10% 55%, 21% 63%, 35% 67%, 47% 63%, 54% 54%, 63% 46%, 72% 40%, 83% 40%, 93% 45%, 100% 51%, 100% 100%, 0 100%)
	}
}

.small-slide span.col-4 {
	position: relative;
	z-index: 1
}

.card-body a,
.card-body figure,
.card-body h6 {
	position: relative;
	z-index: 1
}

.card-body:hover:after {
	transform: translateY(55px);
	transition: all .3s
}

.checkbox-column h2 {
	color: #354856;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 0;
	font-weight: 600;
	text-transform: capitalize
}

.range-slider input {
	width: 100%
}

.range-slider .range-slider__value {
	font-weight: 700;
	font-size: 21px;
	color: #000
}

.pollsdiv select {
	width: 100%;
	height: 34px;
	border-radius: 4px;
	border-color: #ddd;
	margin-bottom: 10px;
	background: #fff
}

.pollsdiv .btn-info {
	width: 25%;
	padding: 6px
}

.app_inner__tab textarea {
	width: 100%;
	height: 100px;
	background-color: #fff
}

.notice-container .card-body:after {
	width: 83%;
	left: auto
}

ul#lightgallery_almanac {
	padding-left: 0;
	margin: 0
}

#lightgallery_almanac li {
	padding: 4px
}

#lightgallery_almanac li img {
	border: 2px solid #354856;
	border-radius: 4px;
	height: 110px;
	width: 100%
}

#lightgallery_almanac li span {
	position: absolute;
	right: 6px;
	bottom: 6px;
	left: auto;
	top: auto;
	width: 20px;
	height: 20px;
	background: #e3bf65;
	color: #fff;
	text-align: center
}

#piechart {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.medical-col-pd {
	padding: 0 5px
}

.medical-item img {
	width: 80px
}

.medical-item figure {
	margin: 0;
	position: relative
}

.medical-title {
	position: absolute;
	left: 0;
	right: 0;
	top: 41px;
	bottom: auto;
	width: 68px;
	margin: auto
}

.medical-date {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 20px;
	font-size: 12px;
	width: 65px;
	margin: auto
}

.col-style-pd .product-image {
	height: 30px;
	margin: 8px auto
}

.col-style-pd h6 {
	font-size: 14px
}

.col-style-pd {
	padding: 0 5px;
	text-align: center
}

.nav-focus.active .card {
	background: rgba(250, 154, 0, .38)
}

.nav-focus {
	margin-bottom: 20px
}

.container-bg {
	background-color: #fff
}

.container-bg .container-tab-pane {
	padding: 15px
}

.plus.active {
	transform: rotate(-90deg);
	transition: transform 0s
}

.plus {
	height: 30px;
	transition: transform .3s cubic-bezier(.5, 0, 0, 1)
}

.icon {
	display: inline-block;
	position: relative;
	width: 30px;
	min-width: 20px;
	max-width: 30px;
	max-height: 30px;
	margin: 0;
	background: #e3bf65;
	border-radius: 100%;
	z-index: 999
}

.plus span:nth-of-type(1) {
	top: 0;
	bottom: 0;
	width: 2px;
	left: calc(50% - (3px / 2));
	height: 20px;
	top: 5px
}

.icon span {
	background: #fff;
	position: absolute
}

.plus span:nth-of-type(2) {
	top: calc(50% - (3px / 2));
	bottom: 0;
	left: 5px;
	right: 0;
	height: 2px;
	transform-origin: left;
	transition: transform .3s cubic-bezier(.5, 0, 0, 1) .2s;
	width: 20px
}

.plus.active span:nth-of-type(2) {
	transition: transform .3s cubic-bezier(.5, 0, 0, 1);
	transform: translate3d(-15%, 0, 0) scale3d(0, 1, 1)
}

#shownotice .small-slide-1 {
	display: block
}

.book-list-item h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.transport-container:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .56);
	display: block;
	border-radius: 16px
}

.transport-container {
	margin-top: 30px;
	position: relative
}

.transport-container .content-style a span {
	position: relative
}

.transport-container .content-style a,
.transport-container .content-style a span,
.transport-container .content-style div {
	z-index: 1;
	color: #fff;
	cursor: pointer
}

#showtransport .page-header-col {
	margin-bottom: 0
}

.nav-pills .card-body:after {
	display: none!important
}

.col-style-pd .product-image img {
	max-width: 30px
}

.app_inner input.radiobtn[type=radio] {
	display: none
}

.app_inner input.radiobtn[type=radio]:checked+label .app_inner__tab,
.app_inner input.radiobtn[type=radio]:checked+label .app_inner__tab .tab_right,
.app_inner input.radiobtn[type=radio]:not(checked)+label .app_inner__tab,
.app_inner input.radiobtn[type=radio]:not(checked)+label .app_inner__tab .tab_right {
	-webkit-transition: all .3s;
	transition: all .3s
}

.app_inner input.radiobtn[type=radio]:checked+label .app_inner__tab {
	height: 100%
}

.app_inner input.radiobtn[type=radio]:checked+label .app_inner__tab .tab_right {
	top: 0
}

.app_inner input.radiobtn[type=radio]:not(checked)+label .app_inner__tab {
	border-left: 43px solid rgba(255, 255, 255, .28)
}

.app_inner input.radiobtn[type=radio]:not(checked)+label .parent {
	height: 100px
}

.app_inner input.radiobtn[type=radio]:not(checked)+label .app_inner__tab .tab_right {
	top: 200px
}

.app_inner .input-label {
	display: block;
	width: 100%;
	margin: 0
}

.app_inner label:nth-of-type(1) .app_inner__tab:hover,
.app_inner label:nth-of-type(2) .app_inner__tab:hover,
.app_inner label:nth-of-type(3) .app_inner__tab:hover,
.app_inner label:nth-of-type(4) .app_inner__tab:hover {
	-webkit-transition: all .2s;
	transition: all .2s
}

.app_inner label:nth-of-type(1) .app_inner__tab {
	background: #ffd3b1
}

.app_inner label:nth-of-type(2) .app_inner__tab {
	background: #d1ebff
}

.app_inner label:nth-of-type(3) .app_inner__tab {
	background: #ffdae7
}

.app_inner label:nth-of-type(4) .app_inner__tab {
	background: #d0ffc9
}

.app_inner label:nth-of-type(5) .app_inner__tab {
	background: #9ef792
}

.app_inner__tab {
	width: 100%;
	height: 100%;
	background: red;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .65s;
	transition: all .65s;
	padding: 15px
}

.app_inner__tab h2 {
	position: relative;
	color: #000;
	font-size: 16px;
	line-height: 140%
}

.input-label:before {
	content: 'Qus';
	position: absolute;
	left: 7px;
	right: auto;
	top: 0;
	bottom: 0;
	height: 20px;
	margin: auto;
	font-weight: 700;
	color: #354856;
	z-index: 9
}

.tab_right .btn.btn-info {
	float: right
}

.app_inner .input-label {
	position: relative
}

.app_inner__tab .tab_right {
	position: relative;
	top: 200px;
	text-align: left
}

.tab_right li {
	display: inline-block;
	margin-right: 10px
}

.app_inner #tab-1,
.app_inner #tab-2,
.app_inner #tab-3,
.app_inner #tab-4 {
	display: none
}

@-webkit-keyframes move_out {
	0% {
		top: 47px
	}
	100% {
		top: 200px
	}
}

@keyframes move_out {
	0% {
		top: 47px
	}
	100% {
		top: 200px
	}
}

@-webkit-keyframes move_in {
	0% {
		top: -200px
	}
	100% {
		top: 47px
	}
}

@keyframes move_in {
	0% {
		top: -200px
	}
	100% {
		top: 47px
	}
}

@-webkit-keyframes bump {
	0% {
		top: 16px
	}
	25% {
		top: 13px
	}
	50% {
		top: 16px
	}
	75% {
		top: 13px
	}
	100% {
		top: 16px
	}
}

@keyframes bump {
	0% {
		top: 16px
	}
	25% {
		top: 13px
	}
	50% {
		top: 16px
	}
	75% {
		top: 13px
	}
	100% {
		top: 16px
	}
}

@-webkit-keyframes intro {
	0% {
		-webkit-transform: translateY(-50%) scale(0) rotateX(10deg) rotateY(10deg) rotateZ(40deg);
		transform: translateY(-50%) scale(0) rotateX(10deg) rotateY(10deg) rotateZ(40deg)
	}
	100% {
		-webkit-transform: translateY(-50%) scale(1) rotateX(0) rotateY(0) rotateZ(0);
		transform: translateY(-50%) scale(1) rotateX(0) rotateY(0) rotateZ(0)
	}
}

@keyframes intro {
	0% {
		-webkit-transform: translateY(-50%) scale(0) rotateX(10deg) rotateY(10deg) rotateZ(40deg);
		transform: translateY(-50%) scale(0) rotateX(10deg) rotateY(10deg) rotateZ(40deg)
	}
	100% {
		-webkit-transform: translateY(-50%) scale(1) rotateX(0) rotateY(0) rotateZ(0);
		transform: translateY(-50%) scale(1) rotateX(0) rotateY(0) rotateZ(0)
	}
}

input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	margin: 7.3px 0
}

input[type=range]:focus {
	outline: 0
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 11.4px;
	cursor: pointer;
	box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
	background: rgba(48, 113, 169, .78);
	border-radius: 1.3px;
	border: .2px solid #010101
}

input[type=range]::-webkit-slider-thumb {
	box-shadow: .9px .9px 1px #000031, 0 0 .9px #00004b;
	border: 1.8px solid #00001e;
	height: 26px;
	width: 26px;
	border-radius: 15px;
	background: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7.5px
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: rgba(54, 126, 189, .78)
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 11.4px;
	cursor: pointer;
	box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d;
	background: rgba(48, 113, 169, .78);
	border-radius: 1.3px;
	border: .2px solid #010101
}

input[type=range]::-moz-range-thumb {
	box-shadow: .9px .9px 1px #000031, 0 0 .9px #00004b;
	border: 1.8px solid #00001e;
	height: 26px;
	width: 26px;
	border-radius: 15px;
	background: #fff;
	cursor: pointer
}

input[type=range]::-ms-track {
	width: 100%;
	height: 11.4px;
	cursor: pointer;
	background: 0 0;
	border-color: transparent;
	color: transparent
}

input[type=range]::-ms-fill-lower {
	background: rgba(42, 100, 149, .78);
	border: .2px solid #010101;
	border-radius: 2.6px;
	box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d
}

input[type=range]::-ms-fill-upper {
	background: rgba(48, 113, 169, .78);
	border: .2px solid #010101;
	border-radius: 2.6px;
	box-shadow: 1px 1px 1px #000, 0 0 1px #0d0d0d
}

input[type=range]::-ms-thumb {
	box-shadow: .9px .9px 1px #000031, 0 0 .9px #00004b;
	border: 1.8px solid #00001e;
	height: 26px;
	width: 26px;
	border-radius: 15px;
	background: #fff;
	cursor: pointer;
	height: 11.4px
}

input[type=range]:focus::-ms-fill-lower {
	background: rgba(48, 113, 169, .78)
}

input[type=range]:focus::-ms-fill-upper {
	background: rgba(54, 126, 189, .78)
}

.switch {
	position: relative;
	width: 150px;
	height: 50px;
	text-align: center;
	background: #4cd964;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 25px
}

.switch span {
	position: absolute;
	width: 20px;
	height: 4px;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -4px;
	background: #fff;
	display: block;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 2px
}

.switch span:after {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 12px;
	margin-top: -8px;
	background: #fff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 2px
}

input[type=radio] {
	display: none
}

.switch label {
	cursor: pointer;
	color: rgba(0, 0, 0, .2);
	width: 60px;
	line-height: 50px;
	height: 60px;
	margin: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease
}

label[for=yes] {
	position: absolute;
	left: 0;
	height: 20px
}

label[for=no] {
	position: absolute;
	right: 0
}

#no:checked~.switch {
	background: #ff3b30
}

#no:checked~.switch span {
	background: #fff;
	margin-left: -8px
}

#no:checked~.switch span:after {
	background: #fff;
	height: 20px;
	margin-top: -8px;
	margin-left: 8px
}

#yes:checked~.switch label[for=yes] {
	color: #fff
}

#no:checked~.switch label[for=no] {
	color: #fff
}

.glc {
	background-color: #fff;
	text-align: left;
	padding: 32px 0 31px 5px;
	border-right: 5px solid #e3bf65;
	border-right-style: solid;
	font-weight: 600
}

.glc img {
	margin-left: 20px;
	max-width: 45px
}

.grc {
	align-items: center;
	display: flex;
	padding: 10px
}

.grc h5 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: 500;
	padding-right: 10px
}

#lightgallery li img {
	height: 100px;
	object-fit: cover;
	margin: auto;
	display: table
}

.lmsdiv .col-md-6 {
	margin-bottom: 20px
}

.lmsdiv .col-md-6 .card .row {
	margin: 0
}

.grc-icon {
	position: relative;
	top: 15px
}

.grc-icon i {
	font-size: 27px;
	padding: 5px 0;
	color: #e3bf65
}

.lmsdiv .col-md-6 {
	height: 78px
}

.file_icons a {
	display: inline-block;
	color: #e3bf65;
	margin-right: 13px;
	font-size: 17px
}

.file_icons {
	padding-bottom: 10px
}

.panel {
	margin-bottom: 0;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-heading h4,
.panel-heading i {
	display: inline-block;
	padding: 5px;
	margin: 0;
	font-size: 15px
}

.panel:nth-child(1) .panel-heading {
	background-color: #d6f3ff
}

.panel:nth-child(2) .panel-heading {
	background-color: #f7e0f9
}

.panel:nth-child(3) .panel-heading {
	background-color: #fbf3d9
}

.panel-heading i {
	margin: 4px;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

.panel-heading.collapsed i {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.panel-heading {
	border-bottom: 1px solid #ddd;
	padding: 10px
}

.panel-body {
	padding: 10px;
	border-bottom: 1px solid #ddd
}

.panel-body p {
	font-size: 14px;
	line-height: 180%;
	text-align: justify
}

.contact_ustext {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #f0b4f5
}

.about_ustext strong {
	display: block;
	clear: both;
	border-bottom: 2px solid #e3bf65;
	margin-bottom: 10px;
	font-size: 16px;
	color: #e3bf65
}

.contact_ustext .col-6:nth-child(odd) {
	border-right: none
}

.contact_ustext .col-6 {
	font-size: 14px;
	border: 1px solid #f0b4f5;
	padding: 10px 15px;
	border-bottom: none
}

.student_details {
	background-color: #fff;
	padding: 15px 0;
	margin-bottom: 10px
}

.student_details h5 {
	font-size: 16px;
	margin: 10px 0 0;
	max-width: 100px;
	text-align: center
}

.student_details img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #f9f6ee;
	border: 4px solid #e3bf65;
	display: block;
	object-fit: cover
}

.student_details h5:last-child {
	margin-top: 4px
}

.gray_column {
	background: #f3f2f7
}

.gray_column h4 {
	background: #f3f2f7;
	text-transform: uppercase;
	font-size: 17px
}

.csut {
	padding: 10px 0
}

.csut h4 {
	margin-bottom: 0
}

.students_pic img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #fff;
	margin: auto;
	display: block
}

.students_name {
	text-align: right
}

.align-items {
	display: flex;
	align-items: center
}

.students_name h5 {
	font-size: 11px
}

.chatbox .text {
	padding: 10px;
	border-radius: 36px;
	font-size: 15px;
	position: relative;
	line-height: 190%
}

.chatbox {
	width: 100%;
	margin-bottom: 15px
}

.name_date {
	font-size: 12px;
	margin-top: 8px
}

.name_date span {
	margin-right: 5px
}

.name_date p,
.name_date span {
	display: inline-block;
	vertical-align: middle;
	text-transform: capitalize;
	color: #000
}

.chatbox:after,
.chatbox:before {
	content: '';
	display: table;
	clear: both
}

.chatbox_one .chatbox_item {
	float: right
}

.chatbox_two .chatbox_item {
	float: left
}

.chatbox.chatbox_one .name_date {
	text-align: right;
	margin-right: 10px
}

.chatbox.chatbox_two .name_date {
	text-align: left;
	margin-left: 10px
}

.chatbox_one .text {
	box-shadow: 0 0 3px 0 #ffe2ce;
	background-color: #fff5ee
}

.chatbox_two .text {
	box-shadow: 0 0 3px 0 #b0d5ef;
	background-color: #e4f4ff
}

.chatbox_one .text:after {
	bottom: -20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #fff5ee;
	border-width: 10px;
	top: auto;
	left: 18px
}

.chatbox_two .text:after {
	bottom: -20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #e4f4ff;
	border-width: 10px;
	top: auto;
	left: 18px
}

#show_profile {
	background-color: #fff
}

.pti_reply_input_box {
	position: fixed;
	bottom: 56px;
	background: #fff;
	right: 0;
	left: 0;
	height: 74px
}

.ptidesc {
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	background: #fff
}

.pti_reply_input_box i {
	position: absolute;
	right: 24px;
	top: 0;
	bottom: auto;
	background-color: #e3bf65;
	height: 50px;
	padding: 17px 14px 16px;
	color: #fff;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	width: 50px
}

.pti_reply_input_box input {
	width: 88%;
	margin: auto;
	height: 50px;
	border-radius: 50px
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.fade.show {
	opacity: 1
}

.modal {
	z-index: 1072
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0
}

.fade {
	opacity: 0;
	transition: opacity .15s linear
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

@media (min-width:576px) {
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2))
	}
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}

#alert_modal {
	background-color: rgba(0, 0, 0, .75)
}

.modal-dialog {
	position: relative;
	width: auto;
	pointer-events: none
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 6px solid #e3bf6563;
	box-shadow: 0 0 20px 4px #e3bf655c;
	border-radius: .3rem;
	outline: 0
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}

button.close {
	position: absolute;
	right: -17px;
	top: -15px;
	left: auto;
	background-color: #e3bf65;
	opacity: 1;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 100%;
	border-radius: 100%;
	outline: 0!important
}

#alert_modal p {
	font-size: 16px;
	line-height: 180%;
	color: #000;
	font-weight: 400;
	text-transform: capitalize
}

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

.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, .45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	border: none;
	outline: 0
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	color: #fff
}

.lg-actions .lg-next {
	right: 20px
}

.lg-actions .lg-next:before {
	content: "\e095"
}

.lg-actions .lg-prev {
	left: 20px
}

.lg-actions .lg-prev:after {
	content: "\e094"
}

@-webkit-keyframes lg-right-end {
	0% {
		left: 0
	}
	50% {
		left: -30px
	}
	100% {
		left: 0
	}
}

@-moz-keyframes lg-right-end {
	0% {
		left: 0
	}
	50% {
		left: -30px
	}
	100% {
		left: 0
	}
}

@-ms-keyframes lg-right-end {
	0% {
		left: 0
	}
	50% {
		left: -30px
	}
	100% {
		left: 0
	}
}

@keyframes lg-right-end {
	0% {
		left: 0
	}
	50% {
		left: -30px
	}
	100% {
		left: 0
	}
}

@-webkit-keyframes lg-left-end {
	0% {
		left: 0
	}
	50% {
		left: 30px
	}
	100% {
		left: 0
	}
}

@-moz-keyframes lg-left-end {
	0% {
		left: 0
	}
	50% {
		left: 30px
	}
	100% {
		left: 0
	}
}

@-ms-keyframes lg-left-end {
	0% {
		left: 0
	}
	50% {
		left: 30px
	}
	100% {
		left: 0
	}
}

@keyframes lg-left-end {
	0% {
		left: 0
	}
	50% {
		left: 30px
	}
	100% {
		left: 0
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .45)
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none!important;
	outline: medium none;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
	color: #fff
}

.lg-toolbar .lg-close:after {
	content: "\e070"
}

.lg-toolbar .lg-download:after {
	content: "\e0f2"
}

.lg-sub-html {
	background-color: rgba(0, 0, 0, .45);
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s!important;
	transition-duration: 0s!important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
	border-radius: 5px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 4px;
	margin-bottom: 5px
}

@media (min-width:1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color .25s ease;
		-o-transition: border-color .25s ease;
		transition: border-color .25s ease
	}
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #a90707
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px
}

.lg-outer .lg-toogle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px
}

.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff"
}

.lg-outer .lg-toogle-thumb:hover {
	color: #fff
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
	-webkit-overflow-scrolling: touch;
	overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../img/vimeo-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../img/vimeo-play.png) no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url(../img/video-play.png) no-repeat scroll 0 0;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url(../img/youtube-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../img/youtube-play.png) no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	-moz-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1
}

.lg-autoplay-button:after {
	content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	-moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	-o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

#lg-zoom-in:after {
	content: "\e311"
}

#lg-actual-size {
	font-size: 20px
}

#lg-actual-size:after {
	content: "\e033"
}

#lg-zoom-out {
	opacity: .5;
	pointer-events: none
}

#lg-zoom-out:after {
	content: "\e312"
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0
}

.lg-fullscreen:after {
	content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, .25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	-o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
	color: #fff
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
	margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
	color: #333
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto
}

.lg-outer #lg-share {
	position: relative
}

.lg-outer #lg-share:after {
	content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903"
}

.lg-group:after {
	content: "";
	display: table;
	clear: both
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.lg-outer.lg-visible {
	opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit!important;
	transition-duration: inherit!important;
	-webkit-transition-timing-function: inherit!important;
	transition-timing-function: inherit!important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s!important;
	transition-duration: 0s!important;
	opacity: 1
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%
}

.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap
}

.lg-outer .lg-item {
	background: url(../img/loading.gif) no-repeat scroll center center transparent;
	display: none!important
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block!important
}

.lg-outer.lg-css .lg-current {
	display: inline-block!important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.lg-outer .lg-item.lg-complete {
	background-image: none
}

.lg-outer .lg-item.lg-current {
	z-index: 1060
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto!important;
	height: auto!important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1
}

.lg-outer .lg-empty-html {
	display: none
}

.lg-outer.lg-hide-download #lg-download {
	display: none
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}

.lg-backdrop.in {
	opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s!important;
	-moz-transition: none 0s ease 0s!important;
	-o-transition: none 0s ease 0s!important;
	transition: none 0s ease 0s!important
}

.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
	opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	-moz-transition: opacity .1s ease 0s;
	-o-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.calendar {
	box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
	display: table;
	width: 100%
}

.calendar header {
	cursor: default;
	height: 40px;
	position: relative;
	font-weight: 700;
	text-transform: uppercase
}

.calendar header span {
	display: inline-block;
	line-height: 40px
}

.calendar header .button {
	width: 40px;
	text-align: center;
	position: absolute;
	cursor: pointer
}

.calendar header .left.button {
	left: 0
}

.calendar header .right.button {
	right: 0;
	top: 0
}

.calendar header .header-label {
	letter-spacing: 1px;
	width: 100%;
	text-align: center;
	cursor: pointer
}

.calendar table {
	background: #fff;
	border-collapse: collapse
}

.calendar table td {
	color: #2b2b2b;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e6e6e6;
	cursor: default
}

.calendar thead th {
	height: 26px;
	line-height: 26px;
	text-transform: uppercase;
	font-size: 90%;
	color: #9e9e9e
}

.calendar thead th:not(:last-child) {
	border-right: 1px solid #fff
}

.calendar .calendar-frame table {
	width: 100%
}

.calendar .calendar-frame tbody td.today {
	color: #2fabb7;
	font-weight: 700;
	font-size: 20px
}

.calendar .calendar-frame tbody td:not(.disabled).selected {
	background: #eee;
	color: #555
}

.calendar .calendar-frame tbody td:not(.disabled):hover {
	color: #000;
	background: #eeeeeef7;
	cursor: pointer
}

.daterangepicker {
	position: absolute;
	color: inherit;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	width: 278px;
	max-width: none;
	padding: 0;
	margin-top: 7px;
	top: 100px;
	left: 20px;
	z-index: 3001;
	display: none;
	font-family: arial;
	font-size: 15px;
	line-height: 1em
}

.daterangepicker:after,
.daterangepicker:before {
	position: absolute;
	display: inline-block;
	border-bottom-color: rgba(0, 0, 0, .2);
	content: ''
}

.daterangepicker:before {
	top: -7px;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #ccc
}

.daterangepicker:after {
	top: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent
}

.daterangepicker.opensleft:before {
	right: 9px
}

.daterangepicker.opensleft:after {
	right: 10px
}

.daterangepicker.openscenter:before {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto
}

.daterangepicker.openscenter:after {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto
}

.daterangepicker.opensright:before {
	left: 9px
}

.daterangepicker.opensright:after {
	left: 10px
}

.daterangepicker.drop-up {
	margin-top: -7px
}

.daterangepicker.drop-up:before {
	top: initial;
	bottom: -7px;
	border-bottom: initial;
	border-top: 7px solid #ccc
}

.daterangepicker.drop-up:after {
	top: initial;
	bottom: -6px;
	border-bottom: initial;
	border-top: 6px solid #fff
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
	float: none
}

.daterangepicker.single .drp-selected {
	display: none
}

.daterangepicker.show-calendar .drp-calendar {
	display: block
}

.daterangepicker.show-calendar .drp-buttons {
	display: block
}

.daterangepicker.auto-apply .drp-buttons {
	display: none
}

.daterangepicker .drp-calendar {
	display: none;
	max-width: 270px
}

.daterangepicker .drp-calendar.left {
	padding: 8px 0 8px 8px
}

.daterangepicker .drp-calendar.right {
	padding: 8px
}

.daterangepicker .drp-calendar.single .calendar-table {
	border: none
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
	color: #fff;
	border: solid #000;
	border-width: 0 2px 2px 0;
	border-radius: 0;
	display: inline-block;
	padding: 3px
}

.daterangepicker .calendar-table .next span {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

.daterangepicker .calendar-table .prev span {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg)
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	min-width: 32px;
	width: 32px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	white-space: nowrap;
	cursor: pointer
}

.daterangepicker .calendar-table {
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: #fff
}

.daterangepicker .calendar-table table {
	width: 100%;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	background-color: #eee;
	border-color: transparent;
	color: inherit
}

.daterangepicker td.week,
.daterangepicker th.week {
	font-size: 80%;
	color: #ccc
}

.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
	background-color: #fff;
	border-color: transparent;
	color: #999
}

.daterangepicker td.in-range {
	background-color: #ebf4f8;
	border-color: transparent;
	color: #000;
	border-radius: 0
}

.daterangepicker td.start-date {
	border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
	border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
	border-radius: 4px
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #357ebd;
	border-color: transparent;
	color: #fff
}

.daterangepicker th.month {
	width: auto
}

.daterangepicker option.disabled,
.daterangepicker td.disabled {
	color: #999;
	cursor: not-allowed;
	text-decoration: line-through
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
	font-size: 12px;
	padding: 1px;
	height: auto;
	margin: 0;
	cursor: default
}

.daterangepicker select.monthselect {
	margin-right: 2%;
	width: 56%
}

.daterangepicker select.yearselect {
	width: 40%
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
	width: 50px;
	margin: 0 auto;
	background: #eee;
	border: 1px solid #eee;
	padding: 2px;
	outline: 0;
	font-size: 12px
}

.daterangepicker .calendar-time {
	text-align: center;
	margin: 4px auto 0 auto;
	line-height: 30px;
	position: relative
}

.daterangepicker .calendar-time select.disabled {
	color: #ccc;
	cursor: not-allowed
}

.daterangepicker .drp-buttons {
	clear: both;
	text-align: right;
	padding: 8px;
	border-top: 1px solid #ddd;
	display: none;
	line-height: 12px;
	vertical-align: middle
}

.daterangepicker .drp-selected {
	display: inline-block;
	font-size: 12px;
	padding-right: 8px
}

.daterangepicker .drp-buttons .btn {
	margin-left: 8px;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 8px
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
	border-right: 1px solid #ddd
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
	border-left: 1px solid #ddd
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
	border-right: 1px solid #ddd
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
	border-left: 1px solid #ddd
}

.daterangepicker .ranges {
	float: none;
	text-align: left;
	margin: 0
}

.daterangepicker.show-calendar .ranges {
	margin-top: 8px
}

.daterangepicker .ranges ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%
}

.daterangepicker .ranges li {
	font-size: 12px;
	padding: 8px 12px;
	cursor: pointer
}

.daterangepicker .ranges li:hover {
	background-color: #eee
}

.daterangepicker .ranges li.active {
	background-color: #08c;
	color: #fff
}

@media (min-width:564px) {
	.daterangepicker {
		width: auto
	}
	.daterangepicker .ranges ul {
		width: 140px
	}
	.daterangepicker.single .ranges ul {
		width: 100%
	}
	.daterangepicker.single .drp-calendar.left {
		clear: none
	}
	.daterangepicker.single .drp-calendar,
	.daterangepicker.single .ranges {
		float: left
	}
	.daterangepicker {
		direction: ltr;
		text-align: left
	}
	.daterangepicker .drp-calendar.left {
		clear: left;
		margin-right: 0
	}
	.daterangepicker .drp-calendar.left .calendar-table {
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.daterangepicker .drp-calendar.right {
		margin-left: 0
	}
	.daterangepicker .drp-calendar.right .calendar-table {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.daterangepicker .drp-calendar.left .calendar-table {
		padding-right: 8px
	}
	.daterangepicker .drp-calendar,
	.daterangepicker .ranges {
		float: left
	}
}

@media (min-width:730px) {
	.daterangepicker .ranges {
		width: auto
	}
	.daterangepicker .ranges {
		float: left
	}
	.daterangepicker.rtl .ranges {
		float: right
	}
	.daterangepicker .drp-calendar.left {
		clear: none!important
	}
}

#loadingimgshow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
}

.loader {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #e3bf65;
	top: 50%;
	animation: loader 2s infinite ease;
}

.loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #e3bf65;
	animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(180deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes loader-inner {
	0% {
		height: 0%;
	}
	25% {
		height: 0%;
	}
	50% {
		height: 100%;
	}
	75% {
		height: 100%;
	}
	100% {
		height: 0%;
	}
}

.home-slider .swiper-slide {
	position: relative;
	height: 180px;
	overflow: hidden;
}

.home-slider img {
	position: absolute;
	max-width: 100%;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50%);
}

#examreports_som table tr>td {
	padding: 0;
}

#examreports_som #divLeft {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	padding: 0;
}

#examreports_som table .remove_tr {
	display: none !important;
}

.remove_mr {
	margin-top: 0 !important;
}

#examreports_som table tr>td.pd_10 {
	padding: 10px;
}

.desktop_view,
#examreports_som table tr td.desktop_view_table_column {
	display: none !important;
}

.android_view_tr {
	display: table-row !important;
}

.android_view {
	margin: auto;
	display: table;
}

.android_view {
	margin: auto;
	display: table;
}

#examreports_som table tr.table_row_block_android td {
	display: inline-block;
	padding: 8px !important;
	width: 50%;
	border: 1px solid #ddd !important;
	border-bottom: none !important;
}

#examreports_som table tr>td.scholastics_area_column {
	font-size: 15px !important;
	background-color: whitesmoke;
	padding: 10px;
}

#examreports_som table.Result tr td {
	border: 1px solid #afafaf;
	padding: 5px !important;
	font-size: 12px !important;
	text-align: center;
	vertical-align: middle;
}
#digilockerpasswordmodal .modal-body {
    padding: 10px 15px 15px
}

#digilockerpasswordmodal .modal-dialog {
    padding: 18px 0;
    margin: auto;
    width: 280px;
}

#digilockerpasswordmodal_title {
    padding: 10px 15px 0;
    margin-bottom: 0;
    text-align: center
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    --locked-color: #5fadbf;
    --unlocked-color: #ff5153
}

.container_main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    width: 100%;
    top: 12px;
    position: relative
}

.lock {
    width: 24px;
    height: 21px;
    border: 3px solid rgb(61 141 204);
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.lock:after {
    content: "";
    display: block;
    background: rgb(61 141 204);
    width: 3px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3.5px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.lock:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    bottom: 100%;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    border: 3px solid rgb(61 141 204);
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom: 0;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.unlocked {
    transform: rotate(10deg)
}

.unlocked:before {
    bottom: 130%;
    left: 31%;
    margin-left: -11.5px;
    transform: rotate(-45deg)
}

.unlocked,
.unlocked:before {
    border-color: var(--unlocked-color)
}

.unlocked:after {
    background: var(--unlocked-color)
}

.unactive,
.unactive:before {
    border: 3px solid red
}

.unactive:before {
    border-bottom: none
}

.unactive:after {
    background: red
}

.lock.active,
.lock.active:before {
    border: 3px solid #00dc07
}

.lock.active:before {
    border-bottom: 0
}

.lock.active:after {
    background: #00dc07
}

.not_verified,
.verified {
    display: none
}

.not_verified.false,
.verified.true {
    display: block;
    font-size: 15px;
    margin-top: 10px;
    text-align: center
}

.not_verified.false {
    color: red
}

.verified.true {
    color: #00dc07
}

#digilockerpasswordmodal h3 {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
    color: #f67f22
}

input#digilocker_password {
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    padding-bottom: 0;
    text-align: center;
    font-size: 14px;
    -webkit-text-security: disc;
    -moz-text-security: disc;
    -o-text-security: disc;
    -ms-text-security: disc;
}

.digilockerdiv .col-4 {
    padding: 5px;
}

.digilockerdiv {
    text-align: center;
}

.digilockerdiv img {
    display: block;
    margin: auto;
}

div#digilockerpasswordmodal.modal.show {
    display: flex !important;
    align-items: center;
}

.show_digilocker_detaildiv .col-3 {
    padding: 5px;
}

.show_digilocker_detaildiv a img {
    height: 90px;
    width: 100%;
    object-fit: cover;
    border: 2px solid #f67f22;
}

.show_digilocker_detaildiv a {
    display: block;
}
#show_digilocker .card .card-body {padding: 4px;}
#show_digilocker figure {margin-bottom: 5px;}
.digilockerdiv span {font-size: 14px;display: block;line-height: 149%;}