/**** Global Styles ****/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

body {
	font-family: "Roboto", sans-serif;
	scroll-behavior: smooth;
	background: #000;
	color: #fff;
}

body.overflow-hide {
	overflow: hidden;
}

.mobile-banner {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
}

p {
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	color: #fff;
}

img {
	max-width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
	appearance: textfield;
}

.max-width {
	max-width: 1360px;
	margin: auto;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

#backToTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 99;
	cursor: pointer;
	height: 50px;
	width: 50px;
	padding: 10px;
	outline: 0;
	border: 0;
	opacity: 0.5;
	border: 1px solid #b8a8a8;
	border-radius: 50%;
	background-color: #000;
}

#backToTop:hover {
	opacity: 1;
}

.preloader {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 99999;
	display: flex;
	place-items: center;
	justify-content: center;
	z-index: 9999;
	top: 0;
	left: 0;
	background: linear-gradient(89.7deg, #06152b 5.45%, #050f1e 96.3%);
}

.preloader .content {
	margin: auto 0;
}

section h2 {
	font-weight: 700;
	font-size: 54px;
	line-height: 64px;
	letter-spacing: 0.1px;
	color: #ffffff;
	margin-bottom: 20px;
}

section p {
	font-size: 22px;
	line-height: 27px;
	color: #ffffff;
}

.show_hide a {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #ffffff;
}

.show_hide img {
	transform: rotate(90deg);
	cursor: pointer;
}

.show_hide img.rotate {
	transform: rotate(270deg);
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

/**** Global Styles ****/

/* modal */
.modal {
	z-index: 9999999;
	color: #000;
}

.modal .modal-dialog {
	margin-top: 110px;
}

.modal-header {
	padding: 0.5rem 1rem;
}

.modal-header .close:focus,
.modal-header .close:focus-visible {
	outline: none;
}

.modal-content {
	display: block;
	width: fit-content;
	margin: 0 auto;
}

/* modal */

/* header */
.dark-theme header {
	background: rgba(0, 0, 0, 0.7);
	/* background: #000; */
	position: fixed;
	width: 100%;
	/* z-index: 99; */
	z-index: 9999999;
	top: 0;
	left: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.dark-theme header.active {
	background: #000;
	transition: none;
}

.dark-theme header.scrolled {
	background: #000;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.solution-header,
.products-header {
	position: relative;
	transition: none;
}

.solution-header *,
.products-header * {
	transition: none;
}

.solution-header::after,
.products-header::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}

.dark-theme header .dropdown-outer {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	left: -80px;
	top: calc(100% + 24px);
	width: 600px;
	background-color: #fff;
	border-radius: 2px;
	overflow-y: auto;
}

.solution-header:hover .dropdown-outer,
.products-header:hover .dropdown-outer,
.solution-header:active .dropdown-outer,
.products-header:active .dropdown-outer {
	opacity: 1;
	visibility: visible;
}

.dark-theme header .arrow {
	opacity: 0;
	visibility: hidden;
}

.dark-theme header .solution-header:hover .arrow,
.dark-theme header .products-header:hover .arrow {
	opacity: 1;
	visibility: visible;
}

.dark-theme header .arrow::after {
	content: "";
	position: absolute;
	top: 46px;
	left: 35px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.dark-theme header.active .dropdown-outer {
	height: calc(100vh - 106px);
	overflow-y: auto;
}

.dark-theme .header-content {
	position: relative;
}

.dark-theme header .nav_brand img {
	width: 240px;
}

.dark-theme header nav.navbar {
	/* padding: 30px 50px; */
	padding: 15px 40px;
	z-index: 9;
	gap: 20px;
}

.dark-theme header div#collapsibleNavbar {
	/* max-width: 80%; */
	justify-content: space-between;
}

.dark-theme header nav .navbar-nav {
	width: 100%;
	justify-content: space-between;
}

.dark-theme header nav .navbar-nav .header-right,
.dark-theme header nav .navbar-nav .header-left {
	display: flex;
}

.dark-theme header li.nav-item {
	margin-right: 10px;
}

.dark-theme header li.nav-item:last-child {
	margin-right: 0;
}

.dark-theme header .navbar-nav li.nav-item a.nav-link img {
	margin-left: 5px;
}

.dark-theme header .navbar-nav li.nav-item a.nav-link {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	padding: 5px 7px;
	position: relative;
	font-weight: 400;
}

.dark-theme header nav .navbar-nav .header-right .nav-item a.nav-link {
	font-size: 14px;
}

.dark-theme header .navbar-nav li.nav-item a.nav-link:hover,
.dark-theme header .navbar-nav li.nav-item a.nav-link.active {
	opacity: 1;
}

.dark-theme header li a::after {
	bottom: -3px;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	background-color: #fff;
	-webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
	-o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

.dark-theme header li a.nav-link:hover::after {
	width: 100%;
}

.dark-theme header .sub-menu {
	position: relative;
	width: 100%;
	background: #fff;
	padding: 40px 10px;
	z-index: 8;
	/* transform: translateY(-100%); */
}

.dark-theme header .sub-menu.active {
	transform: translateY(0);
}

.dark-theme header .sub-menu-left h3 {
	font-weight: 600;
	font-size: 28px;
	line-height: 42px;
	color: #ffffff;
	opacity: 0.9;
	margin-bottom: 10px;
}

.dark-theme header .sub-menu-left p {
	font-size: 16px;
	line-height: 27px;
	color: #fff;
	opacity: 0.7;
	margin-bottom: 30px;
}

.dark-theme header .sub-menu ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	align-items: flex-start;
}

.dark-theme header .sub-menu ul li {
	width: 50%;
	padding: 0 20px;
}

.dark-theme header .sub-menu ul li:not(:last-of-type) {
	margin-bottom: 30px;
}

.dark-theme header .sub-menu ul li a {
	display: inline-flex;
	position: relative;
	cursor: pointer;
}

.dark-theme header .sub-menu ul li a:hover,
.dark-theme header .sub-menu ul li a:focus {
	text-decoration: none;
}

.dark-theme header .sub-menu ul li a:hover .sub-menu-icon img,
.dark-theme header .sub-menu ul li a:focus .sub-menu-icon img {
	transform: scale(1.2);
}

.dark-theme header .sub-menu-icon {
	max-width: 35px;
	margin-right: 15px;
}

.dark-theme header .sub-menu-icon img {
	max-width: unset;
}

.dark-theme header .sub-menu-text h5 {
	font-weight: 600;
	font-size: 14px;
	color: #132742;
	opacity: 0.8;
	margin-bottom: 0;
}

.dark-theme header .sub-menu-text p {
	font-size: 13px;
	color: #4A525C;
	opacity: 0.7;
	margin-bottom: 0;
}

.dark-theme header .dropdown-menu {
	background: #222;
	right: 0;
	left: unset;
	margin: 10px 0;
	width: 240px;
	padding: 0;
}

.dark-theme header .dropdown-menu::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 15px solid #222222;
	top: -15px;
	right: 25px;
}

.dark-theme header .dropdown-menu a {
	display: flex;
	align-items: center;
	color: #fff;
	padding: 10px;
	font-size: 16px;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: unset;
	background-color: unset;
}

.dark-theme header .dropdown-menu a img {
	width: 25px;
	margin-right: 20px;
}

.dark-theme header .dropdown-menu a::after,
.dark-theme header .dropdown-toggle::after {
	display: none;
}

.dark-theme header .products-header .arrow::after {
	border-bottom: 10px solid #EEF1F8
}

.dark-theme header .products-header .dropdown-outer {
	width: 800px;
}

.dark-theme header .products-header .sub-menu {
	background-color: #EEF1F8;
	padding: 10px;
}

.products-header .products-right {
	padding-left: 0;
}

.products-header .product-grid {
	padding: 0 10px;
	/* margin-bottom: 20px; */
}

.products-header .product-list {
	background-color: #fff;
	border-radius: 5px;
	max-height: 600px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 10px;
}

.tab-list-left a {
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.tab-list-left a .heading {
	color: rgba(75, 84, 95, 0.90);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.2px;
}

.tab-list-left a .desc {
	display: block;
	color: #1F1F1F;
	font-size: 13px;
}

.tab-list-left a.active {
	background: #fff;
}

.tab-list-left a.active .heading {
	font-weight: bold;
	color: #0090ff;
}

.tab-list-left a:hover {
	text-decoration: none;
	background: #FFF;
}

.products-header .product-cards {
	padding: 15px 0;
}

.products-header .product-cards h3 {
	color: #586678;
	opacity: 0.8;
	font-size: 13px;
	font-weight: 700;
}

.products-header .product-card {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.products-header .product-card:hover {
	text-decoration: none;
}

.products-header .product-logo img {
	width: 30px;
	max-width: unset;
}

.products-header .product-card .product-title h6 {
	color: #132742;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0%;
}

.products-header .sub-product {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.products-header .sub-product p {
	color: #586678;
	font-size: 13px;
	font-weight: 700;
	text-transform: capitalize;
	margin-left: 10px;
	margin-bottom: 0;
}

.products-header .product-card p {
	color: #4A525C;
	font-size: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dark-theme header .dropdown-menu a::after,
.dark-theme header .dropdown-toggle::after,
.dark-theme header .header_login a::after,
.dark-theme header .header_joinNPS a::after,
.dark-theme header .notification_icon a::after {
	display: none;
}

.dark-theme header .header_login a:hover,
.dark-theme header .header_joinNPS a:hover {
	text-decoration: none;
}

.dark-theme header .navbar-nav li.nav-item.header_login a.nav-link {
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #0090ff;
	opacity: 1;
	padding: 10px 28px;
	border-radius: 3.5px;
	background: -webkit-linear-gradient(left, #0090ff, #36dae9);
	background-clip: text;
	-webkit-background-clip: text;
	/* -webkit-text-fill-color: transparent; */
	border: 1px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(to right, #0090ff, #36dae9);

	display: flex;
	justify-content: space-between;

	position: relative;
}

.dark-theme header .navbar-nav li.nav-item.header_login .login {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	border-radius: 10px;
	position: absolute;
	top: 100%;
	left: auto;
	padding: 10px 5px;
	background-color: #000000;
	z-index: 1024;
	display: none;
	border: 0.5px solid rgb(255 255 255 / 40%);
}

.login .login-item a {
	display: block;
	width: 100%;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	padding: 10px 5px;
	color: rgba(255, 255, 255, 0.8);
}

.dark-theme header .navbar-nav li.nav-item.header_login .login.active {
	display: block;
}

.login-btn.active span {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dark-theme header .navbar-nav li.nav-item.header_joinNPS a.nav-link {
	background: linear-gradient(90deg, #0090ff 0%, #36dae9 100%);
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	opacity: 1;
	padding: 10px 28px;
	border-radius: 3.5px;
}

.mobile-header_joinNPS {
	margin-right: 5px;
}

.mobile-header_joinNPS a.nav-link {
	background: linear-gradient(90deg, #0090ff 0%, #36dae9 100%);
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	opacity: 1;
	padding: 10px;
	border-radius: 3.5px;
}

.dark-theme header .login-arrow {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #0090ff;
	margin-left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.login .login-item:not(:last-child) {
	border-bottom: 0.5px solid rgb(255 255 255 / 40%);
}

/* Our Solutions */
.solution-image-mobile {
	display: none;
}

.our-solutions {
	position: relative;
	z-index: 9;
}

.our-solutions-cards {
	width: 100%;
	overflow: hidden;
}

.our-solutions-total {
	display: flex;
	/* width: 200%; */
}

.our-solutions-total .our-solutions-card {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 34%;
	height: 650px;
	max-height: 100vh;
	background: linear-gradient(180deg,
			rgba(0, 0, 0, 0) 0%,
			rgba(5, 20, 38, 0.5) 82.36%);
	border-right: 2px solid rgba(0, 0, 0, 0.2);
	padding: 20px;
	overflow: hidden;
}

.our-solutions-total .our-solutions-card .our-solutions-content {
	min-height: 200px;
}

.our-solutions h2 {
	position: absolute;
	left: 30px;
	top: 50px;
	z-index: 9;
}

.our-solutions .arrow {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	z-index: 10;
}

.our-solutions .arrow#solutions-left-arrow {
	display: none;
}

.our-solutions .arrow#solutions-right-arrow {
	left: unset;
	right: 30px;
}

.our-solutions-card h5 {
	font-weight: 700;
	font-size: 22px;
	line-height: 34px;
	color: #fff;
	cursor: pointer;
}

.our-solutions-card p {
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}

.our-solutions-card p.our-solutions-card-text {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out 0.15s;
	transition: all 0.5s ease-in-out 0.15s;
}

.our-solutions-card .links p {
	font-size: 16px;
	line-height: 22px;
	transform: translateX(-120%);
}

.our-solutions-card .links a {
	color: #fff;
}

.our-solutions-card .links img {
	margin-left: 7px;
}

.our-solutions-card:hover,
.our-solutions-card:focus {
	text-decoration: none;
}

.our-solutions-card.active p.our-solutions-card-text,
.our-solutions-card:hover p.our-solutions-card-text,
.our-solutions-card:focus p.our-solutions-card-text {
	max-height: 400px;
}

.owl-item.active .our-solutions-card .links p,
.our-solutions-card:hover .links p,
.our-solutions-card:focus .links p {
	transform: translateX(0);
	-webkit-transition: all 0.5s ease-out 0.15s;
	transition: all 0.5s ease-out 0.15s;
}

.owl-item.active .our-solutions-card .links p:last-child,
.our-solutions-card:hover .links p:last-child,
.our-solutions-card:focus .links p:last-child {
	transform: translateX(0);
	-webkit-transition: all 0.5s ease-out 0.25s;
	transition: all 0.5s ease-out 0.25s;
}

.our-solutions .solution-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.our-solutions:hover .arrow {
	display: inline-block;
}

.our-solutions .solution-image.active {
	z-index: -1;
	opacity: 1;
}

/* Our Solutions */


/* Footer */
footer {
	color: #b8a8a8;
	background: rgba(16, 23, 56, 0.32);
}

footer .max-width {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 55px;
	padding-bottom: 50px;
}

.footer_logo p {
	width: 80%;
	font-size: 14px;
	line-height: 32px;
	margin: 40px 0;
	color: #b8a8a8;
}

.footer_logo {
	width: 30%;
}

.footer_links {
	width: 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 30px;
}

.footer_links_info {
	width: 33.33%;
}

.footer_links_info h5 {
	margin-bottom: 7px;
	color: #b8a8a8;
	font-size: 15px;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
}

.footer_links_info ul {
	padding: 0;
	margin-left: 0;
}

.footer_links_info li {
	margin-bottom: 7px;
	list-style-type: none;
}

.footer_links_info li a {
	text-decoration: none;
	font-size: 13px;
	position: relative;
	color: #b8a8a8;
	font-weight: 300;
}

.footer_contact a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer_links_info li a:hover {
	color: #fff;
}

.footer_links_info li a::after {
	bottom: -3px;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	background-color: #fff;
	-webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
	-o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

.footer_links_info li a:hover::after {
	width: 100%;
}

.footer_links_info li a img {
	margin-right: 10px;
	width: 15px;
}

.footer_contact_tel {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer_social_links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer_social_links a {
	margin-left: 8px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #201c43;
	border-radius: 8px;
	padding: 7px;
}

.footer_social_links a:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.footer_contact a:hover::after {
	display: none;
}

.footer_links_info .footer_social_links a img {
	width: auto;
}

p.footer_copyright {
	margin: 0;
}

.footer_bottom,
.footer_bottom ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer_bottom {
	max-width: 1360px;
	margin: auto;
	padding: 0 40px;
	padding-bottom: 40px;
}

.footer_here img {
	width: 90px;
}

.footer_bottom .footer_copyright {
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	color: #b8a8a8;
}

.footer_bottom ul {
	margin: 0;
	list-style-type: none;
	margin-right: 100px;
	margin-left: auto;
}

.footer_bottom ul h5 {
	margin: 0px;
	color: #b8a8a8;
	font-size: 16px;
	margin-right: 30px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
}

.footer_here p {
	margin: 0;
	color: #b8a8a8;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.02em;
}

.footer_here span {
	font-weight: 900;
}

.footer_bottom .footer_copyright_mobile {
	display: none;
}

/* Footer */



/* Mobile CSS */
@media only screen and (max-width: 600px) {
	section p {
		font-size: 18px;
		line-height: 24px;
	}

	.dark-theme header {
		background: #000;
	}

	.dark-theme header nav.navbar {
		padding: 15px 10px;
		gap: 0;
	}

	.dark-theme header .nav_brand img {
		width: 200px;
	}

	.dark-theme header nav .navbar-nav {
		padding: 20px 0 0;
	}

	.dark-theme header nav .navbar-nav .header-right,
	.dark-theme header nav .navbar-nav .header-left {
		flex-direction: column;
	}

	.dark-theme header div#collapsibleNavbar {
		max-width: 100%;
	}

	.dark-theme header li.nav-item {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.dark-theme header .dropdown-menu {
		margin-top: 20px;
	}

	.dark-theme header .dropdown-menu::after {
		top: 40px;
		right: unset;
		left: 15px;
	}

	.navbar-toggler:focus,
	.navbar-toggler:hover {
		outline: 0;
	}

	.dark-theme header .sub-menu {
		padding: 0;
	}

	.dark-theme header .sub-menu ul {
		margin: 20px 0;
	}

	.dark-theme header .sub-menu ul li {
		width: 100%;
	}

	.header-height {
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.dark-theme header nav .navbar-nav {
		justify-content: unset;
	}

	.dark-theme header nav .navbar-nav .header-right .nav-item a.nav-link {
		font-size: 18px;
	}

	.solution-header .nav-link,
	.products-header .nav-link {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.dark-theme header li a::after {
		content: none;
	}

	.dark-theme header .solution-header:hover .dropdown-outer,
	.dark-theme header .products-header:hover .dropdown-outer {
		position: unset;
		width: 100%;
	}

	.products-header .products-right {
		padding-left: 15px;
	}

	.tab-select select {
		padding: 10px 15px;
		width: 100%;
		border-radius: 5px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: url("../images/down-arrow-black.svg") no-repeat right 15px center;
	}

	.tab-select select:focus-visible {
		outline: none;
	}

	.dark-theme header .navbar-nav li.nav-item.header_login a.nav-link,
	.dark-theme header .navbar-nav li.nav-item.header_joinNPS a.nav-link {
		width: fit-content;
		margin-bottom: 10px;
	}

	.dark-theme header .navbar-nav li.nav-item.header_login .login {
		position: unset;
		border: 1px solid rgba(255, 255, 255, 40%);
	}

	.notification-popup.mobile-notification-popup {
		right: -30px;
		/* top: calc(100% + 10px); */
		width: 320px;
	}

	.navbar-toggler {
		display: flex;
		align-items: center;
	}

	.max-width {
		padding: 0px 25px;
	}

	.notification-popup.mobile-notification-popup span {
		right: 40px;
	}

	.our-solutions {
		margin-bottom: 20px;
	}

	.our-solutions h2 {
		top: 30px;
	}

	.our-solutions-cards {
		overflow: unset;
		margin-bottom: -25px;
	}

	.our-solutions-total {
		width: 100%;
	}

	.our-solutions-total a {
		height: 450px;
		position: relative;
		z-index: 9;
		width: 90vw;
		border-right: 0;
		flex-direction: unset;
		justify-content: unset;
		padding: 0;
	}

	.our-solutions-total a div {
		width: 100%;
		height: 100%;
		padding: 20px;
		padding-bottom: 0;
		background: rgba(0, 0, 0, 0.3);
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.our-solutions .solution-image {
		display: none;
	}

	.our-solutions .solution-image-mobile {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
		z-index: -1;
	}

	.our-solutions .arrow {
		display: none !important;
	}

	.our-solutions-total .our-solutions-card {
		width: 100%;
	}

	.our-solutions .owl-item.active .our-solutions-card .links {
		transform: translateX(0);
	}

	.our-solutions .owl-item.active p.our-solutions-card-text {
		max-height: 400px;
	}

	.our-solutions .our-solutions-card .links img {
		display: inline;
		width: auto;
	}

	.footer_bottom .footer_copyright_mobile,
	.footer_links {
		display: block;
	}

	.footer_bottom .footer_copyright_desktop {
		display: none;
	}

	footer .max-width {
		display: block;
		padding: 30px 20px;
	}

	.footer_logo p,
	.footer_logo,
	.footer_links,
	.footer_links_info {
		width: 100%;
	}

	.footer_links {
		padding-left: 0;
	}

	.footer_bottom {
		padding: 0 20px 20px;
		display: block;
	}

	.footer_bottom ul,
	.footer_bottom ul h5 {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.footer_here p {
		font-size: 14px;
		text-align: right;
	}
}

/* NPS FUTURE */

.nps-future-banner {
	background: url(../images/nps-future-banner.jpg), #061223;
	background-size: 55%;
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: 125px;
	min-height: 80vh;
}

.nps-future-banner .nps-banner-image {
	display: none;
}

.nps-future-banner .nps-banner-content {
	display: flex;
	justify-content: flex-start;
	padding-top: 138px;
	width: 45%;
}


.nps-future-banner .nps-banner-content h2 {
	font-size: 64px;
	font-weight: 700;
	line-height: 105px;
	/* max-width: 68%; */
}

.nps-future-banner .nps-banner-content h2 span {
	background: linear-gradient(91deg, #0090FF 5.37%, #36DAE9 48.49%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.nps-future-banner .nps-banner-content p {
	color: #FDFDFD;
	font-size: 25px;
	font-weight: 500;
	opacity: 0.7;
}

/* birth movement */

.birth-movement {
	background: url(../images/birth-moment.png) rgb(14, 14, 15);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40%;
	padding: 80px 0px;
}

.birth-movement .birth-movement-content {
	padding: 30px 0px;
	display: flex;
	justify-content: flex-end;
}

.birth-movement .birth-movement-content .birth-movement-image {
	display: none;
}

.birth-movement .birth-movement-content .birth-movement-text-content {
	width: 61%;
}

.birth-movement .birth-movement-content .birth-movement-text-content h2 {
	font-size: 64px;
	font-weight: 700;
	line-height: normal;
}

.birth-movement .birth-movement-content .birth-movement-text-content .birth-movement-text p {
	font-size: 18px;
	font-weight: 500;
	line-height: 37px;
	color: #FDFDFD;
	opacity: 0.7;
}

/* birth movement */

.nps-corporate {
	background: url(../images/adopt-nps.png), rgb(0, 0, 0);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 50%;
}

.nps-corporate .nps-corporate-content {
	padding: 100px 0px;
}

.nps-corporate .nps-corporate-content .nps-corporate-text-content {
	width: 60%;
}

.nps-corporate .nps-corporate-content .nps-corporate-text-content h5,
.nps-corporate .nps-corporate-content .nps-corporate-text-content h2 span {
	background: linear-gradient(91deg, #0090FF 5.37%, #36DAE9 48.49%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.nps-corporate .nps-corporate-content .nps-corporate-text-content h2 {
	font-weight: 700;
	font-size: 64px;
	line-height: normal;
}

.nps-corporate .nps-corporate-content .nps-corporate-text-content h5 {
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 700;
}

.nps-corporate .nps-corporate-content .nps-corporate-text-content p {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.1px;
	color: #fff;
	opacity: 0.7;
	line-height: 37px;
}

.nps-corporate .nps-corporate-content .nps-corporate-image {
	display: none;
}

.nps-experience-corporate {
	background: rgba(230, 231, 243, 0.06);
	padding: 80px 0px;
}

.nps-experience-corporate .nps-points {
	margin-top: 50px;
	width: 74%;
}

.nps-experience-corporate .nps-points .nps-point-1,
.nps-experience-corporate .nps-points .nps-point-2,
.nps-experience-corporate .nps-points .nps-point-3 {
	display: flex;
	padding: 20px;
	align-items: flex-start;
}

.nps-experience-corporate h5,
.nps-experience-corporate h5,
.nps-experience-corporate h5 {
	background: linear-gradient(91deg, #0090FF 5.37%, #36DAE9 48.49%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 28px;
	font-weight: 700;
}

.nps-experience-corporate .nps-points .nps-point-1 h5,
.nps-experience-corporate .nps-points .nps-point-2 h5,
.nps-experience-corporate .nps-points .nps-point-3 h5 {
	margin-left: 25px;
}

.nps-experience-corporate .nps-text-content p {
	font-size: 18px;
	font-weight: 600;
	line-height: 37px;
	color: #fff;
	opacity: 0.7;
}

/* break section */

.break_content_sec {
	background: url("../images/kfin_logo.png") no-repeat right 12% center, #06295b;
	padding: 90px 0;
	width: 100%;
}

.break_text_sec h2 {
	font-weight: 700;
	font-size: 35px;
	line-height: 54px;
	letter-spacing: 0.1px;
	color: #ffffff;
	opacity: 0.9;
	position: relative;
	padding-left: 42px;
	width: 69%;
}

.break_text_sec h2::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 145px;
	color: #0090ff;
	background: -webkit-linear-gradient(left, #0090ff, #36dae9);
	background-clip: text;
	-webkit-background-clip: text;
	/* -webkit-text-fill-color: transparent; */
	border-left: 7px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(to right, #0090ff, #36dae9);
	left: 0px;
}

.break_content_sec .break_text_sec button {
	border: none;
	margin: 15px 0px 0px 45px;
}

.know-more-btn {
	border-radius: 3px;
	background: var(--heading-blue, linear-gradient(90deg, #0090FF 0%, #36DAE9 100%));
	box-shadow: 0px 0px 7px 0px rgba(139, 139, 139, 0.26);
	color: #fff;
	padding: 10px 45px;
	letter-spacing: 2px;
	font-weight: 700;
}

.break_content_sec .break_content_image {
	display: none;
}

/* break section */

.automatic-nps {
	background: url(../images/automatic-sips.png) rgb(14, 14, 15);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center right;
}

.automatic-nps .automatic-nps-content {
	padding: 150px 0px;
}

.automatic-nps .automatic-nps-content .automatic-nps-text-content {
	width: 50%;
}

.automatic-nps .automatic-nps-content .automatic-nps-text-content h2 {
	font-size: 64px;
}

.automatic-nps .automatic-nps-content .automatic-nps-text-content h5 {
	background: linear-gradient(91deg, #0090FF 5.37%, #36DAE9 48.49%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 28px;
	font-weight: 700;
}

.automatic-nps .automatic-nps-content .automatic-nps-text-content p {
	font-size: 18px;
	font-weight: 600;
	line-height: 31px;
	color: #fff;
	opacity: 0.7;
}

.automatic-nps .automatic-nps-content .automatic-nps-image {
	display: none;
}

/* digix web secreenshot section */
.witness-future {
	padding: 70px 0px;
}

.witness-future-text {
	margin-top: 45px;
}


.witness-future-text h2 {
	font-weight: 700;
	font-size: 64px;
	line-height: 75px;
	letter-spacing: 0.1px;
	color: #ffffff;
	position: relative;
	padding-top: 64px;
}

.witness-future-text h2 span {
	background: linear-gradient(91deg, #0090FF 5.37%, #36DAE9 48.49%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.witness-future .witness-future-text p {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	opacity: 0.7;
}

.witness-future .digix_web_right.owl-carousel .item img {
	width: 805px;
	margin: 0px auto;
	margin-top: 15px;
}

.digix_web_right.owl-carousel .owl-dots {
	text-align: center;
}

.digix_web_right.owl-carousel .owl-dot:focus {
	outline: none;
}

.digix_web_right.owl-carousel .owl-dot {
	height: 4px;
	width: 24px;
	background: #c4c4c4;
	opacity: 0.7;

	border: none;
	margin-right: 8px;
}

.digix_web_right.owl-carousel .owl-dot.active {
	background: linear-gradient(1.39deg,
			#0090ff 5.09%,
			#0090ff 5.09%,
			#36dae9 99.21%);
}

/* digix web secreenshot section */

.witness-form {
	background: url("../images/kfin_logo.png") no-repeat, rgba(230, 231, 243, 0.06);
	background-position-x: 45%;
	background-position-y: 65%;
	background-size: 23%;
}

.witness-form-content {
	padding: 95px 0px;
}

.witness-form .witness-form-content .witness-form-text-content {
	display: flex;
	align-items: flex-start;
	padding-top: 150px;
}

.witness-form h2 {
	font-size: 64px;
}

.witness-form h2 span {
	background: linear-gradient(91deg, #0090FF 5.37%, #36DAE9 48.49%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.witness-form-right {
	display: flex;
	justify-content: flex-end;
}

.witness-form-demo form .form-group {
	margin-bottom: 0px;
}

.witness-form-demo {
	margin-top: 30px;
	width: 60%;
}

.witness-form-demo h2 {
	font-weight: 700;
	font-size: 64px;
	line-height: 75px;
	letter-spacing: 0.1px;
	text-align: center;
}

.witness-form-demo .nav-tabs {
	border-bottom: 1px solid #384455;
}

.witness-form-demo .nav-link {
	font-weight: 500;
	font-size: 24px;
	line-height: 16px;
	letter-spacing: 0.4px;
	color: rgba(255, 255, 255, 0.8);
	padding: 1rem;
	border: 0;
	border-bottom: 3px solid transparent;
}

.witness-form-demo .nav-link:hover,
.witness-form-demo .nav-link:focus {
	border: 0;
}

.witness-form-demo .nav-link.active {
	color: #0090ff;
	background: linear-gradient(90deg, #0090ff 0%, #36dae9 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	border-bottom: 3px solid #0090ff;
}

.witness-form-demo input,
.witness-form-demo input:focus {
	background: #2b3441;
	border: 2px solid #384455;
	border-radius: 3px;
	font-size: 18px;
	letter-spacing: 0.4px;
	color: #d9e1e7;
	padding: 30px 10px 30px 40px;
	margin-top: 30px;
	height: 64px;
	padding-left: 48px;
}

.witness-form-demo input:focus {
	outline: none;
	box-shadow: none;
}

.witness-form-demo .input-field {
	position: relative;
}

.witness-form-demo .input-field img {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}

.witness-form-demo .form-group .employee-size img {
	position: absolute;
	top: 65%;
	left: 15px;
	transform: translateY(-50%);
}

.witness-form-demo .new-pswd a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -40px;
}

.witness-form-demo .new-pswd a img {
	position: unset;
	left: unset;
	transform: unset;
}

.witness-form-demo input[type="checkbox"] {
	display: none;
}

.witness-form-demo input[type="checkbox"]+label {
	position: relative;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.4px;
	color: #d9e1e7;
}

.witness-form-demo input[type="checkbox"]+label a {
	color: #0090ff;
}

.witness-form-demo input[type="checkbox"]+label::before {
	content: "";
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 1px solid #0090ff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
		inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 6px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	cursor: pointer;
	margin-right: 12px;
	border-radius: 2px;
}

.witness-form-demo input[type="checkbox"]:checked+label::after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 5px;
	width: 5px;
	height: 11px;
	border: solid #0079bf;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.tab-content a {
	letter-spacing: 0.4px;
	color: #d9e1e7;
	font-size: 13px;
	margin-top: 10px;
}

.witness-form-demo button {
	width: 100%;
	padding: 15px;

	margin-top: 40px;

	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 2px;
}

.witness-form-demo .form-group select {
	appearance: none;
	-webkit-appearance: none;
	background: url("../images/down-arrow-white.svg") no-repeat right 15px center #2b3441;
	border: 2px solid #384455;
	border-radius: 3px;
	font-size: 18px;
	letter-spacing: 0.4px;
	color: #d9e1e7;
	margin-top: 30px;
	height: 64px;
	padding-left: 48px;
	padding-right: 40px;
	width: 100%;
}

.witness-form-demo .request-demo-btn {
	background: linear-gradient(90deg, #0090ff 0%, #36dae9 100%);
	box-shadow: 0px 0px 7px rgba(139, 139, 139, 0.256337);
	border-radius: 3px;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 2px;
	color: #ffffff;
	height: 64px;
	width: 100%;
	border: none;
	margin-top: 40px;
}

@media screen and (max-width:768px) {
	.nps-future-banner {
		background-image: unset;
		background-color: #061223;
		min-height: 65vh;
		padding-top: 30px;
	}

	.nps-future-banner .nps-banner-image {
		display: block;
	}

	.nps-future-banner .nps-banner-content {
		width: 100%;
		padding-top: 40px;
	}

	.nps-future-banner .nps-banner-content p {
		font-size: 18px;
	}

	.birth-movement {
		background-image: unset;
		background-color: rgba(230, 231, 243, 0.06);
		padding: 0px;
	}

	.birth-movement .birth-movement-content .birth-movement-image {
		display: block;
	}

	.birth-movement .birth-movement-content {
		display: block;
		padding: 50px 0px;
	}

	.birth-movement .birth-movement-content .birth-movement-text-content {
		width: 100%;
		padding-top: 15px;
	}

	.nps-corporate {
		background-image: unset;
	}

	.nps-corporate .nps-corporate-content .nps-corporate-image {
		display: block;
	}

	.nps-corporate .nps-corporate-content .nps-corporate-text-content {
		padding-top: 20px;
		width: 100%;
	}

	.nps-future-banner .nps-banner-content h2,
	.birth-movement .birth-movement-content .birth-movement-text-content h2,
	.nps-text-content h2,
	.nps-corporate .nps-corporate-content .nps-corporate-text-content h2,
	.automatic-nps .automatic-nps-content .automatic-nps-text-content h2,
	.witness-future-text h2,
	.witness-form-text-content h2 {
		font-size: 38px;
	}

	.nps-future-banner .nps-banner-content h2 {
		line-height: 45px;
	}

	.nps-experience-corporate {
		padding: 10px 0px;
	}

	.nps-experience-corporate .nps-points {
		width: 100%;
	}

	.break_text_sec h2 {
		width: 100%;
	}

	.break_text_sec h2::before {
		height: 250px;
	}

	.our-solutions-total .our-solutions-card .our-solutions-content {
		min-height: 255px;
	}

	.automatic-nps {
		background: unset;
		background-color: rgba(230, 231, 243, 0.06);
	}

	.automatic-nps .automatic-nps-content {
		padding: 70px 0px;
	}

	.automatic-nps .automatic-nps-content .automatic-nps-image {
		display: block;
		padding-top: 20px;
	}

	.automatic-nps .automatic-nps-content .automatic-nps-text-content {
		width: 100%;
	}

	.witness-future-text h2 {
		padding-top: 0px;
	}

	.witness-form-content {
		padding: 45px 0px;
	}

	.witness-future-text {
		margin-top: 0px;
	}

	.witness-form .witness-form-content .witness-form-text-content {
		padding: 0px;
	}

	.witness-form-input {
		width: 100%;
	}

	.witness-form {
		background-size: 88%;
	}

	.witness-form-right {
		justify-content: center;
	}

	.witness-form-right .witness-form-demo {
		width: 100%;
		margin-top: 0;
	}
}

@media screen and (max-width:1440px) {
	.nps-future-banner {
		margin-top: 125px;
	}

	.nps-future-banner .nps-banner-content {
		top: 55%;
	}
}

@media screen and (min-width: 1920px) {
	.birth-movement {
		padding: 80px 0px;
	}

	.nps-future-banner .nps-banner-content {
		top: 30%;
	}
}

/* NPS FUTURE */