@media all and (max-width:1350) {
	.wwh-info p {
		font-size: 1rem;
	}
}

@media all and (max-width:1000px) {

	#navigation {
		position: fixed;
		top: 0;
		left: -320px;
		bottom: 0;
		height: 100vh;
		z-index: 1000;
		background-color: var(--color-green);
		width: 320px;
		padding: 10px 20px;
		overflow: auto;
	}

	#closemenu {
		float: right;
	}

	.menu {
		clear: both;
		padding-top: 30px;
	}

	.menu li {
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}

	#openmenu,
	#closemenu {
		display: inline-block;
	}

	/* .aboutus-img {
		display: none;
	} */

	/* .aboutus-content {
		width: 100%;
		padding-left: 0px;
	} */

	.aboutus-img {
		/* width: 100%; */
	}

	h1 {
		font-size: 60px;
	}

	/* .single-services {
		width: calc(50% - 20px);
	} */

	.wrapper-team {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.single-team {
		width: calc(50% - 20px);
	}

	.wrapper-contact {
		width: 100%;
		padding-right: 0px;
	}

	.wrapper-form {
		width: 100%;
	}

	.wrapper-contact {
		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: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.single-address {
		width: 50%;
	}

	.prl {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	
	.wwh-info p {
		font-size: 1rem;
	}
}

@media all and (max-width:650px) {

	.wrapper-header-top {
		display: none;
	}

	.header-bottom {
		position: fixed;
		background-color: var(--color-green);
		left: 0;
		top: 0;
		right: 0;
		z-index: 1000;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.wrapper-header-content {
		height: 700px;
	}

	.single-team {
		width: calc(100% - 20px);
	}

	/* .single-services {
		width: calc(100% - 20px);
	} */

	.single-address {
		width: 100%;
		text-align: center;
	}

	#contact .suptitle,
	#contact h2 {
		text-align: center;
		display: block;
	}

	.wrapper-input input {
		width: 100%;
	}

	.header-content p {
		font-size: 30px;
	}

	.headline {
		padding: 1.75rem 0;
		font-size: 3.5rem;
	}

	.aboutus-img, .aboutus-content {
		width: 100%;
		margin-bottom: 2rem;
		padding: 0;
	}
}

@media all and (max-width:480px) {
	
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 35px;
	}

	.w-half {
		width: 100%;
	}
}