.wrapper {
	position: relative;
}

.infra-home {
	height: 100vh;
	background: #cee6e9;
	display: flex;
	align-items: center;
	padding: 2rem 2rem 2rem 6rem;
}

.infra-home-container {
	text-align: left;
	position: relative;
}

.infra-home-container h1 {
	font-size: 25vw;
	color: var(--text);
	font-family: 'Deutschlander 2.0';
	line-height: .7em;
	text-transform: uppercase;
	/* letter-spacing: 1; */
}

.infra-home-container p {
	font-size: 1.8vw;
	font-family: 'Manrope';
	color: var(--text);
	line-height: 1.36em;
	max-width: 64vw;
	margin-top: 3em;
}

.icon-quart-circle-full {
	position: absolute;
	top: 13vw;
	left: 13vw;
	font-size: 9vw !important;
	color: var(--light-pink);
	animation-duration: 2s;
	animation-iteration-count: infinite;
	transform-origin: bottom;
	animation-name: bounce-shape;
	animation-timing-function: linear;
}

.infra-services {
	background-color: white;
}

.infra-services .service-title p {
	text-align: right;
	font-size: 2rem;
	color: var(--lavender);
}

.infra-services-container {
	padding: 2rem 2rem 2rem 4rem;
}

.service-title {
	padding-bottom: 1.6rem;
	position: relative;
}

.service-title .title {
	font-size: 20vw;
	line-height: .7em;
	text-transform: uppercase;
	font-family: 'Deutschlander 2.0';
	text-align: right;
	color: var(--dark-pink);
}

.service-list {
	border-top: 1px solid var(--light-pink);
	padding-top: 3rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.service-list .service-item {
	font-size: 8vw;
	line-height: 2.4rem;
	color: var(--light-pink);
	text-transform: uppercase;
	/* font-family: 'Deutschlander 2.0'; */
	letter-spacing: 1;
	font-weight: 500;
}

.service-list .service-item:nth-child(1) {
	margin-left: -1rem;
}

.service-list .service-item:nth-child(2) {
	margin-left: 5rem;
}

.service-list .service-item:nth-child(3) {
	margin-left: 2rem;
	max-width: 20rem;
}

.service-list .service-item:nth-child(4) {
	margin-left: 8rem;
	text-align: right;
}

.service-list .service-item:nth-child(5) {
	margin-left: 4rem;
}

.service-list .service-item:nth-child(6) {
	margin-left: 0;
}

.ims {
	background: white;
	padding: 2rem 2rem 2rem 4rem;
}

.ims-title-cont {
	margin: 0 3rem;
	display: flex;
	justify-content: space-between;
}

.ims-title {
	font-size: 3em;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1em;
	color: var(--dark-pink);
	max-width: 10vw;
}

.ims-desc {
	width: 40vw;
	font-family: 'Manrope';
	font-size: 1.2vw;
	color: var(--text);
	line-height: .66rem;
}

.list-group {
	padding: 3rem 6rem 0 1rem;
}

.list-group .list-item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	justify-content: space-between;
}

.item-title {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.crt-agn .list-group .list-item .list-no {
	color: var(--text);
}

.list-group .list-item .list-no {
	color: var(--text);
	font-size: 1rem;
	font-weight: 500;
	opacity: .4;
}

.crt-agn .list-group .list-item .list-title {
	color: var(--text);
}

.list-group .list-item .list-title {
	text-transform: uppercase;
	color: var(--text);
	line-height: 2.2rem;
	font-size: 2.5rem;
	font-weight: 500;
}

.crt-agn .list-divider {
	color: var(--text);
}

.list-divider {
	height: 0.02rem;
	background: var(--text);
	margin: 0.9rem 0;
	opacity: .2;
}

.list-item .ims-para {
	font-family: 'Manrope';
	max-width: 30vw;
	color: var(--dark-pink);
	align-self: end;
	font-size: .36rem;
	line-height: .46rem;
	padding: 0.07rem 0;
	list-style: circle;
}

.section-three {
	padding: 2rem 4rem;
	background-color: #cee6e9;
	position: relative;
}

.cont-section {
	position: relative;
	z-index: 2;
}

.digital-title h1 {
	color: var(--text);
	text-transform: uppercase;
	font-size: 4rem;
	font-weight: 500;
	line-height: 3.3rem;
}

.digital-title h2 {
	color: var(--text);
	text-transform: uppercase;
	width: 17rem;
	line-height: 1.8rem;
	margin-top: 0.5rem;
}

.digital-title p {
	color: var(--text);
	line-height: 1.1rem;
	margin-top: 1rem;
	width: 17rem;
	font-size: 1rem;
}

.digital-list {
	max-width: 23rem;
	margin: 2rem auto 0 0;
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.digital-item {
	width: 9rem;
}

.seo h1,
.digital-item h1 {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--dark-choclate);
	line-height: 1.1rem;
	margin-bottom: 0.6rem;
}

.seo {
	max-width: 12rem;
	margin: 3rem 0 3rem auto;
}

.seo h1,
.digital-item h1 {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--dark-choclate);
	line-height: 1.1rem;
	margin-bottom: 0.6rem;
}

.seo p,
.digital-item p {
	font-size: .4rem;
	font-family: Manrope;
	color: var(--dark-choclate);
}

.bounce-ltr {
	animation-name: bounce-ltr;
	animation-timing-function: linear;
}

.ltr-e {
	top: 6rem;
	left: 6rem;
}

.brand-ltr {
	position: absolute;
	height: 16rem;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	transform-origin: bottom;
}

.ltr-e svg {
	transform: translate3d(0px, -186.333px, 0px) rotate(21deg);
}

.brand-ltr svg {
	height: 100%;
	will-change: transform;
	color: white;
	opacity: .2;
}

.ltr-l {
	top: 14rem;
	right: 6rem;
}

.ltr-l svg {
	transform: translate3d(0px, -186.333px, 0px) rotate(-21deg);
}

.ltr-y {
	top: 26rem;
	left: 6rem;
}

.ltr-y svg {
	transform: translate3d(0px, -186.333px, 0px) rotate(21deg);
}

.ltr-t {
	top: 36rem;
	right: 6rem;
}

.ltr-t svg {
	transform: translate3d(0px, -186.333px, 0px) rotate(-21deg);
}

.ltr-s {
	top: 52rem;
	left: 6rem;
}

.ltr-s svg {
	transform: translate3d(0px, -186.333px, 0px) rotate(21deg);
}

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

	50% {
		transform: translateY(-100px);
	}

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

.bounce-shape {
	animation-name: bounce-shape;
	animation-timing-function: linear;
}

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

	50% {
		transform: translateY(-30px);
	}

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

.bullet-list {
	margin-top: .3rem;
}

.shape-1 {
	position: absolute;
	top: 11rem;
	left: 15rem;
	width: 3rem;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	transform-origin: bottom;
	z-index: 2;
}

.shape-1 i {
	font-size: 4rem;
	color: var(--dark-pink);
	transform: translate3d(0px, -186.333px, 0px) rotate(196deg);
	will-change: transform;
}

.shape-2 {
	position: absolute;
	top: 35rem;
	left: 25rem;
	width: 3rem;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	transform-origin: bottom;
	z-index: 2;
}

.shape-2 i {
	font-size: 1.2rem;
	color: #91a5af;
	transform: translate3d(0px, -186.333px, 0px) rotate(196deg);
	will-change: transform;
}

.shape-3 {
	position: absolute;
	top: 51rem;
	left: 20rem;
	width: 3rem;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	transform-origin: bottom;
	z-index: 2;
}

.shape-3 i {
	font-size: 4rem;
	color: #e7c2aa;
	transform: translate3d(0px, -186.333px, 0px) rotate(196deg);
	will-change: transform;
}

.bounce-shape {
	animation-name: bounce-shape;
	animation-timing-function: linear;
}

@keyframes bounce-shape {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(-30px);
	}

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

.finest-sec {
	background: white;
	padding: 4.4rem 2rem 2rem 4rem;

}


.finest-work-sec .top-sec {
	display: flex;
	justify-content: space-between;
}

.finest-work-sec .top-sec .finest-title-header {
	font-size: 3rem;
	font-weight: 500;
	width: 10rem;
	line-height: 2.8rem;
	color: var(--dark-choclate);
}

.finest-work-sec .top-sec .lhs,
.finest-work-sec .top-sec .rhs {
	width: 50%;
}

.finest-work-sec .top-sec .lhs {
	padding-left: 1rem;
}

.finest-work-sec .top-sec .rhs {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-right: 1.7rem;
	width: 6.8rem;

}

.finest-work-sec .top-sec .rhs .finest-sub-header {
	font-size: 1.3rem;
	line-height: 1rem;
	color: var(--dark-choclate);
	text-transform: uppercase;
}

.finest-work-sec .top-sec .rhs p {
	margin-top: 0.3rem;
	font-size: 0.4rem;
	color: var(--dark-choclate);
	font-family: 'Manrope';
	line-height: 0.5rem;
}

.finest-work-sec .card-container .card {
	width: calc(45% - 0.5rem);
	position: relative;
}

.finest-work-sec .card-container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
	gap: 1.5rem;
	justify-content: center;
}

.finest-work-sec .card-container .card:nth-child(even) {
	margin-top: 1.5rem;
}

.finest-work-sec .card-container .card:nth-child(even) .finest-content {
	bottom: 1.5rem;
}

.finest-work-sec .card-container .card .img-content {
	perspective: 1000px;
	position: relative;

}

.finest-work-sec .card-container .card .img-content [class^="overimg"] {
	transition: all 0.95s ease-in-out;
	border-radius: 0.6rem;
	overflow: hidden;
	width: 95%;
	object-fit: cover;
	object-position: center;

}

.finest-work-sec .card-container .card .img-content .overimg-lay {
	clip-path: polygon(0 40%, 100% 40%, 100% 100%, 0 100%);
}

.finest-work-sec .card-container .card .img-content .overimg-lab {
	opacity: 0.1;
	position: absolute;
}

.finest-work-sec .card-container .card:hover img {
	transform: scale(.95) rotateY(-9deg);
}

.finest-work-sec .card-container .card .finest-content {
	position: absolute;
	right: 0;
	bottom: 3rem;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.80) 55%, rgba(255, 255, 255, 0.80) 100%);
	padding: 0.3rem 0rem 0.3rem 2rem;
}

.finest-work-sec .card-container .card .finest-content .finest-content-heading {
	font-size: 0.8rem;
	text-transform: uppercase;
	color: var(--dark);
	line-height: 0.5rem;
	text-align: right;

}

.finest-work-sec .card-container .card .finest-content .finest-content-sub {
	font-family: Manrope;
	text-align: right;
	font-size: 0.4rem;
	color: var(--dark);
	margin-top: 0.1rem;
}

.finest-work-sec {
	position: relative;
	width: 80%;
	margin: 0px auto;
}

.finest-overly {
	position: absolute;
	right: -4rem;
	font-size: 19rem;
	top: -2rem;
	line-height: 5rem;
	color: var(--dark-choclate);
	text-transform: uppercase;
	opacity: 0.1;
	font-family: "Deutschlander 2.0";
}

.finest-overly.store {
	font-size: 16rem;
}

.finest-work-sec .top-sec .finest-title-header.os {
	width: 16rem;
}

/*////| os css |///*/

.tabs-container-sec {
	margin-top: 4rem;
	display: flex;


}

.tabs-container-sec .menu-list {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: self-start;
	gap: 0.2rem;
	position: relative;
	z-index: 1;
	transition: all 0.8s ease-in-out;
}

.menu-list:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 0.9rem;
	width: 5rem;
	translate: 0px var(--top, 0);
	transition: translate 0.8s;
	background: #F2F2F2;
	box-shadow: rgba(0, 0, 0, 0.15) -3px 3px 0px;
	z-index: -1;
	border-radius: 0.1rem;
}

.tabs-container-sec .tap-containers {
	width: 80%;

}

.tap-containers {
	display: flex;
	flex-direction: column;
}

.tabs-sec {
	display: none;
	width: 100%;
}

.tabs-sec.active {
	display: flex;
}

.tabs-sec .lhs {
	width: 30%;
}

.tabs-sec .rhs {
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 1rem;
}

.tabs-container-sec .menu-list .menu-tabs {
	color: var(--dark-choclate);
	font-family: Manrope;
	font-size: 0.4rem;
	font-weight: 500;
	text-transform: capitalize;
	padding: 0.1rem 0.3rem;
	border-radius: 0.1rem;
	width: 5rem;
	height: 0.9rem;
}

.tabs-container-sec .menu-list .menu-tabs:hover {
	font-weight: bold;
}

.tabs-sec .tabs-header {
	font-size: 2.4rem;
	color: var(--dark-choclate);
	text-transform: capitalize;
	font-family: 'Deutschlander 2.0';
	line-height: 2rem;
}

.tabs-sec .tabs-header-sub {
	margin-top: 0.7rem;
	font-family: Mongoose;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.1rem;
	text-transform: capitalize;
	color: var(--dark-choclate);
}

.tabs-sec p {
	color: var(--dark-choclate);
	font-family: Manrope;
	font-size: 0.36rem;
	font-weight: 400;
	line-height: 0.5rem;
	margin-top: .6rem;
	text-align: justify;
}

.icon-image {
	margin-top: 3rem;
}

.icon-image svg {
	width: 1.3rem;
	height: auto;
	margin-bottom: 0.3rem;
}

.tabs-header-sub-title {

	color: var(--dark-choclate);
	font-family: Mongoose;
	font-size: 1.21rem;
	font-weight: 400;
	line-height: 1.1rem;
	text-transform: capitalize;
}

.image-dash {
	margin-top: 5rem;
}

.svg-rhs-img-1 svg {
	width: 16rem;
	height: auto;
}

.svg-rhs-img-2 {
	padding-right: 2rem;
}

.svg-rhs-img-2 svg {
	width: 14rem;
	height: auto;

}

.svg-lhs-img-1 svg {
	width: 8rem;
	height: auto;
}

.tabs-sec .list-view {
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 12px 32px 0px rgba(75, 75, 75, 0.12);
	background: #fff;
	justify-content: center;
	padding: 0.59rem;
	border-radius: 0.5rem;
	width: fit-content;
	gap: 0.3rem
}

.tabs-sec .list-view .view {
	display: flex;
	gap: 0.2rem;
}

.tabs-sec .list-view .view svg {
	width: 0.6rem;
	height: auto;
}

.tabs-sec .list-view div.text-header {
	color: var(--dark-choclate);
	font-family: Mongoose;
	font-size: 0.6rem;
	font-weight: 400;
	text-transform: capitalize;
}

.servicerequest-sec,
.tabs-sec.product-sec {
	flex-direction: column;
	gap: 1rem;
}

.inventory-sec {
	flex-direction: column;
}

.servicerequest-sec .lhs,
.servicerequest-sec .rhs,
.support-system-sec .lhs,
.support-system-sec .rhs,
.purchase-sec .lhs,
.purchase-sec .rhs,
.tabs-sec.product-sec .lhs,
.inventory-sec .rhs,
.inventory-sec .lhs {
	width: 100%;
}

.plannerbucket-sec {
	gap: .6rem
}

.plannerbucket-sec .rhs {
	display: unset;
	width: 60%;
}

.tabs-sec.plannerbucket-sec .lhs {
	width: 40%;
}

.tabs-sec.plannerbucket-sec .rhs .svg-rhs-img-1 svg {
	width: 12rem;
}

.plannerbucket-sec p,
.servicerequest-sec p {
	margin-top: 0.5rem;
}

.inventory-sec p {
	width: 14rem;
	text-align: justify;
}

.inventory-sec .flex {
	gap: 1rem;
}

.plannerbucket-sec .rhs,
.servicerequest-sec .rhs,
.purchase-sec .rhs {
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: start;
}

.tabs-sec.product-sec .rhs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	flex-direction: row;
	gap: unset;
}

.servicerequest-sec .list-view,
.inventory-sec .list-view {
	margin: 0;
}

.inventory-sec .rhs {
	align-items: flex-start;
}

.humanresources-sec .list-view {
	margin-top: 0.3rem;
}

.humanresources-sec .attendance-div {
	margin-top: 1rem;
}

.flex {
	display: flex;
}

.contacts-sec,
.support-system-sec,
.project-sec {
	flex-direction: column;
}

.contacts-sec .flex:nth-child(3) .rhs {
	align-items: center;
}

.paymentgateway-sec .lhs {
	width: 40%;
}

.paymentgateway-sec .rhs {
	width: 60%;
}

.paymentgateway-sec .rhs .svg-rhs-img-1 svg {
	width: 12rem;
	height: auto;
}

.product-sec .rhs .list-view {
	align-self: self-start;
}

.support-system-sec .lhs .svg-lhs-img-1 {
	margin-top: 1rem;
}

.support-system-sec .lhs .svg-lhs-img-1 svg {
	width: 16rem;
	margin: 0px auto;
}

.support-system-sec .tabs-header-sub {
	margin-top: 0;
	text-transform: uppercase;
	color: var(--dark-pink);
	position: relative;
	padding-left: 1rem;
}

.support-system-sec .rhs .sup-list p {
	margin-top: .5rem;
}

.support-system-sec .tabs-header-sub:before {
	content: "";
	position: absolute;
	width: 0.8rem;
	height: 100%;
	background: var(--dark);
	left: 0;
}

.support-system-sec .rhs {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: start;
	margin-top: 2rem;
}

.support-system-sec .rhs .sup-list {
	width: calc(33.3333% - 0.67rem);
}

.support-system-sec .rhs .sup-list:nth-child(2) {
	margin-top: 1.5rem;
}

.support-system-sec .rhs .sup-list:nth-child(3) {
	margin-top: 3.3rem;
}

.support-system-sec .rhs .sup-list:nth-child(4) {
	margin-top: -2rem;
}

.support-system-sec .rhs .sup-list:nth-child(6) {
	margin-top: 1.5rem;
}

.project-sec .flex:nth-child(2) {
	gap: 0.5rem
}

.project-sec .list-project {
	width: calc(33.333%);
	background: var(--light-pink);
	padding: 0.59rem 0.67rem;
	border-top: .1rem solid var(--dark-pink);
}

.project-sec .list-project:nth-child(2) {
	background: var(--media-bg);
	border-top: .1rem solid var(--transit-bg);
}

.project-sec .list-project:nth-child(3) {
	background: var(--coral-blue);
	border-top: .1rem solid var(--light-blue3);
}

.project-sec .list-project .tabs-header-sub-title {
	font-weight: 500;
	text-transform: uppercase;
}

.tabs-sec .tabs-header-sub.cont-tab-title {
	font-size: 1rem;
}

.tabs-sec.user-sec .rhs .svg-rhs-img-2 {
	padding-right: unset;
}

.tabs-sec.user-sec .rhs .svg-rhs-img-2 svg {
	width: 16rem;
}

.tabs-sec.purchase-sec {
	gap: 1rem;
	width: 90%;
}

.tabs-sec.purchase-sec .svg-rhs-img-1 svg {
	width: 11rem;
	margin-top: 1rem;
}

.tabs-sec.dashboard-sec .svg-rhs-img-1 svg {
	width: 14rem;
}

.tabs-sec.project-sec .svg-rhs-img-1 svg {
	width: 10rem;
}

.tabs-sec.project-sec .rhs {
	width: unset;
}

.tabs-sec.humanresources-sec {
	gap: 1rem;
}

.tabs-sec.humanresources-sec .svg-rhs-img-1 svg {
	width: 8rem;
}

.tabs-sec.humanresources-sec .lhs {
	width: 45%;
}

.tabs-sec.humanresources-sec .rhs {
	width: unset;
}

.tabs-sec.project-sec {
	flex-direction: column;
	gap: 1rem;
}

.tabs-sec.project-sec .flex {
	gap: 1rem;
}

.tabs-sec.project-sec .lhs {
	width: 40%;
}

.sales-sec {
	gap: 1rem;
}

.sales-sec .rhs {
	width: 70%;
	gap: 1.5rem;
}

.sales-sec .rhs .flex .count {
	color: var(--dark-pink);
	font-family: "Deutschlander 2.0";
	font-size: 2rem;
	text-transform: uppercase;
	line-height: 1.2rem;
}

.sales-sec .rhs .flex .count-tirle {
	color: var(--dark-choclate);
	font-family: Mongoose;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.sales-sec .rhs .flex {
	gap: 0.6rem;
	width: 100%;
}

.sales-sec .rhs .flex:nth-child(even) {
	flex-direction: row-reverse;
}

.sales-sec .rhs .flex .icon-text-content .flex {
	gap: 0.3rem
}

.sales-sec .rhs .flex .line {
	width: 7rem;
	background: var(--dark-choclate);
	height: 3px;
	margin: auto 0px;
}

.sales-sec .rhs .flex .icon-svg svg {
	width: 6rem;
	height: auto;
}

.tabs-sec.servicerequest-sec .rhs {
	align-items: center;
}

@media(max-width: 1200px) {
	.finest-work-sec {
		width: 100%;
	}

	.finest-overly {
		right: -1rem;
	}

}

@media screen and (max-width: 768px) {
	.infra-home-container h1 {
		font-size: 48vw;
	}

	.infra-home-container p {
		font-size: 5vw;
		max-width: 69vw;
		margin-top: 2em;
	}

	.icon-quart-circle-full {
		font-size: 26vw !important;
	}

	.icon-quart-circle-full {
		top: 26vw;
	}

	.service-list .service-item {
		font-size: 12vw;
		line-height: 4.4rem;
	}

	.service-list {
		gap: 2.8rem;
	}

	.service-list .service-item:nth-child(3) {
		max-width: unset;
	}

	.service-title .title {
		font-size: 30vw;
		line-height: .8em;
	}

	.digital-title h1 {
		font-size: 6rem;
		line-height: 5rem;
	}

	.digital-title p {
		line-height: 3.1rem;
		margin-top: 2rem;
		width: 24rem;
		font-size: 3rem;
	}

	.section-three,
	.finest-sec {
		padding: 6rem 2rem;
	}

	.seo h1,
	.digital-item h1 {
		font-size: 3.2rem;
		line-height: 3.1rem;
	}

	.seo p,
	.digital-item p {
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.digital-list {
		/* display: block; */
		max-width: unset;
		gap: 3rem;
	}

	.digital-item {
		width: unset;
	}

	.seo {
		max-width: unset;
	}

	.ims-title-cont {
		flex-direction: column;
		gap: 12px;
		margin: 5rem 4rem;
	}

	.ims-title {
		font-size: 4em;
		max-width: 30vw;
		line-height: .8em;
	}

	.ims-desc {
		width: unset;
		font-size: 4.2vw;
		line-height: 2rem;
	}

	.list-group .list-item {
		flex-direction: column;
		justify-content: unset;
		align-items: unset;
	}

	.list-item .ims-para {
		font-size: 1.36rem;
		line-height: 2rem;
		max-width: unset;
		align-self: unset;
	}

	.ms-bullet {
		display: flex;
		flex-direction: column;
		align-items: start;
		gap: 10px;
	}

	.ims {
		padding-bottom: 6rem;
	}

}

@media (max-width: 620px) {

	.finest-work-sec .card-container,
	.finest-work-sec .top-sec {
		flex-direction: column;
	}

	.finest-work-sec .card-container .card,
	.tabs-container-sec .tap-containers,
	.finest-work-sec .top-sec .lhs,
	.finest-work-sec .top-sec .rhs {
		width: 100%;
	}

	.finest-work-sec .card-container .card .finest-content .finest-content-sub {
		font-size: 1.4rem;
		line-height: 1.3rem;
		margin-top: 0.2rem;
	}

	.finest-work-sec .card-container .card .finest-content .finest-content-heading {
		font-size: 2.8rem;
		line-height: 2.6rem;
	}

	.finest-work-sec .card-container .card .finest-content {
		padding: 1rem 0rem 1rem 4rem;
	}

	.finest-work-sec .top-sec .rhs,
	.finest-work-sec .top-sec .lhs {
		padding: 0;
	}

	.finest-work-sec .top-sec .finest-title-header,
	.finest-work-sec .top-sec .finest-title-header.os {
		font-size: 6.1rem;
		line-height: 5.5rem;
		width: 100%;
	}

	.finest-work-sec .top-sec .rhs .finest-sub-header {
		font-size: 4rem;
		line-height: 4rem;
	}

	.finest-work-sec .top-sec .rhs p {
		font-size: 1.3rem;
		margin-top: 0rem;
		width: 16rem;
		font-family: 'Manrope';
		text-align: right;
		line-height: 1.7rem;
	}

	.finest-work-sec .card-container .card:nth-child(even) {
		margin-top: 0;
	}

	.finest-work-sec .card-container .card:nth-child(even) .finest-content {
		bottom: 3rem;
	}

	.finest-work-sec .card-container .card .img-content .overimg-lay {
		clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
	}

	.finest-work-sec .top-sec .rhs {
		align-items: end;
		margin-top: 4rem;
	}

	.finest-work-sec .card-container {
		margin-top: 4rem;
	}
}