* {
	scroll-behavior: smooth;
}


.absolute {
	position: absolute;
}

input {
	border: 0 !important;
	padding: 0 !important;
}

.container {
	max-width: 1300px !important;
	margin: 0 auto;
}

.section-heading {
	font-size: 40px;
	font-weight: 700;
	color: var(--text-black);
}

@media(max-width:640px) {

	html,
	body {
		overflow-x: hidden;
	}

	.section-heading {
		font-size: 24px;
	}
}

#fixed-whatsapp-button {
	background: #53BD6D;
	width: fit-content;
	width: 52px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	position: fixed;
	z-index: 100;
	right: 20px;
	bottom: 20px;
}


.break-word {
	word-break: break-word;
}

.text-blue {
	color: var(--text-blue);
}

.text-pink {
	color: var(--text-pink);
}

.text-yellow {
	color: var(--text-yellow);
}

.text-gray {
	color: var(--text-gray);
}

.bg-light-gray {
	background-color: #FBFBFB;
}

.bg-white {
	background-color: #fff;
}

.medium-text {
	font-weight: 500;
}

.semi-bold-text {
	font-weight: 600;
}

.bold-text {
	font-weight: 700;
}

a,
p,
h1,
h1,
h3,
h4,
h5,
h6 {
	font-family: 'Satoshi', sans-serif;
	color: var(--text-gray);
}

.border-white {
	border-color: #fff !important;
}

.btn-pink {
	background-color: #FF3A8A !important;
	padding: 10px 12px;
	display: flex;
	gap: 8px;
	color: #fff;
	border-radius: 10px;
	max-width: fit-content;
	font-size: 14px;
	cursor: pointer;
}

.btn-blue {
	padding: 10px 12px;
	background-color: var(--text-blue) !important;
	gap: 8px;
	color: #fff;
	border-radius: 10px;
	max-width: fit-content;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.sub-btn-blue {
	background-color: #E2F3FF;
	padding: 4px 8px;
	color: var(--text-blue);
	border-radius: 8px;
	max-width: fit-content;
	font-size: 14px;
}

.sub-btn-pink {
	background-color: #F9E7EF;
	padding: 4px 8px;
	color: var(--text-pink);
	;
	border-radius: 8px;
	max-width: fit-content;
	font-size: 14px;
}

.sub-btn-green {
	background-color: #EAF5ED;
	padding: 4px 8px;
	color: #53BD6D;
	border-radius: 8px;
	max-width: fit-content;
	font-size: 14px;
}

.new-badge {
	background-color: #EAF5ED;
	color: #53BD6D;
	padding: 8px;
	border-radius: 8px;
}

.lined-text {
	white-space: nowrap;
}

/* .text-white {
color: #fff !important;
} */
.text-black {
	color: #020202;
}

i.bx {
	font-size: 24px;
}

.icon-container {
	background-color: var(--bg-pink);
	height: 38px;
	width: 38px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.black-icon-container {
	background-color: #020202;
	height: 64px;
	width: 64px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

/* Header styles */
body.home header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.site-navigation ul.menu li a:hover {
	color: #ff3a8a;
}

.site-navigation ul.menu li a {
	display: block;
	padding: 8px 15px;
	font-weight: 500;
	color: var(--text-black);
}

.menu-toggle {
	position: absolute;
	z-index: 1;
	right: 10px;
}

.mobile-site-navigation {
	position: fixed;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	width: 100vw;
	height: 100%;
	display: none;
	z-index: 1;
}

.mobile-navigation {
	background-color: #fff;
	border-radius: 0px 0px 20px 20px;
	display: none;
}

.mobile-navigation ul {
	margin: 0 0 40px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.mobile-navigation ul li a {
	color: var(--text-black);
	font-size: 16px;
	font-weight: 500;
	display: block;
}

.action {
	background: linear-gradient(90deg, rgba(255, 253, 254, 0.15) 0%, rgba(255, 240, 247, 0) 100%);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.menu-cta .white-cv-icon,
.menu-cta:hover .gray-cv-icon {
	display: none;
}

.menu-cta:hover .white-cv-icon,
.menu-cta:hover p {
	display: block;
	color: white;
}

@media(max-width:1024px) {
	body.home header {
		position: unset;
	}

	header {
		border-bottom: 1px solid #0000001A;
	}
}

/* Header styles end */

/* Hero styles */

.section-hero {
	background-image: url('../img/hero-bg.webp');
	background-size: cover;
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.section-hero>.container {
	width: auto;
}

.hero-text {
	color: var(--text-gray);
}

.yellow-circle {
	width: 10px;
	height: 10px;
	background-color: #FDCB00;
	border-radius: 50%;
}

.hero-filter {
	background-color: rgba(255, 255, 255, 0.2);
}

.hero-filter input:focus-visible {
	outline: none;
}

.options {
	display: none;
	z-index: 10;
	background-color: #fff;
}

.options li {
	color: #000;
}

.options.visible {
	display: block !important;
}

select {
	border: 0 !important;
}

.selected-option {
	user-select: none;
}

@media only screen and (min-width: 1280px) and (max-width: 1380px) {
	.section-hero {
		background-position: 0 -90px;
	}
}

@media(max-width:1024px) {
	.section-hero {
		background-position: 15%;
		padding-top: 50px;
	}
}


/* Hero styles end*/

/* Marquee styles start*/

.marquee {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.marquee-inner {
	display: flex;
	width: max-content;
	/* animation: marquee-animation 15s linear infinite; */
}

.marquee-content {
	display: flex;
}

.marquee-content img {
	height: 25px;
	width: auto;
	aspect-ratio: 6/2;
	margin: 0 20px;
}

@media(max-width:640px) {
	.marquee-content img {
		margin: 0 10px;
	}
}

@keyframes marquee-animation {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

.marquee::before,
.marquee::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 2;
}

.marquee::after {
	background: linear-gradient(to left, #fff, transparent);
}

.marquee::before {
	background: linear-gradient(to right, #fff, transparent);
	left: 0;
}

/* 	Marquee styles end */

/* 	FAQ start */
#faqs li {
	width: 100%;
	border-radius: 10px;
	background-color: #FAFAFA;
}

#faqs li .heading-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 24px 36px;
}

#faqs li .heading-container .heading {
	font-size: 20px;
	color: var(--text-black);
	font-weight: 500;
	width: 90%;
}

#faqs li.active .heading-container .heading {
	color: var(--text-pink);
}

.faq-icon {
	height: 32px;
	width: 32px;
	background-color: #FFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.plus-icon-wrapper {
	position: relative;
	width: 14px;
	height: 14px;
}

.plus-icon-wrapper>div {
	position: absolute;
	background-color: var(--bg-pink);
	border-radius: 2px;
}

.plus-icon-wrapper .horizontal {
	width: 100%;
	height: 2px;
	top: 6px;
	left: 0;
}

.plus-icon-wrapper .vertical {
	width: 2px;
	height: 100%;
	top: 0;
	right: 6px;
}

#faqs li .faq-icon {
	transition: transform 300ms;
}

#faqs li.active .faq-icon {
	transform: rotate(45deg);
	background-color: var(--bg-pink);
}

#faqs li.active .faq-icon .plus-icon-wrapper>div {
	background-color: #fff;
}

#faqs .content {
	font-size: 16px;
	line-height: 20px;
	color: var(--text-gray);
	width: 95%;
	display: none;
	padding: 0px 36px 24px;
	margin-top: -10px;
}

@media(max-width:640px) {

	#faqs li .heading-container {
		padding: 18px;
	}

	#faqs li .heading-container .heading {
		font-size: 16px;
	}

	#faqs .content {
		padding: 0px 18px 18px;
		margin-top: 0;
	}
}

/* 	FAQ END */


.why-us {
	background-repeat: no-repeat;
	background-position-x: 98%;
	background-position-y: bottom;
}

.placeholder-white::placeholder {
	color: #fff;
}

.placeholder-gray::placeholder {
	color: #818181 !important;
}

.radio-options input {
	appearance: none;
	width: 16px;
	height: 16px;
	background: var(--bg-light-gray);
	border-radius: 50%;
}

.radio-options input:checked {
	background: var(--bg-pink);
}

.sky-blue {
	color: var(--text-blue);
}

.lg-text-100x {
	font-size: 100px;
}

#job-search-field:focus,
#job-search-field:focus-visible {
	outline: none;
}

.radio-options>div,
.radio-options label,
.radio-options input {
	cursor: pointer;
}

.search-suggestions ul li:hover {
	background: #bbbbbb3a;
	border-radius: 4px;
}

#open-vaccancies .categories .category:hover,
#open-vaccancies .categories .category.active {
	background-color: var(--bg-pink) !important;
}

#open-vaccancies .categories .category:hover span,
#open-vaccancies .categories .category.active span {
	color: #fff !important;
}

/* .jobs-wrap {
	overflow: hidden;
}

.jobs-wrap.expanded {
	max-height: unset;
	overflow: visible;

} */

#vacancies-placeholder.is-loading .jobs-wrap {
	display: none;
}

.vacancies-loader {
	width: 60px;
	height: 60px;
	border: 8px solid var(--text-blue);
	border-bottom-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
	margin: 0 auto;
	display: none;
}

.vac-count-loader {
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	border-bottom-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
	display: inline-block;
}

.input-loader {
	width: 18px;
	height: 18px;
	border: 2px solid var(--text-blue);
	border-bottom-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
	display: none;
	position: absolute;
	right: 10px;
	top: 3px;
}

.btn-loader {
	width: 24px;
	height: 24px;
	border: 3px solid #FFF;
	border-bottom-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
	display: none;
}

#vacancies-placeholder.is-loading .vacancies-loader,
.has-loader.is-loading .btn-loader {
	display: block;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.site-branding {
	position: relative;
	z-index: 1;
}

footer .site-branding a {
	display: block;
	width: 70%;
}

.site-footer a:hover {
	color: #ff3a8a !important;
}

@media(max-width:1024px) {
	footer .site-branding a {
		display: block;
		width: 100%;
	}
}

@media(max-width:768px) {
	footer .site-branding a {
		width: 70%;
	}
}

/* Terms and contittions responsiveness for tablet */
@media (min-width: 768px) and (max-width: 1024px) {
	.terms-conditions .terms-conditions-content .terms-conditions-heading {
		font-size: 50px;
	}

	.md-text-77x {
		font-size: 77px;
	}

	.md-flex-row {
		display: flex;
		flex-direction: row;
	}

	.md-flex-col {
		display: flex;
		flex-direction: column;
	}

	.md-flex-row-reverse {
		display: flex;
		flex-direction: row-reverse;
	}

	.md-flex-col-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media(min-width:1024px) {

	.btn-pink {
		padding: 16px;
		border-radius: 15px;
		font-size: 16px;
	}

	.sub-btn-blue {
		font-size: 16px;
		padding: 8px;
	}

	.sub-btn-green {
		font-size: 16px;
		padding: 8px;

	}

	.btn-blue {
		padding: 14px 28px;
		border-radius: 15px;
		font-size: 16px;

	}
}

@media(max-width:991px) {
	.hero-filter * {
		font-size: 14px !important;
	}
}

@media (max-width: 767px) {
	.terms-conditions .terms-conditions-content .terms-conditions-heading {
		font-size: 28px;
	}

	.sm-text-40x {
		font-size: 40px;
	}

	.sm-flex-row {
		display: flex;
		flex-direction: row;
	}

	.sm-flex-row-reverse {
		display: flex;
		flex-direction: row-reverse;
	}

	.sm-flex-col {
		display: flex;
		flex-direction: column;
	}

	.sm-flex-col-reverse {
		display: flex;
		flex-direction: column-reverse;
	}

	.why-us {
		background-position-x: 5%;
	}


}

.testimonial {
	background-image: url('../img/Frame-4605.png');
	background-color: #FAFAFA;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.card-wrapper .card-list a {
	box-shadow: 0px 24px 65px 0px #14142B14;
}

.contact-section p {
	margin: 0 !important;
}

#contact-form h3 {
	font-family: 'Chillax', sans-serif;
}

.wpcf7-form input.pink-btn {
	padding: 10px 16px 12px 36px !important;
	width: 100%;
}

.form-submit-wrap::before {
	content: '';
	position: absolute;
	color: white;
	top: 16px;
	left: 11px;
	background: url('../svg/send.svg') no-repeat center;
	background-size: contain;
	pointer-events: none;
	height: 16px;
	width: 16px;
}

.wpcf7-spinner {
	position: absolute;
	top: 10px;
	right: -50px;
}

.newsletter-submit-btn.form-submit-wrap::before {
	background: url('../svg/newsletter_send.svg') no-repeat center;
	width: 21px;
	height: 21px;
	left: 28%;
	top: 14px;
}

.wpcf7-response-output {
	margin: 0 !important;
}

footer input {
	padding: 12px 20px !important;
	border-radius: 8px !important;
}

@media (max-width: 400px) {
	.newsletter-submit-btn.form-submit-wrap::before {
		top: 11px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
	.testimonial {
		background-position: 15% 0;
	}

}

@media only screen and (min-width: 401px) and (max-width: 500px) {
	.testimonial {
		background-position: 60px 0;
	}

	.newsletter-submit-btn.form-submit-wrap::before {
		top: 11px;
	}
}

@media only screen and (min-width: 501px) and (max-width: 600px) {
	.testimonial {
		background-position: 120px 0;
	}

	.newsletter-submit-btn.form-submit-wrap::before {
		top: 11px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 700px) {
	.testimonial {
		background-position: 200px 0;
	}

	.newsletter-submit-btn.form-submit-wrap::before {
		top: 11px;
	}
}

@media only screen and (min-width: 701px) and (max-width: 767px) {
	.testimonial {
		background-position: 260px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
	.testimonial {
		background-position: 100px 0;
	}
}

@media only screen and (min-width: 901px) and (max-width: 1023px) {
	.testimonial {
		background-position: 175px 0;
	}
}



/* Job detail page styles start */
.blue-underlay {
	position: absolute;
	height: 50vh;
	width: 100%;
	background: #EDF7FF;
	top: 0;
	left: 0;
	z-index: -1;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;

}

.pink-btn {
	background-color: var(--bg-pink);
	padding: 12px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 15px;
	color: #fff !important;
	border: none;
	cursor: pointer;
	font-weight: 500;
}

.pink-btn:hover {
	background-color: #c36 !important;
}

.btn-blue:hover {
	background-color: #0486B7 !important;
	cursor: pointer;
}

.bg-pink:hover {
	background-color: #c36;
	cursor: pointer;
}

.shadowed-container {
	box-shadow: 0px 5px 25px 0px #C7C7C726;
	border-radius: 26px;
	width: 100%;
}

.bg-text {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	padding: 8px 15px;
	border-radius: 10px;
	width: fit-content;
}

.light-blue-bg-text,
.bullets-list-container.blue ul li {
	background: #E2F3FF;
	color: var(--text-blue) !important;
}

.blue-bg-text {
	background: var(--text-blue);
	color: #fff !important;
}

.green-bg-text {
	background: #53BD6D1A;
	color: #53BD6D !important;
}

.red-bg-text {
	background: #CC00001A;
	color: #CC0000 !important;
}

.yellow-bg-text {
	background: #FF99001A;
	color: #FF9900 !important;
}

.pink-bg-text,
.bullets-list-container.pink ul li {
	background-color: #F9E7EF;
	color: var(--text-pink) !important;
}

a.light-blue-bg-text:hover {
	background: #01668c1a;
}

a.blue-bg-text:hover {
	background: #01668c1a;
}

a.green-bg-text:hover {
	background: #3070401a;
}

a.red-bg-text:hover {
	background: #4001011a;
}

a.yellow-bg-text:hover {
	background: #7547011a;
}

a.pink-bg-text:hover {
	background-color: #cc33661a;
}

.blue-circled-icon {
	background-color: var(--text-blue);
	height: 8px;
	width: 8px;
	border-radius: 8px;
}

.pink-circled-icon {
	background-color: var(--bg-pink);
	height: 8px;
	width: 8px;
	border-radius: 8px;
}

.circled-icon-outer {
	height: 20px;
	width: 20px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.circled-icon-inner {
	height: 12px;
	width: 12px;
	border-radius: 12px;
}

.green-circled-icon-outer {
	background-color: #A8E2B680;
}

.green-circled-icon-inner {
	background-color: #53BD6D;
}

.yellow-circled-icon-outer {
	background-color: #FFD69980;
}

.yellow-circled-icon-inner {
	background-color: #FF9900;
}

.blue-circled-icon-outer {
	background-color: #80DFFF80;
}

.blue-circled-icon-inner {
	background-color: var(--text-blue)
}

.red-circled-icon-outer {
	background-color: #FF666680;
}

.red-circled-icon-inner {
	background-color: #CC0000;
}

.job-title {
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	color: #020202;
}

.company-detail-heading,
.bullets-list-container>p {
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
	color: #020202;
}

.sub-heading {
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	display: block;
	color: var(--text-blue);
}

.bullets-list-container ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	list-style-type: disc;
	list-style-position: inside;
}

.bullets-list-container ul li {
	font-size: 16px;
	padding: 8px 15px;
	border-radius: 10px;
}

.bullets-list-container ul li::marker {
	font-size: 20px;

}




/* @media(min-width:1400px) { */
/* #related-vacancies{
		max-width: 100%;
		overflow: hidden;
	} */
/* } */

@media(max-width:640px) {

	.job-title {
		font-size: 32px;
	}

	.bg-text {
		font-size: 14px;
	}

	.bg-text .lined-text {
		white-space: collapse;
	}

	.bg-sm-12-text {
		font-size: 12px;
	}

	.company-detail-heading,
	.bullets-list-container>p {
		font-size: 24px;
	}

	.terms-conditions .main-heading {
		font-size: 28px;
	}
}

.site-main .page-header {
	display: none;
}


/* Terms & Conditions Page */

.terms-conditions .sub-heading {
	font-size: 28px;
	font-weight: 700;
	padding: 20px 0;
}

.terms-conditions .main-heading {
	font-size: 60px;
	color: #020202;
	font-weight: 700;
}

.main-content {
	padding: 15px 0;
}

/* CSS for Modal  */

.thankyou-modal-inner {
	background: url('../svg/modal-background.svg');
	background-position: bottom;
	background-size: cover;
}

.close-modal {
	cursor: pointer;
}