
img {
	max-width: 100%;
}
.hero-wrapper {
	position: relative;
}
.hero-wrapper video {
	width: 100%;
	margin: 0;
	padding: 0;

}
.sliderTxt {
	position: absolute;
	top: 0;
	left: 15px;
	right: -15px;
	bottom: 0;
	width: calc(100% - 30px);
	height: 100%;
	z-index: 5;
	font-size: 40px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background: rgba(0,0,0,0.2);
	color: white;
	gap: 20px;
}
.furniture-wrap .furniture-service {
	background: rgba(0,0,0,0.3);
	display: flex;
	padding: 20px;
	gap: 10px
}
.furniture-wrap .furniture-service li{
	list-style: none;
	color: white;
}
.furniture-wrap .furniture-service li a{
	color: white;
}
.counterbox{

	text-align: center;
	margin: 80px 0;

}
.counterbox .counter-icon{
	font-size: 60px;
	text-align: center;

}
.counterbox .counter-number{
	font-size: 80px;
	display: block;

}
.news-wrap {
	max-width: 1170px;
	margin: 0 auto;
}
.footer-wrap {
	max-width: 1170px;
	margin: 0 auto;
}
.footer-wrap .instragram {
display: flex;
	gap: 5px;
	margin: 0;
	padding: 0;
}
.footer-wrap .instragram li{
	list-style: none;
	margin: 0;
	padding: 0;

}
.footer-wrap .instragram li img{
	width: 100%;
}
.news-wrap {
	padding: 20px;
	background: rgba(0,0,0,0.1);
	margin-top: 20px;
	margin-bottom: 20px;
}
.testimonials-wrap h1{
	text-align: center;
}
.testimonials-wrap  .testimonialsList {
	list-style: none;
	width: 70%;
	margin: 50px auto;
}
.testimonials-wrap  .testimonialsList .owl-controls {
	position: absolute;
	width: 100%;
	height: 100%;

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

}
.testimonials-wrap  .testimonialsList .owl-controls .owl-nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.contact-form .input-group{
	width: 100%;
	margin-bottom: 20px;
}
ul, ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}