* {
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	overflow: hidden;
	color: rgba(255,255,255,0.5);
	font-family: "Outfit", sans-serif !important;
}
#ScrollPane {
	position: relative;
	width: 100%;
	height: 100%;
}
.scr, .pane {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 30px;
}
button {
	font-family: "Outfit", sans-serif !important;
}
.horiz {
	position: relative;
	width: 100%;
	height: 100%;
}
.horiz .spane {
	overflow: hidden;
	font-size: 0;
	position: relative;
	width: 100%;
	height: 100%;
	white-space: nowrap;
}
.horiz .pane {
	display: inline-block;
	width: 100%;
}
/* CSS homepages */

.ct {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #000
}
.an .ct {
	transform: translate3D(0, 30px, 0) rotateX(90deg) scale(0.5);
	opacity: 0;
	transition: all 2s cubic-bezier(0.175, 0.885, 0.380, 1.470);
}
.left, .right {
	overflow: hidden;
	display: block;
	position: absolute;
	height: 100%;
	width: 50%;
	top: 0;
}
.right {
	left: 50%;
}
.scrollup {
	position: absolute;
	width: 200px;
	top: 10px;
	left: 50%;
	margin-left: -100px;
	z-index: 3000;
	font-size: 20px;
	text-align: center;
}
.scrolldown {
	position: absolute;
	width: 200px;
	bottom: 10px;
	left: 50%;
	margin-left: -100px;
	z-index: 3000;
	font-size: 20px;
	text-align: center;
}
.an.visible .ct {
	transform: translate3D(0, 0, 0) scale(1);
	opacity: 1;
}
#Helper {
	position: fixed;
	background: #ffffff;
	bottom: 0;
	left: 0;
	padding: 5px;
	z-index: 3000;
	font-size: 12px;
	color: #1e1e1e;
}
.globe-img {
	width: 180%;
	height: 100%;
	object-fit: cover;
	opacity: 0.7
}
.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: transparent;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
	padding: 0;
	transition: all 0.3s ease;
	background:#fff !important;

}
.navbar-scrolled {
	background-color: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.navbar .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1320px;
	margin: 0 auto
}
.nav-container {
	padding: 15px 0 16px 0;
	transition: border-bottom 0.3s ease;
}
.nav-container.scrolled {
	border-bottom: none;
}
.nav-links-container {
	display: flex;
	align-items: center;
	gap: 45px;
	margin: 0
}
.nav-links {
	display: flex;
	list-style: none;
	gap: 36px;
	margin: 0 !important
}
.nav-links li {
	position: relative;
	padding: 16px 0;
}
.header-nav-dropdown {
	background: #fff;
	border-radius: 0px 0px 12px 12px;
}
.header-nav-dropdown h5 {
	font-size: 17px;
	color: #1F2A49;
	margin: 0;
	font-weight: 300;
	padding: 20px 20px 0px 20px
}
.header-nav-dropdown .product-dropdown {
	width: 30%;
	display: inline-block;
	border-bottom: 1px solid #efefef;
	padding-bottom: 12px;
	float: left;
	margin: 12px 20px 12px 20px;
	margin-bottom: 0;
}
.product-dropdown .product-dropdown-icon {
	width: 40px;
	height: 40px;
	float: left;
}
.product-dropdown-icon img {
	width: 100%;
}
.product-dropdown-text {
	width: 81%;
	float: left;
	padding-left: 10px;
}
.product-dropdown-text h6 {
	color: #1F2A49;
	font-weight: 500;
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.product-dropdown-text p {
	font-weight: 300;
	color: #000;
	font-size: 13px;
	padding: 0;
	margin: 0;
}
.nav-links li:hover .header-nav-dropdown {
	display: block;
}
.nav-links a {
	transition: color 0.3s;
	color: #020202;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}
.navbar-scrolled .nav-links a {
	color: #333;
}
.nav-links a:hover {
	color: #93AAFE;
}
.contact-btn {
	border: 1.5px solid #dde4ff !important;
	background: #fff !important;
	color: #000;
	border: none;
	padding: 12px 27px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
	margin-left: 120px;
	margin-top: 2px;
	outline: none;
	text-decoration: none;
}
.contact-btn:hover {
	background: #394a88 !important;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(78, 110, 242, 0.3);
}
.mobile-menu {
	display: none;
	font-size: 24px;
	cursor: pointer;
}
/* Hero Section */
.hero {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding-top: 80px;
	position: relative;
	height: 100vh
}
.hero-bg {
	position: absolute;
	top: -100px;
	right: 0;
	width: 100%;
	height: 100%;
}
.hero-bg canvas {
	opacity: 0.4;
	position: relative;
	top: -30px;
	right: -300px;
}
 @keyframes heroFloat {
 0%, 100% {
 transform: translateY(0px) translateX(0px);
}
 25% {
 transform: translateY(-15px) translateX(-8px);
}
 50% {
 transform: translateY(-8px) translateX(15px);
}
 75% {
 transform: translateY(15px) translateX(-12px);
}
}
 @keyframes heroZoom {
 0%, 100% {
 transform: scale(1);
}
 50% {
 transform: scale(1.08);
}
}
.hero-container {
	z-index: 2;
	padding: 0 0 80px 0px;
	width: 90%;
	margin: 0 auto;
}
.hero-content {
	position: relative;
	z-index: 111111
}
.hero-content h1 {
	color: #0e1328;
	font-size: 75px;
	font-weight: 400;
	line-height: 88px;
	letter-spacing: -4px;
	margin: 0;
	padding: 0;
	font-family: "Outfit", sans-serif;
	text-align: center;
	margin-bottom: 0;
}
.hero-content h1 span {
	font-weight: 200 !important;
	font-size: 87px;
}
.hero-content h1 a {
	display: inline-block;
	color: #93AAFE;
	text-decoration: none;
	height: 95px !important;
	overflow: hidden;
}
.hero-content h1 a span {
	font-weight: 400 !important;
}
.hero-content p {
	color: #0e1328;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	padding: 0;
	width: 670px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
}
.hero-content h1 img {
	width: 80px;
	margin-top: -22px;
	position: relative;
	animation: rotate 30s linear infinite;
	left: 0px;
	border: 10px solid #0e1328;
	border-radius: 50%;
}
.hero-buttons {
	display: flex;
	gap: 15px;
}
.btn {
	display: inline-block;
	padding: 10px 25px;
	border-radius: 30px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 1rem;
}
.btn-primary {
	background-color: #93AAFE;
	color: white;
	box-shadow: 0 4px 15px rgba(78, 110, 242, 0.3);
}
.btn-primary:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(78, 110, 242, 0.4);
}
.btn-outline {
	background: #394a88;
	color: white;
	border: none;
	padding: 13px 35px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
	text-decoration: none;
	margin: 0;
}
.btn-outline:hover {
	background-color: #93AAFE;
	color: white;
}
.explore-btn {
	background-image: url(../images/button-bg.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	color: white !important;
	transition: all 0.3s ease;
	height: 100%;
	min-width: 160px;
	padding: 10px 35px 10px 25px;
	text-decoration: none;
	font-weight: 500;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
}
.explore-btn img {
	position: absolute;
	top: -5px;
	right: -6px;
	font-size: 14px;
	color: white;
	transition: all 0.3s ease;
	z-index: 10;
}
.explore-btn:hover img {
	transform: rotate(45deg);
}
.explore-btn-light {
	background-image: url(../images/button-bg-light.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	transition: all 0.3s ease;
	height: 100%;
	min-width: 160px;
	padding: 12px 35px 12px 25px;
	text-decoration: none;
	font-weight: 500;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
}
.explore-btn-light img {
	position: absolute;
	top: -3px;
	right: -5px;
	font-size: 14px;
	color: white;
	transition: all 0.3s ease;
	z-index: 10;
}
.explore-btn-light:hover img {
	transform: rotate(45deg);
}
.explore-btn-get {
	background: #394a88;
	color: white !important;
	border: none;
	padding: 13px 35px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
	text-decoration: none;
	margin: 0;
}
.explore-btn-get:hover {
	background: #93AAFE;
}
.explore-btn-get img {
	position: absolute;
	top: -2px;
	right: -6px;
	font-size: 14px;
	color: white;
	transition: all 0.3s ease;
	z-index: 10;
}
.explore-btn-get:hover img {
	transform: rotate(45deg);
}
/* Main content styles */
.main-content {
	padding: 60px 0;
}
/* Services Section */

.services-header {
	text-align: center;
	margin-bottom: 50px;
}
.services-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border: 2px solid #93AAFE;
	border-radius: 25px;
	margin-bottom: 20px;
	color: #93AAFE;
	font-size: 14px;
	font-weight: 500;
}
.services-label i {
	font-size: 16px;
}
.services-header h2 {
	color: #101010;
	font-size: 55px;
	font-weight: 500;
	line-height: 75px;
	text-align: center;
	max-width: 1000px;
	margin: 0px auto;
	letter-spacing: -2px
}
.services-header h2 span {
	font-weight: 600;
	color: #394a88;
}
.services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 40px;
	max-width: 90%;
	margin: auto;
}
.service-card {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
.logo img {
	width: 150px;
}
.service-icon {
	width: 45px;
}
.service-card h3 {
	color: #101010;
	text-align: center;
	font-size: 25px;
	font-style: 300;
	font-weight: 300;
	margin-top: 10px;
	margin: 0;
	margin-top: 5px;
}
.service-card p {
	color: #101010;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	padding-top: 0;
	margin-top: 0;
	padding: 0 27px;
	margin: 0;
}
/* AI Section */
.ai-section {
	padding: 80px 0;
	background-color: #ffffff;
}
.ai-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}
.ai-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border: 2px solid #93AAFE;
	border-radius: 25px;
	margin-bottom: 20px;
	color: #93AAFE;
	font-size: 14px;
	font-weight: 500;
}
.ai-label i {
	font-size: 16px;
}
.ai-left {
	z-index: 1 !important;
	padding-top: 5%;
}
.ai-left h2 {
	font-size: 50px;
	color: #0e1328;
	font-weight: 300;
	letter-spacing: -1px;
	margin-top: 60px !important;
	line-height: 55px;
	margin: 15px 0 !important;
}
.ai-left h2 strong {
	color: #93AAFE;
	font-weight: 500;
}
.ai-left h2 span {
	font-weight: 700;
	color: #394a88;
}
.ai-left p {
	margin-bottom: 20px;
	z-index: 1;
	color: #0e1328;
	font-size: 21px;
	font-weight: 300;
	line-height: 32px;
	padding-top: 12px;
	padding-bottom: 6px;
	padding-right: 50px;
}
.transform-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background-color: #93AAFE;
	color: white;
	padding: 16px 32px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(147, 170, 254, 0.3);
}
.transform-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(147, 170, 254, 0.4);
}
.transform-btn i {
	font-size: 14px;
	transition: transform 0.3s ease;
}
.transform-btn:hover i {
	transform: translate(2px, -2px);
}
.ai-right {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 143px;
}
.ai-right img {
	width: 86%;
	margin-top: -50px;
}
.ai-graphic {
	position: relative;
	width: 400px;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ai-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-width: 400px;
	max-height: 400px;
}
.ai-section {
	padding: 0px !important;
}
@keyframes rotate {
 from {
 transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}

/* Responsive styles */
@media (max-width: 1024px) {
.nav-links {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	flex-direction: column;
	padding: 20px 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.nav-links.active {
	display: flex;
}
.nav-links li {
	margin: 10px 0;
	text-align: center;
}
.mobile-menu {
	display: block;
	color: #222;
}
.navbar-scrolled .mobile-menu {
	color: #333;
}
}
 @media (max-width: 768px) {
.ai-right img {
	margin-right: 0px !important;
	margin-bottom: 60px;
}

.hero-content h1 {
	font-size: 2.5rem;
	line-height: 1.2;
}
.hero-content h1 span {
	font-size: 1.8rem;
}
.hero-content p {
	font-size: 1rem;
	max-width: 100%;
}
.hero-buttons {
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}
.btn {
	padding: 10px 20px;
}
/* Services responsive styles */
.services-header h2 {
	font-size: 32px;
	line-height: 1.2;
}
.services-grid {
	grid-template-columns: 1fr;
	gap: 30px;
	max-width: 100%;
}
.service-card p {
	font-size: 14px;
}
/* AI section responsive styles */
.ai-content {
	grid-template-columns: 1fr;
	text-align: center;
}
.ai-left {
	padding-right: 0;
	order: 2;
}
.ai-right {
	order: 1;
	margin-top: 30px;
}
.ai-left h2, .dm-header h2, .plugging-left h2, .industries-content h2, .products-left h2 {
	font-size: 38px !important;
	line-height: 1.2 !important;
}
.plugging-content {
	grid-template-columns: 1fr !important;
	gap: 40px !important;
	text-align: center;
}
.ai-left p {
	font-size: 16px;
}
.ai-graphic {
	width: 300px;
	height: 300px;
}
.ai-image {
	max-width: 300px;
	max-height: 300px;
}
.transform-btn {
	padding: 14px 28px;
	font-size: 15px;
}
/* Digital Marketing responsive styles */
    

.dm-services {
	gap: 20px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.dm-service {
	font-size: 16px;
	text-align: center;
}
.join-btn {
	padding: 14px 28px;
	font-size: 15px;
}
/* Plugging section responsive styles */
.plugging-content {
	grid-template-columns: 1fr;
	gap: 40px;
	text-align: center;
}
.plugging-left h2 {
	font-size: 32px;
}
.plugging-left p {
	font-size: 16px;
	max-width: 100%;
}
.plugging-right {
	align-items: center !important;
}
.it-services-list {
	align-items: center !important;
}
/* BPO section responsive styles */
.bpo-content h2 {
	font-size: 55px;
	line-height: 1.2;
	padding: 0 20px;
}
.bpo-content p {
	font-size: 16px;
	padding: 0 20px;
}
/* Industries section responsive styles */

.products-section {
	padding: 60px 0 !important;
}
.industries-content h2 {
	font-size: 32px;
	padding: 0 20px;
}
.industries-content p {
	font-size: 16px;
	padding: 0 20px;
}
.industry-label {
	padding: 10px 16px;
	font-size: 14px;
}
.industry-label i {
	font-size: 16px;
}
/* Products section responsive styles */
.products-content {
	grid-template-columns: 1fr !important;
	gap: 40px !important;
	text-align: center !important;
}
.products-left h2 {
	font-size: 32px;
}
.products-left h2 .ecosystem {
	font-size: 36px;
}
.products-left p {
	font-size: 16px;
	max-width: 100%;
}
.puzzle-image {
	max-width: 400px;
}
/* Footer responsive styles */
.footer-top {
	flex-direction: column;
	gap: 20px;
	text-align: center;
}
.newsletter-section {
	flex-direction: column;
	gap: 10px;
}
.newsletter-input {
	width: 250px;
}
.social-section {
	flex-direction: column;
	gap: 10px;
}
.footer-content {
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.logo-column {
	grid-column: span 2;
	align-items: center;
}
.footer-bottom {
	flex-direction: column;
	gap: 15px;
	text-align: center;
}
.legal-links {
	gap: 15px;
}
.footer-links {
	grid-template-columns: 1fr 1fr !important;
	gap: 20px !important;
}
.header-nav-dropdown .product-dropdown{
	width:85%
}
}
 @media (max-width: 768px) {
.footer-content {
	grid-template-columns: 1fr !important;
	gap: 30px;
}
.header-nav-dropdown h5{
	padding-top:0;
}
.footer-links-container {
	width: 100%;
	align-items: center;
	gap: 20px;
}
.footer-content {
	text-align: center;
}
.footer-link, .contact-info {
	justify-content: center;
}
.header-nav-dropdown {
    padding-left: 8px;
}
}
/* Digital Marketing Section */
.digital-marketing {
	padding: 160px 0 50px 0;
	position: relative;
}
.digital-marketing .container {
	position: relative;
}
.dm-header {
	text-align: center;
	margin-bottom: 40px;
}
.dm-label {
	display: inline-block;
	padding: 8px 16px;
	border: 2px solid #93AAFE;
	border-radius: 25px;
	margin-bottom: 20px;
	color: #93AAFE;
	font-size: 14px;
	font-weight: 500;
}
.dm-header h2 {
	font-size: 55px;
	color: #0e1328;
	font-weight: 300;
	letter-spacing: -2px;
	line-height: 60px;
	margin: 15px 0 !important;
	text-align: center;
}
.dm-header h2 strong {
	color: #93AAFE;
	font-weight: 500;
}
.dm-header h2 .emphasized {
	font-weight: 600;
	display: block;
	color: #394a88;
}
.dm-services {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	flex-wrap: wrap;
}
.dm-service {
	color: #101010;
	font-size: 25px;
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
	margin: 0 24px;
}
.dm-cta {
	text-align: center;
}
.join-btn {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	background-color: #93AAFE;
	color: white;
	padding: 16px 32px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(147, 170, 254, 0.3);
}
.join-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(147, 170, 254, 0.4);
}
.arrow-circle {
	width: 24px;
	height: 24px;
	background-color: #93AAFE;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid white;
}
.arrow-circle i {
	font-size: 12px;
	color: white;
}
/* Plugging Section */
.plugging-section {
	padding: 80px 0;
}
.plugging-content {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 80px;
	align-items: center;
}
.plugging-left h2 {
	font-size: 50px;
	color: #0e1328;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 55px;
	margin: 0 0 15px 0 !important;
}
.plugging-left h2 .bold-text {
	font-weight: 600;
	display: block;
	color: #394a88;
}
.plugging-left p {
	margin-bottom: 20px;
	z-index: 1;
	color: #0e1328;
	font-size: 21px;
	font-weight: 300;
	line-height: 32px;
}
.plugging-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.it-solutions-label {
	display: inline-block;
	padding: 8px 16px;
	border: 2px solid #93AAFE;
	border-radius: 25px;
	margin-bottom: 30px;
	color: #93AAFE;
	font-size: 14px;
	font-weight: 500;
}
.it-services-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
.it-service {
	color: #101010;
	font-size: 28px;
	font-style: normal;
	font-weight: 300;
	line-height: 35px;
	letter-spacing: 0.28px;
}
/* Industries Section */

.industries-content {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}
.industry-label {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 12px 20px;
	border: 2px solid #93AAFE;
	border-radius: 25px;
	margin-bottom: 30px;
	color: #93AAFE;
	font-size: 16px;
	font-weight: 500;
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
}
.industry-label i {
	font-size: 18px;
	color: #93AAFE;
}
.industries-content h2 {
	font-size: 80px;
	color: #0e1328;
	font-weight: 200;
	letter-spacing: -3px;
	line-height: 85px;
	margin: 25px 0 !important;
	text-align: center;
}
.box-1 {
	position: absolute;
	left: 0;
	animation: fadeInOut 8s ease-in-out infinite;
	width: 160px;
	height: 136px;
	background: #f1faff;
	top: 57%;
	left: 27%
}
.box-2 {
	position: absolute;
	animation: fadeInOut 28s ease-in-out infinite;
	width: 160px;
	height: 136px;
	background: #f1faff;
	top: 56%;
	right: 25%
}
.box-3 {
	position: absolute;
	animation: fadeInOut 52s ease-in-out infinite;
	width: 160px;
	height: 126px;
	background: #f1faff;
	top: 20%;
	right: 25%;
}
.box-4 {
	position: absolute;
	left: 0;
	animation: fadeInOut 8s ease-in-out infinite;
	width: 146px;
	height: 136px;
	background: #f1faff;
	top: 19%;
	left: 27%;
}
 @keyframes fadeInOut {
 0% {
opacity: 0;
}
 50% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
.industries-content h2 .emphasized {
	font-weight: 500;
	color: #93AAFE
}
/* Products Section */
.products-section {
	padding: 80px 0;
}
.products-content {
	display: grid;
	grid-template-columns: 40% 60%;
	gap: 0;
	align-items: center;
	padding: 0 0;
	width: 1320px;
}
.products-left h2 {
	font-size: 55px;
	color: #0e1328;
	font-weight: 300;
	letter-spacing: -2px;
	line-height: 65px;
	margin: 0 0 15px 0 !important;
}
.ecosystem {
	color: #93AAFE;
	font-weight: 500;
}
.products-left p {
	margin-bottom: 20px;
	z-index: 1;
	color: #0e1328;
	font-size: 21px;
	font-weight: 300;
	line-height: 32px;
	padding-top: 25px
}
.products-right {
	display: flex;
	justify-content: center;
	align-items: center;
}
.puzzle-pieces {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.puzzle-image {
	width: 100%;
	height: auto;
	object-fit: contain;
	animation: slideIn 15.5s ease-out forwards;
}
@keyframes slideIn {
 from {
 transform: translateX(100%);
 opacity: 0;
}
to {
	transform: translateX(0);
	opacity: 1;
}
}
/* Footer */
.footer {
	background-color: #F4F6FF;
	padding: 60px 0 20px;
	color: #101010;
}
/* Footer Top Strip */
.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #e9ecef;
	margin-bottom: 40px;
}
.newsletter-section {
	display: flex;
	align-items: center;
	gap: 15px;
}
.newsletter-label {
	color: #394A88;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
}
.newsletter-input-group {
	display: flex;
	align-items: center;
	background: white;
	border: 1px solid #e2e8f0;
	border-radius: 25px;
	overflow: hidden;
}
.newsletter-input {
	border: none;
	outline: none;
	padding: 12px 20px;
	font-size: 16px;
	background: transparent;
	min-width: 250px;
}
 .newsletter-input::placeholder {
 color: #10101080;
}
.submit-btn {
	background: #93AAFE;
	color: white;
	border: none;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s ease;
	border-radius: 25px;
}
.submit-btn:hover {
	background: #7c8fd8;
}
.social-section {
	display: flex;
	align-items: center;
	gap: 15px;
}
.social-label {
	font-weight: 500;
	font-size: 16px;
}
.social-icons {
	display: flex;
	gap: 15px;
}
.social-icon {
	color: #93AAFE;
	font-size: 20px;
	transition: all 0.3s ease;
}
.social-icon:hover {
	color: #7B68EE;
	transform: translateY(-2px);
}
/* Footer Content */
.footer-content {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 40px;
	margin-bottom: 40px;
}
.footer-column {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.footer-link {
	color: #171618;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20.7px;
	cursor: pointer;
	transition: color 0.3s ease;
}
.footer-links {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.footer-link:hover {
	color: #93AAFE;
}
.footer-link strong {
	font-weight: 600;
}
.footer-links-container {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.footer-link strong {
	color: #101010;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
}
.footer-logo {
	max-width: 250px;
}
.contact-info {
	display: flex;
	align-items: center;
	gap: 8px;
}
.contact-info i {
	color: #93AAFE;
	font-size: 14px;
}
.logo-column {
	align-items: flex-start;
}
.footer-logo {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 24px;
	font-weight: 600;
	color: #101010;
}
.footer-logo i {
	color: #93AAFE;
	font-size: 28px;
}
/* Footer Bottom */
.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	border-top: 1px solid #e9ecef;
}
.copyright {
	color: #101010;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20.7px;
}
.legal-links {
	display: flex;
	gap: 20px;
}
.legal-link {
	font-size: 16px;
	font-weight: 400;
	line-height: 20.7px;
	color: #101010;
	text-decoration: none;
	transition: color 0.3s ease;
}
.email-icon {
	width: 20px;
	height: 20px;
}
.legal-link:hover {
	color: #93AAFE;
}
.btn-wrapper {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}
.btn-wrapper .puzzle {
	position: absolute;
	left: -50px;   /* shift puzzle outside */
	top: 20%;
	transform: translateY(-50%);
	width: 80px;
	height: 80px;
	z-index: 0;   /* keep behind button */
}
.btn-wrapper .sub-header {
	width: 26px;
	margin-top: -3px;
}
.image-btn {
	position: relative;
	padding: 6px 20px;
	border: 2px solid #93AAFE;
	background: #FFF;
	color: #93AAFE;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	z-index: 1;
	font-size: 17px;
	border-radius: 8px;
}
.image-btn-dark {
	border: 2px solid #394a88;
	padding: 6px 29px 8px 29px;
	text-align: center;
	font-size: 18px;
	border-radius: 30px;
	background: #fff;
	color: #394a88;
	font-weight: 600;
	position: relative;
	background: #fff;
}
.image-btn-dark strong {
	font-weight: 300;
}
/* Business Process Outsourcing Section */
.bpo-section {
	padding: 180px 0 300px 0;
	position: relative;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.bpo-content {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}
.bpo-content h2 {
	font-size: 55px;
	color: #0e1328;
	font-weight: 300;
	letter-spacing: -2px;
	line-height: 65px;
	margin: 15px 0 !important;
	text-align: center;
}
.bpo-content h2 strong {
	color: #93AAFE;
	font-weight: 500
}
.bpo-content p {
	margin-bottom: 20px;
	z-index: 1;
	color: #0e1328;
	font-size: 21px;
	font-weight: 300;
	line-height: 32px;
	padding: 0 70px
}
/* Industries Section */


#fullview > div {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.688rem;
	flex-direction: column;
	padding: 0px;
	overflow: hidden !important;
	margin: 0 !important;
	;
}
#fullview > div:nth-child(even) {
	background-color: #fff;
	background-size: cover;
	padding-top: 5%;
	overflow: hidden;
	height: 100vh
}
#fullview h2 {
	margin: auto;
}
#fullview h2 strong {
	font-weight: 600;
}
#navbar {
	position: fixed;
	width: 100%;
	padding: 0px;
	z-index: 11
}
/* Override Styles */
#fv-dots ul li a span {
	background-color: #FAFBFF;
	border-radius: 0;
	transition: all 0.5s ease;
}
#fv-dots ul a.active span {
	width: 11px;
	height: 11px;
	transform: rotate(45deg);
	background-color: #bdbdbd;
}
#fullview>* {
	display: block;
	height: 100vh !important;
	/* width: 100vw !important; */
    /* transform: translateZ(0) rotateZ(360deg); */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	perspective: 1000;
	overflow: hidden;
}
#fv-dots {
	position: fixed;
	top: 50%;
	left: 96%;
	z-index: 1111;
	transform: translate(-50%, -50%);
}
#fv-dots ul {
	display: block;
	list-style: none;
}
#fv-dots ul li {
	padding: 15px 10px !important;
	opacity: 0.3;
}
#fv-dots ul li a {
	display: block;
	margin: auto;
	width: 10px;
	height: 10px;
	text-align: center;
}
#fv-dots ul li a span {
	display: block;
	z-index: 1;
	cursor: pointer;
	text-decoration: none;
	background-color: #1c85e1;
	border-radius: 50%;
	margin: 0 auto;
	width: 7px;
	height: 7px;
	transition: 0.1s ease all;
}
#fv-dots ul a.active span {
	width: 9px;
	height: 9px;
	background-color: #01427a;
}
#fv-dots ul a:hover span {
	width: 9px;
	height: 9px;
}
#fv-dots ul li a span {
	background-color: #394a88 !important;
}
#section1 {
	height: 100vh !important;
}
.large-header {
	background: #fff;
	margin-top: -18px
}
#section1 {
	position: relative;
}
#section4 {
	background-color: #fff !important;
	background: url(../images/bg-image.png) no-repeat top !important;
	background-size: 100% !important;
	background-position: 79% 47% !important;
}
#section6 {
	padding-top: 10% !important;
}
.bpo-content {
	position: relative;
	z-index: 1111
}
#section7 {
	padding: 120px 0;
	background: #f0f3f8 url(../images/industry-bg.jpg) !important;
	background-size: 100% !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	position: relative;
}
.area {
	position: absolute;
	height: 103vh;
	width: 100%;
	top: -18px;
	opacity: 0.3;
	z-index: 1
}
.circles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.circles li {
	position: absolute;
	display: block;
	list-style: none;
	width: 70px;
	height: 70px;
	background: rgba(000, 000,, 000,, 0.8);
	animation: animate 25s linear infinite;
	bottom: -150px;
}
.circles li:nth-child(1) {
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}
.circles li:nth-child(2) {
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 10s;
	animation-duration: 30s;
}
.circles li:nth-child(3) {
	left: 70%;
	width: 40px;
	height: 40px;
	animation-delay: 20s;
}
.circles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 30s;
	animation-duration: 28s;
}
.circles li:nth-child(5) {
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 40s;
}
.circles li:nth-child(6) {
	left: 75%;
	width: 80px;
	height: 80px;
	animation-delay: 90s;
}
.circles li:nth-child(7) {
	left: 35%;
	width: 70px;
	height: 70px;
	animation-delay: 60s;
}
.circles li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 70s;
	animation-duration: 45s;
}
.circles li:nth-child(9) {
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 80s;
	animation-duration: 75s;
}
.circles li:nth-child(10) {
	left: 85%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 121s;
}
 @keyframes animate {
 0% {
 transform: translateY(0) rotate(0deg);
 opacity: 1;
 border-radius: 0;
}
 100% {
 transform: translateY(-1000px) rotate(720deg);
 opacity: 0;
 border-radius: 50%;
}
}
.btn-hero-wrap {
	text-align: center;
}
#demo-canvas {
	height: 100vh;
	opacity: 0.5
}
.btn-hero-wrap a {
	border: 1.5px solid #dde4ff;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	display: inline-block;
	height: 52px;
	width: 235px;
	border-radius: 6px;
	padding: 0;
	position: relative;
	color: #000
}
.btn-hero-wrap a span {
	display: inline-block;
	width: 50px;
	height: 50.5px;
	background: #93aafe;
	text-align: center;
	position: relative;
	top: 0;
	border-radius: 0px 6px 6px 0px;
	right: -21px;
	padding-top: 16px;
	margin-left: 3px;
}
.btn-hero-wrap a strong {
	position: relative;
	top: -1px;
	font-weight: 500;
}
.btn-hero-wrap a:hover {
	background: #93AAFE !important;
	color: #fff !important;
	border: 1.5px solid #93AAFE;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.btn-hero-wrap a:hover span {
	background: #7d93e5 !important
}
.hero-content .sub-heading-top-wrap {
	border: 1px solid #d4ddff;
	padding: 8px 25px;
	text-align: center;
	font-size: 16px;
	border-radius: 30px;
	background: #fff;
	color: #0e1328
}
.hero-content .sub-heading-top-wrap img {
	width: 22px;
	margin-top: -10px;
	margin-right: 5px;
}
.sub-heading-hero {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 30px;
}
.services-listing-wraper h2 {
	font-size: 55px;
	color: #0e1328;
	font-weight: 300;
	letter-spacing: -2px;
	margin-top: 0px !important;
	line-height: 65px;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 50px;
}
.services-listing-wraper h2 strong {
	color: #93AAFE;
	font-weight: 500;
}
.box-container {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 100%;
	gap: 25px
}
.box-item {
	position: relative;
	-webkit-backface-visibility: hidden;
	width: 310px;
	max-width: 100%;
}
.flip-box {
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	perspective: 1000px;
	-webkit-perspective: 1000px;
}
.flip-box-front {
	background: #fff;
}
.flip-box-back {
	background: #394a88;
	text-align: center
}
.flip-box-front, .flip-box-back {
	background-size: cover;
	background-position: center;
	border-radius: 15px;
	min-height: 280px;
	-ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
	transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
	-webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.flip-box-front {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip-box:hover .flip-box-front {
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip-box-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip-box:hover .flip-box-back {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip-box .inner {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0px 20px;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;
	transform: translateY(-50%) translateZ(60px) scale(.94);
	-webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
	-ms-transform: translateY(-50%) translateZ(60px) scale(.94);
	top: 50%;
}
.flip-box-header {
	font-weight: 500;
	font-size: 20px;
	color: #0e1328;
	margin-top: 28px !important;
	text-align: center;
	margin: 0;
	padding: 0 !important;
}
.flip-box-back h3 {
	color: #fff;
}
.flip-box p {
	font-size: 17px;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	padding: 0 16px;
	font-weight: 300;
}
.flip-box-img {
	margin-top: 25px;
}
.flip-box-button {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	margin-top: 8px;
	padding: 10px 21px;
	text-transform: none;
	border-radius: 6px;
	background: #93aafe;
	border: none;
	outline: none;
	box-shadow: none;
}
.icon-service-list {
	width: 150px;
	height: 150px;
	border: 1px solid #d4ddff;
	border-radius: 50%;
	overflow: hidden;
	padding: 35px;
	margin: 0 auto;
}
.icon-service-list img {
	width: 100%;
}
.owl-carousel .owl-stage-outer {
	padding: 60px 0;
}
.services {
	height: 100%;
	padding-top: 4%;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.owl-nav {
	position: absolute;
	top: -80px;
	right: 0;
	text-align: right;
}
.owl-nav button {
	border: none;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	color: #fff !important;
	padding-top: 0;
	display: inline-block;
	font-size: 28px;
	margin-right: 5px;
	border: 1.5px solid #394a88 !important;
}
.owl-nav button i {
	font-size: 20px;
	position: relative;
	top: -4px;
}
.owl-prev {
	background: #394a88 url(../images/left-arrow.svg) no-repeat top !important;
	background-position: 50% !important;
	background-size: 30% !important;
	margin-right: 10px !important;
}
.owl-next {
	background: #394a88 url(../images/right-arrow.svg) no-repeat top !important;
	background-position: 50% !important;
	background-size: 30% !important;
}
.owl-prev:hover {
	background: #93AAFE url(../images/left-arrow.svg) no-repeat top !important;
	background-position: 50% !important;
	background-size: 30% !important;
	border: 1.5px solid #93AAFE !important;
}
.owl-next:hover {
	background: #93AAFE url(../images/right-arrow.svg) no-repeat top !important;
	background-position: 50% !important;
	background-size: 30% !important;
	border: 1.5px solid #93AAFE !important;
}
.btn-ai-wraper a {
	background: #394a88;
	color: white;
	border: none;
	padding: 12px 25px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
	text-decoration: none;
}
.btn-ai-wraper a:hover {
	background: #93AAFE;
}
.puzzle-market {
	position: absolute;
	left: -55px;
	top: -27px;
}
.digital-wrap {
	width: 30px;
}
.dm-cta-btn {
	text-align: center;
}
.dm-cta-btn a {
	background: #394a88;
	color: white;
	border: none;
	padding: 13px 35px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
	text-decoration: none;
	margin: 0;
}
.dm-cta-btn a:hover {
	background: #93AAFE;
	color: #fff;
}
.digital-marketing .area {
	opacity: 1 !important
}
.text-inner-digital {
	position: relative;
	z-index: 111
}
.it-services-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-width: 300px;
}
.it-service {
	padding: 15px;
	color: #000;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 500;
	opacity: 1;
	transform: scale(1);
	border: 1.5px solid #93AAFE;
	animation: colorZoom 8s infinite ease-in-out; /* 24s total for 4 items */
}
/* Each item takes its turn */
.it-service:nth-child(1) {
	animation-delay: 0s;
}
.it-service:nth-child(2) {
	animation-delay: 6s;
}
.it-service:nth-child(3) {
	animation-delay: 12s;
}
.it-service:nth-child(4) {
	animation-delay: 18s;
}
 @keyframes colorZoom {
 0% {
transform: scale(1);
background: #fff;
color: #000;
}
 5% {
transform: scale(1.1);
background: #93AAFE;
color: #fff;
}  /* active zoom */
 20% {
transform: scale(1);
background: #fff;
color: #000;
}      /* back to normal */
 100% {
transform: scale(1);
background: #fff;
color: #000;
}      /* idle */
}
.plugging-left h2 strong {
	color: #93AAFE;
	font-weight: 500;
}
.btn-plugging-wrap {
}
.btn-plugging-wrap a {
	background: #394a88;
	color: white;
	border: none;
	padding: 13px 35px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
	text-decoration: none;
	margin: 0;
}
.owl-dots {
	display: none;
}
.business-puzle {
	position: absolute;
	left: -59px;
	top: -25px;
}
.industries-content .btn-wrapper img {
	position: absolute;
	left: -61px;
	top: -25px;
}
#section9 {
	background-image: url(../images/bg-services.jpg);
	background-size: cover;
	padding-top: 10% !important;
	justify-content: flex-end !important;
}
.footer-heading {
	font-size: 30px;
	font-weight: 300;
	color: #0e1328;
	margin-bottom: 10px;
	line-height: 40px;
}
.link-footer-wrp ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.link-footer-wrp ul li {
	line-height: 30px;
	width: 49%;
	display: inline-block;
}
.link-footer-wrp ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #0e1328;
	font-weight: 300;
}
.link-company-wrp ul {
	margin: 0;
}
.footer-subscribe-wrap h4 {
	font-size: 30px;
	font-weight: 300;
	color: #0e1328;
	margin-bottom: 30px;
	line-height: 40px;
}
.footer-subscribe-wrap .form-group {
	position: relative;
	margin-bottom: 15px;
}
.footer-subscribe-wrap .form-group .form-control {
	height: 45px;
	border: 1.5px solid #93AAFE;
	border-radius: 30px;
	padding-left: 25px;
	width: 100%;
}
.footer-subscribe-wrap .form-group button {
	position: absolute;
	border-radius: 30px;
	top: 4px;
	right: 0;
	background: #93AAFE;
	outline: none;
	border: none;
	height: 45px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 0 30px;
}
.footer-subscribe-wrap .form-group button:hover {
	background: #394a88;
}
.footer-socail-wrap a {
	text-decoration: none;
	margin: 0 3px
}
.footer-socail-wrap a img {
	width: 25px;
}
.footer-new-top {
	border-bottom: 1px solid #C4D0FF;
	padding-bottom: 40px;
}
.footer-new-top .main-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 40px;
	max-width: 1320px;
	margin: auto;
	align-items: baseline;
}
.bottom-footer-wrap {
	padding: 20px 0 30px 0;
	width: 1320px;
	margin: 0 auto;
}
.footer-logo img {
	width: 100px;
}
.bottom-footer-wrap p {
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	color: #0e1328;
	padding-top: 8px;
}
.btn-bottom-footer {
	text-align: right
}
.btn-bottom-footer a {
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	color: #0e1328;
	text-decoration: none;
	margin-left: 15px
}
.services .container {
	width: 1320px;
	margin: 0 auto;
}
.articfical-main-wraper {
	display: flex;
	gap: 35px;
	width: 1320px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.articfical-main-wraper .articfical-left-text-wrap {
	width: 50%;
	position: relative;
	padding-left: 50px;
	padding-top: 37px;
}
.articfical-left-text-wrap span {
	border: 2px solid #394a88;
	padding: 6px 29px 8px 29px;
	text-align: center;
	font-size: 18px;
	border-radius: 30px;
	background: #fff;
	color: #394a88;
	font-weight: 600;
	position: relative;
	background: #fff;
}
.articfical-left-text-wrap span strong {
	font-weight: 300;
}
.cirlcles-market img {
	width: 100px;
	opacity: 0.3
}
.artifical-icon-span {
	position: relative
}
.artifical-icon-span img {
	position: absolute;
	left: -50px;
	top: 20%;
	transform: translateY(-50%);
	width: 80px;
	height: 80px;
	z-index: 0;
}
.articfical-left-text-wrap h2 {
	font-size: 55px;
	color: #0e1328;
	font-weight: 300;
	letter-spacing: -2px;
	margin-top: 0px !important;
	line-height: 60px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 20px !important
}
.articfical-left-text-wrap h2 strong {
	color: #93AAFE;
	font-weight: 600;
}
.articfical-left-text-wrap .detail-text {
	margin-bottom: 20px;
	z-index: 1;
	color: #0e1328;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	padding-top: 12px;
	padding-bottom: 6px;
	padding-right: 50px;
}
.image-artifical-wrap {
	width: 50%;
	position: relative;
	text-align: center;
	margin-top: 100px;
}
.main-left-wraper {
	padding: 113px 48px 113px 14.5%;
}
.main-left-wraper h2 {
	font-size: 55px;
	color: #0e1328;
	font-weight: 300;
	letter-spacing: -2px;
	line-height: 65px;
	margin: 0 0 15px 0 !important;
}
.main-left-wraper h2 strong {
	color: #95abff;
	font-weight: 600;
}
.main-left-wraper p {
	margin-bottom: 20px;
	z-index: 1;
	color: #0e1328;
	font-size: 20px;
	font-weight: 300;
	line-height: 29px;
	padding-top: 12px;
	padding-bottom: 6px;
	padding-right: 40px;
}
.image-icon-wrp {
	text-align: center;
}
.image-icon-wrp span {
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;
}
.image-icon-wrp img {
	width: 100%;
}
.image-icon-wrp h5 {
	font-weight: 300;
	font-size: 25px;
	color: #0e1328;
	margin-top: 0 !important;
	text-align: center;
	margin: 0;
	padding: 0 !important;
}
.image-icon-wrp p {
	color: #0e1328;
	font-size: 20px;
	font-weight: 300;
	line-height: 29px;
	padding: 0px 175px 0px 175px;
	margin: 10px 0 0 0;
}
.image-icon-wrp a {
	font-weight: 600;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #95abff;
	font-size: 16px;
}
.bottom-footer-wrap .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.products-left {
	position: relative;
	z-index: 11
}
.arrows {
	width: 60px;
	height: 72px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 20px;
}
.arrows path {
	stroke: #394a88;
	fill: transparent;
	stroke-width: 1px;
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite;
}
 @keyframes arrow {
0% {
opacity:0
}
40% {
opacity:1
}
80% {
opacity:0
}
100% {
opacity:0
}
}
 @-webkit-keyframes arrow /*Safari and Chrome*/ {
0% {
opacity:0
}
40% {
opacity:1
}
80% {
opacity:0
}
100% {
opacity:0
}
}
.arrows path.a1 {
	animation-delay: -1s;
	-webkit-animation-delay: -1s; /* Safari 和 Chrome */
}
.arrows path.a2 {
	animation-delay: -0.5s;
	-webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}
.arrows path.a3 {
	animation-delay: 0s;
	-webkit-animation-delay: 0s; /* Safari 和 Chrome */
}
.image-service {
	background: #f6f8ff;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	padding-top: 19px;
}
.globe {
	position: relative;
	width: min(1390vmin, 1720px);
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
	background: transparent;
	position: absolute;
	width: 48%;
	right: -1px;
	opacity: 0.3;
}
.articfical-main-wraper-ct {
	overflow: hidden;
}
.image-busiens ul {
	display: flex;
	gap: 72px;
	list-style: none;
	position: absolute;
	left: -40px;
	bottom: 90px;
}
.image-busiens ul li:nth-child(1) {
	position: relative;
	left: -143px;
	top: -254px;
}
.image-busiens ul li:nth-child(3) {
	position: relative;
	right: -240px;
	top: -83px;
}
.image-busiens ul li:nth-child(3):before {
	content: "";
	background: url(../images/arrow-image-2.svg) no-repeat top;
	position: absolute;
	width: 300px;
	height: 92px;
	background-size: contain;
	left: -303px;
	bottom: -41px;
	animation: bounce 5s infinite;
}
.image-busiens ul li img {
	width: 100%;
}
.image-busiens ul li:nth-child(4) {
	position: relative;
	top: -300px;
	right: -200px;
}
.image-busiens ul li:nth-child(4):before {
	content: "";
	background: url(../images/arrow-image-3.svg) no-repeat top;
	position: absolute;
	width: 300px;
	height: 92px;
	background-size: contain;
	left: -167px;
	bottom: -87px;
	animation: bounce 5s infinite;
}
.image-busiens ul li:nth-child(1) .arrow-image {
	position: absolute;
	bottom: -158px;
	width: 275px !important;
	left: 67px;
	animation: bounce 5s infinite;
}
 @keyframes bounce {
 0% {
transform: translateY(0);
}
 20% {
transform: translateY(-12px);
}
 40% {
transform: translateY(0);
}
 60% {
transform: translateY(-8px);
}
 80% {
transform: translateY(0);
}
 100% {
transform: translateY(0);
}
}
.puzzle-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 80px);
	grid-template-rows: repeat(2, 80px);
	gap: 8px;
	width: max-content;
	margin: 50px auto;
}
.piece {
	width: 80px;
	height: 80px;
	border-radius: 12px;
	transform: translateX(200px);
	opacity: 0;
	animation: slideInRight 4s ease-in-out infinite;
}
/* Colors + staggered delays */
.piece1 {
	background: #4caf50;
	animation-delay: 0s;
}
.piece2 {
	background: #ff9800;
	animation-delay: 0.3s;
}
.piece3 {
	background: #2196f3;
	animation-delay: 0.6s;
}
.piece4 {
	background: #e91e63;
	animation-delay: 0.9s;
}
 @keyframes slideInRight {
 0% {
 transform: translateX(200px) rotate(20deg);
 opacity: 0;
}
 25% {
 transform: translateX(0) rotate(0);
 opacity: 1;
}
 75% {
 transform: translateX(0) rotate(0);
 opacity: 1;
}
 100% {
 transform: translateX(200px) rotate(-10deg);
 opacity: 0;
}
}
.home-footer {
	padding-top: 90px;
}
.home-footer .new-footer-main-wraper {
	padding-top: 0 !important;
}
.home-footer .copyright {
	margin-top: 25px;
}
.footer-top-wrap {
	width: 1320px;
	margin: 0 auto;
	border: 1px solid #e3e6ef;
	padding:50px 25px;
	text-align: center;
	border-radius: 15px;
	background:url(../images/ai-hero-bg.jpg) no-repeat center;
	background-size:cover !important;
}
.footer-container {
	padding-top: 38px;
}
.footer-top-wrap h2 {
	font-size: 45px;
	color: #fff;
	font-weight: 300;
	letter-spacing: -2px;
	line-height: 40px;
	margin: 0 0 0 0 !important;
}
.footer-top-wrap h2 span {
	color: #93AAFE;
	font-weight: 500;
}
.footer-top-wrap p {
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    line-height: 28px;
    padding: 15px 0;
    width: 64%;
    margin: 0 auto;
}
.footer-top-wrap .demo-btn-wrap {
	text-align: center;
}
.footer-top-wrap .demo-btn-wrap a {
	background: #93AAFE;
	color: white;
	border: none;
	padding: 10px 25px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
	text-decoration: none;
	margin: 0;
}
.footer-top-wrap .demo-btn-wrap a:hover{
	background:#394a88;
}
 @media (max-width:2285px) and (min-width:1570px) {
.main-left-wraper {
	padding: 113px 48px 113px 29.5% !important;
}
.footer-top-wrap {
	        margin-top: 0;
}
.image-icon-wrp {
	padding-right: 100px;
}
.footer-top-wrap{
	padding:130px 25px
}
}
/* CSS homepages */

/* CSS inner pages */

/* AI Page */


.ai-hero {
	padding: 180px 0;
	background-color: #000000;
	background-image: url('../images/ai-hero-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin-top: 100px;
}
/* Get Started with AI Section */
.get-started-ai {
	position: relative;
	padding: 120px 0;
	background-image: url('../images/puzzle-bg.jpg');
	background-size: cover;
	background-position: center;
}
.get-started-overlay {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}
.get-started-overlay h2 {
	color: #101010;
	font-size: 75px;
	font-weight: 400;
	line-height: 95px;
	margin-bottom: 14px;
}
.get-started-overlay h2 span {
	font-weight: 700;
}
.get-started-overlay p {
	color: #101010;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	max-width: 760px;
	margin: 0 auto 24px auto;
}
 @media (max-width: 768px) {
.get-started-ai {
	padding: 80px 0;
}
.get-started-overlay h2 {
	font-size: 42px;
	line-height: 1.2;
}
.get-started-overlay p {
	font-size: 15px;
}
}
.ai-hero-container {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}
.ai-hero-content {
	position: relative;
	z-index: 2;
}
.ai-hero-title {
	color: #ffffff;
	font-size: 75px;
	font-style: normal;
	font-weight: 400;
	line-height: 95px;
	margin: 0 0 30px 0;
}
.ai-hero-title span {
	font-weight: 700;
	color: #ffffff;
}
.ai-hero-subtitle {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
	margin-bottom: 50px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.ai-hero-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}
.ai-explore-btn {
	background: #93AAFE;
	color: white;
	padding: 16px 32px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	box-shadow: 0 4px 15px rgba(147, 170, 254, 0.3);
}
.ai-explore-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(147, 170, 254, 0.4);
}
.ai-explore-btn img {
	width: 16px;
	height: 16px;
	transition: transform 0.3s ease;
}
.ai-explore-btn:hover img {
	transform: translate(2px, -2px);
}
.ai-btn {
	padding: 16px 32px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
}
.ai-btn-outline {
	border: 2px solid #ffffff;
	color: #ffffff;
	background-color: transparent;
}
.ai-btn-outline:hover {
	background-color: #ffffff;
	color: #000000;
}
/* AI Hero Background */
.ai-hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('images/ai-hero-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.3;
	z-index: 1;
}

/* Responsive styles for AI Hero section */
@media (max-width: 1024px) {
.ai-hero-title {
	font-size: 56px;
	line-height: 1.2;
}
.ai-hero-subtitle {
	font-size: 16px;
}
.ai-hero-buttons {
	flex-direction: column;
	gap: 15px;
}
}
/* AI Transformation Section */
.ai-transformation-section {
	padding: 80px 0;
	background: #ffffff;
}
.ai-transformation-header h2 {
	color: #104;
	font-family: "Plus Jakarta Sans";
	font-size: 75px;
	font-style: normal;
	font-weight: 400;
	line-height: 95px;
	/* 126.667% */

	margin-bottom: 50px;
}
.ai-transformation-header h2 span {
	font-weight: 700;
}
.ai-transformation-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
	align-items: start;
}
.ai-transform-card {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}
.ai-transform-icon {
	width: 46px;
	height: 46px;
	background: #93AAFE;
	opacity: 0.4;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ai-transform-icon img {
	width: 22px;
	height: 22px;
	filter: brightness(0) invert(1);
}
.ai-transform-card h3 {
	color: #202020;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 300;
	line-height: 34px;
}
.ai-transform-card p {
	color: #202020;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 27px;/* 158.824% */
}
 @media (max-width: 1024px) {
.ai-transformation-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
}
 @media (max-width: 640px) {
.ai-transformation-header h2 {
	font-size: 36px;
}
.ai-transformation-grid {
	grid-template-columns: 1fr;
	gap: 25px;
}
}
 @media (max-width: 768px) {
.ai-hero-title {
	font-size: 42px;
	line-height: 1.2;
}
.ai-hero-subtitle {
	font-size: 15px;
	margin-bottom: 40px;
}
.ai-explore-btn, .ai-btn-outline {
	padding: 14px 28px;
	font-size: 15px;
}
}
/* AI Page */

.btn-wraper {
	text-align: center;
}
.btn-wraper a {
	background: #394a88;
	color: white !important;
	border: none;
	padding: 13px 35px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s;
	text-decoration: none;
	margin: 0;
}
.drawer-overlay {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transition: height 0.4s  ease;
    z-index: 1000;
    backdrop-filter: blur(5px);
}
/* Drawer content */
.drawer {
	width: 100%;
	padding: 0px 20px 20px 20px;
}
.multiple-list-wraper{
	padding:20px;
}
.header-nav-dropdown h5 {
    padding: 0px 20px 10px 20px !important;
}
/* When open */
.drawer-overlay.open {
	height: 100%;
}
.arrow {
	display: inline-block;
	transition: transform 0.3s ease;
}
.arrow img {
	width: 12px !important;
	margin-left: 5px;
}
.arrow.open {
	transform: rotate(180deg); /* Flip down when open */
	;
}
.arrow.open img {
	position: relative;
	top: -4px;
	left: -5px;
}
.drawer-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1352px;
	margin: 0 auto;
}
.product-dropdown:hover .product-dropdown-icon {
	rotate: 25deg;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.product-dropdown:hover h6 {
	opacity: 0.7;
}
.product-dropdown:hover p {
	opacity: 0.7;
}
.no-border {
	border: none !important;
}
.second-heading {
	margin-top: 30px;
}
.clearfix {
	clear: both;
}
#dotNav {
	position: fixed;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 30px;
	z-index: 111;
}
#dotNav .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(148, 171, 255, 0.3);
	cursor: pointer;
	transition: all 0.3s ease;
	border: 1px solid rgba(148, 171, 255, 0.5);
	position: relative;
}
#dotNav .dot:hover {
	background: rgba(148, 171, 255, 0.6);
	transform: scale(1.2);
}
#dotNav .dot.active {
	background: #94abff;
	border-color: #94abff;
	transform: scale(1.4);
	box-shadow: 0 0 10px rgba(148, 171, 255, 0.5);
}
#dotNav .dot::after {
	content: attr(data-tooltip);
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.8);
	color: white;
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 12px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	pointer-events: none;
}
#dotNav .dot::before {
	content: '';
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid rgba(0, 0, 0, 0.8);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
#dotNav .dot:hover::after, #dotNav .dot:hover::before {
	opacity: 1;
	visibility: visible;
}

/* Mobile responsiveness for dot navigation */
@media (max-width: 768px) {
#dotNav {
	right: 15px;
	gap: 12px;
}
#dotNav .dot {
	width: 10px;
	height: 10px;
}
#dotNav .dot::after {
	font-size: 10px;
	padding: 6px 8px;
}
}
.new-footer-main-wraper {
	background: #fff;
	padding: 40px 0 0px 0;
	width: 1320px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.new-footer-main-wraper p {
	font-size: 13px;
	line-height: 22px;
	padding-bottom: 15px;
	font-weight: 300;
}
.top-text-footer {
	border-bottom: 1px solid #d3d9e5;
	padding-bottom: 15px;
	margin-bottom: 25px
}
.links-footer .inner-footer-link {
	width: 25%;
	float: left;
}
.inner-footer-link h4 {
	font-size: 13px;
	color: #0e1328;
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 10px;
}
.inner-footer-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.inner-footer-link ul li {
	line-height: 18px;
}
.inner-footer-link ul li a {
	font-size: 13px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
}
.copyright {
	margin-top: 55px;
	text-align: center;
	font-size: 13px;
	text-align: center;
	color: #000;
	padding: 15px 0;
	border-top: 1px solid #d3d9e5;
	font-weight: 300;
	opacity: 0.7
}
.active-nav {
	color: #94abff !important;
}
/* CSS inner pages */

.multiple-list-wraper-row {
	width: 30%;
	float: left;
	margin-right: 42px;
}
.multiple-list-wraper-row .product-dropdown {
	width: 100% !important;
}
.right-service-box {
	background: #fff url(../images/bg--services.jpg) no-repeat top;
	background-size: 202%;
	background-position: 20% 99%;
	display: grid;
	justify-content: center;
	align-items: center;
}
.inner-footer-link ul li span{
	font-size: 13px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
}
.right-service-box ul {
	list-style: none;
	height: 57%;
	position: relative;
	left: -77px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	align-items: center;
	padding:0;
	margin: 0;
	padding-right: 100px;
}
.right-service-box ul li {
	width: 82%;
	margin: 0 35px;
	float: left;
	padding-top: 2%;
	margin-bottom: 30px;
}
.right-service-box ul li .service-image-solution {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;
}
.right-service-box ul li .service-image-solution img {
	width: 100%
}
.right-service-box ul li .service-text-solution {
}
.service-text-solution {
	text-align: center;
}
.service-text-solution strong {
	font-weight: 300;
	font-size: 25px;
	color: #0e1328;
	margin-top: 0 !important;
	text-align: center;
	margin: 0;
	padding: 0 !important;
	display: block;
}
.service-text-solution span {
	color: #0e1328;
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	padding: 0px;
	margin: 10px 0 0 0;
	display: block;
}
.mobile-site-wrap {
	display: none;
}
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 350px;
	height: 100vh;
	padding: 45px 0 0 0;
	background: #fff;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
	overflow: auto;
    overflow-x: hidden;
}
.drawer-menu li {
	text-align: left;
}
.drawer-menu li a {
	display: block;
	height: auto;
	line-height: 40px;
	font-size:20px;
	font-weight: 300;
	color: #000;
	-webkit-transition: all .8s;
	transition: all .8s;
	padding-left: 30px;
}
.drawer-menu li a:hover {
	color: #1a1e24;
	background: #fff;
}
/* checkbox */
.check {
	display: none;
}
/* menu button - label tag */
.menu-btn {
	position: absolute;
	display: block;
	top: 24px;
	right: -6px;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}
.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 1.5px;
	background: #394a88;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.bar.middle {
	top: 10px;
	opacity: 1;
}
.bar.bottom {
	top: 20px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.menu-btn__text {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}
.menu-btn:hover .bar {
	background: #18b6a4;
}
.close-menu {
	position: fixed;
	top: 0;
	right: 350px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	cursor: url(http://theorthodoxworks.com/demo/images/cross.svg), auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}
/* checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 2;
}
.check:checked ~ .contents {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}
.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.top {
	width: 40px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #394a88
}
.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
	width: 40px;
	top: 28px;
	background: #394a88;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check:checked ~ .close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background: rgba(0,0,0,.5);
	visibility: visible;
	opacity: 1;
	z-index: 3;
	    backdrop-filter: blur(10px);
}
.drawer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.drawer-menu ul li a {
	text-decoration: none;
}
.drawer-menu ul li a img {
	margin-right: 5px;
	margin-top: -2px;
}
.menusitebar-main-wraper {
	display: none;
}


/* CSS media */

@media (max-width:1410px) and (min-width:1170px) {
.navbar {
	width: 96%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
}

@media (max-width:1310px) and (min-width:1170px) {
.products-content{
	width:100%;
	padding:0 28px;
}
.right-service-box ul{
	left:0;
}
}

 @media screen and (max-width:1169px) {
.navbar {
	width: 90%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 15px 0;
	background: #fff;
}
.multiple-list-wraper-row {
    width: 100%;
    float: none;
    margin-right: 0;
    margin: 15px 0;
}
.logo img {
	width: 150px;
}
.container {
	width: 100% !important;
	display: block !important;
	margin: 0;
	padding: 0;
}
#dotNav {
	display: none;
}
.footer-top-wrap {
	width: 100%;
}
.new-footer-main-wraper {
	width: 100%;
}
.contact-btn {
	display: none
}
#ScrollPane {
	display: none;
}
.mobile-site-wrap {
	display: block;
}
.mobile-site-wrap .hero {
	height: auto;
	display: block;
	padding: 30% 0;
	overflow: visible;
}
.hero-content p {
	font-size: 20px;
	line-height: 28px;
	width: 87%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
}
html, body {
	width: auto;
	height: auto;
	overflow: auto !important;
	overflow-x: hidden !important;
}
.hero-content h1 {
	letter-spacing: -1px;
}
.hero-content h1 a {
	height: 65px !important;
}
.hero-content h1 span {
	font-size: 2.8rem;
}
.services-listing-wraper h2 {
	font-size: 36px;
	line-height: 45px;
	margin-bottom: 20px;
}
.services {
	background: #f4f6ff;
	padding: 60px 0;
}
.service-card p {
        padding: 0 48px;
        font-size: 20px;
        line-height: 26px;
}
.service-card p{
	height:55px;
}
.articfical-main-wraper {
	width: 100%;
	display: block;
}
.articfical-main-wraper .articfical-left-text-wrap {
	width: 100%;
}
.articfical-main-wraper-ct {
	padding: 60px 0;
}
.image-artifical-wrap {
	width: 100%;
	margin: 0;
	display:none;
}
.artifical-icon-span img{
	display:none;
}
.detail-text br{
	display:none;
}
.btn-wrapper img{
	display:none;
}
.articfical-left-text-wrap h2 {
	font-size: 45px;
	line-height: 55px;
}
.articfical-main-wraper .articfical-left-text-wrap {
	padding-left: 25px;
}
.globe-img {
	width: 90%;
}
.articfical-left-text-wrap .detail-text {
	padding-top: 0;
	padding-right:20px;
}
.digital-marketing {
	background: #f4f6ff url(../images/bg-image.png) no-repeat center;
	background-size: cover;
	padding: 70px 0;
	overflow: hidden;
}
.bpo-section {
	padding: 80px 0 80px 0;
}
.bpo-content h2 {
	font-size: 45px;
	line-height: 55px;
}
.bpo-content p {
	padding: 0 20px;
	padding-bottom: 20px;
}
.image-busiens {
	display: none;
}
#navbar {
	z-index: 111111111;
	background: #fff;
	height: 70px;
	box-shadow: 0px 0px 15px 0 #e2e2e2;
}
.mobile-video-section-wrap {
	position: relative
}
.mobile-video-section-wrap video {
	height: 500px;
	object-fit: cover;
}
.industries-content {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.industries-content h2 {
	font-size: 45px !important;
	line-height: 50px !important;
	margin-bottom: 35px !important
}
.btn-wrapper {
        margin-bottom: 10px;
}
.powerfull-eco-wrap {
	position: relative;
}
.products-content {
	display: block;
	width: 100%;
}
.products-left h2 {
	margin-bottom: 0 !important;
	font-size: 45px !important;
	line-height: 50px !important;
}
.products-left p {
	padding: 0 25px !important;
}
.area {
	height: auto;
	overflow: hidden;
}
.home-footer {
	padding: 20px;
}
.footer-top-wrap h2 {
	font-size: 38px;
}
.home-footer .new-footer-main-wraper {
	position: relative;
}
.footer-top-wrap p {
	padding-bottom: 30px;
}
.links-footer .inner-footer-link {
	width: 100%;
	float: none;
}
.links-footer {
	padding-bottom: 40px;
}
.menusitebar-main-wraper {
	display: block;
}
.footer-top-wrap {
	margin-bottom: 30px;
	margin-top: -15px;
}
.it-soltion-main-wrap {
	padding: 60px 0;
}
.main-left-wraper {
	padding: 0;
	display: block;
	text-align: center;
	margin:0 15px
}
.main-left-wraper p{
	padding-right:0;
	padding-bottom:20px;
}
.right-service-box {
	position: static;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.right-service-box ul {
	display: block !important;
	position: static;
	width: 85%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.right-service-box ul li {
	width: 100%;
	float: none;
	padding: 0;
	margin: 30px 0 30px 0;
}
.right-service-box ul {
	display: block !important;
	margin-top:85px !important
}
.main-left-wraper h2 br {
	display: none;
	font-size: 40px;
}
.it-soltion-main-wrap {
	padding: 60px 0 0px 0;
}
.drawer-menu .sub-heading-wrap{
         position: relative;
        left: 30px;
        display: block;
        margin-bottom: 14px;
        color: #394a88;
        font-size: 20px;
}
.drawer-menu li a {
    line-height: 35px;
}
.drawer-menu ul {
        margin-bottom: 20px;
        border-bottom: 1px solid #e6ebff;
        padding-bottom: 14px;
}
.logo-drawer{
	margin-left:25px;
	margin-bottom:30px;
}
.logo-drawer img{
	width:230px;
}
.dm-service{
	font-size:22px;
}
.service-text-solution span{
	font-size:20px;
}
.inner-footer-link ul li a{
	font-size:18px;
}
.inner-footer-link ul li {
    line-height: 22px;
    padding: 5px 0;
}
.inner-footer-link h4{
	font-size:22px;
}
.home-footer .copyright{
	margin-top:0;
}
.header-nav-dropdown h5{
	font-size:20px;
}
.product-dropdown-text h6{
	font-size:20px;
}
.product-dropdown-text p{
	font-size:16px;
}
}
.socail-footer{
	margin-top:15px;
}
.socail-footer a{
	text-decoration:none;
	margin-right:5px;
}
.socail-footer a img{
	width:30px;
	opacity:0.5
}
.socail-footer a:hover img{
	opacity:1;
}


/* Modal Content */


/* Show animation */


/* Close Button */
.close-modal {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 26px;
  cursor: pointer;
  color: #555;
  transition: color 0.3s;
}

.close-modal:hover {
  color: #000;
}


  
  /* Modal Content */
  .modal-content {
	padding: 0px;
	width:720px !important;
	border-radius: 10px;
	position: relative;
	box-shadow: 0 10px 25px rgba(0,0,0,0.2);
	transform: scale(0.8);
	opacity: 1;
	transition: all 0.3s ease;
	margin:5% auto;
	background:#fff url(../images/bg-modal.jpg) no-repeat bottom right;
	background-size: contain;
  }
  
  /* Show animation */
  .modal-overlay.active .modal-content {
	transform: scale(1);
	opacity: 1;
  }
  
  /* Close Button */
  .close-modal {
	position: absolute;
    top: -5px;
    right: 14px;
    font-size: 37px;
    cursor: pointer;
    color: #394a88;
    transition: color 0.3s;
    font-weight: 200;
  }
  
  .close-modal:hover {
	color: #000;
  }
.left-right-modal-contact{
	display:flex;
	gap:25px
}
.contact-info-left{
	width: 58%;
    padding: 31px;
    background: #fff;
    border-radius: 15px 
}
.contact-info-left h5{
	font-size: 35px;
    color: #0e1328;
    font-weight: 300;
    letter-spacing: -1px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
	line-height: 33px;
}
.contact-info-left h5 strong{
	color: #93AAFE;
}
.contact-info-left .form-group{
	margin-bottom: 15px;
}
.contact-info-left .form-group label{
	font-size: 14px;
	margin: 0 0 5px 0;
	color: rgba(16, 16, 16, 0.70);
	display: block;
}
.contact-info-left .form-input{
	height: 38px;
	padding: 14px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    color: #101010;
    background: #ffffff;
    transition: all 0.3s  ease;
	width: 100%;
	outline: none;
}
.contact-info-left .form-input:focus{
    border: 1px solid #93AAFE;
}
.contact-info-left .form-control{
	padding: 14px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    color: #101010;
    background: #ffffff;
    transition: all 0.3s  ease;
	outline: none;
	resize: none;
	width: 100%;
}
.contact-info-left .form-control:focus{
    border: 1px solid #93AAFE;
}
.submit-btn-wrap {
	margin-top: 10px;
}
.submit-btn-wrap button{
	width: 100%;
	background: #394a88;
	color: #fff;
	font-size: 15px;
	border-radius: 8px;
	height: 40px;
	border: none;
	cursor: pointer;
}
.submit-btn-wrap button:hover{
	background: #93AAFE;
}
.right-contact-info-icon{
	width: 150px;
	margin: 0 auto;
}
.right-contact-info-icon img{
	width: 100%;
}
.right-contact-info-wrap{
	width: 42%;
    padding-top: 80px;
    margin-left: -26px;
}
.right-contact-info-wrap h5{
    font-size: 23px;
    color: #141a31;
    font-weight: 400;
    text-align: center;
    letter-spacing: -1px;
	margin: 0;
}
.right-contact-info-wrap p{
    font-size: 14px;
    text-align: center;
    padding: 0 23px !important;
    font-weight: 300;
    line-height: 18px;
	padding-top: 5px;
	padding-bottom: 70px !important;
	color: #000 !important;
}
.contact-info-wrap{
	padding-left: 30px;
}
.contact-info-wrap span{
	font-size: 16px;
	color: #141a31;
	display: block;
	margin-bottom:5px;
}
.contact-info-wrap span img{
	width: 16px;
    position: relative;
    top: 2px;
    margin-right: 6px;
}
.contact-info-wrap span:nth-child(1) img{
	position: relative;
	top:5px !important;
	width: 14px;
}
.radio-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-family: "Poppins", sans-serif;
	margin-bottom: 15px;
  }
  
  .custom-radio {
	position: relative;
	padding-left: 22px;
	cursor: pointer;
	user-select: none;
	font-size: 14px;
	color: #333;
  }
  
  .custom-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  
  .radio-mark {
	position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s  ease;
    border: 1px solid #ccc;
  }
  
  .custom-radio:hover input ~ .radio-mark {
	background-color: #ddd;
  }
  
  .custom-radio input:checked ~ .radio-mark {
	background-color: #93aafe;
	border-color: #93aafe;
  }
  
  .radio-mark::after {
	content: "";
	position: absolute;
	display: none;
  }
  
  .custom-radio input:checked ~ .radio-mark::after {
	display: block;
  }
  
  .custom-radio .radio-mark::after {
	top: 4px;
	left:4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
  }
  .inner-radio-group{
	display:flex;
	gap:25px;
	margin-top: -9px;
  }
  .radio-group .label{
	font-size: 14px;
    margin: 0 0 5px 0;
	color: rgba(16, 16, 16, 0.70);
  }
  .social-icon-modal{
	width: 35px;
	height: 35px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 10px;
	padding-top:8px;
	color:#394a88
  }
  .btn-get-started{
	text-align: center;
	margin-top: 60px;
  }

  .btn-get-started a{
  background: #394a88;
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
  }