@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Montserrat, sans-serif
}
.navbar-brand img {
	max-height: 80px;
}
.navbar-custom {
	transition: all 0.3s ease;
	background: #da0b13;
	height: 100px;
}
.navbar-custom.parle-nav {
	/*background-color: #ffffff;*/
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
#main-nav .right-logo img {
	width: 80%;
}
.navbar-custom .bi-search {
	color: #ffffff;
}
.navbar-custom.parle-nav .bi-search {
	color: #000;
}
.navbar-custom .nav-item a {
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
}
.navbar-custom.parle-nav .nav-item a {
	color: #000;
}
.navbar-custom a.nav-link {
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;
	font-size: 1.5rem;
	text-transform: uppercase;
}
/*.frm-cont {
	font-size: 14px;
}*/

.frm-cont {
	font-size: 14px;
	font-weight: 400;
	font-family: Montserrat, sans-serif;
}
.home-pur {
	/* background: #da0b13;*/
	color: #fff;
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
	padding-inline: 10rem;
	margin-block: 2rem;
}
.home-pur h1 {
	text-align: center;
	font-size: 34px;
	font-weight: 500;
	padding-bottom: 10px;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}
.home-pur blockquote {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	max-width: 780px;
	margin: auto;
	margin-bottom: 20px;
	position: relative;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}
/* Fake border with shadow */
.home-pur blockquote::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -5px;
	transform: translateX(-50%);
	width: 60%;
	height: 2px;
	background: #fff;
	box-shadow: 0 0 10px rgba(255,255,255,0.8);
}
.home-pur p {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}
.factory-addr {
	display: block;
	height: 100vh;
	padding-top: 4rem;
	margin-bottom: 5rem;
}
.factory-addr h2 {
	font-size: 38px;
	font-weight: 500;
	color: #000;
	margin-top: 30px;
	padding-bottom: 15px;
}
.address-grid address p {
	font-size: 14px;
}
.address-grid address a {
	color: #212529;
	text-decoration: none;
}
#slideModal a.btn-close {
	text-decoration: none;
}
.landing_page #mainNav:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .2);
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,.2) 48%, rgba(0,0,0,.35) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0, rgba(0,0,0,0)), color-stop(48%, rgba(0,0,0,.2)), color-stop(100%, rgba(0,0,0,.35)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 48%, rgba(0, 0, 0, .4) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,.2) 48%, rgba(0,0,0,.35) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0, rgba(0,0,0,.2) 48%, rgba(0,0,0,.35) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 48%, rgba(0, 0, 0, .35) 100%);
	height: 52px;
	z-index: 0;
}
.slide-modal.fade .modal-dialog {
	transform: translateX(100%);
}
.slide-modal.show .modal-dialog {
	transform: translateX(0);
}
.banner {
	margin-top: 150px;
}
.banner-img {
	display: none;
}
/* Box styling */
.form-block {
	max-width: 500px;
	margin: auto;
	background: #ffffff;
	padding: 30px;
	padding-bottom: 1px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.form-section .form-block .form-control {
	padding-left: 25px;
}
.form-section .form-block .form-floating>label {
	padding-left: 25px;
}
/* Optional header */
.form-header h4 {
	font-weight: 600;
	margin-bottom: 15px;
}
/* Fix floating width */
.input-group .form-floating {
	flex: 1;
}
.footer {
	background-color: #ccc;
	color: #333;
}
.footer a {
	color: #333;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.form-block {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	border-radius: 12px;
	padding: 30px;
}
.form-block h4 {
	color: #fff;
}
.red-box {
	background: #e41e26;
	color: #fff;
	padding: 25px;
	border-radius: 8px;
	margin-top: 15px;
}
.footer .fc-sec {
	display: block;
	text-align: center;
}
.factory-addr #factoryHeading {
	scroll-margin: 150px;
}
.address-grid {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 20px;
}
.fssc-sec {
	text-align: center;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 200px;
	margin-bottom: 5px;
}
.address-grid address h5.text-danger {
	color: #fff !important;
	font-size: 24px;
}
.address-grid address h5 {
	color: #fff;
}
.address-grid address .address-details p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 10px;
}
.fssc-sec p {
	color: #333;
	margin-top: 5px;
	margin-bottom: 0px;
}
.fssc-sec1 {
	text-align: center;
}
.fssc-sec1 p {
	margin-bottom: 0px;
}
.footer row {
	align-items: center;
}
.footer .fssc-sec {
	text-align: center;
	background: none;
	padding: 0px;
	border: 0px;
	border-radius: 0px;
}
.footer .fssc-sec img {
	width: 25%;
}
.footer .border-top {
	border-top: var(--bs-border-width) var(--bs-border-style) #bcbec1f5 !important;
}
.manufacturer-det {
	background: #da0b13;
}
.manufacturer-det tr td:first-child {
	width: 83%;
	padding-left: 2%;
}
.manufacturer-det tr td:nth-child(2) {
	text-align: center;
}
.manufacturer-det h4 {
	font-size: 26px;
	color: #fff;
	font-weight: 800;
	margin-top: 15px;
}
.manufacturer-det h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.address-grid .manufacturer-det address {
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: -10px;
	color: #fff;
}
.fssc-logo {
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: auto;
	margin-top: -50px;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
	height: 80px;
}
.fssc-logo img {
	width: 50%;
}
.fssc-logo p {
	font-weight: 500;
	margin-top: 5px;
}
 @media(max-width:768px) {
.address-grid {
	grid-template-columns: 1fr;
}
.right-logo {
	text-align: end;
}
.manufacturer-det h4 {
	font-size: 18px;
}
.manufacturer-det h5 {
	font-size: 12px;
}
.address-grid .manufacturer-det address {
	font-size: 12px;
}
.fssc-logo p {
	font-size: 12px;
}
.footer .fssc-sec {
	margin: 0 auto;
}
.navbar-brand img {
	width: 50%;
}
#main-nav .right-logo img {
	width: 50%;
}
.footer {
	text-align: center;
}
}
