.menu-toggle{
	display: none;
	background: none;
	border: none;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

/* Responsive */
/* Small Device */
@media only screen and (max-width: 1199px){
	.wrapper{
		padding-left: 15px;
		padding-right: 15px;
		width: auto;
		max-width: 100%;
	}
	.nav ul li a{
		font-size: 18px;
		padding: 13px 35px 12px;
	}
	.welcome-text{
		width: 600px;
	}
	.welcome-text h3{
		font-size: 35px;
	}
	.pro-head{
		font-size: 35px;
		margin-bottom: 40px;
	}
	.copy-right{
		margin: 0 0 20px 0;
	}
	.footer-main{
		padding-bottom: 20px;
	}
	.contact-us{
		width: 185px;
		margin-right: 100px;
	}
	.page-title h1{
		font-size: 25px;
	}
	aside.leftmenu h3{
		font-size: 22px;
	}
	.inner_content{
		float: none;
		margin-left: 0;
	}
}

/* Tablet */
@media only screen and (max-width: 810px){
	.welcome-text{
		width: auto;
		float: none;
	}
	.contact-us{
		width: 40%;
		margin-right: 50px;
	}
	.video-se{
		float: none;
		margin-top: 20px;
	}
	.video-se .video-js{
		width: 100% !important;
		height: 350px !important;
	}
	.logo{
		width: 120px;
	}
	.menu-wraper1{
		height: auto;
	}
	.nav ul li a{
		font-size: 16px;
		padding: 12px 20px 12px;
	}
	.nav ul li > ul{
		display: none !important;
	}
	.contact_form{
		width: 100% !important;
		margin-right: 0 !important;
	}
	.map-outer{
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	#map-canvas{
		height: 400px;
	}
	form.minimal input[type="text"], form.minimal input[type="email"], form.minimal input[type="number"], form.minimal input[type="search"], form.minimal input[type="password"], form.minimal textarea, form.minimal select{
		box-sizing: border-box;
	}
}

/* Mobile */
@media only screen and (max-width: 481px){
	.main1{
		height: auto;
	}
	.top-sep{
		height: auto;
	}
	.top-left{
		float: none;
		width: auto;
		text-align: center;
	}
	.top-right{
		float: none;
		width: auto;
		margin-left: 0;
		margin: 10px 0;
	}
	.top-phone{
		float: none;
		width: auto;
		display: inline-block;
	}
	.top-email{
		float: none;
		width: auto;
		display: inline-block;
	}
	.top-right ul{
		display: flex;
		gap: 10px;
		justify-content: center;
		flex-wrap: wrap;
	}
	.top-right li{
		float: none;
	}
	.top-right li a{
		margin-left: 0;
	}
	.tickercontainer{
		width: auto;
	}
	.tickercontainer .mask{
		width: auto;
	}
	.header1{
		height: 125px;
	}
	.logo{
		width: 100px;
	}
	.logo img{
		max-width: 100% !important;
	}
	.biodata{
		margin-top: 0 !important;
	}
	.search-area{
		width: 250px;
		margin-top: 20px;
	}
	.products-design{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.contact-us{
		width: 100%;
		margin-right: 0;
	}
	.contact-us h2{
		background-position: left bottom;
	}
	.copy{
		float: none;
		width: auto;
		margin-bottom: 10px;
		text-align: center;
	}
	.powerd{
		float: none;
		width: auto;
		text-align: center;
	}
	#wowslider-container1 .ws_images img{
		height: 250px;
		object-fit: cover;
	}
	.nav ul{
		display: none;
		flex-direction: column;
	}
	.nav ul.show{
		display: flex;
	}
	.menu-toggle{
		display: block;
		margin: 10px;
	}
	.page-title h1{
		float: none;
		margin-left: 0;
	}
	.breadcrumb{
		float: none;
	}
	aside.leftmenu{
		float: none;
		width: 100%;
	}
	#gallery .pouter{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	#gallery .pouter .pimagen img{
		width: calc(100% - 12px);
	}
	.pos_abs{
		position: unset;
		width: auto;
		margin-bottom: 20px;
	}
	.pos_abs a{
		display: inline-block;
	}
}

/* Tablet Landscape Mode */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1280px)
and (orientation: landscape){
	.wrapper{
		padding-left: 15px;
		padding-right: 15px;
		width: auto;
		max-width: 100%;
	}
	.nav ul li a{
		font-size: 18px;
		padding: 13px 35px 12px;
	}
	.welcome-text{
		width: 600px;
	}
	.welcome-text h3{
		font-size: 35px;
	}
	.pro-head{
		font-size: 35px;
		margin-bottom: 40px;
	}
	.copy-right{
		margin: 0 0 20px 0;
	}
	.footer-main{
		padding-bottom: 20px;
	}
	.contact-us{
		width: 185px;
		margin-right: 100px;
	}
	.page-title h1{
		font-size: 25px;
	}
	aside.leftmenu h3{
		font-size: 22px;
	}
	.inner_content{
		float: none;
		margin-left: 0;
	}
}

/* Mobile Landscape Mode */
@media only screen 
and (min-device-width: 360px) 
and (max-device-width: 926px) 
and (orientation: landscape) {
 	.welcome-text{
		width: auto;
		float: none;
	}
	.contact-us{
		width: 40%;
		margin-right: 50px;
	}
	.video-se{
		float: none;
		margin-top: 20px;
	}
	.video-se .video-js{
		width: 100% !important;
		height: 350px !important;
	}
	.logo{
		width: 120px;
	}
	.menu-wraper1{
		height: auto;
	}
	.nav ul li a{
		font-size: 16px;
		padding: 12px 20px 12px;
	}
	.nav ul li > ul{
		display: none !important;
	}
	.contact_form{
		width: 100% !important;
		margin-right: 0 !important;
	}
	.map-outer{
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	#map-canvas{
		height: 400px;
	}
	form.minimal input[type="text"], form.minimal input[type="email"], form.minimal input[type="number"], form.minimal input[type="search"], form.minimal input[type="password"], form.minimal textarea, form.minimal select{
		box-sizing: border-box;
	}
}