html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Poppins-400';
}

.fs--16 {
	font-size: 16px;
}

.fs--title {
	font-size: 36px;
}

.fs--20 {
	font-size: 20px;
}

.fs--22 {
	font-size: 22px;
}

.fs--30 {
	font-size: 30px;
}

.fs--lg {
	font-size: 46px;
}

.fs--desc {
	font-size: 14px;
}

.fs--sm {
	font-size: 12px;
}

.fs--sm li {
	font-size: 14px;
	line-height: 18px;
	padding: 8px 0;
}

.color-blue {
	color: var(--color-blue);
}

.color-black, .color-black:hover {
	color: var(--color-black);
}

.color-white {
	color: var(--color-white);
}

.bg-white {
	background: #E8F2F5;
}

.bg-blue {
	background: #028CBF;
}

.bg-transparent {
	background: transparent !important;
}

.box-shadow-none {
	box-shadow: none !important;
}

.title {
	font-family: 'Sitka-599';
}

.description {
	font-weight: 400;
	line-height: 21px;
}

.link-btn, .contact-text .link-btn {
	background: linear-gradient(90deg, #00BAFF -2.45%, #00526F 101.75%);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	padding: 14px 36px;
	appearance: none;
	border: none;
}

:root {
	--color-black: hsl(0, 0%, 10%);
	--color-darks: hsl(0, 0%, 25%);
	--color-greys: hsl(0, 0%, 60%);
	--color-light: hsl(0, 0%, 95%);
	--color-blue: #028CBF;
	--color-white: hsl(0, 0%, 100%);
	--color-green-100: hsl(152, 24%, 45%);
	--color-green-200: hsl(152, 24%, 40%);
	--color-green-300: hsl(152, 24%, 35%);
	--display-100: clamp(0.88rem, calc(0.8rem + 0.38vw), 1rem);
	--display-200: clamp(1rem, calc(0.96rem + 0.18vw), 1.13rem);
	--display-300: clamp(1.2rem, calc(1.11rem + 0.43vw), 1.5rem);
	--shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	--shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	--shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

*, *::before, *::after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

ul {
	list-style: none;
	list-style-type: none;
}

a:hover {
	color: var(--color-black);
}

html {
	font-size: 100%;
	box-sizing: inherit;
	scroll-behavior: smooth;
	height: -webkit-fill-available;
}

body {
	font-weight: 400;
	height: -webkit-fill-available;
	color: var(--color-black);
	background-color: var(--color-white);
}

main {
	overflow: hidden;
}

a, button {
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
	text-transform: unset;
	text-decoration: none;
}

img, video {
	display: block;
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

img {
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -moz-crisp-edges;
	image-rendering: crisp-edges;
}

.section {
	margin: 0 auto;
	padding: 6rem 0 1rem;
}

.brand {
	font-family: inherit;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: var(--color-green-300);
}

.container-menu {
	max-width: 1440px;
	margin: auto;
	padding: 0 20px;
}

.remove-scrolling {
	height: 100%;
	overflow: hidden;
}

.header {
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 10;
	margin: 0 auto;
	background: linear-gradient(90deg, #00BAFF -2.45%, #00526F 101.75%);
	box-shadow: 0px -6px 50px rgba(2, 140, 191, 0.3);
	padding: 1rem 0;
}

.navbar {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	width: 100%;
	margin: 0 auto;
	position: unset;
}

.menu {
	position: fixed;
	top: 87px;
	left: -100%;
	width: 80%;
	height: 100%;
	z-index: 10;
	background-color: var(--color-white);
	box-shadow: var(--shadow-medium);
	transition: all 0.45s ease-in-out;
}

.menu.is-active {
	top: 87px;
	left: 0;
	background: linear-gradient(90deg, #00BAFF -2.45%, #00526F 101.75%);
	box-shadow: 0px -6px 50px rgba(2, 140, 191, 0.3);
	z-index: 9999;
}

.menu-inner {
	display: flex;
	flex-direction: column;
	row-gap: 1.25rem;
	margin: 1.25rem;
}

.menu-link {
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-transform: uppercase;
	color: var(--color-white);
	transition: all 0.3s ease;
}

.burger {
	position: absolute;
	left: 25px;
	display: block;
	cursor: pointer;
	order: -1;
	width: 1.75rem;
	height: auto;
	border: none;
	outline: none;
	visibility: visible;
}

.burger-line {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 2px;
	margin: 6px auto;
	transform: rotate(0deg);
	background-color: var(--color-white);
	transition: all 0.45s ease-in-out;
}

.overlay {
	position: fixed;
	top: 87px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.65);
	transition: all 0.3s ease-in-out;
}

.overlay.is-active {
	display: block;
	opacity: 1;
	visibility: visible;
}

.menu a {
	position: relative;
	padding: 0 5px;
}

.menu a:after {
	background: none repeat scroll 0 0 transparent;
	bottom: -10px;
	content: "";
	display: block;
	height: 3px;
	left: 50%;
	position: absolute;
	background: #fff;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

.menu a:hover:after, .menu-link.active::after {
	width: 100%;
	left: 0;
	bottom: -10px;
}

a.menu-link:hover {
	color: #fff;
}

.banner li#slick-slide00 {
	background: #07101F;
}

.banner li#slick-slide01 {
	background: #e7eeee;
}

.banner li#slick-slide02 {
	background: #aed0d8;
}

.banner li#slick-slide03 {
	background: #6d7a7d;
}

.banner li#slick-slide03 .slide__text {
	background: rgb(255 255 255 / 42%);
	padding: 50px;
}

ul.bannerSlider, ul.main__banner {
	padding-left: 0;
	position: relative;
	margin-bottom: 0;
}

.bannerSlider .slick-slide, .main__banner .slick-slide {
	position: relative;
}

.bannerSlider .slide__image img, .main__banner .slide__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

img.slide__image__top-position {
	object-position: center bottom;
}

.bannerSlider .slide__text, .main__banner .slide__text {
	position: absolute;
	z-index: 100;
	width: 29%;
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
}

.bannerSlider .slide__text h2, .main__banner .slide__text h2 {
	font-size: 48px;
	font-weight: 100;
	color: #fff;
}

.slick-dots {
	display: flex !important;
	justify-content: center;
	padding: 1rem 0;
	list-style-type: none;
	background: transparent;
	margin-bottom: -50px;
	position: absolute;
	bottom: 20%;
	right: 50%;
	left: 50%;
}

.slick-dots li {
	margin: 0 0.25rem;
}

.slick-dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	background-color: transparent;
	text-indent: -9999px;
	margin: 5px;
	border: 1px solid #028CBF;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	background-color: #fff;
}

.link img {
	display: initial !important;
}

/*******Home Page - Service********/
.service--banner {
	background: url("../images/services-banner.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0;
}

.service--banner .banner {
	background: transparent;
}

.service--banner .main__banner .slide__text {
	position: relative;
	transform: none;
}

.services {
	background: linear-gradient(90deg, #00BAFF -2.45%, #00526F 101.75%);
	margin-top: -8%;
	padding-bottom: 80px;
}

.service-slider {
	margin: 0 10px;
	padding-left: 0;
}

.service-slider li.service-list {
	width: 33.3333333333%;
	padding: 20px;
	float: left;
	margin: 0 10px;
	height: 680px;
}

.service-list {
	background: #F3F9FC;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

.service-img {
	height: 167px;
}

.service-title h2 {
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	margin: 20px 0 10px;
	height: 60px;
	align-items: center;
	display: grid;
}

.service-description {
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.service-list ul {
	padding-left: 0;
}

.service-list ul li {
	width: 100%;
	padding: 15px 0;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	color: #07101F;
	margin-right: 0;
	border-bottom: 1px solid #D0E3EB;
}

.service-list ul li:last-child {
	border-bottom: none;
}

.read-more {
	display: block;
	width: 100%;
	float: left;
	left: 0;
	bottom: 0;
	background: #028CBF;
	border-radius: 0px 0 4px 4px;
	padding: 15px 30px;
	margin-top: 20px;
	text-align: center;
}

.service-listing .read-more{
	position: absolute;
}

.service-slider li.service-list{
	position: relative;
}

.read-more a {
	color: #fff;
}

.slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

.services .prev-arrow {
	position: absolute;
	top: 50%;
	left: -20px;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 15px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.services .next-arrow {
	position: absolute;
	top: 50%;
	right: -20px;
	width: 0;
	height: 0;
	border-right: 0 solid transparent;
	border-left: 15px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.services .slick-dots {
	bottom: -20px;
}

.services .slick-dots button {
	border: 1px solid #f4f4f4;
}

.services .slick-dots li {
	padding: 0;
}

.automotive-service {
	background-image: url("../images/automotive-service.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.slick-slide .service-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/*******Home Page - Innovation********/
.bg-light-blue {
	background-image: url("../images/innovation-banner.png");
}

.in-wrapper ul {
	padding-left: 0;
}

.in-wrapper li {
	padding-bottom: 15px;
}

.in-wrapper li::before {
	content: "";
	background: linear-gradient(90deg, #00BAFF -2.45%, #00526F 101.75%);
	border-radius: 100%;
	padding-inline: 11px;
	margin-inline-end: 1ch;
}

/********Clients and Projects*********/
.stats {
	background: url("../images/deatil.banner.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
}

.three-column-grid {
	text-align: center;
}

/*******About Us*******/
.about-us {
	background: linear-gradient(90deg, #06769F 0%, #06769F 0.01%, #036386 52.48%, #00445C 100%);
}

.about-text {
	padding: 3rem 30px 3rem 120px;
}

.about-us .row {
	align-items: center;
}

/**********Contact Us**********/
.about-us.bg-white {
	background: #E8F2F5 !important;
}

.about-text.contact-text {
	padding-left: 30px;
}

.wrapper {
	width: 400px;
	margin: auto;
	padding: 20px;
}

.field-wrapper {
	display: block;
	margin: 30px 0px;
	position: relative;
	outline: none;
	width: 100%;
}


.field-wrapper.focused label {
	transition: all .2s linear;
	top: -15px;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

label {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1em;
	position: absolute;
	top: 5px;
	display: inline-block;
	background: transparent;
	margin: 8px 0px;
	line-height: 1.4em;
	padding: 0;
	transition: all .2s linear;
	text-transform: capitalize;
}

input[type="text"],
input[type="email"], textarea, input[type="tel"] {
	padding: 10px 0;
	width: 100%;
	border-bottom: 1px solid #000000 !important;
	border: none;
	background: transparent;
	outline: none;
	appearance: none;
}

textarea {
	height: 70px;
	margin-top: 15px;
	padding-top: 0;
}

input[type="submit"] {
	padding: 10px;
	border: 1px solid #b5b5b5;
}

.social-wrapper ul {
	display: flex;
}

.social-wrapper ul li {
	padding: 0 20px;
}

.social-wrapper ul li:first-child {
	padding: 0;
}

/******Footer*****/
footer {
	background: #07101F;
}

footer ul li a:hover, .link-btn:hover {
	color: #fff;
}

.blue-bg {
	background: linear-gradient(90deg, #00BAFF -2.45%, #00526F 101.75%);
	width: 100%;
	display: block;
	padding: 6px;
}

footer .read-more {
	background: linear-gradient(90deg, #00BAFF -2.45%, #00526F 101.75%);
	padding: 5px 20px;
}

.top-row {
	border-bottom: 1px solid rgb(255 255 255 / 50%);
	padding-bottom: 20px;
}

/***********Services************/
.tab-wrapper ul {
	padding: 0px 0px 10px;
	transition: all 0.7s ease-in-out;
}

.tab-wrapper ul li {
	text-align: center;
	position: relative;
	padding: 30px;
}

.tab-wrapper ul li:hover {
	background: #EFEFEF;
}

.tab-wrapper ul li::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 40px;
	background: #9DB0B8;
	right: 0;
	top: 30px;
}

.tab-wrapper ul li.exc::after {
	top: 18px;
}

.tab-wrapper ul li:last-child::after {
	content: none;
}

.tab-wrapper ul a {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #07101F;
}

.c-active-link {
	border-bottom: 2px solid #028CBF;
	background: #EFEFEF;
}

.box-layout .card {
	background: #FFFFFF;
	border-radius: 8px;
	filter: drop-shadow(0px 4px 25px rgba(88, 116, 126, 0.15));
	border: none;
}

.box-layout .card .card-title {
	border-radius: 8px 8px 0px 0px;
	margin-bottom: 0;
}

.card-body ul li {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #07101F;
	margin-bottom: 7px;
}

.card-body ul h6 {
	font-weight: 600;
	color: #07101F;
	margin-bottom: 0;
}

.box-layout .card {
	position: relative;
}

.box-layout .card::after {
	position: absolute;
	content: url(../images/process-arrow.svg);
	right: -22px;
	top: 50px;
}

.box-layout .card.last-child::after {
	content: none;
}

.pointers-listing {
	background: linear-gradient(90deg, #00526F -0.67%, #0791C5 101.75%);
	box-shadow: 0px 4px 25px rgba(88, 116, 126, 0.15);
	border-radius: 4px;
}

.pointers-listing ul {
	list-style: disc;
	list-style-type: disc;
}

.pointers-listing ul li ul {
	list-style: none;
	list-style-type: none;
	padding-left: 10px;
}

.box-layout .img-wrap {
	height: 100%;
}

.box-layout .img-wrap img {
	height: 100%;
}

#acoustic-soft-trim-design .left-wrap {
	border-right: 1px solid #d9d9d9;
}

#cae .right-wrap {
	border-left: 1px solid #d9d9d9;
}

.full-container {
	background: linear-gradient(90deg, #00526F -0.67%, #0791C5 101.75%);
}

.full-container.linear {
	background: url("../images/linear-gradient.png");
}

.full-container .pointers-listing, .tech .pointers-listing {
	background: none;
	box-shadow: none;
}

.box-layout .full-container {
	box-shadow: 0px 4px 25px rgba(88, 116, 126, 0.15);
	border-radius: 4px;
}

.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	transition: all 0.7s ease-in-out;
	box-shadow: 0px -6px 50px rgb(2 140 191 / 30%);
}

.tab-wrapper .sticky li {
	padding: 10px;
}

.tab-wrapper .sticky li::after {
	top: 7px;
}

.tab-wrapper .sticky li.exc::after {
	top: 6px;
}

#staffing-solution-and-training .box-layout .img-wrap{
	height: 250px;
}

#staffing-solution-and-training .box-layout .img-wrap img{
	width: 100%;
	object-fit: cover;
}

#staffing-solution-and-training .pointers-listing{
	padding-bottom: 0 !important;
} 

/**************About Us**************/
.service--banner.about {
	background: url("../images/about-us-banner.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.service--banner.about .slide__text {
	width: 45%;
}

.img-wrap {
	height: 100%;
}

.img-wrap img {
	height: 100%;
}

.facts {
	background: url("../images/facts.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0;
}

.facts .desc {
	background: rgba(7, 73, 98, 0.7);
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(50px);
	border-radius: 10px;
}

.color-dark-blue {
	color: #00BAFF;
}

.facts .desc ul li, .profile-wrap ul li {
	padding: 10px 0;
}

.tech {
	background: url("../images/banner-about-us.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.tech ul li {
	padding: 5px 0;
}

.left-text {
	width: 65%;
	margin-left: auto;
}

.right-text {
	width: 65%;
	margin-right: auto;
}

/***********Innovation***********/
.service--banner.innovation {
	background-image: url("../images/innovation-main-banner.png");
}

.innovation-main {
	background-color: #E8F2F5;
}

.overlap-text {
	background: #FFFFFF;
	box-shadow: 0px 4px 25px rgba(0, 33, 45, 0.2);
	top: 40px;
}

.overlap-text ul li {
	padding: 6px 0;
}

.gallery-slider .prev-arrow {
	position: absolute;
	top: 50%;
	left: -20px;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 15px solid #028CBF;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.gallery-slider .next-arrow {
	position: absolute;
	top: 50%;
	right: -20px;
	width: 0;
	height: 0;
	border-right: 0 solid transparent;
	border-left: 15px solid #028CBF;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.gallery-slider .slick-slide {
	height: 240px;
}

.gallery-slider .slick-slide img {
	padding: 20px;
	margin: auto;
	height: 100%;
}

.gallery-slider .slick-slide img {
	border-radius: 23px;
}

.gallery-slider .slick-dots {
	bottom: 0;
}

.gallery-slider .slick-dots li.slick-active button {
	background: #028CBF;
}

.tech .img-wrap img {
	height: 100%;
	object-position: center;
	object-fit: fill;
	margin: auto;
	width: 100%;
}

/************Contact Us Page**********/
.service--banner.contact-banner {
	background-image: url("../images/contact-us-banner.png");
}

.service--banner.contact-banner .main__banner .slide__text {
	width: 40%;
	margin: auto;
	left: 0;
}

.service--banner.contact-banner .main__banner .slide__text p {
	font-size: 14px;
	line-height: 21px;
}

.contact-main .overlap-text {
	right: 50px;
	top: 5px;
}

.contact-form-main {
	position: relative;
	z-index: 9999;
	padding: 3rem;
	margin-top: 50px;
}

.contact .overlap-text {
	top: 0;
}