@import url("https://fonts.googleapis.com/css2?family=Noto+Sans: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");
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
	font-family: "Noto Sans", sans-serif;
}
img {
	height: 100%;
	max-width: 100%;
	/* object-fit: contain; */
}

.logo-img {
	height: 65px;
}
/* ----------------------------------ddropdown---------------- */

/* -------------------------------dropdown--------------------------- */
a {
	list-style: none !important;
}
.headersection {
	background: #ffffff;
}

.header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navlinks1,
.navlinks2 {
	display: flex;
}
.navlinks1 .navlinks2 {
	display: flex;
	list-style: none;
	gap: 35px;
	font-size: 18px;
	margin-top: 13px;
}

.navlink1 > ul > li,
a {
	color: black;
	text-decoration: none;
	font-size: 19px;
	font-weight: 600;
	cursor: pointer;
}
#dropdownMenuButton1 {
	font-weight: 600;
}

ul.dropdown-menu.dropdown-menu-dark {
	display: block;
}
li.product {
	position: relative;
}
.dropdown-toggle {
	cursor: pointer;
}
ul.navlinks3 {
	position: absolute;
	top: 27px;
	right: -8px;
}
.logo {
	height: 60px;
	width: 60px;
	margin-top: 15px;
	position: relative;
	bottom: 9px;
}

.about-image {
	height: 400px;
	width: 400px;
}
.carousel-item {
	height: 80vh !important;
}
.carousel-caption h5 {
	font-size: 36px;
}
.about-section {
	margin-top: 50px;
}
.menu-btn1 {
	display: none;
	visibility: hidden;
}

.about-name.col-sm-8 h1 {
	font-size: 40px;

	font-weight: bold;
	background: #0f54b2;
	background: linear-gradient(to right, #0f54b2 0%, #ff3131 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.about-name.col-sm-8 p {
	font-size: 16px;
	font-weight: 300;
	line-height: 34px;
}
button.commonbtn {
	height: 50px;
	width: 140px;
	border: none;
	font-size: 17px;
	border-radius: 12px;
	font-weight: 600;
	background: linear-gradient(to right, #0f54b2 0%, #ff3131 100%);
	color: white;
	margin-bottom: 15px;
}
.commonbtn a {
	color: white;
}
.quality-container {
	margin-top: 50px;
}
.heading {
	position: relative;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	background: #0f54b2;
	background: linear-gradient(to right, #0f54b2 0%, #ff3131 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.ql-main {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 40px;
	align-items: stretch;
	max-width: 1440px;
	margin: 0 auto;
}
.quality-container p {
	font-size: 19px;
	font-weight: 300;
}
.quality-content {
	position: relative;
}
.icon_card {
	position: relative;
	top: 50%;
	left: 80%;
	transform: translate(-50%, -50%);
}
.quality-img {
	margin-top: 15px;
	height: 90px;
	width: 90px;
}

.icon_card h6 {
	font-size: 15px;
	font-weight: 700;
	margin-top: 15px;
}
.product_content {
	margin-top: 90px;
}

.product_main {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
	gap: 30px;
	align-items: stretch;
	max-width: 1440px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 24px;
}
.certificate-section {
	margin-top: 50px;
}
.certificate-img img {
	margin: 0 auto;
	border-radius: 10px;
	background-color: #ffffff;
}
.certificate-sentence {
	font-size: 19px;
	font-weight: 300;
	text-align: center;
}
footer.footer {
	/* background: #f15656 !important; */
	background: #c22222;
	color: white;

	margin-top: 50px;
}
.newsletter {
	display: flex;
	flex-direction: columnx;
}

.about-heading {
	background: url(/img/About/masthead-bg.jpg);
	height: 150px;
	position: relative;
	z-index: -1;
}

.about-heading h1 {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.about-content {
	background: #ffffff;
	position: relative;
	top: -14px;
	border-radius: 10px;
}
.Aboutheading {
	position: relative;
	font-size: 40px;
	font-weight: bold;
	background: #0f54b2;
	background: linear-gradient(to right, #0f54b2 0%, #ff3131 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.abt-img {
	margin-top: 30px;
	margin-bottom: 30px;
}
.abt-img img {
	border-radius: 15px;
}
.abt-content {
	margin-top: 30px;
}
.abt-content p {
	font-size: 16px;
	font-weight: 300;
	line-height: 34px;
}
.about-content2 {
	margin-top: 50px;
}
/* ------------- */
.mf-heading {
	background: url(/img/About/masthead-bg.jpg);
	height: 150px;
	position: relative;
	z-index: -1;
}
.mf-heading h1 {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mfheading {
	position: relative;
	font-size: 40px;
	font-weight: bold;
	background: #0f54b2;
	background: linear-gradient(to right, #0f54b2 0%, #ff3131 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.abt-img {
	margin-top: 30px;
}
.abt-img img {
	border-radius: 15px;
}
.abt-content {
	margin-top: 30px;
}

.about-content2 {
	margin-top: 50px;
}
/* ------------- */

.cu-heading {
	background: url(/img/About/masthead-bg.jpg);
	height: 150px;
	position: relative;
	z-index: -1;
}
.cu-heading h1 {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mf-content {
	background: #fff8f8;
	position: relative;
	top: -14px;
	border-radius: 10px;
}
.mf-img {
	margin-top: 30px;
}
.mf-img img {
	border-radius: 15px;
}
.mf-content2 {
	margin-top: 30px;
}
.mf-content2 p {
	font-size: 16px;
	font-weight: 300;
	line-height: 34px;
}
.cu-heading1 {
	position: relative;
	font-size: 40px;
	font-weight: bold;
	background: #0f54b2;
	background: linear-gradient(to right, #0f54b2 0%, #ff3131 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.cu-img {
	margin-top: 30px;
}
.adress-heading {
	position: relative;
	font-size: 40px;
	font-weight: bold;
	background: #0f54b2;
	background: linear-gradient(to right, #0f54b2 0%, #ff3131 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: -1;
}
.cu-content {
	margin-top: 50px;
}
.location-content {
	font-size: 19px;
	font-weight: 300;
}
p.card-text {
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
}
h5.card-title {
	font-family: "Noto Sans", sans-serif;
}
.view-button {
	margin-top: 18px;
	padding-left: 20px;
}
footer h5 {
	font-size: 15px;
	font-weight: 700;
}
.about-image {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

/* Product table styles */
thead th {
	background-color: #c10000;
	color: white;
	text-align: center;
}
tbody td {
	text-align: center;
}
