/*!
Theme Name: Novuscode Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: novuscode-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Novuscode Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

* {
	box-sizing: border-box;
}

body,
html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x:hidden;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Outfit", serif;
	font-size: 20px;
	line-height: 1.5;
	color: #000;
	background: transparent;
	font-weight: 400;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

p {margin: 0 0 20px 0;}

p:last-child {
	margin: 0;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	transition:0.5s all
}

a:hover {
	color: #3c27a5;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin: 0;
}

h1, .title {
	/*     font-size: 60px; */
	font-size: 70px;

}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 45px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 20px;
}

section {
	padding: 150px 0;
	position: relative;
}

section.small-padding {
	padding: 100px 0;
}

section.pt-0 {
	padding-top: 0;
}

section.pb-0 {
	padding-bottom: 0;
}

section.p-0 {
	padding-top: 0;
	padding-bottom: 0;
}

input,
textarea,
select {
	font-family: "Outfit", serif;
	font-size: 18px;
	padding: 15px;
	border: 1px solid #000;
	border-radius: 16px;
	background:transparent;
	line-height:1;
	font-weight:400;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	width: 100%;
}

select {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 24 24" style="enable-background:new 0 0 512 512" xml:space="preserve" class="hovered-paths"><g><path d="M12 16a1 1 0 0 1-.71-.29l-6-6a1 1 0 0 1 1.42-1.42l5.29 5.3 5.29-5.29a1 1 0 0 1 1.41 1.41l-6 6a1 1 0 0 1-.7.29z" data-name="16" fill="%23000000" opacity="1" data-original="%23000000" class="hovered-path"></path></g></svg>');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center right 15px;
}

span.wpcf7-spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 30px;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto 0 auto auto;
}

textarea {
	height: 180px;
}

::placeholder{color:#000;}

.button {
	font-size: 16px;
	padding: 14px 24px;
	line-height: 1.26;
	background: #3c27a5;
	text-decoration: none;
	font-weight: 600;
	color: #fff;
	display: inline-flex;
	border:1px solid #3c27a5;
	align-items: center;
	cursor:pointer;
	border-radius: 50px;
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	text-transform: capitalize;
}

.button i {
	margin-left: 8px;
}

.button:hover {
	background: #fff;
	color: #3c27a5;
	border: 1px solid #3c27a5;
}

.button.white{
	background: #fff;
	color: #3c27a5;
	border: 1px solid #fff;
}

.button.white:hover{
	background: #3c27a5;
	color: #ffff;
	border: 1px solid #fff;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.wrapper {
	width: 84.58333333%;
	margin: 0 auto;
	position: relative;
}

.wrapper.small{width: 72.91666666666667%;}

.heading-group {
	margin-bottom: 20px;
}

.intro-description {
	margin-bottom: 20px;
}

#progress {
	z-index: 111;
	position: fixed;
	bottom: 20px;
	right: 10px;
	height: 60px;
	width: 60px;
	display: none;
	place-items: center;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
#progress-value {
	display: block;
	height: calc(100% - 15px);
	width: calc(100% - 15px);
	background-color: #ffffff;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 35px;
	color: #001a2e;
}
span#progress-value i {
	font-size: 20px;
}

/* HEADER */
/* header.site-header {
background: #0F0F0F;
box-shadow: 0px 2px 50px 0px #14406C14;
padding: 18px 0;
}

.header-row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

.site-branding {
width: fit-content;
}

.site-branding img {
max-width: 261px;
}

.header-box {
display: flex;
flex-wrap: wrap;
align-items: center;
}

.menu li {
margin-right: 40px;
position: relative;
}

.menu {
display: flex;
flex-wrap: wrap;
}

.menu li a {
font-size: 18px;
font-weight: 600;
}

.menu .current-menu-item a {
color: #3c27a5;
}

.menu ul.sub-menu {
position: absolute;
top: 46px;
left: 0;
background: #ffffff;
flex-direction: column;
z-index: 9;
min-width: 300px;
border-top: 5px solid #3c27a5;
opacity: 0;
visibility: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.menu ul.sub-menu li {
border-bottom: 1px solid #ccc;
margin: 0;
}

.menu ul.sub-menu li:last-child {
border: none;
}

.menu .menu-item-has-children:hover .sub-menu {
opacity: 1;
visibility: visible;
}

.menu ul.sub-menu a {
padding: 15px 20px;
display: block;
width: 100%;
font-size: 18px;
color: #000;
}

.menu .menu-item-has-children a:after {
content: '\f107';
font-family: 'Font Awesome 6 Free';
font-weight: 700;
color: #fff;
position: relative;
top: 2px;
left: 5px;
transition: 0.5s all;
}

.menu li a:hover:after {
color: #3c27a5;
}

.sub-menu li a:last-child:after {
content: none;
}

.menu ul.sub-menu a:hover {
color: #3c27a5;
}
*/
/* FOOTER */
footer.site-footer {
	background: linear-gradient(270deg, #0C0C0D 0%, #222225 100%);
	padding: 220px 0 30px 0;
}

.footer-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 80px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.footer-block {
	max-width: 400px;
}

p.footer-description {
	margin: 30px 0;
}

.footer-block p {
	color: #fff;
}

ul.social-icon li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #fff;
	color: #3c27a5;
	border-radius: 50%;
}

ul.social-icon li a:hover{
	background: #3c27a5;
	color: #fff;
}

ul.social-icon {
	display: inline-flex;
}

ul.social-icon li:not(:last-child) {
	margin-right: 12px;
}

h2.footer-heading {
	font-size: 24px;
	margin-bottom: 30px;
	color: #fff;
}

.footer-menu li:not(:last-child) {
	margin-bottom: 11px;
}

.footer-menu li a {
	color: #fff;
}

.contact-block p, .contact-block a {
	display: flex;
}

.contact-block i {
	margin-top: 6px;
	margin-right: 15px;
}

.contact-block {
	margin-bottom: 30px;
}

.footer-block .site-branding {
	margin-bottom: 30px;
	width: fit-content;
}

.contact-block a {
	color: #fff;
}

.contact-block i {
	color: #3c27a5;
}

.contact-block a:hover, .footer-menu li a:hover, .footer-bot ul li a:hover {
	color: #3c27a5;
}

.footer-bot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	color: #fff;
}

.footer-bot ul li a {
	/* color: #fff; */
	text-decoration: underline;
}

.footer-bot ul li:not(:last-child) {
	margin-right: 30px;
}

.banner-contnet, .solution-content {
	color: #ffff;
}

/* CTA */
section.cta-section {
	margin-bottom: -130px;
}

.cta-wrap {
	background: #3c27a5;
	border-radius: 24px;
}

.cta-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.cta-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.cta-row {
	display: flex;
	padding: 50px;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.cta-row .button.white {
	margin-left: 20px;
}

.cta-content {
	color: #fff;
	width: 75%;
}

.cta-content .hedaing {
	text-transform: capitalize;
}

.cta-content .intro-description {
	margin: 0;
}

/* HERO-BANNER */
section.hero-baaner {
	background: #0C0C0D;
}

.banner-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.banner-slider {
	width: 50%;
}

.banner-contnet .title {
	color: #fff;
}

.title span {
	/* display: block; */
	/* position: relative; */
	/* width: fit-content; */
	/* font-weight: 700; */
	/* height: 100%; */
}

/* .title span::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
border-radius: 0 65px 65px 0;
vertical-align: middle;
opacity: 0.3;
width: 100%;
height: 100%;
padding: 0 40px 0 0;
} */

.banner-img-block {
	width: 42.8571428%;
	position: relative;
}

.banner-img {
	width: 69.1091954%;
	margin-left: auto;
	position: relative;
}

.banner-element {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 56px;
	margin-left: 140px;
	animation-name: rotate;
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-o-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(-360deg);
	}

	to {
		-webkit-transform: rotate(0);
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(-360deg);
	}

	to {
		-moz-transform: rotate(0);
	}
}

@-ms-keyframes rotate {
	from {
		-ms-transform: rotate(-360deg);
	}

	to {
		-ms-transform: rotate(0);
	}
}

@-o-keyframes rotate {
	from {
		-o-transform: rotate(-360deg);
	}

	to {
		-o-transform: rotate(0);
	}
}

@keyframes rotate {
	from {
		transform: rotate(-360deg);
	}

	to {
		transform: rotate(0);
	}
}


.banner-img-conetnt {
	padding: 24px;
	color: #fff;
	width: fit-content;
	background: #222225;
	box-shadow: 3.4px 10.2px 34px 0px #0000001A;
	border-radius: 16px;
	position: absolute;
	display: flex;
	align-items: center;
	bottom: 0;
	margin-bottom: 116px;
	left: 0;
	overflow: hidden;
}

.banner-img-conetnt > div {
	margin-bottom: -74px;
}

.banner-img-conetnt h5 {
	position: relative;
	padding-bottom: 16px;
}

.banner-img-conetnt h5::before {
	position: absolute;
	content: "";
	height: 3px;
	width: 70%;
	bottom: 0;
	left: 0;
	background: #3c27a5;
}

.banner-img img {
	border-radius: 16px;
	width: 100%;
}

.banner-slider ul.slick-dots {
	width: 100%;
	position: unset;
	order: 1;
	margin-right: auto;
}

ul.slick-dots {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -13px;
}

.slick-dots li {
	width: 25%;
	height: auto;
	margin: 0;
	padding: 0 13px;
}

.slick-dots li button:before {
	content: none;
}

.slick-dots li button {
	width: 100%;
	background: #262627;
	height: 4px;
	padding: 0;
	border-radius: 50px;
}

.slick-dots li.slick-active button {
	background: #3c27a5;
}

.banner-slider {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
}

.banner-slider .slick-list.draggable {
	margin: 0 -15px;
	height: auto;
	display: flex;

}

.banner-slider .slick-slide {
	height: 100%;
	padding: 0 15px;
}

.banner-slider .slick-track {
	display: flex;
	height: auto;
	margin-bottom: 50px;
}

.banner-slider .slick-slide>div {
	height: 100%;
}

.banner-slide {height: 100%;}

/* SOLUTION-SECTION */
section.solution-section {
	background: #000;
	/* padding-bottom: 250px; */
}

.solution-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.solution-content {
	width: 46.36699507%;
}

.solution-content .heading {
	color: #fff;
}

.heading span {
	color: #3c27a5;
}

.solution-img-blcok {
	width: 49.8768472%;
	position: relative;
}

.solution-img {
	width: 100%;
	position: relative;
}

/* .solution-img::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
right: 0;
bottom: 0;
z-index: -1;
margin-right: -40px;
margin-bottom: -40px;
border-radius: 16px;
background: linear-gradient(180deg, #222225 0%, #0C0C0D 100%);
} */

.solution-img img {
	width: 100%;
	border-radius: 16px;
}

.solution-element {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 30px 30px;
	--r: 16px; /* border radius */
	width: 262px;
	aspect-ratio: 1;
	border-bottom-left-radius: var(--r);
	clip-path: polygon(0 0,100% 100%,0 100%);
	--_g:calc(50%*(1 + 1/tan(22.5deg)) - var(--r)/(3*sqrt(2) - 4));
	--_r:calc(var(--r)/tan(22.5deg)),#000 98%,#0000 101%;
	-webkit-mask:
		radial-gradient(var(--r) at bottom var(--r) right var(--_r)),
		radial-gradient(var(--r) at left   var(--r) top   var(--_r)),
		conic-gradient(from 202.5deg at var(--_g) calc(100% - var(--_g)),#000 45deg,#0000 0);
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	padding: 0 0 20px 20px;
	background: #3c27a599;
	backdrop-filter: blur(50px);
}

/* COUNTER */
.counter-row {
	display: flex;
	flex-wrap: wrap;
	margin: -18px;
}

.counter-block {
	width: 33.33%;
	padding: 0 18px;
	margin: 18px 0;
}

.counter-block > div {
	height: 100%;
	/*     background: linear-gradient(90deg, #F3F6FC 0%, #FFFFFF 100%); */
	text-align: center;
	padding: 36px;
	border: 1px solid #E1E1E1;
	border-radius: 16px;
	background: linear-gradient(270deg, #0C0C0D 0%, #222225 100%);
}

.counter, .plus {
	display: inline-block;
	color: #fff;
}

.counter-content {
	color: #fff;
	text-transform: uppercase;
	margin-top: 8px;
}

section.counter-section {
	margin-top: -150px;
}

/* Generative AI Section */
.img-block-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.left-part {
	width: 45.44334975%;
}

.right-part {
	width: 39.28571428571%;
}

.right-part img {
	width: 100%;
}

.left-part .heading {
	color: #000;
}

.benefits h5 {
	margin-bottom: 10px;
	color: #3c27a5;
}

.benefits ul li:not(:last-child) {
	margin: 0 0 8px 0;
}

.benefits ul li span {
	font-weight: 600;
	color: #000;
}

.benefits {
	margin-bottom: 20px;
}

/* IDEA SECTION */
section.idea-section {
	background: #F3F6FC;
}

.content-top .sub-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.content-top .sub-heading img {
	margin-right: 12px;
}

.content-top .heading {
	color: #000;
}

.content-top {
	margin-bottom: 70px;
	position: relative;
}

.content-element {
	position: absolute;
	top: 0;
	right: 0;
}

.tabing-row {
	display: flex;
	flex-wrap: wrap;
	margin: -30px;
}

.tab-list {
	width: 30%;
	padding: 0 30px;
	margin: 30px 0;
}

.tab-content-wrap {
	width: 70%;
	padding: 0 30px;
	margin: 30px 0;
}

ul.tab-heading-list {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	padding: 24px;
	background: linear-gradient(180deg, #F3F6FC 50%, #FFFFFF 100%);
	border: 1px solid #E1E1E1;
}

ul.tab-heading-list a {
	width: 100%;
	background: transparent;
	border: 1px solid #E1E1E1;
	color: #000;
	font-size: 20px;
	border-radius: 16px;
	padding: 16px 24px;
}

ul.tab-heading-list li:not(:last-child) {
	margin-bottom: 16px;
}

ul.tab-heading-list a.active {
	background: #3c27a5;
	color: #fff;
	border: 1px solid #3c27a5;
}

.tab-content .heading {
	color: #000;
}

.grid-row {
	display: flex;
	flex-wrap: wrap;
	margin: -12px;
}

.grid-block {
	width: 50%;
	padding: 0 12px;
	margin: 12px 0;
}

.grid-block > div {
	padding: 24px;
	background: linear-gradient(90deg, #F3F6FC 0%, #FFFFFF 100%);
	border: 1px solid #E1E1E1;
	border-radius: 16px;
	display: flex;
	align-items: center;
	height: 100%;
}

.icon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background: #3c27a5;
	border: 2px solid #FFFFFF0F;
	backdrop-filter: blur(50px);
	border-radius: 50%;
	flex: 0 0 auto;
	margin-right: 16px;
}

.grid-content h5 {
	color: #000;
	text-transform: capitalize;
	margin-bottom: 8px;
}

.grid-content p {
	font-size: 16px;
}

/* DEVELOP-SECTION */
section.develop-section {
	background: #000000;
}

.develop-section .content-top .sub-heading {
	color: #fff;
}

.develop-section .content-top .heading {
	color: #fff;
}

.develop-section .content-top p {
	color: #fff;
}

.develop-section .tab-list {
	width: 100%;
}

.develop-section .tab-content-wrap {
	width: 100%;
}

.develop-section .tabing-row {
	flex-direction: column-reverse;
}

.tabs-conetnt-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.tab-content-block {
	width: 45.44334975%;
}

.tab-content-block .heading {
	color: #fff;
}

.tab-content-block p {
	color: #fff;
}

.tabs-img {
	width: 49.876847290%;
	position: relative;
}

.tabs-img img {
	border-radius: 16px;
	width:100%;
}

.tabs-img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
	margin-left: -40px;
	margin-bottom: -40px;
	border-radius: 16px;
	background: linear-gradient(180deg, #222225 0%, #0C0C0D 100%);
}

.tab-element {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 30px 30px 0px;/* HTML: <div class="triangle"></div> */
	--r:16px; /* border radius */
	width: 262px;
	aspect-ratio: 1;
	border-bottom-right-radius: var(--r);
	clip-path: polygon(100% 0,0 100%,100% 100%);
	--_g:calc(50%*(1 + 1/tan(22.5deg)) - var(--r)/(3*sqrt(2) - 4));
	--_r: calc(var(--r) / tan(22.5deg)), #141414 98%, #0000 101%;
	-webkit-mask: radial-gradient(var(--r) at bottom var(--r) left var(--_r)), radial-gradient(var(--r) at right var(--r) top var(--_r)), conic-gradient(from 112.5deg at calc(100% - var(--_g)) calc(100% - var(--_g)), #000000 45deg, #0000 0);
	display: flex;
	flex-wrap :wrap;
	align-items: end;
	padding: 0 20px 20px 0;
	background: #3c27a599;
	backdrop-filter: blur(50px);
}

.tab-element img {
	width: auto;
	margin-left: auto;
	border-radius: unset;
}

ul.tabs-heading-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: -13px;
}

ul.tabs-heading-list li {
	width: 20%;
	padding: 0 13px;
	margin: 13px 0;
}

ul.tabs-heading-list li span {
	display: block;
}

ul.tabs-heading-list li a {
	color: #fff;
	display: block;
	padding-top: 16px;
	width: 100%;
	border-top: 4px solid #222225;
	font-weight: 600;
}

ul.tabs-heading-list li a.active {
	color: #3c27a5;
	border-top: 4px solid #3c27a5;
}

/* NOVUS SECTION */
ul.tabs-heading-lists {
	display: flex;
	margin-bottom: 20px;
}

ul.tabs-heading-lists li {
	width: 100%;
	text-align: center;
	height: auto;
}

ul.tabs-heading-lists li a {
	width: 100%;
	font-size: 20px;
	text-decoration: none;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #f0f0f0;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid transparent;
}

ul.tabs-heading-lists li a:hover {
	border: none;
	border-bottom: 2px solid transparent;
	background: #3c27a5;
	color: #fff;

}
ul.tabs-heading-lists li a.active{
	border-bottom-color: #3c27a5;
	background-color: #fff;
	color: #3c27a5;
	box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.09);
}

.tab-contents {
	padding: 50px;
	background: linear-gradient(270deg, #F3F6FC 50%, #FFFFFF 100%);
	border: 1px solid #E1E1E1;
	border-radius: 16px;
}

.tab-block {
	width: 50%;
	padding: 0 15px;
	margin: 15px 0;
}

.tab-block .heading {
	color: #000;
}

.tab-block .intro-description {
	margin: 0;
}

.tab-block .grid-block > div {
	flex-wrap: wrap;
	text-align: center;
}

.tab-block .icon {
	margin: 0 auto 12px auto;
}

/* TESTIMONIAL */
section.testimonial-section {
	background: #000000;
}

.center-content .heading {
	color: #fff;
}

.center-content p {
	color: #fff;
}

.center-content {
	width: 65%;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.testi-element {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 30px;
}

.testi-inner {
	padding: 36px;
	background: linear-gradient(270deg, #222225 0%, #0C0C0D 100%);
	border-radius: 16px;
	color: #fff;
	/* opacity: 0.55; */
	height: 100%;
}

.testi-slider .slick-slide {
	padding: 0px 18px;
	height: auto;
}

.testi-slider .slick-list {
	margin: 0 -18px;
	overflow: unset;
}

.testi-slide {
	height: 100%;
}

.testi-slider .slick-slide > div {
	height: 100%;
}

.slick-track {
	height: auto;
	display: flex;
}

.testi-slider {
	width: 100%;
	margin: 0;
}

.client-details {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.client-img {
	display: flex;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	flex: 0 0 auto;
	margin-right: 20px;
}

.client-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 100px;
}

/* .testi-slider .slick-slide.slick-current.slick-active.slick-center .testi-inner {
opacity: 1;
} */

/* BLOG-SECTION */
section.blog-section {
	background: #F3F6FC;
}

section.blog-section .center-content .heading {
	color: #000;
}

section.blog-section .center-content p {
	color: #000;
}

.blog-row {
	display: flex;
	flex-wrap: wrap;
	margin: -16px;
}

.blog-block {
	width: 33.33%;
	padding: 0 16px;
	margin: 16px 0;
}

.blog-block > div {
	padding: 20px;
	background: #FFFFFF;
	border-radius: 16px;
	height: 100%;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
}

.blog-img {
	position: relative;
	padding-top: 60%;
	margin-bottom: 16px;
}

.blog-img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 16px;
}

.blog-content h5 {
	color: #000;
	margin-bottom: 6px;
}

.blog-content span {
	display: flex;
	align-items: center;
	font-size: 15px;
	line-height: 1.28;
	vertical-align: middle;
	margin-bottom: 16px;
}

.blog-content img {
	margin-right: 6px;
}

/* FAQ-SECTION */
.faq-section .center-content .heading {
	color: #000;
}

.faq-section .center-content p {
	color: #000;
}

.faq-row {
	padding: 56px;
	border-radius: 26px;
	background: #F3F6FC;
}

.accordian-heading {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	cursor: pointer;
}

.accordian-content {
	display: none;
	padding-bottom: 20px;
}

.accordian-block {
	border-bottom: 1px solid #181C39;
}

.accordian-heading h5 {
	font-size: 28px;
}

.cross:before, .cross:after {
	content: '';
	border-top: 2px solid #181C39;
	width: 12px;
	display: block;
	margin:0 auto;
	margin-top: 16px;
	transition: 0.3s;
}

.cross:after {
	transform: rotate(90deg);
	margin-top: -2px;
}

span.cross {
	margin-left: 12px;
	width:35px;
	height: 35px;
	background: #fdfdfd;
	border-radius:50%;
	flex: 0 0 auto;
}

.accordian-heading.active span.cross {
	background: #3c27a5;
}

.accordian-heading.active .cross:before {
	transform: rotate(180deg);
	border-top: 2px solid #fff;
}

.accordian-heading.active .cross:after {
	transform: rotate(0deg);
	border-top: 2px solid #fff;
}

.accordian-block:first-child .accordian-heading {
	padding-top: 0;
}

.accordian-block:last-child {
	border: none;
}

.accordian-block:last-child .accordian-content {
	padding: 0;
}

/* CASE-SECTION */
.case-section .center-content .heading {
	color: #000;
}

.case-section .center-content p {
	color: #000;
}

.case-inner {
	display: flex;
	flex-wrap: wrap;
	padding: 56px;
	background: linear-gradient(180deg, #222225 0%, #0C0C0D 100%);
	border-radius: 36px;
	align-items: center;
	justify-content: space-between;
}

.case-content .heading {
	color: #fff;
}

.case-content {
	width: 46%;
	color: #fff;
}

.case-image {
	width: 44.114%;
}

.case-block.blue .case-inner {
	background: rgb(85 80 255 / 20%);
}

.case-block.blue .case-content .heading {
	color: #000;
}

.case-block.blue .case-content {
	color: #000;
}

.case-row {
	position: relative;
	height: 100%;
	/*     min-height: 100vh; */
}

.pin-div {
	min-height: 100vh;
}

.case-block {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/*     display: flex;
	flex-direction: column;
	justify-content: center; */
}

section.case-section {
	overflow: hidden;
}

/* INNER BANNER */
section.inner-banner {
	/* background: #0C0C0D; */
	color: #000;
	padding-top: 30px;
	/* background: rgb(60,39,165); */
	/* background: -webkit-linear-gradient(146deg, #3c27a5 0%, #181c39 100%); */
}

.inner-banner .heading-group {
	color: #000;
	margin-bottom: 150px;
	/* text-transform: uppercase; */
}

.line {
	color: #3c27a5;
	align-items: center;
	display: inline-flex;
	gap: 20px;
	position: relative;
	margin-bottom: 10px;
}

.line::before {
	background-color: currentColor;
	content: "";
	display: inline-block;
	height: 2px;
	width: 50px;
}

.inner-banner-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.inner-banner-row h4 {
	width: 70%;
}

.inner-banner .wrapper.small {
	/* background: #000; */
	padding: 50px;
	/* background: -webkit-linear-gradient(-90deg, #3c27a5 0%, #181c39 100%); */
	padding-top: 250px;
	border-radius: 20px;
}

.bg-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
}

/* CONATCT-SECTION */
.contacts-row {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

.contacts-block {
	width: 50%;
	padding: 0 15px;
	margin: 15px 0;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.form-col {
	width: 100%;
	padding: 0px 10px;
	margin: 10px 0;
}

.form-col:nth-child(2), .form-col:nth-child(3) {
	width: 50%;
}

.contacts-block .heading {
	color: #000;
}

.company-block {
	display: flex;
	align-items: center;
	max-width: 470px;
}

.company-block i {
	color: #fff;
}

.company-block .icon {
	width: 60px;
	height: 60px;
}

.company-block:not(:last-child) {
	margin-bottom: 20px;
}

.company-block a {
	color: #000;
}

.company-block a:hover {
	color: #3c27a5;
}

.map-block {
	margin-top: 100px;
	margin-bottom: -130px;
}

.map-iframe iframe {
	width: 100%;
	border-radius: 16px;
}

/* ABOUTUS PAGE */
.vision-row {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
	align-items: center;
}

.vision-img {
	width: 30%;
	padding: 0 15px;
	margin: 15px 0;
}

.vision-content {
	/* width: 70%; */
	padding: 0 15px;
	margin: 15px 0;
}

.vision-block .heading {
	color: #000;
	margin-bottom: 18px;
}

.vision-block:not(:last-child) {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.vision-img img {
	width: 100%;
}

section.values-section {
	background: #F3F6FC;
	padding-bottom: 250px;
}

section.values-section .center-content .heading {
	color: #000;
}

section.values-section .center-content p {
	color: #707A83;
}

section.client-section .center-content .heading {
	color: #000;
}

section.client-section .center-content p {
	color: #707A83;
}

.logo {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 20%;
	padding: 0 20px;
	margin: 20px 0;
}

.logo img {
	width: auto;
	height: 110px;
	object-fit: contain;
}

.clients-row {
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
}

.form-btn {
	margin-top: 12px;
	position: relative;
	display: block;
}

/*  */

.service-top .left-part, .service-top .right-part {
	width: 50%;
	padding: 0 15px;
	margin: 15px 0;
}

.service-top .img-block-row {
	margin: -15px;
}

.left-part .left-content-block:not(:last-child) {
	margin: 0 0 30px 0;
}

.left-content-block .heading {
	margin-bottom: 20px;
	color: #3c27a5;
}

.service-top-inner {
	/* margin-bottom: 50px; */
}

.block-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.block-list {
	width: 50%;
	padding: 50px;
}

.block-list:first-child {
	background: #dacaf48f;
}

.block-list:last-child {
	background: #c4d6ff;
}

.block-list h4 {
	color: #000;
	margin-bottom: 20px;
}

.block-list ul li:not(:last-child) {
	margin-bottom: 8px;
}

.block-list ul li {
	font-size: 20px;
}

section.offer-section {
	background: #F3F6FC;
}

section.offer-section .center-content .heading {
	color: #000;
}

section.offer-section .center-content {
	width: 100%;
}

.offer-section .grid-block>div {
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	padding: 40px;
}

.offer-section .grid-block .icon {
	margin: 0 0 20px 0;
}

.offer-section .grid-block {
	width: 33.33%;
}

section.single-service-work .heading {
	color: #000;
}

.single-service-work-row {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

.single-service-work-block {
	width: 33.33%;
	padding: 0 15px;
	margin: 15px 0;
}

.single-service-work-img {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 16px;
	position: relative;
	padding-top: 80%;
}

.single-service-work-img img {
	border-radius: 16px;
	transform: scale(1);
	transition: 0.5s all ease;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.single-service-work-title h4 {
	color: #000;
}
.single-service-work-title {
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: space-between;
	align-items: center;
}

.single-service-work-title i {
	color: #000;
	margin-left: 12px;
}

.single-service-work-block > div {
	position: relative;
}

.single-service-work-block > div a {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.single-service-work-block > div:hover img {
	transform: scale(1.05);
}

.why-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* padding-bottom: 70px; */
	/* border-bottom: 1px solid #ccc; */
	/* margin-bottom: 70px; */
	color: #fff;
}

.why-row .heading-group {
	width: 48%;
	margin: 0;
}

.why-row .intro-description {
	width: 50%;
	margin-top: 50px;
	margin-bottom: 0;
}

.why-row .heading {
	/* color: #000; */
}

section.why-section {
	background: linear-gradient(270deg, #0C0C0D 0%, #222225 100%);
}

.services-section .heading {
	color: #000;
}

.service-row {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

.service-block {
	width: 33.33%;
	padding: 0 15px;
	margin: 15px 0;
}

.service-block > div {
	border-radius: 16px;
	background: #000;
	color: #fff;
	padding: 40px;
	position: relative;
	transition: opacity 0.3s ease;
	height:100%;
}

.service-block.not-hovered > div {
	opacity: 0.5;
}

.service-block > div a {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.service-details h4 {
	margin-bottom: 12px;
}

/* PRIVACY POLICY */
.wp-block-heading {
	color: #000;
	margin-bottom: 18px;
}

.policy-wrap a, .blog-details a{
	color: #3c27a5;
}

.policy-wrap a:hover, .blog-details a:hover{
	text-decoration: underline;
}

/* SINGLE-BLOG */
.blog-left {
	width: 70%;
	padding: 0 16px;
	margin: 16px 0;
}

.blog-right {
	width: 30%;
	padding: 0 16px;
	margin: 16px 0;
}

.blog-left .heading {
	color: #3c27a5;
}

.single-blog-img {
	margin-bottom: 30px;
}

.single-blog-img img {
	width:100%;
}

.wp-block-image img {
	width: 100%;
}

.blog-left .heading-group span, .related-blog span {
	margin-top: 8px;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.28;
	vertical-align: middle;
}

.blog-right .heading {
	color: #3c27a5;
}

.related-post, .blog-category {
	padding: 20px;
	border: 1px solid #ccc;
}

.related-blog:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.related-blog h6 {
	color: #000;
}

.related-blog {
	position: relative;
}

.related-blog a {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.blog-category li {
	margin: 5px;
	display: inline-block;
	border: 1px solid #cccccc;
	position: relative;
}

.blog-category ul {
	margin: -5px;
	padding: 0;
}

.related-post {
	margin-bottom: 30px;
}

.blog-category ul li a {
	color: #000;
	padding: 4px 10px 4px 10px;
	display: inline-block;
	font-size: 16px;
}

.blog-category ul li a:hover {
	color: #3c27a5;
}

.blog-left .heading-group span img, .related-blog span img {
	margin-right: 8px;
}

.logos-list {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	/* border-top: 1px solid #0000001a; */
	border-left: 1px solid #0000001a;
}

.logo-box {
	width: 14.28571428571429%;
	background: #ffffff;
	min-height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #0000001a;
	border-right: 1px solid #0000001a;
	border-top: 1px solid #0000001a;
	margin: -1px 0 0 0;
}

.logo-box img {
	height: 100px;
	width: auto;
	object-fit: contain;
	padding: 12px;
}

.tools-section .headding {
	color: #000;
}

/* SINGLE_WORK */
.work-block:not(:last-child){
	margin-bottom: 70px;
}

.work-content .heading {
	color: #000;
}

.work-content{
	margin-bottom: 70px;
}

.work-img  {
	overflow: hidden;
	border-radius: 16px;
}

.work-img img {
	border-radius: 20px;
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: 0.5s all ease;
}

.work-feedback {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.work-feedback .heading-group {
	width: 35%;
	color: #000;
	margin:0;
}

.work-feedback .intro-description {
	width: 50%;
	margin-top: 50px;
	margin-bottom: 0;
}

.work-feedback .client-name {
	color: #000;
	font-weight: 700;
}

/* .page-template-contact-us .inner-banner-row h4 {
margin: 0 auto;
text-align: center;
}
*/
.page-template-contact-us section.cta-section {
	display: none;
}

ul.wp-block-list {
	margin-bottom: 30px;
	padding-left: 30px;
	list-style: disc;
}

ul.wp-block-list li:not(:last-child) {
	margin-bottom: 8px;
}

.service-top .right-part .image {
	/* position: relative; */
	/* padding-top: 80%; */
}

.service-top .right-part .image img {
	/* position: absolute; */
	inset: 0;
	width: 100%;
	/* height: 100%; */
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
}

.bulb img {
	filter: drop-shadow(0 0 10px white);
	animation: glow 1s infinite alternate;
}

@keyframes glow {
	0% {
		filter: drop-shadow(0 0 5px white);
	}
	100% {
		filter: drop-shadow(0 0 20px yellow);
	}
}


/* HEADER */

.page-id-328 header.site-header {
	position: absolute;
	z-index: 9;
	width: 100%;
}

header.site-header {
	padding: 20px 0;
}

.header-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.site-branding img {
	width: 150px;
}

ul.menu {
	display: flex;
	flex-wrap: wrap;
}

ul.menu li:not(:last-child) {
	margin-right: 50px;
}

ul.menu li a {
	color: #000;
	font-size: 20px;
	/* font-weight: 500; */
}

ul.menu > li:last-child {
    display: none;
}

ul.menu > li:nth-child(4) {
    margin: 0 !important;
}

.mega-menu ul {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
	width: 100%;
}

.mega-menu h3 {
	display: flex;
	align-items: center;
	font-size: 20px;
	margin-bottom: 20px;
	padding: 15px 20px;
	line-height: 1;
	background: #32373c;
	color: #fff;
	border-radius: 20px;
}

.mega-menu img {
	width: 35px;
	margin-right: 12px;
	flex: 0 0 auto;
}

.mega-menu p:not(:last-child) {
	margin: 0 0 8px 0;
}

.mega-menu a {
	font-size: 18px !important;
}

.mega-menu a:hover{
	text-decoration: underline;
}

.mega-menu ul li {
	margin: 0 !important;
	padding: 0 25px;
	border-right: 1px solid #000000;
	width: 33.33%;
}

.mega-menu ul li:last-child {
	border: none;
}

/* .mega-menu {
	width: 65%;
	position: absolute;
	z-index: 99;
	flex-wrap: wrap;
	transform: translate(-35%, 0);
	opacity:0;
	transition: all 300ms ease-in;
	visibility: hidden;
}

.menu li:hover .mega-menu {
	transform: translate(-35%, 20px);
	transition: all 300ms ease-in;
	opacity: 1;
	visibility: visible;
} */
.mega-menu {
    width:70%;
    position: absolute;
    z-index: 99;
    flex-wrap: wrap;
    transform: translate(0, 0);
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.menu li:hover .mega-menu {
    transform: translate(0, 30px);
    transition: all 300ms ease-in;
    opacity: 1;
    visibility: visible;
}
ul.menu li a i {
	margin-left: 6px;
	font-size: 16px;
}


.toggle {
    display: none;
    z-index: 9999;
    cursor: pointer;
}

.bar {
    width: 34px;
    height: 3px;
    background-color: #3c27a5;
    margin: 3px 0;
    display: inline-block;
    margin-left: auto;
    border-radius: 5px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.bar:first-child {
    width: 24px;
}

.bar:last-child {
    width: 17px;
}

.bar.animate.bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
    width: 34px;
    background-color: #fff;
}

.bar.animate.bar:nth-child(2) {
    opacity: 0;
}

.bar.animate.bar:nth-child(3) {
    transform: rotate(45deg) translate(-7px, -8px);
    width: 34px;
    background-color: #fff;
}

.toggle:hover .bar {
    background-color: #000;
}

/* ul.menu li:first-child .mega-menu {
transform: translate(-23%, 0);
}

.menu li:first-child:hover .mega-menu {
transform: translate(-23%, 20px);
} */

.content-menu a {
	display: block;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 20px !important;
}

.content-menu p {
	font-size: 16px;
}

ul.content-menu li {
	width: 25%;
}

ul.menu li a:hover {
	color: #3c27a5;
}

section.service-section {
	background: #000;
}

.service-section .heading {
	color: #fff;
}

.img-block-grid {
	display: flex;
	flex-wrap: wrap;
	margin: -20px;
	color: #fff;
	align-items: flex-end;
}

.left-block {
	width: 60%;
	padding: 0 20px;
	margin: 20px 0;
}

.right-block {
	width: 40%;
	padding: 0 20px;
	margin: 20px 0;
}

.img-block-grid:nth-child(even) {
	flex-direction: row-reverse;
}

.img-block-grid:not(:last-child) {
	margin-bottom: 100px;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.banner-wrap span {
	background: linear-gradient(45deg,#a9bdf0, #7da5ff, #467cff, #3c27a5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner-wrap .intro-description {
	width: 60%;
}

.banner-wrap p {
	font-size: 24px;
}

video {
	width: 100%;
	object-fit: cover;
	min-height: 100%;
	opacity:0.4;
}

section.banner-section {
	/*     padding-top: 250px; */
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0;
	min-height: 670px;
	height: 100vh;
}

.why-row .intro-description ul li:not(:last-child), .left-content-block ul li:not(:last-child) {
	margin: 0 0 8px 0;
}

.why-row .intro-description ul,.left-content-block ul {
	padding-left: 30px;
	list-style: decimal;
}

.process-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	min-height: inherit;
}

.process-img {
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.process-list {
	position: relative;
}

.process-content {
	width: 50%;
	padding: 3% 5% 3% 5%;
}

.process-list ul li {
	display: flex;
	width: 85%;
	position: relative;
	z-index: 1;
	opacity: 0;
	transform: translateY(50px); 
}

.line {
	position: absolute;
	left: 25px;
	top: 30px;
	width: 2px;
	height: 0; 
	background: #3c27a5;
	z-index: -1;
}
.process-list .number {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #3c27a5;
	flex: 0 0 auto;
	margin-right: 30px;
	margin-top: 8px;
	color: #fff;
	font-weight: 600;
	position: relative;
}

.process-list ul li:not(:last-child) {
	margin-bottom: 20px;
}

.process-list {
	position: relative;
}

.process-block h4 {
	margin: 0 0 12px 0;
}

section.process-section {
	background: #F3F6FC;
}

.process-content .heading-group {
	margin-bottom: 50px;
}

.process-list ul li:last-child:after {
	content: none;
}

.blog-details a.button {
	color: #fff;
}

.blog-details a.button:hover {
	background: #fff;
	color: #3c27a5;
	border: 1px solid #3c27a5;
	text-decoration: none;
}

.icon img {
	width: 46px;
	object-fit: contain;
	height: auto;
}
/* 404 */
.error404 .title {
	font-size: 200px;
}

.error404 .heading-group {
	margin-bottom: 10px;
}

.error404 .inner-banner-row, .coming-soon.inner-banner-row {
	flex-direction: column;
	text-align: center;
	align-items: center;
}

.error404 .inner-banner-row h4 {
	width: auto;
	margin-bottom: 12px;
}

.error404 .inner-banner .wrapper.small {
	padding-top: 150px;
}

.accordian-content ul {
	list-style: disc;
	padding-left: 30px;
}

.accordian-content ul li:not(:last-child) {
	margin-bottom: 8px;
}
.left-content-block > div:not(:last-child) {
	margin-bottom: 20px;
}

.left-content-block > div p {
	margin-bottom: 18px;
}

/*  */
.work-tab-list > ul {
	display: flex;
	justify-content: center;
	
}



.work-tab-list > ul >li> div, .work-tab-list > ul >li> a  {
	background-color: #e0e0e0;
	border: none;
	border-radius: 22px;
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	font-size: 18px;
	padding: 8px 20px;
	position: relative;
	text-align: left;
	transition: all .3s;
	white-space: nowrap;
	width: auto;
	z-index: 100;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items:center;
	font-weight: 500;
	transition: min-width .4s cubic-bezier(.4,0,.2,1);
	min-width: 130px;
}

.work-tab-list > ul >li> div.active, .work-tab-list > ul >li> div.active a {
	background: #3c27a5;
	color: #fff;
}

.work-tab-list > ul >li:not(:last-child) {
	/* margin-right: 20px; */
}

.work-tab-list > ul >li i {
	margin-left: 8px;
}

ul.megaSubCat {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 24px;
	list-style: none;
	margin: 0 auto;
	padding: 55px 20px 20px 20px;
	width: auto;
	min-width: 180px;
	/* 	display: none; */
	opacity:0;
	visibility: hidden;
	z-index:9;
	position: absolute;
	right: -4px;
	left: -4px;
	top: -4px;
	transition: all .3s cubic-bezier(.4,0,.2,1);
/* 	transform: translateY(-10px); */
}

ul.megaSubCat.active{
	opacity: 1;
	visibility: visible;
/* 	transform: translateY(0px); */
}


.work-tab-list > ul >li > div.active {
	min-width: 176px;
}



.work-tab-list > ul >li {
	position: relative;
	margin: 0 8px;
}

.megaSubCat li {
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
}

.megaSubCat li:not(:last-child) {
	margin-bottom: 10px;
}

.work-tab-list > ul >li i.fa-solid.fa-angle-down {
	margin-top: 3px;
}

.work-row {
	columns: 2;
	break-inside: avoid;
	column-gap: 50px;
}

.work-main {
	break-inside: avoid;
	width: 100%;
	margin-bottom: 50px;
}

.work-tab-content {
	margin-top: 50px;
}

.work-title {
	margin-top: 10px;
}

.work-main > div {
	position: relative;
}

.work-main > div a {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index:1;
}

.work-main > div:hover img {
	transform: scale(1.05);
}

.megaSubCat li a {
    color: #000;
}

.work-tab-list > ul >li:first-child > div.active {
    min-width: auto;
}
.work-tab-list > ul li a {
    color: #000;
}

.work-content ul {
    padding-left: 30px;
    list-style: disc;
}

.work-content ul li:not(:last-child) {
	margin-bottom: 8px;
}

.solution-element img {
    width: 80px;
}
.testi-element img {
    width: 189px;
}

.case-image img {
    width: 100%;
}

.related-blog h6 {
    color: #000;
    margin-bottom: 6px;
}
/*  */
.ai-agents-wrap {
	max-width: 1100px;
	margin: 0 auto;
}

/*  */
section.key-section {
	background: #fcf4ee;
}

.key-section .heading-group {
	margin-bottom: 80px;
}

.key-row {
	display: flex;
	flex-wrap: wrap;
	margin:-40px -15px;
	justify-content: center;
}

.key-block {
	width: 50%;
	padding: 0 15px;
	margin: 40px 0;
}

.key-block > div {
	background: #fff;
	padding: 30px 40px 40px;
	border-radius: 20px;
	box-shadow: 0px 10px 60px rgba(15, 53, 103, 0.1);
	height: 100%;
}

.mt-30 {
	margin-top:30px;
}

.key-block h5 {
	color: #3c27a5;
	margin-bottom: 10px;
}

.key-number {
	position: relative;
	color: #3c27a5;
	margin-top: -75px;
	z-index: 1;
	border-radius: 85px;
	width: 85px;
	height: 85px;
	text-align: center;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 46px;
	transition:0.5s ease-in all;
	border:1px solid #3c27a5;
}

.key-block ul {
	padding-left: 30px;
	list-style: disc;
}

.key-block ul li {
	font-size: 18px;
	margin-bottom: 6px;
}

.key-block ul li:last-child {
	margin: 0;
}

.key-block > div:hover .key-number {
	background: #3c27a5;
	color: #fff;
	transform: rotatey(360deg);
}
.agent-menu .mega-menu {
	width: 100%;
	transform: translate(0, 0);
	left: 0;
	right: 0;
}

.agent-menu .mega-menu ul li {
	width: 20%;
	padding: 0 18px;
}

.agent-menu p {
	font-size: 18px;
}

.menu .agent-menu:hover .mega-menu {
	transform: translate(0, 30px);
	transition: all 300ms ease-in;
	opacity: 1;
	visibility: visible;
}

/*  */
.modal {
	position: fixed;
	display: none;
	width: 100%;
	background-color: #fff;
	left: 0;
	top: 0;
	z-index: 99999;
	height: 100%;
	animation: slideDown 1s ease-in;
	overflow-y: auto;
}

.modal .wrapper {
	width: 100%;
	max-width: 1100px;
	padding: 0 15px;
}

.modal-form {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

.modal-col {
	width: 100%;
	padding: 0 15px;
	margin: 15px 0;
}

.modal-col label {
	display: block;
	text-align: left;
	margin-bottom: 8px;
	color: rgb(30 32 32);
}

.modal-col:nth-child(-n+2) {
	width: 50%;
}

.modal-inner a {
	color: -webkit-link;
}

.modal-btn {
	margin-top: 12px;
	display: flex;
	align-items: center;
}

.modal-btn input {
	width: auto;
}

.modal-btn span.wpcf7-spinner {
	position: unset;
	display: inline-block;
}

.modal-col:nth-child(2) label {
	opacity:0;
	visibility: hidden;
}
@keyframes slideUp {
	0% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-100%);
	}
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

.modal-top {
	padding: 20px 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}


.modal-inner {
	max-width: 1250px;
	margin: 0px auto;
	padding: 0 15px;
}

.modal-row {
	margin: 30px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* align-items: center; */
}

.modal-left .heading {
	display: flex;
	align-items: center;
}

.modal-left img {
	width: 80px;
	margin-left: 18px;
}

.modal-left {
	text-align: left;
	width: 48%;
	/* height: 100%; */
	display: flex;
	flex-direction: column;
}

.modal-right {
	width: 48%;
}

.modal-left .intro-description {
	font-size: 18px;
	margin-left: auto;
	width: 90%;
	color: #666464;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	margin-bottom: 0 !important;
}


.modal-form input, .modal-form textarea {
	background: rgb(247, 247, 247);
	border: none;
	border-radius:6px;
}

.modal-form ::placeholder {
	color: #000000d9;   
}

.modal-counter-row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.modal-block {
    width: 33.33%;
    padding: 0 10px;
    margin: 10px 0;
}

.modal-block h4 {
    color: #000;
}

.modal-counter {
    padding-top: 20px;
    border-top: 1px solid #000;
}