@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,700&display=swap');

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #4d4d4d;
	font-weight: normal;
	font-style: normal;
	font-family: 'Poppins', sans-serif;
	background: #f8f8f8;
}

a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

*::-moz-selection {
	background: #ee2f1a;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #ee2f1a;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #ee2f1a;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #1E1D24;
	font-size: 14px;
	opacity: 1;
}

*::placeholder {
	color: #1E1D24;
	font-size: 14px;
	opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1E1D24;
	font-weight: 700;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}

a:hover {
	text-decoration: none;
	color: #ee2f1a;
}

button:focus {
	outline: none;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

p {
	color: #4d4d4d;
}

img {
	max-width: 100%;
}

.section-padding {
	padding: 100px 0px;
}

.section-padding-2 {
	padding-top: 100px;
	padding-bottom: 70px;
}

/*Scroll Area*/
.scroll-area {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	display: none;
}

.scroll-area i {
	width: 45px;
	height: 45px;
	background-color: #ee2f1a;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
}

/*
 * #-Header
*/
.header {
	background: #ff2d16;
}

.header-top {
	border-bottom: 1px solid #d9d8d88c;
	padding: 20px 0px;
}

/*
 * #-Menu
*/
.menu ul li {
	display: inline-block;
	position: relative;
}

.menu ul li a {
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	padding: 30px 22px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 16px;
}

.menu ul li:hover>a {
	color: #000;
}

.menu nav ul li>ul {
	position: absolute;
	top: 110px;
	left: -4px;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 200px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	text-align: left;
	border: 1px solid #efefef;
}

.menu nav ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	top: 83px;
	left: 0;
}

.menu nav ul li>ul>li {
	display: block;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 0px;
	padding: 0px;
}

.menu nav ul li>ul>li a::after {
	content: "";
	clear: both;
	display: block;
	width: 14px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 49%;
	left: 14px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4 ease-in-out;
	transition: all .4s ease-in-out;
}

.menu nav ul li>ul>li:hover>a {
	color: #000;
	padding-left: 30px;
	background: #f7f9fe;
}

.menu nav ul li>ul>li:hover>a::after {
	opacity: 1;
	visibility: visible;
}

.menu nav ul li>ul>li:hover>a {
	color: #ee2f1a !important;
}

.menu nav ul li>ul>li li>a:hover {
	color: #fff;
}

.menu nav ul li>ul>li a {
	display: inline-block;
	width: 100%;
	padding: 15px 14px;
	border-bottom: 1px dashed #efefef;
	font-size: 14px;
	color: #4d4d4d;
	margin: 0px;
	font-weight: 400;
	text-transform: capitalize;
}

.menu nav ul li>ul>li:last-child a {
	border-bottom: none;
}

.menu nav ul>li>ul>li>ul {
	left: 200px;
	top: 28px;
}

.menu nav ul li>ul>li:hover>ul {
	top: -3px;
}

.menu nav ul li>ul>li:hover>ul {
	top: -3px;
	left: 100%;
}

.menu ul li.menu-item-has-children {
	position: relative;
}

.menu ul li.menu-item-has-children::after {
	content: "\f107";
	clear: both;
	display: block;
	position: absolute;
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	top: 39%;
	right: 7px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #fff;
	font-size: 14px;
}

.menu ul li.menu-item-has-children:hover::after {
	color: #000;
}

.menu ul li ul li.menu-item-has-children::after {
	transform: rotate(-90deg);
	top: 30%;
}

.section-headding h2 {
	font-size: 32px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.2;
}
.section-headding h2 span {
	position: relative;
	display: inline-block;
}
.section-headding h2 span::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 50px;
	height: 3px;
	background: #ee2f1a;
	top: 44%;
	right: -60px;
}
.section-headding h2 span::before {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 50px;
	height: 3px;
	background: #ee2f1a;
	top: 44%;
	left: -60px;
}

/*
 * #-Mini Cart
*/
.off_canvars_overlay.active {
	opacity: 0.3;
	visibility: visible;
}

.off_canvars_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	cursor: crosshair;
	background: #232323;
	top: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease;
}



/*
 * #-Button
*/
.button-1 {
	display: inline-block;
	padding: 15px 35px;
	border: 1px solid #ee2f1a;
	text-transform: capitalize;
	font-weight: 500;
	background: #ee2f1a;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #fff;
	text-align: center;
}

.button-1:hover {
	color: #fff;
	background: #2a660a;
	border-color: #2a660a;
}

.button-2 {
	display: inline-block;
	padding: 15px 35px;
	border: 1px solid #ee2f1a;
	text-transform: capitalize;
	font-weight: 500;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #333;
	background: #fff;
	text-align: center;
}

.button-2:hover {
	color: #fff;
	background: #2a660a;
	border-color: #2a660a;
}

.button-3 {
	display: inline-block;
	padding: 16px 36px;
	text-transform: capitalize;
	font-weight: 500;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #333;
	background: #fff;
	text-align: center;
}

.button-3:hover {
	color: #fff;
	background: #2a660a;
}

/*
 * #-Hero Slider
*/
.hero-slider-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 100px;
	position: relative;
	padding-bottom: 100px;
	z-index: 1;
}

.hero-slider-item:after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	top: 0;
	left: 0;
	z-index: -1;

}

.hero-slider-rimg img {
	width: 160px !important;
	height: 160px !important;
	border-radius: 50%;
	background: #fff;
}

.hero-slider-content {
	padding-top: 60px;
	padding-bottom: 40px;
}

.hero-slider-content h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 10px;
}

.hero-slider-content h2 {
	font-size: 55px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.2;
	margin-bottom: 20px;
}

.hero-slider-content .hero-btn a.button-1 {
	margin-right: 20px;
}

.hero-slider-rimg {
	position: relative;
}

.hero-slider-rimg .image-2 {
	position: absolute;
	top: 100%;
	right: 0;
}

/*Animation*/
.active .hero-slider-item h2,
.active .hero-slider-item h4,
.active .hero-slider-item a,
.hero-slider-item img {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.active .hero-slider-item h2 {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.active .hero-slider-item a {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.active .hero-slider-item img {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

.active .hero-slider-item img.image-2 {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.2s;
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

.active .hero-slider-item h2.hero-discount-con {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.5s;
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

.hero-slider-rimg .hero-img {
	width: auto !important;
	height: auto !important;
	margin: 0 auto;
}

.hero-slider-style-2 .hero-slider-item {
	background: #dbdbdb;
}

.hero-discount-con {
	width: 120px;
	height: 120px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	text-align: center;
	line-height: 1.1;
	color: #ee2f1a;
	font-weight: 900;
	font-size: 28px;
	box-shadow: 0px 0px 10px 0px #8a8a8a;
	position: absolute;
	bottom: 28px;
	left: 0;
}

.hero-slider-full .owl-prev,
.hero-slider-style-2 .owl-prev,
.hero-slider-style-3 .owl-prev {
	position: absolute;
	top: 47%;
	left: 10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.hero-slider-full .owl-next,
.hero-slider-style-2 .owl-next,
.hero-slider-style-3 .owl-next {
	position: absolute;
	top: 47%;
	right: 10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.hero-slider-full:hover .owl-next,
.hero-slider-style-2:hover .owl-next,
.hero-slider-style-3:hover .owl-next {
	opacity: 1;
	visibility: visible;
	right: 14px;
}

.hero-slider-full:hover .owl-prev,
.hero-slider-style-2:hover .owl-prev,
.hero-slider-style-3:hover .owl-prev {
	opacity: 1;
	visibility: visible;
	left: 14px;
}

.hero-slider-nav {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffff;
	border-radius: 50%;
	color: #333;
	font-size: 25px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.hero-slider-nav:hover {
	background: #ee2f1a;
	color: #fff;
	box-shadow: 0px 0px 10px 0px #ee2f1aab;
}

/*
 * Baner Image
*/
.banner-item img {
	width: 100%;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}

.banner-item {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #d9d9d9b3;
}

.banner-item::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.12);
	top: 50%;
	bottom: 50%;
	left: 0;
	right: 0;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}

.banner-item::after {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.12);
	top: 0;
	bottom: 0;
	left: 50%;
	right: 50%;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}

.banner-item:hover::before {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.banner-item:hover::after {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/*
 * #-Product Style
*/
.product-item {
	background: #fff;
	padding: 40px 30px 0px 30px;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #cccccc3b;
	position: relative;
}

.product-item .product-thumbnail {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.product-item .product-thumbnail img {
	width: 100%;
	transition: all .5s ease;
}

.product-item:hover .product-thumbnail img {
	transform: scale(1.1) rotate(3deg);
}

.product-item .product-thumbnail .wishlist {
	font-size: 16px;
	color: #666;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	display: flex;
	width: 35px;
	height: 35px;
	border: 1px solid #eee;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.product-item:hover .product-thumbnail .wishlist {
	visibility: visible;
	opacity: 1;
}

.product-item .product-thumbnail .wishlist:hover {
	color: #fff;
	background: #ee2f1a;
	border-color: #ee2f1a;
}

.sale-badge {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	background: #ee2f1a;
	padding: 4px 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 12px;
}

.product-item .product-thumbnail .product-overly-btn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	width: 100%;
	height: 52%;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.product-item:hover .product-thumbnail .product-overly-btn {
	visibility: visible;
	opacity: 1;
	height: 100%;
}

.product-item .product-thumbnail .product-overly-btn ul li {
	display: block;
	margin-bottom: 10px;
}

.product-item .product-thumbnail .product-overly-btn ul li a {
	background: #ee2f1a;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: capitalize;
	transition: all .3s ease-in-out;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	width: 150px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-item .product-thumbnail .product-overly-btn ul li a:hover {
	background: #000;
}

.product-item .product-thumbnail .product-overly-btn ul li a i {
	transition: all .3s ease-in-out;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transition: all .3s ease-in-out;
}

.product-item .product-thumbnail .product-overly-btn ul li a span {
	transition: all .3s ease-in-out;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transition: all .5s ease-in-out;
}

.product-item .product-thumbnail .product-overly-btn ul li a:hover i {
	transform: translateY(0);
	-webkit-transform: translateY(0%);
}

.product-item .product-thumbnail .product-overly-btn ul li a:hover span {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

.product-item .product-content {
	padding: 20px;
	text-align: center;
	padding-top: 10px;
}

.ratting {
	color: #FC0;
	font-size: 14px;
}

.product-content h4 {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.2;
	padding: 6px 0px;
}

.product-content h4 a {
	color: #1E1D24;
}

.product-content h4 a:hover {
	color: #ee2f1a;
}

.pricing span {
	font-size: 18px;
	font-weight: 700;
	color: #ee2f1a;
}

.pricing span del {
	color: #1E1D24;
	font-size: 14px;
	font-weight: 500;
}

/*
 * #-product-sigle
*/
.product-sigle-item {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.product-sigle-item .thumbanil {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 2px dashed #bbb;
	padding: 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin: 0 auto;
}

.product-sigle-item .thumbanil img {
	width: 100%;
	border-radius: 50%;
}

.product-sigle-item:hover .thumbanil {
	border-color: #ee2f1a;
}

.product-sigle-item .thumbanil a {
	position: absolute;
	z-index: 1;
	background: #da251c;
	width: 90%;
	height: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	top: 6%;
	left: 5%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform: scale(0);
}

.product-sigle-item:hover .thumbanil a {
	transform: scale(1.0);
}

.product-sigle-item .thumbanil a i {
	font-size: 25px;
	color: #fff;
	transform: rotate(45deg);
}

.product-sigle-item .title {
	margin-top: 10px;
}

.product-sigle-item .title a {
	color: #333;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 16px;
}

.product-sigle-item:hover .title a {
	color: #ee2f1a;
}

.shopcate-slider-nav {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffff;
	border-radius: 50%;
	color: #333;
	font-size: 22px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	box-shadow: 0px 0px 10px 0px #c4c4c4;
}

.shopcate-slider-nav:hover {
	background: #ee2f1a;
	color: #fff;
}

.product-category-product-full .owl-prev {
	position: absolute;
	top: 34%;
	left: -10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.product-category-product-full .owl-next {
	position: absolute;
	top: 34%;
	right: -10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.product-category-product-full:hover .owl-prev,
.product-category-product-full:hover .owl-next {
	opacity: 1;
	visibility: visible;
}

.product-cate-item {
	padding: 50px 10px 35px;
	border: 2px solid #eee;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.product-cate-item::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 0%;
	height: 5px;
	background: #ee2f1a;
	bottom: 0;
	left: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.product-cate-item:hover::after {
	width: 100%;
}

.product-cate-item .thumbn {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 25px;
	border-radius: 50%;
}

.product-cate-item .thumbn img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.product-cate-item .con h4 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 10px;
}

.product-cate-item .con h4 a {
	color: #071e00;
}

.product-cate-item:hover .con h4 a {
	color: #ee2f1a;
}

.product-cate-item .con span {
	font-size: 14px;
	font-weight: 600;
}

.button-1.load-more {
	border-radius: 50px;
}

/*
 * Call Now
*/
.call-now {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.call-now-shap {
	position: absolute;
	max-width: 22%;
	right: 2%;
	bottom: 0;
}

.call-now-content h4 {
	font-size: 16px;
	color: #ee2f1a;
	text-transform: uppercase;
	font-weight: 600;
}

.call-now-content h2 {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*
 * #-Footer
*/
.footer-widget-item p {
	color: #fff;
	font-size: 15px;
	line-height: 28px;
	padding-bottom: 20px;
}

.footer-social span {
	display: inline-block;
	margin: 0px 4px;
}

.footer-social span a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	background: #d5d5d5;
	border-radius: 50%;
	font-size: 14px;
	color: #ee2f1a;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.footer-social span a:hover {
	background: #ee2f1a;
	color: #fff
}

.footer-widget-item h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.2;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}

.footer-widget-item h2::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #dfdfdf;
	bottom: 0px;
}

.footer-widget-item h2::before {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 50px;
	height: 2px;
	background: #ee2f1a;
	bottom: 0px;
	z-index: 1;
}

.footer-widget-item ul li {
	display: block;
	line-height: 30px;
}

.footer-widget-item ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	padding: 3px 0px;
	display: inline-block;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.footer-widget-item ul li a:hover {
	color: #ee2f1a;
	text-decoration: underline;
}

.footer-widget-item .app-down a {
	display: inline-block;
}

.footer-bottom {
	border-top: 1px solid #eee;
}

.footer-bottom p {
	font-size: 15px;
}

.footer-bottom p a {
	color: #333;
}

.footer-bottom p a:hover {
	color: #ee2f1a;
	text-decoration: underline;
}

.pro-item-full {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #F2F2F2;
	box-shadow: 0px 8px 29px 0px #F2F2F2;
	padding: 10px 30px 10px 30px;
	background: #fff;
	padding-top: 30px;
}

.pro-item {
	display: flex;
}

.pro-item .iocn {
	align-items: center;
	display: flex;
	justify-content: center;
}

.pro-item .iocn i {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #d9d9d9;
	font-size: 30px;
	border-radius: 50%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin-right: 10px;
}

.pro-item:hover .iocn i {
	background: #ee2f1a;
	color: #fff;
}

.pro-item .content h3 {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	padding-bottom: 5px;
}

.pro-item .content p {
	font-size: 13px;
}

.lg-banner-item {
	overflow: hidden;
}

.lg-banner-item img {
	height: 100%;
	border: 1px solid #eee;
	overflow: hidden;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

.lg-banner-item:hover img {
	transform: scale(1.1);
}

/*
 * #-Breadcrumb
*/
.breadcrumb-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
}

.breadcrumb-content h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #fff;
	text-transform: capitalize;
}

.breadcrumb-content ul li {
	display: inline-block;
	padding: 0px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

.breadcrumb-content ul li a {
	color: #fff;
}

.breadcrumb-content ul li a:hover {
	color: #ee2f1a;
}


/*
 * #-About
*/
.about-content h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	color: #ee2f1a;
	font-style: italic;
	margin-bottom: 10px;
}

.about-content h2 {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px;
}

.about-content p {
	line-height: 28px;
	margin-bottom: 15px;
}

.about-content ul {
	margin-bottom: 15px;
}

.about-content ul li {
	color: #333;
	font-weight: 600;
	padding: 4px 0px;
}

.about-content ul li i {
	color: #ee2f1a;
	padding-right: 5px;
}

/*
 * #-Contact Us
*/
.contact-form h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.contact-form .single-input {
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}

.contact-form input {
	width: 100%;
	padding: 20px;
	border: 2px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.contact-form textarea {
	width: 100%;
	padding: 20px;
	border: 2px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 160px;
}

.contact-form input:focus {
	border-color: #ee2f1a;
}

.contact-form textarea:focus {
	border-color: #ee2f1a;
}

.contact-form .single-input i {
	position: absolute;
	top: 22px;
	right: 10px;
	color: #ee2f1a;
}

.contact-form button {
	padding: 20px 40px;
}

.contact-form-info {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
	padding: 40px 30px;
}

.contact-form-info::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #ee2f1ab3;
}

.contact-form-info h2 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.contact-info-list .item {
	width: 100%;
	overflow: hidden;
}

.contact-info-list .item .icon {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: #ee2f1a;
	margin-right: 10px;
	float: left;
}

.contact-info-list .item .content {
	overflow: hidden;
}

.contact-info-list .item .content h4 {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	color: #fff;
}

.contact-info-list p {
	margin: 0;
	color: #fff;
	font-size: 14px;
}


/*
 * #-Accordion
*/
.accordion-item {
	border: 2px solid #eee;
	border-bottom: none;
}

.accordion-item:last-child {
	border-bottom: 2px solid #eee;
}

.accordion-item .accordion-header {
	line-height: 1;
	margin: 0;
	padding: 0;
}

.accordion-item .accordion-header a {
	background-color: #ee2f1a;
	font-size: 16px;
	width: 100%;
	display: inline-block;
	color: #fff;
	border: 1px solid #ee2f1a;
	padding: 20px 20px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
}

.accordion-item .accordion-header a::after {
	content: "-";
	clear: both;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 10px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #ee2f1a;
	font-size: 20px;
	height: 30px;
}

.accordion-item .accordion-header a.collapsed::after {
	content: "+";
}

.accordion-item .accordion-body {
	border: none;
	padding: 15px 20px;
	border: 2px solid #eee;
	background-color: #fff;
	margin-bottom: 30px;
}

.accordion-item .accordion-collapse {
	border: none;
}

.accordion-item .accordion-body p {
	line-height: 30px;
	color: #666;
	margin-bottom: 10px;
}

h2.accordion-header {
	padding: 0 !important;
	margin: 0 !important;
}

/*===== All Preloader Style =====*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
}

#preloader .preloader {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 0px;
	text-align: left;
	box-sizing: border-box;
	position: absolute;
	margin-left: -25px;
	margin-top: -25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#preloader .preloader span {
	position: absolute;
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background-color: #e52e06;
	-webkit-animation: preloader 1.3s linear infinite;
	animation: preloader 1.3s linear infinite;
}

#preloader .preloader span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
	background-color: green;
}

@keyframes preloader {
	0% {
		transform: scale(0, 0);
		opacity: 0.5;
	}

	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes preloader {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}

/*End Preloader Style*/
/*
 * Sticky
*/
.header-bottom.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-animation: sticky 1s;
	-moz-animation: sticky 1s;
	-o-animation: sticky 1s;
	animation: sticky 1s;
	-webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	-moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
	background: #ff2d16;
}

@-webkit-keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

/*
 * #-Mobile Menu
*/
.off_canvars_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	cursor: crosshair;
	background: #232323;
	top: 0;
}

.off_canvars_overlay.active {
	opacity: 0.5;
	visibility: visible;
}

.offcanvas_menu {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.offcanvas_menu {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.offcanvas_menu {
		display: block;
	}
}

.offcanvas_menu_wrapper {
	width: 290px;
	position: fixed;
	background: #ff2d16;
	z-index: 9999;
	top: 0;
	height: 100vh;
	transition: .5s;
	left: 0;
	margin-left: -300px;
	padding: 20px 0px 30px;
	overflow-y: auto;
}

.offcanvas_menu_wrapper.active {
	margin-left: 0;
}

.offcanvas_menu_wrapper .slinky-theme-default {
	background: inherit;
	min-height: 300px;
	overflow-y: auto;
}

.offcanvas_menu_wrapper .header_search_box {
	display: block;
}

.offcanvas_main_menu>li.menu-item-has-children.menu-open>span.menu-expand {
	transform: rotate(180deg);
}

.offcanvas_main_menu>li ul li.menu-item-has-children.menu-open span.menu-expand {
	transform: rotate(180deg);
}

.offcanvas_main_menu li {
	position: relative;
}

.offcanvas_main_menu li:last-child {
	margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
	position: absolute;
	right: 10px;
}

.offcanvas_main_menu li a {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	display: block;
	padding: 0px 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ededed;
	color: #fff;
}

.offcanvas_main_menu li a:hover {
	color: #fff;
}

.offcanvas_main_menu li ul.sub-menu {
	padding-left: 20px;
}

.offcanvas_footer {
	margin-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.offcanvas_footer span a {
	font-size: 14px;
}

.offcanvas_footer span a:hover {
	color: #ee2f1a;
}

.slinky-theme-default a:not(.back) {
	padding: 10px 0;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
}

.slinky-theme-default a:not(.back):hover {
	background: inherit;
	color: #ee2f1a;
}

.canvas_close {
	position: absolute;
	top: 10px;
	right: 13px;
}

.canvas_close a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	width: 32px;
	height: 32px;
	display: block;
	text-align: center;
	line-height: 32px;
	border: 1px solid #ededed;
	border-radius: 50%;
	color: #333;
}

.canvas_close a:hover {
	background: #ee2f1a;
	border-color: #ee2f1a;
	color: #fff;
}

.mobile-logo {
	margin-bottom: 40px;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.canvas_open {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.canvas_open {
		right: 20px;
		top: 27px;
		display: block;
		width: 36px;
	}
}

.canvas_open a:hover {
	color: #fe3737;
	border-color: #fe3737;
}


.menu {
	text-align: end;
}

.d-lg {
	display: block;
}
.d-sm {
	display: none;
}

@media only screen and (max-width: 992px) {
	.d-lg {
		display: none;
	}
	.d-sm {
		display: block;
	}
}

.ptb-100 {
	padding: 100px 0px;
}

.br-8 {
	border-radius: 8px;
}

/* animation Begin */
.postion-1 {
	position: absolute;
	left: 48%;
	z-index: 1;
}

.postion-2 {
	position: absolute;
	left: 20%;
	bottom: 0
}

.postion-3 {
	position: absolute;
	left: 50%;
	bottom: 15%;
	z-index: 1;
}

.postion-4 {
	position: absolute;
	left: 8%;
}

.box-item {
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

.bounce-item {
	animation-name: bounce-2;
	animation-timing-function: ease;
}

@keyframes bounce-2 {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0);
	}
}

/* animation End */


.sec-accordion ul {
	margin-bottom: 15px;
}

.sec-accordion ul li {
	color: #333;
	font-weight: 600;
	padding: 4px 0px;
}

.sec-accordion ul li i {
	color: #ee2f1a;
	padding-right: 5px;
}

.footer {
	background-image: url('../img/footer/bg-footer.webp');
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

/* Overlay using ::before */
.footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	/* gray with 50% opacity */
	z-index: -1;
}

.contact a i {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact a {
	display: flex;
	color: #fff;
}

.contact a:hover {

	color: #ee2f1a;
}

/* timeline Begin */

.timeline-img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border: 4px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.timeline .dot {
	height: 25px;
	width: 25px;
}

.timeline .icon img {
	padding: 10px;
	line-height: 1;
}

.timeline .date {
	width: 150px;
	margin-top: 24px;
	border-top: 3px solid lightgray;
	font-size: 20px;
}

/* odd: align date right */
.event:nth-child(odd) .date {
	margin-right: 15px;
	text-align: left;
}

/* even: align date left */
.event:nth-child(even) .date {
	margin-left: 15px;
	text-align: right;
}

.bg-color1 {
	background: red;
	color: #fff;
}

.txt-color1 {
	color: red;
	border-color: red !important;
}

.bg-color2 {
	background: #00aa4f;
	color: #fff;
}

.txt-color2 {
	color: #00aa4f;
	border-color: #00aa4f !important;
}

.timeline .card-body {
	background: #fefefe;
}

.timeline .detail,
.timeline .icon {
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.timeline .event:nth-child(odd) .detail,
.timeline .event:nth-child(even) .icon {
	transform: translate3d(200px, 0, 0);
}

.timeline .event:nth-child(even) .detail,
.timeline .event:nth-child(odd) .icon {
	transform: translate3d(-200px, 0, 0);
}

.timeline .event.in-view .detail,
.timeline .event.in-view .icon {
	transform: none;
	visibility: visible;
	opacity: 1;
}



@media (max-width: 767.98px) {

	.section-headding h2 span::before {
		content: "";
		clear: both;
		display: block;
		position: absolute;
		width: 50px;
		height: 3px;
		background: #ee2f1a;
		top: 44%;
		left: -60px;
	}
	.section-headding h2 span::after {
		content: "";
		clear: both;
		display: block;
		position: absolute;
		width: 50px;
		height: 3px;
		background: #ee2f1a;
		top: 44%;
		right: -60px;
	}

	.mb-50 {
		margin-bottom: 30px;
	}
	.ptb-100{
		padding:50px 0px;
	}

	.box-item{
		display: none;
	}
}




/* timeline End */


#timeline-carousel .owl-dots {
	text-align: center;
	margin-top: 20px;
  }
  
  #timeline-carousel img{
	width:70px;
	height:70px;
  }
  
  #timeline-carousel .owl-dot.active span {
	background: #ee2f1a !important;
  }

  #timeline-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	pointer-events: none; /* Allows arrows to overlay without blocking content */
  }
  
  #timeline-carousel .owl-prev,
  #timeline-carousel .owl-next {
	background: #ee2f1a;
	color: #fff;
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all; /* Makes arrows clickable */
	transition: background 0.3s;
  }
  
  #timeline-carousel .owl-prev:hover,
  #timeline-carousel .owl-next:hover {
	background: #ee2f1a;
  }
  #timeline-carousel .owl-prev {
	margin-left: -20px; /* slight overlap if needed */
  }
  
  #timeline-carousel .owl-next {
	margin-right: -20px; /* slight overlap if needed */
  }
  /* category Section Begin */
  /* Category Section Padding */
.category-section {
	background-color: #fff;
  }
  
  /* Card Styling */
  .category-section .card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-radius: 10px;
	overflow: hidden;
  }
  
  /* Hover Effect on Card */
  .category-section .card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }
  
  /* Card Image Styling */
  .category-section .card-img-top {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 220px;
	object-fit: cover;
	transition: transform 0.3s ease;
  }
  
  /* Image Zoom on Hover */
  .category-section .card:hover .card-img-top {
	transform: scale(1.05);
  }
  
  /* Title Bar Styling */
  .category-section .card-body {
	background-color: #00aa4f; /* Bootstrap's green (can change to your brand color) */
	color: #fff;
	padding: 15px;
  }
  
  .category-section .card-title {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 0;
  }
  
  /* category Section End */

  /*
 * #-My Account
*/
.my-account-menu ul {
	width: 100%;
	border: none;
}
.my-account-menu ul li {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.my-account-menu ul li a {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	border-radius: 0px !important;
	border: 1px dotted #ccc !important;
	padding: 16px 20px;
	color: #333 !important;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 15px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.my-account-menu ul li a:hover{
	color: #ee2f1a !important;
}
.my-account-menu ul li a.active {
	background: #ee2f1a !important;
	color: #fff !important;
	border-color: #ee2f1a !important;
}
.my-account-menu ul li a i {
	text-align: right;
	float: right;
	padding-top: 3px;
}
.my-account-main-content-item {
	border: 1px dotted #ee2f1a;
	padding: 30px;
}
.my-account-main-content-item h2 {
	font-size: 22px;
	text-transform: capitalize;
	line-height: 1.2;
	margin-bottom: 20px;
}
.my-account-main-content-item p {
	line-height: 30px;
	margin-bottom: 10px;
}


.f-product ul li i {
    color: #ee2f1a;
    padding-right: 5px;
}

  /* WhatsApp Fixed Button */
  #whatsappNowBtn {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1000;
    background-color: #64b161;
    padding: 20px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
  
  #whatsappNowBtn img {
    width: 40px;
    height: 40px;
  }
  

  .blink-bx{
    display:none;
  }
  
  /* Blinking Button Wrapper */
  
  .btn-sm-1{
    background: #ee2f1a;
    color: #fff;
    padding:10px;
    border-radius: 8px;
  }
  .btn-sm-2{
    background: #64b161;
    color: #fff;
    padding:10px;
    border-radius: 8px;
  }
  .blink-bx {
    position: fixed;
    bottom: 0; /* Button always at bottom */
    width: 100%;
    background-color: #fff;
    border-top: 3px solid #ccc;
    padding: 10px;
    text-align: center; /* Center the button */
    z-index: 1000; /* Ensure it stays on top */
  }
  
  /* Blinking Button Styling */
  .blink-button {
    color: #fff !important;
    color: #000;
    border: none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    animation: blink 1s infinite;
  }
  
  /* Blinking Animation */
  @keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
  }

  
  