@media (max-width: 991px) {
	/* Overlay behind menu */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  display: none;
}

/* Show overlay */
.menu-overlay.active {
  display: block;
}
    .topbar-one {
        display: none;
    }
    .bg-icon, .bg-icon2{
        display: none;
    }
	    .event-two__image {
        margin-bottom: 40px;
    }
	    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 80%;
        z-index: 1200;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
        background: #fff;
        padding: 25px;
        box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    }
	.mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }
header .navbar .menu-item {
    padding: 0;
   border-bottom: 1px solid #eee;
        width: 100%;
        text-align: center;
}
	header .navbar .menu-item:last-child{
		border:0;
	}
	
	header .navbar-nav{
		gap:0;
	}
	header .navbar .menu-item a{
		display:block;padding: 10px 0;
	}
	header .menu-item-has-children a:after{
		    position: absolute;
    right: 0;
    width: 35px;
    height: 35px;
    background-color: #000;
    align-content: center;
    color: #fff;
		        top: 50%;
        transform: translateY(-50%);
	}
	header .navbar .menu-item .sub-menu{
		    position: unset;
    width: 100%;
    box-shadow: none;
		        display: none;
	}
	header .navbar .menu-item:hover .sub-menu{
		display:block;
	}
	header .navbar .menu-item .sub-menu li.menu-item a:after{
		display:none;
	}
}
@media (max-width: 767px) {
    .page-header {
        padding: 45px 0;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: inherit;
    }
	
}@media (max-width: 600px) {
    .page-header {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
    }
        .site-footer__bottom p {
        text-align: center;
    }
    .banner-carousel .slide-item, .slide-img{
        height: 250px;
    }
    .slide-img img{
        height: 100%;
        object-fit: cover;
    }.about-two__image>img {
        width: 100%;
    }
	.about-two__image{
		left:0
	}
	.about-section, .event-section{
		overflow-x:hidden;
		padding-top: 50px;
    padding-bottom: 50px;
	}
	.banner-carousel .owl-nav button.owl-prev {
    left: 10px;
}
	.banner-carousel .owl-nav button.owl-next {
    right: 10px;
}
	header .search-trigger-btn{
		padding-right: 15px;
	}
	.search-form{
		width:395px;
		padding:0;
	}
	.search-form input[type="submit"]{
		right:0;
	}
	.comment-one__image{
		margin-bottom:25px
	}
	.events .collection-grid__image {
    height: auto;
}
	.page-header h1{
		font-size:40px;
	}
	.collection-grid__single{
    margin-bottom: 25px;
}
	.block-title-two {
    margin-bottom: 50px;
    padding-top: 50px;
}
	.block-title-two h3, .cta-one h3{
    font-size: 40px;
}
.event-two__single:nth-child(even) .row .event-two__content{
    padding-left: 0;
}
	.collection-grid__content h3{
		    margin: 0;
	}
	.faq-one .accordion-button {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    margin: 0;
}
	.collection-grid__image {
    height: auto;
}
	.footer-widget__title {
    font-size: 20px;
    margin-bottom: 20px;
}
	.block-title h1{
		margin-top:18px;
	}
	.about-two__image::before {
		top: -52px;
	}
	.collection-carousel.owl-theme .owl-nav, .artist-carousel.owl-theme .owl-nav{
		margin-top:52px;
	}
	.single-artwork-artist-details h2{
		text-align:center;
	}
 .single-artwork-artist-details .artist-info {
	 display: block;
	 text-align: center;
}
	.single-artwork-artist-details .artist-info-text {
		    padding-left: 0px;
	}
	.faq-one {
    padding-top:0px;
}
	.block-title h3{
		font-size: 30px;
	}
	.about-four__content p{
		text-align:center;
	}
	p.about-two__highlight{
		font-size: 21px;
	}
	.block-title h3 {
		    font-size: 38px;
	}
	element.style {
    text-align: justify;
}
}