body {
	font-family: "Open Sans", sans-serif;
	color: #444444;
}

a {
	font-family: inherit;
	/* font-family: Manrope; */
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.15;
	color: inherit;
	--un-text-opacity: 1;
	text-decoration: none;
}

a:hover {
	color: #16b3ac;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
}

.d-flex {
	display: flex !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.text-white {
	color: #fff !important
}

.text-primary {
	color: #047d78 !important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #047d78 !important
}

.text-secondary {
	color: #f7fafc !important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #bfd7e7 !important
}

.text-success {
	color: #16b3ac !important
}

a.text-success:focus,
a.text-success:hover {
	color: #1f8f5f !important
}

.text-info {
	color: #37d5f2 !important
}

a.text-info:focus,
a.text-info:hover {
	color: #0b90a8 !important
}

.text-warning {
	color: #d1dc05 !important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #b1ba04 !important
}

.text-danger {
	color: C00000 !important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #C00000 !important
}

.text-light {
	color: #adb5bd !important
}

a.text-light:focus,
a.text-light:hover {
	color: #838f9b !important
}

.text-dark {
	color: #212529 !important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #000 !important
}

#datatables th, td { 
    text-align: center;
    white-space: nowrap; 
}

.nav {
	display: flex;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	flex-wrap: wrap
}

.nav-link {
	display: block;
	padding: .25rem .75rem
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	cursor: default;
	pointer-events: none;
	color: #8898aa
}

.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: .375rem;
	border-top-right-radius: .375rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #8898aa;
	border-color: transparent;
	background-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #525f7f;
	border-color: #dee2e6 #dee2e6 #f8f9fe;
	background-color: #f8f9fe
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .375rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: var(--info)
}

.nav-fill .nav-item {
	text-align: center;
	flex: 1 1 auto
}

.nav-justified .nav-item {
	text-align: center;
	flex-basis: 0;
	flex-grow: 1
}

.select-readonly {
    opacity: 1;
    background-color: #e9ecef;
    pointer-events: none;
}

/*Select2 ReadOnly Start*/
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}
/*Select2 ReadOnly End*/

.badge {
	font-size: 66%;
	font-weight: 600;
	line-height: 1;
	display: inline-block;
	padding: .35rem .375rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
	border-radius: .375rem
}

@media (prefers-reduced-motion:reduce) {
	.badge {
		transition: none
	}
}

a.badge:focus,
a.badge:hover {
	text-decoration: none
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.badge-pill {
	padding-right: .875em;
	padding-left: .875em;
	border-radius: 10rem
}

.badge-default {
	color: #ffffff;
	background-color: #6a7783;
}

.badge-dark {
	color: #ffffff;
	background-color: #525252;
}

.badge-success {
	color: #ffffff;
	background-color: #16b3ac;
}

.badge-danger {
	color: #ffffff;
	background-color: #c00000;
}

.btn-success {
	color: #fff;
	border-color: #16b3ac;
	background-color: #16b3ac;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.btn-success:hover {
	color: #fff;
	border-color: #16b3ac;
	background-color: #16b3ac
}

.btn-success.focus,
.btn-success:focus {
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(45, 206, 137, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	border-color: #16b3ac;
	background-color: #16b3ac
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	border-color: #16b3ac;
	background-color: #16b3ac
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: none, 0 0 0 0 rgba(45, 206, 137, .5)
}

.btn-outline-success {
	color: #16b3ac;
	border-color: #16b3ac;
	background-color: transparent;
	background-image: none;
}

.btn-outline-success:hover {
	color: #fff;
	border-color: #16b3ac;
	background-color: #16b3ac;
}

.btn-info {
	color: #fff;
	border-color: #37d5f2;
	background-color: #37d5f2;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.btn-info:hover {
	color: #fff;
	border-color: #37d5f2;
	background-color: #37d5f2
}

.btn-info.focus,
.btn-info:focus {
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(17, 205, 239, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	border-color: #4246e3;
	background-color: #4246e3
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	border-color: #4246e3;
	background-color: #0da5c0
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: none, 0 0 0 0 rgba(17, 205, 239, .5)
}

.btn-warning {
	color: #fff;
	border-color: #d1dc05;
	background-color: #d1dc05;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.btn-warning:hover {
	color: #fff;
	border-color: #b1ba04;
	background-color: #b1ba04
}

.btn-warning.focus,
.btn-warning:focus {
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(251, 99, 64, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #fff;
	border-color: #d1dc05;
	background-color: #d1dc05
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
	color: #fff;
	border-color: #d1dc05;
	background-color: #d1dc05
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: none, 0 0 0 0 rgba(251, 99, 64, .5)
}

.btn-danger {
	color: #fff;
	border-color: #C00000;
	background-color: #C00000;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.btn-danger:hover {
	color: #fff;
	border-color: #C00000;
	background-color: #C00000
}

.btn-danger.focus,
.btn-danger:focus {
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(245, 54, 92, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	border-color: #C00000;
	background-color: #C00000
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	border-color: #C00000;
	background-color: #C00000
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: none, 0 0 0 0 rgba(245, 54, 92, .5)
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #008E87;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #FF6900;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #2487ce;
	border-top-color: #fff;
	border-bottom-color: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
	color: #124265;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
	color: #fff;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}

	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(10, 38, 58, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #124265;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
	color: #2487ce;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
	color: #2487ce;
}

.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 80px 0;
	overflow: hidden;
}

.section-bg {
	background-color: #f8fbfe;
}

.section-title {
	text-align: center;
	padding-bottom: 30px;
}

.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #124265;
}

.section-title p {
	margin-bottom: 0;
	font-size: 14px;
	color: #919191;
}

