

			@charset "UTF-8";:root {
				--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
				--bs-body-font-family: var(--bs-font-sans-serif);
				--bs-body-font-size: 1rem;
				--bs-body-font-weight: 400;
				--bs-body-line-height: 1.5;
				--bs-body-color: #212529;
				--bs-body-bg: #fff;
				--bs-link-color: #0d6efd;
				--bs-link-hover-color: #0a58ca;
				--bs-code-color: #d63384
			}
			*,
			::after,
			::before {
				box-sizing: border-box
			}
			@media(prefers-reduced-motion:no-preference){:root {
				scroll-behavior: smooth
			}
		}
		body {
			margin: 0;
			font-family: var(--bs-body-font-family);
			font-size: var(--bs-body-font-size);
			font-weight: var(--bs-body-font-weight);
			line-height: var(--bs-body-line-height);
			color: var(--bs-body-color);
			text-align: var(--bs-body-text-align);
			background-color: var(--bs-body-bg);
			-webkit-text-size-adjust: 100%;
			-webkit-tap-highlight-color: transparent
		}
		.h1,
		.h2,
		.h3,
		h1,
		h2,
		h3 {
			margin-top: 0;
			margin-bottom: 0.5rem;
			font-weight: 500;
			line-height: 1.2
		}
		.h1,
		h1 {
			font-size: calc(1.375rem + 1.5vw)
		}
		@media(min-width:1200px) {
			.h1,
			h1 {
				font-size: 2.5rem
			}
		}
		.h2,
		h2 {
			font-size: calc(1.325rem + 0.9vw)
		}
		@media(min-width:1200px) {
			.h2,
			h2 {
				font-size: 2rem
			}
		}
		.h3,
		h3 {
			font-size: calc(1.3rem + 0.6vw)
		}
		@media(min-width:1200px) {
			.h3,
			h3 {
				font-size: 1.75rem
			}
		}
		p {
			margin-top: 0;
			margin-bottom: 1rem
		}
		address {
			margin-bottom: 1rem;
			font-style: normal;
			line-height: inherit
		}
		ul {
			padding-left: 2rem
		}
		ul {
			margin-top: 0;
			margin-bottom: 1rem
		}
		ul ul {
			margin-bottom: 0
		}
		strong {
			font-weight: bolder
		}
		sup {
			position: relative;
			font-size: 0.75em;
			line-height: 0;
			vertical-align: baseline
		}
		sup {
			top: -0.5em
		}
		a {
			color: var(--bs-link-color);
			text-decoration: underline
		}
		a:hover {
			color: var(--bs-link-hover-color)
		}
		a:not([href]):not([class]),
		a:not([href]):not([class]):hover {
			color: inherit;
			text-decoration: none
		}
		code {
			font-family: var(--bs-font-monospace);
			font-size: 1em
		}
		code {
			font-size: 0.875em;
			color: var(--bs-code-color);
			word-wrap: break-word
		}
		a > code {
			color: inherit
		}
		img,
		svg {
			vertical-align: middle
		}
		caption {
			padding-top: 0.5rem;
			padding-bottom: 0.5rem;
			color: #6c757d;
			text-align: left
		}
		button {
			border-radius: 0
		}
		button:focus:not(:focus-visible) {
			outline: 0
		}
		button,
		input {
			margin: 0;
			font-family: inherit;
			font-size: inherit;
			line-height: inherit
		}
		button {
			text-transform: none
		}
		[type=button],
		[type=submit],
		button {
			-webkit-appearance: button
		}
		[type=button]:not(:disabled),
		[type=submit]:not(:disabled),
		button:not(:disabled) {
			cursor: pointer
		}
		::-moz-focus-inner {
			padding: 0;
			border-style: none
		}
		::-webkit-datetime-edit-day-field,
		::-webkit-datetime-edit-fields-wrapper,
		::-webkit-datetime-edit-hour-field,
		::-webkit-datetime-edit-minute,
		::-webkit-datetime-edit-month-field,
		::-webkit-datetime-edit-text,
		::-webkit-datetime-edit-year-field {
			padding: 0
		}
		::-webkit-inner-spin-button {
			height: auto
		}
		[type=search] {
			outline-offset: -2px;
			-webkit-appearance: textfield
		}
		::-webkit-search-decoration {
			-webkit-appearance: none
		}
		::-webkit-color-swatch-wrapper {
			padding: 0
		}
		::-webkit-file-upload-button {
			font: inherit;
			-webkit-appearance: button
		}
		::file-selector-button {
			font: inherit;
			-webkit-appearance: button
		}
		[hidden] {
			display: none !important
		}
		.img-fluid {
			max-width: 100%;
			height: auto
		}
		.container,
		.container-fluid,
		.container-sm {
			--bs-gutter-x: 1.5rem;
			--bs-gutter-y: 0;
			width: 100%;
			padding-right: calc(var(--bs-gutter-x) * 0.5);
			padding-left: calc(var(--bs-gutter-x) * 0.5);
			margin-right: auto;
			margin-left: auto
		}
		@media(min-width:576px) {
			.container,
			.container-sm {
				max-width: 540px
			}
		}
		@media(min-width:768px) {
			.container,
			.container-sm {
				max-width: 720px
			}
		}
		@media(min-width:992px) {
			.container,
			.container-sm {
				max-width: 960px
			}
		}
		@media(min-width:1200px) {
			.container,
			.container-sm {
				max-width: 1200px
			}
		}
		@media(min-width:1400px) {
			.container,
			.container-sm {
				max-width: 1320px
			}
		}
		.row {
			--bs-gutter-x: 1.5rem;
			--bs-gutter-y: 0;
			display: flex;
			flex-wrap: wrap;
			margin-top: calc(-1 * var(--bs-gutter-y));
			margin-right: calc(-0.5 * var(--bs-gutter-x));
			margin-left: calc(-0.5 * var(--bs-gutter-x))
		}
		.row > * {
			flex-shrink: 0;
			width: 100%;
			max-width: 100%;
			padding-right: calc(var(--bs-gutter-x) * 0.5);
			padding-left: calc(var(--bs-gutter-x) * 0.5);
			margin-top: var(--bs-gutter-y)
		}
		.gx-1 {
			--bs-gutter-x: 0.25rem
		}
		.gy-3 {
			--bs-gutter-y: 1rem
		}
		@media(min-width:768px) {
			.col-md-12 {
				flex: 0 0 auto;
				width: 100%
			}
			.gx-md-5 {
				--bs-gutter-x: 3rem
			}
		}
		@media(min-width:992px) {
			.col-lg-4 {
				flex: 0 0 auto;
				width: 33.33333333%
			}
			.col-lg-6 {
				flex: 0 0 auto;
				width: 50%
			}
			.col-lg-8 {
				flex: 0 0 auto;
				width: 66.66666667%
			}
		}
		@media(min-width:1200px) {
			.col-xl-2 {
				flex: 0 0 auto;
				width: 16.66666667%
			}
			.col-xl-3 {
				flex: 0 0 auto;
				width: 25%
			}
			.col-xl-4 {
				flex: 0 0 auto;
				width: 33.33333333%
			}
			.col-xl-5 {
				flex: 0 0 auto;
				width: 41.66666667%
			}
			.col-xl-8 {
				flex: 0 0 auto;
				width: 66.66666667%
			}
		}
		@media(min-width:1400px) {
			.col-xxl-2 {
				flex: 0 0 auto;
				width: 16.66666667%
			}
			.col-xxl-6 {
				flex: 0 0 auto;
				width: 50%
			}
		}
		.nav {
			display: flex;
			flex-wrap: wrap;
			padding-left: 0;
			margin-bottom: 0;
			list-style: none
		}
		.breadcrumb {
			--bs-breadcrumb-padding-x: 0;
			--bs-breadcrumb-padding-y: 0;
			--bs-breadcrumb-margin-bottom: 1rem;
			display: flex;
			flex-wrap: wrap;
			padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
			margin-bottom: var(--bs-breadcrumb-margin-bottom);
			font-size: var(--bs-breadcrumb-font-size);
			list-style: none;
			background-color: var(--bs-breadcrumb-bg);
			border-radius: var(--bs-breadcrumb-border-radius)
		}
		@-webkit-keyframes progress-bar-stripes {
			0% {
				background-position-x: 1rem
			}
		}
		@keyframes progress-bar-stripes {
			0% {
				background-position-x: 1rem
			}
		}
		@-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;
				transform: none
			}
		}
		@keyframes spinner-grow {
			0% {
				transform: scale(0)
			}
			50% {
				opacity: 1;
				transform: none
			}
		}
		.placeholder {
			display: inline-block;
			min-height: 1em;
			vertical-align: middle;
			cursor: wait;
			background-color: currentcolor;
			opacity: .5
		}
		@-webkit-keyframes placeholder-glow {
			50% {
				opacity: .2
			}
		}
		@keyframes placeholder-glow {
			50% {
				opacity: .2
			}
		}
		@-webkit-keyframes placeholder-wave {
			100% {
				-webkit-mask-position: -200% 0;
				mask-position: -200% 0
			}
		}
		@keyframes placeholder-wave {
			100% {
				-webkit-mask-position: -200% 0;
				mask-position: -200% 0
			}
		}
		.fixed-top {
			position: fixed;
			top: 0;
			right: 0;
			left: 0;
			z-index: 1030
		}
		.d-block {
			display: block !important
		}
		.d-flex {
			display: flex !important
		}
		.d-none {
			display: none !important
		}
		.position-relative {
			position: relative !important
		}
		.justify-content-center {
			justify-content: center !important
		}
		.align-items-center {
			align-items: center !important
		}
		.mt-3 {
			margin-top: 1rem !important
		}
		.mt-4 {
			margin-top: 1.5rem !important
		}
		.mt-5 {
			margin-top: 3rem !important
		}
		.me-auto {
			margin-right: auto !important
		}
		.mb-3 {
			margin-bottom: 1rem !important
		}
		.pt-4 {
			padding-top: 1.5rem !important
		}
		.text-center {
			text-align: center !important
		}
		@media(min-width:992px) {
			.d-lg-none {
				display: none !important
			}
			.mt-lg-0 {
				margin-top: 0 !important
			}
		}
		@media(min-width:1200px) {
			.d-xl-block {
				display: block !important
			}
			.d-xl-flex {
				display: flex !important
			}
			.d-xl-none {
				display: none !important
			}
		}
		@font-face {
			font-family: Poppins;
			font-style: normal;
			font-weight: 400;
			font-display: swap;
			src: url('https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2') format("woff2");
			unicode-range: U + 0000-00FF, U + 0131, U + 0152-0153, U + 02BB-02BC, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2122, U + 2191, U + 2193, U + 2212, U + 2215, U+FEFF, U+FFFD
		}
		@font-face {
			font-family: Poppins;
			font-style: normal;
			font-weight: 500;
			font-display: swap;
			src: url('https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2') format("woff2");
			unicode-range: U + 0000-00FF, U + 0131, U + 0152-0153, U + 02BB-02BC, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2122, U + 2191, U + 2193, U + 2212, U + 2215, U+FEFF, U+FFFD
		}
		@font-face {
			font-family: Poppins;
			font-style: normal;
			font-weight: 600;
			font-display: swap;
			src: url('https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2') format("woff2");
			unicode-range: U + 0000-00FF, U + 0131, U + 0152-0153, U + 02BB-02BC, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2122, U + 2191, U + 2193, U + 2212, U + 2215, U+FEFF, U+FFFD
		}
		@font-face {
			font-family: Poppins;
			font-style: normal;
			font-weight: 700;
			font-display: swap;
			src: url('https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2') format("woff2");
			unicode-range: U + 0000-00FF, U + 0131, U + 0152-0153, U + 02BB-02BC, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2122, U + 2191, U + 2193, U + 2212, U + 2215, U+FEFF, U+FFFD
		}
		@font-face {
			font-family: Roboto;
			font-style: italic;
			font-weight: 400;
			font-display: swap;
			src: url('https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xIIzI.woff2') format("woff2");
			unicode-range: U + 0000-00FF, U + 0131, U + 0152-0153, U + 02BB-02BC, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2122, U + 2191, U + 2193, U + 2212, U + 2215, U+FEFF, U+FFFD
		}
		@font-face {
			font-family: Roboto;
			font-style: italic;
			font-weight: 500;
			font-display: swap;
			src: url('https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2') format("woff2");
			unicode-range: U + 0000-00FF, U + 0131, U + 0152-0153, U + 02BB-02BC, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2122, U + 2191, U + 2193, U + 2212, U + 2215, U+FEFF, U+FFFD
		}
		@font-face {
			font-family: Roboto;
			font-style: italic;
			font-weight: 700;
			font-display: swap;
			src: url('https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2') format("woff2");
			unicode-range: U + 0000-00FF, U + 0131, U + 0152-0153, U + 02BB-02BC, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2122, U + 2191, U + 2193, U + 2212, U + 2215, U+FEFF, U+FFFD
		}
		@font-face {
			font-family: Roboto;
			font-style: normal;
			font-weight: 400;
			font-display: swap;
			src: url('https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2') format("woff2");
			unicode-range: U + 0000-00FF, U + 0131, U + 0152-0153, U + 02BB-02BC, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2122, U + 2191, U + 2193, U + 2212, U + 2215, U+FEFF, U+FFFD
		}
		@font-face {
			font-family: Roboto;
			font-style: normal;
			font-weight: 500;
			font-display: swap;
			src: url('https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.woff2') format("woff2");
			unicode-range: U + 0000-00FF, U + 0131, U + 0152-0153, U + 02BB-02BC, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2122, U + 2191, U + 2193, U + 2212, U + 2215, U+FEFF, U+FFFD
		}
		@font-face {
			font-family: Roboto;
			font-style: normal;
			font-weight: 700;
			font-display: swap;
			src: url('https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2') format("woff2");
			unicode-range: U + 0000-00FF, U + 0131, U + 0152-0153, U + 02BB-02BC, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2122, U + 2191, U + 2193, U + 2212, U + 2215, U+FEFF, U+FFFD
		}
		body {
			background: #fff;
			color: #444;
			font-family: Roboto, sans-serif
		}
		a {
			color: #023b6d;
			transition: 0.5s;
			text-decoration: none
		}
		a:active,
		a:focus,
		a:hover {
			color: #009bd9;
			outline: 0;
			text-decoration: none
		}
		h1,
		h2,
		h3 {
			color: #023b6d;
			font-family: Poppins, sans-serif
		}
		#main {
			margin-top: 80px
		}
		@media(max-width:991px) {
			#main {
				margin-top: 60px
			}
		}
		.icon {
			width: 16px;
			height: 16px
		}
		.page-header {
			padding: 30px 0 15px;
			margin-bottom: 30px;
			background: #fff;
			border-bottom: 2px solid #e0f0fe;
			position: relative
		}
		.page-header:after {
			content: '';
			position: absolute;
			display: block;
			width: 40px;
			height: 2px;
			background: #009bd9;
			border-right: 3px solid #fff;
			bottom: -2px;
			left: 0
		}
		.page-header .page-title {
			font-size: 24px;
			padding: 0;
			margin: 0;
			color: #023b6d;
			font-weight: 500;
			background: #fff;
			font-family: Poppins, sans-serif
		}
		.search-form input {
			border: 0;
			font-size: 14px;
			color: #023b6d;
			border: 1px solid rgba(2, 59, 109, .2);
			padding: 7px 38px 7px 10px;
			border-radius: 3px;
			transition: 0.3s;
			width: 100%
		}
		.search-form input:focus,
		.search-form input:hover {
			outline: 0;
			box-shadow: 0 0 10px 0 rgba(2, 59, 109, .15);
			border: 1px solid rgba(2, 59, 109, .3)
		}
		.search-form button {
			border: 0;
			padding: 0;
			margin-left: -30px;
			background: 0 0
		}
		.search-form button .icon {
			color: rgba(2, 59, 109, .6);
			width: 20px;
			height: 20px
		}
		.scroll-top {
			display: flex;
			justify-content: center;
			align-items: center;
			position: fixed;
			right: 15px;
			bottom: -15px;
			visibility: hidden;
			opacity: 0;
			width: 44px;
			height: 44px;
			background: #009bd9;
			border-radius: 4px;
			transition: 0.3s;
			z-index: 11
		}
		.scroll-top:hover {
			background: #03b7ff;
			box-shadow: 0 6px 15px 0 rgba(0, 155, 217, .3)
		}
		.scroll-top .icon {
			color: #fff;
			width: 20px;
			height: 20px
		}
		.scroll-top.active {
			visibility: visible;
			opacity: 1;
			transition: 0.3s;
			bottom: 15px
		}
		.loading {
			display: none;
			background: #fff;
			text-align: center;
			padding: 15px;
			margin: 0 0 15px
		}
		.loading:before {
			content: "";
			display: inline-block;
			border-radius: 50%;
			width: 24px;
			height: 24px;
			border: 3px solid #18d26e;
			border-top-color: #eee;
			animation: animate-loading 1s linear infinite
		}
		@keyframes animate-loading {
			0% {
				transform: rotate(0)
			}
			100% {
				transform: rotate(360deg)
			}
		}
		code {
			background: #e9e9e9;
			color: #444;
			border: 1px solid #ddd;
			border-radius: 2px;
			font-size: 12px;
			padding: 4px 8px
		}
		.cookie-bar {
			background-color: rgba(0, 0, 0, .8);
			color: #fff;
			padding: 15px;
			position: fixed;
			left: 0;
			right: 0;
			bottom: 0;
			display: flex;
			justify-content: center;
			align-items: center;
			font-size: 14px;
			z-index: 99999999;
			transition: bottom 1s;
			font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
		}
		.cookie-bar a {
			color: #fff;
			text-decoration: underline
		}
		.cookie-bar .accept-cookies {
			background-color: #009bd9;
			color: #fff;
			border: 0;
			padding: 3px 15px;
			cursor: pointer;
			border-radius: 3px;
			transition: none;
			margin-left: 10px
		}
		.cookie-bar .accept-cookies:active,
		.cookie-bar .accept-cookies:hover {
			background-color: #0089c0
		}
		@media(max-width:1024px) {
			.cookie-bar {
				flex-direction: column
			}
			.cookie-bar span {
				padding-bottom: 10px
			}
		}
		@media(min-width:992px) {
			.single-sidebar {
				position: sticky;
				top: 110px
			}
		}
		#header {
			background: #fff;
			height: 80px;
			z-index: 9999;
			box-shadow: 0 0 15px 0 rgba(2, 59, 109, .1)
		}
		#header .search-form {
			min-width: 240px
		}
		@media(max-width:1366px) {
			#header .search-form {
				min-width: 180px;
				max-width: 200px
			}
		}
		@media(max-width:991px) {
			#header {
				height: 60px
			}
		}
		.logo {
			color: #023b6d
		}
		.logo img {
			height: 50px
		}
		.logo p {
			font-size: 24px;
			font-weight: 600;
			font-family: Poppins, sans-serif;
			margin: 0 0 0 6px;
			padding: 0;
			letter-spacing: -0.5px;
			text-transform: uppercase
		}
		.logo p span {
			color: #009bd9
		}
		.logo:hover {
			color: #023b6d
		}
		.search-bar-toggle {
			color: #023b6d;
			width: 24px;
			height: 24px;
			margin-right: 5px;
			cursor: pointer;
			transition: 0.3s
		}
		.search-bar-toggle:hover {
			color: #009bd9
		}
		.search-bar {
			position: fixed;
			top: 80px;
			left: 0;
			right: 0;
			padding: 20px 0;
			box-shadow: 0 0 15px 0 rgba(2, 59, 109, .1);
			background: #fff;
			z-index: 9999
		}
		@media(max-width:991px) {
			.search-bar {
				top: 60px
			}
		}
		.nav-menu {
			margin-right: 12px
		}
		.nav-menu li,
		.nav-menu ul {
			margin: 0;
			padding: 0;
			list-style: none;
			display: flex;
			align-items: center
		}
		.nav-menu > ul > li {
			white-space: nowrap;
			padding: 28px 10px
		}
		.nav-menu a {
			color: #023b6d;
			transition: 0.3s;
			font-size: 16px;
			font-weight: 500
		}
		.nav-menu a .icon {
			width: 20px;
			height: 20px;
			color: #009bd9
		}
		.nav-menu .active > a,
		.nav-menu a:hover,
		.nav-menu li:hover > a {
			color: #009bd9
		}
		.nav-menu .memberarea a {
			padding: 7px 18px;
			display: flex;
			align-items: center;
			font-size: 16px;
			border: 1px solid rgba(2, 59, 109, .1);
			border-top: 0;
			border-bottom: 0;
			border-radius: 3px;
			transition: all 0.3s
		}
		.nav-menu .memberarea .icon {
			margin: 2px 5px 0 0;
			width: 18px;
			height: 18px;
			color: #009bd9
		}
		.nav-menu .memberarea.active a,
		.nav-menu .memberarea:hover a {
			color: #fff;
			background: #0471d1;
			box-shadow: 0 6px 15px 0 rgba(2, 59, 109, .25);
			border-color: #0471d1
		}
		.nav-menu .memberarea.active a .icon,
		.nav-menu .memberarea:hover a .icon {
			color: #fff
		}
		.nav-categories ul {
			position: absolute;
			top: calc(100% - 8px);
			left: 12px;
			right: 12px;
			padding: 15px;
			height: auto;
			background: #fff;
			box-shadow: 0 5px 15px 0 rgba(2, 59, 109, .1);
			opacity: 0;
			visibility: hidden;
			transition: 0.2s;
			flex-wrap: wrap
		}
		.nav-categories ul li {
			flex: 0 20%;
			align-items: center;
			padding: 8px
		}
		.nav-categories ul a {
			padding: 0;
			color: #023b6d;
			margin-right: 5px;
			font-size: 15px;
			font-weight: 400
		}
		.nav-categories ul a:hover {
			color: #009bd9
		}
		.nav-categories ul a.active {
			font-weight: 700
		}
		.nav-categories ul .icon {
			color: #009bd9;
			width: 18px;
			height: 18px
		}
		.nav-categories ul span {
			color: #999;
			font-size: 13px;
			font-weight: 400
		}
		@media(max-width:1400px) {
			.nav-categories ul {
				left: 0;
				right: 0
			}
		}
		.nav-categories:hover > ul {
			opacity: 1;
			visibility: visible;
			transition: 0.2s
		}
		@media(max-width:991px) {
			.nav-menu {
				display: none;
				position: fixed;
				top: 60px;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: 9999;
				overflow-y: auto;
				background: rgba(255, 255, 255, .96);
				transition: ease-in-out 0.2s;
				padding: 10px 0
			}
			.nav-menu ul {
				flex-direction: column;
				align-items: flex-start
			}
			.nav-menu > ul > li {
				padding: 12px 24px;
				position: relative
			}
			.nav-menu a {
				font-weight: 500
			}
			.nav-menu .memberarea a {
				background: #0364b8;
				color: #fff;
				font-size: 15px;
				font-weight: 400
			}
			.nav-menu .memberarea a .icon {
				color: #fff
			}
			.nav-menu .nav-categories {
				flex-direction: column;
				align-items: flex-start;
				width: 100%
			}
			.nav-menu .nav-categories ul {
				display: none;
				position: static;
				margin: 20px -20px 0;
				padding: 10px;
				height: auto;
				background: #fff;
				box-shadow: 0 0 15px 0 rgba(2, 59, 109, .1);
				opacity: 1;
				visibility: visible;
				transition: none;
				flex-wrap: wrap;
				flex-direction: row-reverse
			}
			.nav-menu .nav-categories ul li {
				flex: 0 50%;
				align-items: center;
				padding: 8px 0;
				transition: none
			}
			.nav-menu .nav-categories ul span {
				display: none
			}
			.nav-menu .nav-categories ul a {
				font-size: 15px
			}
		}
		.mobile-nav-toggle {
			z-index: 9998;
			transition: 0.4s;
			outline: 0 !important;
			color: #023b6d;
			margin-right: 12px
		}
		.mobile-nav-toggle .icon {
			width: 24px;
			height: 24px
		}
		.mobile-nav-toggle.mobile-nav-hide {
			display: none
		}
		.mobile-nav-toggle.mobile-nav-hide .icon {
			width: 28px;
			height: 28px
		}
		.single-template h1 {
			font-size: 24px;
			padding: 0;
			margin: 0;
			color: #023b6d;
			font-weight: 500;
			background: #fff;
			font-family: Poppins, sans-serif
		}
		.single-template picture img {
			border: 1px solid #e2ebf5
		}
		.single-buttons {
			padding-bottom: 5px
		}
		.single-buttons a {
			padding: 14px 25px;
			font-size: 18px;
			border-radius: 5px;
			font-weight: 500;
			transition: 0.25s;
			background: #035195;
			color: #fff;
			margin: 0 0 20px;
			display: flex;
			align-items: center;
			justify-content: center
		}
		.single-buttons a .icon {
			width: 20px;
			height: 20px;
			margin-right: 4px
		}
		.single-buttons a:hover {
			background: #0364b8;
			box-shadow: 0 6px 15px 0 rgba(2, 59, 109, .25)
		}
		.single-buttons a.template-demo {
			background-color: #009bd9
		}
		.single-buttons a.template-demo:hover {
			background: #00a6e8
		}
		.template-details h2 {
			font-size: 20px;
			position: relative;
			padding-bottom: 10px;
			margin-bottom: 15px;
			border-bottom: 2px solid #e0f0fe
		}
		.template-details h2:after {
			content: '';
			position: absolute;
			display: block;
			width: 40px;
			height: 2px;
			background: #009bd9;
			border-right: 3px solid #fff;
			bottom: -2px;
			left: 0
		}
		.template-details ul {
			list-style: none;
			padding: 5px 20px;
			margin: 0;
			border: 1px solid #e2ebf5;
			background: #fdfdfe
		}
		.template-details li {
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding: 15px 0;
			border-bottom: 1px solid #eef3f9
		}
		.template-details li:last-child {
			border-bottom: 0
		}
		.template-details strong {
			color: #023b6d;
			font-size: 14px;
			font-weight: 500
		}
		.template-details span {
			font-size: 14px
		}
		.template-details a {
			color: #0364b8
		}
		.download-template {
			margin-top: 40px
		}
		.download-template .features-list {
			margin-top: 185px
		}
		.download-template .features-list ul {
			background: #f7f9fc;
			list-style: none;
			padding: 0
		}
		.download-template .features-list li {
			height: 44px;
			padding: 0 10px;
			font-size: 15px;
			border-top: 1px solid #eef3f9;
			display: flex;
			align-items: center;
			justify-content: space-between
		}
		.download-template .features-list li:nth-child(odd) {
			background: #fdfefe
		}
		.download-template .features-list .help {
			position: absolute;
			top: 20%;
			transform: translate(-55%, -100%);
			left: 100%;
			width: 200px;
			background: #024681;
			color: #fff;
			border-radius: 4px;
			padding: 10px 15px;
			visibility: hidden;
			opacity: 0;
			transition: 0.2s;
			font-size: 14px
		}
		.download-template .features-list .icon {
			width: 20px;
			height: 20px;
			color: rgba(2, 59, 109, .45);
			transition: 0.3s;
			cursor: help
		}
		.download-template .features-list .icon:hover {
			color: #009bd9
		}
		.download-template .features-list .icon:hover+.help {
			top: -10%;
			visibility: visible;
			opacity: 1
		}
		.download-template .licenses .title {
			padding: 15px;
			background: #eef3f9;
			border-radius: 4px 4px 0 0;
			border-bottom: 4px solid #fff;
			overflow: hidden
		}
		.download-template .licenses .title h2 {
			margin: 0 0 5px;
			padding: 0;
			font-size: 20px;
			font-weight: 400;
			color: #111
		}
		.download-template .licenses .title span {
			display: block;
			color: #555;
			font-size: 14px;
			font-style: italic
		}
		.download-template .licenses .price {
			text-align: center;
			padding: 15px;
			background: #f7f9fc;
			height: 105px;
			overflow: hidden
		}
		.download-template .licenses .price h3 {
			font-size: 36px;
			margin: 0;
			padding: 0;
			color: #023b6d;
			font-weight: 500
		}
		.download-template .licenses .price h3 sup {
			margin-right: -8px;
			font-size: 24px
		}
		.download-template .licenses .price span {
			display: block;
			color: #888;
			font-size: 13px;
			font-style: italic;
			line-height: 16px
		}
		.download-template .licenses .features {
			background: #f7f9fc
		}
		.download-template .licenses .features ul {
			list-style: none;
			padding: 0;
			margin: 0;
			text-align: center
		}
		.download-template .licenses .features li {
			padding: 10px;
			font-size: 15px;
			border-top: 1px solid #eef3f9;
			font-weight: 600
		}
		@media(min-width:1200px) {
			.download-template .licenses .features li {
				height: 44px;
				font-weight: 400
			}
			.download-template .licenses .features li:nth-child(odd) {
				background: #fdfefe
			}
		}
		.download-template .licenses .features li .feature-title {
			padding: 5px 0;
			font-size: 14px;
			font-weight: 400
		}
		.download-template .licenses .features li .feature-title s {
			color: #999
		}
		.download-template .licenses .features .icon {
			width: 20px;
			height: 20px
		}
		.download-template .licenses .features .icon-check {
			color: #00c560
		}
		.download-template .licenses .features .icon-close {
			color: red
		}
		.download-template .licenses .action {
			padding: 10px;
			border-radius: 0 0 4px 4px;
			border-top: 4px solid #fff;
			text-align: center;
			background: #eef3f9
		}
		.download-template .licenses .action div {
			font-weight: 700;
			font-size: 16px;
			padding-bottom: 8px
		}
		.download-template .licenses .action a {
			display: flex;
			padding: 8px 0;
			font-size: 15px;
			border-radius: 3px;
			transition: 0.3s;
			color: #fff;
			margin: 10px;
			font-weight: 400;
			justify-content: center;
			align-items: center;
			background: #035195
		}
		.download-template .licenses .action a .icon {
			width: 20px;
			height: 20px;
			margin-right: 6px
		}
		.download-template .licenses .action a:hover {
			color: #fff;
			background: #0364b8;
			box-shadow: 0 6px 15px 0 rgba(2, 59, 109, .25)
		}
		.download-template .licenses .action a.buy {
			background: #00c560
		}
		.download-template .licenses .action a.buy:hover {
			background: #00d96a;
			box-shadow: 0 6px 15px 0 rgba(0, 197, 96, .25)
		}
		@keyframes animate-spinner {
			0% {
				transform: rotate(0)
			}
			100% {
				transform: rotate(360deg)
			}
		}
		#footer {
			background: #f4faff;
			margin-top: 30px
		}
		.footer-newsletter {
			background: #f4faff
		}
		.newsletter-form {
			padding: 50px 0;
			font-size: 16px;
			background: #f4faff;
			text-align: center
		}
		.newsletter-form h3 {
			font-size: 24px;
			margin: 0 0 20px;
			padding: 0;
			line-height: 1;
			font-weight: 600
		}
		.newsletter-form input[type=email] {
			border: 1px solid #fff;
			padding: 10px 12px;
			width: 100%;
			box-shadow: 0 2px 15px rgba(2, 59, 109, .12);
			display: block;
			transition: 0.3s
		}
		.newsletter-form input[type=email]:focus {
			outline: 0;
			border-color: #009bd9
		}
		.newsletter-form input[type=submit] {
			font-size: 16px;
			padding: 10px 30px;
			border: 0;
			background: #009bd9;
			color: #fff;
			transition: 0.3s;
			border-radius: 0 3px 3px 0;
			box-shadow: 0 2px 15px rgba(2, 59, 109, .12)
		}
		.newsletter-form input[type=submit]:hover {
			background: #00a6e8;
			box-shadow: 0 0 30px rgba(2, 59, 109, .2)
		}
		.newsletter-form .error-message {
			display: none;
			color: #fff;
			background: #ed3c0d;
			text-align: center;
			padding: 15px;
			font-weight: 600;
			margin: 15px 0 0
		}
		.newsletter-form .sent-message {
			display: none;
			color: #fff;
			background: #18d26e;
			text-align: center;
			padding: 15px;
			font-weight: 600;
			margin: 15px 0 0
		}
		.footer-top {
			padding: 60px 0 30px;
			background: #fff;
			border-top: 2px solid #f4faff
		}
		.footer-top h3 {
			font-size: 16px;
			font-weight: 600;
			position: relative;
			padding-bottom: 12px;
			margin-bottom: 0;
			color: #022d54
		}
		.footer-about {
			margin-bottom: 30px
		}
		.footer-about .description {
			font-size: 14px;
			line-height: 24px;
			margin: 10px 0 0
		}
		.social-links a {
			background: #eff7ff;
			color: #023b6d;
			margin-right: 5px;
			border-radius: 50px;
			text-align: center;
			width: 40px;
			height: 40px;
			transition: 0.3s;
			display: flex;
			justify-content: center;
			align-items: center;
			cursor: pointer
		}
		.social-links a:hover {
			background: #023b6d;
			color: #fff;
			text-decoration: none
		}
		.social-links .icon {
			width: 18px;
			height: 18px
		}
		.footer-nav {
			margin-bottom: 30px
		}
		.footer-nav ul {
			list-style: none;
			padding: 0;
			margin: 0
		}
		.footer-nav .icon {
			color: #009bd9;
			width: 18px;
			height: 18px;
			margin: 0 2px 0 -5px
		}
		.footer-nav li {
			padding: 6px 0;
			display: flex;
			align-items: center
		}
		.footer-nav li:first-child {
			padding-top: 0
		}
		.footer-nav a {
			transition: 0.3s;
			font-size: 15px;
			color: #024986
		}
		.footer-nav a:hover {
			text-decoration: none;
			color: #009bd9
		}
		.copyright {
			font-size: 15px;
			padding: 25px 0
		}

        /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -50px;
  z-index: 1;
}
#hero:before {
  content: "";
  background: rgba(60, 65, 51, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#hero h1 {
  margin: 150px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #043466;
  text-transform: uppercase;
  color: #fff;
  background: #043466;
}
#hero .btn-get-started:hover {
  background: #043466;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-container {
    padding: 0 15px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

.template-card {
    box-shadow: 0 0 32px rgb(2 59 109 / 10%);
    transition: .3s ease-in-out;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.template-card picture {
    width: 425%;
    border-right: 0px solid #f2f2f2;
}

.template-card .details {
    padding: 20px 40px 0 40px;
}

.template-card h2 {
    margin: 0;
    padding: 0 0 25px 0;
    font-size: 20px;
    font-weight: 600;
    font-family: Poppins,sans-serif;
}

#dropdown {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 4px;
  }
  
  .navbar .dropdown ul li {
	min-width: 200px;
  }

  .active {
	background: #043466;
  }

  .active a {
	color: #FFFFFF !important;
  }

  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select {
    word-wrap: normal;
}
  
