@media only screen and (max-width: 1000px) {
 .nav-link-top{
 	display: none!important;
 }
 .logo2{
	height: 50px;
	width: 50px;
	display:block!important;
}
.nav{
	display: none;
}
.item1{
	min-height: 700px;
	height: auto;
	width: 100%;
	background-size: cover;
}
.item2{
	height: 200px!important;
}
.slider-contant{
	min-height: 700px;
	width: 100%;
	height: auto;
	background-color: #000000bd;
}
}