@font-face {
	font-family: "Termina W00 Demi";
	src: url("../fonts/faec7b39028890b34621e55089f6e247.eot");
	src: url("../fonts/faec7b39028890b34621e55089f6e247.eot?#iefix")format("embedded-opentype"),
		url("../fonts/faec7b39028890b34621e55089f6e247.woff")format("woff"),
		url("../fonts/faec7b39028890b34621e55089f6e247.woff2")format("woff2"),
		url("../fonts/faec7b39028890b34621e55089f6e247.ttf")format("truetype"),
		url("../fonts/faec7b39028890b34621e55089f6e247.svg#Termina W00 Demi")format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

:root {
	--theme-color: #5c1dc5;
	--black-color: #000000;
	--white-color: #ffffff;
}

::-webkit-scrollbar {
	width: 6px
}

::-webkit-scrollbar-track {
	background: #fff
}

::-webkit-scrollbar-thumb:hover {
	background: #cacaca
}

::-webkit-scrollbar-thumb {
	background: #b5b5b5;
	border-radius: 100px
}

::-moz-selection {
	background: var(--theme-color);
	color: #fff;
}

::selection {
	background: var(--theme-color);
	color: #fff;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-os-font-smoothing: grayscale;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	outline: 0;
	vertical-align: baseline
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #240253;
	font-family: Inter, sans-serif;
	font-size: 15px;
	letter-spacing: .2px;
	line-height: 1.6;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Poppins, sans-serif;
	color: var(--theme-color)
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	padding: 0;
	margin: 0
}

a {
	color: #30303c;
	text-decoration: none;
	background-color: transparent
}

ul {
	list-style: none
}

.ul {
	color: #000;
	padding: 0px 30px;
	font-size: 18px;
	line-height: 28px;
	list-style: circle;
}

a:hover {
	text-decoration: none;
	color: initial
}

button:focus {
	outline: 0 !important
}

.animation,
.dskt-logo,
.half-blog-card,
.img-hor,
.img-hover img,
.mini-header-bar,
.stack-btn,
.stack-btn-grdt1,
.stack-btn-grdt1:hover,
.stack-btn-grdt2,
.stack-header,
.stack-media-crd,
.setps,
.stats-box,
.sticky,
.whatsapp-bg,
a,
a.menu-links,
button {
	-webkit-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
	-o-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
	transition: 1.1s cubic-bezier(.16, .84, .442, .98)
}

.text-bold {
	font-weight: 700
}

.text-normal {
	font-weight: 400
}

.text-light {
	font-weight: lighter
}

.content-center {
	align-items: center;
	align-self: center
}

.h1a {
	font-size: 50px;
	line-height: 62px;
	font-weight: 700;
	font-weight: 700
}

h1.h1 {
	font-size: 60px;
	line-height: 72px;
	font-weight: 700;
	font-weight: 700
}

.h1 {
	font-size: 45px;
	line-height: 57px;
	font-weight: 700
}

h1 {
	font-size: 45px;
	line-height: 57px;
	font-weight: 700
}

h2 {
	font-size: 40px;
	line-height: 52px;
	font-weight: 700
}

h3 {
	font-size: 34px;
	line-height: 46px;
	font-weight: 700
}

h4 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 700
}

h5 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600
}

h6 {
	font-size: 17px;
	line-height: 26px;
	font-weight: 600
}

p {
	font-size: 18px;
	line-height: 28px
}

.ptb130 {
	padding-top: 130px;
	padding-bottom: 130px
}

.stack-card {
	background: #fff;
	padding: 30px;
	border-radius: 14px
}

.stack-card:hover {
	box-shadow: inset 4px 4px 6px -2px rgb(0 0 0 / 20%), inset -4px -4px 6px -1px rgb(255 255 255 / 70%), -0.5px -0.5px 0px -1px rgb(255 255 255), 0.5px 0.5px 0px rgb(0 0 0 / 15%), 0px 12px 10px -10px rgb(0 0 0 / 5%);
	border: 1px solid rgba(0, 124, 196, 0.1);
}

.h-light {
	font-weight: 500
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #30303c
}

body .t-dark {
	color: #30303c
}

.shadows {
	-webkit-box-shadow: 0 19px 40px -10px #0064f269;
	box-shadow: 0 19px 40px -10px #0064f269
}

.no-shadows {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.height-f {
	height: 100vh
}

.border-gradient {
	border: 10px solid;
	border-image-slice: 1;
	border-width: 5px;
}

.border-gradient-stack {
	border-image-source: linear-gradient(95deg, var(--theme-color) 0%, #1867af 100%);
}

.stack-text1 {
	background: var(--theme-color);
	border-radius: 4px;
	padding: 0 4px;
	color: #fff
}

.stack-text {
	position: relative;
	z-index: 5;
	color: rgba(110, 193, 228, .01);
	font-family: "Poppins", Sans-serif;
	font-size: 40px;
	font-weight: 700;
	-webkit-text-stroke-width: 1.5px;
	stroke-width: 1.5px;
	-webkit-text-stroke-color: var(--theme-color);
	stroke: var(--theme-color);
}

.stack-text:after {
	content: "";
	position: absolute;
	/* background: var(--theme-color); */
	right: 0;
	left: 0;
	height: 10px;
	z-index: -5;
}

.st-45:after {
	bottom: 13px
}

.st-60:after {
	bottom: 18px
}

.ct-sol-img,
.sol-image,
.sol-img {
	border-radius: 8px;
	overflow: hidden;
	width: fit-content;
	margin: 0 auto
}

.roww {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.underline {
	text-decoration: underline
}

.fb-bigon {
	font-size: 20px;
	margin-right: 8px
}

.whatsapp-bg {
	background: #4ee464;
	border: 1px solid #4ee464;
	-webkit-box-shadow: 0 19px 40px -10px rgb(78 228 100/30%);
	box-shadow: 0 19px 40px -10px rgb(78 228 100/30%)
}

.stack-btn.whatsapp-bg:hover {
	background: #fff;
	color: #110a32;
	border: 1px solid #110a32
}

.stack-btn0 {
	line-height: 48px !important
}

.stack-btn:hover {
	color: #fff
}

.stack-btn2 {
	font-size: 18px;
	color: #fff;
	border-radius: 8px;
	display: inline-block;
	line-height: 45px;
	width: 45px;
	height: 45px;
	text-align: center
}

.stack-btn {
	font-weight: 500;
	font-size: 17px;
	color: #fff;
	border-radius: 100px;
	padding: 0 32px;
	display: inline-block;
	line-height: 45px;
	white-space: nowrap
}

.stack-btn-round {
	border-radius: 100%;
	width: 60px;
	height: 60px;
	text-align: center;
	padding: 0
}

.stack-icon-btn {
	font-weight: 500;
	font-size: 17px;
	color: var(--theme-color);
	border-radius: 5px;
	padding: 0 10px;
	display: inline-block;
	line-height: 40px;
	white-space: nowrap;
	width: 41px;
	border: 2px solid #fff;
	background-image: linear-gradient(95deg, var(--theme-color) 0%, #5c1dc5 100%);
}

.stack-icon-btn i {
	color: #fff;
}

.stack-icon-btn:hover {
	border: 1px solid rgba(0, 124, 196, 0.1);
	border-radius: 5px;
	-webkit-box-shadow: 0 19px 40px -10px #5c1dc5;
	box-shadow: 5px 4px #ffffff;
	border-left: 2px solid var(--white-color);
	border-top: 2px solid var(--white-color);
}


.stack-icon-btn:hover i {
	color: var(--white-color);
}


.stack-btn-grdt1:hover {
	background: var(--white-color);
	color: var(--theme-color);
	-webkit-box-shadow: 0 19px 40px -10px #5c1dc5;
	box-shadow: 0 18px 8px -14px #5c1dc5;
}

.stack-btn-grdt1 {
	border: 1px solid var(--theme-color);
	background-image: linear-gradient(95deg, var(--theme-color) 0%, #5c1dc5 100%);
	-webkit-box-shadow: 0 19px 40px -10px #5c1dc5;
	box-shadow: 0 18px 8px -14px #5c1dc5;
}

.stack-btn-grdt2:hover {
	color: var(--theme-color);
	background-image: linear-gradient(95deg, var(--white-color) 0%, var(--white-color) 100%);
	border: 1px solid var(--theme-color);
}

.stack-btn-grdt2 {
	background-image: linear-gradient(95deg, var(--theme-color) 0%, #5c1dc5 100%);
	border: 1px solid var(--theme-color);
	-webkit-box-shadow: 0 19px 40px -10px #5c1dc5;
	box-shadow: 0 18px 8px -14px #5c1dc5;
}

.btn-sets {
	display: flex
}

.vid-btntitl {
	display: flex
}

.vide-btntitl {
	margin-left: 10px
}

.stack-header.sticky .dskt-logo {
	float: left;
	line-height: 70px
}

.stack-header.sticky {
	background: rgb(255 255 255/60%);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px)
}

.stack-header.sticky {
	height: 70px
}

.stack-header.sticky .stack-btn,
.stack-header.sticky .stack-btn-grdt1 {
	box-shadow: none
}

.sticky .nav-list li a.menu-links {
	line-height: 70px !important
}

.stack-header {
	padding: 0 20px;
	height: 85px;
	z-index: 9995;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

.dskt-logo {
	float: left;
	line-height: 85px
}

.dskt-logo .nav-brand img {
	max-height: 75px
}

.stack-nav .nav-list li a.menu-links {
	font-size: 16px;
	color: var(--theme-color);
	font-weight: 600;
	padding: 0 15px;
	line-height: 85px;
	text-transform: capitalize;
	position: relative;
	overflow: hidden
}

.stack-nav .nav-list li {
	display: inline-flex
}

.owl-carousel .owl-item img {
	display: block;
	max-width: 100%;
	width: inherit;
	text-align: center;
	margin: 0 auto
}



.hero-brand-block {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 10px
}

.hero-content-a>p {
	font-size: 21px;
	line-height: 31px
}

.fa-btn {
	font-size: 11px;
	margin-left: 4px;
	display: inline-block;
	position: relative;
	top: -2px
}

.stack-section {
	padding-bottom: 50px;
	color: #fff;
	background-image: linear-gradient(95deg, var(--theme-color) 0%, #1867af 100%);
}


.sub-heading {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	display: block;
	color: #ffffff;
	text-transform: uppercase
}

.company-budges {
	display: flex;
	justify-content: space-around;
	align-items: center
}

.img-budges {
	padding: 0 20px;
	width: 33.333%;
	text-align: center
}

.company-stats {
	padding-left: 5%
}

.stats-box h3 {
	font-size: 40px;
	font-weight: 700
}

.stats-box p {
	font-size: 18px
}

.stats-box:hover {
	-webkit-box-shadow: 0 10px 15px 0 rgb(241 99 52/10%);
	box-shadow: 0 10px 15px 0 rgb(241 99 52/10%)
}

.stats-box {
	border-radius: 8px;
	padding: 40px 30px;
	min-height: 320px;
	background-color: #fff
}

.home-services .stack-card {
	min-height: 330px;
	background-color: #fff
}

.stack-card {
	background: #fff;
	position: relative;
	place-items: start;
	display: grid;
	border-radius: 8px;
	padding: 40px 30px;
	-webkit-box-shadow: 0 10px 15px -2px rgb(0 44 97 / 22%);
	box-shadow: 0 10px 15px -2px rgb(0 44 97 / 22%);
	border: 1px solid rgba(0, 124, 196, 0.1);
}

.light-grdnt {
	background: linear-gradient(180deg, #fff5f9 50%, #f2fcff 100%)
}

.stack-card-img {
	background: #fff;
	box-shadow: 0 15px 30px -10px rgb(0 0 0/14%);
	padding: 15px;
	border-radius: 8px;
	position: absolute;
	width: 80px;
	height: 80px;
	top: -30px;
	left: 30px;
	box-shadow: inset 4px 4px 6px -2px rgb(0 0 0 / 20%), inset -4px -4px 6px -1px rgb(255 255 255 / 70%), -0.5px -0.5px 0px -1px rgb(255 255 255), 0.5px 0.5px 0px rgb(0 0 0 / 15%), 0px 12px 10px -10px rgb(0 0 0 / 5%);
	border: 1px solid rgba(0, 124, 196, 0.1);
}

.stack-card-img img {
	width: 100%
}

.stack-card-content h3 {
	font-size: 28px;
	line-height: 38px
}

.stack-card-link {
	display: block;
	color: #110a32;
	font-size: 18px
}

.stack-card-link:hover {
	color: #0064f2
}

.cta-heading-wide-bt {
	display: inline-flex;
	align-items: center
}

.cta-heading-wide-bt h3 {
	margin-right: 20px
}

.ctablock {
	padding: 50px;
	border-radius: 8px;
	overflow: hidden
}

.cta-block-a {
	background: #fff
}

.home-portfolio {
	background: #ecf4fa
}

.full-work-block:hover .owl-nav button {
	opacity: 1
}

.full-work-block .owl-nav button {
	width: 40px;
	height: 50px;
	background: #fff !important;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #0064f2 !important
}

.full-work-block .owl-nav .owl-prev {
	left: 5px
}

.full-work-block .owl-nav .owl-next {
	right: 5px
}

.link-sol-header {
	text-align: right
}

.fwb-main {
	padding: 50px 70px;
	border-radius: 8px;
	background: #0064ff
}

.work-thumbnails {
	text-align: center;
	align-items: flex-end;
	border-radius: 8px;
	overflow: hidden;
	border: 4px solid #fff
}

.work-thumbnails img {
	margin: 0 auto
}

.full-work-block .owl-stage-outer {
	border-radius: 8px;
	overflow: hidden
}

.work-details {
	padding: 30px 20px
}

.fwb-main-x {
	background: #fff;
	border-radius: 14px
}

.tab-17.tabs-layout .nav-tabs .nav-link.active {
	color: var(--theme-color);
	background-color: transparent;
	border-color: transparent;
	border-radius: 0;
	border-bottom: 1px solid #0064f2
}

.tab-17.tabs-layout .nav-tabs .nav-link {
	font-weight: 500;
	border: 0 solid transparent;
	color: #110a32;
	background-color: transparent;
	border-radius: 0;
	padding: 15px;
	border-bottom: 0 solid #f6f6f7
}

.tabs-layout .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #00baff;
	border-color: #00baff;
	border-radius: 100px
}

.tabs-layout .nav-tabs .nav-link {
	border: 0 solid transparent;
	color: #6a6a8e;
	background-color: #efefef;
	border-radius: 100px;
	padding: 10px 35px
}

.tabs-layout .tab-content {
	padding: 30px 0 0
}

.iwt-content p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	transition: 0.3s;
}

.icon-with-title:hover p {
	color: var(--theme-color);
}

.home-technologies {
	background: #fff
}

.icon-with-title {
	text-align: center;
	padding: 30px 15px;
	background: #ffffff;
	border-radius: 12px;
	margin: 15px 10px;
	border: 1px solid #f1f1f1;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
	transition: all 0.4s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.icon-with-title:hover {
	transform: translateY(-8px);
	border-color: rgba(92, 29, 197, 0.2);
	box-shadow: 0 20px 40px rgba(92, 29, 197, 0.12);
}

.icon-with-title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: rgba(92, 29, 197, 0.02);
	z-index: -1;
	transition: width 0.4s ease-in-out;
}

.icon-with-title:hover::before {
	width: 100%;
}

.iwt-icon {
	padding: 0 0 25px;
	min-height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.iwt-icon img {
	width: 65px;
	height: 65px;
	object-fit: contain;
	transition: 0.4s;
}

.icon-with-title:hover .iwt-icon img {
	transform: scale(1.1);
}

.home-review-block {
	position: relative;
	background: #fff1e5
}

.home-review-slider {
	text-align: center
}

.home-review-slider .owl-dots {
	margin-top: 30px
}

.review-slider {
	width: 60%;
	margin: 0 auto;
	text-align: center
}

.reviewers-img {
	border-radius: 100px;
	width: 140px;
	height: 140px;
	margin: 0 auto 20px;
	position: relative;
	-webkit-box-shadow: 0 10px 15px 0 rgb(0 0 0/20%);
	box-shadow: 0 10px 15px 0 rgb(0 3 23/20%)
}

.reviewers-img img {
	border-radius: 100px;
	width: 100%
}

.play-vid-review {
	font-size: 15px;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	color: var(--theme-color);
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	-webkit-box-shadow: 0 10px 15px 0 rgb(0 0 0/20%);
	box-shadow: 0 10px 15px 0 rgb(0 3 23/20%)
}

.home-partners-block .brand-logo img {
	max-width: 120px
}

.clients-logos ul li {
	display: inline-block;
	padding: 30px 5px 0
}

.clients-logos ul li p {
	font-size: 16px;
	padding-top: .5em;
	letter-spacing: 0
}

.brand-logo {
	max-width: 220px;
	margin: 0 auto;
	padding: 10px
}

.half-bg-stack {
	position: relative
}

.half-bg-stack:before {
	content: "";
	background-image: linear-gradient(95deg, var(--theme-color) 0%, #1867af 100%);
	position: absolute;
	height: 520px;
	right: 0;
	left: 0;
	top: 0;
	background-size: auto;
	background-repeat: repeat
}

.half-blog-card {
	border-radius: 8px;
	overflow: hidden;
	border: 5px solid #fff;
	border-bottom: 0;

	-webkit-box-shadow: 0 10px 15px 0 rgb(0 0 0/7%);
	box-shadow: 0 10px 15px 0 rgb(0 0 0/7%)
}

.half-blog-img {
	height: 280px
}

.half-blog-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}


.blog-quick-inf {
	font-weight: 300;
	font-size: 17px
}

.blog-quick-inf span+span {
	margin-left: 15px
}



.email-subs-form input {
	width: 100%;
	height: 65px;
	padding: 0 175px 0 30px;
	margin: 0;
	color: #172b43;
	font-size: 18px;
	outline: 0;
	background: #fff;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 8px;
	border-radius: 14px
}

.email-subs-form {
	position: relative
}

.index-contact-section-block {
	color: #fff;
	padding-top: 35px
}

.review-text p::before {
	content: "\f10d";
	font-weight: 700;
	margin: 0 8px 0 0;
	color: #0064f2
}

.review-text p::after {
	content: "\f10e";
	font-weight: 700;
	margin: 0 0 0 8px;
	color: #0064f2
}

.col-right-a {
	width: 50%;
	padding-right: 15px;
	padding-left: 15px
}

.col-right-b {
	width: 50%;
	padding-right: 15px;
	padding-left: 15px
}

.index-contact-section {
	margin-top: 215px;
	position: relative;
	background-size: contain
}

.index-contact-section:before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: .85;
	right: 0;
	left: 0;
	z-index: 0;
	background-image: linear-gradient(95deg, var(--theme-color) 0%, var(--theme-color) 100%);
}

.contact-infos {
	display: flex
}

.stack-infot+.stack-infot {
	margin-left: 15px
}

.stack-infot span {
	display: block;
	font-weight: 300;
	margin: 0 0 10px;
	font-size: 17px;
	letter-spacing: 1px
}

.stack-infot a i {
	margin: 0 10px 0 0
}

.stack-infot a {
	display: inline-flex;
	background: #fff;
	padding: 13px;
	border-radius: 8px;
	width: 100%;
	font-weight: 700;
	line-height: 34px;
}

.live-review- span {
	display: block;
	font-weight: 300;
	margin: 0 0 10px;
	letter-spacing: 1px;
	font-size: 17px
}

.live-review- a {
	display: inline-block;
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	width: 32%;
	margin: 0 5px 0 0
}

.livrve {
	display: flex
}

.live-review- a img {
	max-width: 100%
}

.label-f-form {
	font-size: 16px;
	line-height: 25px
}

.form-block input,
.form-block select {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	margin: 0 0 15px;
	color: #172b43;
	font-size: 17px;
	outline: 0;
	background: #fff;
	border: 0;
	border-bottom: 2px solid var(--theme-color);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: 400
}

.form-block textarea {
	height: 100px;
	width: 100%;
	padding: 15px;
	margin: 0 0 15px;
	color: #172b43;
	font-size: 18px;
	outline: 0;
	background: #fff;
	border: 0;
	border-bottom: 2px solid var(--theme-color);
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.form-block p.trm {
	font-size: 13px;
	width: 100%;
	text-align: center;
	margin: 10px 0 0
}

.form-block input:focus,
.form-block textarea:focus {
	border-bottom: 2px solid var(--theme-color)
}

.form-block p.trm i {
	padding: 5px 5px 0 0
}

.form-body {
	padding: 0 40px 40px
}

.form-head {
	padding: 40px
}

.fourc-up-a {
	margin: -150px 0 0
}

.form-fill-sec {
	margin: -150px 0 0
}

.form-block {
	border-radius: 8px;
	overflow: hidden;
	background: #f7f7f7;
	-webkit-box-shadow: 0 10px 15px -2px rgb(82 0 57/8%);
	box-shadow: 0 10px 15px -2px rgb(82 0 57/8%)
}

body .bg-w {
	background: #fff
}

.location-home {
	padding-top: 60px;
	background: #ffff
}

.location-block- {
	padding: 0 5%
}

.loc-icon-nam {
	display: inline-flex;
	align-items: center
}

.loc-icon-nam img {
	width: 42px
}

.loc-icon-nam p {
	font-weight: 700;
	font-size: 30px;
	font-family: Poppins, sans-serif;
	margin-left: 15px;
	color: #30303c
}

.loc-contct a+a {
	padding-left: 10px
}

.loc-contct a {
	padding-right: 10px;
	display: inline-block;
	font-size: 20px
}

.waves {
	position: relative;
	width: 100%;
	height: 15vh;
	margin-bottom: -7px;
	/*Fix for safari gap*/
	min-height: 100px;
	max-height: 150px;
}

/* Animation */
.parallax>use {
	animation: move-forever 30s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}

.parallax>use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}

.parallax>use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}

.parallax>use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}

@keyframes move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}

	100% {
		transform: translate3d(85px, 0, 0);
	}
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
	.waves {
		height: 40px;
		min-height: 40px;
	}
}

.footer-a {
	background-color: var(--theme-color);
}

.footer-a .stack-logo {
	filter: brightness(1000%) grayscale(100%) opacity(1.0)
		/* To change the image color to the white / opacity(0.1) / To apply the color all over the image / drop-shadow(0 0 0 white) / To apply my costum color / drop-shadow(0 0 0 white) / To apply my costum color more stronger */
		drop-shadow(0 0 0 white) drop-shadow(0 0 0 white) drop-shadow(0 0 0 white);
}

.footer-a p,
.footer-a li,
.footer-a h5,
.footer-a a {
	color: white !important;
}

.footer-stack-lg span.checked {
	color: #ffb100;
	font-size: 18px
}

.footer-links-list li {
	display: flex;
	padding: 0 0 5px
}

.footer-links-list li a {
	font-size: 16px;
	line-height: 34px;
	color: #000000
}

.footer-links-list li a:hover {
	color: var(--theme-color)
}

.footer-head h5 {
	padding: 30px 0 20px;
	color: #000000
}

.footer-stack-lg h6 {
	color: #000000;
	font-weight: 500
}

.footer-rowset {
	display: grid;
	justify-content: space-between;
	grid-template-columns: auto auto auto auto auto
}

.social-linkz a span i {
	font-size: 20px
}

.social-linkz a span {
	width: 20px;
	display: inline-block;
	text-align: center;
	margin-right: 10px
}

.ft-btn {
	text-align: right
}

.footer-abt {
	border-top: 1px solid #353544;
	border-bottom: 1px solid #353544
}

.ft-abt p,
.ft-copyright p,
.ft-copyright p a {
	font-size: 16px;
	line-height: 27px;
	color: #000000
}

.ft-copyright {
	padding: 15px 0
}

.ft-r {
	text-align: right
}

.ref-logo {
	display: grid;
	justify-content: space-between;
	grid-template-columns: auto auto auto auto;
	grid-gap: 15px
}

.ref-logo a img {
	width: 120px
}

.zup {
	z-index: 10;
	position: relative
}

.flx-end {
	align-items: flex-end;
	align-self: flex-end
}

.contact-details-block {
	padding: 30px;
	border-radius: 8px;
	background: #fff
}

.stack-row-set {
	align-items: flex-start;
	display: flex;
	vertical-align: top
}

.stack-icon-set {
	display: inline-table;
	vertical-align: top
}

.dtb-details span {
	margin: 0 0 15px;
	font-size: 17px;
	display: block;
	font-weight: 500;
	letter-spacing: 1px
}

.dtb-icon i {
	font-size: 24px
}

.dtb-details a {
	letter-spacing: .5px;
	display: block;
	font-size: 20px;
	font-weight: 400
}

.stack-details-set {
	width: calc(100% - 80px);
	padding-left: 20px;
	-ms-flex: 1;
	flex: 1
}

.dtb-details a+a {
	margin-top: 10px
}

.trust-logo-block ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.trust-logo-block li {
	width: 33.333%;
	margin: 10px 0;
	padding: 0 15px
}

.trust-logo-block li img {
	width: 100%
}

.img-round80 {
	border-radius: 100%;
	width: 80px;
	height: 80px;
	overflow: hidden
}

.icon-setss {
	display: flex;
	justify-content: space-between
}

.icon-imgg img {
	width: 42px
}

.icon-rows {
	padding: 0
}

.icon-txt p {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 500
}

.portfolio-source {
	display: flow-root
}

.port-ref-link img {
	width: 40px
}

.port-ref-link a {
	display: block
}

.port-ref-link a span {
	display: block;
	margin-top: 15px;
	font-size: 19px;
	line-height: 28px
}

.port-ref-link {
	width: 20%;
	float: left;
	margin-top: 30px;
	display: flex;
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-between
}

.company-stats {
	display: flex
}

.statsnum {
	width: 25%
}

.statsnum span {
	font-size: 44px;
	color: var(--theme-color);
	font-weight: 700
}

.statsnum p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px
}

.portfolio-detls {
	position: relative;
	z-index: 50;
	margin-top: 50px
}

.pdr-dtls {
	margin-left: 30px
}

.pdl-dtls {
	margin-right: 30px
}

.port-tags {
	font-size: 20px;
	margin-bottom: 15px;
	color: #0064f2
}

.port-title-main {
	display: block;
	font-size: 35px;
	line-height: 45px;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	margin-bottom: 30px
}

.port-links {
	display: block;
	font-size: 20px;
	letter-spacing: .5px;
	color: var(--black-color)
}

.item-logo {
	display: inline-block
}

.portfolio-items .row+.row {
	margin-top: 120px
}

.hovr-scale-main .hovr-scale-base {
	border-radius: 8px;
	overflow: hidden;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.hovr-scale-main:hover .hovr-scale-base {
	-webkit-transform: scale(.97);
	-ms-transform: scale(.97);
	transform: scale(.97)
}

.hovr-scale-main:hover .hovr-scale-base img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.hovr-scale-base img,
.hovr-scale-main .hovr-scale-base {
	-webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
	-o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
	transition: 1.2s cubic-bezier(.17, .85, .438, .99)
}

.ic-img img {
	width: 120px
}

.vrt-tabb.nav-pills .nav-link {
	border-radius: 8px;
	margin-bottom: 8px;
	background-image: linear-gradient(95deg, #1867af8f 100%, #1867af8f 100%);
}

.vrt-tabb.nav-pills .nav-link+.nav-link {
	margin-top: 8px
}

.vrt-tabb li {
	width: 100%
}

.vrt-tabb .nav-link {
	width: 100%;
	display: block;
	padding: 20px;
	background: #fff
}

.vrt-tabb .nav-link i {
	margin-right: 15px;
	background: #fff;
	padding: 10px;
	border-radius: 100px;
	height: 40px;
	width: 40px;
	color: var(--theme-color);
	box-shadow: 0 10px 10px hsl(212deg 98% 20% / 38%)
}

.vrt-tabb .nav-link.active,
.vrt-tabb .show>.nav-link {
	color: #fff;
	background-image: linear-gradient(95deg, var(--theme-color) 0%, #1867af 100%);
}

.tab-bg {
	padding: 0
}

.vrt-tabb {
	padding-right: 100px
}

.section-head {
	position: relative;
	overflow: hidden
}

.section-head:after {
	content: "";
	position: absolute;
	right: -20rem;
	top: -20rem;
	width: 50rem;
	height: 50rem;
	border: 5.0625rem solid var(--theme-color);
	border-radius: 50%;
	z-index: -1;
	animation: opacityChange 4s infinite alternate;
}

.section-head:before {
	content: "";
	position: absolute;
	left: -20rem;
	bottom: -20rem;
	width: 50rem;
	height: 50rem;
	border: 5.0625rem solid var(--theme-color);
	border-radius: 50%;
	z-index: -1;
	animation: opacityChange 4s infinite alternate;
}

@keyframes opacityChange {
	50% {
		opacity: .6;
	}

	60% {
		opacity: .5;
	}

	70% {
		opacity: .4;
	}

	80% {
		opacity: .3;
	}

	90% {
		opacity: .2;
	}

	100% {
		opacity: .1;
	}
}

.ul-list-icon li {
	font-size: 19px;
	line-height: 30px;
	text-indent: -18px;
	padding-left: 48px
}

.ul-list-icon li+li {
	margin-top: 10px
}

.service-page {
	text-align: center
}

.ul-list-icon li i {
	margin-right: 10px
}

.serv-page-head {
	position: relative
}

.stack-media-sets {
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-gap: 20px
}

.stack-stat-icn {
	width: 80px;
	height: 80px;
	padding: 14px;
	border-radius: 100px;
	background: #0064f2
}

.countrr span {
	font-size: 35px;
	font-weight: 700;
	font-family: Poppins, sans-serif;
	color: #110a32;
	margin-bottom: 8px;
	display: inline-block
}

.round-bdr {
	border: 1px solid #e2e2e2;
	padding: 20px;
	border-radius: 20px;
	background: #fff
}

.icon70 {
	width: 70px
}

.services-blocks-set {
	list-style-type: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
	margin: 0 0 0 auto;
	flex-wrap: wrap
}

.servic-block-a {
	position: relative;
	width: 48%;
	margin-top: 30px;
	padding: 40px 30px;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 10px 15px -2px rgb(82 0 57/8%);
	box-shadow: 0 10px 15px -2px rgb(82 0 57/8%)
}

.servic-block-a:hover .link-serv {
	opacity: 1
}

.link-serv:hover {
	background: var(--theme-color);
	color: #fff
}

.link-serv {
	position: absolute;
	right: 20px;
	top: 40px;
	color: var(--theme-color);
	background: #0064ff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 100px;
	font-size: 18px
}

.or {
	display: inline-block;
	padding: 0 10px
}

.call-us {
	color: var(--theme-color);
	font-weight: 500;
	font-size: 22px;
	display: inline-block
}

.stack-why-sec h4,
.stack-why-sec p,
.stack-why-sec p a {
	color: #110a32
}

.stack-why-sec p {
	padding: 0 15%;
	font-size: 20px;
	font-weight: 500
}

.setps {
	opacity: 0;
	font-size: 74px;
	font-weight: 700;
	position: absolute;
	right: 30px;
	top: 30px;
	font-family: Poppins, sans-serif;
	color: #0064ff;
	z-index: 99
}

.process-block h4 {
	margin-bottom: 15px
}

.process-content:hover .setps {
	opacity: 1
}

.process-content {
	min-height: 330px;
	overflow: hidden
}

.process-content:hover:after {
	width: 100%
}

.process-content:after {
	content: '';
	position: absolute;
	left: 0;
	width: 0%;
	bottom: 0;
	height: 4px;
	background: linear-gradient(270deg, #0064f2 35%, #ffcd04 100%);
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease
}

.industry-workfor {
	background: #f7f7f7;
	padding: 15px 20px;
	border-radius: 8px;
	margin-top: 30px;
	display: flex;
	align-items: center
}

.industry-workfor img {
	width: 55px
}

.industry-workfor h6 {
	margin: 0 0 0 15px
}

.stack-subs-from {
	margin-left: 20%
}

.stack-subs-from form {
	position: relative
}

.subs-input {
	width: 100%;
	height: 65px;
	padding: 0 100px 0 30px;
	margin: 0;
	color: #172b43;
	font-size: 18px;
	outline: 0;
	background: #fff;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 8px;
	border-radius: 14px
}

.subs-btn {
	width: max-content;
	position: absolute;
	top: 4px;
	right: 5px;
	border-radius: 8px 8px 8px 8px;
	padding: 0 30px;
	line-height: 55px;
	font-size: 18px;
	color: #fff
}

.stack-media-crd {
	background: #fff;
	margin-top: 40px;
	border-radius: 8px;
	overflow: hidden;
	border: 5px solid #f7f7f7
}

.stack-media-crd:hover {
	-webkit-box-shadow: 0 10px 15px 0 rgb(82 0 57/10%);
	box-shadow: 0 10px 15px 0 rgb(82 0 57/10%)
}

.rpl-contt {
	padding: 0 20px 20px
}

.rpl-img {
	border-radius: 0 0 8px 8px;
	overflow: hidden
}

.tags a+a {
	margin-left: 10px
}

.tags a {
	color: #8383a2;
	margin: 30px 0 20px;
	display: inline-block;
	font-size: 16px
}

.fill-fixed {
	object-fit: cover;
	max-height: 100%;
	width: 100%;
	height: 300px
}

.ul-list li {
	font-size: 19px;
	line-height: 45px;
	list-style-type: circle
}

.ul-list {
	padding: 0 0 0 40px
}

.info-bar {
	display: flex;
	justify-content: space-between;
	margin: 30px 0
}

.info-b-left a+a {
	margin-left: 10px
}

.info-b-left a {
	color: #0064f2
}

.blog-details h1,
.blog-details h2,
.blog-details h3,
.blog-details h4,
.blog-details h5,
.blog-details h6 {
	margin-bottom: 15px
}

.blog-details p,
.text {
	margin: 0 0 20px
}

.breadcrus {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style-type: none
}

.bread-active a {
	color: #0064f2
}

.center-btn {
	text-align: center;
	margin-top: 60px
}

ul.bottom-nav li svg {
	fill: #110a32;
	display: inline-block;
	vertical-align: middle
}

.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
	background: #efefef;
	border-radius: 0
}

.hc-nav-original.hc-nav-1 {
	display: none
}

#main-nav {
	display: none
}

ul.bottom-nav li svg {
	width: 22px;
	height: 22px
}

.hc-offcanvas-nav .nav-back span::before,
.hc-offcanvas-nav .nav-next span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-left: -2px;
	box-sizing: border-box;
	border-top: 2px solid var(--theme-color);
	border-left: 2px solid var(--theme-color);
	transform-origin: center
}

.hc-offcanvas-nav .nav-content,
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
	max-height: 100vh;
	background: #fff
}

body .hc-offcanvas-nav h2 {
	font-size: 22px;
	font-weight: 400;
	text-align: left;
	padding: 10px 17px !important;
	background: var(--theme-color);
	margin: 0 !important
}

.hc-offcanvas-nav .nav-back a,
.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a {
	padding: 15px 17px;
	font-size: 15px;
	color: #110a32;
	z-index: 1;
	background: #5c1dc51a;
	border-radius: 0;
	transition: .05s background ease
}

.hc-offcanvas-nav.nav-close-button-empty .nav-title {
	padding-right: 55px;
	margin: 0;
	padding: 10px
}

.hc-offcanvas-nav .nav-close-button span::after,
.hc-offcanvas-nav .nav-close-button span::before {
	width: 8px;
	height: 8px
}

.hc-offcanvas-nav .nav-title+.nav-close a:not(.has-label) {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 12px;
	right: 15px
}

.hc-offcanvas-nav .nav-content {
	padding: 0
}

.hc-offcanvas-nav .nav-item-link,
body.theme-carbon .hc-offcanvas-nav .nav-back a,
body.theme-carbon .hc-offcanvas-nav li.nav-close a {
	padding: 15px 17px;
	font-size: 16px;
	color: #110a32;
	z-index: 1;
	background: #fff;
	border-radius: 5px;
	transition: .05s background ease
}

.mob-nav2 {
	display: flex
}

.mobile-menu2 .navm- {
	margin: 0 0 0 15px
}

.mob-nav2 li {
	position: relative
}

.hc-nav-trigger {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: none;
	top: 0;
	z-index: 9980;
	width: 30px;
	min-height: 48px
}

.mobile-menu2 {
	display: none
}

ul.pagination {
	position: relative;
	background: #0064ff;
	display: flex;
	padding: 10px 20px;
	border-radius: 50px;
	width: fit-content;
	margin: 0 auto
}

ul.pagination li {
	list-style: none;
	line-height: 50px;
	margin: 0 5px
}

ul.pagination li.pageNumber {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center
}

ul.pagination li a {
	display: block;
	text-decoration: none;
	color: var(--theme-color);
	font-weight: 600;
	border-radius: 50%;
	font-size: 17px
}

ul.pagination li.pageNumber.active a,
ul.pagination li.pageNumber:hover a {
	background: var(--theme-color);
	color: #fff
}

ul.pagination li:first-child {
	margin-right: 30px;
	font-weight: 700;
	font-size: 20px
}

ul.pagination li:last-child {
	margin-left: 30px;
	font-weight: 700;
	font-size: 20px
}

.owl-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 41px;
	height: 9px;
	margin: 0 2px;
	vertical-align: middle
}

.owl-carousel .owl-dots .owl-dot.active:after,
.owl-carousel .owl-dots .owl-dot.active:before {
	opacity: 1
}

.owl-carousel .owl-dots .owl-dot.active:before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--theme-color);
}

.owl-carousel .owl-dots .owl-dot:after,
.owl-carousel .owl-dots .owl-dot:before {
	content: '';
	position: absolute;
	border-radius: 50%;
	-webkit-transition: ease-out .16s;
	transition: ease-out .16s
}

.owl-carousel .owl-dots .owl-dot:before {
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	opacity: 0;
	border: 2px solid #5c1dc5;
	border-radius: 7px;
}

.owl-carousel .owl-dots .owl-dot:after {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: .8;
	background: #5c1dc582;
	width: 35px;
	height: 9px;
	border-radius: 7px;

}

.trust-review.owl-carousel .owl-dots {
	position: absolute;
	bottom: 26px;
	right: 30px;
	text-align: right;
	border-radius: 50px;
	padding: 4px;
	width: fit-content;
	border: 1px solid;
}

#scrollUp {
	bottom: 8%;
	right: 10px;
	width: 22px;
	height: 40px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	color: var(--theme-color);
	background: url(../images/icons/up-arrow.svg), var(--white-color);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid black;
}

.stack-nav .dropdown-menu {
	border: 0;
	border-top: 2px solid var(--theme-color);
	-webkit-box-shadow: 0 10px 15px 0 rgb(82 0 57/10%);
	box-shadow: 0 10px 15px 0 rgb(82 0 57/10%)
}

.stack-nav .dropdown-item {
	display: block;
	width: 100%;
	padding: 15px;
	clear: both;
	font-weight: 400;
	color: #110a32;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 17px
}

.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0
}

.custom-control-input:checked~.custom-control-label::before {
	color: #333;
	border-color: var(--theme-color);
	background-image: linear-gradient(95deg, var(--theme-color) 0%, var(--theme-color) 100%);
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #333;
	background-image: linear-gradient(95deg, var(--theme-color) 0%, var(--theme-color) 100%);
	border-color: var(--theme-color)
}

.onloadpage {
	position: fixed;
	z-index: 99999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: #fff
}

.onloadpage .loader-div {
	top: 50%;
	position: relative;
	right: 0;
	left: 0;
	text-align: center;
	transform: translateY(-50%)
}

.on-img img {
	max-width: 120px
}

.technolo-sec {
	display: grid;
	justify-content: space-evenly;
	grid-template-columns: auto auto auto;
	grid-gap: 30px;
	text-align: center
}

.technolo-sec .icon-with-title {
	background: 0 0
}

.arrow-li li:before {
	content: "\f00c"
}

.list-li li:before {
	font-family: "font awesome 5 fstack";
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 15px
}

.list-li li {
	padding: 0 0 12px 29px;
	position: relative;
	line-height: 22px;
	font-size: 16px
}

.header-bhv .stack-nav>ul.nav-list>li:hover .menu-dropdown {
	opacity: 1;
	top: 110px
}

.header-bhv .stack-nav>ul.nav-list>.menu-dropdown {
	opacity: 0;
	top: 125px
}

.header-bhv .stack-nav>ul.nav-list>.mega-small .menu-dropdown {
	opacity: 0;
	top: 95px
}

.header-bhv .stack-nav>ul.nav-list>.mega-small:hover .menu-dropdown {
	opacity: 1;
	top: 80px
}

.collapsible-link::before {
	content: '';
	width: 14px;
	height: 2px;
	background: #333;
	position: absolute;
	top: calc(50% - 1px);
	right: 1rem;
	display: block;
	transition: all .3s
}

.collapsible-link::after {
	content: '';
	width: 2px;
	height: 14px;
	background: #333;
	position: absolute;
	top: calc(50% - 7px);
	right: calc(1rem + 6px);
	display: block;
	transition: all .3s
}

.collapsible-link[aria-expanded=true]::after {
	transform: rotate(90deg) translateX(-1px)
}

.collapsible-link[aria-expanded=true]::before {
	transform: rotate(180deg)
}

.ac-1 .card-header {
	padding: 10px 15px;
	margin-bottom: 0;
	background-color: transparent;
	border-bottom: 0 solid rgba(0, 0, 0, .125)
}

.ac-1 .card-header h6 {
	font-weight: 500;
	font-size: 17px;
	line-height: 27px
}

.ac-1 .card-header h6 a {
	position: relative
}

.cards .card-header h6 a {
	position: relative;
	padding: 0 40px 0 0
}

.typo-set {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: flex-start;
	grid-gap: 100px
}

.typo-head h2 {
	font-family: Poppins, sans-serif;
	font-size: 80px;
	margin-bottom: 20px
}

.typo-head p {
	font-family: Poppins, sans-serif
}

.typo-para h2 {
	font-family: Roboto, sans-serif;
	font-size: 80px;
	margin-bottom: 20px
}

.typo-para p {
	font-family: Roboto, sans-serif
}

.typo-set p span {
	display: block;
	color: #999
}

.color-box1 {
	width: 70px;
	height: 70px;
	border-radius: 100px
}

.cbx0 {
	background: #000
}

.cbx1 {
	background: #7f95d1
}

.cbx2 {
	background: #ff82a9
}

.cbx3 {
	background: #ffc0be
}

.cbx4 {
	background: #ffebe7
}

.color-detailss p {
	color: #999
}

.team-img {
	height: 400px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 320px;
	transition: background .8s;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}

.stack-media-crd:hover .team-img {
	background-size: 500px;
	background-position: left center
}

.stack-media-crd:hover .icons a {
	opacity: 1
}

.icons a {
	color: #30303c;
	transition: opacity 1s;
	opacity: 0
}

.icons {
	position: absolute;
	height: 160px;
	top: 20px;
	left: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around
}

.home-section {
	position: relative;
	height: 100vh;
	align-items: center;
	display: grid
}

.animation-image {
	width: 300px;
}

.shape-dot-bg {
	width: 200px;
	height: 200px;
	background: var(--theme-color)42;
	border-radius: 100px;
	position: absolute;
	z-index: 0
}

.uniq-points {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 30px;
	text-align: center
}

.home-card {
	border-radius: 8px;
	padding: 20px 15px
}

.home-card i {
	margin-bottom: 15px;
	font-size: 35px
}

.home-card p {
	font-size: 18px;
	line-height: 28px
}

.btn-sets2 {
	display: flex
}

.user-card-home {
	background: var(--black-color);
	color: #fefefe;
	-webkit-box-shadow: 7px 7px var(--black-color);
	box-shadow: 7px 7px var(--black-color);
}

.w-txt {
	color: #fff
}

.key-and-award {
	margin-top: -150px
}

.quick-key-points {
	background: var(--theme-color);
	padding: 40px 60px;
	display: grid;
	grid-template-columns: auto 30%;
	grid-gap: 30px;
	border-radius: 14px
}

.key-highlights {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 30px;
	justify-content: space-between
}

.key-highlt-b {
	color: #fff
}

.key-highlt-b img {
	width: 65px
}

.key-highlt-b h3 {
	margin: 15px 0 10px;
	color: #fff;
	font-size: 45px;
	line-height: 55px
}

.our-app-d {
	text-align: left
}

.stack-app-st-a {
	width: 40%
}

.stack-app-st-b {
	width: 60%
}

.agency-info-anim {
	display: flex;
	align-items: center
}

.animated-logo {
	position: relative;
	width: 160px;
	height: 160px;
	margin: 0 auto
}

.animated-logo .logo-anim {
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	width: 110px;
	right: 0;
	left: 0;
	margin: 0 auto
}

.animated-logo .circle-anim {
	width: 159px;
	height: 159px;
	animation: rotation 14s infinite linear;
	position: relative
}

@keyframes rotation {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.app-awards {
	display: grid;
	grid-template-columns: 200px 200px 200px 200px 200px;
	grid-gap: 0;
	justify-content: space-between
}

.award-achivt {
	text-align: center;
	padding: 0 20px;
	white-space: initial
}

.footer-deg2 h5 {
	padding: 0px 0 20px;
	color: #000000;
}

.footer-deg2 {
	color: #000000
}

.footer-deg2 p {
	font-size: 16px;
	line-height: 24px
}

.bt-top {
	border-top: 1px solid #353544
}

.footer_social {
	display: flex;
	align-items: center
}

.footer_social li a {
	color: #000000;
	font-size: 18px
}

.footer_social li+li {
	margin-left: 15px
}

.col-5s {
	width: 20%;
	padding-right: 15px;
	padding-left: 15px
}

.owl-nv:hover .owl-nav button {
	opacity: 1
}

.owl-nv .owl-nav button {
	width: 40px;
	height: 50px;
	background: #fff !important;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #0064f2 !important
}

.owl-nv .owl-nav .owl-prev {
	left: 5px
}

.owl-nv .owl-nav .owl-next {
	right: 5px
}

.dot-c1 img {
	width: 100%
}

.dot-c1 {
	width: 100px;
	height: 100px;
	border-radius: 8px;
	border: 0;
	overflow: hidden
}

.dot-c1.active {
	position: relative
}

.dot-c1.active::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: var(--theme-color);
	left: 5px;
	top: 5px;
	border-radius: 50px
}

.header--btn {
	display: flex;
	justify-content: space-between;
	padding: 0;
	align-items: center
}

.price-table-heading ul {
	display: flow-root
}

.price-table-heading ul li:first-child {
	width: 20%;
	background-color: #fff;
	border-radius: 14px 0 0 0;
	color: #30303c
}

.price-table-heading ul li {
	float: left;
	background-color: var(--theme-color);
	padding: 18px 25px;
	color: #ffffff;
	width: 60%;
	font-size: 19px;
	font-weight: 700;
}

.price-table-heading ul li:last-child {
	width: 20%;
	background-color: #fff;
	text-align: center;
	border-radius: 0 14px 0 0
}

.price-table-stack ul li.heading {
	font-size: 22px;
	width: 20%;
	padding: 10px 25px;
	font-weight: 700;
	text-align: left;
	position: relative;
	color: #30303c;
	background: #fff;
	border-top: 1px solid var(--theme-color)
}

.price-stack li {
	padding: 10px 15px;
	display: table-cell;
	align-items: center;
	vertical-align: middle
}

.price-table-stack li.content {
	width: 60%;
	font-weight: 400;
	padding: 30px 25px;
	color: #ffffff;
	background: var(--theme-color);
	border-top: 1px solid var(--theme-color)
}

.price-table-stack ul li.price {
	font-size: 25px;
	font-weight: 700;
	width: 20%;
	text-align: center;
	justify-content: center;
	color: #050748;
	background: #fff;
	border-top: 1px solid var(--theme-color)
}

span.price-title {
	font-weight: 400;
	font-size: 15px;
	text-transform: none;
	width: 100%;
	display: block;
	margin: 0 0 8px
}

span.price-title {
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
	width: 100%;
	display: block;
	margin: 0 0 10px
}

.price-off {
	display: block;
	font-size: 16px;
	margin: 10px 0 0;
	text-decoration: line-through;
	color: #636363
}

.br-bl {
	border-radius: 0 0 0 14px
}

.br-br {
	border-radius: 0 0 14px 0
}

.text-link {
	color: #0064f2
}

.job-detail h4 {
	color: #0064f2
}

.castackr-detail {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

.castackr-detail p:last-child {
	font-weight: 700;
	text-align: right
}

.castackr-detail p {
	font-size: 17px;
	list-style: 26px
}

.job-titl p:first-child {
	font-size: 16px
}

.castackr-detail+.castackr-detail {
	margin-top: 10px
}

.job-titl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

.loader-div span {
	display: block;
	margin: 20px 0 0
}

.hero-content-a>p {
	font-size: 21px;
	line-height: 31px
}

.home-card {
	border-radius: 8px;
	padding: 20px 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	align-content: center;
	flex-direction: row;
	text-align: left;
	border-bottom: 2px solid white;
	border-right: 2px solid;
}

.home-card p {
	font-size: 16px;
	line-height: 24px;
	padding-left: 12px
}

.home-app {
	height: auto;
	min-height: 700px
}

.megamenu:hover>a {
	color: var(--theme-color) !important
}

.megamenu>a::before {
	content: "•";
	position: absolute;
	right: 4px;
	color: var(--theme-color)
}

.mega-small {
	position: relative
}

.mega-small .menu-block-set {
	display: inline-table;
	border: 0;
	border-top: 2px solid var(--theme-color);
	-webkit-box-shadow: 0 10px 15px 0 rgb(82 0 57/10%);
	box-shadow: 0 10px 15px 0 rgb(82 0 57/10%);
	padding: 10px 0;
	border-radius: 0 0 14px 14px
}

.stack-nav>ul.nav-list>li:hover .menu-dropdown {
	opacity: 1;
	top: 81px;
	pointer-events: auto
}

.menu-dropdown {
	height: auto;
	left: 0;
	opacity: 0;
	pointer-events: none;
	top: 115px;
	z-index: 99999;
	position: absolute;
	width: 100%;
	-webkit-transition: .4s ease all;
	-moz-box-transition: .4s ease all;
	-o-transition: .4s ease all;
	transition: .4s ease all
}

.menu-block-set {
	box-shadow: 0 10px 20px 0 rgb(0 0 0 / 4%);
	border-top: 4px solid var(--theme-color);
	width: 100%;
	padding: 20px 0;
	display: inline-block;
	background-color: #fff;
	margin-top: 4px;
	border-radius: 5px;
	margin-top: 4px
}

.menu-dropdown p {
	font-size: 17px;
	line-height: 27px
}

.menu-block-a {
	display: grid;
	grid-template-columns: 20% auto;
	grid-gap: 30px
}

.menu-headings {
	position: relative;
	color: var(--theme-color);
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 25px;
	font-weight: 500
}

.menu-headings:after {
	content: '';
	display: block;
	width: 50%;
	height: 2px;
	background-color: var(--theme-color);
	margin: 5px 0 0;
}

.menu-inner-block-a {
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-gap: 30px
}

.stack-nav ul .menu-li-link li {
	display: block;
	width: 100%
}

.menu-li-link li a {
	width: 100%;
	font-size: 16px;
	color: var(--black-color);
	position: relative;
	line-height: 26px;
	font-weight: 500;
	display: block;
	padding: 0;
}

ul .menu-li-link li:hover a {
	color: var(--theme-color);
}

.menu-img {
	vertical-align: middle;
	border-style: none;
	width: 34px;
	height: 34px;
	padding: 3px;
}

ul .menu-li-link li:hover {
	background-color: #6100ff4f;
}

ul .menu-li-link li {
	padding: 12px;
	border-radius: 2px;
}

.menu-extra-info {
	background: var(--theme-color);
	padding: 20px 0;
	border-bottom: 2px solid var(--theme-color)
}

.stack-nav>ul>li.megamenu>div>div.menu-extra-info>div>div>ul>li a {
	font-size: 16px;
	color: #ffffff;
	padding-left: 10px
}

.stack-nav>ul>li.megamenu>div>div.menu-extra-info>div>div>ul>li {
	display: inline-flex;
	align-items: center;
	width: 20%
}

.menu-extra-info-inner ul {
	display: flex;
	grid-gap: 20px
}

.menu-icon-stack {
	width: 45px
}

.menu-icon-stack img {
	width: 35px
}

.webiocon {
	text-align: center;
	background: #fff;
	color: var(--theme-color);
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	-webkit-box-shadow: 0 10px 13px -6px var(--white-color);
	box-shadow: 0 10px 13px -6px var(--white-color);
}

html body .bd-rds {
	border-radius: 14px
}

.pera-block p+p {
	margin: 15px 0 0
}

.pera-block h1,
.pera-block h2,
.pera-block h3,
.pera-block h4,
.pera-block h5,
.pera-block h6 {
	margin-bottom: 15px
}

.d-ml50 {
	margin-left: 50px
}

.shadow2 {
	-webkit-box-shadow: 0 10px 15px 0 rgb(82 0 57/10%);
	box-shadow: 0 10px 15px 0 rgb(82 0 57/10%)
}

.ucd {
	background-color: #ffe0e0;
	color: #ff7575
}

.stack-nav .dropdown-menu {
	display: block;
	visibility: hidden;
	opacity: 0;
	transform: translateY(50px);
	border-radius: 8px;
	border: 0;
	border-top: 2px solid var(--theme-color);
	-webkit-box-shadow: 0 10px 15px 0 rgb(82 0 57/10%);
	box-shadow: 0 10px 15px 0 rgb(82 0 57/10%);
	-webkit-transition: .4s ease all;
	-moz-box-transition: .4s ease all;
	-o-transition: .4s ease all;
	transition: .4s ease all
}

.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
	display: block;
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	-webkit-transition: .4s ease all;
	-moz-box-transition: .4s ease all;
	-o-transition: .4s ease all;
	transition: .4s ease all
}

.head-opacity {
	padding: 150px 0 120px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.head-opacity:before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: .85;
	right: 0;
	left: 0;
	z-index: 0;
	background: #fff
}

.item-filter {
	border-bottom: 1px solid #eaeaea
}

.filter-bx .custom-select {
	border: 0;
	height: 60px;
	outline: 0;
	box-shadow: none
}

.filter-bx {
	padding: 0 20px;
	border-right: 1px solid #eaeaea;
	height: 60px;
	align-items: center;
	display: flex;
	max-width: 240px
}

.filter-bx:last-child {
	border-right: 0
}

.sub-heading2 {
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	color: var(--theme-color);
	background: #0064ff;
	display: inline-block;
	border-radius: 50px;
	padding: 2px 15px
}

.item-author-infos {
	display: flex;
	align-items: center
}

.itemcont a {
	color: var(--theme-color);
	display: inline-block;
	padding-top: 4px
}

.itemcont {
	margin-left: 40px
}

.img-hover:hover .img-hor {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1)
}

.img-hover:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1)
}

.itemcont h5 {
	font-size: 19px;
	line-height: 28px;
	font-weight: 600
}

.full-card--title {
	color: #fff;
	position: absolute;
	bottom: 30px;
	padding: 0 30px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600
}

.full-card-link {
	position: relative;
	display: inline-block;
	overflow: hidden;
	border-radius: 14px 14px 0 0;
	z-index: 2;
	width: 100%
}

.img-full-bgimg:after {
	content: "";
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .8) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .8) 100%);
	background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .8) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.img-full-bgimg img {
	object-fit: cover;
	max-height: 100%;
	width: 100%;
	height: 550px
}

.full-card-footer {
	padding: 30px 20px;
	display: flex;
	align-content: center;
	justify-content: space-between;
	border-radius: 0 0 14px 14px
}

.itmmlogo img {
	max-width: 130px
}

.what-youget .stats-box img {
	width: 52px;
	margin-bottom: 30px
}

.list-icon li {
	padding: 0 0 12px 29px;
	position: relative;
	line-height: 27px;
	font-size: 17px
}

.dottss .owl-dots {
	text-align: center;
	margin-top: 30px
}

.list-icon li+li {
	margin-top: 20px
}

.list-icon li:before {
	font-family: "font awesome 5 fstack";
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 15px
}

.list-check li:before {
	content: "\f00c";
	color: #4caf50;
	border-radius: 50px;
	border: 1px solid #4caf50;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0
}

.list-check li {
	padding: 0 0 0 45px
}

.case-study-about {
	display: flex
}

.csa-block+.csa-block {
	margin-left: 30px
}

.numbers-feature {
	display: grid;
	grid-template-columns: 80px auto;
	grid-gap: 20px
}

.number-f h2 {
	text-align: center;
	font-size: 45px;
	line-height: 80px;
	color: var(--theme-color);
	background: #0064f269;
	border-radius: 50%;
	width: 80px;
	height: 80px
}

.quote-line::before {
	content: "\f10d";
	font-weight: 700;
	margin: 0 8px 0 0;
	color: #0064f2
}

.quote-line::after {
	content: "\f10e";
	font-weight: 700;
	margin: 0 0 0 8px;
	color: #0064f2
}

.dark-deep .stack-header.sticky {
	background: rgb(0 0 0/60%);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px)
}

.header-dark .stack-nav .nav-list li a.menu-links {
	color: #fcfcfd
}

.header-dark.sticky .stack-nav .nav-list li a.menu-links {
	color: #08182b
}

.header-dark .l-dark {
	display: none
}

.header-dark .l-white {
	display: block
}

.header-dark.sticky .l-white {
	display: none
}

.header-dark.sticky .l-dark {
	display: block
}

.header-dark.sticky .stack-btn-grdt3 {
	background: var(--theme-color);
	color: #fff;
	border: 1px solid var(--theme-color);
	-webkit-box-shadow: none;
	box-shadow: none
}

.dark-deep .header-dark .stack-nav .nav-list li a.menu-links {
	color: #fcfcfd
}

.dark-deep .header-dark.sticky .stack-nav .nav-list li a.menu-links {
	color: #fcfcfd
}

.dark-bg h2 a,
.dark-bg h3 a,
.dark-bg h4 a,
.dark-bg h5 a,
.dark-bg h6 a,
html .dark-bg h1 a {
	color: #fcfcfd
}

.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
html .dark-bg h1 {
	color: #fcfcfd
}

body .dark-bg p {
	color: #939db2
}

body.dark-bg {
	color: #939db2
}

body .home-creative-agency p {
	color: #fcfcfd
}

.dark-deep .stack-btn,
.dark-deep .stack-btn2 {
	box-shadow: none !important
}

.dark-deep {
	background: #023168;
}

.dark-light-a {
	background: #131419
}

.dark-bg .icon-with-title {
	background: #1b1c22
}

.dark-bg .half-blog-card {
	border: 5px solid #1b1c22;
	background: #1b1c22
}

.dark-bg label a {
	color: #0064f2
}

.dark-bg .custom-control-input:checked~.custom-control-label::before {
	color: #333;
	border-color: var(--theme-color);
	background-color: #0064f2
}

.stack-btn-grdt3 {
	background: 0 0;
	color: #fcfcfd;
	border: 1px solid #fcfcfd;
	-webkit-box-shadow: none;
	box-shadow: none
}

.home-creative-agency:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .9) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .9) 100%);
	background-image: linear-gradient(-180deg, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .9) 100%)
}

.home-creative-agency {
	background-size: cover;
	background-position: -2px 0;
	height: 935px;
	width: calc(100% + 0px);
	position: relative
}

.dark-bg .stack-text:after {
	background: #525252
}

.creative-service {
	margin-top: -15vh
}

.sevctxt h3 {
	font-size: 28px;
	line-height: 38px
}

.work-thumbnail {
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
	width: 100%
}

.work-thumbnail img {
	width: 100%
}

.creative-service .img-full-bgimg:after {
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .35) 60%, rgba(0, 0, 0, .3) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .35) 60%, rgba(0, 0, 0, .3) 100%);
	background-image: linear-gradient(-180deg, rgba(0, 0, 0, .35) 60%, rgba(0, 0, 0, .3) 100%)
}

.creative-service .img-full-bgimg img {
	height: auto
}

.bottom-tags a {
	color: #939db2;
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
	font-weight: 600;
	padding: 0 10px
}

.bottom-tags {
	background: #12186d;
	position: relative;
	top: -4px;
	padding: 10px;
	display: block;
	border-radius: 0 0 14px 14px;
	text-align: center;
	z-index: 1;
	margin: 0 auto;
	width: 90%
}

.counter-c-a {
	display: flex;
	flex-direction: column;
	align-items: center
}

.input-stack {
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0 0 25px;
	color: #939db2;
	font-size: 17px;
	outline: 0;
	background: 0 0;
	border: 0;
	border-bottom: 2px solid #585858;
	-webkit-border-radius: 4px;
	border-radius: 0;
	font-weight: 400;
	appearance: none;
	-webkit-appearance: none
}

.form-blocks textarea {
	height: 100px
}

.form-blocks input:focus,
.form-blocks textarea:focus {
	border-bottom: 2px solid #0064f2
}

.form-blocks::-webkit-input-placeholder {
	color: #939db2
}

.form-blocks::-moz-placeholder {
	color: #939db2
}

.form-blocks:-ms-input-placeholder {
	color: #939db2
}

.form-blocks:-moz-placeholder {
	color: #939db2
}

.form-blocks select option {
	padding: 10px;
	background-color: #141416;
	color: #939db2
}

.our-map iframe {
	width: 100%;
	height: 150px;
	border-radius: 8px;
	border: 0
}

.index-contact-section-blocks .stack-infot {
	width: 50%
}

.form-blocks {
	padding-left: 50px
}

.l-white {
	display: none
}

.dark-bg .l-white {
	display: block
}

.dark-bg .l-dark {
	display: none
}

.contact-detalnk a {
	display: table;
	font-size: 20px;
	text-indent: -20px;
	line-height: 30px;
	padding-left: 40px
}

.contact-detalnk i {
	margin-right: 15px
}

.contact-detalnk a+a {
	margin-top: 20px
}

.contact-detalnk a:hover span {
	box-shadow: inset 0 -30px var(--theme-color);
	color: #fff
}

.contact-detalnk a span {
	padding: 4px 6px;
	box-shadow: inset 0 -2px var(--theme-color);
	transition: box-shadow 250ms ease, color 250ms ease
}

.get-conct-2 .footer_social li a {
	color: #30303c;
	font-size: 18px
}

.icon-block-stack {
	text-align: center;
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	grid-gap: 30px
}

.icon-block-stack img {
	width: 80px;
	margin-bottom: 20px
}

.icon-block-stack p {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px
}

.icon-card-title {
	padding: 0 30px
}

.head-dez3 {
	padding-top: 110px;
	position: relative;
	background: var(--theme-color)
}

.stackbga {
	background: #fff2e2
}

.stackbgb {
	background: #feeae3
}

.stackbgc {
	background: #c8ebff
}

.stackbgd {
	background: #eee0f7
}

.personal.footer_social {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 20px 0;
	margin-top: 30px
}

.ref-links a {
	color: #000000;
	padding: 0 15px
}

.ref-links {
	display: inline-block;
	text-align: center;
	width: 100%
}

.fstacklancer .footer_social a {
	color: #30303c
}


.hero-right-cnt .media {
	align-items: flex-start;
	padding-left: 80px
}

.hero-right-cnt .media h4 {
	font-size: 35px;
	line-height: 45px
}

.noise-bg-effct {
	background: #ffdfbd;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==)
}

.logo-design {
	background: #023168;
	padding-top: 140px;
	padding-bottom: 80px;
	color: #fff
}

.logo-design h1 {
	color: #fff
}

.logo-design .hero-content-a {
	padding-right: 80px
}

.bg-perallx {
	min-height: 550px;
	background-repeat: no-repeat
}

.carousel-bg {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover
}

.bg-opcty {
	position: relative;
	background-size: cover
}

.dsbld {
	color: #c5c5c5 !important;
	cursor: not-allowed
}

.stack-nav>ul.nav-list>li:hover .h-bhv {
	top: 115px
}

.header-bhv {
	display: block !important
}

.stack-nav .h-bhv {
	top: 145px
}

.mini-header-bar {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	max-height: 30px;
	min-height: 30px;
	background: #0064f269;
	margin: 0 -20px;
	padding: 0 20px
}

.sideone {
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: row;
	justify-content: flex-start
}

.sideone a i {
	margin-right: 5px
}

.sideone a.contactinfo {
	font-size: 16px
}

.sideone a+a {
	margin-left: 15px
}

.sidetwo a {
	font-size: 16px;
	padding: 0 10px
}

html body .header-bhv {
	height: 115px;
	-webkit-box-shadow: 0 10px 15px -10px #0064f269;
	box-shadow: 0 10px 15px -10px #0064f269
}

html body .header-bhv.sticky .mini-header-bar {
	max-height: 0;
	min-height: 0;
	opacity: 0
}

.stack-header.sticky .stack-nav>ul.nav-list>li:hover .menu-dropdown {
	opacity: 1;
	top: 65px;
	pointer-events: auto
}

.hero-content-x span {
	font-size: 55px;
	line-height: 67px;
	font-weight: 700
}

.hero-content-x h1 {
	font-weight: 600;
	color: rgba(110, 193, 228, .01);
	font-family: "Poppins", Sans-serif;
	font-size: 50px;
	font-weight: 700;
	-webkit-text-stroke-width: 1.5px;
	stroke-width: 1.5px;
	-webkit-text-stroke-color: var(--theme-color);
	stroke: var(--theme-color);
}

.slide-section {
	background: rgb(255 255 255);
	margin-top: 115px;
	/* min-height: 600px; */
	margin-bottom: 30px;
	display: flex;
	align-items: flex-start;
	align-content: center;
	flex-direction: row
}

.slide-section .owl-dots {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	text-align: center
}

.stack-title-text {
	background: var(--theme-color);
	background: -moz-linear-gradient(right, #5c1dc5, #04ab61);
	background: -webkit-linear-gradient(right, #5c1dc5, #04ab61);
	background: linear-gradient(right, #5c1dc5, #04ab61);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.client-logo-set {
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
	grid-gap: 30px
}

.client-logo-set a {
	display: flex;
	background: #fff;
	padding: 20px;
	border-radius: 6px;
	-webkit-box-shadow: 0 19px 40px -10px #0064f269;
	box-shadow: 0 19px 40px -10px #0064f269;
	align-items: center;
	justify-content: center
}

.client-logo-set a img {
	max-width: 100px;
	max-height: 50px
}

.bhv-tt .creative-img {
	width: 100%;
	margin: 0 auto 40px;
	border-radius: 8px;
	padding: 15px
}

.cta-info-tt {
	background: #fff;
	z-index: 11;
	position: relative;
	padding: 50px;
	border-radius: 8px;
	margin: -106px 15px 50px;
	box-shadow: 0 20px 50px rgb(103 34 0/10%);
	-moz-box-shadow: 0 20px 50px rgb(103 34 0/10%);
	-webkit-box-shadow: 0 20px 50px rgb(103 34 0/10%)
}

.w80 {
	width: 80px
}

.ourinfo p {
	color: #fff;
	padding-bottom: 10px
}

.ourinfo h5 a {
	color: #fff
}

.formnews input {
	width: 100%;
	height: 40px;
	padding: 0 45px 0 0;
	margin: 0;
	color: #fff;
	font-size: 17px;
	outline: 0;
	background: 0 0;
	border: 0;
	border-bottom: 2px solid #e6e6e6;
	-webkit-border-radius: 4px;
	border-radius: 0;
	font-weight: 400
}

.formnews button {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	background: 0 0;
	color: #fff;
	padding: 10px
}

.formnews {
	position: relative
}

.formnews input::placeholder {
	color: #fff;
	opacity: 1
}

.formnews input::-ms-input-placeholder {
	color: #fff
}

.formnews input::-ms-input-placeholder {
	color: #fff
}

.lead-gen {
	margin-top: 85px;
	padding-top: 100px;
	padding-bottom: 100px
}

.lead-number img {
	width: 80px;
	margin-top: 40px
}

.lead-number h2 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
	margin-bottom: 30px
}

.stack-header {
	padding: 0 20px;
	height: 85px;
	z-index: 9995;
	border-bottom: 1px solid var(--theme-color);
	display: flex;
	align-content: center;
	align-items: center;
	background: var(--white-color);
	box-shadow: 0px 15px 17px -18px var(--theme-color);
}

.dark-bg .hc-nav-trigger span,
.dark-bg .hc-nav-trigger span::after,
.dark-bg .hc-nav-trigger span::before {
	display: block;
	position: absolute;
	left: 0;
	height: 4px;
	background: #fff;
	transition: all .2s ease
}

.section-margin {
	margin-top: 60px;
}

.wave {
	height: 50px;
	position: relative;
	background: linear-gradient(90deg, #27b6b9 0%, #0f4061 100%);
}

.wave {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding-top: 25px;
	padding-bottom: 25px;

}


.wave::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: repeat;
	height: 10px;
	background-size: 20px 20px;
	background-image:
		radial-gradient(circle at 10px -5px, transparent 12px, var(--theme-color) 13px);
}

.wave::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: repeat;
	height: 15px;
	background-size: 40px 20px;
	background-image:
		radial-gradient(circle at 10px 15px, var(--theme-color) 12px, transparent 13px);
}

.bg-img .bg-left {
	position: absolute;
	top: 495px;
	left: 0;
	z-index: -1;
}

.bg-img .bg-img-right {
	position: absolute;
	top: 309px;
	right: 0;
	left: 10;
	z-index: -1;
}

.bg-img .bg-img-bottom {
	position: absolute;
	left: 0;
	bottom: 76px;
	z-index: -1;
}

.stack-gradient-bg3 {
	background: -o-linear-gradient(40deg, rgba(247, 241, 247, .3) 30%, rgba(250, 178, 255, .3) 65%, rgba(25, 4, 229, .3) 100%);
	background: linear-gradient(50deg, rgba(247, 241, 247, .3) 30%, rgba(250, 178, 255, .3) 65%, rgba(25, 4, 229, .3) 100%);
}

.stack-site-footer {
	position: relative;
}

.stack-circle-shape13 {
	top: 50%;
	left: 10%;
	-webkit-animation: shapAnimation 10s alternate infinite linear;
	animation: shapAnimation 10s alternate infinite linear;
}

.stack-circle-shape {
	position: absolute;
}

.stack-circle-shape14 {
	top: 12%;
	left: 20%;
	-webkit-animation: shapAnimation 10s alternate infinite linear;
	animation: shapAnimation 10s alternate infinite linear;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.stack-circle-shape15 {
	top: 70.5%;
	left: 71%;
	-webkit-animation: shapAnimation 10s alternate infinite linear;
	animation: shapAnimation 10s alternate infinite linear;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.stack-circle-shape16 {
	top: 10%;
	left: 57%;
	-webkit-animation: shapAnimation 10s alternate infinite linear;
	animation: shapAnimation 10s alternate infinite linear;
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.stack-footer-info-text {
	display: inline-block;
	border: 1px solid rgba(229, 205, 229, .4);
	border-radius: 10px;
	font-size: 14px;
	background-color: rgba(255, 255, 255, .38);
	padding: 9px 30px;
	font-weight: 300;
	color: #666;
	margin-bottom: 30px;
}

.tb-shop-section .tb-hero-container {
	margin: auto;
	position: relative;
	z-index: 1;
}

.tb-shop-imges {
	height: 470px;
	width: 865px;
}

.tb-shop-imges {
	height: 470px;
	width: 865px;
	position: relative;
}

.hc-offcanvas-nav a.nav-next:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 25px;
	left: -7px;
	top: 15px;
	background: var(--theme-color);
	border-radius: 2px;
}

.sec-bg {
	background-color: #f5fbff;
}

.payment-qr .company-name {
	color: var(--white-color);
	font-weight: 800;
	font-size: 1.5rem;
	line-height: 2rem;
	background-color: var(--theme-color);
}

.payment-qr .gap {
	gap: .875rem;
}

.payment-qr .method {
	height: 1.2rem;
}

.payment-qr .in-qr {
	height: 1.5rem;
}

.payment-qr .justify-center {
	justify-content: center;
}

.payment-qr .flex {
	display: flex;
}

.payment-qr .note {
	font-size: 14px;
	color: #777;
	margin-bottom: 10px;
	line-height: 1.5;
}

.payment-qr h4 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
}

.payment-qr .payable-amount {
	font-weight: 600;
	font-family: Tasa, Lato, ubuntu, helvetica, sans-serif;
	font-size: 20px;
}

.payment-qr .line-strike {
	display: block;
	width: 25px;
	border-bottom: 4px solid #18bd5a;
}

.product-features .feature-item::before {
	font-size: 18px;
}

/* Testimonials Styles */
.bg-light-gradient {
	background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.testimonials-slider-main {
	position: relative;
	padding: 60px 40px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 15px 45px rgba(92, 29, 197, 0.08);
	border: 1px solid rgba(92, 29, 197, 0.05);
}

.testimonial-card {
	padding: 30px;
	margin: 15px;
	background: #fff !important;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
	border: 1px solid #f1f1f1;
	transition: 0.3s;
}

.testimonial-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(92, 29, 197, 0.1);
}

.client-quote p {
	font-size: 18px;
	line-height: 1.6;
	font-style: italic;
	color: #333;
	font-weight: 400;
}

.quote-icon {
	font-size: 40px;
	color: rgba(92, 29, 197, 0.15);
	display: block;
	margin-bottom: 20px;
}

.client-img img {
	width: 60px !important;
	height: 60px;
	object-fit: cover;
}

.testimonial-card-b .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.testimonial-card-b .owl-dot span {
	width: 10px;
	height: 10px;
	background: #dbdbdb;
	display: inline-block;
	margin: 0 5px;
	border-radius: 50%;
	transition: 0.3s;
}

.testimonial-card-b .owl-dot.active span {
	background: var(--theme-color);
	width: 25px;
	border-radius: 10px;
}

@media (max-width: 768px) {
	.client-quote p {
		font-size: 16px;
	}

	.testimonials-slider-main {
		padding: 40px 20px;
	}

	.testimonial-card {
		margin: 10px 0;
		padding: 20px;
	}
}

/* AI Transformation Styles */
.pulse-ai {
	animation: pulse-animation 2s infinite ease-in-out;
}

@keyframes pulse-animation {
	0% {
		transform: scale(1);
		opacity: 0.8;
	}

	50% {
		transform: scale(1.05);
		opacity: 1;
		box-shadow: 0 0 15px rgba(92, 29, 197, 0.3);
	}

	100% {
		transform: scale(1);
		opacity: 0.8;
	}
}

.ai-glow-card {
	border: 1px solid rgba(92, 29, 197, 0.1);
	transition: all 0.4s ease;
	background: linear-gradient(135deg, #ffffff 0%, #f9f6ff 100%);
}

.ai-glow-card:hover {
	border-color: var(--theme-color);
	box-shadow: 0 0 25px rgba(92, 29, 197, 0.15);
	transform: translateY(-10px);
}

.ai-badge {
	display: inline-block;
	padding: 2px 10px;
	background: rgba(92, 29, 197, 0.1);
	color: var(--theme-color);
	border-radius: 5px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

/* Horizontal Scroller for Modules */
.scroller-wrapper {
	overflow-x: auto;
	padding: 20px 0 40px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: var(--theme-color) #f1f1f1;
}

.scroller-wrapper::-webkit-scrollbar {
	height: 6px;
}

.scroller-content {
	display: flex;
	gap: 20px;
	width: max-content;
}

.scroller-item {
	width: 300px;
	flex-shrink: 0;
}

.scroller-item h5 {
	color: var(--theme-color);
	margin-bottom: 10px;
}

.bg-light-gradient {
	background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

/* AI & School ERP Optimization Styles */
.ai-glow-card {
	border: 1px solid rgba(92, 29, 197, 0.1);
	transition: 0.4s;
	position: relative;
	background: #fff;
}

.ai-glow-card:hover {
	box-shadow: 0 0 20px rgba(92, 29, 197, 0.15);
	border-color: var(--theme-color);
	transform: translateY(-5px);
}

.ai-badge {
	background: linear-gradient(95deg, var(--theme-color) 0%, #a855f7 100%);
	color: #fff;
	padding: 2px 10px;
	border-radius: 50px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	top: -10px;
	right: 20px;
}

.scroller-wrapper {
	overflow-x: auto;
	padding-bottom: 20px;
	-webkit-overflow-scrolling: touch;
}

.scroller-wrapper::-webkit-scrollbar {
	height: 6px;
}

.scroller-wrapper::-webkit-scrollbar-thumb {
	background: #e2e8f0;
	border-radius: 10px;
}

.scroller-content {
	display: flex;
	gap: 20px;
	width: max-content;
}

.scroller-item {
	width: 300px;
	flex-shrink: 0;
}

.pulse-ai {
	animation: pulse-purple 2s infinite;
}

@keyframes pulse-purple {
	0% {
		box-shadow: 0 0 0 0 rgba(92, 29, 197, 0.4);
	}

	70% {
		box-shadow: 0 0 0 10px rgba(92, 29, 197, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(92, 29, 197, 0);
	}
}

/* Testimonials Styles */
.bg-light-gradient {
	background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.testimonials-slider-main {
	position: relative;
	padding: 60px 40px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 15px 45px rgba(92, 29, 197, 0.08);
	border: 1px solid rgba(92, 29, 197, 0.05);
}

.testimonial-card {
	padding: 30px;
	margin: 15px;
	background: #fff !important;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
	border: 1px solid #f1f1f1;
	transition: 0.3s;
}

.testimonial-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(92, 29, 197, 0.1);
}

.client-quote p {
	font-size: 18px;
	line-height: 1.6;
	font-style: italic;
	color: #333;
	font-weight: 400;
}

.quote-icon {
	font-size: 40px;
	color: rgba(92, 29, 197, 0.15);
	display: block;
	margin-bottom: 20px;
}

.client-img img {
	width: 60px !important;
	height: 60px;
	object-fit: cover;
}

.testimonial-card-b .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.testimonial-card-b .owl-dot span {
	width: 10px;
	height: 10px;
	background: #dbdbdb;
	display: inline-block;
	margin: 0 5px;
	border-radius: 50%;
	transition: 0.3s;
}

.testimonial-card-b .owl-dot.active span {
	background: var(--theme-color);
	width: 25px;
	border-radius: 10px;
}

@media (max-width: 768px) {
	.client-quote p {
		font-size: 16px;
	}

	.testimonials-slider-main {
		padding: 40px 20px;
	}

	.testimonial-card {
		margin: 10px 0;
		padding: 20px;
	}
}

/* New Badge & Grid Enhancements */
.badge-new,
.badge-trending,
.badge-scalable {
	position: absolute;
	top: -10px;
	right: -10px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	padding: 3px 12px;
	border-radius: 50px;
	text-transform: uppercase;
	z-index: 10;
	animation: badge-pulse 2s infinite ease-in-out;
}

.badge-new {
	background: linear-gradient(95deg, #ff4d4d 0%, #f00 100%);
	box-shadow: 0 4px 10px rgba(255, 0, 0, 0.2);
}

.badge-trending {
	background: linear-gradient(95deg, #ff9a00 0%, #ff5e00 100%);
	box-shadow: 0 4px 10px rgba(255, 154, 0, 0.3);
}

.badge-scalable {
	background: linear-gradient(95deg, #00d2ff 0%, #3a7bd5 100%);
	box-shadow: 0 4px 10px rgba(0, 210, 255, 0.3);
}

@keyframes badge-pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

.stack-card,
.ecommerce-card {
	position: relative;
	transition: all 0.3s ease;
}

.ecommerce-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(92, 29, 197, 0.15);
}

.demo-btn-wrap {
	margin-top: 20px;
}

/* About Us & Stats Enhancements */
.mission-vision-card {
	background: #fff;
	padding: 40px;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	transition: 0.3s;
	height: 100%;
}

.mission-vision-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(92, 29, 197, 0.1);
}

.stats-strip {
	background: #1a1a2e;
	padding: 60px 0;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.stats-item h2 {
	font-size: 48px;
	font-weight: 800;
	margin-bottom: 5px;
	background: linear-gradient(95deg, #00d2ff 0%, #3a7bd5 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.stats-item p {
	font-size: 14px;
	opacity: 0.8;
}

.pillar-card {
	background: rgba(92, 29, 197, 0.03);
	border: 1px solid rgba(92, 29, 197, 0.1);
	padding: 30px;
	border-radius: 15px;
	transition: 0.3s;
}

.pillar-card:hover {
	background: #fff;
	border-color: var(--theme-color);
	box-shadow: 0 10px 30px rgba(92, 29, 197, 0.1);
}

.icon-box-rounded {
	width: 60px;
	height: 60px;
	background: rgba(92, 29, 197, 0.1);
	color: var(--theme-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 20px;
}

/* Product Page Enhancements */
.product-nav-wrap {
	background: #0f3775;
	padding: 15px 0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	position: sticky;
	top: 70px;
	z-index: 990;
}

.product-nav-link {
	font-weight: 600;
	color: #ffffff;
	padding: 8px 15px;
	border-radius: 5px;
	transition: 0.3s;
}

.product-nav-link:hover,
.product-nav-link.active {
	background: rgb(255 255 255);
	color: var(--theme-color);
}

.product-block {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.product-block:nth-child(even) {
	background: #f8f9fa;
}

.product-block h2 {
	font-size: 36px;
	margin-bottom: 20px;
}

.product-block .feature-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
	margin-bottom: 30px;
}

.feature-item-inline {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #555;
}

.feature-item-inline i {
	color: #04ab61;
	margin-right: 10px;
}

.price-tag-premium {
	background: rgba(92, 29, 197, 0.05);
	padding: 15px 25px;
	border-radius: 12px;
	border-left: 4px solid var(--theme-color);
	margin: 25px 0;
}

.price-tag-premium h4 {
	margin-bottom: 0px;
	color: var(--theme-color);
}

.product-image-wrap {
	position: relative;
	padding: 20px;
}

.product-image-wrap img {
	border-radius: 20px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
	transition: 0.5s;
}

.product-image-wrap:hover img {
	transform: translateY(-10px);
}

.product-badge-group {
	position: absolute;
	top: 40px;
	left: 80px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* Payment & Checkout Dashboard Enhancements */
.payment-dashboard-card {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	border: 1px solid #eee;
}

.payment-detail-row {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px dashed #eee;
}

.payment-detail-row:last-child {
	border-bottom: none;
}

.payment-label {
	font-weight: 600;
	color: #444;
}

.payment-value {
	color: var(--theme-color);
	font-weight: 700;
}

.qr-scan-frame {
	padding: 15px;
	background: #fff;
	border-radius: 15px;
	border: 2px solid #eee;
	display: inline-block;
	position: relative;
	transition: 0.3s;
}

.qr-scan-frame::after {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	border: 2px solid var(--theme-color);
	border-radius: 20px;
	opacity: 0;
	animation: qr-pulse 2s infinite;
}

@keyframes qr-pulse {
	0% {
		transform: scale(1);
		opacity: 0.5;
	}

	100% {
		transform: scale(1.1);
		opacity: 0;
	}
}

.countdown-timer-premium {
	font-family: 'Courier New', Courier, monospace;
	font-size: 28px;
	font-weight: 800;
	background: #1a1a2e;
	color: #00d2ff;
	padding: 10px 20px;
	border-radius: 10px;
	display: inline-block;
}

/* Payment Method Selector */
.payment-method-btn {
	width: 100%;
	padding: 20px;
	border: 2px solid #eee;
	border-radius: 5px;
	background: #fff;
	text-align: left;
	transition: 0.3s;
	position: relative;
	cursor: pointer;
}

.payment-method-btn.active {
	border-color: var(--theme-color);
	background: rgba(92, 29, 197, 0.05);
}

.payment-method-btn .method-icon {
	font-size: 24px;
	margin-bottom: 10px;
	color: var(--theme-color);
}

.payment-method-btn .method-check {
	position: absolute;
	top: 15px;
	right: 15px;
	color: var(--theme-color);
	display: none;
}

.payment-method-btn.active .method-check {
	display: block;
}

/* Checkout Summary */
.checkout-summary-card {
	background: #f8f9fa;
	padding: 30px;
	border-radius: 5px;
	border: 1px solid #eee;
	position: sticky;
	top: 100px;
}

.summary-total {
	font-size: 24px;
	font-weight: 800;
	color: var(--theme-color);
	border-top: 2px solid #eee;
	padding-top: 15px;
	margin-top: 15px;
}

/* Checkout Refinement: Amount Chips & Aadhar */
.amount-chip-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 15px;
}

.amount-chip {
	padding: 6px 16px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	background: #5c1dc5;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	cursor: pointer;
	transition: 0.3s;
}

.amount-chip:hover {
	border-color: var(--theme-color);
	color: var(--theme-color);
}

.amount-chip.active {
	background: var(--theme-color);
	border-color: var(--theme-color);
	color: #fff;
	box-shadow: 0 5px 15px rgba(92, 29, 197, 0.2);
}

.aadhar-billing-note {
	font-size: 11px;
	color: #999;
	font-weight: 500;
	margin-top: 4px;
	display: block;
}

/* App Development Showcase Enhancements */
.app-feature-card {
	background: #fff;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	border: 1px solid #eee;
	transition: 0.3s;
	height: 100%;
}

.app-feature-card:hover {
	transform: translateY(-10px);
	border-color: var(--theme-color);
}

.app-feature-card i {
	font-size: 40px;
	margin-bottom: 20px;
	display: inline-block;
}

.process-step-wrap {
	position: relative;
	padding: 20px;
}

.process-step-number {
	position: absolute;
	top: -20px;
	left: 20px;
	font-size: 60px;
	font-weight: 800;
	color: rgba(92, 29, 197, 0.1);
	z-index: 1;
}

.process-step-content {
	position: relative;
	z-index: 2;
}

.tech-pill {
	padding: 5px 15px;
	background: #f8f9fa;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 600;
	color: #666;
	margin-right: 8px;
	margin-bottom: 8px;
	display: inline-block;
	border: 1px solid #eee;
}

.sticky-contact-sidebar {
	position: sticky;
	top: 100px;
}

/* SEO Optimization Enhancements */
.seo-pillar-card {
	background: #fff;
	padding: 40px 30px;
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
	border-top: 4px solid var(--theme-color);
	transition: 0.4s;
	text-align: center;
}

.seo-pillar-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 60px rgba(92, 29, 197, 0.1);
}

.icon-circle-seo {
	width: 80px;
	height: 80px;
	background: rgba(92, 29, 197, 0.05);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px;
	color: var(--theme-color);
	font-size: 32px;
}

.tool-badge-row {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	padding: 20px;
	background: #fdfdfd;
	border-radius: 15px;
	border: 1px solid #eee;
}

.tool-badge {
	padding: 8px 18px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #eee;
	font-weight: 600;
	color: #666;
	font-size: 14px;
	display: flex;
	align-items: center;
	transition: 0.3s;
}

.tool-badge:hover {
	border-color: var(--theme-color);
	color: var(--theme-color);
}

/* SMO Engagement Enhancements */
.social-influence-card {
	background: #fff;
	padding: 35px 25px;
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
	border-bottom: 3px solid #eee;
	transition: 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	text-align: center;
}

.social-influence-card:hover {
	transform: translateY(-15px);
	border-color: var(--theme-color);
	box-shadow: 0 25px 50px rgba(92, 29, 197, 0.12);
}

.social-icon-box {
	width: 60px;
	height: 60px;
	background: #f8f9fa;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 24px;
	transition: 0.3s;
	color: var(--theme-color);
}

.social-influence-card:hover .social-icon-box {
	background: var(--theme-color);
	color: #fff;
}

.platform-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 15px;
}

.tag-platform {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 3px 10px;
	border-radius: 4px;
	background: #f0f0f0;
	color: #777;
}

/* PPC Performance Enhancements */
.ppc-conversion-card {
	background: #fff;
	padding: 40px 30px;
	border-radius: 20px;
	box-shadow: 0 12px 45px rgba(0, 0, 0, 0.05);
	border-left: 5px solid var(--theme-color);
	transition: 0.4s;
	position: relative;
	overflow: hidden;
}

.ppc-conversion-card:hover {
	transform: translateX(10px);
	box-shadow: 0 20px 60px rgba(92, 29, 197, 0.1);
}

.ppc-conversion-card i {
	font-size: 36px;
	color: var(--theme-color);
	margin-bottom: 25px;
	display: block;
}

.metric-pill-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 15px;
}

.metric-pill {
	padding: 4px 12px;
	background: rgba(92, 29, 197, 0.05);
	border: 1px solid rgba(92, 29, 197, 0.1);
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
	color: var(--theme-color);
}

/* Website Development Engagement Enhancements */
.web-dev-pillar-card {
	background: #fff;
	padding: 40px 30px;
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
	border-bottom: 4px solid #eee;
	transition: 0.4s;
	height: 100%;
}

.web-dev-pillar-card:hover {
	transform: translateY(-10px);
	border-color: var(--theme-color);
	box-shadow: 0 20px 50px rgba(92, 29, 197, 0.1);
}

.icon-tech-box {
	width: 70px;
	height: 70px;
	background: rgba(92, 29, 197, 0.05);
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	font-size: 30px;
	color: var(--theme-color);
}

.stack-label {
	padding: 3px 12px;
	background: #f8f9fa;
	border: 1px solid #eee;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 700;
	color: #888;
	text-transform: uppercase;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

/* Contact Page Map & Directions */
.map-container {
	filter: grayscale(10%) contrast(100%) brightness(100%);
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
	border: 5px solid #fff;
	transition: 0.3s;
}

.map-container:hover {
	filter: grayscale(0%);
	transform: scale(1.01);
}