@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: 'lato', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.8;
    margin:0;
	padding:0;
	outline:0;
}
/*common css start */
ul{
	margin:0;
	padding:0;
}
li{
	margin:0;
	padding:0;
	list-style: none;
	display: inline-block;
}
a,a:hover,a:focus{
	text-decoration: none !important;
	color:#222;
}
p{
	margin:0;
	padding:0;
}
.section-padding {
	padding:40px 0;
}
img{
	width: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Playfair Display', serif;
}
/*==== common css End ====*/

 /*==== Topbar css start ====*/
.topbar {
	background: #f2f2f2;
}
.header-top-left .order-phone {
	background: #048704;
}
.header-top-left .order-whatsapp {
	background: #FF0000;
}
.header-top-left ul li {
	transform: skew(15deg);
	margin-right: 5px;
}
.header-top-left ul li a {
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
	transform: skew(-15deg);
}
.header-top-left ul li a i {
	font-size: 20px;
}
.header-top-right {
	text-align: right;
}
.header-top-right ul li a {
	color: #ff0000;
	font-size: 17px;
	line-height: 36px;
}
.header-top-right ul li a i {
	margin-right: 8px;
	background: #ff0000;
	font-size: 18px;
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}
/*Topbar Css End*/

/*==== Mobile Menu Css Start ====*/
.logo-area {
	width: 160px;
}
.logo-area a img {
	width: 100%;
	margin-top: 8px;
}
.mobile-menu {
	display: none ;
}  			

.menu-area {
	text-align: right;
}
.menu-area ul li a {
	text-align: right;
	margin-right: 10px;
	font-size: 17px;
	font-weight: 500;
	line-height: 95px;
	padding: 10px 10px;
	transition: all .5s ease;
	text-transform: capitalize;
}
.menu-area ul li a:hover{
	color:red;
}
.menu-area .active {
	background: #048704;
	padding: 7px 10px;
	transition: all .5s ease;
	color: #fff;
}
.menu-area .active:hover{
	color:red;
}
.menu{
	cursor: pointer;
}
.menu-area ul li{
	position: relative;
	display: inline-block;
}
.menu{
	cursor: pointer;
}
.custom-dropdown{
	position: relative;
	transition: all .5s ease;
}
.submenu {
	position: absolute;
	background: #fff;
	opacity: 1;
	display: hidden;
	width: 300px;
	overflow: hidden;
	visibility: hidden;
	transition: all .5s ease;
	top: 110%;
	z-index: 9;
}
.custom-dropdown:hover .submenu {
    visibility: visible;
    transition: all .5s ease;
    top:100%;
}
.submenu li {
    display: block !important;
}
.submenu li a {
	margin: 0 !important;
	color: #000 !important;
	display: block !important;
	line-height: 40px !important;
	padding: 5px 10px !important;
	text-align: left !important;
	text-transform: capitalize;
}
/*==== header area end ====*/

.main-slider.owl-carousel {
	display: block;
	overflow: hidden;
}
.slider-item{
	width: 100%;
	height: 450px;
}
.slider-item img{
	height:100%;
}

.main-slider {
	position:relative;
}
.main-slider .owl-next {
	position: absolute;
	right: 50px;
	top: 50%;
	color: #fff;
	transform: translateY(-50%);
	height: 40px;
	width: 40px;
	background: #048704 !important;
	border-radius: 5px;
	box-sizing: border-box;
}
.main-slider .owl-prev {
	position: absolute;
	left: 50px;
	top: 50%;
	color: #fff;
	transform: translateY(-50%);
	background: red;
	height: 40px;
	width: 40px !important;
	border-radius: 5px;
	background: #048704 !important;
}
.main-slider .owl-next:hover,
.main-slider .owl-prev:hover{
	background: #FF0000 !important;
}
.main-slider .owl-next span, .main-slider .owl-prev span {
	color: #f7f7f7;
	font-size: 30px;
	line-height: 32px;
}
.main-slider .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
	content: "";
}
.main-slider .owl-dots .owl-dot {
	height: 15px;
	width: 15px !important;
	background: transparent !important;
	margin: 0px 5px;
	border: 3px solid #FF0000;
}
.main-slider .owl-dots .owl-dot.active {
	background: #048704 !important;
}
/*==== Slider css End ====*/
.services-area.section-padding {
	padding: 20px 0;
}
.services-item {
	text-align: center;
	margin-top: 10px;
	padding: 15px 15px;
}
.services-item a i {
	font-size: 40px;
	margin-bottom: 35px;
	margin-top: 15px;
	color: #FF0000;
}
.services-item h5 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #048704;
	margin-bottom: 15px;
}
.services-item p {
	color: #4a4646;
}

/*==== Services Css End ====*/

/*==== Product Css Start ====*/
.product-area.section-padding {
	background: #F1F3F6;
	padding: 50px 0px;
}
.product-inner h2 {
	text-align: left;
	text-transform: capitalize;
	letter-spacing: 2px;
	font-size: 34px;
	font-weight: bold;
}
.product-widget {
	background: #fff;
	width: 100%;
	overflow: hidden;
	padding: 15px 5px;
	margin: 15px 0;
}

.product-img {
	height: 180px;
	float: left;
	width: 40%;
	padding: 10px;
	overflow-y: hidden;
}
.product-img img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	transition: all 0.35s;
}
.product-widget:hover .product-img img {
	transform: scale(1.1);
}
.product-text {
	width: 60%;
	float: left;
	padding-right: 5px;
	padding-top: 10px;
}
.product-text .product-name {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	color: #222;
	display: inline-block;
	font-family: 'Playfair Display', serif;
	line-height: 22px;
}
.product-text .product-name::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
	background: #222;
	content: "";
	z-index: -1;
	color: #fff;
	transition: 0.35s all;
}
.product-widget:hover .product-text .product-name {
	color: #fff !important;
}
.product-widget:hover .product-text .product-name::after {
	width: 100%;
}
.product-info {
	margin-top: 5px;
}

.product-info a {
	color: #048704;
	transition: 0.35s all;
	border-bottom: 2px solid #048704;
	padding: 2px 0;
}

.gallery-area.section-padding {
	margin-top: 0px;
	padding: 60px 10px;
}
.gallery-img {
	box-sizing: border-box;
	border: 5px solid #FF0000;
	border-radius: 10px;
}
/*Footer Css Start*/
.footer-area{
	background: #444;
}
.footer-address{
	color: #fff;
}
.footer-logo {
	height: 100px;
	width: 150px;
}
.footer-icon-address {
	width: 100%;
}

.footer-icon {
	width: 20%;
}
.footer-icon i {
	float: left !important;
	width: 50px;
	background: #048704;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 22px;
}
.footer-jerseybari-address{
	float: left !important;
	width: 76% !important;
}
.footer-jerseybari-address p{
	width: 100%;
}
.footer-address p {
	margin-top: 20px;
	margin-bottom: 15px;
}
.footer-address p i {
	margin-right: 12px;
	font-size: 22px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	background: #048704;
	text-align: center;
	border-radius: 50%;
}
.footer-address a i {
	margin-right: 12px;
	font-size: 22px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	background: #048704;
	text-align: center;
	border-radius: 50%;
}
.footer-address a {
	color: #fff;
}
.footer-item h2 {
	color: #fff;
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: bold;
}
.footer-item h2::after {
	content: "";
	top: 45px;
	left: 16px;
	height: 2px;
	width: 25%;
	right: 0;
	position: absolute;
	background: #fff;
}
.footer-item ul li {
	display: block;
	margin-top: 20px;
}
.footer-item ul li a {
	color: #fff;
	transition: all .5s ease;
}
.footer-item ul li a:hover{
	margin-left: 5px;
}
.footer-item ul li a i {
	color: #02ff02;
	font-size: 22px;
	margin-right: 5px;
}
/*====  copyright css start  ====*/
.copyright-area {
	background: #2b2727;
	color: #fff;
	text-align: left;
	position: relative;
	padding: 25px 0;
}
.copyright p {
	font-size: 18px;
	font-weight: 600;
}
.copyright-area p a {
	color: #048704;
	font-size: 19px;
	letter-spacing: 1px;
	font-weight: 600;
}
.social-icon {
	text-align: right;
}
.social-icon ul li a i {
	color: #fff;
	margin-right: 2px;
	font-size: 22px;
	height: 40px;
	width: 40px;
	background: #048704;
	line-height: 40px;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
}
.scrolltop {
	position: absolute;
	left: 50% !important;
	bottom: 70px;
	width: 40px !important;
	background: #222 !important;
	height: 40px !important;
	line-height: 35px !important;
	border-radius: 50% !important;
	text-align: center !important;
	color: #ffff !important;
	font-size: 24px !important;
	cursor: pointer;
	transition: ;
}
.footer-category li a, .footer-category li a:hover {
	border: 1px solid #048704;
	padding: 5px 10px !important;
	margin: 2px 0 !important;
	display: inline-block;
}
.footer-category li {
	display: inline-block !important;
	margin: 0 0 !important;
}
.footer-category p {
	color: #fff;
	margin-bottom: 10px;
}

/*contact css start*/
.bredcrumb-banner{
	background: url('../images/banner-contact.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	padding: 50px 50px;
}
.bredcrumb-banner::after {
	content: "";
	position: absolute;
	background: rgb(0, 0, 0,0.6);
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
}
.bredcrumb-text {
	color: #fff;
}
.bredcrumb-text h2 {
	font-weight: bold;
	font-size: 30px;
}
.contact-item {
	box-sizing: border-box;
	padding: 10px 10px;
	margin-bottom: 5px;
	box-shadow: -webkit-box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 13px -1px rgba(191, 187, 187, 0.75);
	position:relative;
}
.contact-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
	content: "";
	background: #FF0000;
}
.contact-icon a {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	right: 0;
	color: #fff;
	font-size: 35px;
}
.contact-address {
	margin-left: 100px;
	padding: 10px 10px;
}
.contact-address h2 {
	color: #222;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 1px;
}

.contact-address p {
	color: #262626;
}
.contact-info {
	margin-bottom:25px;
}
.contact-form {
	padding: 5px 5px;
}
.form-group .form-control {
	box-shadow: none !important;	
}
/*About Css Start*/
.About-area.section-padding {
	background: #f4e5e5;
	padding: 60px 0;
}
.about-item h2 {
	font-size: 25px;
	font-weight: bold;
	color: #FF0000;
	text-transform: capitalize;
	letter-spacing: 2px;
	margin-bottom: 25px;
}
.about-text h5 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 25px;
}	
.about-text p {
	margin-top: 10px;
	color: #402626;
}
.about-gallery1 {
	position: relative;
	padding: 20px 0px;
	margin-left: 50px;
}
.about-img {
	position: absolute;
	top: 115px;
	left: -60px;
	width: 290px;
	height: 300px;
}
/*About Css End*/

/*Gallery Css Start*/

.sample-widget {
	position: relative;
	border-radius: 5px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 5px;
	background: #f5f5f5;
}
.equipments-image {
	height: 250px;
	overflow: hidden;
}
.equipments-image img{
	height: 100%;
	width: 100%;
}

.overlay {
	position: absolute;
	background: rgba(149, 9, 162, 0.7);
	height: 100%;
	width: 100%;
	line-height: 40px;
	text-align: center;
	top: 100%;
	left: 0;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 22px;
	color: #fff;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background: blue;
	border-radius: 50%;
	transform: translate(-50%,-50%);
}
.sample-widget:hover .overlay{
	visibility: visible;
	opacity: 1;
	top:0;

}

/*Blog Css Start*/
.blog-img {
	margin-bottom: 25px;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: -webkit-box-shadow: -1px 2px 10px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 2px 10px -4px rgba(0,0,0,0.75);
	box-shadow: -1px 2px 10px -4px rgba(60, 57, 57, 0.75);
	height: 230px;
}
.blog-img img{
	border-radius: 5px;
	height: 100%;
	width: 100%;
}
.blog-text {
	padding:0px 20px;
}
.blog-text h4 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 500;
}
.blog-text span {
	color: #048704;
}
.blog-text p {
	color: #423535;
	margin-bottom: 20px;
	margin-top: 15px;
}

.blog-item:hover .blog-read-more a{
	background:#048704;
	color: #fff;
	margin-left: 5px;	
}
.blog-read-more a {
	padding: 10px 10px;
	transition: all .5s ease;
}
.blog-read-more a:hover {
	background: #ff0000 !important;
}
/*Blog Css End*/
/*Blogdetails Css Start*/
.blogdetails-img {
    padding: 5px 5px; 
	border: 5px solid #dfd1d1;
	box-sizing: border-box;
	border-radius: 5px;
}
.blogdetails-title {
	padding: 30px 15px;
}
.blogdetails-tag {
	float: left;
	width: 60%;
}
.blogdetails-date {
	float: right;
	color: #048704;
}
.blogdetails-ptag {
	width: 100%;
	overflow: hidden;
	margin-top: 38px;
}
.blog-recent h2 {
	font-size: 26px;
	font-weight: bold;
}
.blog-recent .dots {
	height: 2px;
	width: 60px;
	background: #6a6969;
	position: absolute;
}
.blog-recent-title {
	margin-top: 40px;
}
.blog-recent-icon a {
	float: left;
	height: 90px;
	width: 90px;
	text-align: center;
	margin-right: 20px;
	border: 2px solid #ddd;
}
.blog-recent-icon a img{
	height: 100%;
	width: 100%;
}
.blog-recent-text {
	margin-top: 25px;
	color: #534949;
}
.blog-recent-text h2 {
	font-size: 16px;
	font-weight: 700;
}

/*Product Details Css Start*/

.productdetails-text-item h2 {
	font-weight: 700;
	font-size: 25px;
}
.productdetails-text-item span {
	font-size: 16px;
	font-weight: 500;
}
.productdetails-img-item {
	background: #eee !important;
	padding: 50px;
}
.productdetails-text-item p {
	color: #605656;
}
.product-price {
	margin-bottom: 25px;
	margin-top: 25px;
}
.product-size h2 {
	font-size: 14px;
	font-weight: 700;
}
.product-material {
	margin-top: 25px;
	margin-bottom: 25px;
}
.product-material h2 {
	font-size: 14px;
	font-weight: 700;
}
.product-sku {
	margin-top: 25px;
	margin-bottom: 25px;
}
.product-sku h2 {
	font-size: 14px;
	font-weight: 700;
}

.ordernow a {
	background: #048704;
	padding: 5px 31px;
	color: #fff;
	margin-top: 10px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 3px;
	margin-top: 20px;
}

.custom-dropdown i {
	margin-left: 5px;
}

.footer-category img {
	width: 60px;
}






