.mobile-logo img,.header-logo img,.footer-logo2 img,
.logo-style1 img,.footer-logo img{
	max-width: 100px; 
}



.header-layout3{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	
}
.header-layout3 .sticky-wrapper .sticky-active{
	background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 80% , transparent 100%);
	backdrop-filter: blur(2px);
}

.header-logo img{
	transition: .5s;
}
.stickytop .header-logo img{

	max-width:70px ;
	padding: 10px;
}
.stickytop .header-layout3 .main-menu>ul>li>a{
		padding: 20px 0;
}
.header-layout3 .main-menu>ul>li>a{
	color: #fff;
}
.header-layout3 .main-menu>ul>li>a:hover,
.header-layout3 .will-sticky .sticky-active.active  
.main-menu>ul>li>a:hover{
	color: var(--theme-color);
}
.header-layout3 .will-sticky .sticky-active.active  
.main-menu>ul>li>a{
	color: #000;
}
.header-layout3 .sticky-wrapper.will-sticky .sticky-active.active{
	background: #fff;
}
.header-logo a{
	    display: inline-block;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}
.header-logo a img{
    padding: 10px;
}

.bannermain{
	position: relative;
	background: #000;
	padding-top: 0;
}
.bannerContent{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 100%;
	z-index: 1;
}
.bannerContentHolder{
	max-width: 800px;
	position: relative;
	padding-left: 50px;
	margin: 0 auto;
	text-align: center;
}
.bannerContentHolder:before{
	pointer-events: none;
	position: absolute;
	content: "";
	background: url(../img/hero/hero_shape_2.png) no-repeat 0 0;
	width: 300px; height: 300px;
	background-size: contain;
	content: "";
	left: 50px;
	top: -100px;
}
.bannerContentHolder:after{
	pointer-events: none;
	position: absolute;
	content: "";
	background: url(../img/hero/hero_shape_3.png) no-repeat 0 0;
	width: 300px; height: 300px;
	background-size: contain;
	content: "";
	left: -30px;
	top: 0px;
}
.bannerContent h1{
	color: #fff;
	margin: 0 0 20px;
	font-size: 60px;
	position: relative;
	z-index: 1;
}
.bannerContentHolder p{
	margin: 0 0 30px;
	color: #fff;
}
.bannerContent h1 span{
	color: var(--theme-color) ;
	display: inline-block;
}
.btnholder{
	display: flex;
	gap: 20px;
}
.btnholder .ls-layer-link{
	display: inline-block;
	padding: 8px 25px;
	border-radius: 25px;
	font-size: 16px;
	line-break: 20px;
	background: #017907;
	color: #fff;
	text-transform: capitalize;
}
.btnholder .ls-layer-link:nth-child(2n){
	background: #eb0029;
	color: #fff;
}
 
.header-shape1{
	background: #017505;
}
.copyright-text{
	text-align: center;
}

.bannersearch{
	display: flex;
	gap: 20px; 
	margin: 0 auto;
}
.bannersearch input{
	width: 100%;
    border-radius: 10px;
    border: none;
    background: #fff;
    padding: 10px;
}
.bannersearch input[type="search"]{
	background: #fff  url(../img/address.png) no-repeat 5px center;
	background-size: 15px;
	padding-left: 30px;
}
.bannersearch input[type="submit"]{
	display: inline-block;
	min-width: 120px;
	text-align: center;
	padding: 8px 25px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 20px;
	background: var(--theme-color) ;
	color: #fff;
	text-transform: capitalize;
	border: none;
	width: auto;
	text-transform: uppercase;
}
.bannersearch input[type="submit"]:hover{
	background: #000;
}

.as-product.as-restro .product-img{
	
	height: 200px; 
	margin: 0 auto;
}
.as-product.as-restro .product-content{
	padding: 30px 30px;
	text-align: left;
}
.as-product.as-restro .product-content .time ,
.as-product.as-restro .product-content address{
	font-size: 15px;
	font-weight: 500;
}
.as-product.as-restro .product-content address{
	margin-top: 10px;
}
.as-product.as-restro .product-content .time i,
.as-product.as-restro .product-content address i{
	color:  var(--theme-color);
	display: inline-block;
	margin-right: 5px;
}
.as-product.as-restro .actions{
	text-align: left;
}
.as-restro .product-img img{
	width: 100%;
	height: 100%; 
	object-fit: cover;
}

.advertisement img{
	width: 100%;
}
.category-list{
	display: block;
}


@media (max-width:1023px){
	.bannermain >img{
		height: 450px;
		object-fit: cover;
	}
	.bannerContent h1{
		font-size: 48px;
		line-height: 55px;
	}
}
@media (max-width:767px){
	.bannerContentHolder{
		padding: 0;
	}
	.bannerContent h1 {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 20px;
    }
    .bannerContent{
    	top: 60%;
    }
    .bannerContentHolder p{
    	display: none;
    }
    .bannersearch{
    	flex-wrap: wrap;
    	gap: 10px;
    }
    .bannersearch input{
    	width: 48%;
    }
    .bannersearch input[type="submit"]{
    	width: 100%;
    }
    .bannerContentHolder:after{
    	left: 0;
    	pointer-events: none;
    }
    .bannerContentHolder:before{
    	width: 150px;
    	height: 150px;
    	top: -50px;
    	pointer-events: none;
    }
}