﻿@import url("../fonts/effra_arbc/font.css");
:root{
	--gradient-primary: linear-gradient(90deg, #008AD7 0%, #00BB3F 100%);
	--gradient-primary-hover: linear-gradient(45deg, #008AD7 50%, #00BB3F 100%);
}
img, svg{
	max-width:100%;
}
.btn {
	align-items: center;
	line-height: 1.5rem;
	display: inline-flex;
	justify-content: center;
	text-transform: capitalize;
}
.grediant-fill{
	background: var(--gradient-primary);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.half-effect{
	position:relative;
}
.half-effect:after{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	height:50%;
	width:100%;
	background: var(--gradient-primary);
	z-index:-1;
}
.bold{
	font-weight:900;
}
.light{
	font-weight:300;
}
.hero-title{
	line-height:0.9 !important;
	text-align:justify;
}
.hero-title span{
	display:block;
	font-weight:400;
	-webkit-text-fill-color: #5D6D78;
	text-fill-color:#5D6D78;
	color:#5D6D78;
	font-size:75%;
}
.hero-text{
	font-size:32px;
	color:#303C44;
	font-weight:200;
	line-height:normal;
}
.intro-text{
	font-size:24px;
}
.card p{
	font-size:18px;
	line-height:1.2;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.row-flex .card{
	height:100%;
}
.btn-lg{
	font-size:22px;
	padding:10px 40px;
	font-weight:400;
}
.price-btn{
	font-size:24px;
	padding:15px;
}
@media (max-width: 992px) {

	.price-btn{
		font-size:16px;
		padding:10px;
	}
}

@media (min-width: 1200px) {

	.btn-lg,
	.btn-group-lg>.btn {
		padding: 0.75rem 3.5rem;
	}
}
@media (max-width: 575.98px) {
	.btn-lg{
		font-size:18px;
		padding:10px 30px;
		font-weight:400;
	}
}

.btn-primary:hover {
	background-color: #5286e3 !important;
}

.btn:hover,
.btn:active {
	border-color: rgba(0, 0, 0, 0);
}

.btn:hover:not([class*="btn-"]) {
	color: #008AD7;
}

.btn .icon {
	font-size: 1.125rem;
}

.btn .icon+span,
.btn span+.icon {
	margin-left: 0.625rem;
}

.btn-outline-warning:hover {
	color: #fff;
}

.btn-light,
.btn-outline-light {
	color: #0a1425;
}

.btn-link {
	display: inline-flex;
	align-items: center;
	color: #008AD7;
	font-size: 1rem;
	font-weight: 600;
}

.btn-link .icon+span,
.btn-link span+.icon {
	margin-left: 0.5rem;
}

.btn-icon {
	width: 2.5rem;
	height: 2.5rem;
	--bs-btn-padding-y: 0;
	--bs-btn-padding-x: 0;
}

.btn-icon.btn-xs {
	width: 2rem;
	height: 2rem;
}

.btn-icon.btn-sm,
.btn-group-sm>.btn-icon.btn {
	width: 2.5rem;
	height: 2.5rem;
}

.btn-icon.btn-md {
	width: 3rem;
	height: 3rem;
}

.btn-block {
	display: flex;
	width: 100%;
}

.btn-white {
	color: #0a1425;
}

.btn-zoom {
	position: relative;
	z-index: 1;
	color: #64728f;
	border-color: rgba(0, 0, 0, 0) !important;
}

.btn-zoom:focus {
	box-shadow: none;
}

.btn-zoom:before {
	position: absolute;
	z-index: -1;
	width: 1.25rem;
	height: 1.25rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: 50% 50%;
	content: "";
	background-color: #faf9ff;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.3s ease;
}

.show>.btn-zoom:before {
	opacity: 1;
	height: 120%;
	width: 120%;
}

.btn-zoom:hover:before,
.btn-zoom:focus:before,
.btn-zoom.active:not(.revarse):before {
	opacity: 1;
	height: 120%;
	width: 120%;
}

.btn-zoom.active:hover:before {
	background-color: #faf9ff;
}

a:hover .btn-zoom:before {
	opacity: 1;
	height: 120%;
	width: 120%;
}

@media (min-width: 992px) {
	.btn-icon {
		width: 3.25rem;
		height: 3.25rem;
	}
}

.is-theme .card-title a:hover {
	color: #fff;
}

.is-theme .card-text {
	font-weight: 400;
}

.is-theme .btn-link {
	font-weight: 400;
	color: #fff;
}

.is-theme .brand img {
	filter: brightness(100);
}

.card {
	border: 0px solid rgba(0, 0, 0, 0);
	background-color: #fff;
	border-radius: 1.5rem;
}
.pricing .card{
	box-shadow: 7px 14px 15px 0px #DFE6ED;
	border: 1px solid #DFE6ED;
}
.card.popular{
	border-color:transparent;
	background-color:transparent;
}
.card.popular:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  margin: -3px;
  border-radius: inherit;
  background: var(--gradient-primary);
}
.card.popular .card-body{
	background-color:#fff;
	position:relative;
	z-index:1;
	border-radius:20px;
}
.popular-tag{
	position:absolute;
	top:0;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	color:#fff;
	padding:5px 35px;
	background: var(--gradient-primary);
	border-radius:30px;
	z-index:10;
	font-size:16px;
	font-weight:500;
	white-space:nowrap;
}
.contact-card{
	border-radius:30px;
	background-color:#F3F7FA;
}
.card-body {
	padding: 30px;
}

.card-icon em {
	color: #008AD7;
}

.card-gutter-md {
	--bs-card-spacer-y: 2.125rem;
	--bs-card-spacer-x: 2.125rem;
}

.card-gutter-lg {
	--bs-card-spacer-y: 3.75rem;
	--bs-card-spacer-x: 3.75rem;
}

.card-title a {
	color: inherit;
}

.card-title a:hover {
	color: #008AD7;
}

.card-title-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card-divider {
	border-top: 1px dashed #e5e7eb;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.card.has-shadow {
	border: 0;
	box-shadow: -4px -4px 36px rgba(192, 192, 192, 0.12),
		4px 4px 36px rgba(192, 192, 192, 0.16);
}

.card-overlay::after {
	content: "";
	z-index: 5;
	top: 0;
	right: 12px;
	width: 11.75rem;
	height: 100%;
	position: absolute;
	background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.card-overlay-bg-1,
.card-overlay-bg-2,
.card-overlay-bg-3,
.card-overlay-bg-4 {
	z-index: 1;
	position: relative;
}

.card-overlay-bg-1::after,
.card-overlay-bg-2::after,
.card-overlay-bg-3::after,
.card-overlay-bg-4::after {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}

.card-overlay-bg-1::after {
	background-image: url("../images/mask/mask-circle-1.html");
}

.card-overlay-bg-2::after {
	background-image: url("../images/mask/mask-circle-2.html");
}

.card-overlay-bg-3::after {
	background-image: url("../images/mask/mask-circle-3.html");
}

.card-overlay-bg-4::after {
	z-index: -2;
	background-image: url("../images/mask/mask-bg-1.html");
}

.card-mask {
	z-index: 1;
	overflow: hidden;
	position: relative;
}

.card-mask-one {
	z-index: 1;
	overflow: hidden;
	position: relative;
}

.card-mask-one::before,
.card-mask-one::after {
	content: "";
	z-index: -1;
	opacity: 0.2;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}

.card-mask-one::before {
	top: 0;
	left: 0;
	width: 365px;
	height: 100%;
	background-image: url("../images/mask/mask-circle-4-a.html");
}

.card-mask-one::after {
	bottom: 0;
	right: -15px;
	width: 180px;
	height: 295px;
	background-image: url("../images/mask/mask-circle-4-b.html");
}

.card-mask-two {
	z-index: 1;
	overflow: hidden;
	position: relative;
}

.card-mask-two::before {
	content: "";
	z-index: -1;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}

.card-mask-two::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background-image: url("../images/mask/mask-layer-1.html");
}

.card-list .card {
	margin-bottom: var(--bs-card-spacer-y);
}

.card-journey {
	position: relative;
	border-radius: 0.75rem;
}

.card-journey-content {
	padding: 1.5rem;
}

.card-journey-content .heading {
	gap: 16px;
	display: flex;
	align-items: center;
}

.card-journey-content .heading span:nth-child(1) {
	color: #0a1425;
	font-weight: bold;
	line-height: 2rem;
	font-size: 1.25rem;
}

.card-journey-content .heading span:nth-child(2) {
	color: #008AD7;
	font-size: 0.875rem;
	line-height: 1.375rem;
	text-transform: capitalize;
}

.card-journey-content blockquote {
	margin: 0px;
}

.card-journey-content blockquote p {
	font-size: 1rem;
	line-height: 1.5rem;
}

.card-pricing {
	overflow: hidden;
	padding: 1.875rem;
	border-radius: 1rem;
	background-color: #fff;
}

.card-pricing-heading {
	gap: 16px;
	display: flex;
	align-items: center;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #faf9ff;
}

.card-pricing-heading .icon {
	width: 62px;
	height: 62px;
	display: flex;
	overflow: hidden;
	align-items: center;
	border-radius: 0.5rem;
	justify-content: center;
	background-color: #0a1425;
}

.card-pricing-heading .info h3,
.card-pricing-heading .info .h3 {
	margin: 0;
	color: #0a1425;
	font-weight: bold;
	line-height: 2rem;
	font-size: 1.25rem;
	text-transform: capitalize;
}

.card-pricing-heading .info span {
	font-size: 1rem;
	color: #64728f;
	line-height: 1.5rem;
}

.card-pricing-content {
	gap: 1.5rem;
	display: flex;
	flex-direction: column;
}

.card-pricing-content .price-tag {
	color: #0a1425;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 2.5rem;
}

.card-pricing-content .price-tag span {
	color: #64728f;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.card-pricing-info li {
	margin-bottom: 0.5rem;
}

.card-pricing-info li p {
	color: #0a1425;
	font-size: 1rem;
	line-height: 1.5rem;
	position: relative;
	padding-left: 1.25rem;
}

.card-pricing-info li p::before {
	content: "";
	left: 0px;
	top: 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	display: inline-block;
	background-color: #0a1425;
}

.card-pricing-info li p.mute {
	color: #64728f;
}

.card-pricing-info li p.mute::before {
	background-color: #64728f;
}

.card-tools {
	width: 100%;
	height: 100%;
	max-height: 20rem;
	position: relative;
	border-radius: 1rem;
	background-color: #fff;
}

.card-tools img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.team-card {
	position: relative;
}

.team-card-cover {
	border-radius: 1rem;
}

.team-card-cover img {
	width: 100%;
	border-radius: 1rem;
}

.team-card-details {
	gap: 8px;
	display: flex;
	padding: 1.5rem;
	position: relative;
	align-items: center;
	margin: -60px 24px 0;
	border-radius: 0.75rem;
	background-color: #fff;
	justify-content: space-between;
	box-shadow: 4px 4px 36px 0px rgba(192, 192, 192, 0.1607843137);
}

.team-card-details .info span {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.explore-card {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 1rem;
	border: 1px solid #e5e7eb;
}

.explore-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tools-card {
	position: relative;
}

.tools-card-children {
	position: absolute;
}

.tools-card-2 .tools-card-children {
	right: 50px;
	bottom: 75px;
}

.card-blog .card-image {
	overflow: hidden;
	position: relative;
	border-radius: 0.5rem;
}

.card-blog .card-image img {
	transform: scale(1);
	transition: all 0.2s linear;
}

.card-blog:hover .card-image img {
	transform: scale(1.1);
}

.card-shadow-yellow {
	box-shadow: 8px 7px 0px 3px #584d27;
}

.card-shadow-cyan {
	box-shadow: 8px 7px 0px 3px #1b534f;
}

.card-shadow-purple {
	box-shadow: 8px 7px 0px 3px #542c49;
}

.card-shadow-blue {
	box-shadow: 8px 7px 0px 3px #2b1f76;
}

.card-platform {
	border: 4px solid #e1cbfd;
}

@media (min-width: 1200px) {
	.card-platform {
		border-bottom: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}

@media (min-width: 992px) {
	.card-tools {
		max-height: 25rem;
	}

	.team-card-details {
		padding: 2rem 1.5rem;
	}
}

@media (min-width: 768px) {
	.card-journey-content {
		padding: 1.875rem;
	}

	.card-pricing-heading {
		margin-bottom: 1.875rem;
	}

	.card-pricing-content {
		gap: 1.875rem;
	}

	.card-pricing-lg .card-pricing-heading {
		margin-bottom: 2.25rem;
	}

	.card-pricing-lg .card-pricing-heading .icon {
		width: 4.5rem;
		height: 4.5rem;
	}

	.card-pricing-lg .card-pricing-heading .info h3,
	.card-pricing-lg .card-pricing-heading .info .h3 {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}

	.card-pricing-lg .card-pricing-heading .info span {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

	.card-pricing-lg .card-pricing-content .price-tag {
		color: #008AD7;
		font-size: 2.5rem;
		line-height: 3.75rem;
	}

	.card-pricing-lg .card-pricing-content .price-tag span {
		line-height: 2rem;
		font-size: 1.25rem;
	}

	.card-pricing-lg .card-pricing-info li p {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}

@media (max-width: 991.98px) {
	.card-overlay::after {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.nk-brand img {
		width: auto;
		max-height: 24px;
	}
}

.badge {
	font-size: 0.75rem;
	line-height: 1.14;
	background: none;
}

.badge-md {
	padding: 0.5rem 1rem;
}

.badge-text--sm {
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 0.875rem;
}

.badge-feature {
	display: flex;
	width: 60px;
	height: 60px;
	overflow: hidden;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
	background-color: #fff;
}

.badge-feature img {
	max-width: 45px;
	max-height: 45px;
	overflow: hidden;
	border-radius: 50%;
}

.nav-pills-s1 {
	background-color: #e5e7eb;
	display: inline-flex;
	border-radius: 2rem;
	border: 1px solid #e5e7eb;
	padding: 0.625rem;
}

.nav-tabs-s1 .nav {
	border-bottom-color: #e5e7eb;
	justify-content: space-between;
}

.nav-tabs-s1 .nav-item {
	width: 100%;
}

.nav-tabs-s1 .nav-link {
	border: 0;
	padding: 1rem 0;
	position: relative;
}

.nav-tabs-s1 .nav-link::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #0a1425;
	opacity: 0;
	visibility: visible;
	transition: 0.2s;
	transform: scale(0.8);
}

.nav-tabs-s1 .nav-link.active {
	background-color: rgba(0, 0, 0, 0);
}

.nav-tabs-s1 .nav-link.active::after {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.nav-tabs-s1 .media {
	width: 2rem;
	height: 2rem;
	font-size: 1rem;
}

.nav-tabs-s1 .media-group {
	justify-content: center;
}

.nav-tabs-s1 .media+.media-text {
	margin-left: 0.625rem !important;
}

.nav-tabs-s1 .media .icon {
	font-size: 1rem;
}

.nav-tabs-s1 .media-text .title {
	font-size: 1rem;
}

@media (min-width: 576px) {
	.nav-tabs-s1 .nav-item {
		width: auto;
	}
}

@media (min-width: 992px) {
	.nav-tabs-s1 {
		border-bottom-color: #e5e7eb;
	}

	.nav-tabs-s1 .nav-link {
		padding: 1.5rem 0;
	}
}

@media (min-width: 1200px) {
	.nav-tabs-s1 .media {
		width: 4rem;
		height: 4rem;
		font-size: 2rem;
	}

	.nav-tabs-s1 .media+.media-text {
		margin-left: 1.5rem !important;
	}

	.nav-tabs-s1 .media .icon {
		font-size: 2rem;
	}

	.nav-tabs-s1 .media-text .title {
		font-size: 1.25rem;
	}
}

.dropdown-header {
	font-weight: 500;
}

.dropdown-menu {
	box-shadow: 0 2px 12px -1px rgba(67, 71, 107, 0.2);
}

.accordion-s1 .accordion-item {
	background-color: #F3F7FA;
	border:1px solid transparent;
	border-radius: 20px;
	padding: 30px 40px;
	box-shadow: 3px 7px 8px 0px #e8edf2;
}
.accordion-s1 .accordion-item.collapsed{
	background-color: #fff;
	border:1px solid #DFE6ED;
}
.accordion-s1 .accordion-item:not(:last-child) {
	margin-bottom: 1.5rem;
}

.accordion-s1 .accordion-item:not(:first-of-type) {
	/*border-top: 1px solid #e5e7eb;*/
}

.accordion-s1 .accordion-item:not(.collapsed) .accordion-button-icon {
	transform: rotate(-180deg);
}

.accordion-s1 .accordion-button {
	color: #008AD7;
	box-shadow: none;
	font-size: inherit;
	font-weight: inherit;
	background-color: rgba(0, 0, 0, 0);
	justify-content: space-between;
	padding: 0rem;
	font-size:24px;
	font-weight:700;
	line-height:1;
}
.accordion-s1 .accordion-item.collapsed .accordion-button {
	font-weight:400;
}

.accordion-s1 .accordion-button::after {
	display: none;
}

.accordion-s1 .accordion-button-icon {
	color: #008AD7;
	transition: 0.3s;
	font-size: 1.25rem;
}

.accordion-s1 .accordion-body {
	padding: 0.5rem 0.25rem 0 0.25rem;
	color: #303C44;
}

.accordion-s2 {
	border: 1px solid #e5e7eb;
	border-radius: 1rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.accordion-s2 .accordion-item {
	background-color: rgba(0, 0, 0, 0);
	margin-bottom: 0;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom-color: #e5e7eb;
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}

.accordion-s2 .accordion-item:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion-s2 .accordion-item:last-child {
	border-bottom: 0;
}

.accordion-s2 .accordion-button {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	font-size: inherit;
	font-weight: inherit;
	justify-content: space-between;
	padding: 0;
}

.accordion-s2 .accordion-button:not(.collapsed) {
	color: inherit;
}

.accordion-s2 .accordion-button:not(.collapsed) .on {
	display: none;
}

.accordion-s2 .accordion-button:not(.collapsed) .off {
	display: block;
}

.accordion-s2 .accordion-button::after {
	display: none;
}

.accordion-s2 .accordion-body {
	padding: 0.75rem 1.875rem 0 0;
	color: #64728f;
}

.accordion-s3 {
	border: 0px solid #e5e7eb;
	padding: 0px 1.875rem;
	border-radius: 0.5rem;
}

.accordion-s3 .accordion-item {
	background-color: rgba(0, 0, 0, 0);
	margin-bottom: 0;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom-color: #e5e7eb;
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}

.accordion-s3 .accordion-item:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion-s3 .accordion-item:last-child {
	border-bottom: 0;
}

.accordion-s3 .accordion-button {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	font-size: inherit;
	font-weight: inherit;
	justify-content: space-between;
	padding: 0;
}

.accordion-s3 .accordion-button:not(.collapsed) {
	color: inherit;
}

.accordion-s3 .accordion-button:not(.collapsed) .on {
	display: none;
}

.accordion-s3 .accordion-button:not(.collapsed) .off {
	display: block;
}

.accordion-s3 .accordion-button::after {
	display: none;
}

.accordion-s3 .accordion-body {
	padding: 0px;
	padding-top: 12px;
	color: #64728f;
}

@media (min-width: 992px) {
	.accordion-s3 .accordion-body {
		padding: 0.75rem 1.875rem 0 0;
	}
}

@media (max-width: 767.98px) {
	.accordion-s1 .accordion-item {
		padding: 1rem;
	}
}

@media (max-width: 575.98px) {
	.accordion-s1 .accordion-button span {
		font-size: 16px;
	}
}

.pagination-s1 .page-item.disabled {
	opacity: 0.5;
}

.pagination-s1 .page-item:not(:first-child) {
	padding-left: 8px;
}

.pagination-s1 .page-item:not(:first-child) .page-link {
	margin-left: 0;
}

.pagination-s1 .page-item:not(.active) .page-link:hover {
	background-color: #faf9ff;
	border-color: #faf9ff;
}

.pagination-s1 .page-item.active .page-link {
	color: #fff;
	background-color: #008AD7;
	border-color: #008AD7;
}

.pagination-s1 .page-link {
	display: inline-flex;
	align-items: center;
	border-radius: 0.5rem !important;
	padding: 0.375rem 0.938rem;
	min-width: 2.5rem;
	min-height: 2.5rem;
	border-color: #e5e7eb;
	color: #0a1425;
	font-weight: 600;
}

.pagination-s1 .page-link .icon {
	font-size: 1.125rem;
}

@media (min-width: 576px) {
	.pagination-s1 .page-item:first-child .icon {
		margin-right: 4px;
	}

	.pagination-s1 .page-item:last-child .icon {
		margin-left: 4px;
	}
}

.breadcrumb .breadcrumb-item {
	font-weight: 600;
	text-transform: uppercase;


	line-height: 1.12;
}

.breadcrumb-arrow .breadcrumb-item+.breadcrumb-item::before {
	content: "";
	font-family: "Nioicon";
	padding-top: 1px;
}

.form-group .form-control-wrap input {
	border: 1px solid #DFE6ED;
	border-radius: 0.5rem;
	background-color: #fff;
	border-radius:10px;
}

.form-group .form-control-wrap textarea.form-control {
	background-color: #fff;
	border: 1px solid #DFE6ED;
	border-radius:10px;
}
.form-group .form-control-wrap input::placeholder {
	font-weight: 500;
}

.form-group .form-control-wrap .icon {
	top: 50%;
	left: 12px;
	position: absolute;
	transform: translateY(-50%);
}

.form-check {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.form-check-label {
	line-height: 1.4rem;
	padding-left: 0.5rem;
	font-size: 1rem;
	font-weight: 400;
}

.form-check-lg .form-check-label {
	line-height: 2rem;
	padding-left: 0.875rem;
	font-size: 1.125rem;
}

.form-check-lg .form-check-input {
	margin-top: 0.25rem;
	height: 1.5rem;
	width: 1.5rem;
}

.form-check-lg.form-switch .form-check-input {
	width: 3rem;
}

.form-check-xl .form-check-label {
	line-height: 2.25rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}

.form-check-xl .form-check-input {
	margin-top: 0rem;
	height: 2.25rem;
	width: 2.25rem;
}

.form-check-xl.form-switch .form-check-input {
	width: 4.375rem;
}

.form-control-wrap {
	position: relative;
}

.form-control.has-bg {
	background-color: #f7f8f9;
}

.form-control-icon {
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 1rem;
	padding-right: 1rem;
	height: 100%;
	color: #64728f;
}

.form-control-icon.start+.form-control {
	padding-left: 2.5rem;
}

.form-control-icon.end {
	left: auto;
	right: 16px;
}

.form-control-icon.end+.form-control {
	padding-right: 2.5rem;
}



.form-label {
	color: #0a1425;
	font-size: 1rem;
	margin-bottom: 0.75rem;
	font-weight: 600;
}

.form-label-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.75rem;
}

.form-label-group .form-label {
	margin-bottom: 0;
}

.code-toolbar {
	border-top: 1px solid #e5e7eb;
}

.code-preview::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.code-preview::-webkit-scrollbar-track {
	border-radius: 6px;
}

.code-preview::-webkit-scrollbar-thumb {
	background: #ddd;
	border-radius: 6px;
}

.code-preview::-webkit-scrollbar-thumb:hover {
	background: #bdbcbc;
}

.border-utils [class*="border"] {
	display: inline-block;
	width: 5rem;
	height: 5rem;
	margin: 0.25rem;
	background-color: #fbfbfb;
}

.rounded-utils [class*="rounded"] {
	display: inline-block;
	width: 75px;
	height: 75px;
	margin: 0.25rem;
}

.rounded-utils .rounded-pill {
	width: 120px;
}

.border-utils-0 [class*="border"] {
	border: 1px solid #888;
}

.card .code-preview {
	border-radius: 0.5rem;
	margin-bottom: 0 !important;
	max-height: 100px;
	padding-top: 0;
	overflow-x: hidden;
}


.scroll-carousel-viewport {
	overflow: hidden;
	position: relative;
}

.scroll-carousel-slider {
	position: relative;
	display: inline-flex;
}

.sc-slide {
	position: relative;
	display: inline-block;
}

.sc-slide img,
.sc-slide video {
	max-width: fit-content !important;
}

.nk-body {
	outline: none;
}

.nk-app-root {
	outline: none;
}

.logo-wrap {
	display: inline-flex;
	position: relative;
}

.logo-link {
	display: inline-flex;
}

.logo-img {
	height:94px;
	transition: all 0.2s ease-in;
}
.has-fixed .logo-img{
	height:62px;
	transition: all 0.2s ease-out;
}
.logo-img:not(:first-child) {
	position: absolute;
	left: 0;
}

.logo-light {
	opacity: 0;
	visibility: hidden;
}

.is-theme .logo-light {
	opacity: 1;
	visibility: visible;
}

.is-theme .logo-dark {
	opacity: 0;
	visibility: hidden;
}

.nk-header-main {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 2.3438rem 0px 0.8438rem;
	transition: all 0.2s ease-in-out;
	background-color: rgba(0, 0, 0, 0);
	position: fixed;
}

.nk-header-main.has-separate {
	border-bottom: 1px solid #e5e7eb;
}

.nk-header-main.has-fixed {
	padding: 14px 0px;
	box-shadow: 4px 4px 36px 0px rgba(192, 192, 192, 0.16),
		-4px -4px 36px 0px rgba(192, 192, 192, 0.12) !important;
	background-color: #fff;
	transition: all 0.2s ease-in-out;
}

.nk-header-wrap {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.nk-header-logo {
	display: inline-flex;
}

.nk-header-action {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}

.nk-navbar-toggle .btn .icon {
	font-size: 1.375rem;
}

.navbar-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(73, 80, 87, 0.4);
	z-index: 1025;
	animation: overlay-fade-out 400ms ease 1;
}

.navbar-shown {
	overflow: hidden;
}

.navbar-shown .navbar-overlay {
	animation: overlay-fade-in 400ms ease 1;
}

@keyframes overlay-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes overlay-fade-out {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.nk-nav {
	display: flex;
	flex-direction: column;
	padding: 0.5rem 0;
	max-height: 100%;
	overflow: auto;
}

.nk-nav-item {
	position: relative;
}

@media (max-width: 991.98px) {
	.nk-nav-item.has-sub {
		overflow: hidden;
	}
}

.nk-nav-link {
	display: flex;
	align-items: center;
	color: #000;
	font-weight: 400;
	font-size: 1.3rem;
	background-color: rgba(0, 0, 0, 0);
	padding: 0.625rem 2rem;
	text-transform:uppercase;
	transition: all 0.2s linear;
}
.nk-nav-link:hover{
	color:#00a682;
}
.nk-nav-link em {
	font-size: 1.5rem;
	line-height: 2rem;
}

.nk-nav-toggle:after {
	font-size: 0.875rem;
	position: relative;
	content: "";
	font-family: "Nioicon";
	margin-left: auto;
	right: -0.25rem;
	top: 1px;
	transition: transform 0.3s linear;
}

.nk-nav-btns {
	display: flex;
	margin: -0.5rem;
}

.nk-nav-btns>* {
	padding: 0.5rem;
}

.nk-nav-sub {
	padding: 0 0.75rem;
	z-index: 1;
	overflow: hidden;
	display: none;
}

.nk-nav-sub .nk-nav-link {
	color: #0a1425;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.6;
}

.nk-nav-sub .nk-nav-link:hover {
	color: #008AD7;
	background-color: rgba(63, 120, 224, 0.1);
}

.nk-nav-sub .nk-nav-link .media-group {
	align-items: center;
}

.nk-nav-sub .nk-nav-sub {
	border-left: 1px solid #e5e7eb;
	margin-left: 1.5rem;
	box-shadow: none;
}

.nk-nav-sub ul {
	width: 100%;
}

.nk-nav-mega .nk-nav-item {
	padding: 0rem;
}

.nk-nav-mega .nk-nav-link {
	padding: 0.625rem;
	border-radius: 0.5rem;
}

@media (min-width: 992px) {
	.nk-nav-mega-lg-home {
		left: -200px !important;
	}
}

.nk-navbar {
	top: 0;
	left: 0;
	bottom: 0;
	width: 85%;
	height: 100%;
	display: flex;
	position: fixed;
	flex-direction: column;
	z-index: 1025;
	justify-content: space-between;
	background-color: #fff;
	transform: translateX(-100%);
	box-shadow: 0px 0px 10px rgba(10, 20, 37, 0.1);
}

.nk-navbar.navbar-active {
	transform: none;
}

.nk-navbar.navbar-mobile {
	transition: all 0.4s ease;
}

.nk-navbar.navbar-mobile>.nk-nav {
	max-height: 560px;
}

.nk-navbar.navbar-mobile>.nk-nav-item ul li .nk-nav-link {
	font-size: 12px;
	line-height: 16px;
}

.nk-navbar-btn {
	padding: 1rem;
}

.is-theme .nk-header-action a:not([class*="btn-outline-"]) {
	color: #fff;
}

.is-theme .nk-nav-link {
	color: #fff;
	opacity: 0.9;
}

.is-theme .nk-nav-link:hover {
	opacity: 1;
	color: #fff;
}

.is-theme .nk-nav-sub .nk-nav-link {
	opacity: 1;
}

.is-theme-bg .nk-nav-sub {
	background-color: #1c2b43;
	box-shadow: -4px -4px 36px rgba(19, 20, 44, 0.12),
		4px 4px 36px rgba(19, 20, 44, 0.16);
}

.is-theme-bg .nk-navbar {
	background-color: #000;
}

@media (min-width: 480px) {
	.nk-navbar {
		width: 330px;
	}
}

@media (min-width: 992px) {
	.nk-nav {
		flex-direction: row;
		padding: 0;
		overflow: visible;
	}

	.nk-nav-item {
		display: flex;
		position: relative;
		align-items: center;
	}

	.nk-nav-item:hover>.nk-nav-sub {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.nk-nav-item>.nk-nav-link {
		padding:1rem;
	}

	.nk-nav-sub {
		padding: 0.938rem 0.75rem;
		display: block !important;
		position: absolute;
		top: 100%;
		background-color: #fff;
		transition: 0.2s;
		min-width: 232px;
		box-shadow: 0 2px 13px 0px rgba(173, 181, 189, 0.15);
		border-radius: 1rem;
		opacity: 0;
		visibility: hidden;
		transform: translateY(5px);
	}

	.nk-nav-sub .nk-nav-link {
		flex-grow: 1;
	}

	.nk-nav-sub.nk-nav-sub-lg {
		min-width: 340px;
	}

	.nk-nav-mega {
		width: 630px;
		display: flex !important;
	}

	.nk-nav-mega .nk-nav-item {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.nk-nav-mega-lg {
		left: -390px;
		width: 920px;
	}

	.nk-nav-media {
		flex-shrink: 1;
		padding: 0.5rem 0px;
	}

	.nk-navbar {
		width: auto;
		height: auto;
		transform: none;
		position: static;
		box-shadow: none;
		flex-direction: row;
		background-color: rgba(0, 0, 0, 0);
	}

	.nk-navbar-toggle {
		display: none;
	}

	.is-theme-bg .nk-navbar {
		background-color: rgba(0, 0, 0, 0);
	}
}

@media (min-width: 1200px) {
	.nk-nav-item>.nk-nav-link {
		padding:0.625rem 2rem;
	}
	.nk-nav-mega .nk-nav-item {
		flex-grow: 1;
		min-width: 214px;
		display: block;
	}
}

@media (max-width: 991.98px) {
	.nk-navbar.navbar-mobile {
		overflow-y: scroll;
	}

	.nk-navbar.navbar-mobile>div {
		padding: 32px 10px 0px 10px;
	}
}

.shape-44::before,
.shape-43::before,
.shape-43::after,
.shape-43-a::before,
.shape-43-a::after,
.shape-42::before,
.shape-42::after,
.shape-41::after,
.shape-37::before,
.shape-37::after,
.shape-36::after,
.shape-36::before,
.shape-35::before,
.shape-35::after,
.shape-34::after,
.shape-34::before,
.shape-33::after,
.shape-32::before,
.shape-32::after,
.shape-31::after,
.shape-30::before,
.shape-30::after,
.shape-30-a::before,
.shape-30-a::after,
.shape-29::before,
.shape-29::after,
.shape-28::before,
.shape-28::after,
.shape-22::before,
.shape-22::after,
.shape-21::after,
.shape-20::after,
.shape-19::after,
.shape-18::after,
.shape-17::after,
.shape-16::after,
.shape-15::after,
.shape-14::after,
.shape-13::after,
.shape-12::after,
.shape-11::after,
.shape-10::after,
.shape-6::before,
.shape-6::after,
.shape-5::after,
.shape-4::after,
.shape-4-a::after,
.shape-4-b::after,
.shape-3::after,
.shape-1::after,
.home-live-chat-app .nk-section-support::after,
.home-bs-solution .nk-section-content .nk-mask.shape::before,
.home-bs-solution .nk-section-content .nk-mask.shape::after,
.nk-banner-saas::after,
.nk-banner-dg-business .nk-banner-content .nk-mask::before,
.nk-banner-dg-business .nk-banner-content .nk-mask::after {
	content: "";
	z-index: -1;
	opacity: 0.6;
	user-select: none;
	position: absolute;
	pointer-events: none;
	background-size: cover;
	background-repeat: no-repeat;
}

.nk-banner {
	z-index: 1;
	position: relative;
}

.nk-banner[data-bg-image] {
	background-size: cover;
	background-position: center;
}

.nk-banner-wrap {
	z-index: 5;
	padding: 60px 0px;
	padding-top: 170px;
	position: relative;
}

@media (min-width: 992px) {
	.nk-banner-wrap {
		padding: 120px 0px;
		padding-top: 160px;
	}
}

@media (min-width: 1200px) {
	.nk-banner-wrap {
		padding-top: 160px;
	}
}

.nk-banner-wrap-kids-course {
	padding-top: 3.75rem;
	padding-bottom: 0px !important;
}

.nk-banner-wrap-2 {
	padding-bottom: 120px;
}

@media (max-width: 767.98px) {
	.nk-banner-content p {
		font-size: 24px !important;
	}
	.nk-banner-img>svg{
		max-width:50%;
	}
	.intro-img{
		max-width:70%;
	}

}

.nk-banner-img-s1 .thumb {
	position: absolute;
}

.nk-banner-img-s1 .thumb-1 {
	left: -14.92%;
	bottom: 0;
	width: 34.0726%;
}

.nk-banner-img-s1 .thumb-2 {
	right: -14.92%;
	bottom: 7.5%;
	width: 46.5726%;
}

.nk-banner-img-s3 {
	right: 0;
	top: 0px;
	user-select: none;
	position: absolute;
	pointer-events: none;
}

@media (min-width: 768px) {
	.nk-banner-img-s3 {
		top: 30px;
	}
}

.nk-banner-landing::before {
	content: "";
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/inside-pages/bg/landing-bg.html");
}

.nk-banner-landing .nk-mask.blur::after,
.nk-banner-landing .nk-mask.blur::before {
	content: "";
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
}

.nk-banner-landing .nk-mask.blur::after {
	right: 0;
	bottom: -280px;
	width: 819px;
	height: 100%;
	background-size: auto;
	background-image: url("../images/blur/d.html");
}

.nk-banner-landing .nk-mask.blur::before {
	width: 100%;
	left: 60px;
	bottom: 0px;
	height: 49.9375rem;
	background-size: contain;
	background-image: url("../images/blur/c.html");
}

.nk-banner-landing .nk-mask.shape::before,
.nk-banner-landing .nk-mask.shape::after {
	content: "";
	z-index: -1;
	opacity: 0.6;
	user-select: none;
	position: absolute;
	pointer-events: none;
	background-size: contain;
	background-repeat: no-repeat;
	mix-blend-mode: luminosity !important;
}

.nk-banner-landing .nk-mask.shape::before {
	top: 50%;
	width: 1142px;
	height: 569px;
	transform: translateY(-50%);
	background-image: url("../images/shape/geo-2.html");
}

@media (min-width: 1200px) {
	.nk-banner-landing .nk-mask.shape::after {
		right: -30%;
		width: 506px;
		height: 497px;
		top: calc(50% - 170px);
		background-size: contain;
		transform: translateY(-50%);
		background-image: url("../images/shape/geo-1.html");
	}
}

@media (min-width: 1400px) {
	.nk-banner-landing .nk-mask.shape::after {
		right: -24%;
	}
}

@media (min-width: 1600px) {
	.nk-banner-landing .nk-mask.shape::after {
		right: -20%;
	}
}

.nk-banner-landing .nk-frame-base {
	z-index: 1;
	width: 420px;
	height: auto;
}

@media (min-width: 768px) {
	.nk-banner-landing .nk-frame-base {
		width: 480px;
		height: auto;
	}
}

@media (min-width: 992px) {
	.nk-banner-landing .nk-frame-base {
		width: auto;
		height: auto;
	}
}

.nk-banner-landing .nk-frame-children {
	display: none;
}

@media (min-width: 576px) {
	.nk-banner-landing .nk-frame-children {
		bottom: 0;
		z-index: -1;
		display: block;
	}
}

@media (min-width: 576px) {
	.nk-banner-landing .nk-frame-children img {
		width: auto;
		height: 200px;
	}
}

@media (min-width: 768px) {
	.nk-banner-landing .nk-frame-children img {
		height: 230px;
	}
}

@media (min-width: 992px) {
	.nk-banner-landing .nk-frame-children img {
		height: 320px;
	}
}

@media (min-width: 1400px) {
	.nk-banner-landing .nk-frame-children img {
		height: 460px;
	}
}

@media (min-width: 576px) {
	.nk-banner-landing .nk-frame-children-one {
		left: -20px;
	}
}

@media (min-width: 768px) {
	.nk-banner-landing .nk-frame-children-one {
		left: 0;
	}
}

@media (min-width: 992px) {
	.nk-banner-landing .nk-frame-children-one {
		left: -150px;
	}
}

@media (min-width: 1400px) {
	.nk-banner-landing .nk-frame-children-one {
		left: -230px;
	}
}

@media (min-width: 576px) {
	.nk-banner-landing .nk-frame-children-two {
		right: -20px;
	}
}

@media (min-width: 768px) {
	.nk-banner-landing .nk-frame-children-two {
		right: 0;
	}
}

@media (min-width: 992px) {
	.nk-banner-landing .nk-frame-children-two {
		right: -150px;
	}
}

@media (min-width: 1400px) {
	.nk-banner-landing .nk-frame-children-two {
		right: -230px;
	}
}

.nk-banner-landing .nk-banner-wrap {
	padding-top: 120px;
}

@media (min-width: 992px) {
	.nk-banner-landing .nk-banner-wrap {
		padding-top: 160px;
	}
}

@media (min-width: 992px) {
	.nk-banner-kd-course .nk-banner-wrap {
		padding-top: 150px;
	}
}

@media (min-width: 576px) {

	.nk-banner-kd-course .title-shape::after,
	.nk-banner-kd-course .title-shape::before {
		content: "";
		top: 50%;
		width: 45px;
		height: 1px;
		position: absolute;
		background-color: #e5e7eb;
	}
}

@media (min-width: 576px) {

	.nk-banner-kd-course .title-shape::after,
	.nk-banner-kd-course .title-shape::before {
		width: 90px;
	}
}

@media (min-width: 576px) {
	.nk-banner-kd-course .title-shape::before {
		left: -100px;
	}
}

@media (min-width: 992px) {
	.nk-banner-kd-course .title-shape::before {
		content: none;
	}
}

@media (min-width: 576px) {
	.nk-banner-kd-course .title-shape::after {
		right: -100px;
	}
}

@media (min-width: 768px) {

	.nk-banner-project-manage .nk-banner-wrap,
	.nk-banner-career-project-manage .nk-banner-wrap,
	.nk-banner-saas .nk-banner-wrap {
		padding-top: 160px;
	}
}

@media (min-width: 992px) {

	.nk-banner-project-manage .nk-banner-wrap,
	.nk-banner-career-project-manage .nk-banner-wrap,
	.nk-banner-saas .nk-banner-wrap {
		padding-top: 220px;
	}
}

.nk-banner-business-feature {
	overflow: hidden;
	padding-top: 11.25rem;
	padding-top: 160px !important;
	background-color: #0a1425 !important;
}

@media (min-width: 768px) {
	.nk-banner-collab .nk-banner-wrap {
		padding-bottom: 120px;
	}
}

@media (min-width: 1200px) {
	.nk-banner-collab .nk-banner-wrap {
		padding-bottom: 200px;
	}
}

@media (max-width: 767.98px) {
	.nk-banner-collab .nk-banner-content p {
		font-size: 16px !important;
	}
}

.nk-banner-collab .nk-banner-grids {
	padding-top: 60px;
	position: relative;
	text-align: center;
}

@media (min-width: 768px) {
	.nk-banner-collab .nk-banner-grids {
		z-index: 9;
		padding: 0px;
		margin-top: -80px;
	}
}

@media (min-width: 992px) {
	.nk-banner-collab .nk-banner-grids {
		margin-top: -100px;
	}
}

@media (min-width: 1200px) {
	.nk-banner-collab .nk-banner-grids {
		margin-top: -140px;
	}
}

.nk-banner-collab .nk-banner-grids-content {
	display: none;
}

@media (min-width: 1400px) {
	.nk-banner-collab .nk-banner-grids-content {
		gap: 32px;
		display: inline-flex;
	}
}

@media (min-width: 1400px) {

	.nk-banner-collab .nk-banner-grids-content .left,
	.nk-banner-collab .nk-banner-grids-content .right {
		gap: 30px;
		display: flex;
	}
}

@media (min-width: 1400px) {

	.nk-banner-collab .nk-banner-grids-content .left img,
	.nk-banner-collab .nk-banner-grids-content .right img {
		flex-shrink: 0;
	}
}

@media (min-width: 1400px) {
	.nk-banner-collab .nk-banner-grids-content .left {
		width: 30%;
		flex-direction: column;
	}
}

@media (min-width: 1400px) {
	.nk-banner-collab .nk-banner-grids-content .right {
		width: 70%;
		flex-shrink: 0;
		flex-wrap: wrap;
	}
}

@media (min-width: 1400px) {
	.nk-banner-collab .nk-banner-grids-content .right-row {
		gap: 30px;
		display: flex;
	}
}

@media (min-width: 1400px) {
	.nk-banner-collab .nk-banner-grids-alter {
		display: none;
	}
}

.nk-banner-collab .nk-mask::after {
	left: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	width: 100%;
	opacity: 0.6;
	height: 140px;
	user-select: none;
	position: absolute;
	pointer-events: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/shape/b.html");
}

@media (min-width: 768px) {
	.nk-banner-collab .nk-mask::after {
		height: 260px;
	}
}

@media (min-width: 1200px) {
	.nk-banner-collab .nk-mask::after {
		height: 390px;
	}
}

@media (min-width: 992px) {
	.nk-banner-features {
		padding-top: 115px;
	}
}

.nk-banner-features-content {
	position: relative;
}

.nk-banner-features-base {
	z-index: 2;
	height: auto;
}

.nk-banner-features-children {
	z-index: -1;
	position: absolute;
}

.nk-banner-features-children.one,
.nk-banner-features-children.three {
	z-index: 1;
}

.nk-banner-features-children.one,
.nk-banner-features-children.two,
.nk-banner-features-children.three {
	display: none;
}

@media (min-width: 992px) {
	.nk-banner-fintech::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		width: 480px;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("../images/inside-pages/bg/fintech-banner-bg.html");
	}
}

@media (min-width: 1200px) {
	.nk-banner-fintech .nk-banner-wrap {
		padding-top: 155px;
		padding-bottom: 100px;
	}
}

@media (max-width: 767.98px) {
	.nk-banner-fintech .nk-banner-wrap p {
		font-size: 1rem !important;
	}
}

@media (min-width: 1200px) {
	.nk-banner-fintech .nk-frame {
		margin-bottom: -160px;
	}
}

.nk-banner-green-tech {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.nk-banner-green-tech::after {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
	background: rgba(11, 41, 37, 0.4);
}

@media (max-width: 767.98px) {
	.nk-banner-green-tech .nk-banner-wrap {
		padding-bottom: 120px;
	}
}

.nk-banner-podcast::before {
	content: "";
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../images/inside-pages/bg/podcast-banner-bg.html");
}

.nk-banner-podcast .brand-content>p {
	position: relative;
}

.nk-banner-podcast .brand-content>p::after,
.nk-banner-podcast .brand-content>p::before {
	content: "";
	top: 50%;
	height: 1px;
	width: 30px;
	position: absolute;
	transform: translateY(-50%);
	background-color: #e5e7eb;
}

@media (min-width: 576px) {

	.nk-banner-podcast .brand-content>p::after,
	.nk-banner-podcast .brand-content>p::before {
		width: 15%;
	}
}

@media (min-width: 768px) {

	.nk-banner-podcast .brand-content>p::after,
	.nk-banner-podcast .brand-content>p::before {
		width: 180px;
	}
}

.nk-banner-podcast .brand-content>p::before {
	left: -6px;
}

@media (min-width: 576px) {
	.nk-banner-podcast .brand-content>p::before {
		left: 50px;
	}
}

@media (min-width: 768px) {
	.nk-banner-podcast .brand-content>p::before {
		left: 20px;
	}
}

.nk-banner-podcast .brand-content>p::after {
	right: -6px;
}

@media (min-width: 576px) {
	.nk-banner-podcast .brand-content>p::after {
		right: 50px;
	}
}

@media (min-width: 768px) {
	.nk-banner-podcast .brand-content>p::after {
		right: 20px;
	}
}

.nk-banner-podcast .nk-frame {
	width: 100%;
	height: 100%;
	position: absolute;
}

.nk-banner-podcast .nk-frame-children {
	display: none;
}

@media (min-width: 992px) {
	.nk-banner-podcast .nk-frame-children {
		z-index: 1;
		display: block;
	}
}

@media (min-width: 992px) {
	.nk-banner-podcast .nk-frame-children img {
		width: auto;
		height: 360px;
		object-fit: contain;
	}
}

@media (min-width: 1200px) {
	.nk-banner-podcast .nk-frame-children img {
		height: 480px;
	}
}

@media (min-width: 1601px) {
	.nk-banner-podcast .nk-frame-children img {
		height: auto;
	}
}

@media (min-width: 992px) {
	.nk-banner-podcast .nk-frame-children-one {
		top: 100px;
		left: 30px;
	}
}

@media (min-width: 992px) {
	.nk-banner-podcast .nk-frame-children-one .sub {
		left: 50%;
		bottom: -100px;
		position: absolute;
		transform: translateX(-50%);
	}
}

@media (min-width: 992px) {
	.nk-banner-podcast .nk-frame-children-two {
		bottom: 0;
		right: 30px;
	}
}

@media (min-width: 1601px) {
	.nk-banner-podcast .nk-banner-wrap {
		padding-bottom: 220px;
	}
}

@media (max-width: 767.98px) {
	.nk-banner-podcast .nk-banner-content p {
		font-size: 16px !important;
	}
}

.nk-banner-bs-management {
	z-index: 1;
	width: 100%;
	position: relative;
}

.nk-banner-bs-management::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../images/mask/waves-bg.html");
}

@media (min-width: 1601px) {
	.nk-banner-bs-management::after {
		content: "";
		left: 0;
		width: 100%;
		height: 116px;
		bottom: -70px;
		position: absolute;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url("../images/mask/waves-bg-1.html");
	}
}

.nk-banner-bs-management .nk-banner-wrap {
	padding-top: 120px;
	padding-bottom: 100px;
}

@media (min-width: 768px) {
	.nk-banner-bs-management .nk-banner-wrap {
		padding-bottom: 120px;
	}
}

@media (min-width: 992px) {
	.nk-banner-bs-management .nk-banner-wrap {
		padding-top: 160px;
		padding-bottom: 190px;
	}
}

@media (min-width: 1200px) {
	.nk-banner-bs-management .nk-banner-wrap {
		padding-bottom: 240px;
	}
}

.nk-banner-bs-subscription {
	z-index: 1;
	width: 100%;
	position: relative;
	background-color: #2e2951;
}

.nk-banner-bs-subscription::after {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 530px;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../images/mask/skew-banner-1.html");
}

@media (min-width: 1420px) {
	.nk-banner-bs-subscription .nk-banner-cover {
		top: 50%;
		right: -80px;
		position: absolute;
		transform: translateY(-50%);
	}
}

@media (min-width: 1680px) {
	.nk-banner-bs-subscription .nk-banner-cover {
		right: -160px;
	}
}

.nk-banner-bs-driven {
	position: relative;
	margin-top: 90px;
}

@media (min-width: 992px) {
	.nk-banner-bs-driven {
		margin-top: 98px;
	}
}

.nk-banner-bs-driven[data-bg-image] {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.nk-banner-bs-driven::after {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	position: absolute;
	background: rgba(28, 45, 79, 0.715);
}

.nk-banner-bs-driven .nk-banner-wrap {
	padding-top: 60px;
}

@media (min-width: 768px) {
	.nk-banner-bs-driven .nk-banner-wrap {
		padding-top: 120px;
	}
}

.nk-banner-bs-consulting::after {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: linear-gradient(90deg,
			rgba(17, 61, 90, 0.9) 32.81%,
			rgba(17, 60, 89, 0.12) 100%);
}

@media (min-width: 1200px) {
	.nk-banner-bs-consulting .nk-banner-wrap {
		padding-bottom: 280px;
	}
}

.nk-banner-language {
	position: relative;
}

.nk-banner-language::before {
	content: "";
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../images/inside-pages/bg/world-map.html");
}

.nk-banner-language::after {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
	background: #3f53d8;
}

@media (max-width: 991.98px) {

	.nk-banner-language h1,
	.nk-banner-language .h1 {
		white-space: nowrap;
	}
}

.nk-banner-language h1 span,
.nk-banner-language .h1 span {
	padding: 12px;
	font-weight: 500;
	border-radius: 16px;
	display: inline-block;
}

@media (min-width: 576px) {

	.nk-banner-language h1 span,
	.nk-banner-language .h1 span {
		margin: 0px 5px;
		padding: 16px 26px;
		border-radius: 24px;
	}
}

.nk-banner-language h1 span:first-child,
.nk-banner-language .h1 span:first-child {
	padding: 16px 15px;
	margin-bottom: 20px;
}

@media (max-width: 1199.98px) {

	.nk-banner-language h1 span:first-child,
	.nk-banner-language .h1 span:first-child {
		width: 40%;
		display: block;
		margin: 0px auto;
		margin-bottom: 20px;
	}
}

@media (max-width: 991.98px) {

	.nk-banner-language h1 span:first-child,
	.nk-banner-language .h1 span:first-child {
		width: 60%;
	}
}

@media (max-width: 575.98px) {

	.nk-banner-language h1 span:first-child,
	.nk-banner-language .h1 span:first-child {
		width: 100%;
		margin-bottom: 12px;
	}
}

.nk-banner-language h1 span:nth-child(2),
.nk-banner-language .h1 span:nth-child(2) {
	font-weight: 600;
}

@media (max-width: 575.98px) {

	.nk-banner-language h1 span:nth-child(2),
	.nk-banner-language .h1 span:nth-child(2) {
		margin-bottom: 12px;
	}
}

@media (max-width: 575.98px) {

	.nk-banner-language h1 span:nth-child(2),
	.nk-banner-language .h1 span:nth-child(2),
	.nk-banner-language h1 span:nth-child(3),
	.nk-banner-language .h1 span:nth-child(3) {
		width: 100%;
		display: block;
	}
}

@media (max-width: 991.98px) {
	.nk-banner-language .nk-banner-wrap {
		padding-top: 120px;
	}
}

.nk-banner-project-manage {
	z-index: 1;
	position: relative;
}

.nk-banner-project-manage::before {
	content: "";
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../images/inside-pages/bg/project-management-banner.html");
}

@media (max-width: 767.98px) {
	.nk-banner-project-manage .nk-banner-wrap {
		padding-top: 120px;
	}
}

.nk-banner-career-project-manage {
	z-index: 1;
	position: relative;
}

.nk-banner-career-project-manage::before {
	content: "";
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../images/inside-pages/bg/project-management-banner.html");
}

@media (max-width: 767.98px) {
	.nk-banner-career-project-manage .nk-banner-wrap {
		padding-top: 120px;
	}
}

@media (min-width: 992px) {
	.nk-banner-career-project-manage .nk-banner-wrap {
		padding-top: 160px;
	}
}

@media (min-width: 1200px) {
	.nk-banner-career-project-manage .nk-banner-wrap {
		padding-top: 220px;
	}
}

.nk-banner-career-project-manage .nk-frame {
	width: 100%;
	height: 482px;
	margin: auto;
}

@media (min-width: 768px) {
	.nk-banner-career-project-manage .nk-frame {
		width: 612px;
	}
}

@media (min-width: 1400px) {
	.nk-banner-career-project-manage .nk-frame {
		margin-left: 30px;
	}
}

.nk-banner-career-project-manage .nk-frame img {
	border-radius: 8px;
}

@media (max-width: 575.98px) {

	.nk-banner-career-project-manage .nk-frame-children-two,
	.nk-banner-career-project-manage .nk-frame-children-four {
		width: 100%;
		height: 240px;
		position: static;
		margin-bottom: 24px;
	}
}

@media (max-width: 575.98px) {

	.nk-banner-career-project-manage .nk-frame-children-two img,
	.nk-banner-career-project-manage .nk-frame-children-four img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.nk-banner-career-project-manage .nk-frame-children-one {
	display: none;
}

@media (min-width: 576px) {
	.nk-banner-career-project-manage .nk-frame-children-one {
		top: 100px;
		left: 50px;
		display: block;
	}
}

@media (min-width: 768px) {
	.nk-banner-career-project-manage .nk-frame-children-one {
		top: 0px;
		left: 112px;
	}
}

.nk-banner-career-project-manage .nk-frame-children-two {
	top: 0;
	right: 0px;
}

@media (min-width: 768px) {
	.nk-banner-career-project-manage .nk-frame-children-two {
		right: 45px;
	}
}

.nk-banner-career-project-manage .nk-frame-children-three {
	display: none;
}

@media (min-width: 768px) {
	.nk-banner-career-project-manage .nk-frame-children-three {
		left: 0px;
		top: 143px;
		display: block;
	}
}

.nk-banner-career-project-manage .nk-frame-children-four {
	bottom: 0;
	right: 0px;
}

@media (min-width: 768px) {
	.nk-banner-career-project-manage .nk-frame-children-four {
		right: 48px;
	}
}

@media (min-width: 768px) {
	.nk-banner-career-project-manage .nk-frame-children-four {
		right: 0;
	}
}

.nk-banner-career-project-manage .nk-frame-children-five {
	display: none;
}

@media (min-width: 576px) {
	.nk-banner-career-project-manage .nk-frame-children-five {
		left: 10px;
		display: block;
		bottom: 100px;
	}
}

@media (min-width: 768px) {
	.nk-banner-career-project-manage .nk-frame-children-five {
		left: 112px;
		bottom: 0px;
	}
}

@media (max-width: 767.98px) {
	.nk-banner-career-project-manage .nk-search-group {
		gap: 24px;
		padding: 24px;
		flex-direction: column;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.nk-banner-career-project-manage .nk-search-group {
		gap: 12px;
		padding: 24px;
		flex-direction: column;
	}
}

@media (max-width: 767.98px) {
	.nk-banner-career-project-manage .nk-search-group .nk-search-element {
		width: 100%;
		grid-template-columns: 1fr;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.nk-banner-career-project-manage .nk-search-group .nk-search-element {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

@media (max-width: 767.98px) {
	.nk-banner-career-project-manage .nk-search-group .nk-search-field {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.nk-banner-career-project-manage .nk-search-group .nk-search-field input {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.nk-banner-career-project-manage .nk-search-group .nk-dropdown-select {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.nk-banner-career-project-manage .nk-search-group .nk-search-action {
		width: 100%;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.nk-banner-career-project-manage .nk-search-group .nk-search-action {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.nk-banner-career-project-manage .nk-search-group .nk-search-action button {
		width: 100%;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.nk-banner-career-project-manage .nk-search-group .nk-search-action button {
		width: 100%;
		display: inline-block;
	}
}

.nk-banner-career-job-details {
	z-index: 1;
	position: relative;
}

.nk-banner-career-job-details::before {
	content: "";
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../images/inside-pages/bg/career-details-bg.html");
}

.nk-banner-business-analytics {
	position: relative;
	background-color: #008AD7;
}

.nk-banner-business-analytics::after,
.nk-banner-business-analytics::before {
	content: "";
	top: 0;
	position: absolute;
}

.nk-banner-business-analytics::before {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 80%;
	background-color: #e8ebff;
}

@media (min-width: 768px) {
	.nk-banner-business-analytics::before {
		height: 60%;
	}
}

@media (min-width: 1200px) {
	.nk-banner-business-analytics::before {
		top: auto;
		bottom: 0;
		width: 54.73%;
		height: 100%;
		height: calc(100% - 104px);
	}
}

.nk-banner-business-analytics::after {
	right: 0;
	height: 40%;
	width: 100%;
	background-color: #008AD7;
}

@media (min-width: 1200px) {
	.nk-banner-business-analytics::after {
		width: 45.27%;
		height: 100%;
	}
}

@media (max-width: 1199.98px) {
	.nk-banner-business-analytics .container {
		max-width: 100%;
		padding: 0px;
	}
}

@media (min-width: 992px) {
	.nk-banner-business-analytics .nk-banner-wrap {
		padding-top: 220px;
	}
}

@media (max-width: 1199.98px) {
	.nk-banner-business-analytics .nk-banner-wrap {
		padding-bottom: 0px;
	}
}

.nk-banner-business-analytics .nk-banner-brand {
	gap: 12px;
	width: 250px;
	display: flex;
	padding: 0px 16px;
	background: #fff;
	border-radius: 12px;
	padding-bottom: 12px;
	align-items: center;
	border: 1px solid #008AD7;
}

@media (max-width: 1199.98px) {
	.nk-banner-business-analytics .nk-banner-brand {
		margin: 0px auto;
	}
}

.nk-banner-business-analytics .nk-banner-brand .icon {
	flex-shrink: 0;
	margin-top: 6px;
}

.nk-banner-business-analytics .nk-banner-brand .info {
	gap: 16px;
	display: flex;
	align-items: flex-end;
}

.nk-banner-business-analytics .nk-banner-brand .info>div span,
.nk-banner-business-analytics .nk-banner-brand .info>div h6,
.nk-banner-business-analytics .nk-banner-brand .info>div .h6 {
	color: #008AD7;
	font-weight: 700;
}

.nk-banner-business-analytics .nk-banner-brand .info>div span {
	font-size: 9px;
	line-height: 0.8;
	text-transform: uppercase;
}

.nk-banner-business-analytics .nk-banner-brand .info>div h6,
.nk-banner-business-analytics .nk-banner-brand .info>div .h6 {
	line-height: 1;
	font-size: 20px;
	margin-top: -4px;
}

.nk-banner-business-analytics .nk-banner-brand .count {
	display: flex;
	flex-direction: column;
}

.nk-banner-business-analytics .nk-banner-brand .count p {
	line-height: 1;
	font-weight: 700;
}

.nk-banner-codebase {
	z-index: 1;
	position: relative;
}

.nk-banner-codebase::before {
	content: "";
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../images/inside-pages/bg/codebase-banner-bg.html");
}

@media (max-width: 991.98px) {
	.nk-banner-codebase .nk-frame-children {
		display: none;
	}
}

.nk-banner-codebase .nk-frame-children-one {
	top: 154px;
	right: -100px;
}

.nk-banner-codebase .nk-frame-children-two {
	left: -100px;
	bottom: -154px;
}

.nk-banner-codebase .nk-banner-wrap {
	padding-top: 120px;
}

@media (min-width: 992px) {
	.nk-banner-codebase .nk-banner-wrap {
		padding-top: 220px;
		padding-bottom: 270px;
	}
}

@media (min-width: 1200px) {
	.nk-banner-project-management .nk-banner-wrap {
		padding: 100px 0px;
		padding-top: 214px;
	}
}

@media (min-width: 992px) {
	.nk-banner-dg-business .nk-banner-wrap {
		padding-top: 164px;
	}
}

.nk-banner-dg-business .nk-banner-content .nk-mask {
	z-index: 1;
}

.nk-banner-dg-business .nk-banner-content .nk-mask::before,
.nk-banner-dg-business .nk-banner-content .nk-mask::after {
	opacity: 1 !important;
}

@media (min-width: 992px) {
	.nk-banner-dg-business .nk-banner-content .nk-mask::before {
		left: 30px;
		bottom: 0px;
		width: 160px;
		height: 160px;
		background-position: center;
		background-size: contain !important;
		background-image: url("../images/shape/c1.html");
	}
}

@media (min-width: 992px) {
	.nk-banner-dg-business .nk-banner-content .nk-mask::after {
		top: 0px;
		right: 30px;
		width: 160px;
		height: 160px;
		background-position: center;
		background-size: contain !important;
		background-image: url("../images/shape/b1.html");
	}
}

.nk-banner-coaching-service .nk-banner-wrap {
	padding-top: 120px;
}

@media (min-width: 1200px) {
	.nk-banner-coaching-service .nk-banner-wrap {
		padding-top: 248px;
		padding-bottom: 220px;
	}
}

.nk-banner-shop {
	position: relative;
	padding-top: 120px;
}

@media (min-width: 992px) {
	.nk-banner-shop {
		padding-top: 180px;
	}
}

.nk-banner-shop .nk-banner-wrap {
	z-index: 1;
	padding: 30px;
	overflow: hidden;
	position: relative;
	border-radius: 12px;
}

@media (min-width: 576px) {
	.nk-banner-shop .nk-banner-wrap {
		padding: 60px;
	}
}

.nk-banner-shop .nk-banner-wrap::after {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/inside-pages/bg/shop-banner-bg.html");
}

.nk-banner-shop .nk-countdown {
	gap: 16px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 576px) {
	.nk-banner-shop .nk-countdown {
		grid-template-columns: repeat(4, 100px);
	}
}

@media (max-width: 1199.98px) {
	.nk-banner-shop .nk-countdown {
		justify-content: center;
	}
}

.nk-banner-saas::after {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-image: url("../images/shape/k.html");
}

.nk-banner-crypto::before {
	content: "";
	top: 0;
	left: 0;
	width: 300px;
	height: 800px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/blur/blur-9-a.html");
}

@media (min-width: 1200px) {
	.nk-banner-crypto .nk-banner-wrap {
		padding-top: 271px;
	}
}

.nk-banner-crypto .nk-frame {
	right: 0;
	top: 0px;
	z-index: -1;
	user-select: none;
	position: absolute;
	pointer-events: none;
}

@media (min-width: 768px) {
	.nk-banner-crypto .nk-frame {
		top: 30px;
	}
}

.nk-banner-live-chat-app {
	z-index: 1;
	position: relative;
}

.nk-banner-live-chat-app::before {
	content: "";
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url("../images/inside-pages/bg/live-chat-bg.html");
}

@media (max-width: 1400px) {
	.nk-banner-live-chat-app::before {
		background-size: contain;
	}
}

.nk-banner-live-chat-app .nk-banner-brands h6,
.nk-banner-live-chat-app .nk-banner-brands .h6 {
	position: relative;
}

.nk-banner-live-chat-app .nk-banner-brands h6::before,
.nk-banner-live-chat-app .nk-banner-brands .h6::before,
.nk-banner-live-chat-app .nk-banner-brands h6::after,
.nk-banner-live-chat-app .nk-banner-brands .h6::after {
	content: "";
	top: 50%;
	width: 15%;
	height: 1px;
	position: absolute;
	transform: translateY(-50%);
	background-color: #e5e7eb;
}

@media (min-width: 576px) {

	.nk-banner-live-chat-app .nk-banner-brands h6::before,
	.nk-banner-live-chat-app .nk-banner-brands .h6::before,
	.nk-banner-live-chat-app .nk-banner-brands h6::after,
	.nk-banner-live-chat-app .nk-banner-brands .h6::after {
		width: 25%;
	}
}

@media (min-width: 1200px) {

	.nk-banner-live-chat-app .nk-banner-brands h6::before,
	.nk-banner-live-chat-app .nk-banner-brands .h6::before,
	.nk-banner-live-chat-app .nk-banner-brands h6::after,
	.nk-banner-live-chat-app .nk-banner-brands .h6::after {
		width: 50%;
	}
}

.nk-banner-live-chat-app .nk-banner-brands h6::before,
.nk-banner-live-chat-app .nk-banner-brands .h6::before {
	left: 0px;
}

@media (min-width: 576px) {

	.nk-banner-live-chat-app .nk-banner-brands h6::before,
	.nk-banner-live-chat-app .nk-banner-brands .h6::before {
		left: 16px;
	}
}

@media (min-width: 768px) {

	.nk-banner-live-chat-app .nk-banner-brands h6::before,
	.nk-banner-live-chat-app .nk-banner-brands .h6::before {
		left: 30px;
	}
}

@media (min-width: 992px) {

	.nk-banner-live-chat-app .nk-banner-brands h6::before,
	.nk-banner-live-chat-app .nk-banner-brands .h6::before {
		left: 50px;
	}
}

@media (min-width: 1200px) {

	.nk-banner-live-chat-app .nk-banner-brands h6::before,
	.nk-banner-live-chat-app .nk-banner-brands .h6::before {
		content: none;
	}
}

.nk-banner-live-chat-app .nk-banner-brands h6::after,
.nk-banner-live-chat-app .nk-banner-brands .h6::after {
	right: 0px;
}

@media (min-width: 576px) {

	.nk-banner-live-chat-app .nk-banner-brands h6::after,
	.nk-banner-live-chat-app .nk-banner-brands .h6::after {
		right: 16px;
	}
}

@media (min-width: 768px) {

	.nk-banner-live-chat-app .nk-banner-brands h6::after,
	.nk-banner-live-chat-app .nk-banner-brands .h6::after {
		right: 30px;
	}
}

@media (min-width: 992px) {

	.nk-banner-live-chat-app .nk-banner-brands h6::after,
	.nk-banner-live-chat-app .nk-banner-brands .h6::after {
		right: 50px;
	}
}

@media (min-width: 1200px) {

	.nk-banner-live-chat-app .nk-banner-brands h6::after,
	.nk-banner-live-chat-app .nk-banner-brands .h6::after {
		right: 30px;
	}
}

.nk-banner-help-desk {
	background: linear-gradient(101.8deg,
			rgba(199, 204, 255, 0.9) 0%,
			rgba(211, 216, 255, 0.9) 50%,
			rgba(191, 198, 255, 0.9) 100%);
}

@media (min-width: 1200px) {
	.nk-banner-help-desk .nk-banner-wrap {
		padding-top: 220px;
	}
}

@media (max-width: 991.98px) {
	.nk-banner-help-desk .nk-frame {
		text-align: right;
	}
}

.nk-banner-help-desk .nk-frame-base,
.nk-banner-help-desk .nk-frame-children {
	padding: 6px;
	overflow: hidden;
	position: relative;
	border-radius: 12px;
	background-color: #fff;
}

@media (max-width: 767.98px) {
	.nk-banner-help-desk .nk-frame-base {
		width: 100%;
	}
}

.nk-banner-help-desk .nk-frame-children {
	display: none;
}

@media (min-width: 992px) {
	.nk-banner-help-desk .nk-frame-children {
		left: 10px;
		bottom: 290px;
		display: block;
		position: absolute;
	}
}

@media (min-width: 1200px) {
	.nk-banner-help-desk .nk-frame-children {
		left: -80px;
		bottom: -40px;
	}
}

@media (min-width: 1600px) {
	.nk-banner-help-desk .nk-frame-children {
		left: -100px;
		bottom: -80px;
	}
}

.nk-ribbon {
	background-color: #122544;
	padding: 4px 10px 4px 4px;
	display: inline-flex;
	align-items: center;
	border-radius: 30px;
}

.nk-ribbon a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.nk-ribbon a span+.icon,
.nk-ribbon a .icon+span {
	margin-left: 6px;
}

.home-saas .nk-header.is-theme .banner-text {
	opacity: 0.7;
}

.features-banner {
	display: flex;
	overflow: hidden;
	position: relative;
	border-radius: 1rem;
	align-items: center;
	background-color: #fff;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.features-banner-info,
.features-banner-cover {
	width: 100%;
}

.features-banner-info {
	order: 2;
}

.features-banner-cover {
	order: 1;
	height: 22.5rem;
	position: relative;
	background-color: #f4f8ff;
}

.features-banner-cover img {
	top: 50%;
	right: 0px;
	position: absolute;
	transform: translateY(-50%);
}

@media (min-width: 576px) {
	.features-banner-cover {
		height: 32rem;
	}
}

@media (min-width: 768px) {
	.nk-banner-img-s1 .thumb {
		position: absolute;
	}

	.nk-banner-img-s1 .thumb-1 {
		bottom: -12%;
	}

	.nk-banner-features-children.one {
		top: -36px;
		left: -12px;
		display: block;
	}

	.nk-banner-features-children.three {
		right: -70px;
		bottom: -70px;
		display: block;
	}
}

@media (min-width: 992px) {
	.nk-banner-wrap-analytics {
		padding-top: 210px !important;
	}

	.nk-banner-card {
		padding: 140px 100px;
	}

	.nk-banner-business-feature {
		padding-top: 208px !important;
	}

	.nk-banner-features-base {
		height: 500px;
	}

	.nk-banner-features-children.one {
		top: 86px;
		left: -24px;
	}

	.nk-banner-features-children.two {
		top: -120px;
		right: 0px;
		display: block;
	}

	.nk-banner-features-children.three {
		bottom: 0px;
		left: -45px;
	}

	.features-banner {
		align-items: center;
		flex-direction: row !important;
	}

	.features-banner-info {
		order: 1;
		width: 55%;
	}

	.features-banner-cover {
		order: 2;
		width: 45%;
		height: auto;
	}

	.features-banner-cover img {
		position: static;
		transform: translateY(0);
	}
}

@media (min-width: 1200px) {
	.nk-banner-features-children.one {
		top: 75px;
		left: 190px;
	}

	.nk-banner-features-children.two {
		top: -115px;
		right: 80px;
	}

	.nk-banner-features-children.three {
		left: -30px;
		bottom: -75px;
	}
}

.shape-44::before,
.shape-43::before,
.shape-43::after,
.shape-43-a::before,
.shape-43-a::after,
.shape-42::before,
.shape-42::after,
.shape-41::after,
.shape-37::before,
.shape-37::after,
.shape-36::after,
.shape-36::before,
.shape-35::before,
.shape-35::after,
.shape-34::after,
.shape-34::before,
.shape-33::after,
.shape-32::before,
.shape-32::after,
.shape-31::after,
.shape-30::before,
.shape-30::after,
.shape-30-a::before,
.shape-30-a::after,
.shape-29::before,
.shape-29::after,
.shape-28::before,
.shape-28::after,
.shape-22::before,
.shape-22::after,
.shape-21::after,
.shape-20::after,
.shape-19::after,
.shape-18::after,
.shape-17::after,
.shape-16::after,
.shape-15::after,
.shape-14::after,
.shape-13::after,
.shape-12::after,
.shape-11::after,
.shape-10::after,
.shape-6::before,
.shape-6::after,
.shape-5::after,
.shape-4::after,
.shape-4-a::after,
.shape-4-b::after,
.shape-3::after,
.shape-1::after,
.home-live-chat-app .nk-section-support::after,
.home-bs-solution .nk-section-content .nk-mask.shape::before,
.home-bs-solution .nk-section-content .nk-mask.shape::after,
.nk-banner-dg-business .nk-banner-content .nk-mask::before,
.nk-banner-dg-business .nk-banner-content .nk-mask::after,
.nk-banner-saas::after {
	content: "";
	z-index: -1;
	opacity: 0.6;
	user-select: none;
	position: absolute;
	pointer-events: none;
	background-size: cover;
	background-repeat: no-repeat;
}

.nk-section[class^="bg-"] {
	display: none;
}

.nk-section {
	z-index: 1;
	position: relative;
	padding: 30px 0px;
}

@media (min-width: 992px) {
	.nk-section {
		padding: 60px 0px;
	}
}

.nk-section-head {
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.nk-section-head {
		padding-bottom: 60px;
	}
}

.nk-section-subtitle {
	display: inline-block;
	color: #008AD7;
	font-size: 44px;
	font-weight: 400;
	padding: 0px;
	line-height: 1.14;
	margin-bottom: 12px;
	text-transform: uppercase;
	background: none;
	border-radius: none;
}

.nk-section-title {
	font-size: 1.75rem;
	color: #0a1425;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: capitalize;
}

@media (min-width: 768px) {
	.nk-section-title {
		font-size: 100px;
	}
}

.nk-section-text {
	font-size: 24px;
	margin: 0;
	color: #64728f;
	line-height: 1.8;
}

@media (max-width: 767.98px) {
	.nk-section-text {
		font-size: 18px;
	}
}

.nk-section-space {
	padding: 30px 0px;
}

@media (min-width: 576px) {
	.nk-section-space {
		padding: 3.75rem 0px;
	}
}

.nk-section-space-lg {
	padding: 30px 0px;
}

@media (min-width: 576px) {
	.nk-section-space-lg {
		padding: 3.75rem 0px;
	}
}

@media (min-width: 992px) {
	.nk-section-space-lg {
		padding: 7.5rem 0px;
	}
}
.intro_line{
	position:absolute;
	left:50%;
	top:0;
	transform: translateX(-20%) translateY(-33.5%);
	z-index:-1;
}
.intro_line_down{
	margin-top:40px;
	height:220px;
}
@media (max-width: 991px) {
	.intro_line,.intro_line_down{
		display:none;
	}
	.nk-brand-section{
		padding-top:60px;
		padding-bottom:60px;
	}
}
.intro_line_down img{
	position:absolute;
	right:26.8%
}
.nk-section-tools {
	z-index: 1;
	overflow: hidden;
	position: relative;
}

.nk-section-integrate .nk-block-head-content {
	padding: 60px 0px;
}

.nk-section-teams .nk-section-content .swiper-slide {
	transform: scale(0.8);
	transition: all 0.3s linear;
}

.nk-section-teams .nk-section-content .swiper-slide img {
	transition: all 0.3s ease-in;
	filter: grayscale(100%) blur(1px);
	-webkit-filter: grayscale(100%) blur(1px);
}

.nk-section-teams .nk-section-content .swiper-slide-active {
	transform: scale(1);
}

.nk-section-teams .nk-section-content .swiper-slide-active img {
	filter: grayscale(0%) blur(0px);
	-webkit-filter: grayscale(0%) blur(0px);
}

.nk-section-teams .nk-section-content .swiper-pagination {
	margin: 0px auto;
	position: static;
	padding-top: 30px;
}

@media (min-width: 992px) {
	.nk-section-teams .nk-section-content .swiper-pagination {
		padding-top: 60px;
	}
}

.nk-section-teams .nk-section-content .swiper-pagination-bullet {
	transition: all 0.2s linear;
}

.nk-section-teams .nk-section-content .swiper-pagination-bullet-active {
	width: 24px;
	border-radius: 6px;
}

.nk-section-info-about .nk-frame-children {
	display: none;
}

@media (min-width: 768px) {
	.nk-section-info-about .nk-frame-children {
		bottom: 0;
		left: -30px;
		display: block;
	}
}

@media (min-width: 992px) {
	.nk-section-info-about .nk-frame-children {
		bottom: -30px;
	}
}

@media (min-width: 992px) {
	.nk-section-job-details {
		margin-top: -280px;
	}
}

@media (max-width: 767.98px) {
	.nk-section-job-details .nk-section-wrap {
		padding-top: 120px;
	}
}

@media (min-width: 992px) {
	.nk-section-job-details .nk-section-content {
		border-radius: 16px;
		background-color: #fff;
		border: 1px solid #f9f7fa;
	}
}

@media (min-width: 992px) {
	.nk-section-job-details .nk-entry {
		border-right: 1px solid #f9f7fa;
	}
}

@media (min-width: 992px) {
	.nk-section-products .nk-section-content-sidebar {
		left: 0;
		top: 120px;
		position: sticky;
	}
}

.nk-section-product-details {
	z-index: 1;
	position: relative;
}

.nk-section-product-details::before {
	content: "";
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/inside-pages/bg/product-details-bg.html");
}

.nk-section-product-details .nk-product-specification {
	gap: 14px;
	display: flex;
	flex-direction: column;
}

.nk-section-product-details .nk-product-specification-content {
	gap: 50px;
	display: flex;
	max-width: 300px;
	align-items: center;
	justify-content: space-between;
}

.nk-section-product-details .nk-product-specification-content .color-select {
	gap: 10px;
	display: flex;
	align-items: center;
}

.nk-section-product-details .nk-product-specification-content .color-select .form-check-input {
	width: 18px;
	height: 18px;
}

.nk-section-product-details .nk-product-specification-content .color-select .form-check-input:checked {
	box-shadow: none;
	background: none;
	transition: all 0.2s ease-in-out;
}

.nk-section-product-details .nk-product-specification-content .color-select .form-check-input.almond {
	border-color: rgba(0, 0, 0, 0);
	background-color: #eed5c1;
}

.nk-section-product-details .nk-product-specification-content .color-select .form-check-input.almond:checked {
	border-color: #faf3ed;
}

.nk-section-product-details .nk-product-specification-content .color-select .form-check-input.steel-blue {
	border-color: rgba(0, 0, 0, 0);
	background-color: #64728f;
}

.nk-section-product-details .nk-product-specification-content .color-select .form-check-input.steel-blue:checked {
	border-color: #d1d5de;
}

.nk-section-product-details .nk-product-specification-content .color-select .form-check-input.electric-blue {
	border-color: rgba(0, 0, 0, 0);
	background-color: #13d5ff;
}

.nk-section-product-details .nk-product-specification-content .color-select .form-check-input.electric-blue:checked {
	border-color: #b9f3ff;
}

.nk-section-product-details .nk-product-specification-content .color-select .form-check-input.dark-olive {
	border-color: rgba(0, 0, 0, 0);
	background-color: #49430b;
}

.nk-section-product-details .nk-product-specification-content .color-select .form-check-input.dark-olive:checked {
	border-color: #c9c7b6;
}

.nk-section-product-details .nk-social>ul {
	gap: 14px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.nk-section-product-details .nk-social>ul li {
	position: relative;
}

.nk-section-product-details .nk-social>ul li::after {
	content: "";
	width: 1px;
	height: 50%;
	top: 50%;
	right: -7px;
	position: absolute;
	transform: translateY(-50%);
	background-color: #64728f;
}

.nk-section-product-details .nk-social>ul li:nth-last-child(1)::after {
	display: none;
}

.nk-section-product-details .nk-nav-tabs .nav-tabs {
	gap: 12px;
	border-bottom: 1px solid #e5e7eb;
}

@media (min-width: 768px) {
	.nk-section-product-details .nk-nav-tabs .nav-tabs {
		gap: 20px;
	}
}

.nk-section-product-details .nk-nav-tabs .nav-tabs .nav-link {
	border: 0;
	padding: 0px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.14;
	border-radius: 0px;
	color: #64728f;
	padding-bottom: 12px;
	text-transform: uppercase;
	transition: all 0.3s linear;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
	.nk-section-product-details .nk-nav-tabs .nav-tabs .nav-link {
		padding-bottom: 24px;
	}
}

.nk-section-product-details .nk-nav-tabs .nav-tabs .nav-link.active {
	color: #0a1425;
	border-color: #008AD7;
}

.nk-section-product-details .swiper.product-slider-lg .swiper-slide {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.nk-section-product-details .swiper.product-slider-sm .swiper-slide {
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	transition: all 0.3s linear;
	border: 2px solid rgba(0, 0, 0, 0);
}

.nk-section-product-details .swiper.product-slider-sm .swiper-slide-thumb-active {
	border-color: #008AD7;
}

.nk-section-product-details .swiper-button-next,
.nk-section-product-details .swiper-button-prev {
	opacity: 0.6;
	transition: all 0.3s linear;
}

.nk-section-product-details .swiper-button-next:hover,
.nk-section-product-details .swiper-button-prev:hover {
	opacity: 1;
}

@media (min-width: 768px) {
	.nk-section-complishment .nk-section-content {
		padding: 30px;
		border-radius: 24px;
		background-color: #fff;
		box-shadow: 4px 4px 36px 0px rgba(192, 192, 192, 0.1607843137),
			-4px -4px 36px 0px rgba(192, 192, 192, 0.1215686275);
	}
}

@media (min-width: 992px) {
	.nk-section-complishment .nk-section-content {
		padding: 60px;
	}
}

@media (min-width: 1200px) {
	.nk-section-complishment .nk-section-content {
		margin-top: -180px;
	}
}

.careers .nk-section-career-details .nk-section-blog-details ul li p:nth-child(1) {
	width: 30%;
}

.careers .nk-section-career-details .nk-section-blog-details ul li p:last-child(1) {
	width: 70%;
}

.home-bs-consulting .nk-section-case {
	background-size: cover;
	background-position: center;
}

.home-bs-consulting .nk-section-case::after {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
	background: linear-gradient(90deg, #2f5f70 10.12%, rgba(47, 95, 112, 0) 100%);
}

.home-bs-solution .nk-section-content .nk-mask {
	z-index: 1;
}

.home-bs-solution .nk-section-content .nk-mask.shape::before,
.home-bs-solution .nk-section-content .nk-mask.shape::after {
	top: 0;
	z-index: 1;
	height: 100%;
	width: 558px;
	background-position: center;
}

.home-bs-solution .nk-section-content .nk-mask.shape::before {
	left: 0;
	background-image: url("../images/shape/y.html");
}

.home-bs-solution .nk-section-content .nk-mask.shape::after {
	right: 0;
	background-image: url("../images/shape/z.html");
}

@media (max-width: 767.98px) {
	.home-bs-management .nk-section-player {
		padding-bottom: 30px;
	}
}

.home-bs-management .nk-section-player .nk-frame {
	z-index: 1;
}

@media (max-width: 767.98px) {
	.home-bs-management .nk-section-player .nk-frame-children {
		display: none;
	}
}

.home-bs-management .nk-section-player .nk-frame-children-one {
	top: -50px;
	left: -45px;
}

.home-bs-management .nk-section-player .nk-frame-children-two {
	right: 0px;
	z-index: -1;
	bottom: -45px;
}

@media (min-width: 768px) {
	.home-bs-management .nk-section-player .nk-frame-children-two {
		right: -50px;
	}
}

.home-bs-management .nk-section-player .nk-video {
	height: auto;
	margin-top: 60px;
}

@media (min-width: 992px) {
	.home-bs-management .nk-section-player .nk-video {
		margin-top: -130px;
	}
}

.home-bs-management .nk-section-player .nk-video-img {
	width: 100%;
}

.home-bs-management .nk-section-player .nk-video-counter {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.home-bs-management .nk-section-player .nk-video-counter {
		z-index: 6;
		width: 80%;
		margin: 0px auto;
		margin-top: -80px;
		position: relative;
	}
}

@media (min-width: 992px) {
	.home-bs-management .nk-section-player .nk-video-counter {
		width: 95%;
	}
}

@media (min-width: 1200px) {
	.home-bs-management .nk-section-player .nk-video-counter {
		width: 928px;
	}
}

@media (min-width: 992px) {
	.home-fintech .nk-section-testimonial::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 480px;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("../images/inside-pages/bg/fintech-banner-bg.html");
	}
}

@media (min-width: 992px) {
	.home-fintech .nk-section-testimonial .swiper-button-group {
		bottom: 0px;
		right: 120px;
		position: absolute;
	}
}

@media (min-width: 992px) {

	.home-fintech .nk-section-testimonial .swiper-button-prev,
	.home-fintech .nk-section-testimonial .swiper-button-next {
		position: static;
	}
}

@media (min-width: 992px) {
	.home-fintech .nk-section-call-action .nk-section-content {
		margin-bottom: -90px;
	}
}

@media (min-width: 992px) {
	.home-green-tech .nk-section-testimonials {
		z-index: 2;
		margin-top: -124px;
	}
}

@media (min-width: 992px) {
	.home-green-tech .nk-section-testimonials .nk-button {
		left: 0;
		top: 50px;
		position: absolute;
	}
}

@media (min-width: 1200px) {
	.home-green-tech .nk-section-testimonials .nk-button {
		top: 48px;
	}
}

.home-green-tech .nk-section-revolution {
	padding: 60px 0px;
}

.home-green-tech .nk-section-revolution::before {
	content: "";
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../images/inside-pages/bg/green-tech-bg-1.html");
}

@media (min-width: 992px) {
	.home-green-tech .nk-section-revolution {
		margin-top: -212px;
		padding-top: 280px;
		padding-bottom: 120px;
	}
}

@media (min-width: 1400px) {
	.home-green-tech .nk-section-revolution {
		margin-top: -244px;
		padding-top: 370px;
		padding-bottom: 220px;
	}
}

@media (max-width: 1199.98px) {
	.home-green-tech .nk-section-power-info {
		padding: 60px 0px;
	}
}

@media (min-width: 1200px) {
	.home-green-tech .nk-section-power-info {
		margin-top: -60px;
		padding-bottom: 120px;
	}
}

@media (min-width: 1400px) {
	.home-green-tech .nk-section-power-info {
		margin-top: -100px;
	}
}

@media (min-width: 1200px) {
	.home-green-tech .nk-section-power-info .nk-frame-info {
		width: 650px;
		height: auto;
		position: absolute;
	}
}

@media (max-width: 767.98px) {
	.home-green-tech .nk-section-power-info .nk-frame-info p {
		font-size: 16px !important;
	}
}

@media (min-width: 1200px) {
	.home-green-tech .nk-section-power-info .nk-frame-one .nk-frame-info {
		right: 0;
		top: 180px;
	}
}

@media (min-width: 1200px) {
	.home-green-tech .nk-section-power-info .nk-frame-two {
		text-align: right;
		margin-top: 172px;
	}
}

.home-green-tech .nk-section-power-info .nk-frame-two .nk-frame-info {
	left: 0;
	top: -170px;
	text-align: left;
}

@media (max-width: 1199.98px) {
	.home-green-tech .nk-section-community .nk-frame>img {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.home-green-tech .nk-section-community .nk-frame-info {
		top: 50%;
		right: 0;
		width: 645px;
		position: absolute;
		transform: translateY(-50%);
	}
}

@media (max-width: 767.98px) {
	.home-green-tech .nk-section-community .nk-frame-info p {
		font-size: 16px !important;
	}
}

.home-green-tech .nk-section-stories::before {
	content: "";
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../images/inside-pages/bg/green-tech-cta-bg.html");
}

@media (min-width: 992px) {
	.home-green-tech .nk-section-stories .nk-frame .nk-video-btn {
		top: auto;
		left: auto;
		right: 30px;
		bottom: 30px;
		transform: none;
	}
}

.home-help-desk .nk-section-goals-term {
	z-index: 2;
	width: 100%;
	position: relative;
}

.home-help-desk .nk-section-goals-term[data-bg-image] {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-help-desk .nk-section-goals-term::after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	position: absolute;
	background-color: rgba(0, 10, 99, 0.4);
}

.home-live-chat-app .nk-section-support::after {
	right: 0;
	top: -60px;
	width: 36.9%;
	height: calc(100% + 60px);
	border-top-left-radius: 240px;
	background-color: #e3f1ef;
}

.home-live-chat-app .nk-section-support .nk-mask.shape::after,
.home-live-chat-app .nk-section-support .nk-mask.shape::before {
	content: "";
	z-index: -1;
	opacity: 0.6;
	user-select: none;
	position: absolute;
	pointer-events: none;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (min-width: 992px) {
	.home-live-chat-app .nk-section-support .nk-mask.shape::before {
		top: 0;
		left: 0;
		width: 266px;
		height: 449px;
		background-size: contain;
		background-image: url("../images/inside-pages/objects/object-2.html");
	}
}

@media (min-width: 992px) {
	.home-live-chat-app .nk-section-support .nk-mask.shape::after {
		right: 0;
		bottom: 0;
		width: 330px;
		height: 330px;
		background-size: contain;
		background-image: url("../images/inside-pages/objects/object-1.html");
	}
}

.home-live-chat-app .nk-section-cta::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/inside-pages/bg/live-chat-cta-bg.html");
}

.home-podcast-app .nk-section-feature .swiper-button-group {
	position: static;
}

.home-podcast-app .nk-section-feature .swiper-button-prev,
.home-podcast-app .nk-section-feature .swiper-button-next {
	position: static;
}

.home-podcast-app .nk-section-podcast-cta .nk-section-content {
	z-index: 1;
	position: relative;
}

.home-podcast-app .nk-section-podcast-cta .nk-section-content .nk-mask.blur::after,
.home-podcast-app .nk-section-podcast-cta .nk-section-content .nk-mask.blur::before {
	content: "";
	width: auto;
	height: auto;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}

.home-podcast-app .nk-section-podcast-cta .nk-section-content .nk-mask.blur::before {
	top: -260px;
	width: 977px;
	height: 923px;
	background-image: url("../images/blur/cta-podcast-blur-1.html");
}

.home-podcast-app .nk-section-podcast-cta .nk-section-content .nk-mask.blur::after {
	bottom: 0px;
	right: -32px;
	width: 572px;
	height: 540px;
	background-image: url("../images/blur/cta-podcast-blur-2.html");
}

@media (max-width: 767.98px) {
	.home-podcast-app .nk-section-podcast-cta .nk-section-content p {
		font-size: 16px !important;
	}
}

.nk-section-help-desk-feature .nk-frame img {
	overflow: hidden;
	border-radius: 1rem;
}

.nk-section-help-desk-feature .layout-one .nk-frame {
	width: 100%;
}

@media (min-width: 768px) {
	.nk-section-help-desk-feature .layout-one .nk-frame {
		width: 712.37px;
		height: 603.83px;
	}
}

@media (min-width: 768px) {
	.nk-section-help-desk-feature .layout-one .nk-frame {
		margin: auto;
	}
}

.nk-section-help-desk-feature .layout-one .nk-frame-children {
	position: relative;
}

@media (min-width: 1200px) {
	.nk-section-help-desk-feature .layout-one .nk-frame-children {
		position: absolute;
	}
}

@media (min-width: 1200px) {
	.nk-section-help-desk-feature .layout-one .nk-frame-children-one {
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
}

@media (max-width: 767.98px) {
	.nk-section-help-desk-feature .layout-one .nk-frame-children-one img {
		width: 100%;
	}
}

@media (max-width: 767.98px) {

	.nk-section-help-desk-feature .layout-one .nk-frame-children-two,
	.nk-section-help-desk-feature .layout-one .nk-frame-children-three {
		display: none;
	}
}

@media (max-width: 1199.98px) {

	.nk-section-help-desk-feature .layout-one .nk-frame-children-two,
	.nk-section-help-desk-feature .layout-one .nk-frame-children-three {
		position: absolute;
	}
}

@media (min-width: 768px) {
	.nk-section-help-desk-feature .layout-one .nk-frame-children-two {
		top: 0px;
		right: 70px;
	}
}

@media (min-width: 768px) {
	.nk-section-help-desk-feature .layout-one .nk-frame-children-three {
		width: 252px;
		right: 70px;
		bottom: 48px;
	}
}

@media (min-width: 1400px) {
	.nk-section-help-desk-feature .layout-one .nk-frame-children-three {
		right: 0;
		bottom: 0;
		width: auto;
	}
}

.careers .nk-section-space {
	padding: 30px 0px;
}

@media (min-width: 992px) {
	.careers .nk-section-space {
		padding: 3.75rem 0px;
	}
}

.careers .nk-section-space-lg {
	padding: 30px 0px;
}

@media (min-width: 992px) {
	.careers .nk-section-space-lg {
		padding: 7.5rem 0px;
	}
}

@media (min-width: 992px) {
	.nk-section-blog-sidebar {
		top: 120px;
		left: 0px;
		position: sticky;
	}

	.nk-section-terms .nk-entry-sidebar {
		top: 120px;
		left: 0px;
		position: sticky;
	}

	.nk-section-integrate .nk-block-head-content {
		padding: 120px 0px;
	}

	.nk-section-integrate::before {
		display: none;
	}
}

@media (min-width: 1200px) {
	.nk-section-integrate .nk-block-head-content {
		padding: 245px 0px;
	}
}

.nk-platform {
	position: relative;
}

.nk-platform-nav {
	gap: 24px;
	z-index: 1;
	position: relative;
	padding-bottom: 1.875rem;
}

.nk-platform-nav .nav-link {
	font-size: 1.5rem;
	overflow: hidden;
	border-radius: 50%;
	align-items: center;
	display: inline-flex;
	width: 3.3333333333rem;
	height: 3.3333333333rem;
	background-color: #fff;
	justify-content: center;
}

.nk-platform-tab-content {
	position: relative;
}

.nk-platform-tiles {
	position: relative;
	text-align: center;
	border-radius: 0.75rem;
}

.platform-content {
	gap: 16px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 576px) {
	.platform-content {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 768px) {
	.platform-content {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1200px) {
	.platform-content {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media (min-width: 1400px) {
	.platform-content {
		gap: 32px;
	}
}

@media (min-width: 768px) {
	.nk-platform-nav {
		gap: 48px;
		padding-bottom: 3.75rem;
	}

	.nk-platform-nav .nav-link {
		width: 4.1666666667rem;
		height: 4.1666666667rem;
	}
}

@media (min-width: 992px) {
	.nk-platform-nav {
		gap: 48px;
		padding-bottom: 3.75rem;
	}

	.nk-platform-nav .nav-link {
		width: 5rem;
		height: 5rem;
		font-size: 32px;
	}
}

@media (max-width: 767.98px) {
	.nk-platform-tiles img {
		height: auto !important;
	}
}

.nk-footer {
	color:#fff;
	background: var(--gradient-primary);
	padding:40px 0 20px;
}

.nk-footer-top .nk-footer-content {
	padding: 3.125rem 0px;
}

@media (min-width: 768px) {
	.nk-footer-top .nk-footer-content {
		padding: 3.75rem 0px;
	}
}

.nk-footer-bottom .nk-footer-content {
	padding: 0.9375rem 0px;
}

@media (min-width: 768px) {
	.nk-footer-bottom .nk-footer-content {
		padding: 1.875rem 0px;
	}
}

.nk-footer-menu {
	gap: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.nk-footer-menu {
		flex-wrap: nowrap;
		gap: 48px;
	}
}

@media (min-width: 992px) {
	.nk-footer-menu {
		justify-content: flex-end;
	}
}

@media (min-width: 1200px) {
	.nk-footer-menu {
		gap: 90px;
	}
}

.nk-footer-menu li a {
	color: #0a1425;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.14;
	text-align: right;
	text-transform: uppercase;
	transition: all 0.3s linear;
}

.nk-footer-menu li a:hover {
	color: #008AD7;
}

.nk-footer-text {
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	text-transform: capitalize;
}

.nk-footer-text:hover {
	color: #96fff8;
}

.nk-footer-copyright-text {
	color: #0a1425;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 500;
	text-transform: capitalize;
}

.nk-footer-brand-info .nk-footer-logo {
	margin-bottom: 16px;
}

.nk-footer-brand-info p {
	font-size: 16px;
	line-height: 1.5;
}

.nk-footer-social {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top:10px;
}

.nk-footer-social li a {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s linear;
	width: 36px;
	height: 36px;
	color: #008AD7;
	border: 0px solid #e5e7eb;
	border-radius: 6px;
	background-color: transparent;
	font-size:28px;
}
.nk-footer-social li a:hover{
	background-color: #008AD7;
	color: #fff;
}
@media (max-width: 575.98px) {
	.nk-footer-info {
		margin-bottom: 24px;
	}
}

.nk-footer-info .title {
	margin-bottom: 24px;
	color: #0a1425;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 700;
	text-transform: capitalize;
}

@media (min-width: 576px) {
	.nk-footer-info .title {
		margin-bottom: 24px;
	}
}

.nk-footer-info ul li a {
	transition: all 0.3s linear;
	color: #64728f;
	font-size: 1rem;
	text-transform: capitalize;
	line-height: 1.5;
}

.nk-footer-info ul li a:hover {
	color: #008AD7;
}

.nk-footer-copyright {
	gap: 20px;
	display: flex;
	align-items: center;
    column-gap: 20px;
    row-gap: 5px;
}

@media (min-width: 576px) {
	.nk-footer-copyright {
		gap: 16px;
	}
}

.nk-footer-copyright li {
	position: relative;
}


@media (min-width: 576px) {
	.nk-footer-copyright li::after {
		right: -8px;
	}
}

.nk-footer-copyright li:nth-last-child(1)::after {
	display: none;
}

.nk-footer-copyright li a {
	white-space: nowrap;
}

.nk-footer-landing-copyright {
	text-align: center;
	background-color: #122544;
}

.nk-footer-landing-copyright span {
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.375rem;
}

.nk-footer-bottom .nk-list-link li {
	position: relative;
}

.nk-footer-bottom .nk-list-link li::after {
	content: "";
	width: 1px;
	top: 50%;
	right: 0px;
	height: 80%;
	position: absolute;
	background-color: #0a1425;
	transform: translateY(-50%);
}

.nk-footer-bottom .nk-list-link li:nth-last-child(1)::after {
	display: none;
}

canvas {
	width: 100%;
	max-width: 100%;
}

body {
	color: #303C44;
	font-size: 1.25rem;
	font-weight: 300;
	font-family: "effra_arabic", sans-serif;
}

a {
	transition: color 0.2s, background-color 0.2s, border 0.2s, box-shadow 0.2s;
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: bold;
	color: #0a1425;
}

h1:where(:last-child),
h2:where(:last-child),
h3:where(:last-child),
h4:where(:last-child),
h5:where(:last-child),
h6:where(:last-child),
.h1:where(:last-child),
.h2:where(:last-child),
.h3:where(:last-child),
.h4:where(:last-child),
.h5:where(:last-child),
.h6:where(:last-child),
p:where(:last-child) {
	margin-bottom: 0;
}

.is-theme h1,
.is-theme h2,
.is-theme h3,
.is-theme h4,
.is-theme h5,
.is-theme h6,
.is-theme .h1,
.is-theme .h2,
.is-theme .h3,
.is-theme .h4,
.is-theme .h5,
.is-theme .h6,
.is-theme p {
	color: #fff;
}

.point-none:hover {
	color: inherit;
}

.is-theme .nk-nav-btns .btn,
.is-theme .nk-nav-btns .btn:hover {
	color: #fff;
}

.is-theme .nk-nav-btns .btn-primary:hover,
.is-theme .nk-nav-btns .btn-danger:hover,
.is-theme .nk-nav-btns .btn-success:hover,
.is-theme .nk-nav-btns .btn-info:hover,
.is-theme .nk-nav-btns .btn-secondary:hover,
.is-theme .nk-nav-btns .btn-white:hover,
.is-theme .nk-nav-btns .btn-outline-primary:hover,
.is-theme .nk-nav-btns .btn-outline-danger:hover,
.is-theme .nk-nav-btns .btn-outline-success:hover,
.is-theme .nk-nav-btns .btn-outline-info:hover,
.is-theme .nk-nav-btns .btn-outline-secondary:hover,
.is-theme .nk-nav-btns .btn-outline-white:hover {
	color: #0a1425;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

hr {
	border: 0;
	color: inherit;
	margin: 1rem 0;
	border-top: 1px solid #f9f7fa;
	opacity: 0.6;
}

.display-6 {
}

h1,
.h1 {
	line-height: 1.33;
}

h2,
.h2 {
	line-height: 1.25;
}

h3,
.h3 {
	line-height: 1.61;
}

h4,
.h4 {
	line-height: 1.68;
}

h5,
.h5 {
	line-height: 1.6;
}

h6,
.h6 {
	line-height: 1.58;
}

.smaller {
	line-height: 1.7;
}

.small {
	line-height: 1.6;
}

.rounded-16 {
	border-radius: 1rem;
}

@media (max-width: 575.98px) {
	.home-collaboration-tool .nk-section-space {
		padding: 60px 0px;
	}
}

@media (max-width: 575.98px) {
	.home-collaboration-tool .nk-section-space-lg {
		padding: 60px 0px;
	}
}

@media (max-width: 767.98px) {

	.home-codebase .btn,
	.home-bs-consulting .btn {
		padding: 8px 16px;
	}
}

.home-live-chat-app .display-6 {

}

.home-live-chat-app h1,
.home-live-chat-app .h1 {
	line-height: 1.33;
}

.home-live-chat-app h2,
.home-live-chat-app .h2 {
	line-height: 1.41;
}

.home-live-chat-app h3,
.home-live-chat-app .h3 {
	line-height: 1.4;
}

.home-live-chat-app h4,
.home-live-chat-app .h4 {
	line-height: 1.68;
}

.home-live-chat-app h5,
.home-live-chat-app .h5 {
	line-height: 1.6;
}

.home-live-chat-app h6,
.home-live-chat-app .h6 {
	line-height: 1.58;
}

.home-kids-course h1,
.home-kids-course h2,
.home-kids-course h3,
.home-kids-course h4,
.home-kids-course h5,
.home-kids-course h6,
.home-kids-course .h1,
.home-kids-course .h2,
.home-kids-course .h3,
.home-kids-course .h4,
.home-kids-course .h5,
.home-kids-course .h6 {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
}

.home-kids-course .display-6 {
	line-height: 1.25;
}

.home-kids-course h1,
.home-kids-course .h1 {
	line-height: 1.33;
}

.home-kids-course h2,
.home-kids-course .h2 {
	line-height: 1.41;
}

.home-kids-course h3,
.home-kids-course .h3 {
	line-height: 1.61;
}

.home-kids-course h4,
.home-kids-course .h4 {
	line-height: 1.68;
}

.home-kids-course h5,
.home-kids-course .h5 {
	line-height: 1.6;
}

.home-kids-course h6,
.home-kids-course .h6 {
	line-height: 1.58;
}

.display-6 {
	line-height: 1.32;
}

h1,
.h1 {
	line-height: 1.33;
}

h2,
.h2 {
	line-height: 1;
}

h3,
.h3 {
	line-height: 1;
}

h4,
.h4 {
	line-height: 1.5;
}

h5,
.h5 {
	line-height: 1.6;
}

h6,
.h6 {
	line-height: 1.58;
}

.home-crypto-portfolio {
	z-index: 1;
	position: relative;
}

.home-crypto-portfolio::after {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/mask/mask-body-1.html");
}

.home-crypto-portfolio .nk-header-main.has-fixed {
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

@media (min-width: 992px) {
	.home-crypto-portfolio .display-6 {
		font-size: 4rem;
		line-height: 4.5rem;
	}
}

.home-crypto-portfolio h1,
.home-crypto-portfolio .h1 {
	line-height: 1.16;
}

.home-crypto-portfolio h4,
.home-crypto-portfolio .h4 {
	line-height: 1.33;
}

.home-crypto-portfolio h5,
.home-crypto-portfolio .h5 {
	line-height: 1.4;

}

.home-data-driven h4,
.home-data-driven .h4 {
	line-height: 1.5;
}

.home-coaching-service h3,
.home-coaching-service .h3 {
	line-height: 1.3;
}

.home-project-manage .h4,
.home-project-manage h4 {
	line-height: 1.6;
}

.home-codebase .display-6 {
	line-height: 1.25;
}

.home-codebase h1,
.home-codebase .h1 {
	line-height: 1.3;
}

.home-codebase h2,
.home-codebase .h2 {
	line-height: 1.5;
}

.home-codebase .badge {
	background: linear-gradient(90deg, #9097f7 0%, #64a2f9 100%);
}

.home-codebase .btn-primary {
	background: linear-gradient(90deg, #9097f7 0%, #64a2f9 100%);
}

.home-codebase .nk-nav .badge {
	color: #fff !important;
	background: #008AD7 !important;
}

.home-business-analytics .display-2 {
	line-height: 1.21;
}

.home-business-management .swiper-pagination-bullet {
	background-color: #e5e7eb !important;
}

.home-business-management .swiper-pagination-bullet-active {
	background-color: #008AD7 !important;
}

.gap {
	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));
}

.gap[class*="gy-"],
.gap[class*="gx-"] {
	margin-left: 0;
	margin-right: 0;
}

.gap[class*="gy-"]>*,
.gap[class*="gx-"]>* {
	padding-left: 0;
	padding-right: 0;
}

.gap>* {
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.nk-space-0 {
	padding: 0;
}

.nk-space-y-0 {
	padding: 0 0px;
}

.nk-space-y-s-0 {
	padding-top: 0;
}

.nk-space-y-e-0 {
	padding-bottom: 0;
}

.nk-space-x-0 {
	padding: 0px 0;
}

.nk-space-x-s-0 {
	padding-left: 0;
}

.nk-space-x-e-0 {
	padding-right: 0;
}

@media (min-width: 576px) {
	.nk-space-sm-0 {
		padding: 0 !important;
	}

	.nk-space-sm-y-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.nk-space-sm-y-s-0 {
		padding-top: 0 !important;
	}

	.nk-space-sm-y-e-0 {
		padding-bottom: 0 !important;
	}

	.nk-space-sm-x-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.nk-space-sm-x-s-0 {
		padding-left: 0 !important;
	}

	.nk-space-sm-x-e-0 {
		padding-right: 0 !important;
	}
}

@media (min-width: 768px) {
	.nk-space-md-0 {
		padding: 0 !important;
	}

	.nk-space-md-y-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.nk-space-md-y-s-0 {
		padding-top: 0 !important;
	}

	.nk-space-md-y-e-0 {
		padding-bottom: 0 !important;
	}

	.nk-space-md-x-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.nk-space-md-x-s-0 {
		padding-left: 0 !important;
	}

	.nk-space-md-x-e-0 {
		padding-right: 0 !important;
	}
}

@media (min-width: 992px) {
	.nk-space-lg-0 {
		padding: 0 !important;
	}

	.nk-space-lg-y-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.nk-space-lg-y-s-0 {
		padding-top: 0 !important;
	}

	.nk-space-lg-y-e-0 {
		padding-bottom: 0 !important;
	}

	.nk-space-lg-x-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.nk-space-lg-x-s-0 {
		padding-left: 0 !important;
	}

	.nk-space-lg-x-e-0 {
		padding-right: 0 !important;
	}
}

@media (min-width: 1200px) {
	.nk-space-xl-0 {
		padding: 0 !important;
	}

	.nk-space-xl-y-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.nk-space-xl-y-s-0 {
		padding-top: 0 !important;
	}

	.nk-space-xl-y-e-0 {
		padding-bottom: 0 !important;
	}

	.nk-space-xl-x-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.nk-space-xl-x-s-0 {
		padding-left: 0 !important;
	}

	.nk-space-xl-x-e-0 {
		padding-right: 0 !important;
	}
}

.nk-space-sm {
	padding: 3.75rem;
}

.nk-space-y-sm {
	padding: 3.75rem 0px;
}

.nk-space-y-s-sm {
	padding-top: 3.75rem;
}

.nk-space-y-e-sm {
	padding-bottom: 3.75rem;
}

.nk-space-x-sm {
	padding: 0px 3.75rem;
}

.nk-space-x-s-sm {
	padding-left: 3.75rem;
}

.nk-space-x-e-sm {
	padding-right: 3.75rem;
}

@media (min-width: 576px) {
	.nk-space-sm-sm {
		padding: 3.75rem !important;
	}

	.nk-space-sm-y-sm {
		padding-top: 3.75rem !important;
		padding-bottom: 3.75rem !important;
	}

	.nk-space-sm-y-s-sm {
		padding-top: 3.75rem !important;
	}

	.nk-space-sm-y-e-sm {
		padding-bottom: 3.75rem !important;
	}

	.nk-space-sm-x-sm {
		padding-left: 3.75rem !important;
		padding-right: 3.75rem !important;
	}

	.nk-space-sm-x-s-sm {
		padding-left: 3.75rem !important;
	}

	.nk-space-sm-x-e-sm {
		padding-right: 3.75rem !important;
	}
}

@media (min-width: 768px) {
	.nk-space-md-sm {
		padding: 3.75rem !important;
	}

	.nk-space-md-y-sm {
		padding-top: 3.75rem !important;
		padding-bottom: 3.75rem !important;
	}

	.nk-space-md-y-s-sm {
		padding-top: 3.75rem !important;
	}

	.nk-space-md-y-e-sm {
		padding-bottom: 3.75rem !important;
	}

	.nk-space-md-x-sm {
		padding-left: 3.75rem !important;
		padding-right: 3.75rem !important;
	}

	.nk-space-md-x-s-sm {
		padding-left: 3.75rem !important;
	}

	.nk-space-md-x-e-sm {
		padding-right: 3.75rem !important;
	}
}

@media (min-width: 992px) {
	.nk-space-lg-sm {
		padding: 3.75rem !important;
	}

	.nk-space-lg-y-sm {
		padding-top: 3.75rem !important;
		padding-bottom: 3.75rem !important;
	}

	.nk-space-lg-y-s-sm {
		padding-top: 3.75rem !important;
	}

	.nk-space-lg-y-e-sm {
		padding-bottom: 3.75rem !important;
	}

	.nk-space-lg-x-sm {
		padding-left: 3.75rem !important;
		padding-right: 3.75rem !important;
	}

	.nk-space-lg-x-s-sm {
		padding-left: 3.75rem !important;
	}

	.nk-space-lg-x-e-sm {
		padding-right: 3.75rem !important;
	}
}

@media (min-width: 1200px) {
	.nk-space-xl-sm {
		padding: 3.75rem !important;
	}

	.nk-space-xl-y-sm {
		padding-top: 3.75rem !important;
		padding-bottom: 3.75rem !important;
	}

	.nk-space-xl-y-s-sm {
		padding-top: 3.75rem !important;
	}

	.nk-space-xl-y-e-sm {
		padding-bottom: 3.75rem !important;
	}

	.nk-space-xl-x-sm {
		padding-left: 3.75rem !important;
		padding-right: 3.75rem !important;
	}

	.nk-space-xl-x-s-sm {
		padding-left: 3.75rem !important;
	}

	.nk-space-xl-x-e-sm {
		padding-right: 3.75rem !important;
	}
}

.nk-space-lg {
	padding: 7.5rem;
}

.nk-space-y-lg {
	padding: 7.5rem 0px;
}

.nk-space-y-s-lg {
	padding-top: 7.5rem;
}

.nk-space-y-e-lg {
	padding-bottom: 7.5rem;
}

.nk-space-x-lg {
	padding: 0px 7.5rem;
}

.nk-space-x-s-lg {
	padding-left: 7.5rem;
}

.nk-space-x-e-lg {
	padding-right: 7.5rem;
}

@media (min-width: 576px) {
	.nk-space-sm-lg {
		padding: 7.5rem !important;
	}

	.nk-space-sm-y-lg {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important;
	}

	.nk-space-sm-y-s-lg {
		padding-top: 7.5rem !important;
	}

	.nk-space-sm-y-e-lg {
		padding-bottom: 7.5rem !important;
	}

	.nk-space-sm-x-lg {
		padding-left: 7.5rem !important;
		padding-right: 7.5rem !important;
	}

	.nk-space-sm-x-s-lg {
		padding-left: 7.5rem !important;
	}

	.nk-space-sm-x-e-lg {
		padding-right: 7.5rem !important;
	}
}

@media (min-width: 768px) {
	.nk-space-md-lg {
		padding: 7.5rem !important;
	}

	.nk-space-md-y-lg {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important;
	}

	.nk-space-md-y-s-lg {
		padding-top: 7.5rem !important;
	}

	.nk-space-md-y-e-lg {
		padding-bottom: 7.5rem !important;
	}

	.nk-space-md-x-lg {
		padding-left: 7.5rem !important;
		padding-right: 7.5rem !important;
	}

	.nk-space-md-x-s-lg {
		padding-left: 7.5rem !important;
	}

	.nk-space-md-x-e-lg {
		padding-right: 7.5rem !important;
	}
}

@media (min-width: 992px) {
	.nk-space-lg-lg {
		padding: 7.5rem !important;
	}

	.nk-space-lg-y-lg {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important;
	}

	.nk-space-lg-y-s-lg {
		padding-top: 7.5rem !important;
	}

	.nk-space-lg-y-e-lg {
		padding-bottom: 7.5rem !important;
	}

	.nk-space-lg-x-lg {
		padding-left: 7.5rem !important;
		padding-right: 7.5rem !important;
	}

	.nk-space-lg-x-s-lg {
		padding-left: 7.5rem !important;
	}

	.nk-space-lg-x-e-lg {
		padding-right: 7.5rem !important;
	}
}

@media (min-width: 1200px) {
	.nk-space-xl-lg {
		padding: 7.5rem !important;
	}

	.nk-space-xl-y-lg {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important;
	}

	.nk-space-xl-y-s-lg {
		padding-top: 7.5rem !important;
	}

	.nk-space-xl-y-e-lg {
		padding-bottom: 7.5rem !important;
	}

	.nk-space-xl-x-lg {
		padding-left: 7.5rem !important;
		padding-right: 7.5rem !important;
	}

	.nk-space-xl-x-s-lg {
		padding-left: 7.5rem !important;
	}

	.nk-space-xl-x-e-lg {
		padding-right: 7.5rem !important;
	}
}

.nk-space-30 {
	padding: 1.875rem;
}

.nk-space-y-30 {
	padding: 1.875rem 0px;
}

.nk-space-y-s-30 {
	padding-top: 1.875rem;
}

.nk-space-y-e-30 {
	padding-bottom: 1.875rem;
}

.nk-space-x-30 {
	padding: 0px 1.875rem;
}

.nk-space-x-s-30 {
	padding-left: 1.875rem;
}

.nk-space-x-e-30 {
	padding-right: 1.875rem;
}

@media (min-width: 576px) {
	.nk-space-sm-30 {
		padding: 1.875rem !important;
	}

	.nk-space-sm-y-30 {
		padding-top: 1.875rem !important;
		padding-bottom: 1.875rem !important;
	}

	.nk-space-sm-y-s-30 {
		padding-top: 1.875rem !important;
	}

	.nk-space-sm-y-e-30 {
		padding-bottom: 1.875rem !important;
	}

	.nk-space-sm-x-30 {
		padding-left: 1.875rem !important;
		padding-right: 1.875rem !important;
	}

	.nk-space-sm-x-s-30 {
		padding-left: 1.875rem !important;
	}

	.nk-space-sm-x-e-30 {
		padding-right: 1.875rem !important;
	}
}

@media (min-width: 768px) {
	.nk-space-md-30 {
		padding: 1.875rem !important;
	}

	.nk-space-md-y-30 {
		padding-top: 1.875rem !important;
		padding-bottom: 1.875rem !important;
	}

	.nk-space-md-y-s-30 {
		padding-top: 1.875rem !important;
	}

	.nk-space-md-y-e-30 {
		padding-bottom: 1.875rem !important;
	}

	.nk-space-md-x-30 {
		padding-left: 1.875rem !important;
		padding-right: 1.875rem !important;
	}

	.nk-space-md-x-s-30 {
		padding-left: 1.875rem !important;
	}

	.nk-space-md-x-e-30 {
		padding-right: 1.875rem !important;
	}
}

@media (min-width: 992px) {
	.nk-space-lg-30 {
		padding: 1.875rem !important;
	}

	.nk-space-lg-y-30 {
		padding-top: 1.875rem !important;
		padding-bottom: 1.875rem !important;
	}

	.nk-space-lg-y-s-30 {
		padding-top: 1.875rem !important;
	}

	.nk-space-lg-y-e-30 {
		padding-bottom: 1.875rem !important;
	}

	.nk-space-lg-x-30 {
		padding-left: 1.875rem !important;
		padding-right: 1.875rem !important;
	}

	.nk-space-lg-x-s-30 {
		padding-left: 1.875rem !important;
	}

	.nk-space-lg-x-e-30 {
		padding-right: 1.875rem !important;
	}
}

@media (min-width: 1200px) {
	.nk-space-xl-30 {
		padding: 1.875rem !important;
	}

	.nk-space-xl-y-30 {
		padding-top: 1.875rem !important;
		padding-bottom: 1.875rem !important;
	}

	.nk-space-xl-y-s-30 {
		padding-top: 1.875rem !important;
	}

	.nk-space-xl-y-e-30 {
		padding-bottom: 1.875rem !important;
	}

	.nk-space-xl-x-30 {
		padding-left: 1.875rem !important;
		padding-right: 1.875rem !important;
	}

	.nk-space-xl-x-s-30 {
		padding-left: 1.875rem !important;
	}

	.nk-space-xl-x-e-30 {
		padding-right: 1.875rem !important;
	}
}

.nk-space-60 {
	padding: 3.75rem;
}

.nk-space-y-60 {
	padding: 3.75rem 0px;
}

.nk-space-y-s-60 {
	padding-top: 3.75rem;
}

.nk-space-y-e-60 {
	padding-bottom: 3.75rem;
}

.nk-space-x-60 {
	padding: 0px 3.75rem;
}

.nk-space-x-s-60 {
	padding-left: 3.75rem;
}

.nk-space-x-e-60 {
	padding-right: 3.75rem;
}

@media (min-width: 576px) {
	.nk-space-sm-60 {
		padding: 3.75rem !important;
	}

	.nk-space-sm-y-60 {
		padding-top: 3.75rem !important;
		padding-bottom: 3.75rem !important;
	}

	.nk-space-sm-y-s-60 {
		padding-top: 3.75rem !important;
	}

	.nk-space-sm-y-e-60 {
		padding-bottom: 3.75rem !important;
	}

	.nk-space-sm-x-60 {
		padding-left: 3.75rem !important;
		padding-right: 3.75rem !important;
	}

	.nk-space-sm-x-s-60 {
		padding-left: 3.75rem !important;
	}

	.nk-space-sm-x-e-60 {
		padding-right: 3.75rem !important;
	}
}

@media (min-width: 768px) {
	.nk-space-md-60 {
		padding: 3.75rem !important;
	}

	.nk-space-md-y-60 {
		padding-top: 3.75rem !important;
		padding-bottom: 3.75rem !important;
	}

	.nk-space-md-y-s-60 {
		padding-top: 3.75rem !important;
	}

	.nk-space-md-y-e-60 {
		padding-bottom: 3.75rem !important;
	}

	.nk-space-md-x-60 {
		padding-left: 3.75rem !important;
		padding-right: 3.75rem !important;
	}

	.nk-space-md-x-s-60 {
		padding-left: 3.75rem !important;
	}

	.nk-space-md-x-e-60 {
		padding-right: 3.75rem !important;
	}
}

@media (min-width: 992px) {
	.nk-space-lg-60 {
		padding: 3.75rem !important;
	}

	.nk-space-lg-y-60 {
		padding-top: 3.75rem !important;
		padding-bottom: 3.75rem !important;
	}

	.nk-space-lg-y-s-60 {
		padding-top: 3.75rem !important;
	}

	.nk-space-lg-y-e-60 {
		padding-bottom: 3.75rem !important;
	}

	.nk-space-lg-x-60 {
		padding-left: 3.75rem !important;
		padding-right: 3.75rem !important;
	}

	.nk-space-lg-x-s-60 {
		padding-left: 3.75rem !important;
	}

	.nk-space-lg-x-e-60 {
		padding-right: 3.75rem !important;
	}
}

@media (min-width: 1200px) {
	.nk-space-xl-60 {
		padding: 3.75rem !important;
	}

	.nk-space-xl-y-60 {
		padding-top: 3.75rem !important;
		padding-bottom: 3.75rem !important;
	}

	.nk-space-xl-y-s-60 {
		padding-top: 3.75rem !important;
	}

	.nk-space-xl-y-e-60 {
		padding-bottom: 3.75rem !important;
	}

	.nk-space-xl-x-60 {
		padding-left: 3.75rem !important;
		padding-right: 3.75rem !important;
	}

	.nk-space-xl-x-s-60 {
		padding-left: 3.75rem !important;
	}

	.nk-space-xl-x-e-60 {
		padding-right: 3.75rem !important;
	}
}

.nk-space-70 {
	padding: 4.375rem;
}

.nk-space-y-70 {
	padding: 4.375rem 0px;
}

.nk-space-y-s-70 {
	padding-top: 4.375rem;
}

.nk-space-y-e-70 {
	padding-bottom: 4.375rem;
}

.nk-space-x-70 {
	padding: 0px 4.375rem;
}

.nk-space-x-s-70 {
	padding-left: 4.375rem;
}

.nk-space-x-e-70 {
	padding-right: 4.375rem;
}

@media (min-width: 576px) {
	.nk-space-sm-70 {
		padding: 4.375rem !important;
	}

	.nk-space-sm-y-70 {
		padding-top: 4.375rem !important;
		padding-bottom: 4.375rem !important;
	}

	.nk-space-sm-y-s-70 {
		padding-top: 4.375rem !important;
	}

	.nk-space-sm-y-e-70 {
		padding-bottom: 4.375rem !important;
	}

	.nk-space-sm-x-70 {
		padding-left: 4.375rem !important;
		padding-right: 4.375rem !important;
	}

	.nk-space-sm-x-s-70 {
		padding-left: 4.375rem !important;
	}

	.nk-space-sm-x-e-70 {
		padding-right: 4.375rem !important;
	}
}

@media (min-width: 768px) {
	.nk-space-md-70 {
		padding: 4.375rem !important;
	}

	.nk-space-md-y-70 {
		padding-top: 4.375rem !important;
		padding-bottom: 4.375rem !important;
	}

	.nk-space-md-y-s-70 {
		padding-top: 4.375rem !important;
	}

	.nk-space-md-y-e-70 {
		padding-bottom: 4.375rem !important;
	}

	.nk-space-md-x-70 {
		padding-left: 4.375rem !important;
		padding-right: 4.375rem !important;
	}

	.nk-space-md-x-s-70 {
		padding-left: 4.375rem !important;
	}

	.nk-space-md-x-e-70 {
		padding-right: 4.375rem !important;
	}
}

@media (min-width: 992px) {
	.nk-space-lg-70 {
		padding: 4.375rem !important;
	}

	.nk-space-lg-y-70 {
		padding-top: 4.375rem !important;
		padding-bottom: 4.375rem !important;
	}

	.nk-space-lg-y-s-70 {
		padding-top: 4.375rem !important;
	}

	.nk-space-lg-y-e-70 {
		padding-bottom: 4.375rem !important;
	}

	.nk-space-lg-x-70 {
		padding-left: 4.375rem !important;
		padding-right: 4.375rem !important;
	}

	.nk-space-lg-x-s-70 {
		padding-left: 4.375rem !important;
	}

	.nk-space-lg-x-e-70 {
		padding-right: 4.375rem !important;
	}
}

@media (min-width: 1200px) {
	.nk-space-xl-70 {
		padding: 4.375rem !important;
	}

	.nk-space-xl-y-70 {
		padding-top: 4.375rem !important;
		padding-bottom: 4.375rem !important;
	}

	.nk-space-xl-y-s-70 {
		padding-top: 4.375rem !important;
	}

	.nk-space-xl-y-e-70 {
		padding-bottom: 4.375rem !important;
	}

	.nk-space-xl-x-70 {
		padding-left: 4.375rem !important;
		padding-right: 4.375rem !important;
	}

	.nk-space-xl-x-s-70 {
		padding-left: 4.375rem !important;
	}

	.nk-space-xl-x-e-70 {
		padding-right: 4.375rem !important;
	}
}

.nk-space-80 {
	padding: 5rem;
}

.nk-space-y-80 {
	padding: 5rem 0px;
}

.nk-space-y-s-80 {
	padding-top: 5rem;
}

.nk-space-y-e-80 {
	padding-bottom: 5rem;
}

.nk-space-x-80 {
	padding: 0px 5rem;
}

.nk-space-x-s-80 {
	padding-left: 5rem;
}

.nk-space-x-e-80 {
	padding-right: 5rem;
}

@media (min-width: 576px) {
	.nk-space-sm-80 {
		padding: 5rem !important;
	}

	.nk-space-sm-y-80 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}

	.nk-space-sm-y-s-80 {
		padding-top: 5rem !important;
	}

	.nk-space-sm-y-e-80 {
		padding-bottom: 5rem !important;
	}

	.nk-space-sm-x-80 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

	.nk-space-sm-x-s-80 {
		padding-left: 5rem !important;
	}

	.nk-space-sm-x-e-80 {
		padding-right: 5rem !important;
	}
}

@media (min-width: 768px) {
	.nk-space-md-80 {
		padding: 5rem !important;
	}

	.nk-space-md-y-80 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}

	.nk-space-md-y-s-80 {
		padding-top: 5rem !important;
	}

	.nk-space-md-y-e-80 {
		padding-bottom: 5rem !important;
	}

	.nk-space-md-x-80 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

	.nk-space-md-x-s-80 {
		padding-left: 5rem !important;
	}

	.nk-space-md-x-e-80 {
		padding-right: 5rem !important;
	}
}

@media (min-width: 992px) {
	.nk-space-lg-80 {
		padding: 5rem !important;
	}

	.nk-space-lg-y-80 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}

	.nk-space-lg-y-s-80 {
		padding-top: 5rem !important;
	}

	.nk-space-lg-y-e-80 {
		padding-bottom: 5rem !important;
	}

	.nk-space-lg-x-80 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

	.nk-space-lg-x-s-80 {
		padding-left: 5rem !important;
	}

	.nk-space-lg-x-e-80 {
		padding-right: 5rem !important;
	}
}

@media (min-width: 1200px) {
	.nk-space-xl-80 {
		padding: 5rem !important;
	}

	.nk-space-xl-y-80 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}

	.nk-space-xl-y-s-80 {
		padding-top: 5rem !important;
	}

	.nk-space-xl-y-e-80 {
		padding-bottom: 5rem !important;
	}

	.nk-space-xl-x-80 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

	.nk-space-xl-x-s-80 {
		padding-left: 5rem !important;
	}

	.nk-space-xl-x-e-80 {
		padding-right: 5rem !important;
	}
}

.nk-space-100 {
	padding: 6.25rem;
}

.nk-space-y-100 {
	padding: 6.25rem 0px;
}

.nk-space-y-s-100 {
	padding-top: 6.25rem;
}

.nk-space-y-e-100 {
	padding-bottom: 6.25rem;
}

.nk-space-x-100 {
	padding: 0px 6.25rem;
}

.nk-space-x-s-100 {
	padding-left: 6.25rem;
}

.nk-space-x-e-100 {
	padding-right: 6.25rem;
}

@media (min-width: 576px) {
	.nk-space-sm-100 {
		padding: 6.25rem !important;
	}

	.nk-space-sm-y-100 {
		padding-top: 6.25rem !important;
		padding-bottom: 6.25rem !important;
	}

	.nk-space-sm-y-s-100 {
		padding-top: 6.25rem !important;
	}

	.nk-space-sm-y-e-100 {
		padding-bottom: 6.25rem !important;
	}

	.nk-space-sm-x-100 {
		padding-left: 6.25rem !important;
		padding-right: 6.25rem !important;
	}

	.nk-space-sm-x-s-100 {
		padding-left: 6.25rem !important;
	}

	.nk-space-sm-x-e-100 {
		padding-right: 6.25rem !important;
	}
}

@media (min-width: 768px) {
	.nk-space-md-100 {
		padding: 6.25rem !important;
	}

	.nk-space-md-y-100 {
		padding-top: 6.25rem !important;
		padding-bottom: 6.25rem !important;
	}

	.nk-space-md-y-s-100 {
		padding-top: 6.25rem !important;
	}

	.nk-space-md-y-e-100 {
		padding-bottom: 6.25rem !important;
	}

	.nk-space-md-x-100 {
		padding-left: 6.25rem !important;
		padding-right: 6.25rem !important;
	}

	.nk-space-md-x-s-100 {
		padding-left: 6.25rem !important;
	}

	.nk-space-md-x-e-100 {
		padding-right: 6.25rem !important;
	}
}

@media (min-width: 992px) {
	.nk-space-lg-100 {
		padding: 6.25rem !important;
	}

	.nk-space-lg-y-100 {
		padding-top: 6.25rem !important;
		padding-bottom: 6.25rem !important;
	}

	.nk-space-lg-y-s-100 {
		padding-top: 6.25rem !important;
	}

	.nk-space-lg-y-e-100 {
		padding-bottom: 6.25rem !important;
	}

	.nk-space-lg-x-100 {
		padding-left: 6.25rem !important;
		padding-right: 6.25rem !important;
	}

	.nk-space-lg-x-s-100 {
		padding-left: 6.25rem !important;
	}

	.nk-space-lg-x-e-100 {
		padding-right: 6.25rem !important;
	}
}

@media (min-width: 1200px) {
	.nk-space-xl-100 {
		padding: 6.25rem !important;
	}

	.nk-space-xl-y-100 {
		padding-top: 6.25rem !important;
		padding-bottom: 6.25rem !important;
	}

	.nk-space-xl-y-s-100 {
		padding-top: 6.25rem !important;
	}

	.nk-space-xl-y-e-100 {
		padding-bottom: 6.25rem !important;
	}

	.nk-space-xl-x-100 {
		padding-left: 6.25rem !important;
		padding-right: 6.25rem !important;
	}

	.nk-space-xl-x-s-100 {
		padding-left: 6.25rem !important;
	}

	.nk-space-xl-x-e-100 {
		padding-right: 6.25rem !important;
	}
}

.nk-space-120 {
	padding: 7.5rem;
}

.nk-space-y-120 {
	padding: 7.5rem 0px;
}

.nk-space-y-s-120 {
	padding-top: 7.5rem;
}

.nk-space-y-e-120 {
	padding-bottom: 7.5rem;
}

.nk-space-x-120 {
	padding: 0px 7.5rem;
}

.nk-space-x-s-120 {
	padding-left: 7.5rem;
}

.nk-space-x-e-120 {
	padding-right: 7.5rem;
}

@media (min-width: 576px) {
	.nk-space-sm-120 {
		padding: 7.5rem !important;
	}

	.nk-space-sm-y-120 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important;
	}

	.nk-space-sm-y-s-120 {
		padding-top: 7.5rem !important;
	}

	.nk-space-sm-y-e-120 {
		padding-bottom: 7.5rem !important;
	}

	.nk-space-sm-x-120 {
		padding-left: 7.5rem !important;
		padding-right: 7.5rem !important;
	}

	.nk-space-sm-x-s-120 {
		padding-left: 7.5rem !important;
	}

	.nk-space-sm-x-e-120 {
		padding-right: 7.5rem !important;
	}
}

@media (min-width: 768px) {
	.nk-space-md-120 {
		padding: 7.5rem !important;
	}

	.nk-space-md-y-120 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important;
	}

	.nk-space-md-y-s-120 {
		padding-top: 7.5rem !important;
	}

	.nk-space-md-y-e-120 {
		padding-bottom: 7.5rem !important;
	}

	.nk-space-md-x-120 {
		padding-left: 7.5rem !important;
		padding-right: 7.5rem !important;
	}

	.nk-space-md-x-s-120 {
		padding-left: 7.5rem !important;
	}

	.nk-space-md-x-e-120 {
		padding-right: 7.5rem !important;
	}
}

@media (min-width: 992px) {
	.nk-space-lg-120 {
		padding: 7.5rem !important;
	}

	.nk-space-lg-y-120 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important;
	}

	.nk-space-lg-y-s-120 {
		padding-top: 7.5rem !important;
	}

	.nk-space-lg-y-e-120 {
		padding-bottom: 7.5rem !important;
	}

	.nk-space-lg-x-120 {
		padding-left: 7.5rem !important;
		padding-right: 7.5rem !important;
	}

	.nk-space-lg-x-s-120 {
		padding-left: 7.5rem !important;
	}

	.nk-space-lg-x-e-120 {
		padding-right: 7.5rem !important;
	}
}

@media (min-width: 1200px) {
	.nk-space-xl-120 {
		padding: 7.5rem !important;
	}

	.nk-space-xl-y-120 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important;
	}

	.nk-space-xl-y-s-120 {
		padding-top: 7.5rem !important;
	}

	.nk-space-xl-y-e-120 {
		padding-bottom: 7.5rem !important;
	}

	.nk-space-xl-x-120 {
		padding-left: 7.5rem !important;
		padding-right: 7.5rem !important;
	}

	.nk-space-xl-x-s-120 {
		padding-left: 7.5rem !important;
	}

	.nk-space-xl-x-e-120 {
		padding-right: 7.5rem !important;
	}
}

.nk-space-160 {
	padding: 10rem;
}

.nk-space-y-160 {
	padding: 10rem 0px;
}

.nk-space-y-s-160 {
	padding-top: 10rem;
}

.nk-space-y-e-160 {
	padding-bottom: 10rem;
}

.nk-space-x-160 {
	padding: 0px 10rem;
}

.nk-space-x-s-160 {
	padding-left: 10rem;
}

.nk-space-x-e-160 {
	padding-right: 10rem;
}

@media (min-width: 576px) {
	.nk-space-sm-160 {
		padding: 10rem !important;
	}

	.nk-space-sm-y-160 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important;
	}

	.nk-space-sm-y-s-160 {
		padding-top: 10rem !important;
	}

	.nk-space-sm-y-e-160 {
		padding-bottom: 10rem !important;
	}

	.nk-space-sm-x-160 {
		padding-left: 10rem !important;
		padding-right: 10rem !important;
	}

	.nk-space-sm-x-s-160 {
		padding-left: 10rem !important;
	}

	.nk-space-sm-x-e-160 {
		padding-right: 10rem !important;
	}
}

@media (min-width: 768px) {
	.nk-space-md-160 {
		padding: 10rem !important;
	}

	.nk-space-md-y-160 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important;
	}

	.nk-space-md-y-s-160 {
		padding-top: 10rem !important;
	}

	.nk-space-md-y-e-160 {
		padding-bottom: 10rem !important;
	}

	.nk-space-md-x-160 {
		padding-left: 10rem !important;
		padding-right: 10rem !important;
	}

	.nk-space-md-x-s-160 {
		padding-left: 10rem !important;
	}

	.nk-space-md-x-e-160 {
		padding-right: 10rem !important;
	}
}

@media (min-width: 992px) {
	.nk-space-lg-160 {
		padding: 10rem !important;
	}

	.nk-space-lg-y-160 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important;
	}

	.nk-space-lg-y-s-160 {
		padding-top: 10rem !important;
	}

	.nk-space-lg-y-e-160 {
		padding-bottom: 10rem !important;
	}

	.nk-space-lg-x-160 {
		padding-left: 10rem !important;
		padding-right: 10rem !important;
	}

	.nk-space-lg-x-s-160 {
		padding-left: 10rem !important;
	}

	.nk-space-lg-x-e-160 {
		padding-right: 10rem !important;
	}
}

@media (min-width: 1200px) {
	.nk-space-xl-160 {
		padding: 10rem !important;
	}

	.nk-space-xl-y-160 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important;
	}

	.nk-space-xl-y-s-160 {
		padding-top: 10rem !important;
	}

	.nk-space-xl-y-e-160 {
		padding-bottom: 10rem !important;
	}

	.nk-space-xl-x-160 {
		padding-left: 10rem !important;
		padding-right: 10rem !important;
	}

	.nk-space-xl-x-s-160 {
		padding-left: 10rem !important;
	}

	.nk-space-xl-x-e-160 {
		padding-right: 10rem !important;
	}
}

.nk-space-180 {
	padding: 11.25rem;
}

.nk-space-y-180 {
	padding: 11.25rem 0px;
}

.nk-space-y-s-180 {
	padding-top: 11.25rem;
}

.nk-space-y-e-180 {
	padding-bottom: 11.25rem;
}

.nk-space-x-180 {
	padding: 0px 11.25rem;
}

.nk-space-x-s-180 {
	padding-left: 11.25rem;
}

.nk-space-x-e-180 {
	padding-right: 11.25rem;
}

@media (min-width: 576px) {
	.nk-space-sm-180 {
		padding: 11.25rem !important;
	}

	.nk-space-sm-y-180 {
		padding-top: 11.25rem !important;
		padding-bottom: 11.25rem !important;
	}

	.nk-space-sm-y-s-180 {
		padding-top: 11.25rem !important;
	}

	.nk-space-sm-y-e-180 {
		padding-bottom: 11.25rem !important;
	}

	.nk-space-sm-x-180 {
		padding-left: 11.25rem !important;
		padding-right: 11.25rem !important;
	}

	.nk-space-sm-x-s-180 {
		padding-left: 11.25rem !important;
	}

	.nk-space-sm-x-e-180 {
		padding-right: 11.25rem !important;
	}
}

@media (min-width: 768px) {
	.nk-space-md-180 {
		padding: 11.25rem !important;
	}

	.nk-space-md-y-180 {
		padding-top: 11.25rem !important;
		padding-bottom: 11.25rem !important;
	}

	.nk-space-md-y-s-180 {
		padding-top: 11.25rem !important;
	}

	.nk-space-md-y-e-180 {
		padding-bottom: 11.25rem !important;
	}

	.nk-space-md-x-180 {
		padding-left: 11.25rem !important;
		padding-right: 11.25rem !important;
	}

	.nk-space-md-x-s-180 {
		padding-left: 11.25rem !important;
	}

	.nk-space-md-x-e-180 {
		padding-right: 11.25rem !important;
	}
}

@media (min-width: 992px) {
	.nk-space-lg-180 {
		padding: 11.25rem !important;
	}

	.nk-space-lg-y-180 {
		padding-top: 11.25rem !important;
		padding-bottom: 11.25rem !important;
	}

	.nk-space-lg-y-s-180 {
		padding-top: 11.25rem !important;
	}

	.nk-space-lg-y-e-180 {
		padding-bottom: 11.25rem !important;
	}

	.nk-space-lg-x-180 {
		padding-left: 11.25rem !important;
		padding-right: 11.25rem !important;
	}

	.nk-space-lg-x-s-180 {
		padding-left: 11.25rem !important;
	}

	.nk-space-lg-x-e-180 {
		padding-right: 11.25rem !important;
	}
}

@media (min-width: 1200px) {
	.nk-space-xl-180 {
		padding: 11.25rem !important;
	}

	.nk-space-xl-y-180 {
		padding-top: 11.25rem !important;
		padding-bottom: 11.25rem !important;
	}

	.nk-space-xl-y-s-180 {
		padding-top: 11.25rem !important;
	}

	.nk-space-xl-y-e-180 {
		padding-bottom: 11.25rem !important;
	}

	.nk-space-xl-x-180 {
		padding-left: 11.25rem !important;
		padding-right: 11.25rem !important;
	}

	.nk-space-xl-x-s-180 {
		padding-left: 11.25rem !important;
	}

	.nk-space-xl-x-e-180 {
		padding-right: 11.25rem !important;
	}
}

.nk-space-200 {
	padding: 12.5rem;
}

.nk-space-y-200 {
	padding: 12.5rem 0px;
}

.nk-space-y-s-200 {
	padding-top: 12.5rem;
}

.nk-space-y-e-200 {
	padding-bottom: 12.5rem;
}

.nk-space-x-200 {
	padding: 0px 12.5rem;
}

.nk-space-x-s-200 {
	padding-left: 12.5rem;
}

.nk-space-x-e-200 {
	padding-right: 12.5rem;
}

@media (min-width: 576px) {
	.nk-space-sm-200 {
		padding: 12.5rem !important;
	}

	.nk-space-sm-y-200 {
		padding-top: 12.5rem !important;
		padding-bottom: 12.5rem !important;
	}

	.nk-space-sm-y-s-200 {
		padding-top: 12.5rem !important;
	}

	.nk-space-sm-y-e-200 {
		padding-bottom: 12.5rem !important;
	}

	.nk-space-sm-x-200 {
		padding-left: 12.5rem !important;
		padding-right: 12.5rem !important;
	}

	.nk-space-sm-x-s-200 {
		padding-left: 12.5rem !important;
	}

	.nk-space-sm-x-e-200 {
		padding-right: 12.5rem !important;
	}
}

@media (min-width: 768px) {
	.nk-space-md-200 {
		padding: 12.5rem !important;
	}

	.nk-space-md-y-200 {
		padding-top: 12.5rem !important;
		padding-bottom: 12.5rem !important;
	}

	.nk-space-md-y-s-200 {
		padding-top: 12.5rem !important;
	}

	.nk-space-md-y-e-200 {
		padding-bottom: 12.5rem !important;
	}

	.nk-space-md-x-200 {
		padding-left: 12.5rem !important;
		padding-right: 12.5rem !important;
	}

	.nk-space-md-x-s-200 {
		padding-left: 12.5rem !important;
	}

	.nk-space-md-x-e-200 {
		padding-right: 12.5rem !important;
	}
}

@media (min-width: 992px) {
	.nk-space-lg-200 {
		padding: 12.5rem !important;
	}

	.nk-space-lg-y-200 {
		padding-top: 12.5rem !important;
		padding-bottom: 12.5rem !important;
	}

	.nk-space-lg-y-s-200 {
		padding-top: 12.5rem !important;
	}

	.nk-space-lg-y-e-200 {
		padding-bottom: 12.5rem !important;
	}

	.nk-space-lg-x-200 {
		padding-left: 12.5rem !important;
		padding-right: 12.5rem !important;
	}

	.nk-space-lg-x-s-200 {
		padding-left: 12.5rem !important;
	}

	.nk-space-lg-x-e-200 {
		padding-right: 12.5rem !important;
	}
}

@media (min-width: 1200px) {
	.nk-space-xl-200 {
		padding: 12.5rem !important;
	}

	.nk-space-xl-y-200 {
		padding-top: 12.5rem !important;
		padding-bottom: 12.5rem !important;
	}

	.nk-space-xl-y-s-200 {
		padding-top: 12.5rem !important;
	}

	.nk-space-xl-y-e-200 {
		padding-bottom: 12.5rem !important;
	}

	.nk-space-xl-x-200 {
		padding-left: 12.5rem !important;
		padding-right: 12.5rem !important;
	}

	.nk-space-xl-x-s-200 {
		padding-left: 12.5rem !important;
	}

	.nk-space-xl-x-e-200 {
		padding-right: 12.5rem !important;
	}
}

.nk-space-220 {
	padding: 13.75rem;
}

.nk-space-y-220 {
	padding: 13.75rem 0px;
}

.nk-space-y-s-220 {
	padding-top: 13.75rem;
}

.nk-space-y-e-220 {
	padding-bottom: 13.75rem;
}

.nk-space-x-220 {
	padding: 0px 13.75rem;
}

.nk-space-x-s-220 {
	padding-left: 13.75rem;
}

.nk-space-x-e-220 {
	padding-right: 13.75rem;
}

@media (min-width: 576px) {
	.nk-space-sm-220 {
		padding: 13.75rem !important;
	}

	.nk-space-sm-y-220 {
		padding-top: 13.75rem !important;
		padding-bottom: 13.75rem !important;
	}

	.nk-space-sm-y-s-220 {
		padding-top: 13.75rem !important;
	}

	.nk-space-sm-y-e-220 {
		padding-bottom: 13.75rem !important;
	}

	.nk-space-sm-x-220 {
		padding-left: 13.75rem !important;
		padding-right: 13.75rem !important;
	}

	.nk-space-sm-x-s-220 {
		padding-left: 13.75rem !important;
	}

	.nk-space-sm-x-e-220 {
		padding-right: 13.75rem !important;
	}
}

@media (min-width: 768px) {
	.nk-space-md-220 {
		padding: 13.75rem !important;
	}

	.nk-space-md-y-220 {
		padding-top: 13.75rem !important;
		padding-bottom: 13.75rem !important;
	}

	.nk-space-md-y-s-220 {
		padding-top: 13.75rem !important;
	}

	.nk-space-md-y-e-220 {
		padding-bottom: 13.75rem !important;
	}

	.nk-space-md-x-220 {
		padding-left: 13.75rem !important;
		padding-right: 13.75rem !important;
	}

	.nk-space-md-x-s-220 {
		padding-left: 13.75rem !important;
	}

	.nk-space-md-x-e-220 {
		padding-right: 13.75rem !important;
	}
}

@media (min-width: 992px) {
	.nk-space-lg-220 {
		padding: 13.75rem !important;
	}

	.nk-space-lg-y-220 {
		padding-top: 13.75rem !important;
		padding-bottom: 13.75rem !important;
	}

	.nk-space-lg-y-s-220 {
		padding-top: 13.75rem !important;
	}

	.nk-space-lg-y-e-220 {
		padding-bottom: 13.75rem !important;
	}

	.nk-space-lg-x-220 {
		padding-left: 13.75rem !important;
		padding-right: 13.75rem !important;
	}

	.nk-space-lg-x-s-220 {
		padding-left: 13.75rem !important;
	}

	.nk-space-lg-x-e-220 {
		padding-right: 13.75rem !important;
	}
}

@media (min-width: 1200px) {
	.nk-space-xl-220 {
		padding: 13.75rem !important;
	}

	.nk-space-xl-y-220 {
		padding-top: 13.75rem !important;
		padding-bottom: 13.75rem !important;
	}

	.nk-space-xl-y-s-220 {
		padding-top: 13.75rem !important;
	}

	.nk-space-xl-y-e-220 {
		padding-bottom: 13.75rem !important;
	}

	.nk-space-xl-x-220 {
		padding-left: 13.75rem !important;
		padding-right: 13.75rem !important;
	}

	.nk-space-xl-x-s-220 {
		padding-left: 13.75rem !important;
	}

	.nk-space-xl-x-e-220 {
		padding-right: 13.75rem !important;
	}
}

.nk-space-240 {
	padding: 15rem;
}

.nk-space-y-240 {
	padding: 15rem 0px;
}

.nk-space-y-s-240 {
	padding-top: 15rem;
}

.nk-space-y-e-240 {
	padding-bottom: 15rem;
}

.nk-space-x-240 {
	padding: 0px 15rem;
}

.nk-space-x-s-240 {
	padding-left: 15rem;
}

.nk-space-x-e-240 {
	padding-right: 15rem;
}

@media (min-width: 576px) {
	.nk-space-sm-240 {
		padding: 15rem !important;
	}

	.nk-space-sm-y-240 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important;
	}

	.nk-space-sm-y-s-240 {
		padding-top: 15rem !important;
	}

	.nk-space-sm-y-e-240 {
		padding-bottom: 15rem !important;
	}

	.nk-space-sm-x-240 {
		padding-left: 15rem !important;
		padding-right: 15rem !important;
	}

	.nk-space-sm-x-s-240 {
		padding-left: 15rem !important;
	}

	.nk-space-sm-x-e-240 {
		padding-right: 15rem !important;
	}
}

@media (min-width: 768px) {
	.nk-space-md-240 {
		padding: 15rem !important;
	}

	.nk-space-md-y-240 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important;
	}

	.nk-space-md-y-s-240 {
		padding-top: 15rem !important;
	}

	.nk-space-md-y-e-240 {
		padding-bottom: 15rem !important;
	}

	.nk-space-md-x-240 {
		padding-left: 15rem !important;
		padding-right: 15rem !important;
	}

	.nk-space-md-x-s-240 {
		padding-left: 15rem !important;
	}

	.nk-space-md-x-e-240 {
		padding-right: 15rem !important;
	}
}

@media (min-width: 992px) {
	.nk-space-lg-240 {
		padding: 15rem !important;
	}

	.nk-space-lg-y-240 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important;
	}

	.nk-space-lg-y-s-240 {
		padding-top: 15rem !important;
	}

	.nk-space-lg-y-e-240 {
		padding-bottom: 15rem !important;
	}

	.nk-space-lg-x-240 {
		padding-left: 15rem !important;
		padding-right: 15rem !important;
	}

	.nk-space-lg-x-s-240 {
		padding-left: 15rem !important;
	}

	.nk-space-lg-x-e-240 {
		padding-right: 15rem !important;
	}
}

@media (min-width: 1200px) {
	.nk-space-xl-240 {
		padding: 15rem !important;
	}

	.nk-space-xl-y-240 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important;
	}

	.nk-space-xl-y-s-240 {
		padding-top: 15rem !important;
	}

	.nk-space-xl-y-e-240 {
		padding-bottom: 15rem !important;
	}

	.nk-space-xl-x-240 {
		padding-left: 15rem !important;
		padding-right: 15rem !important;
	}

	.nk-space-xl-x-s-240 {
		padding-left: 15rem !important;
	}

	.nk-space-xl-x-e-240 {
		padding-right: 15rem !important;
	}
}

.nk-space-310 {
	padding: 19.375rem;
}

.nk-space-y-310 {
	padding: 19.375rem 0px;
}

.nk-space-y-s-310 {
	padding-top: 19.375rem;
}

.nk-space-y-e-310 {
	padding-bottom: 19.375rem;
}

.nk-space-x-310 {
	padding: 0px 19.375rem;
}

.nk-space-x-s-310 {
	padding-left: 19.375rem;
}

.nk-space-x-e-310 {
	padding-right: 19.375rem;
}

@media (min-width: 576px) {
	.nk-space-sm-310 {
		padding: 19.375rem !important;
	}

	.nk-space-sm-y-310 {
		padding-top: 19.375rem !important;
		padding-bottom: 19.375rem !important;
	}

	.nk-space-sm-y-s-310 {
		padding-top: 19.375rem !important;
	}

	.nk-space-sm-y-e-310 {
		padding-bottom: 19.375rem !important;
	}

	.nk-space-sm-x-310 {
		padding-left: 19.375rem !important;
		padding-right: 19.375rem !important;
	}

	.nk-space-sm-x-s-310 {
		padding-left: 19.375rem !important;
	}

	.nk-space-sm-x-e-310 {
		padding-right: 19.375rem !important;
	}
}

@media (min-width: 768px) {
	.nk-space-md-310 {
		padding: 19.375rem !important;
	}

	.nk-space-md-y-310 {
		padding-top: 19.375rem !important;
		padding-bottom: 19.375rem !important;
	}

	.nk-space-md-y-s-310 {
		padding-top: 19.375rem !important;
	}

	.nk-space-md-y-e-310 {
		padding-bottom: 19.375rem !important;
	}

	.nk-space-md-x-310 {
		padding-left: 19.375rem !important;
		padding-right: 19.375rem !important;
	}

	.nk-space-md-x-s-310 {
		padding-left: 19.375rem !important;
	}

	.nk-space-md-x-e-310 {
		padding-right: 19.375rem !important;
	}
}

@media (min-width: 992px) {
	.nk-space-lg-310 {
		padding: 19.375rem !important;
	}

	.nk-space-lg-y-310 {
		padding-top: 19.375rem !important;
		padding-bottom: 19.375rem !important;
	}

	.nk-space-lg-y-s-310 {
		padding-top: 19.375rem !important;
	}

	.nk-space-lg-y-e-310 {
		padding-bottom: 19.375rem !important;
	}

	.nk-space-lg-x-310 {
		padding-left: 19.375rem !important;
		padding-right: 19.375rem !important;
	}

	.nk-space-lg-x-s-310 {
		padding-left: 19.375rem !important;
	}

	.nk-space-lg-x-e-310 {
		padding-right: 19.375rem !important;
	}
}

@media (min-width: 1200px) {
	.nk-space-xl-310 {
		padding: 19.375rem !important;
	}

	.nk-space-xl-y-310 {
		padding-top: 19.375rem !important;
		padding-bottom: 19.375rem !important;
	}

	.nk-space-xl-y-s-310 {
		padding-top: 19.375rem !important;
	}

	.nk-space-xl-y-e-310 {
		padding-bottom: 19.375rem !important;
	}

	.nk-space-xl-x-310 {
		padding-left: 19.375rem !important;
		padding-right: 19.375rem !important;
	}

	.nk-space-xl-x-s-310 {
		padding-left: 19.375rem !important;
	}

	.nk-space-xl-x-e-310 {
		padding-right: 19.375rem !important;
	}
}

.bg-primary {
	background-color: #008AD7 !important;
}

.text-bg-primary {
	background-color: #008AD7 !important;
}

.bg-primary-100 {
	background-color: #f4f8ff !important;
}

.text-bg-primary-100 {
	background-color: #f4f8ff !important;
}

.bg-secondary {
	background-color: #0a1425 !important;
}
.bg-grediant{
	background-image:url(../images/svg/grediant_line_bg.svg);
	background-position: center top;
	background-repeat:no-repeat;
	background-size:100%;
	padding-bottom:10vw !important;
	position:relative;
}
@media (min-width: 1440px){
	.bg-grediant{
		padding-bottom:5vw !important;
	}
}
@media (min-width: 1680px){
	.bg-grediant{
		padding-bottom:5vw !important;
	}

	[dir='rtl'] .bg-grediant{
		padding-bottom:12vw !important;
	}
}
@media (max-width: 992px){
	.bg-grediant{
		background-image:url(../images/svg/grediant_line.svg);
		background-size:cover;
		background-position: center bottom;
	}
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05) !important;
}
.middle-line img{
	position:absolute;
	left:50%;
	top:0;
	transform: translateX(-50%) translateY(-200px);
}
.text-bg-secondary {
	background-color: #0a1425 !important;
}

.bg-gray {
	background-color: #F3F6F8 !important;
}

.text-bg-gray {
	background-color: #f7f8f9 !important;
}

.bg-gray-50 {
	background-color: #e5e7eb !important;
}

.text-bg-gray-50 {
	background-color: #e5e7eb !important;
}

.bg-gray-100 {
	background-color: #faf9ff !important;
}

.text-bg-gray-100 {
	background-color: #faf9ff !important;
}

.bg-gray-200 {
	background-color: #f2f8fb !important;
}

.text-bg-gray-200 {
	background-color: #f2f8fb !important;
}

.bg-gray-300 {
	background-color: #f9f7fa !important;
}

.text-bg-gray-300 {
	background-color: #f9f7fa !important;
}

.bg-gray-400 {
	background-color: #faf9f4 !important;
}

.text-bg-gray-400 {
	background-color: #faf9f4 !important;
}

.bg-gray-500 {
	background-color: #c9c9d4 !important;
}

.text-bg-gray-500 {
	background-color: #c9c9d4 !important;
}

.bg-gray-600 {
	background-color: #c5c5ca !important;
}

.text-bg-gray-600 {
	background-color: #c5c5ca !important;
}

.bg-gray-700 {
	background-color: #adb5bd !important;
}

.text-bg-gray-700 {
	background-color: #adb5bd !important;
}

.bg-gray-800 {
	background-color: #64728f !important;
}

.text-bg-gray-800 {
	background-color: #64728f !important;
}

.bg-gray-900 {
	background-color: #495057 !important;
}

.text-bg-gray-900 {
	background-color: #495057 !important;
}

.bg-gray-1000 {
	background-color: #2b292c !important;
}

.text-bg-gray-1000 {
	background-color: #2b292c !important;
}

.bg-gray-1100 {
	background-color: #0f0f12 !important;
}

.text-bg-gray-1100 {
	background-color: #0f0f12 !important;
}

.bg-gray-1200 {
	background-color: #0a1425 !important;
}

.text-bg-gray-1200 {
	background-color: #0a1425 !important;
}

.bg-gray-1300 {
	background-color: #181921 !important;
}

.text-bg-gray-1300 {
	background-color: #181921 !important;
}

.bg-gray-1400 {
	background-color: #232340 !important;
}

.text-bg-gray-1400 {
	background-color: #232340 !important;
}

.bg-red {
	background-color: #fa5b68 !important;
}

.text-bg-red {
	background-color: #fa5b68 !important;
}

.bg-red-50 {
	background-color: #feebed !important;
}

.text-bg-red-50 {
	background-color: #feebed !important;
}

.bg-yellow {
	background-color: #fdb52a !important;
}

.text-bg-yellow {
	background-color: #fdb52a !important;
}

.bg-yellow-50 {
	background-color: #fef6ea !important;
}

.text-bg-yellow-50 {
	background-color: #fef6ea !important;
}

.bg-yellow-100 {
	background-color: #fdeaba !important;
}

.text-bg-yellow-100 {
	background-color: #fdeaba !important;
}

.bg-yellow-200 {
	background-color: #ffde70 !important;
}

.text-bg-yellow-200 {
	background-color: #ffde70 !important;
}

.bg-green {
	background-color: #22c55e !important;
}

.text-bg-green {
	background-color: #22c55e !important;
}

.bg-green-50 {
	background-color: #e9f9ef !important;
}

.text-bg-green-50 {
	background-color: #e9f9ef !important;
}

.bg-green-100 {
	background-color: #f0f6f5 !important;
}

.text-bg-green-100 {
	background-color: #f0f6f5 !important;
}

.bg-green-200 {
	background-color: #dcfce7 !important;
}

.text-bg-green-200 {
	background-color: #dcfce7 !important;
}

.bg-green-300 {
	background-color: #bde5d3 !important;
}

.text-bg-green-300 {
	background-color: #bde5d3 !important;
}

.bg-green-400 {
	background-color: #45c9c1 !important;
}

.text-bg-green-400 {
	background-color: #45c9c1 !important;
}

.bg-green-500 {
	background-color: #0acf83 !important;
}

.text-bg-green-500 {
	background-color: #0acf83 !important;
}

.bg-green-600 {
	background-color: #54a8c7 !important;
}

.text-bg-green-600 {
	background-color: #54a8c7 !important;
}

.bg-green-700 {
	background-color: #2a9d8f !important;
}

.text-bg-green-700 {
	background-color: #2a9d8f !important;
}

.bg-green-800 {
	background-color: #071a17 !important;
}

.text-bg-green-800 {
	background-color: #071a17 !important;
}

.bg-blue {
	background-color: #0062ff !important;
}

.text-bg-blue {
	background-color: #0062ff !important;
}

.bg-blue-50 {
	background-color: #f4f8ff !important;
}

.text-bg-blue-50 {
	background-color: #f4f8ff !important;
}

.bg-blue-100 {
	background-color: #ebf2ff !important;
}

.text-bg-blue-100 {
	background-color: #ebf2ff !important;
}

.bg-blue-200 {
	background-color: #f3f4ff !important;
}

.text-bg-blue-200 {
	background-color: #f3f4ff !important;
}

.bg-blue-300 {
	background-color: #eaefff !important;
}

.text-bg-blue-300 {
	background-color: #eaefff !important;
}

.bg-blue-400 {
	background-color: #e7fbff !important;
}

.text-bg-blue-400 {
	background-color: #e7fbff !important;
}

.bg-blue-500 {
	background-color: #e8ebff !important;
}

.text-bg-blue-500 {
	background-color: #e8ebff !important;
}

.bg-blue-600 {
	background-color: #f9faff !important;
}

.text-bg-blue-600 {
	background-color: #f9faff !important;
}

.bg-blue-700 {
	background-color: #c3c9f1 !important;
}

.text-bg-blue-700 {
	background-color: #c3c9f1 !important;
}

.bg-blue-800 {
	background-color: #6472b9 !important;
}

.text-bg-blue-800 {
	background-color: #6472b9 !important;
}

.bg-blue-900 {
	background-color: #8c9bff !important;
}

.text-bg-blue-900 {
	background-color: #8c9bff !important;
}

.bg-blue-1000 {
	background-color: #589bff !important;
}

.text-bg-blue-1000 {
	background-color: #589bff !important;
}

.bg-blue-1100 {
	background-color: #6576ff !important;
}

.text-bg-blue-1100 {
	background-color: #6576ff !important;
}

.bg-blue-1200 {
	background-color: #008AD7 !important;
}

.text-bg-blue-1200 {
	background-color: #008AD7 !important;
}

.bg-blue-1300 {
	background-color: #6366f1 !important;
}

.text-bg-blue-1300 {
	background-color: #6366f1 !important;
}

.bg-blue-1400 {
	background-color: #3f53d8 !important;
}

.text-bg-blue-1400 {
	background-color: #3f53d8 !important;
}

.bg-blue-1500 {
	background-color: #2b5cfd !important;
}

.text-bg-blue-1500 {
	background-color: #2b5cfd !important;
}

.bg-blue-1600 {
	background-color: #3b3482 !important;
}

.text-bg-blue-1600 {
	background-color: #3b3482 !important;
}

.bg-blue-1700 {
	background-color: #172166 !important;
}

.text-bg-blue-1700 {
	background-color: #172166 !important;
}

.bg-blue-1800 {
	background-color: #122544 !important;
}

.text-bg-blue-1800 {
	background-color: #122544 !important;
}

.bg-blue-1900 {
	background-color: #141834 !important;
}

.text-bg-blue-1900 {
	background-color: #141834 !important;
}

.bg-blue-2000 {
	background-color: #080829 !important;
}

.text-bg-blue-2000 {
	background-color: #080829 !important;
}

.bg-purple {
	background-color: #6e61f3 !important;
}

.text-bg-purple {
	background-color: #6e61f3 !important;
}

.bg-purple-50 {
	background-color: #eeecff !important;
}

.text-bg-purple-50 {
	background-color: #eeecff !important;
}

.bg-purple-100 {
	background-color: #fceff4 !important;
}

.text-bg-purple-100 {
	background-color: #fceff4 !important;
}

.bg-purple-200 {
	background-color: #edebfe !important;
}

.text-bg-purple-200 {
	background-color: #edebfe !important;
}

.bg-purple-300 {
	background-color: #e1cbfd !important;
}

.text-bg-purple-300 {
	background-color: #e1cbfd !important;
}

.bg-purple-400 {
	background-color: #ffc8cc !important;
}

.text-bg-purple-400 {
	background-color: #ffc8cc !important;
}

.bg-purple-500 {
	background-color: #eb7ca6 !important;
}

.text-bg-purple-500 {
	background-color: #eb7ca6 !important;
}

.bg-purple-600 {
	background-color: #9d90f1 !important;
}

.text-bg-purple-600 {
	background-color: #9d90f1 !important;
}

.bg-purple-700 {
	background-color: #9097f7 !important;
}

.text-bg-purple-700 {
	background-color: #9097f7 !important;
}

.bg-purple-800 {
	background-color: #725efe !important;
}

.text-bg-purple-800 {
	background-color: #725efe !important;
}

.bg-cyan {
	background-color: #00ffd5 !important;
}

.text-bg-cyan {
	background-color: #00ffd5 !important;
}

.bg-cyan-50 {
	background-color: #c0f2fd !important;
}

.text-bg-cyan-50 {
	background-color: #c0f2fd !important;
}

.bg-cyan-100 {
	background-color: #97f2ff !important;
}

.text-bg-cyan-100 {
	background-color: #97f2ff !important;
}

.bg-cyan-200 {
	background-color: #13d5ff !important;
}

.text-bg-cyan-200 {
	background-color: #13d5ff !important;
}

.bg-orange {
	background-color: #fdd6c8 !important;
}

.text-bg-orange {
	background-color: #fdd6c8 !important;
}

.bg-orange-100 {
	background-color: #ef652a !important;
}

.text-bg-orange-100 {
	background-color: #ef652a !important;
}

.bg-primary-gradient {
	background: linear-gradient(23.01deg, #2b5cfd 14.9%, #1d3faf 85.1%);
}

.bg-primary-gradient-soft {
	background: linear-gradient(180deg, #e3edff 0%, rgba(255, 255, 255, 0) 100%);
}

.bg-primary-effect {
	background-image:url(../images/svg/head_effect.svg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:-cover;
}
.bg-primary-dark {
	background-color: #6366f1;
}

.img-fit-cover {
	object-fit: cover;
}

.rotate-0 {
	transform: rotate(0deg);
}

.rotate-45 {
	transform: rotate(45deg);
}

.rotate-90 {
	transform: rotate(90deg);
}

.rotate-180 {
	transform: rotate(180deg);
}

.overlay-1::before {
	z-index: 1;
	content: "";
	position: absolute;
}

.overlay-1::before {
	width: 100%;
	height: 178px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

@media (min-width: 992px) and (max-width: 1200px) {
	.overlay-2::before {
		top: 0;
		left: 0;
		content: "";
		z-index: -1;
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: rgba(0, 0, 0, 0.5);
	}
}

.overlay-bottom::before {
	left: 0;
	bottom: 0;
}

.line-clamp-4,
.line-clamp-3,
.line-clamp-2,
.line-clamp-1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.line-clamp-1 {
	-webkit-line-clamp: 1;
}

.line-clamp-2 {
	-webkit-line-clamp: 2;
}

.line-clamp-3 {
	-webkit-line-clamp: 3;
}

.line-clamp-4 {
	-webkit-line-clamp: 4;
}

.on {
	display: block;
}

.off {
	display: none;
}

.form-note {
	font-size: 0.813rem;
	font-weight: 400;
}

.sep {
	position: relative;
	height: 1px;
	background-color: #faf9ff;
}

.sep-overlap {
	background-color: #fff;
	display: inline-block;
	position: absolute;
	top: -11px;
	padding: 0 10px 0 0;
}

.lead {
	line-height: 1.6;
}

@media (max-width: 1399.98px) {
	.display-6 {
		font-size: 2.625rem;
	}
}

@media (max-width: 767.98px) {
	.display-6 {
		font-size: 2.375rem;
	}
}

@media (max-width: 575.98px) {
	.display-6 {
		font-size: 1.75rem;
	}

	.h1,
	h1 {
		font-size: 1.625rem;
	}

	.h2,
	h2 {
		font-size: 1.5rem;
	}

	.h5,
	h5 {
		font-size: 1.125rem;
	}

	.lead,
	p {
		font-size: 1rem;
	}

	.nk-block-title {
		font-size: 1.125rem;
	}

	.card-title {
		font-size: 1.1875rem;
	}
}

.btn-primary {
	background: var(--gradient-primary) !important;
	border:0;
	border-radius:50px;
	transition: all 0.2s ease-in;
}
.btn-primary:hover {
	background: var(--gradient-primary-hover) !important;
}

.btn-outline-primary {
	color: #008AD7;
	border-color: #008AD7;
}

.btn-primary-fill {
	background-color: #00BB3F !important;
	color:#fff;
}
.btn-primary-fill:hover {
	background-color: #00a630 !important;
	color:#fff;
}
.btn-primary-100-fill {
	background-color: #00A18E !important;
	color:#fff;
}
.btn-primary-100-fill:hover {
	background-color: #007e6a !important;
	color:#fff;
}
.btn-secondary-fill {
	background-color: #008AD7 !important;
	color:#fff;
}
.btn-secondary-fill:hover {
	background-color: #0067c3 !important;
	color:#fff;
}
.btn-primary-100 {
	background-color: #f4f8ff !important;
}

.btn-outline-primary-100 {
	color: #f4f8ff;
	border-color: #f4f8ff;
}

.btn-secondary {
	background-color: #0a1425 !important;
}

.btn-outline-secondary {
	color: #0a1425;
	border-color: #0a1425;
}

.btn-gray {
	background-color: #f7f8f9 !important;
}

.btn-outline-gray {
	color: #f7f8f9;
	border-color: #f7f8f9;
}

.btn-gray-50 {
	background-color: #e5e7eb !important;
}

.btn-outline-gray-50 {
	color: #e5e7eb;
	border-color: #e5e7eb;
}

.btn-gray-100 {
	background-color: #faf9ff !important;
}

.btn-outline-gray-100 {
	color: #faf9ff;
	border-color: #faf9ff;
}

.btn-gray-200 {
	background-color: #f2f8fb !important;
}

.btn-outline-gray-200 {
	color: #f2f8fb;
	border-color: #f2f8fb;
}

.btn-gray-300 {
	background-color: #f9f7fa !important;
}

.btn-outline-gray-300 {
	color: #f9f7fa;
	border-color: #f9f7fa;
}

.btn-gray-400 {
	background-color: #faf9f4 !important;
}

.btn-outline-gray-400 {
	color: #faf9f4;
	border-color: #faf9f4;
}

.btn-gray-500 {
	background-color: #c9c9d4 !important;
}

.btn-outline-gray-500 {
	color: #c9c9d4;
	border-color: #c9c9d4;
}

.btn-gray-600 {
	background-color: #c5c5ca !important;
}

.btn-outline-gray-600 {
	color: #c5c5ca;
	border-color: #c5c5ca;
}

.btn-gray-700 {
	background-color: #adb5bd !important;
}

.btn-outline-gray-700 {
	color: #adb5bd;
	border-color: #adb5bd;
}

.btn-gray-800 {
	background-color: #64728f !important;
}

.btn-outline-gray-800 {
	color: #64728f;
	border-color: #64728f;
}

.btn-gray-900 {
	background-color: #495057 !important;
}

.btn-outline-gray-900 {
	color: #495057;
	border-color: #495057;
}

.btn-gray-1000 {
	background-color: #2b292c !important;
}

.btn-outline-gray-1000 {
	color: #2b292c;
	border-color: #2b292c;
}

.btn-gray-1100 {
	background-color: #0f0f12 !important;
}

.btn-outline-gray-1100 {
	color: #0f0f12;
	border-color: #0f0f12;
}

.btn-gray-1200 {
	background-color: #0a1425 !important;
}

.btn-outline-gray-1200 {
	color: #0a1425;
	border-color: #0a1425;
}

.btn-gray-1300 {
	background-color: #181921 !important;
}

.btn-outline-gray-1300 {
	color: #181921;
	border-color: #181921;
}

.btn-gray-1400 {
	background-color: #232340 !important;
}

.btn-outline-gray-1400 {
	color: #232340;
	border-color: #232340;
}

.btn-red {
	background-color: #fa5b68 !important;
}

.btn-outline-red {
	color: #fa5b68;
	border-color: #fa5b68;
}

.btn-red-50 {
	background-color: #feebed !important;
}

.btn-outline-red-50 {
	color: #feebed;
	border-color: #feebed;
}

.btn-yellow {
	background-color: #fdb52a !important;
}

.btn-outline-yellow {
	color: #fdb52a;
	border-color: #fdb52a;
}

.btn-yellow-50 {
	background-color: #fef6ea !important;
}

.btn-outline-yellow-50 {
	color: #fef6ea;
	border-color: #fef6ea;
}

.btn-yellow-100 {
	background-color: #fdeaba !important;
}

.btn-outline-yellow-100 {
	color: #fdeaba;
	border-color: #fdeaba;
}

.btn-yellow-200 {
	background-color: #ffde70 !important;
}

.btn-outline-yellow-200 {
	color: #ffde70;
	border-color: #ffde70;
}

.btn-green {
	background-color: #22c55e !important;
}

.btn-outline-green {
	color: #22c55e;
	border-color: #22c55e;
}

.btn-green-50 {
	background-color: #e9f9ef !important;
}

.btn-outline-green-50 {
	color: #e9f9ef;
	border-color: #e9f9ef;
}

.btn-green-100 {
	background-color: #f0f6f5 !important;
}

.btn-outline-green-100 {
	color: #f0f6f5;
	border-color: #f0f6f5;
}

.btn-green-200 {
	background-color: #dcfce7 !important;
}

.btn-outline-green-200 {
	color: #dcfce7;
	border-color: #dcfce7;
}

.btn-green-300 {
	background-color: #bde5d3 !important;
}

.btn-outline-green-300 {
	color: #bde5d3;
	border-color: #bde5d3;
}

.btn-green-400 {
	background-color: #45c9c1 !important;
}

.btn-outline-green-400 {
	color: #45c9c1;
	border-color: #45c9c1;
}

.btn-green-500 {
	background-color: #0acf83 !important;
}

.btn-outline-green-500 {
	color: #0acf83;
	border-color: #0acf83;
}

.btn-green-600 {
	background-color: #54a8c7 !important;
}

.btn-outline-green-600 {
	color: #54a8c7;
	border-color: #54a8c7;
}

.btn-green-700 {
	background-color: #2a9d8f !important;
}

.btn-outline-green-700 {
	color: #2a9d8f;
	border-color: #2a9d8f;
}

.btn-green-800 {
	background-color: #071a17 !important;
}

.btn-outline-green-800 {
	color: #071a17;
	border-color: #071a17;
}

.btn-blue {
	background-color: #0062ff !important;
}

.btn-outline-blue {
	color: #0062ff;
	border-color: #0062ff;
}

.btn-blue-50 {
	background-color: #f4f8ff !important;
}

.btn-outline-blue-50 {
	color: #f4f8ff;
	border-color: #f4f8ff;
}

.btn-blue-100 {
	background-color: #ebf2ff !important;
}

.btn-outline-blue-100 {
	color: #ebf2ff;
	border-color: #ebf2ff;
}

.btn-blue-200 {
	background-color: #f3f4ff !important;
}

.btn-outline-blue-200 {
	color: #f3f4ff;
	border-color: #f3f4ff;
}

.btn-blue-300 {
	background-color: #eaefff !important;
}

.btn-outline-blue-300 {
	color: #eaefff;
	border-color: #eaefff;
}

.btn-blue-400 {
	background-color: #e7fbff !important;
}

.btn-outline-blue-400 {
	color: #e7fbff;
	border-color: #e7fbff;
}

.btn-blue-500 {
	background-color: #e8ebff !important;
}

.btn-outline-blue-500 {
	color: #e8ebff;
	border-color: #e8ebff;
}

.btn-blue-600 {
	background-color: #f9faff !important;
}

.btn-outline-blue-600 {
	color: #f9faff;
	border-color: #f9faff;
}

.btn-blue-700 {
	background-color: #c3c9f1 !important;
}

.btn-outline-blue-700 {
	color: #c3c9f1;
	border-color: #c3c9f1;
}

.btn-blue-800 {
	background-color: #6472b9 !important;
}

.btn-outline-blue-800 {
	color: #6472b9;
	border-color: #6472b9;
}

.btn-blue-900 {
	background-color: #8c9bff !important;
}

.btn-outline-blue-900 {
	color: #8c9bff;
	border-color: #8c9bff;
}

.btn-blue-1000 {
	background-color: #589bff !important;
}

.btn-outline-blue-1000 {
	color: #589bff;
	border-color: #589bff;
}

.btn-blue-1100 {
	background-color: #6576ff !important;
}

.btn-outline-blue-1100 {
	color: #6576ff;
	border-color: #6576ff;
}

.btn-blue-1200 {
	background-color: #008AD7 !important;
}

.btn-outline-blue-1200 {
	color: #008AD7;
	border-color: #008AD7;
}

.btn-blue-1300 {
	background-color: #6366f1 !important;
}

.btn-outline-blue-1300 {
	color: #6366f1;
	border-color: #6366f1;
}

.btn-blue-1400 {
	background-color: #3f53d8 !important;
}

.btn-outline-blue-1400 {
	color: #3f53d8;
	border-color: #3f53d8;
}

.btn-blue-1500 {
	background-color: #2b5cfd !important;
}

.btn-outline-blue-1500 {
	color: #2b5cfd;
	border-color: #2b5cfd;
}

.btn-blue-1600 {
	background-color: #3b3482 !important;
}

.btn-outline-blue-1600 {
	color: #3b3482;
	border-color: #3b3482;
}

.btn-blue-1700 {
	background-color: #172166 !important;
}

.btn-outline-blue-1700 {
	color: #172166;
	border-color: #172166;
}

.btn-blue-1800 {
	background-color: #122544 !important;
}

.btn-outline-blue-1800 {
	color: #122544;
	border-color: #122544;
}

.btn-blue-1900 {
	background-color: #141834 !important;
}

.btn-outline-blue-1900 {
	color: #141834;
	border-color: #141834;
}

.btn-blue-2000 {
	background-color: #080829 !important;
}

.btn-outline-blue-2000 {
	color: #080829;
	border-color: #080829;
}

.btn-purple {
	background-color: #6e61f3 !important;
}

.btn-outline-purple {
	color: #6e61f3;
	border-color: #6e61f3;
}

.btn-purple-50 {
	background-color: #eeecff !important;
}

.btn-outline-purple-50 {
	color: #eeecff;
	border-color: #eeecff;
}

.btn-purple-100 {
	background-color: #fceff4 !important;
}

.btn-outline-purple-100 {
	color: #fceff4;
	border-color: #fceff4;
}

.btn-purple-200 {
	background-color: #edebfe !important;
}

.btn-outline-purple-200 {
	color: #edebfe;
	border-color: #edebfe;
}

.btn-purple-300 {
	background-color: #e1cbfd !important;
}

.btn-outline-purple-300 {
	color: #e1cbfd;
	border-color: #e1cbfd;
}

.btn-purple-400 {
	background-color: #ffc8cc !important;
}

.btn-outline-purple-400 {
	color: #ffc8cc;
	border-color: #ffc8cc;
}

.btn-purple-500 {
	background-color: #eb7ca6 !important;
}

.btn-outline-purple-500 {
	color: #eb7ca6;
	border-color: #eb7ca6;
}

.btn-purple-600 {
	background-color: #9d90f1 !important;
}

.btn-outline-purple-600 {
	color: #9d90f1;
	border-color: #9d90f1;
}

.btn-purple-700 {
	background-color: #9097f7 !important;
}

.btn-outline-purple-700 {
	color: #9097f7;
	border-color: #9097f7;
}

.btn-purple-800 {
	background-color: #725efe !important;
}

.btn-outline-purple-800 {
	color: #725efe;
	border-color: #725efe;
}

.btn-cyan {
	background-color: #00ffd5 !important;
}

.btn-outline-cyan {
	color: #00ffd5;
	border-color: #00ffd5;
}

.btn-cyan-50 {
	background-color: #c0f2fd !important;
}

.btn-outline-cyan-50 {
	color: #c0f2fd;
	border-color: #c0f2fd;
}

.btn-cyan-100 {
	background-color: #97f2ff !important;
}

.btn-outline-cyan-100 {
	color: #97f2ff;
	border-color: #97f2ff;
}

.btn-cyan-200 {
	background-color: #13d5ff !important;
}

.btn-outline-cyan-200 {
	color: #13d5ff;
	border-color: #13d5ff;
}

.btn-orange {
	background-color: #fdd6c8 !important;
}

.btn-outline-orange {
	color: #fdd6c8;
	border-color: #fdd6c8;
}

.btn-orange-100 {
	background-color: #ef652a !important;
}

.btn-outline-orange-100 {
	color: #ef652a;
	border-color: #ef652a;
}

.nk-btn-group {
	gap: 1rem;
	display: flex;
}

.nk-btn-group.sm {
	gap: -0.5rem;
}

.nk-btn-group.sm>* {
	gap: 0.5rem;
}

@media (max-width: 575.98px) {
	.nk-btn-group .btn {
		padding: 8px 16px;
		font-size: 20px !important;
	}
}

@media (min-width: 768px) {
	.nk-btn>* {
		gap: 0.75rem;
	}
}

.title-shape-3::after,
.title-shape-2::after,
.title-shape-1::after {
	content: "";
	z-index: -1;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}

.blur-11::before,
.blur-10::before,
.blur-9::before,
.blur-7::before,
.blur-6::after,
.blur-6::before,
.nk-banner-landing .nk-mask.blur::after,
.nk-banner-landing .nk-mask.blur::before {
	content: "";
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
}

.shape-44::before,
.shape-43::before,
.shape-43::after,
.shape-43-a::before,
.shape-43-a::after,
.shape-42::before,
.shape-42::after,
.shape-41::after,
.shape-37::before,
.shape-37::after,
.shape-36::after,
.shape-36::before,
.shape-35::before,
.shape-35::after,
.shape-34::after,
.shape-34::before,
.shape-33::after,
.shape-32::before,
.shape-32::after,
.shape-31::after,
.shape-30::before,
.shape-30::after,
.shape-30-a::before,
.shape-30-a::after,
.shape-29::before,
.shape-29::after,
.shape-28::before,
.shape-28::after,
.shape-22::before,
.shape-22::after,
.shape-21::after,
.shape-20::after,
.shape-19::after,
.shape-18::after,
.shape-17::after,
.shape-16::after,
.shape-15::after,
.shape-14::after,
.shape-13::after,
.shape-12::after,
.shape-11::after,
.shape-10::after,
.shape-6::before,
.shape-6::after,
.shape-5::after,
.shape-4::after,
.shape-4-a::after,
.shape-4-b::after,
.shape-3::after,
.shape-1::after,
.nk-banner-dg-business .nk-banner-content .nk-mask::before,
.nk-banner-dg-business .nk-banner-content .nk-mask::after,
.nk-banner-saas::after,
.home-bs-solution .nk-section-content .nk-mask.shape::before,
.home-bs-solution .nk-section-content .nk-mask.shape::after,
.home-live-chat-app .nk-section-support::after {
	content: "";
	z-index: -1;
	opacity: 0.6;
	user-select: none;
	position: absolute;
	pointer-events: none;
	background-size: cover;
	background-repeat: no-repeat;
}

.title-shape {
	z-index: 5;
	position: relative;
	display: inline-block;
}

.title-shape-1::after {
	width: 100%;
	left: 50%;
	bottom: -12px;
	height: 1.4375rem;
	transform: translateX(-50%);
	background-image: url("../images/line/a.html");
}

.title-shape-2::after {
	display: none;
	right: -12px;
	top: calc(-100% + 12px);
	background-image: url("../images/line/b.html");
}

.title-shape-3::after {
	top: 74%;
	left: 50%;
	width: 100%;
	height: 2.1875rem;
	transform: translateX(-50%);
	background-image: url("../images/line/c.html");
}

.title-shape-3_one::after {
	width: 8.75rem;
	height: 1.375rem;
}

.title-shape-3_two::after {
	width: 11.875rem;
	height: 1.875rem;
}

.nk-mask {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	user-select: none;
	position: absolute;
	pointer-events: none;
}

.blur-1 {
	display: none;
}

@media (min-width: 768px) {
	.blur-1 {
		display: block;
	}
}

.blur-1.left::before {
	left: 0;
	opacity: 0.4;
	width: 212px;
	content: "";
	height: 500px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/blur/a.html");
}

.blur-1.left.top::before {
	top: 0px;
}

.blur-1.left.center::before {
	top: 50%;
	transform: translateY(-50%);
}

.blur-1.left.bottom::before {
	bottom: 0;
}

.blur-1.right::after {
	right: 0;
	opacity: 0.4;
	width: 212px;
	content: "";
	height: 500px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/blur/b.html");
}

.blur-1.right.top::after {
	top: -60px;
}

.blur-1.right.center::after {
	top: 50%;
	transform: translateY(-50%);
}

.blur-1.right.bottom::after {
	bottom: 0;
}

.blur-6::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 23.8194rem;
	background-size: contain;
	background-image: url("../images/blur/f.html");
}

.blur-6::after {
	right: 0;
	opacity: 1 !important;
	width: 440px;
	bottom: 0px;
	display: none;
	height: 27.5rem;
	background-size: cover;
	background-image: url("../images/blur/g.html");
}

.blur-7::before {
	left: 50%;
	width: 100%;
	height: 100%;
	top: calc(50% + 120px);
	background-size: contain;
	transform: translate(-50%, -50%);
	background-image: url("../images/blur/h.html");
}

.blur-9::before {
	bottom: 0;
	right: 0;
	width: 384px;
	height: 860px;
	background-size: contain;
	background-image: url("../images/blur/blur-9-b.html");
}

.blur-10::before {
	left: 0;
	width: 384px;
	height: 860px;
	top: calc(100% - 120px);
	background-size: contain;
	background-image: url("../images/blur/blur-9-d.html");
}

.blur-11::before {
	top: -100px;
	left: -130px;
	z-index: -1;
	width: 380px;
	height: 360px;
	background-size: contain;
	background-image: url("../images/blur/codebase-blur-1.html");
}

.shape-1::after {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/shape/a.html");
}

.shape-3::after {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	mix-blend-mode: overlay;
	background-image: url("../images/shape/c.html");
}

.shape-4::after,
.shape-4-a::after,
.shape-4-b::after {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.shape-4::after {
	background-image: url("../images/shape/d.html");
}

.shape-4-a::after {
	background-image: url("../images/inside-pages/bg/tool-bg-1-b.html");
}

.shape-4-b::after {
	background-image: url("../images/inside-pages/bg/podcast-shape-bg.html");
}

.shape-5 {
	z-index: -2;
}

.shape-5::after {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/shape/e.html");
}

.shape-6::after {
	left: 0;
	bottom: 0;
	opacity: 1;
	width: 100%;
	height: 80px;
	display: none;
	background-image: url("../images/shape/f.html");
}

.shape-6::before {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-image: url("../images/shape/g.html");
}

.shape-10::after {
	left: 0;
	top: 0;
	height: 100%;
	width: 651px;
	background-image: url("../images/shape/l.html");
}

.shape-11::after {
	right: 0;
	bottom: 0;
	width: 639px;
	height: 65%;
	object-fit: contain;
	background-image: url("../images/shape/m.html");
}

.shape-12::after {
	left: 0;
	top: 0;
	height: 100%;
	width: 150px;
	background-size: contain;
	background-position: center;
	background-image: url("../images/shape/n.html");
}

.shape-13::after {
	left: 0;
	width: 100%;
	height: 260px;
	top: calc(50% + 160px);
	background-size: contain;
	transform: translateY(-50%);
	background-image: url("../images/shape/o.html");
}

.shape-14::after {
	left: 0;
	width: 100%;
	height: 267px;
	top: calc(50% + 40px);
	transform: translateY(-50%);
	background-image: url("../images/shape/p.html");
}

.shape-15::after {
	left: 0;
	top: 0;
	width: 445px;
	height: 308px;
	background-size: contain;
	background-image: url("../images/shape/r.html");
}

.shape-16::after {
	top: 0;
	right: 0;
	width: 80px;
	height: 60px;
	background-image: url("../images/shape/s.html");
	background-size: contain;
}

.shape-17 {
	display: none;
}

.shape-17::after {
	opacity: 1;
	right: 0;
	width: 220px;
	bottom: -50px;
	height: 206px;
	background-image: url("../images/shape/t.html");
}

.shape-18::after {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-image: url("../images/shape/u.html");
}

.shape-19::after {
	top: 0;
	left: 0;
	width: 1085px;
	height: 100%;
	background-position: center;
	background-image: url("../images/shape/v.html");
}

.shape-20::after {
	top: 170px;
	right: 170px;
	width: 493px;
	height: 570px;
	background-position: center;
	background-image: url("../images/shape/w.html");
}

.shape-21::after {
	z-index: -1;
	width: 100%;
	height: 100%;
	top: calc(50% + 24px);
	opacity: 1 !important;
	left: calc(50% - 40px);
	background-size: contain;
	background-position: center;
	transform: translate(-50%, -50%);
	background-image: url("../images/shape/x.html");
}

.shape-22::before,
.shape-22::after {
	top: 0;
	z-index: 1;
	height: 100%;
	width: 34.875rem;
	background-position: center;
}

.shape-22::before {
	left: 0;
	background-image: url("../images/shape/y.html");
}

.shape-22::after {
	right: 0;
	background-image: url("../images/shape/z.html");
}

.shape-28::before,
.shape-28::after {
	background-position: center;
}

.shape-28::before {
	top: -40px;
	right: -40px;
	width: 9.75rem;
	height: 9.75rem;
	background-image: url("../images/shape/f1.html");
}

.shape-28::after {
	left: -44px;
	bottom: -40px;
	width: 11.25rem;
	height: 6.875rem;
	background-image: url("../images/shape/g1.html");
}

.shape-29::before,
.shape-29::after {
	top: 50%;
	opacity: 0.2;
	width: 20.75rem;
	height: 14.5rem;
	background-position: center;
}

.shape-29::before {
	left: 0;
	transform: translateY(-50%);
	background-image: url("../images/quote/b.html");
}

.shape-29::after {
	right: 0;
	background-image: url("../images/quote/c.html");
}

.shape-30::before,
.shape-30::after,
.shape-30-a::before,
.shape-30-a::after {
	z-index: -1;
	width: 20.75rem;
	height: 14.5rem;
	background-position: center;
}

.shape-30::before,
.shape-30-a::before {
	left: 0;
	top: 36%;
	transform: translateY(-50%);
	background-image: url("../images/quote/d.html");
}

.shape-30::after,
.shape-30-a::after {
	right: 0;
	top: 70%;
	background-image: url("../images/quote/e.html");
}

.shape-30-a::before {
	background-image: url("../images/quote/quote-red-1.html");
}

.shape-30-a::after {
	background-image: url("../images/quote/quote-red-2.html");
}

.shape-31::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-image: url("../images/shape/h1.html");
}

.shape-32::before,
.shape-32::after {
	background-position: center;
}

.shape-32::before {
	top: 80px;
	right: 100px;
	width: 3.75rem;
	height: 2.625rem;
	background-image: url("../images/shape/i1.html");
}

.shape-32::after {
	left: 90px;
	bottom: 70px;
	width: 4.6875rem;
	height: 4.3125rem;
	background-image: url("../images/shape/j1.html");
}

.shape-33::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-image: url("../images/shape/o1.html");
}

.shape-34::before {
	top: 0;
	width: 100%;
	height: 100%;
	left: calc(-20% - 50px);
	background-position: center;
	background-image: url("../images/shape/waves-7.html");
}

.shape-34::after {
	z-index: -1;
	right: -60px;
	bottom: -180px;
	width: 30.75rem;
	height: 35.625rem;
	background-size: contain;
	background-position: center;
	background-image: url("../images/shape/dots-row-14.html");
}

.shape-35::before,
.shape-35::after {
	opacity: 0.2;
	width: 30.75rem;
	height: 35.625rem;
	background-position: center;
	mix-blend-mode: luminosity !important;
}

.shape-35::before {
	top: -10px;
	left: calc(-2% + 30px);
	background-image: url("../images/shape/dots-col-17.html");
}

.shape-35::after {
	right: -88px;
	bottom: -80px;
	background-image: url("../images/shape/dots-col-17.html");
}

.shape-36::before {
	top: 0;
	width: 100%;
	height: 100%;
	left: calc(-20% - 12px);
	background-position: center;
	background-image: url("../images/shape/waves-7.html");
}

.shape-36::after {
	width: 30.75rem;
	height: 35.625rem;
	top: 50%;
	right: 0px;
	background-size: contain;
	transform: translateY(-50%);
	background-position: center;
	background-image: url("../images/shape/dots-col-18.html");
}

.shape-37::before,
.shape-37::after {
	width: 30.75rem;
	height: 35.625rem;
	background-size: contain;
}

.shape-37::before {
	left: -110px;
	top: -90px;
	background: url("../images/shape/dots-row-14.html") center/contain no-repeat;
}

.shape-37::after {
	right: -110px;
	bottom: -240px;
	background: url("../images/shape/dots-row-14.html") center/contain no-repeat;
}

.shape-41 {
	width: 100%;
}

.shape-41::after {
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center bottom;
	background-image: url("../images/mask/waves-bg-2.html");
}

.shape-42::before,
.shape-42::after {
	z-index: -1;
	width: 6.25rem;
	height: 4.375rem;
	background-position: center;
}

.shape-42::before {
	left: 0;
	top: 36%;
	transform: translateY(-50%);
	background-image: url("../images/quote/quote-red-1.html");
}

.shape-42::after {
	right: 0;
	top: 70%;
	background-image: url("../images/quote/quote-red-2.html");
}

.shape-43::before,
.shape-43::after,
.shape-43-a::before,
.shape-43-a::after {
	opacity: 0.6;
	opacity: 1;
	z-index: -1;
	width: 322px;
	height: 406px;
	background-size: contain;
	background-position: center;
}

@media (max-width: 991.98px) {

	.shape-43::before,
	.shape-43::after,
	.shape-43-a::before,
	.shape-43-a::after {
		display: none;
	}
}

.shape-43::before,
.shape-43-a::before {
	top: 0;
	left: -24px;
	background-image: url("../images/inside-pages/bg/coaching-service-bg-shape-blue-a.html");
}

.shape-43::after,
.shape-43-a::after {
	right: 0;
	bottom: -28px;
	background-image: url("../images/inside-pages/bg/coaching-service-bg-shape-blue-b.html");
}

.shape-43-a::before {
	background-image: url("../images/inside-pages/bg/coaching-service-bg-shape-red-a.html");
}

.shape-43-a::after {
	background-image: url("../images/inside-pages/bg/coaching-service-bg-shape-red-b.html");
}

.shape-44::before {
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url("../images/mask/mask-line-2.html");
}

.bg-masks {
	z-index: -1;
	display: none;
	user-select: none;
	position: absolute;
	pointer-events: none;
}

.bg-masks img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bg-masks-1 {
	top: 0;
	left: -50px;
	width: auto;
	display: none;
	height: 180px;
}

.bg-masks-2 {
	width: auto;
	right: -30px;
	height: 180px;
	bottom: -50px;
	display: none;
}

.bg-masks-3 {
	top: -120px;
	right: -100px;
}

.bg-masks-4 {
	left: -60px;
	top: -80px;
}

.bg-masks-5 {
	left: -200px;
	bottom: 120px;
}

.bg-masks-6 {
	right: 0px;
	bottom: 0px;
	background-image: url("../images/shape/b.html");
}

.bg-1 {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(#e8ebff 64%, #fff 36%);
	top: 0;
	right: 0;
}

.bg-2 {
	position: relative;
}

.bg-2::before {
	content: "";
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../images/inside-pages/bg/cta-cover-1.html");
}

.bg-2::after {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
	background: #008AD7;
}

.bg-3 {
	z-index: 1;
	position: relative;
}

.bg-3::before {
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../images/inside-pages/bg/business-consulting-cta-bg.html");
}

@media (min-width: 576px) {
	.shape-6::after {
		display: inline-block;
	}

	.bg-masks {
		display: block;
	}

	.blur-1::before {
		width: 350px;
	}

	.blur-1::after {
		width: 370px;
	}
}

@media (min-width: 768px) {
	.shape-6::after {
		height: 160px;
	}

	.shape-7 {
		display: inline-block;
	}

	.shape-16::after {
		width: 201px;
		height: 184px;
	}

	.shape-17 {
		display: inline-block;
	}

	.blur-6::after {
		bottom: 0px;
		display: block;
	}

	.bg-masks-1 {
		display: block;
		height: 260px;
	}

	.bg-masks-2 {
		display: block;
		height: 218px;
	}
}

@media (min-width: 992px) {
	.title-shape-1::after {
		display: inline-block;
	}

	.title-shape-3::after {
		display: inline-block;
	}

	.shape-23::after,
	.shape-26::after {
		width: 219px;
		height: 219px;
	}

	.shape-24::after,
	.shape-25::after {
		width: 204px;
		height: 124px;
	}

	.shape-30::before,
	.shape-30::after {
		width: 332px;
		height: 232px;
		top: 50%;
	}

	.shape-38::after {
		left: -20%;
	}
}

@media (min-width: 1200px) {
	.mask-1 {
		display: block;
	}

	.mask-1::before {
		width: 240px;
		height: 225px;
	}

	.mask-1::after {
		width: 260px;
		height: 230px;
	}

	.title-shape-1::after {
		bottom: -6px;
		left: calc(50% + 40px);
	}

	.title-shape-2::after {
		width: 100px;
		height: 60px;
		right: -70px;
		top: calc(-100% + 16px);
	}

	.title-shape-6::after {
		height: 289px;
	}

	.title-shape-2::after {
		display: block;
	}

	.shape-6::after {
		height: 200px;
	}

	.shape-6::before {
		background-position: center;
		right: 10px;
		top: 70px;
	}

	.shape-12::after {
		width: 651px;
		top: -300px;
	}

	.shape-13 {
		display: inline-block;
	}

	.shape-13::after {
		bottom: 210px;
	}
}

@media (min-width: 1400px) {
	.mask-1::before {
		width: 415px;
		height: 388px;
	}

	.mask-1::after {
		width: 414px;
		height: 308px;
	}

	.shape-6::after {
		height: 289px;
	}

	.shape-7::before {
		width: 345px;
		height: 100%;
	}

	.shape-7::after {
		width: 474px;
		height: 100%;
	}

	.shape-38::after {
		left: 0px;
	}

	.title-shape-2::after {
		right: -8px;
		width: 100px;
		height: 120px;
		top: calc(-100% + 16px);
	}

	.bg-masks-1 {
		height: 380px;
	}

	.bg-masks-2 {
		height: 340px;
	}
}

@media (max-width: 991.98px) {

	.shape-34::after,
	.shape-36::after {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.shape-35::before {
		left: -180px;
		top: -220px;
	}
}

.text-primary {
	color: #00C22A !important;
}

.text-primary-100 {
	color: #00A18E !important;
}

.text-secondary {
	color: #008AD7 !important;
}

.text-gray {
	color: #f7f8f9 !important;
}

.text-gray-50 {
	color: #e5e7eb !important;
}

.text-gray-100 {
	color: #faf9ff !important;
}

.text-gray-200 {
	color: #f2f8fb !important;
}

.text-gray-300 {
	color: #f9f7fa !important;
}

.text-gray-400 {
	color: #faf9f4 !important;
}

.text-gray-500 {
	color: #c9c9d4 !important;
}

.text-gray-600 {
	color: #c5c5ca !important;
}

.text-gray-700 {
	color: #adb5bd !important;
}

.text-gray-800 {
	color: #64728f !important;
}

.text-gray-900 {
	color: #495057 !important;
}

.text-gray-1000 {
	color: #2b292c !important;
}

.text-gray-1100 {
	color: #0f0f12 !important;
}

.text-gray-1200 {
	color: #0a1425 !important;
}

.text-gray-1300 {
	color: #181921 !important;
}

.text-gray-1400 {
	color: #232340 !important;
}

.text-red {
	color: #fa5b68 !important;
}

.text-red-50 {
	color: #feebed !important;
}

.text-yellow {
	color: #fdb52a !important;
}

.text-yellow-50 {
	color: #fef6ea !important;
}

.text-yellow-100 {
	color: #fdeaba !important;
}

.text-yellow-200 {
	color: #ffde70 !important;
}

.text-green {
	color: #22c55e !important;
}

.text-green-50 {
	color: #e9f9ef !important;
}

.text-green-100 {
	color: #f0f6f5 !important;
}

.text-green-200 {
	color: #dcfce7 !important;
}

.text-green-300 {
	color: #bde5d3 !important;
}

.text-green-400 {
	color: #45c9c1 !important;
}

.text-green-500 {
	color: #0acf83 !important;
}

.text-green-600 {
	color: #54a8c7 !important;
}

.text-green-700 {
	color: #2a9d8f !important;
}

.text-green-800 {
	color: #071a17 !important;
}

.text-blue {
	color: #0062ff !important;
}

.text-blue-50 {
	color: #f4f8ff !important;
}

.text-blue-100 {
	color: #ebf2ff !important;
}

.text-blue-200 {
	color: #f3f4ff !important;
}

.text-blue-300 {
	color: #eaefff !important;
}

.text-blue-400 {
	color: #e7fbff !important;
}

.text-blue-500 {
	color: #e8ebff !important;
}

.text-blue-600 {
	color: #f9faff !important;
}

.text-blue-700 {
	color: #c3c9f1 !important;
}

.text-blue-800 {
	color: #6472b9 !important;
}

.text-blue-900 {
	color: #8c9bff !important;
}

.text-blue-1000 {
	color: #589bff !important;
}

.text-blue-1100 {
	color: #6576ff !important;
}

.text-blue-1200 {
	color: #008AD7 !important;
}

.text-blue-1300 {
	color: #6366f1 !important;
}

.text-blue-1400 {
	color: #3f53d8 !important;
}

.text-blue-1500 {
	color: #2b5cfd !important;
}

.text-blue-1600 {
	color: #3b3482 !important;
}

.text-blue-1700 {
	color: #172166 !important;
}

.text-blue-1800 {
	color: #122544 !important;
}

.text-blue-1900 {
	color: #141834 !important;
}

.text-blue-2000 {
	color: #080829 !important;
}

.text-purple {
	color: #6e61f3 !important;
}

.text-purple-50 {
	color: #eeecff !important;
}

.text-purple-100 {
	color: #fceff4 !important;
}

.text-purple-200 {
	color: #edebfe !important;
}

.text-purple-300 {
	color: #e1cbfd !important;
}

.text-purple-400 {
	color: #ffc8cc !important;
}

.text-purple-500 {
	color: #eb7ca6 !important;
}

.text-purple-600 {
	color: #9d90f1 !important;
}

.text-purple-700 {
	color: #9097f7 !important;
}

.text-purple-800 {
	color: #725efe !important;
}

.text-cyan {
	color: #00ffd5 !important;
}

.text-cyan-50 {
	color: #c0f2fd !important;
}

.text-cyan-100 {
	color: #97f2ff !important;
}

.text-cyan-200 {
	color: #13d5ff !important;
}

.text-orange {
	color: #fdd6c8 !important;
}

.text-orange-100 {
	color: #ef652a !important;
}

.text-base {
	color: #0a1425 !important;
}

.text-light {
	color: #64728f !important;
}

.text-layout-secondary {
	color: #0a1425 !important;
}

.smaller {
	font-size: 0.75rem;
}

.lead-text {
	font-weight: 700;
	color: #0a1425;
	display: block;
}

.sub-text {
	font-size: 0.75rem;
	color: #64728f;
	display: block;
	font-weight: 500;
}

.is-theme .sub-text,
.is-theme .lead-text {
	color: #fff;
}

.is-theme .sub-text {
	font-weight: 400;
}

.nk-block-title+.nk-block-text {
	margin-top: 1rem;
}

.nk-block-title {
	margin: 0.75rem 0px;
	text-transform: capitalize;
}

.nk-block-title br {
	display: none;
}

.nk-block-title span {
	color: #008AD7;
}

.nk-block-text {
	margin: 0px;
	font-size: 1rem;
	line-height: 1.625rem;
}

.nk-block-head {
	margin-bottom: 3.75rem;
}

.nk-block-head-between {
	display: flex;
	justify-content: space-between;
}

.nk-block-head.sm {
	margin-bottom: 1.875rem;
}

.nk-block-head.md {
	margin-bottom: 1.875rem;
}

.nk-block-head.lg {
	margin-bottom: 6.25rem;
}

.nk-block-head-content {
	margin-bottom: 3.75rem;
}

.nk-block-head-content .nk-block-text {
	margin-top: 0px !important;
}

.nk-block-actions {
	display: flex;
	align-items: center;
}

.nk-split-page {
	display: flex;
	min-height: 100vh;
}

.nk-split-col {
	flex-grow: 1;
	display: flex;
	align-items: center;
}

@media (min-width: 768px) {
	.nk-block-text {
		max-width: 75%;
		margin: 0px auto;
		font-size: 1.25rem;
		line-height: 2rem;
	}
}

@media (min-width: 992px) {
	.nk-block-title br {
		display: inline-block;
	}

	.nk-block-text {
		max-width: 85%;
	}
}

.media {
	flex-shrink: 0;
	width: 3.25rem;
	height: 3.25rem;
	overflow: hidden;
	color: #0a1425;
	font-size: 1.0833333333rem;
	border-radius: 0.5rem;
}

.media .icon {
	font-size: 1.625rem;
}

.media img {
	border-radius: inherit;
}

.media-circle {
	border-radius: 50rem !important;
}

.media-middle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.media-border {
	border: 1px solid #e5e7eb;
}

.media-group {
	display: flex;
	flex-grow: 1;
}

.media-group .media+.media-text {
	margin-left: 0.75rem;
}

.media-group .media+.media-text.md {
	margin-left: 1.75rem;
}

.media-group .media-text+.media-text {
	margin-left: 1.5rem;
}

.media-group .lead-text+.sub-text {
	margin-top: 0.25rem;
}

.media-group-overlap .media+.media {
	margin-left: -0.75rem;
}

.media-group-column {
	flex-direction: column;
}

.media-group-column .media+.media-text {
	margin-left: 0;
	margin-top: 0.75rem;
}

.media-xl {
	border-radius: 1.5rem;
}

.media-xs {
	z-index: 1;
	width: 2rem;
	height: 2rem;
	font-size: 0.6666666667rem;
}

.media-xs .icon {
	font-size: 1rem;
}

.media-sm {
	z-index: 1;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 0.8333333333rem;
}

.media-sm .icon {
	font-size: 1.25rem;
}

.media-md {
	z-index: 1;
	width: 3rem;
	height: 3rem;
	font-size: 1rem;
}

.media-md .icon {
	font-size: 1.5rem;
}

.media-rg {
	z-index: 1;
	width: 3.25rem;
	height: 3.25rem;
	font-size: 1.0833333333rem;
}

.media-rg .icon {
	font-size: 1.625rem;
}

.media-lg {
	z-index: 1;
	width: 4rem;
	height: 4rem;
	font-size: 1.3333333333rem;
}

.media-lg .icon {
	font-size: 2rem;
}

.media-xl {
	z-index: 1;
	width: 5.625rem;
	height: 5.625rem;
	font-size: 1.875rem;
}

.media-xl .icon {
	font-size: 2.8125rem;
}

.media-xxl {
	z-index: 1;
	width: 6.25rem;
	height: 6.25rem;
	font-size: 2.0833333333rem;
}

.media-xxl .icon {
	font-size: 3.125rem;
}

.nk-video {
	height: 300px;
	position: relative;
}

.nk-video-section.is-theme .nk-block-text {
	opacity: 0.7;
}

.nk-video-section.is-theme .media-text .lead {
	color: #e1cbfd;
}

.nk-video-inner {
	position: relative;
	z-index: 5;
	height: 100%;
}

.nk-video-img {
	bottom: 0;
	left: 50%;
	width: 328px;
	position: absolute;
	transform: translateX(-50%);
}

.nk-video-btn {
	top: 50%;
	left: 50%;
	z-index: 1;
	position: absolute;
	transform: translate(-50%, -50%);
}

.nk-video-btn-s1 {
	position: inherit;
	top: auto;
	left: auto;
	transform: none;
	border: 2px dashed #fa5b68;
	border-radius: 50%;
	padding: 7px;
}

.nk-video-s1 {
	height: auto;
}

.nk-video-s1 .nk-video-inner {
	height: auto;
}

.nk-video-s1 .nk-video-img {
	position: relative;
	left: auto;
	transform: none;
	width: auto;
}

.nk-video-s2 {
	height: auto !important;
}

.nk-video-s2 .nk-video-img {
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}

.nk-video-s2 .nk-video-content {
	z-index: 1;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	border-radius: 50%;
	width: 17.8977272727rem;
	height: 17.8977272727rem;
}

.nk-video-s2 .nk-video-content::before {
	content: "";
	top: 50%;
	left: 50%;
	z-index: -1;
	width: 100%;
	height: 100%;
	position: absolute;
	transform: translate(-50%, -50%);
	background: url("../images/inside-pages/bg/bg-circle-1.html") center center/cover no-repeat;
}

@media (min-width: 576px) {
	.nk-video-img {
		width: 420px;
	}

	.nk-video-s2 .nk-video-content {
		width: 32.8125rem;
		height: 32.8125rem;
	}
}

@media (min-width: 768px) {
	.nk-video {
		height: 460px;
	}

	.nk-video-img {
		width: 645px;
	}

	.nk-video-s1 {
		height: auto;
	}
}

@media (min-width: 1400px) {
	.nk-video-s2 .nk-video-content {
		width: 39.375rem;
		height: 39.375rem;
	}
}

.nk-list-meta {
	display: flex;
	align-items: center;
}

.nk-list-meta li {
	padding-right: 1.5rem;
	position: relative;
}

.nk-list-meta li a {
	color: #64728f;
}

.nk-list-meta li a:hover {
	color: #008AD7;
}

.nk-list-meta li::after {
	position: absolute;
	top: 50%;
	right: 8px;
	width: 4px;
	height: 4px;
	background-color: #0a1425;
	border-radius: 50%;
	transform: translateY(-50%);
	content: "";
	opacity: 0.3;
}

.nk-list-meta li:last-child {
	padding-right: 0;
}

.nk-list-meta li:last-child::after {
	display: none;
}

.nk-list-link.column-2 {
	column-count: 2;
}

.nk-list-link li {
	display: flex;
	align-items: center;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

.nk-list-link li a {
	line-height: 1.5;
	display: block;
	color: #64728f;
}

.nk-list-link li a:hover {
	color: #008AD7;
}

.nk-list-link.horizontal {
	display: flex;
	flex-wrap: wrap;
}

.nk-list-link.horizontal li {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.nk-list-link.horizontal.separator li {
	position: relative;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.nk-list-link.horizontal.separator li::after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 5px;
	height: 1px;
	background-color: #008AD7;
}

.nk-list-link.horizontal.separator li:last-child {
	padding-right: 0;
}

.nk-list-link.horizontal.separator li:last-child::after {
	display: none;
}

.nk-list-link.flush>li:not(:last-child) {
	border-bottom: 1px solid #e5e7eb;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.nk-list-link-page li {
	font-weight: 600;
}

.nk-list-link-page li a:not(:hover) {
	color: #0a1425;
}

.nk-list-link-page li.active a {
	color: #008AD7;
}

.nk-list-link-collapse li {
	display: flex;
	flex-direction: column;
}

.nk-list-link-collapse .nk-list-dot {
	padding-left: 1rem;
	font-weight: 500;
}

.nk-list-link-collapse-link {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	color: #0a1425 !important;
	font-weight: 600;
}

.nk-list-link-collapse-link[aria-expanded="true"] {
	color: #008AD7 !important;
}

.nk-list-link-collapse-link[aria-expanded="true"] .on {
	display: none;
}

.nk-list-link-collapse-link[aria-expanded="true"] .off {
	display: block;
}

.nk-list-dot-item {
	position: relative;
	padding-left: 1.25rem;
	padding-bottom: 1.25rem;
}

.nk-list-dot-item::after {
	position: absolute;
	content: "";
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #c9c9d4;
	border-radius: 50%;
}

.nk-list-dot-sm .nk-list-dot-item {
	padding-left: 0.75rem;
	font-size: 0.875rem;
}

.nk-list-dot-sm .nk-list-dot-item::after {
	top: 20px;
	width: 3px;
	height: 3px;
}

.social-links {
	gap: 40px;
	display: flex;
	align-items: center;
}

.social-links .icon {
	font-size: 1.625rem;
}

.social-links a {
	color: #0a1425;
}

.social-links a:hover {
	color: #008AD7;
}

.social-links.active-color a {
	color: #008AD7;
}

.nk-timeline-item:not(:last-child) {
	padding-bottom: 1.625rem;
}

.nk-timeline-item-inner {
	display: flex;
}

.nk-timeline-symbol {
	width: 2.25rem;
	flex-shrink: 0;
	position: relative;
}

.nk-timeline-symbol::after {
	top: 10px;
	z-index: 2;
	content: "";
	left: 0.25rem;
	position: absolute;
	border-radius: 50%;
	width: 0.625rem;
	height: 0.625rem;
	background-color: #008AD7;
	box-shadow: 0 0 0 0.25rem #ecf2fc;
}

.nk-timeline-symbol.color-1::after {
	background-color: #fdb52a;
	box-shadow: 0 0 0 0.25rem #fff8ea;
}

.nk-timeline-symbol.color-2::after {
	background-color: #fa5b68;
	box-shadow: 0 0 0 0.25rem #ffeff0;
}

.nk-timeline-group {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 992px) {
	.nk-timeline-group.has-divider .nk-timeline-group-item {
		z-index: 1;
		position: relative;
	}
}

@media (min-width: 992px) {
	.nk-timeline-group.has-divider .nk-timeline-group-item::after {
		content: "";
		left: 50%;
		width: 100%;
		z-index: -1;
		position: absolute;
		top: 2rem;
		height: 1px;
		background-color: #faf9ff;
	}
}

@media (min-width: 992px) {
	.nk-timeline-group.has-divider .nk-timeline-group-item:last-child::after {
		display: none;
	}
}

@media (min-width: 576px) {
	.nk-timeline-group-item {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.nk-timeline-group-item {
		width: 25%;
	}
}

.timeline-dots {
	padding-left: 1rem;
}

.timeline-dots li {
	position: relative;
}

.timeline-dots li .circle {
	top: 12px;
	z-index: 1;
	left: -24px;
	display: flex;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	width: 1rem;
	height: 1rem;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.0588235294);
}

.timeline-dots li .circle::after {
	content: "";
	border-radius: 50%;
	position: absolute;
	background-color: #008AD7;
	width: 0.5rem;
	height: 0.5rem;
}

.timeline-dots li::after {
	content: "";
	top: 0px;
	left: -16px;
	height: 100%;
	position: absolute;
	width: 1px;
	background-color: #f9f7fa;
}

.timeline-dots li:nth-child(1)::after {
	top: 12px;
}

.timeline-dots li:nth-last-child(1)::after {
	height: calc(100% - 70px);
}

@media (min-width: 576px) {
	.timeline-dots li:nth-last-child(1)::after {
		height: calc(100% - 34px);
	}
}

.timeline-dots li:nth-last-child(1) .circle {
	top: 8px;
}

.timeline-dots li:nth-last-child(1) .circle::after {
	background-color: #fa5b68;
}

.nk-testimonial-card {
	padding: 1.5rem;
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: -4px -4px 36px rgba(192, 192, 192, 0.12),
		4px 4px 36px rgba(192, 192, 192, 0.16);
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	border: 0px solid #faf9ff;
}

.nk-testimonial-card-s1 {
	padding: 0px;
}

@media (min-width: 768px) {
	.nk-testimonial-card-s1 {
		padding: 2rem;
	}
}

.nk-testimonial-card-s1 .nk-testimonial-cover {
	border-radius: 0.75rem 0.75rem 0 0;
	background-color: #d9e4f9;
}

@media (min-width: 1200px) {
	.nk-testimonial-card-s1 .nk-testimonial-cover {
		padding-top: 0px;
		border-radius: 0.75rem;
	}
}

@media (min-width: 1200px) {
	.nk-testimonial-card-s1 .nk-testimonial-cover img {
		margin-top: -40px;
	}
}

.nk-testimonial-card-s1 .nk-testimonial-content {
	z-index: 1;
	position: relative;
}

.nk-testimonial-card-s1 .nk-testimonial-content .nk-testimonial-icon {
	opacity: 0.6;
	top: -50px;
	left: -12px;
	z-index: -1;
	position: absolute;
}

@media (max-width: 1199.98px) {
	.nk-testimonial-card-s1 .nk-testimonial-content .nk-testimonial-icon {
		display: none;
	}
}

@media (min-width: 1200px) {
	.nk-testimonial-card-s1 .nk-testimonial-content .nk-testimonial-icon {
		opacity: 1;
		z-index: 1;
		position: static;
	}
}

.nk-testimonial-card-s1 .nk-testimonial-content .nk-testimonial-icon .icon {
	font-size: 5.625rem;
	background: linear-gradient(180deg, #3f53d8 0%, #8c9bff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

@media (max-width: 1200px) {

	.nk-testimonial-card-s1 .nk-testimonial-content h3,
	.nk-testimonial-card-s1 .nk-testimonial-content .h3 {
		font-size: 28px;
	}
}

@media (max-width: 767px) {

	.nk-testimonial-card-s1 .nk-testimonial-content h3,
	.nk-testimonial-card-s1 .nk-testimonial-content .h3 {
		font-size: 20px;
	}
}

.nk-testimonial-card-s2 {
	box-shadow: 0 0px 6px rgba(10, 20, 37, 0.1);
	position: relative;
}

.nk-testimonial-card-s2 .nk-testimonial-content {
	position: relative;
	z-index: 5;
}

.nk-testimonial-card-s2 .nk-testimonial-media {
	margin-top: -80px;
}

.nk-testimonial-card-s2::after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	width: 160px;
	height: 110px;
	background-image: url("../images/quote/a.html");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

.nk-testimonial-card-s2::before {
	position: absolute;
	content: "";
	top: -145px;
	left: -36px;
	background-image: url("../images/shape/q.html");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 426px;
	height: 524px;
	z-index: -1;
	transition: 0.8s;
	display: none;
}

.nk-testimonial-card-s3 {
	box-shadow: -4px -4px 10px rgba(192, 192, 192, 0.12),
		4px 4px 10px rgba(192, 192, 192, 0.16);
	border-radius: 0.5rem;
}

.nk-testimonial-card-s3 p {
	color: #0a1425;
}

.nk-testimonial-card-s3 .nk-testimonial-icon .icon {
	font-size: 3.75rem;
	background: #008AD7;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.nk-testimonial-card-s4 {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	box-shadow: none;
	padding: 0 !important;
	text-align: center;
}

.nk-testimonial-card-s4 .nk-testimonial-content {
	padding-left: 0 !important;
}

.nk-testimonial-card-s5 {
	padding: 24px;
	border-top: 8px solid #008AD7;
	box-shadow: 4px 4px 36px 0px rgba(192, 192, 192, 0.1607843137),
		-4px -4px 36px 0px rgba(192, 192, 192, 0.1215686275);
	border-radius: 0px 0px 1.5rem 1.5rem;
}

@media (min-width: 768px) {
	.nk-testimonial-card-s5 {
		padding: 3.75rem;
	}
}

@media (min-width: 576px) {
	.nk-testimonial .card-s1 .nk-testimonial-img {
		height: 23.75rem;
	}
}

@media (min-width: 768px) {
	.nk-testimonial-card-s2 .nk-testimonial-media {
		margin-top: -108px;
	}
}

@media (min-width: 1200px) {
	.nk-testimonial-card {
		flex-direction: row;
	}

	.nk-testimonial-card .nk-testimonial-img {
		margin-bottom: 0;
	}

	.nk-testimonial-card-s3 {
		padding: 2rem;
	}

	.nk-testimonial-card-s3 .nk-testimonial-content {
		padding-left: 0;
	}

	.nk-testimonial-card-s2 {
		padding: 3rem;
	}

	.nk-testimonial-card-s2 .nk-testimonial-content {
		padding-left: 0;
	}
}

@media (max-width: 767.98px) {
	.nk-testimonial-content p.h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.nk-testimonial-card-s1 .nk-testimonial-wrap {
		padding: 24px;
	}

	.nk-testimonial-card-s1 .nk-testimonial-wrap .nk-testimonial-card {
		box-shadow: -4px -4px 24px rgba(192, 192, 192, 0.12),
			4px 4px 24px rgba(192, 192, 192, 0.16);
	}
}

.nk-integrate {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -1.5rem;
}

.nk-integrate-brand {
	width: 100px;
	height: 100px;
	background-color: #fff;
	border-radius: 50rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nk-integrate-brand img {
	height: 2.25rem;
}

.nk-integrate-item {
	padding: 1rem;
}

@media (min-width: 992px) {
	.nk-integrate-item:nth-child(1) .nk-integrate-brand {
		width: 148px;
		height: 148px;
	}

	.nk-integrate-item:nth-child(2) {
		margin-top: 50px;
	}

	.nk-integrate-item:nth-child(2) .nk-integrate-brand {
		width: 111px;
		height: 111px;
	}

	.nk-integrate-item:nth-child(3) {
		margin-top: 10px;
	}

	.nk-integrate-item:nth-child(3) .nk-integrate-brand {
		width: 130px;
		height: 130px;
	}

	.nk-integrate-item:nth-child(4) {
		margin-top: 30px;
	}

	.nk-integrate-item:nth-child(4) .nk-integrate-brand {
		width: 139px;
		height: 139px;
	}

	.nk-integrate-item:nth-child(5) .nk-integrate-brand {
		width: 156px;
		height: 156px;
	}

	.nk-integrate-item:nth-child(6) .nk-integrate-brand {
		width: 120px;
		height: 120px;
	}

	.nk-integrate-item:nth-child(7) {
		margin-top: 20px;
	}

	.nk-integrate-item:nth-child(7) .nk-integrate-brand {
		width: 130px;
		height: 130px;
	}

	.nk-integrate-item:nth-child(8) .nk-integrate-brand {
		width: 158px;
		height: 158px;
	}

	.nk-integrate-item:nth-child(9) .nk-integrate-brand {
		width: 112px;
		height: 112px;
	}

	.nk-integrate-item:nth-child(10) .nk-integrate-brand {
		width: 148px;
		height: 148px;
	}

	.nk-integrate-item:nth-child(11) .nk-integrate-brand {
		width: 112px;
		height: 112px;
	}

	.nk-integrate-brand img {
		height: auto;
	}
}

@media (min-width: 1200px) {
	.nk-integrate {
		margin: -1.5rem -2.5rem;
	}

	.nk-integrate-item {
		padding: 1.5rem 2.5rem;
	}
}

@media (max-width: 767.98px) {
	.nk-integrate-tools .tool {
		width: 30%;
	}
}

.nk-schedule-item {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	overflow: hidden;
}

.nk-schedule-item:not(:last-child) .nk-schedule-item-inner {
	padding-bottom: 1.25rem;
}

.nk-schedule-item-inner {
	display: flex;
}

.nk-schedule-item:last-child .nk-schedule-symbol::before {
	display: none;
}

.nk-schedule-symbol {
	position: relative;
	align-self: flex-start;
	display: inline-flex;
}

.nk-schedule-symbol::before {
	position: absolute;
	content: "";
	top: calc(100% + 0.25rem);
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 100rem;
	background-color: #008AD7;
	z-index: 1;
	opacity: 0.4;
}

.nk-schedule-symbol+.nk-schedule-content {
	padding-left: 1rem;
}

.nk-schedule-center .nk-schedule-item-inner {
	align-items: center;
}

.nk-schedule-s1 .nk-schedule-item {
	overflow: inherit;
	padding-top: 0;
	padding-bottom: 1.875rem;
}

.nk-schedule-s1 .nk-schedule-item-inner {
	align-items: center;
}

.nk-schedule-s1 .nk-schedule-item:last-child {
	padding-bottom: 0;
}

.nk-schedule-s1 .nk-schedule-symbol {
	display: none;
	margin-left: -2rem;
}

.nk-schedule-s1 .nk-schedule-symbol::before {
	display: none;
}

.nk-schedule-s1 .nk-schedule-content {
	padding-left: 0px;
}

.nk-schedule-s2 .nk-schedule-item {
	padding-top: 0;
	padding-bottom: 3rem;
	position: relative;
	overflow: inherit;
}

.nk-schedule-s2 .nk-schedule-item:not(:last-child) .nk-schedule-item-inner {
	padding-bottom: 0;
}

.nk-schedule-s2 .nk-schedule-item:last-child {
	padding-bottom: 0;
}

.nk-schedule-s2 .nk-schedule-item:last-child::after {
	display: none;
}

.nk-schedule-s2 .nk-schedule-item::after {
	position: absolute;
	top: 76px;
	left: 22px;
	content: "";
	height: 100%;
	border-left: 2px dashed #008AD7;
	opacity: 0.3;
}

.nk-schedule-s2 .nk-schedule-symbol {
	align-self: inherit;
	margin-top: 34px;
}

.nk-schedule-s2 .nk-schedule-symbol+.nk-schedule-content {
	padding-left: 2rem;
}

.nk-schedule-s2 .nk-schedule-symbol::before {
	display: none;
}

.nk-schedule-s3 .nk-schedule-item .nk-schedule-symbol::before {
	top: 100%;
}

.nk-schedule-s3 .nk-schedule-item:nth-last-child(2) .nk-schedule-symbol::before {
	width: 0px;
	background-color: rgba(0, 0, 0, 0);
	border: 1px dashed #008AD7;
}

.nk-schedule-s4 .nk-schedule-symbol::before {
	content: none;
}

@media (min-width: 576px) {
	.nk-schedule-s1 {
		border-left: 1px solid #e5e7eb;
	}

	.nk-schedule-s1 .nk-schedule-symbol {
		display: inline-flex;
	}

	.nk-schedule-s1 .nk-schedule-content {
		padding-left: 1.5rem;
	}
}

@media (min-width: 768px) {
	.nk-schedule-s1 .nk-schedule-content {
		padding-left: 3rem;
	}
}

.swiper-wrapper.has-pagination {
	padding-bottom: 60px;
}

.swiper-wrapper.has-pagination-and-navigation {
	padding-bottom: 100px;
}

.swiper-wrapper.has-pagination-and-navigation+.swiper-pagination-fraction,
.swiper-wrapper.has-pagination-and-navigation+.swiper-pagination-custom,
.swiper-wrapper.has-pagination-and-navigation+.swiper-horizontal>.swiper-pagination-bullets,
.swiper-wrapper.has-pagination-and-navigation+.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 100px;
}

.swiper-wrapper.has-navigation {
	padding-bottom: 40px;
}

.swiper-button-group-s1 {
	display: flex;
	align-items: center;
}

.swiper-button-group-s1 .swiper-button-prev,
.swiper-button-group-s1 .swiper-button-next {
	position: inherit;
	top: auto;
	margin: 8px;
}

.swiper-button-group-s1 .swiper-button-prev {
	left: auto;
}

.swiper-button-group-s1 .swiper-button-next {
	right: auto;
}

.swiper-button-group-s2 .swiper-button-disabled {
	display: none;
}

.swiper-button-group-s2 .swiper-button-next,
.swiper-button-group-s2 .swiper-rtl .swiper-button-prev {
	right: -8px;
}

.swiper-button-group.has-bg .swiper-button-prev,
.swiper-button-group.has-bg .swiper-button-next {
	background-color: #8c9bff;
	box-shadow: none;
	color: #0a1425;
}

.swiper-button-group.has-bg .swiper-button-prev:hover,
.swiper-button-group.has-bg .swiper-button-next:hover {
	background-color: #008AD7;
	color: #fff;
}

.swiper-pagination-s1 {
	bottom: 0 !important;
}

.swiper-pagination-s1 .swiper-pagination-bullet {
	width: 48px;
	height: 4px;
	background-color: #faf9ff;
	border-radius: 2px;
	opacity: 1;
}

.swiper-pagination-s1 .swiper-pagination-bullet:hover,
.swiper-pagination-s1 .swiper-pagination-bullet-active {
	background-color: #008AD7;
}

.swiper-pagination-4 .swiper-pagination-bullet {
	background-color: #fff;
}

.swiper-pagination-4 .swiper-pagination-bullet-active {
	background-color: #008AD7;
}

.is-theme .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

.is-theme .swiper-pagination-bullet-active {
	background-color: #0a1425;
}

.is-theme .swiper-button-group.has-bg .swiper-button-prev,
.is-theme .swiper-button-group.has-bg .swiper-button-next {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.is-theme .swiper-button-group.has-bg .swiper-button-prev:hover,
.is-theme .swiper-button-group.has-bg .swiper-button-next:hover {
	background-color: #fff;
	color: #0a1425;
}

.nk-swiper-s2 .swiper-button-prev {
	left: 0;
}

.nk-swiper-s2 .swiper-button-next {
	right: 0;
}

.nk-swiper-s2 .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.7;
	pointer-events: none;
}

.nk-swiper-s2 .swiper-pagination-bullet {
	opacity: 1;
	background-color: #faf9ff;
}

.nk-swiper-s2 .swiper-pagination-bullet-active {
	background-color: #008AD7;
}

.nk-swiper-s2.overflow-visible .swiper-button-prev {
	transform: translateX(-50%);
}

.nk-swiper-s2.overflow-visible .swiper-button-next {
	transform: translateX(50%);
}

.nk-swiper-s3 .swiper-button-prev.swiper-button-disabled,
.nk-swiper-s3 .swiper-button-next.swiper-button-disabled {
	opacity: 0;
}

.nk-swiper-s4 .swiper-button-prev,
.nk-swiper-s4 .swiper-button-next {
	transform: translateY(-50%);
}

.nk-swiper-s4 .swiper-button-prev {
	left: 12px;
}

.nk-swiper-s4 .swiper-button-next {
	right: 12px;
}

.nk-swiper-s4 .swiper-slide {
	transition: all 0.2s linear;
}

.nk-swiper-s4 .swiper-pagination-bullet {
	opacity: 1;
	background-color: #e5e7eb;
}

.nk-swiper-s4 .swiper-pagination-bullet-active {
	background-color: #008AD7;
}

.nk-swiper-s4.overflow-visible .swiper-button-prev {
	transform: translateX(-50%);
}

.nk-swiper-s4.overflow-visible .swiper-button-next {
	transform: translateX(50%);
}

@media (min-width: 992px) {
	.nk-swiper-s1 .swiper-slide {
		transition: 0.5s;
		transform: scale(0.6);
	}

	.nk-swiper-s1 .swiper-slide-active {
		transform: scale(1);
		transform-origin: center;
	}

	.nk-swiper-s1 .swiper-slide-prev {
		transform-origin: right;
	}

	.nk-swiper-s1 .swiper-slide-next {
		transform-origin: left;
	}

	.nk-swiper-s4 .swiper-slide {
		transition: all 0.2s linear;
	}

	.nk-swiper-s4 .swiper-slide-active {
		padding-left: 100px;
	}

	.nk-swiper-s4 .swiper-slide-next {
		padding-right: 100px;
	}
}

@media (min-width: 1400px) {

	.swiper-button-group-s2 .swiper-button-next,
	.swiper-button-group-s2 .swiper-rtl .swiper-button-prev {
		right: -60px;
	}

	.swiper-button-group-s2 .swiper-button-prev,
	.swiper-button-group-s2 .swiper-rtl .swiper-button-next {
		left: -60px;
	}
}

.nk-pricing {
	background-color: #e5e7eb;
	border-radius: 1.5rem;
	padding: 2rem;
	border: 1px solid #e5e7eb;
}

.nk-pricing-s1 {
	padding: 0px;
	position: relative;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	flex-grow: 1;
}

.nk-pricing-s1 .nk-pricing-body .nk-list-link .icon {
	top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.813rem;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #e8effb;
	color: #008AD7;
}

.nk-pricing-s1 .nk-pricing-body .nk-list-link li.active .icon {
	color: #008AD7;
}

.nk-pricing-s1 .nk-pricing-badge-wrap {
	padding-bottom: 12px;
}

@media (min-width: 576px) {
	.nk-pricing-s1 .nk-pricing-badge-wrap {
		top: 40px;
		right: 32px;
		position: absolute;
		text-align: right;
		padding-bottom: 0px;
	}
}

.nk-pricing-s1 .nk-pricing-badge-wrap .badge {
	color: #0a1425;
}

.nk-pricing-s1.active {
	border-radius: 0px;
	position: relative;
	background-color: #008AD7;
	color: #fff;
}

.nk-pricing-s1.active h1,
.nk-pricing-s1.active h2,
.nk-pricing-s1.active h3,
.nk-pricing-s1.active h4,
.nk-pricing-s1.active h5,
.nk-pricing-s1.active h6,
.nk-pricing-s1.active .h1,
.nk-pricing-s1.active .h2,
.nk-pricing-s1.active .h3,
.nk-pricing-s1.active .h4,
.nk-pricing-s1.active .h5,
.nk-pricing-s1.active .h6,
.nk-pricing-s1.active p {
	color: #fff;
}

.nk-pricing-s1.active p,
.nk-pricing-s1.active li,
.nk-pricing-s1.active .amount-text {
	font-weight: 400;
}

.nk-pricing-s1.active::after {
	content: "";
	top: 0;
	z-index: -1;
	right: -50%;
	width: 100%;
	height: 100%;
	user-select: none;
	position: absolute;
	pointer-events: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../images/mask/mask-line-1.html");
}

.nk-pricing-s1.active .nk-pricing-body .nk-list-link .icon {
	background-color: rgba(10, 20, 37, 0.4);
	color: #fff;
}

.nk-pricing-s1.active .nk-pricing-body .nk-list-link li.active {
	color: #fff;
}

.nk-pricing-s1.active .nk-pricing-body .nk-list-link li.active .icon {
	color: #fff;
}

.nk-pricing-s1.active .btn-outline-primary {
	background-color: #0a1425;
	color: #fff;
	border-color: #0a1425;
}

.nk-pricing-s2 {
	background-color: #fff;
	border-radius: 0.5rem;
}

.nk-pricing-s2 .nk-pricing-head .text {
	font-size: 1rem;
}

.nk-pricing-s2 sub {
	bottom: 3px;
	font-size: 2rem;
}

.nk-pricing-s2 .btn-light {
	background-color: #f7f8f9;
}

.nk-pricing-s2 .nk-pricing-body .nk-list-link li.active .icon {
	color: #008AD7;
}

.nk-pricing-s2.active {
	border-width: 2px;
	border-color: #008AD7;
}

.nk-pricing-s2.active .nk-pricing-body .nk-list-link li.active .icon {
	color: #fff;
}

.nk-pricing-s2.active .btn-outline-primary {
	background-color: #0a1425;
	color: #fff;
	border-color: #0a1425;
}

.nk-pricing-s3 {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 1rem;
}

.nk-pricing-s3.active {
	background-color: #008AD7;
	color: #fff;
}

.nk-pricing-s3.active h1,
.nk-pricing-s3.active h2,
.nk-pricing-s3.active h3,
.nk-pricing-s3.active h4,
.nk-pricing-s3.active h5,
.nk-pricing-s3.active h6,
.nk-pricing-s3.active .h1,
.nk-pricing-s3.active .h2,
.nk-pricing-s3.active .h3,
.nk-pricing-s3.active .h4,
.nk-pricing-s3.active .h5,
.nk-pricing-s3.active .h6,
.nk-pricing-s3.active p {
	color: #fff;
}

.nk-pricing-s3.active p,
.nk-pricing-s3.active li,
.nk-pricing-s3.active .amount-text {
	font-weight: 400;
}

.nk-pricing-s3.active .nk-pricing-body .nk-list-link .icon {
	color: #fff;
}

.nk-pricing-s3.active .nk-pricing-body .nk-list-link li.active {
	color: #fff;
}

.nk-pricing-s3.active .nk-pricing-body .nk-list-link li.active .icon {
	color: #fff;
}

.nk-pricing-s3.active .btn-outline-primary {
	background-color: #0a1425;
	color: #fff;
	border-color: #0a1425;
}

.nk-pricing-s3 .nk-pricing-body {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.nk-pricing-toggle .text {
	margin-bottom: 0;
}

.nk-pricing-toggle-s1,
.nk-pricing-toggle-s2 {
	display: inline-flex;
	align-items: center;
	position: relative;
	padding: 0.5rem;
	border-radius: 30px;
}

.nk-pricing-toggle-s1 input[type="radio"],
.nk-pricing-toggle-s2 input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.nk-pricing-toggle-s1 input[type="radio"]:checked+label+.switch-highlight,
.nk-pricing-toggle-s1 input[type="radio"]:checked+label:nth-of-type(n)+.switch-highlight,
.nk-pricing-toggle-s2 input[type="radio"]:checked+label+.switch-highlight,
.nk-pricing-toggle-s2 input[type="radio"]:checked+label:nth-of-type(n)+.switch-highlight {
	transform: translateX(90px);
}

.nk-pricing-toggle-s1 label,
.nk-pricing-toggle-s2 label {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 90px;
	line-height: 40px;
	cursor: pointer;
	font-size: 1rem;
	color: #fff;
}

.nk-pricing-toggle-s1 {
	background-color: #0a1425;
}

.nk-pricing-toggle-s2 {
	background-color: #fff;
	border: 1px solid #e5e7eb;
}

.nk-pricing-toggle-s2 label {
	color: #0a1425;
}

.nk-pricing-toggle-s2 input[type="radio"]:checked+label {
	color: #fff;
}

.nk-pricing-toggle .switch-highlight {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	height: 40px;
	width: 90px;
	background-color: #008AD7;
	border-radius: 30px;
	transition: transform 0.5s;
}

.nk-pricing-toggle-s3 .form-check input:not(:checked)+.two {
	opacity: 0.6;
}

.nk-pricing-head .icon:not(.badge .icon) {
	font-size: 3.875rem;
	color: #008AD7;
	margin-right: 0.75rem;
}

.nk-pricing-head .text {
	font-size: 1.125rem;
}

.nk-pricing-head .text-2 {
	font-size: 1rem;
}

.nk-pricing-title-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nk-pricing-body .amount-text {
	font-size: 1.125rem;
}

.nk-pricing-body .nk-list-link li.active {
	color: #0a1425;
}

.nk-pricing-body .nk-list-link li.active .icon {
	color: #22c55e;
}

.nk-pricing-body .nk-list-link .icon {
	font-size: 1.25rem;
	position: relative;
	top: 2px;
}

.nk-pricing .nk-year-amount {
	display: none;
}

.nk-pricing.is-active .nk-year-amount {
	display: block;
}

.nk-pricing.is-active .nk-month-amount {
	display: none;
}

.nk-pricing-wrap-s1 {
	padding: 1.875rem;
	background-color: #f7f8f9;
	border-radius: 0.5rem;
	border: 1px solid #e5e7eb;
}

.nk-pricing-group {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	border-radius: 0.75rem;
}

.nk-compare {
	border: 1px solid #e5e7eb;
	border-radius: 1rem;
	background-color: #fff;
}

.nk-compare .table {
	margin-bottom: 0;
}

.nk-compare-col {
	padding: 1.5rem 1rem !important;
}

.nk-compare-col.empty-col {
	border-bottom-width: 0;
}

.nk-compare-col.lg {
	width: 600px;
}

.nk-compare-col.active {
	background-color: #f4f8ff;
}

.nk-compare-col.center {
	text-align: center;
}

.nk-compare-col .lead {
	white-space: nowrap;
	font-size: 18px;
	color: #64728f;
}

.nk-compare thead .nk-compare-col {
	padding-top: 3rem !important;
	padding-bottom: 0 !important;
}

@media (min-width: 992px) {
	.nk-compare {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.nk-pricing-group .nk-pricing {
		width: 50%;
	}

	.nk-pricing-wrap-s1 {
		padding: 3.75rem;
	}
}

@media (min-width: 1400px) {
	.nk-pricing-group .nk-pricing {
		width: 25%;
	}

	.nk-pricing-s1 .nk-pricing-badge-wrap {
		width: 100%;
		top: -62px;
		left: 0;
		right: 0;
		background-color: #008AD7;
		border-top-left-radius: 1.5rem;
		border-top-right-radius: 1.5rem;
	}
}

@media (max-width: 767.98px) {
	.nk-compare-col {
		padding: 12px 16px !important;
	}
}

.icon-md {
	font-size: 1.625rem !important;
}

.icon-lg {
	font-size: 2.25rem !important;
}

.nk-course-overview-list {
	display: flex;
	align-items: center;
}

.nk-course-overview-media+.nk-course-overview-content {
	margin-left: 0.5rem;
}

.nk-course-overview-media .icon {
	color: #008AD7;
	font-size: 1.125rem;
}

.nk-course-overview-content .title {
	font-weight: 700;
	color: #0a1425;
}

.nk-contact-box {
	background-color: #f7f8f9;
	border: 1px solid #e5e7eb;
	border-radius: 0.5rem;
}

.nk-contact-box.with-transparent {
	background-color: #fff;
}

.nk-contact-content {
	padding: 1.875rem;
}

.nk-form-card .nk-mask {
	z-index: inherit;
}

.nk-form-card .title {
	color: #0a1425;
}

.nk-form-card .text {
	color: #64728f;
}

.nk-cta-one .nk-cta-wrap {
	padding: 60px 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../images/inside-pages/bg/project-manage-bg-2.html");
}

@media (min-width: 576px) {
	.nk-cta-one .nk-cta-wrap {
		padding: 60px;
	}
}

@media (min-width: 768px) {
	.nk-cta-one .nk-cta-wrap {
		padding: 80px 60px;
	}
}

.nk-cta-card {
	z-index: 1;
	position: relative;
}

.nk-cta-card .nk-block-head-content {
	padding: 32px;
}

@media (min-width: 1400px) {
	.nk-cta-card-cover.one {
		right: 0;
		z-index: -1;
		user-select: none;
		position: absolute;
		pointer-events: none;
		top: calc(50% - 30px);
		transform: translateY(-50%);
	}
}

@media (min-width: 1200px) {
	.nk-cta-card-cover.two {
		top: calc(50% - 23px);
	}
}

@media (min-width: 1400px) {
	.nk-cta-card-cover.two {
		right: 60px;
		z-index: -1;
		user-select: none;
		position: absolute;
		pointer-events: none;
		top: calc(50% - 62px);
		transform: translateY(-50%);
	}
}

.nk-cta-wrap.is-theme .nk-block-text,
.nk-cta-wrap.is-theme .media-text p {
	opacity: 0.7;
}

@media (min-width: 768px) {
	.nk-cta-card .nk-block-head-content {
		padding: 60px;
	}
}

@media (min-width: 1400px) {
	.nk-cta-img-wrap-negative {
		margin-top: -5rem;
	}

	.nk-cta-card .nk-block-head-content {
		padding: 106px 116px;
	}

	.nk-cta-card-s1 .nk-block-head-content {
		padding: 60px;
	}
}

.nk-feature-card {
	background: linear-gradient(180deg, #feebed -0.03%, #ffc7cb 99.93%);
	border-radius: 0.5rem;
	padding-top: 3.75rem;
	padding-right: 3.75rem;
	padding-left: 3.75rem;
}

.nk-feature-card-text.line-1,
.nk-feature-card-text.line-2,
.nk-feature-card-text.line-3 {
	position: relative;
	padding-left: 1.5rem;
}

.nk-feature-card-text.line-1::after,
.nk-feature-card-text.line-2::after,
.nk-feature-card-text.line-3::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	border-radius: 0.25rem;
}

.nk-feature-card-text.line-1::after {
	background-color: #008AD7;
}

.nk-feature-card-text.line-2::after {
	background-color: #fdb52a;
}

.nk-feature-card-text.line-3::after {
	background-color: #fa5b68;
}

.nk-feature-overview-img {
	position: relative;
}

.nk-feature-overview-img .overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 12px;
	width: 88%;
	height: 80%;
	z-index: -1;
}

.nk-feature-overview-img .overlay-bg::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("../images/shape/k1.html");
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	opacity: 0.6;
}

.nk-feature-overview-img .overlay-bg-2 {
	height: 100%;
}

.nk-feature-overview-img .overlay-bg-2::after {
	background-image: url("../images/shape/l1.html");
}

.nk-feature-overview-img .overlay-bg-3 {
	height: 100%;
	width: 80%;
}

.nk-feature-overview-img .overlay-bg-3::after {
	opacity: 0.4;
}

.nk-feature-overview-img .overlay-bg-4 {
	width: 100%;
	height: 100%;
}

.nk-feature-overview-img .overlay-bg-4::after {
	background-image: url("../images/shape/m1.html");
}

.nk-feature-overview-img .overlay-bg-5 {
	width: 100%;
	height: 100%;
}

.nk-feature-overview-img .overlay-bg-5::after {
	background-image: url("../images/shape/n1.html");
}

.nk-feature-overview-img .base {
	z-index: 1;
}

.nk-feature-overview-img .children {
	position: absolute;
}

.nk-feature-overview-img .children-1 {
	right: -24px;
	bottom: 0px;
}

.nk-feature-overview-img .children-2,
.nk-feature-overview-img .children-3 {
	right: 0px;
	bottom: 0;
}

.nk-feature-overview-img .children-4 {
	right: 0px;
	bottom: 0px;
}

.nk-feature-overview-img .children-left-top {
	top: 15%;
	left: 0px;
}

.nk-feature-overview-img .children-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.nk-feature-overview-img .children-right-bottom {
	right: 0;
	bottom: 15%;
}

@media (max-width: 1199.98px) {
	.children-rs {
		width: 50%;
		height: auto !important;
	}
}

@media (max-width: 991.98px) {
	.nk-feature-mobile-img {
		max-width: 65%;
		margin: 0px auto;
	}
}

@media (max-width: 575.98px) {
	.children {
		height: auto !important;
	}
}

.tb-col-end,
.tb-col-action {
	text-align: right;
}

.tb-col-middle {
	vertical-align: middle;
}

.nk-table-crypto tbody tr:nth-last-child(1) {
	border-color: rgba(0, 0, 0, 0);
}

.nk-tag {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: -0.5rem;
}

.nk-tag>* {
	padding: 0.5rem;
}

.nk-tag-item {
	background-color: #f7f8f9;
	border: 1px solid #e5e7eb;
	border-radius: 50px;
	padding: 0.5rem 1rem;
	color: #0a1425;
	font-size: 0.875rem;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
}

.nk-tag-item:hover {
	background-color: #008AD7;
	color: #fff;
	border-color: #008AD7;
}

.nk-entry {
	color: #0a1425;
	font-weight: 400;
}

.nk-entry img {
	border-radius: 0.5rem;
}

.nk-entry h1+p,
.nk-entry .h1+p,
.nk-entry h2+p,
.nk-entry .h2+p,
.nk-entry h3+p,
.nk-entry .h3+p {
	margin-top: 1rem;
}

.nk-entry h1+img,
.nk-entry .h1+img,
.nk-entry h2+img,
.nk-entry .h2+img,
.nk-entry h3+img,
.nk-entry .h3+img {
	margin-top: 0.75rem;
}

.nk-entry h4+p,
.nk-entry .h4+p,
.nk-entry h5+p,
.nk-entry .h5+p,
.nk-entry h6+p,
.nk-entry .h6+p {
	margin-top: 0.75rem;
}

.nk-entry img:not(:last-child) {
	margin-bottom: 2rem;
}

.nk-entry p+h1,
.nk-entry p+.h1,
.nk-entry p+h2,
.nk-entry p+.h2,
.nk-entry p+h3,
.nk-entry p+.h3,
.nk-entry p+h4,
.nk-entry p+.h4,
.nk-entry p+h5,
.nk-entry p+.h5,
.nk-entry p+h6,
.nk-entry p+.h6 {
	margin-top: 2rem;
}

.nk-entry ul+h1,
.nk-entry ul+.h1,
.nk-entry ul+h2,
.nk-entry ul+.h2,
.nk-entry ul+h3,
.nk-entry ul+.h3,
.nk-entry ul+h4,
.nk-entry ul+.h4,
.nk-entry ul+h5,
.nk-entry ul+.h5,
.nk-entry ul+h6,
.nk-entry ul+.h6,
.nk-entry ul+p,
.nk-entry ol+h1,
.nk-entry ol+.h1,
.nk-entry ol+h2,
.nk-entry ol+.h2,
.nk-entry ol+h3,
.nk-entry ol+.h3,
.nk-entry ol+h4,
.nk-entry ol+.h4,
.nk-entry ol+h5,
.nk-entry ol+.h5,
.nk-entry ol+h6,
.nk-entry ol+.h6,
.nk-entry ol+p {
	margin-top: 1.25rem;
}

.nk-entry ul+img,
.nk-entry ol+img {
	margin-top: 2rem;
}

.nk-entry pre+h1,
.nk-entry pre+.h1,
.nk-entry pre+h2,
.nk-entry pre+.h2,
.nk-entry pre+h3,
.nk-entry pre+.h3,
.nk-entry pre+p {
	margin-top: 1.75rem;
}

.nk-entry blockquote {
	background-color: #faf9ff;
	padding: 1rem;
}

.nk-entry ul,
.nk-entry ol {
	list-style: inherit;
	padding-left: 1rem;
}

.nk-entry ol {
	list-style-type: decimal;
}

.nk-entry ul li,
.nk-entry ol li {
	line-height: 1.8;
}

.nk-entry p+img {
	margin-top: 1.25rem;
}

.error-number {
	font-size: 156px;
	color: #008AD7;
	font-weight: 700;
	line-height: 1;
}

@media (min-width: 576px) {
	.error-number {
		font-size: 256px;
	}
}

.nk-auth-quote {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.nk-auth-quote-inner {
	padding: 10px 32px;
}

.nk-auth-col {
	padding: 60px 30px;
}

.is-theme .nk-auth-quote p {
	font-weight: 300;
}

.is-theme .media-text span {
	color: #fff;
}

@media (min-width: 576px) {
	.nk-auth-quote {
		position: relative;
	}

	.nk-auth-quote::after {
		position: absolute;
		top: 22px;
		left: 0;
		content: "";
		width: 48px;
		height: 1px;
		background-color: #fff;
		opacity: 0.2;
	}

	.nk-auth-quote-inner {
		padding: 10px 32px 10px 70px;
	}

	.nk-auth-col {
		padding: 60px;
	}
}

@media (min-width: 1200px) {
	.nk-auth-form-card {
		width: 580px;
	}

	.nk-auth-col-content {
		width: 660px;
		flex-grow: inherit;
	}
}

.password-toggle.is-shown .on {
	display: none;
}

.password-toggle.is-shown .off {
	display: block;
}

.nk-copyright-text p {
	color: #0a1425;
}

.nk-copyright-text p a {
	color: inherit;
}

.nk-copyright-text p a:hover {
	color: #008AD7;
}

.nk-footer-bottom .nk-list-link li a {
	color: #0a1425;
}

.nk-footer-bottom .nk-list-link li a:hover {
	color: #008AD7;
}

.journey-contents {
	gap: 12px;
	display: flex;
	position: relative;
	flex-direction: column;
	grid-template-columns: 1fr;
}

.journey-item {
	padding-left: 12px;
	position: relative;
	align-items: center;
}

.journey-item:nth-child(1)::after {
	display: none;
}

.journey-item:nth-last-child(1)::before {
	display: none;
}

.journey-item::after,
.journey-item::before {
	content: "";
	width: 2px;
	left: 0px;
	height: calc(50% + 12px);
	position: absolute;
	background-color: #008AD7;
}

.journey-item::after {
	top: -20px;
}

.journey-item::before {
	bottom: -18px;
}

.journey-item .circle {
	z-index: 1;
	top: 50%;
	left: -7px;
	width: 16px;
	height: 16px;
	display: flex;
	overflow: hidden;
	position: absolute;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	border: 2px solid #008AD7;
	transform: translate(0, -50%);
}

.journey-item .circle-dot {
	top: 50%;
	left: 50%;
	width: 4px;
	height: 4px;
	overflow: hidden;
	position: absolute;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background-color: #008AD7;
}

@media (min-width: 768px) {
	.journey-item {
		padding-left: 24px;
	}
}

@media (min-width: 992px) {
	.journey-card {
		min-width: 400px;
		max-width: calc(50% - 34px);
	}

	.journey-contents {
		gap: 36px;
	}

	.journey-item {
		display: flex;
		padding-left: 0px;
	}

	.journey-item:nth-child(odd) {
		justify-content: flex-end;
	}

	.journey-item::before {
		bottom: -18px;
	}

	.journey-item::after {
		top: -20px;
	}

	.journey-item::after,
	.journey-item::before {
		left: 50%;
		transform: translateX(-50%);
	}

	.journey-item .circle {
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@media (min-width: 1200px) {
	.journey-card {
		min-width: 540px;
		max-width: calc(50% - 68px);
	}
}

.description-block {
	gap: 19px;
	display: flex;
}

.description-block .icon {
	font-size: 1.5rem;
	margin-top: 0.5rem;
	display: inline-block;
}

.description-block .info h6,
.description-block .info .h6 {
	margin: 0px;
	font-size: 1rem;
	line-height: 2rem;
}

.description-block .info p {
	font-size: 0.75rem;
	line-height: 1.25rem;
}

.call-to {
	overflow: hidden;
	position: relative;
	background-color: #0a1425;
}

.call-to-action {
	gap: 0.75rem;
	text-align: center;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}

.call-to-action a:nth-child(2) {
	gap: 0.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.call-to-action a:nth-child(2) span {
	color: #fff;
	font-size: 0.75rem;
	line-height: 1.25rem;
}

.call-to-info p {
	margin: 0;
	opacity: 0.6;
}

.nk-miscell-include ul {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
}

.nk-miscell-include ul li a {
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.625rem;
}

.nk-miscell-include ul li a em {
	color: #008AD7;
}

.nk-miscell-include ul li a span {
	color: #0a1425;
	position: relative;
	display: inline-block;
}

.nk-miscell-include ul li a span::after {
	left: 0px;
	content: "";
	bottom: 0px;
	width: 100%;
	height: 1px;
	position: absolute;
	background-color: #0a1425;
}

@media (min-width: 992px) {
	.nk-miscell-include ul {
		max-width: 27.5rem;
		padding-top: 1.875rem;
	}

	.nk-miscell-include ul li a {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}

.infinite-scroll-duration-1 {
	animation-duration: 2s !important;
}

.infinite-scroll-duration-2 {
	animation-duration: 4s !important;
}

.infinite-scroll-duration-3 {
	animation-duration: 6s !important;
}

.infinite-scroll-duration-4 {
	animation-duration: 8s !important;
}

.infinite-scroll-duration-5 {
	animation-duration: 10s !important;
}

.infinite-scroll-duration-6 {
	animation-duration: 12s !important;
}

.infinite-scroll-duration-7 {
	animation-duration: 14s !important;
}

.infinite-scroll-duration-8 {
	animation-duration: 16s !important;
}

.infinite-scroll-duration-9 {
	animation-duration: 18s !important;
}

.infinite-scroll-duration-10 {
	animation-duration: 20s !important;
}

.infinite-scroll-duration-11 {
	animation-duration: 22s !important;
}

.infinite-scroll-duration-12 {
	animation-duration: 24s !important;
}

.infinite-scroll-duration-13 {
	animation-duration: 26s !important;
}

.infinite-scroll-duration-14 {
	animation-duration: 28s !important;
}

.infinite-scroll-duration-15 {
	animation-duration: 30s !important;
}

.infinite-scroll-duration-16 {
	animation-duration: 32s !important;
}

.infinite-scroll-duration-17 {
	animation-duration: 34s !important;
}

.infinite-scroll-duration-18 {
	animation-duration: 36s !important;
}

.infinite-scroll-duration-19 {
	animation-duration: 38s !important;
}

.infinite-scroll-duration-20 {
	animation-duration: 40s !important;
}

.infinite-scroll-duration-21 {
	animation-duration: 42s !important;
}

.infinite-scroll-duration-22 {
	animation-duration: 44s !important;
}

.infinite-scroll-duration-23 {
	animation-duration: 46s !important;
}

.infinite-scroll-duration-24 {
	animation-duration: 48s !important;
}

.infinite-scroll-duration-25 {
	animation-duration: 50s !important;
}

.infinite-scroll-duration-26 {
	animation-duration: 52s !important;
}

.infinite-scroll-duration-27 {
	animation-duration: 54s !important;
}

.infinite-scroll-duration-28 {
	animation-duration: 56s !important;
}

.infinite-scroll-duration-29 {
	animation-duration: 58s !important;
}

.infinite-scroll-duration-30 {
	animation-duration: 60s !important;
}

.infinite-scroll-duration-31 {
	animation-duration: 62s !important;
}

.infinite-scroll-duration-32 {
	animation-duration: 64s !important;
}

.infinite-scroll-duration-33 {
	animation-duration: 66s !important;
}

.infinite-scroll-duration-34 {
	animation-duration: 68s !important;
}

.infinite-scroll-duration-35 {
	animation-duration: 70s !important;
}

.infinite-scroll-duration-36 {
	animation-duration: 72s !important;
}

.infinite-scroll-duration-37 {
	animation-duration: 74s !important;
}

.infinite-scroll-duration-38 {
	animation-duration: 76s !important;
}

.infinite-scroll-duration-39 {
	animation-duration: 78s !important;
}

.infinite-scroll-duration-40 {
	animation-duration: 80s !important;
}

.infinite-scroll-duration-41 {
	animation-duration: 82s !important;
}

.infinite-scroll-duration-42 {
	animation-duration: 84s !important;
}

.infinite-scroll-duration-43 {
	animation-duration: 86s !important;
}

.infinite-scroll-duration-44 {
	animation-duration: 88s !important;
}

.infinite-scroll-duration-45 {
	animation-duration: 90s !important;
}

.infinite-scroll-duration-46 {
	animation-duration: 92s !important;
}

.infinite-scroll-duration-47 {
	animation-duration: 94s !important;
}

.infinite-scroll-duration-48 {
	animation-duration: 96s !important;
}

.infinite-scroll-duration-49 {
	animation-duration: 98s !important;
}

.infinite-scroll-duration-50 {
	animation-duration: 100s !important;
}

.infinite-scroll-duration-51 {
	animation-duration: 102s !important;
}

.infinite-scroll-duration-52 {
	animation-duration: 104s !important;
}

.infinite-scroll-duration-53 {
	animation-duration: 106s !important;
}

.infinite-scroll-duration-54 {
	animation-duration: 108s !important;
}

.infinite-scroll-duration-55 {
	animation-duration: 110s !important;
}

.infinite-scroll-duration-56 {
	animation-duration: 112s !important;
}

.infinite-scroll-duration-57 {
	animation-duration: 114s !important;
}

.infinite-scroll-duration-58 {
	animation-duration: 116s !important;
}

.infinite-scroll-duration-59 {
	animation-duration: 118s !important;
}

.infinite-scroll-duration-60 {
	animation-duration: 120s !important;
}

.infinite-scroll-init {
	animation-fill-mode: forwards !important;
	animation-direction: alternate-reverse !important;
}

.infinite-scroll-init.infinite-scroll-horizontal {
	animation: horizontal linear infinite;
}

.infinite-scroll-init.infinite-scroll-horizontalAlternate {
	animation: horizontalAlternate linear infinite;
}

.infinite-scroll-init.infinite-scroll-vertical {
	animation: vertical linear infinite;
}

.infinite-scroll-init.infinite-scroll-verticalAlternate {
	animation: verticalAlternate linear infinite;
}

.infinite-scroll {
	gap: 12px;
	width: 100%;
	height: 100%;
	margin: auto;
	display: grid;
	overflow: hidden;
	position: relative;
	place-items: center;
	grid-template-columns: 1fr;
}

.infinite-scroll-col {
	gap: 12px;
	height: auto;
	display: flex;
	width: 360px;
}

.infinite-scroll-card {
	width: 120px;
	height: auto;
	flex-shrink: 0;
	border-radius: 4px;
	position: relative;
}

.infinite-scroll-card img {
	width: 120px;
	height: auto;
}

@media (min-width: 992px) {
	.infinite-scroll {
		gap: 30px;
		grid-template-columns: repeat(3, 1fr);
	}

	.infinite-scroll-col {
		gap: 30px;
		width: auto;
		flex-direction: column;
		height: 582px;
	}

	.infinite-scroll-card {
		width: auto;
		height: 170px;
		flex-shrink: 1;
	}

	.infinite-scroll-card img {
		width: auto;
		height: auto;
	}

	.infinite-scroll-init.infinite-scroll-lg-vertical {
		animation: vertical linear infinite;
	}

	.infinite-scroll-init.infinite-scroll-lg-verticalAlternate {
		animation: verticalAlternate linear infinite;
	}
}

@media (min-width: 1400px) {
	.infinite-scroll-card {
		height: 194px;
	}

	.infinite-scroll-init.infinite-scroll-lg-vertical {
		animation: vertical linear infinite;
	}

	.infinite-scroll-init.infinite-scroll-lg-verticalAlternate {
		animation: verticalAlternate linear infinite;
	}
}

@media (max-width: 991.98px) {
	.infinite-scroll {
		width: 160%;
		margin-left: -30%;
	}
}

@keyframes horizontal {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-600px);
	}
}

@keyframes horizontalAlternate {
	from {
		transform: translateX(-600px);
	}

	to {
		transform: translateX(0);
	}
}

@keyframes vertical {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-970px);
	}
}

@keyframes verticalAlternate {
	from {
		transform: translateY(-970px);
	}

	to {
		transform: translateY(0);
	}
}

.scroll-top {
	right: 16px;
	bottom: 70px;
	width: 40px;
	height: 40px;
	z-index: 9999;
	display: flex;
	font-size: 18px;
	cursor: pointer;
	position: fixed;
	overflow: hidden;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all 0.2s linear;
	background-color: #008AD7;
	opacity: 0;
	user-select: none;
	pointer-events: none;
}

@media (min-width: 576px) {
	.scroll-top {
		bottom: 32px;
	}
}

@media (min-width: 768px) {
	.scroll-top {
		bottom: 32px;
	}
}

@media (min-width: 1200px) {
	.scroll-top {
		right: 32px;
	}
}

.scroll-top:hover {
	color: #fff;
	background-color: #00BB3F;
}

.scroll-top.active {
	opacity: 1;
	user-select: all;
	pointer-events: all;
}

.animate {
	animation-fill-mode: both;
	animation-duration: 1s;
}

.animate-infinite {
	animation-iteration-count: infinite;
}

.animate-delay-1 {
	animation-delay: 1s;
}

.animate-duration-1 {
	animation-duration: 1s;
}

.animate-delay-2 {
	animation-delay: 2s;
}

.animate-duration-2 {
	animation-duration: 2s;
}

.animate-delay-3 {
	animation-delay: 3s;
}

.animate-duration-3 {
	animation-duration: 3s;
}

.animate-delay-4 {
	animation-delay: 4s;
}

.animate-duration-4 {
	animation-duration: 4s;
}

.animate-delay-5 {
	animation-delay: 5s;
}

.animate-duration-5 {
	animation-duration: 5s;
}

.animate-delay-6 {
	animation-delay: 6s;
}

.animate-duration-6 {
	animation-duration: 6s;
}

.animate-delay-7 {
	animation-delay: 7s;
}

.animate-duration-7 {
	animation-duration: 7s;
}

.animate-delay-8 {
	animation-delay: 8s;
}

.animate-duration-8 {
	animation-duration: 8s;
}

.animate-delay-9 {
	animation-delay: 9s;
}

.animate-duration-9 {
	animation-duration: 9s;
}

.animate-delay-10 {
	animation-delay: 10s;
}

.animate-duration-10 {
	animation-duration: 10s;
}

.animate-delay-11 {
	animation-delay: 11s;
}

.animate-duration-11 {
	animation-duration: 11s;
}

.animate-delay-12 {
	animation-delay: 12s;
}

.animate-duration-12 {
	animation-duration: 12s;
}

.animate-shakeY {
	animation-name: shakeY;
	animation-iteration-count: infinite;
}

.animate-pulse {
	animation-name: pulse;
	animation-timing-function: ease-in-out;
}

.animate-slide-right {
	animation-name: slideRight;
}

@keyframes shakeY {

	from,
	to {
		transform: translate3d(0, 0, 0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(0, -10px, 0);
	}

	20%,
	40%,
	60%,
	80% {
		transform: translate3d(0, 10px, 0);
	}
}

@keyframes pulse {
	from {
		transform: scale3d(1, 1, 1);
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		transform: scale3d(1, 1, 1);
	}
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

.nk-error input,
.nk-error input:active {
	border-color: rgba(255, 0, 0, 0.6);
	background-color: rgba(253, 212, 212, 0.431372549) !important;
}

.nk-error input::placeholder,
.nk-error input:active::placeholder {
	color: #0a1425;
}

.nk-message {
	left: 0;
	font-weight: bold;
	position: absolute;
	font-size: 12px;
	line-height: 1rem;
	top: calc(100% + 6px);
	display: inline-block;
}

.nk-message-error {
	color: rgba(255, 0, 0, 0.6);
}

.nk-toast {
	top: 100px;
	right: 0px;
	gap: 12px;
	z-index: 9999;
	width: 420px;
	display: flex;
	overflow: hidden;
	align-items: center;
	background-color: #fff;
	padding: 12px 18px 16px 20px;
}

.nk-toast.nk-toast-success::after,
.nk-toast.nk-toast-warning::after,
.nk-toast.nk-toast-error::after {
	content: "";
	left: 0;
	width: 100%;
	height: 4px;
	position: absolute;
	top: calc(100% - 4px);
	background-color: #ddd;
}

.nk-toast.nk-toast-success::after {
	background-color: #22c55e;
}

.nk-toast.nk-toast-success .nk-toast-icon {
	background-color: #22c55e;
}

.nk-toast.nk-toast-error::after {
	background-color: #fa5b68;
}

.nk-toast.nk-toast-error .nk-toast-icon {
	background-color: #fa5b68;
}

.nk-toast.nk-toast-warning::after {
	background-color: #fdb52a;
}

.nk-toast.nk-toast-warning .nk-toast-icon {
	background-color: #fdb52a;
}

.nk-toast-icon {
	width: 24px;
	height: 24px;
	color: #fff;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	background-color: #ddd;
}

.nk-toast-info p {
	color: #0a1425;
	font-size: 14px;
	line-height: 22px;
}

.nk-toast-btn {
	top: 12px;
	border: 0;
	padding: 0;
	outline: 0;
	right: 12px;
	font-size: 18px;
	position: absolute;
	display: inline-block;
	background: rgba(0, 0, 0, 0);
	box-shadow: none !important;
}

.nk-toast-btn:focus {
	outline: none;
	box-shadow: none;
}

@media (max-width: 767.98px) {
	.nk-toast {
		width: 90%;
	}
}

.nk-sticky-badge {
	right: 0px;
	top: 50%;
	z-index: 999;
	position: fixed;
	overflow: hidden;
	transform: translateY(-50%);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.nk-sticky-badge-icon {
	color: #fff;
	font-size: 18px;
	padding: 8px 12px;
	overflow: hidden;
	transform: scale(1);
	display: block;
	transition: all 0.2s linear;
}

.nk-sticky-badge-icon:hover {
	color: #fff;
}

.nk-sticky-badge-icon:active {
	transform: scale(0.9);
}

.nk-sticky-badge-home {
	background-color: #2b5cfd;
}

.nk-sticky-badge-purchase {
	background-color: #07ba63;
}

.label {
	font-size: 14px;
	color: #008AD7;
	font-weight: 600;
	line-height: 16px;
	padding: 8px 16px;
	text-align: center;
	border-radius: 18px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #008AD7;
	background-color: rgba(0, 0, 0, 0);
}

.label-white {
	color: #fff;
	border-color: #fff;
}

@media (min-width: 768px) {
	.label {
		font-size: 1rem;
		line-height: 1rem;
		padding: 8px 24px;
	}
}

.nk-frame {
	position: relative;
}

.nk-frame-children {
	position: absolute;
	transition: all 0.3s linear;
}

.nk-frame-one .nk-frame-children-one {
	top: 0;
	left: 0;
	width: 100%;
}

@media (min-width: 576px) {
	.nk-frame-one .nk-frame-children-one {
		width: auto;
		top: 145px;
		left: -15px;
	}
}

@media (min-width: 992px) {
	.nk-frame-one .nk-frame-children-one {
		left: -100px;
	}
}

.nk-frame-one .nk-frame-children-two {
	right: 0;
	width: 100%;
	bottom: 0px;
}

@media (min-width: 576px) {
	.nk-frame-one .nk-frame-children-two {
		width: auto;
		right: 20px;
		bottom: 185px;
	}
}

@media (min-width: 992px) {
	.nk-frame-one .nk-frame-children-two {
		right: -20px;
	}
}

@media (max-width: 575.98px) {
	.nk-frame-three .nk-frame-children {
		display: none;
	}
}

.nk-frame-three .nk-frame-children-one {
	top: -30px;
	z-index: -1;
}

@media (min-width: 1200px) {
	.nk-frame-three .nk-frame-children-one {
		z-index: 1;
		top: -70px;
	}
}

@media (min-width: 992px) {
	.nk-frame-three .nk-frame-children-one {
		top: -60px;
	}
}

@media (min-width: 768px) {
	.nk-frame-three .nk-frame-children-one {
		left: -60px;
	}
}

@media (min-width: 576px) {
	.nk-frame-three .nk-frame-children-one {
		left: -30px;
	}
}

@media (min-width: 576px) {
	.nk-frame-three .nk-frame-children-two {
		right: 0px;
		bottom: 24px;
	}
}

@media (min-width: 768px) {
	.nk-frame-three .nk-frame-children-two {
		right: -40px;
	}
}

@media (min-width: 992px) {
	.nk-frame-three .nk-frame-children-two {
		bottom: -35px;
	}
}

.nk-frame-four .nk-frame-children {
	display: none;
	transition: all 0.3s linear;
}

@media (min-width: 992px) {
	.nk-frame-four .nk-frame-children {
		display: block;
	}
}

.nk-frame-four .nk-frame-children-one {
	top: 140px;
	left: 60px;
}

@media (min-width: 1680px) {
	.nk-frame-four .nk-frame-children-one {
		top: 218px;
		left: 455px;
	}
}

.nk-frame-four .nk-frame-children-two {
	top: 160px;
	right: 60px;
}

@media (min-width: 1680px) {
	.nk-frame-four .nk-frame-children-two {
		top: 207px;
		right: 446px;
	}
}

.nk-frame-four .nk-frame-children-three {
	top: 600px;
	left: 185px;
}

@media (min-width: 1200px) {
	.nk-frame-four .nk-frame-children-three {
		top: 485px;
		left: 275px;
	}
}

@media (min-width: 1620px) {
	.nk-frame-four .nk-frame-children-three {
		top: 565px;
		left: 438px;
	}
}

.nk-frame-four .nk-frame-children-four {
	right: 140px;
	top: 620px;
}

@media (min-width: 1200px) {
	.nk-frame-four .nk-frame-children-four {
		right: 320px;
	}
}

@media (min-width: 1620px) {
	.nk-frame-four .nk-frame-children-four {
		right: 415px;
		top: 595px;
	}
}

.nk-frame-five .nk-frame-children-one {
	top: -32px;
	left: -32px;
	z-index: -1;
}

.nk-frame-five .nk-frame-children-two {
	top: -24px;
	right: 0;
}

@media (min-width: 768px) {
	.nk-frame-five .nk-frame-children-two {
		right: -24px;
	}
}

.nk-frame-five .nk-frame-children-three {
	right: 0;
	bottom: -30px;
	z-index: -1;
}

@media (min-width: 768px) {
	.nk-frame-five .nk-frame-children-three {
		right: -18px;
	}
}

@media (max-width: 767.98px) {
	.nk-frame-six .nk-frame-children {
		display: none;
	}
}

.nk-frame-six .nk-frame-children-one {
	top: 100px;
}

@media (min-width: 768px) {
	.nk-frame-six .nk-frame-children-one {
		right: 30px;
	}
}

@media (min-width: 992px) {
	.nk-frame-six .nk-frame-children-one {
		right: 268px;
	}
}

@media (min-width: 1200px) {
	.nk-frame-six .nk-frame-children-one {
		right: 40px;
	}
}

@media (min-width: 1400px) {
	.nk-frame-six .nk-frame-children-one {
		right: 92px;
	}
}

.nk-frame-six .nk-frame-children-two {
	left: -22px;
	bottom: 82px;
}

@media (min-width: 768px) {
	.nk-frame-six .nk-frame-children-two {
		left: -13px;
		bottom: 158px;
	}
}

@media (min-width: 992px) {
	.nk-frame-six .nk-frame-children-two {
		bottom: 181px;
		left: 0px;
	}
}

@media (min-width: 1200px) {
	.nk-frame-six .nk-frame-children-two {
		bottom: 82px;
		left: -22px;
	}
}

@media (min-width: 1400px) {
	.nk-frame-six .nk-frame-children-two {
		left: 0;
		bottom: 122px;
	}
}

.nk-frame-six .nk-frame-children-three {
	bottom: 80px;
	right: 60px;
}

@media (min-width: 768px) {
	.nk-frame-six .nk-frame-children-three {
		right: 80px;
		bottom: 158px;
	}
}

@media (min-width: 992px) {
	.nk-frame-six .nk-frame-children-three {
		right: 278px;
		bottom: 181px;
	}
}

@media (min-width: 1200px) {
	.nk-frame-six .nk-frame-children-three {
		right: 64px;
		bottom: 79px;
	}
}

@media (min-width: 1400px) {
	.nk-frame-six .nk-frame-children-three {
		right: 0px;
		top: 234px;
	}
}

@media (max-width: 575.98px) {
	.nk-frame-seven-a .nk-frame-children-one {
		display: none;
	}
}

@media (min-width: 576px) {
	.nk-frame-seven-a .nk-frame-children-one {
		top: 76px;
		right: calc(50% - 24px);
	}
}

@media (min-width: 1200px) {
	.nk-frame-seven-a .nk-frame-children-one {
		top: 195px;
		right: 0px;
	}
}

@media (min-width: 1400px) {
	.nk-frame-seven-a .nk-frame-children-one {
		right: 60px;
	}
}

@media (max-width: 767.98px) {
	.nk-frame-seven-a .nk-frame-children-two {
		display: none;
	}
}

@media (min-width: 768px) {
	.nk-frame-seven-a .nk-frame-children-two {
		left: -40px;
		bottom: -20px;
	}
}

@media (min-width: 992px) {
	.nk-frame-seven-a .nk-frame-children-two {
		left: 90px;
	}
}

@media (min-width: 1200px) {
	.nk-frame-seven-a .nk-frame-children-two {
		left: -90px;
	}
}

@media (min-width: 1400px) {
	.nk-frame-seven-a .nk-frame-children-two {
		left: -46px;
		bottom: -32px;
	}
}

@media (max-width: 575.98px) {
	.nk-frame-seven-a .nk-frame-children-three {
		display: none;
	}
}

@media (min-width: 576px) {
	.nk-frame-seven-a .nk-frame-children-three {
		bottom: 0px;
		right: -35px;
	}
}

@media (min-width: 992px) {
	.nk-frame-seven-a .nk-frame-children-three {
		right: 30px;
	}
}

@media (min-width: 1200px) {
	.nk-frame-seven-a .nk-frame-children-three {
		right: -22px;
		bottom: -130px;
	}
}

@media (min-width: 1400px) {
	.nk-frame-seven-a .nk-frame-children-three {
		right: -42px;
		bottom: 10px;
	}
}

.nk-frame-seven-b .nk-frame-children-one {
	z-index: -1;
	left: 50%;
	width: 90%;
	top: calc(50% - 24px);
	transform: translate(-50%, -50%);
}

.nk-frame-seven-c {
	margin-bottom: -45px;
}

@media (min-width: 576px) {
	.nk-frame-seven-c {
		margin-bottom: -90px;
	}
}

@media (min-width: 768px) {
	.nk-frame-seven-c {
		margin-bottom: 0px;
	}
}

.nk-frame-seven-c .nk-frame-children-one {
	width: 75%;
	left: 50%;
	z-index: -1;
	top: calc(50% - 24px);
	transform: translate(-50%, -50%);
}

.nk-frame-seven-c .nk-frame-children-two {
	top: -6px;
	z-index: -2;
}

@media (min-width: 576px) {
	.nk-frame-seven-c .nk-frame-children-two {
		right: calc(50% - 175px);
		transform: translateX(50%);
	}
}

@media (min-width: 1200px) {
	.nk-frame-seven-c .nk-frame-children-two {
		right: 0;
		transform: translateX(0);
	}
}

@media (min-width: 1400px) {
	.nk-frame-seven-c .nk-frame-children-two {
		right: 60px;
	}
}

@media (min-width: 1400px) {
	.nk-frame-eight {
		right: -140px;
		position: absolute;
		top: calc(50% + 60px);
		transform: translateY(-50%);
	}
}

.nk-frame-eight .nk-frame-children-one {
	display: none;
}

@media (min-width: 1400px) {
	.nk-frame-eight .nk-frame-children-one {
		top: 0;
		right: 80px;
		z-index: -1;
		display: block;
	}
}

.nk-frame-nine {
	text-align: center;
}

@media (min-width: 1200px) {
	.nk-frame-nine {
		top: 50%;
		position: absolute;
		transform: translateY(-50%);
	}
}

@media (min-width: 1500px) {
	.nk-frame-nine {
		right: 90px;
	}
}

@media (min-width: 1680px) {
	.nk-frame-nine {
		right: 0;
	}
}

.nk-frame-nine::after {
	content: "";
	left: 50%;
	bottom: 30px;
	width: 50%;
	opacity: 0.6;
	height: 288px;
	position: absolute;
	background: linear-gradient(90deg,
			#44bcff -0.55%,
			#44b0ff 22.86%,
			#ff44ec 48.36%,
			#ff44ec 73.33%,
			#ff675e 99.34%);
	filter: blur(58.1664px);
	transform: rotate(0deg) translateX(-50%);
}

@media (min-width: 768px) {
	.nk-frame-nine::after {
		width: 100%;
		bottom: 0px;
	}
}

.nk-frame-nine .nk-frame-children-one,
.nk-frame-nine .nk-frame-children-two {
	bottom: 18px;
	z-index: -1;
}

@media (max-width: 767.98px) {

	.nk-frame-nine .nk-frame-children-one,
	.nk-frame-nine .nk-frame-children-two {
		display: none;
	}
}

.nk-frame-nine .nk-frame-children-one {
	right: 0;
}

@media (min-width: 1200px) {
	.nk-frame-nine .nk-frame-children-one {
		right: -90px;
	}
}

@media (max-width: 1400) {
	.nk-frame-nine .nk-frame-children-one {
		right: -120px;
	}
}

.nk-frame-nine .nk-frame-children-two {
	left: 0;
}

@media (min-width: 1200px) {
	.nk-frame-nine .nk-frame-children-two {
		left: -120px;
	}
}

.nk-frame-nine .nk-frame-children-three {
	top: -30px;
}

@media (min-width: 768px) {
	.nk-frame-nine .nk-frame-children-three {
		left: 75px;
	}
}

@media (min-width: 992px) {
	.nk-frame-nine .nk-frame-children-three {
		left: 150px;
	}
}

@media (min-width: 1200px) {
	.nk-frame-nine .nk-frame-children-three {
		top: -16px;
		left: -60px;
	}
}

.nk-frame-nine .nk-frame-children-four {
	z-index: -2;
	bottom: -120px;
	left: calc(50% - 30px);
	transform: translateX(-50%);
}

@media (min-width: 1400px) {
	.nk-frame-nine .nk-frame-children-four {
		width: 180%;
	}
}

@media (min-width: 768px) {
	.nk-frame-nine .nk-frame-children-four {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.nk-frame-nine .nk-frame-children-four {
		display: none;
	}
}

.nk-frame-ten .nk-frame-children-one {
	top: 0;
	left: 12px;
}

@media (min-width: 1400px) {
	.nk-frame-ten .nk-frame-children-one {
		top: 70px;
		left: 90px;
	}
}

.nk-frame-ten .nk-frame-children-two {
	display: none;
}

@media (min-width: 768px) {
	.nk-frame-ten .nk-frame-children-two {
		top: 60px;
		left: 180px;
		display: block;
	}
}

@media (min-width: 1200px) {
	.nk-frame-ten .nk-frame-children-two {
		top: 68px;
		left: 140px;
	}
}

@media (min-width: 1400px) {
	.nk-frame-ten .nk-frame-children-two {
		top: 172.31px;
		left: 215.15px;
	}
}

.nk-frame-ten .nk-frame-children-three {
	top: 0;
	right: 0px;
}

@media (min-width: 576px) {
	.nk-frame-ten .nk-frame-children-three {
		right: auto;
		top: 180px;
		left: 400px;
	}
}

@media (min-width: 768px) {
	.nk-frame-ten .nk-frame-children-three {
		left: 320px;
	}
}

@media (min-width: 992px) {
	.nk-frame-ten .nk-frame-children-three {
		top: 0;
		right: 0;
	}
}

@media (min-width: 1200px) {
	.nk-frame-ten .nk-frame-children-three {
		top: auto;
		bottom: 0px;
		right: 60px;
	}
}

@media (min-width: 1400px) {
	.nk-frame-ten .nk-frame-children-three {
		right: auto;
		bottom: 78.46px;
		left: 313.02px;
	}
}

.nk-frame-ten .nk-frame-children-four {
	left: 120px;
	bottom: 60px;
}

@media (min-width: 576px) {
	.nk-frame-ten .nk-frame-children-four {
		left: 80px;
	}
}

@media (min-width: 768px) {
	.nk-frame-ten .nk-frame-children-four {
		bottom: 80px;
		left: 230px;
	}
}

@media (min-width: 992px) {
	.nk-frame-ten .nk-frame-children-four {
		bottom: 30px;
		left: 110px;
	}
}

@media (min-width: 1200px) {
	.nk-frame-ten .nk-frame-children-four {
		bottom: auto;
		top: 160px;
		left: 265px;
	}
}

@media (min-width: 1400px) {
	.nk-frame-ten .nk-frame-children-four {
		left: auto;
		top: auto;
		right: 120.16px;
		bottom: 12.31px;
	}
}

.nk-frame-ten .nk-frame-children-five {
	display: none;
}

@media (min-width: 768px) {
	.nk-frame-ten .nk-frame-children-five {
		left: 0;
		bottom: 50px;
		display: block;
	}
}

@media (min-width: 992px) {
	.nk-frame-ten .nk-frame-children-five {
		display: none;
	}
}

@media (min-width: 1200px) {
	.nk-frame-ten .nk-frame-children-five {
		bottom: 0;
		left: 41.2px;
		display: block;
	}
}

.nk-frame-ten .nk-frame-children-six {
	display: none;
}

@media (min-width: 768px) {
	.nk-frame-ten .nk-frame-children-six {
		right: 0;
		top: 120px;
		display: block;
	}
}

@media (min-width: 992px) {
	.nk-frame-ten .nk-frame-children-six {
		display: none;
	}
}

@media (min-width: 1200px) {
	.nk-frame-ten .nk-frame-children-six {
		top: 0;
		right: 0;
		display: block;
	}
}

@media (min-width: 1400px) {
	.nk-frame-ten .nk-frame-children-six {
		right: 41.26px;
	}
}

.nk-frame-eleven .nk-frame-children-one {
	left: 80px;
	bottom: -30px;
	display: none;
}

@media (min-width: 992px) {
	.nk-frame-eleven .nk-frame-children-one {
		display: block;
	}
}

@media (min-width: 1400px) {
	.nk-frame-eleven .nk-frame-children-one {
		left: 160px;
	}
}

@media (min-width: 1680px) {
	.nk-frame-eleven .nk-frame-children-one {
		left: 370px;
	}
}

.nk-frame-eleven .nk-frame-children-two {
	bottom: 140px;
	display: none;
}

@media (min-width: 992px) {
	.nk-frame-eleven .nk-frame-children-two {
		right: 24px;
		display: block;
	}
}

@media (min-width: 1200px) {
	.nk-frame-eleven .nk-frame-children-two {
		right: 155px;
	}
}

@media (min-width: 1680px) {
	.nk-frame-eleven .nk-frame-children-two {
		right: 350px;
	}
}

.nk-frame-twelve .nk-frame-children-one {
	top: 0px;
	right: 0px;
}

@media (min-width: 992px) {
	.nk-frame-twelve .nk-frame-children-one {
		top: -30px;
		right: -30px;
	}
}

@media (min-width: 1200px) {
	.nk-frame-twelve .nk-frame-children-one {
		top: -40px;
		right: -45px;
	}
}

@media (min-width: 1400px) {
	.nk-frame-twelve .nk-frame-children-one {
		top: -46px;
		right: -38px;
	}
}

.nk-frame-twelve-a .nk-frame-children-one {
	display: none;
}

@media (min-width: 768px) {
	.nk-frame-twelve-a .nk-frame-children-one {
		top: -30px;
		right: -30px;
		display: block;
	}
}

@media (min-width: 992px) {
	.nk-frame-twelve-a .nk-frame-children-one {
		top: auto;
		right: auto;
		bottom: -30px;
		left: -30px;
	}
}

@media (min-width: 1200px) {
	.nk-frame-twelve-a .nk-frame-children-one {
		bottom: -40px;
		left: -45px;
	}
}

@media (min-width: 1400px) {
	.nk-frame-twelve-a .nk-frame-children-one {
		bottom: -46px;
		left: -38px;
	}
}

.nk-frame-13 {
	width: 90%;
	margin-left: auto;
	transition: all 0.3s linear;
}

@media (min-width: 768px) {
	.nk-frame-13 {
		width: 60%;
	}
}

@media (min-width: 1200px) {
	.nk-frame-13 {
		right: 0;
		width: 500px;
		height: 440px;
		bottom: -32px;
		position: absolute;
	}
}

@media (min-width: 1400px) {
	.nk-frame-13 {
		width: 600px;
		height: 525px;
	}
}

@media (min-width: 1600px) {
	.nk-frame-13 {
		width: 660px;
	}
}

@media (min-width: 1800px) {
	.nk-frame-13 {
		height: 662px;
		width: 770px;
	}
}

.nk-frame-14 {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
}

.nk-frame-14 .nk-frame-children-one,
.nk-frame-14 .nk-frame-children-two {
	top: 50%;
	width: 25%;
	transform: translateY(-50%);
}

@media (min-width: 1800px) {

	.nk-frame-14 .nk-frame-children-one,
	.nk-frame-14 .nk-frame-children-two {
		width: auto;
	}
}

.nk-frame-14 .nk-frame-children-one {
	left: 0;
}

.nk-frame-14 .nk-frame-children-two {
	right: 0;
}

.nk-frame-14 {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	position: absolute;
}

.nk-frame-14 .nk-frame-children-one,
.nk-frame-14 .nk-frame-children-two {
	top: 50%;
	width: 25%;
	transform: translateY(-50%);
}

@media (min-width: 1800px) {

	.nk-frame-14 .nk-frame-children-one,
	.nk-frame-14 .nk-frame-children-two {
		width: auto;
	}
}

.nk-frame-14 .nk-frame-children-one {
	left: 0;
}

.nk-frame-14 .nk-frame-children-two {
	right: 0;
}

.nk-frame-15 .nk-frame-children-one {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.nk-frame-16 {
	z-index: 1;
	position: relative;
}

.nk-frame-16::before {
	content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0px;
	bottom: -100px;
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/blur/codebase-blur-1.html");
}

@media (min-width: 768px) {
	.nk-frame-16::before {
		bottom: -200px;
	}
}

@media (min-width: 768px) {
	.nk-frame-16 .nk-frame-children-one {
		right: 0;
		bottom: -30px;
	}
}

@media (min-width: 992px) {
	.nk-frame-16 .nk-frame-children-one {
		right: -60px;
		bottom: -60px;
	}
}

@media (min-width: 1400px) {
	.nk-frame-16 .nk-frame-children-one {
		right: 0px;
		bottom: -30px;
	}
}

@media (min-width: 992px) {
	.nk-frame-17 .nk-frame-children-one {
		top: 130px;
		left: -100px;
	}
}

@media (min-width: 992px) {
	.nk-frame-17 .nk-frame-children-two {
		top: 100px;
		right: -100px;
	}
}

.nk-frame-18 .nk-frame-children {
	z-index: -1;
}

.nk-frame-18 .nk-frame-children-left {
	left: 0;
}

.nk-frame-18 .nk-frame-children-left-bottom {
	bottom: 0;
}

.nk-frame-18 .nk-frame-children-right {
	right: 0;
}

.nk-frame-18 .nk-frame-children-right-top {
	bottom: 240px;
}

.nk-frame-19 {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

.nk-frame-19 .nk-frame-children {
	display: none;
	user-select: none;
	pointer-events: none;
	transition: all 0.3s linear;
}

@media (min-width: 992px) {
	.nk-frame-19 .nk-frame-children {
		display: block;
	}
}

@media (min-width: 992px) {
	.nk-frame-19 .nk-frame-children-one {
		top: 60px;
		left: 60px;
	}
}

.nk-frame-19 .nk-frame-children-two {
	display: none;
}

@media (min-width: 1200px) {
	.nk-frame-19 .nk-frame-children-two {
		left: 200px;
		bottom: 98px;
		display: block;
	}
}

@media (min-width: 992px) {
	.nk-frame-19 .nk-frame-children-three {
		left: 60px;
		bottom: 30px;
	}
}

.nk-frame-19 .nk-frame-children-four {
	right: 80px;
	bottom: 60px;
}

@media (min-width: 992px) {
	.nk-frame-19 .nk-frame-children-five {
		top: 60px;
		right: 60px;
	}
}

@media (min-width: 1200px) {
	.nk-frame-19 .nk-frame-children-five {
		top: 100px;
		right: 130px;
	}
}

.nk-newsletter-one .form-control-wrap .form-control,
.nk-newsletter-one .form-control-wrap input {
	padding: 1rem 1rem;
	color: #0a1425;
	background-color: #fff;
}

.nk-newsletter-one .form-control-wrap .form-control:focus,
.nk-newsletter-one .form-control-wrap input:focus {
	box-shadow: none;
	border-color: #008AD7;
}

.nk-newsletter-two .form-control-wrap .form-control,
.nk-newsletter-two .form-control-wrap input {
	border: 0px;
	background-color: #fff;
	border-bottom: 1px solid #e5e7eb;
	color: #0a1425;
}

.nk-newsletter-two .form-control-wrap .form-control:focus,
.nk-newsletter-two .form-control-wrap input:focus {
	box-shadow: none;
	border-bottom-color: #008AD7;
}

.nk-newsletter-two .form-control-wrap .form-control::placeholder,
.nk-newsletter-two .form-control-wrap input::placeholder {
	color: #64728f;
}

.nk-newsletter-three .form-control-wrap .form-control,
.nk-newsletter-three .form-control-wrap input {
	border-radius: 50px;
	padding: 1rem 1rem;
	color: #0a1425;
	border: 0px solid #e5e7eb;
}

.nk-newsletter-three .form-control-wrap .form-control:focus,
.nk-newsletter-three .form-control-wrap input:focus {
	border-color: #008AD7;
}

.nk-newsletter-three .form-control-wrap .form-control::placeholder,
.nk-newsletter-three .form-control-wrap input::placeholder {
	color: #64728f;
}

.nk-newsletter-three .form-control-wrap button {
	top: 50%;
	right: 12px;
	position: absolute;
	transform: translateY(-50%);
}

.preloader {
	top: 0;
	left: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
	z-index: 99999;
	position: fixed;
	transition: all 0.5s ease;
	background-color: #fff;
	background-image:url(../images/svg/logo.svg);
	background-position:50% calc( 50% + 5px);
	background-repeat:no-repeat;
	background-size:80px auto;
}

.preloader.hide {
	opacity: 0;
	display: none;
	pointer-events: none;
}

.loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0);
	border-top-color: #008AD7;
	animation: spin 2s linear infinite;
}

.loader::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0);
	border-top-color: #00b453;
	animation: spin 3s linear infinite;
}

.loader::after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0);
	border-top-color: #b2c9f3;
	animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.nk-filter-menu {
	gap: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.nk-filter-control {
	gap: 10px;
	border: 0;
	outline: 0;
	opacity: 0.7;
	display: flex;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	padding: 12px 16px;
	align-items: center;
	color: #0a1425;
	transition: all 0.2s linear;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #f9f7fa;
}

.nk-filter-control.active {
	opacity: 1;
	color: #008AD7;
	border-bottom-color: #008AD7;
}

.nk-dropdown {
	width: 100%;
	position: relative;
}

.nk-dropdown-field:checked+.nk-dropdown-menu .nk-dropdown-select {
	transform: scaleY(1);
}

.nk-dropdown-field:checked+.nk-dropdown-menu .nk-dropdown-filter:after {
	transform: rotate(180deg);
}

.nk-dropdown-menu {
	width: 100%;
	cursor: pointer;
}

.nk-dropdown-filter {
	padding: 0px;
	transition: 0.3s;
	position: relative;
}

.nk-dropdown-filter:focus {
	border: none;
	outline: none;
	box-shadow: none;
}

.nk-dropdown-filter::after {
	top: 0px;
	right: 0px;
	position: absolute;
	font-size: 0.875rem;
	content: "";
	font-family: "Nioicon";
	transition: transform 0.3s linear;
	transform: rotate(0deg);
}

.nk-dropdown-filter-selected {
	gap: 8px;
	display: flex;
	align-items: center;
}

.nk-dropdown-select {
	left: 0;
	top: 100%;
	z-index: 2;
	width: 100%;
	margin-top: 12px;
	font-weight: 300;
	overflow: hidden;
	position: absolute;
	transform: scaleY(0);
	transform-origin: top;
	transition: 0.2s ease-in-out;
	box-shadow: -4px -4px 36px rgba(192, 192, 192, 0.12),
		4px 4px 36px rgba(192, 192, 192, 0.16);
}

.nk-dropdown-select-option {
	gap: 8px;
	display: flex;
	transition: 0.3s;
	padding: 12px 16px;
	align-items: center;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.nk-dropdown-select-option:last-of-type {
	border-bottom: 0;
}

.nk-dropdown-select-option:hover {
	background-color: #f9f9f9;
}

.nk-search-group {
	gap: 45px;
	display: flex;
	border-radius: 8px;
	padding: 12px 24px;
	padding-right: 12px;
	position: relative;
	align-items: center;
	background-color: #fff;
	justify-content: space-between;
	border: 1px solid #f9f7fa;
}

.nk-search-group .nk-search-element {
	gap: 14px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.nk-search-group .nk-search-element>div {
	position: relative;
}

@media (min-width: 768px) {
	.nk-search-group .nk-search-element>div::after {
		content: "";
		top: 50%;
		width: 1px;
		right: -7px;
		height: 50%;
		position: absolute;
		transform: translateY(-50%);
		background-color: rgba(10, 20, 37, 0.4);
	}
}

@media (min-width: 768px) {
	.nk-search-group .nk-search-element>div:nth-last-child(1)::after {
		display: none;
	}
}

.nk-search-group .nk-search-action {
	flex-shrink: 0;
}

.nk-search-group .nk-search-field {
	gap: 8px;
	display: flex;
	align-items: center;
}

.nk-search-group .nk-search-field .icon {
	opacity: 0.4;
}

.nk-search-group .nk-search-field input {
	border: 0px;
}

.nk-search-group .nk-search-field input:focus,
.nk-search-group .nk-search-field input:active {
	border: none;
	outline: none;
	box-shadow: none;
}

.nk-search-group .nk-dropdown {
	text-align: left;
}

.nk-search-group .nk-dropdown .icon {
	opacity: 0.4;
}

.nk-search-group .nk-dropdown span {
	opacity: 0.8;
}

.nk-search-group .nk-dropdown-select {
	width: 110%;
}

.nk-search-group .nk-dropdown-select-option {
	padding: 8px;
}

.nk-countdown-content {
	width: 100%;
	height: 120px;
	display: flex;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #f9f7fa;
}

.nk-counter {
	gap: 12px;
	width: 80px;
	display: flex;
	padding: 2px 8px;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #e5e7eb;
}

.nk-counter button {
	outline: 0;
	border: 0;
	padding: 0;
	color: #64728f;
	background-color: rgba(0, 0, 0, 0);
}

.nk-counter span {
	color: #008AD7;
	font-size: 14px;
	line-height: 1.5;
}