@media all and (max-width:1000px) {

	#navigation {
		display: none;
	}

	#openmenu {
		display: inline-block;
	}

	.aboutus-img {
		display: none;
	}

	.aboutus-content {
		width: 100%;
		padding-left: 0px;
	}

	.single-service,
	.wrapper-project-page .single-project {
		width: calc(50% - 20px);
	}

	.single-step {
		width: 50%;
		padding: 40px 20px;
		text-align: center;
	}

	.single-content-footer:first-child,
	.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;
	}

	.faq-block-content {
		width: 100%;
		padding: 0px 0px 0px 0px;
	}

	.faq-img {
		width: 100%;
		display: none;
	}

	.booking-content {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 50px;
	}

	.booking-form {
		width: 100%;
	}

}

@media all and (max-width:600px) {

	h1 {
		font-size: 70px;
	}

	h2 {
		font-size: 40px;
	}

	.single-service,
	.wrapper-project-page .single-project {
		width: calc(100% - 20px);
	}

	.single-step {
		width: 100%;
	}

	.single-content-footer:first-child,
	.single-content-footer {
		width: 100%;
		text-align: center;
	}

	.footer-social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.single-blog {
		width: calc(100% - 20px);
	}

	.wrapper-input input {
		width: 100%;
	}

}

@media all and (max-width:400px) {

	h1 {
		font-size: 50px;
	}

	.wrapper-header-content {
		height: 600px;
	}
}