﻿.topbar {
	background: #041e42;
	color: white;
	padding: 10px 0;
	font-size: 14px;
}

.logo {
	height: 75px;
}

.navbar {
	padding: 12px 0;
}

.nav-link {
	font-weight: 600;
	color: #041e42 !important;
	margin-left: 15px;
}

	.nav-link:hover {
		color: #ff6b00 !important;
	}
	/*gallary section space*/
..gallery-section {
	padding: 20px 0 !important;
	margin: 0 !important;
}

.gallery-section .text-center {
	margin-bottom: 15px !important;
}

.gallery-section .section-heading {
	margin-bottom: 5px !important;
}

.gallery-section p {
	margin-bottom: 0 !important;
}

.gallery-section .row {
	margin-top: 0 !important;
}
/*product section*/
.product-section {
	padding: 30px 0;
}

.product-table {
	border: 1px solid #ddd;
}

	.product-table thead th {
		background: #d71920;
		color: #fff;
		font-weight: 600;
	}

	.product-table td,
	.product-table th {
		border: 1px solid #ddd;
		padding: 10px;
		font-size: 14px;
	}

.product-image-box {
	background: #d71920;
	padding: 10px;
}

	.product-image-box h4 {
		color: #fff;
		margin-bottom: 10px;
		font-size: 28px;
	}

	.product-image-box img {
		width: 100%;
		height: 350px;
		object-fit: cover;
	}