@charset "UTF-8";
: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: #00aff0;
	--secondary: #e71d36;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*, ::after, ::before {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

article, footer, header, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ul ul {
	margin-bottom: 0;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b, strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #00aff0;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #208c60;
	text-decoration: underline;
}

a:not([href]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none;
}

code {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

img {
	vertical-align: middle;
	border-style: none;
}

table {
	border-collapse: collapse;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

button, input, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, input {
	overflow: visible;
}

button {
	text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

progress {
	vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-weight: 400;
	line-height: 28px;
}

.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;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.small, small {
	font-size: 80%;
	font-weight: 400;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "\2014\00A0";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word;
}

a>code {
	color: inherit;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid, .container-lg, .container-md, .container-sm {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3>* {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6>* {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}

.table-primary {
	background-color: #c4f0df;
}

.table-success {
	background-color: #c3e6cb;
}

.table-info {
	background-color: #bee5eb;
}

.table-light {
	background-color: #fdfdfe;
}

.table-dark {
	background-color: #c6c8ca;
}

.table-active {
	background-color: rgba(0,0,0,.075);
}

.table-dark {
	color: #fff;
	background-color: #343a40;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #91e6c4;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(46,202,139,.25);
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5;
}

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.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-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .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:hover {
	color: #212529;
	text-decoration: none;
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(46,202,139,.25);
}

.btn:disabled {
	opacity: .65;
}

.btn-primary {
	color: #fff;
	background-color: #00aff0;
	border-color: #00aff0;
}

.btn-primary:hover {
	color: #fff;
	background-color: #3a0ca3;
	border-color: #3a0ca3;
}

.btn-primary:focus {
	color: #fff;
	background-color: #3a0ca3;
	border-color: #3a0ca3;
	box-shadow: 0 0 0 .2rem rgb(102 16 242 / 35%);
}

.btn-primary:disabled {
	color: #fff;
	background-color: #00aff0;
	border-color: #00aff0;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #3a0ca3;
	border-color: #3a0ca3;
}

.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 rgb(117 202 194 / 58%);
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.btn-success:focus {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
}

.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-info:focus {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
	box-shadow: 0 0 0 .2rem rgb(102 16 242 / 35%);
}

.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.btn-light:focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
}

.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}

.btn-dark:focus {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
	box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
}

.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
}

.btn-link {
	font-weight: 400;
	color: #00aff0;
	text-decoration: none;
}

.btn-link:hover {
	color: #208c60;
	text-decoration: underline;
}

.btn-link:focus {
	text-decoration: underline;
	box-shadow: none;
}

.btn-link:disabled {
	color: #6c757d;
	pointer-events: none;
}

.btn-group-lg>.btn, .btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

.btn-group-sm>.btn, .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: .5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%;
}

.fade {
	transition: opacity .15s linear;
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.dropdown {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #00aff0;
}

.dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529;
}

.btn-group {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group>.btn {
	position: relative;
	flex: 1 1 auto;
}

.btn-group>.btn:hover {
	z-index: 1;
}

.btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
	z-index: 1;
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
	margin-left: -1px;
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem;
}

.dropdown-toggle-split::after {
	margin-left: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem;
}

.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0;
}

.btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group>.form-control {
	position: relative;
	flex: 1 1 0%;
	min-width: 0;
	margin-bottom: 0;
}

.input-group>.form-control+.form-control {
	margin-left: -1px;
}

.input-group>.form-control:focus {
	z-index: 3;
}

.input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-prepend {
	display: flex;
}

.input-group-prepend .btn {
	position: relative;
	z-index: 2;
}

.input-group-prepend .btn:focus {
	z-index: 3;
}

.input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
	margin-top: 0;
}

.input-group-lg>.form-control:not(textarea) {
	height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control, .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-sm>.form-control:not(textarea) {
	height: calc(1.5em + .5rem + 2px);
}

.input-group-sm>.form-control, .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>.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-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-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #00aff0;
	background-color: #00aff0;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(46,202,139,.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #91e6c4;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #bbf0da;
	border-color: #bbf0da;
}

.custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label {
	color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before, .custom-control-input[disabled]~.custom-control-label::before {
	background-color: #e9ecef;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%;
}

.custom-switch {
	padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem;
}

.custom-switch .custom-control-label::after {
	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	transform: translateX(.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(46,202,139,.5);
}

.custom-control-label::before {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
	text-decoration: none;
}

.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: .5rem 1rem;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm {
	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;
	white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: .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: no-repeat center center;
	background-size: 100% 100%;
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm {
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0,0,0,.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: rgba(0,0,0,.9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0,0,0,.7);
}

.navbar-light .navbar-nav .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, %3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
	color: rgba(0,0,0,.5);
}

.navbar-light .navbar-text a {
	color: rgba(0,0,0,.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(0,0,0,.9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255,255,255,.75);
}

.navbar-dark .navbar-nav .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, %3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
	color: rgba(255,255,255,.5);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff;
}

.card {
	position: relative;
	display: 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>.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;
	min-height: 1px;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: .75rem;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0,0,0,.03);
	border-top: 1px solid rgba(0,0,0,.125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-img, .card-img-bottom, .card-img-top {
	flex-shrink: 0;
	width: 100%;
}

.card-img, .card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.card-img, .card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.card-group>.card {
	margin-bottom: 15px;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #6c757d;
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #00aff0;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #208c60;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(46,202,139,.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: 3;
	color: #fff;
	background-color: #00aff0;
	border-color: #00aff0;
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #00aff0;
	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;
}

.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 {
	z-index: 1;
	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;
	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 {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #00aff0;
	border-color: #00aff0;
}

.list-group-item+.list-group-item {
	border-top-width: 0;
}

.list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

.list-group-item-primary {
	color: #186948;
	background-color: #c4f0df;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
	color: #186948;
	background-color: #b0ebd4;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #186948;
	border-color: #186948;
}

.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-light {
	color: #818182;
	background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182;
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: .75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0,-50px);
}

.modal.show .modal-dialog {
	transform: none;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0;
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer>* {
	margin: .25rem;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block;
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
	transform: translateX(100%);
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s;
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease;
}

.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: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #2ec4b6 !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
	background-color: #27a599 !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-light {
	background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
	background-color: #dae0e5 !important;
}

.bg-dark {
	background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
	background-color: #1d2124 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-right {
	border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
	border-left: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #2ec4b6 !important;
}

.border-success {
	border-color: #28a745 !important;
}

.border-info {
	border-color: #17a2b8 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #343a40 !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded-sm {
	border-radius: .2rem !important;
}

.rounded {
	border-radius: .25rem !important;
}

.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important;
}

.rounded-right {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}

.rounded-left {
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}

.rounded-lg {
	border-radius: .3rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.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-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	flex-direction: row !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !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-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;
}

.position-relative {
	position: relative !important;
}

.position-fixed {
	position: fixed !important;
}

.fixed-top {
	position: fixed;
	top: 20px;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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: .5rem !important;
}

.py-5 {
	padding-top: .5rem !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;
}

.text-justify {
	text-align: justify !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #2ec4b6 !important;
}

a.text-primary:focus, a.text-primary:hover {
	color: #208c60 !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
	color: #19692c !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
	color: #0f6674 !important;
}

.text-light {
	color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
	color: #cbd3da !important;
}

.text-dark {
	color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
	color: #121416 !important;
}

.text-body {
	color: #212529 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-white-50 {
	color: rgba(255,255,255,.5) !important;
}

@font-face {
	font-family: FontAwesome;
	src: url(../fonts/fontawesome-webfont3e6e.eot?v=4.7.0);
	src: url(../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont3e6e.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: .14286em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-group:before, .fa-users:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-cont-ser-phone:before, .fa-cont-ser:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-toggle-down:before {
	content: "";
}

.fa-toggle-up:before {
	content: "";
}

.fa-toggle-right:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-toggle-left:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-support:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-send:before {
	content: "";
}

.fa-send-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-google-plus-circle:before {
	content: "";
}

.fa-fa:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-o:before {
	content: "";
}

.fa-s15:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-close-o:before {
	content: "";
}

:root {
	--primary-color: #00aff0;
	--primary-light: #fcf1e7;
	--primary-dark: #161723;
	--secondary-color: #e71d36;
	--font-color: #525252;
	--bg-color: #fff;
	--heading-color: #011627;
	--footer-color: #222333;
	--border-radius: 6px;
	--border-radius-full: 15px;
	--border-color: transparent;
	--border-color-light: #ddd;
	--iframe-filter: grayscale(0%);
	--bg-grey: #f4f4f4;
	--bg-lightgrey: #f8f9fa;
	--btn-bg: #e2e8f0;
}

[data-theme=dark] {
	--primary-color: #00aff0;
	--primary-light: #7e4c45;
	--secondary-color: #e71d36;
	--primary-dark: #00070c;
	--font-color: #b7b7b7;
	--bg-color: #131617;
	--heading-color: #fdfffc;
	--footer-color: #11121b;
	--border-color: rgba(255,255,255,0.2);
	--border-color-light: rgba(255,255,255,0.2);
	--iframe-filter: grayscale(100%);
	--bg-grey: #0b0d0e;
	--bg-lightgrey: #000;
	--btn-bg: #2a2a2a;
}

.noscroll {
	overflow: hidden;
	height: 100vh;
}

html {
	scroll-behavior: smooth;
}

body, html {
	margin: 0;
	padding: 0;
	background: var(--bg-color);
	color: var(--font-color);
	font-family: Raleway, sans-serif;
}

.btn, body a, button {
	cursor: pointer !important;
}

.img-responsive {
	max-width: 100%;
	display: block;
}

.d-grid {
	display: grid;
}

.align-self {
	align-self: center;
}

.align-end {
	align-self: end;
}

button, input, label, li, span {
	-webkit-appearance: none;
	outline: 0;
	font-family: Raleway, sans-serif;
}

a, a:hover {
	text-decoration: none;
}

iframe {
	border: none;
	display: block;
}

ul {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: var(--heading-color);
	font-family: Raleway, sans-serif;
}

p {
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 28px;
	color: var(--font-color);
	letter-spacing: 0;
	font-weight: 400;
}

li {
	list-style-type: none;
}

p.white {
	color: #eee;
}

.align-center {
	align-self: center;
}

.noscroll {
	min-height: 100vh;
	overflow: hidden;
}

.radius-image {
	border-radius: var(--border-radius);
}

.radius-image-full {
	border-radius: var(--border-radius-full);
}

.btn-style {
	padding: 12px 35px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	transition: .3s ease-in;
	border-radius: var(--border-radius);
}

.btn-style span.fa {
	font-size: 12px;
	vertical-align: 1px;
	margin-left: 5px;
}

.transparent-btn {
	background: rgba(255,255,255,.25);
}

.btn-white {
	padding: 12px 35px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	transition: .3s ease-in;
	border-radius: var(--border-radius);
	background-color: #fff;
	color: var(--primary-color);
}

.hny-title {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
	position: relative;
	max-width: 550px;
	margin: auto;
}

.sub-titlehny {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 1px;
	color: var(--primary-color);
	display: block;
}

.section-title-left {
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
}

.theme-switch {
	display: inline-block;
	position: relative;
	margin: 0;
}

.theme-switch input {
	display: none;
}

.navbar .navbar-brand {
	margin: 0;
	padding: 0;
}

.navbar .navbar-brand:hover {
	opacity: .95;
}

.navbar .navbar-brand img {
	max-width: 140px;
	transition: all .5s ease;
}

.navbar-expand-lg .navbar-nav .nav-item {
	padding: 0 12px;
	transition: all .5s ease;
	position: relative;
}

.navbar-expand-lg .navbar-nav .active>.nav-link, .navbar-expand-lg .navbar-nav .nav-link.active, .navbar-expand-lg .navbar-nav .nav-link.show, .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .show>.nav-link {
	color: var(--primary-color);
}

.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(255,255,255,.9);
}

.navbar-expand-lg .navbar-nav .nav-link {
	text-transform: capitalize;
	transition: all .5s ease;
	padding: 10px 0 10px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

a.dropdown-item {
	text-transform: capitalize;
	transition: all .5s ease;
	font-size: 15px;
	font-weight: 600;
	padding: 5px 24px;
	color: var(--heading-color);
}

a.dropdown-item:hover {
	color: var(--primary-color);
	background: 0 0;
}

a.dropdown-item.active {
	background: 0 0;
	color: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	transform: translateX(-50px);
	background: var(--bg-color);
	border: 1px solid var(--border-color);
}

.navbar-expand-lg .navbar-nav .dropdown-menu:before {
	content: '';
	width: 14px;
	height: 14px;
	background: var(--bg-color);
	border: 1px solid var(--border-color);
	display: block;
	border-right: none;
	border-bottom: none;
	transform: translateX(-50%) rotateZ(45deg);
	position: absolute;
	top: -7px;
	left: 49%;
	z-index: 1001;
}

header {
	background-color: transparent;
	padding: 0;
	transition: all .4s ease 0s;
	height: 90px;
	display: grid;
	align-items: center;
	box-shadow: 0 3px 9px rgba(0,0,0,.05);
}

header.nav-fixed {
	padding: 0;
	background-color: var(--bg-color);
	height: 80px;
	border-bottom: none;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.05);
}

.navbar-nav .nav-link.show, .navbar-nav .show> {
	color: #7c6a6a;
}

nav ul li {
	display: inline-block;
}

nav ul li a, nav ul li a:after, nav ul li a:before {
	transition: all .5s;
}

nav ul li a:hover {
	color: #fff;
}

.navbar-nav .nav-link:focus {
	color: #eee;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-menu {
	min-width: 12rem;
	padding: 1rem 0;
}

.nav-fixed .navbar-expand-lg .navbar-nav .nav-link {
	color: var(--heading-color);
	opacity: .95;
}

.nav-fixed .navbar-brand {
	color: var(--heading-color);
}

.nav-fixed .phone a {
	color: #fff;
}

.nav-fixed .phone a span {
	opacity: 1;
	color: #fff;
}

.nav-fixed .navbar-expand-lg .navbar-nav li.nav-item.active .nav-link {
	color: var(--primary-color);
}

.nav-fixed .navbar-expand-lg .navbar-nav li.nav-item .nav-link:hover {
	color: var(--primary-color);
}

.nav-fixed .navbar-expand-lg .navbar-brand span.fa {
	color: var(--primary-color);
}

.nav-fixed .navbar-expand-lg .navbar-brand span.sub-logo {
	color: #272121;
}

.navbar .search-right {
	margin: 0 15px 0 10px;
}

.navbar .search-right a {
	background: rgb(221 221 221 / 42%);
	font-size: 16px;
	line-height: 25px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	padding: 0;
	text-align: center;
	color: #fff;
	display: inline-block;
	border: none;
}

.nav-fixed .search-right a {
	color: var(--font-color);
}

.navbar .search-right a:hover {
	background: var(--primary-color);
	color: #fff;
}

.navbar form.search-box {
	display: flex;
}

.navbar .search-right .popup form input[type=search] {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #555;
	border: none;
	height: 60px;
	background: #fff;
	padding: 0 20px;
	width: 100%;
	border-radius: 0;
	-webkit-border-top-left-radius: var(--border-radius);
	-webkit-border-bottom-left-radius: var(--border-radius);
	-moz-border-radius-topleft: var(--border-radius);
	-moz-border-radius-bottomleft: var(--border-radius);
	border-top-left-radius: var(--border-radius);
	border-bottom-left-radius: var(--border-radius);
}

.navbar .search-right .popup form button {
	border: none;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	color: #fff;
	width: 60px;
	background: var(--primary-color);
	line-height: 35px;
	display: inline-block;
	transition: .5s ease-out;
	font-weight: 600;
	display: block;
	height: 60px;
	margin: 0 auto;
	border-radius: 0;
	-webkit-border-top-right-radius: var(--border-radius);
	-webkit-border-bottom-right-radius: var(--border-radius);
	-moz-border-radius-topright: var(--border-radius);
	-moz-border-radius-bottomright: var(--border-radius);
	border-top-right-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
}

.navbar .search-right .popup form button:hover {
	background: var(--secondary-color);
	color: #fff;
	outline: 0;
	border: none;
}

.navbar .search-right .popup form input:focus {
	outline: 0;
	border: none;
}

.navbar .search-right .popup {
	margin: 0 auto;
	padding: 40px 50px;
	max-width: 700px;
	border-radius: 3px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.navbar .search-right .search-top {
	display: grid;
	grid-template-columns: auto 1fr 1fr;
	grid-gap: 30px;
	margin-top: 24px;
}

.navbar .search-right .search-top h4 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 16px;
}

.navbar .search-right .popup h3 {
	font-size: 6px;
	color: #fff;
	margin-bottom: 16px;
}

.navbar .search-right .search-top span.fa {
	padding-right: 10px;
}

.navbar .search-right .search-top li {
	display: block;
}

.navbar .search-right .search-top li a {
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}

.navbar .search-right .search-top li a:hover {
	color: #fff;
}

.navbar .search-right .close {
	position: absolute;
	top: 60px;
	right: 40px;
	transition: all .2s;
	font-size: 40px;
	text-decoration: none;
	color: #fff;
	opacity: 1;
	background: 0 0;
	font-weight: 200;
}

.navbar .search-right .close:hover {
	opacity: .8;
	background: 0 0;
}

.w3l-banner {
	background: url(/assets/images/banner1.jpg) no-repeat center;
	-ms-background-size: cover;
	background-size: cover;
	z-index: 0;
	position: relative;
	min-height: 740px;
}

.w3l-banner:before {
	content: "";
	background: rgba(0,0,0,.6);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	min-height: 740px;
}

.w3l-banner h3 {
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
}

.separatorhny {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 4px solid var(--primary-color);
	margin: 6px 0 24px 0;
	width: 63px;
}

.w3l-banner h4 {
	color: #fff;
	font-size: 30px;
	line-height: 60px;
	font-weight: 700;
}

.w3l-banner p {
	color: #eee;
	letter-spacing: 1px;
	font-size: 18px;
}

.w3l-bottom-grids-6 {
	background: var(--bg-lightgrey);
	position: relative;
	z-index: 1;
}

.w3l-bottom-grids-6 .area-box {
	padding: 40px 30px;
	position: relative;
	z-index: 1;
	border-radius: var(--border-radius-full);
	box-shadow: 0 25px 98px 0 rgba(0,0,0,.03);
	background-color: var(--bg-color);
}

.w3l-bottom-grids-6 .area-box:hover {
	background: var(--primary-dark);
	transition: .3s;
	box-shadow: 0 25px 98px 0 rgba(0,0,0,.1);
	transform: translateY(-.25rem);
	box-shadow: rgba(46,41,51,.08) 0 2px 4px, rgba(71,63,79,.16) 0 5px 10px;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
}

.w3l-bottom-grids-6 .grids-feature span.fa {
	background: var(--primary-color);
	font-size: 26px;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	line-height: 65px;
	color: #fff;
	text-align: center;
	margin: 0 0 30px 0;
}

.w3l-bottom-grids-6 h4 a.title-head {
	font-size: 22px;
	font-weight: 700;
	display: block;
	color: var(--heading-color);
}

.w3l-bottom-grids-6 h4 a.title-head:hover {
	color: var(--primary-color);
}

.w3l-bottom-grids-6 .area-box:hover h4 a.title-head {
	color: #fff;
}

.w3l-bottom-grids-6 .area-box:hover p {
	color: #fff;
}

.w3l-bottom-grids-6 .area-box a.more {
	font-size: 18px;
	font-weight: 700;
	color: var(--heading-color);
}

.w3l-bottom-grids-6 .area-box a.more:hover {
	color: var(--primary-color);
}

.w3l-bottom-grids-6 .area-box:hover a.more {
	color: #fff;
}

.w3l-skills .progress-info {
	margin-bottom: 25px;
	text-align: left;
}

.w3l-skills .progress-info:last-child {
	margin-bottom: 0;
}

.w3l-skills .progress-bar {
	background-color: var(--secondary-color);
	transition: width .6s ease;
}

.w3l-skills .progress {
	display: flex;
	height: .5em;
	overflow: hidden;
	font-size: .75rem;
	background-color: var(--bg-grey);
	border-radius: .25rem;
}

.w3l-skills .progress-bar-striped {
	background-image: none;
	background-size: 1rem 1rem;
}

.w3l-skills h6.progress-tittle {
	font-size: 18px;
	color: var(--heading-color);
	margin-bottom: 10px;
	font-weight: 700;
}

section.w3_stats {
	background: var(--bg-lightgrey);
}

.w3-stats p {
	font-size: 1.1em;
}

.counter {
	margin-top: 3em;
}

.counter span.fa {
	background: var(--primary-color);
	font-size: 26px;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	line-height: 65px;
	color: #fff;
	text-align: center;
}

.timer {
	font-size: 3.5em;
	font-weight: 600;
	color: var(--heading-color);
}

p.count-text {
	text-transform: capitalize;
	color: var(--heading-color);
	font-weight: 600;
}

.w3l-form-25-section {
	background: url(../images/banner1.jpg) no-repeat center;
	-ms-background-size: cover;
	background-size: cover;
	z-index: 0;
	position: relative;
}

.w3l-form-25-section:before {
	content: "";
	background: rgba(0,0,0,.6);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.w3l-form-25-section .subscription-grids {
	align-items: center;
}

.w3l-form-25-section h3 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	color: #fff;
}

.middle {
	background: url(../images/banner2.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	position: relative;
	z-index: 1;
}

.middle:before {
	content: "";
	background: rgb(16 15 19 / 66%);
	position: absolute;
	top: 0;
	min-height: 100%;
	left: 0;
	right: 0;
	z-index: -1;
}

.welcome-left {
	max-width: 600px;
}

.welcome-left h3 {
	font-size: 45px;
	line-height: 55px;
	font-weight: 700;
	color: #fff;
	max-width: 800px;
}

.welcome-left .sub-titlehny {
	color: #ddd;
}

.welcome-left p {
	color: #eee;
	margin: auto;
	margin-top: 15px;
	font-size: 18px;
	line-height: 30px;
}

.w3l-copyright #movetop {
	display: none;
	position: fixed;
	bottom: 55px;
	right: 20px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: 0;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: var(--primary-color);
	padding: 0;
	line-height: 36px;
	border-radius: 35px;
	transition: .3s ease-out;
}

.w3l-footer-29-main {
	background: var(--footer-color);
}

.w3l-footer-29-main a.navbar-brand {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	padding: 0;
}

.w3l-footer-29-main h6.footer-title-29 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
	font-weight: 700;
	position: relative;
	color: #fff;
}

.w3l-footer-29-main .footer-list-29 ul li, .w3l-footer-29-main .midd-footer-29:nth-child(1) .footer-list-29 ul li:last-child {
	list-style: none;
	margin-bottom: 10px;
}

.w3l-footer-29-main .footer-list-29 ul li:last-child {
	margin-bottom: 0;
}

.w3l-footer-29-main p {
	font-size: 14px;
	line-height: 20px;
	color: #7f8a94;
}

.w3l-copyright .footer-list-29 ul li a, .w3l-footer-29-main .footer-list-29 ul li a, .w3l-footer-29-main .footer-list-29 ul li p, .w3l-footer-29-main a {
	font-size: 12px;
	line-height: 18px;
	color: #7f8a94;
}

.w3l-copyright .footer-list-29 ul li a:hover, .w3l-footer-29-main .footer-list-29 ul li a:hover, .w3l-footer-29-main a:hover {
	color: var(--primary-color);
}

.main-social-footer-29 a {
	margin-right: 10px;
	color: var(--primary-color);
	display: inline-block;
	text-align: center;
	font-size: 16px;
	background: #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	transition: .3s;
}

.main-social-footer-29 a:hover {
	background: var(--primary-color);
	transition: .3s;
	color: #fff;
}

.footer-list-29 ul li span.fa {
	width: 25px;
}

.w3l-copyright .copy-footer-29 a {
	color: var(--primary-color);
}

.w3l-copyright .copy-footer-29 a:hover {
	color: #fff;
}

.w3l-copyright {
	padding: 1.5em 0;
	background: var(--footer-color);
	border-top: 1px solid rgb(255 255 255 / 5%);
}

.w3l-footer-29-main .footer-29 form {
	margin-top: 25px;
	position: relative;
}

.w3l-footer-29-main .footer-post a {
	font-weight: 500;
	color: #ccc;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 4px;
	display: inline-block;
}

.w3l-footer-29-main .footer-post a:hover {
	color: #eee;
}

.w3l-copyright p.copy-footer-29 {
	align-self: center;
	color: #ddd;
	font-size: 12px;
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close {
	overflow: visible;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	line-height: 40px;
	position: absolute;
	right: 0;
	top: -40px;
	text-decoration: none;
	text-align: center;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
	background: 0 0;
}

.mfp-close-btn-in .mfp-close {
	color: #fff;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

#small-dialog {
	max-width: 750px;
	margin: 40px auto;
	position: relative;
}

div#small-dialog iframe {
	width: 100%;
	height: 420px;
	display: block;
	border-radius: 10px;
}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	transition: all .2s ease-in-out;
	transform: scale(.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	transform: scale(1);
}

.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: opacity .3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .95;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all .2s ease-out;
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	transition: opacity .3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: .8;
}

.w3l-homeblog {
	background: var(--bg-color);
}

.w3l-homeblog .top-pic1, .w3l-homeblog .top-pic2, .w3l-homeblog .top-pic3, .w3l-homeblog .top-pic4, .w3l-homeblog .top-pic5, .w3l-homeblog .top-pic6 {
	background: url(/assets/images/web.jpg) no-repeat 0 0;
	background-size: cover;
	padding: 20px;
	border-radius: var(--border-radius-full);
	height: 450px;
	display: grid;
	align-items: flex-end;
	position: relative;
	z-index: 1;
}

.w3l-homeblog .top-pic2 {
	background: url('/assets/images/soft\ \(2\).jpg') no-repeat 0 0;
	background-size: cover;
}

.w3l-homeblog .top-pic3 {
	background: url(/assets/images/PAY.jpg) no-repeat 0 0;
	background-size: cover;
}

.w3l-homeblog .top-pic4 {
	background: url(/assets/images/msg.jpg) no-repeat 0 0;
	background-size: cover;
}

.w3l-homeblog .top-pic5 {
	background: url(/assets/images/SEO.jpg) no-repeat 0 0;
	background-size: cover;
}

.w3l-homeblog .top-pic6 {
	background: url('/assets/images/web\ hosting.jpg') no-repeat 0 0;
	background-size: cover;
}

.w3l-homeblog .top-pic1, .w3l-homeblog .top-pic2, .w3l-homeblog .top-pic3, .w3l-homeblog .top-pic4, .w3l-homeblog .top-pic5, .w3l-homeblog .top-pic6 {
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
}

.w3l-homeblog .top-pic1:hover, .w3l-homeblog .top-pic2:hover, .w3l-homeblog .top-pic3:hover, .w3l-homeblog .top-pic4:hover, .w3l-homeblog .top-pic5:hover, .w3l-homeblog .top-pic6:hover {
	transform: translateY(-.25rem);
	box-shadow: rgba(46,41,51,.08) 0 2px 4px, rgba(71,63,79,.16) 0 5px 10px;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
}

.w3l-homeblog .top-pic1:before, .w3l-homeblog .top-pic2:before, .w3l-homeblog .top-pic3:before, .w3l-homeblog .top-pic4:before, .w3l-homeblog .top-pic5:before, .w3l-homeblog .top-pic6:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: .6;
	border-radius: var(--border-radius-full);
	z-index: -1;
}

.w3l-homeblog .author {
	display: grid;
	grid-template-columns: 60px auto;
	grid-gap: 10px;
}

.w3l-homeblog ul.blog-meta li a {
	font-size: 18px;
	color: #eee;
	font-weight: 500;
	line-height: 28px;
}

.w3l-homeblog a.blog-desc, .w3l-homeblog a.blog-desc:hover {
	font-size: 1.5rem;
	line-height: 1.33;
	font-weight: 700;
	display: inline-block;
	color: #fff;
	margin: .6rem 0 1rem 0;
}

.ser-grid a.blog-desc:hover, .w3l-homeblog .ser-grid a.blog-desc {
	font-size: 1.6rem;
}

.w3l-homeblog span.meta-value {
	color: #eee;
}

.w3l-homeblog .author img {
	border: 2px solid #999;
}

.w3l-homeblog p {
	color: #fff;
	opacity: .9;
}

.w3l-homeblog .ser-grid span.fa {
	background: rgb(255 255 255 / 30%);
	font-size: 26px;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	line-height: 65px;
	color: #fff;
	text-align: center;
	margin: 0 0 20px 0;
}

.w3l-homeblog .ser-grid:hover span.fa {
	color: var(--primary-color);
	background: #fff;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
}

.inner-banner {
	background: url(/assets/images/banner1.jpg) no-repeat center;
	background-size: cover;
	min-height: 300px;
	position: relative;
}

.inner-banner:before {
	content: "";
	background: rgb(0 0 0 / 66%);
	position: absolute;
	top: 0;
	min-height: 100%;
	left: 0;
	right: 0;
}

.w3l-breadcrumb {
	display: block;
	text-align: center;
	margin: 0 auto;
	z-index: 100;
	padding-top: 180px;
	z-index: 99;
}

.breadcrumbs-custom-path {
	text-align: center;
	display: inline-block;
}

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
}

.breadcrumbs-custom-path li span.fa {
	font-size: 12px;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
	color: var(--primary-color);
}

.breadcrumbs-custom-path a:hover {
	color: var(--primary-color);
}

.breadcrumbs-custom-path li.active {
	color: #fff;
}

.w3l-team-main .team {
	position: relative;
}

.w3l-team-main .our-team .team-row {
	margin-left: -40px;
	margin-right: -40px;
}

.w3l-team-main .our-team .container-fluid, .w3l-team-main .our-team .container-lg, .w3l-team-main .our-team .container-md, .w3l-team-main .our-team .container-sm {
	padding: 0 50px;
}

.w3l-team-main .team-img img {
	transition: all .2s ease-in-out;
	overflow: hidden;
	width: 100%;
}

.w3l-team-main .team-img {
	position: relative;
	overflow: hidden;
}

.w3l-team-main .team-title {
	margin: 25px 0 0;
	font-size: 24px;
	color: var(--heading-color);
	font-weight: 700;
	display: block;
}

.w3l-team-main .team-details {
	opacity: 0;
	position: absolute;
	bottom: 12%;
	left: 0;
	overflow: hidden;
	width: 100%;
	z-index: 2;
	transition: all .4s ease-in-out;
}

.w3l-team-main .team-img:hover .team-details {
	opacity: 1;
}

.w3l-content-4 {
	background-color: var(--bg-lightgrey);
}

.cont-ser-info-inn {
	align-items: center;
}

.w3l-content-4 .cont-ser-right-icon {
	text-align: center;
}

.w3l-content-4 .cont-ser-right-icon span.fa {
	font-size: 30px;
	color: var(--primary-color);
}

.w3l-content-4 .cont-ser-right-info h6 a {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: var(--heading-color);
	margin-bottom: 10px;
	display: inline-block;
}

.w3l-content-4 .cont-ser-right-info h6 a:hover {
	color: var(--primary-color);
}

.w3l-content-4 .cont-ser-right-grids {
	padding: 30px 20px;
	position: relative;
	z-index: 1;
	border-radius: var(--border-radius-full);
	box-shadow: 0 25px 98px 0 rgba(0,0,0,.03);
	background-color: var(--bg-color);
}

.w3l-content-4 .cont-ser-right-grids:hover {
	background: var(--primary-dark);
	transition: .3s;
	box-shadow: 0 25px 98px 0 rgba(0,0,0,.1);
	transform: translateY(-.25rem);
	box-shadow: rgba(46,41,51,.08) 0 2px 4px, rgba(71,63,79,.16) 0 5px 10px;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
}

.w3l-content-4 .cont-ser-right-grids:hover h6 a, .w3l-content-4 .cont-ser-right-grids:hover p {
	color: #fff;
}

.w3l-clients-1 .testimonial {
	display: block;
	margin: 0;
	position: relative;
	border: none;
	max-width: 860px;
	margin: auto;
	text-align: center;
	box-shadow: 6px 5px 20px 0 rgba(0,0,0,.12);
	padding: 40px;
	margin: 2% auto 2%;
	padding: 6% 10% 5% 10%;
	border-radius: var(--border-radius);
}

.w3l-clients-1 .testi-des {
	text-align: center;
	margin-top: 35px;
}

.w3l-clients-1 .test-img {
	width: 90px;
	height: 90px;
	display: inline-block;
	overflow: hidden;
	background: var(--bg-color);
	border-radius: 50%;
	margin-bottom: 10px;
	display: none;
}

.w3l-clients-1 .testimonial img {
	width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.w3l-clients-1 .testimonial .peopl {
	margin: 0;
}

.w3l-clients-1 .testimonial .peopl h3 {
	margin: 0;
	font-weight: 700;
	font-size: 20px;
}

.w3l-clients-1 p.indentity {
	color: #777;
	font-size: 17px;
	font-style: normal;
	margin-bottom: 0;
	opacity: .8;
}

.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
}

.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-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 {
	border: none;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	display: none;
}

.owl-theme .owl-nav {
	display: block;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 32px;
	margin: 0;
	width: 32px;
	background: var(--heading-color);
	display: inline-block;
	cursor: pointer;
	transition: .3s ease-in-out;
	height: 82px;
	line-height: 15px;
	border-radius: 6px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: var(--primary-color);
	opacity: 1;
	color: #fff;
	text-decoration: none;
	outline: 0;
	box-shadow: none;
	transition: .3s ease-in-out;
}

.owl-theme .owl-nav [class*=owl-]:focus, .owl-theme:focus {
	outline: 0;
	box-shadow: none;
}

button.owl-next, button.owl-prev {
	position: absolute;
	bottom: 50%;
}

button.owl-prev {
	left: 10px;
}

button.owl-next {
	right: 10px;
}

.two-grids {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	grid-row-gap: 40px;
}

.grids_info h4 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
	font-weight: 700;
}

h5.error {
	font-size: 26px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 36px;
	margin: 16px 0 18px 0;
}

.text-11 .text11-content {
	max-width: 900px;
	margin: auto;
}

.text-11 .text11-content h4 {
	font-size: 30px;
	line-height: 40px;
	color: var(--heading-color);
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 40px;
}

.text-11 .text11-content h5 {
	font-size: 26px;
	line-height: 31px;
	color: #232527;
	font-weight: 700;
}

.text-11 .text11-content a.next {
	display: inline-block;
	font-weight: 700;
	font-size: 40px;
	line-height: 45px;
	margin-top: 30px;
	color: #232527;
}

.text-11 .text11-content a.prev {
	display: inline-block;
	font-weight: 700;
	font-size: 40px;
	line-height: 45px;
	margin-top: 30px;
	color: #232527;
}

.prev-next {
	display: flex;
	justify-content: space-between;
}

.text-11 .text11-content ul.blog-list {
	padding-left: 15px;
}

.text-11 .text11-content h6 {
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
	color: #999;
	text-transform: uppercase;
	font-weight: 400;
}

.text-11 .text11-content a.admin {
	font-size: 18px;
}

.new-posts {
	border-top: 1px solid var(--border-color-light);
	border-bottom: 1px solid var(--border-color-light);
	margin-top: 40px;
}

.new-posts a {
	display: grid;
	margin: 20px 0;
	grid-template-columns: auto auto;
	grid-gap: 10px;
	color: var(--heading-color);
	font-weight: 700;
	align-items: center;
}

.new-posts a span.fa {
	font-size: 13px;
}

.new-posts a:hover {
	color: var(--primary-color);
}

.text-11 .card {
	border: none;
	background: 0 0;
}

.text-11 a.blog-desc {
	display: block;
	font-size: 28px;
	line-height: 34px;
	font-weight: 500;
	color: var(--heading-color);
	margin-top: 20px;
	margin-bottom: 15px;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
}

.text-11 a.blog-desc:hover {
	color: var(--primary-color);
}

.text-11 a.read {
	font-size: 17px;
	padding: 0;
	border-bottom: 2px solid var(--primary-color);
	color: var(--heading-color);
	transition: .3s ease-in-out;
	font-weight: 700;
	border-radius: 0;
	margin-top: 20px;
	display: inline-block;
	text-transform: capitalize;
}

.text-11 a.read:hover {
	color: var(--primary-color);
}

.blog-search-form {
	display: flex;
}

.blog-search-form input[type=search] {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #555;
	border: none;
	height: 60px;
	background: var(--bg-lightgrey);
	padding: 0 20px;
	width: 100%;
	border-radius: 0;
	-webkit-border-top-left-radius: var(--border-radius);
	-webkit-border-bottom-left-radius: var(--border-radius);
	-moz-border-radius-topleft: var(--border-radius);
	-moz-border-radius-bottomleft: var(--border-radius);
	border-top-left-radius: var(--border-radius);
	border-bottom-left-radius: var(--border-radius);
}

.blog-search-form button {
	border: none;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
	color: #fff;
	width: 60px;
	background: var(--primary-color);
	line-height: 35px;
	display: inline-block;
	transition: .5s ease-out;
	font-weight: 600;
	display: block;
	height: 60px;
	margin: 0 auto;
	border-radius: 0;
	-webkit-border-top-right-radius: var(--border-radius);
	-webkit-border-bottom-right-radius: var(--border-radius);
	-moz-border-radius-topright: var(--border-radius);
	-moz-border-radius-bottomright: var(--border-radius);
	border-top-right-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
}

.popular-posts .post {
	position: relative;
	padding-left: 110px;
	margin-bottom: 25px;
}

.post .text a {
	color: var(--heading-color);
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
}

.post .text a:hover {
	color: var(--primary-color);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.post-info {
	position: relative;
	font-size: 16px;
	color: var(--font-color);
	font-weight: 600;
}

.text-11 .history-info {
	max-width: 100%;
	margin: 0 auto;
}

.text-11 .text11-content h4.heading-no-margin {
	margin: 0;
}

.text-11 .text11-content .social {
	align-self: center;
}

.text-11 img.margin-top {
	margin-top: 30px;
}

.text-11 .text11-content .social li p {
	font-size: 24px;
	color: var(--heading-color);
	font-weight: 700;
}

.text-11 .social-share-blog {
	display: grid;
	grid-auto-flow: column;
	grid-gap: 30px;
}

.text-11 .text11-content h5.quote {
	padding: 30px;
	border-left: 2px solid var(--primary-color);
	background: var(--bg-lightgrey);
	margin: 50px 0;
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	color: var(--heading-color);
	border-radius: var(--border-radius-full);
}

.text-11 textarea.form-control {
	height: 150px;
	font-family: inherit;
	resize: none;
}

.text-11 .features-2 .feature-main {
	padding-top: 40px;
	padding-bottom: 0;
}

.text-11 .feature-main .img1 {
	padding: 20px 10px;
	border: 1px solid rgba(130,152,171,.2);
}

.text-11 .feature-main .img1:hover {
	background: #fff;
}

.text-11 .feature-main .img1 img {
	width: 35px;
}

.text-11 .features-2 .img1 h4 {
	margin-top: 10px;
}

.text11-content img {
	border-radius: var(--border-radius);
}

.text11-content .user-img {
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
}

.user-admin .user-img img {
	margin: 0 auto;
}

.text-11 .social li {
	display: inline-block;
}

.text-11 ul.social li a {
	display: inline-block;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: var(--bg-lightgrey);
	text-align: center;
	margin-right: 6px;
	color: var(--primary-color);
	border-radius: 50%;
	font-size: 15px;
}

.text-11 ul.social li span.fa {
	text-align: center;
	line-height: 40px;
}

.text-11 ul.social li a:hover {
	background-color: var(--primary-color);
	color: #fff;
}

a.blog-desc1 {
	font-size: 24px;
	color: var(--heading-color);
	line-height: 30px;
	margin-top: 10px;
	display: block;
	font-weight: 700;
}

a.blog-desc1:hover {
	color: var(--primary-color);
}

.author a {
	color: var(--heading-color);
	font-size: 18px;
}

.text-11 .card-body span.fa {
	font-size: 30px;
	color: var(--primary-color);
}

.text-11 a.page-link.page-next, .text-11 a.page-link.page-prev {
	border: none;
	background-color: transparent;
	line-height: 30px;
	box-shadow: none;
}

.text-11 .active a.page-link.page-number {
	background: var(--primary-color);
	color: #fff;
}

.text-11 a.page-link.page-number {
	color: var(--heading-color);
	font-weight: 500;
	font-size: 17px;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid var(--border-color);
	background-color: var(--bg-light);
}

.text-11 .page-link.page-number:hover, .text-11.page-item.active .page-link.page-number {
	background-color: transparent;
	color: var(--primary-color);
}

.margin-up {
	margin-top: 1.5rem;
}

.contact-view {
	grid-template-columns: 1fr 1.3fr;
	grid-gap: 30px;
}

.cont-top {
	display: grid;
	grid-template-columns: 40px auto;
	grid-column-gap: 20px;
}

.twice {
	margin-bottom: 20px;
}

.cont-details h6 {
	font-size: 20px;
	color: var(--heading-color);
	font-weight: 700;
}

.cont-details p, .cont-details p a {
	font-size: 18px;
	line-height: 28px;
	color: var(--font-color);
}

.cont-details p a:hover {
	text-decoration: underline;
	opacity: .8;
	color: var(--heading-color);
}

.cont-details address {
	margin: 25px 0;
}

.cont-details address p {
	margin: 5px 0;
}

.cont-left span.fa {
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: var(--primary-color);
	color: #fff;
	border-radius: 50%;
}

.twice-two {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 20px;
}

.map-content-9 form input, .map-content-9 form textarea {
	background: var(--bg-grey);
	border: 1px solid transparent;
	color: var(--font-color);
	font-size: 18px;
	padding: 12px 20px;
	line-height: 28px;
	width: 100%;
	border-radius: var(--border-radius);
	height: 58px;
}

.map-content-9 h5 {
	font-size: 28px;
	line-height: 38px;
	color: var(--heading-color);
	font-weight: 700;
}

.map-content-9 form textarea {
	resize: none;
	min-height: 140px;
}

.map-content-9 form input:focus, .map-content-9 form textarea:focus {
	outline: 0;
	border: 1px solid var(--primary-color);
	background: var(--bg-color);
	box-shadow: none;
}

.cont-details h6 a {
	color: var(--heading-color);
}

.map-iframe iframe {
	-webkit-filter: var(--iframe-filter);
	-moz-filter: var(--iframe-filter);
	-ms-filter: var(--iframe-filter);
	-o-filter: var(--iframe-filter);
	filter: var(--iframe-filter);
	border-radius: 6px;
	background: var(--bg-grey);
	padding: 10px;
}

.header-bottom {
	background-color: rgba(0,0,0,.02);
	border-bottom: 1px solid #e4e4e4;
	color: #949494;
	font-size: 12px;
	height: 40px;
	display: inline;
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 0 15px;
	transition: all .3s ease 0s;
}

@media (max-width:1200px) {
	.h1, h1 {
		font-size: calc(1.375rem + 1.5vw);
	}
}

@media (max-width:1200px) {
	.h2, h2 {
		font-size: calc(1.325rem + .9vw);
	}
}

@media (max-width:1200px) {
	.h3, h3 {
		font-size: calc(1.3rem + .6vw);
	}
}

@media (max-width:1200px) {
	.h4, h4 {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (max-width:1200px) {
	.display-1 {
		font-size: calc(1.725rem + 5.7vw);
	}
}

@media (max-width:1200px) {
	.display-2 {
		font-size: calc(1.675rem + 5.1vw);
	}
}

@media (max-width:1200px) {
	.display-3 {
		font-size: calc(1.575rem + 3.9vw);
	}
}

@media (max-width:1200px) {
	.display-4 {
		font-size: calc(1.475rem + 2.7vw);
	}
}

@media (min-width:576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width:576px) {
	.container, .container-sm {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container, .container-md, .container-sm {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 1140px;
	}
}

@media (min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-sm-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-sm-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-sm-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.row-cols-sm-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-sm-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-sm-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-md-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-md-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-md-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.row-cols-md-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-md-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-md-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-lg-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-lg-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-lg-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.row-cols-lg-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-lg-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-lg-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none;
	}
}

@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 .input-group {
		width: auto;
	}

	.form-inline .custom-control {
		align-items: center;
		justify-content: center;
	}

	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none;
	}
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none;
	}
}

@media (min-width:576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-sm-right {
		right: 0;
		left: auto;
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-md-right {
		right: 0;
		left: auto;
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0;
	}

	.dropdown-menu-lg-right {
		right: 0;
		left: auto;
	}
}

@media (prefers-reduced-motion:reduce) {
	.custom-switch .custom-control-label::after {
		transition: none;
	}
}

@media (prefers-reduced-motion:reduce) {
	.custom-control-label::before {
		transition: none;
	}
}

@media (max-width:575.98px) {
	.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-sm {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}

	.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-sm {
		flex-wrap: nowrap;
	}

	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (max-width:767.98px) {
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}

	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm {
		flex-wrap: nowrap;
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (max-width:991.98px) {
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm {
		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 .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}

	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm {
		flex-wrap: nowrap;
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (min-width:576px) {
	.card-group {
		display: flex;
		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:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0;
	}

	.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0;
	}

	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0;
	}

	.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0;
	}
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}

	to {
		background-position: 0 0;
	}
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none;
	}
}

@media (max-width:1200px) {
	.close {
		font-size: calc(1.275rem + .3vw);
	}
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width:992px) {
	.modal-lg {
		max-width: 800px;
	}
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none;
	}
}

@media (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
		transition: none;
	}
}

@media (prefers-reduced-motion:reduce) {
	.carousel-control-next, .carousel-control-prev {
		transition: none;
	}
}

@-webkit-keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spinner-grow {
	0% {
		transform: scale(0);
	}

	50% {
		opacity: 1;
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}

	50% {
		opacity: 1;
	}
}

@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-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-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-flex {
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width:576px) {
	.flex-sm-row {
		flex-direction: row !important;
	}

	.flex-sm-fill {
		flex: 1 1 auto !important;
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}

	.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;
	}

	.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-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-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;
	}
}

@media (min-width:768px) {
	.flex-md-row {
		flex-direction: row !important;
	}

	.flex-md-fill {
		flex: 1 1 auto !important;
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}

	.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;
	}

	.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-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-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;
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		flex-direction: row !important;
	}

	.flex-lg-fill {
		flex: 1 1 auto !important;
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}

	.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;
	}

	.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-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-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;
	}
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important;
	}

	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important;
	}

	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important;
	}

	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important;
	}

	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important;
	}

	.m-sm-1 {
		margin: .25rem !important;
	}

	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem !important;
	}

	.mr-sm-1, .mx-sm-1 {
		margin-right: .25rem !important;
	}

	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem !important;
	}

	.ml-sm-1, .mx-sm-1 {
		margin-left: .25rem !important;
	}

	.m-sm-2 {
		margin: .5rem !important;
	}

	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem !important;
	}

	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem !important;
	}

	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem !important;
	}

	.ml-sm-2, .mx-sm-2 {
		margin-left: .5rem !important;
	}

	.m-sm-3 {
		margin: 1rem !important;
	}

	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important;
	}

	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem !important;
	}

	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important;
	}

	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem !important;
	}

	.m-sm-4 {
		margin: 1.5rem !important;
	}

	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important;
	}

	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important;
	}

	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important;
	}

	.m-sm-5 {
		margin: 3rem !important;
	}

	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important;
	}

	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem !important;
	}

	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important;
	}

	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem !important;
	}

	.p-sm-0 {
		padding: 0 !important;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.py-sm-5 {
		padding-top: 3rem !important;
	}

	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem !important;
	}

	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem !important;
	}

	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem !important;
	}

	.m-sm-auto {
		margin: auto !important;
	}

	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important;
	}

	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important;
	}

	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important;
	}

	.mt-md-0, .my-md-0 {
		margin-top: 0 !important;
	}

	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important;
	}

	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important;
	}

	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important;
	}

	.m-md-1 {
		margin: .25rem !important;
	}

	.mt-md-1, .my-md-1 {
		margin-top: .25rem !important;
	}

	.mr-md-1, .mx-md-1 {
		margin-right: .25rem !important;
	}

	.mb-md-1, .my-md-1 {
		margin-bottom: .25rem !important;
	}

	.ml-md-1, .mx-md-1 {
		margin-left: .25rem !important;
	}

	.m-md-2 {
		margin: .5rem !important;
	}

	.mt-md-2, .my-md-2 {
		margin-top: .5rem !important;
	}

	.mr-md-2, .mx-md-2 {
		margin-right: .5rem !important;
	}

	.mb-md-2, .my-md-2 {
		margin-bottom: .5rem !important;
	}

	.ml-md-2, .mx-md-2 {
		margin-left: .5rem !important;
	}

	.m-md-3 {
		margin: 1rem !important;
	}

	.mt-md-3, .my-md-3 {
		margin-top: 1rem !important;
	}

	.mr-md-3, .mx-md-3 {
		margin-right: 1rem !important;
	}

	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem !important;
	}

	.ml-md-3, .mx-md-3 {
		margin-left: 1rem !important;
	}

	.m-md-4 {
		margin: 1.5rem !important;
	}

	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem !important;
	}

	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem !important;
	}

	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem !important;
	}

	.m-md-5 {
		margin: 3rem !important;
	}

	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important;
	}

	.mr-md-5, .mx-md-5 {
		margin-right: 3rem !important;
	}

	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important;
	}

	.ml-md-5, .mx-md-5 {
		margin-left: 3rem !important;
	}

	.p-md-0 {
		padding: 0 !important;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.py-md-5 {
		padding-top: 3rem !important;
	}

	.pr-md-5, .px-md-5 {
		padding-right: 3rem !important;
	}

	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important;
	}

	.pl-md-5, .px-md-5 {
		padding-left: 3rem !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mt-md-auto, .my-md-auto {
		margin-top: auto !important;
	}

	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important;
	}

	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important;
	}

	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important;
	}

	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important;
	}

	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important;
	}

	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important;
	}

	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important;
	}

	.m-lg-1 {
		margin: .25rem !important;
	}

	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem !important;
	}

	.mr-lg-1, .mx-lg-1 {
		margin-right: .25rem !important;
	}

	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem !important;
	}

	.ml-lg-1, .mx-lg-1 {
		margin-left: .25rem !important;
	}

	.m-lg-2 {
		margin: .5rem !important;
	}

	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem !important;
	}

	.mr-lg-2, .mx-lg-2 {
		margin-right: .5rem !important;
	}

	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem !important;
	}

	.ml-lg-2, .mx-lg-2 {
		margin-left: .5rem !important;
	}

	.m-lg-3 {
		margin: 1rem !important;
	}

	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important;
	}

	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem !important;
	}

	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important;
	}

	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem !important;
	}

	.m-lg-4 {
		margin: 1.5rem !important;
	}

	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important;
	}

	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important;
	}

	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important;
	}

	.m-lg-5 {
		margin: 3rem !important;
	}

	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important;
	}

	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem !important;
	}

	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important;
	}

	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important;
	}

	.p-lg-0 {
		padding: 0 !important;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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;
	}

	.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:576px) {
	.text-sm-left {
		text-align: left !important;
	}

	.text-sm-right {
		text-align: right !important;
	}

	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-right {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !important;
	}
}

@media print {
	*, ::after, ::before {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	a:not(.btn) {
		text-decoration: underline;
	}

	blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}

	img {
		page-break-inside: avoid;
	}

	h2, h3, p {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}

	@page {
		size: a3;
	}

	body {
		min-width: 992px !important;
	}

	.container {
		min-width: 992px !important;
	}

	.navbar {
		display: none;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table-dark {
		color: inherit;
	}
}

@-webkit-keyframes fa-spin {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(359deg);
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width:1280px) {
	.container {
		max-width: 1200px;
	}
}

@-webkit-keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%);
	}

	100% {
		box-shadow: 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50,100,245,0);
	}
}

@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%);
	}

	100% {
		box-shadow: 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50,100,245,0);
	}
}

@media (max-width:1080px) {
	.hny-title {
		font-size: 36px;
		line-height: 46px;
		margin: 0;
		max-width: 100%;
	}
}

@media (max-width:768px) {
	.hny-title {
		font-size: 34px;
		line-height: 42px;
	}
}

@media (max-width:568px) {
	.hny-title {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width:415px) {
	.hny-title {
		font-size: 28px;
		line-height: 34px;
	}

	.section-title-left {
		font-size: 24px;
	}
}

@media (max-width:384px) {
	.btn-style, .btn-white {
		padding: 12px 26px;
	}

	.hny-title {
		font-size: 26px;
		line-height: 34px;
	}
}

@media only screen and (max-width:1440px) {
	.navbar-expand-lg .navbar-nav .nav-item {
		padding: 0 10px;
	}

	.navbar-expand-lg .nav_btn>li {
		padding: 0;
	}
}

@media only screen and (max-width:1199px) {
	.navbar .navbar-brand img {
		max-width: 109px;
	}

	.navbar-expand-lg .btn-gradient {
		padding: 10px 20px;
		font-size: 14px;
	}

	.navbar-expand-lg .navbar-nav.nav_btn>li {
		margin-left: 0;
	}

	.navbar-expand-lg .navbar-nav.nav_btn a.btn {
		padding: 10px 20px;
	}

	.navbar-expand-lg .navbar-nav.nav_btn a {
		font-size: 14px;
		padding: 0;
	}
}

@media only screen and (max-width:991px) {
	.navbar .navbar-brand img {
		max-width: 140px;
	}

	.navbar-toggler {
		border: 0 none;
		font-size: 24px;
	}

	.navbar .search-right {
		margin: 10px auto;
	}

	.navbar-nav {
		-webkit-animation-name: none;
		animation-name: none;
		float: left;
		text-align: center;
		width: 100%;
		background: var(--bg-color);
		padding: 20px;
		margin-top: 16px;
		border-radius: var(--border-radius);
		box-shadow: 0 6px 19px rgba(0,0,0,.05);
	}

	.navbar-nav:last-child {
		border: 1px solid var(--border-color);
	}

	.navbar-expand-lg .navbar-nav .nav-item {
		-webkit-animation-name: none;
		animation-name: none;
		padding: 0;
	}

	.navbar-expand-lg .navbar-nav.nav_btn>li {
		padding-bottom: 10px;
	}

	.navbar-nav .dropdown-menu {
		text-align: center;
	}

	.navbar-nav .dropdown-menu .dropdown-menu {
		background-color: rgba(0,0,0,.3);
	}

	.navbar-expand-lg .navbar-nav .nav-item .nav-link.active::before {
		bottom: 0;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		display: inline-block;
		padding: 10px 0;
		text-align: center;
	}

	header {
		height: auto;
		padding: 17px 0;
	}

	.navbar {
		padding: 0;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		transform: translateX(0);
		border: 1px solid var(--border-color-light);
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu:before {
		border: 1px solid var(--border-color-light);
		border-right: none;
		border-bottom: none;
	}

	header.nav-fixed {
		height: auto;
		padding: 14px 0;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		display: block;
		color: var(--heading-color);
	}

	.navbar .search-right a {
		color: var(--heading-color);
	}

	.navbar-toggler-icon {
		background-image: none;
		padding: 0;
		width: 34px;
		height: 34px;
		display: inline-block;
		background: #272121;
		border-radius: 4px;
		text-align: center;
	}

	.navbar-toggler-icon.fa {
		font-size: 20px;
		line-height: 1.2em;
		color: #fff;
		background: var(--primary-color);
		line-height: 34px;
	}

	.navbar-toggler {
		padding: 0 0 !important;
	}
}

@media only screen and (max-width:480px) {
	.navbar-brand img {
		max-width: 200px;
	}
}

@media only screen and (max-width:991px) {
	.w3l-top-header {
		position: relative;
		height: 73px;
	}

	button.navbar-toggler .icon-close {
		display: block;
	}

	button.navbar-toggler .icon-expand {
		display: none;
	}

	button.navbar-toggler.collapsed .icon-close {
		display: none;
	}

	button.navbar-toggler.collapsed .icon-expand {
		display: block;
	}

	.cont-ser-position {
		position: absolute;
		right: 50px;
		top: 12px;
	}
}

@media only screen and (max-width:568px) {
	.cont-ser-position {
		top: 10px;
	}
}

@media (max-width:1080px) {
	.w3l-banner h3 {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width:991px) {
	.banner-form-w3 {
		margin-left: 0;
	}

	.w3l-banner, .w3l-banner:before {
		min-height: 740px;
	}
}

@media (max-width:667px) {
	.w3l-banner, .w3l-banner:before {
		min-height: 640px;
	}
}

@media (max-width:667px) {
	.w3l-banner, .w3l-banner:before {
		min-height: 600px;
	}
}

@media (max-width:490px) {
	.w3l-banner h3 {
		font-size: 36px;
		line-height: 46px;
	}
}

@media (max-width:384px) {
	.w3l-banner h3 {
		font-size: 32px;
		line-height: 42px;
	}
}

@media (max-width:991px) {
	.w3l-bottom-grids-6 {
		margin-top: 0;
	}
}

@media (max-width:480px) {
	.w3l-bottom-grids-6 h4 a.title-head {
		font-size: 22px;
	}
}

@media (max-width:992px) {
	.w3l-skills .image-padding {
		margin: 100px 0;
	}
}

@media (max-width:768px) {
	.counter span.fa {
		font-size: 2.5em;
	}
}

@media (max-width:640px) {
	.timer {
		font-size: 3em;
	}

	.counter {
		text-align: center;
	}
}

@media (max-width:480px) {
	.timer {
		font-size: 2.4em;
	}

	.counter span.fa {
		font-size: 2em;
	}
}

@media (max-width:1080px) {
	.welcome-left h3 {
		font-size: 40px;
		line-height: 50px;
		max-width: 100%;
	}
}

@media (max-width:736px) {
	.welcome-left h3 {
		font-size: 35px;
		line-height: 40px;
	}
}

@media (max-width:415px) {
	.welcome-left h3 {
		font-size: 26px;
		line-height: 34px;
	}

	.welcome-left p {
		font-size: 18px;
		line-height: 28px;
	}
}

@media (max-width:992px) {
	.w3l-copyright .copy-footer-29 {
		text-align: center;
	}

	.w3l-footer-29-main .main-social-footer-29 {
		text-align: center;
		margin-top: 20px;
	}

	.w3l-footer-29-main ul.list-btm-29 {
		text-align: center;
		margin-top: 10px;
	}

	.w3l-footer-29-main h6.footer-title-29 {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.w3l-copyright .main-social-footer-29 {
		text-align: center;
		margin-top: 20px;
	}
}

@media (max-width:415px) {
	.w3l-footer-29-main .footer-list-29 ul li, .w3l-footer-29-main .midd-footer-29:nth-child(1) .footer-list-29 ul li:last-child {
		margin-bottom: 8px;
	}

	.w3l-footer-29-main a.navbar-brand {
		font-size: 26px;
	}
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
	.mfp-img-cont-ser img.mfp-img {
		padding: 0;
	}

	.mfp-img-cont-ser .mfp-bottom-bar {
		background: rgba(0,0,0,.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}

	.mfp-img-cont-ser .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-cont-ser .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-cont-ser .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0,0,0,.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width:900px) {
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media (max-width:1080px) {
	.w3l-homeblog .top-pic1, .w3l-homeblog .top-pic2, .w3l-homeblog .top-pic3, .w3l-homeblog .top-pic4, .w3l-homeblog .top-pic5, .w3l-homeblog .top-pic6 {
		padding: 20px 10px;
	}
}

@media (max-width:480px) {
	.w3l-homeblog .top-pic1, .w3l-homeblog .top-pic2, .w3l-homeblog .top-pic3, .w3l-homeblog .top-pic4, .w3l-homeblog .top-pic5, .w3l-homeblog .top-pic6 {
		height: 350px;
	}
}

@media (max-width:480px) {
	a.blog-desc {
		margin-top: 10px;
	}
}

@media (max-width:568px) {
	.inner-banner {
		min-height: 150px;
	}

	.breadcrumbs-custom-path {
		padding: 10px 20px;
	}

	.w3l-breadcrumb {
		padding-top: 86px;
	}
}

@media all and (max-width:991px) {
	.w3l-team-main .team-title {
		margin: 18px 0 0;
	}

	.w3l-team-main .team-title {
		font-size: 18px;
	}
}

@media all and (max-width:568px) {
	.team-row {
		padding: 0 10px;
	}

	.team-row .col-6 {
		padding: 0 10px;
	}
}

@media all and (max-width:415px) {
	.team-row {
		padding: 0 5px;
	}
}

@media all and (max-width:384px) {
	.w3l-team-main .team-title {
		font-size: 18px;
	}
}

@media only screen and (max-width:992px) {
	.cont-ser-left {
		height: 400px;
		overflow: hidden;
		margin: 20px 0 40px;
	}
}

@media only screen and (max-width:480px) {
	.w3l-content-4 .cont-ser-right-info h6 a {
		font-size: 24px;
	}

	.w3l-content-4 .cont-ser-right-icon {
		padding-right: 0;
	}
}

@media only screen and (max-width:667px) {
	.w3l-clients-1 .testimonial {
		max-width: 600px;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@media (max-width:992px) {
	.owl-theme .owl-nav {
		display: none !important;
	}
}

@media all and (max-width:640px) {
	button.owl-next, button.owl-prev {
		position: absolute;
		bottom: 38%;
	}
}

@media (max-width:440px) {
	.two-grids {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
	}

	.left-wthree-img {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width:992px) {
	.text-11 .text11-content h5.quote {
		margin: 40px 0;
	}
}

@media (max-width:736px) {
	.text-11 .text11-content h4 {
		font-size: 26px;
		line-height: 35px;
		margin-top: 30px;
	}
}

@media (max-width:568px) {
	.text-11 .text11-content a.next, .text-11 .text11-content a.prev {
		font-size: 35px !important;
		line-height: 40px;
		margin-top: 10px;
	}
}

@media (max-width:480px) {
	.text-11 .text11-content p {
		margin-top: 15px;
	}

	.text-11 .text11-content h5.quote {
		font-size: 24px !important;
		line-height: 32px;
	}

	.text-11 .text11-content h6 {
		font-size: 15px !important;
	}

	.text-11 .text11-content h5 {
		font-size: 20px !important;
		line-height: 25px;
	}

	.text-11 .text11-content a.next, .text-11 .text11-content a.prev {
		font-size: 30px !important;
		line-height: 35px;
	}
}

@media (max-width:415px) {
	.text-11 .social-share-blog {
		grid-auto-flow: row;
		grid-gap: 15px;
	}

	.text-11 .text11-content .social {
		text-align: left;
	}

	.text-11 .text11-content h4 {
		font-size: 22px !important;
		line-height: 28px;
		margin-top: 20px;
	}

	.text-11 ul.social li {
		margin-right: 0;
	}
}

@media (max-width:415px) {
	.text-11 ul.social li:first-child {
		display: block;
		margin-bottom: 15px;
	}
}

@media (max-width:384px) {
	.text-11 .text11-content h5.quote {
		font-size: 20px !important;
		line-height: 30px;
		padding: 25px;
	}
}

@media (max-width:992px) {
	.cont-details h5 {
		font-size: 32px !important;
		line-height: 35px;
	}

	.contact-view {
		grid-template-columns: 1fr;
	}

	.map-content-9 {
		margin-top: 20px;
	}
}

@media (max-width:480px) {
	.twice-two {
		grid-template-columns: 1fr;
	}

	button.btn-contact {
		width: 100%;
	}

	.margin-up {
		margin-top: 1.5rem;
	}

	.map-content-9 h5 {
		font-size: 26px;
		line-height: 36px;
	}
}

@media (max-width:384px) {
	.map-content-9 form input, .map-content-9 form textarea {
		height: 54px;
	}

	.twice-two {
		grid-gap: 12px;
		margin-bottom: 12px;
	}

	.twice {
		margin-bottom: 12px;
	}
}