@media all and (max-width:1100px) {

	.header-content {
		text-align: center;
	}

	.aboutus-content {
		width: 100%;
		padding: 50px 20px;
	}

	.aboutus-img {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.single-edge {
		width: 50%;
		margin-bottom: 30px;
	}

	.wrapper-product-section .sigle-products {
		width: calc(33.333333% - 20px);
	}

	.wrapper-contact>div {
		width: 50%;
	}

	#header .social-link {
		display: none;
	}

	#openmenu,
	#closemenu {
		display: inline-block;
	}

	#navigation {
		position: fixed;
		top: 0;
		left: -320px;
		bottom: 0;
		height: 100vh;
		overflow: auto;
		width: 320px;
		padding: 20px;
		background-color: var(--color-dark);
		z-index: 1000;
	}

	.menu li {
		float: none;
		margin: 0;
		margin-bottom: 20px;
	}

	.menu li a {
		color: var(--color-white);
	}

	#closemenu {
		float: right;
	}

	.menu {
		clear: both;
		padding-top: 20px;
	}

}

@media all and (max-width:700px) {

	.wrapper-product-section .sigle-products {
		width: calc(50% - 20px);
	}

	.single-edge {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.single-edge i {
		margin-bottom: 20px;
	}

	.wrapper-header-content {
		height: 600px;
	}

	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 30px;
	}

}

@media all and (max-width:500px) {

	.single-edge {
		width: 100%;
	}

	.wrapper-contact>div {
		width: 100%;
	}

}

@media all and (max-width:400px) {
	
	.wrapper-product-section .sigle-products {
		width: calc(100% - 20px);
	}

}