@media all and (max-width:1000px) {

	.social-link {
		display: none;
	}

	#navigation {
		position: fixed;
		top: 0;
		left: -320px;
		bottom: 0;
		height: 100vh;
		background-color: var(--color-dark-blue);
		width: 320px;
		padding: 15px 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow: auto;
	}

	#openmenu,
	#closemenu {
		display: inline-block;
	}

	#closemenu {
		float: right;
	}

	.menu {
		clear: both;
		padding-top: 20px;
	}

	.menu li {
		float: none;
		margin-left: 0px;
		margin-bottom: 20px;
	}

	.wrapper-header {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.aboutus-img,
	.faq-img {
		display: none;
	}

	.about-content {
		width: 100%;
		padding-left: 0px;
	}

	.single-edge {
		width: 50%;
	}

	.ptb {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.single-service,
	.single-project {
		width: calc(50% - 20px);
	}

	.wrapper-whywe,
	.wrapper-form {
		width: 100%;
	}

	.faq-block-content {
		width: 100%;
		padding: 0 0 50px 0;
	}

	.wrapper-contact {
		width: 100%;
		padding-right: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.single-address {
		width: 50%;
		padding: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

}

@media all and (max-width:500px) {

	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 40px;
	}

	.single-edge {
		width: 100%;
		padding: 10px;
	}

	.single-service,
	.single-project {
		width: calc(100% - 20px);
	}

	.wrapper-input input {
		width: 100%;
	}

	.single-address {
		width: 100%;
		text-align: center;
	}

	.single-address {
		margin-bottom: 20px;
	}
}