@media screen and (max-width: 989px) {
	header {
		position: fixed;
	}
	.top-contact {
		display: none;
	}
	.main-nav {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
	}
	.main-nav nav {
		position: absolute;
		top: 80px;
		left: 0;
		right: 0;
		height: 500px;
		overflow: auto;
		text-align: right;
		transform: translate(0 , 0);
		z-index: 2;
		background: #fff;
		border-top: 1px solid #ddd;
		box-shadow: 0 10px 10px rgba(0,0,0,0.1);
		display: none;
	}
	.main-nav > nav > ul {
		overflow: auto;
	}
	.main-nav nav ul li {
		display: block;
		line-height: 50px;
		border-bottom: 1px dashed #ddd;
		position: relative;
	}
	.main-nav nav ul li a {
		color: #555;
		font-size: 15px;
	}
	nav > ul > li > i {
		display: block !important;
		position: absolute;
		left: 20px;
		top: 10px;
		width: 30px;
		height: 30px;
		border: 1px solid #ddd;
		background: #f1f1f1;
		line-height: 28px !important;
		text-align: center;
	}
	nav > ul > li > ul {
		display: none;
		position: relative;
		right: inherit;
		top: inherit;
		width: 100%;
		background: #f1f1f1;
		text-align: right;
		border-radius: 0;
		padding: 15px 0;
		visibility: visible;
		opacity: 1;
		transition: all 0.3s;
		box-shadow: none;
		z-index: 3;
		margin: 0 10px;
	}
	nav > ul > li > ul > li > i {
		display: block !important;
		position: absolute;
		left: 20px;
		top: 10px;
		width: 30px;
		height: 30px;
		border: 1px solid #ddd;
		background: #f1f1f1;
		line-height: 28px !important;
		text-align: center;
	}
	nav > ul > li > ul > li > ul {
		display: none;
		position: relative;
		right: inherit;
		top: inherit;
		width: 100%;
		background: #eee;
		font-size: 14px;
		line-height: 40px;
		text-align: right;
		border-radius: 0;
		padding: 15px 0;
		visibility: visible;
		opacity: 1;
		transition: all 0.3s;
		box-shadow: none;
		z-index: 3;
		margin: 0 10px;
	}
	.lang {

	}
	.navicon {
		display: block;
		float: left;
		height: 80px;
		width: 40px;
		margin-right: 20px;
		text-align: center;
		line-height: 80px;
		font-size: 28px;
		color: #fff;
	}
	.main-nav-fixed .navicon {
		color: #00bab9;
	}
	.inner-pages .navicon {
		color: #00bab9;
	}
	.welcome {
		height: 80%;
	}
	.welcome > .fill .content {
		color: #fff;
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		transform: translate(0,-50%);
	}
	.home-features {
		margin-top: 0;
	}
	.home-features .container {
		padding: 0;
	}
	.feature {
		margin-top: 0;
	}
	.home-features-cont {
		overflow-x: auto;
		overflow-y: hidden;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}
	.home-features-cont::-webkit-scrollbar {
		display: none;
	}
	.home-features-inner {
		width: 900px;
		padding: 30px 25px;
	}
	.home-about {
		padding: 40px 0;
	}
	.home-about h2 {
		font-size: 24px;
		line-height: 40px;
	}
	.home-about-content {
		padding: 0;
		font-size: 14px;
		line-height: 24px;
	}
	.home-about-img-lg {
		display: none;
	}
	.home-about-img-sm {
		display: none;
	}
	.home-products {
		padding: 0;
	}
	.home-products .container {
		padding: 0;
	}
	.home-products h2 {
		text-align: right;
		font-weight: 700;
		font-size: 24px;
		padding-right: 25px;
	}
	.home-products-cont {
		overflow-x: auto;
		overflow-y: hidden;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}
	.home-products-cont::-webkit-scrollbar {
		display: none;
	}
	.home-products-inner {
		width: 900px;
		padding: 0 25px 60px 25px;
	}
	.home-product:hover img {
		border-radius: 50% 50% 50% 0;
	}
	.home-product:hover h3 {
		left: 0;
		transform: translate( 0 , 0);
	}
	.product-item {
		margin-top: 30px;
	}
	.product-item:hover > .body {
		margin-top: 0;
	}
	.product-item:hover > .more {
		margin-top: -50px;
	}
	.product-item > .body {
		font-size: 12px;
		padding: 20px 10px;
	}
	.home-faq {
		padding: 60px 0 0 0;
	}
	.home-faq h2 {
		font-weight: 700;
		font-size: 24px;
	}
	.home-faq-img-lg {
		display: none;
	}
	.home-faq-img-sm {
		display: none;
	}
	.product-content {
		padding: 50px 0;
	}
	.whatsapp-fixed {
		position: fixed;
		right: 20px;
		bottom: 15px;
	}
	.whatsapp-fixed i {
		font-size: 32px;
		width: 60px;
		height: 60px;
		text-align: center;
		line-height: 60px;
		color: #fff;
		background: #48a91f;
		border-radius: 50% 50% 50% 0;
		box-shadow: -5px 5px 10px rgba(0,0,0,0.2);
	}
	#team h2 {
		font-size: 24px;
		text-align: right;
		padding-right: 25px;
	}
	#team .container {
		padding: 0;
	}
	.team-cont {
		overflow-x: auto;
		overflow-y: hidden;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}
	.team-cont::-webkit-scrollbar {
		display: none;
	}
	.team-inner {
		width: 900px;
		padding: 0 25px;
	}
	.green-fill-dots {
		display: none;
	}
	#testimonials h2 {
		font-size: 24px;
	}
	.testimonial {
		line-height: 24px;
		font-size: 12px;
	}

	.home-blog h2 {
		font-size: 24px;
		text-align: right;
		padding-right: 25px;
	}
	.home-blog .container {
		padding: 0;
	}
	.home-blog-cont {
		overflow-x: auto;
		overflow-y: hidden;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}
	.home-blog-cont::-webkit-scrollbar {
		display: none;
	}
	.home-blog-inner {
		width: 900px;
		padding: 0 25px;
	}
	.home-blog {
		padding: 0 0 50px;
	}
	.blog-item {
		margin-top: 25px;
	}
	.footer-col {
		margin: 20px 0;
	}
	.footer-socials i {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}
	.page-heading h1 {
		font-size: 28px;
	}


/* acustic panel */
#panel-hero {
	position: relative;
	padding: 70px 0;
	height: auto;
	text-align: center;
	color: #fff;
}
#panel-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: inherit;
	height: inherit;
	border-radius: 25px;
	z-index: -1;
}
#panel-hero::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 25px;
}
.panel-hero-content {
	position: sticky;
	z-index: 2;
}
#panel-hero h1 {
	font-size: 42px;
	font-weight: 700;
}
#panel-hero h2 {
	font-weight: 700;
	font-size: 20px;
	margin-top: 40px;
}
#panel-hero p {
	font-size: 16px;
	margin: 10px 0 30px;
	line-height: 30px;
}

#panel-about {
	position: relative;
	margin: 75px 0;
	padding: 0;
	font-size: 16px;
	line-height: 32px;
	background: #FFF;
	border-radius: 25px;
}
#panel-about::after {
	content: none;
}
#panel-about h2 {
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 20px;
}
#panel-about .btn-bs {
	display: block;
	margin: 20px auto;
}


#panel-products {
	margin: 100px 0 80px 0;
}
#panel-products h2 {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}

.panel-product {
	position: relative;
	margin: 80px 0 30px;
	border-radius: 15px;
	padding: 15px;
	box-shadow: 0 5px 45px rgba(0, 0, 0, 0.2);
}
.panel-product-img {
	margin-top: -50px;
	border-radius: 15px;
	overflow: hidden;
}
.panel-product-title {
	padding: 30px 10px 10px;
	text-align: center;
}
.panel-product-title h3 {
	font-weight: 700;
	font-size: 18px;
}
.panel-product-action {
	overflow: hidden;
	padding: 10px 10px 0;
	border-top: 1px solid #eee;
	line-height: 40px;
}
.panel-product-action .price {
	float: right;
}
.panel-product-action .amount {
	font-size: 18px;
	font-weight: 700;
}
.panel-product-action a {
	float: left;
	color: #00bab9;
}
.owl-product .owl-nav .owl-next {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	background-image: linear-gradient(to right, rgba(0,0,0,0.4), rgba(0,0,0,0)) !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	outline: 0 !important;
	border-radius: 0 !important;
	width: 70px;
	color: #fff !important;
	font-size: 36px !important;
}
.owl-product .owl-nav .owl-next:hover {
	background: transparent !important;
	background-image: linear-gradient(to right, rgba(0,0,0,0.4), rgba(0,0,0,0)) !important;
}
.owl-product .owl-nav .owl-prev {
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	background-image: linear-gradient(to left, rgba(0,0,0,0.4), rgba(0,0,0,0)) !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	outline: 0 !important;
	border-radius: 0 !important;
	width: 70px;
	color: #fff !important;
	font-size: 36px !important;
}
.owl-product .owl-nav .owl-prev:hover {
	background: transparent !important;
	background-image: linear-gradient(to left, rgba(0,0,0,0.4), rgba(0,0,0,0)) !important;
}
}