@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap);

:root {
	--easing: cubic-bezier(0.5, 0.7, 0.4, 1)
}

body {
	--page-background: $white-color;
	background-color: var(--page-background)
}

html {
	box-sizing: border-box;
	--top-spacing: 70px;
	scroll-padding-top: var(--top-spacing)
}

@media screen and (max-width:991px) {
	html {
		--top-spacing: 70px
	}
}

*,
:after,
:before {
	/* margin: 0; */
	padding: 0;
	/* box-sizing: border-box; */
}

html {
	scroll-behavior: smooth
}

body {
	overflow-x: hidden;
	background-color: #f2fbfb;
	background-image: url(../images/bg-patch.svg), url(../images/lines.svg), url(../images/bg-patch-two.svg), url(../images/bg-patch-three.svg), url(../images/footer-patch.svg);
	background-position: top, 0 200px, 0 29%, 0 81%, bottom;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: 100% auto, 100% auto, 100% auto, 100% auto, 100% auto;
	margin: var(--top-spacing) auto 0 !important
}

a {
	color: #fff
}

button {
	border: none;
	background: transparent
}

body,
html {
	font-family: Reddit Sans, sans-serif
}

body {
	color: #000;
	line-height: 1.4
}

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

img {
	max-width: 100%;
	/* margin: 0 auto; */
	display: block;
	width: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	/* margin: 0 */
}

h1 {
	color: #000;
	font-family: Reddit Sans, sans-serif;
	font-size: 78px;
	font-weight: 800;
	line-height: 110%;
	letter-spacing: -.02em;
	text-align: center;
	text-shadow: 1px 2px 2px rgba(18, 18, 18, .2)
}

@media screen and (max-width:767px) {
	h1 {
		font-size: 68px
	}
}

@media screen and (max-width:575px) {
	h1 {
		font-size: 48px
	}
}

@media screen and (max-width:359px) {
	h1 {
		font-size: 42px
	}
}

h2 {
	color: #000;
	text-shadow: 1px 2px 2px rgba(18, 18, 18, .2);
	font-family: Reddit Sans, sans-serif;
	font-size: 58px;
	font-style: normal;
	font-weight: 800;
	line-height: 110%;
	letter-spacing: -1.16px
}

@media screen and (max-width:767px) {
	h2 {
		font-size: 50px
	}
}

@media screen and (max-width:575px) {
	h2 {
		font-size: 40px;
		line-height: 110%;
		letter-spacing: -.8px;
		text-align: center
	}
}

p {
	font-size: 16px
}

.clearfix:after {
	clear: both;
	content: "";
	display: table
}

.container {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px
}

@media screen and (max-width:991px) {
	.container {
		padding-left: 16px;
		padding-right: 16px
	}
}

.hide-text {
	overflow: hidden;
	padding: 0;
	text-indent: 101%;
	white-space: nowrap
}

.text-right {
	text-align: right
}

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

a {
	text-decoration: none
}

.select-control {
	position: relative;
	top: 0;
	left: 0
}

.select-control .select-label {
	position: absolute;
	top: -8px;
	left: 16px;
	font-size: 12px;
	padding: 0 8px
}

.select-control .select-label,
.select-control select {
	line-height: 1.5;
	color: #fff;
	font-weight: 500;
	font-family: Reddit Sans, sans-serif
}

.select-control select {
	height: 50px;
	background-color: #fff;
	border: 1px solid #fff;
	width: 100%;
	padding: 8px 24px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff url(../images/icon/select-arrow.png) scroll no-repeat 96% 50%;
	font-size: 14px
}

.select-control select option {
	color: #000
}

.select-control select option:first-child {
	color: #888;
	background-color: transparent;
	opacity: 1
}

.select-control select.error {
	color: #e34949;
	opacity: 1
}

select {
	height: 50px;
	background-color: #fff;
	border: 1px solid #fff;
	width: 100%;
	padding: 8px 24px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff url(../images/icon/select-arrow.png) scroll no-repeat 96% 50%;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	font-weight: 500;
	font-family: Reddit Sans, sans-serif
}

@media screen and (max-width:575px) {
	select {
		background-size: 14px 8px
	}
}

select option {
	color: #000
}

select option:first-child {
	color: #888;
	background-color: transparent;
	opacity: 1
}

select.error {
	color: #e34949;
	opacity: 1
}

::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
	font-size: 14px
}

:-ms-input-placeholder {
	color: #000;
	opacity: 1;
	font-size: 14px
}

::-ms-input-placeholder {
	color: #000;
	opacity: 1;
	font-size: 14px
}

::placeholder {
	color: #000;
	opacity: 1;
	font-size: 14px
}

@media screen and (max-width:640px) {
	.d-none-575 {
		display: none
	}
}

.wrapper {
	margin: 0 auto
}

.container-1000 {
	max-width: 1000px;
	margin: 0 auto
}

.wi-25 {
	width: 25%
}

.wi-30 {
	width: 30%
}

.wi-34 {
	width: 34%
}

.wi-40 {
	width: 40%
}

.wi-50 {
	width: 50%
}

.wi-60 {
	width: 60%
}

.wi-66 {
	width: 66%
}

.wi-70 {
	width: 70%
}

.wi-75 {
	width: 75%
}

.play-pause-btn {
	border: 0;
	background: transparent;
	box-sizing: border-box;
	width: 0;
	height: 40px;
	transition: all .1s ease;
	cursor: pointer;
	position: relative;
	display: block;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 20px 0 20px 35px;
	margin: 0 auto
}

@media screen and (max-width:640px) {
	.play-pause-btn {
		height: 25px;
		border-width: 12px 0 12px 22px
	}
}

.play-pause-btn.paused {
	border-style: double;
	border-width: 0 0 0 20px
}

.play-pause-btn:hover {
	border-color: transparent transparent transparent #000
}

.video-button {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #000;
	padding: 18px;
	border-radius: 50%;
	border: none;
	width: 65px;
	height: 65px;
	transform: translate(-50%, -50%)
}

.progress-container {
	width: 100%;
	height: 2px;
	background: transparent;
	position: absolute;
	left: 0;
	bottom: 0
}

.progress-bar {
	height: 3px;
	background: #000;
	width: 0
}

.responsive-iframe-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 56.25%
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none
}

.video-container {
	padding-bottom: 56.25%
}

.video-container video {
	position: absolute;
	width: 100% !important;
	height: auto !important
}

.bg-video-wrap video {
	min-width: 100%
}

.banner-overlay {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 3px 3px;
	z-index: 2
}

.video-container {
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 70vh;
	padding-bottom: 0
}

.video-container video {
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	margin: 0 auto;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%
}

.bg-video-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: calc(100vh - 110px)
}

@media screen and (max-width:1023px) {
	.bg-video-wrap {
		height: auto
	}
}

.bg-video-wrap video {
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	-o-object-fit: fill;
	object-fit: fill
}

.video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	z-index: 10
}

@media screen and (max-width:1023px) {
	.video-wrapper {
		height: 50vh
	}
}

.video-wrapper video {
	-o-object-fit: fill;
	object-fit: fill;
	height: 100vh
}

@media screen and (max-width:1023px) {
	.video-wrapper video {
		height: 50vh
	}
}

video {
	width: 100%;
	height: auto;
	display: block
}

.spacer {
	padding: 75px 0 0
}

.scroller {
	position: relative
}

.f-0 {
	font-size: 0
}

.di-block {
	display: inline-block;
	font-size: medium
}

.buton {
	border: none
}

.pos-relative {
	position: relative
}

.morecontent span {
	display: none
}

.morelink {
	display: inline-block;
	color: #000
}

.moreellipses {
	display: none
}

.extlink {
	width: 100px;
	height: 100px;
	background: #000;
	display: block;
	position: absolute;
	right: 40px;
	bottom: 44px;
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .3s ease
}

@media screen and (max-width:640px) {
	.extlink {
		width: 50px;
		height: 50px
	}
}

.extlink:hover {
	transform: rotate(1turn), scale(1.1);
	background: #000;
	transition: all .3s ease
}

.extlink:hover img {
	transform: rotate(1turn);
	transition: all .3s ease
}

.btn-freeConsult {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
	justify-content: flex-start;
	align-items: center;
	font-family: Reddit Sans, sans-serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	width: 120px;
	height: 38px;
	text-align: center;
	border-radius: 50px;
	background: #2f67fc;
	background: linear-gradient(82.72deg, #2f67fc 15.52%, #6421eb 103.48%);
	cursor: pointer;
	transition: all .4s ease-in-out;
	width: 240px;
	height: 54px;
	margin: 34px auto 0;
	font-size: 16px;
	padding-left: 31px
}

.btn-freeConsult:hover {
	background-position: 100% 0;
	transition: all .4s ease-in-out;
	background: linear-gradient(0deg, #2f67fc, #2f67fc)
}

.btn-freeConsult:hover:after {
	transition: all .3s ease-in;
	right: 8%
}

.btn-freeConsult:after {
	content: "";
	position: absolute;
	transform: translateY(0);
	right: 10%;
	height: 16px;
	width: 16px;
	background: url(../img/submit-arrow.svg);
	transition: all .3s ease-in
}

.btn-freeConsult img {
	margin: 0 0 0 6px
}

.sect-title {
	display: block;
	font-family: Reddit Sans, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 8px;
	text-transform: uppercase;
	background: linear-gradient(83deg, #2f67fc 15.52%, #6421eb 103.48%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 auto 44px
}

@media screen and (max-width:575px) {
	.sect-title {
		margin-bottom: 16px;
		text-align: center
	}
}

header {
	position: fixed;
	top: 0;
	z-index: 104;
	background: hsla(0, 0%, 100%, .16)
}

header,
header:after {
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px)
}

header:after {
	content: "";
	opacity: .8;
	background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .07) 20.43%, hsla(0, 0%, 60%, .5) 53.5%, hsla(0, 0%, 100%, .07) 80.75%, transparent 98%);
	position: absolute;
	bottom: 0;
	max-width: 1194px;
	height: 1px
}

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

header nav img {
	margin: 0
}

header nav .hamburger-menu {
	display: none
}

header nav .navbar-menu {
	position: relative
}

header nav .navbar-menu ul.menu-list {
	transition: all .3s ease-in-out;
	position: relative;
	list-style: outside none none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap
}

header nav .navbar-menu ul.menu-list li {
	position: relative;
	transition: .3s;
	transition: all .3s ease-in-out
}



header nav .navbar-menu ul.menu-list li.active {
	transition: .3s
}

header nav .navbar-menu ul.menu-list li.active:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 100px;
	background-color: #2f67fc;
	background: linear-gradient(83deg, #2f67fc 15.52%, #6421eb 103.48%)
}

header nav .navbar-menu ul.menu-list li a {
	transition: all .3s ease-in-out;
	color: #12141d;
	padding: 25px 18px;
	display: block
}

header nav .btn-talk,
header nav .navbar-menu ul.menu-list li a {
	font-size: 14px;
	font-family: Reddit Sans, sans-serif;
	text-align: center
}

header nav .btn-talk {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
	justify-content: flex-start;
	align-items: center;
	font-weight: 700;
	font-style: normal;
	width: 120px;
	height: 38px;
	border-radius: 50px;
	background: #2f67fc;
	background: linear-gradient(82.72deg, #2f67fc 15.52%, #6421eb 103.48%);
	cursor: pointer;
	transition: all .4s ease-in-out;
	padding-left: 24px;
	color: #fff
}

header nav .btn-talk:hover {
	background-position: 100% 0;
	transition: all .4s ease-in-out;
	background: linear-gradient(0deg, #2f67fc, #2f67fc)
}

header nav .btn-talk:hover:after {
	transition: all .3s ease-in;
	right: 8%
}

header nav .btn-talk:after {
	content: "";
	position: absolute;
	transform: translateY(0);
	right: 10%;
	height: 16px;
	width: 16px;
	background: url(../img/submit-arrow.svg);
	transition: all .3s ease-in;
	background: url(../img/lets-talk-arrow.svg) no-repeat;
	transform: translateY(2px)
}

.has-submenu{
	display: flex;
	align-items: center;
}

.has-submenu::after{
	content: '⏷';
	position: absolute;
	right: 4px;
	font-size: 9px;
}

.submenu {
    position: absolute;
    top: 50px;
    width: 120px;
    font-size: 13px;
    left: 10px;
	background: #f2fbfa;
    z-index: 1;
	display: none;
}

.sub-item::marker{
	content: '';
}

.sub-item{
	padding: 10px;
}

header nav .navbar-menu ul.menu-list li.sub-item a{
	padding: 0;
	text-align: left;
}

.has-submenu:hover .submenu{
	display: block;
}

@media screen and (max-width:540px) {
	.has-submenu{
		/* display: block; */
	}
	ul.submenu {
		width: 100%;
		background: #fff;
		left: 23px;
	}
	.sub-item {
		padding: 3px 10px;
	}
	.has-submenu::after{
		right: 24px;
		font-size: 14px;
	}
}

@media screen and (max-width:991px) {
	.nav-underline {
		display: none !important
	}

	body {
		position: relative
	}

	body .mask {
		display: none
	}

	body.opened .mask {
		display: block;
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		z-index: 1;
		background: hsla(0, 0%, 100%, .5);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px)
	}

	header {
		padding: 16px 0
	}

	header .container {
		position: relative
	}

	header nav .hamburger-menu {
		display: block
	}

	header nav .hamburger-menu .line {
		fill: none;
		stroke: #12141d;
		stroke-width: 6;
		transition: stroke-dasharray .6s cubic-bezier(.4, 0, .2, 1), stroke-dashoffset .6s cubic-bezier(.4, 0, .2, 1);
		stroke-linecap: round;
		stroke-linejoin: round
	}

	header nav .hamburger-menu .line1 {
		stroke-dasharray: 60 207;
		stroke-width: 6
	}

	header nav .hamburger-menu .line2 {
		stroke-dasharray: 60 60;
		stroke-width: 6
	}

	header nav .hamburger-menu .line3 {
		stroke-dasharray: 60 207;
		stroke-width: 6
	}

	header nav .hamburger-menu .opened .line1 {
		stroke-dasharray: 90 207;
		stroke-dashoffset: -134;
		stroke-width: 6
	}

	header nav .hamburger-menu .opened .line2 {
		stroke-dasharray: 1 60;
		stroke-dashoffset: -30;
		stroke-width: 6
	}

	header nav .hamburger-menu .opened .line3 {
		stroke-dasharray: 90 207;
		stroke-dashoffset: -134;
		stroke-width: 6
	}

	header nav .navbar-menu {
		display: none;
		transition: all .5s ease-in
	}

	header nav .navbar-menu.opened {
		display: block;
		position: absolute;
		left: 0;
		top: 53px;
		background-color: #fff;
		width: 100%;
		right: 0;
		transition: all .5s ease-in
	}

	header nav .navbar-menu ul.menu-list {
		flex-direction: column;
		background: #fff;
		padding-top: 47px;
		padding-bottom: 48px;
		-webkit-backdrop-filter: blur(0);
		backdrop-filter: blur(0);
		transition: all .3s ease-in-out
	}

	header nav .navbar-menu ul.menu-list li {
		transition: all .3s ease-in-out;
		margin-bottom: 3px
	}

	

	

	header nav .navbar-menu ul.menu-list li.active {
		transition: all .3s ease-in-out
	}

	header nav .navbar-menu ul.menu-list li.active:after {
		display: none
	}

	header nav .navbar-menu ul.menu-list li a {
		padding: 16px 32px;
		text-align: left
	}

	header nav .btn-talk {
		display: none
	}
}

.nav-underline {
	position: absolute;
	height: 2px;
	width: 100px;
	background-color: #2f67fc;
	background: linear-gradient(83deg, #2f67fc 15.52%, #6421eb 103.48%);
	left: 0;
	bottom: 0;
	scale: 1.05;
	border-radius: 1px;
	transition: all .3s ease-in-out
}

footer {
	padding: 52px 0 70px;
	margin-top: 80px;
	position: relative
}

footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1200px;
	width: 100%;
	height: 1px;
	background: rgba(18, 20, 29, .1)
}

footer .foot-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between
}

footer .left {
	text-align: left
}

footer .left img {
	margin: 0 0 16px
}

footer .left p {
	font-family: Plus Jakarta Sans, sans-serif;
	font-weight: 300;
	letter-spacing: -.32px
}

footer .left p,
footer .right p {
	color: #12141d;
	font-size: 16px;
	text-align: left;
	margin-bottom: 28px;
	font-style: normal;
	line-height: 100%
}

footer .right p {
	font-weight: 800
}

footer .right .social-sect {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center
}

footer .right .social-sect .social-list {
	list-style: outside none none;
	padding: 0;
	margin: 0
}

footer .right .social-sect .social-list:not(:last-child) {
	margin: 0 30px 0 0
}

footer .right .social-sect .social-list:first-child li {
	background-image: url(../images/LinkedIn.svg)
}
footer .right .social-sect .social-list:nth-child(2) li {
	background-image: url(../images/SocialIcons.png)
}
footer .right .social-sect .social-list:last-child li {
	background-image: url(../images/LinkedIn.svg)
}

footer .right .social-sect .social-list li {
	list-style: outside none none;
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0
}

footer .right .social-sect .social-list li a {
	color: #12141d;
	font-size: 16px;
	font-family: Reddit Sans, sans-serif;
	font-weight: 600;
	text-align: left;
	padding-left: 40px;
	line-height: 100%;
	letter-spacing: -.32px
}

.backtop-btn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	padding: 14px 15px 0;
	overflow: hidden
}

.backtop-btn img {
	animation: fadeInUp 3s infinite
}

@media screen and (max-width:1280px) {
	footer:before {
		max-width: calc(100% - 32px)
	}
}

@media screen and (max-width:991px) {
	footer {
		margin-top: 70px
	}

	footer .foot-flex {
		flex-direction: column
	}

	footer .left p {
		margin-bottom: 61px
	}

	footer .right p {
		margin-bottom: 28px
	}
}

@media screen and (max-width:575px) {
	footer {
		padding: 40px 0 60px
	}

	footer .foot-flex {
		flex-direction: column
	}
}

@media screen and (max-width:389px) {
	footer .left p {
		font-size: 15px;
		line-height: 1.4
	}

	footer .right .social-sect .social-list:not(:last-child) {
		margin: 0 24px 0 0
	}
}

@media screen and (max-width:380px) {
	footer .left p {
		font-size: 14px
	}

	footer .right .social-sect .social-list:not(:last-child) {
		margin: 0 12px 0 0
	}

	footer .right .social-sect .social-list li a {
		padding-left: 30px
	}
}

@media screen and (max-width:345px) {
	footer .left p {
		font-size: 13px
	}
}

.btn-hover {
	position: relative;
	display: inline-block;
	color: #fff;
	overflow: hidden;
	transition: all 1s ease
}

.btn-hover:before {
	background: #000;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transition: all .3s ease;
	width: 100%;
	height: 0%;
	transform: translate(-50%, -50%) rotate(40deg)
}

.btn-hover:hover {
	color: #fff !important
}

.btn-hover:hover:before {
	height: 380%
}

.breadcrumb {
	list-style: outside none none;
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 14px 0
}

.breadcrumb li {
	color: #000;
	font-family: Reddit Sans, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	padding-right: 19px;
	margin-right: 12px;
	position: relative
}

.breadcrumb li:not(:last-child):after {
	content: ">";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #000
}

.breadcrumb li a {
	color: #000
}

.top-to-btm {
	display: block;
	width: 85px;
	height: 65px;
	position: absolute;
	left: 0;
	top: auto;
	bottom: auto;
	margin-top: -65px;
	background: #000;
	padding: 16px 24px;
	z-index: 10
}

.top-to-btm img {
	animation: bounce 2s infinite
}

.top-sect {
	padding: 112px 0 69px
}

.top-sect .c-name {
	font-size: 14px;
	font-weight: 800
}

.top-sect .sect-title {
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	letter-spacing: 8px;
	text-transform: none;
	display: block;
	background: #2f67fc;
	background: linear-gradient(82.72deg, #2f67fc 15.52%, #6421eb 103.48%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent
}

.top-sect p {
	font-family: inherit;
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
	text-align: center;
	color: inherit;
	opacity: .6;
	margin: 20px 0 0
}

.scroll-point {
	position: relative;
	height: 100px
}

.scroll-point .btn-scrollDown {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	font-family: Poppins, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 10px;
	line-height: 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.scroll-point .btn-scrollDown .scrollDown-Arrow {
	width: 18px;
	height: 33px;
	margin-top: -5px;
	animation: bounce 1.5s infinite
}

@keyframes bounce {
	0% {
		transform: translateY(0);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	to {
		transform: translateY(20px);
		opacity: 0
	}
}

.fearLs-bg {
	background: transparent url(../images/fear-LS-text.png) scroll no-repeat top;
	background-size: contain;
	max-width: 1280px;
	margin: 0 auto
}

.customer {
	padding: 45px 0 77px;
	margin-top: 15px
}

.customer p {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	letter-spacing: -1px;
	margin-bottom: 77px
}

.customer .flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 70px
}

.customer .flex:not(:last-child) {
	margin-bottom: 47px
}

.customer .flex .thumb {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto
}

.how-it-works {
	padding: 77px 0
}

.how-it-works h2 {
	max-width: 900px;
	width: 100%;
	text-align: left;
	margin-bottom: 10px
}

.how-it-works .journey {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end
}

.how-it-works .journey .journey-box {
	flex-grow: 0;
	flex-basis: auto;
	max-width: 282px;
	width: 100%;
	margin-right: 24px;
	background-color: transparent;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain
}

.how-it-works .journey .journey-box:first-child {
	background-image: url(../images/bg.png);
	height: 407px
}

.how-it-works .journey .journey-box:nth-child(2) {
	background-image: url(../images/bg-1.png);
	height: 447px
}

.how-it-works .journey .journey-box:nth-child(3) {
	background-image: url(../images/bg-2.png);
	height: 487px
}

.how-it-works .journey .journey-box:nth-child(4) {
	background-image: url(../images/bg-3.png);
	height: 527px;
	margin-right: 0
}

.how-it-works .journey .journey-box .j-top {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 86px 50px 24px
}

.how-it-works .journey .journey-box .j-top .number {
	color: #12141d;
	text-align: right;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	display: none
}

.how-it-works .journey .journey-box .j-content {
	padding: 0 50px 16px
}

.how-it-works .journey .journey-box .j-content p {
	color: #12141d;
	font-style: normal;
	text-align: left;
	margin-bottom: 16px
}

.how-it-works .journey .journey-box .j-content p.j-heading {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px
}

.how-it-works .journey .journey-box .j-content p.j-text {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.6px;
	opacity: .6
}

.who-we {
	padding: 77px 0
}

.who-we .heading {
	font-size: 16px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 8px;
	text-align: left;
	background: linear-gradient(82.72deg, #2f67fc 15.52%, #6421eb 103.48%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	margin: 0 auto 44px
}

.who-we h2 {
	margin-bottom: 64px
}

.who-we .flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch
}

.who-we .content {
	width: 59%;
	padding-right: 18px
}

.who-we .content .info {
	padding-left: 102px;
	margin-bottom: 92px
}

.who-we .content .info p {
	border-left: 2px solid #2f67fc;
	padding-left: 53px;
	max-width: 486px;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	text-align: left
}

.who-we .thumbnail {
	width: 41%
}

.who-we .btn-freeConsult,
.who-we .thumbnail img {
	margin: 0
}

.methods {
	padding: 116px 0 49px;
	text-align: center
}

.methods .sect-title {
	margin-bottom: 16px
}

.methods h2 {
	margin-bottom: 48px
}

.methods .all-methods {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 24px;
	justify-content: space-between;
	align-items: stretch;
	align-content: center
}

.methods .all-methods .method-box {
	position: relative;
	padding: 33px;
	width: 100%;
	text-align: left;
	border-radius: 24px;
	border-top: 1.5px solid rgba(47, 103, 252, .3);
	border-left: 1.5px solid rgba(47, 103, 252, .3);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .25);
	max-width: 380px;
	min-height: 286px
}

.methods .all-methods .method-box:before {
	content: "";
	width: 100%;
	height: 286px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .4;
	border-radius: 24px;
	background: linear-gradient(122deg, rgba(47, 103, 252, .2) 2.06%, rgba(47, 103, 252, 0) 31.44%, rgba(47, 103, 252, 0)), linear-gradient(105deg, hsla(0, 0%, 100%, .11) -3.07%, hsla(0, 0%, 100%, .11) 49.04%, hsla(0, 0%, 100%, 0) 97.84%)
}

.methods .all-methods .method-box .img-box {
	height: 48px;
	width: 48px;
	margin-bottom: 28px
}

.methods .all-methods .method-box .img-box img {
	text-align: left;
	margin: 0
}

.methods .all-methods .method-box h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	text-align: left;
	color: #12141d;
	margin-bottom: 16px
}

.methods .all-methods .method-box P {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	color: #12141d;
	opacity: .6;
	margin-bottom: 8px
}

.feartxt .fear-txt {
	font-size: 318px;
	font-weight: 900;
	line-height: 413.03px;
	letter-spacing: .04em;
	text-align: center;
	color: #12141d;
	opacity: 1%;
	text-transform: uppercase;
	margin: 0 auto
}

.consult {
	padding-top: 188px;
	background: transparent url(../images/fear-LS-text.png) scroll no-repeat top;
	background-size: contain;
	max-width: 1280px;
	margin: 0 auto
}

.consult .sect-title {
	margin-bottom: 8px
}

.consult .form .formSection h2 {
	margin-bottom: 34px
}

.testimonial {
	padding: 149px 0 0;
	background: transparent url(../images/testimonial-bg.svg) scroll top no-repeat;
	background-size: 100% auto
}

.testimonial p {
	text-align: center;
	margin-bottom: 16px
}

.testimonial h2 {
	text-align: center;
	margin-bottom: 84px
}

.testimonial .testi {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 54px;
	align-items: stretch;
	align-content: center
}

.testimonial .testi .testi-box p {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	color: #12141d;
	opacity: 1%;
	margin-bottom: 34px
}

.testimonial .testi .testi-box .thumbnail {
	position: relative;
	margin-bottom: 34px
}

.testimonial .testi .testi-box .thumbnail img {
	border-radius: 15px
}

.testimonial .testi .testi-box .thumbnail .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.testimonial .testi .testi-box .thumbnail .play-icon a {
	cursor: pointer
}

.testimonial .testi .testi-box .name-postion {
	text-align: left
}

.testimonial .testi .testi-box .name-postion .name {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	text-align: left;
	color: #12141d
}

.testimonial .testi .testi-box .name-postion .position {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	color: #12141d;
	opacity: 1%;
	margin-bottom: 0
}

#video-popup-container {
	display: none;
	position: fixed;
	z-index: 996;
	width: 50%;
	left: 56%;
	margin-left: -30%;
	top: 20%;
	background-color: #fff
}

#video-popup-close {
	cursor: pointer;
	position: absolute;
	right: -27px;
	top: -27px;
	z-index: 998;
	width: 30px;
	height: 30px;
	border-radius: 25px;
	text-align: center;
	font-size: 14px;
	background-color: #000;
	line-height: 25px;
	color: #fff;
	padding: 2px
}

#video-popup-iframe-container {
	z-index: 997;
	padding-bottom: 56.25%;
	border: 3px solid #fff;
	border-radius: 2px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .8)
}

#video-popup-iframe,
#video-popup-iframe-container {
	position: absolute;
	width: 100%;
	background-color: #000
}

#video-popup-iframe {
	z-index: 999;
	height: 100%;
	left: 0;
	top: 0
}

#video-popup-overlay {
	display: none;
	position: fixed;
	z-index: 995;
	top: 0;
	background-color: #000;
	opacity: .8;
	width: 100%;
	height: 100%
}

#video-popup-close:hover {
	color: #de0023
}

@media screen and (max-width:1239px) {

	.how-it-works .journey .journey-box .j-content,
	.how-it-works .journey .journey-box .j-top {
		padding-left: 40px;
		padding-right: 40px
	}

	.how-it-works .journey .journey-box .j-top {
		padding: 104px 50px 12px
	}

	.how-it-works .journey .journey-box .j-content {
		padding-bottom: 15px
	}

	.how-it-works .journey .journey-box .j-content p.j-heading {
		margin-bottom: 10px
	}
}

@media screen and (max-width:1279px) {

	.consult,
	.fearLs-bg {
		background-size: 90% auto
	}

	.consult {
		padding-top: 173px
	}
}

@media screen and (max-width:1159px) {
	.how-it-works .journey {
		flex-wrap: wrap;
		justify-content: center
	}

	.how-it-works .journey .journey-box .j-content,
	.how-it-works .journey .journey-box .j-top {
		padding-left: 44px;
		padding-right: 44px
	}

	.testimonial .testi {
		flex-wrap: wrap;
		justify-content: center
	}
}

@media screen and (max-width:1023px) {
	.customer .flex {
		gap: 50px
	}

	.who-we .flex {
		flex-direction: column
	}

	.who-we .content {
		width: 100%;
		padding-right: 0
	}

	.who-we .content h2 {
		margin-bottom: 50px
	}

	.who-we .content .info {
		padding-left: 0;
		margin-bottom: 50px
	}

	.who-we .content .info p {
		max-width: 100%
	}

	.who-we .thumbnail {
		width: 100%;
		margin-bottom: 50px
	}

	.who-we .btn-freeConsult,
	.who-we .thumbnail img {
		margin: 0 auto
	}

	.methods .all-methods {
		flex-wrap: wrap;
		justify-content: center
	}

	.consult {
		padding-top: 105px
	}

	.consult .form {
		flex-direction: column
	}

	.consult .form .formSection {
		margin: 50px 0 0
	}
}

@media screen and (max-width:575px) {
	.top-sect {
		padding: 100px 0 134px
	}

	.top-sect .sect-title {
		margin-bottom: 24px
	}

	.top-sect p {
		color: #12141d;
		text-align: center;
		font-family: Reddit Sans, sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%
	}

	.top-sect p br {
		display: none
	}

	.customer {
		padding: 34px 0 116px;
		background-size: 322px auto
	}

	.customer .flex {
		flex-wrap: wrap
	}

	.customer .flex .thumb:last-child {
		margin-bottom: 0
	}

	.how-it-works,
	.who-we {
		padding: 44px 0
	}

	.who-we h2 {
		margin-bottom: 40px
	}

	.who-we .flex {
		flex-direction: column
	}

	.who-we .content {
		width: 100%;
		padding-right: 0
	}

	.who-we .content .info {
		padding-left: 0;
		margin-bottom: 40px
	}

	.who-we .content .info p {
		padding-left: 40px
	}

	.who-we .thumbnail {
		width: 100%;
		margin-bottom: 40px
	}

	.methods {
		padding: 44px 0 16px
	}

	.methods h2 {
		margin-bottom: 40px
	}

	.methods .all-methods {
		flex-direction: column;
		justify-content: center;
		gap: 0
	}

	.methods .all-methods .method-box {
		max-width: 356px;
		margin: 0 auto 24px
	}

	.consult {
		padding-top: 72px;
		background-size: 322px auto
	}

	.consult .form .formSection {
		margin-top: 24px;
		padding: 0
	}

	.testimonial {
		padding: 103px 0 0;
		background: none
	}

	.testimonial h2 {
		margin-bottom: 40px
	}

	.testimonial .testi {
		flex-wrap: wrap;
		justify-content: center;
		gap: 40px
	}

	#video-popup-container {
		width: 80%;
		left: 39%
	}

	#video-popup-close {
		right: -20px;
		top: -20px
	}
}

@media screen and (max-width:380px) {
	.customer .flex {
		gap: 35px
	}
}

@media screen and (max-width:320px) {
	.customer .flex {
		gap: 24px
	}
}

.contact-hero {
	padding-top: 130px;
	margin: 59px 0
}

.contact-hero p {
	font-size: 24px;
	font-weight: 400;
	line-height: 33.6px;
	text-align: center
}

#chartdiv {
	width: 100%;
	height: 500px
}

#chartdiv .am5-tooltip-container {
	display: none
}

.form {
	display: flex
}

.form .formSection {
	margin-left: 120px
}

.form .formSection h2 {
	text-align: left
}

.form .formSection .form-control {
	position: relative;
	margin: 32px 0;
	width: 100%
}

.form .formSection .form-control input,
.form .formSection .form-control textarea {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #bcbcd9;
	display: block;
	width: 100%;
	padding: 8px 0 24px;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -.32px;
	text-align: left;
	color: #12141d;
	font-family: Reddit Sans, sans-serif
}

.form .formSection .form-control textarea {
	margin: 0;
	padding-top: 15px;
	resize: none;
	line-height: normal
}

.form .formSection .form-control input:focus,
.form .formSection .form-control input:valid .form-control textarea:valid,
.form .formSection .form-control textarea:focus {
	outline: 0;
	border-color: #001c54
}

.form .formSection .form-control label {
	position: absolute;
	top: 6px;
	pointer-events: none
}

.form .formSection .form-control sup {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 18px
}

.form .formSection .form-control label span {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -.32px;
	text-align: left;
	color: #12141d;
	min-width: 5px;
	transition: .3s cubic-bezier(.68, -.55, .265, 1.55)
}

.form .formSection .form-control input:focus+label span,
.form .formSection .form-control input:valid+label span,
.form .formSection .form-control textarea:focus+label span,
.form .formSection .form-control textarea:valid+label span {
	color: #12141d;
	transform: translateY(-20px)
}

.form .formSection .form-control textarea:focus {
	white-space: inherit
}

.form .formSection .form-control select {
	width: 100%;
	height: 38px;
	color: #7a7a7a;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	font-size: 12px;
	text-indent: 4px
}

.form .formSection .form-control button {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	position: relative;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	width: 120px;
	height: 38px;
	text-align: center;
	border-radius: 50px;
	background: #2f67fc;
	background: linear-gradient(82.72deg, #2f67fc 15.52%, #6421eb 103.48%);
	cursor: pointer;
	transition: all .4s ease-in-out;
	width: 180px;
	height: 54px;
	gap: 6px;
	border: 0;
	text-align: left;
	color: #fff;
	font-family: Reddit Sans, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-left: 54px
}

.form .formSection .form-control button:hover {
	background-position: 100% 0;
	transition: all .4s ease-in-out;
	background: linear-gradient(0deg, #2f67fc, #2f67fc)
}

.form .formSection .form-control button:hover:after {
	transition: all .3s ease-in;
	right: 8%
}

.form .formSection .form-control button:after {
	content: "";
	position: absolute;
	transform: translateY(0);
	right: 10%;
	height: 16px;
	width: 16px;
	background: url(../img/submit-arrow.svg);
	transition: all .3s ease-in
}

.form .formSection .form-control button:hover:after {
	right: 19%
}

.form .formSection .form-control button:after {
	right: 47px
}

.form .formSection .form-control button span {
	opacity: .8
}

.form .formSection .form-control button img {
	margin: 0
}

.form .formSection .mailto a {
	color: #12141d;
	font-family: Plus Jakarta Sans, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -.36px;
	cursor: pointer
}

.form .formSection .mailto span {
	font-family: Plus Jakarta Sans, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 21.6px;
	letter-spacing: -.02em;
	text-align: left
}

#mapSection {
	padding-top: 155px;
	overflow-x: auto
}

#mapSection .global-map,
#mapSection .global-map .container {
	position: relative
}

#mapSection .global-map .circleContainer {
	position: absolute
}

#mapSection .global-map .circleContainer a {
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: block;
	position: relative;
	z-index: 111
}

#mapSection .global-map .circleContainer .svg-area {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%
}

#mapSection .global-map .circleContainer #core {
	fill: #3068fc;
	animation: pulse1 1.5s ease-in-out infinite
}

#mapSection .global-map .circleContainer #radar {
	fill: hsla(0, 0%, 100%, .5);
	animation: pulse2 1.5s ease-in-out infinite;
	border: 1px solid #d9d9d9
}

#mapSection .global-map .mumbai-point {
	right: 373px;
	top: 230px
}

#mapSection .global-map .navi-mumbai-point {
	right: 400px;
	top: 236px
}

#mapSection .global-map .bengaluru-point {
	right: 379px;
	top: 250px
}

#mapSection .global-map .gurugram-point {
	right: 375px;
	top: 203px
}

#mapSection .global-map .hyderabad-point {
	right: 361px;
	top: 230px
}

#mapSection .global-map .usa-point {
	left: 242px;
	top: 104px
}

#mapSection .global-map .dubai-point {
	right: 482px;
	top: 253px
}

#mapSection .global-map .london-point {
	left: 542px;
	top: 69px
}

#mapSection .global-map .tooltipContainer {
	top: -207px;
	left: -182px;
	gap: 0;
	z-index: 5555;
	position: absolute;
	display: none
}

#mapSection .global-map .tooltipContainer .tooltip {
	width: 375px;
	height: 200px;
	border-radius: 8px;
	opacity: 1px;
	box-shadow: 12px 12px 50px 0 rgba(0, 0, 0, .4);
	position: relative;
	background: #fff
}

#mapSection .global-map .tooltipContainer .tooltip span {
	width: 0;
	height: 0;
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: 14px 12.5px 0;
	transform: rotate(0deg);
	bottom: -13px;
	left: 48%;
	position: absolute
}

#mapSection .global-map .tooltipContainer .tooltip address {
	font-size: 14px;
	font-weight: 500;
	line-height: 18.18px;
	text-align: left;
	padding: 28px 15px 28px 44px;
	font-style: normal;
	color: #000
}

#mapSection .global-map .tooltipContainer .tooltip address b {
	font-weight: 700;
	font-size: 16px
}

#mapSection .global-map .tooltipContainer .tooltip address b:first-child {
	margin-bottom: 8px;
	display: block;
	position: relative
}

#mapSection .global-map .tooltipContainer .tooltip address b:first-child:after {
	content: "";
	position: absolute;
	left: -24px;
	top: 0;
	background: url(../img/map-pin-icon.svg) no-repeat;
	width: 14px;
	height: 14px
}

#mapSection .global-map .tooltipContainer .tooltip address b:last-child {
	display: block;
	position: relative;
	margin-top: 15px
}

#mapSection .global-map .tooltipContainer .tooltip address b:last-child:after {
	content: "";
	position: absolute;
	left: -24px;
	top: 0;
	background: url(../img/call-icon.svg) no-repeat;
	width: 14px;
	height: 14px
}

#mapSection .global-map .tooltipContainer .tooltip address p {
	display: block
}

#mapSection .outercircle {
	width: 32px;
	height: 32px;
	top: 1630px;
	left: 945px;
	gap: 0;
	opacity: 0;
	background: hsla(0, 0%, 85.1%, .5);
	border: 1px solid #fff
}

#mapSection .global-map .circleContainer.active .tooltipContainer {
	opacity: 1
}

.tooltipContainer {
	display: none;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .3s ease, transform .3s ease
}

#mapSection .global-map .tooltipContainer.active {
	display: block;
	opacity: 1;
	transform: translateY(0)
}

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

	30% {
		opacity: 1;
		transform: scale(1.5)
	}

	60% {
		opacity: 1;
		transform: scale(2)
	}

	to {
		opacity: 1;
		transform: scale(2)
	}
}

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

	50% {
		opacity: 1
	}

	to {
		transform: scale(6);
		opacity: 0
	}
}

.loc-details {
	background: url(../images/fear-LS-text.png) scroll no-repeat top;
	padding-top: 155px;
	margin-top: 50px;
	font-size: 24px
}

.loc-details p {
	color: #12141d
}

.loc-details p,
.loc-details p a {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: -.48px
}

.loc-details p a {
	background: linear-gradient(83deg, #2f67fc 15.52%, #6421eb 103.48%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Reddit Sans
}

.loc-details .container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 0 auto
}

.loc-details div {
	margin: 0 20px;
	width: 85%
}

.loc-details a {
	color: #2f67fc
}

.cntDtls {
	margin: 120px 0
}

.cntDtls .container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 0 auto;
	flex-wrap: wrap
}

.cntDtls .cntBox {
	position: relative;
	height: 226px;
	gap: 0;
	border-top: 1.5px solid rgba(47, 103, 252, .3);
	border-left: 1.5px solid rgba(47, 103, 252, .3);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	border-radius: 24px;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .25);
	padding: 35px;
	width: 30.9%;
	margin: 14px
}

.cntDtls .cntBox:before {
	content: "";
	width: 100%;
	height: 226px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .4;
	border-radius: 24px;
	background: linear-gradient(122deg, rgba(47, 103, 252, .2) 2.06%, rgba(47, 103, 252, 0) 31.44%, rgba(47, 103, 252, 0)), linear-gradient(105deg, hsla(0, 0%, 100%, .11) -3.07%, hsla(0, 0%, 100%, .11) 49.04%, hsla(0, 0%, 100%, 0) 97.84%)
}

.cntDtls .cntBox img {
	display: inline-block
}

.cntDtls .cntBox a {
	cursor: pointer;
	text-decoration: none
}

.cntDtls .cntBox a:hover {
	color: #12141d
}

.cntDtls .cntBox h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin: 16px 0 6px
}

.cntDtls .cntBox a,
.cntDtls .cntBox h3,
.cntDtls .cntBox p {
	color: #12141d;
	font-family: Reddit Sans, sans-serif;
	font-style: normal
}

.cntDtls .cntBox a,
.cntDtls .cntBox p {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	opacity: .6
}

@media screen and (max-width:1239px) {
	.loc-details {
		background-size: 90%
	}

	.cntDtls .cntBox {
		width: 30%
	}

	.global-map {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		max-width: 1134px;
		height: 525px;
		background-position: 50%;
		margin: 0 auto;
		overflow: visible;
		width: 100%
	}

	.global-map img {
		width: 1135px;
		height: 525px;
		max-width: 1135px
	}
}

@media screen and (max-width:1239px) {
	#mapSection .global-map .usa-point {
		left: 222px
	}

	#mapSection .global-map .mumbai-point {
		right: 340px
	}

	#mapSection .global-map .navi-mumbai-point {
		right: 357px
	}

	#mapSection .global-map .bengaluru-point {
		right: 339px
	}

	#mapSection .global-map .gurugram-point {
		right: 347px
	}

	#mapSection .global-map .hyderabad-point {
		right: 341px
	}

	#mapSection .global-map .london-point {
		left: 522px
	}

	#mapSection .global-map .dubai-point {
		right: 482px
	}
}

@media screen and (max-width:1023px) {
	.loc-details div {
		width: 95%
	}

	.form .formSection {
		margin-left: 50px
	}
}

@media screen and (max-width:991px) {
	.contact-hero {
		padding-top: 110px;
		padding-bottom: 80px;
		margin: 0
	}
}

@media screen and (max-width:767px) {
	.loc-details {
		margin-top: 0
	}

	.cntDtls {
		margin: 60px 0
	}

	.cntDtls .cntBox {
		width: 46%
	}

	.form {
		flex-direction: column
	}

	.form .formSection {
		margin: 50px 0 0
	}

	#map {
		padding-top: 50px;
		overflow-x: scroll
	}

	#map .global-map {
		width: 990px
	}
}

@media screen and (max-width:640px) {
	.cntDtls .cntBox {
		width: 45%
	}
}

@media screen and (max-width:575px) {
	.contact-hero p {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%
	}

	.consult .form .formSection h2 {
		margin-bottom: 24px;
		text-align: left
	}

	.cntDtls .container,
	.loc-details .container {
		flex-direction: column;
		align-items: center
	}

	.loc-details div {
		margin: 14px 0
	}

	.cntDtls .cntBox {
		width: 94%
	}

	.loc-details {
		background: url(../images/fear-LS.png) top no-repeat;
		padding-top: 15px;
		background-size: 90%
	}

	.formLt-img img {
		width: 100%
	}

	#mapSection {
		padding-top: 80px;
		margin-bottom: 40px
	}

	.cntDtls .cntBox {
		margin: 12px 0
	}

	.form .formSection .form-control:last-child {
		margin-bottom: 12px
	}
}

.service {
	padding-bottom: 40px
}

.service .abt-client .abt-sec {
	padding: 44px 100px;
	border-top: 1.5px solid rgba(47, 103, 252, .3);
	border-left: 1.5px solid rgba(47, 103, 252, .3);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	border-radius: 24px;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .25);
	margin-bottom: 34px
}

.service .abt-client .abt-sec:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .4;
	border-radius: 24px;
	background: linear-gradient(122deg, rgba(47, 103, 252, .2) 2.06%, rgba(47, 103, 252, 0) 31.44%, rgba(47, 103, 252, 0)), linear-gradient(105deg, hsla(0, 0%, 100%, .11) -3.07%, hsla(0, 0%, 100%, .11) 49.04%, hsla(0, 0%, 100%, 0) 97.84%)
}

.service .abt-client .abt-sec .di-flex {
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: center
}

.service .abt-client .abt-sec .abt-txt .abt-icon img {
	margin: 0 0 24px
}

.service .abt-client .abt-sec .abt-txt h3 {
	font-family: Reddit Sans, sans-serif;
	max-width: 426px;
	width: 100%;
	font-size: 34px;
	font-weight: 800;
	line-height: 44.16px;
	text-align: left;
	color: #12141d;
	margin-bottom: 16px
}

.service .abt-client .abt-sec .abt-txt p {
	font-family: Reddit Sans, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: #12141d;
	direction: ltr;
	margin-bottom: 34px
}

.service .abt-client .abt-sec .abt-txt .abt-log {
	flex-direction: row;
	justify-content: flex-start;
	align-content: space-between
}

.service .abt-client .abt-sec .abt-txt .abt-log img {
	margin: 0 40px 0 0
}

.service .abt-client .abt-sec .abt-img img {
	margin: 0;
	direction: ltr;
	display: inline-block;
	vertical-align: top
}

.service .abt-client .abt-sec:nth-child(odd) .abt-txt {
	order: 0;
	padding-right: 5%
}

.service .abt-client .abt-sec:nth-child(odd) .abt-img {
	order: 1;
	text-align: right
}

.service .abt-client .abt-sec:nth-child(2n) .abt-txt {
	order: 1;
	padding-left: 5%
}

.service .abt-client .abt-sec:nth-child(2n) .abt-img {
	order: 0
}

.numersBox {
	border: 0;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .35);
	padding: 50px;
	border-radius: 40px;
	margin: 50px auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	text-align: center
}

.numersBox .numbxes {
	width: 33.3%;
	display: flex;
	flex-direction: column
}

.numersBox .numbxes span {
	font-size: 48px;
	letter-spacing: -1px;
	font-weight: 300;
	background: #fd2c31;
	background: linear-gradient(to bottom left, #fd2c31 0, #6421eb 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
	margin-bottom: 20px
}

.numersBox .numbxes p {
	font-weight: 400;
	font-size: 28px;
	letter-spacing: -1px
}
.numbxes-subheading{
	font-size: 20px !important;
    text-align: center;
}
.servicePg.scroll-point {
	height: 275px;
	bottom: -80px
}

.servicePg.scroll-point span {
	font-size: 16px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 8px;
	text-transform: uppercase;
	margin-top: 50px;
	background: #2f67fc;
	background: linear-gradient(to bottom left, #2f67fc 0, #6421eb 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.servicePg.scroll-point .btn-scrollDown svg {
	animation: bounce 1.5s infinite
}

@media screen and (max-width:1239px) {
	.numersBox {
		margin: 50px 20px
	}
}

@media screen and (max-width:1024px) {
	.service .abt-client .abt-sec {
		padding: 24px
	}

	.service .abt-client .abt-sec .abt-txt h3 {
		font-size: 24px;
		line-height: 31px
	}

	.service .abt-client .abt-sec .abt-txt p {
		text-align: left;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 24px
	}

	.numersBox .numbxes p {
		font-size: 25px
	}
}

@media screen and (max-width:991px) {
	.service {
		padding-bottom: 0
	}

	.numersBox {
		margin: 0 20px;
		padding: 20px
	}

	.numersBox .numbxes {
		width: 33%
	}

	.numersBox .numbxes br {
		display: none
	}

	.numersBox .numbxes p {
		font-size: 22px
	}
}

@media screen and (max-width:767px) {
	.service .abt-client .abt-sec .abt-txt {
		width: 100%
	}

	.service .abt-client .abt-sec .abt-img {
		display: none
	}

	.service .abt-client .abt-sec:nth-child(2n) .abt-txt {
		padding-left: 0
	}

	.numersBox {
		flex-direction: column
	}

	.numersBox .numbxes {
		width: 100%;
		margin: 20px 0
	}
}

@media screen and (max-width:575px) {
	.service {
		padding-bottom: 12px
	}

	.service .abt-client .abt-sec:last-child {
		margin-bottom: 0
	}

	.services-top-sect {
		padding-bottom: 82px
	}

	.numersBox .numbxes span {
		text-align: center;
		font-size: 38px;
		font-style: normal;
		font-weight: 300;
		line-height: 140%;
		letter-spacing: -.76px
	}

	.numersBox .numbxes p {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: -.48px
	}
}

.tem {
	padding-top: 24px;
	padding-bottom: 50px;
	margin-top: 0;
	position: relative;
	background-position: bottom
}

.tem,
.tem p {
	text-align: center
}

.tem p {
	color: #12141d;
	text-shadow: 1px 2px 2px rgba(18, 18, 18, .2);
	font-family: Reddit Sans, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -.96px;
	margin-bottom: 54px
}

.tem p a {
	text-decoration: none;
	cursor: pointer;
	color: rgb(0, 123, 182);
	background-clip: text;
	-webkit-background-clip: text;
}
.blue-text {
	text-decoration: none;
	cursor: pointer;
	color: rgb(0, 123, 182);
	background-clip: text;
	-webkit-background-clip: text;
}
.text-italic{
	font-style: italic;
}

.tem .scroll-point {
	height: 71px
}

.tem .scroll-point svg {
	animation: bounce 1.5s infinite
}

.our-team {
	padding-top: 110px;
	margin-bottom: 131px
}

.our-team .sect-title,
.our-team h2 {
	text-align: center
}

.our-team .meet-title {
	margin-bottom: 34px;
	display: block
}

.our-team .team-box {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin-top: 54px;
	gap: 24px
}

.our-team .team-box .tm-box {
	position: relative;
	background: #ccc;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	flex-shrink: 0;
	flex-grow: 0;
	flex-basis: 32%
}

.our-team .team-box .tm-box a {
	position: absolute;
	right: 30px;
	top: 44px
}

@media screen and (max-width:1239px) {
	.our-team .team-box .tm-box {
		flex-basis: 31.9%
	}
}

@media screen and (max-width:1155px) {
	.our-team .team-box .tm-box {
		flex-basis: 31.8%
	}
}

@media screen and (max-width:1090px) {
	.our-team .team-box .tm-box {
		flex-basis: 31.7%
	}
}

@media screen and (max-width:1023px) {
	.our-team .team-box .tm-box {
		flex-basis: 31.6%
	}
}

@media screen and (max-width:955px) {
	.our-team .team-box .tm-box {
		flex-basis: 31.5%
	}
}

@media screen and (max-width:960px) {
	.our-team .team-box .tm-box {
		flex-basis: 384px
	}
}

@media screen and (max-width:824px) {
	.our-team .team-box .tm-box {
		flex-basis: 48%
	}
}

@media screen and (max-width:651px) {
	.our-team .team-box .tm-box {
		flex-basis: 47%;
		flex-basis: 46%
	}
}

@media screen and (max-width:340px) {
	.our-team .team-box .tm-box {
		flex-basis: 100%
	}
}

.our-team .team-box .tm-box .name-position {
	padding: 44px 44px 24px
}

.our-team .team-box .tm-box .name-position .member-name {
	font-family: Reddit Sans, sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -.02em;
	text-align: left;
	margin: 0 auto 4px
}

.our-team .team-box .tm-box .name-position .mb-postion {
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	text-align: left
}

.service-expertise {
	text-align: center
}

.service-expertise .service-name {
	text-align: center;
	margin-bottom: 16px;
	text-transform: none
}

.service-expertise .big-txt {
	margin-bottom: 48px
}

.service-expertise .service-expe {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start
}

.service-expertise .service-expe .service-expBox {
	padding-right: 24px
}

.service-expertise .service-expe .service-expBox .client-title {
	background: transparent url(../images/service-expertise-bg.svg) scroll no-repeat 0 0;
	background-size: cover;
	width: 280px;
	height: 138px;
	margin-bottom: 24px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	padding: 0 50px
}

.service-expertise .service-expe .service-expBox .client-title p {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	text-align: left
}

.service-expertise .service-expe .client-icons {
	max-width: 894px;
	width: 100%
}

.service-expertise .service-expe .client-icons .clients {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	vertical-align: middle;
	width: 100%;
	background: #fff;
	min-height: 138px;
	padding: 21px 39px 21px 100px;
	border-radius: 14px;
	margin-bottom: 24px;
	overflow-y: auto
}

.service-expertise .service-expe .client-icons .clients:last-child {
	margin-bottom: 0
}

.service-expertise .service-expe .client-icons .clients .icons {
	flex-shrink: 0;
	margin-right: 18px
}

.industry-expertise {
	padding-top: 157px;
	margin-bottom: 207px
}

.industry-expertise .service-expe .client-icons .clients {
	padding: 9px 39px 9px 100px
}

.industry-expertise .service-expe .client-icons .clients:last-child {
	margin-bottom: 0
}

@media screen and (max-width:1023px) {
	.our-team .team-box {
		justify-content: center
	}

	.our-team .team-box .tm-box .name-position {
		padding: 44px 25px 24px
	}
}

@media screen and (max-width:767px) {
	.our-team .team-box .tm-box .name-position .member-name {
		font-size: 22px
	}

	.our-team .team-box .tm-box .name-position .mb-postion {
		font-size: 15px
	}

	.service-expertise .container {
		padding-right: 0
	}

	.service-expertise .big-txt {
		font-size: 32px;
		font-weight: 800;
		line-height: 41.8px;
		letter-spacing: -.02em;
		text-align: center
	}

	.service-expertise .service-expe .service-expBox {
		padding-right: 4px
	}

	.service-expertise .service-expe .service-expBox .client-title {
		background-image: url(../images/service-expertise-mb.svg);
		width: 164px;
		height: 138px;
		padding: 0 24px
	}

	.service-expertise .service-expe .service-expBox .client-title P {
		font-size: 20px
	}

	.service-expertise .service-expe .client-icons {
		overflow: hidden
	}

	.service-expertise .service-expe .client-icons .clients {
		padding: 21px 0 0 32px;
		gap: 48px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.industry-expertise {
		padding-top: 125px;
		margin-bottom: 0
	}

	.industry-expertise .service-expe .client-icons .clients {
		padding: 9px 23px
	}
}

@media screen and (max-width:575px) {
	.about-top-sect {
		padding-bottom: 58px
	}

	.tem {
		padding-top: 20px
	}

	.tem p {
		color: #12141d;
		text-align: center;
		text-shadow: 1px 2px 2px rgba(18, 18, 18, .2);
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: -.48px
	}

	.our-team {
		padding-top: 80px;
		margin-bottom: 80px
	}

	.our-team .meet-title {
		margin-bottom: 16px
	}

	.our-team .team-box .tm-box {
		margin-bottom: 0
	}

	.our-team .team-box .tm-box a {
		position: absolute;
		right: 3px;
		top: 7px
	}

	.our-team .team-box .tm-box a img {
		width: 60%
	}

	.our-team .team-box .tm-box:nth-child(3) {
		order: 5
	}

	.our-team .team-box .tm-box .name-position {
		padding: 21px 10px 15px
	}

	.our-team .team-box .tm-box .name-position .member-name {
		color: #0e131f;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%;
		letter-spacing: -.28px
	}

	.our-team .team-box .tm-box .name-position .mb-postion {
		color: #0e131f;
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%
	}

	.service-expertise .service-expe .service-expBox .client-title {
		padding: 0 24px
	}

	.service-expertise .service-expe .service-expBox .client-title :last-child {
		margin-bottom: 12px
	}

	.industry-expertise {
		padding-top: 65px
	}
}

section.methods {
	display: none;
}