/*!
Theme Name: Mentorium 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: mentorium-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.

Mentorium 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/
*/
:root {
	--font-16: 16px;
	--font-18: 18px;
	--font-20: 20px;
	--font-22: 22px;
	--font-25: 25px;
	--font-30: 30px;
	--font-40: 40px;
	--font-45: 45px;
	--font-55: 55px;
	--font-60: 60px;
	--font-82: 82px;
	--primary-color: #1268FB;
	--secondary-color: #28292B;
	--yellow-color: #FFE324;
	--white-color: #ffffff;
	--black-color: #000;
	--body-color: #4D4D4D;
	--font-poppins: "Poppins", sans-serif;
	--font-inter: "Inter", sans-serif;
	--bg-color: #EFF0F6;
}

* {
	box-sizing: border-box;
}

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

body {
	margin: 0;
	padding: 0;
	font-family: var(--font-inter);
	color: var(--body-color);
	font-size: var(--font-16);
	font-weight: 500;
	line-height: 1.5;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: var(--black-color);
	transition: 0.5s all;
}

a:hover,
.current-menu-item a,
.current-menu-parent>a {
	color: var(--primary-color);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-poppins);
	margin: 0;
	line-height: 1.1;
	font-weight: 600;
	letter-spacing: 0;
}

.title {
	font-size: var(--font-60);
	color: var(--black-color);
	text-align: center;
}

.heading {
	font-size: var(--font-40);
	color: var(--black-color);
	text-transform: capitalize;
}

.main-heading {
	font-size: var(--font-45);
	color: var(--black-color);
	text-transform: capitalize;
}

.small-heading {
	font-size: var(--font-16);
	margin-bottom: 10px;
	text-transform: uppercase;
	background: rgb(1 14 55 / 40%);
	padding: 10px 40px;
	display: inline-block;
	border-radius: 7px;
	font-weight: 400;
	color: var(--white-color);
	/* border: 1px solid #FFFFFF01; */
	width: fit-content;
	box-shadow: 0 0 0 1px #1268FB80;
	line-height: 1;
}

.button {
	display: inline-block;
	position: relative;
	font-family: var(--font-inter);
	font-size: var(--font-16);
	line-height: 1;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	outline: none;
	border-radius: 10px;
	padding: 20px 45px;
	background: var(--secondary-color);
	color: var(--white-color);
	cursor: pointer;
	transition: 0.5s all ease-in-out;
	border: 1px solid transparent;
	z-index: 0;
	overflow: hidden;
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
}

.button.black {
	background: var(--white-color);
}

.button:hover,
.tab-link.button.active {
	color: var(--white-color);
	background: var(--primary-color)
}

.button.white:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

/* .button:after {
content: " \f178";
font-family: 'fontAwesome';
font-weight: 400;
margin-left: 10px;
} */

img {
	max-width: 100%;
	display: block;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.wrapper {
	max-width: 1230px;
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
}

.wrapper.big {
	max-width: 1470px;
}

section {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

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

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

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

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

p {
	margin: 0 0 20px 0;
}

p:last-child {
	margin: 0;
}

::placeholder {
	color: #857878;
}

input,
textarea,
select {
	font-family: var(--font-inter);
	font-size: var(--font-16);
	font-weight: 400;
	color: var(--black-color);
	line-height: 1;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	width: 100%;
	padding: 10px;
	border-radius: 0;
	outline: 0;
	border: 1px solid #E3E3E8;
	background: var(--white-color);
	display: block;
}

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="%23d9d9d9" opacity="1" data-original="%23000000" class="hovered-path"></path></g></svg>');
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center right 18px;
}

textarea {
	max-height: 150px;
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #d9d9d9;
	opacity: 0.75;
	width: 20px;
	height: 20px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 7px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.form-btn {
	position: relative;
	width: fit-content;
}

input.wpcf7-submit {
	/* width: fit-content; */
	/* margin-top: 20px; */
	text-align: center;
	/* border-radius: 50px; */
	white-space: break-spaces;
	line-height: 1;
	padding: 12px 30px;
	cursor: pointer;
	border-radius: 0;
}

.wpcf7-spinner::before {
	top: 3px;
	left: 3px;
	width: 6px;
	height: 6px;
	transform-origin: 7px 7px;
}

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

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

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

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

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

.d-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

a.scrolltotop {
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	bottom: 10px;
	color: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--font-20);
	height: 50px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 50px;
	transition: 0.5s all;
	z-index: 99;
}

a.whatsapp-link {
	background: #25d366;
	border-radius: 50%;
	bottom: 70px;
	color: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 50px;
	z-index: 99;
	transition: 0.5s all;
	font-size: 30px;
	border: 1px solid transparent;
}

a.whatsapp-link:hover {
	color: #25d366;
	background: var(--white-color);
	border: 1px solid #25d366;
}

a.scrolltotop:hover {
	background: var(--white-color);
	color: var(--primary-color);
}

.mb-0 {
	margin-bottom: 0 !important;
}


/* toggle */
.toggle {
	display: none;
}

.bar {
	width: 34px;
	height: 3px;
	background-color: var(--black-color);
	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;
	cursor: pointer;
	z-index: 99;
}

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

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

.bar.animate.bar:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
}

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

.bar.animate {
	background-color: var(--black-color);
}

.bar.animate.bar:nth-child(3) {
	transform: rotate(45deg) translate(-7px, -8px);
	width: 24px;
}

.toggle.active .bar {
	margin-right: 20px;
}


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

.site-header {
	background: rgb(255 255 255 / 2%);
	padding: 10px 0;
	border-bottom: 1px solid #EFF0F6;
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
}

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

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

.menu {
	display: flex;
	align-items: center;
}

.header-right {
	width: 80%;
}

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

.menu li:last-child {
	margin-left: auto;
}

.menu>li:last-child a {
	padding: 20px;
	background: var(--secondary-color);
	border-radius: 10px;
	color: var(--white-color);
	position: relative;
}

.menu>li:last-child a:before {
	content: " \f061";
	font-family: 'fontAwesome';
	margin-right: 10px;
}

.menu>li:last-child a:hover {
	background: var(--primary-color);
}

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

.menu li.menu-item-has-children>a:after {
	content: " \f107";
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	margin-top: 3px;
	margin-left: 5px;
}

.menu>li>ul.sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 3;
	background: #FFF;
	transition: 0.5s all ease-in;
	transform: perspective(600px) rotateX(-90deg);
	overflow: visible;
	min-width: 320px;
	top: 35px;
	transform-origin: 0% 0%;
	left: 0;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .2);
}

.menu>li:hover>ul.sub-menu {
	visibility: visible;
	opacity: 1;
	transition: transform .5s ease, opacity .2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	transform: perspective(600px) rotateX(0deg);
	overflow: visible;
}

.menu>li>ul.sub-menu>li {
	display: block;
	position: relative;
	border: none;
	width: 100%;
}

.menu>li {
	position: relative;
}

.menu>li>ul.sub-menu>li>a {
	border: 1px solid #DDD;
	padding: 20px;
	display: block;
	width: 100%;
	background: #fff;
}

/* BANNER */
span.blue {
	color: var(--primary-color);
}

.banner-top {
	width: 65%;
	margin: 0 auto;
	margin-bottom: 30px;
}

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

.banner-top .title {
	font-weight: 500;
}

.banner-top .intro-description {
	width: 74%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.button.white {
	background: var(--white-color);
	color: var(--secondary-color);
	background: #EFF0F6;
}

.btn-group {
	display: flex;
	justify-content: center;
	line-height: 1;
}

.btn-left {
	margin-right: 20px;
}

.banner-bottom {
	display: flex;
	flex-wrap: wrap;
}

.banner-left,
.banner-right,
.banner-center {
	width: 33.33%;
	padding: 0 10px;
}

.banner-bottom img {
	width: 100%;
	height: 100%;
}

.banner-left-top,
.banner-left-bottom,
.banner-right-top,
.banner-right-bottom {
	/* width: 60%; */
	margin-left: auto;
	margin-bottom: 20px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
}

.banner-right-top,
.banner-right-bottom {
	margin-left: unset;
}

.box {
	width: 35px;
	height: 35px;
	border-radius: 7px;
	background: #FF614A;
	margin-left: auto;
	margin-right: 10px;
	margin: 20px 10px 20px auto;
}

.banner-left,
.banner-right {
	margin-top: 40px;
}

.banner-right .box {
	background: var(--primary-color);
	margin-left: 10px;
	margin-bottom: 10px;
}

.banner-center img {
	border-radius: 15px;
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
}

.image-block {
	width: 60%;
}

.box-block {
	width: fit-content;
	justify-content: start;
	display: flex;
	flex-direction: column;
}

.banner-left {
	display: flex;
	justify-content: end;
}

.banner-right {
	display: flex;
}

.box.yellow {
	background: var(--yellow-color);
	margin-bottom: 0;
	margin-top: 10px;
}

.box.blue {
	background: var(--primary-color);
	width: 85px;
	height: 85px;
	margin: 0 10px;
}

.box.orange {
	width: 65px;
	height: 65px;
	background: #FF614A;
}

/* SOLUTIONS */
.solution-row .intro-description {
	width: 51%;
	margin: 0 auto;
}

ul.solution-list {
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* margin: -10px; */
	margin-top: 30px;
	/* justify-content: center; */
}

ul.solution-list li {
	width: 20%;
	/* padding: 0 10px; */
	/* margin: 10px 0; */
}

.solution-title {
	font-size: var(--font-20);
	color: var(--secondary-color);
	margin-bottom: 15px;
}

.solution-block {
	padding: 75px 10px 60px 25px;
	position: relative;
	height: 100%;
	background: #EEF4FC;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* padding-top: 75px; */
	/* padding-bottom: 60px; */
}

.solution-link {
	line-height: 1;
	margin-top: auto;
}

.solution-link .button {
	padding: 0;
	color: var(--primary-color);
	background: transparent;
	box-shadow: unset;
	border: none;
	position: relative;
}

.solution-link .button:after {
	content: " \e098";
	font-family: 'FontAwesome';
	margin-left: 10px;
}

.solution-detail {
	margin-bottom: 40px;
	margin-top: auto;
}

.solution-detail p {
	font-weight: 400;
}

.number {
	position: absolute;
	top: 0;
	left: 0;
	font-size: var(--font-82);
	font-weight: 700;
	color: #211E3B0D;
	line-height: 1;
}

.solution-bg {
	position: absolute;
	right: 0;
	bottom: 0;
}

.solution-bg img {
	width: 100%;
	height: 100%;
}

/* CAREER */
.career {
	background: #D9F1FF;
}

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

.career-image-block {
	width: 45%;
	/* display: flex; */
	/* flex-wrap: wrap; */
	position: relative;
	/* padding-bottom: 50px; */
	/* height: 100%; */
}

.career-content {
	width: 50%;
}

.career-top {
	width: 70%;
	margin-left: auto;
	position: relative;
}

.career-top img {
	width: 100%;
	height: 100%;
}

.career-bottom {
	width: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -50px;
}

.career-image-block img {
	border-radius: 15px;
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
	height: 100%;
	width: 100%;
}

.career-content .small-heading {
	padding: 0;
	background: transparent;
	color: var(--primary-color);
	font-size: var(--font-16);
	font-weight: 700;
}

.career-text {
	font-size: var(--font-16);
	font-weight: 600;
	position: relative;
	color: var(--black-color);
}

.career-text:before {
	content: " \f058";
	font-family: 'FontAwesome';
	color: #1268FB80;
	margin-right: 5px;
}

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

.career-top .box-block {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 60px;
}

.career-bottom .box.orange {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: -40px;
	width: 35px;
	height: 35px;
	margin-bottom: 50px;
}

.career-top .box.yellow {
	margin-left: -40px;
	margin-top: 0;
	margin-bottom: 10px;
}

.career-top .box.blue {
	width: 65px;
	height: 65px;
	margin-left: -70px;
	/* margin-top: 0; */
}

.image {
	position: relative;
	padding-top: 100%;
}

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

.career-top .image {
	padding-top: 95%;
}

.serve-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.serve-bg img {
	width: 100%;
	height: 100%;
}

span.img-overlay {
	position: absolute;
	inset: 0;
	background: rgb(1 14 55 / 80%);
}

.serve-row {
	text-align: center;
	color: var(--white-color);
}

.serve-row .heading {
	color: var(--white-color);
}

.serve-top {
	width: 30%;
	margin: 0 auto;
}

ul.serve-list {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
	margin-top: 50px;
	justify-content: center;
}

ul.serve-list li {
	width: 20%;
	padding: 0 10px;
	margin: 10px 0;
}

.serve-block {
	background: rgb(0 0 0 / 60%);
	padding: 40px 20px;
	border-radius: 30px;
	border: 1px solid #1268FB80;
	height: 100%;
}

.serve-icon {
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(18 104 251 / 10%);
	border-radius: 30px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.serve-icon img {
	padding: 20px;
	width: 80px;
	height: 80px;
	background: #1268FB;
	border-radius: 20px;
}

.serve-title {
	font-size: var(--font-20);
	margin-bottom: 20px;
}

.serve-detail {
	font-size: var(--font-16);
	font-weight: 500;
	color: rgb(255 255 255 / 70%);
}

.serve-link .button {
	padding: 0;
	background: transparent;
	margin-top: 30px;
	border-radius: 0;
}

.serve-link .button:before {
	content: " \f245";
	font-family: 'FontAwesome';
	margin-right: 10px;
}

/* TESTIMONIAL */
.testimonial-block {
	padding: 110px 200px;
	text-align: center;
	height: 100%;
	background: #EFF0FF;
	border-radius: 70px;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	/* flex-direction: column; */
}

.review p {
	font-size: var(--font-25);
	font-weight: 400;
	color: #2B1C50;
}

.review {
	margin-bottom: 50px;
}

.client-logo {
	width: 180px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.client-logo img {
	width: 100%;
}

.client-detail {
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.client-img img {
	width: 100%;
	height: 100%;
}

.client-name {
	font-size: var(--font-18);
	font-weight: 400;
	text-align: left;
	color: #3D2E7C;
	margin-bottom: 5px;
}

.designation {
	font-size: var(--font-16);
	color: #3D2E7C;
	font-weight: 400;
}

ul.testimonial-list .slick-slide:nth-child(even) li .testimonial-block {
	background: #D9F1FF;
}

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

.slick-list {
	height: 100%;
	display: flex;
}

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

.slick-slide li {
	padding: 0 10px;
	height: 100%;
}

.solution-list .slick-prev {
	left: -25px;
}

.solution-list .slick-next {
	right: 0;
}

.slick-prev {
	left: 10%;
	z-index: 1;
}

.slick-next {
	right: 13%;
	z-index: 1;
}

.slick-prev:before {
	content: "\f104";
	font-family: 'fontAwesome';
	color: #000;
	background: #fff;
	padding: 20px 25px;
	border-radius: 100px;
	box-shadow: 0 32px 96px 0 rgb(0 0 0 / 10%);
}

.slick-next:before {
	content: "\f105";
	font-family: 'fontAwesome';
	color: #000;
	background: #fff;
	padding: 20px 25px;
	border-radius: 100px;
	box-shadow: 0 32px 96px 0 rgb(0 0 0 / 10%);
}

ul.testimonial-list {
	margin-top: 40px;
}

/* CTA */
.cta-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cta-block {
	max-width: 650px;
	text-align: center;
}

.cta-block .heading {
	font-size: var(--font-30);
	font-weight: 500;
	margin-bottom: 15px;
	text-align: center;
}

.news-row {
	display: flex;
}

.news-btn {
	line-height: 1;
	flex: 0 0 auto;
}

.cta-form {
	margin-bottom: 20px;
}

.news-col {
	width: 100%;
}

.cta-block p:not(:last-child) {
	margin-bottom: 7px;
}

ul.social-media-list {
	display: flex;
	/* margin-top: 30px; */
	justify-content: center;
}

ul.social-media-list li:not(:last-child) {
	margin-right: 30px;
}

ul.social-media-list li a {
	font-size: var(--font-20);
}

/* FOOTER */
.site-footer {
	background: #D9F1FF;
	padding: 50px 0;
}

.footer-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 50px;
	border-bottom: 1px solid #fff;
	margin: -10px;
	margin-bottom: 40px;
}

.footer-block {
	max-width: 300px;
	margin: 10px 0;
	padding: 0 10px;
}

.footer-heading {
	font-size: var(--font-25);
	margin-bottom: 20px;
	font-weight: 500;
	color: var(--black-color);
}

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

.footer-menu li a {
	position: relative;
}

.footer-menu li a:before {
	content: "\f192";
	font-family: 'FontAwesome';
	color: var(--primary-color);
	margin-right: 5px;
}

.cta-info i {
	color: var(--primary-color);
	margin-right: 10px;
}

.contact-block:not(:last-child) {
	margin-bottom: 15px;
}

.footer-description {
	margin-top: 20px;
}

/*  23/04  - about us */
.inner-banner-left .small-heading,
.offering-row .small-heading,
.technology-row .small-heading,
.approach-row .small-heading,
.tech-left .small-heading,
.tech-right .small-heading,
.choose-top .small-heading,
.matter-block .small-heading,
.matter-bottom .small-heading,
.steps-row .small-heading,
.career-content .small-heading,
.counter-block .small-heading {
	padding: 0;
	background: transparent;
	color: var(--primary-color);
	font-size: var(--font-16);
	font-weight: 700;
	box-shadow: none;
}

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

.inner-banner-left {
	width: 50%;
}

.inner-banner-right {
	width: 48%;
}

.inner-banner-right {
	width: 45%;
	position: relative;
	/* padding-bottom: 50px; */
	display: flex;
}

.banner-big-image {
	width: 80%;
	margin-left: auto;
	position: relative;
	/* display: flex; */
}

.banner-big-image img {
	width: 100%;
	height: 100%;
}

.banner-small-image {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -50px;
	/* margin-left: 50px; */
	display: flex;
}

.inner-banner-right img {
	border-radius: 15px;
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
}


.banner-big-image .blue {
	width: 40px;
	height: 40px;
}

.banner-big-image .box-block {
	align-items: end;
}

.banner-small-image .box-block {
	flex-direction: row;
	align-items: end;
	margin-bottom: 0px;
}

.banner-small-image .image {
	padding-top: 40%;
	width: 40%;
}

.banner-small-image .box-block .yellow {
	width: 70px;
	height: 70px;
	margin-left: 20px;
}

.banner-small-image .box-block .blue {
	width: 50px;
	height: 50px;
	/* margin-bottom: 18px; */
}

.offering-row .heading-group {
	text-align: center;
}

.offering-row .heading {
	width: 50%;
	margin: 0 auto;
}

.offering-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -10px;
}

.offering-list li {
	padding: 0 10px;
	margin: 10px 0;
	width: 100%;
}

.offering-row .intro-description {
	text-align: center;
	margin-bottom: 0;
	margin-top: 20px;
}

.offering-block {
	padding: 20px;
	background: #ffffff;
	height: 100%;
	position: relative;
}

.offering-icon,
.technology-icon {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #84a3d980;
	border-radius: 50%;
	margin-bottom: 15px;
}

.offering-icon i,
.technology-icon i {
	color: var(--black-color);
	font-size: var(--font-22);
}

.offering-heading {
	font-size: var(--font-22);
	margin-bottom: 10px;
	color: var(--black-color);
}

.solution-name:before,
.standout-name:before,
.tech-role-name:before {
	content: " \f058";
	font-family: 'FontAwesome';
	color: #1268FB80;
	margin-right: 10px;
}

.solution-name p,
.standout-list p {
	color: var(--black-color);
	font-size: var(--font-16);
}

.solution-topic li {
	width: 100%;
}

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

.strength-left {
	width: 48.5%;
	padding: 20px;
	background: var(--white-color);
}

.strength-left .heading,
.strength-right .heading {
	font-size: var(--font-30);
}

.strength {
	background: #eef4fc;
}

.industry-counter-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.industry-counter-list li {
	width: 33.33%;
	padding: 0 10px;
	margin: 10px 0;
}


.industry-block {
	padding: 15px;
	display: flex;
	/* justify-content: space-between; */
	/* align-items: center; */
	height: 100%;
	border-radius: 15px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.industry-icon i {
	font-size: var(--font-25);
	color: var(--primary-color);
	transition: 0.5s all;
}

.industry-icon {
	margin-right: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.strength-row .intro-description {
	margin-bottom: 0;
}

.industry-content .heading {
	margin-bottom: 7px;
}

.industry-content {
	padding-left: 10px;
}

.strength-right {
	width: 50%;
	padding: 20px;
	background: var(--white-color);
}

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

.standout-list {
	margin-bottom: 15px;
}

.banner-image {
	position: absolute;
	inset: 0;
}

.banner-image img {
	width: 100%;
	height: 100%;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	/* black overlay */
}

.inner-banner .title {
	color: white;
}

.solution-name,
.standout-name {
	display: flex;
}

.technology {
	background: #EEF4FC;
}

.technology-row {
	display: flex;
	justify-content: space-between;
	height: 100%;
	flex-wrap: wrap;
}

.technology-list {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	flex-wrap: wrap;
	margin: -10px;
	margin-bottom: 20px;
}

.technology-list li {
	width: 50%;
	margin: 10px 0;
	padding: 0 10px;
}

.technology-left {
	width: 68%;
}

.technology-right {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.technology-block {
	display: flex;
	justify-content: space-between;
	background: var(--white-color);
	padding: 10px;
	border-radius: 10px;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.technology-icon {
	margin-bottom: 0;
	background: var(--white-color);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	margin-right: 15px;
	margin-top: 10px;
	border-radius: 5px;
}

.technology-content {
	width: 85%;
}

.technology-name,
.approach-name {
	color: var(--black-color);
	font-weight: 700;
	margin: 10px 0;
	font-size: var(--font-20);
}

.technology-right .box-block {
	display: flex;
	margin-top: -24%;
	margin-right: -5%;
	margin-left: auto;
}

.technology-right .box.orange {
	width: 60px;
	height: 60px;
	margin: 0;
	outline: 7px solid var(--white-color);
}

.technology-right .box.blue {
	width: 40px;
	height: 40px;
	margin: 10px auto 0 0;
	outline: 7px solid var(--white-color);
}

.technology-right img {
	border-radius: 40px;
}

.technology-icon i {
	color: var(--primary-color);
	transition: 0.5s all;
}

.approach-list {
	display: flex;
	justify-content: center;
	margin: -10px -10px -80px;
	/* padding: 50px 0; */
	flex-wrap: wrap;
	margin-top: 90px;
}

.approach-list li {
	width: 33.33%;
	padding: 0 10px;
	margin: 10px 0 80px;
}

.approach-block {
	padding: 15px;
	height: 100%;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.approach-name {
	font-size: var(--font-18);
	color: var(--black-color);
	text-align: center;
	margin-bottom: 10px;
}

.approach-bottom {
	margin-top: 30px;
	text-align: center;
	/* background: #eef4fc; */
	color: var(--secondary-color);
	padding: 10px 0;
	border-radius: 40px;
}

.approach-row .heading-group,
.approach-row .intro-description {
	text-align: center;
}


.vision-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -10px;
}

.vision-list li {
	margin: 10px 0;
	padding: 0 10px;
	width: 33.33%;
}

.vision-list li:nth-child(3n + 1) .vision-block:hover:after {
	background: #FF614A;
	height: 100%;
}

.vision-list li:nth-child(3n + 2) .vision-block:hover:after {
	background: var(--primary-color);
	height: 100%;
}

.vision-list li:nth-child(3n + 3) .vision-block:hover:after {
	background: var(--yellow-color);
	height: 100%;
}

.vision-list li:nth-child(3n + 3) .vision-block:hover {
	color: var(--black-color);
}

.vision-block:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-radius: 15px;
	/* background: #FF614A; */
	color: #fff;
	transition: 0.5s all;
	z-index: -1;
}

.vision-block:hover {
	color: #fff;
}

/* .vision-list li:last-child:nth-child(odd) {
width: 100%;
} */
.vision-block {
	height: 100%;
	/* background: #eef4fc; */
	padding: 30px 20px;
	border-radius: 25px;
	/* text-align: center; */
	border-top: 10px solid var(--secondary-color);
	border-bottom: 10px solid var(--secondary-color);
	border-top: 10px solid var(--primary-color);
	border-bottom: 10px solid var(--primary-color);
	box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.2);
	transition: 0.5s all;
	position: relative;
	overflow: hidden;
}

.vision-image {
	width: 110px;
	height: 110px;
	/* margin: 0 auto; */
	/* padding: 20px; */
	background: var(--white-color);
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.vision-image img {
	width: 70px;
	height: 70px;
}

.commitment-list li {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.vision-heaidng {
	font-size: var(--font-25);
	/* text-align: center; */
}

.vision-list li:nth-child(3n + 1) .vision-block {
	border-top: 10px solid #FF614A;
	border-bottom: 10px solid #FF614A;
}

.vision-list li:nth-child(3n + 2) .vision-block {
	border-top: 10px solid var(--primary-color);
	border-bottom: 10px solid var(--primary-color);
}

.vision-list li:nth-child(3n) .vision-block {
	border-top: 10px solid var(--yellow-color);
	border-bottom: 10px solid var(--yellow-color);
}

.commitment-list li:before {
	content: " \f00c";
	font-family: 'FontAwesome';
	margin-right: 10px;
}

.tech-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tech-left {
	width: 38%;
	border-right: 2px solid;
}

.tech-right {
	width: 60%;
	padding-left: 20px;
}


.tech-container .heading-group {
	display: flex;
}

.heading-icon {
	width: 40px;
	height: 40px;
	font-size: var(--font-25);
	margin-right: 10px;
}


.tech-container .small-heading {
	width: 70%;
	line-height: 1.25;
	margin: 0;
}

.tech-role-name {
	display: flex;
}

.tech-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -10px;
	margin-bottom: 20px;
}

.tech-list li {
	width: 33.33%;
	padding: 0 10px;
	margin: 10px 0;
}

.tech-role-list li {
	margin-bottom: 15px;
}

.tech-block {
	padding: 10px;
	text-align: center;
	height: 100%;
	border-radius: 10px;
	background: rgb(0 0 0 / 50%);
	border: 1px solid #1268FB80;
}

.tech-icon {
	font-size: var(--font-25);
}

.tech-name {
	font-size: var(--font-18);
}

.tech-row .heading-group {
	margin-bottom: 40px;
}

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

.tech,
.tech-row .heading,
.tech-row .small-heading,
.tech-role-name:before {
	color: var(--white-color);
}

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

.choose-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -10px;
	margin: 20px 0;
}

.choose-list li {
	width: 50%;
	padding: 0 10px;
	margin: 10px 0;
}

.choose-block {
	padding: 20px;
	border-left: 10px solid var(--primary-color);
	border-radius: 30px;
	height: 100%;
}

.choose-heading {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.choose-icon {
	margin-right: 10px;
}

.choose-heading-content {
	width: 78%;
}

.choose-heading-content .heading {
	font-size: var(--font-25);
	margin-bottom: 10px;
}

.choose-icon i {
	font-size: var(--font-40);
	color: var(--primary-color);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	background: #eef4fc;
	border-radius: 100%;
}

.choose-heading-content .intro-description {
	margin: 0;
}

.choose-small-heading {
	padding: 10px 20px;
	color: green;
	background: #7cc47c33;
	border-radius: 9px;
	font-weight: 500;
	font-size: var(--font-18);
	width: fit-content;
	margin-bottom: 20px;
}

.choose-small-heading.red {
	background: #f7d0d070;
	color: red;
}

.challenges li,
.outcomes li {
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	display: inline-flex;
}

.challenges li:before,
.outcomes li:before {
	content: " \f00d";
	font-family: 'FontAwesome';
	color: #dc3232;
	margin-right: 10px;
}

.outcomes li:before {
	content: " \f00c";
	color: green;
}

.challenges,
.outcomes {
	margin-bottom: 20px;
}

.choose-bottom-icon,
.org-icon {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	background: var(--white-color);
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.choose-bottom-icon i,
.org-icon i {
	font-size: var(--font-22);
	color: var(--primary-color);
}

.choose-bottom-note {
	padding: 10px;
	background: #eef4fc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
}

.choose-bottom-desc {
	width: 85%;
}

.org-icon {
	background: #ffe9e5;
	border-radius: 15px;
}

.org-block {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	padding: 15px 0;
	border-bottom: 1px solid var(--bg-color);
}

.org-block p {
	width: 83%;
}

.org li {
	width: 100%;
	margin: 0;
}

.org li:last-child .org-block {
	border: none;
}

.org {
	margin-bottom: 10px;
}

.choose-list li:nth-child(2) .choose-block {
	border-left-color: #FF614A;
}

/* .choose-list li:nth-child(2) .choose-icon  i,.choose-list li:nth-child(2) .choose-bottom-icon i{
color:#F59E0B;
}
.choose-list li:nth-child(2) .choose-icon,.choose-list li:nth-child(2) .choose-bottom-note{
background:#ffcd0433;
} */

.choose-list li:nth-child(2) .choose-icon i,
.choose-list li:nth-child(2) .choose-bottom-icon i {
	color: #FF614A;
}

.choose-list li:nth-child(2) .choose-icon i,
.choose-list li:nth-child(2) .choose-bottom-note {
	background: #ff614a24;
}

.strength-left,
.strength-right {
	border-radius: 20px;
	padding: 30px;
}

.org-icon:before {
	content: '\f3ed';
	font-family: 'FontAwesome';
	color: #ff614a;
	font-size: var(--font-25);
}

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


.matter-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -10px;
	margin-top: 30px;
}

.matter-list li {
	width: 25%;
	padding: 0 10px;
	margin: 10px 0;
}

.matter-block {
	height: 100%;
	padding: 20px;
	border-radius: 20px;
	border-top: 10px solid;
	border-bottom: 10px solid;
}

.matter-image {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.matter-block .small-heading {
	text-align: center;
	line-height: 1.3;
	text-transform: capitalize;
	width: 100%;
	font-size: var(--font-20);
	margin-bottom: 0;
}

.matter-bottom {
	text-align: center;
	margin-top: 35px;
}

.matter-bottom .small-heading {
	margin: 0;
	color: var(--black-color);
	text-transform: capitalize;
	font-size: var(--font-20);
}

.field .technology-left {
	width: 100%;
}

.field .technology-block {
	align-items: start;
	padding: 20px;
}

.field {
	background: #1268fb14;
}

.field .technology-name {
	margin-bottom: 10px;
	font-size: var(--font-18);
}

/*  23/04 - about us 


/* 25-4 */
.approach-image {
	position: relative;
	background: #f5f7fb;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	padding: 20px;
	border-radius: 100%;
	margin-top: -15%;
	margin-bottom: 20px;
}

.approach-image img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}

/* === RING (arc effect) === */
.approach-image::before {
	content: "";
	position: absolute;
	inset: -10px;
	border-radius: 50%;
	border: 2px solid transparent;
	z-index: 1;
}

.approach-image::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	bottom: -4px;
	right: 10px;
	z-index: 2;
}

.approach-list li:nth-child(5n+1) .approach-image::before {
	border-top-color: var(--primary-color);
	border-right-color: var(--primary-color);
}

.approach-list li:nth-child(5n+1) .approach-image::after {
	background: var(--primary-color);
}

.approach-list li:nth-child(5n+2) .approach-image::before {
	border-top-color: #FF614A;
	border-right-color: #FF614A;
}

.approach-list li:nth-child(5n+2) .approach-image::after {
	background: #FF614A;
}

.approach-list li:nth-child(5n+3) .approach-image::before {
	border-top-color: #10B981;
	border-right-color: #10B981;
}

.approach-list li:nth-child(5n+3) .approach-image::after {
	background: #10B981;
}

.approach-list li:nth-child(5n+4) .approach-image::before {
	border-top-color: #F59E0B;
	border-right-color: #F59E0B;
}

.approach-list li:nth-child(5n+4) .approach-image::after {
	background: #F59E0B;
}

.approach-list li:nth-child(5n+5) .approach-image::before {
	border-top-color: #7C3AED;
	border-right-color: #7C3AED;
}

.approach-list li:nth-child(5n+5) .approach-image::after {
	background: #7C3AED;
}

.approach-list li:nth-child(5n+1) .approach-icon i {
	color: var(--primary-color);
}

.approach-list li:nth-child(5n+2) .approach-icon i {
	color: #FF614A;
}

.approach-list li:nth-child(5n+3) .approach-icon i {
	color: #10B981;
}

.approach-list li:nth-child(5n+4) .approach-icon i {
	color: #F59E0B;
}

.approach-list li:nth-child(5n+5) .approach-icon i {
	color: #7C3AED;
}

/* Matter List */
.matter-list li:nth-child(5n+1) .matter-block {
	border-top-color: var(--primary-color);
	border-bottom-color: var(--primary-color);
}

.matter-list li:nth-child(5n+1) .small-heading {
	color: var(--primary-color);
}

.matter-list li:nth-child(5n+2) .matter-block {
	border-top-color: #FF614A;
	border-bottom-color: #FF614A;
}

.matter-list li:nth-child(5n+2) .small-heading {
	color: #FF614A;
}

.matter-list li:nth-child(5n+4) .matter-block {
	border-top-color: #10B981;
	border-bottom-color: #10B981;
}

.matter-list li:nth-child(5n+4) .small-heading {
	color: #10B981;
}

.matter-list li:nth-child(5n+5) .matter-block {
	border-top-color: #F59E0B;
	border-bottom-color: #f59e0b;
}

.matter-list li:nth-child(5n+5) .small-heading {
	color: #F59E0B;
}

.matter-list li:nth-child(5n+3) .matter-block {
	border-top-color: #7C3AED;
	border-bottom-color: #7c3aed;
}

.matter-list li:nth-child(5n+3) .small-heading {
	color: #7C3AED;
}



/* Refer & Earn */

.refer .inner-banner-row {
	align-items: center;
}

.refer .inner-banner-right {
	padding-bottom: 0;
}

.refer .box-block {
	z-index: 2;
	justify-content: end;
}

.refer .box-block .blue,
.refer .box-block .orange {
	outline: 5px solid var(--white-color);
}

.refer-form {
	padding: 50px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	width: 50%;
}

.grid-row {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
	margin-bottom: 30px;
}

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

.refer-image {
	width: 50%;
}

.refer-bot {
	display: flex;
	flex-wrap: wrap;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.refer-image img {
	width: 100%;
	height: 100%;
}

.refer-form .button,
.contact-main .button {
	width: 100%;
	background: black;
	padding: 0px;
	border: none;
}

.refer-form .form-col:last-child:nth-child(odd) {
	width: 100%;
}

input.wpcf7-submit {
	color: white;
	background: black;
}

input.wpcf7-submit:hover {
	background: var(--primary-color);
}

.steps {
	background: #EEF4FC;
}

.steps-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -10px;
}

.steps-list li {
	width: 20%;
	margin: 10px 0;
	padding: 0 10px;
}

.step-block {
	background: var(--white-color);
	height: 100%;
	position: relative;
	padding: 15px;
	border-radius: 5px;
}

.step-block .number {
	color: var(--bg-color);
	z-index: 0;
	position: relative;
}

.step-heading .heading {
	font-size: var(--font-20);
	text-align: center;
}

.step-heading {
	margin-top: 20px;
}

.step-desc {
	text-align: center;
	margin-top: 10px;
}

.step-image {
	width: 80px;
	height: 80px;
	margin: 10px auto;
}

.step-image img {
	width: 100%;
	height: 100%;
}

.display-none {
	display: none;
}

.industry .banner-small-image {
	margin-bottom: 50px;
}

.industry .banner-small-image .image {
	padding-top: 50%;
	width: 60%;
}

.industry .banner-small-image .box-block {
	align-items: center;
}

/*  Contact Us */
.contact-us-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.map {
	width: 48%;
}

.contact-main {
	width: 50%;
}

.contact-main .form-col {
	width: 100%;
}

.map iframe {
	width: 100%;
	height: 100%;
}

.contact-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact-list>li {
	width: 50%;
	padding: 0 10px;
	margin: 10px 0;
}

.contact-page-block {
	padding: 20px;
	border-radius: 10px;
	height: 100%;
	border: 1px solid #d9dcef;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact-icon {
	border-radius: 100%;
	margin-right: 10px;
}

.contact-icon i {
	font-size: var(--font-22);
	color: var(--white-color);
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}

.contact-name {
	font-size: var(--font-22);
	color: var(--black-color);
	margin-bottom: 10px;
}

.contact-list li:nth-child(4n + 1) .contact-icon {
	background: var(--primary-color);
}

.contact-list li:nth-child(4n + 2) .contact-icon {
	background: #FF614A;
}

.contact-list li:nth-child(4n + 3) .contact-icon {
	background: #7C3AED;
}

.contact-list li:nth-child(4n) .contact-icon {
	background: #10B981;
}

.contact-list li:nth-child(4n + 1) .contact-page-block {
	background: rgba(18, 104, 251, 0.06);
	border-left: 10px solid var(--primary-color);
}

.contact-list li:nth-child(4n + 2) .contact-page-block {
	background: rgba(255, 97, 74, 0.06);
	border-left: 10px solid #FF614A;
}

.contact-list li:nth-child(4n + 3) .contact-page-block {
	background: rgba(124, 58, 237, 0.06);
	border-left: 10px solid #7C3AED;
}

.contact-list li:nth-child(4n) .contact-page-block {
	background: rgba(16, 185, 129, 0.06);
	border-left: 10px solid #10B981;
}

.contact-content {
	width: 85%;
}

.refer .inner-banner-left .heading-group {
	width: 80%;
/* 	width:100% !important; */
}

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

.talent,
.staffing {
	width: 48%;
	padding: 25px;
	background: var(--white-color);
	border-radius: 15px;
}

.talent-list,
.staffing-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -10px;
	margin-top: auto;
}

.talent-block {
	padding: 20px;
	display: flex;
	height: 100%;
	border-bottom: 1px solid var(--bg-color);
	justify-content: space-between;
}

.talent-icon {
	width: 50px;
	height: 50px;
	font-size: var(--font-22);
	color: var(--primary-color);
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #EEF4FC;
	border-radius: 15px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.talent-list li,
.staffing-list li {
	width: 100%;
	padding: 0 10px;
	margin: 10px 0;
}

.talent-content {
	width: 86%;
}

.talent-staffing {
	background: #EEF4FC;
}

.talent-list li:last-child .talent-block,
.staffing-list li:last-child .talent-block {
	border: none;
}

.transition-list {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.transition-list li {
	padding: 0 10px;
	margin: 10px 0;
/* 	width: 25%; */
	width:33.33%;
}

.transition-block {
	padding: 20px;
	height: 100%;
	border-radius: 10px;
	border: 3px solid var(--bg-color);
	text-align: center;
	position: relative;
}

.transition-name,
.advancement-name {
	color: var(--black-color);
	font-size: var(--font-20);
	margin-bottom: 10px;
}

.transition-icon,
.advancement-icon {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-size: var(--font-30);
	margin-bottom: 15px;
	color: var(--primary-color);
}

.advancement-left {
	text-align: center;
	margin-bottom: 30px;
}


.advancement-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -10px;
}

.advancement-list li {
	width: 33.33%;
	padding: 0 10px;
	margin: 10px 0;
}

.advancement-block {
	height: 100%;
	padding: 20px;
	border-radius: 10px;
	border: 2px solid var(--bg-color);
	text-align: center;
}

.talent-name {
	color: var(--black-color);
	margin-bottom: 4px;
	font-size: var(--font-20);
}

.advancement-name {
	font-size: var(--font-18);
}

.advancement-list li:nth-child(3n + 2) .advancement-block .advancement-icon,
.transition-list li:nth-child(3n + 2) .transition-block .transition-icon {
	color: #FF614A;
}

.advancement-list li:nth-child(3n + 1) .advancement-block .advancement-icon,
.transition-list li:nth-child(3n + 1) .transition-block .transition-icon {
	color: var(--primary-color);
}

.advancement-list li:nth-child(3n) .advancement-block .advancement-icon,
.transition-list li:nth-child(3n) .transition-block .transition-icon {
	color: #7C3AED;
}

.transition-list li:nth-child(3n + 2) .transition-block {
	background-color: #ffe9e67d;
}

.transition-list li:nth-child(3n + 1) .transition-block {
	background-color: #e9f0ff82;
}

.transition-list li:nth-child(3n) .transition-block {
	background-color: #f1e9ff87;
}

.offer-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.offer-list li:not(:last-child) {
	margin-bottom: 80px;
}

.offer-block {
	height: 100%;
	border-radius: 25px;
	/* padding: 20px; */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* border-left: 10px solid; */
	padding-top: 30px;
}

.offer-title {
	font-size: var(--font-25);
	margin-bottom: 10px;
	font-weight: 700;
	color: var(--black-color);
}

.offer-list li:nth-child(odd) .offer-block {
	flex-direction: row-reverse;
}

.offer-list li:nth-child(even) .offer-block .solution-image {
	box-shadow: -20px 20px 25px 0 #ccc;
}

.offer-list li:nth-child(even) .offer-block .solution-image:before {
	content: "\f0da";
	left: unset;
	right: 0;
	margin-left: 0;
	margin-right: -20px;
}

.solution-image {
	width: 45%;
	border-radius: 25px;
	box-shadow: 20px 20px 25px 0 #ccc;
	position: relative;
}

.solution-image:before {
	content: "\f0d9";
	font-family: 'FontAwesome';
	color: var(--black-color);
	font-size: var(--font-55);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin-left: -20px;
}

.solution-image img {
	width: 100%;
	height: 100%;
	border-radius: 25px;
}

.solution-content {
	width: 50%;
	padding: 30px 0;
}

.offer-tagline {
	color: var(--black-color);
	margin-bottom: 30px;
}

.offer-desc p:not(:last-child) {
	margin-bottom: 10px;
}

.why-choose-us .strength-right {
	margin: 0 auto;
	width: 70%;
}

.error .title {
	text-align: left;
	font-size: 100px;
}

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

.error-left,
.error-right {
	width: 49%;
}

.why-choose-us .strength-row {
	display: block;
}

.why-choose-us .heading {
	text-align: center;
}

.error-right img {
	width: 100%;
	height: 100%;
}

.why-choose-us .strength-left {
	width: 100%;
}

.why-choose-us .strength-left .heading {
	text-align: left;
}

.contact-desc p {
	word-break: break-all;
}

.approach-icon i {
	font-size: var(--font-40);
}

.approach-service .approach-name {
	font-size: var(--font-25);
}

/* SINGLE SERVICE */
ul.service-list li>div {
	/* display: flex; */
	/* align-items: center; */
	justify-content: space-between;
	flex-wrap: wrap;
	height: 100%;
	padding: 20px;
	border-radius: 25px;
	box-shadow: 0 4px 12px rgba(173, 216, 230, 0.6);
}

.service-image {
	/* width: 52%; */
	/* box-shadow: 5px 5px 5px #000; */
	overflow: hidden;
	margin-bottom: 20px;
}

.service-image img {
	width: 100%;
	height: 100%;
	transition: 0.5s all;
	border-radius: 25px;
}

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

ul.service-list li {
	width: 33.33%;
	padding: 0 15px;
	margin: 15px 0;
}


.service-content .heading {
	margin-bottom: 15px;
	display: inline-block;
	font-size: var(--font-25);
}

.single-service {
	background: var(--bg-color);
}

ul.service-list li>div:hover img {
	transform: scale(1.2);
}


/*  Single Solution Page*/
.solution-approach-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -10px;
	margin-bottom: 20px;
	margin-top: 50px;
}

.solution-approach-list li {
	margin: 10px 0;
	padding: 0 10px;
	width: 33.33%;
}

.solution-aproach-block {
	height: 100%;
	padding: 20px;
	border-radius: 25px;
	box-shadow: 0 4px 12px rgba(173, 216, 230, 0.6);
	display: flex;
	flex-direction: column;
}

.solution-icon {
	width: 90px;
	height: 90px;
	padding: 18px;
	margin-right: 20px;
	border-radius: 100%;
	background: var(--primary-color);
}

.solution-icon img {
	width: 100%;
	height: 100%;
}

.solution-approach-top {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.solution-number {
	font-size: var(--font-40);
	color: #abb8c3;
}

.solution-approach-middle .heading {
	font-size: var(--font-25);
}

.solution-approach-middle .intro-description {
	width: 100%;
}

.solution-approach-middle {
	margin-bottom: 30px;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
}

.solution-approach-bottom {
	width: 100%;
	margin-top: auto;
}

.solution-approach-bottom img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 25px;
	display: block;
}

.solution-approach-list li:nth-child(3n + 1) .solution-icon {
	background-color: #e9f0ff87;
}

.solution-approach-list li:nth-child(3n + 2) .solution-icon {
	background-color: #ffe9e687;
}

.solution-approach-list li:nth-child(3n) .solution-icon {
	background-color: #f1e9ff87;
}

.transition-block .heading {
	font-size: var(--font-20);
	margin-bottom: 20px;
}

.transition-block a {
	position: absolute;
	inset: 0;
}

.offer-content {
	display: none;
}

.offering-user {
	cursor: pointer;
	display: flex;
	align-items: center;
}

.offering-block.active .offer-content {
	display: block;
}

.offering-user .offering-icon {
	margin-right: 20px;
}

.offering-user {
	cursor: pointer;
	margin-bottom: 10px;
}

.offering-user.active {
	font-weight: bold;
	opacity: 1;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.offering-tabs {
	display: flex;
	margin-bottom: 20px;
}

.offering-tabs .button {
	width: fit-content;
	text-align: center;
	padding: 15px;
	margin-right: 20px;
	background: #ffffffb0;
	color: var(--black-color);
	border: 1px solid #abb8c3;
	font-size: var(--font-20);
}

.offering-tabs .offering-heading {
	margin: 0;
}

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

.video-button a {
	border-radius: 50%;
	width: 92px;
	height: 92px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #EC6C05;
	margin: auto;
	border: 15px solid rgb(250 250 250 / 30%);
}

.video-button a i {
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fafafa;
	border-radius: 50%;
}

.pulse {
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;

}

@-webkit-keyframes pulse {
	0% {
		transform: scale(1, 1);
	}

	25% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(1.2, 1.2);
	}

	100% {
		transform: scale(1, 1);
	}
}

@keyframes pulse {
	0% {
		transform: scale(1, 1);
	}

	25% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(1.2, 1.2);
	}

	100% {
		transform: scale(1, 1);
	}
}

.video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	transform: translate(-50%, -50%);
}

.contact-row .cta-block {
	max-width: 100%;
	margin-top: 30px;

}

.contact-row ul.social-media-list li a {
	font-size: var(--font-25);
}

ul.tabs-nav {
	margin-bottom: 20px;
}

.contact-desc .social-media-list {
	margin-top: 0;
	justify-content: start;
}

.offering-user .offering-heading,
.offering-user .offering-icon {
	margin-bottom: 0;
}

.matter-image img {
	width: 100%;
	height: 100%;
	animation: scale 1s alternate infinite;
}

@keyframes scale {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.2);
	}
}

.company-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.company-list {
	display: flex;
	position: relative;
}

.company-list li {
	flex: 0 0 auto;
	cursor: pointer;
	display: flex;
	align-items: center;
	margin: 0 10px;
}

.company-list:hover {
	animation-play-state: paused;
}

.company-list li:hover {
	animation-play-state: paused;
}

.company-list li img {
	max-height: 100px;
	width: 100%;
	max-width: 150px;
	transition: 0.3s ease-in all;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.shine-hover {
	position: relative;
	overflow: hidden;
}

.shine-hover img {
	display: block;
	transition: transform 0.6s ease;
}

.shine-hover::after {
	content: "";
	position: absolute;
	top: 0;
	left: -83%;
	width: 50%;
	height: 100%;
	background: linear-gradient(120deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.6) 50%,
			rgba(255, 255, 255, 0) 100%);
	transform: skewX(-25deg);
	transition: left 0.8s ease;
}

.shine-hover:hover::after {
	left: 133%;
}

.technology-block:before,
.technology-block:before,
.industry-block:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: var(--primary-color);
	z-index: -1;
	transition: 0.5s all;
}

.technology-block:hover:before,
.technology-block:hover:before,
.industry-block:hover:before {
	width: 100%;
}

.technology-block:hover,
.technology-block:hover .technology-name,
.technology-block:hover,
.technology-block:hover .technology-name,
.industry-block:hover .industry-content {
	color: #fff;
}

.industry-block:hover .industry-icon i {
	transform: scale(1.5);
	color: #fff;
}

.technology-block:hover .technology-icon i {
	transform: scale(1.5);
}

.blog-title {
	font-size: var(--font-20);
	line-height: 1.4;
	color: var(--secondary-color);
}

.related-blogs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -10px;
}

.related-blog {
	width: 33.33%;
	padding: 0 10px;
	/* height: 100%; */
	margin: 10px 0;
	position: relative;
}

.blog-image {
	max-width: 750px;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: -15%;
	position: relative;
	z-index: 1;
	box-shadow: 4px 4px 5px rgb(22 94 157 / 50%);
}

.blog-image img {
	width: 100%;
	height: 100%;
}

.wp-block-heading {
	font-size: var(--font-25);
	margin-bottom: 15px;
	color: var(--secondary-color);
}

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

.blog-banner {
	background: #D9F1FF;
	padding: 100px 0 200px;
}

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

.related-blog-inner {
	padding: 20px;
	background: #EEF4FC;
	border: 1px solid;
	border-radius: 10px;
	height: 100%;
}

.wp-block-paragraph strong {
	color: var(--secondary-color);
}

.related-blog:nth-child(3n + 1) .related-blog-inner {
	background: #e9f0ff87;
	border-color: #9cbde9;
}

.related-blog:nth-child(3n + 2) .related-blog-inner {
	background: #ffe9e687;
	border-color: #f58f8187;
}

.related-blog:nth-child(3n) .related-blog-inner {
	background: #f1e9ff87;
	border-color: #77698f87;
}

.related-blog-image img {
	height: 100%;
	width: 100%;
	border-radius: 10px;
}

.related-blog-image {
	margin-bottom: 20px;
	/* 	height: 75%; */
	position: relative;
}

.blog-section {
	overflow: unset;
}

.blog-banner .heading {
	line-height: 1.4;
	width: 80%;
	margin: 0 auto;
}

.blog-content {
	padding: 30px;
	background: #f2f4ff;
	border: 1px solid #91bde4;
	width: 90%;
	margin: 0 auto;
}

.counter-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -10px;
}

.counter-content li {
	width: 25%;
	padding: 0 10px;
	margin: 10px 0;
}
.counter-row span.blue {
	display: block;
}

.counter-row .heading-group {
	margin-bottom: 50px;
}

.counter-block {
	height: 100%;
	padding: 20px;
}

.counter-image {
	background: var(--white-color);
	border-radius: 100%;
	width: 110px;
	margin: 0 auto 20px;
	padding: 20px;
}

.counter-image img {
	width: 100%;
	height: 100%;
}

.counter-number {
	font-size: var(--font-40);
	color: var(--black-color);
	margin-bottom: 10px;
}

.counter-box .small-heading {
	font-size: var(--font-18);
}

.counter-row {
	background: aliceblue;
	padding: 40px 20px;
	border-radius: 25px;
}

section.inner-hero {
	padding: 150px 0;
}

.challenges li:last-child,
.outcomes li:last-child {
	margin-bottom: 0;
}
.career-image {
    height: 100%;
}
/* reveal-heading */

.reveal-heading{
    overflow:hidden;
	text-transform:inherit;
}

.reveal-heading .word{
    display:inline-block;
    white-space:nowrap;
    opacity:0;
    will-change:transform,opacity;
}
.meta-date {
    position: absolute;
    z-index: 1;
    padding: 10px;
    background: var(--black-color);
    color: var(--white-color);
    right: 0;
    top: 0;
    border-radius: 0px 10px 0 0;
    font-size: var(--font-16);
}
	.blog-image img {
    /* transform: translateY(-150px); */
}
span.category {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: var(--white-color);
    border-radius: 0 0  0 10px;
    font-size: 14px;
    color: var(--black-color);
}
.banner-bg {
    position: absolute;
    inset: 0;
    opacity: 0.2;
}

.banner-bg img {
    width: 100%;
    height: 100%;
    object-position: left center;
}