@media all and (max-width:1050px) {

	#navigation {
		display: none;
	}

	#openmenu {
		display: inline-block;
	}

	.aboutus-content {
		width: 100%;
		padding-left: 0px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 50px;
	}

	.aboutus-img {
		width: 100%;
	}

	.single-content-footer:first-child,
	.single-content-footer,
	.single-edge {
		width: 50%;
	}

	.grid .service-article {
		width: calc(50% - 20px);
		margin: 10px;
	}

	.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;
	}

	.sidebar-left .sidebar,
	.sidebar-right .sidebar {
		padding-top: 50px;
	}

	.faq-img {
		display: none;
	}

	.faq-block-content {
		width: 100%;
		padding: 0px;
	}

	.contact-content,
	.contact-form {
		width: 100%;
	}

	.contact-content {
		padding-right: 0px;
		margin-bottom: 50px;
	}

}

@media all and (max-width:600px) {

	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 40px;
	}

	.single-content-footer:first-child,
	.single-content-footer,
	.single-edge {
		width: 100%;
	}

	.single-content-footer:first-child,
	.single-content-footer {
		text-align: center;
	}

	.single-content-footer:first-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.sidebar-left .blog-article,
	.sidebar-right .blog-article,
	.grid .service-article,
	.sidebar-left .service-article,
	.sidebar-right .service-article {
		width: calc(100% - 20px);
		margin: 10px;
	}

	.wrapper-review-form .wrapper-input p {
		width: 100%;
	}

	.contact-form .wrapper-input p {
		width: 100%;
	}

}