@font-face {
	font-family: 'FontAwesome';
	src: url(../assets/icon-fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(../assets/icon-fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../assets/icon-fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../assets/icon-fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../assets/icon-fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../assets/icon-fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
	font-weight: normal;
	font-style: normal
}

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

figcaption,
figure,
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 {
	outline: 0!important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code,
pre {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="time"] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

output {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.h1,
h1 {
	font-size: 2.5rem
}

.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
	font-size: 80%;
	font-weight: 400
}

.figure {
	display: inline-block
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
}

a>code {
	color: inherit
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col,
.col-lg-12,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-12,
.col-md-4,
.col-md-6,
.col-sm-6,
.col-sm-7,
.col-xl-6,
.col-xl-8 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.order-1 {
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-ms-flex-order: 2;
	order: 2
}

@media (min-width:576px) {
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
}

@media (min-width:768px) {
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width:992px) {
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2
	}
}

@media (min-width:1200px) {
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529
}

.table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.fade {
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}

.dropdown,
.dropleft,
.dropright,
.dropup {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-toggle::after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.dropleft .dropdown-toggle::after {
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
	right: auto;
	bottom: auto
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:hover {
	color: #000;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: .75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

a.close.disabled {
	pointer-events: none
}

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: .875rem;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
	border-radius: .25rem
}

.toast:not(:last-child) {
	margin-bottom: .75rem
}

.toast.showing {
	opacity: 1
}

.toast.show {
	display: block;
	opacity: 1
}

.toast.hide {
	display: none
}

.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.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: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	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-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529
}

.carousel {
	position: relative
}

.carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none
	}
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}

.border {
	border: 1px solid #dee2e6!important
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}

.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important
}

.position-static {
	position: static!important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.w-100 {
	width: 100%!important
}

.h-100 {
	height: 100%!important
}

.m-1 {
	margin: .25rem!important
}

.mr-3 {
	margin-right: 1rem!important
}

.mb-3 {
	margin-bottom: 1rem!important
}

.mr-4 {
	margin-right: 1.5rem!important
}

.p-0 {
	padding: 0!important
}

.text-left {
	text-align: left!important
}

@media (min-width:768px) {
	.text-md-right {
		text-align: right!important
	}
}

@media (min-width:992px) {
	.text-lg-right {
		text-align: right!important
	}
}

.text-white {
	color: #fff!important
}

.visible {
	visibility: visible!important
}

@media print {
	*,
	::after,
	::before {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	pre {
		white-space: pre-wrap!important
	}
	pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	body {
		min-width: 992px!important
	}
	.container {
		min-width: 992px!important
	}
	.navbar {
		display: none
	}
	.table {
		border-collapse: collapse!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
}

.fa {
	display: inline-block;
	font: 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-search:before {
	content: "\f002"
}

.fa-play:before {
	content: "\f04b"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-behance:before {
	content: "\f1b4"
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none!important;
	-webkit-backface-visibility: hidden
}

.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-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-close,
.mfp-arrow,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

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-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.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
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.slicknav_btn,
.slicknav_nav .slicknav_item {
	cursor: pointer
}

.slicknav_menu,
.slicknav_menu * {
	box-sizing: border-box
}

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: .438em .625em;
	line-height: 1.125em
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
	margin-top: .188em
}

.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 3px #000
}

.slicknav_menu .slicknav_icon {
	float: left;
	width: 1.125em;
	height: .875em;
	margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_icon:before {
	background: 0 0;
	width: 1.125em;
	height: .875em;
	display: block;
	content: "";
	position: absolute
}

.slicknav_menu .slicknav_no-text {
	margin: 0
}

.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: .125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}

.slicknav_menu:after,
.slicknav_menu:before {
	content: " ";
	display: table
}

.slicknav_menu:after {
	clear: both
}

.slicknav_nav li,
.slicknav_nav ul {
	display: block
}

.slicknav_nav .slicknav_arrow {
	font-size: .8em;
	margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item a {
	display: inline
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
	display: block
}

.slicknav_nav .slicknav_parent-link a {
	display: inline
}

.slicknav_menu {
	*zoom: 1;
	font-size: 16px;
	background: #4c4c4c;
	padding: 5px
}

.slicknav_nav,
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #fff
}

.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #222
}

.slicknav_nav {
	clear: both;
	color: #fff;
	margin: 0;
	font-size: .875em
}

.slicknav_nav ul {
	margin: 0 0 0 20px
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
	padding: 5px 10px;
	margin: 2px 5px
}

.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #fff
}

.slicknav_nav a {
	text-decoration: none;
	color: #fff
}

.slicknav_nav a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #222
}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0
}

.slicknav_brand {
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

html,
body {
	height: 100%;
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #081624;
	font-weight: 600
}

h1 {
	font-size: 70px
}

h2 {
	font-size: 38px
}

h3 {
	font-size: 30px
}

h4 {
	font-size: 24px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

p {
	font-size: 14px;
	color: #718090;
	line-height: 2
}

img {
	max-width: 100%
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none
}

ul,
ol {
	padding: 0;
	margin: 0
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center
}

.spad {
	padding-top: 103px;
	padding-bottom: 103px
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff
}

.element {
	margin-bottom: 85px
}

.element:last-child {
	margin-bottom: 0
}

.element .el-title {
	font-weight: 300;
	font-size: 36px;
	margin-bottom: 50px
}

.site-btn {
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 600;
	min-width: 186px;
	padding: 23px 47px;
	text-transform: uppercase;
	background: #ffc000;
	color: #fff;
	line-height: normal;
	cursor: pointer;
	text-align: center
}

.site-btn:hover {
	color: #fff
}

.site-btn.sb-dark {
	color: #fff;
	background: #081624
}

.site-btn.sb-light-dark {
	color: #fff;
	background: #304a5f
}

.site-btn.sb-light {
	color: #081624;
	background: #e3f0fa
}

.site-btn.sb-white {
	color: #081624;
	background: #fff
}

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader .8s linear infinite;
	-webkit-animation: loader .8s linear infinite
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.accordion-area .panel {
	margin-bottom: 8px
}

.accordion-area .panel-header {
	display: block;
	font-weight: 500;
	position: relative;
	background: #304a5f;
	color: #fff;
	-webkit-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s
}

.accordion-area .panel-header.active .panel-link {
	background: #ffc000
}

.accordion-area .panel-header.active .panel-link.collapsed {
	background: #304a5f
}

.accordion-area .panel-link:after {
	content: "+";
	position: absolute;
	font-size: 20px;
	right: 25px;
	top: 50%;
	color: #fff;
	line-height: 16px;
	margin-top: -8px;
	margin-left: -4px
}

.accordion-area .panel-header.active .panel-link:after {
	content: "-";
	margin-top: -10px;
	color: #fff
}

.accordion-area .panel-header.active .panel-link.collapsed:after {
	content: "+";
	color: #fff
}

.accordion-area .panel-link {
	text-align: left;
	background-color: transparent;
	border: none;
	position: relative;
	width: 100%;
	padding: 16px 40px;
	padding-left: 30px;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	line-height: 1.35;
	cursor: pointer
}

.accordion-area .panel-body p {
	margin-bottom: 0;
	padding: 25px 0 20px
}

.tab-element .nav-tabs {
	border-bottom: none;
	margin-bottom: 15px
}

.tab-element .nav-item {
	margin-right: 10px;
	margin-bottom: 10px
}

.tab-element .nav-tabs .nav-link {
	text-align: left;
	background-color: #304a5f;
	border-radius: 0;
	position: relative;
	width: 100%;
	padding: 18px 38px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	line-height: 1.35;
	cursor: pointer
}

.tab-element .nav-tabs .nav-item:last-child {
	margin-right: 0
}

.tab-element .nav-tabs .nav-link.active {
	background: #ffc000
}

.tab-element .tab-pane p {
	margin-bottom: 0;
	line-height: 1.9
}

.circle-progress {
	text-align: center;
	display: block;
	position: relative;
	margin-bottom: 30px
}

.circle-progress canvas {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.circle-progress .circle-warp {
	margin-bottom: 5px;
	position: relative
}

.circle-progress h2 {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -20px;
	font-size: 30px;
	font-weight: 300;
	color: #ffc000
}

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999
}

.search-model-form {
	padding: 0 15px
}

.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: none;
	color: #999
}

.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	padding-top: 6px;
	font-size: 26px;
	top: 30px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	font-weight: 300
}

.header-top {
	padding: 14px 40px;
	background: #081624
}

.header-top p {
	margin-bottom: 0;
	color: #718090;
	font-size: 12px;
	line-height: 1
}

.site-logo {
	display: inline-block;
	margin-right: 100px;
	padding-left: 63px
}

.header-right {
	float: right;
	padding-right: 83px;
	position: relative
}

.header-info-box {
	display: inline-block;
	margin-right: 40px;
	padding: 21px 0 15px
}

.header-info-box .hib-icon {
	float: left;
	margin-right: 13px
}

.header-info-box .hib-text {
	overflow: hidden
}

.header-info-box .hib-text h6 {
	font-weight: 400;
	font-size: 14px
}

.header-info-box .hib-text p {
	margin-bottom: 0
}

.search-switch {
	position: absolute;
	right: 0;
	top: 0;
	width: 83px;
	height: 100%;
	max-height: 86px;
	color: #fff;
	font-size: 25px;
	border: none;
	background: #ffc000
}

.search-switch-warp {
	padding-top: 20px
}

.search-switch-warp .search-switch {
	display: block;
	width: 100%;
	position: relative;
	font-size: 16px;
	padding: 10px
}

.site-nav-menu {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.site-nav-menu ul {
	list-style: none
}

.site-nav-menu ul li {
	display: inline-block;
	position: relative
}

.site-nav-menu ul li a {
	display: block;
	padding: 32px 16px;
	margin-right: 35px;
	font-size: 15px;
	font-weight: 600;
	color: #081624;
	position: relative
}

.site-nav-menu ul li a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 7px;
	left: 0;
	bottom: 0;
	background: #ffc000;
	-webkit-transition: all .4s;
	transition: all .4s
}

.site-nav-menu ul li .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 220px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	padding: 15px 0 10px;
	text-align: left;
	-webkit-box-shadow: 0 15px 50px 1px rgba(0, 0, 0, .13);
	box-shadow: 0 15px 50px 1px rgba(0, 0, 0, .13);
	-webkit-transition: all .4s;
	transition: all .4s
}

.site-nav-menu ul li .sub-menu li {
	display: block
}

.site-nav-menu ul li .sub-menu li a {
	padding: 8px 25px;
	text-transform: none;
	margin-right: 0
}

.site-nav-menu ul li .sub-menu li a:hover {
	color: #ffc000
}

.site-nav-menu ul li .sub-menu li a:after {
	display: none
}

.site-nav-menu ul li:hover a:after {
	width: 100%
}

.site-nav-menu ul li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	z-index: 99
}

.site-nav-menu ul li.active a:after {
	width: 100%
}

.hero-slider .owl-nav button.owl-prev,
.hero-slider .owl-nav button.owl-next {
	position: absolute;
	width: 84px;
	height: 84px;
	top: calc(50% - 42px);
	left: 0;
	font-size: 30px;
	color: #081624;
	background: #fff;
	-webkit-transition: all .4s;
	transition: all .4s
}

.hero-slider .owl-nav button.owl-prev:hover,
.hero-slider .owl-nav button.owl-next:hover {
	color: #fff;
	background: #ffc000
}

.hero-slider .owl-nav button.owl-next {
	left: auto;
	right: 0
}

.hero-item {
	height: 777px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.hero-item h2 {
	font-size: 90px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 34px;
	opacity: 0;
	top: 50px;
	position: relative
}

.hero-item h2 span {
	padding-left: 25px;
	padding-bottom: 15px;
	display: inline-block;
	background: #ffc000
}

.hero-item h2 span:nth-child(1) {
	color: #081624
}

.hero-item h2 span:nth-child(2) {
	padding-right: 14px
}

.hero-item h2 span:last-child {
	padding-right: 30px
}

.hero-item .site-btn {
	opacity: 0;
	top: 50px;
	position: relative
}

.hero-slider .owl-item.active .hero-item h2,
.hero-slider .owl-item.active .hero-item .site-btn {
	top: 0;
	opacity: 1
}

.hero-slider .owl-item.active .hero-item h2 {
	-webkit-transition: all .5s ease .2s;
	transition: all .5s ease .2s
}

.hero-slider .owl-item.active .hero-item .site-btn {
	-webkit-transition: all .5s ease .4s;
	transition: all .5s ease .4s
}

.hero-slider .owl-item.active .hero-item .site-btn:last-child {
	-webkit-transition: all .5s ease .6s;
	transition: all .5s ease .6s
}

.services-warp {
	padding-top: 56px;
	padding-bottom: 30px;
	max-width: 1227px;
	margin: -91px auto 0;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0 0 0 #00000075;
	box-shadow: 0 0 0 #00000075;
	z-index: 99
}

.services-warp:after,
.services-warp::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	top: 0;
	left: 0;
	z-index: -2;
	-webkit-box-shadow: 0 -43px 41px rgba(0, 0, 0, .48);
	box-shadow: 0 -43px 41px rgba(0, 0, 0, .48)
}

.services-warp::before {
	background: #fff;
	height: 100%;
	top: -4px;
	-webkit-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
	border-top: 4px solid #ffc000;
	z-index: -1
}

.service-item {
	margin-bottom: 55px;
	padding-right: 20px
}

.service-item .si-head {
	overflow: hidden;
	margin-bottom: 20px
}

.service-item .si-icon {
	float: left;
	width: 61px
}

.service-item h5 {
	overflow: hidden;
	padding-top: 12px
}

.service-item p {
	margin-bottom: 0
}

.features-section {
	padding-bottom: 73px
}

.feature-box {
	margin-bottom: 30px
}

.feature-box .fb-text {
	padding: 50px 27px 43px;
	background: #fff
}

.feature-box img {
	min-width: 100%
}

.feature-box h5 {
	margin-bottom: 30px
}

.feature-box p {
	margin-bottom: 25px
}

.feature-box .fb-more-btn {
	display: inline-block;
	color: #ffc000;
	font-size: 12px;
	text-transform: uppercase;
	border: 2px solid #ffc000;
	padding: 15px;
	min-width: 128px;
	text-align: center
}

.feature-box .fb-more-btn:hover {
	background: #ffc000;
	color: #fff
}

.client-text {
	text-align: center;
	margin-bottom: 90px
}

.client-text h2 {
	font-weight: 300;
	margin-bottom: 40px
}

.client-text p {
	font-size: 18px
}

.client-slider .single-brand {
	display: table;
	height: 80px;
	width: 100%
}

.client-slider .single-brand a {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.client-slider .single-brand a img {
	width: auto;
	margin: 0 auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .4s;
	transition: all .4s
}

.client-slider .single-brand a:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%)
}

.testimonial-bg {
	height: 100%
}

.testimonial-box {
	padding: 100px 15px 70px;
	background: #17172d
}

.testimonial-box .testi-box-warp {
	max-width: 740px;
	margin: 0 auto
}

.testimonial-box h2 {
	color: #fff;
	font-weight: 300;
	margin-bottom: 40px
}

.testimonial-slider .owl-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.testimonial-slider .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	border-radius: 15px;
	margin-right: 12px;
	background: #fff
}

.testimonial-slider .owl-dots .owl-dot.active {
	background: #ffc000
}

.testimonial {
	padding-bottom: 70px
}

.testimonial p {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 55px
}

.testimonial .testi-thumb {
	width: 82px!important;
	height: 82px;
	float: left;
	margin-right: 33px;
	border-radius: 50%
}

.testimonial h5 {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	padding-top: 20px
}

.testimonial span {
	font-size: 12px;
	color: #718090
}

.cta-section {
	padding: 33px 0;
	background: #ffc000
}

.cta-section h2 {
	color: #fff;
	font-size: 37px;
	font-weight: 300
}

.video-text h2 {
	font-weight: 300;
	margin-bottom: 40px
}

.video-text p {
	line-height: 2;
	margin-bottom: 50px
}

.video-box {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.video-box a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 88px;
	height: 88px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 27px;
	border-radius: 50%;
	color: #fff;
	background: rgba(255, 255, 255, .27)
}

.footer-section {
	background: #17172d;
	padding-bottom: 0
}

.footer-widget {
	margin-bottom: 40px
}

.footer-widget.about-widget {
	padding-right: 15px
}

.footer-widget.about-widget img {
	margin-bottom: 40px
}

.footer-widget.about-widget p {
	margin-bottom: 35px
}

.footer-widget .fw-title {
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 35px
}

.footer-widget ul {
	list-style: none;
	display: inline-block
}

.footer-widget ul li a {
	display: block;
	font-size: 14px;
	color: #718090;
	margin-bottom: 15px
}

.footer-widget .footer-search {
	position: relative
}

.footer-widget .footer-search input {
	width: 100%;
	height: 47px;
	padding-right: 47px;
	padding-left: 22px;
	font-size: 12px;
	color: #718090;
	font-style: italic;
	border: none;
	background: #393958
}

.footer-widget .footer-search button {
	position: absolute;
	width: 47px;
	height: 100%;
	right: 0;
	top: 0;
	color: #ffc000;
	font-size: 12px;
	border: none;
	background: transparent
}

.footer-social a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 41px;
	height: 41px;
	color: #fff;
	margin-right: 14px;
	margin-bottom: 14px;
	border-radius: 13px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #39334f;
	-webkit-transition: all .4s;
	transition: all .4s
}

.footer-social a:hover {
	background: #ffc000
}

.footer-info-box {
	margin-bottom: 30px
}

.footer-info-box .fib-icon {
	float: left;
	width: 48px;
	padding-top: 8px
}

.footer-info-box .fib-text {
	overflow: hidden
}

.footer-info-box .fib-text p {
	margin-bottom: 0
}

.footer-buttom {
	margin-top: 55px;
	background: #03031b
}

.copyright {
	color: #646470;
	font-size: 14px;
	padding-top: 25px
}

.copyright a {
	color: #646470;
	text-decoration: underline
}

.copyright a:hover {
	color: #ffc000
}

.footer-menu {
	list-style: none;
	text-align: right
}

.footer-menu li {
	display: inline-block
}

.footer-menu li a {
	display: block;
	padding: 21px 17px;
	margin-left: 13px;
	font-size: 15px;
	color: #646470;
	position: relative
}

.footer-menu li a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	left: 0;
	bottom: 0;
	background: #ffc000;
	-webkit-transition: all .4s;
	transition: all .4s
}

.footer-menu li:hover a:after,
.footer-menu li.active a:after {
	width: 100%
}

.page-top-section {
	height: 366px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.page-top-section h2 {
	font-weight: 300;
	color: #fff;
	margin-bottom: 25px
}

.page-top-section p {
	color: #fff;
	margin-bottom: 35px
}

.about-text h2 {
	font-weight: 300;
	margin-bottom: 30px
}

.about-text p {
	line-height: 2.2;
	margin-bottom: 35px
}

.about-text .sign {
	float: left;
	margin-right: 33px
}

.about-text .sign-info {
	padding-top: 20px
}

.about-text .sign-info h5 {
	font-size: 18px
}

.about-text .sign-info span {
	font-size: 14px;
	color: #ffc000
}

.milestones-section {
	padding-top: 135px;
	padding-bottom: 105px
}

.milestones-section .milestone-text span {
	color: #fff
}

.milestone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px
}

.milestone-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 81px;
	padding-bottom: 5px
}

.milestone-text {
	overflow: hidden
}

.milestone-text span {
	font-size: 18px;
	font-weight: 600;
	color: #081624
}

.milestone-text h2 {
	font-size: 60px;
	font-weight: 300;
	line-height: .9;
	margin-bottom: 5px;
	color: #ffc000
}

.milestone-text p {
	color: #718090;
	margin-bottom: 0
}

.team-text {
	text-align: center;
	margin-bottom: 45px
}

.team-text h2 {
	font-weight: 300;
	margin-bottom: 40px
}

.team-text p {
	font-size: 18px;
	line-height: 2
}

.team-member {
	margin-top: 35px;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0 0 200px rgba(0, 0, 0, 0);
	box-shadow: 0 0 200px rgba(0, 0, 0, 0)
}

.team-member:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 2px solid #e3f0fa;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s
}

.team-member img {
	position: relative;
	z-index: 2
}

.team-member .member-info {
	position: relative;
	text-align: center;
	padding: 40px 20px 47px;
	z-index: 3
}

.team-member .member-info h3 {
	font-size: 20px
}

.team-member .member-info p {
	margin-bottom: 20px
}

.team-member .member-info .site-btn {
	min-width: 127px
}

.team-member:hover {
	-webkit-box-shadow: 0 26px 49px rgba(0, 0, 0, .17);
	box-shadow: 0 26px 49px rgba(0, 0, 0, .17)
}

.team-member:hover:after {
	opacity: 0
}

.services-2-section {
	padding-bottom: 50px
}

.service-text {
	text-align: center
}

.service-text h2 {
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 60px
}

.reserch-section {
	background: #0e2b43
}

.reserch-tab-menu {
	display: block;
	border-bottom: none
}

.reserch-tab-menu li.nav-item {
	display: block
}

.reserch-tab-menu li.nav-item a.nav-link {
	display: block;
	padding: 15px 29px;
	margin-bottom: 8px;
	border: none;
	color: #fff;
	font-size: 20px;
	line-height: 1.45;
	border-radius: 0;
	background: #304a5f
}

.reserch-tab-menu li.nav-item a.nav-link.active {
	background: #ffc000
}

.reserch-tab {
	margin-bottom: 70px
}

.reserch-tab h2 {
	font-weight: 300;
	color: #fff;
	margin-bottom: 35px
}

.reserch-tab p {
	margin-bottom: 30px
}

.reserch-text {
	margin-bottom: 60px
}

.reserch-text h5 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 50px
}

.reserch-info-warp {
	padding-top: 36px
}

.reserch-info-warp .info-box {
	margin-top: 36px
}

.info-box {
	background: #304a5f;
	padding: 60px 39px 58px;
	margin-bottom: 33px
}

.info-box h3 {
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 25px
}

.info-box p {
	margin-bottom: 50px
}

.info-box .footer-info-box {
	margin-bottom: 39px
}

.info-box a {
	font-size: 14px;
	color: #ffc000;
	text-decoration: underline
}

.circle-progress-warp .circle-progress {
	padding-top: 70px
}

.single-progress-item {
	margin-top: 20px;
	position: relative
}

.single-progress-item:last-child {
	margin-bottom: 0
}

.single-progress-item p {
	padding-top: 20px;
	color: #fff
}

.progress-bar-style {
	display: block;
	height: 6px;
	position: relative;
	width: 100%;
	background: #304a5f
}

.progress-bar-style .bar-inner {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffc000
}

.progress-bar-style .bar-inner span {
	position: absolute;
	width: 54px;
	height: 40px;
	right: 0;
	top: 22px;
	padding-top: 8px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-align: center
}

.sb-widget {
	margin-bottom: 58px
}

.sb-widget .sb-title {
	font-size: 20px;
	padding-top: 17px;
	margin-bottom: 45px;
	position: relative;
	font-weight: 600
}

.sb-widget .sb-title::before {
	position: absolute;
	content: "";
	width: 65px;
	height: 6px;
	left: 0;
	top: 0;
	background: #ffc000;
	-webkit-transition: all .4s;
	transition: all .4s
}

.sb-widget ul {
	list-style: none
}

.sb-widget ul li a {
	display: block;
	padding: 10px 0 14px;
	color: #718090;
	font-size: 14px;
	border-bottom: 1px solid #e3f0fa;
	-webkit-transition: all .3s;
	transition: all .3s
}

.sb-widget ul li a:hover {
	color: #ffc000;
	border-bottom: 1px solid #ffc000
}

.sb-widget .sb-search {
	position: relative
}

.sb-widget .sb-search input {
	width: 100%;
	height: 47px;
	padding-right: 47px;
	padding-left: 22px;
	font-size: 12px;
	color: #718090;
	font-style: italic;
	border: none;
	background: #f7fafd
}

.sb-widget .sb-search button {
	position: absolute;
	width: 47px;
	height: 100%;
	right: 0;
	top: 0;
	color: #ffc000;
	font-size: 12px;
	border: none;
	background: transparent
}

.recent-post .rp-item {
	overflow: hidden;
	padding-bottom: 22px;
	margin-bottom: 23px;
	border-bottom: 1px solid #e3f0fa
}

.recent-post .rp-item img {
	float: left;
	margin-right: 12px
}

.recent-post .rp-item .rp-text {
	overflow: hidden;
	padding-top: 2px
}

.recent-post .rp-item p {
	margin-bottom: 0
}

.recent-post .rp-item .rp-date {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding: 4px 13px;
	line-height: 1.3;
	background: #ffc000
}

.blog-post {
	margin-bottom: 75px
}

.blog-post .blog-thumb {
	height: 331px;
	padding-top: 15px;
	margin-bottom: 20px
}

.blog-post .blog-date {
	display: inline-block;
	padding: 12px 27px;
	color: #fff;
	font-size: 14px;
	background: #17172d
}

.blog-post .blog-metas {
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e3f0fa
}

.blog-post .blog-meta {
	display: inline-block;
	font-size: 12px;
	color: #718090;
	padding-left: 22px;
	position: relative;
	padding-right: 12px;
	margin-right: 6px;
	margin-bottom: 10px
}

.blog-post .blog-meta:last-child {
	margin-right: 0;
	padding-right: 0
}

.blog-post .blog-meta:last-child::before {
	display: none
}

.blog-post .blog-meta::before {
	position: absolute;
	content: "/";
	top: 0;
	right: 0;
	font-size: 12px;
	color: #718090
}

.blog-post .blog-meta:after {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	left: 0;
	top: 0;
	background-image: url(https://preview.colorlib.com/theme/industryinc/img/blog/xblog-icons.png.pagespeed.ic.pC03DUK6o6.webp);
	background-repeat: no-repeat;
	background-size: auto
}

.blog-post .blog-meta.meta-author:after {
	background-position: center left -2px
}

.blog-post .blog-meta.meta-cata:after {
	background-position: center left -24px
}

.blog-post .blog-meta.meta-comment:after {
	background-position: center left -48px
}

.blog-post .blog-meta a {
	color: #718090
}

.blog-post h2 {
	font-weight: 300;
	font-size: 36px;
	margin-bottom: 30px
}

.blog-post p {
	margin-bottom: 30px
}

.blog-post .read-more {
	min-width: 138px
}

.site-pagination a {
	display: inline-block;
	height: 49px;
	font-size: 14px;
	font-weight: 500;
	color: #081624;
	padding: 13px 0;
	margin-right: -1px
}

.site-pagination a.current {
	color: #fff;
	background: #ffc000;
	padding: 13px 15px
}

.site-pagination a.next {
	color: #718090
}

.map-section {
	position: relative;
	padding: 115px 0 110px
}

.map-section .container {
	position: relative;
	z-index: 5
}

.map-info {
	max-width: 293px;
	padding: 79px 25px 75px;
	background: #ffc000;
	position: relative
}

.map-info::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -17px;
	border-left: 27px solid #ffc000;
	border-top: 0 solid transparent;
	border-bottom: 17px solid transparent
}

.map-info img {
	margin-bottom: 45px
}

.map-info p {
	color: #fff
}

.map {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0
}

.map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0
}

.contact-text h2 {
	font-weight: 300;
	margin-bottom: 35px
}

.contact-text p {
	margin-bottom: 70px
}

.contact-text .header-info-box {
	display: block;
	padding: 0;
	margin-bottom: 30px
}

.contact-form {
	margin-bottom: 10px
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	height: 54px;
	padding: 20px 25px;
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	color: #718090;
	border: none;
	border-bottom: 3px solid #e3f0fa;
	margin-bottom: 28px;
	background: #f7fafd
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-bottom: 3px solid #ffc000
}

.contact-form textarea {
	height: 209px
}

.contact-form .site-btn {
	min-width: 156px
}

@media (min-width:1200px) {
	.container {
		max-width: 1176px
	}
}

@media only screen and (min-width:1200px) and (max-width:1595px) {
	.site-logo {
		margin-right: 20px;
		padding-left: 15px
	}
	.header-right {
		padding-right: 60px
	}
	.header-info-box {
		margin-right: 0
	}
	.site-nav-menu ul li a {
		margin-right: 0
	}
	.search-switch {
		width: 50px;
		font-size: 16px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.site-navbar {
		text-align: center
	}
	.site-logo {
		display: block;
		padding-top: 20px;
		padding-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center
	}
	.header-right {
		padding-right: 50px;
		text-align: center;
		display: inline-block;
		float: none
	}
	.header-info-box {
		margin-right: 15px;
		padding: 21px 0 0
	}
	.site-nav-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.search-switch {
		width: 50px;
		font-size: 16px;
		height: 50px;
		border-radius: 50%;
		top: 15px
	}
	.footer-social a {
		margin-right: 4px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.site-navbar {
		text-align: center
	}
	.site-logo {
		display: block;
		padding-top: 20px;
		padding-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center
	}
	.header-right {
		padding-right: 50px;
		text-align: center;
		display: inline-block;
		float: none
	}
	.header-info-box {
		margin-right: 15px;
		padding: 21px 0 0
	}
	.site-nav-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.search-switch {
		width: 50px;
		font-size: 16px;
		height: 50px;
		border-radius: 50%;
		top: 15px
	}
	.hero-slider .owl-nav button.owl-prev,
	.hero-slider .owl-nav button.owl-next {
		position: absolute;
		width: 60px;
		height: 60px;
		top: calc(50% - 30px);
		font-size: 18px
	}
	.hero-item h2 {
		font-size: 60px
	}
	.video-box {
		height: 500px;
		margin-top: 40px
	}
	.cta-section {
		text-align: center
	}
	.cta-section h2 {
		margin-bottom: 30px
	}
	.footer-buttom {
		padding-top: 30px
	}
	.footer-menu {
		text-align: center
	}
	.footer-menu li:first-child a {
		margin-left: 0
	}
	.copyright {
		text-align: center;
		padding-bottom: 30px
	}
	.about-text {
		padding-top: 50px
	}
	.reserch-tab-menu {
		margin-bottom: 30px
	}
	.sidebar {
		padding-top: 50px
	}
}

@media only screen and (max-width:767px) {
	.header-top {
		padding: 14px 0;
		text-align: center
	}
	.header-top p {
		line-height: 1.5
	}
	.site-navbar {
		text-align: center
	}
	.site-logo {
		display: block;
		padding-top: 20px;
		padding-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center
	}
	.header-right {
		display: none
	}
	.header-info-box {
		margin-right: 15px;
		padding: 21px 0 0
	}
	.header-info-box .hib-text {
		text-align: left
	}
	.site-nav-menu {
		display: none
	}
	.search-switch {
		display: none
	}
	.slicknav_nav {
		background: #081624;
		text-align: left;
		padding: 8px 5px;
		margin-bottom: 15px
	}
	.slicknav_nav a:hover {
		background: #25394c;
		color: #fff
	}
	.hero-item {
		text-align: center
	}
	.hero-item h2 {
		font-size: 60px
	}
	.hero-item h2 span:nth-child(1) {
		color: #081624;
		padding-right: 15px
	}
	.hero-slider .owl-nav button.owl-prev,
	.hero-slider .owl-nav button.owl-next {
		position: absolute;
		width: 40px;
		height: 40px;
		top: calc(50% - 20px);
		font-size: 14px
	}
	.video-box {
		height: 500px;
		margin-top: 40px
	}
	.cta-section {
		text-align: center
	}
	.cta-section h2 {
		margin-bottom: 30px
	}
	.footer-buttom {
		padding-top: 30px
	}
	.footer-menu {
		text-align: center
	}
	.footer-menu li:first-child a {
		margin-left: 0
	}
	.copyright {
		text-align: center;
		padding-bottom: 30px
	}
	.about-text {
		padding-top: 50px
	}
	.reserch-tab-menu {
		margin-bottom: 30px
	}
	.circle-progress-warp .circle-progress {
		padding-top: 0
	}
	.sidebar {
		padding-top: 50px
	}
	.search-model-form input {
		width: 100%
	}
}

@media only screen and (max-width:479px) {
	.hero-item h2 {
		font-size: 50px
	}
	.hero-item h2 span:nth-child(1) {
		color: #081624;
		padding-right: 15px
	}
	.map-section {
		padding-bottom: 0
	}
	.map-info {
		max-width: 100%
	}
	.map {
		position: relative;
		height: 400px;
		margin-top: 70px
	}
	.footer-menu li a {
		margin-left: 0;
		padding: 13px 10px
	}
}