@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&display=swap');
* {
	font-family: 'Source Sans 3', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	color: #666666;
	font-weight: 300;
}
html {
	background-color: #ffffff;
}
body {
	font-size: 17px !important;
	padding: 0 !important;
}
p {
	color: #666666;
	line-height: 24px;
}
li {
	color: #666666;
}
.font-weight-bold {
	font-weight: 500 !important;
}
h1, h2, h3, h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-family: 'Barlow Condensed', sans-serif;
	margin: 0;
	color: #161616;
	font-weight: 600;
}
a {
	color: #666666 !important;
	cursor: pointer !important;
}
a:hover, a:focus {
	color: #666666 !important;
	cursor: pointer !important;
}
button {
	outline: none !important;
}
button:hover {
	cursor: pointer !important;
}
.dark-bg {
	background: #161616;
}
.color-white, .color-white span {
	color: #fff;
}
.color-gray {
	color: #808080;
}
.privacy-heading {
	padding: 20px 0 10px;
}
/****************************Blink****************************/
.blink {
	animation: blink-animation 1s steps(5, start) infinite;
	-webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
	to {
		visibility: hidden;
	}
}
@-webkit-keyframes blink-animation {
	to {
		visibility: hidden;
	}
}
.video-box iframe {
	height: 200px;
}
/****************************Header****************************/
iframe {
	height: 60vh;
}
header {
	border-top: 6px solid #a71e34;
	width: 100%;
	/* padding: 10px 0; */
}
.logo img {
	max-width: 155px;
	height: auto;
	width: 100%;
}
header .container {
	width: 100%;
	max-width: 100%;
}
.search_bar {
	position: relative;
	float: right;
	margin: 25px 0;
}
.search_bar input {
	position: relative;
	border-radius: 50px;
	width: 300px;
	height: 34px;
	border: 1px solid #afafaf;
	padding: 10px;
	font-size: 15px;
}
.search_bar input:focus, .search_bar input:hover, .search_bar input:active {
	outline: none;
}
::placeholder {
	color: #afafaf;
	font-size: 15px;
	font-weight: 300;
}
a.search-product i {
	font-family: "Ionicons";
	content: "\f4a5";
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	top: 3px;
	right: 15px;
}
/*************************Navbar***********************/
nav.navbar-expand-md {
	padding: 0 !important;
}
nav.navbar-expand-md .navbar-nav .nav-link {
	font-family: 'Barlow Condensed', sans-serif !important;
	color: #161616 !important;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	display: block;
	line-height: 85px;
	/* height: 100%; */
	padding: 0 !important;
}
nav.navbar-expand-md .navbar-nav .nav-link:hover {
	color: #a71e34 !important;
}
nav.navbar-expand-md .navbar-nav .nav-item:hover .nav-link, nav.navbar-expand-md .navbar-nav .nav-item.active .nav-link {
	color: #a71e34 !important;
}
.navigation-wrap {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active, .navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
	transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link {
	font-weight: 500;
	transition: all 200ms linear;
}
.nav-link {
	position: relative;
	padding: 12px 0 !important;
	display: inline-block;
}
.nav-item:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.nav-item:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 4px;
	background-color: currentColor;
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
	-o-transition: transform .3s cubic-bezier(.165, .84, .44, 1);
	transition: transform .3s cubic-bezier(.165, .84, .44, 1);
	transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}
.nav-item {
	position: relative;
	transition: all 200ms linear;
	color: #161616 !important;
	margin: 0px 20px !important;
	height: 100%;
}
.nav-item:hover:after {
	color: #a71e34 !important;
}
.nav-item .dropdown-menu {
	transform: translate3d(0, 10px, 0);
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	display: block;
	padding: 0;
	margin: 0;
	transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
	opacity: 1;
	visibility: visible;
	max-height: 999px;
	transform: translate3d(0, 0px, 0);
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background: none !important;
}
.dropdown-menu {
	margin: 0;
	padding: 15px !important;
	background-color: #161616;
	top: 85px;
	border: none;
	border-radius: 0;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown-item {
	padding: 0;
}
.dropdown-item span {
	color: #fff !important;
	padding: 0 4px;
	line-height: 30px;
	transition: all 200ms linear;
	font-weight: 100;
}
.dropdown-item span {
	display: inline;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 18px;
	position: relative;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: -o-linear-gradient(#fff, #fff);
	background-image: linear-gradient(#fff, #fff);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 100%;
	-webkit-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
	-o-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
	transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
}
.dropdown-item:hover span {
	color: #161616 !important;
	-webkit-transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s;
	-o-transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s;
	transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s;
	background-size: 100% 100%;
}
/* #Media
================================================== */
@media (max-width: 767px) {
	.nav-item:after {
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after {
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
}
/*************************About***********************/
.main-title {
	font-size: 55px;
	line-height: 53px;
	padding-right: 90px;
}
/*************************masonary product***********************/
.single-portfolio-content {
	position: relative;
	z-index: 1;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	overflow: hidden;
}
.grid {
	display: flex;
	flex-direction: column;
	flex-flow: row wrap;
}
.grid > [class*=col-] {
	padding: 1px;
	overflow: hidden;
}
.img-container {
	cursor: pointer;
	overflow: hidden;
	margin: 0 !important;
	position: relative;
}
.img-container:hover .img-content-hover {
	display: block;
}
.img-container img {
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}
.img-container img:hover {
	transform: scale(1.05);
}
.img-content-hover {
	z-index: 1;
	position: absolute;
	margin: 0;
	top: 8%;
	left: 8%;
	white-space: nowrap;
	display: none;
}
.title {
	background: #161616;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px;
}
.category {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
	background: #161616;
	padding: 5px;
	margin: 0 0 4px;
	display: inline-block;
}
/*************************News***********************/
.news-date {
	margin: 0 0 5px;
}
.news-title {
	margin: 0;
}
.news-title h3 {
	font-size: 30px;
	line-height: 32px;
}
.news-title h3 a {
	font-family: 'Barlow Condensed', sans-serif;
	text-decoration: none;
	font-weight: 600;
	display: inline;
	position: relative;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
	background-image: -o-linear-gradient(#000, #000);
	background-image: linear-gradient(#000, #000);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 100%;
	-webkit-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
	-o-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
	transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
}
.news-title:hover h3 a {
	color: #fff !important;
	-webkit-transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s;
	-o-transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s;
	transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s;
	background-size: 100% 100%;
}
.news-link a, .news-link a span {
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif;
	color: #161616 !important;
}
.news-link a:hover, .news-link a:hover span {
	text-decoration: none;
	color: #a71e34 !important;
	transition: all 0.3s;
}
.news-link a:hover span.blink-hover {
	animation: blink-animation 1s steps(5, start) infinite;
	-webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
	to {
		visibility: hidden;
	}
}
@-webkit-keyframes blink-animation {
	to {
		visibility: hidden;
	}
}
/*************************Product Categories***********************/
.main-product {
	overflow: hidden;
	width: 100%;
	display: flex;
}
.product-cat {
	text-align: center;
	position: relative;
	width: 20%;
	display: inline-block;
}
.product-cat:after {
	width: 1px;
	position: absolute;
	content: "";
	top: 0;
	height: 100%;
	right: 0;
	background: #686868;
}
.product-cat img {
	opacity: 0.4;
	height: 60px;
	width: auto;
	margin: 50px 0;
	transition: all 0.3s;
}
.product-cat h3 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	transition: all 0.3s;
}
.product-cat a {
	display: block;
}
.product-cat:hover {
	cursor: pointer;
}
.product-cat:hover img {
	transform: rotate(15deg);
	transition: all 0.3s;
	opacity: 1;
}
.product-cat:hover a {
	text-decoration: none;
}
.product-cat:hover h3 {
	color: #fff;
	transition: all 0.3s;
}
.product-cat:last-child:after {
	width: 0;
}
/*************************Contact***********************/
input, textarea {
	background: #f6f6f6;
	border: 0;
	width: 100%;
	padding: 8px 10px;
}
textarea {
	min-height: 150px;
	max-height: 150px;
}
input:focus, textarea:focus, input:active, textarea:active {
	outline: none !important;
	background: #f6f6f6 !important;
}
/* Change autocomplete styles in WebKit */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	border: 0;
	-webkit-text-fill-color: #7d7d7d;
	-webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
	box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
	transition: background-color 5000s ease-in-out 0s;
	font-size: 17px;
}
button {
	border: 0;
	padding: 0;
	margin: 0;
}
/*************************Contact***********************/
.contact-links ul {
	padding: 0 20px 0 0;
}
.contact-links ul li, .contact-links ul li a {
	list-style: none;
	padding: 4px 0;
	font-size: 16px;
}
.contact-links ul li a {
	color: #808080 !important;
}
.footer-inner h3 {
	text-align: left;
	text-transform: uppercase;
	font-size: 25px;
	word-spacing: 1.5px;
}
.social-links ul {
	display: block;
	overflow: hidden;
}
.social-links ul li {
	list-style: none;
	float: left;
	margin: 0 35px 0 0;
	border-radius: 40px;
	transition: all 0.3s;
}
.social-links ul li a {
	display: block;
}
.social-links ul li:hover {
	transition: all 0.3s;
}
.social-links ul li:hover i {
	color: #fff;
	transition: all 0.3s;
}
.social-links ul li i {
	font-size: 30px;
	line-height: 40px;
	transition: all 0.3s;
}
.copyright {
	border-top: 1px solid #474747;
	padding: 20px 0 0;
}
/*************************testimonial***********************/
.testimonial {
	margin: 0 0 30px;
}
.slick-slider {
	margin: 0;
}
.slick-prev, .slick-next {
	color: #161616;
	opacity: 1;
	height: 40px;
	width: 40px;
	margin-top: -20px;
}
.slick-dots {
	text-align: left;
}
.slick-dots {
	display: flex;
}
.slick-dots li {
	width: 35px;
	margin: 0 7px 0 0;
	display: inline-grid;
}
.slick-prev path, .slick-next path {
	fill: rgba(0, 0, 0, 0.4);
}
.slick-prev:hover path, .slick-next:hover path {
	fill: #161616;
}
.slick-prev {
	left: -35px;
	display: none !important;
}
.slick-next {
	right: -35px;
	display: none !important;
}
.slick-prev:before, .slick-next:before {
	content: none;
}
.slick-dots li.slick-active button:before, .slick-dots li.slick-active {
	width: 55px;
}
.slick-dots li button {
	width: 100%;
	padding: 0;
	transition: all 0.3s;
}
.slick-dots li button:before {
	opacity: 1;
	width: 35px;
	height: 5px;
	font-size: 0;
	font-family: none;
	background: rgba(0, 0, 0, 0.4);
	transition: all 0.3s;
	border-radius: 5px;
}
.slick-dots li.slick-active button:before {
	background: #222;
	opacity: 1;
}
.quote-container {
	min-height: 90px;
	position: relative;
}
.quote-container:hover {
	cursor: -webkit-grab;
	cursor: grab;
}
.quote-container .quote {
	position: relative;
	z-index: 600;
	padding: 0;
	margin: 0;
}
.quote-container .quote p {
	position: relative;
	margin-bottom: 20px;
}
.quote-container .quote cite span {
	font-family: 'Barlow Condensed', sans-serif;
	font-style: normal;
	font-size: 20px;
	color: #161616;
	font-weight: 500;
}
.dragging .quote-container {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
/*************************About Page***********************/
.inner-header {
	position: relative;
	overflow: hidden;
	height: 200px;
	z-index: 11;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.inner-header img {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
.inner-header:before {
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 450px;
	z-index: 11111;
	opacity: 0.7;
}
.inner-text {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 999999;
}
.inner-text {
	text-align: center;
}
.inner-text h2 {
	font-size: 80px;
	padding: 0;
}
.inner-text h5 {
	letter-spacing: 0.5px;
}
.about-title h3 {
	background: #161616;
	display: inline;
	background-size: 100% 100%;
	color: #fff;
	line-height: 33px;
}
/*************************Product Listing Page***********************/
.product-list-inner img {
	max-width: 100%;
	height: auto;
	background: #eee;
}
.product-details h3 a, .product-details h3 {
	font-size: 16px;
	line-height: 20px;
	font-family: 'Source Sans 3', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-weight: 300;
}
.product-heading h2 {
	display: inline;
	color: #fff;
	background: #161616;
	text-transform: uppercase;
	padding: 0 5px;
	font-size: 45px;
}
.product-heading h2 .blink {
	color: #fff;
}
.product-sidelist {
	border: 0px solid #a71e34;
	margin: 0 0 30px;
}
.product-sidebar h4 {
	font-size: 20px;
	background: #a71e34;
	color: #fff;
	padding: 7px 10px;
}
.product-sidebar h6 {
	background: #eee;
	font-size: 18px;
	padding: 7px 10px;
	font-weight: 500;
}
.product-sidelist ul {
	padding: 0 0 0 10px;
}
.product-sidelist ul li {
	list-style: none;
	border-bottom: 1px solid #ddd;
	line-height: 21px;
}
.product-sidelist ul li a {
	font-weight: 400;
	display: block;
	padding: 10px 0;
}
.product-sidelist ul li:hover a, .product-sidelist ul li.active a {
	color: #a71e34 !important;
	text-decoration: none;
}
.product-sidelist ul li:last-child {
	border: 0;
}
.product-detail-main .main-title {
	font-size: 45px;
	line-height: 40px;
	margin: 0 0 15px;
}
/*************************image zoom***********************/
.diagram-pdf .icon {
	font-size: 70px;
	line-height: initial;
}
.diagram-pdf .icon, .diagram-pdf p {
	display: grid;
	align-content: center;
	margin: 0 20px 0 0;
}
.diagram-pdf {
	display: flex;
}
/*************************Product detail specifaction page***********************/
.film-img img {
	max-width: 100%;
	height: auto;
}
.spec-table-main h4 {
	color: #a71e34;
}
.spec-table-inner table {
	width: 100%;
}
.spec-table-inner table th {
	font-weight: 700;
	color: #161616;
	padding: 6px 0;
	border-bottom: 2px solid #161616;
}
.spec-table-inner table td:first-child {
	width: 30%;
}
.spec-table-inner table td {
	padding: 6px 0;
}
.spec-table-inner table tr {
	border-bottom: 1px solid #eee;
}
/*********tabs*********/
.spec-table-inner ul.nav {
	border: 0;
	margin: 10px 0 20px !important;
}
.spec-table-inner ul.nav li.nav-item {
	margin: 0 20px 0 0 !important;
}
.spec-table-inner ul.nav li.nav-item a {
	border: 0;
	background: #fff;
	color: #161616 !important;
	padding: 0 5px !important;
	border-radius: 0;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 35px;
}
.spec-table-inner ul.nav li.nav-item a.active, .spec-table-inner ul.nav li.nav-item a:hover {
	background: #161616;
	color: #fff !important;
}
.spec-table-inner ul.nav li.nav-item:hover:after {
	display: none;
}
/*******************************/
.slidenavs .slick-prev, .slidenavs .slick-next {
	display: inline-block !important
}
.slidenavs > button {
	border: none;
	font-size: 0;
	width: 25%;
	padding: 0;
	line-height: 0;
	background-color: #F5F5F5;
	color: #676767;
	cursor: pointer;
}
.slidenavs > button:hover {
	background-color: #000;
	color: #fff
}
.slick-slide img:hover {
	cursor: pointer;
}
.slidenavs > button:focus {
	outline: 0
}
.slidenavs > button:before {
	line-height: 26px;
	font-size: 14px;
	position: relative;
	font-family: "Ionicons";
}
.slidenavs {
	margin: 15px 0 0;
}
.slidenavs button.slick-prev:before {
	content: "\f124";
}
.slidenavs button.slick-next:before {
	content: "\f125";
}
.slidenavs .slick-prev, .slidenavs .slick-next {
	height: 35px;
	width: 35px;
}
/*************************pup-up product info***********************/
.modal-dialog {
	max-width: 70%;
	margin: 50px auto;
}
.pop-up-product-img img {
	max-width: 100%;
	height: auto;
	border: 1px solid #dfdfdf;
}
.text-list ul {
	padding: 0;
}
.text-list ul li {
	list-style: none;
	position: relative;
	padding: 5px 0 0 22px;
	line-height: 24px;
}
.text-list ul li:before {
	font-family: "Ionicons";
	content: "\f122";
	position: absolute;
	top: 6px;
	left: 0;
	color: #161616;
	font-size: 14px;
}
.color-black {
	color: #222;
}
button.close {
	text-align: right;
	margin: 0 7px 0 0;
}
.search-web {
	display: block;
}
.search-mobile {
	display: none;
}
.mobile-on {
	display: none;
}
.film-img-right img {
	max-width: 100%;
	height: auto;
}
/*************************Responsive***********************/
@media (min-width: 200px) and (max-width: 991px) {
	.logo img {
		max-width: 130px;
		margin: 10px 0 !important;
	}
	.modal-dialog {
		max-width: 90%;
		margin: 20px auto;
	}
	.contact-links .float-left {
		display: table-cell !important;
		float: none !important;
	}
	.contact-links ul {
		padding: 0 15px 0 0;
	}
	.footer-inner.py-5 {
		padding-bottom: 1rem !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.main-content .order-3 {
		order: 2;
	}
	.main-content .order-4 {
		order: 1;
	}
	a.logo {
		margin: 0 30px 0 0;
	}
	.nav-item {
		margin: 0px 15px !important
	}
	.search_bar input {
		width: 200px;
	}
	.main-title {
		font-size: 47px;
		line-height: 50px;
		padding-right: 30px;
	}
	.contact .main-text {
		padding-right: 0 !important;
	}
	.product-detail-main h2.main-title, .product-heading h2.main-title {
		font-size: 40px;
	}
	.slider .parallax-slider .caption .banner-title {
		font-size: 50px !important;
	}
	.text-color {
		line-height: 40px !important;
	}
	.caption {
		top: 30% !important;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.slider .parallax-slider .caption .banner-title {
		font-size: 40px !important;
	}
	.text-color {
		line-height: 32px !important;
	}
	.caption {
		top: 20% !important;
	}
	.slider .parallax-slider .swiper-slide {
		min-height: 70vh !important;
	}
	.main-title {
		font-size: 45px;
		line-height: 50px;
		padding-right: 0px;
	}
	.product-cat img {
		height: 50px;
		margin: 40px 0;
	}
	.product-cat h3 {
		font-size: 18px;
		line-height: 19px;
	}
	.product-detail-main h2.main-title, .product-heading h2.main-title {
		font-size: 36px;
	}
}
@media (min-width: 200px) and (max-width: 575px) {
	.mobile-on {
		display: block;
	}
	.slider .parallax-slider .caption .banner-title {
		font-size: 45px !important;
	}
	.text-color {
		line-height: 40px !important;
		margin: 4px 0 !important;
	}
	.caption {
		top: 20% !important;
	}
	.slider .parallax-slider .swiper-slide {
		min-height: 70vh !important;
	}
	.slide-controls .swiper-button-next, .slide-controls .swiper-button-prev {
		width: 30px !important;
		height: 30px !important;
		right: 10px !important;
	}
	.slide-controls .swiper-button-prev {
		left: 10px !important;
	}
	.slide-controls .swiper-button-next i, .slide-controls .swiper-button-prev i {
		top: 5px !important;
		left: 14px !important;
	}
	.slide-controls .swiper-button-prev i {
		left: 12px !important;
	}
	.product-detail-main h2.main-title, .product-heading h2.main-title {
		font-size: 32px;
		line-height: 30px;
		padding: 0;
	}
	.product-details h3 a, .product-details h3 {
		font-size: 20px;
		line-height: 26px;
		margin: 10px 0 20px;
		font-family: 'Barlow Condensed', sans-serif;
		color: #161616 !important;
		font-weight: 500;
	}
	.product-heading {
		margin: 0 0 20px !important;
	}
	.spec-table-inner ul.nav li.nav-item {
		display: block;
		width: 100%;
		margin: 0 !important;
	}
	.spec-table-inner ul.nav li.nav-item a {
		padding: 5px !important;
		width: 100%;
	}
	.inner-text h2 {
		font-size: 50px;
		line-height: 35px;
	}
	.inner-text h5 {
		letter-spacing: 0.5px;
		font-size: 16px;
		text-transform: capitalize !important;
		font-weight: 400;
		margin-bottom: 0 !important;
	}
	.inner-header {
		height: 150px;
	}
	.main-title {
		font-size: 35px;
		line-height: 40px;
		padding-right: 0px;
	}
	.main-product {
		display: table;
	}
	.product-cat {
		width: 50%;
		display: inline-block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		padding: 0 0 30px;
	}
	.product-specification .col-md-8 {
		padding-top: 15px !important;
	}
	.product-cat img {
		margin: 30px 0;
	}
	.product-cat h3 {
		text-transform: capitalize;
		font-weight: 400;
		font-size: 18px;
		line-height: 20px;
	}
	.product-cat:after {
		display: none;
	}
	.contact .main-text {
		padding: 15px 0 !important;
		margin: 0 !important;
	}
	.spec-table-main h2 {
		font-size: 28px;
		margin: 10px 0 0;
	}
}
@media (min-width: 200px) and (max-width: 767px) {
	.video-box iframe {
		height: 290px;
	}
	.main-content .order-1 {
		order: 2;
	}
	.main-content .order-2 {
		order: 1;
	}
	.main-content .order-3 {
		order: 2;
	}
	.main-content .order-4 {
		order: 1;
	}
	.film-img-right img {
		margin: 0 0 30px;
	}
	.col-md-2.p-0 {
		padding: 0 15px !important;
	}
	.slick-slide img {
		width: 98%;
	}
	.slidenavs {
		margin: 15px auto;
	}
	.slidenavs .slick-prev, .slidenavs .slick-next {
		height: 35px;
		width: 35px;
	}
	.nav-item .dropdown-menu {
		visibility: visible;
		opacity: 1;
		max-height: initial;
		margin: -10px 0 20px;
	}
	.dropdown-item span {
		color: #222 !important;
	}
	.search-web {
		display: none;
	}
	.search-mobile {
		display: block;
	}
	nav.navbar-expand-md .navbar-nav .nav-link {
		line-height: 30px;
	}
	.search_bar {
		float: none;
		margin: 0 0 15px 0;
	}
	.search_bar input {
		width: 100%;
	}
	.product-sidebar {
		display: none;
	}
	.social-links.py-5 {
		overflow: hidden;
		padding: 10px 0 !important;
	}
	.social-links ul {
		float: none;
		margin: 0;
		overflow: hidden;
	}
	.social-links ul li {
		margin: 0 30px 0 0;
	}
	.pb-5, .py-5 {
		padding-bottom: 2rem !important;
	}
	.mb-5, .my-5 {
		margin-bottom: 2rem !important;
	}
	.pt-5, .py-5 {
		padding-top: 2rem !important;
	}
	.mt-5, .my-5 {
		margin-top: 2rem !important;
	}
	.blog-text h3 {
		line-height: 27px;
	}
	.blog-text h3 a {
		font-size: 23px;
	}
}
/*************************BLog CSS***********************/
.blog-img img {
	max-width: 100%;
	height: auto;
}
.blog-img {
	position: relative;
}
.blog-date {
	position: absolute;
	bottom: 0;
	background: #161616;
	padding: 5px 10px;
}
.blog-date h6 {
	color: #fff;
}
.blog-box h5 {
	font-weight: 400;
	color: #a71e34;
	margin: 10px 0;
}
.blog-box:hover a {
	text-decoration: none;
}
.blog-text h3 {
	font-family: 'Barlow Condensed', sans-serif;
	margin: 0;
	color: #161616 !important;
	font-weight: 600;
	display: inline;
	position: relative;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
	background-image: -o-linear-gradient(#000, #000);
	background-image: linear-gradient(#000, #000);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 100%;
	-webkit-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
	-o-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
	transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
	text-decoration: none;
}
.blog-box:hover h3 {
	color: #fff !important;
	-webkit-transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s;
	-o-transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s;
	transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s;
	background-size: 100% 100%;
}
.link-custom a {
	background: #a71e34;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Barlow Condensed', sans-serif !important;
	color: #fff !important;
	padding: 10px 20px;
	text-decoration: none !important;
	text-transform: uppercase;
	visibility: visible !important;
	overflow: visible !important;
	display: inline;
	position: relative;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#161616), to(#161616));
	background-image: -o-linear-gradient(#161616, #161616);
	background-image: linear-gradient(#161616, #161616);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 100%;
	-webkit-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
	-o-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
	transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
}
.link-custom a:hover {
	color: #fff;
	-webkit-transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s;
	-o-transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s;
	transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s;
	background-size: 100% 100%;
}
.link-custom a span {
	font-size: 20px;
	font-weight: 500;
	font-family: 'Barlow Condensed', sans-serif !important;
	color: #fff !important;
}
.padding-text {
	position: relative;
	padding: 0 0 0 30px;
}
.padding-text span {
	color: #161616;
	font-weight: 700;
}
.padding-text:before {
	border-left: 4px solid #161616;
	left: 0;
	content: "";
	top: 0;
	height: 100%;
	position: absolute;
}
.post-nav {
	border-bottom: 1px solid #bebebe;
	border-top: 1px solid #bebebe;
	margin: 40px 0 0;
	overflow: hidden;
}
.post-nav a {
	text-decoration: none;
}
.prev-post {
	float: left;
}
.next-post {
	float: right;
	text-align: right;
}
.post-nav:hover a:hover h3 {
	text-decoration: underline;
}
.prev-title {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-family: 'Barlow Condensed', sans-serif !important;
	font-weight: 500;
	font-size: 14px;
}
.blog-box .entry-comment a:hover {
	text-decoration: underline;
}
.comments-sec ul li, .comments-sec ul {
	list-style: none;
	padding: 0;
}
.comments-sec ul li{
	margin: 20px 0 0 ;
}
.comment-img img {
	max-width: 80px;
	height: auto;
	border-radius: 100px;
	margin: 8px 30px 0 0;
}
.comment-img, .comment-info {
	display: inline-block;
}
.comment-box {
	display: flex;
}
.comment-heading .admin-name {
	font-size: 25px;
	font-weight: 100;
	font-family: 'Barlow Condensed', sans-serif !important;
	color: #161616;
}
.comment-heading .comment-date {
	font-size: 16px;
	font-weight: 100;
	font-family: 'Barlow Condensed', sans-serif !important;
	
	padding: 0 0 0 5px;
	text-transform: uppercase;
}
span.reply {
    margin: 8px 0 0;
	display: block;
	
}

span.reply i{
	padding: 0 0 0 5px;
}
.comments-sec a:hover{
	text-decoration: none;
}
.comment-heading .reply a{
	padding: 0 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
	background-image: -o-linear-gradient(#000, #000);
	background-image: linear-gradient(#000, #000);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 100%;
	-webkit-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
	-o-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
	transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
}
.comment-heading .reply a:hover{
	color: #fff !important;
	-webkit-transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s;
	-o-transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s;
	transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s;
	background-size: 100% 100%;
}
.comment-heading .reply a:hover i{
	color: #fff !important;
}
.comment-list li >ul{
	padding-left: 120px;
}
.comment-info p{
	margin: 0;
}
.recent-img img{
	max-width: 80px;
	height: auto;
	
}
.sidebar{
	overflow: hidden;
	padding: 0 0 0 25px;
}
.recent-post-text {
    margin: 0 0 0 15px;
}
.recent-post-text h6 {
    margin: 0 0 8px 0;
    font-size: 20px;
    font-weight: 100;
}
.recent-post-inner{
	display: flex;
    align-items: center;
    max-width: 100%;
}
.recent-post-inner a{
	display: contents;
}
.tag-list a{
	padding: 5px 10px;
	border:1px solid;
	display: inline-block;
	margin: 0 10px 10px 0;
	color: #000 !important;
	font-weight: 500;
	text-transform: uppercase;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
	background-image: -o-linear-gradient(#000, #000);
	background-image: linear-gradient(#000, #000);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 100%;
	-webkit-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
	-o-transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
	transition: background-size .3s cubic-bezier(.165, .84, .44, 1), color .1s;
}
.tag-list a:hover{
	text-decoration: none;
	color: #fff !important;
	-webkit-transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s;
	-o-transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s;
	transition: background-size .6s cubic-bezier(.165, .84, .44, 1), color .35s;
	background-size: 100% 100%;
	border:1px solid #000 !important;
}
/*************************Back to top***********************/
.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
	z-index: 99;
	background: #dfdfdf;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 100px;
	transition: background 0.2s linear, color 0.2s linear, all 0.3s;
}
.back-to-top i {
	line-height: 44px;
	font-size: 18px;
}
.back-to-top:hover {
	background: #161616;
	transition: background 0.2s linear, color 0.2s linear, all 0.3s;
}
.back-to-top:hover i {
	color: #fff;
	transition: background 0.2s linear, color 0.2s linear, all 0.3s;
}

/* Modal Background & Fade Effect */
#leadModal {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1050;
	align-items: center;
	justify-content: center;
	opacity: 0;
	animation: popupFadeIn 2s ease forwards;
  }
  
  .lead-modal-content {
	background: url('images/popup-bg.jpg') no-repeat center center;
	background-size: cover;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
	position: relative;
  }
  
  .lead-modal-content .modal-body {
	background-color: rgba(0, 0, 0, 0.65);
	color: white;
	padding: 30px;
	border-radius: 0 0 12px 12px;
  }
  
  /* Fade-in animation */
  @keyframes popupFadeIn {
	from {
	  opacity: 0;
	  transform: scale(0.95);
	}
	to {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  .watermark-container {
	position: relative;
	display: inline-block;
	overflow: hidden;
  }
  
  .watermark-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-user-drag: none;
	user-drag: none;
	pointer-events: none;
  }
  
  .watermark {
	position: absolute;
	bottom: 8px;
	right: 8px;
	font-size: 14px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.6);
	background: rgba(0, 0, 0, 0.4);
	padding: 2px 6px;
	border-radius: 4px;
	pointer-events: none;
	font-family: Arial, sans-serif;
  }
  