@media all and (max-width:1000px) {

	#navigation {
		display: none;
	}

	#openmenu {
		display: inline-block;
	}

	.aboutus-img {
		width: 100%;
		margin-bottom: 50px;
	}

	.aboutus-content {
		width: 100%;
		padding-left: 0px;
	}

	.single-edge {
		width: 50%;
		text-align: center;
	}
	.single-edge-content {
		padding-left: 0px;
	}

	.single-services {
		width: calc(33.333333% - 20px);
	}

	.wrapper-blog {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.wrapper-blog .single-blog,
	.grid .single-blog {
		width: calc(50% - 20px);
	}

	.single-content-footer {
		width: 50%;
	}

	.w-70,
	.w-30 {
		width: 100%;
	}

	.sidebar-right .sidebar {
		padding-left: 0px;
	}

	.sidebar-left .sidebar {
		padding-right: 0px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.grid .single-featured {
		width: calc(50% - 20px);
	}

	.wrapper-faq-list {
		width: 100%;
	}

	.contact-content,
	.contact-form {
		width: 100%;
	}

	.contact-content {
		padding-right: 0px;
		margin-bottom: 50px;
	}

}

@media all and (max-width:600px) {

	.wrapper-blog .single-blog,
	.grid .single-blog,
	.sidebar-right .single-blog,
	.sidebar-left .single-blog {
		width: calc(100% - 20px);
	}

	.single-services {
		width: calc(50% - 20px);
	}

	.single-content-footer {
		width: 100%;
	}

	.grid .single-featured,
	.sidebar-right .single-featured,
	.sidebar-left .single-featured {
		width: calc(100% - 20px);
	}

	.contact-form .wrapper-input p {
		width: 100%;
	}

}

@media all and (max-width:400px) {

	h1 {
		font-size: 70px;
	}

	h2 {
		font-size: 40px;
	}

	.single-edge {
		width: 100%;
	}

	.wrapper-header-content {
		height: 700px;
	}

	.wrapper-header-content.pages h1 {
		font-size: 40px;
	}
}