@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');

::-webkit-scrollbar {
	width: 7px;
}

::-webkit-scrollbar-track {
	background: rgba(70, 70, 70);
}

::-webkit-scrollbar-thumb {
	background: rgb(40, 40, 40);
	border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
	background: rgb(20, 20, 20);
}

.img-section img {
	border-radius: 0 0 10% 0;
	border: rgba(255, 255, 255, 1) 1px solid;
	filter: drop-shadow(1px 5px 5px rgba(0, 0, 0, .5));

	position: relative;
	top: 0;
	float: left;

	margin: 0em 2em;
	margin-left: 3em;
}

.img-section div {
	margin: 0em 2em;
	padding: 0em 1.5em;
	text-align: justify;
}

.img-section p {
	color: rgb(40, 40, 40);
	font-family: poppins;
}

/*------------------------------------------------------------
introduction section
--------------------------------------------------------------*/

.introduction {
	width: 100%;
	background-color: rgb(255, 255, 255);
}

.slider {
	margin: 120px 30px 30px;
	/* margin-top: 120px; */

	position: relative;
	/* background-image: url('../images/slider/11.webp'); */
}

@media(max-width: 550px) {
	.slider {
		margin: 120px 10px 20px 10px;
	}
}

.slide {
	border: 1px solid rgba(0, 0, 0, .2);
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	transition: background-image 500ms ease-out;
}

.wel-sect {
	/* border: 1px solid; */
	backdrop-filter: blur(2px);
	text-align: center;
	padding: 15px;
}

.wel-sect p {
	font-family: poppins;
}

.wel-sect p:nth-child(1) {
	font-weight: 700;
	font-size: 1.7em;
	color: rgb(30, 30, 30)
}

.wel-sect p:nth-child(2) {
	font-weight: 600;
	color: rgb(60, 60, 60)
}

.slider ion-icon {
	position: absolute;
	top: 150px;
	transform: translateY(-50%);
	color: #000;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, .4);
	cursor: pointer;
	padding: 5px;
}

.slider .prev {
	left: 5px
}

.slider .next {
	right: 5px
}

.shadow-drop {
	filter: drop-shadow(rgba(255, 255, 255, .7) 1px 1px 0px) drop-shadow(rgba(255, 255, 255, .7) -1px -1px 0px);
}

.ut {
	display: flex;
}

.ut-sects {
	padding: 20px 50px;
}

@media (max-width: 550px) {
	.ut-sects {
		padding: 20px;
	}
}

.uster-sect {
	width: 50vw;
	background-color: rgba(219, 32, 32, .1);
}

.mettler-sect {
	width: 50vw;
	background-color: rgba(32, 81, 187, .1);
}

.mettler-sect .space-up {
	margin-top: 35px;
}

.ut-sects .sect-logo {
	margin-bottom: 1em;
	cursor: pointer;
}

@media (max-width: 768px) {
	.mettler-sect .space-up {
		margin-top: 0 !important;
	}

	.ut {
		flex-direction: column;
	}

	.btn-sect {
		justify-content: flex-end !important;
	}

	.uster-sect,
	.mettler-sect {
		width: 100vw;
	}
}



.ut-sects p {
	font-size: 1.1em;
	font-family: poppins;
}

.ut-sects ul {
	font-size: 1.1em;
	font-family: poppins;
}

.ut-sects ul li {
	line-height: 2em;
}

.btn-sect {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.ut-sects button {
	margin-top: 20px;
	padding: 10px 10px;
	color: #fff;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: all 250ms ease-out;
}

.viewservice {
	background-color: rgb(219, 32, 32);
}

.viewservice:hover,
.viewservice:focus {
	background-color: rgb(187, 20, 20);
}

.mt-serv {
	background-color: rgb(32, 81, 187);
}

.mt-serv:hover,
.mt-sev:focus {
	background-color: rgb(23, 69, 167);
}

.ut-sects button:hover,
.ut-sects button:focus {
	padding: 10px 20px;
}

.sect-heading {
	text-transform: none;
	margin: 50px 0 30px 0;
}

.img-sect {
	margin-top: 50px;
	display: grid;
	align-items: center;
	justify-content: center;
	/* grid-gap: 1em; */
	grid-template-areas:
		"s1 s2"
		"s3 s2";
}

.img-sect img:nth-child(1) {
	/* width: 100%; */
	grid-area: s1;
}

.img-sect img:nth-child(2) {
	grid-area: s2;
}

.img-sect img:nth-child(3) {
	grid-area: s3;
}

.img-sect img {
	border: 1px solid rgba(0, 0, 0, .1);
	width: 200px;
	/* border-radius: 10px 0; */
	/* filter: drop-shadow(rgba(0, 0, 0, .6) 0 0 5px); */
}

.testimonials {
	padding: 60px 100px;
	padding-top: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #eee;
}

.tes-sect {
	/* border: 1px solid black; */
	height: 300px;
	position: relative;
	overflow: hidden;
	width: 700px;
}

@media (max-width: 750px) {
	.tes-sect {
		width: 100%;
	}
}

.tes {
	width: 100%;
	height: 100%;
	position: absolute
}

.tes .t {
	position: absolute;

	user-select: none;

	padding: 0 50px;

	width: 100%;
	height: 100%;

	font-family: poppins;
	text-align: center;
	line-height: 1.5em;
	font-style: italic;
	color: rgb(60, 60, 60);
	font-weight: 600;

	display: flex;
	justify-content: center;
	/* align-items: center; */
	flex-direction: column;

	transition: all 250ms ease-out;
}

@media (max-width: 600px) {
	.tes .t {
		padding: 0 30px;
	}
}

.tes .t.left {
	left: -100%;
}

.tes .t.right {
	left: 100%;
}

.tes .t.mid {
	left: 0
}

.appear-left {
	animation: appear-left 250ms ease-out;
}

@keyframes appear-left {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(0);
	}
}

.appear-right {
	animation: appear-right 250ms ease-out;
}

@keyframes appear-right {
	from {
		transform: translateX(-100%);
	}

	to {
		transform: translateX(0);
	}
}

.tes-sect ion-icon {
	position: absolute;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	border-radius: 50%;
	z-index: 99;
	font-weight: 600;
	padding: 5px;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 250ms ease;
}
.tes-sect ion-icon:hover{
	background-color: rgba(0, 0, 0, .8);
}

.tes-sect .t-prev {
	left: 5px;
}

.tes-sect .t-next {
	right: 5px;
}
.tes-sect .tes .t{
	padding-bottom: 70px;
}
.tes-sect .tes .t .cred{
	margin-top: 20px;
}
.tes-sect .tes .t .cred p{
	margin: 0;
	text-align: right;
	font-family: poppins;
	color: rgb(60, 60, 60)
}


@media (max-width: 1080px) {
	.testimonials {
		padding: 60px 80px;
		padding-top: 100px;
	}
}

@media (max-width: 768px) {
	.testimonials {
		padding: 50px 60px;
		padding-top: 80px;
	}
	.tes-sect{
		height: 550px;
	}
}

@media (max-width: 550px) {
	.testimonials {
		padding: 50px 10px;
		padding-top: 50px;
	}
}



html,
body {
	width: 100vw;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	border: none;
	color: #444;
	position: relative;
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	margin: 0;
	color: #272727;
	font-family: poppins, "Open Sans", sans-serif;
	text-transform: uppercase;
}

h4 {
	font-size: 16px;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	line-height: 22px;
}

h3 {
	font-size: 26px;
}

p {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
}

a {
	color: #7EC13F;
	background: none;
	text-decoration: none;
	outline: none;
}

a:hover,
a:active,
a:focus {
	color: #F5514B;
	text-decoration: none;
	outline: none;
}

::selection {
	background-color: rgb(14, 69, 151);
	color: white;
}

::-moz-selection {
	background-color: rgb(14, 69, 151);
	color: white;
}

img {
	max-width: 100%;
}


/*-----------------------------------------------------------------*/
/* Common Elements
/*-----------------------------------------------------------------*/

.about-heading {
	text-align: center;
	font-weight: 600;
	color: rgb(50, 50, 50);
}

.about-heading::before {
	content: "";
	display: block;
	height: 2px;
	bottom: 0;
	left: 0;
	margin: -22px auto;
	position: absolute;
	width: 40px;
	background: #00AAB3;
}

.clear {
	clear: both;
}

.scrollup {
	width: 35px;
	height: 35px;
	position: fixed;
	bottom: 30px;
	right: 15px;
	display: none;
	background: rgba(126, 193, 63, .8);
	text-align: center;
}

.scrollup>i {
	color: #fff;
	font-size: 15px;
	display: block;
	line-height: 33px;
}

.scrollup:hover {
	background: rgba(126, 200, 63, .9);
}

.section {
	padding: 100px 0 70px;
	position: relative;
}

.section .container {
	position: relative;
}

.title-box {
	border-bottom-width: 0;
	margin-bottom: 75px;
	position: relative;
}

.title-box h2.title {
	font-weight: 700;
	font-size: 29px;
	line-height: 32px;
	text-transform: uppercase;
}

.title-box h2:before {
	content: "";
	width: 40px;
	height: 2px;
	display: block;
	margin: -22px auto;
	background: #00AAB3;
	position: absolute;
	bottom: 0;
	left: 0;
}

.title-box.white h2.title:before {
	background: #FFF;
}

.title-box.white h2.title {
	color: #FFF;
}

.title-box.text-center h2:before {
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	right: 0;
	margin: -22px auto;
	position: absolute;
	width: 40px;
	background: #575051;
}

.title-box.text-right:before {
	left: auto;
	right: 0;
}

.title-box.text-center:before {
	left: 50%;
	margin-left: -20px;
}

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

#pageloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #FFF;
	z-index: 999999;
}

.loader {
	position: absolute;
	width: auto;
	height: auto;
	margin: -25px 0 0 -25px;
	top: 50%;
	left: 50%;
	text-align: center;
}

.overlay {
	background: rgba(0, 0, 0, 0.4) url("../images/pattern.webp") repeat;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

section {
	position: relative;
}

.parallax .container {
	position: relative;
}

.parallax {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

/*-----------------------------------------------------------------
		Buttons
-----------------------------------------------------------------*/

.btn {
	box-shadow: none;
	line-height: 22px;
	font-weight: 600;
	padding: 6px 23px;
	font-size: 15px;
	border-radius: 20px;
	border: 2px solid transparent;
	color: #262B37;
	transition: all 200ms ease 0s;
}

.btn-red {
	background: rgb(243, 88, 91);
	border-color: rgb(243, 88, 91);
	color: #FFF;
}

.btn-red:hover,
.btn-red:focus {
	background: #FFF;
	border-color: #FFFF;
	color: #000;
}

.btn-white {
	background: #FFF;
	border-color: #FFFF;
	color: #5F5A5A;
}

.btn-white:hover,
.btn-white:focus {
	color: #FFF;
	background: #7EC13F;
	border-color: #7EC13F;
}

.btn-gray-border:hover,
.btn-gray-border:focus {
	color: #FFF;
	background: rgb(243, 88, 91);
	border-color: rgb(243, 88, 91);
}

.btn-green {
	background: #7EC13F;
	border-color: #7EC13F;
	color: #FFF;
}

.btn-green:hover,
.btn-green:focus {
	color: #FFF;
	background: transparent;
	border-color: #FFF;
}

.btn-gray-border {
	border: 2px solid #7A7A7B;
	background: transparent;
	color: #4F4F50;
}

.btn-gray-border:hover,
.btn-gray-border:focus {
	color: #FFF;
	background: #7EC13F;
	border-color: #7EC13F;
}

/*=========================================================
			Navigation
===========================================================*/

#header {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	z-index: 99999;
	background-color: #fff;
	padding: 0 40px;

	display: flex;
	justify-content: space-between;
	align-items: center;

	transition: all 250ms ease-out;

	filter: drop-shadow(rgba(0, 0, 0, .4) 0 2px 5px);
}

#header.active {
	height: 70px
}

@media (max-width:768px) {
	#header {
		padding: 0 15px
	}
}

.navbar-right {
	display: flex;
	gap: 1em;
}

.drop {
	position: relative;
}

.drop .drop-items {
	position: absolute;
	top: 30px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	padding-bottom: 10px;
	transform: scaleY(0);
	opacity: 1;
	transform-origin: top;
	transition: all 300ms ease-out;
}

@media (max-width: 768px) {
	.drop .drop-items.active {
		transform: scaleY(1);
		opacity: 1;
	}
}

@media (min-width: 768px) {
	.drop:hover .drop-items {
		transform: scaleY(1);
		opacity: 1;
	}
}

.drop .drop-items .drop-item {
	padding: 0 20px;
	line-height: 1.4em;
	color: rgb(110, 110, 110);
}

.drop .drop-items .drop-item:hover {
	color: rgb(70, 70, 70);
	font-weight: 600;
	letter-spacing: 2px;
}

.navbar-right .nav-item {
	cursor: pointer;
	color: rgb(110, 110, 110);
	font-weight: 500;
	font-size: 1.5em;
	font-family: poppins;
	transition: all 250ms ease-out;
}

.navbar-right .nav-item:hover,
.navbar-right .nav-item.active {
	color: rgb(70, 70, 70);
	font-weight: 600;
	letter-spacing: 2px;
}

.navbar-right .nav-item:focus {
	color: rgb(70, 70, 70);
	border: 1px solid rgba(0, 0, 0, .4)
}

.menu-bg {
	background: #202020;
}

.logo {
	height: 80px;
	transition: all 250ms ease-out;
}

.logo.active {
	height: 60px;
}

.ham {
	width: 32px;
	height: 23px;
	position: relative;
	display: none;
}

.ham div {
	position: absolute;
	width: 100%;
	height: 3px;
	border-radius: 3px;
	background-color: #202020;
}

.ham .one {
	top: 0;
	left: 0;
	transform: translateY(0);
	transition: all 250ms ease-out;
}

.ham .two {
	top: 50%;
	left: 0;
	transform: translateY(-50%) scaleX(1);
	transition: all 500ms ease-out;
}

.ham .three {
	bottom: 0;
	left: 0;
	transition: all 600ms ease-out;
}

.ham.active .one {
	top: 50%;
	transform: rotateZ(45deg) translateY(-50%) scale(0.9);
}

.ham.active .two {
	transform: translateY(-50%) scaleX(0);
}

.ham.active .three {
	bottom: 50%;
	transform: rotateZ(135deg) translateY(-50%) scale(0.9);
}


/*===================================================
	About
============*/

#about {
	background-color: white;
}

.location {
	margin-top: 2.5em;
	margin-bottom: 2em;
}

.location>div>h2 {
	padding: .3em;
	margin: 0;
}

.maps {
	display: flex;
	gap: 20px;
	justify-content: center;
	text-align: center;
}

.map {
	width: 100%;
	display: flex;
	gap: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.map h2 {
	position: relative;
}

.map h2::after {
	content: "";
	width: 50%;
	height: 2px;
	border-radius: 100%;
	background-color: rgba(30, 30, 30, .7);
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
}

.map iframe {
	border: 1px solid rgba(0, 0, 0, .2);
	width: 500px;
	height: 400px;
	filter: drop-shadow(rgba(30, 30, 30, .3) 5px 5px 10px);
}

.left-map {
	border-radius: 0 1em;
}

.right-map {
	border-radius: 1em 0;
}

@media (max-width: 1200px) {
	.map iframe {
		width: 400px;
		height: 300px;
	}
}


/*-----------------------------------------------------------------
	History
------------------------------------------------------------------*/

#history {
	background: url('../images/parallax/timeline.webp');
}

ul.timeline {
	margin: 40px auto 0;
	width: 100%;
	background: url('../images/timeline-bg.webp') center center repeat-y;
	height: auto;
	position: relative;
	padding: 0 0 80px;
	z-index: 200;
}

.timeline .year {
	background: #FFFFFF;
	clear: both;
	color: #3C3D3D;
	font-size: 18px;
	font-weight: 600;
	height: auto;
	margin: 31px auto;
	text-align: center;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	line-height: 72px;
	left: -35px;
	border: 3px solid #919191;
	position: relative;
	top: -5px;
	left: auto;
}

.timeline .timeline-item {
	float: left;
	padding: 20px;
	width: 47.5%;
	background: rgba(0, 0, 0, .7);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin: 10px 0;
	position: relative;
	z-index: 550;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.timeline .timeline-item h4 {
	color: #FFF;
	font-size: 15px;
}

.timeline .timeline-item p {
	color: #FFF;
}

.timeline .timeline-item span {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
}

.timeline .timeline-item:after {
	content: '';
	position: absolute;
	right: -6.8%;
	display: block;
	width: 18px;
	height: 18px;
	background: #FFF;
	border: 2px solid #FFF;
	border-radius: 100px;
	top: 18px;
	z-index: 20;
}

.timeline .timeline-item:nth-of-type(2n):before {
	border-top: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0.7);
	content: "";
	right: 100%;
	position: absolute;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.timeline .timeline-item:before {
	border-top: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-left: 10px solid rgba(0, 0, 0, 0.7);
	content: "";
	right: -20px;
	position: absolute;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.timeline .timeline-item:nth-of-type(2n) {
	float: right;
	clear: right;
}

.timeline .year+.timeline-item {
	margin-top: -20px;
}

.timeline .timeline-item:nth-of-type(2n)::after {
	left: -6.8%;
}

.timeline .end-icon:before {
	clear: both;
}

.timeline .end-icon {
	width: 64px;
	height: 64px;
	margin-left: -32px;
	background: #FFF;
	color: #868586;
	border: 3px solid #919191;
	border-radius: 300px;
	padding: 19px 0;
	font-size: 24px;
	text-align: center;
	clear: both;
	position: absolute;
	bottom: 0;
	left: 50%;
}

.end-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bookmark {
	color: rgb(30, 30, 30);
	font-size: 1.15em;
}

.justify{
	text-align: justify;
}

/*---------------------------------------------
	Products
----------------*/

.mt-header {
	margin-top: 40px;
	padding: 0 200px 100px 200px;
}

.mt-header h2,
.mt-header h3 {
	font-family: poppins;
	text-transform: none;
	color: rgb(50, 50, 50)
}

.mt-header h2 {
	margin-bottom: 20px;
	font-weight: 600;
	color: rgb(32, 81, 187)
}

@media (max-width: 430px) {
	.mt-header h2 {
		font-size: 1.8em;
	}

	.mt-header h3 {
		font-size: 1.5em;
	}
}

.mt-header h3 {
	margin-bottom: 20px;
	font-weight: 400;
}

.mt-header p {
	font-family: poppins;
	font-size: 1.1em;
}

@media (max-width: 1080px) {
	.mt-header {
		padding: 0 70px 80px 70px
	}
}

@media (max-width: 768px) {
	.mt-header {
		padding: 0 50px 60px 50px
	}
}

@media (max-width: 550px) {
	.mt-header {
		padding: 0 20px 60px 20px
	}
}


#products {
	padding: 50px 0 50px 0;
	background-color: rgb(230, 230, 230);
}

.brand-img {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	margin-top: 50px;
}

.major-products {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2em;

	padding: 50px;
}

@media (max-width: 1080px) {
	.major-products {
		padding: 50px 70px;
	}
}

@media (max-width: 768px) {
	.major-products {
		padding: 40px 50px;
	}
}

@media (max-width: 550px) {
	.major-products {
		padding: 40px 20px;
	}
}

.m-prod {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	overflow: hidden;
	/* border-radius: 0 0 10px 10px; */
	width: 300px;
	transition: all 500ms ease-out;
	cursor: pointer;
}

.m-prod:hover {
	border: 1px solid rgba(35, 164, 240, 1);
	border-radius: 20px 20px 10px 10px;
}

.m-prod:hover img {
	transform: scale(1.1)
}

.m-prod img {
	width: 100%;
	transition: all 500ms ease-out;
}

.m-prod .m-prod-desc h3 {
	padding: 10px 10px 0 10px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	color: rgb(60, 60, 60);
	text-transform: none;
	margin-bottom: 10px;
}

.m-prod .m-prod-desc p {
	padding: 0 10px 0 10px;
}

.center-this {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 70px;
	margin-bottom: 50px;
}

.ham {
	cursor: pointer;
}

.prod-btn {
	background-color: rgb(32, 81, 187);
	padding: 1em 2em;
	color: white;
	font-weight: 600;
	font-family: Poppins;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	filter: drop-shadow(rgba(30, 30, 30, 0) 0px 0px 0px);
	transition: all 200ms;
}

.prod-btn:hover {
	color: rgb(255, 255, 255);
	filter: drop-shadow(rgba(0, 0, 0, .4) 0px 2px 2px);
	padding: 1em 2.5em;
	border-radius: 10px;
}

.prod-btn::after {
	content: "";
	width: 50px;
	height: 100px;
	transform: rotateZ(30deg);
	background-color: rgba(255, 255, 255, .3);
	position: absolute;
	top: -30px;
	left: -36%;
	transition: all 300ms ease-in-out;
}

.prod-btn:hover::after {
	left: 111%;
}

.white-bg {
	background-color: white;
	padding: 80px 5%;
}

.uster-prod-img {
	height: 120px;
	margin-bottom: 50px;
}

.u-prod {
	width: 100%;
	height: auto;
	padding: 10px;
	background-color: rgba(255, 255, 255, 1);

	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.u-prod h2 {
	font-weight: 600;
}

.center-this-btn {
	width: 100%;
	margin: 50px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.uster-btn {
	color: white;
	background-color: rgb(219, 32, 32);
	padding: 1em 2em;
	color: white;
	font-weight: 600;
	font-family: Poppins;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	filter: drop-shadow(rgba(30, 30, 30, 0) 0px 0px 0px);
	transition: all 200ms;
}

.uster-btn:hover {
	padding: 1em 2.5em;
	color: white;
}

.uster-btn::after {
	content: "";
	width: 30px;
	height: 100px;
	background-color: rgba(255, 255, 255, .3);
	transform: rotateZ(30deg);
	position: absolute;
	top: -20px;
	left: -40%;
	transition: all 300ms;
}

.uster-btn:hover::after {
	left: 110%;
}


/* ------------------------------------------
	m-service
--------------------- */

.m-service {
	padding: 100px;
	background-image: url('../images/parallax/products.webp');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-blend-mode: overlay;
	background-color: rgba(0, 0, 0, .3);
}

/* @media (max-width: 1080px){
	.m-service{
		padding: 100px 80px;
	}
}
@media (max-width: 768px){
	.m-service{
		padding: 70px 50px;
	}
}
@media (max-width: 550px){
	.m-service{
		padding: 50px 20px;
	}
} */


/* ------------------------------------------
	modal window
--------------------- */

.modal-window {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .4);
	z-index: 999999 !important;
	backdrop-filter: blur(2px);

	display: none;
	justify-content: center;
	align-items: center;
	animation: appear 500ms;
}

@keyframes appear {
	from {
		transform: scale(0);
		opacity: 0;
	}

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

.modal-window form {
	position: relative;
	background-color: rgba(0, 0, 0, 1);
	padding: 20px 60px;
	border-radius: 10px;

	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	gap: 10px;
}

.modal-window form .closer {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	color: #fff;
	font-size: large;
}

.modal-window form h3 {
	text-transform: none;
	margin-bottom: 1em;
}

.modal-window form .form-group-c {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	width: 400px;
}

.modal-window form .form-group-c.border {
	border: 1px solid rgba(255, 255, 255, .3);
	padding: 10px;
}

@media (max-width: 768px) {
	.modal-window form {
		width: 100%;
		height: 100%;
		padding: 20px 10px;
		border-radius: 0;
		overflow-y: scroll;
	}

	.modal-window form .closer {
		font-size: 2em;
	}

	.modal-window form .form-group-c {
		width: 100%;
	}
}

.modal-window form .form-group-c label {
	font-weight: 500;
}

.modal-window form .form-group-c input,
.modal-window form .form-group-c select,
.modal-window form .form-group-c textarea {

	width: 100%;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .4)
}

textarea {
	resize: none;
}

.modal-window form .form-group-c select option {
	color: #353535;
}

.modal-window form button {
	background-color: rgba(255, 255, 255, .2);
	border: 1px solid rgba(255, 255, 255, .5);
	padding: 6px 15px;
	border-radius: 5px;
	transition: all 250ms ease;
	display: flex;
	align-items: center;
	gap: 1em
}

.spin {
	height: 15px;
	width: 1px;
	display: none;
	background-color: #fff;
	animation: spin 500ms infinite linear;
}

@keyframes spin {
	from {
		transform: rotateZ(0);
	}

	to {
		transform: rotateZ(180deg);
	}
}

.modal-window form button[disabled] {
	color: rgba(255, 255, 255, .5);
	cursor: not-allowed;
}

.toast {
	position: fixed;
	right: 0;
	bottom: 80px;
	background-color: rgb(25, 155, 230);
	color: #fff;
	padding: 10px 20px;
	border-radius: 10px 0 0 10px;
	z-index: 9;
	transform: translateX(100%);
	font-size: 1.2em;
	text-align: left;
	transition: all 500ms linear;
}

.toast.active {
	transform: translateX(0);
}

.toast .toast-close {
	position: absolute;
	right: 8px;
	top: 5px;
	border-radius: 50%;
	cursor: pointer;
}

@media (max-width: 600px) {
	.toast {
		width: 100%;
		border-radius: 0;
		text-align: center;
	}
}



/*------------------------------------
 Sales
------------------*/

#sales {
	padding-right: 5%;
	padding-left: 5%;
}

.sale-head {
	text-align: center;
	margin: 10px 0 50px 0;
}

.sale-head p {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	color: rgb(30, 30, 30);
	font-family: Poppins;
}

.sale-head span {
	color: rgb(70, 70, 70);
	font-size: 14px;
}

.products-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
}

.prod {
	max-width: 340px;
	overflow: hidden;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
	cursor: pointer;
	border-radius: 0;
	border: 1px solid rgba(35, 164, 240, 0);
	transition: all 350ms ease-out;
}

.prod:hover {
	border: 1px solid rgba(35, 164, 240, .6);
	border-radius: 10px;
}

@media (max-width: 768px) {
	.prod {
		max-width: 150px;
	}
}

.prod img {
	width: 340px;
	transition: all 250ms ease-out;
}

.prod p {
	font-size: 17px;
	font-weight: 600;
	z-index: 999;
	width: 100%;
	background-color: #fff;
	margin: 0;
	padding: 5px;
	transition: all 300ms ease-out;
}

.prod:hover img {
	transform: scale(1.1);
}

.prod:hover p {
	letter-spacing: 1px;
	color: rgb(17, 71, 133);
}

.center-btn {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.center-btn p {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	color: rgb(30, 30, 30);
}

.sale-inquire {
	border: none;
	background-color: rgb(32, 81, 187);
	color: white;
	font-weight: 500;
	font-family: Poppins;
	padding: 15px 30px;
	position: relative;
	transition: all 300ms;
}

.sale-inquire:hover {
	padding: 15px 40px;
	border-radius: 5px;
}

.sale-inquire::after {
	content: "";
	width: 30px;
	height: 100px;
	transform: rotateZ(30deg);
	background-color: rgba(255, 255, 255, .3);
	position: absolute;
	top: -20px;
	left: -100%;
	transition: all 300ms;
}

.sale-inquire:hover::after {
	left: 110%;
}

.xp {
	margin: 50px 0 100px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 3em;
}

.number {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.number p {
	font-size: 70px;
	font-weight: 700;
	margin-bottom: 3rem;
}

.number span {
	font-family: Poppins;
	color: rgb(60, 60, 60);
	font-weight: 300;
	font-size: 20px;
}

@media (max-width: 768px) {
	.number p {
		font-size: 60px;
	}
}

.num1 p {
	color: rgb(231, 15, 15);
}

.num2 p {
	color: rgb(82, 214, 30);
}

.num3 p {
	color: rgb(28, 66, 168);
}

.customers {
	width: 100%;
	height: 280px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.cus-head {
	text-align: center;
}

.cus-head span {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 500;
}

.cus-slide {
	width: calc(180px * 34);
	display: flex;
	gap: 30px;
	align-items: center;
	position: absolute;
	left: calc(-180px * 0);
	transition: all 1000ms ease-in-out;
}

.cus-slide img {
	width: 150px;
}

.dots {
	margin-top: 200px;
	position: relative;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transition: all 500ms;
	background-color: rgba(200, 200, 200);
}

.dot.active {
	background-color: rgb(100, 100, 100);
}


/*---------------------------------------
 Services
-------------------*/

.service-head {
	margin-top: 90px;
	width: 100vw;
	height: 60vh;
	overflow: hidden;
}

.service-head h1 {
	color: rgb(219, 32, 32);
	margin-bottom: 0;
}

.service-head h2 {
	margin-top: 0;
}

.service-head h1,
.service-head h2 {
	padding: 0 10px;
	font-family: poppins;
	font-weight: 600;
	text-align: center;
	position: relative;
	/* text-transform: none; */
	/* font-size: 4em; */
	/* color: #fff; */
	/* filter: drop-shadow(rgba(0, 0, 0, 1) 0 0 1px); */
}

.service-head-bg {
	width: 100%;
	height: 100%;
	background-image: url('../images/uster_banner_1.webp');
	background-color: rgba(0, 0, 0, 0);
	background-blend-mode: overlay;
	background-size: contain;
	background-position: center;
	/* background-attachment: fixed; */
}

.service-sect {
	padding: 70px 200px 100px 200px;
	font-family: poppins;
}

@media (max-width: 1200px) {
	.service-sect {
		padding: 50px 100px 100px 100px !important
	}
}

@media (max-width: 768px) {
	.service-sect {
		padding: 20px 20px 100px 20px !important
	}
}


.service-sect img {
	float: right;
	margin: 0 0 1em 1em;
}

.service-sect h2 {
	text-transform: none;
	margin: 0;
	font-weight: 600;
	margin-bottom: 5px;
	color: rgb(60, 60, 60)
}

.line {
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, .3);
	margin: 1em 0
}

.service-sect p {
	font-family: poppins;
	font-size: 1.2em;
	line-height: 2.1em;
}

@media (max-width: 1080px) {
	.service-sect img {
		width: 400px;
	}
}

@media (max-width: 900px) {
	.service-sect img {
		float: none;
	}
}

@media (max-width: 768px) {

	.service-sect {
		padding: 50px 20px 100px 20px;
	}

	.service-sect h2 {
		font-size: 1.5em;
	}

	.service-sect p {
		font-size: 1em;
	}

}

#services {
	width: 100vw;
	background-image: url('../images/parallax/testimonials.webp');
	background-position-x: right;
	background-position-y: top;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
	padding-left: 100px;
	padding-right: 100px;
}

@media(max-width: 1080px) {
	#services {
		padding-left: 60px;
		padding-right: 60px;
	}
}


.serv-row {
	display: flex;
	justify-content: center;
	gap: 2em;
	margin: 2em 0;
}

.serv-box {
	width: 50%;
	z-index: 9;
	color: #fff;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.serv-box h4 {
	text-align: center;
	text-transform: none;
	font-weight: 600;
	font-family: poppins;
}

.serv-box p {
	text-align: center;
	font-size: 1.1em;
	width: 400px;
}

.serv-box ul {
	font-size: 1.1em;
}

.serv-box .serv-btn button {
	background: rgba(34, 190, 34, 1);
	border: none;
	padding: 10px 20px;
	font-weight: 600;
	font-family: poppins;
	border: 2px solid rgb(34, 190, 34);
	transition: all 250ms ease-out;
}

.serv-box .serv-btn button:hover {
	background: rgba(34, 190, 34, .2);
	border-radius: 10px;
	/* color: rgb(24, 190, 34) */
}

.serv-box.mt .serv-btn button {
	background: rgb(43, 94, 204);
	border: 2px solid rgb(43, 94, 204);
}

.serv-box.mt .serv-btn button:hover {
	background: rgba(43, 94, 204, .2);
}


@media(max-width: 768px) {
	#services {
		padding-left: 30px;
		padding-right: 30px;
	}

	.serv-row {
		width: 100%;
		flex-direction: column;
	}

	.serv-row:nth-child(even) {
		flex-direction: column-reverse;
	}

	.serv-box {
		width: 100%;
		margin: 0;
	}

	.serv-box p {
		width: auto;
	}
}

.icon-box {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding: 10px;
	background-color: rgb(34, 190, 34);

	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 4em;
}

.icon-box.mt {
	background-color: rgb(43, 94, 204);
}

.right-sec-img {
	border: 2px solid #fff;
	border-radius: 10px 0 0 10px;
	/* filter: drop-shadow(rgba(0, 0, 0, .5) -5px 5px 5px); */
	transform: scale(0.8)
}

.right-sec-img.left {
	border-radius: 0 10px 0 0;
}

@media (max-width: 768px) {

	.right-sec-img,
	.right-sec-img.left {
		border-radius: 10px;
		transform: scale(1)
	}
}

.uster-seal {
	padding: 100px 200px;
}

.uster-seal .subhead {
	text-transform: none;
	font-weight: 600;
}

.uster-seal .title-box.text-center .title {
	color: rgb(219, 32, 32)
}

.uster-seal .u-title {
	text-transform: none;
	text-align: center;
	font-weight: 600;
	font-family: poppins;

	position: relative;
	margin-bottom: 50px;
}

.uster-seal .line {
	margin: 3em 0
}

.learnmore {
	background-color: rgb(219, 32, 32);
	color: #fff;
	padding: 7px 20px;
	border: none;
	position: relative;
	overflow: hidden;
	transition: 250ms all ease-out;
}

.learnmore:hover {
	color: #fff;
	text-decoration: none;
	padding: 7px 30px
}

.learnmore::after {
	content: "";
	width: 30px;
	height: 100px;
	position: absolute;
	left: -50px;
	top: -30px;
	transform: rotateZ(30deg);
	background: rgba(255, 255, 255, .4);
	overflow: hidden;
	transition: left 350ms ease-out;
}

.learnmore:hover::after {
	left: 190px
}

.uster-seal .u-title::after {
	content: "";
	height: 2px;
	width: 150px;
	background: #262B37;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.uster-seal ul {
	font-size: 1.1em;
}

.split{
	display: flex;
	align-items: start;
	gap: 2em;
}

.split .split-1, .split .split-2{
	width: 50%;
}
.split .split-2 p{
	text-align: justify;
}
.ver-line{
	width: 1px;
	height: 300px;
	background-color: rgba(0, 0, 0, .2);
}

@media (max-width: 1200px) {
	.uster-seal {
		padding: 80px 50px 80px 50px;
	}
}

@media (max-width: 768px) {
	.uster-seal {
		padding: 70px 30px 70px 30px;
	}
	.split{
		flex-direction: column;
		justify-content: center;
	}
	.split .split-1, .split .split-2{
		width: 100%;
	}
	.ver-line{
		height: 1px;
		width: 80%;
	}
}

@media (max-width: 550px) {
	.uster-seal {
		padding: 60px 20px 60px 20px;
	}
}



/*================================================================
  Contact
==================================================================*/

#contact {
	padding-top: 100px;
	width: 100vw;
}


.contact-form {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 1em;

	padding: 50px 200px 100px;
}




.general-info {
	width: 400px;
}

.general-info h1 {
	position: relative;
	text-transform: none;
}

.general-info h1::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, .2);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform-origin: center;
	transform: translateX(-50%);
}

.general-info p {
	font-weight: 500;
}

.contact-details form {
	width: 500px;
	display: flex;
	flex-direction: column;
	gap: 1em;
	align-items: start;
}

.contact-details form .form-row {
	width: 100%;
	display: flex;
	gap: 1em;
}

.contact-details form .form-c-group {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.contact-details form .form-c-group label {
	color: rgb(90, 90, 90);
	position: relative;
	font-size: 1.2em;
}
.contact-details form .form-c-group label::after{
	content: "*";
	color: rgb(221, 20, 20);
	margin-left: 3px;
	font-family: poppins;
}


.contact-details form .form-c-group input,
.contact-details form .form-c-group textarea {
	padding: 10px 20px;
	width: 100%;
	font-size: 1.2em;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 7px;
	transition: all 300ms ease-out;
}

.contact-details form .form-c-group input:focus,
.contact-details form .form-c-group textarea:focus {
	border: 1px solid rgba(0, 0, 0, .8);
	border-radius: 0;
	outline: none;
}

.contact-details form .form-c-group textarea {
	resize: none;
	height: 100px;
}
.contact-details form .form-c-group .textarea-container{
	position: relative;
}
.contact-details form .form-c-group .textarea-container .characters{
	position: absolute;
	bottom: -13px;
	right: 0;
	font-weight: 600;
	color: rgb(100, 100, 100);
}

.contact-details form button {
	border-radius: 15px;
	border: 1px solid rgba(34, 190, 34, 1);
	background-color: rgba(34, 190, 34, 1);
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	transition: all 300ms ease;
}

.contact-details form button:hover {
	background-color: rgba(34, 190, 34, 0);
	border: 1px solid rgb(34, 190, 34);
	color: rgb(34, 190, 34);
	font-weight: 600;
}
.contact-details form button[disabled] {
	border: none;
	background-color: rgb(97, 180, 97);
	color: #fff;
	cursor: not-allowed;
	display: flex;
	align-items: center;
	gap: 1em;
}

@media (max-width: 1400px) {
	.contact-form {
		padding: 50px 100px 100px;
	}
}

@media (max-width: 1200px) {
	.contact-form {
		padding: 50px 70px 100px;
	}

	.general-info {
		width: 300px;
	}

	.contact-details form {
		width: 400px;
	}
}

@media (max-width: 900px) {
	.contact-form {
		flex-direction: column;
		align-items: center;
		gap: 2em;
	}

	.general-info {
		width: 400px;
		text-align: center;
	}

	.contact-details form {
		width: 400px;
	}
}

@media (max-width: 768px) {
	.contact-form {
		padding: 50px 50px 100px;
	}

	.general-info {
		width: 100%;
	}

	.contact-details form {
		width: calc(100vw - 100px);
	}
}

@media (max-width: 550px) {
	.contact-form {
		padding: 50px 20px 100px;
	}
	.contact-form form{
		width: calc(100vw - 40px);
	}
	.contact-details form .form-row {
		flex-direction: column;
	}
}

/*========================================================
	Footer
==========================================================*/

footer {
	background: rgb(20, 20, 20);
	padding: 10px 6rem 10px 30px;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}

footer p {
	color: rgb(230, 230, 230);
	font-family: Poppins;
	font-weight: 200;
	font-size: 15px;
}

.social-icons {
	display: flex;
	justify-content: center;
	gap: .5em;
}


.social-icons a ion-icon {
	font-size: 1.5em;
	color: rgb(200, 200, 200);
	transition: color 250ms ease;
}

.social-icons a ion-icon:hover {
	color: rgb(255, 255, 255);
}

@media (max-width: 768px) {
	footer {
		padding: 5px;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
}

.chevron {
	position: fixed;
	right: -50px;
	bottom: 20px;
	color: rgb(100, 100, 100);
	background-color: #fff;
	z-index: 999;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	padding: 10px;
	cursor: pointer;
	filter: drop-shadow(rgba(0, 0, 0, .6) 0 0 5px);
	transition: right 250ms ease-out;
}

.chevron.active {
	right: 20px
}


@media (max-width: 950px) {

	.maps {
		flex-direction: column;
	}

}

@media (max-width: 768px) {

	.ham {
		display: block;
	}

	.navbar-right {
		position: fixed;
		top: 90px;
		left: -100%;
		transition: left 150ms ease-out;
		background: #fff;

		width: 100%;
		height: calc(100vh - 90px);
		flex-direction: column;
		gap: 2em;

		background-color: rgba(50, 50, 50, .8);
		padding: 20px 0 0 0;
	}

	.navbar-right.down {
		top: 70px;
		height: calc(100vh - 70px);
	}

	.navbar-right.active {
		left: 0;
	}

	.navbar-right .nav-item {
		position: relative;
		padding: .7em 2em;
		color: #fff;
		font-size: 1.2em;
	}

	.navbar-right .nav-item:hover,
	.navbar-right .nav-item.active {
		color: #aaa;
		font-size: 1.3em;
		letter-spacing: 2px;
	}

	.navbar-right .nav-item::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 60%;
		height: 1px;
		background: #eee;
		opacity: .6;
	}

	.drop {
		height: 40px;
	}

	.drop.active {
		height: 110px;
	}
	.drop.active.uster{
		height: 150px;
	}

	.drop .drop-items {
		position: static;
		top: auto;

		margin-top: 10px;
		display: flex;
		flex-direction: column;
		gap: .5em;
		transform: scale(0) translateY(50px);
		background-color: transparent;
	}

	.drop .drop-items .drop-item {
		color: #fff
	}
}

@media (max-width: 768px) {

	.brand {
		width: 150px;
		height: 125px;
		justify-content: space-around;
	}

	.brand p {
		display: none;
	}

	.brand.uster {
		left: 0
	}

	.brand.mettler {
		right: 0
	}

	.map iframe {
		width: 300px;
		height: 300px;
		border-radius: 1em;
	}

	.location {
		margin: 0;
		margin-bottom: 2em;
	}

	.location .title-box h2 {
		margin-top: 50px;
	}

	.map h2 {
		font-size: 1.5em;
	}

	.inquire-box {
		width: 400px;
	}

}

@media (max-width: 550px) {

	.img-section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.img-section div {
		padding: 0;
		margin: 0 1em;
		/* border: 1px solid black */
	}

	.img-section>img {
		float: none;
		width: 90%;
		border-radius: 0;
		margin: 0 0 10px 1em;
		filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, .5));
	}

	.prod-desc {
		text-align: center;
	}

	.prod-desc span {
		font-size: 19px;
	}
}



@media (max-width:480px) {
	.big {
		font-size: 35px;
		line-height: 52px;
	}
}

.small {
	font-size: 19px;
}

.img-header {
	height: 50vh;
	background-image: url("../images/mettler_banner.webp");
	background-size: cover;
	background-position-x: center;
	background-position-y: top;
	background-repeat: no-repeat;
	position: relative;
}

.img-header.mt-prod {
	margin-top: 90px;
	height: calc(60vh - 90px);
	background-image: url('../images/banner_mt.webp');
	background-position: center top;
}

@media (max-width:550px) {
	.img-header {
		height: 40vh;
	}
}


.product-container {
	padding: 50px 150px;

	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: start;
	padding-bottom: 0 !important;
}

.prod-buttons {
	margin: 1em 150px;
	background-color: rgb(240, 240, 240);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 0;
	gap: 1em;
}

.prod-buttons button {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .7);
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	color: rgb(80, 80, 80);
	transition: all 250ms ease;
}

.prod-buttons .quote {
	background-color: #6BB847;
	border: none;
	color: #fff;
}

.prod-buttons .quote:hover {
	background-color: #559C35;
}

.prod-buttons .request:hover {
	background-color: rgb(230, 230, 230)
}

.prod-cont {
	width: 500px
}

.prod-img {
	width: 500px
}

.prod-name {
	font-weight: 700;
	color: rgb(80, 80, 80);
	text-transform: none;
}

.prod-title {
	font-size: 1.5em;
	font-weight: 600;
}

.prod-slag {
	font-size: 1.2em;
	font-weight: 600;
	color: rgb(70, 70, 70);
}

@media (max-width: 1200px) {
	.product-container {
		padding: 50px 100px;
	}

	.prod-buttons {
		margin: 1em 100px;
	}
}

@media (max-width: 850px) {
	.product-container {
		flex-direction: column;
		align-items: center;
		padding: 50px 50px;
	}

	.prod-buttons {
		margin: 1em 50px
	}

	.prod-img {
		margin-bottom: 1em;
	}

	.prod-cont {
		width: 100%;
	}
}

@media (max-width: 1000px) {
	.prod-img {
		width: 400px;
	}
}

@media (max-width: 550px) {
	.product-container {
		padding: 50px 30px
	}

	.prod-buttons {
		margin: 1em 30px;
	}

	.prod-img {
		width: 100%
	}

	.prod-name {
		font-size: 1.6em;
	}
}

.category-sect {
	padding: 100px;
	position: relative;
}

.category-sect .bread {
	font-size: 1.3em;
	position: absolute;
	top: 15px;
}

@media (max-width: 600px) {
	.category-sect .bread {
		font-size: 1em;
	}
}

.bread span {
	transition: all 300ms ease-out;
	cursor: pointer;
}

.bread .mettler {
	font-weight: 700;
	color: rgb(60, 60, 60);
}

.bread .mettler:hover {
	color: rgb(30, 30, 30);
	letter-spacing: 1px;
}

.bread .cate {
	font-weight: 700;
	color: rgb(90, 90, 90);
}

.bread .cate:hover {
	color: rgb(60, 60, 60);
	letter-spacing: 1px;
}

.category-head {
	border-bottom: 2px solid black;
}

.category-head h2 {
	margin-bottom: 10px;
}

@media (max-width: 400px) {
	.category-head h2 {
		font-size: 2em
	}
}

.category-products {
	margin-top: 20px;

	display: flex;
	flex-wrap: wrap;
	gap: 2em;
	justify-content: center;
}

.c-prod {
	cursor: pointer;
	width: 300px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, .5);
	border-radius: 0;
	transition: all 500ms ease-out;
}

.c-prod:hover {
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 1);
}

.c-prod img {
	width: 100%;
	transition: all 500ms ease-out;
}

.c-prod:hover img {
	transform: scale(1.1);
}

.c-prod .c-prod-desc h3 {
	border-top: 1px solid rgba(0, 0, 0, .3);
	text-transform: none;
	padding: 10px;
}

.c-prod .c-prod-desc p {
	padding: 0 10px;
}

@media (max-width: 1080px) {
	.category-sect {
		padding: 80px
	}
}

@media (max-width: 768px) {
	.category-sect {
		padding: 80px 50px
	}
}

@media (max-width: 550px) {
	.category-sect {
		padding: 50px 20px
	}
}


.products {
	margin-top: 20px;
	display: flex;
	gap: 2em;
	flex-wrap: wrap;
	justify-content: center;
}

.p-prod {
	border: 1px solid rgba(0, 0, 0, .5);
	width: 300px;
	position: relative;
	padding-bottom: 20px;
	overflow: hidden;
	transition: all 500ms ease-out;
}

.p-prod:hover {
	border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 10px 10px 0 0;
}

.p-prod img {
	width: 100%;
}

.p-desc {
	padding: 10px;
}

.p-desc h3 {
	border-top: 1px solid rgba(0, 0, 0, .3);
	margin-bottom: 20px;
	text-transform: none;
}

.p-desc button {
	background-color: #6BB847;
	border: none;
	color: #fff;
	padding: 10px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: all 250ms ease-out;
}

.p-desc button:hover {
	background-color: #529c30;
}

/* -------------------------------------------
	mettler service page
--------- */

.mt-service-sect {
	padding: 50px 100px 80px 100px;

	background-image: url('../images/parallax/products.webp');
	background-blend-mode: overlay;
	background-color: rgba(0, 0, 0, .2);
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
	position: relative;
}



@media (max-width: 1080px) {
	.mt-service-sect {
		padding: 50px 80px 70px 80px;
	}
}

@media (max-width: 768px) {
	.mt-service-sect {
		padding: 40px 50px 60px 50px;
	}
}

@media (max-width: 550px) {
	.mt-service-sect {
		padding: 20px 20px 40px 20px;
	}
}