.display-1,
.display-2,
.display-3,
.display-4 {
	line-height: 1.2
}

.img-fluid,
.img-thumbnail {
	max-width: 100%;
	height: auto
}

.btn:not(:disabled):not(.disabled),
.navbar-toggler:not(:disabled):not(.disabled),
.page-link:not(:disabled):not(.disabled) {
	cursor: pointer
}

.btn-outline-danger,
.btn-outline-dark,
.btn-outline-info,
.btn-outline-light,
.btn-outline-primary,
.btn-outline-success,
.btn-outline-warning,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
	background-image: none
}

.dropdown-menu,
.form-control,
.modal-content,
.popover {
	background-clip: padding-box
}

.badge,
.btn,
.dropdown-header,
.dropdown-item,
.input-group-text,
.navbar-brand {
	white-space: nowrap
}

.dropdown-menu,
.nav,
.navbar-nav {
	list-style: none
}

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

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

@-ms-viewport {
	width: device-width
}

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

.blockquote,
hr {
	margin-bottom: 1rem
}

.display-1,
.display-2,
.display-3,
.display-4,
.lead {
	font-weight: 300
}

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

.display-1 {
	font-size: 6rem
}

.display-2 {
	font-size: 5.5rem
}

.display-3 {
	font-size: 4.5rem
}

.display-4 {
	font-size: 3.5rem
}

hr {
	margin-top: 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-inline,
.list-unstyled {
	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 {
	font-size: 1.25rem
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}

.blockquote-footer::before {
	content: "\2014 \00A0"
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

a>code,
pre code {
	color: inherit
}

code {
	color: #e83e8c;
	word-break: break-word
}

kbd {
	padding: .2rem .4rem;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

.btn,
.btn-link,
.dropdown-item {
	font-weight: 400
}

pre {
	display: block;
	color: #212529
}

pre code {
	font-size: inherit;
	word-break: normal
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent
}

.col-form-label,
.form-check-label {
	margin-bottom: 0
}

.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,
.table-bordered td,
.table-bordered th {
	border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
	background-color: #b8daff
}

.table-hover .table-primary:hover,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.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,
.table-responsive>.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
}

.collapsing,
.modal,
.modal-open,
.progress {
	overflow: hidden
}

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

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

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

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.custom-file-input.is-valid~.custom-file-label,
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-file-input:valid~.custom-file-label,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
	border-color: #28a745
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
	height: calc(1.8125rem + 2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
	height: calc(2.875rem + 2px)
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d
}

.form-check-inline {
	display: inline-flex;
	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
}

.invalid-tooltip,
.valid-tooltip {
	position: absolute;
	z-index: 5;
	max-width: 100%;
	padding: .5rem;
	line-height: 1;
	border-radius: .2rem;
	top: 100%
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745
}

.valid-tooltip {
	display: none;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(40, 167, 69, .8)
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid~.custom-control-label,
.form-check-input.is-valid~.form-check-label,
.was-validated .custom-control-input:valid~.custom-control-label,
.was-validated .form-check-input:valid~.form-check-label {
	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-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: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::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
	border-color: inherit
}

.custom-file-input.is-invalid~.custom-file-label,
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-file-input:invalid~.custom-file-label,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545
}

.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 {
	display: none;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(220, 53, 69, .8)
}

.collapsing,
.dropdown,
.dropup {
	position: relative
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.form-check-input.is-invalid~.form-check-label,
.was-validated .custom-control-input:invalid~.custom-control-label,
.was-validated .form-check-input:invalid~.form-check-label {
	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-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: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::before,
.was-validated .custom-file-input:invalid~.custom-file-label::before {
	border-color: inherit
}

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

.btn-primary.focus,
.btn-primary:focus,
.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)
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width:576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .input-group {
		width: auto
	}
	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		align-items: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn-block,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.btn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover {
	text-decoration: none
}

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

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-primary.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-secondary.focus,
.btn-secondary:focus,
.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-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.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-success.focus,
.btn-success:focus,
.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-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.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-info.focus,
.btn-info:focus,
.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-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.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-warning.focus,
.btn-warning:focus,
.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-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

.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-danger.focus,
.btn-danger:focus,
.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-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.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-light.focus,
.btn-light:focus,
.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-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.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-dark.focus,
.btn-dark:focus,
.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-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.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-outline-primary.focus,
.btn-outline-primary:focus,
.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-primary {
	color: #007bff;
	background-color: transparent;
	border-color: #007bff
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.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-secondary.focus,
.btn-outline-secondary:focus,
.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-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.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-success.focus,
.btn-outline-success:focus,
.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-success {
	color: #28a745;
	background-color: transparent;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.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-info.focus,
.btn-outline-info:focus,
.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-info {
	color: #17a2b8;
	background-color: transparent;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.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-warning.focus,
.btn-outline-warning:focus,
.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-warning {
	color: #ffc107;
	background-color: transparent;
	border-color: #ffc107
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.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-danger.focus,
.btn-outline-danger:focus,
.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-danger {
	color: #dc3545;
	background-color: transparent;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.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-light.focus,
.btn-outline-light:focus,
.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-light {
	color: #f8f9fa;
	background-color: transparent;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.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-dark.focus,
.btn-outline-dark:focus,
.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-outline-dark {
	color: #343a40;
	background-color: transparent;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.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-link {
	color: #007bff;
	background-color: transparent
}

.btn-link:hover {
	color: #0056b3;
	border-color: transparent
}

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

.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d
}

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

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block
}

.btn-block+.btn-block {
	margin-top: .5rem
}

.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
	width: 0;
	height: 0;
	vertical-align: .255em;
	content: ""
}

.fade {
	opacity: 0;
	transition: opacity .15s linear
}

.fade.show {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.show {
	display: block
}

tr.collapse.show {
	display: table-row
}

tbody.collapse.show {
	display: table-row-group
}

.collapsing {
	height: 0;
	transition: height .35s ease
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	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;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.dropup .dropdown-menu {
	margin-top: 0;
	margin-bottom: .125rem
}

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

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
	width: 0;
	content: "";
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	height: 0
}

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

.dropright .dropdown-menu {
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	border-left: .3em solid;
	vertical-align: 0
}

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

.dropleft .dropdown-menu {
	margin-top: 0;
	margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	border-right: .3em solid;
	vertical-align: 0
}

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

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn,
.custom-control-label,
.custom-file,
.dropdown-header,
.input-group-text,
.nav {
	margin-bottom: 0
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	color: #212529;
	text-align: inherit;
	background-color: transparent;
	border: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::before,
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child),
.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label::before,
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 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;
	font-size: .875rem;
	color: #6c757d
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	flex: 0 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	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-group>.btn:first-child,
.dropdown-toggle-split::after {
	margin-left: 0
}

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

.btn-toolbar .input-group {
	width: auto
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}

.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 {
	flex-direction: column;
	align-items: flex-start;
	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
}

.input-group-append,
.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,
.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
}

.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 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: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
	z-index: 3
}

.input-group>.custom-file {
	display: flex;
	align-items: center
}

.input-group-append,
.input-group-prepend {
	display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
	position: relative;
	z-index: 2
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.nav,
.navbar {
	flex-wrap: wrap
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
	margin-top: 0
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-label::after,
.custom-control-label::before {
	position: absolute;
	top: .25rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	left: 0
}

.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::before {
	pointer-events: none;
	user-select: none;
	background-color: #dee2e6
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	background-color: #007bff
}

.custom-control-label::after {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%
}

.custom-file,
.custom-select {
	display: inline-block;
	width: 100%
}

.custom-file-input:lang(en)~.custom-file-label::after,
.custom-file-label::after {
	content: "Browse"
}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,
.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='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-select {
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center no-repeat #fff;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	appearance: none
}

.custom-select-lg,
.custom-select-sm {
	padding-top: .375rem;
	padding-bottom: .375rem
}

.custom-file-input:focus~.custom-file-control::before,
.custom-select:focus {
	border-color: #80bdff
}

[type=search],
button.close,
input[type=email],
input[type=password],
input[type=text],
textarea {
	-webkit-appearance: none
}

.custom-select:focus {
	outline: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}

.custom-select::-ms-expand {
	opacity: 0
}

.custom-select-sm {
	height: calc(1.8125rem + 2px);
	font-size: 75%
}

.custom-select-lg {
	height: calc(2.875rem + 2px);
	font-size: 125%
}

.custom-file,
.custom-file-input,
.custom-file-label {
	height: calc(2.25rem + 2px)
}

.custom-file {
	position: relative
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0;
	opacity: 0
}

.custom-file-label,
.custom-file-label::after {
	position: absolute;
	top: 0;
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	right: 0
}

.custom-file-input:focus~.custom-file-control {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-label {
	left: 0;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.custom-file-label::after {
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(calc(2.25rem + 2px) - 1px * 2);
	background-color: #e9ecef;
	border-left: 1px solid #ced4da;
	border-radius: 0 .25rem .25rem 0
}

.nav {
	display: flex;
	padding-left: 0
}

.nav-link,
.navbar {
	padding: .5rem 1rem
}

.nav-link {
	display: block
}

.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 {
	flex: 1 1 auto;
	text-align: center
}

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

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

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

.navbar {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.navbar>.container,
.navbar>.container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	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
}

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

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.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 {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

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

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

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: center center no-repeat;
	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 {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-sm .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-sm .navbar-toggler {
		display: none
	}
	.navbar-expand-sm .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
}

@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 {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-md .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-md .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
	.navbar-expand-md .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
}

@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 {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
	.navbar-expand-lg .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
}

@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 {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
	.navbar-expand-xl .dropup .dropdown-menu {
		top: auto;
		bottom: 100%
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
	right: 0;
	left: auto
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-expand .dropup .dropdown-menu {
	top: auto;
	bottom: 100%
}

.navbar-light .navbar-brand,
.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='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.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='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .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 {
	flex: 1 1 auto;
	padding: 1.25rem
}

.card-footer,
.card-header {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03)
}

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

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

.card-subtitle {
	margin-top: -.375rem
}

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

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

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

.card-header {
	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 {
	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-bottom: -.75rem;
	border-bottom: 0
}

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

.alert,
.btn .badge,
.page-link {
	position: relative
}

.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: flex;
	flex-direction: column
}

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

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

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

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

@media (min-width:576px) {
	.card-group {
		flex-flow: row wrap
	}
	.card-group>.card {
		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),
	.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 {
		column-count: 3;
		column-gap: 1.25rem
	}
	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.breadcrumb,
.pagination {
	border-radius: .25rem;
	list-style: none
}

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

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	background-color: #e9ecef
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #6c757d;
	content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #6c757d
}

.pagination {
	display: flex;
	padding-left: 0
}

.page-link,
.popover-body,
.popover-header {
	padding: .5rem .75rem
}

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

.page-link:hover {
	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-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
}

.badge,
.close {
	font-weight: 700;
	line-height: 1
}

.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%;
	text-align: center;
	vertical-align: baseline;
	border-radius: .25rem
}

.badge:empty {
	display: none
}

.btn .badge {
	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 {
	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
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	display: flex;
	height: 1rem;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-color: #007bff;
	transition: width .6s ease
}

.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 {
	animation: progress-bar-stripes 1s linear infinite
}

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

.media-body {
	flex: 1
}

.list-group {
	display: flex;
	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;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.popover,
.tooltip {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-style: normal;
	font-weight: 400;
	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;
	text-decoration: none
}

.modal-title,
.popover,
.tooltip {
	line-height: 1.5
}

.popover,
.text-hide,
.tooltip {
	text-shadow: none
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	outline: 0
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -25%)
}

.modal.show .modal-dialog {
	transform: translate(0, 0)
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	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: flex;
	align-items: flex-start;
	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
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef
}

.popover,
.popover .arrow,
.popover .arrow::after,
.popover .arrow::before,
.tooltip,
.tooltip .arrow {
	position: absolute;
	display: block
}

.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-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		max-width: 800px
	}
}

.tooltip {
	z-index: 1070;
	margin: 0;
	text-align: left;
	text-align: start;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .arrow {
	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 {
	top: 0;
	left: 0;
	z-index: 1060;
	max-width: 276px;
	text-align: left;
	text-align: start;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

.popover .arrow {
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
	content: "";
	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
}

.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: "";
	border-bottom: 1px solid #f7f7f7
}

.carousel,
.carousel-inner,
.carousel-item {
	position: relative
}

.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 {
	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 {
	color: #212529
}

.carousel-inner {
	width: 100%;
	overflow: hidden
}

.carousel-item {
	display: none;
	align-items: center;
	width: 100%;
	transition: transform .6s ease;
	backface-visibility: hidden;
	perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block
}

.carousel-item-next,
.carousel-item-prev {
	position: absolute;
	top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
	transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		transform: translate3d(0, 0, 0)
	}
}

.active.carousel-item-right,
.carousel-item-next {
	transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {
	.active.carousel-item-right,
	.carousel-item-next {
		transform: translate3d(100%, 0, 0)
	}
}

.active.carousel-item-left,
.carousel-item-prev {
	transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {
	.active.carousel-item-left,
	.carousel-item-prev {
		transform: translate3d(-100%, 0, 0)
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: 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: center center no-repeat;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	position: relative;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::after,
.carousel-indicators li::before {
	left: 0;
	display: inline-block;
	height: 10px;
	position: absolute;
	content: "";
	width: 100%
}

.carousel-indicators li::before {
	top: -10px
}

.carousel-indicators li::after {
	bottom: -10px
}

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

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box,
img {
	vertical-align: middle
}

progress,
sub,
sup {
	vertical-align: baseline
}

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

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

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

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

.rounded-bottom,
.rounded-left {
	border-bottom-left-radius: .25rem!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-circle {
	border-radius: 50%!important
}

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

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

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

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

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

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

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

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

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

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-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: sticky!important
}

.fixed-bottom,
.fixed-top {
	position: fixed;
	left: 0;
	z-index: 1030;
	right: 0
}

.fixed-top {
	top: 0
}

.fixed-bottom {
	bottom: 0
}

@supports (position:sticky) {
	.sticky-top {
		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;
	clip-path: inset(50%);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	clip-path: none
}

.text-truncate,
svg:not(:root) {
	overflow: hidden
}

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

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

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

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

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

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

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

.h-100 {
	height: 100%!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) {
	.float-sm-left {
		float: left!important
	}
	.float-sm-right {
		float: right!important
	}
	.float-sm-none {
		float: none!important
	}
	.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) {
	.float-md-left {
		float: left!important
	}
	.float-md-right {
		float: right!important
	}
	.float-md-none {
		float: none!important
	}
	.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) {
	.float-lg-left {
		float: left!important
	}
	.float-lg-right {
		float: right!important
	}
	.float-lg-none {
		float: none!important
	}
	.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) {
	.float-xl-left {
		float: left!important
	}
	.float-xl-right {
		float: right!important
	}
	.float-xl-none {
		float: none!important
	}
	.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
	}
}

dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
	margin-top: 0
}

address,
dl,
ol,
p,
pre,
ul {
	margin-bottom: 1rem
}

dd,
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend {
	margin-bottom: .5rem
}

.container,
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%
}

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

.text-nowrap {
	white-space: nowrap!important
}

.text-truncate {
	text-overflow: ellipsis;
	white-space: nowrap
}

button,
hr,
input {
	overflow: visible
}

pre,
textarea {
	overflow: auto
}

.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
	}
	.container {
		max-width: 540px
	}
}

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

body,
caption {
	text-align: left
}

.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-muted {
	color: #6c757d!important
}

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

address,
legend {
	line-height: inherit
}

.visible {
	visibility: visible!important
}

.invisible {
	visibility: hidden!important
}

.intl-tel-input .v-hide,
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

@media print {
	blockquote,
	img,
	pre,
	tr {
		page-break-inside: avoid
	}
	*,
	::after,
	::before {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	abbr[title]::after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap!important
	}
	blockquote,
	pre {
		border: 1px solid #999
	}
	thead {
		display: table-header-group
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	.container,
	body {
		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 #ddd!important
	}
}

@-ms-viewport {
	width: device-width
}

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
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

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

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.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 {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media (min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		order: -1
	}
	.order-sm-last {
		order: 13
	}
	.order-sm-0 {
		order: 0
	}
	.order-sm-1 {
		order: 1
	}
	.order-sm-2 {
		order: 2
	}
	.order-sm-3 {
		order: 3
	}
	.order-sm-4 {
		order: 4
	}
	.order-sm-5 {
		order: 5
	}
	.order-sm-6 {
		order: 6
	}
	.order-sm-7 {
		order: 7
	}
	.order-sm-8 {
		order: 8
	}
	.order-sm-9 {
		order: 9
	}
	.order-sm-10 {
		order: 10
	}
	.order-sm-11 {
		order: 11
	}
	.order-sm-12 {
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		order: -1
	}
	.order-md-last {
		order: 13
	}
	.order-md-0 {
		order: 0
	}
	.order-md-1 {
		order: 1
	}
	.order-md-2 {
		order: 2
	}
	.order-md-3 {
		order: 3
	}
	.order-md-4 {
		order: 4
	}
	.order-md-5 {
		order: 5
	}
	.order-md-6 {
		order: 6
	}
	.order-md-7 {
		order: 7
	}
	.order-md-8 {
		order: 8
	}
	.order-md-9 {
		order: 9
	}
	.order-md-10 {
		order: 10
	}
	.order-md-11 {
		order: 11
	}
	.order-md-12 {
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		order: -1
	}
	.order-lg-last {
		order: 13
	}
	.order-lg-0 {
		order: 0
	}
	.order-lg-1 {
		order: 1
	}
	.order-lg-2 {
		order: 2
	}
	.order-lg-3 {
		order: 3
	}
	.order-lg-4 {
		order: 4
	}
	.order-lg-5 {
		order: 5
	}
	.order-lg-6 {
		order: 6
	}
	.order-lg-7 {
		order: 7
	}
	.order-lg-8 {
		order: 8
	}
	.order-lg-9 {
		order: 9
	}
	.order-lg-10 {
		order: 10
	}
	.order-lg-11 {
		order: 11
	}
	.order-lg-12 {
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		order: -1
	}
	.order-xl-last {
		order: 13
	}
	.order-xl-0 {
		order: 0
	}
	.order-xl-1 {
		order: 1
	}
	.order-xl-2 {
		order: 2
	}
	.order-xl-3 {
		order: 3
	}
	.order-xl-4 {
		order: 4
	}
	.order-xl-5 {
		order: 5
	}
	.order-xl-6 {
		order: 6
	}
	.order-xl-7 {
		order: 7
	}
	.order-xl-8 {
		order: 8
	}
	.order-xl-9 {
		order: 9
	}
	.order-xl-10 {
		order: 10
	}
	.order-xl-11 {
		order: 11
	}
	.order-xl-12 {
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

header .logo img,
legend {
	max-width: 100%
}

.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: flex!important
}

.d-inline-flex {
	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: flex!important
	}
	.d-sm-inline-flex {
		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: flex!important
	}
	.d-md-inline-flex {
		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: flex!important
	}
	.d-lg-inline-flex {
		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: flex!important
	}
	.d-xl-inline-flex {
		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: flex!important
	}
	.d-print-inline-flex {
		display: inline-flex!important
	}
}

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

label,
output {
	display: inline-block
}

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

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

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

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

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

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

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

.justify-content-start {
	justify-content: flex-start!important
}

.justify-content-end {
	justify-content: flex-end!important
}

.justify-content-center {
	justify-content: center!important
}

.justify-content-between {
	justify-content: space-between!important
}

.justify-content-around {
	justify-content: space-around!important
}

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

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

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

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

.align-items-stretch {
	align-items: stretch!important
}

.align-content-start {
	align-content: flex-start!important
}

.align-content-end {
	align-content: flex-end!important
}

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

.align-content-between {
	align-content: space-between!important
}

.align-content-around {
	align-content: space-around!important
}

.align-content-stretch {
	align-content: stretch!important
}

.align-self-auto {
	align-self: auto!important
}

.align-self-start {
	align-self: flex-start!important
}

.align-self-end {
	align-self: flex-end!important
}

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

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

.align-self-stretch {
	align-self: stretch!important
}

@media (min-width:576px) {
	.flex-sm-row {
		flex-direction: row!important
	}
	.flex-sm-column {
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-sm-start {
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		justify-content: center!important
	}
	.justify-content-sm-between {
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		justify-content: space-around!important
	}
	.align-items-sm-start {
		align-items: flex-start!important
	}
	.align-items-sm-end {
		align-items: flex-end!important
	}
	.align-items-sm-center {
		align-items: center!important
	}
	.align-items-sm-baseline {
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		align-items: stretch!important
	}
	.align-content-sm-start {
		align-content: flex-start!important
	}
	.align-content-sm-end {
		align-content: flex-end!important
	}
	.align-content-sm-center {
		align-content: center!important
	}
	.align-content-sm-between {
		align-content: space-between!important
	}
	.align-content-sm-around {
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		align-content: stretch!important
	}
	.align-self-sm-auto {
		align-self: auto!important
	}
	.align-self-sm-start {
		align-self: flex-start!important
	}
	.align-self-sm-end {
		align-self: flex-end!important
	}
	.align-self-sm-center {
		align-self: center!important
	}
	.align-self-sm-baseline {
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		align-self: stretch!important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		flex-direction: row!important
	}
	.flex-md-column {
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-md-start {
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		justify-content: center!important
	}
	.justify-content-md-between {
		justify-content: space-between!important
	}
	.justify-content-md-around {
		justify-content: space-around!important
	}
	.align-items-md-start {
		align-items: flex-start!important
	}
	.align-items-md-end {
		align-items: flex-end!important
	}
	.align-items-md-center {
		align-items: center!important
	}
	.align-items-md-baseline {
		align-items: baseline!important
	}
	.align-items-md-stretch {
		align-items: stretch!important
	}
	.align-content-md-start {
		align-content: flex-start!important
	}
	.align-content-md-end {
		align-content: flex-end!important
	}
	.align-content-md-center {
		align-content: center!important
	}
	.align-content-md-between {
		align-content: space-between!important
	}
	.align-content-md-around {
		align-content: space-around!important
	}
	.align-content-md-stretch {
		align-content: stretch!important
	}
	.align-self-md-auto {
		align-self: auto!important
	}
	.align-self-md-start {
		align-self: flex-start!important
	}
	.align-self-md-end {
		align-self: flex-end!important
	}
	.align-self-md-center {
		align-self: center!important
	}
	.align-self-md-baseline {
		align-self: baseline!important
	}
	.align-self-md-stretch {
		align-self: stretch!important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		flex-direction: row!important
	}
	.flex-lg-column {
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-lg-start {
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		justify-content: center!important
	}
	.justify-content-lg-between {
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		justify-content: space-around!important
	}
	.align-items-lg-start {
		align-items: flex-start!important
	}
	.align-items-lg-end {
		align-items: flex-end!important
	}
	.align-items-lg-center {
		align-items: center!important
	}
	.align-items-lg-baseline {
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		align-items: stretch!important
	}
	.align-content-lg-start {
		align-content: flex-start!important
	}
	.align-content-lg-end {
		align-content: flex-end!important
	}
	.align-content-lg-center {
		align-content: center!important
	}
	.align-content-lg-between {
		align-content: space-between!important
	}
	.align-content-lg-around {
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		align-content: stretch!important
	}
	.align-self-lg-auto {
		align-self: auto!important
	}
	.align-self-lg-start {
		align-self: flex-start!important
	}
	.align-self-lg-end {
		align-self: flex-end!important
	}
	.align-self-lg-center {
		align-self: center!important
	}
	.align-self-lg-baseline {
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		align-self: stretch!important
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		flex-direction: row!important
	}
	.flex-xl-column {
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-xl-start {
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		justify-content: center!important
	}
	.justify-content-xl-between {
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		justify-content: space-around!important
	}
	.align-items-xl-start {
		align-items: flex-start!important
	}
	.align-items-xl-end {
		align-items: flex-end!important
	}
	.align-items-xl-center {
		align-items: center!important
	}
	.align-items-xl-baseline {
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		align-items: stretch!important
	}
	.align-content-xl-start {
		align-content: flex-start!important
	}
	.align-content-xl-end {
		align-content: flex-end!important
	}
	.align-content-xl-center {
		align-content: center!important
	}
	.align-content-xl-between {
		align-content: space-between!important
	}
	.align-content-xl-around {
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		align-content: stretch!important
	}
	.align-self-xl-auto {
		align-self: auto!important
	}
	.align-self-xl-start {
		align-self: flex-start!important
	}
	.align-self-xl-end {
		align-self: flex-end!important
	}
	.align-self-xl-center {
		align-self: center!important
	}
	.align-self-xl-baseline {
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		align-self: stretch!important
	}
}

@-ms-viewport {
	width: device-width
}

body {
	margin: 0;
	font-weight: 400;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0!important
}

hr {
	box-sizing: content-box;
	height: 0
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}

address {
	font-style: normal
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

blockquote,
figure {
	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
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

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

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

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

pre {
	-ms-overflow-style: scrollbar
}

img {
	border-style: none
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	caption-side: bottom
}

th {
	text-align: inherit
}

button {
	border-radius: 0
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

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 {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	width: 100%;
	padding: 0;
	font-size: 1.5rem;
	color: inherit;
	white-space: normal
}

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

[type=search] {
	outline-offset: -2px
}

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

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

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

template {
	display: none
}

[hidden] {
	display: none!important
}

@font-face {
	font-family: manroperegular;
	src: url(../fonts/manroperegular.eot);
	src: url(../fonts/manroperegular.eot) format("embedded-opentype"), url(../fonts/manroperegular.woff2) format("woff2"), url(../fonts/manroperegular.woff) format("woff"), url(../fonts/manroperegular.ttf) format("truetype"), url(../fonts/manroperegular.svg#manroperegular) format("svg")
}

@font-face {
	font-family: manropelight;
	src: url(../fonts/manropelight.eot);
	src: url(../fonts/manropelight.eot) format("embedded-opentype"), url(../fonts/manropelight.woff2) format("woff2"), url(../fonts/manropelight.woff) format("woff"), url(../fonts/manropelight.ttf) format("truetype"), url(../fonts/manropelight.svg#manropelight) format("svg")
}

@font-face {
	font-family: manropethin;
	src: url(../fonts/manropethin.eot);
	src: url(../fonts/manropethin.eot) format("embedded-opentype"), url(../fonts/manropethin.woff2) format("woff2"), url(../fonts/manropethin.woff) format("woff"), url(../fonts/manropethin.ttf) format("truetype"), url(../fonts/manropethin.svg#manropethin) format("svg")
}

@font-face {
	font-family: manropemedium;
	src: url(../fonts/manropemedium.eot);
	src: url(../fonts/manropemedium.eot) format("embedded-opentype"), url(../fonts/manropemedium.woff2) format("woff2"), url(../fonts/manropemedium.woff) format("woff"), url(../fonts/manropemedium.ttf) format("truetype"), url(../fonts/manropemedium.svg#manropemedium) format("svg")
}

@font-face {
	font-family: manropesemibold;
	src: url(../fonts/manropesemibold.eot);
	src: url(../fonts/manropesemibold.eot) format("embedded-opentype"), url(../fonts/manropesemibold.woff2) format("woff2"), url(../fonts/manropesemibold.woff) format("woff"), url(../fonts/manropesemibold.ttf) format("truetype"), url(../fonts/manropesemibold.svg#manropesemibold) format("svg")
}

@font-face {
	font-family: manropeextrabold;
	src: url(../fonts/manropeextrabold.eot);
	src: url(../fonts/manropeextrabold.eot) format("embedded-opentype"), url(../fonts/manropeextrabold.woff2) format("woff2"), url(../fonts/manropeextrabold.woff) format("woff"), url(../fonts/manropeextrabold.ttf) format("truetype"), url(../fonts/manropeextrabold.svg#manropeextrabold) format("svg")
}

@font-face {
	font-family: manropebold;
	src: url(../fonts/manropebold.eot);
	src: url(../fonts/manropebold.eot) format("embedded-opentype"), url(../fonts/manropebold.woff2) format("woff2"), url(../fonts/manropebold.woff) format("woff"), url(../fonts/manropebold.ttf) format("truetype"), url(../fonts/manropebold.svg#manropebold) format("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;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

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

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
	transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
	transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
	transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
	transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
	transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
	transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
	transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
	transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
	transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
	transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
	transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
	transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
	transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
	transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
	transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
	transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
	transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
	transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
	transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
	transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
	transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
	transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
	transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
	transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
	transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
	transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
	transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
	transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
	transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
	transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
	transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
	transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
	transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
	transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
	transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
	transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
	transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
	transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
	transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
	transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
	transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
	transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
	transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
	transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
	transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
	transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
	transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
	transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
	transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
	transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
	transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
	transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
	transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
	transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
	transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
	transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
	transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
	transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
	transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
	transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
	transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
	transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
	transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
	transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
	transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
	transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
	transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
	transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
	transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
	transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
	transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
	transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
	transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
	transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
	transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
	transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
	transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
	transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
	transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
	transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
	transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
	transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
	transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
	transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
	transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
	transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
	transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
	transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
	transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
	transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
	transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
	transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
	transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
	transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
	transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
	transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
	transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
	transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
	transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
	transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
	transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
	transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
	transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
	transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
	transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
	transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
	transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
	transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
	transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
	transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
	transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
	transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
	transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
	transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
	transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
	transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
	transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
	transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
	transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
	transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
	transition-delay: 3s
}

[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-cubic],
[data-aos][data-aos][data-aos-easing=ease-in-quad],
[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-cubic] [data-aos],
body[data-aos-easing=ease-in-quad] [data-aos],
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-cubic],
[data-aos][data-aos][data-aos-easing=ease-out-quad],
[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-cubic] [data-aos],
body[data-aos-easing=ease-out-quad] [data-aos],
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-cubic],
[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-cubic] [data-aos],
body[data-aos-easing=ease-in-out-quad] [data-aos],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
	opacity: 0;
	transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
	opacity: 1;
	transform: translateZ(0)
}

[data-aos=fade-up] {
	transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
	transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
	transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
	transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
	transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
	transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
	transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
	transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
	opacity: 0;
	transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
	opacity: 1;
	transform: translateZ(0) scale(1)
}

.dk-optgroup-disabled,
.dk-select-disabled {
	opacity: .6;
	cursor: not-allowed;
	color: #bbb
}

[data-aos=zoom-in] {
	transform: scale(.6)
}

[data-aos=zoom-in-up] {
	transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
	transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
	transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
	transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
	transform: scale(1.2)
}

[data-aos=zoom-out-up] {
	transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
	transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
	transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
	transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
	transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
	transform: translateZ(0)
}

[data-aos=slide-up] {
	transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
	transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
	transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
	transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
	backface-visibility: hidden;
	transition-property: transform
}

[data-aos=flip-left] {
	transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
	transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
	transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
	transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
	transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
	transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
	transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
	transform: perspective(2500px) rotateX(0)
}

.dk-select,
.dk-select *,
.dk-select:after,
.dk-select:before,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi:after,
.dk-select-multi:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.dk-select,
.dk-select-multi {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5em;
	width: 200px;
	cursor: pointer
}

.dk-selected {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.dk-selected:after,
.dk-selected:before {
	content: '';
	display: block;
	position: absolute;
	right: 0
}

.dk-selected:before {
	top: 50%
}

.dk-selected:after {
	top: 0;
	height: 100%;
	border-left: 1px solid #ccc;
	margin: 0 1.5em 0 0
}

.dk-selected-disabled {
	color: #bbb
}

.dk-select .dk-select-options {
	position: absolute;
	display: none;
	left: 0;
	right: 0
}

.dk-select-open-up .dk-select-options {
	margin-bottom: -1px;
	bottom: 100%
}

.dk-select-open-down .dk-select-options {
	margin-top: -1px;
	top: 100%
}

.dk-select-multi .dk-select-options {
	max-height: 10em
}

.dk-select-options {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: .4em;
	list-style: none;
	margin: 0;
	max-height: 10.5em;
	overflow-x: hidden;
	overflow-y: auto;
	width: auto;
	z-index: 100
}

.dk-optgroup,
.dk-optgroup+.dk-option {
	margin-top: .25em
}

.dk-option-selected {
	background-color: #3297fd;
	color: #fff
}

.dk-select-options-highlight .dk-option-selected {
	background-color: transparent;
	color: inherit
}

.dk-select-options .dk-option-highlight {
	color: #fff
}

.dk-select-options .dk-option-disabled {
	color: #bbb;
	background-color: transparent
}

.dk-select-options .dk-option-hidden {
	display: none
}

.dk-optgroup {
	border: solid #ccc;
	border-width: 1px 0;
	padding: .25em 0
}

.dk-select-open-down .dk-selected:after,
.dk-select-open-up .dk-selected:after,
.dk-selected:focus:after,
.dk-selected:hover:after {
	border-left-color: #3297fd
}

.dk-optgroup+.dk-optgroup {
	border-top-width: 0;
	margin-top: 0
}

.dk-optgroup:nth-child(2) {
	padding-top: 0;
	border-top: none;
	margin-top: 0
}

.dk-optgroup:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

.dk-optgroup-label {
	padding: 0 .5em .25em;
	font-weight: 700;
	width: 100%
}

.dk-optgroup-options {
	list-style: none;
	padding-left: 0
}

.dk-optgroup-options li {
	padding-left: 1.2em
}

.dk-select-open-up .dk-selected {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-color: #3297fd
}

.dk-select-open-down .dk-selected {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-color: #3297fd
}

.dk-select-open-down .dk-selected:before,
.dk-select-open-up .dk-selected:before {
	border-width: 0 .25em .25em;
	border-bottom-color: #3297fd
}

.dk-select-multi:focus .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-open-up .dk-select-options {
	display: block;
	border-color: #3297fd
}

.intl-tel-input .hide,
select[data-dkcacheid] {
	display: none
}

.dk-select-multi:focus,
.dk-select-multi:hover {
	outline: 0
}

.dk-selected:focus,
.dk-selected:hover {
	outline: 0;
	border-color: #3297fd
}

.dk-selected:focus:before,
.dk-selected:hover:before {
	border-top-color: #3297fd
}

.dk-select-disabled .dk-selected:focus,
.dk-select-disabled .dk-selected:hover {
	border-color: inherit
}

.dk-select-disabled .dk-selected:focus:before,
.dk-select-disabled .dk-selected:hover:before {
	border-top-color: inherit
}

.dk-select-disabled .dk-selected:focus:after,
.dk-select-disabled .dk-selected:hover:after {
	border-left-color: inherit
}

.intl-tel-input {
	position: relative
}

.intl-tel-input * {
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.intl-tel-input input,
.intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
	position: relative;
	z-index: 0;
	margin-top: 0!important;
	margin-bottom: 0!important;
	padding-right: 36px;
	margin-right: 0
}

.intl-tel-input .flag-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 1px
}

.intl-tel-input .selected-flag {
	z-index: 1;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 6px 0 8px
}

.intl-tel-input .selected-flag .iti-arrow {
	margin-left: 6px
}

.intl-tel-input .selected-flag .iti-arrow.up {
	border-top: none;
	border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
	position: absolute;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 -1px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	background-color: #fff;
	border: 1px solid #ccc;
	white-space: nowrap;
	max-height: 200px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

.intl-tel-input .country-list .country.highlight,
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
	background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input .country-list.dropup {
	bottom: 100%;
	margin-bottom: -1px
}

.intl-tel-input .country-list .flag-box {
	display: inline-block;
	width: 20px
}

@media (max-width:500px) {
	.intl-tel-input .country-list {
		white-space: normal
	}
}

.intl-tel-input .country-list .divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc
}

.intl-tel-input .country-list .country {
	padding: 5px 10px
}

.intl-tel-input .country-list .country .dial-code {
	color: #999
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
	margin-right: 6px
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=tel],
.intl-tel-input.separate-dial-code input[type=text] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
	right: auto;
	left: 0
}

.intl-tel-input.allow-dropdown .flag-container:hover {
	cursor: pointer
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
	cursor: default
}

.intl-tel-input.iti-container:hover,
.menu_icon {
	cursor: pointer
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
	background-color: transparent
}

.intl-tel-input.separate-dial-code .selected-flag {
	background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input.separate-dial-code .selected-dial-code {
	margin-left: 6px
}

.intl-tel-input.iti-container {
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 1060;
	padding: 1px
}

.iti-mobile .intl-tel-input.iti-container {
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	position: fixed
}

.iti-mobile .intl-tel-input .country-list {
	max-height: 100%;
	width: 100%
}

.iti-mobile .intl-tel-input .country-list .country {
	padding: 10px;
	line-height: 1.5em
}

.iti-flag {
	width: 20px
}

.iti-flag.be {
	width: 18px
}

.iti-flag.ch {
	width: 15px
}

.iti-flag.mc {
	width: 19px
}

.iti-flag.ne {
	width: 18px
}

.iti-flag.ac {
	height: 10px;
	background-position: 0 0
}

.iti-flag.ad {
	height: 14px;
	background-position: -22px 0
}

.iti-flag.ae {
	height: 10px;
	background-position: -44px 0
}

.iti-flag.af {
	height: 14px;
	background-position: -66px 0
}

.iti-flag.ag {
	height: 14px;
	background-position: -88px 0
}

.iti-flag.ai {
	height: 10px;
	background-position: -110px 0
}

.iti-flag.al {
	height: 15px;
	background-position: -132px 0
}

.iti-flag.am {
	height: 10px;
	background-position: -154px 0
}

.iti-flag.ao {
	height: 14px;
	background-position: -176px 0
}

.iti-flag.aq {
	height: 14px;
	background-position: -198px 0
}

.iti-flag.ar {
	height: 13px;
	background-position: -220px 0
}

.iti-flag.as {
	height: 10px;
	background-position: -242px 0
}

.iti-flag.at {
	height: 14px;
	background-position: -264px 0
}

.iti-flag.au {
	height: 10px;
	background-position: -286px 0
}

.iti-flag.aw {
	height: 14px;
	background-position: -308px 0
}

.iti-flag.ax {
	height: 13px;
	background-position: -330px 0
}

.iti-flag.az {
	height: 10px;
	background-position: -352px 0
}

.iti-flag.ba {
	height: 10px;
	background-position: -374px 0
}

.iti-flag.bb {
	height: 14px;
	background-position: -396px 0
}

.iti-flag.bd {
	height: 12px;
	background-position: -418px 0
}

.iti-flag.be {
	height: 15px;
	background-position: -440px 0
}

.iti-flag.bf {
	height: 14px;
	background-position: -460px 0
}

.iti-flag.bg {
	height: 12px;
	background-position: -482px 0
}

.iti-flag.bh {
	height: 12px;
	background-position: -504px 0
}

.iti-flag.bi {
	height: 12px;
	background-position: -526px 0
}

.iti-flag.bj {
	height: 14px;
	background-position: -548px 0
}

.iti-flag.bl {
	height: 14px;
	background-position: -570px 0
}

.iti-flag.bm {
	height: 10px;
	background-position: -592px 0
}

.iti-flag.bn {
	height: 10px;
	background-position: -614px 0
}

.iti-flag.bo {
	height: 14px;
	background-position: -636px 0
}

.iti-flag.bq {
	height: 14px;
	background-position: -658px 0
}

.iti-flag.br {
	height: 14px;
	background-position: -680px 0
}

.iti-flag.bs {
	height: 10px;
	background-position: -702px 0
}

.iti-flag.bt {
	height: 14px;
	background-position: -724px 0
}

.iti-flag.bv {
	height: 15px;
	background-position: -746px 0
}

.iti-flag.bw {
	height: 14px;
	background-position: -768px 0
}

.iti-flag.by {
	height: 10px;
	background-position: -790px 0
}

.iti-flag.bz {
	height: 14px;
	background-position: -812px 0
}

.iti-flag.ca {
	height: 10px;
	background-position: -834px 0
}

.iti-flag.cc {
	height: 10px;
	background-position: -856px 0
}

.iti-flag.cd {
	height: 15px;
	background-position: -878px 0
}

.iti-flag.cf {
	height: 14px;
	background-position: -900px 0
}

.iti-flag.cg {
	height: 14px;
	background-position: -922px 0
}

.iti-flag.ch {
	height: 15px;
	background-position: -944px 0
}

.iti-flag.ci {
	height: 14px;
	background-position: -961px 0
}

.iti-flag.ck {
	height: 10px;
	background-position: -983px 0
}

.iti-flag.cl {
	height: 14px;
	background-position: -1005px 0
}

.iti-flag.cm {
	height: 14px;
	background-position: -1027px 0
}

.iti-flag.cn {
	height: 14px;
	background-position: -1049px 0
}

.iti-flag.co {
	height: 14px;
	background-position: -1071px 0
}

.iti-flag.cp {
	height: 14px;
	background-position: -1093px 0
}

.iti-flag.cr {
	height: 12px;
	background-position: -1115px 0
}

.iti-flag.cu {
	height: 10px;
	background-position: -1137px 0
}

.iti-flag.cv {
	height: 12px;
	background-position: -1159px 0
}

.iti-flag.cw {
	height: 14px;
	background-position: -1181px 0
}

.iti-flag.cx {
	height: 10px;
	background-position: -1203px 0
}

.iti-flag.cy {
	height: 14px;
	background-position: -1225px 0
}

.iti-flag.cz {
	height: 14px;
	background-position: -1247px 0
}

.iti-flag.de {
	height: 12px;
	background-position: -1269px 0
}

.iti-flag.dg {
	height: 10px;
	background-position: -1291px 0
}

.iti-flag.dj {
	height: 14px;
	background-position: -1313px 0
}

.iti-flag.dk {
	height: 15px;
	background-position: -1335px 0
}

.iti-flag.dm {
	height: 10px;
	background-position: -1357px 0
}

.iti-flag.do {
	height: 14px;
	background-position: -1379px 0
}

.iti-flag.dz {
	height: 14px;
	background-position: -1401px 0
}

.iti-flag.ea {
	height: 14px;
	background-position: -1423px 0
}

.iti-flag.ec {
	height: 14px;
	background-position: -1445px 0
}

.iti-flag.ee {
	height: 13px;
	background-position: -1467px 0
}

.iti-flag.eg {
	height: 14px;
	background-position: -1489px 0
}

.iti-flag.eh {
	height: 10px;
	background-position: -1511px 0
}

.iti-flag.er {
	height: 10px;
	background-position: -1533px 0
}

.iti-flag.es {
	height: 14px;
	background-position: -1555px 0
}

.iti-flag.et {
	height: 10px;
	background-position: -1577px 0
}

.iti-flag.eu {
	height: 14px;
	background-position: -1599px 0
}

.iti-flag.fi {
	height: 12px;
	background-position: -1621px 0
}

.iti-flag.fj {
	height: 10px;
	background-position: -1643px 0
}

.iti-flag.fk {
	height: 10px;
	background-position: -1665px 0
}

.iti-flag.fm {
	height: 11px;
	background-position: -1687px 0
}

.iti-flag.fo {
	height: 15px;
	background-position: -1709px 0
}

.iti-flag.fr {
	height: 14px;
	background-position: -1731px 0
}

.iti-flag.ga {
	height: 15px;
	background-position: -1753px 0
}

.iti-flag.gb {
	height: 10px;
	background-position: -1775px 0
}

.iti-flag.gd {
	height: 12px;
	background-position: -1797px 0
}

.iti-flag.ge {
	height: 14px;
	background-position: -1819px 0
}

.iti-flag.gf {
	height: 14px;
	background-position: -1841px 0
}

.iti-flag.gg {
	height: 14px;
	background-position: -1863px 0
}

.iti-flag.gh {
	height: 14px;
	background-position: -1885px 0
}

.iti-flag.gi {
	height: 10px;
	background-position: -1907px 0
}

.iti-flag.gl {
	height: 14px;
	background-position: -1929px 0
}

.iti-flag.gm {
	height: 14px;
	background-position: -1951px 0
}

.iti-flag.gn {
	height: 14px;
	background-position: -1973px 0
}

.iti-flag.gp {
	height: 14px;
	background-position: -1995px 0
}

.iti-flag.gq {
	height: 14px;
	background-position: -2017px 0
}

.iti-flag.gr {
	height: 14px;
	background-position: -2039px 0
}

.iti-flag.gs {
	height: 10px;
	background-position: -2061px 0
}

.iti-flag.gt {
	height: 13px;
	background-position: -2083px 0
}

.iti-flag.gu {
	height: 11px;
	background-position: -2105px 0
}

.iti-flag.gw {
	height: 10px;
	background-position: -2127px 0
}

.iti-flag.gy {
	height: 12px;
	background-position: -2149px 0
}

.iti-flag.hk {
	height: 14px;
	background-position: -2171px 0
}

.iti-flag.hm {
	height: 10px;
	background-position: -2193px 0
}

.iti-flag.hn {
	height: 10px;
	background-position: -2215px 0
}

.iti-flag.hr {
	height: 10px;
	background-position: -2237px 0
}

.iti-flag.ht {
	height: 12px;
	background-position: -2259px 0
}

.iti-flag.hu {
	height: 10px;
	background-position: -2281px 0
}

.iti-flag.ic {
	height: 14px;
	background-position: -2303px 0
}

.iti-flag.id {
	height: 14px;
	background-position: -2325px 0
}

.iti-flag.ie {
	height: 10px;
	background-position: -2347px 0
}

.iti-flag.il {
	height: 15px;
	background-position: -2369px 0
}

.iti-flag.im {
	height: 10px;
	background-position: -2391px 0
}

.iti-flag.in {
	height: 14px;
	background-position: -2413px 0
}

.iti-flag.io {
	height: 10px;
	background-position: -2435px 0
}

.iti-flag.iq {
	height: 14px;
	background-position: -2457px 0
}

.iti-flag.ir {
	height: 12px;
	background-position: -2479px 0
}

.iti-flag.is {
	height: 15px;
	background-position: -2501px 0
}

.iti-flag.it {
	height: 14px;
	background-position: -2523px 0
}

.iti-flag.je {
	height: 12px;
	background-position: -2545px 0
}

.iti-flag.jm {
	height: 10px;
	background-position: -2567px 0
}

.iti-flag.jo {
	height: 10px;
	background-position: -2589px 0
}

.iti-flag.jp {
	height: 14px;
	background-position: -2611px 0
}

.iti-flag.ke {
	height: 14px;
	background-position: -2633px 0
}

.iti-flag.kg {
	height: 12px;
	background-position: -2655px 0
}

.iti-flag.kh {
	height: 13px;
	background-position: -2677px 0
}

.iti-flag.ki {
	height: 10px;
	background-position: -2699px 0
}

.iti-flag.km {
	height: 12px;
	background-position: -2721px 0
}

.iti-flag.kn {
	height: 14px;
	background-position: -2743px 0
}

.iti-flag.kp {
	height: 10px;
	background-position: -2765px 0
}

.iti-flag.kr {
	height: 14px;
	background-position: -2787px 0
}

.iti-flag.kw {
	height: 10px;
	background-position: -2809px 0
}

.iti-flag.ky {
	height: 10px;
	background-position: -2831px 0
}

.iti-flag.kz {
	height: 10px;
	background-position: -2853px 0
}

.iti-flag.la {
	height: 14px;
	background-position: -2875px 0
}

.iti-flag.lb {
	height: 14px;
	background-position: -2897px 0
}

.iti-flag.lc {
	height: 10px;
	background-position: -2919px 0
}

.iti-flag.li {
	height: 12px;
	background-position: -2941px 0
}

.iti-flag.lk {
	height: 10px;
	background-position: -2963px 0
}

.iti-flag.lr {
	height: 11px;
	background-position: -2985px 0
}

.iti-flag.ls {
	height: 14px;
	background-position: -3007px 0
}

.iti-flag.lt {
	height: 12px;
	background-position: -3029px 0
}

.iti-flag.lu {
	height: 12px;
	background-position: -3051px 0
}

.iti-flag.lv {
	height: 10px;
	background-position: -3073px 0
}

.iti-flag.ly {
	height: 10px;
	background-position: -3095px 0
}

.iti-flag.ma {
	height: 14px;
	background-position: -3117px 0
}

.iti-flag.mc {
	height: 15px;
	background-position: -3139px 0
}

.iti-flag.md {
	height: 10px;
	background-position: -3160px 0
}

.iti-flag.me {
	height: 10px;
	background-position: -3182px 0
}

.iti-flag.mf {
	height: 14px;
	background-position: -3204px 0
}

.iti-flag.mg {
	height: 14px;
	background-position: -3226px 0
}

.iti-flag.mh {
	height: 11px;
	background-position: -3248px 0
}

.iti-flag.mk {
	height: 10px;
	background-position: -3270px 0
}

.iti-flag.ml {
	height: 14px;
	background-position: -3292px 0
}

.iti-flag.mm {
	height: 14px;
	background-position: -3314px 0
}

.iti-flag.mn {
	height: 10px;
	background-position: -3336px 0
}

.iti-flag.mo {
	height: 14px;
	background-position: -3358px 0
}

.iti-flag.mp {
	height: 10px;
	background-position: -3380px 0
}

.iti-flag.mq {
	height: 14px;
	background-position: -3402px 0
}

.iti-flag.mr {
	height: 14px;
	background-position: -3424px 0
}

.iti-flag.ms {
	height: 10px;
	background-position: -3446px 0
}

.iti-flag.mt {
	height: 14px;
	background-position: -3468px 0
}

.iti-flag.mu {
	height: 14px;
	background-position: -3490px 0
}

.iti-flag.mv {
	height: 14px;
	background-position: -3512px 0
}

.iti-flag.mw {
	height: 14px;
	background-position: -3534px 0
}

.iti-flag.mx {
	height: 12px;
	background-position: -3556px 0
}

.iti-flag.my {
	height: 10px;
	background-position: -3578px 0
}

.iti-flag.mz {
	height: 14px;
	background-position: -3600px 0
}

.iti-flag.na {
	height: 14px;
	background-position: -3622px 0
}

.iti-flag.nc {
	height: 10px;
	background-position: -3644px 0
}

.iti-flag.ne {
	height: 15px;
	background-position: -3666px 0
}

.iti-flag.nf {
	height: 10px;
	background-position: -3686px 0
}

.iti-flag.ng {
	height: 10px;
	background-position: -3708px 0
}

.iti-flag.ni {
	height: 12px;
	background-position: -3730px 0
}

.iti-flag.nl {
	height: 14px;
	background-position: -3752px 0
}

.iti-flag.no {
	height: 15px;
	background-position: -3774px 0
}

.iti-flag.np {
	width: 13px;
	height: 15px;
	background-position: -3796px 0
}

.iti-flag.nr {
	height: 10px;
	background-position: -3811px 0
}

.iti-flag.nu {
	height: 10px;
	background-position: -3833px 0
}

.iti-flag.nz {
	height: 10px;
	background-position: -3855px 0
}

.iti-flag.om {
	height: 10px;
	background-position: -3877px 0
}

.iti-flag.pa {
	height: 14px;
	background-position: -3899px 0
}

.iti-flag.pe {
	height: 14px;
	background-position: -3921px 0
}

.iti-flag.pf {
	height: 14px;
	background-position: -3943px 0
}

.iti-flag.pg {
	height: 15px;
	background-position: -3965px 0
}

.iti-flag.ph {
	height: 10px;
	background-position: -3987px 0
}

.iti-flag.pk {
	height: 14px;
	background-position: -4009px 0
}

.iti-flag.pl {
	height: 13px;
	background-position: -4031px 0
}

.iti-flag.pm {
	height: 14px;
	background-position: -4053px 0
}

.iti-flag.pn {
	height: 10px;
	background-position: -4075px 0
}

.iti-flag.pr {
	height: 14px;
	background-position: -4097px 0
}

.iti-flag.ps {
	height: 10px;
	background-position: -4119px 0
}

.iti-flag.pt {
	height: 14px;
	background-position: -4141px 0
}

.iti-flag.pw {
	height: 13px;
	background-position: -4163px 0
}

.iti-flag.py {
	height: 11px;
	background-position: -4185px 0
}

.iti-flag.qa {
	height: 8px;
	background-position: -4207px 0
}

.iti-flag.re {
	height: 14px;
	background-position: -4229px 0
}

.iti-flag.ro {
	height: 14px;
	background-position: -4251px 0
}

.iti-flag.rs {
	height: 14px;
	background-position: -4273px 0
}

.iti-flag.ru {
	height: 14px;
	background-position: -4295px 0
}

.iti-flag.rw {
	height: 14px;
	background-position: -4317px 0
}

.iti-flag.sa {
	height: 14px;
	background-position: -4339px 0
}

.iti-flag.sb {
	height: 10px;
	background-position: -4361px 0
}

.iti-flag.sc {
	height: 10px;
	background-position: -4383px 0
}

.iti-flag.sd {
	height: 10px;
	background-position: -4405px 0
}

.iti-flag.se {
	height: 13px;
	background-position: -4427px 0
}

.iti-flag.sg {
	height: 14px;
	background-position: -4449px 0
}

.iti-flag.sh {
	height: 10px;
	background-position: -4471px 0
}

.iti-flag.si {
	height: 10px;
	background-position: -4493px 0
}

.iti-flag.sj {
	height: 15px;
	background-position: -4515px 0
}

.iti-flag.sk {
	height: 14px;
	background-position: -4537px 0
}

.iti-flag.sl {
	height: 14px;
	background-position: -4559px 0
}

.iti-flag.sm {
	height: 15px;
	background-position: -4581px 0
}

.iti-flag.sn {
	height: 14px;
	background-position: -4603px 0
}

.iti-flag.so {
	height: 14px;
	background-position: -4625px 0
}

.iti-flag.sr {
	height: 14px;
	background-position: -4647px 0
}

.iti-flag.ss {
	height: 10px;
	background-position: -4669px 0
}

.iti-flag.st {
	height: 10px;
	background-position: -4691px 0
}

.iti-flag.sv {
	height: 12px;
	background-position: -4713px 0
}

.iti-flag.sx {
	height: 14px;
	background-position: -4735px 0
}

.iti-flag.sy {
	height: 14px;
	background-position: -4757px 0
}

.iti-flag.sz {
	height: 14px;
	background-position: -4779px 0
}

.iti-flag.ta {
	height: 10px;
	background-position: -4801px 0
}

.iti-flag.tc {
	height: 10px;
	background-position: -4823px 0
}

.iti-flag.td {
	height: 14px;
	background-position: -4845px 0
}

.iti-flag.tf {
	height: 14px;
	background-position: -4867px 0
}

.iti-flag.tg {
	height: 13px;
	background-position: -4889px 0
}

.iti-flag.th {
	height: 14px;
	background-position: -4911px 0
}

.iti-flag.tj {
	height: 10px;
	background-position: -4933px 0
}

.iti-flag.tk {
	height: 10px;
	background-position: -4955px 0
}

.iti-flag.tl {
	height: 10px;
	background-position: -4977px 0
}

.iti-flag.tm {
	height: 14px;
	background-position: -4999px 0
}

.iti-flag.tn {
	height: 14px;
	background-position: -5021px 0
}

.iti-flag.to {
	height: 10px;
	background-position: -5043px 0
}

.iti-flag.tr {
	height: 14px;
	background-position: -5065px 0
}

.iti-flag.tt {
	height: 12px;
	background-position: -5087px 0
}

.iti-flag.tv {
	height: 10px;
	background-position: -5109px 0
}

.iti-flag.tw {
	height: 14px;
	background-position: -5131px 0
}

.iti-flag.tz {
	height: 14px;
	background-position: -5153px 0
}

.iti-flag.ua {
	height: 14px;
	background-position: -5175px 0
}

.iti-flag.ug {
	height: 14px;
	background-position: -5197px 0
}

.iti-flag.um {
	height: 11px;
	background-position: -5219px 0
}

.iti-flag.un {
	height: 14px;
	background-position: -5241px 0
}

.iti-flag.us {
	height: 11px;
	background-position: -5263px 0
}

.iti-flag.uy {
	height: 14px;
	background-position: -5285px 0
}

.iti-flag.uz {
	height: 10px;
	background-position: -5307px 0
}

.iti-flag.va {
	width: 15px;
	height: 15px;
	background-position: -5329px 0
}

.iti-flag.vc {
	height: 14px;
	background-position: -5346px 0
}

.iti-flag.ve {
	height: 14px;
	background-position: -5368px 0
}

.iti-flag.vg {
	height: 10px;
	background-position: -5390px 0
}

.iti-flag.vi {
	height: 14px;
	background-position: -5412px 0
}

.iti-flag.vn {
	height: 14px;
	background-position: -5434px 0
}

.iti-flag.vu {
	height: 12px;
	background-position: -5456px 0
}

.iti-flag.wf {
	height: 14px;
	background-position: -5478px 0
}

.iti-flag.ws {
	height: 10px;
	background-position: -5500px 0
}

.iti-flag.xk {
	height: 15px;
	background-position: -5522px 0
}

.iti-flag.ye {
	height: 14px;
	background-position: -5544px 0
}

.iti-flag.yt {
	height: 14px;
	background-position: -5566px 0
}

.iti-flag.za {
	height: 14px;
	background-position: -5588px 0
}

.iti-flag.zm {
	height: 14px;
	background-position: -5610px 0
}

.iti-flag.zw {
	height: 10px;
	background-position: -5632px 0
}

.iti-flag {
	height: 15px;
	box-shadow: 0 0 1px 0 #888;
	background-repeat: no-repeat;
	background-color: #dbdbdb;
	background-position: 20px 0
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.iti-flag {
		background-size: 5652px 15px;
		background-image: url(../img/flags@2x.png)
	}
}

.iti-flag.np {
	background-color: transparent
}

header {
	box-shadow: 0 1px 18px rgba(0, 0, 0, .2);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	padding: 13px 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	background: #fff
	/**/
}

.small-header header {
	padding: 10px 0
}

header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative
}

header .logo {
	width: 28px;
	display: block
}

.small-header header .logo {
	width: 24px
}

header nav {
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

header nav>ul {
	display: flex;
	align-items: center;
	justify-content: center
}

header nav>ul>li {
	margin-right: 47px
}

@media (max-width:991px) {
	header nav {
		position: fixed;
		top: 0;
		bottom: 0;
		right: -100%;
		height: 100%;
		width: 100%;
		background: #ee3057;
		padding-top: 100px;
		z-index: 99;
		overflow-y: auto
	}
	.menu_open header nav {
		right: 0
	}
	header nav>ul {
		display: block
	}
	header nav>ul>li {
		margin-right: 0;
		margin-bottom: 20px;
		padding: 0 40px
	}
}

header nav>ul>li:last-child {
	margin-right: 0
}

header nav>ul>li.has_menu>a:after {
	content: '';
	position: absolute;
	right: -15px;
	top: 50%;
	width: 11px;
	height: 6px;
	background: url(../../images/down-arrow.svg) center no-repeat;
	background-size: 10px;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

@media (max-width:991px) {
	header nav>ul>li.has_menu>a:after {
		background: url(../../images/right-angle-white.svg) no-repeat;
		height: 15px;
		width: 15px;
		background-size: 15px;
		right: -30px;
		top: 16px
	}
}

header nav>ul>li.has_menu:hover>a:before {
	width: 40px
}

header nav>ul>li.has_menu:hover>a:after {
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

header nav>ul>li.has_menu:hover .submenu {
	top: 100%;
	opacity: 1;
	visibility: visible
}

header nav>ul>li>a {
	font-family: manropeextrabold, sans-serif;
	position: relative;
	font-size: 16px;
	line-height: 20px
}

@media (max-width:991px) {
	header nav>ul>li.has_menu:hover>a:after {
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	header nav>ul>li.has_menu:hover .submenu {
		top: 100%;
		opacity: 1;
		visibility: visible
	}
	header nav>ul>li.has_menu.submenu_open .submenu {
		top: 0
	}
	header nav>ul>li>a {
		font-size: 30px!important;
		line-height: 36px!important;
		color: #fff!important;
		padding: 0!important;
		height: auto!important
	}
	header nav>ul>li>a:before {
		display: none
	}
}

header nav>ul>li>a:before {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 8px;
	bottom: 2px;
	background: #6bd6cc;
	z-index: -1;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

header nav>ul>li>a.active,
header nav>ul>li>a:hover {
	color: #000
}

header nav>ul>li>a.active:before,
header nav>ul>li>a:hover:before {
	width: 40px
}

header nav>ul>li .submenu {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 30px);
	background: #fff;
	padding: 40px 0;
	box-shadow: 0 13px 24px rgba(0, 0, 0, .3);
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

@media (max-width:991px) {
	header nav>ul>li .submenu {
		position: fixed;
		top: 110%;
		bottom: 0;
		z-index: 100;
		opacity: 1;
		visibility: visible;
		left: 0;
		right: 0;
		padding: 90px 0 0;
		overflow-y: auto
	}
}

@media (max-width:1365px) {
	header nav>ul>li .submenu .container {
		padding: 0 25px
	}
}

header nav>ul>li .submenu .back_menu {
	display: none;
	align-items: center;
	position: absolute;
	left: 15px;
	top: 25px;
	font-family: manropemedium, sans-serif;
	color: #ee3057;
	font-size: 18px
}

@media (max-width:991px) {
	header nav>ul>li .submenu .back_menu {
		display: inline-flex
	}
}

header nav>ul>li .submenu .back_menu i {
	display: block;
	width: 25px;
	margin-right: 10px
}

header nav>ul>li .submenu .back_menu i img {
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

header nav>ul>li .submenu .row {
	width: 100%
}

header nav>ul>li .submenu .submenu_outer {
	display: flex;
	margin: 0 -25px
}

@media (max-width:1199px) {
	header nav>ul>li .submenu .submenu_outer {
		margin: 0 -15px
	}
}

header nav>ul>li .submenu .submenu_outer .submenu_inner {
	padding: 0 15px
}

@media (max-width:991px) {
	header nav>ul>li .submenu .row {
		width: auto
	}
	header nav>ul>li .submenu .submenu_outer {
		flex-wrap: wrap
	}
	header nav>ul>li .submenu .submenu_outer .submenu_inner {
		width: 100%!important;
		padding: 0 15px!important;
		margin-bottom: 60px
	}
}

@media (max-width:767px) {
	header nav>ul>li .submenu .submenu_outer .submenu_inner {
		margin-bottom: 40px
	}
}

header nav>ul>li .submenu .submenu_outer .submenu_inner h4 {
	display: flex;
	align-items: center;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 30px;
	min-height: 43px
}

header nav>ul>li .submenu .submenu_outer .submenu_inner h4 i {
	display: block;
	margin-right: 9px
}

@media (max-width:991px) {
	header nav>ul>li .submenu .submenu_outer .submenu_inner h4 {
		margin-bottom: 20px!important;
		font-size: 22px;
		line-height: 26px
	}
	header nav>ul>li .submenu .submenu_outer .submenu_inner h4 i {
		width: 25px
	}
	header nav>ul>li .submenu .submenu_outer .submenu_inner.design:after {
		display: none
	}
}

header nav>ul>li .submenu .submenu_outer .submenu_inner.design {
	width: 40%;
	padding-right: 130px;
	position: relative
}

header nav>ul>li .submenu .submenu_outer .submenu_inner.design:after {
	content: '';
	position: absolute;
	right: 64px;
	top: 0;
	bottom: 0px;
	background: #000;
	width: 1px
}

@media (max-width:1199px) {
	header nav>ul>li .submenu .submenu_outer .submenu_inner.design {
		padding-right: 75px
	}
	header nav>ul>li .submenu .submenu_outer .submenu_inner.design:after {
		right: 43px
	}
}

header nav>ul>li .submenu .submenu_outer .submenu_inner.develop {
	width: 60%
}

header nav>ul>li .submenu .submenu_outer .submenu_inner ul {
	display: flex;
	flex-wrap: wrap
}

header nav>ul>li .submenu .submenu_outer .submenu_inner ul.two_col {
	margin: 0 -15px
}

header nav>ul>li .submenu .submenu_outer .submenu_inner ul.two_col li {
	width: 50%;
	padding: 0 15px
}

header nav>ul>li .submenu .submenu_outer .submenu_inner ul li {
	margin-bottom: 20px
}

@media (max-width:991px) {
	header nav>ul>li .submenu .submenu_outer .submenu_inner ul li {
		width: 100%!important;
		text-align: left;
		margin-bottom: 10px
	}
}

header nav>ul>li .submenu .submenu_outer .submenu_inner ul li:last-child {
	margin-bottom: 0
}

header nav>ul>li .submenu .submenu_outer .submenu_inner ul li a {
	display: block;
	font-family: manropesemibold, sans-serif;
	font-size: 18px
}

@media (max-width:991px) {
	header nav>ul>li .submenu .submenu_outer .submenu_inner ul li a {
		font-size: 20px;
		line-height: 26px
	}
	header nav>ul>li .submenu .submenu_outer .submenu_inner ul li a:hover span.title:before {
		bottom: 0
	}
}

@media (max-width:767px) {
	header nav>ul>li .submenu .submenu_outer .submenu_inner ul li a {
		font-size: 16px;
		line-height: 20px
	}
}

header nav>ul>li .submenu .submenu_outer .submenu_inner ul li a:hover span.title:before {
	width: 40px
}

header nav>ul>li .submenu .submenu_outer .submenu_inner ul li a span {
	display: block
}

header nav>ul>li .submenu .submenu_outer .submenu_inner ul li a span.title {
	position: relative;
	z-index: 0;
	font-family: manropebold, sans-serif
}

header nav>ul>li .submenu .submenu_outer .submenu_inner ul li a span.title:before {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 8px;
	bottom: 6px;
	background: #6bd6cc;
	z-index: -1;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

header nav>ul>li .submenu .submenu_outer .submenu_inner ul li a span.desc {
	font-family: manroperegular, sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin-top: 0px;
	letter-spacing: .5px
}

header nav .pink-btn {
	height: 42px;
	font-size: 16px;
	line-height: 20px;
	padding: 0 26px
}

.menu_icon {
	width: 24px;
	height: 17px;
	position: fixed;
	right: 15px;
	top: 32px;
	z-index: 100;
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
	transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	display: none
}

@media (max-width:991px) {
	header nav>ul>li .submenu .submenu_outer .submenu_inner ul li a span.desc {
		display: none
	}
	.menu_icon {
		display: block
	}
}

.small-header .menu_icon {
	top: 24px
}

.menu_icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
	transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out
}

.menu_icon span:nth-child(1) {
	top: 0
}

.menu_icon span:nth-child(2),
.menu_icon span:nth-child(3) {
	top: 7px
}

.menu_icon span:nth-child(4) {
	top: 14px
}

.menu_icon.open span:nth-child(1),
.menu_icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%
}

.menu_icon.open span {
	background: #fff
}

.submenu_open .menu_icon.open span {
	background: #000
}

.menu_icon.open span:nth-child(2) {
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu_icon.open span:nth-child(3) {
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

footer .footer-logo {
	display: block;
	text-align: center;
	margin-bottom: 48px
}

@media (max-width:1199px) {
	footer .footer-logo {
		margin-bottom: 40px
	}
}

@media (max-width:991px) {
	footer .footer-logo {
		margin-bottom: 30px
	}
	footer .footer-logo img {
		max-width: 120px
	}
}

footer .footer_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 39px
}

@media (max-width:1199px) {
	footer .footer_menu {
		margin-bottom: 35px
	}
}

@media (max-width:991px) {
	footer .footer_menu {
		margin-bottom: 30px
	}
}

@media (max-width:767px) {
	footer .footer_menu {
		margin-bottom: 15px
	}
}

footer .footer_menu li {
	margin-right: 60px
}

@media (max-width:991px) {
	footer .footer_menu li {
		margin-right: 40px
	}
}

@media (max-width:480px) {
	footer .footer_menu {
		flex-wrap: wrap
	}
	footer .footer_menu li {
		margin: 0 0 10px;
		width: 50%;
		text-align: center
	}
}

footer .footer_menu li:last-child {
	margin-right: 0
}

footer .footer_menu li a {
	font-size: 20px;
	line-height: 24px;
	font-family: manropeextrabold, sans-serif;
	position: relative
}

footer .footer_menu li a:before {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 8px;
	bottom: 2px;
	background: #6bd6cc;
	z-index: -1;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

footer .footer_menu li a:hover {
	color: #000
}

footer .footer_menu li a:hover:before {
	width: 40px
}

footer .footer-top {
	padding: 90px 0
}

@media (max-width:1365px) {
	footer .footer-top {
		padding: 75px 0
	}
}

@media (max-width:1199px) {
	footer .footer-top {
		padding: 60px 0
	}
}

@media (max-width:991px) {
	footer .footer_menu li a {
		font-size: 18px;
		line-height: 22px
	}
	footer .footer-top {
		padding: 45px 0
	}
}

@media (max-width:767px) {
	footer .footer_menu li a {
		font-size: 16px;
		line-height: 20px
	}
	footer .footer-top {
		padding: 30px 0
	}
}

footer .footer-bottom {
	background: #f3f3f3;
	padding: 16px 0
}

footer .footer-bottom .footer_content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	letter-spacing: .2px
}

@media (max-width:480px) {
	footer .footer-bottom {
		padding: 12px 0
	}
	footer .footer-bottom .container {
		padding-left: 15px;
		padding-right: 15px
	}
	footer .footer-bottom .footer_content {
		display: block;
		text-align: center
	}
}

footer .footer-bottom .footer_content * {
	font-size: 16px;
	line-height: 20px;
	color: rgba(0, 0, 0, .7)
}

footer .footer-bottom .footer_content ul {
	display: flex;
	align-items: center
}

@media (max-width:480px) {
	footer .footer-bottom .footer_content ul {
		justify-content: center;
		margin-bottom: 2px
	}
}

.hero_block .row,
.social_icons {
	align-items: center
}

footer .footer-bottom .footer_content ul li {
	position: relative;
	margin-right: 19px
}

footer .footer-bottom .footer_content ul li:after {
	content: '';
	position: absolute;
	right: -10px;
	top: 4px;
	bottom: 4px;
	width: 1px;
	background: rgba(0, 0, 0, .7)
}

.dk-selected,
.form-input {
	border: 0;
	background: 0 0;
	font-family: manropesemibold, sans-serif
}

footer .footer-bottom .footer_content ul li:last-child:after {
	display: none
}

footer .footer-bottom .footer_content ul li a:hover {
	color: rgba(238, 48, 87, .7)
}

.social_icons {
	display: flex;
	justify-content: center
}

.social_icons li {
	margin-right: 42px
}

@media (max-width:991px) {
	footer .footer-bottom .footer_content * {
		font-size: 14px;
		line-height: 18px
	}
	.social_icons li {
		text-align: center;
		margin-right: 30px
	}
}

@media (max-width:767px) {
	footer .footer-bottom .footer_content * {
		font-size: 12px;
		line-height: 16px
	}
	.social_icons li {
		margin-right: 25px
	}
}

.social_icons li:last-child {
	margin-right: 0
}

.social_icons li a img {
	max-width: 100%
}

@media (max-width:991px) {
	.social_icons li a img {
		max-width: 80%
	}
}

.social_icons li a:hover {
	opacity: .7
}

.form-group {
	position: relative;
	margin-bottom: 46px
}

@media (max-width:767px) {
	.form-group {
		margin-bottom: 40px
	}
}

.form-group.message_group {
	margin-bottom: 23px
}

.form-group.tel label {
	left: 100px;
	top: 12px
}

@media (max-width:767px) {
	.form-group.tel label {
		left: 90px;
		top: 9px
	}
}

.form-label {
	position: absolute;
	left: 0;
	top: 15px;
	color: #000;
	z-index: 2;
	font-size: 18px;
	line-height: 22px;
	font-family: manropesemibold, sans-serif;
	transition: transform 150ms ease-out, font-size 150ms ease-out;
	-webkit-transition: transform 150ms ease-out, font-size 150ms ease-out;
	-moz-transition: transform 150ms ease-out, font-size 150ms ease-out;
	-o-transition: transform 150ms ease-out, font-size 150ms ease-out;
	-ms-transition: transform 150ms ease-out, font-size 150ms ease-out
}

@media (max-width:767px) {
	.form-label {
		font-size: 16px;
		line-height: 20px
	}
}

.focused .form-label {
	-moz-transform: translateY(-125%);
	-o-transform: translateY(-125%);
	-ms-transform: translateY(-125%);
	-webkit-transform: translateY(-125%);
	transform: translateY(-125%);
	font-size: 14px
}

textarea.form-input {
	resize: none;
	min-height: 113px
}

.form-input {
	position: relative;
	padding: 12px 0 5px;
	width: 100%;
	outline: 0;
	box-shadow: 0 1px 0 0 #000;
	transition: box-shadow 150ms ease-out
}

@media (max-width:767px) {
	.form-input {
		font-size: 16px;
		line-height: 20px
	}
}

.dk-select {
	width: 100%
}

.dk-select.dk-select-open-down .dk-selected:before,
.dk-select.dk-select-open-up .dk-selected:before {
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.dk-selected {
	border-bottom: 1px solid #000!important;
	border-radius: 0;
	padding: 12px 20px 15px 0;
	font-size: 18px;
	line-height: 22px
}

.dk-selected:after {
	display: none
}

.dk-selected:before {
	border: 0;
	margin: 0;
	height: 8px;
	width: 15px;
	background: url(../../images/angle-down.png) center no-repeat;
	background-size: cover;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

@media (max-width:767px) {
	.dk-selected {
		font-size: 16px;
		line-height: 20px
	}
	.dk-selected:before {
		top: 40%
	}
}

.dk-select-open-down .dk-select-options,
.dk-select-open-up .dk-select-options {
	border-color: #000;
	border-radius: 0
}

.dk-option-selected {
	background: #000
}

.dk-option {
	padding: 4px 10px
}

.dk-select-options {
	padding: 0
}

.dk-select-options .dk-option-highlight {
	background-color: #000
}

.custom_checkbox {
	position: relative;
	margin-bottom: 38px
}

.custom_checkbox:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	height: 15px;
	width: 18px;
	border: 1px solid #000
}

.custom_checkbox:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 11px;
	height: 10px;
	width: 10px;
	background: url(../../images/black-tick.svg) center no-repeat;
	background-size: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-moz-transform: scale(.7);
	-o-transform: scale(.7);
	-ms-transform: scale(.7);
	-webkit-transform: scale(.7);
	transform: scale(.7)
}

.custom_checkbox.checked:after {
	opacity: 1;
	visibility: visible;
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}

.custom_checkbox .checkbox_input {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	opacity: 0
}

.custom_checkbox label {
	display: block;
	padding-left: 27px;
	letter-spacing: .4px
}

.custom_checkbox a {
	font-weight: 700;
	text-decoration: underline
}

.iti-flag {
	background-image: url(../../images/flags.png)
}

.intl-tel-input {
	display: block
}

.intl-tel-input .selected-flag {
	background: 0 0!important;
	padding-left: 0
}

.intl-tel-input .country-list {
	z-index: 5
}

.intl-tel-input .country-list .country {
	font-size: 16px
}

.intl-tel-input .selected-dial-code {
	font-family: manropesemibold, sans-serif
}

.intl-tel-input .selected-flag .iti-arrow {
	height: 8px;
	width: 12px;
	background: url(../../images/angle-down.png) center no-repeat;
	background-size: 12px;
	border: 0!important;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

body,
html {
	height: 100%;
	min-height: 100%
}

.intl-tel-input .selected-flag .iti-arrow.up {
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.intl-tel-input .selected-flag:after {
	content: "";
	position: absolute;
	right: -2px;
	top: 12px;
	bottom: 12px;
	width: 1px;
	background: #000;
	display: none
}

::-moz-selection {
	color: #fff;
	background: #ee3057
}

::selection {
	color: #fff;
	background: #ee3057
}

html {
	font-size: 62.5%
}

body {
	font-size: 18px;
	line-height: 34px;
	overflow-x: hidden;
	color: #000;
	font-family: manroperegular, sans-serif;
	background: #fff;
	-webkit-font-smoothing: subpixel-antialiased
}

.pink-btn,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: manropeextrabold, sans-serif
}

@media (max-width:1199px) {
	body {
		line-height: 30px
	}
}

.menu_open {
	overflow: hidden
}

:focus {
	outline: 0
}

button {
	border: 0
}

.btn.focus,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link:focus,
.btn-link:hover {
	background-color: inherit;
	text-decoration: underline
}

a,
a:focus,
a:hover {
	color: #000;
	text-decoration: none
}

.wrapper {
	min-height: 100%
}

a {
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s
}

ul {
	margin: 0;
	padding: 0
}

ul li {
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0 0 20px;
	font-weight: 400;
	line-height: 34px
}

button:focus {
	outline: 0
}

main {
	padding-top: 78px;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

.small-header main {
	padding-top: 64px
}

.container {
	max-width: 1170px
}

@media (max-width:767px) {
	body {
		font-size: 14px;
		line-height: 26px
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 30px
	}
	.container {
		padding-left: 25px;
		padding-right: 25px
	}
	.row {
		margin-left: -25px;
		margin-right: -25px
	}
}

img {
	max-width: 100%
}

.pink-btn {
	display: inline-flex;
	height: 62px;
	justify-content: center;
	align-items: center;
	padding: 0 28px;
	font-size: 18px;
	line-height: 22px;
	background: #ee3057;
	color: #fff;
	border: 2px solid transparent;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

@media (max-width:991px) {
	.pink-btn {
		height: 50px;
		padding: 0 22px;
		font-size: 16px;
		line-height: 20px
	}
}

@media (max-width:767px) {
	.pink-btn {
		height: 50px;
		padding: 0 20px
	}
}

.pink-btn:hover {
	border-color: #ee3057;
	color: #ee3057;
	background: 0 0
}

.pink-btn:before {
	display: none
}

.pink-btn.black-btn {
	background: #000
}

.pink-btn.black-btn:hover {
	border-color: #000;
	color: #000;
	background: 0 0
}

.pink-btn.white-btn {
	background: #fff;
	color: #000;
	padding: 0 24px
}

.pink-btn.white-btn:hover {
	border-color: #fff;
	color: #fff;
	background: 0 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0
}

h1 {
	font-size: 46px;
	line-height: 54px
}

@media (max-width:1199px) {
	h1 {
		font-size: 41px;
		line-height: 48px
	}
}

@media (max-width:991px) {
	h1 {
		font-size: 36px;
		line-height: 44px
	}
}

@media (max-width:767px) {
	h1 {
		font-size: 30px;
		line-height: 38px
	}
}

h2 {
	font-size: 46px;
	line-height: 60px
}

@media (max-width:1199px) {
	h2 {
		font-size: 40px;
		line-height: 52px
	}
}

@media (max-width:991px) {
	h2 {
		font-size: 36px;
		line-height: 46px
	}
}

@media (max-width:767px) {
	h2 {
		font-size: 30px;
		line-height: 42px
	}
}

h2.title {
	font-size: 36px;
	text-align: center
}

@media (max-width:767px) {
	h2.title {
		font-size: 32px
	}
}

h3 {
	font-size: 40px;
	line-height: 52px
}

@media (max-width:1199px) {
	h3 {
		font-size: 36px;
		line-height: 46px
	}
}

@media (max-width:991px) {
	h3 {
		font-size: 32px;
		line-height: 40px
	}
}

@media (max-width:767px) {
	h3 {
		font-size: 26px;
		line-height: 36px
	}
}

h4 {
	font-size: 30px;
	line-height: 39px
}

@media (max-width:767px) {
	h4 {
		font-size: 24px;
		line-height: 34px
	}
}

h5 {
	font-size: 22px
}

@media (max-width:991px) {
	h5 {
		font-size: 20px
	}
	.custom_list li {
		text-align: center
	}
}

@media (max-width:767px) {
	h5 {
		font-size: 16px
	}
}

h6 {
	font-size: 18px
}

.custom_list li {
	position: relative;
	padding-left: 28px;
	letter-spacing: .6px;
	margin-bottom: 19px
}

@media (max-width:1199px) {
	.custom_list li {
		margin-bottom: 15px
	}
}

@media (max-width:767px) {
	.custom_list li {
		margin-bottom: 10px;
		line-height: 22px
	}
	.hero_block .banner_text {
		padding: 30px 15px
	}
}

.custom_list li:last-child {
	margin-bottom: 0
}

.custom_list li:before {
	content: "";
	position: absolute;
	left: 3px;
	top: 12px;
	height: 13px;
	width: 13px;
	background: url(../../images/black-tick.svg) center no-repeat;
	background-size: 13px
}

@media (max-width:991px) {
	.custom_list li:before {
		top: 8px;
		left: auto!important;
		-moz-transform: translateX(-25px);
		-o-transform: translateX(-25px);
		-ms-transform: translateX(-25px);
		-webkit-transform: translateX(-25px);
		transform: translateX(-25px)
	}
}

.custom_list.white li {
	color: #fff
}

.custom_list.white li:before {
	background: url(../../images/white-tick.svg) no-repeat
}

.underline {
	position: relative;
	display: inline-block
}

.underline:before {
	content: "";
	position: absolute;
	left: 3px;
	width: 117px;
	height: 11px;
	bottom: 11px;
	background: #ee3057;
	z-index: -1;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

.hero_block h1,
.hire_us {
	position: relative
}

@media (max-width:991px) {
	.underline:before {
		height: 8px;
		bottom: 7px;
		width: 80px
	}
}

.underline.blue:before {
	background: #6bd6cc;
	width: 176px
}

.hero_block {
	background: #f7f7f7
}

@media (max-width:991px) {
	.underline.blue:before {
		width: 150px
	}
	.hero_block .banner_text {
		order: 2;
		padding: 30px 15px;
		text-align: center
	}
	.hero_block .banner_img {
		order: 1;
		padding: 0;
		height: 425px
	}
}

@media (max-width:767px) {
	.hero_block .banner_img {
		height: 375px
	}
}

@media (max-width:480px) {
	.hero_block .banner_img {
		height: auto
	}
}

.hero_block h1 {
	padding-right: 10px;
	margin: 0;
	z-index: 1
}

@media (max-width:991px) {
	.hero_block .banner_img img {
		width: 100%;
		height: 100%;
		object-fit: cover
	}
	.hero_block h1 {
		padding-right: 0
	}
}

.finlark_team {
	padding: 163px 0
}

@media (max-width:1365px) {
	.finlark_team {
		padding: 125px 0
	}
}

@media (max-width:1199px) {
	.finlark_team {
		padding: 100px 0
	}
}

.finlark_team .row {
	align-items: center
}

.finlark_team .team_img {
	max-width: 434px;
	margin: 0 auto;
	display: block
}

@media (max-width:991px) {
	.finlark_team {
		padding: 60px 0
	}
	.finlark_team .team_img {
		max-width: 375px;
		margin: 0 auto 30px
	}
}

.finlark_team h5 {
	margin-bottom: 12px
}

.finlark_team p {
	font-size: 22px;
	letter-spacing: .6px
}

@media (max-width:1199px) {
	.finlark_team p {
		font-size: 20px
	}
}

@media (max-width:767px) {
	.finlark_team {
		padding: 40px 0
	}
	.finlark_team .team_img {
		max-width: 225px
	}
	.finlark_team p {
		font-size: 16px
	}
}

.finlark_team .details {
	padding: 0 80px 0 26px
}

@media (max-width:991px) {
	.finlark_team .details {
		padding: 0;
		text-align: center
	}
}

.bottom-polygon,
.top-polygon {
	position: absolute;
	z-index: -1
}

.hire_us .hire_contact_details {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}

.hire_us .hire_contact_details .inner_details {
	width: 50%;
	padding: 80px 15px 90px
}

@media (max-width:1365px) {
	.hire_us .hire_contact_details .inner_details {
		padding: 80px 15px
	}
}

@media (max-width:1199px) {
	.hire_us .hire_contact_details .inner_details {
		padding: 65px 15px
	}
}

@media (max-width:991px) {
	.hire_us .hire_contact_details .inner_details {
		width: 100%;
		background: #000;
		padding: 40px 15px!important;
		text-align: center
	}
	.hire_us .hire_contact_details .inner_details.pink {
		background: #ee3057
	}
}

@media (max-width:767px) {
	.hire_us .hire_contact_details {
		margin: 0 -25px
	}
	.hire_us .hire_contact_details .inner_details {
		padding: 50px 25px!important
	}
}

.hire_us .hire_contact_details .inner_details.pink {
	padding-left: 110px;
	padding-right: 0
}

@media (max-width:1365px) {
	.hire_us .hire_contact_details .inner_details.pink {
		padding-left: 75px
	}
}

@media (max-width:1199px) {
	.hire_us .hire_contact_details .inner_details.pink {
		padding-left: 15px;
		padding-right: 15px
	}
}

.hire_us .hire_contact_details .inner_details.pink:before {
	left: auto;
	right: 0;
	background: #ee3057
}

.hire_us .hire_contact_details .inner_details.pink h3,
.hire_us .hire_contact_details .inner_details.pink h5 {
	margin-right: -10px
}

.hire_us .hire_contact_details .inner_details:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	background: #000;
	width: 50%;
	z-index: -1
}

.hire_us .hire_contact_details .inner_details:first-child {
	padding-right: 140px
}

@media (max-width:1365px) {
	.hire_us .hire_contact_details .inner_details:first-child {
		padding-right: 75px
	}
}

.hire_us .hire_contact_details .inner_details h3 {
	margin-bottom: 45px;
	color: #fff
}

@media (max-width:1199px) {
	.hire_us .hire_contact_details .inner_details:first-child {
		padding-right: 15px
	}
	.hire_us .hire_contact_details .inner_details h3 {
		margin-bottom: 40px
	}
}

@media (max-width:991px) {
	.hire_us .hire_contact_details .inner_details.pink h3,
	.hire_us .hire_contact_details .inner_details.pink h5 {
		margin-right: 0
	}
	.hire_us .hire_contact_details .inner_details:before {
		display: none
	}
	.hire_us .hire_contact_details .inner_details h3 {
		margin-bottom: 30px
	}
}

.hire_us .hire_contact_details .inner_details h5 {
	font-family: manropesemibold, sans-serif;
	letter-spacing: .7px;
	margin-bottom: 46px;
	color: #fff
}

@media (max-width:1199px) {
	.hire_us .hire_contact_details .inner_details h5 {
		margin-bottom: 40px
	}
}

@media (max-width:991px) {
	.hire_us .hire_contact_details .inner_details h5 {
		margin-bottom: 30px
	}
}

.hire_us .hire_contact_details .inner_details .custom_list {
	margin-bottom: 41px;
	font-size: 22px
}

.top-polygon {
	left: 0
}

.bottom-polygon {
	right: 0
}

.amount_raised,
.special_offers {
	position: relative
}

.special_offers {
	padding: 156px 0 170px;
	overflow: hidden
}

@media (max-width:1365px) {
	.special_offers {
		padding: 125px 0 140px
	}
}

@media (max-width:1199px) {
	.hire_us .hire_contact_details .inner_details .custom_list {
		font-size: 20px
	}
	.special_offers {
		padding: 100px 0
	}
}

@media (max-width:991px) {
	.hire_us .hire_contact_details .inner_details .custom_list {
		font-size: 18px;
		text-align: left
	}
	.special_offers {
		padding: 75px 0;
		text-align: center
	}
}

@media (max-width:767px) {
	.hire_us .hire_contact_details .inner_details .custom_list {
		font-size: 14px;
		margin-bottom: 35px
	}
	.bottom-polygon,
	.top-polygon {
		display: none
	}
	.special_offers {
		padding: 50px 10px
	}
}

.special_offers .top-polygon {
	top: 43px;
	width: 97px
}

.special_offers .bottom-polygon {
	bottom: 61px;
	width: 117px
}

.special_offers .row {
	align-items: center
}

.special_offers .offer_img i {
	display: block
}

@media (max-width:991px) {
	.special_offers .offer_img {
		margin-bottom: 30px
	}
	.special_offers .offer_img img {
		max-width: 75%;
		display: block;
		margin: 0 auto
	}
}

.special_offers h2 {
	margin: 0 55px 30px 0
}

@media (max-width:1199px) {
	.special_offers h2 {
		margin: 0 0 30px
	}
}

@media (max-width:991px) {
	.special_offers h2 {
		margin: 0 0 15px
	}
}

.special_offers h6 {
	margin-bottom: 25px
}

@media (max-width:991px) {
	.special_offers h6 {
		margin-bottom: 20px
	}
}

.special_offers .custom_list {
	margin: 0 0 35px -21px
}

@media (max-width:991px) {
	.special_offers .custom_list {
		margin: 0 0 35px;
		text-align: left
	}
}

.special_offers .custom_list li {
	padding-left: 23px;
	margin-bottom: 15px
}

.special_offers .black-btn {
	padding: 0 38px
}

.amount_raised .amount_raised_wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	align-items: center
}

.amount_raised .amount_raised_wrapper .amount_raised_details {
	width: 50%;
	padding: 69px 15px 47px;
	height: 100%
}

@media (max-width:1199px) {
	.amount_raised .amount_raised_wrapper .amount_raised_details {
		padding: 50px 15px!important
	}
}

@media (max-width:991px) {
	.amount_raised .amount_raised_wrapper .amount_raised_details {
		padding: 35px 15px!important;
		width: 100%;
		background: #6bd6cc;
		text-align: center
	}
}

@media (max-width:767px) {
	.amount_raised .amount_raised_wrapper {
		margin: 0 -25px
	}
	.amount_raised .amount_raised_wrapper .amount_raised_details {
		padding: 40px 25px!important
	}
}

.amount_raised .amount_raised_wrapper .amount_raised_details h3 {
	line-height: 56px;
	margin: 0
}

@media (max-width:991px) {
	.amount_raised .amount_raised_wrapper .amount_raised_details h3 {
		line-height: 45px
	}
}

@media (max-width:767px) {
	.amount_raised .amount_raised_wrapper .amount_raised_details h3 {
		line-height: 40px
	}
}

.amount_raised .amount_raised_wrapper .amount_raised_details h4 {
	font-size: 20px;
	font-family: manropeextrabold, sans-serif;
	margin-bottom: 23px
}

@media (max-width:991px) {
	.amount_raised .amount_raised_wrapper .amount_raised_details h4 {
		font-size: 18px;
		margin-bottom: 20px
	}
}

.amount_raised .amount_raised_wrapper .amount_raised_details .amount {
	display: block;
	font-size: 70px;
	line-height: 60px;
	font-family: manropeextrabold, sans-serif
}

.amount_raised .amount_raised_wrapper .amount_raised_details:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	background: #6bd6cc;
	width: 50%;
	z-index: -1
}

.amount_raised .amount_raised_wrapper .amount_raised_details.blue {
	padding-right: 90px
}

.amount_raised .amount_raised_wrapper .amount_raised_details.black {
	padding-top: 73px;
	padding-left: 91px
}

@media (max-width:1365px) {
	.amount_raised .amount_raised_wrapper .amount_raised_details.black {
		padding-left: 70px
	}
}

@media (max-width:1279px) {
	.amount_raised .amount_raised_wrapper .amount_raised_details.black {
		padding-left: 35px
	}
}

@media (max-width:991px) {
	.amount_raised .amount_raised_wrapper .amount_raised_details .amount {
		font-size: 60px;
		line-height: 55px
	}
	.amount_raised .amount_raised_wrapper .amount_raised_details:before {
		display: none
	}
	.amount_raised .amount_raised_wrapper .amount_raised_details.black {
		background: #000
	}
}

.amount_raised .amount_raised_wrapper .amount_raised_details.black * {
	color: #fff;
	text-align: center
}

.amount_raised .amount_raised_wrapper .amount_raised_details.black:before {
	left: auto;
	right: 0;
	background: #000
}

.amount_raised .amount_raised_wrapper .amount_raised_details .company_list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 84px -10px 0
}

@media (max-width:1365px) {
	.amount_raised .amount_raised_wrapper .amount_raised_details .company_list {
		margin: 84px 0 0
	}
}

@media (max-width:1199px) {
	.amount_raised .amount_raised_wrapper .amount_raised_details.blue {
		padding-right: 15px
	}
	.amount_raised .amount_raised_wrapper .amount_raised_details.black {
		padding-left: 15px
	}
	.amount_raised .amount_raised_wrapper .amount_raised_details .company_list {
		margin: 60px 0 0
	}
}

@media (max-width:991px) {
	.amount_raised .amount_raised_wrapper .amount_raised_details .company_list {
		margin: 50px 0 0
	}
}

@media (max-width:767px) {
	.amount_raised .amount_raised_wrapper .amount_raised_details .amount {
		font-size: 45px;
		line-height: 45px
	}
	.amount_raised .amount_raised_wrapper .amount_raised_details .company_list {
		margin: 35px 0 0
	}
	.amount_raised .amount_raised_wrapper .amount_raised_details .company_list li img {
		max-width: 80%
	}
}

@media (max-width:480px) {
	.amount_raised .amount_raised_wrapper .amount_raised_details .company_list {
		flex-wrap: wrap;
		margin: 30px -20px 0
	}
}

.amount_raised .amount_raised_wrapper .amount_raised_details .company_list li {
	margin-right: 58px
}

@media (max-width:480px) {
	.amount_raised .amount_raised_wrapper .amount_raised_details .company_list li {
		width: 50%;
		padding: 0 20px;
		margin: 0 0 30px
	}
}

.amount_raised .amount_raised_wrapper .amount_raised_details .company_list li:last-child {
	margin: 0
}

.domain_expertise {
	padding: 161px 0 0
}

@media (max-width:1365px) {
	.domain_expertise {
		padding: 125px 0 0
	}
}

.domain_expertise .domain_wrapper {
	margin: 0 -15px;
	display: flex
}

@media (max-width:1199px) {
	.domain_expertise {
		padding: 100px 0 0
	}
	.domain_expertise .domain_wrapper {
		align-items: center
	}
}

@media (max-width:767px) {
	.domain_expertise .domain_wrapper {
		margin: 0 -25px
	}
}

.domain_expertise .domain_wrapper h2 {
	line-height: 52px;
	margin-bottom: 24px
}

@media (max-width:991px) {
	.domain_expertise {
		padding: 50px 0 0
	}
	.domain_expertise .domain_wrapper {
		flex-wrap: wrap
	}
	.domain_expertise .domain_wrapper h2 {
		margin-bottom: 20px
	}
}

.domain_expertise .domain_wrapper p {
	letter-spacing: .5px;
	margin: 0 45px 127px 3px
}

@media (max-width:1365px) {
	.domain_expertise .domain_wrapper p {
		margin: 0 0 90px 3px
	}
}

@media (max-width:1199px) {
	.domain_expertise .domain_wrapper p {
		margin: 0 0 75px 3px
	}
}

.domain_expertise .domain_wrapper .black-btn {
	padding: 0 33px
}

.domain_expertise .domain_wrapper .domain_left {
	width: 40%;
	padding: 0 15px
}

@media (max-width:991px) {
	.domain_expertise .domain_wrapper p {
		margin: 0 0 35px
	}
	.domain_expertise .domain_wrapper .domain_left {
		width: 100%;
		text-align: center
	}
}

@media (max-width:767px) {
	.domain_expertise .domain_wrapper h2 {
		line-height: 42px
	}
	.domain_expertise .domain_wrapper p {
		margin: 0 0 30px
	}
	.domain_expertise .domain_wrapper .domain_left {
		padding: 0 25px
	}
}

.domain_expertise .domain_wrapper .domain_right {
	padding: 0 15px;
	margin: 9px -105px 0 0;
	width: 71%
}

@media (min-width:1367px) and (max-width:1440px) {
	.domain_expertise .domain_wrapper .domain_right {
		position: relative;
		right: -44px
	}
}

@media (max-width:1365px) {
	.domain_expertise .domain_wrapper .domain_right {
		margin: 9px -54px 0 0;
		width: calc(64% + 15px);
		padding-right: 0
	}
}

@media (max-width:1279px) {
	.domain_expertise .domain_wrapper .domain_right {
		margin: 9px -16px 0 0;
		width: calc(60% + 15px)
	}
}

@media (max-width:991px) {
	.domain_expertise .domain_wrapper .domain_right {
		width: 100%;
		padding: 0;
		margin: 50px 0 0
	}
	.domain_expertise .domain_wrapper .domain_right img {
		width: 100%
	}
}

.portfolio {
	padding: 157px 0 40px;
	position: relative;
	overflow: hidden
}

@media (max-width:1365px) {
	.portfolio {
		padding: 130px 0 40px
	}
}

@media (max-width:1199px) {
	.portfolio {
		padding: 100px 0 40px
	}
}

@media (max-width:767px) {
	.portfolio {
		padding: 70px 0 40px
	}
}

.portfolio .top-polygon {
	top: 50px
}

.portfolio .bottom-polygon {
	bottom: 0
}

.projects_slider {
	margin: 0 -15px
}

.projects_slider .item {
	display: flex
}

.projects_slider .item.right_img .product_img {
	order: 2;
	padding: 0 42px 0 0;
	text-align: right
}

@media (max-width:1199px) {
	.projects_slider .item.right_img .product_img {
		padding: 0 15px 0 0
	}
}

.projects_slider .item.right_img .product_desc {
	order: 1;
	padding: 41px 15px 0 12px;
	width: 46%
}

@media (max-width:1199px) {
	.projects_slider .item.right_img .product_desc {
		padding: 0 15px 0 25px
	}
}

@media (max-width:991px) {
	.projects_slider {
		margin: 0
	}
	.projects_slider .item {
		flex-wrap: wrap
	}
	.projects_slider .item.right_img .product_img {
		order: 1
	}
	.projects_slider .item.right_img .product_desc {
		order: 2
	}
}

.projects_slider .product_img {
	padding: 0 15px 0 0;
	width: 57.5%;
	margin-left: -14px
}

@media (max-width:1365px) {
	.projects_slider .product_img {
		padding: 0 15px;
		width: 50%;
		margin-left: 0
	}
}

@media (max-width:991px) {
	.projects_slider .product_img {
		width: 100%!important;
		padding: 0!important;
		text-align: center!important
	}
	.projects_slider .product_img img {
		width: auto;
		max-width: 75%;
		margin: 0 auto
	}
}

.projects_slider .product_desc {
	width: 50%;
	padding: 30px 15px 0 40px
}

@media (max-width:1365px) {
	.projects_slider .product_desc {
		padding: 0 15px
	}
}

.projects_slider .product_desc h2 {
	margin-bottom: 18px
}

@media (max-width:991px) {
	.projects_slider .product_desc {
		width: 100%!important;
		padding: 15px 10px 50px!important;
		text-align: center!important
	}
	.projects_slider .product_desc h2 {
		margin-bottom: 15px
	}
}

@media (max-width:767px) {
	.projects_slider .product_desc {
		padding: 25px 0 30px!important
	}
	.projects_slider .product_desc h2 {
		margin-bottom: 10px
	}
}

.projects_slider .product_desc p {
	margin: 0 50px 20px 2px;
	letter-spacing: .6px
}

@media (max-width:1199px) {
	.projects_slider .product_desc p {
		margin: 0 20px 20px 2px
	}
}

@media (max-width:991px) {
	.projects_slider .product_desc p {
		margin: 0 0 20px
	}
}

@media (max-width:767px) {
	.projects_slider .product_desc p {
		margin: 0 0 15px
	}
}

.projects_slider .product_desc .product_type {
	display: flex;
	align-items: center;
	margin-bottom: 22px
}

.projects_slider .product_desc .product_type li {
	margin-right: 40px;
	position: relative;
	font-family: manropeextrabold, sans-serif;
	font-size: 20px
}

@media (max-width:991px) {
	.projects_slider .product_desc .product_type {
		justify-content: center;
		margin-bottom: 18px
	}
	.projects_slider .product_desc .product_type li {
		font-size: 18px
	}
}

@media (max-width:767px) {
	.projects_slider .product_desc .product_type {
		margin-bottom: 10px
	}
	.projects_slider .product_desc .product_type li {
		font-size: 16px;
		margin-right: 30px
	}
}

.projects_slider .product_desc .product_type li:last-child {
	margin-right: 0
}

.projects_slider .product_desc .product_type li:after {
	content: "";
	position: absolute;
	right: -21px;
	top: 6px;
	bottom: 8px;
	width: 2px;
	background: #000
}

.projects_slider .product_desc .product_type li:last-child:after {
	display: none
}

.projects_slider .product_desc .product_tech {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	flex-wrap: wrap
}

@media (max-width:991px) {
	.projects_slider .product_desc .product_tech {
		justify-content: center;
		margin-bottom: 20px
	}
}

@media (max-width:767px) {
	.projects_slider .product_desc .product_type li:after {
		right: -18px
	}
	.projects_slider .product_desc .product_tech {
		margin-bottom: 15px
	}
}

.projects_slider .product_desc .product_tech li {
	position: relative;
	font-family: manropeextrabold, sans-serif;
	margin-right: 30px
}

.projects_slider .product_desc .product_tech li:last-child {
	margin-right: 0
}

.projects_slider .product_desc .product_tech li:after {
	content: "";
	position: absolute;
	right: -20px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 7px;
	width: 7px;
	background: #000;
	border-radius: 50%
}

.projects_slider .product_desc .product_tech li:last-child:after {
	display: none
}

.projects_slider .product_desc .black-btn {
	margin-left: 3px
}

.projects_slider .owl-nav {
	position: absolute;
	right: -26px;
	top: calc(50% + 10px);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	display: flex;
	flex-direction: column
}

.projects_slider .owl-nav [class*=owl-] {
	margin: 0;
	background: #fff!important;
	box-shadow: 12px 5px 29px 0 rgba(0, 0, 0, .13);
	height: 50px;
	width: 50px;
	border-radius: 50%;
	padding: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

@media (max-width:767px) {
	.projects_slider .owl-nav [class*=owl-] {
		height: 40px;
		width: 40px
	}
}

.projects_slider .owl-nav [class*=owl-]:hover {
	box-shadow: -5px 5px 29px 0 rgba(0, 0, 0, .13)
}

.projects_slider .owl-nav [class*=owl-] span {
	font-size: 0;
	display: flex;
	height: 100%;
	width: 100%;
	background-size: 20px!important;
	background-position: center!important;
	background-repeat: no-repeat!important
}

@media (max-width:767px) {
	.projects_slider .owl-nav [class*=owl-] span {
		background-size: 15px!important
	}
}

.projects_slider .owl-nav .owl-prev {
	margin-bottom: 32px
}

@media (max-width:991px) {
	.projects_slider .owl-nav {
		position: static;
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		flex-direction: row;
		justify-content: center;
		align-items: center
	}
	.projects_slider .owl-nav .owl-prev {
		margin: 0 30px 0 0
	}
}

.projects_slider .owl-nav .owl-prev span {
	background: url(../../images/left-arrow.svg)
}

.projects_slider .owl-nav .owl-next span {
	background: url(../../images/right-arrow.svg)
}

.our_clientele {
	position: relative;
	margin-top: 70px
}

@media (max-width:767px) {
	.our_clientele {
		margin-top: 30px
	}
}

.our_clientele.reverse {
	margin-top: 0;
	margin-bottom: 60px
}

.our_clientele.reverse .clientele_wrapper {
	justify-content: space-between
}

.our_clientele.reverse .clientele_wrapper .left_info {
	order: 2;
	width: 41.8%;
	padding: 0 15px 0 84px
}

@media (max-width:991px) {
	.our_clientele.reverse {
		margin-top: 0;
		margin-bottom: 40px
	}
	.our_clientele.reverse .clientele_wrapper .left_info {
		width: 100%;
		margin-left: 0;
		order: 1;
		padding: 0 25px 40px
	}
}

.our_clientele.reverse .clientele_wrapper .left_info h2 {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 17px
}

.our_clientele.reverse .clientele_wrapper .left_info p {
	margin-bottom: 99px
}

.our_clientele.reverse .clientele_wrapper .right_info {
	order: 1;
	width: 64.9%;
	margin-right: -40px;
	margin-left: -80px
}

@media (max-width:1365px) {
	.our_clientele.reverse .clientele_wrapper .right_info {
		width: 61%;
		margin-left: -30px
	}
}

@media (max-width:991px) {
	.our_clientele.reverse .clientele_wrapper .left_info p {
		margin-bottom: 30px
	}
	.our_clientele.reverse .clientele_wrapper .right_info {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		order: 2;
		padding: 0 25px
	}
	.our_clientele .clientele_wrapper {
		flex-wrap: wrap
	}
}

.our_clientele.reverse .clientele_wrapper .right_info .inner_content {
	padding-top: 53px
}

.our_clientele.reverse .clientele_wrapper .right_info:after {
	top: 0;
	left: 0;
	right: auto
}

.our_clientele .clientele_wrapper {
	display: flex;
	margin: 0 -15px
}

.our_clientele .clientele_wrapper .left_info {
	padding: 0 60px 0 15px;
	width: 40%
}

@media (max-width:1365px) {
	.our_clientele .clientele_wrapper .left_info {
		padding: 0 15px
	}
}

@media (max-width:1199px) {
	.our_clientele .clientele_wrapper .left_info {
		padding-right: 0
	}
}

@media (max-width:767px) {
	.our_clientele .clientele_wrapper {
		margin: 0 -25px
	}
	.our_clientele .clientele_wrapper .left_info {
		padding: 0 25px 40px
	}
}

.our_clientele .clientele_wrapper .left_info h2 {
	margin-bottom: 8px
}

.our_clientele .clientele_wrapper .left_info h6 {
	margin-left: 2px;
	margin-bottom: 13px
}

@media (max-width:991px) {
	.our_clientele .clientele_wrapper .left_info {
		width: 100%;
		padding: 0 25px 40px;
		text-align: center
	}
	.our_clientele .clientele_wrapper .left_info h6 {
		margin-left: 0
	}
}

.our_clientele .clientele_wrapper .left_info p {
	margin: 0 0 111px 2px;
	letter-spacing: .6px
}

@media (max-width:1365px) {
	.our_clientele .clientele_wrapper .left_info p {
		margin: 0 0 85px 2px
	}
}

@media (max-width:991px) {
	.our_clientele .clientele_wrapper .left_info p {
		margin: 0 0 35px
	}
}

@media (max-width:767px) {
	.our_clientele .clientele_wrapper .left_info p {
		margin: 0 0 25px
	}
}

.our_clientele .clientele_wrapper .left_info .black-btn {
	padding: 0 42px
}

.our_clientele .clientele_wrapper .right_info {
	padding: 0 15px;
	width: 67.5%;
	margin-top: 12px;
	margin-right: -90px;
	display: flex;
	justify-content: center
}

@media (max-width:1365px) {
	.our_clientele .clientele_wrapper .right_info {
		width: 60%;
		margin-right: 0
	}
}

@media (max-width:991px) {
	.our_clientele .clientele_wrapper .right_info {
		width: 100%;
		background: #000
	}
	.our_clientele .clientele_wrapper .right_info:after {
		display: none
	}
}

@media (max-width:767px) {
	.our_clientele .clientele_wrapper .right_info {
		padding: 0 25px
	}
}

.our_clientele .clientele_wrapper .right_info:after {
	content: "";
	position: absolute;
	right: 0;
	top: 12px;
	bottom: 0;
	width: 58.2%;
	background: #000;
	z-index: 0
}

.our_clientele .clientele_wrapper .right_info .inner_content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 40px 0 40px 7px
}

@media (max-width:1365px) {
	.our_clientele .clientele_wrapper .right_info .inner_content {
		padding: 40px 0 40px 35px
	}
}

@media (max-width:1199px) {
	.our_clientele .clientele_wrapper .right_info {
		margin-top: 0
	}
	.our_clientele .clientele_wrapper .right_info:after {
		top: 0
	}
	.our_clientele .clientele_wrapper .right_info .inner_content {
		padding: 40px 0
	}
}

@media (max-width:991px) {
	.our_clientele .clientele_wrapper .right_info .inner_content {
		padding-bottom: 0;
		margin: 0 -15px
	}
	.our_clientele .clientele_wrapper .right_info .inner_content li {
		margin-bottom: 40px
	}
}

.our_clientele .clientele_wrapper .right_info .inner_content li {
	width: 33.33%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px
}

.our_clientele .clientele_wrapper .right_info .inner_content li i {
	display: block;
	width: 100%;
	text-align: center
}

.testimonials {
	padding: 175px 0 109px;
	position: relative;
	overflow: hidden
}

@media (max-width:1365px) {
	.testimonials {
		padding: 140px 0 100px
	}
}

@media (max-width:1199px) {
	.testimonials {
		padding: 125px 0 100px
	}
}

@media (max-width:991px) {
	.testimonials {
		padding: 90px 0
	}
}

@media (max-width:767px) {
	.our_clientele .clientele_wrapper .right_info .inner_content li {
		width: 50%
	}
	.testimonials {
		padding: 50px 0 30px
	}
}

.testimonials .top-polygon {
	top: 42px;
	right: 0;
	left: auto
}

.testimonials .bottom-polygon {
	right: auto;
	left: 0;
	bottom: 91px
}

.testimonials .testimonial_outer {
	margin: 0 -46px 0 -15px;
	display: flex;
	flex-wrap: wrap
}

@media (max-width:1365px) {
	.testimonials .testimonial_outer {
		margin: 0 -15px
	}
}

.testimonials .testimonial_outer li {
	padding: 0 50px 0 15px;
	width: 50%;
	position: relative
}

@media (max-width:991px) {
	.testimonials .testimonial_outer li {
		width: 100%;
		padding: 0 25px!important;
		margin-bottom: 70px;
		text-align: center
	}
	.testimonials .testimonial_outer li:after {
		display: none
	}
}

@media (max-width:767px) {
	.testimonials .testimonial_outer li {
		margin-bottom: 35px;
		padding: 0 25px!important
	}
}

.testimonials .testimonial_outer li:last-child {
	margin-bottom: 0
}

.testimonials .testimonial_outer li:after {
	content: "";
	position: absolute;
	right: 13px;
	top: 5px;
	bottom: 14px;
	width: 1px;
	background: rgba(0, 0, 0, .2)
}

.testimonials .testimonial_outer li:nth-child(even) {
	padding: 0 15px 0 60px
}

.testimonials .testimonial_outer li:nth-child(even):after {
	display: none
}

.testimonials .testimonial_outer li .logo {
	display: block;
	margin-bottom: 14px
}

@media (max-width:991px) {
	.testimonials .testimonial_outer li .logo {
		margin-bottom: 10px
	}
}

.testimonials .testimonial_outer li .ratings {
	display: block;
	margin-bottom: 7px
}

.testimonials .testimonial_outer li p {
	letter-spacing: .2px;
	margin-bottom: 10px
}

.testimonials .testimonial_outer li .user {
	display: block;
	position: relative;
	padding-left: 1px;
	letter-spacing: .6px;
	font-family: manropemedium, sans-serif
}

.testimonials .testimonial_outer li .user:before {
	content: "-";
	position: relative;
	left: -5px;
	top: 2px
}

.testimonials .logo_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 135px
}

@media (max-width:1365px) {
	.testimonials .logo_list {
		margin-top: 120px
	}
}

@media (max-width:1199px) {
	.testimonials .logo_list {
		margin-top: 90px
	}
}

@media (max-width:991px) {
	.testimonials .testimonial_outer li .user {
		padding-left: 0
	}
	.testimonials .logo_list {
		margin: 70px -20px 0
	}
	.testimonials .logo_list li {
		padding: 0 20px
	}
}

@media (max-width:767px) {
	.testimonials .logo_list {
		margin: 40px -20px 0
	}
}

.testimonials .logo_list li {
	width: 25%;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center
}

.about_banner,
.collborate .row {
	align-items: center
}

@media (max-width:1199px) {
	.testimonials .logo_list li {
		margin-bottom: 25px
	}
}

@media (max-width:480px) {
	.projects_slider .product_img img {
		max-width: 100%
	}
	.testimonials .logo_list li {
		width: 50%
	}
}

.collborate {
	padding: 59px 0;
	background: #000
}

.collborate h4 {
	color: #fff;
	margin-bottom: 15px
}

.collborate p {
	color: #fff;
	letter-spacing: .5px
}

.about_banner {
	min-height: 487px;
	background: url(../../images/about_banner.jpg) center no-repeat;
	background-size: cover;
	display: flex;
	position: relative;
	z-index: 0
}

.about_banner .container {
	position: relative
}

.about_banner .top-polygon {
	top: -105px;
	left: 6px
}

.about_banner .bottom-polygon {
	bottom: -74px;
	right: -29px
}

@media (max-width:1365px) {
	.collborate {
		padding: 50px 0
	}
	.about_banner .bottom-polygon {
		right: 0
	}
}

@media (max-width:1199px) {
	.about_banner .top-polygon {
		top: -90px;
		left: 10px
	}
	.about_banner .bottom-polygon {
		bottom: -30px;
		right: 10px
	}
}

@media (max-width:991px) {
	.collborate {
		padding: 40px 10px;
		text-align: center
	}
	.collborate .text-right {
		text-align: center!important;
		margin-top: 40px
	}
	.about_banner {
		min-height: 375px
	}
}

@media (max-width:767px) {
	.collborate {
		padding: 35px 10px
	}
	.collborate .text-right {
		margin-top: 25px
	}
	.about_banner .bottom-polygon,
	.about_banner .top-polygon {
		display: none
	}
	.about_banner {
		min-height: 360px;
		background-position: center!important
	}
}

.about_banner.work_banner {
	background: url(../../images/work_banner.jpg) center no-repeat;
	background-size: cover;
	min-height: 479px
}

.about_banner.work_banner .top-polygon {
	top: -88px;
	left: -14px
}

.about_banner.work_banner .bottom-polygon {
	bottom: -54px;
	right: 10px
}

@media (max-width:1199px) {
	.about_banner.work_banner .top-polygon {
		top: -30px;
		left: 10px
	}
	.about_banner.work_banner .bottom-polygon {
		bottom: 0;
		right: 10px
	}
}

.about_banner.work_banner h1 .underline:before {
	width: auto;
	right: -2px
}

.about_banner h1 {
	font-size: 70px;
	line-height: 80px;
	font-family: manropeextrabold, sans-serif;
	text-align: center
}

.mission {
	padding: 169px 0 50px;
	position: relative
}

@media (max-width:1199px) {
	.mission {
		padding: 120px 0 50px
	}
}

@media (max-width:991px) {
	.about_banner.work_banner {
		min-height: 375px
	}
	.about_banner h1 {
		font-size: 60px;
		line-height: 72px
	}
	.mission {
		padding: 0 0 10px
	}
}

@media (max-width:767px) {
	.about_banner.work_banner {
		min-height: 400px
	}
	.about_banner h1 {
		font-size: 44px;
		line-height: 56px
	}
	.mission {
		text-align: center
	}
}

.mission .top-polygon {
	top: 80px
}

.mission .row {
	align-items: center
}

.mission p {
	font-size: 22px;
	letter-spacing: .7px
}

.mission .mission_img {
	padding-right: 0
}

@media (max-width:991px) {
	.mission p {
		font-size: 20px
	}
	.mission .mission_img {
		padding-left: 0
	}
}

.mission .mission_img img {
	width: 100%
}

.mission .mission_text {
	padding: 0 35px 0 82px
}

.mission h5 {
	margin-bottom: 25px
}

.counter {
	margin-top: 144px
}

@media (max-width:1199px) {
	.mission .mission_text {
		padding: 0 30px 0 50px
	}
	.counter {
		margin-top: 120px
	}
}

@media (max-width:991px) {
	.mission .mission_text {
		padding: 50px 25px 0;
		text-align: center
	}
	.counter {
		margin-top: 90px
	}
}

@media (max-width:767px) {
	.mission p {
		font-size: 16px;
		line-height: 26px
	}
	.mission h5 {
		line-height: 27px
	}
	.counter {
		margin-top: 70px
	}
}

.counter ul {
	display: flex;
	justify-content: space-between
}

@media (max-width:991px) {
	.counter ul {
		flex-wrap: wrap
	}
	.counter ul li {
		width: 50%;
		text-align: center;
		margin-bottom: 80px
	}
}

.counter ul li:nth-child(even) .count {
	color: #ee3057
}

.counter ul li i {
	display: flex;
	margin-bottom: 13px;
	align-items: center;
	min-height: 72px
}

.counter ul li .count {
	display: block;
	font-size: 54px;
	line-height: 60px;
	color: #6bd6cc;
	font-family: manropesemibold, sans-serif;
	margin-bottom: 15px
}

.counter ul li p {
	font-size: 22px;
	line-height: 30px;
	font-family: manropeextrabold, sans-serif
}

.counter ul li p span {
	display: block
}

.meet_us {
	padding: 101px 0 50px;
	position: relative
}

@media (max-width:1199px) {
	.meet_us {
		padding: 85px 0 40px
	}
}

@media (max-width:991px) {
	.counter ul li i {
		justify-content: center
	}
	.meet_us {
		padding: 65px 10px 40px
	}
}

.meet_us .top-polygon {
	left: auto;
	right: 0;
	top: 31px
}

.meet_us .title {
	margin-bottom: 28px
}

.meet_us .meedt_us_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	width: auto
}

@media (max-width:767px) {
	.counter ul li p {
		font-size: 20px;
		line-height: 28px
	}
	.meet_us {
		padding: 40px 10px
	}
	.meet_us .meedt_us_list {
		margin: 0
	}
}

.meet_us .meedt_us_list li {
	padding: 0 10px;
	width: 25%;
	margin-bottom: 20px
}

@media (max-width:991px) {
	.meet_us .meedt_us_list li {
		width: 50%;
		margin-bottom: 30px
	}
}

@media (max-width:480px) {
	.meet_us .meedt_us_list li {
		width: 100%
	}
}

.meet_us .meedt_us_list li i {
	display: block;
	height: 243px;
	background: #e1e1e1
}

@media (max-width:991px) {
	.meet_us .meedt_us_list li i {
		height: 260px
	}
}

.meet_us .meedt_us_list li i img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block
}

@media (max-width:767px) {
	.meet_us .meedt_us_list li {
		padding: 0;
		width: 100%
	}
	.meet_us .meedt_us_list .owl-nav {
		position: static;
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-top: 10px;
		width: 100%
	}
}

.meet_us .meedt_us_list .owl-nav [class*=owl-] {
	margin: 0;
	background: #fff!important;
	box-shadow: 12px 5px 29px 0 rgba(0, 0, 0, .13);
	height: 50px;
	width: 50px;
	border-radius: 50%;
	padding: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

@media (max-width:767px) {
	.meet_us .meedt_us_list .owl-nav [class*=owl-] {
		height: 40px;
		width: 40px
	}
}

.meet_us .meedt_us_list .owl-nav [class*=owl-]:hover {
	box-shadow: -5px 5px 29px 0 rgba(0, 0, 0, .13)
}

.meet_us .meedt_us_list .owl-nav [class*=owl-] span {
	font-size: 0;
	display: flex;
	height: 100%;
	width: 100%;
	background-size: 20px!important;
	background-position: center!important;
	background-repeat: no-repeat!important
}

.meet_us .meedt_us_list .owl-nav .owl-prev {
	margin-bottom: 32px
}

@media (max-width:767px) {
	.meet_us .meedt_us_list .owl-nav [class*=owl-] span {
		background-size: 15px!important
	}
	.meet_us .meedt_us_list .owl-nav .owl-prev {
		margin: 0 30px 0 0
	}
}

.meet_us .meedt_us_list .owl-nav .owl-prev span {
	background: url(../../images/left-arrow.svg)
}

.meet_us .meedt_us_list .owl-nav .owl-next span {
	background: url(../../images/right-arrow.svg)
}

.passion_reading {
	position: relative;
	padding: 85px 0
}

@media (max-width:1199px) {
	.passion_reading {
		padding: 75px 0
	}
}

@media (max-width:991px) {
	.passion_reading {
		padding: 65px 10px
	}
}

.passion_reading .top-polygon {
	top: 16px
}

.passion_reading .title {
	margin-bottom: 19px
}

.passion_reading .books_slider .item i {
	display: block;
	margin-bottom: 0
}

@media (max-width:767px) {
	.passion_reading {
		padding: 30px 10px
	}
	.passion_reading .books_slider .item i {
		text-align: center
	}
	.passion_reading .books_slider .item i img {
		max-width: 75%;
		display: block;
		margin: 0 auto
	}
}

.passion_reading .books_slider .item h5 {
	line-height: 28px;
	margin-bottom: 1px
}

.passion_reading .books_slider .item .author {
	font-family: manropethin, sans-serif;
	letter-spacing: .5px
}

@media (max-width:767px) {
	.passion_reading .books_slider .item h5 {
		font-size: 20px;
		margin-bottom: 5px;
		text-align: center
	}
	.passion_reading .books_slider .item .author {
		display: block;
		text-align: center;
		font-size: 18px
	}
}

.passion_reading .books_slider .owl-nav {
	position: absolute;
	right: -108px;
	top: 40%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	display: flex;
	flex-direction: column
}

@media (max-width:991px) {
	.passion_reading .books_slider .owl-nav {
		position: static;
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-top: 50px
	}
}

@media (max-width:767px) {
	.passion_reading .books_slider .owl-nav {
		margin-top: 40px
	}
}

.passion_reading .books_slider .owl-nav [class*=owl-] {
	margin: 0;
	background: #fff!important;
	box-shadow: 12px 5px 29px 0 rgba(0, 0, 0, .13);
	height: 50px;
	width: 50px;
	border-radius: 50%;
	padding: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

@media (max-width:767px) {
	.passion_reading .books_slider .owl-nav [class*=owl-] {
		height: 40px;
		width: 40px
	}
}

.passion_reading .books_slider .owl-nav [class*=owl-]:hover {
	box-shadow: -5px 5px 29px 0 rgba(0, 0, 0, .13)
}

.passion_reading .books_slider .owl-nav [class*=owl-] span {
	font-size: 0;
	display: flex;
	height: 100%;
	width: 100%;
	background-size: 20px!important;
	background-position: center!important;
	background-repeat: no-repeat!important
}

@media (max-width:767px) {
	.passion_reading .books_slider .owl-nav [class*=owl-] span {
		background-size: 15px!important
	}
}

.passion_reading .books_slider .owl-nav .owl-prev {
	margin-bottom: 32px
}

.passion_reading .books_slider .owl-nav .owl-prev span {
	background: url(../../images/left-arrow.svg)
}

.passion_reading .books_slider .owl-nav .owl-next span {
	background: url(../../images/right-arrow.svg)
}

.our_team {
	padding: 25px 0 44px;
	position: relative
}

@media (max-width:1199px) {
	.passion_reading .books_slider .owl-nav {
		right: -70px
	}
	.our_team {
		padding: 60px 0 50px
	}
}

@media (max-width:991px) {
	.passion_reading .books_slider .owl-nav .owl-prev {
		margin: 0 30px 0 0
	}
	.our_team {
		padding: 30px 10px 20px
	}
}

.our_team .top-polygon {
	left: auto;
	right: 0;
	top: 13px
}

.our_team .title {
	margin-bottom: 32px
}

@media (max-width:767px) {
	.our_team .col-sm-6.col-lg-3 {
		width: 50%;
		padding: 0 10px
	}
}

@media (max-width:359px) {
	.our_team .col-sm-6.col-lg-3 {
		width: 100%
	}
}

.our_team .team_outer {
	position: relative;
	height: 337px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	padding: 12px 21px;
	margin-bottom: 30px
}

@media (max-width:767px) {
	.our_team .team_outer {
		margin-bottom: 20px;
		display: block;
		position: relative;
		height: auto;
		padding: 0
	}
}

.our_team .team_outer .thumb {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%
}

@media (max-width:767px) {
	.our_team .team_outer .thumb {
		position: static
	}
}

.our_team .team_outer .thumb img {
	/*height: 100%;*/
	width: 100%;
	object-fit: cover;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

.our_team .team_outer .team_info {
	position: relative;
	z-index: 1;
	width: 100%
}

@media (max-width:767px) {
	.our_team .team_outer .team_info {
		position: absolute;
		bottom: 10px;
		left: 10px;
		right: 10px;
		width: auto
	}
}

.about_info .about_info_wrapper,
.advisory_board {
	position: relative
}

.our_team .team_outer .team_info h5 {
	color: #fff;
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 28px
}

.our_team .team_outer .team_info .designation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff
}

.advisory_board {
	padding: 80px 0 140px
}

@media (max-width:1199px) {
	.advisory_board {
		padding: 65px 0 110px
	}
}

.advisory_board .top-polygon {
	top: 230px
}

@media (max-width:991px) {
	.advisory_board {
		padding: 50px 0
	}
	.advisory_board .top-polygon {
		top: 70px
	}
}

.advisory_board .title {
	margin-bottom: 39px
}

@media (max-width:767px) {
	.our_team .team_outer .team_info h5 {
		font-size: 20px;
		line-height: 24px
	}
	.our_team .team_outer .team_info .designation {
		font-size: 12px;
		line-height: 20px
	}
	.advisory_board {
		padding: 50px 0 20px
	}
	.advisory_board .title {
		margin-bottom: 25px
	}
}

.advisory_board .advisory_outer {
	margin-bottom: 30px
}

@media (max-width:991px) {
	.advisory_board .advisory_outer {
		margin-bottom: 50px;
		padding: 0 10px
	}
}

.advisory_board .advisory_outer .thumb {
	height: 297px;
	display: block;
	background: #e1e1e1;
	margin-bottom: 22px
}

@media (max-width:991px) {
	.advisory_board .advisory_outer .thumb {
		margin-bottom: 15px
	}
}

.advisory_board .advisory_outer .thumb img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.advisory_board .advisory_outer .advisory_info h5 {
	margin-bottom: 18px
}

@media (max-width:991px) {
	.advisory_board .advisory_outer .advisory_info h5 {
		margin-bottom: 15px
	}
}

.advisory_board .advisory_outer .advisory_info span {
	display: block;
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 11px
}

@media (max-width:991px) {
	.advisory_board .advisory_outer .advisory_info span {
		margin-bottom: 9px
	}
}

.advisory_board .advisory_outer .advisory_info span:last-child {
	margin-bottom: 0
}

.about_info .about_info_wrapper .about_info_row {
	margin: 0 -15px;
	display: flex
}

@media (max-width:1365px) {
	.about_info .about_info_wrapper .about_info_row {
		margin-left: 0
	}
}

.about_info .about_info_wrapper .about_info_row .about_info_outer {
	padding: 75px 160px 75px 0;
	width: 50%
}

@media (max-width:1199px) {
	.about_info .about_info_wrapper .about_info_row .about_info_outer {
		padding: 70px 60px 70px 0
	}
}

@media (max-width:991px) {
	.about_info .about_info_wrapper .about_info_row {
		flex-wrap: wrap;
		margin: 0 -15px
	}
	.about_info .about_info_wrapper .about_info_row .about_info_outer {
		width: 100%;
		padding: 60px 30px!important;
		text-align: center
	}
	.about_info .about_info_wrapper .about_info_row .about_info_outer.black {
		background: #000
	}
}

@media (max-width:767px) {
	.advisory_board .advisory_outer .advisory_info span {
		font-size: 14px;
		line-height: 18px
	}
	.about_info .about_info_wrapper .about_info_row {
		margin: 0 -25px
	}
	.about_info .about_info_wrapper .about_info_row .about_info_outer {
		padding: 45px 30px!important;
		text-align: center
	}
}

.about_info .about_info_wrapper .about_info_row .about_info_outer.right {
	padding-left: 100px;
	padding-right: 0
}

@media (max-width:1199px) {
	.about_info .about_info_wrapper .about_info_row .about_info_outer.right {
		padding-left: 60px
	}
}

.about_info .about_info_wrapper .about_info_row .about_info_outer.right:before {
	left: auto;
	right: 0
}

.about_info .about_info_wrapper .about_info_row .about_info_outer.black:before {
	background: #000
}

.about_info .about_info_wrapper .about_info_row .about_info_outer.grey * {
	color: #000
}

.about_info .about_info_wrapper .about_info_row .about_info_outer *,
.contact_details .contact_detail_outer .contact_list li a,
.contact_details .contact_detail_outer.right h2 {
	color: #fff
}

.about_info .about_info_wrapper .about_info_row .about_info_outer.grey:before {
	background: #f6f6f6
}

@media (max-width:991px) {
	.about_info .about_info_wrapper .about_info_row .about_info_outer.grey {
		background: #f6f6f6
	}
	.about_info .about_info_wrapper .about_info_row .about_info_outer.pink {
		background: #ee3057
	}
}

.about_info .about_info_wrapper .about_info_row .about_info_outer.pink:before {
	background: #ee3057
}

.about_info .about_info_wrapper .about_info_row .about_info_outer.blue:before {
	background: #6bd6cc
}

@media (max-width:991px) {
	.about_info .about_info_wrapper .about_info_row .about_info_outer.blue {
		background: #6bd6cc
	}
	.about_info .about_info_wrapper .about_info_row .about_info_outer:before {
		display: none
	}
}

.about_info .about_info_wrapper .about_info_row .about_info_outer:before {
	content: "";
	position: absolute;
	right: auto;
	left: 0;
	bottom: 0;
	height: 100%;
	background: #fff;
	width: 50%;
	z-index: -1
}

.about_info .about_info_wrapper .about_info_row .about_info_outer h3 {
	line-height: 60px;
	margin-bottom: 38px
}

.about_info .about_info_wrapper .about_info_row .about_info_outer h3 span {
	display: block
}

.about_info .about_info_wrapper .about_info_row .about_info_outer p {
	font-size: 22px;
	font-family: manropesemibold, sans-serif;
	letter-spacing: .6px
}

.about_page .testimonials .top-polygon {
	left: 0;
	right: auto;
	top: 88px
}

.about_page .testimonials .bottom-polygon {
	left: auto;
	right: 0;
	bottom: 20px
}

.contact_details {
	padding: 70px 0 80px;
	position: relative
}

@media (max-width:991px) {
	.about_info .about_info_wrapper .about_info_row .about_info_outer h3 {
		line-height: 48px;
		margin-bottom: 30px
	}
	.about_info .about_info_wrapper .about_info_row .about_info_outer p {
		font-size: 20px
	}
	.contact_details {
		background: #f6f6f6;
		padding: 70px 0 0
	}
}

.contact_details .contact_detail_wrapper {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap
}

@media (max-width:767px) {
	.about_info .about_info_wrapper .about_info_row .about_info_outer h3 {
		line-height: 38px
	}
	.about_info .about_info_wrapper .about_info_row .about_info_outer p {
		font-size: 18px
	}
	.contact_details {
		padding: 50px 0 0
	}
	.contact_details .contact_detail_wrapper {
		margin: 0 -25px
	}
}

.contact_details .contact_detail_outer {
	padding: 0 92px 0 15px;
	width: 58.4%
}

@media (max-width:1365px) {
	.contact_details .contact_detail_outer {
		padding: 0 80px 0 25px
	}
}

@media (max-width:1199px) {
	.contact_details .contact_detail_outer {
		padding: 0 75px 0 25px
	}
}

.contact_details .contact_detail_outer h2 {
	line-height: 56px;
	letter-spacing: .5px;
	margin-bottom: 49px
}

@media (max-width:991px) {
	.contact_details .contact_detail_outer {
		width: 100%!important;
		padding: 0 25px 40px!important
	}
	.contact_details .contact_detail_outer h2 {
		text-align: center;
		line-height: 50px
	}
	.contact_details .contact_detail_outer .btn-block {
		text-align: center
	}
}

@media (max-width:767px) {
	.contact_details .contact_detail_outer h2 {
		line-height: 42px
	}
}

.contact_details .contact_detail_outer .black-btn {
	padding: 0 70px
}

.contact_details .contact_detail_outer .white-btn {
	padding: 0 20px
}

.contact_details .contact_detail_outer:before {
	content: "";
	position: absolute;
	right: auto;
	left: 0;
	bottom: 0;
	height: 100%;
	background: #f6f6f6;
	width: 58.4%;
	z-index: -1
}

.contact_details .contact_detail_outer.right {
	width: 41.6%;
	padding: 0 15px 0 130px
}

@media (max-width:1365px) {
	.contact_details .contact_detail_outer.right {
		padding: 0 25px 0 100px
	}
}

.contact_details .contact_detail_outer.right:before {
	width: 41.6%;
	right: 0;
	left: auto;
	background: #000
}

.contact_details .contact_detail_outer .contact_list {
	margin: 69px 0 77px 4px
}

@media (max-width:1199px) {
	.contact_details .contact_detail_outer.right {
		padding: 0 25px 0 75px
	}
	.contact_details .contact_detail_outer .contact_list {
		margin: 69px 0 57px 4px
	}
}

@media (max-width:991px) {
	.contact_details .contact_detail_outer:before {
		display: none
	}
	.contact_details .contact_detail_outer.right {
		background: #000;
		padding-top: 40px!important
	}
	.contact_details .contact_detail_outer .contact_list {
		margin: 50px 0 10px;
		display: flex;
		flex-wrap: wrap
	}
}

.contact_details .contact_detail_outer .contact_list li {
	color: #fff;
	font-size: 21px;
	line-height: 25px;
	font-family: manropesemibold, sans-serif;
	margin-bottom: 73px
}

@media (max-width:991px) {
	.contact_details .contact_detail_outer .contact_list li {
		width: 50%;
		text-align: center;
		margin-bottom: 70px
	}
}

@media (max-width:480px) {
	.contact_details .contact_detail_outer .contact_list li {
		width: 100%;
		margin-bottom: 50px!important
	}
}

.contact_details .contact_detail_outer .contact_list li:last-child {
	margin-bottom: 0
}

.contact_details .contact_detail_outer .contact_list li i {
	display: inline-block;
	margin-bottom: 13px
}

.contact_details .contact_detail_outer .contact_list li span {
	display: block
}

.contact_details .contact_detail_outer .contact_list li a:hover {
	opacity: .7
}

.address_block {
	position: relative;
	padding: 75px 0;
}

@media (max-width:991px) {
	.address_block {
		padding: 0
	}
}

.address_block .address_wrapper {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap
}

.address_block .address_wrapper .address_outer {
	padding: 19px 150px 0 13px;
	width: 58.4%
}

@media (max-width:1365px) {
	.address_block .address_wrapper .address_outer {
		padding: 10px 100px 0 25px
	}
}

@media (max-width:1199px) {
	.address_block .address_wrapper .address_outer {
		padding: 30px 80px 0 25px
	}
}

@media (max-width:991px) {
	.address_block .address_wrapper .address_outer {
		width: 100%!important;
		background: #ee3057;
		padding: 60px 25px;
		text-align: center
	}
	.address_block .address_wrapper .address_outer:before {
		display: none
	}
}

@media (max-width:767px) {
	.address_block .address_wrapper {
		margin: 0 -25px
	}
	.address_block .address_wrapper .address_outer {
		text-align: center
	}
}

.address_block .address_wrapper .address_outer:before {
	content: "";
	position: absolute;
	right: auto;
	left: 0;
	bottom: 0;
	height: 100%;
	background: #ee3057;
	width: 58.4%;
	z-index: -1
}

.address_block .address_wrapper .address_outer.right {
	width: 41.6%;
	padding: 0 0 0 120px;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

@media (max-width:1365px) {
	.address_block .address_wrapper .address_outer.right {
		padding: 0 0 0 100px
	}
}

@media (max-width:1199px) {
	.address_block .address_wrapper .address_outer.right {
		padding: 0 0 0 75px;
		white-space: inherit;
	}
}

.address_block .address_wrapper .address_outer.right .flag_label {
	color: #000;
	font-size: 16px;
	line-height: 20px
}

.address_block .address_wrapper .address_outer.right .flag_label i {
	margin-right: 9px
}

.address_block .address_wrapper .address_outer.right:before {
	width: 41.6%;
	right: 0;
	left: auto;
	background: #fff
}

.address_block .address_wrapper .address_outer .flag_label {
	display: flex;
	align-items: center;
	font-size: 21px;
	font-family: manropeextrabold, sans-serif;
	color: #fff;
	margin-bottom: 9px
}

@media (max-width:991px) {
	.address_block .address_wrapper .address_outer.right {
		background: #fff;
		padding: 60px 25px 20px
	}
	.address_block .address_wrapper .address_outer .flag_label {
		justify-content: center
	}
}

.address_block .address_wrapper .address_outer .flag_label i {
	display: inline-block;
	margin-right: 16px
}

.address_block .address_wrapper .address_outer address {
	font-size: 21px;
	line-height: 43px;
	color: #fff;
	margin: 0;
	letter-spacing: .1px
}

.address_block .address_wrapper .address_outer .country_number {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -55px 0 -26px
}

@media (max-width:1365px) {
	.address_block .address_wrapper .address_outer .country_number {
		margin: 0 -20px
	}
}
@media (max-width:991px) {
	.address_block .address_wrapper .address_outer .country_number {
		width: calc(100% + 40px);
	}
}

.address_block .address_wrapper .address_outer .country_number li {
	padding: 0 26px;
	width: 50%;
	margin-bottom: 0
}

@media (max-width:1365px) {
	.address_block .address_wrapper .address_outer .country_number li {
		padding: 0 20px
	}
}

@media (max-width:767px) {
	.address_block .address_wrapper .address_outer address {
		font-size: 18px;
		line-height: 36px
	}
	.address_block .address_wrapper .address_outer .country_number li {
		width: 100%;
		margin-bottom: 45px;
	}
}

.address_block .address_wrapper .address_outer .country_number li a {
	font-size: 18px;
	line-height: 25px
}

.ask_us {
	padding: 147px 0 144px
}

.ask_us h2 {
	font-size: 75px;
	line-height: 96px;
	margin-top: 83px
}

@media (max-width:1199px) {
	.ask_us h2 {
		font-size: 65px;
		line-height: 86px;
		margin-top: 75px
	}
}

@media (max-width:991px) {
	.ask_us {
		padding: 50px 0 125px
	}
	.ask_us h2 {
		font-size: 50px;
		line-height: 66px;
		margin: 0 0 30px;
		text-align: center
	}
}

@media (max-width:767px) {
	.ask_us {
		padding: 20px 0 75px
	}
	.ask_us h2 {
		font-size: 35px;
		line-height: 46px
	}
}

.ask_us .company_owner {
	margin: 0 -31px;
	display: flex;
	padding-left: 35px
}

@media (max-width:1199px) {
	.ask_us .company_owner {
		padding-left: 0
	}
}

@media (max-width:991px) {
	.ask_us .company_owner {
		padding: 0 31px
	}
}

@media (max-width:767px) {
	.ask_us .company_owner {
		padding: 0;
		margin: 0 -15px
	}
}

@media (max-width:480px) {
	.ask_us .company_owner {
		flex-wrap: wrap
	}
}

.ask_us .company_owner li {
	padding: 0 31px;
	width: 50%
}

@media (max-width:359px) {
	.ask_us .company_owner li {
		width: 100%;
		margin-bottom: 50px
	}
	.ask_us .company_owner li:last-child {
		margin-bottom: 0
	}
}

.ask_us .company_owner li i {
	height: 357px;
	height: auto;
	display: block;
	margin-bottom: 20px
}

.ask_us .company_owner li i img {
	height: 100%;
	width: 100%;
	object-fit: cover
}

.ask_us .company_owner li h4 {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 7px
}

@media (max-width:767px) {
	.ask_us .company_owner li {
		padding: 0 15px
	}
	.ask_us .company_owner li h4 {
		font-size: 24px;
		line-height: 28px
	}
}

.ask_us .company_owner li span {
	display: block;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: .8px;
	margin-bottom: 15px
}

@media (max-width:767px) {
	.ask_us .company_owner li span {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
		word-break: break-all
	}
}

.ask_us .company_owner li span:last-child {
	margin-bottom: 0
}

.thank-you {
	text-align: center;
	padding: 157px 0;
	position: relative
}

@media (max-width:991px) {
	.thank-you {
		padding: 125px 0
	}
}

.thank-you .top-polygon {
	top: 54px
}

.thank-you .bottom-polygon {
	bottom: 40px
}

.thank-you .mobile_img {
	display: none
}

.thank-you .desktop_img {
	display: block
}

@media (max-width:767px) {
	.thank-you {
		padding: 70px 0
	}
	.thank-you .mobile_img {
		display: block
	}
	.thank-you .desktop_img {
		display: none
	}
}

.thank-you .thanx-img {
	display: block;
	margin-bottom: 54px
}

.thank-you .thanx-img img {
	margin: 0 auto
}

.thank-you h4 {
	font-size: 26px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 58px
}

.thank-you .black-btn i {
	margin-right: 10px;
	display: inline-block;
	width: 29px;
	height: 33px;
	position: relative
}

.thank-you .black-btn i img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

.thank-you .black-btn i img.rollover,
.thank-you .black-btn:hover i img {
	opacity: 0;
	visibility: hidden
}

.thank-you .black-btn:hover i img.rollover {
	opacity: 1;
	visibility: visible
}

.services_hero {
	background: #f7f7f7
}

.services_hero .row {
	align-items: center
}

.services_hero .hero_text {
	padding-left: 43px
}

@media (max-width:1199px) {
	.services_hero .hero_text {
		padding-left: 25px
	}
}

@media (max-width:991px) {
	.services_hero .hero_text {
		padding: 40px 10px;
		text-align: center
	}
	.services_hero .left_img {
		padding: 0;
		height: 375px
	}
	.services_hero .left_img img {
		width: 100%;
		height: 100%;
		object-fit: cover
	}
}

@media (max-width:767px) {
	.thank-you h4 {
		margin-bottom: 45px;
		font-size: 24px
	}
	.services_hero .left_img {
		height: 425px
	}
}

@media (max-width:480px) {
	.services_hero .left_img {
		height: auto
	}
}

.services_hero h1 {
	position: relative;
	z-index: 0;
	margin: 0
}

.services_hero h5 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 27px
}

.services_get_touch {
	padding: 170px 0 20px;
	position: relative
}

.services_get_touch .top-polygon {
	top: 70px
}

.services_get_touch .bottom-polygon {
	bottom: -40px
}

@media (max-width:1199px) {
	.services_get_touch {
		padding: 125px 0 20px
	}
}

@media (max-width:991px) {
	.services_get_touch {
		padding: 90px 0 20px;
		text-align: center
	}
}

@media (max-width:767px) {
	.services_hero h5 {
		margin-bottom: 20px
	}
	.services_get_touch {
		padding: 60px 0 20px
	}
	.platforms_we_build {
		overflow: hidden
	}
}

.services_get_touch p {
	letter-spacing: .5px;
	margin-bottom: 17px
}

.services_get_touch .black-btn {
	padding: 0 40px
}

.services_get_touch .get_touch_left {
	padding-right: 60px
}

.services_get_touch .get_touch_right {
	text-align: center;
	margin-top: -19px
}

@media (max-width:991px) {
	.services_get_touch .get_touch_left {
		padding-right: 0
	}
	.services_get_touch .get_touch_right {
		margin-top: 16px
	}
}

.services_get_touch .get_touch_right i {
	display: block;
	height: 88px;
	width: 88px;
	border-radius: 50%;
	margin: 0 auto 17px
}

.services_get_touch .get_touch_right i img {
	max-width: 100%;
	border-radius: 50%
}

.services_get_touch .get_touch_right h6 {
	margin: 0;
	line-height: 22px
}

.platforms_we_build {
	padding: 50px 0 20px;
	position: relative
}

.platforms_we_build .bottom-polygon {
	right: auto;
	bottom: -18px
}

.platforms_we_build h2 {
	margin-bottom: 54px
}

@media (max-width:767px) {
	.platforms_we_build {
		padding: 10px 10px 20px
	}
	.platforms_we_build h2 {
		margin-bottom: 45px
	}
}

.platforms_we_build .platform_outer {
	display: flex;
	margin-bottom: 51px;
	padding-left: 36px;
	justify-content: space-between
}

.platforms_we_build .platform_outer .platform_left {
	width: 20%;
	align-self: flex-start
}

@media (max-width:767px) {
	.platforms_we_build .platform_outer:last-child {
		margin-bottom: 0
	}
	.platforms_we_build .platform_outer {
		padding-left: 0;
		flex-wrap: wrap;
		align-items: center
	}
	.platforms_we_build .platform_outer .platform_left {
		width: 100%;
		margin-bottom: 10px;
		text-align: center
	}
}

.platforms_we_build .platform_outer .platform_right {
	width: 77%;
	position: relative;
	display: flex;
	align-items: center
}

@media (max-width:767px) {
	.platforms_we_build .platform_outer .platform_right {
		width: 100%
	}
	.platforms_we_build .platform_outer .platform_right:before {
		display: none
	}
}

.platforms_we_build .platform_outer .platform_right:before {
	content: "";
	position: absolute;
	left: -2px;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #939393;
}

.platforms_we_build .platform_outer .platform_right ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -35px;
	padding-left: 47px;
	width: 100%
}

@media (max-width:767px) {
	.platforms_we_build .platform_outer .platform_right ul {
		padding-left: 0
	}
}

@media (max-width:480px) {
	.platforms_we_build .platform_outer .platform_right ul {
		width: auto
	}
}

.platforms_we_build .platform_outer .platform_right ul li {
	padding: 15px 35px;
	width: 33.33%;
	display: inline-flex;
	align-items: center
}

.platforms_we_build .platform_outer .platform_right ul li i {
	display: block;
	width: 100%
}

@media (max-width:480px) {
	.platforms_we_build .platform_outer .platform_right ul li {
		width: 50%
	}
}

.platforms_we_build .platform_list_item {
	text-align: center
}

@media (max-width:767px) {
	.platforms_we_build .platform_list_item {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-bottom: 2px solid #000;
		padding-bottom: 10px
	}
}

.platforms_we_build .platform_list_item i {
	display: block;
	text-align: center;
	margin-bottom: 10px
}

.platforms_we_build .platform_list_item h6 {
	line-height: 24px
}

.app_dev_process {
	padding: 40px 0 50px;
	position: relative
}

.app_dev_process .top-polygon {
	left: auto;
	right: 0;
	bottom: 152px
}

@media (max-width:767px) {
	.platforms_we_build .platform_list_item i {
		margin: 0 15px 0 0
	}
	.platforms_we_build .platform_list_item h6 {
		display: inline-block;
		border-bottom: 0;
		margin: 0
	}
	.app_dev_process {
		padding: 95px 0!important;

	}
	.ecom_app_dev_process{
		padding: 101px 0 50px!important;
	}
	.ecom_app_dev_process .custom-top-polygon{
		display: none;
	}
}

.app_dev_process h2 {
	margin-bottom: 33px
}

.app_dev_process .process_steps {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -83px
}

@media (max-width:1199px) {
	.app_dev_process .process_steps {
		margin: 0 -50px
	}
}

@media (max-width:991px) {
	.app_dev_process .process_steps {
		margin: 0 -25px
	}
}

.app_dev_process .process_steps li {
	width: 50%;
	padding: 0 83px;
	margin-bottom: 46px;
	counter-increment: list_counter
}

@media (max-width:1199px) {
	.app_dev_process .process_steps li {
		padding: 0 50px
	}
}

@media (max-width:991px) {
	.app_dev_process .process_steps li {
		width: 100%;
		text-align: center;
		padding: 0 35px
	}
}

@media (max-width:767px) {
	.app_dev_process .process_steps li {
		margin-bottom: 35px;
		padding: 0 25px
	}
}

.app_dev_process .process_steps li .process_text {
	padding: 0 0 0 20px
}

.app_dev_process .process_steps li .process_text h6 {
	margin-bottom: 3px;
	position: relative;
	display: inline-block
}

.app_dev_process .process_steps li .process_text h6:before {
	content: counter(list_counter) ".";
	position: absolute;
	left: -22px;
	top: 7px;
	font-size: 18px;
	line-height: 22px;
	font-family: manropeextrabold, sans-serif
}

.app_dev_process .process_steps li .process_text p {
	line-height: 30px;
	letter-spacing: .5px
}

.app_dev_process .pdf_wrapper {
	margin-top: 105px
}

@media (max-width:1199px) {
	.app_dev_process .pdf_wrapper {
		margin-top: 80px
	}
}

.app_dev_process .pdf_wrapper .row {
	align-items: center
}

.app_dev_process .pdf_wrapper .pdf_text {
	display: flex;
	align-items: center
}

.app_dev_process .pdf_wrapper .pdf_text i {
	display: block;
	width: 68px;
	min-width: 68px;
	max-width: 68px
}

@media (max-width:991px) {
	.app_dev_process .process_steps li .process_text {
		padding: 0
	}
	.app_dev_process .process_steps li .process_text h6:before {
		top: 6px
	}
	.app_dev_process .pdf_wrapper {
		text-align: center;
		margin-top: 50px
	}
	.app_dev_process .pdf_wrapper .text-right {
		text-align: center!important
	}
	.app_dev_process .pdf_wrapper .pdf_text {
		display: block;
		text-align: center;
		margin-bottom: 25px
	}
	.app_dev_process .pdf_wrapper .pdf_text i {
		margin: 0 auto 20px
	}
}

.app_dev_process .pdf_wrapper .pdf_text h4 {
	margin: 0;
	font-size: 26px;
	line-height: 40px;
	padding: 0 27px
}

@media (max-width:991px) {
	.app_dev_process .pdf_wrapper .pdf_text h4 {
		font-size: 24px;
		line-height: 38px
	}
}

@media (max-width:767px) {
	.app_dev_process .process_steps li .process_text h6:before {
		top: 4px
	}
	.app_dev_process .pdf_wrapper .pdf_text i {
		width: 55px;
		min-width: 55px;
		max-width: 55px
	}
	.app_dev_process .pdf_wrapper .pdf_text h4 {
		font-size: 22px;
		line-height: 34px;
		padding: 0
	}
}

.app_dev_process .pdf_wrapper .black-btn {
	padding: 0 24px
}

.features_we_develop {
	padding: 105px 0 34px;
	position: relative
}

.features_we_develop .top-polygon {
	top: -27px
}

.features_we_develop .bottom-polygon {
	bottom: -10px
}

@media (max-width:1199px) {
	.features_we_develop {
		padding: 70px 0 30px
	}
}

.features_we_develop h2 {
	margin-bottom: 43px
}

.features_we_develop .feature_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	align-items: center
}

@media (max-width:991px) {
	.features_we_develop {
		padding: 73px 0 30px!important;
	}
	.features_we_develop .feature_list {
		margin: 0 -25px
	}
}

.features_we_develop .feature_list li {
	width: 33.33%;
	margin-bottom: 49px;
	line-height: 22px;
	font-family: manropeextrabold, sans-serif;
	padding: 0 15px
}

@media (max-width:991px) {
	.features_we_develop .feature_list li {
		width: 50%;
		margin-bottom: 35px;
		padding: 0 40px
	}
}

@media (max-width:480px) {
	.features_we_develop .feature_list li {
		padding: 0 25px
	}
}

.features_we_develop .feature_list li .feature_inner {
	display: flex;
	align-items: center
}

@media (max-width:359px) {
	.features_we_develop .feature_list li {
		width: 100%
	}
	.features_we_develop .feature_list li .feature_inner {
		justify-content: center
	}
}

.features_we_develop .feature_list li .feature_inner i {
	margin-right: 12px;
	width: 40px;
	min-width: 40px;
	max-width: 40px;
	text-align: center
}

.services_work {
	padding: 68px 0 20px;
	position: relative
}

.services_work .top-polygon {
	top: 53px
}

.services_work h2 {
	margin-bottom: 35px
}

.services_work .service_work_outer {
	height: 321px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px
}

@media (max-width:1199px) {
	.services_work .service_work_outer {
		height: 300px
	}
}

@media (max-width:991px) {
	.services_work .service_work_outer {
		height: 250px
	}
}

@media (max-width:767px) {
	.services_work {
		padding: 30px 0 20px
	}
	.services_work .service_work_outer {
		height: auto
	}
}

.services_work .service_work_outer img {
	width: 100%;
	object-fit: cover;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

.services_work .service_work_outer .service_work_details {
	position: absolute;
	width: 57%;
	left: -100%;
	bottom: -100%;
	background: #000;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-family: manropesemibold, sans-serif;
	padding: 11px 20px;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

@media (max-width:767px) {
	.services_work .service_work_outer .service_work_details {
		padding: 10px 20px;
		left: 0;
		bottom: 0
	}
}

.services_work .service_work_outer:hover img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.services_work .service_work_outer:hover .service_work_details {
	left: 0;
	bottom: 0
}

.pricing {
	padding: 35px 0 118px;
	position: relative
}

.pricing .top-polygon {
	left: auto;
	right: 0;
	top: -7px
}

.pricing .bottom-polygon {
	right: auto;
	left: 0;
	bottom: -10px
}

@media (max-width:1199px) {
	.services_work .service_work_outer .service_work_details {
		width: 70%
	}
	.pricing {
		padding: 80px 0 100px
	}
}

@media (max-width:991px) {
	.services_work .service_work_outer .service_work_details {
		width: 100%
	}
	.pricing {
		padding: 60px 0
	}
}

@media (max-width:767px) {
	.pricing {
		padding: 25px 0
	}
}

.pricing h2 {
	margin-bottom: 34px
}

.pricing .left_price {
	text-align: center
}

@media (max-width:991px) {
	.pricing .left_price {
		margin-bottom: 50px
	}
}

.pricing .left_price p {
	line-height: 22px;
	margin-bottom: 15px
}

.pricing .left_price h3 {
	line-height: 38px;
	margin-bottom: 20px
}

.pricing .left_price h3 span {
	font-size: 26px
}

.pricing .right_price .custom_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}

.casestudy_detail .row,
.filter_listing {
	align-items: center
}

.pricing .right_price .custom_list li {
	width: 50%;
	padding: 0 35px 0 37px;
	margin-bottom: 31px
}

.pricing .right_price .custom_list li:before {
	left: 12px
}

.app_dev_insights {
	padding: 50px 0 117px;
	position: relative
}

.app_dev_insights .top-polygon {
	right: 0;
	left: auto;
	top: -60px
}

.app_dev_insights .bottom-polygon {
	right: auto;
	left: 0;
	bottom: 10px
}

.app_dev_insights h2 {
	margin-bottom: 43px
}

.app_dev_insights .app_dev_outer {
	margin-bottom: 30px
}

.app_dev_insights .app_dev_outer .thumb {
	height: 332px;
	overflow: hidden;
	display: block;
	background: #d7d7d7;
	margin-bottom: 18px
}

@media (max-width:1199px) {
	.app_dev_insights {
		padding: 40px 0 115px
	}
	.app_dev_insights .app_dev_outer .thumb {
		height: 300px
	}
}

@media (max-width:991px) {
	.pricing .right_price .custom_list li {
		width: 100%
	}
	.app_dev_insights {
		padding: 40px 0 70px
	}
	.app_dev_insights .app_dev_outer .thumb {
		height: 225px
	}
}

@media (max-width:767px) {
	.app_dev_insights {
		padding: 40px 0
	}
	.app_dev_insights .app_dev_outer .thumb {
		height: auto
	}
}

.app_dev_insights .app_dev_outer .thumb img {
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	height: 100%;
	width: 100%;
	object-fit: cover
}

.app_dev_insights .app_dev_outer .thumb:hover img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.app_dev_insights .app_dev_outer h5 {
	letter-spacing: 0;
	font-size: 20px;
	line-height: 28px;
	padding-right: 30px;
	margin-bottom: 15px;
	position: relative
}

@media (max-width:1199px) {
	.app_dev_insights .app_dev_outer h5 {
		padding-right: 0
	}
}

@media (max-width:991px) {
	.app_dev_insights .app_dev_outer h5 {
		font-size: 18px;
		line-height: 26px
	}
}

.app_dev_insights .app_dev_outer h5 a {
	position: relative;
	z-index: 0
}

.app_dev_insights .app_dev_outer h5 a:before {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 8px;
	bottom: 2px;
	background: #6bd6cc;
	z-index: -1;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

.app_dev_insights .app_dev_outer h5 a:hover:before {
	width: 40px
}

.app_dev_insights .app_dev_outer p {
	line-height: 28px;
	letter-spacing: .2px
}

.work_listing_wrapper {
	padding: 116px 0 85px
}

@media (max-width:1199px) {
	.work_listing_wrapper {
		padding: 100px 0 75px
	}
}

.work_listing_wrapper .element-item {
	right: 0
}

.work_listing_wrapper .projects_slider {
	margin-bottom: 100px;
	position: relative
}

@media (max-width:991px) {
	.app_dev_insights .app_dev_outer p {
		font-size: 16px;
		line-height: 26px
	}
	.work_listing_wrapper .projects_slider {
		margin-bottom: 60px
	}
}

.work_listing_wrapper .projects_slider .top-polygon {
	top: -37px
}

.work_listing_wrapper .projects_slider .top-polygon.top1 {
	top: -86px
}

.work_listing_wrapper .projects_slider .bottom-polygon {
	bottom: -20px
}

.work_listing_wrapper .projects_slider .bottom-polygon.bottom1 {
	bottom: -80px
}

.work_listing_wrapper .more_projects {
	text-align: center;
	margin-top: -50px
}

.work_listing_wrapper .more_projects .more_projects_link {
	font-family: manropeextrabold, sans-serif;
	line-height: 22px;
	position: relative
}

.work_listing_wrapper .more_projects .more_projects_link:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: #000
}

.work_listing_wrapper .dk-select.mobile_filter {
	display: none;
	margin-bottom: 40px
}

@media (max-width:767px) {
	.work_listing_wrapper {
		padding: 50px 0
	}
	.work_listing_wrapper .dk-select.mobile_filter {
		display: block
	}
}

.filter_listing {
	display: flex;
	justify-content: center;
	margin-bottom: 108px
}

@media (max-width:1199px) {
	.filter_listing {
		margin-bottom: 85px
	}
}

@media (max-width:767px) {
	.filter_listing {
		display: none
	}
}

.filter_listing li {
	margin-right: 70px;
	font-size: 26px;
	line-height: 30px;
	font-family: manropeextrabold, sans-serif;
	position: relative;
	z-index: 0;
	cursor: pointer
}

@media (max-width:991px) {
	.filter_listing li {
		margin-right: 60px;
		font-size: 24px;
		line-height: 28px
	}
}

.filter_listing li:last-child {
	margin-right: 0
}

.filter_listing li:before {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 8px;
	bottom: 2px;
	background: #ee3057;
	z-index: -1;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

.filter_listing li.is-checked:before,
.filter_listing li:hover:before {
	width: 80%
}

.casestudy_detail {
	padding: 35px 0;
	position: relative
}

.casestudy_detail .top-polygon {
	top: 47%
}

.casestudy_detail .mob_img {
	display: none
}

.casestudy_detail .desktop_img {
	display: block
}

@media (max-width:991px) {
	.casestudy_detail {
		padding: 35px 10px;
		text-align: center
	}
	.casestudy_detail .mob_img {
		display: block;
		margin: 30px auto 20px
	}
	.casestudy_detail .desktop_img {
		display: none
	}
}

.casestudy_detail .product_logo {
	display: block;
	margin-bottom: 21px
}

.casestudy_detail .product_logo img {
	max-width: 265px
}

.casestudy_detail p {
	letter-spacing: .5px;
	margin: 0 20px 23px 0
}

.casestudy_detail .black-btn {
	padding: 0 40px
}

.casestudy_detail .product_tech {
	display: flex;
	align-items: center;
	margin-bottom: 33px;
	flex-wrap: wrap
}

@media (max-width:991px) {
	.casestudy_detail p {
		margin-right: 0
	}
	.casestudy_detail .product_tech {
		justify-content: center;
		margin-bottom: 20px
	}
}

@media (max-width:767px) {
	.casestudy_detail .product_tech {
		margin-bottom: 15px
	}
}

.casestudy_detail .product_tech li {
	position: relative;
	font-family: manropeextrabold, sans-serif;
	margin: 0 28px 4px 0
}

.casestudy_detail .product_tech li:last-child {
	margin-right: 0
}

.casestudy_detail .product_tech li:after {
	content: '';
	position: absolute;
	right: -18px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 7px;
	width: 7px;
	background: #000;
	border-radius: 50%
}

.casestudy_detail .product_tech li:last-child:after {
	display: none
}

.features_roles {
	padding: 40px 0 49px;
	position: relative
}

@media (max-width:767px) {
	.features_roles {
		padding: 30px 0
	}
}

.features_roles .top-polygon {
	right: 0;
	left: auto;
	top: -66px
}

@media (max-width:991px) {
	.features_roles .feature_roles_wrapper {
		padding: 0
	}
	.features_roles .feature_roles_outer.black {
		margin-top: 30px
	}
}

@media (max-width:480px) {
	.features_roles .feature_roles_inner {
		margin-bottom: 20px
	}
}

.features_roles .feature_roles_outer {
	background: #ee3057;
	padding: 30px 40px 6px;
	height: 100%
}

@media (max-width:1199px) {
	.features_roles .feature_roles_outer {
		padding: 20px 25px 6px
	}
}

.features_roles .feature_roles_outer.black {
	background: #000
}

@media (max-width:767px) {
	.features_roles .feature_roles_outer {
		padding: 50px 25px 0
	}
	.features_roles .feature_roles_outer.black {
		margin-top: 20px
	}
}

.features_roles .feature_roles_outer.black h6 {
	margin-bottom: 17px
}

.features_roles .feature_roles_outer.black ul li {
	margin-bottom: 20px
}

.features_roles .feature_roles_outer h6 {
	color: #fff;
	margin-bottom: 30px
}

.features_roles .feature_roles_outer ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}

.features_roles .feature_roles_outer ul li {
	display: inline-flex;
	flex-wrap: wrap;
	width: 50%;
	align-items: center;
	color: #fff;
	line-height: 26px;
	margin-bottom: 37px;
	font-family: manropesemibold, sans-serif;
	padding: 0 15px
}

@media (max-width:359px) {
	.features_roles .feature_roles_outer ul li {
		width: 100%;
		justify-content: center
	}
}

@media (max-width:991px) {
	.features_roles .feature_roles_outer h6 {
		text-align: center
	}
	.features_roles .feature_roles_outer ul li {
		justify-content: center
	}
}

@media (max-width:767px) {
	.features_roles .feature_roles_outer ul li {
		padding: 0 10px
	}
}

.features_roles .feature_roles_outer ul li i {
	margin: -8px 19px 0 0
}

.features_roles .feature_roles_outer ul li span {
	display: block
}

@media (max-width:359px) {
	.features_roles .feature_roles_outer ul li {
		justify-content: center!important
	}
	.features_roles .feature_roles_outer ul li i {
		margin: -4px 20px 0 0
	}
	.features_roles .feature_roles_outer ul li span {
		display: inline-block
	}
}

.client_req_challenges {
	padding: 104px 0;
	position: relative
}

@media (max-width:1199px) {
	.client_req_challenges {
		padding: 75px 0
	}
}

@media (max-width:991px) {
	.features_roles .feature_roles_outer ul li:nth-child(even) {
		justify-content: flex-start
	}
	.client_req_challenges {
		padding: 60px 0 40px;
		text-align: center
	}
}

@media (max-width:767px) {
	.client_req_challenges {
		padding: 60px 0 10px
	}
}

.client_req_challenges .top-polygon {
	top: 218px
}

.client_req_challenges .client_req_challenges_outer {
	padding: 0 67px
}

@media (max-width:1199px) {
	.client_req_challenges .client_req_challenges_outer {
		padding: 0 35px
	}
}

@media (max-width:991px) {
	.client_req_challenges .client_req_challenges_outer {
		padding: 0 10px;
		margin-bottom: 50px
	}
}

.client_req_challenges .client_req_challenges_outer i {
	height: 74px;
	display: flex;
	align-items: center;
	margin-bottom: 6px
}

.client_req_challenges h2 {
	text-align: left;
	margin-bottom: 12px
}

@media (max-width:991px) {
	.client_req_challenges .client_req_challenges_outer i {
		justify-content: center
	}
	.client_req_challenges h2 {
		text-align: center
	}
}

.client_req_challenges p {
	letter-spacing: .5px
}

.our_solutions {
	padding: 25px 0;
	position: relative
}

.our_solutions .top-polygon.top1 {
	left: auto;
	right: 0;
	top: 54px
}

.our_solutions .top-polygon.top2 {
	top: 34.3%
}

.our_solutions .bottom-polygon.bottom1 {
	bottom: 25%
}

@media (max-width:767px) {
	.our_solutions {
		text-align: center
	}
	.our_solutions .bottom-polygon.bottom1,
	.our_solutions .top-polygon.top2 {
		display: none
	}
}

.our_solutions .bottom-polygon.bottom2 {
	bottom: 32px;
	right: auto;
	left: 0
}

.our_solutions h2 {
	margin-bottom: 30px
}

.our_solutions .solutions_slider {
	display: block
}

@media (max-width:767px) {
	.our_solutions .solutions_slider .owl-nav {
		position: static;
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-top: 50px
	}
}

.case-study-testimonial .row,
.our_solutions .solution_wrapper .row {
	align-items: center
}

.our_solutions .solutions_slider .owl-nav [class*=owl-] {
	margin: 0;
	background: #fff!important;
	box-shadow: 12px 5px 29px 0 rgba(0, 0, 0, .13);
	height: 50px;
	width: 50px;
	border-radius: 50%;
	padding: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s
}

@media (max-width:767px) {
	.our_solutions .solutions_slider .owl-nav [class*=owl-] {
		height: 40px;
		width: 40px
	}
}

.our_solutions .solutions_slider .owl-nav [class*=owl-]:hover {
	box-shadow: -5px 5px 29px 0 rgba(0, 0, 0, .13)
}

.our_solutions .solutions_slider .owl-nav [class*=owl-] span {
	font-size: 0;
	display: flex;
	height: 100%;
	width: 100%;
	background-size: 20px!important;
	background-position: center!important;
	background-repeat: no-repeat!important
}

.our_solutions .solutions_slider .owl-nav .owl-prev {
	margin-bottom: 32px
}

@media (max-width:767px) {
	.our_solutions .solutions_slider .owl-nav [class*=owl-] span {
		background-size: 15px!important
	}
	.our_solutions .solutions_slider .owl-nav .owl-prev {
		margin: 0 30px 0 0
	}
}

.our_solutions .solutions_slider .owl-nav .owl-prev span {
	background: url(../../images/left-arrow.svg)
}

.our_solutions .solutions_slider .owl-nav .owl-next span {
	background: url(../../images/right-arrow.svg)
}

.our_solutions .solution_wrapper {
	margin-bottom: 10px
}

.our_solutions .solution_wrapper:last-child {
	margin-bottom: 0
}

.our_solutions .solution_wrapper .img_block {
	text-align: center
}

.our_solutions .solution_wrapper .img_block img {
	max-width: 100%
}

@media (max-width:767px) {
	.our_solutions .solution_wrapper .img_block img {
		max-width: 70%;
		display: block;
		margin: 0 auto
	}
	.our_solutions .solution_wrapper .img_block {
		padding: 0 25px!important;
		order: 1!important;
		margin-bottom: 20px!important
	}
}

.our_solutions .solution_wrapper .solution_details {
	padding-left: 0
}

@media (max-width:767px) {
	.our_solutions .solution_wrapper .solution_details {
		padding: 0 25px!important;
		order: 2!important
	}
}

.our_solutions .solution_wrapper .solution_details .solution_details_inner {
	margin-left: -15px;
	padding-right: 60px
}

@media (max-width:1199px) {
	.our_solutions .solution_wrapper .solution_details .solution_details_inner {
		padding-right: 40px;
		margin-left: 0
	}
}

@media (max-width:991px) {
	.our_solutions .solution_wrapper .solution_details .solution_details_inner {
		padding-right: 10px
	}
}

.our_solutions .solution_wrapper h4 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 14px
}

.our_solutions .solution_wrapper p {
	padding-left: 2px;
	letter-spacing: .5px
}

.our_solutions .solution_wrapper.right_img .solution_details {
	order: 1;
	padding-left: 87px;
	padding-right: 0
}

@media (max-width:1199px) {
	.our_solutions .solution_wrapper.right_img .solution_details {
		padding-left: 70px
	}
}

@media (max-width:991px) {
	.our_solutions .solution_wrapper.right_img .solution_details {
		padding-left: 25px
	}
	.case-study-testimonial {
		text-align: center
	}
}

.our_solutions .solution_wrapper.right_img .solution_details .solution_details_inner {
	margin-left: 0;
	padding-right: 0;
	margin-right: -15px
}

.our_solutions .solution_wrapper.right_img .img_block {
	order: 2
}

.case-study-testimonial {
	padding: 50px 0;
	position: relative
}

@media (max-width:767px) {
	.case-study-testimonial {
		padding: 30px 0
	}
}

.case-study-testimonial .top-polygon {
	right: 0;
	left: auto;
	top: -112px
}

.case-study-testimonial h2 {
	margin-bottom: 20px
}

@media (max-width:991px) {
	.case-study-testimonial .author_details {
		order: 2;
		padding: 0 25px
	}
	.case-study-testimonial .testimonial_details {
		order: 1;
		padding: 0 25px;
		margin-bottom: 10px
	}
}

.case-study-testimonial .author {
	display: flex;
	align-items: center;
	padding: 0 35px 0 69px
}

@media (max-width:1199px) {
	.case-study-testimonial .author {
		padding: 0 30px
	}
}

.case-study-testimonial .author i {
	display: block;
	height: 97px;
	width: 97px;
	border-radius: 50%;
	margin-right: 8px
}

.case-study-testimonial .author i img {
	border-radius: 50%;
	max-width: 100%
}

.case-study-testimonial .info h6 {
	line-height: 22px;
	margin-bottom: 7px
}

.case-study-testimonial .info p {
	line-height: 22px
}

.case-study-testimonial .testimonial_text {
	position: relative;
	z-index: 1;
	padding: 0 70px 0 0;
	letter-spacing: .5px
}

@media (max-width:1199px) {
	.case-study-testimonial .testimonial_text {
		padding: 0 10px 0 0
	}
}

@media (max-width:991px) {
	.case-study-testimonial .author {
		justify-content: center;
		flex-direction: column
	}
	.case-study-testimonial .author i {
		margin-right: 0
	}
	.case-study-testimonial .info h6 {
		margin-bottom: 3px
	}
	.case-study-testimonial .testimonial_text {
		padding: 0
	}
}

.case-study-testimonial .testimonial_text:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -12px;
	width: 24px;
	height: 16px;
	background: url(../../images/quote.png) no-repeat;
	background-size: 24px
}

.case-study-projects {
	padding: 80px 0 100px;
	position: relative
}

@media (max-width:1199px) {
	.case-study-projects {
		padding: 60px 0 80px
	}
}

.case-study-projects h2 {
	margin-bottom: 38px
}

.case-study-projects .top-polygon {
	top: 89px
}

.case-study-projects .bottom-polygon {
	bottom: -10px
}

.timeline {
	padding: 65px 0 84px
}

@media (max-width:1199px) {
	.timeline {
		padding: 55px 0 70px
	}
}

@media (max-width:991px) {
	.timeline {
		padding: 45px 0
	}
}

.timeline h2 {
	margin-bottom: 49px
}

@media (max-width:767px) {
	.timeline .timeline_img {
		overflow-x: auto;
		padding: 0 25px;
		margin: 0 -25px
	}
	.timeline .timeline_img i {
		display: block;
		width: 250%
	}
	.timeline .timeline_img i img {
		max-width: inherit;
		width: 100%
	}
}