@media (max-width: 1440px) {
	.menu>li:last-child a {
		padding: 15px 40px;
	}

	.service-list>li:not(:last-child) {
		margin-bottom: 50px;
	}
}

@media (max-width:1320px) {
	.footer-list>li {
		width: 50%;
		max-width: 50%;
	}

	.footer-list>li:last-child {
		width: 100%;
		max-width: 100%;
	}


	.footer-list {
		justify-content: start;
	}

	.footer-list>li:not(:last-child) .footer-block {
		max-width: 400px;
	}

}

@media (max-width: 1200px) {
	:root {
		--font-18: 16px;
		--font-20: 18px;
		--font-24: 22px;
		--font-28: 26px;
		--font-32: 30px;
		--font-36: 34px;
		--font-40: 38px;
		--font-48: 46px;
	}

	section {
		padding: 100px 0;
	}

	.menu>li:not(:last-child) {
		margin-right: 40px;
	}

	.menu>li:last-child a {
		padding: 15px 30px;
	}

	.contact-top {
		width: 95%;
		margin-bottom: 30px;
	}

	.service-list>li:not(:last-child) {
		margin-bottom: 30px;
	}

	.deliverable-list li {
		width: 50%;
	}

	.banner-container {
		padding-top: 30px;
		margin-top: 30px;
	}

	.deliverable-list .why-us-block {
		padding: 20px;
	}

	.why-us-list-image,
	.values-list-image {
		margin-bottom: 15px;
	}

	.standards-list li {
		width: 33.33%;
	}

	.phase-left {
		width: 31%;
	}

	.sub-menu {
		max-width: 400px;
	}
}

@media (max-width: 1024px) {
	:root {
		--font-20: 16px;
		--font-24: 20px;
		--font-28: 24px;
		--font-32: 28px;
		--font-36: 32px;
		--font-40: 36px;
		--font-48: 40px;
	}

	section {
		padding: 90px 0;
	}

	section.small-padding {
		padding: 40px 0;
	}

	.menu>li:not(:last-child) {
		margin-right: 30px;
	}

	.menu>li:last-child a {
		padding: 15px 15px;
	}


	.service-list>li:not(:last-child) {
		margin-bottom: 50px;
	}

	.about-left {
		width: 100%;
		margin-bottom: 20px;
		padding: 30px 0;
	}

	.about-right {
		width: 100%;
		padding: 0;
	}

	.about-top {
		width: 100%;
	}

	.section-one-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.section-one-right {
		width: 100%;
	}

	.banner-container {
		padding-top: 20px;
		margin-top: 20px;
	}

	section.service {
		overflow: unset;
	}

	.service-list-image {
		position: sticky;
		position: -webkit-sticky;
		top: 10px;
	}

	.service-list-image img {
		border-radius: 10px;
	}

	.service-content {
		width: 50%;
	}

	.service-block {
		padding: 0;
		align-items: start;
	}
}

@media (max-width: 991px) {
	:root {
		--font-24: 18px;
		--font-28: 22px;
		--font-32: 26px;
		--font-36: 30px;
		--font-40: 34px;
		--font-48: 38px;
	}

	section {
		padding: 80px 0;
	}

	.banner-left,
	.objective-left {
		width: 100%;
		margin-bottom: 15px;
	}

	.banner-right,
	.objective-right {
		width: 100%;
	}

	.why-us-list li,
	.values-list li {
		width: 50%;
	}

	.objective-top {
		width: 90%;
	}

	.about-content,
	.toolset-content {
		width: 95%;
	}

	.about-list-image,
	.why-us-list-image,
	.values-list-image,
	.toolset-image {
		margin-right: 15px;
	}

	.mission-left {
		margin-bottom: 20px;
	}

	.about-list li {
		width: 100%;
	}

	.about-row {
		justify-content: center;
	}

	.process-step {
		width: 130px;
		height: 130px;
	}

	.standards-list li {
		width: 50%;
	}

	.service-list-image {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 30px;
		position: unset;
	}

	.service-content {
		width: 80%;
		margin: 0 auto;
	}

	/* Toggle Menu button */
	.toggle {
		display: flex;
		flex-direction: column;
	}

	.header-row nav.main-navigation.active {
		right: 0;
		transform: translate3d(0, 0, 0);
		transition: 500ms all ease-in-out;
	}

	nav.main-navigation {
		top: 0;
		max-width: 400px;
		right: -100%;
		width: 100%;
		background-color: #000;
		height: 100%;
		position: fixed;
		z-index: 99;
		overflow-y: auto;
		display: flex;
		flex-direction: column;
		align-items: unset;
		justify-content: flex-start;
		padding: 30px;
		overflow-y: auto;
		transform: translate3d(0, 0, 205px);
		transition: all 500ms ease-in-out;
	}

	ul.menu {
		display: block;
		margin-top: 40px;
	}

	ul.menu>li {
		margin-bottom: 20px;
		padding: 5px;
	}

	ul.menu>li:not(:last-child) {
		margin-right: 0;
	}

	.menu>li>ul.sub-menu {
		position: unset;
		transform: unset;
		transition: unset;
		opacity: unset;
		visibility: unset;
		transform-origin: unset;
		min-width: unset;
		width: 100%;
		border: none;
		padding: 20px 15px;
		display: block;
		background: #e6fcff;
		margin-top: 20px;
	}

	.menu>li>ul.sub-menu>li>a {
		border: none;
		padding: 0px;
		display: block;
		width: 100%;
		color: #000;
	}

	.menu>li>ul.sub-menu>li:last-child>a {
		margin-bottom: 0;
	}

	.menu>li:last-child a {
		border: none;
		padding: 0;
		color: var(--text-color);
		font-weight: 400;
	}

	.sub-menu li:not(:last-child) {
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	.sub-menu:before {
		content: none;
	}

	/* Toggle Menu */
}

@media (max-width: 768px) {
	:root {
		--font-24: 17px;
		--font-28: 20px;
		--font-32: 24px;
		--font-36: 28px;
		--font-40: 32px;
		--font-48: 36px;
	}

	section {
		padding: 70px 0;
	}

	.error-right {
		width: 100%;
	}

	.error-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.error-left .title {
		font-size: 50px;
	}

	.mission-left .intro-description {
		margin: 20px 0;
	}

	.mission-right {
		width: 100%;
	}

	.mission-left {
		width: 100%;
		margin-bottom: 10px;
	}

	.why-us-block,
	.values-block {
		padding: 20px;
	}

	.site-footer {
		padding: 60px 0;
	}

	.contact-left,
	.contact-right {
		width: 100%;
	}

	.map {
		max-width: 100%;
	}

	.contact-heading {
		margin-right: 10px;
	}

	.form-col {
		padding: 0 10px;
		margin: 10px 0;
	}

	.values-row .heading-group {
		width: 100%;
	}

	.inner-banner-row {
		width: 100%;
	}

	.dv-list li {
		width: 50%;
	}

	.measured-kip-list li {
		width: 100%;
	}

	.ve-right .toolset-block {
		flex-wrap: wrap;
	}

	.ve-right .toolset-content {
		width: 100%;
		margin-top: 15px;
	}

	.footer-list>li:not(:last-child) .footer-block {
		max-width: none;
	}

	.footer-list>li:first-child {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-block .site-description {
		margin: 20px 0;
	}

	.social {
		margin: 0 auto;
		width: fit-content;
	}

	.footer-list>li:last-child {
		width: 50%;
		max-width: 50%;
	}

	.service-menu li {
		width: 100%;
	}

	.about-left {
		padding: 15px 0;
	}
.phase-left {
		width: 100%;
	margin-bottom:15px;
	}
	.phase-right{
		width:100%;
	}
	.phase-tab-list .button {
		width: 100% !important;
		margin: 0 !important;
	}

	.phase-tab-list .button:not(:last-child) {
		margin-bottom: 10px !important;
	}

	.process-list>li:nth-child(odd) .process-image,
	.process-list>li:nth-child(odd) .process-content {
		order: unset;
	}

	.process-step {
		order: -1;
	}

	.process-content {
		width: 60%;
	}

	.process-block {
		justify-content: end;
	}

	.process-image {
		width: 60%;
		margin-bottom: 10px;
	}

	.process-list li:not(:last-child) .process-block:after {
		left: 20%;
		top: 90%;
	}

	.objective-container {
		padding: 20px;
		border-radius: 10px;
	}

	.service-list-image {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 25px;
	}

	.service-content {
		width: 90%;
	}
}

@media (max-width: 640px) {
	:root {
		--font-32: 22px;
		--font-36: 26px;
		--font-40: 30px;
		--font-48: 32px;
	}

	section {
		padding: 60px 0;
	}

	section.small-padding {
		padding: 30px 0;
	}

	.banner-list li,
	.why-us-list li,
	.values-list li,
	.objective-counter-list li,
	.objective-image-list li,
	.toolset-list li,
	.deliverable-list li {
		width: 100%;
	}

	.objective-image-list li:last-child .objective-image .image {
		padding-top: 59%;
	}

	.why-us-top {
		width: 100%;
	}

	.footer-list>li {
		width: 50%;
		max-width: 50%;
	}

	.copyright {
		width: 100%;
		text-align: center;
	}

	.footer-right {
		margin: 0 auto;
		order: -1;
		margin-bottom: 20px;
	}

	.site-footer {
		padding: 50px 0;
	}

	.deliverables-topic {
		width: 100%;
		border-right: 0;
	}

	.deliverables-content {
		width: 100%;
	}

	.phase-deliverables-list li:first-child {
		display: none;
	}

	.standards-list li {
		width: 100%;
	}

	.service-list-image {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.service-content {
		width: 100%;
	}
}

@media (max-width: 540px) {
	:root {
		--font-40: 28px;
		--font-48: 34px;
	}

	section {
		padding: 50px 0;
	}


	.site-footer {
		padding: 40px 0;
	}

	.form-col {
		width: 100%;
	}

	.contact-block:not(:last-child) {
		display: block;
	}

	.dv-list li {
		width: 100%;
	}

	.process-step {
		width: 90px;
		height: 90px;
		margin-left: 0;
	}

	.process-image {
		width: 70%;
	}

	.process-list li:not(:last-child) .process-block:after {
		left: 9%;
		top: 85%;
	}

}

@media (max-width: 482px) {
	:root {
		--font-40: 26px;
		--font-48: 26px;
	}

	.footer-right p {
		width: 100%;
		text-align: center;
	}

	.footer-right p:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.button-group .btn:not(:last-child) {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}

	.footer-list>li {
		width: 100% !important;
		max-width: 100% !important;
		text-align: center;
	}

	.about-block,
	.toolset-block {
		flex-wrap: wrap;
	}

	.toolset-image,
	.about-list-image {
		margin-bottom: 15px;
	}

	.about-left {
		padding: 0;
		border: none;
	}

	.service-inner-list {
		padding: 0;
	}

	.process-content,
	.process-image {
		width: 100%;
	}

	.process-list li:not(:last-child) .process-block:after {
		content: none;
	}

	.process-step {
		margin-bottom: 20px;
		width: 100%;
		border-radius: 0;
		height: auto;
		padding: 10px 0;
	}

	.process-heading span {
		display: unset;
	}

	.banner-left .title,
	.banner-left .intro-description {
		text-align: center;
	}

	.button-group {
		justify-content: center;
		text-align: center;
	}
}