@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
	margin: 0;

	padding: 0;

	background-color: #fff;

	font-family: "Poppins", sans-serif;

	font-size: 18px;

	font-weight: 400;

	color: #000;

	line-height: 35px;
}

input:not([type="submit"]),
input:not([type="radio"]),
input:not([type="checkbox"]) {
	border-radius: 12px;

	background-color: #fff;

	font-size: 16px;

	padding: 4px 15px;

	border: solid 1px #fff;
}

.cotact-form input:not([type="submit"]),
.cotact-form input:not([type="radio"]),
.cotact-form input:not([type="checkbox"]) {
	width: 100%;
}

.cotact-form input.contact-submit {
	max-width: 346px;

	margin-left: auto;

	background-color: #e61a2d;

	border: none;

	height: 48px;

	font-size: 20px;

	font-weight: 700;

	color: #fff;

	text-transform: uppercase;

	margin-top: 42px;

	transition: all 0.3s ease-in-out;
	border: 1px solid transparent;
}

.cotact-form input.contact-submit:hover {
	background-color: #000;
	border-color: #fff;
}

.wpcf7-not-valid-tip {
	font-size: 13px !important;

	margin: 0;

	line-height: 20px;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-not-valid {
	border-color: #ff0000;
}

.wpcf7-response-output {
	border: none !important;

	padding: 0;

	margin: 0;

	font-size: 13px !important;

	line-height: 20px;

	margin-top: 8px !important;

	color: #dc3232;
}

input:focus {
	outline: none;
}

h1 {
	font-size: 110px;

	line-height: 112px;

	font-weight: 800;

	margin-bottom: 35px;
}

h2 {
	font-weight: 800;

	font-size: 96px;

	line-height: 112px;

	text-transform: capitalize;

	margin-bottom: 30px;

	text-align: center;
}

h3 {
	font-size: 64px;

	font-weight: 700;

	line-height: normal;

	color: #000;

	margin-bottom: 10px;
}

h4 {
	font-size: 46px;

	font-weight: 400;

	line-height: normal;

	padding-bottom: 22px;

	margin: 0;
}

.container-custom {
	max-width: 1532px;

	margin: 0 auto;

	padding: 0 20px;

	width: 100%;
}

header {
	position: absolute;

	width: 100%;

	padding-top: 20px;

	z-index: 1;

	transition: all 1s;

	z-index: 999;
}

header.sticky {
	position: fixed;

	width: 100%;

	top: 0;

	background: #372d2d94;

	padding-top: 10px;

	padding-bottom: 10px;

	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

header .container-custom {
	display: flex;

	justify-content: space-between;

	gap: 50px;

	align-items: center;
}

header .logo a,
header .logo a img {
	display: block;

	height: 121px;
}

header.sticky .logo a,
header.sticky .logo a img {
	display: block;

	height: 81px;
}

header nav ul {
	padding: 0;

	margin: 0;

	list-style: none;

	display: flex;

	align-items: center;
}

header nav ul li {}

header nav ul li a {
	color: #fff;

	text-decoration: none;

	font-size: 17px;

	font-weight: 400;

	display: flex;

	width: 162px;

	height: 41px;

	flex-direction: column;

	justify-content: center;

	flex-shrink: 0;

	text-align: center;

	text-transform: capitalize;

	text-shadow: 0 0px 5px rgba(0, 0, 0, 0.45), 0 2px 10px rgba(0, 0, 0, 0.25), 0 5px 18px rgba(0, 0, 0, 0.2);
}

.banner {
	height: 1137px;

	background: linear-gradient(238deg, #8576f5 5.5%, #b54891 23.34%, #ce315f 32.25%, #e61a2d 41.17%, #e61a2d 53%, #8576f5 82.68%);

	/*display: flex;*/

	align-items: center;

	justify-content: center;

	/*background-image: url("../images/banner-bg.svg");*/

	background-repeat: no-repeat;

	padding-top: 250px;

	padding-bottom: 150px;

	background-position: center;
}

.banner {
	position: relative;

	overflow: hidden;
}

.banner:after {
	content: "";

	background-image: url(../images/home-curve-2.svg);

	display: block;

	position: absolute;

	height: 500px;

	width: 180%;

	left: 0px;

	bottom: 0;

	background-position: right top;

	animation: curveDrift 10s ease-in-out infinite;
}


@keyframes curveDrift {

	/* right side – 2 sec delay */
	0% {
		transform: translateX(0) scaleY(-1);
	}

	16.66% {
		transform: translateX(0) scaleY(-1);
	}

	/* move to left */
	50% {
		transform: translateX(-15%) scaleY(-1);
	}

	/* left side – 2 sec delay */
	66.66% {
		transform: translateX(-15%) scaleY(-1);
	}

	/* back to right */
	100% {
		transform: translateX(0) scaleY(-1);
	}

}

.banner .custom-container {
	text-align: center;
}

.banner h1 {
	color: #fff;
}

.home-banner h1 {
	margin-bottom: 87px;
}

.banner h1 span {
	font-size: 96px;

	display: block;
}

.banner p {
	font-size: 41px;

	color: #fff;
}

.our-solutions {
	background-color: #000;

	margin-top: -191px;

	position: relative;

	z-index: 10;
}

.our-solutions h2 {
	color: #fff;

	text-align: left;

	padding-left: 45px;
}

.solutions-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 100px 0;
	max-width: 1369px;
	gap: 73px;
	padding-top: 56px;
}

.solutions-heads {
	padding-left: 117px;
}

.solutions-heads ul {
	margin: 0;

	padding: 0;

	list-style: none;
}

.solutions-heads li {
	color: #fff;
	font-size: 26px;
	line-height: 52px;
	position: relative;
	cursor: pointer;
	padding-left: 39px;
	padding-right: 10px;
	margin-bottom: 50px;
	transition: all 0.5 ease-in-out;
	min-height: 80px;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
}

.solutions-heads li span {
	margin-left: -117px;

	position: absolute;

	width: 76px;

	height: 76px;

	background-color: #fff;

	border-radius: 76px;

	background-image: url("../images/arrow-right.svg");

	background-repeat: no-repeat;

	background-position: center;

	transform: rotate(-45deg);

	transition: all 0.5s ease-in-out;
	left: 0;
}

.solutions-heads li:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	margin-top: 0;
	margin-left: -20px;
	transition: all 0.5s ease-in-out;
	position: relative;
	top: 27px;
}

.solutions-heads li.active:after {
	background-color: #8576f5;
}

.solutions-heads li.active span {
	background-color: #8576f5;

	transform: rotate(0deg);
}

.solution-content {
	display: none;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 35px;
	/*max-height: 754px;*/
	/*overflow-y: auto;*/
	box-sizing: border-box;
	padding: 48px 40px 48px 48px;
	/* right side scrollbar space */
	position: sticky;
}

/* Webkit scrollbar */
/*.solution-content::-webkit-scrollbar {*/
/*width: 8px;*/
/*}*/
/*!* Track — with top/bottom gap *!*/
/*.solution-content::-webkit-scrollbar-track {*/
/*background: rgba(255, 255, 255, 0.1);*/
/*border-radius: 10px;*/
/*margin-block: 16px; !* Scrollbar top se thoda neeche start aur bottom se thoda upar end *!*/
/*}*/
/*!* Thumb *!*/
/*.solution-content::-webkit-scrollbar-thumb {*/
/*background: rgba(255, 255, 255, 0.3);*/
/*border-radius: 10px;*/
/*}*/
/*.solution-content::-webkit-scrollbar-thumb:hover {*/
/*background: rgba(255, 255, 255, 0.5);*/
/*}*/
/*!* Firefox support *!*/
/*.solution-content {*/
/*scrollbar-width: thin;*/
/*scrollbar-color: rgba(255, 255, 255, 0.3) transparent;*/
/*}*/

.solution-content .sol-media img,
.solution-content .sol-media video {
	width: 100%;

	max-width: 511px;

	border-radius: 53px;

	height: 100%;

	object-fit: cover;
}

.solution-content .sol-media {
	height: 358px;
}

.solutions-contents {
	border-radius: 35px;
	max-width: 616px;
	/*overflow: hidden;*/
	/*height: 754px;*/
}

.discover-inner {
	position: relative;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: center;

	max-width: 1031px;

	margin: 0 auto;

	padding-top: 170px;

	padding-bottom: 45px;

	overflow-y: hidden;
}

.discover-inner::before {
	content: "";

	position: absolute;

	bottom: var(--before-bottom, 125px);

	width: var(--before-width, 35px);

	height: var(--before-height, 35px);

	background-image: url(../images/reality-small-bg.svg);

	background-size: cover;

	background-repeat: no-repeat;

	z-index: 0;

	will-change: width, height, bottom;
}

/*.discover-inner:hover:before {*/

/*width: 100%;*/

/*height: 122%;*/

/*bottom: -170px;*/

/*}*/

.discover-title {
	font-size: 96px;

	font-weight: 700;

	text-align: center;

	line-height: normal;

	text-transform: capitalize;

	color: #fff;

	position: relative;
}

.discover-tagline {
	background-color: #e61a2d;
	border-radius: 12px;
	border: 1px solid transparent;
	text-align: center;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	padding: 14.5px 23px;
	display: inline-flex;
	margin: 0 auto;
	color: #fff;
	margin-top: 59px;
	position: relative;
	max-width: 534px;
	width: 100%;
	justify-content: center;
	font-size: 20px;
	transition: all 1s;
}

.discover-tagline:hover {
	border-radius: 12px;
	border: 1px solid transparent;
	background: var(--000000, #000);
}

.value-boxes {
	display: grid;

	grid-template-columns: repeat(3, 1fr);

	gap: 85px;

	padding-bottom: 210px;
}

.our-values.values-black {
	background-color: #000;
}

.our-values h2 {
	margin-bottom: 92px;
}

.our-values.values-black h2 {
	color: #fff;
}

/* Each box */

.values-box {
	border-radius: 74px;

	border: 1px solid #e21a2c;

	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);

	padding: 19px;

	height: 616px;

	position: relative;

	transform: rotate(0deg);

	transition: all 1s ease-in-out;

	background-color: #fff;
}

.values-box-inner {
	width: 100%;

	height: 100%;

	transform: rotate(0deg);

	transition: transform 1s ease-in-out;
}

.values-box .box-top {
	text-align: center;

	/* height: 50%; */

	display: flex;

	align-items: center;

	justify-content: center;
}

.values-box .box-bottom {
	position: absolute;

	width: 100%;

	bottom: 20px;

	transition: all 1s ease-in-out;
}

.values-box .box-bottom h3 {
	text-align: center;

	margin-bottom: 35px;

	transition: all 1s ease-in-out;
}

.values-box .box-bottom p {
	margin: 0;

	font-size: 20px;

	font-weight: 400;

	line-height: normal;

	text-align: center;

	text-transform: capitalize;

	min-height: 84px;

	transition: all 1s ease-in-out;
}

.values-box.values-box-1:hover .values-box-inner {
	transform: rotate(10.044deg);
}

.values-box.values-box-2:hover .values-box-inner {
	transform: rotate(2.936deg);
}

.values-box.values-box-3:hover .values-box-inner {
	transform: rotate(-8.802deg);
}

.values-box.values-box-1:hover {
	transform: rotate(-10.044deg);
}

.values-box.values-box-2:hover {
	transform: rotate(-2.936deg);
}

.values-box.values-box-3:hover {
	transform: rotate(8.802deg);
}

.values-box.values-box-2:hover .box-bottom h3 {
	margin-bottom: 35px;
}

.values-box.values-box-2:hover .box-bottom {
	bottom: 70px;
}

.values-box.values-box-1:hover .box-bottom {
	bottom: 70px;
}

.values-box.values-box-3:hover .box-bottom {
	bottom: 68px;
}

.rankings-inner {
	padding: 0 34px;

	margin: 0 auto;

	max-width: 1181px;

	height: 765px;

	border-radius: 96px 96px 0px 0px;

	background: linear-gradient(238deg, #8576f5 5.5%, #b54891 23.34%, #ce315f 32.25%, #e61a2d 41.17%, #e61a2d 53%, #8576f5 82.68%);
}

.rankings-inner h2 {
	padding-top: 77px;

	color: #fff;
}

.rankings-inner h4 {
	text-align: center;
}

.rankings-inner .left-description,
.rankings-inner .right-description {
	font-size: 20px;

	font-weight: 400;

	line-height: normal;

	color: #fff;

	text-align: center;
}

.rankings-inner .ranking-circle {
	width: 272px;

	height: 272px;

	border-radius: 100%;

	text-align: center;

	display: flex;

	align-items: center;

	justify-content: center;

	flex-wrap: wrap;

	flex-direction: column;

	position: relative;

	background: #fff;
}

/*.rankings-inner .ranking-circle:after {*/

/*content: '';*/

/*--p: 0;*/

/*--size-start: 0px;*/

/*--size-end: 272px;*/

/*position: absolute;*/

/*border-radius: 50%;*/

/*background-color: #fff;*/

/*display: block;*/

/*width: calc(var(--size-start) + (var(--size-end) - var(--size-start)) * var(--p));*/

/*height: calc(var(--size-start) + (var(--size-end) - var(--size-start)) * var(--p));*/

/*left: 50%;*/

/*top: 50%;*/

/*transform: translate(-50%, -50%);*/

/*}*/

.ranking-circle .circle-fill {
	position: absolute;

	width: 0px;

	height: 0px;

	background: #fff;

	border-radius: 50%;

	left: 50%;

	top: 50%;

	transform: translate(-50%, -50%);

	/* we animate layout smoothly */

	transition: width 0.4s ease-out, height 0.4s ease-out;
}

.rankings-inner .rankings-number {
	font-size: 150px;

	font-weight: 800;

	line-height: 100px;

	position: relative;

	z-index: 1;
}

.rankings-inner .rankings-number span {
	font-size: 96px;

	background: var(--Linear, linear-gradient(105deg, #e61a2d 10.96%, #e61ad8 92.42%));

	background-clip: text;

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;

	position: relative;

	z-index: 1;
}

.rankings-inner .ranking-circle p {
	margin: 0;

	font-size: 20px;

	line-height: normal;

	color: #000;
}

.rankings-inner .ranking-details {
	display: flex;

	justify-content: space-between;

	align-items: baseline;

	gap: 30px;
}

.our-clients {
	padding-top: 100px;
}

.our-clients h2 {
	font-size: 75px;
	color: #e61a2d;
	font-weight: 700;
	line-height: 87px;
	text-transform: capitalize;
	margin-bottom: 95px;
}

.our-clients h4 {
	font-weight: 700;

	text-transform: capitalize;

	line-height: normal;

	color: #000;

	font-size: 48px;

	text-align: center;

	margin: 0;

	padding: 0;
}

.our-clients .container-custom {
	max-width: 1646px;
}

.logos-wrapper.two {
	margin-top: 90px;
}

.logos-wrapper:nth-child(even) {
	transform: rotateY(180deg);
	will-change: transform;
}

.logos-wrapper {
	display: flex;

	grid-template-columns: repeat(7, 1fr);

	gap: 90px;

	align-items: center;

	justify-content: center;

	flex-wrap: wrap;
}

.logos-wrapper .client-logo {
	display: flex;

	align-items: center;

	justify-content: center;
}

.logos-wrapper .client-logo img {
	width: 100%;
	max-width: 150px;
	object-fit: contain;
	height: fit-content;
}

.who-we-are,
.our-vision {
	background-color: #000;

	color: #fff;
}

.who-we-are .who-we-are-inner,
.our-vision .vision-inner {
	display: flex;

	justify-content: space-between;

	gap: 35px;

	align-items: center;
}

.who-we-are .who-heading {}

.who-we-are .who-heading h2 {}

.who-we-are .who-content{
	max-width: 590px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 35px;
	display: flex;
	flex-direction: column;
}
.our-vision .vision-content {
	max-width: 590px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 35px;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.our-vision h2 {
	text-align: left;

	margin-bottom: 114px;

	max-width: 1532px;

	margin-left: auto;

	margin-right: auto;
}

.our-vision .vision-content h4 {
	color: #8576f5;

	font-weight: 700;

	font-size: 43px;

	line-height: 55px;

	text-transform: capitalize;

	padding-bottom: 34px;
}

.our-vision .vision-media {
	display: flex;

	align-items: center;

	justify-content: center;

	flex: 1;

	max-width: 750px;

	height: 725px;

	position: relative;
}

.our-vision .vision-media img,
.our-vision .vision-media video {
	max-width: 382.492px;

	border-radius: 89px;

	object-fit: cover;

	height: 371.977px;

	position: relative;
}

.our-vision .vision-media img {}

.our-vision .vision-circle {
	background: var(--Linear, linear-gradient(238deg, #8576f5 5.5%, #b54891 23.34%, #ce315f 32.25%, #e61a2d 41.17%, #e61a2d 53%, #8576f5 82.68%));

	position: absolute;

	border-radius: 100%;
}

.our-vision .vision-circle-1,
.our-vision .vision-circle-2 {
	width: 390px;

	height: 390px;

	transform: translate(-2px, 9px);
}

.our-vision .vision-circle-3,
.our-vision .vision-circle-4 {
	width: 81.664px;

	height: 81.664px;

	transform: rotate(-80.379deg);
}

.our-vision .vision-circle-4 {
	transform: translate(-30%, 40%);
}

.our-vision .vision-circle-3 {
	transform: translate(30%, -20%);
}

.our-vision .vision-circle-2 {
	animation: visionMove2 8s ease-in-out infinite;
}

.our-vision .vision-circle-1 {
	animation: visionMove1 8s ease-in-out infinite;
}

.our-vision .vision-circle-4 {
	animation: visionMove4 5s ease-in-out infinite;
}

.our-vision .vision-circle-3 {
	animation: visionMove3 5s ease-in-out infinite;
}

.our-vision .container-custom {
	max-width: 2000px;

	overflow: hidden;
}

.our-vision .vision-inner {
	max-width: 1532px;

	margin: 0 auto;

	padding-bottom: 250px;
}

.our-team h2 {
	margin-bottom: 111px;
}

.team-members {
	display: grid;

	grid-template-columns: repeat(3, 1fr);

	gap: 80px;

	justify-content: space-between;
}

.team-member.team-member-2 {
	margin-top: 130px;
}

.team-member.team-member-5 {
	margin-top: 80px;
}

.team-member .team-thumb {
	border-radius: 74px;
	border: 1px solid #e21a2c;
	background: #f2f2f2;
	box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
	max-width: 442px;
	padding-top: 76px;
	position: relative;
	overflow: hidden;
	height: 551px;
}

.team-member .team-thumb img {
	display: block;

	width: 100%;

	height: auto;

	border-radius: 74px;

	filter: grayscale(100%);

	margin-bottom: -2px;
}

.team-member .team-thumb-overlay {
	position: absolute;

	z-index: 1;

	top: 0;

	width: 100%;

	height: 100%;

	display: none;

	background-color: #d7d7d75c;
}

.team-member .team-thumb:hover .team-thumb-overlay {
	display: block;
}

.team-member .team-thumb-overlay img {
	filter: none;

	margin-top: 10px;
}

.team-details {
	padding-top: 47px;
}

.team-details h4 {
	font-size: 35px;

	margin: 0;

	padding: 0;

	line-height: 35px;

	text-transform: capitalize;

	margin-bottom: 5px;
}

.team-details p {
	margin-bottom: 0;

	text-transform: capitalize;
}

.career-cotnent {
	background-color: #000;
}

.career-cotnent .content-left {
	color: #fff;

	font-size: 18px;

	font-weight: 700;

	line-height: 35px;

	text-transform: capitalize;

	max-width: 782px;
}

.career-cotnent .content-right {
	max-width: 510px;
}

.career-cotnent .content-right img,
.career-cotnent .content-right video {
	max-width: 100%;

	border-radius: 182.5px;
}

.career-cotnent .content-left h6 {
	color: #fd7c88;

	font-size: 25px;

	line-height: 43px;

	font-weight: 700;

	text-transform: capitalize;

	margin-bottom: 50px;
}

.career-cotnent .content-inner {
	display: flex;

	justify-content: space-between;

	gap: 30px;
}

.open-positions {
	background-color: #000;
	color: #fff;
	padding: 150px 0;
	padding-top: 115px;
}

.position-box {
	border-radius: 45px;

	padding: 40px;

	position: relative;

	max-width: 1305px;

	margin: 0 auto;

	display: flex;

	gap: 50px;

	margin-bottom: 150px;
}

.position-box:before {
	content: "";

	position: absolute;

	width: 0%;

	height: 0%;

	opacity: 0;

	background-color: #8576f5;

	left: 0;

	top: 0;

	border-radius: 45px;

	transition: all 0.6s ease-in-out;
}

.position-box:hover:before {
	width: 100%;

	height: 100%;

	opacity: 1;
}

.position-box .position-icon {
	width: 76px;

	height: 76px;

	background-color: #fff;

	border-radius: 76px;

	position: relative;

	transform: rotate(-45deg);

	transition: all 0.5s ease-in-out;

	display: flex;

	align-items: center;

	justify-content: center;
}

.position-box:hover .position-icon {
	transform: rotate(0deg);
}

.position-box .position-icon svg {
	width: 39.598px !important;
}

.position-box h6 {
	position: relative;

	background-color: #000;

	max-width: 806px;

	border-radius: 20.5px;

	font-size: 23px;

	line-height: 35px;

	text-transform: capitalize;

	font-weight: 700;

	padding: 3px 24px;
}

.position-box p {}

.position-box .button {}

.position-box .position-details {
	position: relative;

	margin-top: 22px;
}

.position-box .pos-desc {
	text-transform: capitalize;
	max-width: 862px;
	color: #fff;
	transition: all 0.5s ease-in-out;
	margin-top: 20px;
	margin-bottom: 49px;
}

.position-box .pos-button a {
	color: #fff;

	border-radius: 12px;

	border: 2px solid transparent;

	background: var(--e-61-a-2-d, #e61a2d);

	text-decoration: none;

	font-weight: 700;

	font-size: 20px;

	text-transform: capitalize;

	padding: 10.5px 39px;

	display: inline-block;

	transition: all 0.5s ease-in-out;
}

.position-box .pos-button a:hover {
	background-color: #000;
	border-color: #fff;
}

.proven-impact {
	background-color: #000;

	border-radius: 157px 157px 0 157px;

	padding: 100px 0;

	margin-top: -100px;
}
.video-shape,
.proven-impact svg {
	width: 497.699px;

	height: 500.618px;

	--rotate-start: 0deg;

	--rotate-end: 15.386deg;

	--p: 0;

	transform: rotate(calc(var(--rotate-start) + (var(--rotate-end) - var(--rotate-start)) * var(--p)));

	transition: none !important;
}

.impact-circle {
	width: 216.769px;

	color: #fff;

	font-size: 20px;

	font-weight: 700;

	text-transform: capitalize;

	line-height: normal;

	position: absolute;

	--x: 50%;

	--y: 50%;

	--size: 120px;

	transform: translate(var(--x), var(--y));

	--p: 0;

	right: calc(50% + (var(--x-end) - 50%) * var(--p));

	bottom: calc(40% + ((var(--y-end) - 40%) * var(--p)));

	transition: none !important;
}

.impact-circle .circle-box {
	display: flex;

	background-image: url(../images/impact-circle.svg);

	align-items: center;

	justify-content: center;

	font-size: 46px;

	line-height: normal;

	font-weight: 700;

	color: #fff;

	background-repeat: no-repeat;

	background-position: center;

	margin: 0 auto;

	background-size: cover;

	margin-bottom: 20px;

	width: calc(var(--size) + (var(--size-end) - var(--size)) * var(--p));

	height: calc(var(--size) + (var(--size-end) - var(--size)) * var(--p));
}

.proven-impact .video-wrapper {
	width: 100%;

	height: 100%;
}

.proven-impact h2 {
	text-align: center;

	color: #fff;

	margin-bottom: 50px;
}

.proven-impact video {
	width: 100%;

	height: 100%;

	object-fit: cover;

	display: block;
}

.proven-impact .video-wrapper-outer {
	text-align: center;
	position: relative;
	padding: 180px 0;
	padding-top: 59.4px;
}

/* RIGHT TOP */

.impact-circle-right-top {
	--x-end: 100px;

	--y-end: 65%;

	--size-end: 216.769px;
}

/* LEFT TOP */

.impact-circle-left-top {
	--x-end: 85%;
	--y-end: 84%;
	--size-end: 192.277px;
}

/* LEFT BOTTOM */

.impact-circle-left-bottom {
	--x-end: 80%;
	--y-end: 30%;
	--size-end: 245.151px;
	max-width: 245px;
	width: 100%;
}

/* RIGHT BOTTOM */

.impact-circle-right-bottom {
	--x-end: 17%;
	--y-end: 20%;
	--size-end: 190.245px;
}

/*.proven-impact:hover .impact-circle.impact-circle-right-top {*/

/*right: 100px;*/

/*bottom: 65%;*/

/*}*/

/*.proven-impact:hover .impact-circle.impact-circle-right-top .circle-box {*/

/*width: 216.769px;*/

/*height: 216.769px;*/

/*}*/

/*.proven-impact:hover .impact-circle.impact-circle-left-top {*/

/*right: 85%;*/

/*bottom: 70%;*/

/*}*/

/*.proven-impact:hover .impact-circle.impact-circle-left-top .circle-box {*/

/*width: 192.277px;*/

/*height: 192.277px;*/

/*}*/

/*.proven-impact:hover .impact-circle.impact-circle-left-bottom {*/

/*right: 80%;*/

/*bottom: 30%;*/

/*}*/

/*.proven-impact:hover .impact-circle.impact-circle-left-bottom .circle-box {*/

/*width: 245.151px;*/

/*height: 245.151px;*/

/*}*/

/*.proven-impact:hover .impact-circle.impact-circle-right-bottom {*/

/*right: 17%;*/

/*bottom: 17%;*/

/*}*/

/*.proven-impact:hover .impact-circle.impact-circle-right-bottom .circle-box {*/

/*width: 190.245px;*/

/*height: 190.245px;*/

/*}*/

.contact-overview {
	background-color: #000 !important;
	clear: both;
	z-index: 9999;
	position: relative;
}

.fieldsWrap {
	display: flex;

	gap: 21px;

	color: #fff;

	margin-bottom: 18px;
}

.fieldWrap label {
	font-size: 18px;

	display: block;

	font-weight: 400;

	text-transform: capitalize;

	color: #fff;
}

.cotact-form {
	max-width: 683px;
}

.contact-info {
	font-size: 23px;

	color: #fff;

	font-weight: 400;

	line-height: normal;

	text-transform: capitalize;
}

.contact-info ul {
	list-style: none;

	margin: 0;

	padding: 0;
}

.contact-info ul li {
	padding: 25.5px 117px 25.5px 120px;
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	transition: all 1s;
	margin-left: 30px;
	border-radius: 28px;
	background: transparent;
	overflow: hidden;
	z-index: 9999;
}

/* Background layer */
.contact-info ul li::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	/* start from left */
	height: 100%;
	background: #8576f5 !important;
	border-radius: 28px;
	transition: width 1s ease;
	z-index: -1;
}

/* Text always above */
.contact-info ul li * {
	position: relative;
	z-index: 2;
}

/* Hover animation */
.contact-info ul li:hover {
	border-radius: 28px;
}

.contact-info ul li:hover::after {
	width: 100%;
}

.contact-info ul li.info-email::after {
	display: none;
}

.contact-info ul li.info-email:hover {
	background: transparent;
}

.contact-info ul li:before {
	content: "";

	width: 41.774px;

	display: flex;

	height: 100%;

	position: absolute;

	background-repeat: no-repeat;

	background-position: center center;

	left: 30px;

	top: 50%;

	transform: translateY(-50%);
}

.contact-info ul li a {
	color: #fff;
	text-decoration: none !important;
}

.contact-info ul li a:hover {
	text-decoration: underline;
}

.contact-info ul li.info-address:before {
	background-image: url("../images/icon-address.svg");
}

.contact-info ul li.info-email:before {
	background-image: url("../images/icon-email.svg");
}

.contact-info ul li.info-whatsapp:before {
	background-image: url("../images/icon-whatsapp.svg");
}

.contact-inner {
	display: flex;

	align-items: center;

	justify-content: space-between;

	gap: 30px;
}

.contact-inner .wpcf7-response-output {
	padding-left: 0 !important;
}

footer {
	background-color: #000;

	border-radius: 158px 0 0 0;

	padding: 60px 0 20px 0;
}

.footer-top {
	margin-bottom: 50px;
}

.footer-top img {
	max-width: 210px;
}

.footer-widgets {
	display: grid;

	grid-template-columns: repeat(5, 1fr);

	gap: 25px;
}

.footer-widgets p,
.footer-widgets a,
.footer-widgets li {
	font-size: 13px;

	font-weight: 400;

	line-height: normal;

	text-decoration: none;

	color: #fff;

	margin: 0;
}

.footer-widgets a:hover {
	text-decoration: underline;
}

.footer-widgets li {
	margin-bottom: 13px;
}

.footer-widgets h5 {
	color: #8576f5;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 13px;
}

.footer-widgets li:last-child {
	margin-bottom: 0;
}

.footer-widgets ul {
	list-style: none;

	margin: 0;

	padding: 0;
}

.footer-bottom {
	display: flex;

	color: #fff;

	font-weight: 300;

	font-size: 15px;

	justify-content: space-between;

	margin-top: 50px;
}

.footer-social-media {
	display: flex;

	align-items: center;

	gap: 25px;

	margin-top: 49px;
}

.footer-social-media .media-icons {
	display: flex;

	gap: 13px;
}

.footer-social-media .media-icons a {
	display: flex;

	border: 1px solid #8576f5;

	align-items: center;

	justify-content: center;

	width: 55px;

	height: 55px;

	border-radius: 9px;
}

.footer-social-media .media-icons a img {
	max-width: 90%;
}

.testimonials-wrapper {
	overflow-x: clip;
	/* background-color: #000; */
	overflow-y: visible;
	position: relative;
	padding-top: 0;
}

.testimonials-wrapper:after {
	content: "";
	background-image: url(../images/home-curve-2.svg);
	display: block;
	position: absolute;
	height: 680px;
	width: 180%;
	left: 0px;
	bottom: auto;
	background-position: right top;
	animation: curveDrift 25s ease-in-out infinite;
	transform: scaleY(-1);
	top: 0;
	z-index: -9999;
}

.swiper-slide .slide-inner {
	/*max-width: 442px;*/

	background-color: #fff;

	border-radius: 62px;

	box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.47);

	padding: 29px;

	margin: 0 auto;

	margin-bottom: 50px;

	position: relative;

	height: 616px;
}

.swiper-slide .front-view {
	opacity: 1;

	position: absolute;

	transition: all 1s ease-in-out;

	left: 29px;

	top: 29px;

	width: calc(100% - 58px);

	height: calc(100% - 58px);
}

.front-view .front-media {
	border-radius: 51px;
}

.front-view .front-media video,
.front-view .front-media img {
	max-width: 100%;

	border-radius: 51px;

	height: 331.543px;

	object-fit: cover;

	object-position: center center;
}

.front-view .front-title {
	font-size: 24px;

	font-weight: 700;

	text-transform: capitalize;

	text-align: center;

	margin-top: 10px;
}

.swiper-slide .back-view {
	opacity: 0;
	transition: all 1s ease-in-out;
	position: absolute;
	left: 29px;
	top: 29px;
	width: calc(100% - 58px);
	height: auto !important;
}

.swiper-slide .back-view .back-details {
	padding-top: 75px;
}

.back-view .back-top,
.modal-top {
	display: flex;

	gap: 19px;

	align-items: center;

	margin-bottom: 24px;
}

.back-view .back-top .bck-thumb,
.modal-thumb {
	width: 158px;

	height: 158px;

	border-radius: 158px;
}

.back-view .back-top .bck-thumb img,
.modal-thumb img {
	object-fit: cover;

	width: 100%;

	height: 100%;

	border-radius: 100%;

	object-position: center center;
}

.back-view .back-top .testi-desig,
.modal-top .testi-desig {
	width: calc(100% - 177px);
}

.modal-top .testi-desig {
	max-width: 227px;
}

.back-view .back-top h6,
.modal-top .testi-desig h6 {
	font-size: 17px;

	font-weight: 600;

	margin: 0;

	line-height: normal;

	text-transform: capitalize;

	color: #000;
}

.back-view .back-top span,
.modal-top .testi-desig span {
	font-size: 17px;
	font-weight: 400;
	margin: 0;
	line-height: normal;
	text-transform: capitalize;
	color: #000;
	height: auto;
	display: block;
}

.back-view .short-desc {
	font-size: 17px;

	font-weight: 400;

	margin: 0;

	line-height: normal;

	text-transform: capitalize;

	color: #000;
}

.back-view .open-modal-testi {
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: normal;
	color: #e61a2d;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
	position: relative;
	z-index: 99;
}

.back-details .back-title {
	font-size: 20px;

	font-style: normal;

	font-weight: 700;

	line-height: normal;

	text-transform: capitalize;

	color: #000;

	margin-bottom: 5px;
}

.testi-logos {
	display: grid;

	align-items: center;

	justify-content: center;

	gap: 10px;

	grid-template-columns: repeat(2, 1fr);

	margin-top: 40px;
}

.testi-logos.logos-count-1 {
	grid-template-columns: repeat(1, 1fr);
}

.testi-logos .testi-logo {
	text-align: center;
}

.testi-logos .testi-logo img {
	max-width: 160px;
}

.swiper-slide-active .slide-inner:hover .front-view {
	opacity: 0;
}

.swiper-slide-active .slide-inner:hover .back-view {
	opacity: 1;
}

.animated-tagline {
	position: absolute;

	left: 29px;

	width: calc(100% - 58px);

	text-align: center;

	font-size: 24px;

	font-weight: 700;

	text-transform: capitalize;

	transition: all 0.8s ease;

	color: #000;

	z-index: 3;
}

.swiper-slide-active .slide-inner:hover .animated-tagline {
	top: 205px;

	font-size: 20px;

	text-align: left;
}

.modal-verlay {
	position: fixed;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	background-color: #000000c9;

	z-index: 99;
}

.testimonal-modal {
	position: fixed;
	background-color: #fff;
	width: calc(100% - 40px);
	min-height: 300px;
	top: 50%;
	left: 50%;
	max-width: 1202px;
	transform: translate(-50%, -50%);
	border-radius: 53px;
	z-index: 999999999;
}

.testimonal-modal .clsoe-modal {
	display: inline-block;

	width: 34px;

	height: 34px;

	background-image: url(../images/close-icon.svg);

	background-repeat: no-repeat;

	background-position: center;

	cursor: pointer;

	position: absolute;

	left: 29px;

	top: 29px;
}

.modal-verlay,
.testimonal-modal {
	opacity: 0;

	visibility: hidden;

	transition: all 0.5s ease-in-out;
}

.modal-verlay.active-overlay,
.testimonal-modal.active-modal {
	opacity: 1;

	visibility: visible;
}

.modal-inner .modal-loader {
	min-height: 300px;

	display: flex;

	align-items: center;

	justify-content: center;
}

.test-modal-content {
	display: none;

	max-width: 949px;

	margin: 0 auto;

	padding: 67px 29px;
	padding-bottom: 40px;
}

.modal-tagline {
	font-size: 24px;

	font-weight: 700;

	text-transform: capitalize;

	margin-bottom: 10px;
}

.modal-main-content {
	color: #000;

	font-size: 17px;

	font-style: normal;

	font-weight: 400;

	line-height: normal;

	text-transform: capitalize;
}

.modal-inner .testi-logos {
	display: flex;

	align-items: center;

	justify-content: center;

	gap: 20px;
}

.form-modal-content h6 {
	font-size: 24px;

	font-weight: 700;

	text-transform: capitalize;

	color: #000;

	margin-bottom: 20px;
}

.form-modal-content input:not([type="submit"]),
.form-modal-content input:not([type="radio"]),
.form-modal-content input:not([type="checkbox"]) {
	border: solid 1px #000;
}

.form-modal-content .fieldWrap label {
	color: #000;
}

.form-modal-content input.contact-submit {
	color: #fff;

	border-radius: 12px;

	border: 2px solid #fff;

	background: var(--e-61-a-2-d, #e61a2d);

	text-decoration: none;

	font-weight: 700;

	font-size: 20px;

	text-transform: capitalize;

	padding: 10.5px 39px;

	display: inline-block;

	transition: all 0.5s ease-in-out;
}

.form-modal-content input.contact-submit:hover {
	background-color: #000;
}

/*.my-carousel {*/

/*position: relative;*/

/*padding-bottom: 200px;*/

/*max-width: 100%;*/

/*}*/

/*.swiper {*/

/*padding-bottom: 200px;*/

/*overflow: visible !important;*/

/*}*/

/*.swiper-wrapper {*/

/*!* gap removed because creativeEffect breaks with gap *!*/

/*}*/

/*.swiper-slide {*/

/*display: flex;*/

/*justify-content: center;*/

/*align-items: center;*/

/*transition: transform 0.3s ease;*/

/*}*/

/*!* CARD *!*/

/*.swiper-card {*/

/*display: flex;*/

/*justify-content: center;*/

/*align-items: center;*/

/*aspect-ratio: 2 / 3;*/

/*border-radius: 60px;*/

/*overflow: hidden;*/

/*background: #fff;*/

/*font-size: 22px;*/

/*font-weight: bold;*/

/*color: #000;*/

/*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);*/

/*}*/

/*.my-carousel__actions {*/

/*position: absolute;*/

/*bottom: 0;*/

/*left: 0;*/

/*z-index: 10;*/

/*width: 100%;*/

/*height: 200px;*/

/*display: flex;*/

/*justify-content: center;*/

/*align-items: center;*/

/*gap: 20px;*/

/*}*/

/*.my-carousel__control {*/

/*display: inline-flex;*/

/*background: #fff;*/

/*border: 1px solid #ddd;*/

/*border-radius: 50px;*/

/*padding: 12px 28px;*/

/*font-size: 18px;*/

/*font-weight: 600;*/

/*cursor: pointer;*/

/*transition: 0.3s ease;*/

/*}*/

/*.my-carousel__control:hover {*/

/*background: #f3f3f3;*/

/*}*/

/*!* ACTIVE SLIDE SCALE *!*/

/*.swiper-slide-active .swiper-card {*/

/*transform: scale(1.1);*/

/*}*/

@keyframes curveDrift {
	0% {
		width: 175%;
	}

	50% {
		width: 145%;
	}

	100% {
		width: 175%;
	}
}

@keyframes visionMove1 {
	0% {
		transform: translate(-2px, 9px);

		width: 390px;

		height: 390px;
	}

	50% {
		transform: translate(-137px, -125px);

		width: 300px;

		height: 300px;
	}

	100% {
		transform: translate(-2px, 9px);

		width: 390px;

		height: 390px;
	}
}

@keyframes visionMove2 {
	0% {
		transform: translate(-2px, 9px);

		width: 390px;

		height: 390px;
	}

	50% {
		transform: translate(137px, 125px);

		width: 300px;

		height: 300px;
	}

	100% {
		transform: translate(-2px, 9px);

		width: 390px;

		height: 390px;
	}
}

@keyframes visionMove3 {
	0% {
		width: 452.64px;

		height: 452.64px;

		transform: translate(73%, -70%);
	}

	50% {
		transform: translate(30%, -20%);

		width: 81.664px;

		height: 81.664px;
	}

	100% {
		width: 452.64px;

		height: 452.64px;

		transform: translate(73%, -70%);
	}
}

@keyframes visionMove4 {
	0% {
		width: 452.64px;

		height: 452.64px;

		transform: translate(-105%, 70%);
	}

	50% {
		transform: translate(137px, 125px);

		width: 81.664px;

		height: 81.664px;
	}

	100% {
		width: 452.64px;

		height: 452.64px;

		transform: translate(-105%, 70%);
	}
}

.general-page-content .custom-container {
	width: 1093px;

	margin: 0 auto;
}

.general-page-content {
	padding: 65px 0;
}

.general-page-content .custom-container ol li,
.general-page-content .custom-container ul li,
.general-page-content .custom-container p {
	color: #000;

	font-size: 18px;

	font-style: normal;

	font-weight: 400;

	line-height: 35px;
	/* 194.444% */

	text-transform: capitalize;
}

.general-page-content .custom-container .text-wrapper.general-page h2 {
	color: #000 !important;

	font-size: 18px !important;

	font-style: normal;

	font-weight: 700;

	line-height: 35px !important;

	text-transform: capitalize !important;
}

.banner h1 span {
	text-transform: capitalize;

	margin-top: 15px;
}

/* HOMEPAGE TESTIMONIAL CARD CSS  START */

.testimonials-wrapper .container-custom {
	max-width: 100%;

	padding: 0;

	padding-bottom: 80px;

	overflow: visible !important;
}

/* Slide default */

/* Slide inner box */

/*.testimonials-wrapper .swiper-slide .slide-inner {*/

/*background: #fff;*/

/*border-radius: 30px;*/

/*overflow: hidden;*/

/*transform: translateZ(0);*/

/*}*/

/*!* Center slide *!*/

/*.testimonials-wrapper .slide-center {*/

/*transform: rotate(0deg) scale(1);*/

/*opacity: 1;*/

/*z-index: 3;*/

/*width: 442px !important;*/

/*}*/

/*!* Left slide tilt *!*/

/*.testimonials-wrapper .slide-left {*/

/*transform: rotate(-12deg) scale(0.92);*/

/*z-index: 2;*/

/*opacity: 1;*/

/*}*/

/*!* Right slide tilt *!*/

/*.testimonials-wrapper .slide-right {*/

/*transform: rotate(12deg) scale(0.92);*/

/*z-index: 2;*/

/*}*/

/*.testimonials-wrapper .swiper-wrapper {*/

/*justify-content: space-between;*/

/*display: flex;*/

/*align-items: center;*/

/*gap: 0px;*/

/*}*/

/* HOMEPAGE TESTIMONIAL CARD CSS END */

.key-value-boxes {
	display: grid;

	grid-template-columns: repeat(3, 1fr);

	gap: 85px;

	padding-bottom: 204px;
}

.key-values-box {
	border-radius: 74px;

	border: 1px solid #e21a2c;

	box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);

	padding: 19px;

	height: 616px;

	position: relative;

	transform: rotate(0deg);

	transition: all 1s ease-in-out;

	background-color: #fff;
}

.key-values-box .box-icon {
	width: auto;

	position: absolute;

	transform: translate(-50%, 45px);

	margin: 0 auto;

	left: 50%;

	transition: all 1s ease-in-out;
}

.key-values-box h3 {
	text-align: center;

	margin-bottom: 35px;

	transition: all 1s ease-in-out;

	position: absolute;

	left: 50%;

	transform: translate(-50%, 10px);

	bottom: 90px;
}

.key-values-box .box-tagline {
	margin: 0;

	font-size: 20px;

	font-weight: 400;

	line-height: normal;

	text-align: center;

	text-transform: capitalize;

	min-height: 84px;

	transition: all 1s ease-in-out;

	position: absolute;

	left: 50%;

	transform: translate(-50%, 10px);

	width: 100%;

	bottom: 0;

	opacity: 1;
}

.key-values-box .box-description {
	visibility: hidden;

	opacity: 0;

	transition: all 1s ease-in-out;

	max-width: 372px;

	margin-left: auto;

	margin-right: auto;

	font-size: 18px;

	font-weight: 400;

	line-height: 31px;

	padding-top: 130px;
}

.key-values-box:hover .box-icon {
	left: 45px;

	width: 75px;

	transform: translate(-50%, 25px);
	transition: all 1s ease-in-out;
}

.key-values-box:hover h3 {
	left: 195px;
	font-size: 54px;
	bottom: 75%;
	transition: all 1s ease-in-out;
}

.key-values-box:hover .box-tagline {
	opacity: 0;
}

.key-values-box:hover .box-description {
	visibility: visible;

	opacity: 1;
	transition: all 1s ease-in-out;
}

.footer-top-area-contact {
	position: relative;

	height: 320px;

	overflow-x: clip;
}

.footer-top-area-contact::before {
	position: absolute;

	background: linear-gradient(238deg, #8576f5 5.5%, #b54891 23.34%, #ce315f 32.25%, #e61a2d 41.17%, #e61a2d 53%, #8576f5 82.68%);

	height: 700px;

	z-index: -9;

	content: "";

	top: 0;

	left: 0;

	width: 100%;

	display: block;
}

.footer-top-area-contact:after {
	content: "";

	background-image: url(../images/home-curve-2.svg);

	display: block;

	position: absolute;

	height: 200px;

	width: 180%;

	left: 0px;

	bottom: auto;

	background-position: right top;

	animation: fcurveDrift 10s ease-in-out infinite;

	transform: scaleY(-1);

	top: 0;
}

@keyframes fcurveDrift {

	/* right side – 2 sec delay */
	0% {
		transform: translateX(0) scaleY(-1);
	}

	16.66% {
		transform: translateX(0) scaleY(-1);
	}

	/* move to left */
	50% {
		transform: translateX(-15%) scaleY(-1);
	}

	/* left side – 2 sec delay */
	66.66% {
		transform: translateX(-15%) scaleY(-1);
	}

	/* back to right */
	100% {
		transform: translateX(0) scaleY(-1);
	}
}

.page-template-template-about section.banner.about-banner {
	padding-bottom: 0;
}

.page-template-template-about .banner {
	height: 800px;
}

.page-template-template-about .banner:after {
	height: 350px;
}

.about-inline {
	position: relative;

	width: 100%;

	height: 200px;

	overflow-x: clip;
}

.about-inline:after {
	content: "";

	background-image: url(../images/home-curve-2.svg);

	display: block;

	position: absolute;

	height: 200px;

	width: 180%;

	left: 0px;

	bottom: auto;

	background-position: right top;

	animation: curveDrift 10s ease-in-out infinite;

	transform: scaleY(-1);

	top: 0;
}

@keyframes curveDrift {

	/* right side – 2 sec delay */
	0% {
		transform: translateX(0);
	}

	16.66% {
		transform: translateX(0);
	}

	/* move to left */
	50% {
		transform: translateX(-15%);
	}

	/* left side – 2 sec delay */
	66.66% {
		transform: translateX(-15%);
	}

	/* back to right */
	100% {
		transform: translateX(0);
	}
}

.about-inline:before {
	content: "";

	background-color: #000;

	display: block;

	position: absolute;

	height: 100%;

	width: 100%;

	left: 0;

	display: block;

	top: 0;
}

.testimonials-wrapper .slide-inner {
	max-width: 372px;
	height: 518px;
	min-height: 518px !important;
	bottom: 0;
	margin-bottom: 0;
	margin-top: auto;
	transform: translateY(20%);
}

.swiper-slide-active .slide-inner {
	max-width: 442px !important;
	height: 616px !important;
	min-height: auto !important;
	overflow: hidden;
	margin-bottom: 0;
	transform: translateY(10px);
}

.swiper-slide-active .slide-inner .front-view .front-media video,
.swiper-slide-active .slide-inner .front-view .front-media img {
	max-width: 379px;
	border-radius: 51px;
	height: 451px;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	margin: auto;
}

.js-case-carousel {
	max-width: 85%;
}

.slide-inner .animated-tagline {
	top: 390px;
}

.swiper-slide-active .slide-inner .animated-tagline {
	top: 500px;
}

.testimonials-wrapper h2 {
	color: #fff;
	margin-bottom: 95px;
	font-weight: 700;
}

.swiper-slide-active .slide-inner:hover .animated-tagline {
	top: 205px !important;
	height: auto;
	line-height: normal;
}


.js-case-carousel {
	overflow-x: clip;

	overflow-y: visible;
}

footer p.copyrights {
	text-transform: capitalize;
}

.our-solutions .container-custom {
	max-width: 1369px;

	margin: auto;
}

.solution-content.solution-content-1 {
	border: 2px solid #8576f5;
}

.solution-content.solution-content-2 {
	border: 2px solid #fd7c88;
}

.solution-content.solution-content-3 {
	border: 2px solid #e2fa32;
}

.solution-content.solution-content-4 {
	border: 2px solid #2cb59b;
}

.solutions-contents .solution-content.solution-content-5 span {
	color: #fff !important;
}

.solution-content.solution-content-5 {
	border: 2px solid #e61a2d;
}

.solutions-contents .solution-content.solution-content-5 a {
	color: #e61a2d;
	text-transform: capitalize;
	text-decoration: none;
}

.solution-content.solution-content-6 {
	border: 2px solid #8576f5;
}

.solution-content.solution-content-7 {
	border: 2px solid #fd7c88;
}

.solution-content.solution-content-8 {
	border: 2px solid #e2fa32;
}

.solution-content {
	text-transform: capitalize;
	max-width: 588px;
}

.discover-now {
	padding: 16.5px 0px;
}

.discover-now .btn-wrapper {
	transition: all 1s;
	border: 1px solid transparent;
}

.discover-now .btn-wrapper:hover {
	border-radius: 12px;
	border: 1px solid transparent;
	background: #000;
}

.rankings-inner h2 {
	font-weight: 700;
}

.rankings-inner h4 {
	text-transform: capitalize;
}

.ranking-circle .circle-fill {
	border: 1px solid #e9e4d9;
}

.rankings-inner .ranking-circle p {
	color: #000 !important;
	position: relative;
	z-index: 9;
}

section.ranking-outer {
	z-index: -1;
	position: relative;
}

.rankings-inner .ranking-circle {
	animation: upDown 4.5s ease-in-out infinite;
}

@keyframes upDown {
	0% {
		transform: translateY(62%);
	}

	50% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(62%);
	}
}

.impact-circle-left-bottom .circle-box {
	font-size: 40px;
	text-wrap-mode: wrap;
	line-height: 53px;
	padding: 25px;
}

.impact-circle {
	line-height: 27px;
}

.proven-impact {
	padding-bottom: 0;
}

footer .form-title {
	color: #fff;
	max-width: 270px;
	margin-bottom: 30px;
	font-weight: 500;
	line-height: normal;
}

input:not([type="submit"]),
input:not([type="radio"]),
input:not([type="checkbox"]) {
	padding: 5.5px 20px;
	max-width: 364px;
	height: 50px;
}

.footer-widgets p {
	font-size: 15px;
}

.impact-circle .circle-box span {
	font-size: 53px;
	font-weight: 500;
}

.impact-circle .circle-box {
	gap: 8px;
}

.solutions-heads li {
	width: 551px;
}

.solutions-heads li:after {
	width: 551px;
	left: -19px;
}

.modal-main-content {
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
}

.rankings-inner {
	background: transparent;
	/* border-radius: unset; */
	position: relative;
}

.rankings-inner::after {
	content: "";
	background: linear-gradient(238deg, #8576f5 5.5%, #b54891 23.34%, #ce315f 32.25%, #e61a2d 41.17%, #e61a2d 53%, #8576f5 82.68%);
	border-radius: 96px 96px 0px 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

section.ranking-outer {
	position: unset;
}

.proven-impact {
	position: relative;
	z-index: 9;
}

.swiper-slide .back-view .back-details .testi-logos.logos-count-1 {
	margin-top: 0;
}

.who-we-are .who-heading {
	margin-top: -7px;
}

.key-values-box .box-tagline {
	text-transform: capitalize;
}

.key-values-box .box-tagline::first-letter {
	text-transform: uppercase !important;
	display: inline-block;
}

.key-values-box .box-description br {
	display: none;
}

.key-values-box.key-values-box-3:hover h3 {
	left: 255px;
}

.key-values-box .box-description {
	padding-top: 140px;
}

.key-values-box.key-values-box-3 .box-description {
	padding-top: 170px;
}

.our-values.values-black {
	overflow-x: clip;
	margin-bottom: 150px;
}

/* .our-values.values-black:before {
    content: "";
    background-color: #000;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    display: block;
    top: 0;
} */

.our-values.values-black:after {
	content: "";
	background-image: url(../images/home-curve-2.svg);
	display: block;
	position: absolute;
	height: 200px;
	width: 180%;
	left: 0px;
	bottom: auto;
	background-position: right top;
	animation: curveDrift 25s ease-in-out infinite;
	transform: scaleY(-1) translateY(-91%);
	top: auto;
	bottom: 0;
}

.key-value-boxes {
	padding-bottom: 160px;
}

.team-member .team-thumb:hover .team-thumb-overlay {
	display: block;
	background-color: transparent;
}

.page-template-template-career .banner h1 {
	text-transform: capitalize;
}

.page-template-template-career .home-banner h1 {
	margin-bottom: 45px;
}

.page-template-template-career .banner:after {
	height: 320px;
}

.page-template-template-career .banner:after {
	height: 320px;
}

.page-template-template-career .banner {
	height: 837px;
}

.open-positions h2 {
	margin-bottom: 103px;
}

.call-us-btn-carrer {
	width: 147px;
	height: 147px;
	background: #8576f5;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	border: 7px solid transparent;
	padding: 10px;
	position: absolute;
	opacity: 1;
	right: 6.2%;
	transition: all 1s;
	z-index: 999;
	top: 19%;
}

.open-positions .call-us-btn-carrer {
	position: relative;
	overflow: hidden;
}

.open-positions .call-us-btn-carrer::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #fd7c88;
	border-radius: 50%;
	transform: scale(0);
	transition: transform 1s ease;
	z-index: -1;
}

.open-positions .call-us-btn-carrer:hover::before {
	transform: scale(1);
}

.open-positions .call-us-btn-carrer:hover {
	border-radius: 100%;
	border: 7px solid #8576f5;
	display: flex;
	justify-content: center;
	align-items: center;
}

.call-us-btn-carrer.sticky {
	position: fixed;
	top: 60%;
	right: 6.2%;
}

/* .open-positions .call-us-btn-carrer:hover {
  border-radius: 100%;
  border: 7px solid #8576f5;
  background: #fd7c88;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.open-positions .call-us-btn-carrer a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 38px;
	font-style: normal;
	font-weight: 800;
	line-height: 44px;
	/* 115.789% */
	text-transform: capitalize;
	text-wrap-mode: wrap;
}

.open-positions {
	position: relative;
	padding-bottom: 5px !important;
	overflow-x: clip;
}

.open-positions:after {
	content: "";
	background-image: url(../images/home-curve-2.svg);
	display: block;
	position: absolute;
	height: 200px;
	width: 180%;
	left: 0px;
	bottom: auto;
	background-position: right top;
	animation: flipycurved 10s ease-in-out infinite;
	transform: scaleY(-1) translateY(-91%);
	top: auto;
	z-index: -2;
	bottom: auto;
}

.testimonal-modal .wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: 2px solid #00a0d2;
}

.page-template-template-contact .banner {
	height: 920px;
}

.cotact-form .textarea input:not([type="radio"]),
.cotact-form .textarea input:not([type="checkbox"]) {
	width: 100%;
	max-width: 100%;
}

.cotact-form input.contact-submit {
	max-width: 364px;
	margin-right: 0;
	display: flex;
}

section.banner.about-banner.general-banner {
	height: 960px;
}

.general-post-content ul,
.general-post-content ol,
.general-page ol,
.general-page ul {
	padding-left: 30px;
	margin-bottom: 30px;
}

.page-id-265 .general-page-content {
	padding-top: 2px;
}

.page-id-265 .general-page-content .custom-container .text-wrapper.general-page h2 {
	font-size: 24px !important;
}

footer .wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 0;
}

header.sticky {
	z-index: 999999999;
}

.solutions-contents .solution-content.solution-content-5 span.red {
	color: #e61a2d !important;
}

.values-box.values-box-1:hover .values-box-inner lottie-player {
	transform: rotate(-10.044deg);
}

.swiper-slide.block-case-carousel__item.bottom-prev,
.swiper-slide.block-case-carousel__item.bottom-next {
	position: relative;
	top: 40px;
}

.key-values-box.key-values-box-3:hover h3 {
	left: 245px;
	bottom: 74.6%;
}

.team-member.team-member-5 .team-thumb-overlay img {
	position: absolute;
	top: -90px;
	object-fit: cover;
}

.team-member.team-member-5 .team-thumb {
	padding-top: 33px;
}

.logos-wrapper.two .client-logo img {
	transform: rotateY(180deg);
}

.position-box.active {
	z-index: 999;
}

.team-member.team-member-3 .team-thumb-overlay img {
	margin-top: -5px;
}

.team-member.team-member-4 .team-thumb-overlay img {
	margin-top: 0;
	height: 530px;
}

.team-member.team-member-6 .team-thumb-overlay img {
	filter: none;
	margin-top: 30px;
	height: 500px;
	object-fit: cover;
}

header ul.sub-menu {
	flex-direction: column;
}

header li {
	position: relative;
}

header li .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease;
	border-radius: 8px;
	z-index: 999;
}

header li .sub-menu li:first-child {
	padding-top: 20px;
}

header li .sub-menu li:last-child {
	padding-bottom: 20px;
}

header li .sub-menu li {
	padding: 5px 20px;
}

header li .sub-menu li a {
	text-decoration: none;
	display: block;
	transition: all 0.5s;
	text-shadow: unset;
	color: #000;
	height: auto;
	line-height: normal;
}

header li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

.key-values-box.key-values-box-2:hover .box-icon {
	left: 31px;
	width: 75px;
	transform: translate(0, 0);
	transition: all 1s;
	top: 35px;
}

footer input.submit-button {
	width: 100%;

	height: 49px;

	display: flex;

	align-items: center;

	justify-content: center;

	color: #fff;

	font-size: 20px;

	font-weight: 700;

	transition: all 0.3s;

	margin-top: 15px;
}

footer input.submit-button:hover {
	background-color: #000;
	border-color: #fff;
}

footer input.submit-button {
	max-width: 363px;
	height: 49px;
	transition: all 0.3s;
	margin-top: 0;
	border: unset;
	color: #fff;
	z-index: 4;
	border-radius: 12px;
	background-color: #e61a2d;
	border: 1px solid transparent;
}

footer .footer-form-submit {
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;

	height: 49px;
	border-radius: 12px;

	border: none;
}

/* hover par bhi border change nahi */
footer .footer-form-submit:hover {
	border: none;
}

/* white border overlay */
footer .footer-form-submit::after {
	content: "";
	position: absolute;
	inset: 0;

	background: #000;
	border: 1px solid #fff;
	border-radius: 12px;

	opacity: 0;
	transform: scale(1.05);
	/* start thoda bahar */
	transition: opacity 0.6s ease, transform 0.6s ease;

	z-index: 0;
}

/* hover state */

header nav ul li.home-link {
	display: none;
}

.solutions-contents {
	position: sticky;
	top: 100px;
	/*max-height: calc(100vh - 120px);*/
}

.page-template-template-career .call-us-wrapper {
	display: none !important;
}


.home .banner:after {
	animation: none;
	background-image: none !important;
	display: none !important;
}

svg#wave {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	height: 500px;
}

/* Wave stroke */

#wavePath {
	fill: none;
	stroke: #8576f5;
	stroke-width: 5px;
	vector-effect: non-scaling-stroke;
}

#wavePathh {
	fill: none;
	stroke: #8576f5;
	stroke-width: 5px;
	vector-effect: non-scaling-stroke;
}

/* Black filled area */

#waveFill {
	fill: black;
}

#waveFilll {
	fill: white;
}

.content.custom-container {
	position: relative;
	z-index: 2;
	color: white;
}

.home .testimonials-wrapper:after {
	animation: none;
}

svg#wavee {
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
}

.swiper-slide.block-case-carousel__item.item-4.swiper-slide .back-view .back-details {
	padding-top: 65px;
}



.swiper-slide.block-case-carousel__item.item-4.swiper-slide .testi-logos {
	margin-top: 20px;
}


/* --- Slider Fix Start --- */

/* 1. Fix slide height to avoid layout shift */
.block-case-carousel .swiper-slide {
	height: 420px;
	/* ya tumhare original height */
	overflow: hidden;
	transition: transform 0.45s cubic-bezier(0.4, 0.0, 0.2, 1);
	will-change: transform;
}

/* 2. Inner content scale for smooth animation */
.block-case-carousel .slide-inner {
	height: 100%;
	width: 100%;
	transform: scale(0.92);
	/* normal slides choti lage */
	transition: transform 0.45s cubic-bezier(0.4, 0.0, 0.2, 1);
	will-change: transform;
}

/* 3. Active slide content scale */
.block-case-carousel .swiper-slide-active .slide-inner {
	transform: scale(1);
	/* center slide bada lage */
}

/* 4. Smooth z-index & performance */
.block-case-carousel .swiper-slide-active {
	z-index: 20 !important;
	/* active slide upar rahe */
}

/* --- Slider Fix End --- */

.testimonials-wrapper svg#wavee {
	top: 34%;
	background: #000;
}



.our-values.values-black:after {
	content: "";
	background-image: url(../images/home-curve-2.svg);
	display: block;
	position: absolute;
	height: 200px;
	width: 180%;
	left: 0px;
	bottom: auto;
	background-position: right top;
	animation: flipycurved 10s ease-in-out infinite;
	transform: scaleY(-1) translateY(-91%);
	top: auto;
	bottom: -23%;
}

@keyframes flipycurved {
	0% {
		transform: translateX(0) scaleY(-1);
	}

	16.66% {
		transform: translateX(0) scaleY(-1);
	}

	50% {
		transform: translateX(-15%) scaleY(-1);
	}

	66.66% {
		transform: translateX(-15%) scaleY(-1);
	}

	100% {
		transform: translateX(0) scaleY(-1);
	}
}


.testi-logos.logos-count-3 .testi-logo img {
	max-width: 100px;
}


.testi-logos.logos-count-3 {
	grid-template-columns: repeat(3, 1fr);
}


.safari .cotact-form input.contact-submit {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.front-view .front-media video,
.front-view .front-media img {
	width: 100%;
}
.page-template-template-career .test-modal-content{
	padding-top: 60px;
	padding-bottom: 60px;
}
.page-template-template-career .note {
	margin-bottom: 13px;
	position: relative;
	left: 2px;
}
.page-template-template-career .test-modal-content .note .privacy span.wpcf7-list-item-label {
	position: relative;
	top: -2px;
}

.position-box .pos-desc ul,
.position-box .pos-desc ol{
	padding-left: 20px;
	margin-bottom: 20px;
}
.position-box .pos-desc ul{
	list-style: disc;
}
.position-box .pos-desc ol{
	list-style: decimal;
}
.logos-wrapper .slick-track{
	display: flex;
	align-items: center;
	gap: 20px;
}


.video-mask {
	width: 475px;
	height: 521px;
	-webkit-mask: url(#curveClip);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask: url(#curveClip);
	mask-repeat: no-repeat;
	mask-size: cover;
	overflow: hidden;
}

.video-mask video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-shape {
	overflow: hidden;

	/* Mask */
	-webkit-mask-image: url('../images/shape.png');   /* white shape, transparent background */
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	-webkit-mask-position: center;

	mask-image: url('../images/shape.png');
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
	text-align: center;
	margin: 0 auto;
}

.video-shape video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.who-we-are .who-content p strong{
	font-weight: 700;
}


.page-template-template-contact .banner:after,
.open-positions:after,
.page-template-template-career .banner:after,
.our-values.values-black:after,
.page-template-template-about .about-inline:after,
.page-template-template-about .banner:after{
	display: none !important;
}
.page-template-template-about svg#wave{
	bottom: -70px;
}

.page-template-template-about #waveFilll {
	fill: #000;
}
.page-template-template-about svg#wavee {
	top: 60%;
}
#waveee #waveFillll{
	fill: white;
}
#waveee #wavePathhh{
	fill: none;
	stroke: #8576f5;
	stroke-width: 5px;
	vector-effect: non-scaling-stroke;
}
svg#waveee{
	position: absolute;
	height: 500px;
	width: 100%;
	bottom: -20%;
	left: 0;
}
.page-template-template-career svg#wave{
	bottom: -60px;
}
.page-template-template-career svg#wavee{
	bottom: -2%;
	top:auto;
}