@charset "UTF-8";
/*-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
 */
/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Kanit: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&family=Monoton&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap" rel="stylesheet1'); */
/* @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('./flaticon_hr.css');

:root {
	--primary: #101010;
	--secondary: #555555;
	--black: #000000;
	--red: #f14f44;
	--green: #41f681;
	--lime-green: #90ee02;
	--orange: #FF5914;
	--yellow: #f3ff0a;
	--purple: #5814f9;
	--white: #ffffff;
	--gray: #999;
	--gray-two: #555555;
	--gray-three: #F0F2F4;
	--border-color-one: rgba(255, 255, 255, 0.1);
	--border-color-two: #DADADA;
	--neutral-50: #FAFAFA;
	--neutral-100: #F4F4F5;
	--neutral-150: #f8f9fa;
	--neutral-200: #E4E4E7;
	--neutral-300: #D4D4D8;
	--neutral-400: #A1A1AA;
	--neutral-500: #71717A;
	--neutral-600: #52525B;
	--neutral-700: #3F3F46;
	--neutral-800: #27272A;
	--neutral-900: #18181B;
	--neutral-950: #09090B;
	--title-color: #020202;
	--font-size: 16px;
}

:root {
	--primary-color: #2e87bf;
	--primary-color-rgb: 63, 116, 255;
	--dark-color: #101010;
	--dark-color-rgb: 16, 16, 16;
	--secondary-color: #555555;
	--secondary-color-rgb: 000, 000, 000;
	--grey-color: #EFF3FF;
	--white-color: #ffffff;
	--white-color-rgb: 255, 255, 255;
	--body-fonts: var(--font_nunito);
	--title-fonts: var(--font_nunito);
	--small-border-radius: 5px;
	--border-radius: 15px;
	--big-border-radius: 900px;
	--transition: all 0.5s ease-in-out;
	--border-color: #10101036;
	--bg-color: #FFFFFF;
	--text-color: #757575;
	--accent-color: #E2A76F;
	--divider-color: #273A291A;
	--dark-divider-color: #FFFFFF1A;
}


:root {
	--font_josfin: "Josefin Sans", sans-serif;
	--font_nunito: "Nunito Sans", sans-serif;
	--font_kanit: "Kanit", sans-serif;
	--font_instr: "Instrument Sans";
	--font_mono: "Monoton";
	--font_awesome: "Font Awesome 6 Pro";
	--font_outfit: "Outfit", sans-serif;
	--font_Rubik: "Rubik", sans-serif;
}

/* === Defalut Style scss (index 03) === */
* {
	margin: 0;
	padding: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	font-family: var(--font_Rubik);
	line-height: 1;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.48px;
	color: var(--secondary);
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	color: var(--primary);
	line-height: 1.22;
	font-family: var(--font_nunito);
	font-weight: 600;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	transition: all 0.3s;
	color: inherit;
}

a:hover {
	color: var(--primary);
}

button {
	background-color: transparent;
	border: 0;
}

p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.5rem;
}
@media (max-width: 480px){
	body {
		font-size: 15px;
	}
	p {
		font-size: 15px;
	}
}
@media (min-width: 1400px) {
	body {
		font-size: 18px;
	}

	p {
		font-size: 18px;
		line-height: 28px;
	}
}

strong {
	font-weight: 500;
}

video,
iframe,
img {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

.medium {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

/* === Gutter scss (index 03) === */
@media only screen and (max-width: 767px) {
	.g-0 {
		padding-right: 15px;
		padding-left: 15px;
	}

	.row.g-0 {
		padding-right: 0;
		padding-left: 0;
	}

	br {
		display: none;
	}
}

#main-content {
	position: relative;
	width: 100%;
	padding-top: 90px;
}

@media (max-width: 767px) {
	#main-content {
		padding-top: 72px;
	}
}

@media (max-width: 991px) {
	#main-content {
		padding-top: 75px;
	}
}

@media (max-width: 1199px) {
	#main-content {
		padding-top: 75px;
	}
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

.container {
	padding: 0 15px;
}

@media (min-width: 1800px) {
	.container {
		max-width: 1800px;
		margin: 0 auto;
	}

	.pq-icon-box-wrapper .pq-icon-box .pq-icon-box-content h3 {
		line-height: 52px !important;
	}
}

.container-1600 {
	padding: 0 15px;
}

@media (min-width: 1800px) {
	.container-1600 {
		max-width: 1630px;
		margin: 0 auto;
	}

	.header-area .header__logo {
		max-width: 135px !important;
	}
}

.background-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* animation css */
/* === Scrollbar scss (index 01) === */
::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #d6d6d6;
}

::-webkit-scrollbar-thumb {
	background: #888;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}


#magic-cursor {
	position: absolute;
	display: none;
	width: 10px;
	height: 10px;
	pointer-events: none;
	z-index: 99999;
	opacity: 0;
}

body.tp-magic-cursor #magic-cursor {
	display: block;
}

#ball {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--title-color);
	pointer-events: none;
	border-style: solid;
	border-radius: 100px;
	border-color: var(--primary-color);
	background-color: var(--primary-color);
	/* Note: border width handled through JS */
}

/* Ball view
============= */
#ball.ball-view {
	background-color: transparent;
	font-size: 14px;
	font-weight: 500;
	color: var(--title-color);
	font-family: var(--font-kanit);
	line-height: 1;
	text-align: center;
	border-radius: 100px;
	/* pill shape */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	/* ✅ keep text one line */
	height: auto;
}

#ball .ball-view-inner {
	padding: 23px 40px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	background-color: var(--white);
	border-radius: 100px;
	/* pill shape */
	font-size: 14px;
	font-weight: 500;
	color: var(--title-color);
	font-family: var(--font-kanit);
	line-height: 1;
	text-transform: uppercase;
}

#ball .ball-view-inner i {
	font-size: 24px;
}

/* Ball drag
============= */
#ball .ball-drag {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0 5px;
	font-size: 15px;
	font-weight: 600;
	color: var(--title-color);
	line-height: 1.2;
	text-align: center;
	transition: all 0.3s;
}

#ball .ball-drag::before,
#ball .ball-drag::after {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	font-size: 16px;
	color: var(--primary-color);
	height: 10px;
	line-height: 10px;
	/* Font Awesome */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
	content: "\f060";
	/* Font Awesome */
	left: 0;
	transform: translate3d(-30px, 0, 0);
	transition: all 0.25s;
}

#ball .ball-drag::after {
	content: "\f061";
	/* Font Awesome */
	right: 0;
	transform: translate3d(30px, 0, 0);
	transition: all 0.25s;
}

#ball.magnetic-active {
	/* border-color: var(--primary-color2) !important; */
	background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
	background-color: rgba(var(--primary-color), 0.5);
	backdrop-filter: blur(1.1px);
	border-color: transparent !important;
}

/* Ball close
============== */
#ball.ball-close-enabled {
	opacity: 1 !important;
}

#ball .ball-close {
	position: absolute;
	padding: 0 5px;
	font-size: 14px;
	font-weight: 600;
	color: var(--primary-color);
	line-height: 1;
	text-align: center;
}

/* === positioning scss (index 02) === */

.rr-ov-hidden {
	overflow: hidden;
}

/* === Container scss (index) === */
.rr-container-1800 {
	max-width: 1800px;
}

.rr-container-1350 {
	max-width: 1350px;
}

.rr-container-1600 {
	max-width: 1650px;
}

.box-shadow {
	box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.2);
}


/* === Section spacing  scss (index 07) === */
.section-spacing {
	padding-bottom: 120px;
	padding-top: 120px;
}

@media only screen and (max-width: 1919px) {
	.section-spacing {
		padding-bottom: 90px;
		padding-top: 90px;
	}
}

@media only screen and (max-width: 1399px) {
	.section-spacing {
		padding-bottom: 80px;
		padding-top: 80px;
	}
}

@media only screen and (max-width: 1199px) {
	.section-spacing {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.section-spacing {
		padding-bottom: 40px;
		padding-top: 40px;
	}
}

.ptb-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.pt-120 {
	padding-top: 120px;
}

.pb-120 {
	padding-bottom: 120px;
}

@media only screen and (max-width : 767px) {
	.ptb-120 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.pt-120 {
		padding-top: 40px;
	}

	.pb-120 {
		padding-bottom: 40px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	.ptb-120 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.pt-120 {
		padding-top: 60px;
	}

	.pb-120 {
		padding-bottom: 60px;
	}
}

@media only screen and (min-width : 992px) and (max-width : 1199px) {
	.ptb-120 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.pt-120 {
		padding-top: 80px;
	}

	.pb-120 {
		padding-bottom: 80px;
	}
}

/** Animation **/

.cir36 {
	animation: rotate-forward 30s linear infinite;
}

@keyframes rotate-forward {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotate-backward {
	100% {
		transform: rotate(-360deg);
	}
}

.ripple {
	box-sizing: border-box;
	position: relative;
}

.ripple:before {
	animation: ripple 3s ease-out infinite;
	border: solid 2px var(--primary-color);
	border-radius: 1em;
	bottom: 0px;
	box-sizing: border-box;
	content: "";
	left: 5vw;
	position: absolute;
	right: 0;
	top: 100px;
	width: 90px;
	height: 150px;
}

.ripple:after {
	animation: ripple 3s 1s ease-out infinite;
	border: solid 2px var(--primary-color);
	border-radius: 1em;
	bottom: 0;
	box-sizing: border-box;
	content: "";
	left: 5vw;
	position: absolute;
	right: 0;
	top: 100px;
	width: 90px;
	height: 150px;
}

@keyframes ripple {
	0% {
		opacity: .25;
	}

	100% {
		border-radius: 2em;
		opacity: 0;
		transform: scale(2.3);
	}
}

.image-anime {
	position: relative;
	overflow: hidden;
}

.image-anime:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, .3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.image-anime:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.reveal {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	overflow: hidden;
}

/* @media (min-width:1025px){
	.reveal{
		visibility: hidden;
	}
} */
.reveal img {
	height: 100%;
	width: 100%;
	display: inline-block;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: left;
	transform-origin: left;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

/** End Animation **/
.checklist ul {
	padding-left: 0;
	list-style: none;
	text-align: left;
	margin-bottom: 0
}

.checklist li {
	font-weight: 400;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px
}

.checklist li>i {
	color: #2e87bf;
}

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

.checklist.style2 li {
	font-size: 18px;
	color: var(--black);
	gap: 15px;
	line-height: 30px;
}

.checklist.style2 li:not(:last-child) {
	margin-bottom: 26px
}

.checklist.style2 li>i {
	font-size: 20px;
	border-radius: 50%;
	border: 1px dashed var(--primary-color);
	padding: 10px;
	width: 38px;
	height: 38px;
}

/* === ontainer styling with full HD support  scss (index 08) === */
.container {
	--bs-gutter-x: 30px;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/* ===Inverted scss (index 09) === */

/* ===Side info and offcanvas scss (index 10) === */
.offcanvas-overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 900;
	top: 0;
	right: 0;
	opacity: 1;
	visibility: hidden;
	transition: all 0.5s;
}

.offcanvas-overlay.overlay-open {
	opacity: 0.5;
	visibility: visible;
}

.side-info-close {
	font-size: 20px;
	padding: 0;
	transition: all 0.3s linear;
	background-color: transparent;
	color: var(--black);
	width: 40px;
	height: 40px;
	border: 1px solid var(--black);
	border-radius: 50%;
	line-height: 38px;
}

.side-info-close:hover {
	transform: rotate(90deg);
}

.side-info {
	background: var(--white) none repeat scroll 0 0;
	padding: 40px 45px;
	position: fixed;
	right: 0;
	top: 0;
	width: 500px;
	height: 100%;
	transform: translateX(calc(100% + 80px));
	transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
	z-index: 9999;
	overflow-y: scroll;
	overscroll-behavior-y: contain;
	scrollbar-width: none;
}

@media only screen and (max-width: 1199px) {
	.side-info {
		width: 460px;
	}
}

@media (max-width: 575px) {
	.side-info {
		width: 280px;
		padding: 30px 20px;
	}
}

.side-info ::-webkit-scrollbar {
	display: none;
	/* Hide scrollbar */
}

.side-info.info-open {
	opacity: 1;
	transform: translateX(0);
	/* Show side info */
}

/* === Offset header scss (index 11) === */
.offset-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.offset-logo {
	width: 95px;
}

@media (max-width: 575px) {
	.offset-logo {
		width: 95px;
	}
}

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

.offset-button {
	margin-top: 40px;
}

@media (min-width: 576px) {
	.offset-button {
		display: none;
	}
}

/* === Offset widget box scss (index 12) === */
.offset-widget-box {
	margin-top: 40px;
}

.offset-widget-box .title {
	font-size: 24px;
	line-height: 1.33;
	margin-bottom: 15px;
}

@media only screen and (max-width: 1919px) {
	.offset-widget-box .title {
		margin-bottom: 22px;
	}
}

.offset-widget-box .contact-meta>*:not(:first-child) {
	margin-top: 16px;
}

.offset-widget-box .contact-item {
	display: flex;
	align-items: center;
	gap: 14px;
}

.offset-widget-box .contact-item span {
	color: var(--primary);
	font-weight: 500;
}

.offset-widget-box .contact-item span a:hover {
	color: var(--secondary);
}

.offset-widget-box .contact-item .icon {
	width: 40px;
	min-width: 40px;
	height: 40px;
	display: inline-flex;
	border: 1px solid var(--border);
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: var(--primary);
}

/*.normal-logo {
  width: 50%;
}*/
/* ===Mobile menu customization scss (index 13) === */
.mobile-menu {
	margin-top: 40px;
}

.mobile-menu.mean-container .mean-nav>ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	display: block !important;
}

.mobile-menu.mean-container .mean-nav>ul>li:last-child>a {
	border-bottom: 1px solid var(--border);
}

.mobile-menu.mean-container .mean-nav {
	background: none;
	margin-top: 0;
}

.mobile-menu.mean-container .mean-nav ul li a {
	width: 100%;
	padding: 15px 0;
	padding-inline-start: 0px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	color: var(--primary);
	text-transform: capitalize;
	border-top: 1px solid var(--border);
	display: flex;
	gap: 8px;
	justify-content: flex-start;
	align-items: center;
	outline: none;
	transform: translateY(var(--y)) translateZ(0);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	box-sizing: border-box;
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.mobile-menu.mean-container .mean-nav ul li a {
		font-size: 20px;
	}
}

.mobile-menu.mean-container .mean-nav ul li a:hover {
	color: var(--primary);
}

.mobile-menu.mean-container .mean-nav ul li a.mean-expand {
	width: 100%;
	height: 48px;
	justify-content: end;
	font-weight: 300;
	border: none !important;
	background-color: transparent;
}

@media only screen and (max-width: 767px) {
	.mobile-menu.mean-container .mean-nav ul li a.mean-expand {
		height: 50px;
	}
}

.mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(255, 255, 255, 0.1);
	opacity: 1;
}

.mobile-menu.mean-container .mean-nav ul li li:first-child {
	border-top: 1px solid var(--border);
}

.mobile-menu.mean-container .mean-nav ul li li a {
	font-size: 16px;
	text-transform: capitalize;
	border-top: none !important;
	padding: 12px 0;
	padding-inline-start: 15px;
}

.mobile-menu.mean-container .mean-bar {
	padding-bottom: 30px;
	background: none;
	max-height: auto;
	overflow-y: scroll;
}

.mobile-menu.mean-container .mean-bar::-webkit-scrollbar {
	width: 0;
}

.mobile-menu.mean-container a.meanmenu-reveal {
	display: none !important;
}

/* === Sticky header scss (index 14) === */
.header-sticky {
	transition: all 0.5s;
	background-color: #F8FAFC;
	padding-top: 15px;
	padding-bottom: 15px;
}

.transformed {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 800;
	transform: translateY(-100%);
}

.transformed .header-area__inner {
	height: 80px;
}

.sticky {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 800;
	background-color: #ffffff;
	transform: translateY(0%);
}
@media (max-width: 767px){
    .main-menu{
        display:none;
    }
    .header-area .header__navicon{
        display: block;
    }
}

/* === inverted text scss (index 15) === */


.rr-bg-gray {
	background: var(--neutral-100);
}

/* === theme scss (index 01) === */
html {
	--container-max-widths: 1320px;
}

@media only screen and (max-width: 1399px) {
	html {
		--container-max-widths: 1140px;
	}
}

@media only screen and (max-width: 1199px) {
	html {
		--container-max-widths: 960px;
	}
}

@media only screen and (max-width: 991px) {
	html {
		--container-max-widths: 720px;
	}
}

@media only screen and (max-width: 767px) {
	html {
		--container-max-widths: 540px;
	}
}

header {
	margin-bottom: -1px;
	z-index: 100;
}

section {
	margin-bottom: -1px;
}

.show-light {
	display: inline-block;
}

/* === progress-wrap scss (index 01) === */
.progress-wrap {
	position: fixed;
	right: 20px;
	bottom: 20px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-100px);
	transition: all 300ms linear;
}

.progress-wrap::after {
	position: absolute;
	content: "\f062";
	font: var(--fa-font-solid);
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	color: var(--white);
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	transition: all 200ms linear;
	border-radius: 50px;
}

.progress-wrap svg path {
	fill: var(--primary-color);
}

.progress-wrap svg.progress-circle path {
	fill: var(--primary-color);
	stroke: transparent;
	stroke-width: 5;
	box-sizing: border-box;
	transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	mix-blend-mode: normal;
	background-color: var(--primary-color)
}

/* === primary btn scss (index 01) === */

.rr-btn-border {
	gap: 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	align-items: center;
	display: inline-flex;
	color: var(--primary);
	border-radius: 500px;
	text-transform: uppercase;
	padding: 7px 8px 7px 24px;
	border: 1px solid #e3e3e3;
	font-family: var(--font_kanit);
	justify-content: space-between;
	background: rgba(241, 241, 241, 0);
}

.rr-btn-border .icon {
	width: 36px;
	height: 36px;
	display: flex;
	font-size: 20px;
	color: var(--white);
	align-items: center;
	border-radius: 500px;
	transition: all 0.3s;
	background: var(--red);
	justify-content: center;
}

.rr-btn-border:hover .icon {
	rotate: -45deg;
}

/* === menu scss (index 01) === */
.main-menu>ul {
	display: flex;
}

.main-menu>ul>li:first-child>a {
	padding-left: 0;
}

.main-menu>ul>li:last-child>a {
	padding-right: 0;
}

.main-menu>ul>li:hover>a {
	color: var(--secondary);
}

.main-menu>ul>li:hover>ul {
	opacity: 1;
	pointer-events: all;
	inset-inline-start: 0;
}

.main-menu>ul>li>ul>li:hover ul {
	opacity: 1;
	pointer-events: all;
	inset-inline-start: 100%;
	top: 0;
}

.main-menu li {
	position: relative;
	list-style: none;
}

.main-menu li a {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	color: var(--primary);
	padding: 37px 15px;
	text-transform: capitalize;
}

.main-menu ul.dp-menu {
	background-color: #232529;
	padding: 18px 0px;
	width: 250px;
	position: absolute;
	inset-inline-start: 10px;
	opacity: 0;
	pointer-events: none;
	z-index: 10;
	transition: all 0.5s;
}

.main-menu ul.dp-menu.column-2 {
	-moz-column-count: 2;
	column-count: 2;
	width: 480px;
	-moz-column-gap: 0;
	column-gap: 0;
}

.main-menu ul.dp-menu li {
	position: relative;
	padding: 0 25px;
}

.main-menu ul.dp-menu li:hover>a {
	color: var(--white);
	background-color: transparent;
}

.main-menu ul.dp-menu li a {
	font-size: 16px;
	font-weight: 500;
	color: #999999;
	padding: 10px 0;
	background-color: transparent;
	border-radius: 8px;
	text-transform: capitalize;
}

.main-menu ul.dp-menu li a:hover {
	letter-spacing: 0.5px;
}

.main-menu ul.dp-menu li a:after {
	transform: rotate(-90deg);
	margin-left: auto;
}

.main-menu li.menu-item-has-children>a:after {
	content: "\f0d7";
	font-family: var(--font_awesome);
	margin-inline-start: 5px;
	font-weight: 600;
	font-size: 14px;
}

.main-menu .mega-menu li:has(ul)>a:after {
	content: "";
}

/* === header scss (index 01) === */

.header-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.header-area__inner {
	gap: 30px;
	display: flex;
	/* padding: 0px 35px; */
	padding: 20px 30px;
	align-items: center;
	border-radius: 20px;
	/* background: rgba(255, 255, 255, 0.8); */
	justify-content: space-between;
	background-color: #ffffff;
	box-shadow: 0px 5px 30px rgba(1, 1, 1, 0.05);
	/* margin-top: 30px; */
}

.header-area .header__logo {
	max-width: 100px;
}

@media (min-width: 576px) {
	.header-area .header__logo {
		max-width: 100px;
	}
}

@media (max-width: 575px) {
	.header-area .header__logo {
		max-width: 100px;
	}

	.intro-section-wrap h3 {
		font-size: 24px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .header__logo {
		max-width: 150px;
	}
}

@media only screen and (max-width: 1199px) {
	.header-area__inner {
		padding: 10px 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .header__logo {
		max-width: 100px;
	}
}

.header-area .header-right {
	gap: 10px;
	display: flex;
	align-items: center;
}

/* .header-area .header-right .side-toggle .bar-icon {
  width: 30px;
  height: 7px;
}

.header-area .header-right .side-toggle .bar-icon span {
  height: 1px;
  background: var(--primary);
} */

@media (max-width: 575px) {
	.header-area .header-right .rr-btn-border {
		display: none;
	}
}

.header-area .main-menu ul.dp-menu li {
	position: relative;
	padding: 0 25px;
}

.header-area .main-menu ul.dp-menu li:hover>a {
	color: var(--red);
	background-color: transparent;
}

.header-area .main-menu ul.dp-menu li a {
	font-size: 16px;
	font-weight: 500;
	color: var(--white);
	padding: 10px 0;
	background-color: transparent;
	border-radius: 8px;
	text-transform: capitalize;
}

.header-area .main-menu ul.dp-menu li a:hover {
	letter-spacing: 0.5px;
}

.header-area .main-menu ul.dp-menu li a:after {
	transform: rotate(-90deg);
	margin-left: auto;
}

.header-area .main-menu>ul {
	display: flex;
}

.header-area .main-menu>ul>li:hover>a {
	color: var(--red);
}

.header-area .main-menu li a {
	font-size: 18px;
	font-weight: 400;
	/* padding: 42px 14px; */
	padding: 14px 20px;
	color: var(--primary);
	font-family: var(--font_Rubik);
}

@media only screen and (max-width: 1399px) {
	.header-sticky {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.header-area__inner {
		padding: 10px 30px;
	}

	.header-area .main-menu li a {
		padding: 15px 10px;
	}
}

.header-area .main-menu li a:hover {
	color: var(--primary);
}

.header-area .header__navicon {
	margin-left: auto;
}

@media only screen and (min-width: 1200px) {
	.header-area__inner .header__logo {
		order: 1;
	}

	.header-area__inner .header__nav {
		flex: 0 0 80%;
		max-width: 80%;
		order: 3;
		justify-items: end;
	}

	.header-area__inner .header-right {
		order: 2;
	}
}

/* === Icon draw scss (index 01) === */
.bar-icon {
	display: inline-block;
}

.bar-icon i {
	font-size: 24px;
}

/* .bar-icon {
  width: 26px;
  height: 18px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  transition: color 0.2s ease-out;
}

.bar-icon span {
  width: 100%;
  height: 2px;
  display: inline-block;
  background: var(--primary);
  transition: color 0.2s ease-out;
}

.bar-icon span:nth-child(2) {
  margin-left: 0px;
}

.bar-icon:hover span {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}

.bar-icon:hover span:nth-child(2) {
  margin-left: 0px;
  animation-delay: 0.1s;
} */

/* === Icon draw Animate scss (index 01) === */
@keyframes qode-draw {

	0%,
	100% {
		clip-path: inset(-2px 0);
	}

	42% {
		clip-path: inset(-2px 0 -2px 100%);
	}

	43% {
		clip-path: inset(-2px 100% -2px 0);
	}
}

/** === Start Breadcrumb === **/
.breadcumb-menu {
	max-width: 100%;
	padding: 0;
	margin: 20px 0 -0.5em 0;
	list-style-type: none
}

.breadcumb-menu li {
	display: inline-block;
	list-style: none;
	position: relative
}

.breadcumb-menu li:not(:last-child):after {
	content: "|";
	position: relative;
	margin-left: 15px;
	margin-right: 10px;
	font-weight: 700;
	font-size: 14px;
	opacity: 1;
	top: -2px
}

.breadcumb-menu li:last-child {
	color: var(--primary-color)
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
	font-weight: 700;
	font-size: 18px;
	word-break: break-word;
	white-space: normal;
	color: var(--white-color);
	font-family: var(--title-font);
	text-transform: uppercase;
	letter-spacing: .1em
}

.breadcumb-menu a:hover {
	color: var(--primary-color)
}

.breadcumb-title {
	margin: -0.32em 0 -0.36em 0;
	font-size: 70px;
	font-weight: 700;
	color: var(--white-color);
	text-transform: uppercase;
	text-shadow: 5px 3px #00000094;
}

.breadcumb-wrapper {
	padding-top: 275px;
	padding-bottom: 275px;
	background-color: var(--black-color);
	overflow: hidden;
	text-align: center
}

@media(max-width: 1500px) {
	.breadcumb-wrapper {
		padding-top: 180px;
		padding-bottom: 145px
	}

	.breadcumb-title {
		font-size: 60px
	}
}

@media(max-width: 1199px) {
	.breadcumb-title {
		font-size: 48px
	}

	.breadcumb-menu li,
	.breadcumb-menu a,
	.breadcumb-menu span {
		font-size: 16px;
		letter-spacing: 0
	}
}

@media(max-width: 991px) {
	.breadcumb-wrapper {
		padding-top: 130px;
		padding-bottom: 130px
	}

	.breadcumb-title {
		font-size: 40px
	}

	.breadcumb-menu li,
	.breadcumb-menu a,
	.breadcumb-menu span {
		font-size: 14px
	}
}

@media(max-width: 767px) {
	.breadcumb-title {
		font-size: 34px
	}

	.breadcumb-menu {
		margin: 15px 0 -0.5em 0
	}

	.breadcumb-menu li:not(:last-child):after {
		margin-left: 13px;
		margin-right: 8px;
		font-size: 12px;
		opacity: 1;
		top: -1px
	}

	.breadcumb-wrapper {
		padding-top: 100px;
		padding-bottom: 100px
	}
}
@media only screen and (max-width: 575px){
	.breadcumb-wrapper {
		padding-top: 80px;
		padding-bottom: 80px
	}
	.breadcumb-title{
		font-size: 28px;
	}
}
/** End Breadcrumb **/
/*================================================ Footer Area CSS =================================================*/
.footer-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #010101;
}

.footer-area.recruiting-footer {
	background-color: transparent;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background: url(../images/footer/footer-bg2.jpg);
}

.footer-area.recruiting-footer::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #002034;
	opacity: .85;
	z-index: -1;
}

.footer-area.recruiting-footer .footer-top-info {
	border-bottom: none;
	padding-bottom: 0;
}

.footer-area.recruiting-footer .footer-wrap-inner {
	background-color: #123d58;
	padding: 50px;
	border-radius: 15px;
}

.footer-area.recruiting-footer .copyright-area {
	border-top: none;
	margin-top: 0;
}

.footer-area.consulting-footer {
	background-color: #ffffff;
}

.footer-area.consulting-footer .single-footer-widget p {
	color: #464646;
	line-height: 18px;
}

.footer-area.consulting-footer .single-footer-widget h3 {
	color: #010101;
}

.footer-area.consulting-footer .single-footer-widget .list li a {
	color: #464646;
}

.footer-area.consulting-footer .single-footer-widget .list li a:hover {
	color: #6cc6ff;
}

.footer-area.consulting-footer .single-footer-widget .info li b {
	color: #464646;
}

.footer-area.consulting-footer .single-footer-widget .info li span {
	color: #010101;
}

.footer-area.consulting-footer .single-footer-widget .info li span a {
	color: #010101;
}

.footer-area.consulting-footer .single-footer-widget .info li span a:hover {
	color: #6cc6ff;
}

.footer-area.consulting-footer .single-footer-widget.border-wrap::before {
	background-color: #CCCCCC;
}

.footer-area.consulting-footer .copyright-area {
	border-top: 1px solid #CCCCCC;
	margin-top: 120px;
}

.footer-area.consulting-footer .copyright-area p {
	color: #464646;
}

.footer-area.consulting-footer .copyright-area p span {
	color: #6cc6ff;
}

.footer-area.consulting-footer .copyright-area p a {
	color: #010101;
}

.footer-area.consulting-footer .copyright-area p a:hover {
	color: #6cc6ff;
}

.footer-area.consulting-footer .copyright-area .info-links li a {
	color: #464646;
}

.footer-area.consulting-footer .copyright-area .info-links li a:hover {
	color: #6cc6ff;
}

.footer-area.consulting-footer .copyright-area .info-links li::before {
	background-color: #CCCCCC;
}

.footer-top-info {
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.footer-top-info h1 {
	font-size: 95px;
	color: #ffffff;
	margin-bottom: 15px;
	line-height: 1;
}

.footer-top-info .link-btn {
	font-size: 42px;
	color: #6cc6ff;
	display: block;
	margin-bottom: 30px;
	transition: 0.7s;
}

.footer-top-info .link-btn:hover {
	letter-spacing: 0.5px;
}

.footer-top-info .list {
	display: flex;
	gap: 15px;
	justify-content: center;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.footer-top-info .list li {
	list-style-type: none;
}

.footer-top-info .list li a {
	display: flex;
	gap: 7px;
	align-items: center;
	justify-content: center;
	padding: 7px 15px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	transition: 0.7s;
}

.footer-top-info .list li a i {
	color: #ffffff;
}

.footer-top-info .list li a span {
	color: var(--bs-gray-100);
}

.footer-top-info .list li a:hover {
	border: 1px solid #6cc6ff;
}

.single-footer-widget .widget-logo {
	display: block;
	margin-bottom: 10px;
	width: 60%;
}

.single-footer-widget p {
	color: var(--bs-gray-100);
	margin-bottom: 0;
	max-width: 335px;
	font-size: 16px;
	line-height: 18px;
}

.single-footer-widget h3 {
	font-size: 30px;
	font-weight: 400;
}
.single-footer-widget h3 {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 25px;
}

.single-footer-widget .list {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.single-footer-widget .list li {
	list-style-type: none;
	margin-bottom: 18px;
}

.single-footer-widget .list li a {
	color: var(--bs-gray-100);
}

.single-footer-widget .list li a:hover {
	color: #ffffff;
}

.single-footer-widget .list li:last-child {
	margin-bottom: 0;
}

.single-footer-widget .info {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.single-footer-widget .info li {
	list-style-type: none;
	margin-bottom: 15px;
}

.single-footer-widget .info li b {
	font-size: 14px;
	color: var(--bs-gray-100);
	font-weight: 400;
	display: block;
	line-height: 1;
	margin-bottom: 3.5px;
}

.single-footer-widget .info li span {
	font-size: 17.5px;
	color: #ffffff;
}

.single-footer-widget .info li span a {
	color: #ffffff;
}

.single-footer-widget .info li span a:hover {
	color: #6cc6ff;
}

.single-footer-widget .info li:last-child {
	margin-bottom: 0;
}

.single-footer-widget.border-wrap {
	height: 100%;
	position: relative;
}

.single-footer-widget.border-wrap::before {
	position: absolute;
	content: "";
	right: 15px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}

.single-footer-widget .social-list {
	display: flex;
	gap: 10px;
	margin-top: 20px;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.single-footer-widget .social-list li {
	list-style-type: none;
}

.single-footer-widget .social-list li a i {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	background-color: #FFF8F6;
	border: 1px solid #CCCCCC;
	color: #010101;
	font-size: 20px;
	border-radius: 50px;
	transition: 0.7s;
}

.single-footer-widget .social-list li a i:hover {
	background-color: #6cc6ff;
	border: 1px solid #6cc6ff;
	color: #010101;
}

.single-footer-widget .subscribe-inner {
	max-width: 315px;
	margin-top: 25px;
}

.single-footer-widget .subscribe-inner h4 {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 15px;
}

.single-footer-widget .subscribe-inner form {
	position: relative;
}

.single-footer-widget .subscribe-inner form .form-control {
	display: inline-block;
	height: 55px;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	outline: 0;
	box-shadow: unset;
	padding: 10px 50px 10px 20px;
	border-radius: 5px;
	color: #ffffff;
	transition: 0.7s;
}

.single-footer-widget .subscribe-inner form .form-control::placeholder {
	color: var(--bs-gray-100);
	transition: 0.7s;
}

.single-footer-widget .subscribe-inner form .form-control:focus {
	border: 1px solid #6cc6ff;
}

.single-footer-widget .subscribe-inner form .form-control:focus::placeholder {
	color: transparent;
}

.single-footer-widget .subscribe-inner form button {
	padding: 0;
	border: none;
	background-color: transparent;
	color: #6cc6ff;
	font-size: 20px;
	transition: 0.7s;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.single-footer-widget .subscribe-inner form button:hover {
	color: #ffffff;
}

.copyright-area {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.copyright-area p {
	margin-bottom: 0;
	color: var(--bs-gray-100);
	text-align: center;
}

.copyright-area p span {
	color: #6cc6ff;
}

.copyright-area p a {
	color: #ffffff;
}

.copyright-area p a:hover {
	color: #6cc6ff;
}

.copyright-area .info-links {
	margin-bottom: 0;
	display: flex;
	justify-content: end;
	padding-left: 0;
	padding-right: 0;
}

.copyright-area .info-links li {
	list-style-type: none;
	margin-right: 35px;
	position: relative;
}

.copyright-area .info-links li a {
	color: var(--bs-gray-100);
}

.copyright-area .info-links li a:hover {
	color: #6cc6ff;
}

.copyright-area .info-links li::before {
	position: absolute;
	content: "";
	right: -22px;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	background-color: #ffffff;
	border-radius: 50px;
}

.copyright-area .info-links li:last-child {
	margin-right: 0;
}

.copyright-area .info-links li:last-child::before {
	display: none;
}

.footer-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

@media only screen and (min-width:1800px) {
	.single-footer-widget p {
		font-size: 18px;
		line-height: 24px;
	}

	.single-footer-widget h3 {
		font-size: 24px;
	}

	.single-footer-widget .list li a {
		font-size: 18px;
	}
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
	.footer-area.recruiting-footer .footer-wrap-inner {
		padding: 25px;
	}

	.footer-area.consulting-footer .copyright-area {
		margin-top: 50px;
	}

	.footer-top-info h1 {
		font-size: 30px;
	}

	.footer-top-info .link-btn {
		font-size: 25px;
	}

	.footer-top-info .list {
		display: block;
	}

	.footer-top-info .list li {
		margin-bottom: 12px;
	}

	.footer-top-info .list li:last-child {
		margin-bottom: 0;
	}

	.single-footer-widget p {
		max-width: 100%;
	}

	.single-footer-widget.border-wrap::before {
		display: none;
	}

	.single-footer-widget.ps-5 {
		padding-left: 0 !important;
		/* Default bootstrap class without !important not working */
	}

	.single-footer-widget.ps-3 {
		padding-left: 0 !important;
		/* Default bootstrap class without !important not working */
	}

	.single-footer-widget h3 {
		font-size: 24px;
	}

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

	.copyright-area .info-links {
		justify-content: center;
	}
}
@media only screen and (max-width: 575px){	
	.single-footer-widget h3 {
		font-size: 16px;
	}
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-area.recruiting-footer .footer-wrap-inner {
		padding: 30px;
	}

	.footer-area.consulting-footer .copyright-area {
		margin-top: 100px;
	}

	.footer-top-info h1 {
		font-size: 65px;
	}

	.single-footer-widget p {
		max-width: 100%;
	}

	.single-footer-widget.border-wrap::before {
		display: none;
	}

	.single-footer-widget.ps-5 {
		padding-left: 0 !important;
	}

	.single-footer-widget.ps-3 {
		padding-left: 0 !important;
	}

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

	.copyright-area .info-links {
		justify-content: center;
	}
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-area.recruiting-footer .footer-wrap-inner {
		padding: 30px;
	}

	.footer-area.consulting-footer .copyright-area {
		margin-top: 100px;
	}

	.footer-top-info h1 {
		font-size: 80px;
	}

	.single-footer-widget.border-wrap::before {
		right: -25px;
	}
}

/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.footer-area.recruiting-footer .footer-wrap-inner {
		padding: 30px;
	}
}

/* === Section Heading === */
.section-heading {
	text-align: center;
	margin-bottom: 35px;
}

.section-heading .title {
	font-weight: bold;
	font-size: 50px;
	line-height: 60px;
	color: #006da1;
	/* text-decoration-line: underline; */
	text-transform: capitalize;
}

@media only screen and (max-width: 1399px) {
	.section-heading .title br {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.section-heading .title {
		font-size: 40px;
		line-height: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.section-heading .title {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 575px) {
	.section-heading{
		margin-bottom: 20px;
	}
	.section-heading .title {
		font-size: 24px;
		line-height: 34px;
	}
}

/*===== Button Flat =====*/
.pq-button.pq-button-flat {
	overflow: hidden;
	font-family: var(--body-fonts);
	text-transform: uppercase;
	line-height: 2;
	letter-spacing: 0.04em;
	font-size: 16px;
	padding: 12px 30px;
	position: relative;
	width: auto;
	height: auto;
	color: var(--white);
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	border-radius: var(--big-border-radius);
	transition: var(--transition);
	background: #0173bb;
	box-shadow: 2px 2px 0px #305fdb;
}

.pq-button.pq-button-flat:hover,
.pq-button.pq-button-flat:focus {
	background: var(--dark-color);
	color: var(--white);
}

.pq-button.pq-button-flat i {
	color: var(--white);
	font-size: 18px;
	margin-left: 5px;
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
	transition: var(--transition);
}

.pq-button.pq-button-flat:hover i,
.pq-button.pq-button-flat:focus i {
	animation: pheasantBounce 1s infinite linear;
}

@media (min-width:1023px) and (max-width:1399px) {
	.pq-button.pq-button-flat {
		padding: 6px 20px;
	}
}
@media only screen and (max-width: 575px){
	.pq-button.pq-button-flat{
		line-height: 1.5;
		letter-spacing: 0.02em;
		padding: 5px 20px;
		font-size: 15px;
	}
}
/*===== Button link =====*/

/** testimonial css start h-5 **/

/*================================================
Recruiting Contact Area CSS
=================================================*/
.recruiting-contact-area {
	background-color: var(--grey-color);
}

.recruiting-contact-information .info {
	padding: 30px;
	border-radius: 15px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	background: var(--white);
}

.recruiting-contact-information .info h3,
.recruiting-contact-information .info .h3 {
	font-size: 23.5px;
	margin-bottom: 20px;
}

.recruiting-contact-information .info .list {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.recruiting-contact-information .info .list li {
	list-style-type: none;
	display: flex;
	gap: 15px;
	align-items: center;
	margin-bottom: 15px;
}

.recruiting-contact-information .info .list li .icon i {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	background-color: #0173bb;
	color: var(--white);
	border-radius: 5px;
	font-size: 20px;
	transition: 0.7s;
}

.recruiting-contact-information .info .list li .title span {
	display: block;
	font-size: 14px;
	color: var(--black);
	line-height: 1;
	margin-bottom: 7px;
}

.recruiting-contact-information .info .list li .title a {
	font-size: 18px;
	color: #010101;
}

.recruiting-contact-information .info .list li .title strong {
	font-size: 18px;
	color: #010101;
	font-weight: 400;
}

.recruiting-contact-information .info .list li:last-child {
	margin-bottom: 0;
}

.recruiting-contact-information .info .wrap-shape {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: -1;
	max-width: 210px;
}

.recruiting-contact-information .offices-info {
	background-color: #0173bb;
	padding: 30px;
	border-radius: 15px;
}

.recruiting-contact-information .offices-info h3,
.recruiting-contact-information .offices-info .h3 {
	font-size: 23.5px;
	margin-bottom: 20px;
	color: var(--white);
}

.recruiting-contact-information .offices-info .item {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 15px;
}

.recruiting-contact-information .offices-info .item h5,
.recruiting-contact-information .offices-info .item .h5 {
	font-size: 20px;
	margin-bottom: 10px;
}

.recruiting-contact-information .offices-info .item span {
	display: block;
	margin-top: 5px;
	font-size: 18px;
}

.recruiting-contact-information .offices-info .item.wrap2 {
	background-color: #ffffff;
	margin-top: 12px;
}

.recruiting-contact-information .offices-info .item.wrap2 h5,
.recruiting-contact-information .offices-info .item.wrap2 .h5 {
	color: var(--black);
}

.recruiting-contact-information .offices-info .item.wrap2 span {
	color: var(--black);
}

.recruiting-contact-form {
	background-color: var(--neutral-50);
	padding: 35px;
	border-radius: 15px;
}

.recruiting-contact-form .content {
	margin-bottom: 25px;
}

.recruiting-contact-form .content h3,
.recruiting-contact-form .content .h3 {
	font-size: 23.5px;
	color: var(--black);
	margin-bottom: 10px;
}

.recruiting-contact-form .content p {
	margin-bottom: 0;
	color: var(--black);
}

.recruiting-contact-form .form-group label {
	color: var(--black);
	display: block;
	line-height: 1;
	margin-bottom: 10px;
}
@media only screen (max-width: 480px){
	.recruiting-contact-form .content h3,
	.recruiting-contact-form .content .h3 {
		font-size: 20px;
	}
}
@media only screen and (min-width:1800px) {
	.recruiting-contact-form .content p {
		font-size: 18px;
	}

	.recruiting-contact-form .form-group label {
		font-size: 18px;
	}
}

.recruiting-contact-form .form-group .form-control {
	display: inline-block;
	height: 45px;
	border: 1px solid rgba(112, 112, 112, 0.2);
	background-color: rgba(255, 255, 255, 0.1);
	color: #000;
	outline: 0;
	box-shadow: unset;
	padding: 10px 20px;
	border-radius: 5px;
	transition: 0.7s;
}

.recruiting-contact-form .form-group .form-control::placeholder {
	color: var(--neutral-500);
	transition: 0.7s;
}

.recruiting-contact-form .form-group .form-control:focus::placeholder {
	color: transparent;
}

.recruiting-contact-form .form-group textarea.form-control {
	display: flex;
	min-height: 125px;
	padding-top: 20px;
}

.recruiting-contact-form .form-group .form-select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3e%3cpath d='M3.204 5h9.592L8 10.481 3.204 5z'/%3e%3c/svg%3e");
	cursor: pointer;
}

.recruiting-contact-form .form-radio-group {
	display: grid;
	gap: 10px;
	grid-template-columns: auto auto;
}

.recruiting-contact-form .form-radio-item label {
	display: inline-block;
	padding-left: 5px;
}

/* .recruiting-contact-form .default-btn {
  background-color: #BAE40E;
  color: #010101;
  border: 1px solid #BAE40E;
  box-shadow: 2px 2px 0px #010101;
}
.recruiting-contact-form .default-btn:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #010101;
} */

.map-inner iframe {
	display: flex;
	width: 100%;
	height: 600px;
	border-radius: 15px;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
	.recruiting-contact-information .info {
		padding: 20px;
	}

	.recruiting-contact-information .offices-info {
		padding: 20px;
	}

	.recruiting-contact-information .offices-info .item {
		padding: 20px;
	}

	.recruiting-contact-form {
		padding: 20px;
	}
}

/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.recruiting-contact-information .info {
		padding: 25px;
	}

	.recruiting-contact-information .offices-info {
		padding: 25px;
	}

	.recruiting-contact-information .offices-info .item {
		padding: 20px;
	}
}

/* =========  Custom Accordion  ========= */
.choose-acc__item:has(.collapse.show) {
	background: linear-gradient(180deg, rgba(108, 59, 255, 0.22), rgba(124, 77, 255, 0.22));
	border-color: rgba(108, 59, 255, 0.55);
	box-shadow: 0 0 0 1px rgba(108, 59, 255, 0.35) inset, 0 8px 32px rgba(108, 59, 255, 0.35);
}

.bg-img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.box-icon {
	display: grid;
	grid-template-columns: 25px 1fr;
	gap: 5px;
	align-items: center;
	color: #fff;
}

.box-icon .icon {
	width: 25px;
	height: 25px;
}

.box-icon .icon i {
	font-size: 20px;
}

.box-icon .icon-content p {
	font-size: 20px;
	line-height: 32px;
}

.box-icon-2 {
	display: grid;
	grid-template-columns: repeat(2, 2fr);
	gap: 10px;
	align-items: center;
	color: #fff;
}

@media only screen and (min-width:1800px) {
	.box-icon i {
		font-size: 18px;
	}

	.box-icon .icon-content {
		font-size: 18px;
		line-height: 32px;
	}
}

@media (max-width: 575px) {
	.box-icon-2 {
		grid-template-columns: 1fr;
	}
}

.tp--hover-img {
	width: 100%;
	height: 100%;
	position: relative;
}

.tp--hover-img canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}

.page-services {
	background-color: #f3f3f3;
}

.intro-section-wrap h2 {
	margin-top: 15px;
	background: #0072bb;
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #0072bb;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 4s linear infinite;
	display: inline-block;
	padding-bottom: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

 .about-content h3 {
    font-size: 45px;
    margin-bottom: 10px;
}

.about-content p {
	margin-bottom: 10px;
}

@media (max-width:767px) {
	.about-content p {
		text-align: justify;
	}
}

.contact-form-wrap .nav-pills {
	justify-content: center;
}

.contact-form-wrap .nav-pills .nav-link {
	background-color: #fff;
	color: #000;
	box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
	margin-inline-start: 15px;
}

.contact-form-wrap .nav-pills .nav-link.active,
.contact-form-wrap .nav-pills .nav-link:hover {
	background-color: #2e87bf;
	color: #fff;
	box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
	margin-inline-start: 15px;
}

.recruiting-contact-form .form-group {
	margin-bottom: 15px;
}

.swiper {
	width: 100%;
	height: 100%;
}
@media (orientation: portrait) {
	.swiper {
		aspect-ratio: 16/9;
		height: auto
	}
}

.swiper-slide {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	height: 600px;
	overflow: hidden;
}

@media (max-width: 1199px) {
	.swiper-slide {
		height: 500px;
	}
}

@media (max-width: 991px) {
	.swiper-slide {
		height: 400px;
	}
}

@media (max-width: 767px) {
	.swiper-slide {
		height: 600px;
	}
	.swiper-slide-active .title .h1{
	    font-size: 50px!important;
	}
}

@media (max-width: 480px) {
	.swiper{
		height: 600px;
	}
	.swiper-slide {
		height: 600px;
	}
}

.swiper-slide .title {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: grid;
	align-items: center;
	justify-content: end;
	z-index: 1;
	padding-inline: 50px;
}

.swiper-slide .title .h1 {
	color: rgb(255, 255, 255);
	font-size: clamp(2rem, 4.5vw, 7rem);
	letter-spacing: 3px;
	transform: translateX(-10px);
	transition: opacity 1s ease-in 0.5s, 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
	opacity: 0;
	user-select: none;
	align-self: center;
	max-width: 600px;
	text-shadow: 5px 3px #00000024;
	float: right;
	margin-right: 0px;
	margin-left: auto;
	margin-top: 20px;
	text-align: center;
}

.swiper-slide-active .title .h1 {
	opacity: 1;
	transform: translateX(0);
}

.swiper-slide-active .title p {
	color: #495057;
	font-size: clamp(1rem, 1.5vw, 1.8rem);
	transform: translateX(60px);
	transition: opacity 1s ease-in 0.5s, 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
	opacity: 0;
	user-select: none;
	max-width: 525px;
	align-self: baseline;
}

.swiper-slide-active .title p {
	opacity: 1;
	transform: translateX(0);
}

.swiper-slide .layer {
	position: relative;
	width: 100%;
	height: 100%;
	grid-area: 1 / 1;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.5s linear;
}

.swiper-slide-active .layer {
	opacity: 1;
}

.swiper-slide .layer img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	user-select: none;
}

.layer::after {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}

.mask {
	/*-webkit-mask-image: url(../images/vector.svg);*/
	/*mask-image: url(../images/vector.svg);*/
	/*mask-repeat: no-repeat;*/
	/*mask-position: center;*/
}

.middle {
	mask-size: 45%;
}

.inner {
	mask-size: 30%;
}

[data-color="navy-blue"]::after {
	background-color: rgba(33, 36, 78, 0.5);
}

.swiper-button-prev,
.swiper-button-next {
	padding: 10px;
	color: #ffffff !important;
	background-color: rgb(1 115 187);
	--swiper-navigation-size: 40px;
	--swiper-navigation-sides-offset: 5px;
	border-radius: 40px;
	width: 45px;
	height: 45px;
}

@media (max-width:1100px) {
	.middle {
		mask-size: 60%;
	}

	.inner {
		mask-size: 45%;
	}

	.swiper-button-prev,
	.swiper-button-next {
		--swiper-navigation-size: 35px;
	}

}

@media (max-width:950px) {
	.middle {
		mask-size: 70%;
	}

	.inner {
		mask-size: 55%;
	}

	.swiper-button-prev,
	.swiper-button-next {
		padding: 14px;
		--swiper-navigation-size: 35px;
	}
}

@media (max-width:800px) {
	.middle {
		mask-size: 80%;
	}

	.inner {
		mask-size: 60%;
	}

	.swiper-slide-active .title .h1 {
		/*max-width: 250px;*/
		/*font-size: clamp(1.6rem, 3vw, 4rem);*/
		text-shadow: 1px 1px #00000024;
	}
}

@media (max-width:400px) {

	.swiper-button-prev,
	.swiper-button-next {
		width: 25px;
		height: 25px;
		padding: 8px;
		--swiper-navigation-size: 25px;
	}
}

/*================================================ Consulting Choose Area CSS =================================================*/
.consulting-choose-content {
	position: sticky;
	top: 145px;
}

.consulting-choose-content .sub {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 20px;
	border: 1px solid rgba(1, 1, 1, 0.2);
	border-radius: 50px;
	margin-bottom: 12px;
}

.consulting-choose-content h2 {
	font-size: 45px;
	margin-bottom: 35px;
}

.consulting-choose-content img {
	border-radius: 15px;
}

.consulting-choose-items {
	margin-left: 100px;
	border-left: 1px solid #ccc;
}

.consulting-choose-items .item {
	border-bottom: 1px solid #ccc;
	padding-top: 50px;
	padding-left: 100px;
	padding-bottom: 50px;
}

.consulting-choose-items .item .icon {
	margin-bottom: 25px;
}

.consulting-choose-items .item .icon i {
	display: flex;
	font-size: 50px;
	color: #2e87bf;
}

.consulting-choose-items .item h3 {
	font-size: 23.5px;
	margin-bottom: 15px;
}

.consulting-choose-items .item p {
	margin-bottom: 0;
}

.consulting-choose-items .item:first-child {
	padding-top: 0;
}

.consulting-choose-items .item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

/*================================================ Outsourcing Choose Area CSS =================================================*/
/* Max width 767px */
@media only screen and (max-width: 767px) {
	.consulting-choose-content h2 {
		font-size: 30px;
		margin-bottom: 25px;
	}

	.consulting-choose-items {
		margin-left: 0;
		border-left: none;
	}

	.consulting-choose-items .item {
		padding-top: 30px;
		padding-left: 0;
		padding-bottom: 30px;
	}

	.consulting-choose-items .item:first-child {
		padding-top: 0;
	}

	.consulting-choose-items .item:last-child {
		padding-bottom: 0;
	}
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.consulting-choose-items {
		margin-left: 0;
		border-left: none;
	}

	.consulting-choose-items .item {
		padding-top: 30px;
		padding-left: 0;
		padding-bottom: 30px;
	}

	.consulting-choose-items .item:first-child {
		padding-top: 0;
	}

	.consulting-choose-items .item:last-child {
		padding-bottom: 0;
	}
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.consulting-choose-items {
		margin-left: 40px;
	}
}
@media only screen and (max-width: 480px){
	.consulting-choose-content h2 {
		font-size: 24px;
	}
	.consulting-choose-items .item h3{
		font-size: 20px;
	}
}
/************************************/
/*** 	 06. Our Services css	  ***/
/************************************/

.our-services {
	padding: 100px 0;
}

.project-section {
	background: var(--neutral-100);
}

.service-item {
	position: relative;
	background: var(--white-color);
	box-shadow: 0px 0px 10px 0px #0B10300D;
	border-radius: 20px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 40px;
	overflow: hidden;
	box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.2);
}

.service-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--white-color);
	border-radius: 20px;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}

.service-item.active::before,
.service-item:hover::before {
	transform: translate(100%, -100%);
}

.service-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.service-item.active .service-image,
.service-item:hover .service-image {
	opacity: 1;
}

.service-image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #021b39;
	opacity: 70%;
}

.service-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-body {
	position: relative;
	z-index: 2;
}

.service-body .icon-box {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background: var(--primary-color); */
	border: 1px solid var(--black);
	border-radius: 50%;
	margin-bottom: 30px;
	transition: all 0.4s ease-in-out;
}

.service-item.active .service-body .icon-box,
.service-item:hover .service-body .icon-box {
	border: 0;
	background: var(--white-color);
}

.service-body .icon-box img {
	width: 100%;
	max-width: 50px;
	transition: all 0.4s ease-in-out;
}

.service-item.active .service-body .icon-box img,
.service-item:hover .service-body .icon-box img {
	filter: brightness(0) invert(0);
}

.service-content {
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 25px;
	padding-bottom: 25px;
	transition: all 0.4s ease-in-out;
}

.service-item.active .service-content,
.service-item:hover .service-content {
	border-color: var(--dark-divider-color);
}

.service-content h3 {
	font-size: 20px;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
}

.service-content h3 a {
	color: inherit;
}

.service-content p {
	margin-bottom: 0;
	transition: all 0.4s ease-in-out;
}

.service-item.active .service-content h3,
.service-item:hover .service-content h3,
.service-item.active .service-content p,
.service-item:hover .service-content p {
	color: var(--white-color);
}

.service-item.active .service-readmore-btn .readmore-btn,
.service-item:hover .service-readmore-btn .readmore-btn {
	color: var(--white-color);
}

.service-item.active .service-readmore-btn .readmore-btn::before,
.service-item:hover .service-readmore-btn .readmore-btn::before {
	filter: brightness(0) invert(1);
}

@media only screen and (max-width: 767px) {
	.service-item {
		padding: 20px
	}

	.service-body .icon-box {
		width: 60px;
		height: 60px;
		margin-bottom: 15px;
	}
	.service-body .icon-box img{
		max-width: 40px;
	}
	.service-content {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.service-content h3{
		font-size: 18px;
	}
}

.service-cta-box {
	position: relative;
	border-radius: 20px;
	height: calc(100% - 30px);
	overflow: hidden;
	margin-bottom: 30px;
}

.service-cta-image {
	height: 100%;
}

.service-cta-image figure {
	display: block;
	height: 100%;
}

.service-cta-image img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 0.8;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.service-cta-box:hover .service-cta-image img {
	transform: scale(1.1);
}

.service-cta-content {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	background: var(--dark-divider-color);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 10px;
	text-align: center;
	padding: 20px 30px;
	z-index: 1;
}

.service-cta-content h3 {
	font-size: 20px;
	color: var(--white-color);
	margin-bottom: 30px;
}

/** End Services **/
/** Timeline **/
.timeline-divider {
	position: absolute;
	width: 10px;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 1;
}

.timeline-divider::before {
	content: "";
	border: 1px solid #2e87bf;
	border-radius: 10px;
	position: absolute;
	inset: 0;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: transparent;
}

.timeline-divider .divider-line {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background-color: #2e87bf;
	z-index: 1;
	border-radius: 10px;
}

.timeline-divider .divider-circle {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	z-index: 2;
	background-color: #fff;
	border: 3px solid #2e87bf;
}

.rs-services-area {
	background-color: #f5f5f5;
}

.rs-services-ten .rs-services-wrapper {
	width: 1100px;
	position: relative;
	margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
	.rs-services-ten .rs-services-wrapper {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.rs-services-ten .rs-services-wrapper {
		padding-inline-start: 30px;
	}

}

.rs-services-ten .rs-services-item-wrapper {
	display: flex;
	flex-direction: column;
	gap: 100px;
}

@media only screen and (max-width: 1366px) {
	.rs-services-ten .rs-services-item-wrapper {
		gap: 80px;
	}
}

@media only screen and (max-width: 1199px) {
	.rs-services-ten .rs-services-item-wrapper {
		gap: 60px;
	}
}

@media only screen and (max-width: 991px) {
	.rs-services-ten .rs-services-item-wrapper {
		gap: 30px;
	}
}

.rs-services-ten .rs-services-item {
	display: flex;
	align-items: center;
	gap: 30px 225px;
	opacity: 0.25;
	transition: 0.3s;
}
/* 
@media only screen and (max-width: 1600px) {
	.rs-services-ten .rs-services-item {
		gap: 30px 200px;
	}
} */

@media only screen and (max-width: 1600px) {
	.rs-services-ten .rs-services-item {
		gap: 30px 130px;
	}
}

@media only screen and (max-width: 991px) {
	.rs-services-ten .rs-services-item {
		gap: 0px;
		flex-wrap: wrap;
	}

	.rs-services-ten .rs-services-item:nth-child(1) {
		flex-direction: column-reverse;
	}

	.rs-services-ten .rs-services-item:nth-child(3) {
		flex-direction: column-reverse;
	}
}

.rs-services-ten .rs-services-item.item-visible {
	opacity: 1 !important;
}

.rs-services-ten .rs-services-content {
	padding-top: 33px;
	padding-bottom: 32px;
	padding-inline-start: 40px;
	padding-inline-end: 40px;
	border-radius: 6px;
}

@media only screen and (max-width: 1600px) {
	.rs-services-ten .rs-services-content {
		padding-top: 23px;
		padding-bottom: 22px;
		padding-inline-start: 30px;
		padding-inline-end: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.rs-services-ten .rs-services-content {
		padding-top: 18px;
		padding-bottom: 17px;
		padding-inline-start: 25px;
		padding-inline-end: 25px;
	}
}

.rs-services-ten .rs-services-title {
	font-weight: 500;
}

.rs-services-ten .rs-services-desc {
	font-size: 18px;
	line-height: 1.5;
}


.rs-services-ten .rs-services-content-info {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 15px;
	flex-wrap: wrap;
}

.rs-services-ten .rs-services-content-info .icon {
	flex: 0 0 100%;
}

.rs-services-ten .rs-services-content-info .icon i {
	font-size: 50px;
	display: inline-block;
	color: #2e87bf;
}

.rs-services-ten .rs-services-meta {
	font-size: 15px;
	letter-spacing: 0.02em;
	margin-bottom: 15px;
	display: inline-block;
}

.rs-services-ten .rs-services-number {
	letter-spacing: 1.2px;
	font-size: 40px;
	font-weight: 700;
	line-height: 0.95;
}


@media only screen and (max-width: 575px) {
	.rs-services-ten .rs-services-content-info {
		gap: 20px;
		flex-wrap: wrap;
	}
	.rs-services-ten .rs-services-desc {
		font-size: 15px;
	}
	.rs-services-ten .rs-services-content-info .icon i{
		font-size: 36px;
	}
	.rs-services-ten .rs-services-number {
		font-size: 35px;
	}
}
.rs-services-ten .rs-services-thumb {
	min-width: 447px;
}
@media only screen and (max-width: 1199px) {
	.rs-services-ten .rs-services-thumb {
		min-width: 400px;
	}
}

@media only screen and (max-width: 991px) {
	.rs-services-ten .rs-services-thumb {
		min-width: 100%;
	}
}

.rs-services-ten .rs-services-thumb img {
	width: 100%;
	border-radius: 10px;
}

@media only screen and (max-width: 991px) {
	.rs-services-ten .rs-services-thumb img {
		border-radius: 0;
	}
}

@media only screen and (max-width: 991px) {
	.rs-services-ten .timeline-divider {
		left: 0;
	}
}

.outsourcing-services-area {
	background-color: #f5f5f5;
}

.who {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	margin-bottom: 40px;
	position: sticky;
	top: 140px;
	box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
	background: var(--white);
}

.who .item .services-content {
	padding: 35px;
}

@-webkit-keyframes tpshake {
	10% {
		transform: translateY(-10px);
	}

	50% {
		transform: skew(15deg);
	}

	80% {
		transform: rotate(10deg);
	}

	100% {
		transform: translate(0);
	}
}

@keyframes tpshake {
	10% {
		transform: translateY(-10px);
	}

	50% {
		transform: skew(15deg);
	}

	80% {
		transform: rotate(10deg);
	}

	100% {
		transform: translate(0);
	}
}

.tpshake {
	transition: all .4s ease;
}

.tpshake-wrap:hover .tpshake {
	animation-name: tpshake;
	animation-timing-function: ease-in-out;
	animation-duration: 0.4s;
	animation-iteration-count: 1;
}

.bg-grey {
	background-color: rgba(238, 238, 238, 0.46);
}

.service-content-media img {
	border-radius: 10px;
}

.service-content-detail h2 {
	margin-bottom: 1rem;
}

.service-content-detail p {
	margin-bottom: 10px;
}

@media (max-width:767px) {
	.service-content-detail p {
		text-align: justify;
	}
}

.service-area .service-items .single-item {
	margin-bottom: 30px;
	height: 100%;
}

.service-area .service-items .item {
	padding: 67px 37px;
	box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
	background: var(--white);
	border-radius: 20px;
	transition: all 0.4s ease;
	height: 100%;
}

.service-area .service-items .single-item:hover .item {
	background-color: #2e87bf;
}

.service-area .service-items .item p {
	margin: 0;
	font-size: 16px;
}

.service-area .service-items .single-item:hover p {
	color: #ffffff;
}

.service-area .service-items .item .icon {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-bottom: 30px;
}

.service-area .service-items .item .info>i {
	display: inline-block;
	font-size: 70px;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	position: relative;
	margin-bottom: 30px;
}

.service-area .service-items .single-item:hover .info i {
	color: #ffffff;
}

/* .service-area .service-items .item .info > i::after {
  position: absolute;
  left: -10px;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(62.5deg, transparent, rgba(237, 245, 255, 0.9));
  z-index: -1;
  border-radius: 10px;
  transform: rotate(225deg);
} */

.service-area .service-items .item .info h4 {
	font-weight: 600;
	margin-bottom: 35px;
	font-size: 22px;
}

.service-area .service-items .single-item:hover .info h4 {
	color: #ffffff;
}

.service-area .service-items .item:hover .btn-standard::after {
	left: 0;
}

.service-area .service-items .item:hover .btn-standard,
.service-area .service-items .item:hover .btn-standard i {
	color: var(--white);
}
@media only screen and (max-width: 575px){
	.service-area .service-items .single-item:last-child{
		margin-bottom: 0px;
	}
	.service-area .service-items .item .info h4{
		margin-bottom: 20px;
	}
	.service-area .service-items .item{
		padding: 30px 20px;
	}
	.service-area .service-items .item .info>i{
		font-size: 50px;
	}
	.service-area .service-items .item p{
		text-align: justify;
	}
}
/** Counter Section **/
.counter-area-four .counter-wrapper {
	padding: 20px 0 60px;
	position: relative;

}

@media (max-width: 1899px) {
	.counter-area-four .counter-wrapper {
		margin-right: 100px;
		padding-left: 100px;
	}
}

@media (max-width: 1399px) {
	.counter-area-four .counter-wrapper {
		margin-right: 0;
		padding-left: 0;
	}
}

.counter-area-four .counter-wrapper .bg-shape-1 {
	width: 90px;
	height: 90px;
	border-radius: 0 0 0 100px;
	background: var(--primary-color);
	position: absolute;
	right: 0;
	top: 0;
}

.counter-area-four .counter-wrapper .bg-shape-2 {
	width: 62px;
	height: 62px;
	transform: rotate(90deg);
	border-radius: 0 0 0 100px;
	background: var(--primary-color);
	position: absolute;
	right: 0;
	bottom: 0;
}

.counter-area-four .counter-wrapper .counter-items span {
	color: #000;
	font-size: 72px;
	font-style: normal;
	font-weight: 400;
	line-height: 100px;
	text-transform: capitalize;
	display: inline-block;
	margin-bottom: 15px;
}

.counter-area-four .counter-wrapper .counter-items .counter-title h4 {
	color: var(--black);
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
}

@media (max-width: 1399px) {
	.counter-area-four .counter-wrapper .counter-items span {
		font-size: 80px;
		line-height: 80px;
	}
}

@media (max-width: 1199px) {
	.counter-area-four .counter-wrapper .counter-items span {
		font-size: 42px;
		line-height: 58px;
	}

	.counter-area-four .counter-wrapper .counter-title {
		padding: 0 10px;
	}

	.counter-area-four .counter-wrapper .counter-items .counter-title h4 {
		font-size: 14px;
	}
}
@media (max-width: 575px){
	.counter-area-four{
		margin-top: -40px;
	}
	.counter-area-four .counter-wrapper {
		padding-bottom: 40px;
	}
}

/** Service Image Box **/
.service-img-wrapper {
	/** background-color: var(--primary-color); **/
	background: linear-gradient(90deg, #077c97 0%, #277da3 100%);
}

.service-img-wrapper .img-box {
	background: #fff;
	/* padding: 20px; */
	border-radius: 40px;
	text-align: center;
}

@media (max-width:767px) {
	.service-img-wrapper .img-box {
		margin-bottom: 20px;
	}
}

.img-box .image img {
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}

.img-box .content {
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}

.img-box:hover .content {
	background: #0033b8;
	color: #fff;
}

.img-box h4 {
	padding: 20px 30px;
	display: inline-block;
	font-size: 20px;
}

.img-box:hover .content h4 {
	color: #fff;
}

.counter-items {
	text-align: center !important;
	background: #f2f7ff;
	padding: 30px 0px;
	margin: 0px;
	border-radius: 20px;
	box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.2);
}

.icon-box img {
	position: relative;
	width: 100%;
	max-width: 90px;
	z-index: 1;
}

@media (max-width:1199px) {
	.icon-box img {
		max-width: 60px;
	}
}

.methodology-content h3 {
	font-size: 30px;
	color: #0173bb;
}

.workforce-items .item {
	/* border-bottom: 1px solid #ccc; */
	padding-top: 50px;
	padding: 40px 30px;
	border: 1px solid rgb(235 235 235 / 84%);
	border-radius: 15px;
	margin-bottom: 30px;
	margin-left: 100px;
	/* box-shadow: 0px 15px 355px -5px rgba(9, 31, 67, .1); */
}

@media (max-width:991px) {
	.workforce-items .item {
		margin-left: 0px;
	}
}

@media (max-width: 767px) {
	.workforce-items .item h3 {
		margin: 10px 0 20px;
	}

	.workforce-items .item p {
		text-align: justify;
	}
}

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

.section-bg {
	background: #efefef;
}

.section-bg-2 {
	background-color: #f7fcff;
}

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
.fade-in-bottom {
	-webkit-animation-name: fade-in-bottom;
	animation-name: fade-in-bottom;
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-fill-mode: both;
}

@-webkit-keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.services__item {
	gap: 178px;
	display: flex;
	padding-bottom: 35px;
	padding-top: 35px;
	border-top: 1px solid var(--black);
	align-items: center;
}

@media only screen and (max-width: 1919px) {
	.services__item {
		gap: 40px;
	}
}

@media only screen and (max-width: 1199px) {
	.services__item {
		gap: 50px;
	}
}

@media only screen and (max-width: 991px) {
	.services__item {
		gap: 50px;
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 575px) {
	.services__item {
		gap: 15px;
	}
}
.services__item:last-child {
	border-bottom: 1px solid var(--black);
}

.services__item:hover .services__media img {
	height: 100% !important;
}

@media only screen and (max-width: 767px) {
	.services__item:hover .services__media img {
		height: 100% !important;
	}
}

.services__item:hover .services__content .sub-title {
	display: block;
}

.services__item:hover .services__content .des {
	display: block;
}

.services__item:hover .services__content .checklist {
	display: block;
}

.services__item:hover .services__list {
	display: flex;
}

.services__content {
	min-width: 707px;
	flex: 1 0 50%;
	max-width: 50%;
}

@media only screen and (max-width: 1399px) {
	.services__content {
		min-width: 500px;
		flex: 1 0 50%;
		max-width: 50%;
	}
}

@media only screen and (max-width: 991px) {
	.services__content {
		min-width: 100%;
	}
}

.services__content .title {
	font-size: 60px;
	line-height: 72px;
	color: var(--black);
	margin-bottom: 35px;
}

@media only screen and (max-width: 1399px) {
	.services__content .title {
		font-size: 38px;
		line-height: 42px;
	}
}

@media only screen and (max-width: 991px) {
	.services__content .title {
		font-size: 50px;
		line-height: 60px;
	}
}

@media (max-width: 575px) {
	.services__content .title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 15px;
	}
}

.services__content .sub-title {
	display: none;
	margin-bottom: 20px;
	transition: all 0.5s ease;
}

.services__content .des {
	color: #444444;
	font-size: 18px;
	line-height: 28px;
	max-width: 519px;
	text-indent: 0px;
	margin-bottom: 35px;
	display: none;
	transition: all 0.5s ease;
}
@media only screen and (max-width: 575px){
	.services__content .des {
		font-size: 15px;
		margin-bottom: 15px;
		text-align: justify;
	}
}
@media only screen and (max-width: 991px) {
	.services__content .des {
		display: block;
		text-indent: 0;
		max-width: 100%;
	}
}

.services__list {
	gap: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.5s ease;
	display: none;
}

@media only screen and (max-width: 991px) {
	.services__list {
		display: flex;
		flex-wrap: wrap;
		align-items: self-start;
	}
}

.services__content .checklist {
	display: none;
}

.services__list li {
	font-size: 14px;
	font-weight: 700;
	padding: 5px 21px;
	line-height: 26px;
	color: var(--black);
	border-radius: 500px;
	text-transform: uppercase;
	border: 1px solid var(--black);
}

.services__media {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.services__media img {
	width: 100% !important;
	height: 120px !important;
	object-fit: cover;
	border-radius: 10px;
	transition: height 0.5s ease;
}

@media only screen and (max-width: 991px) {
	.services__media img {
		height: 100% !important;
	}
}

.methodology-content .item h2 {
	font-size: 95px;
	color: #F5F5F5;
	line-height: 1;
	margin-bottom: 20px;
}
@media only screen and (max-width: 991px){
	.methodology-content .item h2{
		font-size: 60px;
		color: rgba(36, 36, 36, 0.3);
	}
}
@media only screen and (max-width: 767px){
	.methodology-content .item h2{
		font-size: 50px;
	}
}
@media only screen and (max-width: 575px){
	.methodology-content .item h2{
		font-size: 40px;
	}
	.methodology-content h3, .workforce-items .item h3{
		font-size:24px;
	}
}
.service-content-detail .title {
	font-size: 42px;
	line-height: 50px;
}

@media(max-width:1369px) {
	.service-content-detail .title {
		font-size: 36px;
	}
}

@media(max-width:767px) {
	.service-content-detail .title {
		font-size: 26px;
		line-height: 36px;
	}
}

.space30 {
	height: 30px;
}

.case-works-section-area {
	position: relative;
	z-index: 1;
	background: #f5f5f5;
}

.case-works-section-area .others-widget-area {
	background: #ffffff;
	border-radius: 16px;
	padding: 50px;
	position: relative;
}

.case-works-section-area .others-widget-area .card-boxarea:hover h3 {
	transform: rotateY(360deg);
	transition: all 0.4s;
}

.case-works-section-area .others-widget-area .card-boxarea h3 {
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: -0.24px;
	display: inline-block;
	transition: all 0.4s;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	background: var(--Main-Color, linear-gradient(90deg, #075897 0%, #6e86fc 100%));
}

.case-works-section-area .others-widget-area .card-boxarea .content-area {
	background: #F2F4FF;
	padding: 28px;
	border-radius: 4px;
	text-align: center;
	margin: 0 40px 0 0;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.case-works-section-area .others-widget-area .card-boxarea .content-area {
		margin: 0;
	}
	.card-boxarea .count{
		display:none;
	}
}
@media (max-width: 575px){
	.case-works-section-area .others-widget-area{
		padding: 20px;
	}
	
}
.case-works-section-area .others-widget-area .card-boxarea .content-area:hover::after {
	width: 100%;
	left: 0;
	top: 0;
	transition: all 0.4s;
	visibility: visible;
	opacity: 1;
}

.case-works-section-area .others-widget-area .card-boxarea .content-area:hover h4,
.case-works-section-area .others-widget-area .card-boxarea .content-area:hover a {
	color: #ffffff;
	transition: all 0.4s;
}

.case-works-section-area .others-widget-area .card-boxarea .content-area:hover p {
	color: #ffffff;
	transition: all 0.4s;
	opacity: 80%;
}

.case-works-section-area .others-widget-area .card-boxarea .content-area::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 10px;
	left: 50%;
	transition: all 0.4s;
	top: 0;
	background: linear-gradient(90deg, #074797 0%, #6e7bfc 100%);
	z-index: -1;
	border-radius: 8px;
	visibility: hidden;
	opacity: 0;
}

.case-works-section-area .others-widget-area .card-boxarea .content-area h4,
.case-works-section-area .others-widget-area .card-boxarea .content-area a {
	color: #050734;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	display: inline-block;
	transition: all 0.4s;
	margin-bottom: 15px;
}

.case-works-section-area .others-widget-area .card-boxarea .content-area p {
	color: #050734;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */
	letter-spacing: 0.16px;
	opacity: 0.8;
	transition: all 0.4s;
}

.case-works-section-area .others-widget-area .card-boxarea .content-area2 {
	background: #F2F4FF;
	padding: 28px;
	border-radius: 4px;
	text-align: center;
	margin: 0 0 0 40px;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.case-works-section-area .others-widget-area .card-boxarea .content-area2 {
		margin: 0;
	}
}

.case-works-section-area .others-widget-area .card-boxarea .content-area2:hover::after {
	width: 100%;
	left: 0;
	top: 0;
	transition: all 0.4s;
	visibility: visible;
	opacity: 1;
}

.case-works-section-area .others-widget-area .card-boxarea .content-area2:hover h4,
.case-works-section-area .others-widget-area .card-boxarea .content-area2:hover a {
	color: #ffffff;
	transition: all 0.4s;
}

.case-works-section-area .others-widget-area .card-boxarea .content-area2:hover p {
	color: #ffffff;
	transition: all 0.4s;
	opacity: 80%;
}

.case-works-section-area .others-widget-area .card-boxarea .content-area2::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 10px;
	left: 50%;
	transition: all 0.4s;
	top: 0;
	background: linear-gradient(90deg, #074797 0%, #6e7bfc 100%);
	z-index: -1;
	border-radius: 8px;
	visibility: hidden;
	opacity: 0;
}

.case-works-section-area .others-widget-area .card-boxarea .content-area2 h4,
.case-works-section-area .others-widget-area .card-boxarea .content-area2 a {
	color: #050734;
	;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	display: inline-block;
	transition: all 0.4s;
	margin-bottom: 15px;
}

.case-works-section-area .others-widget-area .card-boxarea .content-area2 p {
	color: #050734;
	;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */
	letter-spacing: 0.16px;
	opacity: 0.8;
	transition: all 0.4s;
}

.case-works-section-area .others-widget-area .card-boxarea.box1 h3 {
	position: relative;
	left: -75px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.case-works-section-area .others-widget-area .card-boxarea.box1 h3 {
		left: 0;
	}
}

.case-works-section-area .others-widget-area .card-boxarea.box2 h3 {
	position: relative;
	left: -73px;
	margin-top: 13px;
}

@media (max-width: 767px) {
	.case-works-section-area .others-widget-area .card-boxarea.box2 h3 {
		left: 0;
	}
}

.case-works-section-area .others-widget-area .card-boxarea.box3 h3 {
	position: relative;
	left: 74px;
	margin-top: -33px;
	margin-bottom: 16px;
}

@media (max-width: 767px) {
	.case-works-section-area .others-widget-area .card-boxarea.box3 h3 {
		left: 0;
	}
}

.case-works-section-area .others-widget-area .card-boxarea.box4 h3 {
	position: relative;
	left: 74px;
	margin-top: 16px;
	margin-bottom: -16px;
}

@media (max-width: 767px) {
	.case-works-section-area .others-widget-area .card-boxarea.box4 h3 {
		left: 0;
	}
}

.case-works-section-area .others-widget-area .images {
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.case-works-section-area .others-widget-area .images {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.case-works-section-area .others-widget-area .images .elements12 {
	position: absolute;
	top: -10px;
	left: -100px;
}

@media (max-width: 767px) {
	.case-works-section-area .others-widget-area .images .elements12 {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.case-works-section-area .others-widget-area .images .elements12 {
		display: none;
	}
}

.case-works-section-area .others-widget-area .images .elements13 {
	position: absolute;
	bottom: -10px;
	left: -100px;
}

@media (max-width: 767px) {
	.case-works-section-area .others-widget-area .images .elements13 {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.case-works-section-area .others-widget-area .images .elements13 {
		display: none;
	}
}

.case-works-section-area .others-widget-area .images .elements14 {
	position: absolute;
	top: -10px;
	right: -100px;
}

@media (max-width: 767px) {
	.case-works-section-area .others-widget-area .images .elements14 {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.case-works-section-area .others-widget-area .images .elements14 {
		display: none;
	}
}

.case-works-section-area .others-widget-area .images .elements15 {
	position: absolute;
	bottom: -10px;
	right: -100px;
}

@media (max-width: 767px) {
	.case-works-section-area .others-widget-area .images .elements15 {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.case-works-section-area .others-widget-area .images .elements15 {
		display: none;
	}
}

.case-works-section-area .others-widget-area .images .img1 {
	position: relative;
	z-index: 1;
	background: #F1F0FE;
	padding: 16px;
	border-radius: 50%;
}

.case-works-section-area .others-widget-area .images .img1 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

/*================================================
Outsourcing Services Area CSS
=================================================*/
.outsourcing-services-area {
	background-color: #f5f5f5;
}

.outsourcing-services-area .section-title .sub {
	border: 1px solid #1c1c1c;
	color: #ffffff;
}

.outsourcing-services-area .section-title h2,
.outsourcing-services-area .section-title .h2 {
	color: #1c1c1c;
}

.outsourcing-services-items .item {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	margin-bottom: 40px;
	position: sticky;
	top: 140px;
	box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);
	background: var(--white);
}

.outsourcing-services-items .item .services-content {
	padding: 35px;
}

.outsourcing-services-items .item .services-content .number {
	display: inline-flex;
	align-items: center;
	justify-self: unset;
	padding: 5px 20px;
	background-color: #ffffff;
	border-radius: 50px;
	margin-bottom: 45px;
}

.outsourcing-services-items .item .services-content h3,
.outsourcing-services-items .item .services-content .h3 {
	font-size: 23.5px;
	margin-bottom: 15px;
}

.outsourcing-services-items .item .services-content h3 a,
.outsourcing-services-items .item .services-content .h3 a {
	color: #1c1c1c;
}

.outsourcing-services-items .item .services-content h3 a:hover,
.outsourcing-services-items .item .services-content .h3 a:hover {
	color: #1c1c1c;
}

.outsourcing-services-items .item .services-content p {
	color: #1c1c1c;
	margin-bottom: 20px;
}

.outsourcing-services-items .item .services-content .list {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.outsourcing-services-items .item .services-content .list li {
	display: flex;
	gap: 7px;
	align-items: center;
	margin-bottom: 15px;
}

.outsourcing-services-items .item .services-content .list li i {
	color: #1c1c1c;
}

.outsourcing-services-items .item .services-content .list li span {
	color: #000;
}

.outsourcing-services-items .item .services-content .list li:last-child {
	margin-bottom: 0;
}

.outsourcing-services-items .item .services-content .service-btn {
	margin-top: 35px;
}

.outsourcing-services-items .item .services-content .service-btn .default-btn {
	background-color: #1c1c1c;
	color: #010101;
	border: 1px solid #1c1c1c;
	box-shadow: 2px 2px 0px #010101;
}

.outsourcing-services-items .item .services-content .service-btn .default-btn:hover {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #010101;
}

.outsourcing-services-items .item .services-image img {
	border-radius: 0 15px 15px 0;
}

.outsourcing-services-items .item:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.outsourcing-services-items .item .services-image img {
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
	}
}
@media (max-width: 575px){
	.outsourcing-services-items .item .services-content{
		padding: 20px;
	}
	.outsourcing-services-items .item .services-content p:last-child{
		margin-bottom: 0;
	}
}
/***  =============================================
       Pricing Two
=============================================  ***/
@keyframes wobble-horizontal-hover {
	16.65% {
		transform: translateX(5px);
	}

	33.3% {
		transform: translateX(-3px);
	}

	49.95% {
		transform: translateX(4px);
	}

	66.6% {
		transform: translateX(-2px);
	}

	83.25% {
		transform: translateX(1px);
	}

	100% {
		transform: translateX(0);
	}
}

.pricing-two {
	position: relative;
	display: block;
	background-color: var(--neutral-50);
	z-index: 1;
}

.pricing-two .section-title {
	margin-bottom: 103px;
}

.pricing-two__price-list-box {
	position: relative;
	display: block;
}

.pricing-two__price-list {
	position: relative;
	display: block;
	display: flex;
	flex-flow: column;
	gap: 50px;
	justify-content: space-evenly;
}

.pricing-two__price-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.pricing-two__price-list li+li {
	margin-top: 25px;
}

.pricing-two__price-list li .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background-color: #abdaf7;
	border: 5px solid rgba(63, 116, 255, 0.2);
	border-radius: 50%;
	z-index: 1;
}

.pricing-two__price-list li .icon span {
	position: relative;
	display: inline-block;
	font-size: 35px;
	color: #0173bb;
	transition: all 500ms ease;
	font-family: flaticon_mycollection !important;
}

.pricing-two__price-list li:hover .icon span {
	-webkit-animation-name: wobble-horizontal-hover;
	animation-name: wobble-horizontal-hover;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.pricing-two__price-list li .content-inner {
	position: relative;
	display: block;
	max-width: 250px;
	width: 100%;
	flex: 1;
}

.pricing-two__price-list li .content {
	position: relative;
	display: block;
	background-color: #0173bb;
	margin-left: -35px;
	padding: 16px 20px 15px;
	padding-left: 45px;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='230' height='59' viewBox='0 0 230 59'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO8AAAA7CAYAAACT392AAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAIpSURBVHja7N3dThNRGIbRt8p9iiLIj1D0OjQq5acFjPFCzfagc2JDbKGzp7OTtU6awEAJzZPvG5hMJ0lKgOf6neQgyZ8a37yU9VnueQ3gRd50j/u7+gFeeQ1gq4Afd9WReGE7B0kekrwWL7TnXRfwoD0554V+vE0y6R5NXmjM/pDnwOKF/s+BF90UFi805n2SuXihTUfdCi1eaHSFvq/VmXihrsMkdzXOgcULw6zQC/FCuxN4IV5odwLf9rVCixeGddIFLF5o0HEfAYsXdjeB5+KFNn1IciNeaNNpkmvxQpvOklyJF9p0/twVWrwwrhV6Jl5o08dNV+hJ3LcZxui6lHJu8kKDE3gymczEC+0G/NXaDO36UUq5FC+0aVZKuRAvtOm2lHLmnBfa8887EooX2vB9dW0WL4zfl1LKp9UPOueFcftWSvn81CfEC+P15L+IxAvjdlVKmf7vAOe8MM6JO113kHhhZBM3yeUmB4oXRjRxk0w3PVi8MA7Xm05c8cJ4zLK8DU7EC21N3IuXfKF4YXduXzJxxQu7dZPlLV8jXmjHVZY3mtuKK6xg+FV57cQtZX2WJi8MZ77tqixe2E24J31+Q/FCfXdZvhtCxAvtWHSrchEvtDVxj1Ppj8LihTrua6zK4oX64Z7UfpI9v2fo1UPNVVm8UMfPJEdDPZm1GfoL93DIJxQvbG/eTdxBLzV2bTNs57HGxHVtM9T1a8hz3FV/AQAA//8DAI9XcMNAUv54AAAAAElFTkSuQmCC' x='0' y='0' width='230' height='59'/%3E%3C/svg%3E");
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='230' height='59' viewBox='0 0 230 59'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO8AAAA7CAYAAACT392AAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAIpSURBVHja7N3dThNRGIbRt8p9iiLIj1D0OjQq5acFjPFCzfagc2JDbKGzp7OTtU6awEAJzZPvG5hMJ0lKgOf6neQgyZ8a37yU9VnueQ3gRd50j/u7+gFeeQ1gq4Afd9WReGE7B0kekrwWL7TnXRfwoD0554V+vE0y6R5NXmjM/pDnwOKF/s+BF90UFi805n2SuXihTUfdCi1eaHSFvq/VmXihrsMkdzXOgcULw6zQC/FCuxN4IV5odwLf9rVCixeGddIFLF5o0HEfAYsXdjeB5+KFNn1IciNeaNNpkmvxQpvOklyJF9p0/twVWrwwrhV6Jl5o08dNV+hJ3LcZxui6lHJu8kKDE3gymczEC+0G/NXaDO36UUq5FC+0aVZKuRAvtOm2lHLmnBfa8887EooX2vB9dW0WL4zfl1LKp9UPOueFcftWSvn81CfEC+P15L+IxAvjdlVKmf7vAOe8MM6JO113kHhhZBM3yeUmB4oXRjRxk0w3PVi8MA7Xm05c8cJ4zLK8DU7EC21N3IuXfKF4YXduXzJxxQu7dZPlLV8jXmjHVZY3mtuKK6xg+FV57cQtZX2WJi8MZ77tqixe2E24J31+Q/FCfXdZvhtCxAvtWHSrchEvtDVxj1Ppj8LihTrua6zK4oX64Z7UfpI9v2fo1UPNVVm8UMfPJEdDPZm1GfoL93DIJxQvbG/eTdxBLzV2bTNs57HGxHVtM9T1a8hz3FV/AQAA//8DAI9XcMNAUv54AAAAAElFTkSuQmCC' x='0' y='0' width='230' height='59'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-size: cover;
	mask-size: cover;
}

.pricing-two__price-list li .content p {
	font-size: 15px;
	font-weight: 400;
	color: var(--white);
	line-height: 22px;
}

.pricing-two__price {
	position: absolute;
	right: -85px;
	top: 50%;
	transform: translateY(-50%);
}

.pricing-two__price span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 37px;
  height: 37px; */
	width: 100px;
	height: 100%;
	border-radius: 50%;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	color: #0173bb;
	/* background-color: var(--white);
  border: 5px solid var(--primary-color); */
}

.pricing-two__img-box {
	position: relative;
	display: block;
	margin-top: 42px;
	z-index: 1;
}

/* .pricing-two__img-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 380px;
  height: 380px;
  background-color: var(--white);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
} */

.pricing-two__img {
	position: relative;
	display: block;
	z-index: 1;
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width:1369px) {
	.pricing-two__img-box {
		margin-top: 50px;
	}

	.pricing-two__img {
		max-width: 280px;
	}
}

.pricing-two__img img {
	width: 100%;
	animation: leftRight 4s ease-in-out infinite;
}

.pricing-two__price-list-2 li .content {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='230' height='59' viewBox='0 0 230 59'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO8AAAA7CAYAAACT392AAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAICSURBVHja7NxJSkNBFEbhU9F9qqixb8FdKGr6xuBK9TmoFDpVIeGH880cCTccb5XvkdJ1HU0phQ3bAVbAHpJ+pbfl32+4Uli8PeDNcKWseHeAJXDo+KW/293CH4slcODopax4V8C+Y5dyjs3tjmu4UlC8BZh7x5Xy4p0BR45ayrrzvrlxpazN2wMWhitlxVuAKXDseKWsY/PccKW8zWu4Uli8BZgAfUcqZR2bJ8Cp45SyNq/hSoGbdwacOEYpa/OODVfKi3cEnDs+KSveAXDh6KSsO+/YjSvlbd6h4Up58Q6AS8clZR2bh4Yr5W1ew5UC430yXCnv2PwC3DgeKSveAXDlaKSseH2OK4XeeT8ciZQZ7/X6vispLF6AO+DR0Uh58QI8AM+OR8qLF+AeeHVEUl68ALfUR0eSwuKF+rKGG1gKjNcNLAXH6waWguNtG3jk2KS8eKG+9zx0dFJevFDfxHIDS4Hxtg08cYRSXrxQvwJ27BilvHihftuGj5GkwHihPkbyCC0FxtuO0DNHKuXFC3BmwFJmvFC/RmfqaKW8eLv1EXrueKWseFvAp25gKS/en0fohWOW8uKF+k8sA5YC4/1cH6GXjlvKirfdgfvAypFLWfE2xwYsZcbbNrAvckj/VLqu+/6hlE3+7iVw5EcgZWzen/rAux+B9DdfAAAA//8DALGnRmxCBuo6AAAAAElFTkSuQmCC' x='0' y='0' width='230' height='59'/%3E%3C/svg%3E");
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='230' height='59' viewBox='0 0 230 59'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO8AAAA7CAYAAACT392AAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAICSURBVHja7NxJSkNBFEbhU9F9qqixb8FdKGr6xuBK9TmoFDpVIeGH880cCTccb5XvkdJ1HU0phQ3bAVbAHpJ+pbfl32+4Uli8PeDNcKWseHeAJXDo+KW/293CH4slcODopax4V8C+Y5dyjs3tjmu4UlC8BZh7x5Xy4p0BR45ayrrzvrlxpazN2wMWhitlxVuAKXDseKWsY/PccKW8zWu4Uli8BZgAfUcqZR2bJ8Cp45SyNq/hSoGbdwacOEYpa/OODVfKi3cEnDs+KSveAXDh6KSsO+/YjSvlbd6h4Up58Q6AS8clZR2bh4Yr5W1ew5UC430yXCnv2PwC3DgeKSveAXDlaKSseH2OK4XeeT8ciZQZ7/X6vispLF6AO+DR0Uh58QI8AM+OR8qLF+AeeHVEUl68ALfUR0eSwuKF+rKGG1gKjNcNLAXH6waWguNtG3jk2KS8eKG+9zx0dFJevFDfxHIDS4Hxtg08cYRSXrxQvwJ27BilvHihftuGj5GkwHihPkbyCC0FxtuO0DNHKuXFC3BmwFJmvFC/RmfqaKW8eLv1EXrueKWseFvAp25gKS/en0fohWOW8uKF+k8sA5YC4/1cH6GXjlvKirfdgfvAypFLWfE2xwYsZcbbNrAvckj/VLqu+/6hlE3+7iVw5EcgZWzen/rAux+B9DdfAAAA//8DALGnRmxCBuo6AAAAAElFTkSuQmCC' x='0' y='0' width='230' height='59'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-size: cover;
	mask-size: cover;
	margin-left: 0;
	margin-right: -35px;
	padding-left: 0;
	padding: 16px 20px 15px;
	padding-right: 45px;
	text-align: right;
}

.pricing-two__price-list-2 li {
	justify-content: flex-end;
}

.pricing-two__price-list-2 li .pricing-two__price {
	left: -85px;
	right: inherit;
}

.pricing-two__price-shape-1 {
	position: absolute;
	right: -84px;
	top: 50%;
	width: 85px;
	transform: translateY(-50%);
	border: 1px dashed #0173bb;
}

.pricing-two__price-shape-1::before {
	content: "";
	position: absolute;
	right: -110px;
	top: 14px;
	width: 110px;
	transform: rotate(15deg);
	border: 1px dashed #0173bb;
}

.pricing-two__price-shape-2 {
	position: absolute;
	right: -84px;
	top: 50%;
	width: 85px;
	transform: translateY(-50%);
	border: 1px dashed var(--primary-color);
}

.pricing-two__price-shape-2::before {
	content: "";
	position: absolute;
	right: -41px;
	top: -1px;
	width: 38px;
	transform: rotate(0deg);
	border: 1px dashed var(--primary-color);
}

.pricing-two__price-shape-3 {
	position: absolute;
	right: -84px;
	top: 50%;
	width: 85px;
	transform: translateY(-50%);
	border: 1px dashed var(--primary-color);
}

.pricing-two__price-shape-3::before {
	content: "";
	position: absolute;
	right: -106px;
	top: -19px;
	width: 106px;
	transform: rotate(-20deg);
	border: 1px dashed var(--primary-color);
}

.pricing-two__price-shape-4 {
	position: absolute;
	left: -84px;
	top: 50%;
	width: 85px;
	transform: translateY(-50%);
	border: 1px dashed var(--primary-color);
}

.pricing-two__price-shape-4::before {
	content: "";
	position: absolute;
	left: -110px;
	top: 14px;
	width: 110px;
	transform: rotate(-15deg);
	border: 1px dashed var(--primary-color);
}

.pricing-two__price-shape-5 {
	position: absolute;
	left: -84px;
	top: 50%;
	width: 85px;
	transform: translateY(-50%);
	border: 1px dashed var(--primary-color);
}

.pricing-two__price-shape-5::before {
	content: "";
	position: absolute;
	left: -41px;
	top: -1px;
	width: 38px;
	transform: rotate(0deg);
	border: 1px dashed var(--primary-color);
}

.pricing-two__price-shape-6 {
	position: absolute;
	left: -84px;
	top: 50%;
	width: 85px;
	transform: translateY(-50%);
	border: 1px dashed var(--primary-color);
}

.pricing-two__price-shape-6::before {
	content: "";
	position: absolute;
	left: -106px;
	top: -19px;
	width: 106px;
	transform: rotate(20deg);
	border: 1px dashed var(--primary-color);
}

.pricing-two__top-img-1 {
	position: absolute;
	top: -180px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.pricing-two__top-img-1 img {
	width: auto;
	animation: topBottom 3s ease-in-out infinite;
}

@media (min-width:1200px) and (max-width: 1370px) {
	.pricing-two__price-shape-1 {
		right: -99px;
		top: 51%;
		width: 99px;
	}

	.pricing-two__price-shape-1::before {
		content: "";
		position: absolute;
		right: -57px;
		top: 6px;
		width: 54px;
		transform: rotate(15deg);
		border: 1px dashed #0173bb;
	}

	.pricing-two__price-shape-4 {
		left: -99px;
		top: 51%;
		width: 99px;
	}

	.pricing-two__price-shape-4::before {
		content: "";
		position: absolute;
		left: -63px;
		top: 9px;
		width: 61px;
		transform: rotate(-19deg);
		border: 1px dashed var(--primary-color);
	}

	.pricing-two__price-shape-2 {
		right: -76px;
		top: 51%;
		width: 77px;
	}

	.pricing-two__price-shape-5 {
		left: -47px;
		top: 52%;
		width: 47px;
	}

	.pricing-two__price-shape-3 {
		right: -135px;
		top: 50%;
		width: 140px;
	}

	.pricing-two__price-shape-3::before {
		content: "";
		position: absolute;
		right: -47px;
		top: -27px;
		width: 60px;
		transform: rotate(-62deg);
		border: 1px dashed var(--primary-color);
	}

	.pricing-two__price-shape-6 {
		left: -135px;
		top: 50%;
		width: 140px;
	}

	.pricing-two__price-shape-6::before {
		content: "";
		position: absolute;
		left: -47px;
		top: -27px;
		width: 60px;
		transform: rotate(62deg);
		border: 1px dashed var(--primary-color);
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.pricing-two__price-list li .content p {
		font-size: 13px;
		line-height: 18px;
	}

	.pricing-two__price-shape-1::before {
		right: -41px;
		top: 5px;
		width: 40px;
	}

	.pricing-two__price-shape-2::before {
		content: initial;
	}

	.pricing-two__price-shape-5::before {
		content: initial;
	}

	.pricing-two__price-shape-4::before {
		left: -41px;
		top: 8px;
		width: 40px;
	}

	.pricing-two__price-shape-3 {
		right: -70px;
		top: 50%;
		width: 70px;
		transform: translateY(-50%);
	}

	.pricing-two__price-shape-3:before {
		right: -60px;
		top: -24px;
		width: 65px;
		transform: rotate(-40deg);
	}

	.pricing-two__price-shape-6 {
		left: -70px;
		top: 50%;
		width: 70px;
		transform: translateY(-50%);
	}

	.pricing-two__price-shape-6:before {
		left: -60px;
		top: -24px;
		width: 65px;
		transform: rotate(40deg);
	}

	.pricing-two__price-shape-2 {
		right: -53px;
		top: 50%;
		width: 58px;
		transform: translateY(-50%);
	}

	.pricing-two__price {
		right: -75px;
	}

	.pricing-two__price-list-2 li .pricing-two__price {
		left: -65px;
	}

}

@media (max-width:991px) {
	.pricing-two .left-box {
		order: 1;
	}

	.pricing-two .right-box {
		order: 2;
	}

	.pricing-two .middle-box {
		order: 3;
	}

	.pricing-two .right-box li {
		flex-flow: row-reverse;
	}

	.pricing-two .right-box li .content {
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='230' height='59' viewBox='0 0 230 59'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO8AAAA7CAYAAACT392AAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAIpSURBVHja7N3dThNRGIbRt8p9iiLIj1D0OjQq5acFjPFCzfagc2JDbKGzp7OTtU6awEAJzZPvG5hMJ0lKgOf6neQgyZ8a37yU9VnueQ3gRd50j/u7+gFeeQ1gq4Afd9WReGE7B0kekrwWL7TnXRfwoD0554V+vE0y6R5NXmjM/pDnwOKF/s+BF90UFi805n2SuXihTUfdCi1eaHSFvq/VmXihrsMkdzXOgcULw6zQC/FCuxN4IV5odwLf9rVCixeGddIFLF5o0HEfAYsXdjeB5+KFNn1IciNeaNNpkmvxQpvOklyJF9p0/twVWrwwrhV6Jl5o08dNV+hJ3LcZxui6lHJu8kKDE3gymczEC+0G/NXaDO36UUq5FC+0aVZKuRAvtOm2lHLmnBfa8887EooX2vB9dW0WL4zfl1LKp9UPOueFcftWSvn81CfEC+P15L+IxAvjdlVKmf7vAOe8MM6JO113kHhhZBM3yeUmB4oXRjRxk0w3PVi8MA7Xm05c8cJ4zLK8DU7EC21N3IuXfKF4YXduXzJxxQu7dZPlLV8jXmjHVZY3mtuKK6xg+FV57cQtZX2WJi8MZ77tqixe2E24J31+Q/FCfXdZvhtCxAvtWHSrchEvtDVxj1Ppj8LihTrua6zK4oX64Z7UfpI9v2fo1UPNVVm8UMfPJEdDPZm1GfoL93DIJxQvbG/eTdxBLzV2bTNs57HGxHVtM9T1a8hz3FV/AQAA//8DAI9XcMNAUv54AAAAAElFTkSuQmCC' x='0' y='0' width='230' height='59'/%3E%3C/svg%3E");
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='230' height='59' viewBox='0 0 230 59'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAO8AAAA7CAYAAACT392AAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAIpSURBVHja7N3dThNRGIbRt8p9iiLIj1D0OjQq5acFjPFCzfagc2JDbKGzp7OTtU6awEAJzZPvG5hMJ0lKgOf6neQgyZ8a37yU9VnueQ3gRd50j/u7+gFeeQ1gq4Afd9WReGE7B0kekrwWL7TnXRfwoD0554V+vE0y6R5NXmjM/pDnwOKF/s+BF90UFi805n2SuXihTUfdCi1eaHSFvq/VmXihrsMkdzXOgcULw6zQC/FCuxN4IV5odwLf9rVCixeGddIFLF5o0HEfAYsXdjeB5+KFNn1IciNeaNNpkmvxQpvOklyJF9p0/twVWrwwrhV6Jl5o08dNV+hJ3LcZxui6lHJu8kKDE3gymczEC+0G/NXaDO36UUq5FC+0aVZKuRAvtOm2lHLmnBfa8887EooX2vB9dW0WL4zfl1LKp9UPOueFcftWSvn81CfEC+P15L+IxAvjdlVKmf7vAOe8MM6JO113kHhhZBM3yeUmB4oXRjRxk0w3PVi8MA7Xm05c8cJ4zLK8DU7EC21N3IuXfKF4YXduXzJxxQu7dZPlLV8jXmjHVZY3mtuKK6xg+FV57cQtZX2WJi8MZ77tqixe2E24J31+Q/FCfXdZvhtCxAvtWHSrchEvtDVxj1Ppj8LihTrua6zK4oX64Z7UfpI9v2fo1UPNVVm8UMfPJEdDPZm1GfoL93DIJxQvbG/eTdxBLzV2bTNs57HGxHVtM9T1a8hz3FV/AQAA//8DAI9XcMNAUv54AAAAAElFTkSuQmCC' x='0' y='0' width='230' height='59'/%3E%3C/svg%3E");
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center center;
		mask-position: center center;
		-webkit-mask-size: cover;
		mask-size: cover;
		margin-right: 0;
		text-align: left;
	}

	.pricing-two [class*="pricing-two__price-shape-"] {
		display: none;
	}

	.pricing-two__price-list {
		gap: 10px
	}

	.pricing-two__price-list li .content-inner {
		max-width: 100%;
	}

	.pricing-two .pricing-two__price {
		display: none;
	}
}
@media (min-width: 576px) and (max-width: 991px){
	.pricing-two .right-box li .content {		
		margin-left: -35px;
		padding-left: 45px;
	}
}
@media only screen and (max-width: 575px){
	.pricing-two__price-list li .icon{
		width: 70px;
    	height: 70px;
		left: -10px;
	}
	.pricing-two__price-list li .content{
		display: flex;
		margin-left: -50px;
    	padding: 8px 20px 8px;
    	padding-left: 50px;
		min-height: 4.5rem;
    	align-items: center;
	}
	.pricing-two__price-list li .content p{
		max-width: 200px;
	}
}
@media only screen and (min-width:1400px) and (max-width:1799px) {
	.pricing-two .row>[class*='col-xxl-3'] {
		width: 32%;
	}
}

@media only screen and (min-width:1800px) {
	.pricing-two__price-shape-1::before {
		right: -140px;
		top: 18px;
		width: 140px;
	}

	.pricing-two__price-shape-4::before {
		left: -140px;
		top: 18px;
		width: 140px;
	}

	.pricing-two__price-shape-3::before {
		right: -141px;
		top: -19px;
		width: 140px;
		transform: rotate(-15deg);
	}

	.pricing-two__price-shape-6::before {
		left: -141px;
		top: -19px;
		width: 140px;
		transform: rotate(15deg);
	}

	.pricing-two__price-shape-2::before {
		right: -75px;
		top: -1px;
		width: 72px;
	}

	.pricing-two__price-shape-5::before {
		left: -75px;
		top: -1px;
		width: 72px;
	}
}

/*================================================
Specializations Area CSS
=================================================*/
.specializations-card {
	display: flex;
	gap: 20px;
	align-items: center;
	border: 1px solid rgba(1, 1, 1, 0.2);
	padding: 10px 20px 10px 10px;
	border-radius: 10px;
	transition: 0.7s;
	background: #fff;
}

.specializations-card i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 80px;
	background-color: #F5F5F5;
	color: #000;
	font-size: 50px;
	border-radius: 10px;
	transition: 0.7s;
}

.specializations-card h3 {
	margin-bottom: 0;
	font-size: 20px;
}

.specializations-card:hover i {
	background-color: #0173bb;
	color: #fff;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
	.specializations-area {
		overflow: hidden;
	}
}
@media only screen and (max-width: 575px){
	.specializations-card i{
		width: 60px;
    	height: 40px;
		font-size: 40px;
	}
	.specializations-card h3{
		font-size: 15px;
	}
}
.pad-tb {
	padding: 50px 0;
}

ul.ats-list {
	list-style: none;
	padding: 0px;
	margin: 20px 0px 15px;
}

ul.ats-list>li {
	margin-bottom: 30px;
	position: relative;
	padding-left: 28px;
}

.contact-map {
	position: relative;
	z-index: 1;
}

.contact-map img {
	position: relative;
	width: 100%;
	display: block;
}

.pin {
	width: 30px;
	height: 30px;
	border-radius: 50% 50% 50% 0;
	background: #0173bb;
	/*#89849b*/
	/* position: absolute; */
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	-ms-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
}

.pin:after {
	content: '';
	width: 14px;
	height: 14px;
	margin: 8px 0 0 8px;
	background: #fff;
	position: absolute;
	border-radius: 50%;
}

.pin.pin2 {
	background: #555555;
}

.pin.pin3 {
	background: green;
}

.pin.pin4 {
	background: #6015d0;
}

.contact-map .location1 {
	position: absolute;
	left: 30%;
	top: 28%;
}

.contact-map .location2 {
	position: absolute;
	left: 72%;
	top: 40%;
}

.contact-map .location3 {
	position: absolute;
	left: 69%;
	top: 52%;
}

.contact-map .location4 {
	position: absolute;
	left: 81%;
	top: 55%;
}

.we-located-wrap ul>li:nth-child(1),
.we-located-wrap ul>li:nth-child(1):before {
	color: #0173bb;
}

.we-located-wrap ul>li:nth-child(2),
.we-located-wrap ul>li:nth-child(2):before {
	color: var(--blue);
}

.we-located-wrap ul>li:nth-child(3),
.we-located-wrap ul>li:nth-child(3):before {
	color: green;
}

.we-located-wrap ul>li:nth-child(4),
.we-located-wrap ul>li:nth-child(4):before {
	color: #6015d0;
}

.we-located-wrap ul.ats-list>li {
	font-size: 35px;
	font-weight: 500;
	padding-left: 50px;
}

@media (max-width:991px) {
	.we-located-wrap ul.ats-list>li {
		font-size: 26px;
	}
}

@media (max-width:767px) {
	.we-located-wrap ul.ats-list>li {
		font-size: 20px;
	}
}

.we-located-wrap ul.ats-list>li:before {
	font-size: 35px;
	top: 0;
}

.pr-position {
	position: relative;
}

.pulse {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	height: 14px;
	width: 14px;
	/* position: absolute; */
	left: 50%;
	top: 50%;
	margin: 11px 0px 0px -12px;
	-webkit-transform: rotateX(55deg);
	-moz-transform: rotateX(55deg);
	-o-transform: rotateX(55deg);
	-ms-transform: rotateX(55deg);
	transform: rotateX(55deg);
	z-index: -2;
}

.pulse:after {
	content: "";
	border-radius: 50%;
	height: 40px;
	width: 40px;
	position: absolute;
	margin: -13px 0 0 -13px;
	-webkit-animation: pulsate 1s ease-out;
	-moz-animation: pulsate 1s ease-out;
	-o-animation: pulsate 1s ease-out;
	-ms-animation: pulsate 1s ease-out;
	animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-box-shadow: 0 0 1px 2px #89849b;
	box-shadow: 0 0 1px 2px #89849b;
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	-ms-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

@-moz-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		-moz-transform: scale(0.1, 0.1);
		-o-transform: scale(0.1, 0.1);
		-ms-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}

	50% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		-moz-transform: scale(0.1, 0.1);
		-o-transform: scale(0.1, 0.1);
		-ms-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}

	50% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
}

@-o-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		-moz-transform: scale(0.1, 0.1);
		-o-transform: scale(0.1, 0.1);
		-ms-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}

	50% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
}

@keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		-moz-transform: scale(0.1, 0.1);
		-o-transform: scale(0.1, 0.1);
		-ms-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}

	50% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-o-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
}

@-moz-keyframes bounce {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-2000px) rotate(-45deg);
		-moz-transform: translateY(-2000px) rotate(-45deg);
		-o-transform: translateY(-2000px) rotate(-45deg);
		-ms-transform: translateY(-2000px) rotate(-45deg);
		transform: translateY(-2000px) rotate(-45deg);
	}

	60% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: translateY(30px) rotate(-45deg);
		-moz-transform: translateY(30px) rotate(-45deg);
		-o-transform: translateY(30px) rotate(-45deg);
		-ms-transform: translateY(30px) rotate(-45deg);
		transform: translateY(30px) rotate(-45deg);
	}

	80% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-moz-transform: translateY(-10px) rotate(-45deg);
		-o-transform: translateY(-10px) rotate(-45deg);
		-ms-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		-moz-transform: translateY(0) rotate(-45deg);
		-o-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

@-webkit-keyframes bounce {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-2000px) rotate(-45deg);
		-moz-transform: translateY(-2000px) rotate(-45deg);
		-o-transform: translateY(-2000px) rotate(-45deg);
		-ms-transform: translateY(-2000px) rotate(-45deg);
		transform: translateY(-2000px) rotate(-45deg);
	}

	60% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: translateY(30px) rotate(-45deg);
		-moz-transform: translateY(30px) rotate(-45deg);
		-o-transform: translateY(30px) rotate(-45deg);
		-ms-transform: translateY(30px) rotate(-45deg);
		transform: translateY(30px) rotate(-45deg);
	}

	80% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-moz-transform: translateY(-10px) rotate(-45deg);
		-o-transform: translateY(-10px) rotate(-45deg);
		-ms-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		-moz-transform: translateY(0) rotate(-45deg);
		-o-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

@-o-keyframes bounce {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-2000px) rotate(-45deg);
		-moz-transform: translateY(-2000px) rotate(-45deg);
		-o-transform: translateY(-2000px) rotate(-45deg);
		-ms-transform: translateY(-2000px) rotate(-45deg);
		transform: translateY(-2000px) rotate(-45deg);
	}

	60% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: translateY(30px) rotate(-45deg);
		-moz-transform: translateY(30px) rotate(-45deg);
		-o-transform: translateY(30px) rotate(-45deg);
		-ms-transform: translateY(30px) rotate(-45deg);
		transform: translateY(30px) rotate(-45deg);
	}

	80% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-moz-transform: translateY(-10px) rotate(-45deg);
		-o-transform: translateY(-10px) rotate(-45deg);
		-ms-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		-moz-transform: translateY(0) rotate(-45deg);
		-o-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes bounce {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-transform: translateY(-2000px) rotate(-45deg);
		-moz-transform: translateY(-2000px) rotate(-45deg);
		-o-transform: translateY(-2000px) rotate(-45deg);
		-ms-transform: translateY(-2000px) rotate(-45deg);
		transform: translateY(-2000px) rotate(-45deg);
	}

	60% {
		opacity: 1;
		-ms-filter: none;
		filter: none;
		-webkit-transform: translateY(30px) rotate(-45deg);
		-moz-transform: translateY(30px) rotate(-45deg);
		-o-transform: translateY(30px) rotate(-45deg);
		-ms-transform: translateY(30px) rotate(-45deg);
		transform: translateY(30px) rotate(-45deg);
	}

	80% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-moz-transform: translateY(-10px) rotate(-45deg);
		-o-transform: translateY(-10px) rotate(-45deg);
		-ms-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		-moz-transform: translateY(0) rotate(-45deg);
		-o-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

.captcha-box {
	border: 1px solid #ccc;
	padding: 10px;
	display: inline-block;
	background: #eee;
}

.card {
	margin-bottom: 1.875rem;
	background-color: #fff;
	transition: all .5s ease-in-out;
	position: relative;
	border: 0rem solid transparent;
	border-radius: 0.5rem;
	box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(82, 63, 105, 0.05);
	height: calc(100% - 30px);
}

.card-body {
	padding: 1.875rem;
}

.card-title {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--text-dark);
	text-transform: capitalize;
}

.card-footer {
	border-color: #e6e6e6;
	background: transparent;
	padding: 1.25rem 1.875rem 1.25rem;
}

.careers-sec .card {
	background-color: var(--white-color);
	border-radius: 5px;
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

.job-list svg path {
	fill: #0d6efd;
}
.job-list .listline-wrapper .item i{
	color: #0d6efd;
}
.listline-wrapper {
	display: flex;
	flex-wrap: wrap;
}



.listline-wrapper .item {
	display: flex;
	align-items: center;
	color: #312a2a;
}

.listline-wrapper .item svg {
	padding-right: 8px;
	height: 1.2rem;
	width: 1.6rem;
}

.listline-wrapper .item i {
	color: #a0a0a0;
	padding-right: 8px;
}

@media only screen and (max-width: 991px) {
	.listline-wrapper .item {
		width: 50%;
		padding: 4px 15px;
	}
	.listline-wrapper {
		margin: 0 -15px;
	}
}
@media only screen and (max-width: 576px) {
	.listline-wrapper .item {
		width: 100%;
	}
}
@media only screen and (min-width: 576px) {
	
	.listline-wrapper .item:not(:last-child) {
		border-right: 1px solid #e6e6e6;
		margin-right: 10px;
		padding: 2px 0;
		padding-right: 10px;
	}
}
/*================================================
Job Details Area CSS
=================================================*/
.job-details-desc h4,
.job-details-desc h5,
.job-details-desc h6 {
	margin-top: 15px;
	margin-bottom: 20px;
}

.job-details-desc h2 {
	font-size: 42px;
	margin-top: 15px;
	line-height: 1.4;
}

.job-details-desc p {
	margin-bottom: 10px;
}

.job-details-desc .job-details-content {
	margin-top: 25px;
}

.job-details-desc .job-details-content h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.job-details-desc .job-details-content ul {
	padding: 0;
	margin-bottom: 20px;
}

.job-details-desc .job-details-content ul li {
	list-style-type: none;
	color: #535353;
	font-weight: 400;
	margin-bottom: 12px;
	position: relative;
	padding-left: 32px;
}

.job-details-desc .job-details-content ul li::before {
	position: absolute;
	content: "";
	height: 1px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	border: 1px solid #1657cb;
}

.job-details-desc .job-details-content ul li:last-child {
	margin-bottom: 0;
}

.job-details-desc .job-article-footer {
	margin-top: 30px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding-top: 15px;
	padding-bottom: 15px;
}

.job-details-desc .job-article-footer .article-tags {
	display: flex;
	gap: 15px;
	align-items: center;
}

.job-details-desc .job-article-footer .article-tags span {
	display: inline-block;
	font-size: var(--font-size);
	font-weight: bold;
	margin-right: 5px;
}

.job-details-desc .job-article-footer .list {
	gap: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.5s ease;
}

.job-details-desc .job-article-footer .list li {
	font-size: 14px;
	font-weight: 700;
	padding: 5px 21px;
	line-height: 26px;
	color: var(--black);
	border-radius: 500px;
	text-transform: uppercase;
	border: 1px solid var(--black);
}

.job-details-desc .job-article-footer .article-tags a {
	display: inline-block;
	background: #F9F9F9;
	color: var(--paragraph-color);
	padding: 10px 15px;
	border: none;
	border-radius: 5px;
	font-weight: 500;
	font-size: var(--font-size);
	margin-right: 5px;
}

.job-details-desc .job-article-footer .article-tags a:last-child {
	margin-right: 0;
}

.job-details-desc .job-article-footer .article-tags a:hover,
.job-details-desc .job-article-footer .article-tags a:focus {
	color: var(--white-color);
	background-color: #1657cb;
}

.job-details-desc .job-article-footer .article-share .social {
	padding-left: 0;
	list-style-type: none;
	text-align: left;
	margin-bottom: 0;
	margin-top: 10px;
}

.job-details-desc .job-article-footer .article-share .social li {
	display: inline-block;
	margin-right: 5px;
}

.job-details-desc .job-article-footer .article-share .social li:last-child {
	margin-right: 0;
}

.job-details-desc .job-article-footer .article-share .social li span {
	display: inline-block;
	color: var(--black-color);
	font-size: var(--font-size);
	font-weight: bold;
}

.job-details-desc .job-article-footer .article-share .social li a {
	display: inline-block;
	color: #1657cb;
	width: 40px;
	height: 40px;
	line-height: 42px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #eeeeee;
	text-align: center;
	font-size: var(--font-size);
}

.job-details-desc .job-article-footer .article-share .social li a:hover {
	color: var(--white-color);
	background-color: #1657cb;
	transform: translateY(-2px);
	border: 1px solid #1657cb;
}

.job-details-desc .job-details-image {
	margin-bottom: 25px;
}

.job-details-desc .job-details-image img {
	border-radius: 10px;
}

.related-jobs-box {
	margin-top: 35px;
}

.related-jobs-box h3 {
	font-size: 25px;
	margin-bottom: 0;
	font-weight: bold;
}

.related-jobs-box .single-job-list-box {
	margin-top: 25px;
	margin-bottom: 0;
}

.job-details-information {
	background-color: #F2FBFF;
	padding: 35px;
	border-radius: 10px;
}

.job-details-information .information-box {
	position: relative;
	padding-left: 100px;
}

.job-details-information .information-box .company-logo {
	display: inline-block;
	height: 82px;
	width: 82px;
	line-height: 82px;
	background-color: var(--white-color);
	text-align: center;
	border-radius: 20px;
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	position: absolute;
	left: 0;
	top: 0;
}

.job-details-information .information-box .company-logo img {
	width: auto;
	display: inline-block;
}

.job-details-information .information-box h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #1657cb;
}

.job-details-information .information-box span {
	font-size: 14px;
	color: var(--paragraph-color);
	font-weight: 500;
}

.job-details-information .information-list-box {
	padding: 0;
	margin-top: 30px;
	margin-bottom: 0;
	list-style-type: none;
}

.job-details-information .information-list-box li {
	border-bottom: 1px solid #D8F4FF;
	color: #888888;
	font-size: var(--font-size);
	font-weight: 500;
	padding-top: 15px;
	padding-bottom: 15px;
}

.job-details-information .information-list-box li:first-child {
	border-top: 1px solid #D8F4FF;
}

.job-details-information .information-list-box li span {
	font-weight: 500;
	color: #2F4858;
	font-size: var(--font-size);
}

.job-details-information .information-list-box li span i {
	font-size: 20px;
	position: relative;
	top: 4px;
	margin-right: 5px;
	color: #1657cb;
}

.job-details-information .job-details-btn-box {
	text-align: center;
	margin-top: 25px;
}

.job-details-information .job-details-btn-box .default-btn {
	width: 100%;
}
.job-details-top ul li i{
	margin-right:0.325rem;
}
.no-jobs {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	transition: all .5s ease-in-out;
	position: relative;
	border: 0rem solid transparent;
	border-radius: 0.5rem;
	/* box-shadow: 0rem 0.2rem 0.9rem 0rem rgb(55, 55, 55, 0.15); */
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	padding: 20px;
}

.no-jobs i {
	font-size: 80px;
	color: #1657cb;
	margin-bottom: 15px;

}
.modal-open .blockUI.blockOverlay{
    z-index: 1080!important;
}
.modal-open .blockUI.blockMsg{
    z-index: 1090!important;
}
/*# source
MappingURL=style.css.map */