@charset 'UTF-8';

@font-face {
	font-family: CircularStd;
	src: url(../fonts/avenir/CircularStd-Medium.woff2) format('woff2'), url(../fonts/avenir/CircularStd-Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: CircularStd;
	src: url(../fonts/avenir/CircularStd-Book.woff2) format('woff2'), url(../fonts/avenir/CircularStd-Book.woff) format('woff');
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: CircularStd;
	src: url(../fonts/avenir/CircularStd-Bold.woff2) format('woff2'), url(../fonts/avenir/CircularStd-Bold.woff) format('woff');
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: CircularStd;
	src: url(../fonts/avenir/CircularStd-Book.woff2) format('woff2'), url(../fonts/avenir/CircularStd-Book.woff) format('woff');
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: CircularStd;
	src: url(../fonts/avenir/CircularStd-Bold.woff2) format('woff2'), url(../fonts/avenir/CircularStd-Bold.woff) format('woff');
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: CircularStd;
	src: url(../fonts/avenir/CircularStd-Medium.woff2) format('woff2'), url(../fonts/avenir/CircularStd-Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: CircularStd;
	src: url(../fonts/avenir/CircularStd-Book.woff2) format('woff2'), url(../fonts/avenir/CircularStd-Book.woff) format('woff');
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: CircularStd;
	src: url(../fonts/avenir/CircularStd-Medium.woff2) format('woff2'), url(../fonts/avenir/CircularStd-Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: CircularStd;
	src: url(../fonts/avenir/CircularStd-Bold.woff2) format('woff2'), url(CircularStd-Bold.woff) format('woff');
	font-weight: 700;
	font-style: normal
}

.testi-bg-sec {
	text-align: center;
	margin: 0 auto;
	padding: 50px 0;
	background: #e0dfe5
}

/*!

 * Bootstrap v4.1.3 (https://getbootstrap.com/)

 * Copyright 2011-2018 The Bootstrap Authors

 * Copyright 2011-2018 Twitter, Inc.

 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 */
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, ::after, ::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

@-ms-viewport {
	width: device-width
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "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
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

dfn {
	font-style: italic
}

b, strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code, kbd, pre, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

.h1, h1 {
	font-size: 2.5rem
}

.h2, h2 {
	font-size: 2rem
}

.h3, h3 {
	font-size: 1.75rem
}

.h4, h4 {
	font-size: 1.5rem
}

.h5, h5 {
	font-size: 1.25rem
}

.h6, h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
	font-size: 80%;
	font-weight: 400
}

.mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}

.blockquote-footer::before {
	content: "\2014 \00A0"
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

code {
	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, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-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: none
}

.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%
}

.order-first {
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.333333%
}

.offset-2 {
	margin-left: 16.666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.333333%
}

.offset-5 {
	margin-left: 41.666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.333333%
}

.offset-8 {
	margin-left: 66.666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.333333%
}

.offset-11 {
	margin-left: 91.666667%
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-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: none
	}

	.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%
	}

	.order-sm-first {
		-ms-flex-order: -1;
		order: -1
	}

	.order-sm-last {
		-ms-flex-order: 13;
		order: 13
	}

	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0
	}

	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7
	}

	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8
	}

	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9
	}

	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10
	}

	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11
	}

	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.333333%
	}

	.offset-sm-2 {
		margin-left: 16.666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.333333%
	}

	.offset-sm-5 {
		margin-left: 41.666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.333333%
	}

	.offset-sm-8 {
		margin-left: 66.666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.333333%
	}

	.offset-sm-11 {
		margin-left: 91.666667%
	}

}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-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: none
	}

	.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%
	}

	.order-md-first {
		-ms-flex-order: -1;
		order: -1
	}

	.order-md-last {
		-ms-flex-order: 13;
		order: 13
	}

	.order-md-0 {
		-ms-flex-order: 0;
		order: 0
	}

	.order-md-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.order-md-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.order-md-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.order-md-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.order-md-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.order-md-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.order-md-7 {
		-ms-flex-order: 7;
		order: 7
	}

	.order-md-8 {
		-ms-flex-order: 8;
		order: 8
	}

	.order-md-9 {
		-ms-flex-order: 9;
		order: 9
	}

	.order-md-10 {
		-ms-flex-order: 10;
		order: 10
	}

	.order-md-11 {
		-ms-flex-order: 11;
		order: 11
	}

	.order-md-12 {
		-ms-flex-order: 12;
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.333333%
	}

	.offset-md-2 {
		margin-left: 16.666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.333333%
	}

	.offset-md-5 {
		margin-left: 41.666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.333333%
	}

	.offset-md-8 {
		margin-left: 66.666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.333333%
	}

	.offset-md-11 {
		margin-left: 91.666667%
	}

}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-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: none
	}

	.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%
	}

	.order-lg-first {
		-ms-flex-order: -1;
		order: -1
	}

	.order-lg-last {
		-ms-flex-order: 13;
		order: 13
	}

	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7
	}

	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8
	}

	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9
	}

	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10
	}

	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11
	}

	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.333333%
	}

	.offset-lg-2 {
		margin-left: 16.666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.333333%
	}

	.offset-lg-5 {
		margin-left: 41.666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.333333%
	}

	.offset-lg-8 {
		margin-left: 66.666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.333333%
	}

	.offset-lg-11 {
		margin-left: 91.666667%
	}

}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl-first {
		-ms-flex-order: -1;
		order: -1
	}

	.order-xl-last {
		-ms-flex-order: 13;
		order: 13
	}

	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0
	}

	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7
	}

	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8
	}

	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9
	}

	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10
	}

	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11
	}

	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.333333%
	}

	.offset-xl-2 {
		margin-left: 16.666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.333333%
	}

	.offset-xl-5 {
		margin-left: 41.666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.333333%
	}

	.offset-xl-8 {
		margin-left: 66.666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.333333%
	}

	.offset-xl-11 {
		margin-left: 91.666667%
	}

}

.table {
	width: 100%;
	margin-bottom: 1rem;
	background-color: transparent
}

.table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table .table {
	background-color: #fff
}

.table-sm td, .table-sm th {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #dee2e6
}

.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px
}

.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary>td, .table-primary>th {
	background-color: #b8daff
}

.table-hover .table-primary:hover {
	background-color: #9fcdff
}

.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
	background-color: #9fcdff
}

.table-secondary, .table-secondary>td, .table-secondary>th {
	background-color: #d6d8db
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}

.table-success, .table-success>td, .table-success>th {
	background-color: #c3e6cb
}

.table-hover .table-success:hover {
	background-color: #b1dfbb
}

.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
	background-color: #b1dfbb
}

.table-info, .table-info>td, .table-info>th {
	background-color: #bee5eb
}

.table-hover .table-info:hover {
	background-color: #abdde5
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
	background-color: #abdde5
}

.table-warning, .table-warning>td, .table-warning>th {
	background-color: #ffeeba
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1
}

.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}

.table-danger, .table-danger>td, .table-danger>th {
	background-color: #f5c6cb
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7
}

.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}

.table-light, .table-light>td, .table-light>th {
	background-color: #fdfdfe
}

.table-hover .table-light:hover {
	background-color: #ececf6
}

.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
	background-color: #ececf6
}

.table-dark, .table-dark>td, .table-dark>th {
	background-color: #c6c8ca
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe
}

.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}

.table-active, .table-active>td, .table-active>th {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #212529
}

.table-dark td, .table-dark th, .table-dark thead th {
	border-color: #32383e
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-sm>.table-bordered {
		border: 0
	}

}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-md>.table-bordered {
		border: 0
	}

}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-lg>.table-bordered {
		border: 0
	}

}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive-xl>.table-bordered {
		border: 0
	}

}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}

}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .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%
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	height: calc(1.8125rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.form-control-lg {
	height: calc(2.875rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

select.form-control[multiple], select.form-control[size] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col, .form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, .9);
	border-radius: .25rem
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
	border-color: #28a745
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip, .form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip, .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip, .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip {
	display: block
}

.form-control-file.is-valid~.valid-feedback, .form-control-file.is-valid~.valid-tooltip, .was-validated .form-control-file:valid~.valid-feedback, .was-validated .form-control-file:valid~.valid-tooltip {
	display: block
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
	color: #28a745
}

.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
	color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
	background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip, .was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label::after, .was-validated .custom-file-input:valid~.custom-file-label::after {
	border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip, .was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip {
	display: block
}

.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
	border-color: #dc3545
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip, .form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip, .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip {
	display: block
}

.form-control-file.is-invalid~.invalid-feedback, .form-control-file.is-invalid~.invalid-tooltip, .was-validated .form-control-file:invalid~.invalid-feedback, .was-validated .form-control-file:invalid~.invalid-tooltip {
	display: block
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
	color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before {
	background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip, .was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label::after, .was-validated .custom-file-input:invalid~.custom-file-label::after {
	border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip, .was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip {
	display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width:576px) {
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0
	}

	.form-inline .form-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-plaintext {
		display: inline-block
	}

	.form-inline .custom-select, .form-inline .input-group {
		width: auto
	}

	.form-inline .form-check {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}

	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}

	.form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.form-inline .custom-control-label {
		margin-bottom: 0
	}

}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}

}

.btn:focus, .btn:hover {
	text-decoration: none
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
	color: #007bff;
	background-color: transparent;
	background-image: none;
	border-color: #007bff
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
	color: #6c757d;
	background-color: transparent;
	background-image: none;
	border-color: #6c757d
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
	color: #28a745;
	background-color: transparent;
	background-image: none;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
	color: #17a2b8;
	background-color: transparent;
	background-image: none;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
	color: #ffc107;
	background-color: transparent;
	background-image: none;
	border-color: #ffc107
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	background-color: transparent
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent
}

.btn-link.focus, .btn-link:focus {
	text-decoration: underline;
	border-color: transparent;
	box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-group-lg>.btn, .btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-group-sm>.btn, .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}

.fade {
	transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}

}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}

}

.dropdown, .dropleft, .dropright, .dropup {
	position: relative
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .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
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-toggle::after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.dropleft .dropdown-toggle::after {
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}

.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
	z-index: 1
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
	z-index: 1
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group, .btn-group-vertical .btn+.btn, .btn-group-vertical .btn+.btn-group, .btn-group-vertical .btn-group+.btn, .btn-group-vertical .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
	margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
	width: 100%
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control {
	margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
	z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.custom-file {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-append, .input-group-prepend {
	display: -ms-flexbox;
	display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
	position: relative;
	z-index: 2
}

.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
	margin-top: 0
}

.input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
	height: calc(2.875rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
	height: calc(1.8125rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef
}

.custom-control-label {
	position: relative;
	margin-bottom: 0
}

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #dee2e6
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=!string!viewBox=!string!%3E%3Cpath fill=!string!d=!string!/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=!string!viewBox=!string!%3E%3Cpath stroke=!string!d=!string!/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=!string!viewBox=!string!%3E%3Ccircle r=!string!fill=!string!/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=!string!viewBox=!string!%3E%3Cpath fill=!string!d=!string!/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size='http://www.w3.org/2000/svg']) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}

.custom-select::-ms-expand {
	opacity: 0
}

.custom-select-sm {
	height: calc(1.8125rem + 2px);
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 75%
}

.custom-select-lg {
	height: calc(2.875rem + 2px);
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 125%
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin-bottom: 0
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-label {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus~.custom-file-label::after {
	border-color: #80bdff
}

.custom-file-input:disabled~.custom-file-label {
	background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: '0 0 8 8'
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: 2.25rem;
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: '';
	background-color: #e9ecef;
	border-left: 1px solid #ced4da;
	border-radius: 0 .25rem .25rem 0
}

.custom-range {
	width: 100%;
	padding-left: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-range:focus {
	outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
	border: 0
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
	.custom-range::-webkit-slider-thumb {
		transition: none
	}

}

.custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		transition: none
	}

}

.custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
	.custom-range::-ms-thumb {
		transition: none
	}

}

.custom-range::-ms-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-control-label::before, .custom-file-label, .custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.custom-control-label::before, .custom-file-label, .custom-select {
		transition: none
	}

}

.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
}

.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:not(:disabled):not(.disabled) {
	cursor: pointer
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: 'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z';
	background: no-repeat center center;
	background-size: 100% 100%
}

@media (max-width:575.98px) {
	.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}

}

@media (min-width:576px) {
	.navbar-expand-sm {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-sm .navbar-toggler {
		display: none
	}

}

@media (max-width:767.98px) {
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}

}

@media (min-width:768px) {
	.navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}

}

@media (max-width:991.98px) {
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}

}

@media (min-width:992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}

}

@media (max-width:1199.98px) {
	.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}

}

@media (min-width:1200px) {
	.navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-xl .navbar-toggler {
		display: none
	}

}

.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.navbar-expand>.container, .navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container, .navbar-expand>.container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=!string!xmlns=!string!%3E%3Cpath stroke=!string!stroke-width=!string!stroke-linecap=!string!stroke-miterlimit=!string!d=!string!/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=!string!xmlns=!string!%3E%3Cpath stroke=!string!stroke-width=!string!stroke-linecap=!string!stroke-miterlimit=!string!d=!string!/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
	color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff
}

.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:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.card-group>.card:first-child .card-header, .card-group>.card:first-child .card-img-top {
		border-top-right-radius: 0
	}

	.card-group>.card:first-child .card-footer, .card-group>.card:first-child .card-img-bottom {
		border-bottom-right-radius: 0
	}

	.card-group>.card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	.card-group>.card:last-child .card-header, .card-group>.card:last-child .card-img-top {
		border-top-left-radius: 0
	}

	.card-group>.card:last-child .card-footer, .card-group>.card:last-child .card-img-bottom {
		border-bottom-left-radius: 0
	}

	.card-group>.card:only-child {
		border-radius: .25rem
	}

	.card-group>.card:only-child .card-header, .card-group>.card:only-child .card-img-top {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem
	}

	.card-group>.card:only-child .card-footer, .card-group>.card:only-child .card-img-bottom {
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: .25rem
	}

	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
		border-radius: 0
	}

	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
		border-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:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
	border-radius: 0
}

.accordion .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: 'http://www.w3.org/2000/svg'
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #6c757d
}

.pagination {
	display: -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)
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: #007bff
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0062cc
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #545b62
}

.badge-success {
	color: #fff;
	background-color: #28a745
}

.badge-success[href]:focus, .badge-success[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1e7e34
}

.badge-info {
	color: #fff;
	background-color: #17a2b8
}

.badge-info[href]:focus, .badge-info[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #117a8b
}

.badge-warning {
	color: #212529;
	background-color: #ffc107
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #d39e00
}

.badge-danger {
	color: #fff;
	background-color: #dc3545
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #bd2130
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa
}

.badge-light[href]:focus, .badge-light[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #dae0e5
}

.badge-dark {
	color: #fff;
	background-color: #343a40
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1d2124
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem
}

@media (min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem
	}

}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

.alert-primary hr {
	border-top-color: #9fcdff
}

.alert-primary .alert-link {
	color: #002752
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

.alert-secondary hr {
	border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
	color: #202326
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.alert-success hr {
	border-top-color: #b1dfbb
}

.alert-success .alert-link {
	color: #0b2e13
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.alert-info hr {
	border-top-color: #abdde5
}

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

.alert-warning hr {
	border-top-color: #ffe8a1
}

.alert-warning .alert-link {
	color: #533f03
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light hr {
	border-top-color: #ececf6
}

.alert-light .alert-link {
	color: #686868
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.alert-dark hr {
	border-top-color: #b9bbbe
}

.alert-dark .alert-link {
	color: #040505
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}

}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}

}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none
	}

}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

.media {
	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-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}

.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:focus, .list-group-item:hover {
	z-index: 1;
	text-decoration: none
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
	color: #004085;
	background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.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 screen and (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}

}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - (.5rem * 2));
	content: '0 0 4 4'
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}

	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2))
	}

	.modal-dialog-centered::before {
		height: calc(100vh - (1.75rem * 2))
	}

	.modal-sm {
		max-width: 300px
	}

}

@media (min-width:992px) {
	.modal-lg {
		max-width: 800px
	}

}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .arrow::before {
	position: absolute;
	content: '';
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
	bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
	top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
	position: absolute;
	display: block;
	content: 'M0 2h4';
	border-color: transparent;
	border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
	margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
	bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
	border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
	bottom: 0;
	border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
	bottom: 1px;
	border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
	margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
	left: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
	border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
	left: 0;
	border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
	left: 1px;
	border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
	margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
	top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
	border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
	top: 0;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
	top: 1px;
	border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: 'http://www.w3.org/2000/svg';
	border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
	margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
	right: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
	border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
	right: 0;
	border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
	right: 1px;
	border-left-color: #fff
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-item {
	position: relative;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
	.carousel-item-next, .carousel-item-prev, .carousel-item.active {
		transition: none
	}

}

.carousel-item-next, .carousel-item-prev {
	position: absolute;
	top: 0
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

}

.active.carousel-item-right, .carousel-item-next {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.active.carousel-item-right, .carousel-item-next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

}

.active.carousel-item-left, .carousel-item-prev {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.active.carousel-item-left, .carousel-item-prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	opacity: 0
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=!string!fill=!string!viewBox=!string!%3E%3Cpath d=!string!/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=!string!fill=!string!viewBox=!string!%3E%3Cpath d=!string!/%3E%3C/svg%3E")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: '-4 -4 8 8'
}

.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: '3'
}

.carousel-indicators .active {
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

.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 {
	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-circle {
	border-radius: 50% !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
}

@media (min-width:576px) {
	.d-sm-none {
		display: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}

}

@media (min-width:768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}

}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}

}

@media (min-width:1200px) {
	.d-xl-none {
		display: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}

}

@media print {
	.d-print-none {
		display: none !important
	}

	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-print-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: 'http://www.w3.org/2000/svg'
}

.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
}

@media (min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}

}

@media (min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}

}

@media (min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}

}

@media (min-width:1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important
	}

	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important
	}

	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-xl-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
}

@media (min-width:576px) {
	.float-sm-left {
		float: left !important
	}

	.float-sm-right {
		float: right !important
	}

	.float-sm-none {
		float: none !important
	}

}

@media (min-width:768px) {
	.float-md-left {
		float: left !important
	}

	.float-md-right {
		float: right !important
	}

	.float-md-none {
		float: none !important
	}

}

@media (min-width:992px) {
	.float-lg-left {
		float: left !important
	}

	.float-lg-right {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}

}

@media (min-width:1200px) {
	.float-xl-left {
		float: left !important
	}

	.float-xl-right {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}

}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}

}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.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
}

.m-0 {
	margin: 0 !important
}

.mt-0, .my-0 {
	margin-top: 0 !important
}

.mr-0, .mx-0 {
	margin-right: 0 !important
}

.mb-0, .my-0 {
	margin-bottom: 0 !important
}

.ml-0, .mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.mt-1, .my-1 {
	margin-top: .25rem !important
}

.mr-1, .mx-1 {
	margin-right: .25rem !important
}

.mb-1, .my-1 {
	margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
	margin-left: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2, .my-2 {
	margin-top: .5rem !important
}

.mr-2, .mx-2 {
	margin-right: .5rem !important
}

.mb-2, .my-2 {
	margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
	margin-left: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3, .my-3 {
	margin-top: 1rem !important
}

.mr-3, .mx-3 {
	margin-right: 1rem !important
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
	margin-left: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4, .my-4 {
	margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
	margin-right: 1.5rem !important
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
	margin-left: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5, .my-5 {
	margin-top: 3rem !important
}

.mr-5, .mx-5 {
	margin-right: 3rem !important
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
	margin-left: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0, .py-0 {
	padding-top: 0 !important
}

.pr-0, .px-0 {
	padding-right: 0 !important
}

.pb-0, .py-0 {
	padding-bottom: 0 !important
}

.pl-0, .px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.pt-1, .py-1 {
	padding-top: .25rem !important
}

.pr-1, .px-1 {
	padding-right: .25rem !important
}

.pb-1, .py-1 {
	padding-bottom: .25rem !important
}

.pl-1, .px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2, .py-2 {
	padding-top: .5rem !important
}

.pr-2, .px-2 {
	padding-right: .5rem !important
}

.pb-2, .py-2 {
	padding-bottom: .5rem !important
}

.pl-2, .px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3, .py-3 {
	padding-top: 1rem !important
}

.pr-3, .px-3 {
	padding-right: 1rem !important
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important
}

.pl-3, .px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important
}

.pr-4, .px-4 {
	padding-right: 1.5rem !important
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5, .py-5 {
	padding-top: 3rem !important
}

.pr-5, .px-5 {
	padding-right: 3rem !important
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important
}

.pl-5, .px-5 {
	padding-left: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto, .my-auto {
	margin-top: auto !important
}

.mr-auto, .mx-auto {
	margin-right: auto !important
}

.mb-auto, .my-auto {
	margin-bottom: auto !important
}

.ml-auto, .mx-auto {
	margin-left: auto !important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important
	}

	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important
	}

	.m-sm-1 {
		margin: .25rem !important
	}

	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem !important
	}

	.mr-sm-1, .mx-sm-1 {
		margin-right: .25rem !important
	}

	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem !important
	}

	.ml-sm-1, .mx-sm-1 {
		margin-left: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem !important
	}

	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem !important
	}

	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem !important
	}

	.ml-sm-2, .mx-sm-2 {
		margin-left: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important
	}

	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem !important
	}

	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important
	}

	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important
	}

	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important
	}

	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important
	}

	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem !important
	}

	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important
	}

	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important
	}

	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important
	}

	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important
	}

	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important
	}

	.p-sm-1 {
		padding: .25rem !important
	}

	.pt-sm-1, .py-sm-1 {
		padding-top: .25rem !important
	}

	.pr-sm-1, .px-sm-1 {
		padding-right: .25rem !important
	}

	.pb-sm-1, .py-sm-1 {
		padding-bottom: .25rem !important
	}

	.pl-sm-1, .px-sm-1 {
		padding-left: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem !important
	}

	.pt-sm-2, .py-sm-2 {
		padding-top: .5rem !important
	}

	.pr-sm-2, .px-sm-2 {
		padding-right: .5rem !important
	}

	.pb-sm-2, .py-sm-2 {
		padding-bottom: .5rem !important
	}

	.pl-sm-2, .px-sm-2 {
		padding-left: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem !important
	}

	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem !important
	}

	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem !important
	}

	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem !important
	}

	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem !important
	}

	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem !important
	}

	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem !important
	}

	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important
	}

	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important
	}

	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important
	}

}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important
	}

	.mt-md-0, .my-md-0 {
		margin-top: 0 !important
	}

	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important
	}

	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important
	}

	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.mt-md-1, .my-md-1 {
		margin-top: .25rem !important
	}

	.mr-md-1, .mx-md-1 {
		margin-right: .25rem !important
	}

	.mb-md-1, .my-md-1 {
		margin-bottom: .25rem !important
	}

	.ml-md-1, .mx-md-1 {
		margin-left: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.mt-md-2, .my-md-2 {
		margin-top: .5rem !important
	}

	.mr-md-2, .mx-md-2 {
		margin-right: .5rem !important
	}

	.mb-md-2, .my-md-2 {
		margin-bottom: .5rem !important
	}

	.ml-md-2, .mx-md-2 {
		margin-left: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.mt-md-3, .my-md-3 {
		margin-top: 1rem !important
	}

	.mr-md-3, .mx-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem !important
	}

	.ml-md-3, .mx-md-3 {
		margin-left: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem !important
	}

	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem !important
	}

	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important
	}

	.mr-md-5, .mx-md-5 {
		margin-right: 3rem !important
	}

	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important
	}

	.ml-md-5, .mx-md-5 {
		margin-left: 3rem !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.pt-md-0, .py-md-0 {
		padding-top: 0 !important
	}

	.pr-md-0, .px-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important
	}

	.pl-md-0, .px-md-0 {
		padding-left: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.pt-md-1, .py-md-1 {
		padding-top: .25rem !important
	}

	.pr-md-1, .px-md-1 {
		padding-right: .25rem !important
	}

	.pb-md-1, .py-md-1 {
		padding-bottom: .25rem !important
	}

	.pl-md-1, .px-md-1 {
		padding-left: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.pt-md-2, .py-md-2 {
		padding-top: .5rem !important
	}

	.pr-md-2, .px-md-2 {
		padding-right: .5rem !important
	}

	.pb-md-2, .py-md-2 {
		padding-bottom: .5rem !important
	}

	.pl-md-2, .px-md-2 {
		padding-left: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.pt-md-3, .py-md-3 {
		padding-top: 1rem !important
	}

	.pr-md-3, .px-md-3 {
		padding-right: 1rem !important
	}

	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem !important
	}

	.pl-md-3, .px-md-3 {
		padding-left: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem !important
	}

	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem !important
	}

	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.pt-md-5, .py-md-5 {
		padding-top: 3rem !important
	}

	.pr-md-5, .px-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important
	}

	.pl-md-5, .px-md-5 {
		padding-left: 3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mt-md-auto, .my-md-auto {
		margin-top: auto !important
	}

	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important
	}

	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important
	}

	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important
	}

}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important
	}

	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important
	}

	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important
	}

	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important
	}

	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem !important
	}

	.mr-lg-1, .mx-lg-1 {
		margin-right: .25rem !important
	}

	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem !important
	}

	.ml-lg-1, .mx-lg-1 {
		margin-left: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem !important
	}

	.mr-lg-2, .mx-lg-2 {
		margin-right: .5rem !important
	}

	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem !important
	}

	.ml-lg-2, .mx-lg-2 {
		margin-left: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important
	}

	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem !important
	}

	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important
	}

	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important
	}

	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important
	}

	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important
	}

	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem !important
	}

	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important
	}

	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important
	}

	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem !important
	}

	.pr-lg-1, .px-lg-1 {
		padding-right: .25rem !important
	}

	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem !important
	}

	.pl-lg-1, .px-lg-1 {
		padding-left: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem !important
	}

	.pr-lg-2, .px-lg-2 {
		padding-right: .5rem !important
	}

	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem !important
	}

	.pl-lg-2, .px-lg-2 {
		padding-left: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important
	}

	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem !important
	}

	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important
	}

	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important
	}

	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important
	}

	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important
	}

	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important
	}

	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important
	}

	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important
	}

	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important
	}

}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0 !important
	}

	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important
	}

	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important
	}

	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important
	}

	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.mt-xl-1, .my-xl-1 {
		margin-top: .25rem !important
	}

	.mr-xl-1, .mx-xl-1 {
		margin-right: .25rem !important
	}

	.mb-xl-1, .my-xl-1 {
		margin-bottom: .25rem !important
	}

	.ml-xl-1, .mx-xl-1 {
		margin-left: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.mt-xl-2, .my-xl-2 {
		margin-top: .5rem !important
	}

	.mr-xl-2, .mx-xl-2 {
		margin-right: .5rem !important
	}

	.mb-xl-2, .my-xl-2 {
		margin-bottom: .5rem !important
	}

	.ml-xl-2, .mx-xl-2 {
		margin-left: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.mt-xl-3, .my-xl-3 {
		margin-top: 1rem !important
	}

	.mr-xl-3, .mx-xl-3 {
		margin-right: 1rem !important
	}

	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem !important
	}

	.ml-xl-3, .mx-xl-3 {
		margin-left: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem !important
	}

	.mr-xl-4, .mx-xl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xl-4, .mx-xl-4 {
		margin-left: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem !important
	}

	.mr-xl-5, .mx-xl-5 {
		margin-right: 3rem !important
	}

	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xl-5, .mx-xl-5 {
		margin-left: 3rem !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important
	}

	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important
	}

	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important
	}

	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important
	}

	.p-xl-1 {
		padding: .25rem !important
	}

	.pt-xl-1, .py-xl-1 {
		padding-top: .25rem !important
	}

	.pr-xl-1, .px-xl-1 {
		padding-right: .25rem !important
	}

	.pb-xl-1, .py-xl-1 {
		padding-bottom: .25rem !important
	}

	.pl-xl-1, .px-xl-1 {
		padding-left: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.pt-xl-2, .py-xl-2 {
		padding-top: .5rem !important
	}

	.pr-xl-2, .px-xl-2 {
		padding-right: .5rem !important
	}

	.pb-xl-2, .py-xl-2 {
		padding-bottom: .5rem !important
	}

	.pl-xl-2, .px-xl-2 {
		padding-left: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem !important
	}

	.pr-xl-3, .px-xl-3 {
		padding-right: 1rem !important
	}

	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem !important
	}

	.pl-xl-3, .px-xl-3 {
		padding-left: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem !important
	}

	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem !important
	}

	.pr-xl-5, .px-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xl-5, .px-xl-5 {
		padding-left: 3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important
	}

	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important
	}

	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important
	}

}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
	text-align: justify !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left !important
	}

	.text-sm-right {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}

}

@media (min-width:768px) {
	.text-md-left {
		text-align: left !important
	}

	.text-md-right {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}

}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left !important
	}

	.text-lg-right {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}

}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left !important
	}

	.text-xl-right {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}

}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.font-weight-light {
	font-weight: 300 !important
}

.font-weight-normal {
	font-weight: 400 !important
}

.font-weight-bold {
	font-weight: 700 !important
}

.font-italic {
	font-style: italic !important
}

.text-white {
	color: #fff !important
}

.text-primary {
	color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
	color: #0062cc !important
}

.text-secondary {
	color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
	color: #545b62 !important
}

.text-success {
	color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
	color: #1e7e34 !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
	color: #117a8b !important
}

.text-warning {
	color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
	color: #d39e00 !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
	color: #bd2130 !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
	color: #dae0e5 !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
	color: #1d2124 !important
}

.text-body {
	color: #212529 !important
}

.text-muted {
	color: #6c757d !important
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
	color: rgba(255, 255, 255, .5) !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
}

@media print {
	*, ::after, ::before {
		text-shadow: none !important;
		box-shadow: none !important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	abbr[title]::after {
		content: '0 0 4 5'attr(title) ")"
	}

	pre {
		white-space: pre-wrap !important
	}

	blockquote, pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img, tr {
		page-break-inside: avoid
	}

	h2, h3, p {
		orphans: 3;
		widows: 3
	}

	h2, h3 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	body {
		min-width: 992px !important
	}

	.container {
		min-width: 992px !important
	}

	.navbar {
		display: none
	}

	.badge {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table td, .table th {
		background-color: #fff !important
	}

	.table-bordered td, .table-bordered th {
		border: 1px solid #dee2e6 !important
	}

	.table-dark {
		color: inherit
	}

	.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
		border-color: #dee2e6
	}

	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6
	}

}

/*! jQuery UI - v1.12.1 - 2016-09-14

* http://jqueryui.com

* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css

* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px

* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
	display: none
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
	content: '%23343a40';
	display: table;
	border-collapse: collapse
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-state-disabled {
	cursor: default !important;
	pointer-events: none
}

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0
}

.ui-menu .ui-menu {
	position: absolute
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
	margin: -1px
}

.ui-menu-icons {
	position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0
}

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: visible
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
	text-decoration: none
}

.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap
}

input.ui-button.ui-button-icon-only {
	text-indent: 0
}

.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus, .ui-controlgroup>.ui-controlgroup-item:focus {
	z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
	border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
	border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
	width: 75%;
	width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid
}

.ui-checkboxradio-disabled {
	pointer-events: none
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
	top: 1px
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px
}

.ui-datepicker .ui-datepicker-next {
	right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 45%
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: 700;
	border: 0
}

.ui-datepicker td {
	border: 0;
	padding: 1px
}

.ui-datepicker td a, .ui-datepicker td span {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left
}

.ui-datepicker.ui-datepicker-multi {
	width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0
}

.ui-datepicker-rtl {
	direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
	float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}

.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: 0 0;
	overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer
}

.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0
}

.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0
}

.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0
}

.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0
}

.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
	width: 7px;
	height: 7px
}

.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0
}

.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0
}

.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0
}

.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-resizable {
	position: relative
}

.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
	display: none
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
	background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
	height: 100%;
	opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted #000
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
	padding: 2px .4em;
	margin: .5em 0 0 0;
	height: auto;
	border: 0
}

.ui-selectmenu-open {
	display: block
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit
}

.ui-slider-horizontal {
	height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle
}

.ui-spinner-input {
	border: none;
	background: 0 0;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0
}

.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none
}

.ui-spinner-up {
	top: 0
}

.ui-spinner-down {
	bottom: 0
}

.ui-tabs {
	position: relative;
	padding: .2em
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: 0 0
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px
}

body .ui-tooltip {
	border-width: 2px
}

.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

.ui-widget .ui-widget {
	font-size: 1em
}

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333
}

.ui-widget-content a {
	color: #333
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: 700
}

.ui-widget-header a {
	color: #333
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: 400;
	color: #454545
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
	color: #454545;
	text-decoration: none
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: 400;
	color: #2b2b2b
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
	color: #2b2b2b;
	text-decoration: none
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: 400;
	color: #fff
}

.ui-icon-background, .ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #fff;
	text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #5f3f3f
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #5f3f3f
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: 400
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35)
}

.ui-icon {
	width: 16px;
	height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_444444_256x240.html)
}

.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_444444_256x240.html)
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
	background-image: url(images/ui-icons_555555_256x240.html)
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.html)
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_777620_256x240.html)
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cc0000_256x240.html)
}

.ui-button .ui-icon {
	background-image: url(images/ui-icons_777777_256x240.html)
}

.ui-icon-blank {
	background-position: 16px 16px
}

.ui-icon-caret-1-n {
	background-position: 0 0
}

.ui-icon-caret-1-ne {
	background-position: -16px 0
}

.ui-icon-caret-1-e {
	background-position: -32px 0
}

.ui-icon-caret-1-se {
	background-position: -48px 0
}

.ui-icon-caret-1-s {
	background-position: -65px 0
}

.ui-icon-caret-1-sw {
	background-position: -80px 0
}

.ui-icon-caret-1-w {
	background-position: -96px 0
}

.ui-icon-caret-1-nw {
	background-position: -112px 0
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}

.ui-icon-arrow-4 {
	background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}

.ui-icon-extlink {
	background-position: -32px -80px
}

.ui-icon-newwin {
	background-position: -48px -80px
}

.ui-icon-refresh {
	background-position: -64px -80px
}

.ui-icon-shuffle {
	background-position: -80px -80px
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px
}

.ui-icon-folder-open {
	background-position: -16px -96px
}

.ui-icon-document {
	background-position: -32px -96px
}

.ui-icon-document-b {
	background-position: -48px -96px
}

.ui-icon-note {
	background-position: -64px -96px
}

.ui-icon-mail-closed {
	background-position: -80px -96px
}

.ui-icon-mail-open {
	background-position: -96px -96px
}

.ui-icon-suitcase {
	background-position: -112px -96px
}

.ui-icon-comment {
	background-position: -128px -96px
}

.ui-icon-person {
	background-position: -144px -96px
}

.ui-icon-print {
	background-position: -160px -96px
}

.ui-icon-trash {
	background-position: -176px -96px
}

.ui-icon-locked {
	background-position: -192px -96px
}

.ui-icon-unlocked {
	background-position: -208px -96px
}

.ui-icon-bookmark {
	background-position: -224px -96px
}

.ui-icon-tag {
	background-position: -240px -96px
}

.ui-icon-home {
	background-position: 0 -112px
}

.ui-icon-flag {
	background-position: -16px -112px
}

.ui-icon-calendar {
	background-position: -32px -112px
}

.ui-icon-cart {
	background-position: -48px -112px
}

.ui-icon-pencil {
	background-position: -64px -112px
}

.ui-icon-clock {
	background-position: -80px -112px
}

.ui-icon-disk {
	background-position: -96px -112px
}

.ui-icon-calculator {
	background-position: -112px -112px
}

.ui-icon-zoomin {
	background-position: -128px -112px
}

.ui-icon-zoomout {
	background-position: -144px -112px
}

.ui-icon-search {
	background-position: -160px -112px
}

.ui-icon-wrench {
	background-position: -176px -112px
}

.ui-icon-gear {
	background-position: -192px -112px
}

.ui-icon-heart {
	background-position: -208px -112px
}

.ui-icon-star {
	background-position: -224px -112px
}

.ui-icon-link {
	background-position: -240px -112px
}

.ui-icon-cancel {
	background-position: 0 -128px
}

.ui-icon-plus {
	background-position: -16px -128px
}

.ui-icon-plusthick {
	background-position: -32px -128px
}

.ui-icon-minus {
	background-position: -48px -128px
}

.ui-icon-minusthick {
	background-position: -64px -128px
}

.ui-icon-close {
	background-position: -80px -128px
}

.ui-icon-closethick {
	background-position: -96px -128px
}

.ui-icon-key {
	background-position: -112px -128px
}

.ui-icon-lightbulb {
	background-position: -128px -128px
}

.ui-icon-scissors {
	background-position: -144px -128px
}

.ui-icon-clipboard {
	background-position: -160px -128px
}

.ui-icon-copy {
	background-position: -176px -128px
}

.ui-icon-contact {
	background-position: -192px -128px
}

.ui-icon-image {
	background-position: -208px -128px
}

.ui-icon-video {
	background-position: -224px -128px
}

.ui-icon-script {
	background-position: -240px -128px
}

.ui-icon-alert {
	background-position: 0 -144px
}

.ui-icon-info {
	background-position: -16px -144px
}

.ui-icon-notice {
	background-position: -32px -144px
}

.ui-icon-help {
	background-position: -48px -144px
}

.ui-icon-check {
	background-position: -64px -144px
}

.ui-icon-bullet {
	background-position: -80px -144px
}

.ui-icon-radio-on {
	background-position: -96px -144px
}

.ui-icon-radio-off {
	background-position: -112px -144px
}

.ui-icon-pin-w {
	background-position: -128px -144px
}

.ui-icon-pin-s {
	background-position: -144px -144px
}

.ui-icon-play {
	background-position: 0 -160px
}

.ui-icon-pause {
	background-position: -16px -160px
}

.ui-icon-seek-next {
	background-position: -32px -160px
}

.ui-icon-seek-prev {
	background-position: -48px -160px
}

.ui-icon-seek-end {
	background-position: -64px -160px
}

.ui-icon-seek-start {
	background-position: -80px -160px
}

.ui-icon-seek-first {
	background-position: -80px -160px
}

.ui-icon-stop {
	background-position: -96px -160px
}

.ui-icon-eject {
	background-position: -112px -160px
}

.ui-icon-volume-off {
	background-position: -128px -160px
}

.ui-icon-volume-on {
	background-position: -144px -160px
}

.ui-icon-power {
	background-position: 0 -176px
}

.ui-icon-signal-diag {
	background-position: -16px -176px
}

.ui-icon-signal {
	background-position: -32px -176px
}

.ui-icon-battery-0 {
	background-position: -48px -176px
}

.ui-icon-battery-1 {
	background-position: -64px -176px
}

.ui-icon-battery-2 {
	background-position: -80px -176px
}

.ui-icon-battery-3 {
	background-position: -96px -176px
}

.ui-icon-circle-plus {
	background-position: 0 -192px
}

.ui-icon-circle-minus {
	background-position: -16px -192px
}

.ui-icon-circle-close {
	background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px
}

.ui-icon-circle-check {
	background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
	border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
	border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
	border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
	border-bottom-right-radius: 3px
}

.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666
}

.sm {
	box-sizing: border-box;
	position: relative;
	z-index: 9999;
	-webkit-tap-highlight-color: transparent
}

.sm, .sm li, .sm ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	direction: ltr;
	text-align: left
}

.sm-rtl, .sm-rtl li, .sm-rtl ul {
	direction: rtl;
	text-align: right
}

.sm>li>h1, .sm>li>h2, .sm>li>h3, .sm>li>h4, .sm>li>h5, .sm>li>h6 {
	margin: 0;
	padding: 0
}

.sm ul {
	display: none
}

.sm a, .sm li {
	position: relative
}

.sm a {
	display: block
}

.sm a.disabled {
	cursor: default
}

.sm::after {
	content: 'M2 0L0 2h4zm0 5L0 3h4z';
	display: block;
	height: 0;
	font: 0/0 serif;
	clear: both;
	overflow: hidden
}

.sm *, .sm::after, .sm::before {
	box-sizing: inherit
}

.sm-simple a.current {
	color: #85b72f
}

.sm-simple a.disabled {
	color: #ccc
}

.sm-simple a .sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 14px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	background: rgba(0, 0, 0, .08);
	display: none !important;
}

.sm-simple a .sub-arrow::before {
	content: ""
}

.sm-simple a.highlighted .sub-arrow::before {
	content: "Browse"
}

.sm-simple>li:first-child {
	border-top: 0
}

.sm-simple ul ul ul a, .sm-simple ul ul ul a:active, .sm-simple ul ul ul a:focus, .sm-simple ul ul ul a:hover {
	border-left: 24px solid transparent
}

.sm-simple ul ul ul ul a, .sm-simple ul ul ul ul a:active, .sm-simple ul ul ul ul a:focus, .sm-simple ul ul ul ul a:hover {
	border-left: 32px solid transparent
}

.sm-simple ul ul ul ul ul a, .sm-simple ul ul ul ul ul a:active, .sm-simple ul ul ul ul ul a:focus, .sm-simple ul ul ul ul ul a:hover {
	border-left: 40px solid transparent
}

@media (min-width:992px) {
	.sm-simple ul {
		position: absolute;
		width: 12em
	}

	.sm-simple li {
		float: left
	}

	.sm-simple.sm-rtl li {
		float: right
	}

	.sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
		float: none
	}

	.sm-simple a {
		white-space: nowrap
	}

	.sm-simple ul a, .sm-simple.sm-vertical a {
		white-space: normal
	}

	.sm-simple .sm-nowrap>li>:not(ul) a, .sm-simple .sm-nowrap>li>a {
		white-space: nowrap
	}

	.sm-simple a.current {
		color: #85b72f
	}

	.sm-simple a.disabled {
		background: #fff;
		color: #ccc
	}

	.sm-simple a.has-submenu {
		padding-right: 12px
	}

	.sm-simple a .sub-arrow {
		top: 50%;
		margin-top: -8px;
		right: 20px;
		width: 8px;
		height: 16px;
		font: 14px/16px monospace !important;
		background: 0 0
	}

	.sm-simple a.highlighted .sub-arrow::before {
		content: "Browse"
	}

	.sm-simple ul a {
		border: 0 !important
	}

	.sm-simple ul a.has-submenu {
		padding-right: 20px
	}

	.sm-simple ul a .sub-arrow {
		left: 8px;
		right: auto
	}

	.sm-simple .scroll-down, .sm-simple .scroll-up {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: #fff;
		height: 20px
	}

	.sm-simple .scroll-down-arrow, .sm-simple .scroll-up-arrow {
		position: absolute;
		top: -2px;
		left: 50%;
		margin-left: -8px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 8px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #555 transparent
	}

	.sm-simple .scroll-down-arrow {
		top: 6px;
		border-style: solid dashed dashed dashed;
		border-color: #555 transparent transparent transparent
	}

	.sm-simple.sm-rtl a.has-submenu {
		padding-right: 20px;
		padding-left: 32px
	}

	.sm-simple.sm-rtl a .sub-arrow {
		left: 20px;
		right: auto
	}

	.sm-simple.sm-rtl.sm-vertical a.has-submenu {
		padding: 11px 20px
	}

	.sm-simple.sm-rtl.sm-vertical a .sub-arrow {
		left: auto;
		right: 8px
	}

	.sm-simple.sm-rtl>li:first-child {
		border-left: 1px solid #eee
	}

	.sm-simple.sm-rtl>li:last-child {
		border-left: 0
	}

	.sm-simple.sm-rtl ul a.has-submenu {
		padding: 11px 20px
	}

	.sm-simple.sm-rtl ul a .sub-arrow {
		left: auto;
		right: 8px
	}

	.sm-simple.sm-vertical a .sub-arrow {
		left: 8px;
		right: auto
	}

	.sm-simple.sm-vertical li {
		border-left: 0
	}

	.sm-simple.sm-vertical>li:first-child {
		border-top: 0
	}

}

@font-face {
	font-family: Flaticon;
	src: url(../flaticon/Flaticon.eot);
	src: url(../flaticon/Flaticond41dd41d.eot?#iefix) format("embedded-opentype"), url(../flaticon/Flaticon.woff2) format("woff2"), url(../flaticon/Flaticon.woff) format("woff"), url(../flaticon/Flaticon.ttf) format("truetype"), url(../flaticon/Flaticon.svg#Flaticon) format("svg");
	font-weight: 400;
	font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: Flaticon;
		src: url(../flaticon/Flaticon.svg#Flaticon) format("svg")
	}

}

[class*=" flaticon-"]:after, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class^=flaticon-]:before {
	font-family: Flaticon;
	font-size: 20px;
	font-style: normal;
	margin-left: 20px
}

.flaticon-magnifying-glass:before {
	content: ""
}

.flaticon-menu:before {
	content: '0 0 30 30'
}

.flaticon-left:before {
	content: 'http://www.w3.org/2000/svg'
}

.flaticon-right:before {
	content: ''
}

.flaticon-bag:before {
	content: '2'
}

.flaticon-close:before {
	content: 'round'
}

.flaticon-tag:before {
	content: '10'
}

.flaticon-label:before {
	content: 'M4 7h22M4 15h22M4 23h22'
}

.flaticon-user:before {
	content: '0 0 30 30'
}

.flaticon-user-1:before {
	content: 'http://www.w3.org/2000/svg'
}

.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}

}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.html) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
	margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: '2';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image, .fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe, .fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: 0
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
	}

}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@keyframes a {
	to {
		transform: rotate(1turn)
	}

}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}

	.fancybox-slide--image {
		padding: 6px 0
	}

	.fancybox-close-small {
		right: -6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}

	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}

	}

}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: 'round';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}

}

.fg-body {
	position: relative
}

.fg-card {
	position: absolute;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	display: block;
	border: 4px solid #fff;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.fg-card.animate {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.fg-card.active {
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%
}

.fg-card.active.top {
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0
}

.fg-card.active.left {
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.fg-card.active.right {
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%
}

.fg-card img {
	display: block
}

.fg-card.fg-flipping {
	-o-transform: rotateX(180deg) !important;
	-webkit-transform: rotateX(180deg) !important;
	-moz-transform: rotateX(180deg) !important;
	transform: rotateX(180deg) !important;
	opacity: 0
}

.fg-card.fg-flipping.top {
	-o-transform: rotateX(-180deg) !important;
	-webkit-transform: rotateX(-180deg) !important;
	-moz-transform: rotateX(-180deg) !important;
	transform: rotateX(-180deg) !important;
	opacity: 0
}

.fg-card.fg-flipping.left {
	-o-transform: rotateY(-180deg) !important;
	-webkit-transform: rotateY(-180deg) !important;
	-moz-transform: rotateY(-180deg) !important;
	transform: rotateY(-180deg) !important;
	opacity: 0
}

.fg-card.fg-flipping.right {
	-o-transform: rotateY(180deg) !important;
	-webkit-transform: rotateY(180deg) !important;
	-moz-transform: rotateY(180deg) !important;
	transform: rotateY(180deg) !important;
	opacity: 0
}

.fg-caption {
	position: absolute;
	width: 100%;
	text-align: center;
	margin: 10px 0;
	top: 100%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s ease-in-out
}

.slick-loading .slick-list {

}

@font-face {
	font-family: slick;
	font-weight: 400;
	font-style: normal;
	src: url(../slick/fonts/slick.eot);
	src: url(../slick/fonts/slickd41dd41d.eot?#iefix) format('embedded-opentype'), url(../slick/fonts/slick.woff) format('woff'), url(../slick/fonts/slick.ttf) format('truetype'), url(../slick/fonts/slick.svg#slick) format('svg')
}

.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: '10'
}

[dir=rtl] .slick-prev:before {
	content: 'M4 7h22M4 15h22M4 23h22'
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: "/"
}

[dir=rtl] .slick-next:before {
	content: ""
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "";
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after, .slick-track:before {
	display: table;
	content: ""
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.yu2fvl {
	z-index: 9999;
	top: 0
}

.yu2fvl-iframe {
	display: block;
	height: 100%;
	width: 100%;
	border: 0
}

.yu2fvl-overlay {
	z-index: 9998;
	background: #000;
	opacity: .8
}

.yu2fvl-close {
	position: absolute;
	top: -20px;
	right: -20px;
	color: #fff;
	border: 0;
	background: 0 0;
	cursor: pointer
}

/*!

 * animate.css -http://daneden.me/animate

 * Version - 3.5.1

 * Licensed under the MIT license - http://opensource.org/licenses/MIT

 *

 * Copyright (c) 2016 Daniel Eden

 */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounce {
	20%, 53%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}

}

@keyframes bounce {
	20%, 53%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}

}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {
	50%, from, to {
		opacity: 1
	}

	25%, 75% {
		opacity: 0
	}

}

@keyframes flash {
	50%, from, to {
		opacity: 1
	}

	25%, 75% {
		opacity: 0
	}

}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

}

@keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}

}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}

}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	to {
		-webkit-transform: none;
		transform: none
	}

}

@keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	to {
		-webkit-transform: none;
		transform: none
	}

}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	11.1%, from, to {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}

}

@keyframes jello {
	11.1%, from, to {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}

}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes bounceIn {
	20%, 40%, 60%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

}

@keyframes bounceIn {
	20%, 40%, 60%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}

}

@keyframes bounceInDown {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}

}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}

}

@keyframes bounceInLeft {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}

}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}

}

@keyframes bounceInRight {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}

}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

}

@keyframes bounceInUp {
	60%, 75%, 90%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}

}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}

}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}

}

@keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}

}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

}

@keyframes fadeOutDown {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

}

@keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

}

@keyframes fadeOutLeft {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

}

@keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

}

@keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

}

@keyframes fadeOutUp {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

}

@keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}

}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}

}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}

}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}

}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}

}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}

}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}

}

@keyframes lightSpeedOut {
	from {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}

}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}

}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}

}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}

}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}

}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}

}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}

}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}

}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}

}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}

}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}

}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}

}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}

}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}

}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}

}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}

}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}

}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}

}

@keyframes rollOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}

}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}

}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}

}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}

}

@keyframes zoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}

}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}

}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}

}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}

}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}

}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

[data-aos][data-aos][data-aos-duration=""], body[data-aos-duration='http://www.w3.org/2000/svg'] [data-aos] {
	transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay=''], body[data-aos-delay='0 0 8 8'] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'].aos-animate, body[data-aos-delay='http://www.w3.org/2000/svg'] [data-aos].aos-animate {
	transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration=''], body[data-aos-duration='0 0 8 8'] [data-aos] {
	transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'], body[data-aos-delay=""] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay=""].aos-animate, body[data-aos-delay=""] [data-aos].aos-animate {
	transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration=""], body[data-aos-duration=" ("] [data-aos] {
	transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay=""], body[data-aos-delay=""] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay='+'].aos-animate, body[data-aos-delay='-'] [data-aos].aos-animate {
	transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration='+'], body[data-aos-duration="\f100"] [data-aos] {
	transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="\f101"], body[data-aos-delay="\f102"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="\f103"].aos-animate, body[data-aos-delay="\f104"] [data-aos].aos-animate {
	transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="\f105"], body[data-aos-duration="\f106"] [data-aos] {
	transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="\f107"], body[data-aos-delay="\f108"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="\f109"].aos-animate, body[data-aos-delay="."] [data-aos].aos-animate {
	transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration=""], body[data-aos-duration=""] [data-aos] {
	transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay='ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬ Ãƒâ€šÃ‚Â'], body[data-aos-delay='ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢'] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay='ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢'].aos-animate, body[data-aos-delay='ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬ Ãƒâ€šÃ‚Â'] [data-aos].aos-animate {
	transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration='ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢'], body[data-aos-duration=''] [data-aos] {
	transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
	transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
	transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
	transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
	transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
	transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
	transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
	transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
	transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
	transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
	transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
	transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
	transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
	transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
	transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
	transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
	transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
	transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
	transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
	transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
	transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
	transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
	transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
	transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
	transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
	transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
	transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
	transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
	transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
	transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
	transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
	transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
	transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
	transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
	transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
	transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
	transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
	transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
	transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
	transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
	transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
	transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
	transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
	transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
	transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
	transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
	transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
	transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
	transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
	transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
	transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
	transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
	transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
	transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
	transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
	transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
	transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
	transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
	transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
	transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
	transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
	transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
	transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
	transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
	transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
	transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
	transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
	transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
	transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
	transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
	transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
	transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
	transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
	transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
	transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
	transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
	transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
	transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
	transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
	transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
	transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
	transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
	transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
	transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
	transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
	transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
	transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
	transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
	transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
	transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
	transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
	transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
	transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
	transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
	transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
	transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
	transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
	transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
	transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
	transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
	transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
	transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
	transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
	transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
	transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
	transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
	transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
	transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
	transition-delay: 3s
}

[data-aos] {
	pointer-events: none
}

[data-aos].aos-animate {
	pointer-events: auto
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
	transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
	transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
	transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
	transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
	transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
	transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

@media screen {
	html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
		opacity: 0;
		transition-property: opacity, -webkit-transform;
		transition-property: opacity, transform;
		transition-property: opacity, transform, -webkit-transform
	}

	html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

	html:not(.no-js) [data-aos=fade-up] {
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0)
	}

	html:not(.no-js) [data-aos=fade-down] {
		-webkit-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0)
	}

	html:not(.no-js) [data-aos=fade-right] {
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0)
	}

	html:not(.no-js) [data-aos=fade-left] {
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0)
	}

	html:not(.no-js) [data-aos=fade-up-right] {
		-webkit-transform: translate3d(-100px, 100px, 0);
		transform: translate3d(-100px, 100px, 0)
	}

	html:not(.no-js) [data-aos=fade-up-left] {
		-webkit-transform: translate3d(100px, 100px, 0);
		transform: translate3d(100px, 100px, 0)
	}

	html:not(.no-js) [data-aos=fade-down-right] {
		-webkit-transform: translate3d(-100px, -100px, 0);
		transform: translate3d(-100px, -100px, 0)
	}

	html:not(.no-js) [data-aos=fade-down-left] {
		-webkit-transform: translate3d(100px, -100px, 0);
		transform: translate3d(100px, -100px, 0)
	}

	html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
		opacity: 0;
		transition-property: opacity, -webkit-transform;
		transition-property: opacity, transform;
		transition-property: opacity, transform, -webkit-transform
	}

	html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
		opacity: 1;
		-webkit-transform: translateZ(0) scale(1);
		transform: translateZ(0) scale(1)
	}

	html:not(.no-js) [data-aos=zoom-in] {
		-webkit-transform: scale(.6);
		transform: scale(.6)
	}

	html:not(.no-js) [data-aos=zoom-in-up] {
		-webkit-transform: translate3d(0, 100px, 0) scale(.6);
		transform: translate3d(0, 100px, 0) scale(.6)
	}

	html:not(.no-js) [data-aos=zoom-in-down] {
		-webkit-transform: translate3d(0, -100px, 0) scale(.6);
		transform: translate3d(0, -100px, 0) scale(.6)
	}

	html:not(.no-js) [data-aos=zoom-in-right] {
		-webkit-transform: translate3d(-100px, 0, 0) scale(.6);
		transform: translate3d(-100px, 0, 0) scale(.6)
	}

	html:not(.no-js) [data-aos=zoom-in-left] {
		-webkit-transform: translate3d(100px, 0, 0) scale(.6);
		transform: translate3d(100px, 0, 0) scale(.6)
	}

	html:not(.no-js) [data-aos=zoom-out] {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	html:not(.no-js) [data-aos=zoom-out-up] {
		-webkit-transform: translate3d(0, 100px, 0) scale(1.2);
		transform: translate3d(0, 100px, 0) scale(1.2)
	}

	html:not(.no-js) [data-aos=zoom-out-down] {
		-webkit-transform: translate3d(0, -100px, 0) scale(1.2);
		transform: translate3d(0, -100px, 0) scale(1.2)
	}

	html:not(.no-js) [data-aos=zoom-out-right] {
		-webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
		transform: translate3d(-100px, 0, 0) scale(1.2)
	}

	html:not(.no-js) [data-aos=zoom-out-left] {
		-webkit-transform: translate3d(100px, 0, 0) scale(1.2);
		transform: translate3d(100px, 0, 0) scale(1.2)
	}

	html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
		visibility: hidden
	}

	html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
		visibility: visible;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	html:not(.no-js) [data-aos=slide-up] {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	html:not(.no-js) [data-aos=slide-down] {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	html:not(.no-js) [data-aos=slide-right] {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	html:not(.no-js) [data-aos=slide-left] {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform
	}

	html:not(.no-js) [data-aos=flip-left] {
		-webkit-transform: perspective(2500px) rotateY(-100deg);
		transform: perspective(2500px) rotateY(-100deg)
	}

	html:not(.no-js) [data-aos=flip-left].aos-animate {
		-webkit-transform: perspective(2500px) rotateY(0);
		transform: perspective(2500px) rotateY(0)
	}

	html:not(.no-js) [data-aos=flip-right] {
		-webkit-transform: perspective(2500px) rotateY(100deg);
		transform: perspective(2500px) rotateY(100deg)
	}

	html:not(.no-js) [data-aos=flip-right].aos-animate {
		-webkit-transform: perspective(2500px) rotateY(0);
		transform: perspective(2500px) rotateY(0)
	}

	html:not(.no-js) [data-aos=flip-up] {
		-webkit-transform: perspective(2500px) rotateX(-100deg);
		transform: perspective(2500px) rotateX(-100deg)
	}

	html:not(.no-js) [data-aos=flip-up].aos-animate {
		-webkit-transform: perspective(2500px) rotateX(0);
		transform: perspective(2500px) rotateX(0)
	}

	html:not(.no-js) [data-aos=flip-down] {
		-webkit-transform: perspective(2500px) rotateX(100deg);
		transform: perspective(2500px) rotateX(100deg)
	}

	html:not(.no-js) [data-aos=flip-down].aos-animate {
		-webkit-transform: perspective(2500px) rotateX(0);
		transform: perspective(2500px) rotateX(0)
	}

}

.clear {
	clear: both
}

::-moz-selection {
	background: #00b0ff;
	color: #fff;
	text-shadow: none
}

::selection {
	background: #00b0ff;
	color: #fff;
	text-shadow: none
}

.no-mar {
	margin: 0 !important
}

.no-pad {
	padding: 0 !important
}

div#preloader {
	background: #fff url(../img/loader.gif) no-repeat scroll center center;
	height: 100%;
	left: 0;
	overflow: visible;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999
}

header.navbar-fixed-top {
	animation-duration: .8s;
	animation-name: fadeInDown;
	animation-timing-function: ease-in-out;
	-webkit-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, .15);
	-moz-box-shadow: 0 13px 35px -12px rgba(35, 35, 35, .15);
	box-shadow: 0 13px 35px -12px rgba(35, 35, 35, .15);
	left: 0;
	position: fixed !important;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999
}

.mar-bot-50 {
	margin-bottom: 50px
}

.mar-bot-40 {
	margin-bottom: 40px
}

.mar-bot-35 {
	margin-bottom: 35px
}

.mar-bot-30 {
	margin-bottom: 30px
}

.mar-top-30 {
	margin-top: 30px
}

.mar-top-80 {
	margin-top: 80px
}

.mar-top-80 {
	margin-top: 80px
}

.mar-top-55 {
	margin-top: 55px
}

.mar-top-108 {
	margin-top: 108px
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

*, :after, :before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

:focus {
	outline: 0
}

html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased
}

body {
	background: #fff;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1.5px;
	color: #888;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%
}

img {
	max-width: 100%;
	height: auto
}

button, input, textarea {
	letter-spacing: 1px
}

body {
	font-family: Poppins, sans-serif
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: Helvetica;
	font-weight: 700;
	color: #000;
	letter-spacing: 1.5px
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	font-family: Helvetica
}

h1 {
	font-size: 36px;
	line-height: 70px;
	letter-spacing: 1px;
	margin-bottom: 0
}

h2 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 0
}

h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0
}

h4 {
	font-size: 20px;
	line-height: 27px
}

h5 {
	font-size: 16px;
	line-height: 24px
}

h6 {
	font-size: 14px;
	line-height: 24px
}

p {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 24px;
	margin: 0;
	color: #757575
}

p img {
	margin: 0
}

span {
	font-family: Poppins, sans-serif
}

em {
	font: 15px/30px
}

b, strong {
	font: 15px/30px
}

small {
	font-size: 11px;
	line-height: inherit
}

blockquote {
	border-left: 0 none;
	font-family: Poppins, sans-serif;
	margin: 10px 0;
	padding-left: 40px;
	position: relative
}

blockquote::before {
	color: #4e5665;
	content: "2700";
	font-family: FontAwesome;
	font-size: 36px;
	left: 20px;
	line-height: 0;
	margin: 0;
	opacity: .5;
	position: absolute;
	top: 20px
}

blockquote p {
	font-style: italic;
	padding: 0;
	font-size: 18px;
	line-height: 36px
}

blockquote cite {
	display: block;
	font-size: 12px;
	font-style: normal;
	line-height: 18px
}

blockquote cite:before {
	content: "2700"
}

blockquote cite a, blockquote cite a:visited {
	color: #8b9798;
	border: none
}

abbr {
	color: #444;
	font-weight: 700;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .6px
}

abbr:hover {
	cursor: help
}

a, a:visited {
	text-decoration: none;
	font-family: Poppins, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #111;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	outline: 0
}

a:active, a:hover {
	color: #00b0ff;
	text-decoration: none;
	outline: 0
}

a:focus {
	text-decoration: none;
	outline: 0
}

p a, p a:visited {
	line-height: inherit;
	outline: 0
}

a.active-page {
	color: #e6ae48 !important
}

ol, ul {
	margin-bottom: 0;
	margin-top: 0
}

ul {
	margin: 0
}

ol {
	list-style: decimal
}

ol, ul.circle, ul.disc, ul.square {
	margin-left: 0
}

ul.square {
	list-style: square outside
}

ul.circle {
	list-style: circle outside
}

ul.disc {
	list-style: disc outside
}

ol ol, ol ul, ul ol, ul ul {
	margin: 0
}

ol ol li, ol ul li, ul ol li, ul ul li {
	margin-bottom: 0
}

li {
	line-height: 18px;
	margin-bottom: 0
}

dl {
	margin: 12px 0
}

dt {
	margin: 0;
	color: #11abb0
}

dd {
	margin: 0 0 0 20px
}

input[type=date]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	display: none
}

input[type=date] {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 10px), calc(100% - 15px) calc(1em + 10px), calc(100% - 2.5em) .5em;
	background-size: 5px 5px, 5px 5px, 1px 0;
	background-repeat: no-repeat
}

input[type=date]::-webkit-calendar-picker-indicator {
	opacity: 0
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 10px), calc(100% - 15px) calc(1em + 10px), calc(100% - 2.5em) .5em;
	background-size: 5px 5px, 5px 5px, 1px 0;
	background-repeat: no-repeat
}

input:focus, textarea:focus {
	border-color: #007cf5 !important
}

[class*=" flaticon-"]:after, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class^=flaticon-]:before {
	font-family: Flaticon;
	font-size: inherit;
	font-style: normal;
	margin: 0
}

i.flaticon-left, i.flaticon-right {
	font-weight: 600
}

.section-padding {
	padding: 120px 0
}

.no-padding-bottom {
	padding-bottom: 0
}

.section-titleV1 {
	position: relative;
	margin: 0 auto;
	padding: 0 0 0;
	text-align: center
}

.section-titleV1 p {
font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #495057;
    /* text-transform: uppercase; */
    font-weight: 400;
}

.section-titleV1 h4 {
	font-size: 37px;
	letter-spacing: 0;
	line-height: 48px;
	font-weight: 600;
	margin-top: 10px;
	text-transform: uppercase
}

.section-titleV1 h4 span {
	font-weight: 300;
	margin-top: 5px
}

.section-titleV3 {
	position: relative;
	max-width: 600px;
	margin: 25px auto;
	padding: 25px 0;
	text-align: center
}

.section-titleV3 p {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 30px;
	color: #00c3ff;
	text-transform: uppercase;
	font-weight: 400
}

.section-titleV3 h3 {
	font-size: 40px;
	letter-spacing: 0;
	line-height: 48px;
	font-family: Gilroy;
	margin-top: 10px
}

.section-titleV3 h3 span {
	font-weight: 300;
	margin-top: 5px;
	display: block
}

.achievement-area .section-text {
	position: relative;
	padding: 40px 0 0
}

.section-text h3 {
	font-size: 40px;
	letter-spacing: 0;
	line-height: 45px;
	color: #000;
	font-weight: 700;
	margin-bottom: 30px
}

.section-text h5 {
	font-size: 20px;
	letter-spacing: 0;
	color: #000;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 30px
}

.section-text p {
	font-size: 15px;
	letter-spacing: 0;
	color: #4f5b6d;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 30px
}

a.btn-style-a {
	position: relative;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 30px;
	color: #00c3ff;
	font-weight: 400;
	border: 1px solid #00c3ff;
	border-radius: 30px;
	padding: 7px 21px
}

a.btn-style-a:hover {
	background-color: #00c3ff;
	color: #fff
}

a.btn-style-b {
	font-size: 16px;
	letter-spacing: 0;
	background-color: #00c3ff;
	padding: 5px 21px;
	line-height: 30px;
	display: inline-block;
	color: #fff;
	border-radius: 50px;
	position: relative
}

a.btn-style-r {
	position: relative;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 30px;
	color: #fff;
	background-color: #ff6461;
	padding: 5px 30px;
	border-radius: 30px;
	font-weight: 400;
	display: inline-block
}

a.btn-style-b i {
	margin-left: 13px;
	margin-left: 13px;
	position: relative;
	top: 2px
}

a.btn-style-b:hover {
	background-color: #06ade0;
	box-shadow: -1.717px 8.835px 19.32px 1.68px rgba(187, 237, 252, .004)
}

a.btn-style-c {
	font-size: 16px;
	letter-spacing: 0;
	color: #00c3ff
}

a.btn-style-c i {
	margin-left: 10px;
	margin-right: 10px;
	color: #7eedb5;
	background-color: rgba(126, 237, 181, .4);
	border-radius: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 13px;
	font-size: 22px;
	padding-left: 4px;
	position: relative;
	transition: .5s ease
}

a.btn-style-c:hover {
	color: #000
}

a.btn-style-c:hover i {
	color: #000
}

a.btn-style-d {
	font-size: 16px;
	letter-spacing: 0;
	background-color: #00c3ff;
	padding: 5px 21px;
	line-height: 30px;
	display: inline-block;
	color: #fff;
	border-radius: 50px;
	position: relative
}

a.btn-style-d:hover {
	background-color: #ff6461
}

a.btn-style-d i {
	margin-left: 15px
}

a.btn-style-f {
	position: relative;
	font-size: 17px;
	letter-spacing: 0;
	display: inline-block;
	color: #605ef5;
	border: 1px solid #605ef5;
	padding: 10px 25px;
	border-radius: 5px;
	line-height: 24px
}

a.btn-style-f:hover {
	background-color: #605ef5;
	color: #fff
}

a.btn-style-h {
	position: relative;
	display: inline-block;
	font-size: 17px;
	letter-spacing: 0;
	color: #3bb174;
	background-color: #e4f9ed;
	padding: 12px 25px;
	border-radius: 5px;
	min-width: 150px;
	text-align: center;
	line-height: 24px
}

a.btn-style-h:hover {
	background-color: #3bb174;
	color: #fff
}

a.btn-style-j {
	position: relative;
	display: inline-block;
	background-color: #ff533f;
	padding: 13px 25px;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	color: #fff
}

a.btn-style-j:hover {
	color: #fff;
	background-color: #de311d
}

@-webkit-keyframes button {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, .14)
	}

	50% {
		box-shadow: 0 0 0 4px rgba(0, 0, 0, .14)
	}

	100% {
		box-shadow: 0 0 0 8px rgba(0, 0, 0, .14)
	}

}

@keyframes button {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, .14)
	}

	50% {
		box-shadow: 0 0 0 4px rgba(0, 0, 0, .14)
	}

	100% {
		box-shadow: 0 0 0 8px rgba(0, 0, 0, .14)
	}

}

.youtube-videoplay-button {
	position: relative;
	text-align: center
}

a.btn-Vplay {
	position: relative;
	display: inline-block;
	color: #fff
}

a.btn-Vplay svg {
	fill: #1b76fe !important;
	margin-top: -1px
}

.button.is-play {
	background-color: #fff;
	border-radius: 50%;
	width: 80px;
	height: 80px
}

.button.is-play .button-outer-circle {
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%
}

.button.is-play .button-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.button.is-play .button-icon .triangle {
	-webkit-animation: fadeIn 7s ease;
	animation: fadeIn 7s ease
}

.button.is-play .button-icon .path {
	stroke-dasharray: 90;
	stroke-dashoffset: 0;
	-webkit-animation: triangleStroke 3s;
	animation: triangleStroke 3s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease
}

.has-scale-animation {
	-webkit-animation: smallScale 3s infinite;
	animation: smallScale 3s infinite
}

.has-delay-short {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}

}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}

}

@-webkit-keyframes triangleStroke {
	from {
		stroke-dashoffset: 90
	}

	to {
		stroke-dashoffset: 0
	}

}

@keyframes triangleStroke {
	from {
		stroke-dashoffset: 90
	}

	to {
		stroke-dashoffset: 0
	}

}

@-webkit-keyframes smallScale {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	to {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}

}

@keyframes smallScale {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	to {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}

}

a.btn2-Vplay.is-play {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #ff533f
}

a.btn2-Vplay.button.is-play .button-outer-circle {
	background: rgba(255, 83, 63, 0);
	border: 1px solid #ff533f
}

a.btn-Vplay.btn2-Vplay svg {
	fill: #ff533f !important
}

a.btn2-Vplay.is-play:hover {
	background-color: #000
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}

}

@keyframes rotating {
	from {
		-ms-transform: rotate(0);
		-moz-transform: rotate(0);
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}

}

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite
}

@-webkit-keyframes jump {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40% {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

}

@keyframes jump {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40% {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

}

@-webkit-keyframes rotated {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

}

@keyframes rotated {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

}

@-webkit-keyframes rotatedHalf {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

}

@keyframes rotatedHalf {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

}

@-webkit-keyframes rotatedHalfTwo {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}

	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

}

@keyframes rotatedHalfTwo {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}

	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

}

@-webkit-keyframes fade-in {
	0% {
		opacity: .7
	}

	40% {
		opacity: 1
	}

	100% {
		opacity: .7
	}

}

@keyframes fade-in {
	0% {
		opacity: .7
	}

	40% {
		opacity: 1
	}

	100% {
		opacity: .7
	}

}

@keyframes hvr-ripple-out {
	0% {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 1
	}

	100% {
		top: -6px;
		right: -6px;
		bottom: -6px;
		left: -6px;
		opacity: 0
	}

}

@keyframes hvr-ripple-out-two {
	0% {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 1
	}

	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0
	}

}

@keyframes animationFramesOne {
	0% {
		transform: translate(0, 0) rotate(0)
	}

	20% {
		transform: translate(73px, -1px) rotate(36deg)
	}

	40% {
		transform: translate(141px, 72px) rotate(72deg)
	}

	60% {
		transform: translate(83px, 122px) rotate(108deg)
	}

	80% {
		transform: translate(-40px, 72px) rotate(144deg)
	}

	100% {
		transform: translate(0, 0) rotate(0)
	}

}

@-webkit-keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0, 0) rotate(0)
	}

	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg)
	}

	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg)
	}

	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg)
	}

	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg)
	}

	100% {
		-webkit-transform: translate(0, 0) rotate(0)
	}

}

@keyframes animationFramesTwo {
	0% {
		transform: translate(0, 0) rotate(0) scale(1)
	}

	20% {
		transform: translate(73px, -1px) rotate(36deg) scale(.9)
	}

	40% {
		transform: translate(141px, 72px) rotate(72deg) scale(1)
	}

	60% {
		transform: translate(83px, 122px) rotate(108deg) scale(1.2)
	}

	80% {
		transform: translate(-40px, 72px) rotate(144deg) scale(1.1)
	}

	100% {
		transform: translate(0, 0) rotate(0) scale(1)
	}

}

@-webkit-keyframes animationFramesTwo {
	0% {
		-webkit-transform: translate(0, 0) rotate(0) scale(1)
	}

	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg) scale(.9)
	}

	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg) scale(1)
	}

	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2)
	}

	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1)
	}

	100% {
		-webkit-transform: translate(0, 0) rotate(0) scale(1)
	}

}

@keyframes animationFramesThree {
	0% {
		transform: translate(165px, -179px)
	}

	100% {
		transform: translate(-346px, 617px)
	}

}

@-webkit-keyframes animationFramesThree {
	0% {
		-webkit-transform: translate(165px, -179px)
	}

	100% {
		-webkit-transform: translate(-346px, 617px)
	}

}

@keyframes animationFramesFour {
	0% {
		transform: translate(-300px, 151px) rotate(0)
	}

	100% {
		transform: translate(251px, -200px) rotate(180deg)
	}

}

@-webkit-keyframes animationFramesFour {
	0% {
		-webkit-transform: translate(-300px, 151px) rotate(0)
	}

	100% {
		-webkit-transform: translate(251px, -200px) rotate(180deg)
	}

}

@keyframes animationFramesFive {
	0% {
		transform: translate(61px, -99px) rotate(0)
	}

	21% {
		transform: translate(4px, -190px) rotate(38deg)
	}

	41% {
		transform: translate(-139px, -200px) rotate(74deg)
	}

	60% {
		transform: translate(-263px, -164px) rotate(108deg)
	}

	80% {
		transform: translate(-195px, -49px) rotate(144deg)
	}

	100% {
		transform: translate(-1px, 0) rotate(180deg)
	}

}

@-webkit-keyframes animationFramesFive {
	0% {
		-webkit-transform: translate(61px, -99px) rotate(0)
	}

	21% {
		-webkit-transform: translate(4px, -190px) rotate(38deg)
	}

	41% {
		-webkit-transform: translate(-139px, -200px) rotate(74deg)
	}

	60% {
		-webkit-transform: translate(-263px, -164px) rotate(108deg)
	}

	80% {
		-webkit-transform: translate(-195px, -49px) rotate(144deg)
	}

	100% {
		-webkit-transform: translate(-1px, 0) rotate(180deg)
	}

}

@-webkit-keyframes scale-upOne {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(.2);
		transform: scale(.2)
	}

}

@keyframes scale-upOne {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(.2);
		transform: scale(.2)
	}

}

@-webkit-keyframes scale-right {
	0% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	50% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}

	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}

}

@keyframes scale-right {
	0% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	50% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}

	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}

}

@-webkit-keyframes scale-up-one {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	40% {
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

}

@keyframes scale-up-one {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	40% {
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

}

@-webkit-keyframes scale-up-two {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	40% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}

	100% {
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

}

@keyframes scale-up-two {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	40% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}

	100% {
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

}

@-webkit-keyframes scale-up-three {
	0% {
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}

	40% {
		-webkit-transform: scale(.4);
		transform: scale(.4)
	}

	100% {
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}

}

@keyframes scale-up-three {
	0% {
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}

	40% {
		-webkit-transform: scale(.4);
		transform: scale(.4)
	}

	100% {
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}

}

@keyframes gradientBG {
	0% {
		background-position: 0 0
	}

	50% {
		background-position: 300% 0
	}

	100% {
		background-position: 0 0
	}

}

@-webkit-keyframes gradientBG {
	0% {
		background-position: 0 0
	}

	50% {
		background-position: 300% 0
	}

	100% {
		background-position: 0 0
	}

}

@keyframes imageBgAnim {
	0% {
		background-position: 0 0
	}

	50% {
		background-position: 120% 0
	}

	100% {
		background-position: 0 0
	}

}

@-webkit-keyframes gradientBG {
	0% {
		background-position: 0 0
	}

	50% {
		background-position: 120% 0
	}

	100% {
		background-position: 0 0
	}

}

.main-nav {
	background: #fff
}

.main-nav:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	font: 0/0 serif;
	overflow: hidden
}

.nav-brand {
	float: left;
	margin: 0
}

.nav-brand a {
	display: block;
	padding: 11px 11px 11px 20px;
	color: #555;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 17px;
	text-decoration: none
}

nav.main-nav.qnikoNav .nav-brand a img {
	width: 162px;
	margin: -15px 0 -20px 0
}

#QnikoMenu {
	clear: both;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

@media (min-width:992px) {
	#QnikoMenu {
		float: right;
		clear: none
	}

}

.QnikoMenu-btn {
	float: right;
	margin: 5px 10px;
	position: relative;
	display: inline-block;
	width: 29px;
	height: 29px;
	text-indent: 29px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent
}

.QnikoMenu-btn-icon {
	position: absolute;
	top: 50%;
	left: 2px;
	height: 2px;
	width: 24px;
	background: #555;
	-webkit-transition: all .25s;
	transition: all .25s
}

.QnikoMenu-btn-icon:after, .QnikoMenu-btn-icon:before {
	position: absolute;
	top: 50%;
	left: 2px;
	height: 2px;
	width: 24px;
	background: #555;
	-webkit-transition: all .25s;
	transition: all .25s
}

.QnikoMenu-btn-icon:before {
	content: "";
	top: -7px;
	left: 0
}

.QnikoMenu-btn-icon:after {
	content: "";
	top: 7px;
	left: 0
}

#QnikoMenu-state:checked~.QnikoMenu-btn .QnikoMenu-btn-icon {
	height: 0;
	background: 0 0
}

#QnikoMenu-state:checked~.QnikoMenu-btn .QnikoMenu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#QnikoMenu-state:checked~.QnikoMenu-btn .QnikoMenu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

#QnikoMenu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px)
}

#QnikoMenu-state:not(:checked)~#QnikoMenu {
	display: none
}

#QnikoMenu-state:checked~#QnikoMenu {
	display: block
}

@media (min-width:992px) {
	.QnikoMenu-btn {
		position: absolute;
		top: -99999px
	}

	#QnikoMenu-state:not(:checked)~#QnikoMenu {
		display: block
	}

}

header.qniko-header.navbar-fixed-top {
	background-color: #fff
}

nav.qnikoNav {
	position: relative;
	background-color: rgba(255, 255, 255, 0);
	padding: 15px 0
}

.qniko-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9
}

.header-box {
	position: relative;
	max-width: 1200px;
	margin: 0 auto
}

ul.qnikoMenu {
	position: relative;
	top: 8px
}

ul.qnikoMenu li {
	position: relative
}

ul.qnikoMenu li a {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 15px;
	display: block;
	padding: 5px 10px;
	color: #4f5b6d
}

ul.qnikoMenu li a:hover {
	color: #00c3ff
}

ul.qnikoMenu li ul {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 4px 3px rgba(0, 0, 0, .25);
	top: 51px !important
}

ul.qnikoMenu li ul li {
	position: relative
}

ul.qnikoMenu li ul li a {
	position: relative;
	display: block;
	padding: 10px 20px
}

.qnRight {
	position: relative;
	text-align: right;
	padding: 15px 0
}

.qnRight a.btn-style-a {
	top: 10px
}

.qnRight a.btn-style-a.btn-style-a2 {
	background: #00c3ff;
	color: #fff
}

ul.scm-list {
	position: relative;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	top: 8px
}

ul.scm-list li {
	position: relative;
	display: inline-block;
	margin-left: 5px;
	padding: 0 6px
}

ul.scm-list li a {
	margin: 5px;
	display: block
}

ul.scm-list li i {
	font-size: 20px;
	color: #4f5b6d;
	cursor: pointer;
	transition: .5s ease
}

ul.scm-list li i:hover {
	color: #00c7ff
}

.qhV2 .qnRight {
	padding: 20px 0
}

ul.scm-list li span.hcart-btn {
	position: relative;
	padding-right: 5px
}

ul.scm-list li span.hcart-btn span.badge {
	cursor: pointer;
	position: absolute;
	height: 18px;
	width: 18px;
	background-color: #007cf5;
	color: #fff;
	border-radius: 50%;
	font-size: 9px;
	letter-spacing: 0;
	line-height: 14px;
	right: -5px;
	top: -10px
}

span.searchIcon {
	position: relative;
	padding-top: 0;
	display: inline-block;
	top: 2px
}

span.searchIcon i {
	font-weight: 600
}

button.sidebar-btn {
	position: relative;
	background-color: #fff;
	border: none;
	outline: 0;
	box-shadow: none;
	padding: 0;
	display: inline-block;
	top: 1px
}

button.sidebar-btn i {
	font-weight: 600
}

header.qniko-header.qhV2 {
	background-color: #fff;
	box-shadow: -1.717px 8.835px 19.32px 1.68px rgba(243, 249, 252, .504)
}

.qn3Right {
	position: relative;
	text-align: right;
	padding: 16px 0
}

.qn3Right .call-us {
	position: relative;
	display: inline-block
}

.qn3Right .call-us p {
	font-size: 16px;
	color: #fc3549;
	letter-spacing: 0;
	display: inline-block;
	margin-right: 30px;
	font-family: Gilroy;
	font-weight: 600
}

.qn3Right .call-us p a {
	font-size: 16px;
	color: #fc3549;
	letter-spacing: 0;
	display: inline-block;
	margin-right: 30px;
	font-family: Gilroy;
	font-weight: 600;
	margin-left: 10px
}

.qhV4 .nav-brand a {
	padding-left: 0
}

.qhV4 ul.qnikoMenu li a:hover {
	color: #3bb174
}

ul.qnikoMenu li a.btn-style-h {
	position: relative;
	display: inline-block;
	font-size: 17px !important;
	letter-spacing: 0 !important;
	color: #3bb174 !important;
	background-color: #e4f9ed;
	padding: 12px 25px !important;
	border-radius: 5px !important;
	min-width: 150px !important;
	text-align: center;
	line-height: 24px !important;
	top: -8px
}

ul.qnikoMenu li a.btn-style-h:hover {
	background-color: #3bb174 !important;
	color: #fff !important
}

.qhV5 ul.qnikoMenu>li>a {
	color: #fff
}

.qhV5 ul.qnikoMenu li a:hover {
	color: #ff533f
}

.qhV5 ul.qnikoMenu li a.btn-style-j {
	position: relative;
	display: block;
	background-color: #ff533f;
	padding: 13px 30px;
	top: -8px
}

.qhV5 ul.qnikoMenu li a.btn-style-j:hover {
	color: #fff;
	background-color: #de311d
}

header.qhV5.navbar-fixed-top ul.qnikoMenu li a.btn-style-j {
	color: #fff
}

header.qhV5.navbar-fixed-top ul.qnikoMenu>li>a {
	color: #4f5b6d
}

.hSearchBox {
	display: none;
	position: absolute;
	right: 0;
	top: 40px;
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0 4px 3px rgba(0, 0, 0, .25)
}

.hSearchBox .search-o-group {
	position: relative
}

.hSearchBox .search-o-group input {
	font-size: 14px;
	letter-spacing: 0;
	height: 50px;
	width: 320px;
	padding: 0 15px;
	border: 1px solid #868686
}

.hSearchBox .search-o-group button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 60px;
	background-color: #000;
	font-size: 22px;
	cursor: pointer;
	border: 1px solid #000;
	transition: .5s ease
}

.hSearchBox .search-o-group button:hover {
	background-color: #007cf5;
	border-color: #007cf5
}

.hSearchBox .search-o-group button i {
	color: #fff
}

.hSearchBox .search-o-group button i:hover {
	color: #fff
}

.hSearchBox.active {
	display: block
}

.hSearchBox.active.hide {
	display: none
}

#addtocart {
	width: 250px
}

.shopping-cart {
	width: 300px;
	position: absolute;
	top: -15px;
	right: -5px;
	padding: 20px;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	opacity: 0;
	-webkit-transform-origin: right top 0;
	transform-origin: right top 0;
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	background: #fff;
	box-shadow: 0 25px 50px 0 rgba(213, 216, 223, .5);
	border: 1px solid #f8f8f8;
	border-radius: 0
}

.shopping-cart:after {
	bottom: 100%;
	left: 89%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px
}

.shopping-cart.active {
	opacity: 1;
	-webkit-transform-origin: right top 0;
	transform-origin: right top 0;
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}

.scart-bx ul.cart-product-list {
	margin: 0;
	padding: 0
}

.scart-bx {
	text-align: left;
	position: relative;
	padding: 5px 0
}

.scart-bx ul.cart-product-list li.cart-item-single {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	display: block
}

.scart-bx ul.cart-product-list li.cart-item-single a.item-img {
	width: 70px;
	height: 80px;
	display: inline-block;
	float: left
}

.scart-bx ul.cart-product-list li.cart-item-single a.item-img img {
	width: 100%
}

.scart-bx ul.cart-product-list li.cart-item-single .item-info {
	width: calc(100% - 82px);
	position: relative;
	display: inline-block;
	min-height: 95px;
	padding: 5px
}

.scart-bx ul.cart-product-list li.cart-item-single .item-info a.name {
	font-size: 18px;
	color: #000;
	margin: 5px 0;
	padding-right: 12px;
	letter-spacing: 0
}

.scart-bx ul.cart-product-list li.cart-item-single .item-info .price {
	position: relative;
	display: block;
	letter-spacing: 0;
	font-weight: 400;
	color: #007cf5;
	margin-top: 12px;
	font-size: 15px
}

.scart-bx ul.cart-product-list li.cart-item-single .item-info .price span.quantity {
	position: absolute;
	right: 5px;
	color: #000;
	top: 0;
	font-size: 12px
}

.scart-bx ul.cart-product-list li.cart-item-single .item-info a.close {
	position: absolute;
	right: 0;
	top: 6px
}

.scart-bx ul.cart-product-list li.cart-item-single .item-info a.close i {
	color: #ff0202;
	opacity: 1;
	font-size: 14px
}

.scart-bx .subtotal {
	position: relative;
	padding: 7px 0 8px
}

.scart-bx .subtotal .title {
	position: relative;
	display: inline-block;
	letter-spacing: 0;
	color: #000;
	font-size: 20px;
	font-weight: 400
}

.scart-bx .subtotal .total-price {
	position: relative;
	display: inline-block;
	letter-spacing: 0;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	float: right
}

.scart-bx ul.button-group {
	position: relative;
	padding: 0;
	list-style-type: none
}

.scart-bx ul.button-group li {
	display: block;
	position: relative;
	padding: 0;
	margin: 0
}

.scart-bx ul.button-group li a {
	position: relative;
	display: block;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	color: #313131;
	padding: 11px;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	margin: 10px auto
}

.scart-bx ul.button-group li a:hover {
	background-color: #313131;
	color: #fff
}

.side-panel {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	padding: 25px;
	max-width: 420px;
	height: 100vh;
	background-color: #fff;
	z-index: 9999;
	overflow-y: scroll;
	overflow-x: hidden;
	transition: .75s ease;
	-webkit-box-shadow: -10px 2px 8px -12px #000;
	-moz-box-shadow: -10px 2px 8px -12px #000;
	box-shadow: -10px 2px 8px -12px #000
}

.side-panel::-webkit-scrollbar {
	width: 5px
}

.side-panel::-webkit-scrollbar-track {
	background: #f1f1f1
}

.side-panel::-webkit-scrollbar-thumb {
	background: #b3b3b3
}

.side-panel::-webkit-scrollbar-thumb:hover {
	background: #555
}

.side-panel.hide {
	right: -440px
}

.sp-box {
	position: relative;
	padding: 15px
}

.sp-box .sp-close {
	position: absolute;
	top: -20px;
	right: -20px;
	z-index: 9
}

span.close-sp {
	font-size: 24px;
	line-height: 28px;
	cursor: pointer;
	transition: .5s ease
}

span.close-sp:hover {
	color: #027df5
}

.sp-box .sp-logo a {
	display: block
}

.sp-box .sp-text {
	position: relative;
	margin: 25px auto
}

.sp-box p {
	color: #757575;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400
}

.sp-box h4 {
	font-size: 26px;
	letter-spacing: 0;
	line-height: 36px;
	color: #464748;
	margin: 15px auto
}

.sp-recent-post {
	position: relative
}

.sp-single-rp {
	position: relative;
	border: 1px solid #ebebeb;
	border-right: none;
	border-left: none;
	border-bottom: none;
	padding: 20px 0;
	min-height: 110px;
	padding-left: 85px
}

.sp-single-rp .ssrp-img {
	position: absolute;
	left: 0;
	top: 20px;
	height: 70px;
	width: 70px
}

.sp-single-rp .ssrp-img img {
	height: 100%;
	width: 100%
}

.sp-single-rp .ssrp-text {
	position: relative
}

.sp-single-rp .ssrp-text a {
	display: block;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 22px;
	color: #757575
}

.sp-single-rp .ssrp-text a:hover {
	color: #027df5
}

.sp-single-rp .ssrp-text span.date-meta {
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	color: #8e8d8e;
	font-weight: 400
}

.sp-single-rp .ssrp-text span.date-meta i {
	color: #027df5;
	font-size: 16px;
	margin-right: 5px
}

.sp-contact {
	position: relative
}

.sp-contact .spc-text h5 {
	font-size: 16px;
	letter-spacing: 0;
	color: #464748;
	margin: 15px auto 5px;
	line-height: 24px
}

.sp-social {
	position: relative;
	margin: 30px auto
}

.sp-social ul.social-list {
	position: relative;
	padding: 0;
	list-style-type: none
}

.sp-social ul.social-list li {
	position: relative;
	display: inline-block;
	margin: 5px
}

.sp-social ul.social-list li a {
	font-size: 20px;
	display: block;
	line-height: 26px
}

.sp-social ul.social-list li a:hover {
	color: #027df5
}

.hero-area {
	position: relative;
	padding: 80px 0
}

.heroV1 {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 1
}

.heroV1:before {
	position: absolute;
	content: "";
	height: 380px;
	width: 275px;
	top: 0;
	left: 0;
	background-size: 100% 100%;
	background-image: url(../img/bg/hero-shape-left.png);
	background-repeat: no-repeat;
	z-index: -1
}

.heroV1:after {
	position: absolute;
	content: "";
	height: 445px;
	width: 620px;
	top: 0;
	right: 0;
	background-size: 100% 100%;
	background-image: url(../img/bg/hero-shape-right.png);
	background-repeat: no-repeat;
	z-index: -2
}

.heroV1 .hero-img {
	position: relative;
	margin-right: -80px;
	margin-top: -100px;
	-webkit-animation: pulse 5s infinite linear;
	-moz-animation: pulse 5s infinite linear;
	-ms-animation: pulse 5s infinite linear;
	animation: pulse 5s infinite linear
}

.heroV1 .hero-content {
	position: relative;
	padding: 20px 0
}

.heroV1 .hero-content .hero-text {
	position: relative;
	max-width: 520px
}

.heroV1 .hero-content .hero-text h1 {
	font-size: 70px;
	line-height: 80px;
	letter-spacing: 0;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px
}

.heroV1 .hero-content .hero-text h1 span {
	font-weight: 300
}

.heroV1 .hero-content .hero-text p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #4f5b6d;
	margin-bottom: 20px
}

.heroV1 .hero-btn {
	position: relative;
	margin-top: 40px
}

.hv1-box {
	position: relative;
	padding-top: 150px;
	padding-bottom: 50px;
	overflow: hidden
}

.heroV2 {
	position: relative;
	overflow: hidden;
	padding-bottom: 0
}

.heroV2 .hero-content {
	position: relative
}

.heroV2 .hero-content .hero-text {
	position: relative;
	padding: 60px 0;
	margin: 25px auto
}

.heroV2 .hero-content .hero-text h2 {
	font-size: 60px;
	line-height: 70px;
	letter-spacing: 0;
	font-weight: 600;
	margin-bottom: 30px
}

.heroV2 .hero-content .hero-text h2 span.hcolor_a {
	color: #007cf5
}

.heroV2 .hero-content .hero-text h2 span.hcolor_b {
	color: #00c7ff
}

.heroV2 .hero-content .hero-text p {
	font-size: 18px;
	line-height: 26px;
	color: #4f5b6d;
	font-weight: 400;
	margin-bottom: 20px
}

.heroV1 .hero-content .hero-text .mybannerform.shadnone {
	margin-bottom: 30px;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center
}

.heroV1 .hero-content .hero-text .mybannerform.shadnone img.lazy.loading {
	margin-right: 15px;
	max-width: 18%
}

.heroV2 .hero-content .hero-text .hero-btn {
	margin: 40px auto
}

.heroV2 .hero-content .hero-text .hero-btn a.btn-style-c {
	color: #007cf5;
	font-weight: 500;
	margin-left: 20px
}

.heroV2 .hero-content .hero-text .hero-btn a.btn-style-c i {
	padding-left: 0;
	font-size: 24px;
	top: 3px;
	background-color: #00c7ff;
	color: #fff
}

.heroV2 .hero-content .hero-text .hero-btn a.btn-style-c:hover {
	color: #000
}

.heroV2 .hero-content .hero-img {
	position: relative;
	top: -35px;
	margin-right: -125px
}

.heroV3 {
	overflow: hidden;
	padding-bottom: 0
}

.heroV3 .hero-content {
	position: relative
}

.heroV3 .hero-content .hero-img {
	position: relative;
	margin-right: -120px;
	margin-top: -40px
}

.heroV3 .hero-content .hero-text {
	position: relative;
	padding-top: 110px
}

.heroV3 .hero-content .hero-text h2 {
	font-size: 60px;
	letter-spacing: 0;
	line-height: 75px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px
}

.heroV3 .hero-content .hero-text p {
	font-size: 18px;
	letter-spacing: 0;
	color: #4f5b6d;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 30px
}

.heroV3 .hero-content .hero-text .hero-btn {
	position: relative;
	margin: 15px auto
}

a.btn-style-g {
	position: relative;
	display: inline-block;
	background-color: #605ef5;
	color: #fff;
	font-size: 17px;
	letter-spacing: 0;
	font-weight: 400;
	line-height: 25px;
	padding: 12px 25px;
	border-radius: 5px
}

.vidplay-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.vidplay-area a.btn-play {
	top: 50%;
	position: absolute;
	left: 30%
}

.vidplay-area a.btn-play:hover {
	background-color: #605ef5;
	color: #fff
}

a.btn-play {
	text-align: center;
	color: #605ef5;
	background-color: #fff;
	font-size: 40px;
	-webkit-box-shadow: 0 0 13px -6px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 0 13px -6px rgba(0, 0, 0, .75);
	box-shadow: 0 0 13px -6px rgba(0, 0, 0, .75);
	height: 100px;
	width: 100px;
	display: inline-block;
	border-radius: 50%;
	padding-top: 30px
}

.heroV4 {
	position: relative;
	padding: 100px 0;
	overflow: hidden
}

.heroV4 .hero-content {
	position: relative
}

.heroV4 .hero-content .hero-text {
	position: relative;
	margin-top: 90px
}

.heroV4 .hero-content .hero-text h2 {
	font-size: 60px;
	letter-spacing: 0;
	color: #27334c;
	font-weight: 600;
	font-family: CircularStd;
	line-height: 68px;
	margin-bottom: 40px
}

.heroV4 .hero-content .hero-text h2 span {
	font-size: inherit;
	letter-spacing: inherit;
	font-weight: inherit;
	font-family: inherit;
	line-height: inherit;
	color: #3bb174
}

.heroV4 .hero-content .hero-text p {
	font-size: 18px;
	letter-spacing: 0;
	color: #4f5b6d;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 40px
}

.heroV4 .hero-content .hero-img {
	position: relative;
	text-align: right;
	z-index: 1;
	max-width: 450px;
	margin-right: 0;
	margin-left: auto
}

a.btn-style-i {
	position: relative;
	display: inline-block;
	font-size: 17px;
	letter-spacing: 0;
	color: #fff;
	background-color: #3bb174;
	padding: 18px 30px;
	border-radius: 5px;
	min-width: 150px;
	text-align: center;
	line-height: 24px
}

.heroV4 .hero-content .hero-img .hero-ibox {
	position: relative
}

.heroV4 .hero-content .hero-img .hero-ibox::before {
	position: absolute;
	content: "";
	height: 649px;
	width: 718px;
	background-image: url(../img/bg/hero4-img-bg.png);
	background-size: 100% 100%;
	left: -90px;
	top: 15px;
	z-index: -1
}

.heroV4 .hero-content .hero-img .hero-ibox::after {
	position: absolute;
	content: "";
	height: 100%;
	width: calc(100% - 62px);
	box-shadow: 15.781px 32.357px 67.16px 5.84px rgba(232, 235, 234, .4);
	top: 0;
	right: 0;
	z-index: -2;
	border-radius: 45px
}

.heroV4 .hero-content .hero-img img.hero-main-img {
	border-radius: 45px
}

[class*=himg4-] {
	position: absolute;
	border-radius: 5px;
	box-shadow: 22.627px 22.627px 34.96px 3.04px rgba(203, 211, 216, .46)
}

.himg4-1 {
	left: 0;
	top: 140px
}

.himg4-2 {
	left: 0;
	top: 245px
}

.himg4-3 {
	bottom: 100px;
	right: -110px
}

.heroV5 {
	padding: 0;
	overflow: hidden;
	padding-bottom: 130px
}

.heroV5 .hero-content {
	position: relative
}

.heroV5 .hero-content .hero-img {
	margin-right: -15px
}

.heroV5 .hero-content .hero-text {
	position: relative;
	padding-top: 120px;
	max-width: 540px;
	margin-right: 0;
	margin-left: auto;
	margin-top: 80px;
	margin-bottom: 40px
}

.heroV5 .hero-content .hero-text h2 {
	font-size: 100px;
	line-height: 110px;
	font-family: 'Avenir Next LT Pro';
	letter-spacing: 0;
	font-weight: 600;
	color: #000;
	margin-bottom: 25px
}

.heroV5 .hero-content .hero-text p {
	font-size: 18px;
	letter-spacing: 0;
	color: #4f5b6d;
	line-height: 26px;
	margin-bottom: 30px;
	font-weight: 500
}

.heroV5 .hero-content .hero-text .hero-btn {
	position: relative;
	margin-bottom: 40px
}

.heroV5 .hero-content .hero-text .hero-btn ul {
	position: relative;
	padding: 0;
	list-style-type: none
}

.heroV5 .hero-content .hero-text .hero-btn ul li {
	position: relative;
	display: block;
	margin: 5px auto
}

.heroV5 .hero-content .hero-text .hero-btn ul li a {
	font-size: 18px;
	letter-spacing: 0;
	color: #ff533f;
	line-height: 24px;
	font-weight: 400
}

.heroV5 .hero-content .hero-text .hero-btn ul li a span {
	font-family: 'Avenir Next LT Pro';
	margin-right: 5px;
	display: inline-block
}

.heroV5 .hero-content .hero-text .hero-social {
	position: relative;
	padding-top: 40px
}

.heroV5 .hero-content .hero-text .hero-social ul.social-list {
	position: relative;
	padding: 0;
	list-style-type: none;
	padding-left: 120px
}

.heroV5 .hero-content .hero-text .hero-social ul.social-list:before {
	position: absolute;
	content: "";
	width: 100px;
	height: 2px;
	background-color: #ff533f;
	left: 0;
	top: 13px;
	z-index: 1
}

.heroV5 .hero-content .hero-text .hero-social ul.social-list li {
	position: relative;
	display: inline-block;
	margin-right: 10px
}

.heroV5 .hero-content .hero-text .hero-social ul.social-list li a {
	position: relative;
	display: block;
	font-size: 22px;
	color: #a3a3a3
}

.heroV5 .hero-content .hero-text .hero-social ul.social-list li a:hover {
	color: #ff533f
}

.graphicanimation-area {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden
}

.ga-set-A {
	position: relative;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	animation-timing-function: step-end
}

.ga-set-A ul {
	position: relative;
	padding: 0;
	list-style-type: none;
	height: 100%;
	width: 100%
}

.ga-set-A ul li {
	position: absolute
}

.ga-set-A ul li:first-child {
	top: 70%;
	left: 0;
	animation: animationFramesFour 25s alternate infinite linear
}

.ga-set-A ul li:nth-child(2) {
	top: 42%;
	left: 6%;
	animation: animationFramesTwo 13s infinite linear
}

.ga-set-A ul li:nth-child(3) {
	left: 11%;
	top: 64%;
	animation: animationFramesFour 25s alternate infinite linear
}

.ga-set-A ul li:nth-child(4) {
	top: 95%;
	left: 7%;
	animation: animationFramesThree 35s alternate infinite linear
}

.ga-set-A ul li:nth-child(5) {
	left: 27%;
	top: 14%;
	animation: animationFramesFour 20s alternate infinite linear
}

.ga-set-A ul li:nth-child(6) {
	top: 88%;
	left: 32%;
	animation: animationFramesOne 15s infinite linear
}

.ga-set-A ul li:nth-child(7) {
	left: 49%;
	top: 44%;
	animation: animationFramesFour 20s alternate infinite linear
}

.ga-set-A ul li:nth-child(8) {
	left: 54%;
	top: 20%;
	animation: animationFramesOne 17s infinite linear
}

.ga-set-A ul li:nth-child(9) {
	left: 55%;
	top: 82%;
	animation: animationFramesFour 20s alternate infinite linear
}

.ga-set-A ul li:nth-child(10) {
	top: 11%;
	left: 78%;
	animation: animationFramesOne 20s alternate infinite linear
}

.ga-set-A ul li:nth-child(11) {
	top: 87%;
	left: 80%;
	animation: animationFramesOne 15s infinite linear
}

.ga-set-A ul li:nth-child(12) {
	top: 24%;
	left: 99%;
	animation: animationFramesOne 15s infinite linear
}

.ga-set-A ul li:nth-child(13) {
	top: 94%;
	left: 78%;
	animation: animationFramesThree 35s alternate infinite linear
}

.innerpage-titleV1-area {
	position: relative;
	padding: 65px 0 0;
	background-color: #f4fdff;
	overflow: hidden;
	z-index: 1;
	height: 70vh;
	align-items: center;
	display: grid
}

.innerpage-titleV1-area:before {
	position: absolute;
	content: "";
	height: 445px;
	width: 680px;
	top: 0;
	left: 0;
	background-image: url(../img/graphic/ip-vec-1.png);
	background-size: 100% 100%;
	z-index: 0;
	-webkit-animation: pulse 3s infinite linear;
	-moz-animation: pulse 3s infinite linear;
	-ms-animation: pulse 3s infinite linear;
	animation: pulse 3s infinite linear
}

.innerpage-titleV1-area:after {
	position: absolute;
	content: "";
	height: 340px;
	width: 725px;
	bottom: 0;
	right: 0;
	background-image: url(../img/graphic/ip-vec-2.png);
	background-size: 100% 100%;
	z-index: -1;
	-webkit-animation: pulse 5s infinite linear;
	-moz-animation: pulse 5s infinite linear;
	-ms-animation: pulse 5s infinite linear;
	animation: pulse 5s infinite linear
}

.innerpage-title {
	position: relative;
	text-align: center;
	z-index: 1;
	margin-bottom: 10px
}

.innerpage-title h1 {
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0;
	font-weight: 600;
	font-family: Helvetica
}

.page-breadcrumb {
	position: relative;
	z-index: 1;
	text-align: center
}

.page-breadcrumb ul {
	position: relative;
	padding: 0;
	list-style-type: none
}

.page-breadcrumb ul li {
	position: relative;
	display: inline-block;
	color: #4f5b6d;
	font-size: 18px;
	letter-spacing: 0;
	padding-right: 10px;
	display: inline-block;
	line-height: 22px;
	font-weight: 500
}

.page-breadcrumb ul li:after {
	position: absolute;
	content: "";
	font-family: fontAwesome;
	top: 0;
	right: 5px
}

.page-breadcrumb ul li:last-child:after {
	display: none
}

.page-breadcrumb ul li a {
	color: #4f5b6d;
	font-size: 18px;
	letter-spacing: 0;
	padding-right: 10px;
	display: inline-block;
	line-height: 22px;
	font-weight: 500
}

.about-us-area {
	position: relative;
	padding-bottom: 140px
}

.about-us-area .about-img {
	position: relative;
	margin-left: -120px
}

.about-us-area .about-text {
	position: relative
}

.about-us-area .about-text .section-titleV1 {
	margin-top: 0;
	text-align: left;
	margin-bottom: 5px
}

.about-us-area .about-text .section-titleV3 {
	margin-top: 0;
	text-align: left;
	margin-bottom: 5px
}

.about-us-area .about-text a.btn-style-b {
	margin-top: 10px
}

.about3-img {
	position: relative
}

.about3-img .about3-exp {
	position: absolute;
	bottom: -50px;
	right: 120px
}

.a3exp-content {
	position: relative;
	width: 336px;
	height: 256px;
	text-align: center;
	z-index: 1;
	padding: 50px
}

.a3exp-content img {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1
}

.a3exp-content h3 {
	font-size: 66px;
	letter-spacing: 0;
	color: #fff;
	line-height: 68px
}

.a3exp-content p {
	font-size: 30px;
	letter-spacing: 0;
	color: #fff;
	font-weight: 400;
	line-height: 30px
}

.partner-area {
	position: relative
}

.partner-logos {
	position: relative;
	margin: 0 auto 25px
}

ul.plogo-list {
position: relative;
    padding: 0;
    list-style-type: none;
    display: flex;
}

ul.plogo-list li {
	position: relative;
	display: inline-block
}

ul.plogo-list li a {
	position: relative;
	display: block;
	margin: 11px;
	max-width: 180px
}

ul.plogo-list li a img {
	transition: .5s ease
}

ul.plogo-list li a:hover img {
	filter: brightness(.5)
}

.partner2-area {
	position: relative
}

.partner2-area .partner-logos {
	max-width: 800px;
	margin-left: 0;
	position: relative;
	top: -100px;
	left: 0
}

.partner2-area .partner-logos ul.plogo-list li a {
	margin: 8px
}

.partner2-area .partner-logos ul.plogo-list li a img {
	max-width: 135px
}

.how-it-works-area {
	position: relative;
	padding: 0 0 60px
}

.how-it-works-area .section-titleV1 {
	margin-bottom: 0
}

.single-hiw {
	position: relative;
	max-width: 350px;
	margin: 15px auto 0;
	text-align: center;
	padding: 25px 25px 25px
}

.single-hiw:hover {
	background: #fff;
	box-shadow: -1px 15px 16px 1px #ececec;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.single-hiw:hover .sh-icon {
	background: #00c3ff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.single-hiw .sh-icon {
	position: relative;
	max-width: 100px;
	margin: 0 auto 20px;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	background: #0000002e;
	display: grid;
	align-items: center
}

.single-hiw .sh-icon img {
	transition: .5s ease;
	text-align: center;
	margin: 0 auto
}

.single-hiw:hover .sh-icon img {
	transform: scaleX(-1)
}

.single-hiw .sh-text h4 {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 28px;
	color: #000;
	font-weight: 600;
	margin: 15px auto
}

.single-hiw .sh-text p {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 24px;
	color: #4f5b6d
}

.achievement-area {
	position: relative;
	overflow: hidden;
	background-color: #f2fbfe;
	padding: 60px 0 60px
}

.achievement-area .row {
	align-items: center
}

.counter-area {
	position: relative;
	height: 540px;
	max-width: 570px;
	text-align: center
}

ul.count-list {
	position: relative;
	padding: 0;
	list-style-type: none;
	width: 100%;
	height: 100%
}

ul.count-list li {
	position: absolute;
	display: inline-block
}

ul.count-list li:first-child {
	top: calc(50% - 57px);
	left: calc(50% - 57px);
	-webkit-animation: pulse 5s infinite linear;
	-moz-animation: pulse 5s infinite linear;
	-ms-animation: pulse 5s infinite linear;
	animation: pulse 5s infinite linear
}

ul.count-list li:nth-child(2) {
	top: 0;
	left: calc(50% - 75px)
}

ul.count-list li:nth-child(2) .single-counter {
	background-color: #fa1930
}

ul.count-list li:nth-child(3) {
	top: calc(50% - 75px);
	right: 0
}

ul.count-list li:nth-child(3) .single-counter {
	background-color: #00cf81
}

ul.count-list li:nth-child(4) {
	left: calc(50% - 75px);
	bottom: 0
}

ul.count-list li:nth-child(4) .single-counter {
	background-color: #ffac00
}

ul.count-list li:nth-child(5) {
	top: calc(50% - 75px);
	left: 0
}

ul.count-list li:nth-child(5) .single-counter {
	background-color: #8761fb
}

ul.count-list:before {
	position: absolute;
	content: "2850";
	height: calc(100% - 150px);
	width: calc(100% - 150px);
	border: 1px solid #b7eeff;
	border-radius: 50%;
	left: 75px;
	top: 75px
}

.single-counter-img {
	position: relative;
	height: 114px;
	width: 114px;
	background-color: #00c3ff;
	border-radius: 50%;
	overflow: hidden
}

.single-counter {
	position: relative;
	height: 150px;
	width: 150px;
	background-color: #00c3ff;
	border-radius: 50%;
	padding-top: 46px
}

.single-counter h4 {
	font-size: 36px;
	letter-spacing: 0;
	color: #fff;
	font-weight: 600;
	display: block;
	margin-bottom: 3px
}

.single-counter p {
	font-size: 16px;
	letter-spacing: 0;
	color: #fff;
	line-height: 24px;
	font-weight: 300
}

.achievement-text {
	position: relative;
	top: 15%
}

.achievement-text .section-titleV1 {
	text-align: left
}

.call-to-action-area {
	position: relative;
	/* padding: 60px 0 60px; */
}

.cta-box {
	position: relative;
	border-radius: 10px;
	background-image: url(../img/bg/rtgbg.jpg);
	background-size: 100% 100%;
	padding: 25px
}

.cta-box .section-titleV1 {
	width: 100%;
	max-width: 1110px
}

.cta-box .section-titleV1 h4 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 29px
}

.cta-box a.btn-style-a {
	color: #fff;
	border-color: #fff;
	display: inline-block
}

.cta-box a.btn-style-a i {
	margin-left: 10px
}

.cta-box a.btn-style-a:hover {
	background-color: #fff;
	color: #0bc6ff
}

.collaboration-area {
	position: relative;
	padding-bottom: 60px;
	padding-top: 50px
}

.collaboration-text {
	position: relative;
	text-align: left
}

.collaboration-area .collaboration-text .section-text a.t-b-r-a {
	width: 20%;
	display: inline-block;
	text-align: center
}

.collaboration-text .section-titleV1 {
	text-align: left;
	padding-bottom: 0
}

.funfact-wrapper {
	position: relative;
	background-image: url(../img/bg/funfact-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 80px 0
}

.funfact-wrapper:before {
	position: absolute;
	content: "2850";
	height: 100%;
	width: 100%;
	background-color: #605ef5;
	opacity: .85;
	top: 0;
	left: 0
}

.single-counterV2 {
	position: relative;
	border: 1px solid #fff;
	padding: 30px;
	max-width: 285px;
	margin: 15px auto;
	text-align: center
}

.single-counterV2 h4 {
	font-size: 50px;
	font-family: Gilroy;
	letter-spacing: 0;
	color: #fff;
	line-height: 50px;
	margin: 10px auto
}

.single-counterV2 h4 span {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit
}

.single-counterV2 p {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	line-height: 22px
}

.single-counterV2 img {
	margin-bottom: 10px
}

.meeting-feed-area {
	position: relative
}

.meetingfeed-text {
	position: relative
}

.meetingfeed-text .section-titleV4 {
	text-align: left;
	margin-bottom: 15px
}

.meetingfeed-text>p {
	font-size: 18px;
	letter-spacing: 0;
	color: #4f5b6d;
	line-height: 26px;
	margin-bottom: 40px;
	font-weight: 400
}

.meetingfeed-text .mf-btns {
	position: relative
}

.meetingfeed-text .mf-btns a {
	margin-right: 15px
}

a.d-btn {
	position: relative;
	display: inline-block;
	border-radius: 13px
}

a.d-btn:hover {
	-webkit-box-shadow: 0 0 10px -2px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 0 10px -2px rgba(0, 0, 0, .75);
	box-shadow: 0 0 10px -2px rgba(0, 0, 0, .75)
}

.mfa-img {
	position: relative;
	max-width: 347px;
	margin: 0 auto;
	z-index: 1;
	height: 100%
}

.mfa-img::before {
	position: absolute;
	content: "2850";
	height: 570px;
	width: 562px;
	background-image: url(../images/ser-e-com-bg.png);
	background-size: 100% 100%;
	left: -160px;
	z-index: -1
}

.mfa-img:after {
	position: absolute;
	content: "2850";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 32px
}

.mfa-img img.mfa-main-img {
	position: relative;
	left: 20px;
	top: 55px;
	width: 450px !important;
	max-width: initial !important
}

img.mfa-img-1 {
	position: absolute;
	top: 235px;
	left: 65px;
	z-index: 22
}

img.mfa-img-2 {
	bottom: -120px;
	position: absolute;
	left: -203px;
	width: 430px !important;
	max-width: initial
}

img.mfa-img-3 {
	position: absolute;
	bottom: 90px;
	right: -56px;
	border-radius: 5px;
	box-shadow: 6.576px 13.482px 34.96px 3.04px rgba(202, 206, 209, .92)
}

.polling-area {
	position: relative;
	padding: 140px 0;
	overflow: hidden
}

.polling-text {
	position: relative
}

.polling-text .section-titleV4 {
	text-align: left;
	margin-bottom: 15px
}

.polling-text>p {
	font-size: 18px;
	letter-spacing: 0;
	color: #4f5b6d;
	line-height: 26px;
	margin-bottom: 15px;
	font-weight: 400
}

.polling-text p strong {
	font-size: 20px;
	letter-spacing: 0;
	color: #27334c;
	font-weight: 600
}

.poll-img-box {
	position: relative;
	margin: 0 auto;
	max-width: 368px;
	margin-right: 0;
	z-index: 1
}

.poll-img-box::before {
	position: absolute;
	content: "2850";
	height: 621px;
	width: 622px;
	background-image: url(../img/graphic/polling-img-bg.png);
	background-size: 100% 100%;
	left: -136px;
	top: 0;
	z-index: -1
}

.poll-img-box1::before {
	position: absolute;
	content: "2850";
	height: 621px;
	width: 622px;
	background-image: url(../img/graphic/polling-img-bg1.png);
	background-size: 100% 100%;
	left: -160px;
	top: 0;
	z-index: -1
}

.poll-img-box img.poll-main-img {
	border-radius: 0;
	position: relative;
	left: -204px;
	top: 115px;
	z-index: 111
}

img.pollimg-1 {
	position: relative;
	top: -20px;
	border-radius: 5px;
	left: -145px;
	z-index: 0;
	max-width: initial
}

img.pollimg-2 {
	position: absolute;
	bottom: 25px;
	right: -60px;
	max-width: 100%
}

img.pollimg-3 {
	position: absolute;
	bottom: 45px;
	left: -115px;
	border-radius: 5px;
	box-shadow: 35.64px 18.16px 34.96px 3.04px rgba(203, 211, 216, .46)
}

.poll_img_box3 {
	position: relative;
	margin: 0 auto;
	max-width: 368px;
	margin-right: 0;
	z-index: 1
}

.poll_img_box3::before {
	position: absolute;
	content: "2900";
	height: 570px;
	width: 592px;
	background-image: url(../images/ser-webportal-bg.png);
	background-size: 100% 100%;
	left: -156px;
	top: 0;
	z-index: -1
}

img.pollimg_webportal_1 {
	position: relative;
	top: 100px;
	border-radius: 5px;
	left: -240px;
	z-index: 0;
	max-width: initial
}

img.pollimg_webportal_2 {
	position: absolute;
	bottom: 70px;
	right: -90px;
	max-width: 100%
}

img.pollimg_webportal_3 {
	position: absolute;
	bottom: -160px;
	right: -90px;
	border-radius: 0
}

.poll_img_box4 {
	position: relative;
	margin: 0 auto;
	max-width: 368px;
	margin-right: 0;
	z-index: 1
}

.poll_img_box4::before {
	position: absolute;
	content: "2900";
	height: 590px;
	width: 582px;
	background-image: url(../images/ser-mobileapp-bg.png);
	background-size: 100% 100%;
	left: -246px;
	top: 0;
	z-index: -1
}

img.pollimg_mobileapp_1 {
	position: relative;
	top: 80px;
	border-radius: 5px;
	left: -290px;
	z-index: 0;
	max-width: initial
}

img.pollimg_mobileapp_2 {
	position: absolute;
	bottom: 40px;
	right: 150px;
	max-width: 100%
}

img.pollimg_mobileapp_3 {
	position: absolute;
	bottom: -50px;
	right: -45px;
	border-radius: 5px
}

img.pollimg_mobileapp_4 {
	position: absolute;
	bottom: -45px;
	right: 140px;
	border-radius: 5px
}

.poll_img_box5 {
	position: relative;
	margin: 0 auto;
	max-width: 368px;
	margin-right: 0;
	z-index: 1
}

.poll_img_box5::before {
	position: absolute;
	content: "2900";
	height: 570px;
	width: 592px;
	background-image: url(../images/ser-seo-bg.png);
	background-size: 100% 100%;
	left: -160px;
	top: 0;
	z-index: -1
}

img.pollimg_seo_1 {
	position: relative;
	top: 60px;
	border-radius: 5px;
	left: -67px;
	z-index: 0;
	max-width: initial;
	z-index: 22
}

img.pollimg_seo_2 {
	position: absolute;
	bottom: -270px;
	left: -260px;
	max-width: 100%
}

img.pollimg_seo_3 {
	position: absolute;
	bottom: -315px;
	right: -55px;
	border-radius: 0
}

img.pollimg_seo_4 {
	position: absolute;
	top: 240px;
	left: -60px;
	border-radius: 5px;
	z-index: 222
}

img.pollimg_seo_5 {
	position: absolute;
	bottom: -205px;
	right: 250px;
	border-radius: 5px
}

.poll_img_box6 {
	position: relative;
	margin: 0 auto;
	max-width: 368px;
	margin-right: 0;
	z-index: 1
}

.poll_img_box6::before {
	position: absolute;
	content: "2900";
	height: 570px;
	width: 582px;
	background-image: url(../images/ser-smm-bg.png);
	background-size: 100% 100%;
	left: -220px;
	top: -10px;
	z-index: -1
}

img.pollimg_smm_1 {
	position: relative;
	top: 60px;
	border-radius: 5px;
	left: -280px;
	z-index: 0;
	max-width: initial
}

img.pollimg_smm_2 {
	position: absolute;
	bottom: -5px;
	right: 105px;
	max-width: 100%
}

img.pollimg_smm_3 {
	position: absolute;
	bottom: 100px;
	right: -40px;
	border-radius: 5px
}

img.pollimg_smm_4 {
	position: absolute;
	top: 15px;
	left: -30px;
	border-radius: 5px
}

img.pollimg_smm_5 {
	position: absolute;
	top: 140px;
	right: 70px;
	border-radius: 5px
}

img.pollimg_smm_6 {
	position: absolute;
	bottom: 150px;
	right: 80px;
	border-radius: 5px
}

.video-play-area {
	position: relative;
	background-color: #3bb174;
	padding: 200px 0;
	text-align: center;
	background-image: url(../img/bg/video-section-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed
}

.video-play-area::before {
	position: absolute;
	content: "2900";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #3bb174;
	opacity: .5
}

.video-play2-area {
	position: relative;
	background-color: #000;
	padding: 200px 0;
	text-align: center;
	background-image: url(../img/bg/video-section-bg2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed
}

.video-play2-area::before {
	position: absolute;
	content: "2900";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .6
}

.download-app-area {
	position: relative;
	padding: 100px 0
}

.daapp-box {
	position: relative;
	max-width: 640px;
	margin: 25px auto;
	padding: 25px 0;
	text-align: center
}

.daapp-box h3 {
	font-family: CircularStd;
	font-size: 60px;
	letter-spacing: 0;
	line-height: 68px;
	color: #000
}

.daapp-box p {
	font-size: 18px;
	letter-spacing: 0;
	color: #4f5b6d;
	line-height: 26px;
	font-weight: 400;
	margin: 45px auto
}

.daapp-box .dap-btn a {
	margin: 0 7px
}

.about5-area {
	position: relative;
	padding-bottom: 130px
}

.about5-img {
	position: relative;
	margin-left: -15px
}

.about5-img img {
	width: 100%
}

.about5-text {
	position: relative;
	max-width: 540px;
	margin-right: auto;
	margin-left: 0;
	padding-left: 15px
}

.about5-text h3 {
	font-size: 50px;
	letter-spacing: 0;
	line-height: 60px;
	font-weight: 700;
	margin-bottom: 30px;
	font-family: 'Avenir Next LT Pro';
	text-transform: uppercase
}

.about5-text p {
	font-size: 18px;
	letter-spacing: 0;
	color: #4f5b6d;
	line-height: 26px;
	margin-bottom: 30px;
	font-weight: 500
}

.about-skillbar {
	position: relative;
	max-width: 540px;
	margin-right: auto;
	margin-left: 0;
	padding-left: 15px;
	padding-top: 60px
}

.about-skillbar h4 {
	font-size: 26px;
	font-family: 'Avenir Next LT Pro';
	line-height: 38px;
	text-transform: uppercase;
	margin-bottom: 30px
}

.profoSkill {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 100%
}

.profoSkill li {
	position: relative;
	margin-bottom: 50px;
	padding: 0;
	list-style-type: none
}

.profoSkill li p {
	font-size: 16px;
	letter-spacing: 0;
	color: #2b2941;
	font-weight: 500;
	line-height: 24px;
	padding-bottom: 25px
}

.profoSkill li .bar, .profoSkill li .bar_container {
	position: absolute;
	left: 0;
	height: 12px;
	border-radius: 0;
	content: "2950"
}

.profoSkill li .bar_container {
	bottom: -8px;
	width: 100%;
	background-color: #f89f95;
	text-align: right
}

.profoSkill li .bar {
	top: 0;
	background-color: #ff533f
}

.profoSkill li .pct {
	position: absolute;
	top: -40px;
	right: 0;
	opacity: 0;
	transition: opacity .3s linear;
	font-size: 16px;
	letter-spacing: 0;
	color: #2b2941;
	font-weight: 500;
	line-height: 24px;
	padding-bottom: 12px
}

.our-history-area {
	position: relative;
	padding: 100px 0 120px
}

.our-history-area .about-text {
	text-align: left;
	max-width: 500px
}

.our-history-area .section-titleV1 {
	text-align: left;
	padding-top: 0;
	margin-top: 0
}

.our-history-area .about-img {
	position: relative;
	text-align: right;
	padding-top: 45px
}

.our-history-area .about-img img.oh-mini {
	position: absolute;
	left: 0;
	bottom: -70px
}

.our-team-area {
	position: relative;
	padding: 80px 0 0
}

.single-team {
	position: relative;
	max-width: 350px;
	margin: 15px auto;
	z-index: 1
}

.single-team .st-img {
	position: relative;
	overflow: hidden;
	z-index: 1
}

.single-team .st-img img {
	transition: .5s ease
}

.single-team .st-img .st-social {
	position: absolute;
	top: 0;
	left: -60px;
	height: 100%;
	background-color: rgba(255, 255, 255, .7);
	z-index: 1;
	transition: .5s ease
}

.single-team .st-img .st-social ul {
	padding: 5px;
	list-style-type: none;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.single-team .st-img .st-social ul li {
	position: relative;
	text-align: center
}

.single-team .st-img .st-social ul li a {
	color: #a5a5a5;
	font-size: 24px;
	margin: 10px;
	display: inline-block
}

.single-team .st-img .st-social ul li a:hover {
	color: #007cf5
}

.single-team:hover .st-img .st-social {
	left: 0
}

.single-team:hover .st-img img {
	transform: scale(1.05)
}

.single-team:hover .st-info h4 {
	color: #007cf5
}

.single-team .st-info {
	position: relative;
	top: -60px;
	left: 30px;
	z-index: 1;
	background-color: #fff;
	padding: 25px 0 20px;
	box-shadow: 1.91px 10.833px 67.16px 5.84px rgba(232, 235, 234, .71);
	width: calc(100% - 60px);
	margin-bottom: -60px;
	text-align: center
}

.single-team .st-info h4 {
	font-size: 22px;
	letter-spacing: 0;
	color: #000;
	font-weight: 600;
	line-height: 28px
}

.single-team .st-info h4 a {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	line-height: inherit
}

.single-team .st-info p {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 26px;
	color: #4f5b6d
}

.testimonial-team-page {
	position: relative;
	padding: 80px 0 120px
}

.aot-a {
	position: relative;
	padding-bottom: 80px
}

.about-page-text-area {
	position: relative;
	padding: 120px 0
}

.apta-text {
	position: relative;
	text-align: left;
	max-width: 500px
}

.apta-text .section-titleV1 {
	text-align: left;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0
}

.apta-img {
	position: relative;
	text-align: right
}

.apta-img img.apta-2 {
	position: absolute;
	left: 0;
	bottom: -80px
}

.about2-page-content {
	position: relative;
	padding-top: 100px;
	padding-bottom: 120px
}

.about2-page-content .blog2-area {
	padding-top: 0;
	padding-bottom: 120px
}

.counter-video-area {
	position: relative;
	padding-top: 100px;
	padding-bottom: 80px
}

.counterV-content {
	position: relative
}

.cvc-counter {
	position: relative;
	margin: 25px auto
}

.cvc-counter h4 {
	font-size: 30px;
	color: #007cf5;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 40px
}

.cvc-counter h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin: 5px auto 15px
}

.cvc-counter p {
	font-size: 18px;
	letter-spacing: 0;
	color: #4f5b6d;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 30px
}

.cvideo-area {
	position: relative;
	max-width: 480px;
	margin: 0 auto
}

.cvideo-area .cvid-img {
	position: relative
}

.cvideo-area .cvid-img img {
	width: 100%
}

.cvideo-area .vp-content {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	text-align: center
}

.cvideo-area .vp-content .vpa-box {
	position: relative;
	top: calc(50% - 45px)
}

.testimonial-about-page {
	position: relative;
	padding: 60px 0
}

.company-work-area {
	position: relative;
	background-color: #f2f8fe;
	padding: 80px 0
}

.cwa-text {
	position: relative;
	margin-bottom: 60px;
	max-width: 787px;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.cwa-text h3 {
	font-size: 40px;
	line-height: 44px;
	letter-spacing: 0;
	font-weight: 500
}

.cwa-logos {
	position: relative;
	margin-bottom: 20px
}

.cwa-logo-single {
	position: relative
}

.cwa-logo-single a {
	position: relative;
	display: block;
	padding: 0 10px
}

.cwa-logo-single img {
	width: auto;
	max-width: 190px;
	height: 30px
}

.about3-page-content .video-play-area {
	background-image: url(../img/section-img/about-p3-3.jpg)
}

.about3-page-content .video-play-area:before {
	background-image: -moz-linear-gradient(-162deg, #605ef5 10%, #3091fa 52%, #00c3ff 100%);
	background-image: -webkit-linear-gradient(-162deg, #605ef5 10%, #3091fa 52%, #00c3ff 100%);
	background-image: -ms-linear-gradient(-162deg, #605ef5 10%, #3091fa 52%, #00c3ff 100%);
	opacity: .8
}

.about3-page-content {
	position: relative;
	padding-top: 120px
}

.about3-page-content .blog3-area {
	padding-top: 70px
}

.about-page-3-text-img {
	position: relative
}

.about-page-3-text-img .ap3-text {
	margin-bottom: 80px
}

.about-page-3-text-img .ap3-text .section-titleV1 {
	text-align: left;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0
}

.about-page-3-text-img .ap3-img {
	margin-bottom: 120px;
	text-align: center
}

.section-text .section-titleV1 p {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 30px;
	color: #00c3ff;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0
}

.error-area {
	position: relative;
	padding: 260px 0 120px
}

.error-content {
	position: relative;
	text-align: center
}

.error-content .ec-img {
	position: relative;
	max-width: 500px;
	margin: 25px auto
}

.error-content .ec-img img {
	margin-bottom: 20px
}

.error-content .ec-img:after {
	position: absolute;
	content: "2950";
	height: 600px;
	width: 630px;
	background-image: url(../img/bg/404-bg.png);
	border-radius: 50%;
	left: calc(50% - 315px);
	top: -140px;
	z-index: -1;
	background-size: 100% 100%
}

.error-content .ec-text {
	position: relative;
	max-width: 460px;
	margin: 25px auto
}

.error-content .ec-text h3 {
	font-size: 40px;
	letter-spacing: 0;
	line-height: 48px;
	font-weight: 600;
	margin: 20px auto
}

.error-content .ec-text p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #4f5b6d;
	margin-bottom: 20px
}

.error-content a.btn-style-a {
	margin: 5px auto;
	display: inline-block;
	background-color: #00c3ff;
	color: #fff
}

.error-content a.btn-style-a:hover {
	background-color: #00b1e8
}

.coming-soon-area {
	position: relative;
	background-image: -moz-linear-gradient(-162deg, #00c3ff 2%, #028aef 48%, #0351df 100%);
	background-image: -webkit-linear-gradient(-162deg, #00c3ff 2%, #028aef 48%, #0351df 100%);
	background-image: -ms-linear-gradient(-162deg, #00c3ff 2%, #028aef 48%, #0351df 100%);
	min-height: 100vh;
	overflow: hidden;
	padding: 120px 0;
	z-index: 1
}

.csa-logo {
	text-align: center;
	margin-bottom: 80px
}

.csa-text {
	position: relative;
	max-width: 650px;
	margin: 0 auto 20px;
	text-align: center
}

.csa-text h3 {
	font-size: 60px;
	letter-spacing: 0;
	line-height: 48px;
	font-weight: 700;
	margin-top: 10px;
	color: #fff;
	margin-bottom: 20px
}

.csa-text p {
	font-size: 18px;
	letter-spacing: 0;
	color: #fff;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 30px
}

.csa-countdown {
	position: relative;
	margin: 50px auto;
	max-width: 700px
}

ul.cdown-list {
	position: relative;
	padding: 0;
	list-style-type: none
}

ul.cdown-list li {
	position: relative;
	display: inline-block;
	width: calc(25% - 4px)
}

ul.cdown-list li:after {
	position: absolute;
	content: "2950";
	color: #fff;
	font-size: 74px;
	right: -13px;
	top: 35px
}

ul.cdown-list li:last-child:after {
	display: none
}

.single-countdown {
	position: relative;
	max-width: 130px;
	margin: 15px auto;
	text-align: center
}

.single-countdown>div {
	font-size: 72px;
	color: #fff;
	letter-spacing: 0;
	font-weight: 600;
	line-height: 72px
}

.single-countdown>div>span {
	font-size: 18px;
	display: block;
	letter-spacing: 0;
	line-height: 20px;
	color: #fff;
	font-weight: 500;
	position: relative;
	margin-top: -15px
}

.csa-nl {
	position: relative;
	max-width: 600px;
	margin: 25px auto
}

.csa-nl input {
	width: 100%;
	height: 60px;
	background-color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	color: #000;
	border: none;
	margin-bottom: 10px;
	border-radius: 30px;
	line-height: 22px;
	padding: 10px 30px
}

.csa-nl input[type=submit] {
	position: absolute;
	right: 0;
	width: 200px;
	background-color: #00c3ff;
	color: #fff;
	text-align: center;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	cursor: pointer;
	transition: .5s ease
}

.csa-nl input[type=submit]:hover {
	background-color: #00b6ef
}

.csa-social {
	position: relative;
	text-align: center;
	margin: 50px auto 15px
}

.csa-social ul.footer-social {
	position: relative
}

.csa-social ul.footer-social li {
	position: relative
}

.csa-social ul.footer-social li a {
	position: relative;
	display: block;
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 22px;
	padding-top: 14px;
	color: #00c3ff
}

.csa-social ul.footer-social li a:hover {
	background-color: #00c3ff;
	color: #fff
}

.service-area {
	position: relative;
	padding-bottom: 120px;
	z-index: 1
}

.service-area:before {
	position: absolute;
	content: "2950";
	background-image: url(../img/bg/about-shape-right.png);
	right: 0;
	top: -80px;
	z-index: -1;
	width: 580px;
	height: 580px;
	background-size: 100% 100%
}

.service-area .service-text {
	position: relative
}

.service-area .service-text .section-text a.btn-style-b {
	margin-top: 20px
}

.service-area .service-text .section-titleV1 {
	text-align: left
}

.service-box {
	position: relative
}

ul.services-list {
	position: relative;
	padding: 0;
	list-style-type: none
}

ul.services-list li {
	position: relative;
	display: inline-block;
	width: 100%
}

ul.services-list li:first-child {
	-webkit-animation: pulse 5s infinite linear;
	-moz-animation: pulse 5s infinite linear;
	-ms-animation: pulse 5s infinite linear;
	animation: pulse 5s infinite linear
}

ul.services-list li:nth-child(2) {
	-webkit-animation: pulse 7s infinite linear;
	-moz-animation: pulse 7s infinite linear;
	-ms-animation: pulse 7s infinite linear;
	animation: pulse 7s infinite linear
}

ul.services-list li:nth-child(2) .single-service {
	top: -80px
}

ul.services-list li:nth-child(3) {
	-webkit-animation: pulse 6s infinite linear;
	-moz-animation: pulse 6s infinite linear;
	-ms-animation: pulse 6s infinite linear;
	animation: pulse 6s infinite linear
}

ul.services-list li:nth-child(4) {
	-webkit-animation: pulse 4s infinite linear;
	-moz-animation: pulse 4s infinite linear;
	-ms-animation: pulse 4s infinite linear;
	animation: pulse 4s infinite linear
}

ul.services-list li:nth-child(4) .single-service {
	top: -80px
}

.single-service {
	position: relative;
	max-width: 240px;
	margin: 15px auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 8.186px 26.777px 74.52px 6.48px rgba(243, 243, 243, .91)
}

.single-service .ss-icon {
	position: relative;
	max-width: max-content;
	margin-bottom: 20px
}

.single-service .ss-icon img {
	transition: .5s ease;
	filter: grayscale(100%)
}

.single-service:hover .ss-icon img {
	transform: scaleX(-1)
}

.single-service .ss-text {
	position: relative
}

.single-service .ss-text h4 {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 28px;
	color: #000;
	font-weight: 600;
	margin-bottom: 15px
}

.single-service .ss-text p {
	font-size: 16px;
	color: #4f5b6d;
	line-height: 24px;
	margin-bottom: 15px;
	font-weight: 400
}

.single-service .ss-text a {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	color: #00c3ff;
	font-weight: 400
}

.single-service .ss-text a i {
	margin-left: 6px
}

.service2-area {
	position: relative;
	background-color: #e9f8ff;
	padding: 60px 0 0
}

.service2-area .section-titleV1 {
	margin-bottom: 50px
}

.single-serviceV2 {
	position: relative;
	margin: 0 auto 30px;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px
}

.single-serviceV2:hover {
	background: #00c3ff
}

.single-serviceV2:hover .ss-text h4 {
	color: #fff
}

.single-serviceV2:hover .ss-text p {
	color: #fff
}

.single-serviceV2 .ss-icon {
	position: relative
}

.single-serviceV2 .ss-icon img {
	border-radius: 50%
}

.single-serviceV2 .ss-text {
	position: relative
}

.single-serviceV2 .ss-text h4 {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 28px;
	color: #000;
	font-weight: 600;
	margin: 15px auto
}

.single-serviceV2 .ss-text p {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
	color: #4f5b6d
}

.features-area {
	position: relative;
	padding-bottom: 60px
}

.single-features {
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: .14px 1.995px 5.52px .48px rgba(241, 241, 241, .91);
	transition: .5s ease;
	padding: 30px
}

.single-features:hover {
	box-shadow: 3.661px 41.84px 49.68px 4.32px rgba(241, 241, 241, .91)
}

.single-features:hover .sh-icon img {
	transform: scaleX(-1)
}

.single-features .sh-icon {
	min-height: 65px
}

.single-features .sh-icon img {
	transition: .5s ease
}

.features4-area {
	position: relative;
	padding-bottom: 120px
}

.section-titleV4 {
	position: relative;
	padding: 25px 0;
	margin: 25px auto;
	max-width: 790px;
	text-align: center
}

.section-titleV4 p {
	color: #3bb174;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: CircularStd;
	margin-bottom: 10px
}

.section-titleV4 h3 {
	font-size: 36px;
	line-height: 44px;
	letter-spacing: 0;
	font-weight: 500;
	color: #27334c;
	font-family: CircularStd
}

.single-featuresV2 {
	position: relative;
	border-radius: 10px;
	background-color: #fff;
	padding: 30px;
	text-align: center;
	transition: .5s ease
}

.single-featuresV2:hover {
	position: relative;
	-webkit-box-shadow: 1px 5px 15px -10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 1px 5px 15px -10px rgba(0, 0, 0, .5);
	box-shadow: 1px 5px 15px -10px rgba(0, 0, 0, .5)
}

.single-featuresV2 .sh-icon {
	position: relative;
	text-align: center;
	margin-bottom: 30px
}

.single-featuresV2 .sh-icon img {
	border-radius: 50%;
	height: 120px;
	width: 120px;
	box-shadow: 22.627px 22.627px 34.96px 3.04px rgba(230, 230, 230, .45)
}

.single-featuresV2 .sh-icon img.shicon-1 {
	box-shadow: 22.627px 22.627px 34.96px 3.04px rgba(251, 228, 136, .46)
}

.single-featuresV2 .sh-icon img.shicon-2 {
	box-shadow: 22.627px 22.627px 34.96px 3.04px rgba(157, 251, 202, .46)
}

.single-featuresV2 .sh-icon img.shicon-3 {
	box-shadow: 22.627px 22.627px 34.96px 3.04px rgba(145, 189, 255, .46)
}

.single-featuresV2 .sh-text {
	position: relative
}

.single-featuresV2 .sh-text h4 {
	font-size: 24px;
	letter-spacing: 0;
	color: #27334c;
	font-family: CircularStd;
	line-height: 36px;
	margin-bottom: 15px
}

.single-featuresV2 .sh-text p {
	font-size: 16px;
	letter-spacing: 0;
	color: #4f5b6d;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 15px
}

.service-page-content {
	position: relative
}

.service-page-content .service2-area {
	background-color: #fff;
	padding-top: 70px;
	padding-bottom: 0
}

.service-page-content .testimonial-about-page {
	padding-bottom: 120px
}

.service-page2-content {
	position: relative
}

.service-page2-content .features-area {
	padding-top: 70px
}

.service-page2-content .about-page-3-text-img {
	padding-top: 80px
}

.service-page2-content .testimonial-area {
	padding-top: 0
}

.service-page3-content {
	position: relative;
	padding-top: 120px
}

.service-page3-content .call-to-action-area {
	padding-top: 0
}

.section-titleV1 span.lowOpacityText {
	color: #e5e5e5;
	font-size: 80px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 100px
}

ul.service-text-list {
	position: relative;
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px
}

ul.service-text-list li {
	font-size: 15px;
	letter-spacing: 0;
	color: #4f5b6d;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 10px
}

.polling-area ul.service-text-list li {
	font-size: 15px
}

ul.service-text-list i {
	color: #00c3ff;
	margin-right: 10px
}

.section-text ul.service-text-list {
	padding-left: 40px
}

.our-recent-work {
	position: relative;
	overflow: hidden
}

.our-recent-work .section-titleV1 {
	margin: 0 auto;
	text-align: left;
	padding: 0
}

.our-recent-work .orw-btn {
	text-align: right;
	padding: 45px 0
}

.recent-work-slider {
	position: relative;
	max-width: 1320px;
	margin: 0 auto
}

.rw-carousel {
	position: relative
}

.rw-carousel .item {
	position: relative
}

.single-work-img {
	position: relative;
	max-width: 307px;
	margin: 80px auto;
	background-color: #fff;
	box-shadow: 1.883px 26.934px 64.4px 5.6px rgba(241, 241, 241, .91)
}

.recent-project3-area {
	position: relative;
	padding-bottom: 120px
}

.recent-project3-area .section-titleV3 {
	text-align: left
}

.rp3-nav {
	position: relative;
	text-align: right;
	padding: 60px 0
}

.rp-slider-nav {
	position: relative;
	margin: 25px auto
}

.rp-slider-nav .my-controls-btns {
	width: 50px;
	height: 50px;
	border: 1px solid #aeaeae;
	margin: 5px;
	position: relative;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	transition: .5s ease
}

.rp-slider-nav .my-controls-btns i {
	font-size: 25px;
	margin-top: 12px
}

.rp-slider-nav .my-controls-btns:hover {
	color: #2a00ff;
	border-color: #2a00ff
}

.rpc-single {
	position: relative;
	max-width: 255px;
	margin: 0 auto
}

.recentProject-carouselV1 {
	position: relative
}

.recentProject-carouselV1 .owl-nav {
	display: none
}

.recentProject-carouselV1 .owl-dots {
	display: none
}

.recent-project2-area {
	position: relative;
	padding: 80px 0 40px;
	overflow: hidden
}

.recent-project2-area .section-titleV1 {
	text-align: left
}

.project-shuffle-btn {
	position: relative;
	margin: 60px 0 0;
	display: inline-block;
	float: none;
	padding-top: 0;
	margin: 20px auto 0;
	display: table
}

.project-shuffle-btn label.btn {
	font-size: 16px;
	letter-spacing: 0;
	color: #000;
	font-weight: 600;
	margin: 15px;
	position: relative;
	outline: 0 !important;
	box-shadow: none !important;
	transition: .5s ease
}

.project-shuffle-btn label.btn:hover {
	color: #007cf5
}

.project-shuffle-btn label.btn.active {
	color: #007cf5
}

.portfolio-shuffle-wrapper {
	position: relative;
	margin: 40px auto 25px
}

.sf_project {
	position: relative;
	max-width: 350px;
	margin: 10px auto;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 20px 10px #f4f9fa
}

.sf_project .sf_project__inner {
	position: relative
}

.sf_project .sf_project__inner:before {
	position: absolute;
	content: "2950";
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0;
	transition: .5s ease;
	top: 0;
	z-index: 1
}

.sf_project .ssf-hover {
	position: absolute;
	width: 100%;
	bottom: -100%;
	left: 0;
	height: auto;
	padding: 30px;
	z-index: 2;
	transition: .5s ease;
	text-align: left
}

.sf_project .ssf-hover h4 {
	font-size: 22px;
	letter-spacing: 0;
	color: #fff;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 5px
}

.sf_project .ssf-hover h4 a {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit
}

.sf_project .ssf-hover p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300
}

.sf_project:hover .sf_project__inner:before {
	opacity: .5
}

.sf_project:hover .ssf-hover {
	bottom: 0
}

.sf_project2 {
	position: relative;
	margin: 10px auto;
	overflow: hidden
}

.sf_project2 .sf_project2__inner {
	position: relative
}

.sf_project2 .sf_project2__inner:before {
	position: absolute;
	content: "2950";
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0;
	transition: .5s ease;
	top: 0;
	z-index: 1
}

.sf_project2 .ssf-hover {
	position: absolute;
	width: 100%;
	bottom: -100%;
	left: 0;
	height: auto;
	padding: 30px;
	z-index: 2;
	transition: .5s ease
}

.sf_project2 .ssf-hover h4 {
	font-size: 22px;
	letter-spacing: 0;
	color: #fff;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 5px
}

.sf_project2 .ssf-hover h4 a {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit
}

.sf_project2 .ssf-hover p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300
}

.sf_project2:hover .sf_project2__inner:before {
	opacity: .5
}

.sf_project2:hover .ssf-hover {
	bottom: 0
}

.creative-works-area {
	position: relative;
	padding-bottom: 130px
}

.creative-works-head {
	position: relative
}

.creative-works-head h3 {
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0;
	font-family: 'Avenir Next LT Pro';
	font-weight: 600;
	margin-bottom: 40px
}

.project-shuffle-btn2 {
	position: relative
}

.project-shuffle-btn2 label.btn {
	color: #4f5b6d;
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 500;
	margin-bottom: 25px;
	outline: 0 !important;
	box-shadow: none !important
}

.project-shuffle-btn2 label.btn:hover {
	color: #ff533f
}

.project-shuffle-btn2 label.btn.active {
	color: #ff533f
}

.portfolio-boxV1 {
	position: relative;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px
}

.portfolio-boxV1 .project-shuffle-btn.shuffle-filter-btn {
	float: unset;
	margin: 0 auto 30px
}

.portfolio-boxV1 .section-titleV1 {
	margin-bottom: 0;
	padding-bottom: 0
}

.portfolio-boxV2 {
	text-align: center;
	padding: 30px 0 60px
}

.portfolio-boxV2 .project-shuffle-btn.shuffle-filter-btn {
	float: unset;
	margin: 0 auto 30px
}

.portfolios-details-area {
	position: relative;
	padding: 120px 0;
	z-index: 1
}

.portfolio-details {
	position: relative
}

.portfolio-details .pd-thumb {
	position: relative;
	margin-top: -245px;
	margin-bottom: 70px
}

.portfolio-details .pd-thumb img {
	border-radius: 5px
}

.portfolio-details .pd-text {
	position: relative
}

.portfolio-details .pd-text h4 {
	font-size: 40px;
	letter-spacing: 0;
	line-height: 48px;
	font-weight: 600;
	margin-bottom: 35px
}

.portfolio-details .pd-text p {
	font-size: 16px;
	letter-spacing: 0;
	color: #4f5b6d;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 40px
}

.portfolio-details .pd-img {
	position: relative;
	margin-bottom: 40px
}

.portfolio-details .pd-img img {
	border-radius: 10px
}

.portfolio-details .pdq-text {
	position: relative;
	margin-bottom: 40px
}

.portfolio-details .pdq-text p {
	color: #000;
	font-style: italic;
	font-size: 18px;
	padding-left: 50px;
	font-weight: 500;
	line-height: 24px;
	position: relative
}

.portfolio-details .pdq-text p:before {
	position: absolute;
	content: "3000";
	height: 100%;
	width: 30px;
	background-color: #007cf5;
	left: 0;
	top: 0
}

.pd-info {
	position: relative;
	top: -60px
}

.pd-info ul {
	position: relative;
	padding: 0;
	list-style-type: none
}

.pd-info ul li {
	position: relative;
	margin: 30px auto
}

.pd-info ul li h4 {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 600;
	margin: 5px auto
}

.pd-info ul li p {
	color: #4f5b6d;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0
}

.portfolio-related-item {
	position: relative;
	margin-top: 80px
}

.pri-title {
	margin-bottom: 40px;
	position: relative
}

.pri-title h4 {
	font-size: 40px;
	letter-spacing: 0;
	line-height: 48px;
	font-weight: 600;
	margin-bottom: 35px
}

.products-wrapper-area {
	position: relative;
	padding: 120px 0
}

.products-filters-area {
	position: relative;
	padding-bottom: 40px
}

.products-filters-area .pfa-count {
	position: relative;
	padding: 13px 0
}

.products-filters-area .pfa-count p {
	font-size: 18px;
	letter-spacing: 0;
	color: #5a5a5a;
	font-weight: 400;
	line-height: 24px
}

.pfa-short-filter {
	position: relative;
	text-align: right
}

.pfa-short-filter select {
	font-size: 18px;
	letter-spacing: 0;
	color: #5a5a5a;
	font-weight: 400;
	line-height: 24px;
	border: 1px solid #f4f4f4;
	padding: 12px 40px;
	position: relative;
	text-align: center
}

.single-products {
	position: relative;
	padding: 0;
	max-width: 255px;
	margin: 15px auto
}

.single-products .sp-img {
	position: relative;
	overflow: hidden
}

.single-products .sp-img a.sp-add-cart {
	position: absolute;
	height: 60px;
	width: 60px;
	background-color: #fff;
	z-index: 1;
	color: #000;
	font-size: 30px;
	border-radius: 50%;
	text-align: center;
	padding-top: 15px;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	opacity: 0;
	transition: .5s ease
}

.single-products .sp-img img {
	transition: .5s ease
}

.single-products:hover .sp-img a.sp-add-cart {
	opacity: 1
}

.single-products:hover .sp-img img {
	transform: scale(1.05)
}

.single-products .sp-text {
	position: relative;
	text-align: center;
	padding: 10px
}

.single-products .sp-text a {
	position: relative;
	text-align: center;
	display: inline-block;
	letter-spacing: 0
}

.single-products .sp-text h4 {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 24px;
	color: #000;
	font-weight: 600;
	margin: 20px auto 12px
}

.single-products .sp-text p {
	font-size: 18px;
	letter-spacing: 0;
	color: #8e8d8e;
	font-weight: 300;
	line-height: 24px
}

.products-wrapper .qniko-pagination {
	padding-top: 60px
}

.product-gallery-box {
	position: relative;
	max-width: 540px;
	margin: 0 auto
}

.product-gallery-box img.xzoom3 {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.product-gallery-box .xzoom-thumbs {
	position: relative;
	width: 100%;
	margin: 0 auto
}

.product-gallery-box .xzoom-thumbs a {
	display: inline-block;
	position: relative;
	width: calc(25% - 19px);
	margin: 20px 10px
}

.product-gallery-box .xzoom-thumbs a:first-child {
	margin-left: 0
}

.product-gallery-box .xzoom-thumbs a:last-child {
	margin-right: 0
}

.product-gallery-box .xzoom-thumbs a img {
	width: 100%;
	height: 100px;
	margin: 0;
	object-fit: cover
}

.product-gallery-info {
	position: relative
}

.product-gallery-info .pgi-title-price {
	position: relative;
	margin-bottom: 30px;
	max-width: 65%
}

.product-gallery-info .pgi-title-price h4 {
	font-size: 30px;
	letter-spacing: 0;
	font-weight: 600;
	color: #000;
	line-height: 40px;
	margin-bottom: 30px
}

.product-gallery-info .pgi-title-price p.price {
	font-size: 25px;
	letter-spacing: 0;
	color: #000;
	font-weight: 400;
	line-height: 36px
}

.product-gallery-info .pgi-ratings {
	position: absolute;
	right: 0;
	top: 0
}

.product-gallery-info .pgi-ratings p {
	text-align: right;
	color: #5a5a5a;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500
}

.product-gallery-info .pgi-text {
	position: relative;
	margin: 50px auto
}

.product-gallery-info .pgi-text p {
	color: #5a5a5a;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	margin-bottom: 30px;
	font-weight: 300
}

.product-gallery-info .pgi-add-cart {
	position: relative;
	margin-bottom: 50px
}

.product-gallery-info .pgi-add-cart .pgi-qty {
	position: relative;
	max-width: 120px;
	display: inline-block;
	margin-right: 15px
}

.product-gallery-info .pgi-add-cart .pgi-qty input {
	width: 100%;
	font-size: 16px;
	color: #000;
	border: 1px solid #e6e6e6;
	padding: 10px 25px;
	line-height: 22px;
	height: 50px;
	border-radius: 30px;
	padding-right: 10px
}

.product-gallery-info .pgi-add-cart .pgi-btn {
	display: inline-block
}

.product-gallery-info .pgi-add-cart .pgi-btn a.cart-btn-1 {
	position: relative
}

.product-gallery-info .pgi-tags {
	position: relative
}

.product-gallery-info .pgi-tags h4 {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	margin-bottom: 30px;
	font-weight: 400;
	display: inline-block
}

.product-gallery-info .pgi-tags ul.taglist {
	display: inline-block
}

ul.rat-list {
	position: relative;
	padding: 0;
	list-style-type: none
}

ul.rat-list li {
	position: relative;
	display: inline-block;
	margin: 3px;
	color: #ffd54f;
	font-size: 24px
}

a.cart-btn-1 {
	position: relative;
	font-size: 16px;
	letter-spacing: 0;
	background-color: #007cf5;
	color: #fff;
	font-weight: 400;
	line-height: 22px;
	display: inline-block;
	padding: 14px 30px;
	border-radius: 30px
}

ul.taglist {
	position: relative;
	padding: 0;
	list-style-type: none
}

ul.taglist li {
	position: relative;
	display: inline-block;
	padding-right: 7px
}

ul.taglist li a {
	color: #5a5a5a;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	margin-bottom: 30px;
	font-weight: 300
}

ul.taglist li:after {
	position: absolute;
	content: "3000";
	right: 0;
	bottom: 5px;
	font-size: 20px
}

ul.taglist li:last-child:after {
	display: none
}

.product-info-tab {
	position: relative;
	padding: 80px 0
}

.product-info-tab .nav-tabs {
	border-bottom: 1px solid #edebed
}

.product-info-tab .nav-tabs a.nav-item {
	all: unset;
	font-size: 18px;
	letter-spacing: 0;
	color: #5a5a5a;
	margin-right: 40px;
	padding: 0 0 20px;
	position: relative;
	cursor: pointer;
	transition: .5s ease
}

.product-info-tab .nav-tabs a.nav-item:hover {
	color: #000
}

.product-info-tab .nav-tabs a.nav-item.active {
	color: #000;
	font-weight: 600
}

.product-info-tab .nav-tabs a.nav-item.active:after {
	position: absolute;
	content: "3000";
	width: 100%;
	height: 4px;
	background-color: #b5b5b5;
	bottom: -2px;
	left: 0
}

.product-info-tab .tab-content {
	position: relative;
	padding: 0 !important
}

.product-info-tab .tab-content .tab-pane {
	position: relative;
	padding: 50px 0
}

.product-info-tab .tab-content .tab-pane p {
	color: #5a5a5a;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	margin-bottom: 30px;
	font-weight: 300
}

.related-product-box {
	position: relative
}

.rpb-title {
	position: relative;
	padding-bottom: 40px
}

.rpb-title h3 {
	font-size: 30px;
	letter-spacing: 0;
	font-weight: 600;
	line-height: 40px;
	color: #000
}

.checkout-wrapper-area {
	position: relative;
	padding: 120px 0
}

.checkout-wrapper-area h4 {
	font-size: 30px;
	letter-spacing: 0;
	font-weight: 600;
	line-height: 40px;
	color: #000
}

.checkout-form {
	position: relative
}

.checkout-form h4 {
	margin-bottom: 20px
}

.checkout-form .wi-control {
	height: 50px;
	background-color: #f3f3f3;
	border: 1px solid #f3f3f3;
	margin-bottom: 30px;
	width: 100%;
	padding: 0 15px
}

.wepaint-input-group {
	position: relative
}

.wepaint-input-group label {
	font-size: 16px;
	letter-spacing: 0;
	color: #353535;
	line-height: 24px;
	font-weight: 500;
	display: block;
	margin-bottom: 10px
}

.wepaint-input-group label span {
	color: red
}

.ordered-table-data {
	position: relative;
	margin: 40px auto 0
}

.ordered-table-data input {
	width: 100%;
	border: 1px solid #bbb;
	padding: 10px 0;
	margin-top: 25px;
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 300;
	line-height: 29px
}

.ordered-table-data input.placeorder-btn {
	position: relative;
	font-size: 16px;
	letter-spacing: 0;
	background-color: #007cf5;
	color: #fff;
	font-weight: 400;
	line-height: 22px;
	display: inline-block;
	padding: 14px 30px;
	border-radius: 30px;
	width: auto;
	transition: .5s ease;
	cursor: pointer
}

.ordered-table-data input.placeorder-btn:hover {
	background-color: #0069d0
}

table.checkout-table {
	position: relative;
	width: 100%
}

table.checkout-table tr {
	position: relative;
	border-bottom: 1px solid #bbb
}

table.checkout-table td {
	font-size: 16px;
	letter-spacing: 0;
	color: #353535;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 15px 0
}

.testimonial-area {
	position: relative;
	background-image: url(../img/bg/testimonial-shape.png);
	background-size: 100% 100%;
	padding: 120px 0;
	overflow: hidden
}

.testimonial-area .section-titleV1 {
	max-width: 1140px;
	width: 100%
}

.testimonial-area .section-titleV1 span {
	display: inline-block
}

.ts-avatars {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ts-avatars ul.tsa-list {
	position: relative;
	padding: 0;
	list-style-type: none;
	top: -100px;
	width: 100%;
	height: 100%;
	z-index: 1
}

.ts-avatars ul.tsa-list li {
	position: absolute;
	display: inline-block
}

.ts-avatars ul.tsa-list li .tsa-img img {
	border-radius: 50%;
	transition: .5s ease
}

.ts-avatars ul.tsa-list li .tsa-img:hover img {
	transform: scale(1.05)
}

.ts-avatars ul.tsa-list li:first-child {
	top: 0;
	left: 30px;
	-webkit-animation: pulse 2s infinite linear;
	-moz-animation: pulse 2s infinite linear;
	-ms-animation: pulse 2s infinite linear;
	animation: pulse 2s infinite linear
}

.ts-avatars ul.tsa-list li:nth-child(2) {
	top: 155px;
	left: -90px;
	-webkit-animation: pulse 3s infinite linear;
	-moz-animation: pulse 3s infinite linear;
	-ms-animation: pulse 3s infinite linear;
	animation: pulse 3s infinite linear
}

.ts-avatars ul.tsa-list li:nth-child(3) {
	bottom: -100px;
	left: 110px;
	-webkit-animation: pulse 2s infinite linear;
	-moz-animation: pulse 2s infinite linear;
	-ms-animation: pulse 2s infinite linear;
	animation: pulse 2s infinite linear
}

.ts-avatars ul.tsa-list li:nth-child(4) {
	top: -25px;
	right: 22px;
	-webkit-animation: pulse 3s infinite linear;
	-moz-animation: pulse 3s infinite linear;
	-ms-animation: pulse 3s infinite linear;
	animation: pulse 3s infinite linear
}

.ts-avatars ul.tsa-list li:nth-child(5) {
	top: 145px;
	right: -96px;
	-webkit-animation: pulse 2s infinite linear;
	-moz-animation: pulse 2s infinite linear;
	-ms-animation: pulse 2s infinite linear;
	animation: pulse 2s infinite linear
}

.ts-avatars ul.tsa-list li:nth-child(6) {
	bottom: -50px;
	right: 120px;
	-webkit-animation: pulse 3s infinite linear;
	-moz-animation: pulse 3s infinite linear;
	-ms-animation: pulse 3s infinite linear;
	animation: pulse 3s infinite linear
}

.testimonial-slider {
	position: relative;
	max-width: 550px;
	margin: 25px auto
}

.testimonial-carousel {
	position: relative
}

.testimonial-carousel .owl-dots {
	display: none
}

.testimonial-carousel .owl-nav {
	margin-top: 20px
}

.testimonial-carousel .owl-nav [class*=owl-] {
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	font-size: 25px;
	margin: 10px
}

.testimonial-carousel .owl-nav [class*=owl-] i {
	color: #2dceff
}

.testimonial-carousel .owl-nav [class*=owl-]:hover {
	background-color: rgba(0, 0, 0, 0)
}

.single-testimonial {
	position: relative;
	margin: 0 auto;
	max-width: 550px;
	text-align: center
}

.single-testimonial .st-text {
	position: relative;
	margin-bottom: 30px
}

.single-testimonial .st-text p {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 26px;
	font-weight: 300
}

.single-testimonial .sta-info h4 {
	color: #000;
	letter-spacing: 0;
	font-weight: 600;
	margin-bottom: 10px
}

.single-testimonial .sta-info p {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 26px;
	font-weight: 300
}

.testimonial2-area {
	padding-top: 40px;
	position: relative
}

.testimonial-carouselV2 {
	position: relative;
	position: relative
}

.testimonial-carouselV2 .owl-dots {
	display: none
}

.testimonial-carouselV2 .owl-nav {
	position: absolute;
	top: calc(50% - 15px);
	width: 100%;
	left: 0;
	margin-top: 0
}

.testimonial-carouselV2 .owl-nav [class*=owl-] {
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	font-size: 25px;
	margin: 10px;
	border: 1px solid #9a9a9a;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	padding-top: 10px
}

.testimonial-carouselV2 .owl-nav [class*=owl-] i {
	color: #9a9a9a
}

.testimonial-carouselV2 .owl-nav [class*=owl-]:hover {
	background-color: rgba(0, 0, 0, 0)
}

.testimonial-carouselV2 .owl-nav .owl-prev {
	float: left;
	margin-left: 50px
}

.testimonial-carouselV2 .owl-nav .owl-next {
	float: right;
	margin-right: 55px
}

.testimonial-carouselV2 .item {
	padding: 50px 0
}

.single-testimonial {
	position: relative;
	margin: 0 auto;
	max-width: 550px;
	text-align: center
}

.single-testimonialV2 {
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 1.604px 22.944px 59.8px 5.2px rgba(241, 241, 241, .63);
	padding: 100px 60px 60px;
	max-width: 750px;
	margin: 25px auto
}

.single-testimonialV2 .st-text {
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
	text-align: center
}

.single-testimonialV2 .st-text:before {
	position: absolute;
	content: "3000";
	font-family: fontAwesome;
	top: -110px;
	left: 0;
	font-size: 140px;
	line-height: 140px;
	color: #edeef0;
	z-index: -1
}

.single-testimonialV2 .st-text p {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 26px;
	font-weight: 300
}

.single-testimonialV2 .sta-info {
	position: relative;
	text-align: center
}

.single-testimonialV2 .sta-info h4 {
	color: #000;
	letter-spacing: 0;
	font-weight: 600;
	margin-bottom: 10px;
	display: inline-block;
	color: #007cf5;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	border-right: 2px solid #000;
	line-height: 20px;
	padding-right: 10px
}

.single-testimonialV2 .sta-info p {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 26px;
	font-weight: 300;
	display: inline-block;
	font-size: 16px;
	color: #4f5b6d;
	font-weight: 400;
	padding-left: 5px
}

.testimonial3-area {
	position: relative;
	padding: 60px 0
}

.testimonial-carouselV3 {
	position: relative;
	position: relative
}

.testimonial-carouselV3 .owl-nav {
	position: absolute;
	top: calc(50% - 15px);
	width: 100%;
	left: 0;
	margin-top: 0
}

.testimonial-carouselV3 .owl-nav [class*=owl-] {
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	font-size: 25px;
	margin: 10px;
	border: 1px solid #9a9a9a;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	padding-top: 11px
}

.testimonial-carouselV3 .owl-nav [class*=owl-] i {
	color: #9a9a9a
}

.testimonial-carouselV3 .owl-nav [class*=owl-]:hover {
	background-color: rgba(0, 0, 0, 0)
}

.testimonial-carouselV3 .owl-nav .owl-prev {
	float: left;
	margin-left: 50px
}

.testimonial-carouselV3 .owl-nav .owl-next {
	float: right;
	margin-right: 55px
}

.testimonial-carouselV3 .item {
	padding: 30px 0 40px
}

.testimonial-carouselV3 .owl-dots {
	margin-top: -65px !important;
	padding-top: 0;
	position: relative;
	z-index: 9;
	text-align: left;
	padding-left: 25px
}

.testimonial-carouselV3 .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	background: #ccc;
	padding: 0;
	transition: .5s ease
}

.testimonial-carouselV3 .owl-dots .owl-dot.active span {
	width: 20px;
	background-color: #605ef5
}

.single-testimonial {
	position: relative;
	margin: 0 auto;
	max-width: 550px;
	text-align: center
}

.single-testimonialV3 {
	border-radius: 10px;
	background-color: #fff;
	padding: 30px;
	max-width: 750px;
	margin: 0 auto 25px;
	text-align: left;
	padding-top: 0
}

.single-testimonialV3 .st-text {
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
	text-align: left
}

.single-testimonialV3 .st-text p {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 26px;
	font-weight: 300
}

.single-testimonialV3 .sta-info {
	position: relative;
	text-align: left
}

.single-testimonialV3 .sta-info h4 {
	color: #000;
	letter-spacing: 0;
	font-weight: 600;
	margin-bottom: 10px;
	display: inline-block;
	color: #007cf5;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	border-right: 2px solid #000;
	line-height: 20px;
	padding-right: 10px
}

.single-testimonialV3 .sta-info p {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 26px;
	font-weight: 300;
	display: inline-block;
	font-size: 16px;
	color: #4f5b6d;
	font-weight: 400;
	padding-left: 5px
}

.testimonial3-img {
	padding-top: 70px;
	position: relative;
	max-width: 445px;
	margin: 0 auto
}

.testimonial3-img img.t3i-vec1 {
	position: absolute;
	left: 0;
	bottom: 0
}

.testimonial3-img img.t3i-vec2 {
	position: absolute;
	left: 31px;
	bottom: 2px;
	z-index: 1
}

.testimonial3-slider {
	position: relative
}

.testimonial3-slider .section-titleV3 {
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0
}

.singleTa {
	position: relative;
	max-width: 290px;
	margin: 0 auto 20px
}

.flip-testimonial {
	position: relative;
	text-align: center;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto
}

.flip-testimonial .gallery {
	width: 750px;
	height: 400px;
	position: relative;
	margin: 0 auto;
	text-align: center
}

.flip-testimonial .navigation {
	position: absolute;
	width: 100%;
	top: calc(50% - 30px);
	left: 0
}

.flip-testimonial .navigation a.btn.prev {
	float: left
}

.flip-testimonial .navigation a.btn.next {
	float: right
}

.flip-testimonial .navigation a.btn {
	position: relative;
	color: #aeaeae;
	padding: 0;
	border: 1px solid #aeaeae;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	text-align: center;
	padding-top: 6px
}

.flip-testimonial .navigation a.btn i {
	font-size: 22px
}

.flip-testimonial .navigation a.btn:hover {
	color: #3396f7;
	border-color: #3396f7
}

.ftgallery-list a.fg-card {
	opacity: 0 !important
}

.ftgallery-list a.fg-card:first-child {
	opacity: 1 !important
}

.ftgallery-list a.fg-card:nth-child(2) {
	opacity: 1 !important;
	bottom: -13px
}

.ftgallery-list a.fg-card:nth-child(3) {
	bottom: -65px;
	opacity: 1 !important
}

.testimonial4-area {
	position: relative;
	padding-top: 80px
}

.testimonial5-area {
	position: relative;
	padding-bottom: 130px
}

.section-titleV5 {
	position: relative;
	text-align: center
}

.section-titleV5 h3 {
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0;
	font-family: 'Avenir Next LT Pro';
	font-weight: 600;
	margin-bottom: 40px
}

.testimonial5-slider {
	position: relative;
	max-width: 1040px;
	margin: 0 auto
}

.testimonial-carouselV5 {
	position: relative
}

.testimonial-carouselV5 .owl-nav {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	top: calc(50% - 22px)
}

.testimonial-carouselV5 .owl-nav [class*=owl-] {
	position: relative;
	color: #aeaeae;
	padding: 0;
	border: 1px solid #aeaeae;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	text-align: center;
	padding-top: 8px;
	background-color: #fff;
	font-size: 21px
}

.testimonial-carouselV5 .owl-nav [class*=owl-]:hover {
	background-color: #fff;
	color: #ff5a47;
	border-color: #ff5a47
}

.testimonial-carouselV5 .owl-nav .owl-prev {
	float: left
}

.testimonial-carouselV5 .owl-nav .owl-next {
	float: right
}

.single-testimonialV5 {
	position: relative;
	background-color: #fff;
	box-shadow: .14px 1.995px 5.52px .48px rgba(236, 232, 232, .504);
	max-width: 750px;
	margin: 100px auto 25px;
	padding-bottom: 40px
}

.single-testimonialV5 .ta-avatar {
	position: relative;
	max-width: 150px;
	margin: 0 auto 0;
	border-radius: 50%;
	background-color: #fff;
	padding: 8px;
	box-shadow: -1.777px 16.907px 24.84px 2.16px rgba(233, 233, 233, .504);
	top: -80px;
	margin-bottom: -40px
}

.single-testimonialV5 .st-text {
	position: relative;
	padding: 10px;
	text-align: center;
	max-width: 600px;
	margin: 15px auto
}

.single-testimonialV5 .st-text p {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 26px;
	font-weight: 400;
	color: #4f5b6d;
	margin-bottom: 15px
}

.single-testimonialV5 .sta-info {
	position: relative;
	text-align: center
}

.single-testimonialV5 .sta-info h4 {
	display: inline-block;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	border-right: 2px solid #000;
	line-height: 20px;
	padding-right: 10px
}

.single-testimonialV5 .sta-info p {
	display: inline-block;
	font-size: 16px;
	color: #4f5b6d;
	font-weight: 400;
	padding-left: 5px
}

.pricing-area {
	position: relative;
	padding-bottom: 60px;
	padding-top: 60px
}

.pricing-area .section-titleV1 {
	margin-bottom: 0
}

.single-pricingV1 {
	position: relative;
	background-color: #fff;
	transition: .5s ease;
	border-radius: 10px;
	border: 1px solid #00bbf5
}

.single-pricingV1:hover {
	box-shadow: 3.661px 41.84px 49.68px 4.32px rgba(241, 241, 241, .91)
}

.single-pricingV1 .sp-head {
	position: relative;
	padding: 50px 30px 0;
	text-align: center
}

.single-pricingV1 .sp-head h4 {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	letter-spacing: 1px;
	height: 50px
}

.single-pricingV1 .sp-head .sph-price h5 {
	font-size: 80px;
	letter-spacing: 0;
	line-height: 60px;
	font-weight: 700;
	color: #00c3ff;
	margin: 20px 0 0
}

.single-pricingV1 .sp-head .sph-price h5 small {
	font-size: 40px !important;
	font-weight: 700
}

.single-pricingV1 .sp-head .sph-price h5 span {
	font-size: 18px;
	font-weight: 700;
	margin-left: 2px;
	display: inline-block;
	line-height: 26px
}

.single-pricingV1 .sp-features {
	position: relative;
	padding: 20px 30px 20px
}

.single-pricingV1 .sp-features ul.spf-list {
	position: relative;
	padding: 0;
	list-style-type: none;
	margin: 15px auto
}

.pricing-area .sp-features ul.spf-list {
	overflow-y: scroll;
	height: 350px
}

.pricing-area .sp-features ul.spf-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px;
	background-color: #f5f5f5
}

.pricing-area .sp-features ul.spf-list::-webkit-scrollbar {
	width: 12px;
	background-color: #f5f5f5
}

.pricing-area .sp-features ul.spf-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #00c3ff
}

.single-pricingV1 .sp-features ul.spf-list li {
	font-size: 14px;
	letter-spacing: 0;
	color: #4f5b6d;
	line-height: 24px;
	font-weight: 400;
	margin: 8px auto
}

.single-pricingV1 .sp-features ul.spf-list li strong {
	font-weight: 400
}

.single-pricingV1 .sp-features ul.spf-list li i, .single-pricingV1 .sp-features ul.spf-list li svg {
	margin-right: 10px;
	color: #00c3ff;
	height: 20px;
	float: left;
	margin: 5px 10px 0 0
}

.single-pricingV1 .sp-bottom {
	padding: 10px 25px 25px;
	text-align: center;
	position: relative
}

.sp-bottom a.phone {
	font-size: 16px;
	margin: 20px 0 0;
	display: block
}

a.btn-style-e {
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 400;
	border: 1px solid #d6d6d6;
	padding: 8px 30px;
	border-radius: 50px;
	line-height: normal;
	display: inline-block
}

a.btn-style-e:hover {
	background-color: #00c3ff;
	border-color: #00c3ff;
	color: #fff
}

.single-pricingV1.highlighted {
	box-shadow: 0 11px 60px 5px rgba(255, 235, 235, .74);
	position: relative
}

.single-pricingV1.highlighted h5 {
	color: #ff6461 !important
}

.single-pricingV1.highlighted .sp-features ul.spf-list li i, .single-pricingV1.highlighted .sp-features ul.spf-list li svg {
	color: #ff6461 !important
}

.single-pricingV1.highlighted img {
	position: absolute;
	right: -8px;
	top: -8px
}

.single-pricingV1.highlighted a.btn-style-e {
	background-color: #00c3ff;
	border-color: #00c3ff;
	color: #fff
}

.single-pricingV1.highlighted a.btn-style-e.btn-style-c {
	background-color: #ff6461;
	border-color: #ff6461;
	color: #fff
}

.single-pricingV1.highlighted a.btn-style-e.btn-style-c:hover, a.btn-style-c:hover {
	background-color: #ff6461;
	border-color: #ff6461;
	color: #fff
}

.spV2 {
	position: relative
}

.spV2.highlighted, .spV2:hover {
	background-color: #33cfff
}

.spV2.highlighted .sp-head, .spV2:hover .sp-head {
	border-bottom-color: #fff
}

.spV2.highlighted .sp-head h4, .spV2:hover .sp-head h4 {
	color: #fff
}

.spV2.highlighted .sp-head .sph-price h3, .spV2:hover .sp-head .sph-price h3 {
	color: #fff
}

.spV2.highlighted .sp-features ul.spf-list li, .spV2:hover .sp-features ul.spf-list li {
	color: #fff
}

.spV2.highlighted a.btn-style-e, .spV2:hover a.btn-style-e {
	background-color: #fff;
	color: #605ef5
}

.pricing3-area {
	position: relative;
	padding: 80px 0 40px
}

.pricing4-area {
	position: relative;
	padding-bottom: 140px
}

.spV4-2.highlighted {
	box-shadow: 3.661px 41.84px 49.68px 4.32px rgba(241, 241, 241, .91)
}

.spV4-2.highlighted a.btn-style-e {
	background-color: #007cf5;
	border-color: #007cf5;
	color: #fff
}

.spV4-2.highlighted a.btn-style-e:hover {
	background-color: #0169d0
}

.spV4-1 a.btn-style-e {
	color: #3bb174;
	border-color: #3bb174
}

.spV4-1 a.btn-style-e:hover {
	background-color: #3bb174;
	color: #fff
}

.spV4-1 .sp-head h4 {
	color: #3bb174
}

.spV4-3 .sp-head h4 {
	color: #ffcd05
}

.spV4-3 a.btn-style-e {
	color: #ffcd05;
	border-color: #ffcd05
}

.spV4-3 a.btn-style-e:hover {
	background-color: #ffcd05;
	color: #fff
}

.blog-area {
	position: relative
}

.blog-area .section-titleV1 {
	text-align: left
}

.blog-area .section-titleV1 a.btn-style-b {
	margin-top: 60px
}

.blog-area .row {
	align-items: center;
	align-content: center;
	vertical-align: middle
}

.single-blogV1 {
	position: relative;
	max-width: 350px;
	margin: 15px auto;
	border-radius: 10px;
	background-color: #fff;
	padding: 30px;
	background: #00c3ff14;
	float: left
}

.single-blogV1 .sb-text p {
	height: 140px;
	overflow-y: auto;
}

.single-blogV1 .sb-meta {
	position: relative;
	min-height: 65px;
	padding-left: 75px;
	margin-bottom: 20px
}

.single-blogV1 .sb-meta .sbm-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	overflow: hidden
}

.single-blogV1 .sb-meta .sbm-img img {
	height: 100%;
	width: 100%
}

.single-blogV1 .sb-meta .sbm-info {
	position: relative;
	padding: 10px 0
}

.single-blogV1 .sb-meta .sbm-info p {
	font-size: 16px;
	letter-spacing: 0;
	color: #4f5b6d;
	line-height: 22px;
	font-weight: 400
}

.single-blogV1 .sb-meta .sbm-info p a {
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	color: #000;
	font-weight: 500
}

.single-blogV1 .sb-tag {
	position: relative;
	margin-bottom: 10px
}

.single-blogV1 .sb-tag ul.tag-list {
	position: relative;
	padding: 0;
	list-style-type: none;
	display: inline-block
}

.single-blogV1 .sb-tag ul.tag-list li {
	position: relative;
	display: inline-block
}

.single-blogV1 .sb-tag ul.tag-list li a {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	display: inline-block;
	font-weight: 300;
	color: #c1c1c1;
	transition: .5s ease
}

.single-blogV1 .sb-tag span.read-time {
	position: relative;
	font-size: 16px;
	letter-spacing: 0;
	color: #c1c1c1;
	line-height: 22px;
	display: inline-block;
	transition: .5s ease;
	font-weight: 300
}

.single-blogV1:hover .sb-tag ul.tag-list li a {
	color: #007cf5
}

.single-blogV1:hover .sb-tag span.read-time {
	color: #007cf5
}

.single-blogV1:hover .sb-text h4 {
	color: #00c3ff
}

.single-blogV1:hover .sb-text a {
	color: #00c3ff
}

.single-blogV1 .sb-text h4 {
	font-size: 22px;
	letter-spacing: 0;
	line-height: 30px;
	color: #000;
	font-weight: 600;
	margin-bottom: 40px
}

.single-blogV1 .sb-text h4 a {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit
}

.single-blogV1 .sb-text a {
	font-size: 16px;
	letter-spacing: 0;
	color: #000;
	line-height: 24px;
	display: inline-block
}

.single-blogV1 .sb-text a i {
	margin-left: 10px;
	position: relative;
	top: 2px
}

.blog2-area {
	position: relative;
	padding: 85px 0 85px 160px;
	background: #fff7f7
}

.blog2-area .section-titleV1 {
	text-align: left;
	margin-left: 0
}

.blog3-area {
	position: relative;
	padding-bottom: 120px
}

.single-blogV2 {
	position: relative;
	border-radius: 5px;
	background-color: #fff;
	max-width: 350px;
	margin: 15px auto;
	transition: .5s ease;
	box-shadow: -.326px .946px 14.72px 1.28px rgba(232, 235, 234, .53)
}

.single-blogV2:hover {
	box-shadow: 3.661px 41.84px 49.68px 4.32px rgba(241, 241, 241, .91)
}

.single-blogV2:hover .sb-img img {
	transform: scale(1.05)
}

.single-blogV2:hover .sb-text h4 {
	color: #00c3ff
}

.single-blogV2:hover .sb-text a {
	color: #605ef5
}

.single-blogV2:hover .sb-meta p {
	color: #605ef5
}

.single-blogV2:hover .sb-meta p a {
	color: #605ef5
}

.single-blogV2 .sb-img {
	position: relative;
	overflow: hidden
}

.single-blogV2 .sb-img img {
	transition: .5s ease
}

.single-blogV2 .sb-meta {
	position: relative;
	margin-bottom: 10px
}

.single-blogV2 .sb-meta .sbm-author {
	position: relative;
	display: inline-block
}

.single-blogV2 .sb-meta .sbm-author p {
	color: #c1c1c1;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 0;
	transition: .5s ease
}

.single-blogV2 .sb-meta .sbm-author p a {
	color: #c1c1c1;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 400;
	line-height: 22px;
	display: inline-block
}

.single-blogV2 .sb-meta .sbm-date {
	position: relative;
	display: inline-block;
	float: right;
	margin-top: 4px
}

.single-blogV2 .sb-meta .sbm-date p {
	color: #c1c1c1;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 0
}

.single-blogV2 .sb-text {
	position: relative;
	padding: 20px 30px
}

.single-blogV2 .sb-text h4 {
	font-family: Gilroy;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 26px;
	margin-bottom: 15px;
	font-weight: 600
}

.single-blogV2 .sb-text h4 a {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	font-family: inherit
}

.single-blogV2 .sb-text p {
	font-size: 16px;
	letter-spacing: 0;
	color: #4f5b6d;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 15px;
	transition: .5s ease
}

.single-blogV2 .sb-text a {
	font-size: 14px;
	letter-spacing: 0;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	display: inline-block;
	font-weight: 600
}

.single-blogV2 .sb-text i {
	margin-left: 10px
}

.single-blogV2.blog-Vlarge {
	max-width: 760px;
	margin: 0 auto 30px
}

.blog-details-comment {
	position: relative;
	margin-top: 100px
}

.blog-details-comment h4 {
	font-size: 30px;
	letter-spacing: 0;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 30px
}

.blog-details-comment input {
	position: relative;
	width: 100%;
	border: 1px solid #f3f3f3;
	height: 50px;
	margin-bottom: 30px;
	padding: 10px 20px;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	color: #000;
	font-weight: 300;
	background-color: #f3f3f3
}

.blog-details-comment textarea {
	position: relative;
	width: 100%;
	border: 1px solid #f3f3f3;
	height: 50px;
	margin-bottom: 30px;
	padding: 10px 20px;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	color: #000;
	font-weight: 300;
	background-color: #f3f3f3
}

.blog-details-comment input[type=checkbox] {
	width: 15px;
	height: 15px;
	margin-right: 4px;
	position: relative;
	top: 2px
}

.blog-details-comment input.comment-submit-btn {
	width: auto;
	background-color: #007cf5;
	border: 1px solid #007cf5;
	height: 50px;
	color: #fff;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 24px;
	transition: .5s ease;
	border-radius: 30px;
	min-width: 200px;
	margin-bottom: 0
}

.blog-details-comment input.comment-submit-btn:hover {
	background-color: #0077ea
}

.qniko-pagination {
	position: relative;
	text-align: center
}

ul.pagination {
	position: relative;
	display: inline-block;
	display: -ms-inline-block;
	border-radius: 0;
	padding: 0
}

ul.pagination li {
	position: relative;
	display: inline-block;
	margin: 3px
}

ul.pagination li a {
	display: block;
	position: relative;
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50% !important;
	background-color: #f5f5f5;
	color: #8e8d8e;
	font-size: 18px;
	line-height: 24px;
	padding-top: 7px;
	border: 1px solid #f5f5f5
}

ul.pagination li a:hover {
	background-color: #00c3ff;
	color: #fff
}

ul.pagination li.active a:hover {
	background-color: #00c3ff;
	color: #fff
}

.blog-wrapper-area .section-titleV1 {
	padding-top: 0;
	margin-top: 0
}

.blog-wrapper-area .qniko-pagination {
	position: relative;
	margin-top: 80px
}

.blog-boxV3 {
	position: relative
}

.blog-wrapper-area {
	position: relative;
	padding: 120px 0
}

.blog-sidebar {
	position: relative;
	max-width: 350px;
	margin: 0 auto;
	padding: 0 15px
}

.s-widget {
	position: relative;
	margin-bottom: 60px
}

.s-widget h4 {
	font-size: 24px;
	letter-spacing: 0;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 30px;
	color: #000
}

ul.cat-list {
	position: relative;
	padding: 0;
	list-style-type: none
}

ul.cat-list li {
	position: relative;
	display: block;
	margin: 20px auto
}

ul.cat-list a {
	position: relative;
	display: inline-block;
	color: #757575;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 24px;
	font-weight: 500
}

ul.cat-list a:hover {
	color: #007cf5
}

.sw-search-form {
	position: relative
}

.sw-search-form input {
	border-radius: 30px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	height: 50px;
	font-size: 16px;
	letter-spacing: 0;
	padding: 10px 20px;
	color: #000;
	padding-right: 75px
}

.sw-search-form button.search-submit {
	position: absolute;
	right: 0;
	height: 50px;
	width: 65px;
	border-radius: 30px;
	background-color: #007cf5;
	border: 1px solid #007cf5;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	transition: .5s ease
}

.sw-search-form button.search-submit:hover {
	background-color: #0070de
}

.rps-single {
	position: relative;
	margin-bottom: 30px;
	min-height: 70px
}

.rps-single a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	padding-left: 85px
}

.rps-single img {
	height: 70px;
	width: 70px;
	position: absolute;
	object-fit: cover;
	border-radius: 10px;
	left: 0;
	top: 0
}

.rps-single h4 {
	font-size: 16px;
	line-height: 20px;
	color: #212121;
	margin-bottom: 5px;
	transition: .5s ease
}

.rps-single p {
	font-size: 14px;
	line-height: 20px;
	color: #bfc1c4;
	letter-spacing: 0
}

.rps-single:hover h4 {
	color: #00c3ff
}

ul.tag-list {
	position: relative;
	padding: 0;
	list-style-type: none
}

ul.tag-list li {
	position: relative;
	display: inline-block
}

ul.tag-list li a {
	position: relative;
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 400;
	color: #bfc1c4;
	border: 1px solid #bfc1c4;
	padding: 10px 17px;
	border-radius: 30px;
	margin: 4px 1px
}

ul.tag-list li a:hover {
	background-color: #007cf5;
	color: #fff
}

#googleMap {
	height: 430px;
	width: 100%
}

.contact-page-wrapper {
	position: relative;
	padding: 120px 0
}

.contact-page-wrapper2 {
	padding: 0 0
}

.contactV1 {
	position: relative;
	padding: 0 0 120px
}

.contactV1::after {
	position: absolute;
	content: "3000";
	background-image: url(../img/bg/contact-page.png);
	left: 0;
	bottom: 0;
	width: 350px;
	height: 520px;
	background-size: 100% 100%
}

.contactV1 .contact-text {
	max-width: 400px;
	margin-left: auto;
	margin-right: 0;
	margin-top: 60px;
	padding-top: 80px
}

.contactV1 .contact-text .section-titleV1 {
	text-align: left;
	padding: 0;
	margin: 0 auto 40px
}

.contactV1 .cform {
	border-radius: 5px;
	background-color: #fff;
	box-shadow: -.326px .946px 14.72px 1.28px rgba(232, 235, 234, .53);
	position: relative;
	max-width: 480px;
	padding: 50px 40px;
	margin-right: 0;
	margin-left: auto;
	margin-top: 80px
}

.cform {
	position: relative
}

.df-control {
	background-color: #f9f9f9;
	border: 1px solid #f3f3f3;
	width: 100%;
	margin-bottom: 20px;
	height: 55px;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	padding: 10px 20px
}

textarea.df-control {
	height: 150px
}

.cf-btn {
	position: relative;
	width: 100%;
	background-color: #007cf5;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	height: 50px;
	border: 1px solid #007cf5;
	transition: .5s ease;
	cursor: pointer
}

.cf-btn:hover {
	background-color: #0071e0
}

.single-cont-info {
	position: relative;
	max-width: 255px;
	margin: 15px auto;
	border-radius: 10px;
	padding: 20px 25px;
	text-align: center;
	background-color: #fff;
	box-shadow: -.326px .946px 14.72px 1.28px rgba(232, 235, 234, .53);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.single-cont-info:hover {
	box-shadow: 3.661px 41.84px 49.68px 4.32px rgba(241, 241, 241, .91)
}

.single-cont-info img {
	height: 32px;
	width: auto
}

.single-cont-info h4 {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 600;
	margin: 15px auto 10px
}

.single-cont-info p {
	color: #4f5b6d;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0
}

.contactV2 {
	position: relative;
	padding: 0 0 120px
}

.contactV2 .section-titleV1 {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 80px
}

.contactV2 .contact2-img {
	margin: 0 auto 80px;
	margin-left: -60px;
	position: relative;
	margin-right: -20px;
	max-width: 620px
}

.contactV2 .contact2-img img {
	width: 100%
}

.contactV2 .cform {
	border-radius: 5px;
	background-color: #fff;
	box-shadow: -.326px .946px 14.72px 1.28px rgba(232, 235, 234, .53);
	position: relative;
	max-width: 450px;
	padding: 50px 40px;
	margin: 15px auto 120px
}

.contactV3 {
	position: relative;
	padding: 0 0 120px
}

.contactV3 .section-titleV1 {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 60px
}

.contactV3 .cform h4 {
	font-size: 40px;
	letter-spacing: 0;
	line-height: 48px;
	font-weight: 600;
	margin-bottom: 15px
}

.contactV3 .cform .df-control {
	border-radius: 30px
}

.contactV3 .cform textarea.df-control {
	padding-top: 15px
}

.contactV3 .cform .cf-btn {
	border-radius: 30px
}

.c-info {
	position: relative;
	border-radius: 10px;
	max-width: 440px;
	padding: 40px 50px;
	min-height: 520px;
	background-image: -moz-linear-gradient(-162deg, #00c3ff 2%, #028aef 48%, #0351df 100%);
	background-image: -webkit-linear-gradient(-162deg, #00c3ff 2%, #028aef 48%, #0351df 100%);
	background-image: -ms-linear-gradient(-162deg, #00c3ff 2%, #028aef 48%, #0351df 100%);
	box-shadow: 13.545px 17.336px 49.68px 4.32px rgba(149, 224, 254, .72)
}

.c-info h4 {
	font-size: 40px;
	letter-spacing: 0;
	line-height: 48px;
	font-weight: 600;
	color: #fff
}

.cinfo-single {
	position: relative;
	max-width: 255px;
	margin-bottom: 20px;
	margin-top: 20px
}

.cinfo-single h5 {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 600;
	margin: 15px auto 5px;
	color: #00c3ff
}

.cinfo-single p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0;
	color: #fff
}

.cf-msg {
	margin: 10px auto;
	font-size: 14px;
	letter-spacing: 0;
	text-align: center
}

.faq-area {
	position: relative;
	padding: 120px 0
}

.faq-area .section-titleV1 {
	padding-top: 0;
	margin-top: 0
}

.faq-box {
	position: relative;
	padding: 40px 0 70px
}

.accordion {
	position: relative
}

.accordion .card {
	position: relative;
	background-color: #fff;
	box-shadow: .14px 1.995px 5.52px .48px rgba(241, 241, 241, .91);
	margin-bottom: 30px;
	border: 1px solid #fdfdfd !important
}

.accordion .card .card-header {
	border-bottom: none;
	padding: 0
}

.accordion .card .card-header a {
	display: block;
	position: relative;
	background-color: #fdfdfd;
	background-color: #fff
}

.accordion .card .card-header h5 {
	font-size: 20px;
	letter-spacing: 0;
	font-weight: 500;
	padding: 15px 20px;
	line-height: 30px;
	position: relative;
	padding-right: 45px
}

.accordion .card .card-header h5 i {
	font-size: 24px;
	opacity: 0;
	position: absolute;
	right: 20px;
	top: 12px
}

.accordion .card .card-header h5 i.fa.fa-angle-down {
	opacity: 1
}

.accordion .card .card-header:not(.collapsed) h5 i.fa.fa-angle-up {
	opacity: 1;
	color: #017cf5
}

.accordion .card .card-header:not(.collapsed) h5 i.fa.fa-angle-down {
	opacity: 0
}

.accordion .card .card-body {
	padding: 0 20px 25px
}

.accordion .card .card-body p {
	font-size: 14px;
	letter-spacing: 0;
	color: #4f5b6d;
	line-height: 22px
}

.faq-form-wrapper {
	position: relative
}

.faq-question-submit {
	position: relative;
	margin-top: 25px
}

.g-input {
	position: relative;
	width: 100%;
	border: 1px solid #c9c9c9;
	height: 50px;
	margin-bottom: 30px;
	padding: 10px 20px;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	color: #000;
	font-weight: 300
}

textarea.g-input {
	height: 180px
}

input.scf-btn {
	width: 100%;
	background-color: #007cf5;
	border: 1px solid #007cf5;
	height: 50px;
	color: #fff;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 24px;
	transition: .5s ease
}

input.scf-btn:hover {
	background-color: #006fdc
}

footer.footer-area {
	position: relative;
	padding-top: 100px;
	z-index: 1
}

footer.footer-area:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-image: -moz-linear-gradient(-95deg, #fdffff 0, #c9f3ff 53%, #95e7ff 100%);
	background-image: -webkit-linear-gradient(-95deg, #fdffff 0, #c9f3ff 53%, #95e7ff 100%);
	background-image: -ms-linear-gradient(-95deg, #fdffff 0, #c9f3ff 53%, #95e7ff 100%);
	opacity: .6;
	z-index: -1
}

.f-widget {
	position: relative;
	margin-bottom: 30px
}

.f-widget .payment-img img {
	width: auto;
	max-width: none
}

.f-widget h4 {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 30px;
	margin-bottom: 25px;
	font-weight: 700
}

ul.fw-links {
	position: relative;
	padding: 0;
	list-style-type: none
}

ul.fw-links li {
	position: relative;
	margin: 10px auto
}

ul.fw-links li a {
	font-size: 18px;
	color: #4f5b6d;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 400
}

ul.fw-links li a:hover {
	color: #000
}

.fw-logo-text {
	max-width: 300px
}

.fw-logo-text img {
	margin-bottom: 5px;
	width: 165px
}

.fw-logo-text img.t-b-r {
	width: auto
}

.fw-logo-text p {
	font-size: 14px;
	color: #000;
	line-height: 22px;
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: 30px
}

.fw-logo-text a {
	font-size: 18px;
	color: #000;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 400;
	display: block
}

.fw-logo-text a.t-b-r-a {
	display: inline-block;
	width: 27%
}

.footer-social {
	position: relative;
	margin: 15px auto
}

.footer-social ul.social-list {
	position: relative;
	padding: 0;
	list-style-type: none
}

.footer-social li {
	position: relative;
	display: inline-block
}

.footer-social li a {
	font-size: 20px;
	color: #4f5b6d;
	margin: 5px;
	display: block
}

.footer-social li a:hover {
	color: #007cf5
}

.footer-copyright {
	position: relative;
	padding: 50px 0
}

.footer-copyright p {
	font-size: 16px;
	letter-spacing: 0;
	color: #4f5b6d;
	line-height: 22px;
	font-weight: 400
}

.fc-links {
	position: relative;
	text-align: right
}

.fc-links ul {
	position: relative;
	padding: 0;
	list-style-type: none
}

.fc-links ul li {
	position: relative;
	display: inline-block;
	margin: 0 5px
}

.fc-links ul li a {
	font-size: 16px;
	letter-spacing: 0;
	color: #4f5b6d;
	line-height: 22px;
	font-weight: 400;
	display: inline-block
}

.fc-links ul li a:hover {
	color: #000
}

.newsletter-area {
	position: relative;
	padding: 80px 0 120px
}

.newsletter-box {
	position: relative;
	max-width: 620px;
	margin: 0 auto;
	text-align: center
}

.newsletter-box .section-titleV1 {
	margin-bottom: 0
}

.newsletter-box .section-titleV1 h4 span {
	display: inline-block
}

.newsletter-box p {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 24px;
	color: #4f5b6d;
	font-weight: 400;
	margin-bottom: 40px
}

.newsletter-box form.nl-form {
	position: relative;
	box-shadow: 1.883px 26.934px 64.4px 5.6px rgba(241, 241, 241, .91);
	border-radius: 30px;
	overflow: hidden
}

.newsletter-box form.nl-form input.nl-input {
	position: relative;
	width: 100%;
	background-color: #fff;
	height: 60px;
	padding: 10px 20px;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	border: 1px solid #fff;
	border-radius: 30px
}

.newsletter-box form.nl-form input.nl-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	font-size: 16px;
	letter-spacing: 0;
	color: #fff;
	background-color: #007cf5;
	border: 1px solid #007cf5;
	padding: 5px;
	min-width: 160px;
	cursor: pointer;
	transition: .5s ease
}

.newsletter-box form.nl-form input.nl-btn:hover {
	background-color: #016ad2
}

footer.footerV2-area {
	position: relative;
	padding-top: 20px
}

footer.footerV3-area {
	position: relative;
	background-color: #605ef5;
	padding-top: 120px
}

footer.footerV3-area .fc-links ul li a {
	color: #fff
}

footer.footerV3-area .footer-copyright {
	border-top: 1px solid #fff;
	margin-top: 20px
}

footer.footerV3-area .footer-copyright p {
	color: #fff
}

footer.footerV3-area .fw-logo-text a {
	color: #fff
}

footer.footerV3-area .fw-logo-text p {
	color: #fff
}

footer.footerV3-area .f-widget h4 {
	color: #fff
}

footer.footerV3-area ul.fw-links li a {
	color: #fff
}

footer.footerV4-area {
	position: relative;
	background-color: #e9fff4;
	padding: 50px 0
}

footer.footerV4-area .footer-copyright {
	padding: 0;
	margin-top: 40px
}

footer.footerV5-area {
	position: relative;
	background-color: #222121
}

footer.footerV5-area .footer-copyright {
	padding: 30px 0
}

footer.footerV5-area .footer-copyright .copyright-text p {
	color: #fff
}

footer.footerV5-area .footer-copyright .fc-links ul li a {
	color: #fff;
	text-transform: uppercase
}

html[dir=rtl] .product-single-wrapper {
	direction: ltr
}

html[dir=rtl] .portfolios-details-area {
	text-align: right
}

html[dir=rtl] .contactV3 {
	direction: ltr
}

html[dir=rtl] .contactV3 .c-info {
	text-align: right
}

html[dir=rtl] .contactV3 .cform {
	text-align: right;
	direction: rtl
}

html[dir=rtl] .accordion .card .card-header h5 {
	text-align: right
}

html[dir=rtl] .accordion .card .card-body {
	text-align: right
}

html[dir=rtl] .csa-nl input[type=submit] {
	left: 0;
	right: unset;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

html[dir=rtl] .checkout-form {
	text-align: right
}

html[dir=rtl] .product-gallery-info {
	direction: rtl;
	text-align: right
}

html[dir=rtl] .product-gallery-info .pgi-ratings {
	left: 0;
	right: unset
}

html[dir=rtl] .product-info-tab {
	direction: rtl;
	text-align: right
}

html[dir=rtl] .rpb-title {
	text-align: right
}

html[dir=rtl] .apta-text .section-titleV1 {
	text-align: right
}

html[dir=rtl] .apta-text {
	text-align: right
}

html[dir=rtl] .single-team .st-info {
	left: unset;
	right: 30px
}

html[dir=rtl] .counterV-content {
	text-align: right
}

html[dir=rtl] .about-page-3-text-img .ap3-text {
	text-align: right
}

html[dir=rtl] .about-page-3-text-img .ap3-text .section-titleV1 {
	text-align: right
}

html[dir=rtl] ul.service-text-list i {
	margin-left: 10px;
	margin-right: 0
}

html[dir=rtl] ul.pagination li a.page-link i {
	transform: scale(-1)
}

html[dir=rtl] .s-widget {
	text-align: right
}

html[dir=rtl] .rps-single {
	direction: ltr;
	text-align: right
}

html[dir=rtl] .blog-details-comment {
	text-align: right
}

html[dir=rtl] .pfa-short-filter {
	text-align: left
}

html[dir=rtl] .products-filters-area .pfa-count {
	text-align: right
}

html[dir=rtl] .heroV5 .hero-content .hero-img {
	margin-left: -15px;
	margin-right: 0
}

html[dir=rtl] .heroV5 .hero-content .hero-text {
	text-align: right;
	margin-left: 0;
	margin-right: auto
}

html[dir=rtl] .about5-img {
	position: relative;
	margin-right: -15px;
	margin-left: 0
}

html[dir=rtl] .about5-text {
	text-align: right;
	margin-right: 0;
	margin-left: auto
}

html[dir=rtl] .about-skillbar {
	text-align: right;
	margin-right: 0
}

html[dir=rtl] .profoSkill li .pct {
	transform: scaleX(-1)
}

html[dir=rtl] .profoSkill li .bar_container {
	transform: scaleX(-1)
}

html[dir=rtl] .creative-works-head {
	text-align: right
}

html[dir=rtl] .sf_project2 .sf_project2__inner {
	text-align: right
}

html[dir=rtl] .testimonial5-slider {
	direction: ltr
}

html[dir=rtl] .qhV4 nav.qnikoNav {
	text-align: left
}

html[dir=rtl] .qhV4 nav.qnikoNav ul#QnikoMenu, html[dir=rtl] .qhV5 nav.qnikoNav ul#QnikoMenu {
	float: left
}

html[dir=rtl] .heroV4 {
	direction: ltr
}

html[dir=rtl] .heroV4 .hero-content .hero-text {
	direction: rtl;
	text-align: right
}

html[dir=rtl] .meetingfeed-text {
	text-align: right;
	direction: rtl
}

html[dir=rtl] .meetingfeed-text .section-titleV4 {
	text-align: right
}

html[dir=rtl] .meeting-feed-area {
	direction: ltr
}

html[dir=rtl] .polling-area {
	direction: ltr
}

html[dir=rtl] .polling-text {
	direction: rtl;
	text-align: right
}

html[dir=rtl] .polling-text .section-titleV4 {
	text-align: right
}

html[dir=rtl] .shopping-cart {
	left: -5px;
	right: unset
}

html[dir=rtl] .heroV3 {
	direction: ltr
}

html[dir=rtl] .heroV3 .hero-content .hero-text {
	text-align: right
}

html[dir=rtl] .about-us-area .about-text .section-titleV3 {
	text-align: right
}

html[dir=rtl] .recentproject1-slider {
	direction: ltr
}

html[dir=rtl] .rp-slider-nav {
	direction: ltr
}

html[dir=rtl] .rp3-nav {
	text-align: left
}

html[dir=rtl] .recent-project3-area .section-titleV3 {
	text-align: right
}

html[dir=rtl] .testimonial3-area {
	direction: ltr;
	text-align: right
}

html[dir=rtl] .single-testimonialV3 {
	text-align: right
}

html[dir=rtl] .single-testimonialV3 .st-text {
	text-align: right;
	padding-right: 0
}

html[dir=rtl] .single-testimonialV3 .sta-info {
	text-align: right
}

html[dir=rtl] .testimonial3-slider .section-titleV3 {
	text-align: right
}

html[dir=rtl] .testimonial-carouselV3 .owl-dots {
	text-align: right;
	margin-right: 20px
}

html[dir=rtl] .single-blogV2 {
	text-align: right
}

html[dir=rtl] .single-blogV2 .sb-meta .sbm-date {
	float: left
}

html[dir=rtl] .single-blogV2 .sb-text i {
	transform: scale(-1);
	margin-right: 10px
}

html[dir=rtl] .hSearchBox {
	left: 0;
	right: unset
}

html[dir=rtl] .collaboration-text .section-titleV1 {
	text-align: right
}

html[dir=rtl] .collaboration-text {
	text-align: right
}

html[dir=rtl] .collaboration-img {
	text-align: right
}

html[dir=rtl] .single-serviceV2 {
	text-align: right
}

html[dir=rtl] .project-shuffle-btn {
	float: left
}

html[dir=rtl] .recent-project2-area .section-titleV1 {
	text-align: right
}

html[dir=rtl] .sf_project .ssf-hover {
	text-align: right
}

html[dir=rtl] .single-pricingV1 .sp-features {
	text-align: right
}

html[dir=rtl] .single-pricingV1 .sp-features ul.spf-list li i, html[dir=rtl] .single-pricingV1 .sp-features ul.spf-list li svg {
	margin-right: 0;
	margin-left: 10px
}

html[dir=rtl] .blog2-area .section-titleV1 {
	text-align: right;
	margin-right: 0;
	margin-left: auto
}

html[dir=rtl] .heroV2 .hero-content .hero-text {
	text-align: right
}

html[dir=rtl] a.btn-style-d i:before {
	content: "Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â¤ÃƒÆ’Ã‚Â¬"
}

html[dir=rtl] a.btn-style-d i {
	margin-right: 15px;
	margin-left: 0
}

html[dir=rtl] .heroV2 .hero-content .hero-img {
	margin-left: -135px;
	margin-right: auto
}

html[dir=rtl] .single-service .ss-text a i:before {
	content: "\2014 \0020"
}

html[dir=rtl] .single-service .ss-text a i {
	margin-right: 6px
}

html[dir=rtl] .nav-brand {
	float: right
}

html[dir=rtl] .qnRight {
	text-align: left
}

html[dir=rtl] .heroV1 .hero-img {
	margin-left: -80px;
	margin-right: auto
}

html[dir=rtl] .heroV1 .hero-content .hero-text {
	text-align: right;
	margin-left: auto;
	margin-right: 0
}

html[dir=rtl] .heroV1 .hero-btn a.btn-style-c {
	margin-left: 0;
	margin-right: 20px
}

html[dir=rtl] .about-us-area .about-text {
	text-align: right
}

html[dir=rtl] .about-us-area .about-text .section-titleV1 {
	text-align: right
}

html[dir=rtl] .about-us-area .about-img {
	margin-left: 0;
	margin-right: -120px
}

html[dir=rtl] .single-service {
	text-align: right
}

html[dir=rtl] .service-area .service-text .section-titleV1 {
	text-align: right
}

html[dir=rtl] .service-area .service-text {
	text-align: right
}

html[dir=rtl] a.btn-style-b i {
	margin-right: 10px;
	margin-left: 0
}

html[dir=rtl] a.btn-style-b i:before {
	content: "\00a0"
}

html[dir=rtl] .our-recent-work .orw-btn {
	text-align: left
}

html[dir=rtl] .our-recent-work .section-titleV1 {
	text-align: right
}

html[dir=rtl] .recent-work-slider {
	direction: ltr
}

html[dir=rtl] .achievement-text .section-titleV1 {
	text-align: right
}

html[dir=rtl] .achievement-text {
	text-align: right
}

html[dir=rtl] .testimonial-area {
	direction: ltr
}

html[dir=rtl] a.btn-style-a i {
	display: none
}

html[dir=rtl] .single-blogV1 {
	text-align: right
}

html[dir=rtl] .single-blogV1 .sb-text a i:before {
	content: ''
}

html[dir=rtl] .single-blogV1 .sb-text a i {
	margin-left: 0;
	margin-right: 10px
}

html[dir=rtl] .blog-area .section-titleV1 {
	text-align: right
}

html[dir=rtl] .newsletter-box form.nl-form input.nl-btn {
	right: unset;
	left: 0
}

html[dir=rtl] .newsletter-box form.nl-form input.nl-input {
	padding-right: 30px
}

html[dir=rtl] .f-widget.fw-logo-text {
	text-align: right
}

html[dir=rtl] .f-widget {
	text-align: right
}

html[dir=rtl] .fc-links {
	text-align: left
}

html[dir=rtl] .copyright-text {
	text-align: right
}

@media only screen and (min-width:992px) and (max-width:1367px) {
	.about5-text h3 {
		font-size: 40px;
		margin-bottom: 20px
	}

	.about5-text p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px
	}

	.about-skillbar {
		padding-top: 20px
	}

	.profoSkill li p {
		padding-bottom: 12px
	}

	.profoSkill li {
		margin-bottom: 25px
	}

	.profoSkill li .pct {
		top: -30px
	}

	.blog2_area2 .blog2_area2_inner:after {
		width: 447px !important;
		height: 615px !important;
		left: -210px !important;
		top: 60px !important;
		background-size: 100% !important
	}

}

@media only screen and (max-width:1199px) {
	p.checkbx {
		position: relative;
		padding-left: 26px;
		margin-bottom: 30px
	}

	p.checkbx input {
		position: absolute !important;
		left: 0 !important;
		display: inline-block
	}

	p.checkbx label {
		display: inline-block;
		line-height: 20px
	}

	.qhV5 {
		background-color: #ff533f
	}

	.heroV5 .hero-content .hero-text {
		padding-top: 50px
	}

	.heroV5 .hero-content .hero-text h2 {
		font-size: 50px;
		line-height: 60px
	}

	.creative-works-area {
		overflow: hidden
	}

	.about5-area {
		overflow: hidden
	}

	.heroV4 .hero-content .hero-text {
		z-index: 2
	}

	.nav-brand a {
		padding-left: 0
	}

	.qniko-header {
		padding-left: 15px;
		padding-right: 15px
	}

	.qn3Right .call-us p, .qn3Right .call-us p a {
		font-size: 12px;
		margin: 0 10px 0 auto
	}

	.qn3Right a.btn-style-f {
		font-size: 14px;
		line-height: 20px;
		padding: 8px 12px
	}

	.qhV3 .header-box .col-md-5 {
		display: none
	}

	.qhV3 .header-box .col-md-7 {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%
	}

	.partner2-area .partner-logos {
		top: 0
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-counter {
		width: 120px;
		height: 120px;
		padding-top: 36px
	}

	.single-counter h4 {
		font-size: 28px;
		line-height: 30px
	}

	.single-counter p {
		font-size: 14px;
		line-height: 15px
	}

	.counter-area {
		height: 425px;
		margin-top: 60px
	}

	ul.count-list li:nth-child(4) {
		left: calc(50% - 60px)
	}

	ul.count-list li:nth-child(3) {
		top: calc(50% - 60px)
	}

	ul.count-list li:nth-child(2) {
		left: calc(50% - 60px)
	}

	ul.count-list li:first-child {
		top: calc(50% - 50px);
		left: calc(50% - 50px)
	}

	ul.count-list li:nth-child(5) {
		top: calc(50% - 60px)
	}

	.single-counter-img {
		height: 100px;
		width: 100px
	}

}
@media only screen and (min-width:320px) and (max-width:767px) {
 /*  news page*/


    section.banner-news {
    height: auto !important;
    padding: 100px 0px  20px 0!important;
}
.banner-main {
    padding-top: 0px;
}
section.service-sec {
    padding: 50px 0px;
    text-align: center;
}
.text-box h2 {
    font-size: 18px;
    padding-top: 30px;
}
.service-main {
    display: block !important;
    align-items: center;
    padding-top: 0px !important;
}
.service-main {
    display: block;
    align-items: center;
}
.service-main h4 {
    padding-top: 16px;
}
section.service-sec {
    padding: 30px 0px 20px 0;

}
.sirvice-bottom .row {
    padding-bottom: 20px;
}
.service-main {
    display: block;
    align-items: center;
    justify-content:center;
}


    }

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-team .st-info h4 {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 6px
	}

	.single-team .st-info {
		padding-left: 10px;
		padding-right: 10px;
		top: -20px;
		margin-bottom: -20px
	}

	.single-team .st-info p {
		font-size: 14px;
		line-height: 20px
	}

	.flip-testimonial .navigation {
		display: none
	}

	.single-blogV2 .sb-meta .sbm-author {
		display: block
	}

	.single-blogV2 .sb-meta .sbm-date {
		display: block;
		float: unset
	}

	.single-blogV2 .sb-text h4 {
		font-size: 16px;
		line-height: 22px
	}

	.single-blogV2 .sb-text p {
		font-size: 14px;
		line-height: 20px
	}

	.single-pricingV1 .sp-head .sph-price h5 {
		font-size: 30px;
		line-height: 40px
	}

	.single-pricingV1 .sp-head h4 {
		font-size: 15px;
		line-height: 22px
	}

	.single-pricingV1 .sp-features ul.spf-list li {
		font-size: 14px;
		line-height: 20px
	}

	.single-pricingV1 a.btn-style-e {
		font-size: 14px;
		line-height: 20px;
		padding: 10px 20px
	}

	.single-counterV2 p {
		font-size: 14px;
		line-height: 20px
	}

	.single-counterV2 h4 {
		font-size: 36px;
		line-height: 44px
	}

	.single-blogV1 .sb-text h4 {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 15px
	}

	.single-blogV1 .sb-meta .sbm-img {
		display: none
	}

	.single-blogV1 .sb-meta {
		padding: 0;
		margin-bottom: 5px
	}

	.single-blogV1 .sb-tag ul.tag-list li a {
		font-size: 10px;
		padding: 5px 10px;
		line-height: 18px
	}

	.single-blogV1 .sb-tag span.read-time {
		font-size: 12px;
		line-height: 18px
	}

	.single-blogV1 .sb-tag {
		margin-bottom: 8px
	}

	.single-blogV1 .sb-text a {
		font-size: 14px;
		line-height: 20px
	}

}

@media only screen and (max-width:991px) {
	html[dir=rtl] .qhV4 nav.qnikoNav ul#QnikoMenu, html[dir=rtl] .qhV5 nav.qnikoNav ul#QnikoMenu {
		float: unset
	}

	html[dir=rtl] .qniko-header label.QnikoMenu-btn {
		top: 4px;
		float: left
	}

	.portfolio-details .pd-thumb {
		margin: 0 auto;
		margin-bottom: 40px
	}

	.pd-info {
		top: 0;
		margin-bottom: 0
	}

	.product-gallery-info .pgi-ratings {
		position: relative;
		text-align: left
	}

	.product-gallery-info .pgi-ratings p {
		text-align: left
	}

	.accordion .card .card-header h5 {
		line-height: 24px
	}

	.faq-area {
		padding: 80px 0
	}

	.section-text h3 {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 10px
	}

	.cwa-text h3 {
		font-size: 30px;
		line-height: 40px
	}

	.innerpage-titleV1-area {
		padding: 160px 0 100px
	}

	.heroV4 .hero-content .hero-text {
		margin-top: 75px
	}

	.heroV4 .hero-content .hero-text h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 20px
	}

	.heroV4 .hero-content .hero-img .hero-ibox::before {
		left: -25px
	}

	img.mfa-img-2 {
		right: 0
	}

	img.mfa-img-3 {
		right: 0
	}

	a.d-btn {
		margin-bottom: 10px
	}

	.section-titleV4 h3 {
		font-size: 26px;
		line-height: 36px
	}

	img.pollimg-1 {
		left: 0
	}

	img.pollimg-3 {
		left: 0
	}

	.polling-area {
		padding-bottom: 80px
	}

	.flip-testimonial .gallery {
		width: 705px
	}

	.qhV3 ul.qnikoMenu, .qhV4 ul.qnikoMenu {
		background-color: #fff;
		border: 1px solid #ebebeb !important;
		padding: 10px 5px
	}

	footer.footerV3-area .fc-links ul li a, footer.footerV3-area .footer-copyright p {
		font-size: 12px;
		line-height: 20px
	}

	footer.footerV3-area .footer-copyright {
		padding: 10px 0
	}

	footer.footerV3-area .footer-copyright .copyright-text {
		padding: 4px 0
	}

	footer.footerV3-area ul.fw-links li a {
		font-size: 14px;
		line-height: 20px
	}

	footer.footerV3-area .fw-logo-text a, footer.footerV3-area .fw-logo-text p {
		font-size: 14px;
		line-height: 20px
	}

	.about3-img .about3-exp {
		right: 0;
		bottom: -90px
	}

	.about-us-area .about-img {
		margin-left: -35px
	}

	a.btn-style-g {
		font-size: 14px;
		line-height: 20px
	}

	.about-us-area {
		padding-bottom: 65px
	}

	.heroV3 .hero-content .hero-text h2 {
		font-size: 36px;
		line-height: 44px
	}

	.heroV3 .hero-content .hero-text p {
		font-size: 14px;
		line-height: 20px
	}

	.heroV3 .hero-content .hero-text {
		padding-top: 50px;
		z-index: 1
	}

	.singleTa {
		max-width: 240px
	}

	.testimonial3-img img.t3i-vec2 {
		left: 10px;
		bottom: 1px
	}

	.section-titleV3 h3 {
		font-size: 24px;
		line-height: 30px
	}

	.section-titleV3 p {
		font-size: 16px;
		line-height: 22px
	}

	.single-testimonialV3 {
		padding: 10px
	}

	.single-testimonialV3 .st-text p {
		font-size: 14px;
		line-height: 20px
	}

	.single-testimonialV3 .st-text {
		margin-bottom: 15px
	}

	.testimonial3-img {
		padding-top: 30px
	}

	.qhV2 .qnRight ul.scm-list li.mti-sbtn {
		display: none
	}

	.heroV2 .hero-content .hero-img {
		top: 65px
	}

	.heroV2 .hero-content .hero-text h2 {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 12px
	}

	.heroV2 .hero-content .hero-text .hero-btn a.btn-style-c {
		margin-left: 0;
		display: block;
		margin-top: 15px
	}

	.heroV2 .hero-content .hero-text {
		margin-bottom: 0
	}

	a.btn-style-d {
		font-size: 14px;
		padding: 10px 25px
	}

	.qniko-header.qhV1 ul.qnikoMenu {
		background-color: #fff;
		position: fixed;
		width: 100%;
		left: 0;
		top: 80px;
		max-height: calc(100vh - 80px);
		overflow-y: scroll;
		overflow-x: hidden
	}

	.qniko-header.qhV1 ul.qnikoMenu::-webkit-scrollbar {
		width: 2px
	}

	.heroV1 .hero-content .hero-text h1 {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 15px
	}

	.heroV1 .hero-content .hero-text p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 12px
	}

	a.btn-style-b {
		font-size: 15px;
		padding: 12px 25px
	}

	.heroV1 .hero-btn a.btn-style-c {
		margin-left: 10px
	}

	a.btn-style-c {
		font-size: 14px
	}

	a.btn-style-c i {
		height: 30px;
		width: 30px;
		font-size: 16px;
		line-height: 7px
	}

	.heroV1 .hero-btn a {
		display: block;
		margin-bottom: 30px;
		max-width: 200px;
		text-align: center
	}

	.heroV1 .hero-btn {
		margin-top: 22px
	}

	.heroV1 .hero-img {
		margin-top: 0
	}

	.qniko-header label.QnikoMenu-btn {
		top: 4px
	}

	.partner-area {
		text-align: center
	}

	.how-it-works-area {
		padding-top: 0
	}

	.single-hiw .sh-text h4 {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 12px
	}

	.section-titleV1 h4 {
		font-size: 30px;
		line-height: 34px
	}

	.section-titleV1 p {
		font-size: 18px;
		line-height: 24px
	}

	.section-text h5 {
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 12px
	}

	.section-text p {
		line-height: 22px;
		margin-bottom: 12px;
		font-size: 16px
	}

	.service-area .service-text .section-titleV1 {
		padding-bottom: 0;
		text-align: center
	}

	ul.services-list li {
		width: 100%;
		margin: 0 auto !important
	}

	ul.services-list li .single-service {
		margin: 15px auto !important;
		top: unset !important
	}

	.service-area .col-md-6 {
		max-width: 100% !important;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}

	.service-area .service-text {
		text-align: center;
		margin-bottom: 50px
	}

	.service-area {
		padding-bottom: 100px
	}

	.achievement-area .col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.counter-area {
		margin: 0 auto
	}

	.achievement-text {
		text-align: center
	}

	.achievement-text .section-titleV1 {
		text-align: center
	}

	.achievement-text .section-text {
		text-align: center
	}

	.ts-avatars {
		z-index: -1
	}

	.testimonial-area {
		padding-bottom: 0;
		padding-top: 40px
	}

	.testimonial-area .section-titleV1 {
		padding-bottom: 0
	}

	.single-testimonial .st-text p {
		font-size: 16px
	}

	.blog-area .col-md-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.blog-area .section-titleV1 {
		text-align: center
	}

}

@media only screen and (max-width:767px) {
	html[dir=rtl] .pfa-short-filter {
		text-align: center
	}

	html[dir=rtl] .products-filters-area .pfa-count {
		text-align: center
	}

	html[dir=rtl] html[dir=rtl] .counterV-content {
		text-align: center
	}

	html[dir=rtl] .about-page-3-text-img .ap3-text {
		text-align: center
	}

	html[dir=rtl] .about-page-3-text-img .ap3-text .section-titleV1 {
		text-align: center
	}

	html[dir=rtl] .about5-text {
		margin: 40px auto;
		text-align: center
	}

	html[dir=rtl] .about-skillbar h4, html[dir=rtl] .creative-works-head {
		text-align: center
	}

	html[dir=rtl] .about-skillbar, html[dir=rtl] .about5-img, html[dir=rtl] .heroV5 .hero-content .hero-img {
		margin: 0 auto
	}

	html[dir=rtl] .testimonial-carouselV3 .owl-dots {
		text-align: center;
		margin-right: 0;
		padding-left: 0
	}

	html[dir=rtl] .heroV3 .hero-content .hero-text, html[dir=rtl] .recent-project3-area .section-titleV3, html[dir=rtl] .single-testimonialV3 .st-text, html[dir=rtl] .single-testimonialV3 .sta-info, html[dir=rtl] .testimonial3-slider .section-titleV3 {
		text-align: center
	}

	html[dir=rtl] .qhV2 .qnRight {
		left: 80px;
		right: unset
	}

	html[dir=rtl] .blog2-area .section-titleV1 {
		text-align: center
	}

	html[dir=rtl] .heroV1 .hero-img {
		margin: -420px auto 0
	}

	html[dir=rtl] .heroV1 .hero-content .hero-text {
		text-align: center
	}

	html[dir=rtl] .about-us-area .about-img {
		margin: 0 auto
	}

	html[dir=rtl] .our-recent-work .section-titleV1 {
		text-align: center
	}

	html[dir=rtl] .blog-area .section-titleV1 {
		text-align: center
	}

	html[dir=rtl] .f-widget {
		text-align: center
	}

	html[dir=rtl] .f-widget.fw-logo-text {
		text-align: center
	}

	html[dir=rtl] .copyright-text {
		text-align: center
	}

	html[dir=rtl] .fc-links {
		text-align: center
	}

	.portfolios-details-area {
		padding: 60px 0 80px
	}

	.portfolio-details .pd-text h4 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 20px
	}

	.pri-title {
		text-align: center
	}

	.portfolio-boxV1 .section-titleV1 {
		margin-bottom: 40px
	}

	.product-gallery-info {
		margin-top: 40px
	}

	.product-gallery-info .pgi-title-price {
		width: 100%;
		max-width: 100%
	}

	.rpb-title h3 {
		text-align: center
	}

	.checkout-wrapper-area, .products-wrapper-area {
		padding: 80px 0
	}

	.products-filters-area {
		text-align: center
	}

	.pfa-short-filter {
		text-align: center
	}

	.blog-boxV3 .blog-sidebar {
		margin-left: 0
	}

	.blog-sidebar {
		margin-top: 60px
	}

	.blog-wrapper-area .qniko-pagination {
		margin-top: 40px
	}

	.blog-wrapper-area {
		padding: 80px 0
	}

	.csa-text h3 {
		line-height: 50px;
		font-size: 40px
	}

	.single-countdown>div {
		font-size: 22px;
		line-height: 34px
	}

	.single-countdown>div>span {
		font-size: 14px
	}

	ul.cdown-list li:after {
		font-size: 30px
	}

	.c-info {
		margin: 0 auto 100px
	}

	.contactV1 .contact-text {
		margin-top: 0
	}

	.contactV1::after {
		z-index: -1;
		opacity: .5
	}

	.error-area {
		overflow: hidden;
		padding-top: 120px
	}

	.contact-page-wrapper {
		padding: 80px 0;
		overflow: hidden
	}

	.contactV2 .contact2-img {
		margin: 0 auto 40px
	}

	.contactV2 .section-titleV1 {
		margin-bottom: 40px
	}

	.our-team-area.team-page {
		position: relative;
		padding-top: 0
	}

	.testimonial-team-page {
		margin-bottom: 40px
	}

	.service-page3-content {
		padding-top: 60px
	}

	.about-page-3-text-img .ap3-text {
		margin-bottom: 0
	}

	.service-page3-content .call-to-action-area {
		padding-bottom: 60px
	}

	.service-page2-content {
		padding-bottom: 60px
	}

	.service-page-content .service2-area {
		padding-top: 20px
	}

	.service-page-content .testimonial-about-page {
		padding-top: 0;
		padding-bottom: 100px
	}

	.about3-page-content {
		padding: 60px 0 0
	}

	.about-page-3-text-img .ap3-img {
		margin-bottom: 30px
	}

	.testimonial-about-page {
		margin-bottom: 40px
	}

	.cwa-logo-single a img {
		text-align: center;
		margin: 0 auto
	}

	.innerpage-titleV1-area {
		padding: 100px 0 60px
	}

	.innerpage-title h1 {
		font-size: 26px;
		line-height: 36px
	}

	.innerpage-title {
		margin-bottom: 5px
	}

	.apta-img {
		margin-top: 40px
	}

	.about-page-text-area {
		padding-top: 80px
	}

	.video-play2-area {
		padding: 140px 0
	}

	.heroV5 {
		padding-bottom: 30px
	}

	.testimonial5-area {
		overflow: hidden
	}

	.section-titleV5 h3 {
		font-size: 26px;
		line-height: 36px
	}

	.creative-works-head h3 {
		font-size: 26px;
		line-height: 36px
	}

	.project-shuffle-btn2 label.btn {
		display: inline-block
	}

	.project-shuffle-btn2 {
		display: block
	}

	.testimonial-carouselV5 .owl-nav {
		display: none
	}

	.heroV5 .hero-content .hero-img {
		margin: 0 auto
	}

	.about5-img {
		margin: 0 auto
	}

	.about5-text {
		margin: 40px auto
	}

	.about-skillbar {
		margin: 0 auto
	}

	.creative-works-head {
		text-align: center
	}

	.creative-worlks-shuffle-wrapper figure.single-shuffle2 {
		max-width: 350px;
		margin: 15px auto
	}

	.creative-worlks-shuffle-wrapper .shuffle2-box.sbox_V2 {
		text-align: center;
		max-width: 350px;
		margin: 0 auto
	}

	img.pollimg-2 {
		right: 0
	}

	.meeting-feed-area {
		overflow: hidden
	}

	img.mfa-img-1 {
		left: -5px
	}

	.meeting-feed-area {
		overflow: hidden
	}

	.himg4-3 {
		right: 0
	}

	.heroV4 .hero-content .hero-img {
		margin-top: 40px
	}

	.daapp-box h3 {
		font-size: 40px;
		line-height: 48px
	}

	.daapp-box p {
		margin: 15px auto
	}

	.daapp-box .dap-btn a {
		margin-bottom: 20px
	}

	.daapp-box .dap-btn a img {
		max-width: 125px
	}

	.heroV4 .hero-content .hero-img {
		margin: 60px auto 0
	}

	.heroV4 .hero-content .hero-text {
		text-align: center;
		margin-top: 25px
	}

	.meetingfeed-text {
		margin-top: 60px
	}

	.polling-area {
		padding-top: 40px
	}

	.poll-img-box {
		margin: 40px auto 0
	}

	.about3-img .about3-exp {
		bottom: 0
	}

	.about-us-area .about-text {
		margin: 25px auto
	}

	.rp-slider-nav {
		text-align: center
	}

	.rp3-nav {
		margin: 0 auto;
		padding: 0 0
	}

	.recent-project3-area .section-titleV3 {
		text-align: center;
		padding-bottom: 0
	}

	.testimonial3-img img.t3i-vec2 {
		bottom: 2px;
		left: 35px
	}

	.heroV3 .hero-img img {
		width: 100%;
		opacity: .35;
		margin-top: -50px
	}

	ul.plogo-list {
		    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
	}

	ul.plogo-list li {
    position: relative;
    display: inline-block;
    width: 50%;
}



	.heroV3 .hero-content .hero-img {
		margin-right: -120px;
		margin-top: -260px
	}

	.testimonial2-area {
		z-index: 1
	}

	.flip-testimonial .navigation {
		top: unset;
		bottom: -85px;
		width: 40%;
		left: 30%
	}

	.blog2-area {
		padding-top: 120px
	}

	.heroV2 .hero-content .hero-text h2 {
		font-size: 36px;
		line-height: 40px
	}

	.heroV2 .hero-content .hero-text p {
		font-size: 16px;
		margin-bottom: 0
	}

	.heroV2 .hero-content .hero-text .hero-btn {
		margin: 24px auto
	}

	.collaboration-img {
		position: absolute;
		z-index: -1;
		opacity: .25 !important;
		top: 0;
		left: 0;
		width: 100%
	}

	.blog2-area .section-titleV1 {
		text-align: center
	}

	.single-pricingV1 {
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px
	}

	.recent-project2-area .section-titleV1 {
		text-align: center
	}

	.project-shuffle-btn {
		margin: 25px auto;
		padding-top: 0
	}

	.heroV2 .hero-content .hero-img {
		position: relative;
		top: 0;
		left: 0;
		margin: -540px auto 0;
		height: 400px;
		z-index: -1;
		opacity: .5 !important
	}

	.single-testimonialV2 .st-text p {
		font-size: 14px;
		line-height: 20px
	}

	.single-testimonialV2 .st-text {
		margin-bottom: 10px
	}

	.single-testimonialV2 .sta-info h4 {
		font-size: 14px;
		line-height: 20px
	}

	.single-testimonialV2 .sta-info p {
		font-size: 12px;
		line-height: 20px
	}

	.single-testimonialV2 .st-text:before {
		top: -15px
	}

	.fg-card {
		border: none
	}

	.qhV2 .qnRight {
		position: fixed;
		top: 3px;
		right: 80px
	}

	.single-testimonialV2 {
		width: 100%;
		max-width: 280px;
		padding: 25px 15px;
		overflow: hidden
	}

	.flip-testimonial .gallery {
		width: 280px;
		height: 280px
	}

	a.btn-style-c {
		background-color: #00c3ff;
		border-radius: 25px;
		padding: 10px 10px 10px 30px;
		width: 220px !important;
		max-width: 220px !important;
		color: #fff
	}

	.footer-copyright {
		text-align: center;
		padding: 25px 0
	}

	.fc-links {
		text-align: center
	}

	.copyright-text {
		margin-bottom: 16px
	}

	.f-widget {
		text-align: center
	}

	.f-widget.fw-logo-text {
		margin: 0 auto 40px
	}

	.section-titleV1 h4 {
		font-size: 26px;
		line-height: 36px
	}

	.our-recent-work .section-titleV1 {
		text-align: center
	}

	.orw-btn {
		text-align: center !important
	}

	.single-work-img {
		margin-top: 30px
	}

	.about-us-area .about-img {
		margin: 0 auto
	}

	.how-it-works-area {
		padding-bottom: 40px
	}

	.heroV1 .hero-img {
		margin: -420px auto 0;
		z-index: -1;
		opacity: .5
	}

	.heroV1 .hero-content .hero-text {
		text-align: center
	}

	.heroV1 .hero-btn {
		text-align: center
	}

	.heroV1 .hero-btn a {
		margin: 25px auto !important
	}

	.qhV1 .qnRight {
		display: none
	}

}

@media only screen and (max-width:599px) {
	.csa-nl input {
		font-size: 14px;
		line-height: 20px;
		height: 50px
	}

	.csa-countdown {
		margin: 30px auto
	}

	.csa-social ul.footer-social {
		margin: 5px auto;
		padding: 0
	}

	.csa-social {
		margin-top: 30px
	}

	.csa-nl input[type=submit] {
		width: 125px;
		padding: 0
	}

	.innerpage-titleV1-area {
		padding: 80px 0 30px
	}

	.innerpage-title h1 {
		font-size: 20px;
		line-height: 30px
	}

	.page-breadcrumb ul li, .page-breadcrumb ul li a {
		font-size: 14px;
		line-height: 20px
	}

	.testimonial3-img {
		overflow: hidden
	}

	.testimonial3-img img.t3i-vec2 {
		left: 15px
	}

	.heroV3 .hero-content .hero-img {
		margin-top: -160px
	}

	.shopping-cart {
		right: -115px;
		top: 45px
	}

	.hSearchBox {
		right: -70px
	}

	.hSearchBox .search-o-group input {
		width: 240px
	}

	.heroV2 .hero-content .hero-text h2 {
		font-size: 28px;
		line-height: 34px
	}

	.heroV2 .hero-content .hero-text p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 0
	}

	ul.count-list li {
		position: relative !important;
		top: unset !important;
		left: unset !important;
		bottom: unset !important;
		right: unset !important;
		margin-bottom: 20px;
		-webkit-animation: none !important;
		-moz-animation: unset !important;
		-ms-animation: unset !important;
		animation: none !important;
		float: left;
		margin: 5px
	}

	.single-counter, .single-counter-img {
		width: 135px;
		height: 135px
	}

	ul.count-list {
		text-align: center;
		max-width: 320px;
		margin: 0 auto
	}

	ul.count-list:before {
		display: none
	}

	.single-counter-img img {
		border-radius: 50%;
		height: 100%;
		width: 100%
	}

	.single-counter p {
		font-size: 14px
	}

	.single-counter h4 {
		font-size: 32px
	}

	.testimonial-carousel .owl-nav {
		display: none
	}

	.ts-avatars ul.tsa-list li .tsa-img img {
		opacity: .25
	}

	.cta-box .section-titleV1 h4 {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 20px
	}

	.cta-box {
		padding: 15px 20px
	}

	.cta-box .section-titleV1 {
		padding: 10px 0;
		margin: 10px auto
	}

}

.collaboration-text .section-titleV1 h2 {
	font-size: 32px;
	letter-spacing: 0;
	line-height: 38px;
	font-weight: 600;
	margin: 0 0 15px
}

.no_pd {
	padding: 0 !important
}

.service2-area .col-sm-3:nth-child(1), .service2-area .col-sm-3:nth-child(4) {
	margin: 100px 0 0
}

.service2-area .col-sm-3:nth-child(2), .service2-area .col-sm-3:nth-child(3) {
	margin: 0 0 -60px
}

.service2-area .col-sm-12:nth-child(2) .single-serviceV2 {
	box-shadow: 0 10px 5px 1px rgba(0, 0, 0, .03)
}

p.prcing_title_para {
	text-align: center;
	margin: 15px 0 0
}

.pack_boxes {
	margin: 50px 0 0
}

.clients-sec {
	padding: 60px 0 80px;
	background: #fff7f7;
	position: relative
}

.client-txt {
	text-align: center;
	margin-bottom: 50px
}

.clients-sec ul li span {
	margin-right: 5px
}

.clients-sec ul li {
	margin-bottom: 10px;
	padding: 10px 25px;
	transition-duration: .5s;
	border-radius: 50px
}

.clients-sec ul li img {
	margin-right: 10px;
	filter: gray;
	-webkit-filter: grayscale(1);
	-webkit-transition: all .8s ease-in-out;
	transition-duration: .5s
}

.clients-sec ul li:hover {
	background: rgba(0, 195, 255, .22);
	color: #00c3ff
}

.clients-sec ul li:hover img {
	filter: none;
	-webkit-filter: grayscale(0)
}

.clients-sec ul {
	list-style: none;
	padding: 0
}

.abc_inner {
    display: flex;
    width: 140%;
    padding: 100px 0 0;
    margin-left: 150px;
}
/*.abc_inner {*/
/*	display: flex;*/
/*	width: 100%;*/
/*	padding: 100px 0 0*/
/*}*/

.clients_boxes {
	margin: 40px 0 -57px;
	position: relative;
	bottom: 0;
	transition-duration: .5s
}

.active_panel {
	bottom: -70px;
	top: auto
}

.web-portal-engaging {
	padding: 50px 0
}

.web-portal-engaging .about-img.aos-init.aos-animate {
	margin: 0
}

section#ky-prtl h3 {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 30px;
	color: #00c3ff;
	font-weight: 400
}

#ky-prtl .portal-txt h2 {
	padding-bottom: 20px;
	font-size: 40px;
	letter-spacing: 0;
	line-height: 48px;
	font-weight: 600;
	margin-top: 10px;
	color: #000
}

#ky-prtl .portal-txt {
	margin-bottom: 40px
}

section#ky-prtl {
	background: #eee;
	text-align: center;
	padding: 50px 0
}

.portal-box h3 {
	font-weight: 700;
	margin: 20px;
	font-size: 20px
}

.portal-box.prtl-4 {
	background: #000
}

.portal-box.prtl-3 {
	background: #2698cf
}

.portal-box.prtl-2 {
	background: #f89b20
}

.portal-box.prtl-1 {
	color: #000
}

.portal-box:hover {
	box-shadow: 0 2px 12px 2px #e1e1e1
}

.portal-box {
	padding: 20px;
	background: #fff;
	margin-bottom: 75px;
	color: #fff;
	min-height: 345px
}

.portal-box:hover img {
	animation: moving 3s
}

.prtl-img {
	border: 1px solid #eee;
	border-radius: 60%;
	padding: 20px;
	width: 150px;
	margin: 0 auto;
	height: 150px;
	background: #eee;
	display: flex;
	margin-top: -60px;
	text-align: center;
	align-items: center;
	justify-content: center
}

.prtl-2 h3, .prtl-2 p, .prtl-3 h3, .prtl-3 p, .prtl-4 h3, .prtl-4 p {
	color: #fff
}

.prtl-1 p {
	font-size: 15px
}

.prtl-2 p, .prtl-3 p, .prtl-4 p {
	color: #fff;
	font-size: 15px
}

.portal-box:hover {
	box-shadow: -1px 1px 15px 14px #e1e1e1
}

@keyframes moving {
	0% {
		margin: 0
	}

	50% {
		-webkit-transform: rotate(360deg)
	}

	100% {
		margin: 50px
	}

}

.blog2_area2 .blog2_area2_inner {
	padding: 0 0 0 15%
}

.blog2_area2 .blog2_area2_inner .single-blogV1 .sb-text h4 {
	margin-bottom: 15px;
	height: 57px;
	color: #00c3ff
}

.blog2_area2 .blog2_area2_inner .single-blogV1 {
	position: relative;
	max-width: 350px;
	margin: 15px auto;
	border-radius: 10px;
	background-color: #fff;
	padding: 20px;
	box-shadow: 1.883px 26.934px 64.4px 5.6px rgba(241, 241, 241, .91);
	min-height: 295px
}

.blog2_area2 .blog2_area2_inner .single-blogV1:hover {
	background-color: #00c3ff;
	transition: all .3s ease-in-In;
	-webkit-transition: all .3s ease-in-In;
	-moz-transition: all .3s ease-in-In;
	-o-transition: all .3s ease-in-In
}

.blog2_area2 .blog2_area2_inner .single-blogV1:hover .sb-text h4, .blog2_area2 .blog2_area2_inner .single-blogV1:hover .sb-text p {
	color: #fff;
	transition: all .3s ease-in-In;
	-webkit-transition: all .3s ease-in-In;
	-moz-transition: all .3s ease-in-In;
	-o-transition: all .3s ease-in-In
}

.blog2_area2 .blog2_area2_inner:after {
	content: '';
	background: url(../img/section-img/blog2_area2_after.png) no-repeat left;
	width: 607px;
	height: 705px;
	left: -80px;
	top: 0;
	position: absolute
}

.blog2_area2 .blog2_area2_inner p {
	font-size: 14px
}

.web-portal-engaging .row {
	display: flex;
	align-items: center
}

.process-sec {
	padding: 50px 0
}

.process-box {
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: all .3s ease-in-out;
	transition-delay: .5s;
	transition: transform .3s;
	z-index: 9
}

.process-box p {
	opacity: 0;
	padding: 0
}

.process-box h2 {
	font-size: 100px;
	color: #f1f1f1
}

.round-div {
	width: 157px;
	height: 157px;
	position: absolute;
	left: 0;
	top: 1px;
	border-radius: 50%;
	border: 18px solid #9e9e9e;
	right: 0;
	margin: 0 auto;
	display: grid;
	align-items: center
}

.process-box.active .round-div {
	border: 18px solid #00a7da;
	transition: all .3s ease-in-In;
	-webkit-transition: all .3s ease-in-In;
	-moz-transition: all .3s ease-in-In;
	-o-transition: all .3s ease-in-In
}

.round-div img {
	text-align: center;
	margin: 0 auto;
	filter: grayscale(100%)
}

.process-box h4 {
	font-size: 18px;
	text-transform: uppercase;
	transition-duration: 1s;
	transition-delay: 0s;
	padding-bottom: 10px;
	padding: 90% 0 0 0;
	opacity: 0
}

.serv-sec .nav-tabs {
	border: 0
}

.serv-sec .nav-tabs li a {
	border: 0
}

.serv-sec .nav-tabs>li.active>a, .serv-sec .nav-tabs>li.active>a:focus, .serv-sec .nav-tabs>li.active>a:hover {
	border: 0;
	transition: all .3s ease-in-In;
	-webkit-transition: all .3s ease-in-In;
	-moz-transition: all .3s ease-in-In;
	-o-transition: all .3s ease-in-In
}

.serv-sec .nav-tabs li a:hover {
	background: 0 0
}

.process-box.active p {
	opacity: 1;
	padding: 3% 0 0 0;
	transition: all .3s ease-in-In;
	-webkit-transition: all .3s ease-in-In;
	-moz-transition: all .3s ease-in-In;
	-o-transition: all .3s ease-in-In;
	font-size: 13px;
	line-height: 20px
}

.process-box.active h4 {
	position: relative;
	color: #00a7da;
	transition-duration: 1s;
	transition-delay: 0s;
	transition: all .3s ease-in-In;
	-webkit-transition: all .3s ease-in-In;
	-moz-transition: all .3s ease-in-In;
	-o-transition: all .3s ease-in-In;
	padding: 110% 0 0 0
}

.process-box.active h4 {
	opacity: 1
}

.process-box.active h2 {
	color: #e0f6e7;
	transition: all .3s ease-in-In;
	-webkit-transition: all .3s ease-in-In;
	-moz-transition: all .3s ease-in-In;
	-o-transition: all .3s ease-in-In
}

.process-box:before {
	content: " ";
	left: 0;
	position: absolute;
	top: 140px;
	width: 145px;
	height: 93px;
	transition-duration: 1s;
	transition-delay: 0s;
	right: 0;
	margin: 0 auto;
	left: 0;
	margin: 0 auto
}

.process-sec-inner {
	position: relative;
	margin: 0 auto;
	display: grid;
	width: 95%
}

.process-sec-inner:after {
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	width: 970px;
	height: 157px;
	transition-duration: 1s;
	transition-delay: 0s;
	background: url(../img/section-img/process-img.png);
	right: 0;
	margin: 0 auto;
	display: table;
	filter: grayscale(100%)
}

.process-box.active .round-div img {
	text-align: center;
	margin: 0 auto;
	filter: grayscale(0);
	transition: all .3s ease-in-In;
	-webkit-transition: all .3s ease-in-In;
	-moz-transition: all .3s ease-in-In;
	-o-transition: all .3s ease-in-In
}

.process-box.active:before {
	background: url(../img/section-img/process-img-dots.png);
	transition: all .3s ease-in-In;
	-webkit-transition: all .3s ease-in-In;
	-moz-transition: all .3s ease-in-In;
	-o-transition: all .3s ease-in-In
}

.clients-sec .plus-load {
	margin: auto;
	text-align: center;
	z-index: 99;
	left: 0;
	right: 0;
	width: auto;
	height: 0
}

.clients-sec a {
	/*color: #00c3ff;*/
	font-size: 45px;
	position: absolute;
	z-index: 99;
	top: 0;
	text-align: center;
	margin: auto;
	left: 0;
	right: 0;
	width: auto
}

.clients-sec2 a {
	/*color: #00c3ff;*/
	font-size: 15px;
	position: relative;
	z-index: 99;
	top: 0;
	text-align: center;
	margin: auto;
	left: 0;
	right: 0;
	width: auto
}

.clients_boxes.active {
	display: block;
	transition: all .3s ease-in-In;
	-webkit-transition: all .3s ease-in-In;
	-moz-transition: all .3s ease-in-In;
	-o-transition: all .3s ease-in-In
}

.types-of-videos {
	margin: 0;
	padding: 60px 0 50px 0;
	width: 100%;
	background: #eaf5ff
}

.types-of-videos h2 {
	color: #00273f;
	margin-bottom: 0;
	text-align: center;
	padding-top: 0;
	margin-bottom: 10px
}

.types-of-videos p.para {
	text-align: center
}

.core-main {
	width: 100%;
	margin-top: 30px
}

.core-details {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background: #fff
}

.core-disc h2 {
	font-size: 18px;
	color: #555;
	line-height: 22px;
	font-weight: 700;
	margin-top: 0;
	text-align: right;
	
	margin-bottom: 0;
	padding-bottom: 4px;
	padding-top: 10px
}

.core-disc p {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	font-weight: 400;
	text-align: right
}

.core-disc p {
	font-size: 13px;
	line-height: 18px;
	color: #666;
	font-weight: 400;
	text-align: right;
	padding-bottom: 10px;
	margin: 0;
	height: 65px;
	overflow-y: auto
}

.core-disc p::-webkit-scrollbar {
	width: 5px
}

.core-disc p::-webkit-scrollbar-track {
	border-radius: 10px
}

.core-disc p::-webkit-scrollbar-thumb {
	background: #03a9dc;
	border-radius: 0
}

.core-disc p:hover::-webkit-scrollbar-thumb {
	background: #03a9dc
}

.core-img-center img {
	position: relative;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	top: 0;
	text-align: center
}

.core-left.right .core-disc p {
	text-align: left
}

.core-left.right .core-disc h2 {
	text-align: left;
	background: url(../../404.html) bottom left no-repeat
}

.bg_circle {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center
}

.types-of-videos .col-md-4 .col-md-12 {
	padding: 15px 15px
}

.no-padding-left {
	padding: 0
}

.red {
	background: #00c3ff;
	border-radius: 4px
}

.red .core-disc h2 {
	color: #fff !important
}

.red .core-disc p {
	color: #fff !important
}

#quoteForm input#quoteSubmit, .head_top .navbar.navbar-defult ul li a.btn-org, a.btn-org, section.sec_package .package-inner .package_boxes_center .button a.btn-org {
	background: linear-gradient(to left, #fc5216 50%, #32cfbe 50%);
	background-size: 212%;
	background-position: right bottom;
	transition: all .5s ease
}

#quoteForm input#quoteSubmit:hover, .head_top .navbar.navbar-defult ul li a.btn-org:hover, a.btn-org:hover, section.sec_package .package-inner .package_boxes_center .button a.btn-org:hover {
	background-position: left bottom;
	text-decoration: none;
	background-size: 210%
}

.caret {
	color: #fc5216
}

ul#nav-tabs-wrapper li a img {
	margin-bottom: 10px
}

ul#nav-tabs-wrapper li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #201f1c;
	background: #e7e2dc;
	font-weight: 500;
	border: 0;
	margin: 0;
	padding: 20px 18px;
	height: 160px;
	width: 160px;
	border-radius: 50% !important;
	margin: 0 40px 20px;
	position: relative
}

ul#nav-tabs-wrapper>li>a:hover {
	background: #e7e2dc;
	border: 0
}

.tab-bg-st {
	background: #e7e2dc
}

.ser-tab-img {
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.ser-tab-img img {
	width: 100%
}

.ser-tab-img img:nth-child(1) {
	padding-right: 35px
}

.service-area-two {
	background: #00c3ff;
	padding: 0
}

#tab2 .service-area.service-area-two {
	background: #498a01
}

ul#nav-tabs-wrapper li a.tab2.active {
	background: #498a01
}

#tab3 .service-area.service-area-two {
	background: purple
}

ul#nav-tabs-wrapper li a.tab3.active {
	background: purple
}

#tab4 .service-area.service-area-two {
	background: orange
}

ul#nav-tabs-wrapper li a.tab4.active {
	background: orange
}

.service-area-two .service-box {
	padding: 25% 0 50px 0
}

.service-area-two .row {
	align-items: center
}

.service-area-two:before {
	display: none
}

.service-area-two .single-service {
	box-shadow: none
}

.service-area-two .single-service .ss-text h4 {
	font-size: 17px;
	line-height: 20px;
	color: #000;
	height: 39px
}

.service-area-two .single-service .ss-text p {
	font-size: 14px;
	height: 150px;
	overflow-y: scroll
}

.service-area-two .single-service .ss-text p::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #f5f5f5
}

.service-area-two .single-service .ss-text p::-webkit-scrollbar {
	width: 6px;
	background-color: gray
}

.service-area-two .single-service .ss-text p::-webkit-scrollbar-thumb {
	background-color: gray
}

.service-area-two .section-text p, .service-area-two h3 {
	color: #fff
}

.service-area-two a.btn-style-b {
	background: #29427a
}

.industry-sec ul#nav-tabs-wrapper li a span {
	position: absolute;
	bottom: -70px;
	z-index: 9;
	color: #fff;
	font-size: 18px;
	opacity: 0;
	width: 100%;
	display: block;
	text-align: center;
	display: none
}

ul#nav-tabs-wrapper li a.active span {
	opacity: 1
}

ul#nav-tabs-wrapper li a.active {
	background: #00c3ff
}

ul#nav-tabs-wrapper li a.active:after {
	content: '';
	position: absolute;
	background: url(../img/section-img/nav-tabs-wrapper-after.png);
	left: 0;
	right: 0;
	bottom: -21px;
	width: 61px;
	height: 28px;
	margin: 0 auto
}

ul#nav-tabs-wrapper li a.tab2.active:after {
	background: url(../img/section-img/nav-tabs-wrapper-after2.png)
}

ul#nav-tabs-wrapper li a.tab3.active:after {
	background: url(../img/section-img/nav-tabs-wrapper-after3.png)
}

ul#nav-tabs-wrapper li a.tab4.active:after {
	background: url(../img/section-img/nav-tabs-wrapper-after4.png)
}

.ApplistSection {
	padding: 50px 0;
	background: #e5f9ff
}

.ApplistSection .SubSection h3 {
	color: #32127a
}

.ApplistSection .SubSection p {
	color: #000
}

.ApplistSection .AppText {
	text-align: center;
	display: block;
	margin: 10px 0 0 0;
	color: #bbb;
	font-size: 15px;
	font-weight: 600
}

.ApplistSection .IconsAppsList .col-md-2:hover span.AppText {
	color: #444
}

.ApplistSection .AppIcons {
	width: 86px;
	height: 86px;
	background: url(../img/section-img/sprite.png) no-repeat;
	display: block;
	margin: 0 auto;
	position: relative
}

.ApplistSection .AppIcons.icon1 {
	background-position: -874px -387px
}

.ApplistSection .AppIcons.icon2 {
	background-position: -986px -387px
}

.ApplistSection .AppIcons.icon3 {
	background-position: -1100px -387px
}

.ApplistSection .AppIcons.icon4 {
	background-position: -1215px -387px
}

.ApplistSection .AppIcons.icon5 {
	background-position: -1343px -387px
}

.ApplistSection .AppIcons.icon6 {
	background-position: -1455px -387px
}

.clientRequirementSection {
	background: #6f00ff;
	min-height: 495px;
	padding: 40px 0
}

.sec_why_we_does {
	background-color: #f4f4f4;
	padding: 50px 0;
	overflow: hidden
}

.content-header {
	background: #fff;
	padding: 20px 0 20px 100px
}

.sec_why_we_does .tab-content {
	padding: 20px 0 0 0
}

.img-right {
	position: relative;
	top: -87px;
	left: -75%;
	margin: 0 0 -40px 0;
	width: 180%
}

.sec_why_we_does .tab-content p {
	padding: 0 0 20px 0;
	font-size: 14px;
	color: #4f5b6d
}

.sec_why_we_does .tab-content ul li {
	color: #4f5b6d;
	font-size: 14px;
	position: relative;
	padding-left: 25px;
	padding-bottom: 4px;
	list-style: none
}

.sec_why_we_does .tab-content ul.list1 li:before {
	position: absolute;
	display: block;
	content: '';
	top: 5px;
	width: 20px;
	height: 13px;
	left: 0;
	font: normal normal normal 14px/1 FontAwesome;
	color: #f15833
}

.sec_why_we_does .tab-content ul.list1 {
	padding: 0;
	margin: 0
}

.sec_why_we_does .content-header h3 {
	font-size: 26px;
	color: #f15833
}

.sec_why_we_does .content-header p {
	font-size: 18px;
	color: #000
}

.sec_why_we_does .content-header img.magento-icon {
	float: right;
	width: 10%;
	margin: -57px 0 0 0;
	display: none
}

.single-blogV1 .sb-text i.fa.fa-quote-left {
	font-size: 30px;
	color: #b2edff
}

.single-blogV1 .sb-text .star_icon {
	padding: 20px 0 0 0;
	z-index: 999;
	position: relative;
	border-top: 1px solid #ccc;
	margin: 20px 0 0 0
}

.single-blogV1 .sb-text .star_icon i.fa.fa-star {
	font-size: 22px;
	color: #f4de25
}

.seo_pro_serives_sec {
	padding: 60px 0 0
}

.why_seo_important_sec {
	margin: 30px 0 0
}

.why_seo_important_box img {
	margin: -10px 0 0
}

.why_seo_important_box {
	padding: 10px 0 0
}

.seo_pro_serives_boxes {
	margin: 50px 0 0;
	width: 100%
}

.seo_pro_serives_boxes .nav-tabs {
	border-bottom: 0 solid #ddd;
	margin: 0;
	padding: 0;
	width: 100%
}

.seo_pro_serives_boxes .nav-tabs>li {
	float: left;
	padding: 0
}

.seo_pro_serives_boxes .nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 0 solid transparent;
	border-radius: 0;
	padding: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

.seo_pro_serives_boxes .nav-tabs>li>a:hover {
	border-color: transparent !important
}

.seo_pro_serives_boxes .nav-tabs>li.active>a, .seo_pro_serives_boxes .nav-tabs>li.active>a:focus, .seo_pro_serives_boxes .nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #142034;
	border: 0 solid #ddd;
	border-bottom-color: transparent
}

.seo_pro_serives_box {
	background-color: #fff;
	min-height: 315px;
	align-content: center;
	display: grid;
	padding: 0 30px;
	transition-duration: .5s;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0
}

.seo_pro_serives_box h3 {
	margin: 0 0 20px;
	color: 000000;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0
}

.seo_pro_serives_box_icon img {
	margin: 0 0 25px;
	padding: 0 0 25px
}

.seo_pro_serives_box p {
	color: #142034;
	font-size: 13.5px;
	margin: 0;
	position: relative
}

.seo_pro_serives_box p:before {
	content: '';
	position: absolute;
	width: 80px;
	height: 1px;
	background-color: #000;
	top: -20px;
	display: none
}

.seo_pro_serives_box:hover p:before, .seo_pro_serives_boxes .nav-tabs .active .seo_pro_serives_box p:before {
	background-color: #fff
}

.seo_pro_serives_box:hover, .seo_pro_serives_boxes .nav-tabs .active .seo_pro_serives_box {
	background-color: #ececec
}

.seo_pro_serives_box:hover h3, .seo_pro_serives_box:hover p, .seo_pro_serives_boxes .nav-tabs .active .seo_pro_serives_box h3, .seo_pro_serives_boxes .nav-tabs .active .seo_pro_serives_box p {
	color: #000
}

.seo_page_optimiz_boxes {
	margin: 0;
	display: table;
	width: 100%;
	padding: 50px 0
}

.seo_pro_serives_sec123 .seo_page_optimiz_boxes {
	padding: 70px 0 50px
}

.blk_title_lf {
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	color: #000;
	letter-spacing: 0
}

.blk_title_lf span {
	font-size: 30px
}

.blk_sub_title_lf {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0 20px
}

.blk_para_lf {
	color: #6d6d6d;
	font-size: 15px;
	font-weight: 400
}

.seo_page_optimiz_box_right h3 {
	color: #3b3663;
	font-size: 50px;
	font-weight: 700;
	margin: 0;
	font-family: Sarabun, sans-serif
}

.seo_page_optimiz_box_right h3 small {
	font-size: 20px;
	vertical-align: top;
	color: #e64828;
	font-weight: 400;
	position: relative;
	top: 5px;
	left: -10px
}

.seo_page_optimiz_box_right h3 span {
	font-size: 14px;
	font-weight: 700;
	position: relative;
	top: -10px;
	text-transform: uppercase;
	color: #000
}

.seo_page_optimiz_box_right1 {
	border-right: 1px solid #dcdde4;
	height: 70px;
	margin: 0 5px 0 0;
	padding: 15px 0 0 30px
}

.seo_page_optimiz_box_right .counter-value {
	float: left;
	margin: 0 15px 0 0;
	font-size: 40px;
	color: #000
}

.seo_page_optimiz_box_right p {
	margin: 10px 0 10px 0;
	font-size: 14px;
	color: #4f5b6d;
	line-height: 20px;
	padding: 0
}

.seo_page_optimiz_box_right {
	float: left;
	background: #fff
}

.why_seo_important_sec {
	background-color: #f3f3f3
}

.why_seo_important_box img {
	width: 100%;
	margin: -35px 0 0
}

.why_seo_important_box {
	padding: 40px 0 0
}

.why_seo_important_box .blk_title_lf {
	font-size: 48px;
	margin: 0 0 20px;
	position: relative;
	padding: 0 0 20px
}

.why_seo_important_box .blk_title_lf:after {
	content: '';
	width: 100px;
	height: 2px;
	background-color: #4c74b9;
	position: absolute;
	margin: auto;
	display: table;
	left: 0;
	right: 0;
	bottom: 0
}

.seo_page_optimiz_box_right_main {
	float: left;
	padding: 20px 0;
	border-radius: 8px
}

.seo_pro_serives_sec .tab-content {
	background: #ececec;
	margin: -20px 0 0 0
}

.seo_pro_serives_sec123 .seo_pro_serives_box:hover, .seo_pro_serives_sec123 .seo_pro_serives_boxes .nav-tabs .active .seo_pro_serives_box {
	background-color: transparent
}

.seo_pro_serives_sec123 .tab-content {
	margin: 00px 0 0 0
}

.why_chose_sec_main {
	padding: 60px 0 10px
}

.why_chose_main_boxes {
	margin: 50px 0 0
}

.why_chose_main_box_icon {
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100px;
	background-size: 100%;
	border-radius: 50%;
	display: grid;
	align-items: center
}

.why_chose_main_box_icon1 {
	background: #fff;
	width: auto
}

.why_chose_main_box_icon2 {
	background: #fff
}

.why_chose_main_box_icon3 {
	background: #fff
}

.why_chose_main_box_icon4 {
	background: #fff
}

.why_chose_main_box {
	display: flex;
	margin: 0 0 30px;
	align-items: center;
	height: 160px;
	padding: 0 15px;
	transition-duration: .5s;
	background: #ebf5ff;
	border-radius: 10px
}

.why_chose_main_box h3 {
	color: #282828;
	font-size: 18px;
	font-weight: 700
}

.why_chose_main_box p {
	color: #6d6d6d;
	font-size: 18px;
	font-weight: 400
}

.why_chose_main_box_text {
	margin: 0 0 0 10px
}

.why_chose_main_box2 {
	background: #e5e5e5
}

.why_chose_main_box3 {
	background: #e5e5e5
}

.why_chose_main_box4 {
	background: #e8f9f2
}

.why_chose_main_box_icon img.why-choose-icon1 {
	margin: 0 auto;
	width: 65%
}

.before-after-seo {
	position: relative;
	padding: 50px 0;
	background: #ebf5ff
}

.before-after-seo .background-chart {
	position: absolute;
	top: 48%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1
}

@media (min-width:1750px) {
	.before-after-seo .background-chart {
		top: 40%
	}

}

@media (min-width:2400px) {
	.before-after-seo .background-chart {
		top: 30%
	}

}

.before-after-seo .background-chart img {
	width: 100%
}

.before-after-switch {
	max-width: 305px;
	margin: 60px auto 0;
	-webkit-box-orient: horizontal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 2
}

.before-after-switch, .before-after-switch .after-seo, .before-after-switch .before-seo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.before-after-switch .after-seo, .before-after-switch .before-seo {
	-webkit-box-orient: vertical;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: Poppins, sans-serif;
	font-weight: 600;
	line-height: normal;
	font-size: .7222em;
	text-align: center;
	letter-spacing: .1538em;
	color: #25364b;
	text-transform: uppercase
}

.before-after-switch .after-seo img, .before-after-switch .before-seo img {
	width: 13px;
	margin-bottom: 5px
}

.before-after-cards {
	position: relative;
	margin-top: 70px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	z-index: 2
}

@media (max-width:1050px) {
	.before-after-cards {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

}

@media (max-width:800px) {
	.before-after-cards {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		display: block;
		margin-top: 50px;
		margin-bottom: 50px
	}

}

.before-after-cards .card {
	position: relative;
	max-width: 248px;
	height: 274px;
	padding: 2.2222em 2.7777em 0 2.2222em;
	margin: 0 50px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 75%;
	text-align: center;
	-webkit-box-shadow: 0 20px 40px rgba(100, 78, 108, .17);
	box-shadow: 0 20px 40px rgba(100, 78, 108, .17);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width:1050px) {
	.before-after-cards .card {
		margin: 0
	}

}

@media (max-width:800px) {
	.before-after-cards .card {
		width: 100%;
		margin: 30px auto
	}

}

.before-after-cards .card .stat {
	font-family: Poppins, sans-serif;
	font-size: 40px;
	line-height: 1.1818em;
	font-weight: 700;
	color: #25364b
}

@media (max-width:800px) {
	.before-after-cards .card .stat {
		font-size: 35px
	}

}

.before-after-cards .card.one {
	background-image: url(../img/section-img/small-chart-bg.png)
}

.before-after-cards .card.one .person1 {
	position: absolute;
	bottom: -120px;
	left: -35px
}

@media (max-width:800px) {
	.before-after-cards .card.one .person1 {
		left: -60px
	}

}

.before-after-cards .card.one .person1 img {
	width: 76px
}

.before-after-cards .card.three, .before-after-cards .card.two {
	background-image: url(../img/section-img/small-chart-bg.png)
}

.before-after-cards .card.three .person2 {
	position: absolute;
	bottom: -130px;
	right: -35px
}

.before-after-cards .card.three .person2 img {
	width: 77px
}

.seo-switch .switch {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 30px;
	border-radius: 20px;
	background: #accbdb;
	-webkit-transition: background .28s cubic-bezier(.4, 0, .2, 1);
	-o-transition: background .28s cubic-bezier(.4, 0, .2, 1);
	transition: background .28s cubic-bezier(.4, 0, .2, 1);
	vertical-align: middle;
	cursor: pointer
}

.seo-switch .switch:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 26px;
	height: 26px;
	background: #fafafa;
	border-radius: 50%;
	-webkit-transition: left .28s cubic-bezier(.4, 0, .2, 1), background .28s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .28s cubic-bezier(.4, 0, .2, 1);
	transition: left .28s cubic-bezier(.4, 0, .2, 1), background .28s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .28s cubic-bezier(.4, 0, .2, 1);
	-o-transition: left .28s cubic-bezier(.4, 0, .2, 1), background .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1);
	transition: left .28s cubic-bezier(.4, 0, .2, 1), background .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1);
	transition: left .28s cubic-bezier(.4, 0, .2, 1), background .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .28s cubic-bezier(.4, 0, .2, 1)
}

.seo-switch .switch:active:before {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .28), 0 0 0 20px hsla(0, 0%, 50%, .1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .28), 0 0 0 20px hsla(0, 0%, 50%, .1)
}

.seo-switch input:checked+.switch {
	background: #ac99c6
}

.seo-switch input:checked+.switch:before {
	left: 32px;
	background: #fff
}

.seo-switch input:checked+.switch:active:before {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .28), 0 0 0 20px rgba(0, 150, 136, .2);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .28), 0 0 0 20px rgba(0, 150, 136, .2)
}

.after-seo-num {
	display: none
}

.before-after-cards .card.one {
	background-image: url(../img/section-img/small-chart-bg.png)
}

.before-after-cards .card.one .person1 {
	position: absolute;
	bottom: -120px;
	left: -35px
}

.before-after-cards .card .stat-title {
	color: #5c6978;
	font-size: 16px
}

.ecomerce_seo_results_sec {
	padding: 60px 0
}

.ecomerce_seo_results_boxes {
	margin: 50px 0 0
}

.ecomerce_seo_results_box {
	background-color: #f4f6fb;
	display: inline-flex;
	align-items: center;
	width: 100%;
	padding: 15px 0;
	border-radius: 5px;
	margin: 0 0 15px
}

.ecomerce_seo_results_box h3 {
	margin: 0;
	color: #666;
	font-size: 16px;
	font-weight: 600
}

.ecomerce_seo_results_box p {
	font-size: 35px;
	color: #122239;
	font-weight: 700;
	margin: 0
}

.ecomerce_seo_results_box .why_chose_main_box_text {
	margin: 0
}

.ecomerce_seo_results_box_right img {
	width: 120%
}

.ecommerce_services_sec {
	padding: 50px 0
}

.ecommerce_services_sec .blk_title_lf {
	font-size: 32px;
	margin: 0 0 40px;
	line-height: 38px
}

.ecommerce_services_sec .ecommerce_services_sec1 .legit_seo_agency_boxes .row {
	align-items: center;
	align-content: center
}

.ecommerce_services_sec .blk_title_lf span {
	font-size: 24px
}

.ecommerce_services_sec2 {
	background-color: #f5f5f5;
	padding: 60px 0 60px;
	margin: 50px 0 0
}

.ecommerce_services_sec2 .legit_seo_agency_boxes {
	flex-direction: row-reverse;
	display: flex
}

.ecommerce_services_sec3 {
	padding: 60px 0 0
}

.ecomerce_seo_results_sec {
	padding: 60px 0 0
}

.ecomerce_seo_results_boxes {
	margin: 50px 0 0
}

.ecomerce_seo_results_box {
	background-color: #f4f6fb;
	display: inline-flex;
	align-items: center;
	width: 100%;
	padding: 15px 0;
	border-radius: 5px;
	margin: 0 0 15px
}

.ecomerce_seo_results_box h3 {
	margin: 0;
	color: #666;
	font-size: 16px;
	font-weight: 600
}

.ecomerce_seo_results_box p {
	font-size: 35px;
	color: #122239;
	font-weight: 700;
	margin: 0
}

.ecomerce_seo_results_box .why_chose_main_box_text {
	margin: 0
}

.ecomerce_seo_results_box_right img {
	width: 120%
}

.ecommerce_services_img img, .expert_adwords_box img, .process_page_box_img img, .why_seo_important_box img {
	animation: img_anim2 4s infinite;
	animation-timing-function: linear
}

@keyframes img_anim2 {
	0% {
		transform: translateY(.4vw)
	}

	50% {
		transform: translateY(-.4vw)
	}

	100% {
		transform: translateY(.4vw)
	}

}

.ecommerce_services_sec .legit_seo_agency_box {
	width: 120%
}

.ecommerce_services_sec .ecommerce_services_img img {
	float: right
}

.sec_expect {
	padding: 50px 0 60px;
	background: #eaf5ff
}

.sec_expect .expect_inner {
	margin: 50px 0 0
}

.sec_social_platforms {
	padding: 50px 0;
	background: #fff7f7
}

.sec_social_platforms .social_platforms_inner ul {
	margin: 0 auto;
	display: table
}

.sec_social_platforms .social_platforms_inner ul li {
	list-style: none;
	display: inline-block;
	padding: 0 10px
}

.sec_social_platforms .social_platforms_inner {
	margin: 40px 0 0 0
}

.blog-area-slider {
	width: 145%;
	overflow: hidden
}

.blog-area-slider .owl-item.cloned {
	opacity: .5px !important
}

.blog-area .section-titleV1 p {
	text-transform: capitalize;
	font-size: 18px;
	color: #000;
	margin: 10px 0 0
}

.recent-project2-area .portfolio-shuffle-wrapper .portfolio-box {
	padding: 10px 10px
}

.recent-project2-area .section-titleV1 {
	text-align: center
}

.recent-project2-area .portfolio-shuffle-wrapper .portfolio-box a:hover:before {
	opacity: 1
}

.recent-project2-area .portfolio-shuffle-wrapper .portfolio-box a:before {
	opacity: 1;
	transition: all .5s ease-in-out;
	content: '';
	width: 95%;
	position: absolute;
	bottom: 0;
	left: 2px;
	color: #fff;
	top: 9px;
	bottom: 9px;
	font-size: 58px;
	z-index: 99;
	align-items: center;
	display: grid;
	margin: auto;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, .73);
	transition: all .2s ease-in-out;
	opacity: 0;
	right: 0
}

.recent-project2-area .portfolio-shuffle-wrapper .portfolio-box .hover_port:hover:before {
	left: 0;
	position: absolute;
	width: 95%;
	right: 0;
	top: 9px;
	bottom: 10px;
	left: 0;
	border: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	opacity: 1;
	background-position: 0 46% !important;
	content: '\f105' !important;
	background-position: 0 44% !important
}

.fb_port:hover:before {
	content: '';
	background-image: url(../images/port-fb-hover.jpg)
}

.twt_port:hover:before {
	content: '';
	background-image: url(../images/port-twitter-hover.jpg)
}

.insta_port:hover:before {
	content: '';
	background-image: url(../images/port-insta-hover.jpg)
}

.port_pint_port:hover:before {
	content: '';
	background-image: url(../images/port-pint-hover.jpg)
}

.sec_why_we_does123 .nav-tabs {
	border: 0;
	margin: 20px auto 0
}

.sec_why_we_does123 .nav-tabs li a img {
	float: left;
	margin-right: 15px;
	margin-top: -5px
}

.sec_why_we_does123 .nav-tabs li a sub {
	font-size: 18px !important;
	line-height: 1.2;
	font-weight: 600
}

.sec_why_we_does123 .nav-tabs li a sub sup {
	font-size: 15px;
	display: block;
	color: #666;
	top: 10px;
	letter-spacing: 0
}

.sec_why_we_does123 .nav-tabs li {
	width: 23%;
	list-style: none;
	float: left;
	margin-right: 17px;
	padding: 20px 11px 15px;
	background: #fff;
	border-radius: 8px 8px 0 0
}

.sec_why_we_does123 .tab-content {
	background: #f4f4f4;
	padding: 0
}

.sec_why_we_does123 .nav-tabs li a {
	display: block;
	position: relative;
	z-index: 9
}

.sec_why_we_does123 .tab-content p.para1 {
	padding: 0 0
}

.sec_why_we_does123 .tab-content p {
	padding: 40px 0 20px 0
}

.sec_why_we_does123 .tab-content .img-right {
	top: -57px
}

.ovr-hiddn {
	overflow: hidden
}

.black-layout {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background-image: linear-gradient(225deg, rgba(67, 188, 255, .8), rgba(77, 77, 255, .8))
}

.popup {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	overflow: hidden;
	border-radius: 30px;
	z-index: 999999;
	display: none
}

.mainPop {
	width: 800px;
	height: 650px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 1px 1px 50px 0 rgba(0, 0, 0, .44);
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
	transform-style: preserve-3d
}

.pad-zero {
	padding: 0
}

.pad-l-zero {
	padding-left: 0
}

.pad-r-zero {
	padding-right: 0
}

.popup-close {
	transition-duration: .5s;
	position: absolute;
	font-size: 20px;
	color: #fff;
	right: 10px;
	top: 10px;
	border-radius: 41px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	z-index: 99999999;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2f5b), to(#ff2f5b));
	background-image: linear-gradient(180deg, #ff2f5b, #ff2f5b)
}

.popup-close:hover {
	color: #fff;
	background-color: #f54d35
}

.pop_img_cl {
	display: block;
	position: relative;
	top: 0;
	left: -65px;
	z-index: 9
}

.popup-header h4 {
	font-weight: 700;
	color: #23264f;
	font-size: 2.5em;
	line-height: 1.33em
}

.popup-header h4 span {
	font-weight: 600;
	color: #fbad18
}

.formWrap {
	padding: 25px 20px 0 30px
}

.popup-bdy input, .popup-bdy select {
	border-radius: 3px;
	border: solid 0 rgba(151, 151, 151, .2);
	background-color: transparent;
	font-size: 14px;
	font-weight: 500;
	color: #23264f;
	width: 100%;
	height: 50px;
	line-height: 54px;
	margin-bottom: 15px;
	padding: 0 0;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	margin: 0 auto 15px;
	display: table;
	border-width: 1px;
	border-color: #cbd6e2;
	border-radius: 4px;
	background-color: #f5f8fa;
	box-shadow: inset 0 0 0 0 transparent;
	padding: 0 15px
}

.popup-bdy input::placeholder, .popup-bdy textarea::placeholder {
	color: #ccc
}

.popup-btn input {
	height: 51px;
	border-radius: 25px;
	background-color: #ff5b41;
	width: 50%;
	line-height: 51px;
	background: #ff5b41;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	-webkit-transition: all .4s ease-In-out;
	-moz-transition: all .3s ease-In-out;
	-o-transition: all .4s ease-In-out;
	transition: all .4s ease-In-out;
	margin-bottom: 0;
	float: none;
	padding: 0 0 !important;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 auto0;
	border-radius: 50px;
	background-color: #4cc2e9;
	background-image: linear-gradient(90deg, #4d4dff, #4cc2e9);
	-webkit-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	color: #fff
}

.popup-btn input:hover {
	box-shadow: 0 4px 12px 0 rgba(75, 107, 245, .6)
}

.frmicon-box.newcountrycode {
	position: relative
}

.popup-bdy select {
	padding: 0;
	margin: 0 0 0 22px
}

.frmicon-box.phonecode {
	position: relative
}

.frmicon-box.phonecode input#popupcountrycode {
	position: absolute;
	left: 0;
	width: 15%;
	padding: 0;
	background: 0 0;
	z-index: 1;
	border-radius: 3px 0 0 3px;
	padding: 0 15px
}

.frmicon-box.phonecode input#phoneNum2 {
	padding: 0 15px 0
}

.side-bar {
	position: fixed;
	z-index: 999;
	top: 192px;
	right: -400px;
	transition: all .4s ease;
	display: none;
	border-radius: 10px 0 0 10px
}

.side-bar.active {
	display: inline-block
}

.side-bar.active.open {
	right: 0
}

.side-body {
	padding: 30px;
	width: 400px;
	border-radius: 0 0 0 20px;
	background-color: #fff
}

.side-body .row {
	margin: 0
}

.side-head {
	top: 60px;
	cursor: pointer;
	overflow: hidden;
	width: 185px;
	height: 65px;
	border-radius: 20px 20px 0 0;
	box-shadow: -30px 2px 64px 0 rgba(255, 175, 1, .33);
	background-color: #222;
	transform: rotate(-90deg);
	line-height: 65px;
	position: absolute;
	left: -125px;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	padding: 0;
	text-align: center
}

.side-body .formWrap {
	padding: 0
}

.side-body h5 {
	font-size: 24px;
	font-weight: 600;
	color: #222;
	line-height: 29px
}

.btnList {
	font-size: 0;
	display: block
}

.btnList>li {
	display: inline-block;
	vertical-align: middle;
	width: 50%
}

.btnList>li.last {
	text-align: right
}

.side-body .btnList .popup-btn input {
	width: 148px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 0
}

.side-body .btnList .popup-btn input:hover {
	background: #ffaf01;
	color: #fff;
	border-color: #ffaf01
}

.btnList a {
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #222;
	text-decoration: underline
}

.btnList a:hover {
	color: #ffaf01
}

.popup-bdy select, .side-body .popup-bdy input {
	margin-bottom: 10px;
	height: 50px;
	line-height: 50px
}

.side-body .frmicon-box.phonecode input#popupcountrycode {
	width: 20%
}

.popup_img_bg {
	min-height: 650px;
	background: url(../images/poppp.jpg) no-repeat;
	color: #fff
}

.popup-header p {
	font-size: 15px;
	margin-bottom: 0;
	color: #23264f;
	font-size: 1em;
	font-weight: 600
}

.frmicon-box textarea {
	background-color: transparent;
	width: 100%;
	margin: 0 auto 20px;
	display: table;
	border-width: 1px;
	border-color: #cbd6e2;
	border-radius: 4px;
	background-color: #f5f8fa;
	box-shadow: inset 0 0 0 0 transparent;
	font-size: 15px;
	padding: 10px 15px
}

img.popup-logo {
	margin: 0 0 20px;
	width: 90%
}

.popup-bdy label {
	font-size: 15px;
	font-weight: 600;
	color: #23264f;
	vertical-align: middle;
	line-height: 0
}

.popup_contact {
	align-content: center;
	display: grid;
	margin: auto;
	height: 95%;
	padding: 0 0 0 40px;
	display: none
}

.popup_contact a {
	color: #fff;
	margin: 15px 0 0;
	font-size: 20px;
	font-weight: 600
}

.pricing-area ul.tabs-wrapper.nav.nav-tabs {
	border: 0;
	margin: 30px auto 0;
	display: table
}

.pricing-area ul.tabs-wrapper.nav.nav-tabs li {
	display: inline-block
}

.pricing-area ul.tabs-wrapper.nav.nav-tabs li a {
	font-size: 16px;
	letter-spacing: 0;
	color: #000;
	font-weight: 600;
	margin: 15px;
	position: relative;
	outline: 0 !important;
	box-shadow: none !important;
	transition: .5s ease
}

.pricing-area ul.tabs-wrapper.nav.nav-tabs li a.active {
	color: #00c3ff
}

#review .pricing-bg {

	background-size: cover;
	background-size: 43%;
	background-position: right center;
	background-repeat: no-repeat
}

.review_sec {
	padding: 70px 0 70px;
	background-color: #f3f3f3
}

.review_sec h2 {
	color: #000;
	text-align: center
}

.review_sec .moreBox {
	display: none
}

.review_boxes {
	margin: 40px 0 0
}

.review_inner {
	margin: 0 0 60px
}

.review_inner {
	border: 5px solid gray;
	padding: 0 0;
	margin: 30px auto;
	border-radius: 20px;
	position: relative;
	width: 100%
}

.circle1 {
	border: 5px solid gray;
	position: absolute;
	width: 25px;
	padding: 20px;
	border-radius: 50%;
	right: -45px;
	bottom: 3px
}

.circle1:before {
	content: '';
	position: absolute;
	width: 25px;
	padding: 20px;
	border-radius: 50%;
	right: 0;
	bottom: 0;
	background: #fff
}

.circle2 {
	border: 5px solid gray;
	position: absolute;
	width: 5px;
	padding: 10px 15px;
	border-radius: 50%;
	right: -90px;
	bottom: -15px
}

.circle3 {
	border: 5px solid gray;
	position: absolute;
	width: 25px;
	padding: 20px;
	border-radius: 50%;
	left: -45px;
	bottom: 3px
}

.circle3:before {
	content: '';
	position: absolute;
	width: 25px;
	padding: 20px;
	border-radius: 50%;
	right: 0;
	bottom: 0;
	background: #fff
}

.circle4 {
	border: 5px solid gray;
	position: absolute;
	width: 5px;
	padding: 10px 15px;
	border-radius: 50%;
	left: -90px;
	bottom: -15px
}

.row.moreBox_right {
	display: flex;
	flex-direction: column-reverse;
	float: none;
	padding-left: 460px;
	margin-right: -460PX;
}

h3.review_name {
	margin: 0;
	font-size: 22px;
	color: gray;
	text-transform: uppercase;
	width: 60%;
	float: right;
	text-align: right
}

.moreBox_right h3.review_name {
	margin: 0;
	font-size: 22px;
	color: gray;
	text-transform: uppercase;
	width: 60%;
	float: left;
	text-align: left
}

.review_ret {
	width: 40%;
	float: left;
	text-align: left
}

.moreBox_right .review_ret {
	width: 40%;
	float: right;
	text-align: right
}

.review_body {
	padding: 20px 35px 15px 35px;
	border-radius: 15px 15px 0 0;
	border-bottom: 0 solid transparent;
	height: 100px;
	overflow-y: auto
}

.review_footer {
	padding: 10px 35px 35px;
	border-radius: 0 0 15px 15px;
	border-top: 0 solid transparent
}

.review_body p {
	margin: 0;
	font-size: 18px;
	color: #000;
	display: block;
	margin: 0;
	line-height: 25px
}

.review-rating i {
	color: #ffae19;
	font-size: 20px
}

.review-rating .fa-star:before {
	content: ''
}

.review_inner:hover h3 {
	color: gray
}

.red_btn_more {
	float: none;
	background: #008dff;
	background: -moz-linear-gradient(left, #008dff 0, #00caff 100%);
	background: -webkit-linear-gradient(left, #008dff 0, #00caff 100%);
	background: linear-gradient(to right, #008dff 0, #00caff 100%);
	border: none;
	font-size: 16px;
	font-weight: 700;
	text-shadow: none;
	padding: 13px 60px;
	border-radius: 0;
	margin: 30px auto 0;
	display: table !important
}

.red_btn_more:focus, .red_btn_more:hover {
	outline: 0
}

#loadMoreMore {
	display: none
}

.loadMore_Btn {
	margin: auto;
	display: table
}

.hide_review {
	display: none
}

.review_body::-webkit-scrollbar {
	width: 5px;
	margin: 20px 0 0 -10px
}

.review_body::-webkit-scrollbar-track {
	border-radius: 15px;
	margin: 20px 0 0 -10px
}

.review_body::-webkit-scrollbar-thumb {
	background: #222;
	border-radius: 15px;
	margin: 20px 0 0 -10px
}

.review_body:hover::-webkit-scrollbar-thumb {
	background: #222
}

a#loadMore {
	margin: 40px auto 0;
	display: block;
	width: 200px;
	color: #fff;
	cursor: pointer;
	text-align: center
}

.thank-txt {
	align-content: center;
	text-align: center;
	padding: 40px 0 40px
}

.thank-txt img {
	width: 26%;
	margin: auto
}

.social_media_sec {
	float: left;
	width: 100%
}

.social_icons {
	margin: 25px 0 30px
}

.social_icons ul {
	margin: 0 0 0
}

.social_icons ul li {
	list-style: none;
	display: inline-block;
	margin: 0 0 0 5px
}

.social_icons ul li:first-child {
	margin: 0
}

.social_icons ul li a {
	width: 35px;
	height: 35px;
	background-color: #ed1c24;
	color: #fff;
	display: grid;
	align-items: center;
	text-align: center;
	font-size: 20px;
	border-radius: 50px;
	transition-duration: .5s;
	padding: 0 !important;
	transition-duration: .5s
}

.social_icons ul li a:focus, .social_icons ul li a:hover {
	background-color: #fff;
	color: #ec1c23 !important;
	text-decoration: none
}

.social_icons ul li a:focus i, .social_icons ul li a:hover i {
	color: #ec1c23 !important
}

.polling-area .about-page-3-text-img .hero-btn.aos-init.aos-animate {
	margin: 40px 0 0 0
}

.seo_pro_serives_sec12 .seo_pro_serives_box p {
	height: 164px
}

.seo_pro_serives_sec12 .seo_pro_serives_box {
	padding: 20px 30px !important
}

.innerpage_title_mm h1 {
	text-align: left;
	text-transform: capitalize;
	margin: 0 0 20px
}

.innerpage_title_mm p {
	text-align: left
}

.innerpage_title_mm {
	align-content: center;
	display: grid;
	height: 100%
}

.innerpage_img_mm {
	-webkit-animation: pulse 5s infinite linear;
	-moz-animation: pulse 5s infinite linear;
	-ms-animation: pulse 5s infinite linear;
	animation: pulse 5s infinite linear
}

.innerpage_img_mm img {
	margin: auto;
	display: table;
	position: relative;
	z-index: 9999999999
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.seo_pro_serives_box_ORM p {
	height: auto !important
}

div#abc {
	display: none
}

div#preloader {
	display: none
}

@media (max-width:1800px) {
	.blog-area-slider {
		width: 100%;
		overflow: hidden
	}

}

@media (max-width:1400px) {
	.blog-area-slider {
		width: 100%;
		overflow: hidden
	}

}

@media (max-width:1600px) and (min-width:1200px) {
	.mainPop {
		width: 700px;
		height: 540px
	}

	.mainPop .popup_contact {
		height: 75%;
		padding: 0 0 0 40px
	}

	.mainPop .popup-bdy input, .mainPop .popup-bdy select {
		font-size: 14px;
		height: 40px;
		line-height: 44px;
		margin-bottom: 15px;
		margin: 0 auto 10px
	}

	.frmicon-box textarea {
		height: 90px
	}

	.heroV1 .hero-content .hero-text h1 {
		font-size: 50px;
		line-height: 69px
	}

	.heroV1 .hero-content .hero-text h1 span {
		display: block
	}

	.heroV2 .hero-content .hero-text .mybannerform img {
		margin-right: 15px;
		max-width: 21%
	}

}

@media (max-width:767px) {
	.process-box {
		text-align: center;
		position: relative;
		cursor: pointer;
		transition: all .3s ease-in-out;
		transition-delay: .5s;
		transition: transform .3s;
		z-index: 9
	}

	.blog2_area2 .blog2_area2_inner:after, .process-sec-inner:after {
		display: none
	}

	.blog2_area2 .blog2_area2_inner {
		padding: 0
	}

	.process-box p {
		padding: 57% 0 0 0 !important;
		margin: 0 0 30px 0
	}

	.bg_circle {
		padding-bottom: 30px
	}

	.img-right {
		top: 0;
		left: 0;
		margin: 0;
		width: 100%
	}

	.content-header {
		padding: 20px 0 20px 0
	}

	#services.industry-sec, .ApplistSection, .seo_pro_serives_sec, .why_chose_sec_main {
		display: none
	}

	.ecommerce_services_sec .legit_seo_agency_box {
		width: 100%
	}

	.sec_expect .expect_inner a.expect_box {
		margin: 0 auto 15px;
		display: table
	}

	.sec_social_platforms .social_platforms_inner ul li {
		width: 16%
	}

	.blog2-area {
		padding-top: 60px
	}

	.service2-area .col-sm-3:nth-child(1), .service2-area .col-sm-3:nth-child(4) {
		margin: 0 0 0
	}

	.service2-area .col-sm-3:nth-child(2), .service2-area .col-sm-3:nth-child(3) {
		margin: 0 0 0
	}

	.mainPop {
		width: 90%;
		height: 600px
	}

	.popup-bdy input, .popup-bdy select {
		height: 45px
	}

	.frmicon-box textarea {
		height: 100px
	}

	.popup_img_bg {
		display: none
	}

	.collaboration-text .section-titleV1 h2 {
		font-size: 28px;
		text-align: center
	}

	a.btn-style-a, a.btn-style-b, a.btn-style-e {
		width: 220px !important;
		max-width: 220px !important;
		display: block;
		padding: 10px;
		margin: 0 auto 15px;
		font-size: 15px;
		text-transform: capitalize
	}

	.footer-social ul.social-list {
		margin: 0 auto;
		display: table
	}

	.innerpage_title_mm p {
		text-align: center !important;
		margin: 0 0 30px !important
	}

	.innerpage-title h1 {
		font-size: 26px !important;
		line-height: 30px !important;
		text-align: center !important
	}

	.innerpage_title_mm {
		align-content: center;
		display: grid;
		height: 100%
	}

	.qniko-header label.QnikoMenu-btn {
		top: 0;
		left: 0
	}

	.innerpage_img_mm img {
		margin: auto;
		display: table;
		width: 80%;
		position: relative;
		z-index: 9999999999
	}

	.innerpage-titleV1-area {
		padding: 80px 0 30px;
		height: 90vh
	}

	.sm-simple a .sub-arrow {
		right: 10px
	}

	.section-text p {
		text-align: center
	}

	.stext.aos-init>a {
		display: table;
		margin: 30px auto -10px
	}

	.collaboration-area .collaboration-text .section-text a.t-b-r-a {
		width: 32%;
		display: inline-block;
		text-align: center
	}

	.single-hiw {
		position: relative;
		max-width: 350px;
		margin: 15px auto 0;
		text-align: center;
		padding: 25px 25px 5px
	}

	.service2-area a.btn-style-b {
		text-align: center;
		width: 50% !important;
		display: table
	}

	.single-serviceV2 {
		text-align: center
	}

	.f-widget .payment-img img {
		width: 100%;
		max-width: none
	}

	.web-portal-engaging {
		padding: 10px 0 50px
	}

	.about-us-area .about-text a {
		text-align: center
	}

	.section-titleV1 h4 {
		text-align: center
	}

	.web-portal-engaging {
		padding: 10px 0 50px
	}

	.about-img.aos-init.aos-animate {
		display: none
	}

	.bg_circle {
		display: none
	}

	.pricing-area {
		padding-top: 0
	}

	.process-box p {
		padding: 7% 0 0 0 !important;
		margin: 0 0 30px 0
	}

	.process-box.active h4 {
		padding: 80% 0 0 0 !important
	}

	.process-box h4 {
		padding: 0 !important
	}

	footer.footer-area {
		position: relative;
		padding-top: 0;
		z-index: 1
	}

	.blog2_area2 .blog2_area2_inner .single-blogV1 .sb-text h4 {
		margin-bottom: 15px;
		height: auto;
		color: #00c3ff
	}

	.single-blogV1 .sb-text p {
		height: auto
	}

	.blog2_area2 .blog2_area2_inner .single-blogV1 {
		max-width: inherit;
		min-height: inherit;
		text-align: center
	}

	section#ky-prtl {
		padding: 50px 0 0
	}

	.sec_why_we_does123 .nav-tabs li a sub {
		display: none
	}

	.sec_why_we_does123 .tab-content .img-right {
		top: 50px;
		margin: 0 0 40px;
		display: none
	}

	.sec_why_we_does123 .tab-content p {
		padding: 40px 0 20px 0;
		text-align: center
	}

	.sec_why_we_does123 .nav-tabs li {
		width: 20%
	}

	.sec_why_we_does123 .nav-tabs {
		border: 0;
		margin: 40px auto 0;
		text-align: center;
		display: table;
		padding: 0 0 0 20px
	}

	.sec_why_we_does .tab-content ul li {
		color: #4f5b6d;
		font-size: 14px;
		position: relative;
		padding-left: 25px;
		padding-bottom: 4px;
		list-style: none;
		text-align: center;
		margin: auto;
		display: table
	}

	.sec_why_we_does .content-header h3 {
		font-size: 26px;
		color: #f15833;
		text-align: center
	}

	.recent-project2-area {
		position: relative;
		padding: 0 0 40px;
		overflow: hidden
	}

	.ecommerce_services_sec .blk_title_lf {
		font-size: 24px;
		margin: 0 0 40px;
		line-height: 30px;
		text-align: center
	}

	.ecommerce_services_sec .blk_title_lf span {
		font-size: 28px
	}

	.blk_para_lf {
		text-align: center
	}

	.section-titleV1 br {
		display: none
	}

	.innerpage-titleV1-area:after {
		z-index: -1
	}

	.project-shuffle-btn {
		margin: 25px auto 0;
		padding-top: 0;
		text-align: center
	}

	.project-shuffle-btn label.btn {
		font-size: 14px;
		margin: 10px 0 0 0
	}

	.innerpage-title h1 br {
		display: none
	}

	.pricing-area ul.tabs-wrapper.nav.nav-tabs li a {
		font-size: 16px;
		margin: 15px 10px 0
	}

	.pricing-area ul.tabs-wrapper.nav.nav-tabs {
		border: 0;
		margin: 30px auto 0;
		display: table;
		text-align: center
	}

	.single-pricingV1 .sp-head .sph-price h5 {
		font-size: 60px;
		letter-spacing: 0;
		line-height: 20px;
		margin: 30px 0 0
	}

	.single-pricingV1 .sp-head h4 {
		font-size: 20px;
		height: auto;
		margin: 0 0 40px
	}

	.contact-page-wrapper {
		padding: 0 0 0;
		overflow: hidden
	}

	.section-titleV1 p {
		font-size: 18px;
		line-height: 24px;
		text-align: center
	}

	.contactV1 .contact-text {
		margin-top: 0;
		padding-top: 20px
	}

	.contact-text p {
		text-align: center
	}

	.contactV1 {
		position: relative;
		padding: 0 0 70px
	}

	.review-rating i {
		color: #ffae19;
		font-size: 15px
	}

	.moreBox_right h3.review_name {
		margin: 0;
		font-size: 13px;
		color: gray;
		text-transform: uppercase;
		width: 60%;
		float: left;
		text-align: left
	}

	h3.review_name {
		margin: 0;
		font-size: 13px;
		color: gray;
		text-transform: uppercase;
		width: 60%;
		float: right;
		text-align: right
	}

	.circle1, .circle2, .circle3, .circle4, .circle5, .circle6, .circle7, .circle8, .circle9 {
		display: none
	}

	.circle3 {
		display: none
	}

	.review_body p {
		margin: 0;
		font-size: 14px;
		color: #000;
		display: block;
		margin: 0;
		line-height: 25px
	}

	.review_inner {
		margin: 10px auto
	}

	.policies-txt {
		text-align: center
	}

	.policies-txt p {
		margin: 0 0 20px;
		font-size: 14px
	}

	.policies-h-txt h2 {
		text-align: center;
		margin: 0 0 30px
	}

	.policies-h-txt br {
		display: none !important
	}

}

.about-us-area .about-text .section-titleV1 h2 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0
}

.innerpage-title.innerpage_title_mm .main_heading {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0
}

.types-of-videos .section-titleV1 h3 span {
	display: block;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 30px;
	color: #00c3ff;
	text-transform: uppercase;
	font-weight: 400
}

.how-it-works-area .section-titleV1 h2 span {
	display: block;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 30px;
	color: #00c3ff;
	text-transform: uppercase;
	font-weight: 400
}

.sec_why_we_does .section-titleV1 h3 span {
	display: block;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 30px;
	color: #00c3ff;
	text-transform: uppercase;
	font-weight: 400
}

.about-us-area .about-text .section-titleV1 h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
	color: #00c3ff
}

.seo_pro_serives_sec.seo_pro_serives_sec123 .section-titleV1 h2 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0
}

.seo_pro_serives_sec.seo_pro_serives_sec12 .section-titleV1 h3 span {
	display: block;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 30px;
	color: #00c3ff;
	text-transform: uppercase;
	font-weight: 400
}

.testi-bg-sec .slick-dots {
	position: absolute;
	bottom: -50px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.testi-bg-sec .slick-dots li.slick-active button {
	background-color: #008efd
}

.testi-bg-sec .slick-dots li button:before {
	font-size: 0px;
	line-height: 0px
}

.testi-bg-sec .slick-dots li button {
	background-color: #666;
	border-radius: 50px;
	width: 10px;
	height: 10px
}
/*section.banner-news*/
section.banner-news {padding: 50px 0px;background-image: url(../images/news-bg1.png);background-position: center;background-size: cover;background-repeat: no-repeat;height: 573px;display: flex;align-items: center;}
.banner-main {text-align: center;color: #fff;width: 80%;display: table;margin: auto;}
.banner-main h2 {padding-bottom: 20px;font-size: 45px;font-weight: 700;margin: 0;color: #000;}
.banner-main p {font-size: 20px;font-weight: 300;margin: 0;color: #000;}
section.service-sec {
padding: 50px 0px 0 0;
}
.img-box img {
width: 100%;
}
.text-box h2 a {
font-size: 22px;
font-weight: 700;
color: #282526;

}
.text-box h2  {
margin: 0;
padding-bottom: 20px;
}
.service-main img {
    width: 12%;
}
img.pic-box {
    width: 65%;
     padding-left: 0px; 
}
img.pic-box-box {
    width: 70%;
    padding-left: 40px;
}

.text-box p {
padding-bottom: 40px;
font-size: 15px;
font-weight: 500;
color: #282526;
line-height: 26px;
}
.service-main {
display: flex;
align-items: center;
padding-top: 60px;
}
.service-main h4 {
font-size: 18px;
font-weight: 600;
padding-left: 20px;
    line-height: 20px;
}
.sirvice-bottom .row {
    border-bottom: 1px solid #cbcaca;
    padding-bottom: 50px;
}
.bottom-box {
    padding-bottom: 50px !important;
}
.text-box:hover h2 a {
    color: red;
}


/*section.banner-news*/

