@media (max-width: 1199px) {
	
}

@media (max-width: 991px) {
	.main-nav {
		/*overflow: hidden;*/
	}
	.nav-links {
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		height: 100vh;
		background: #fff;
		z-index: 9999;
		transition: 0.4s ease 0s;
	}
	.nav-links.active {
		left: 0;
	}
	.nav-links-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 10px 15px;
	}
	.nav-links-logo img {
		width: 100px;
		filter: grayscale(1);
		opacity: 0.5;
	}
	.nav-links a {
		margin: 0;
		font-size: 14px;
		line-height: 20px;
		width: 100%;
		padding: 10px 15px;
		height: unset;
		border-top: solid 1px #eee;
		text-align: center;
		color: #222 !important;
	}
	.nav-links > a:after {
		content: none;
	}
	.nav-links .main-btn {
		border-radius: 0;
		border-left: none;
		border-right: none;
	}
	.nav-links {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
	.nav-close,
	.nav-toggle {
		border: none;
		background: #F36F21;
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 50px;
		width: 50px;
		height: 50px;
		font-size: 20px;
		line-height: 26px;
		color: #fff !important;
		border-radius: 0;
	}
	footer {
		padding-bottom: 64px;
	}

	.bcrumb-links {
		display: none;
	}
	.side-map {
		padding-top: calc(720/1280*100%);
	}
}

@media (max-width: 767px) {
	.badge-item > div > span {
		width: 100%;
	}
	.slide-desc-in > h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.slide-desc-in > span {
		font-size: 16px;
		line-height: 22px;
	}
	.main-banner {
		height: calc(100vh - 164px);
	}
	.main-slider-container {
		height: calc(100vh - 164px);
	}
}

@media (max-width: 575px) {
	.slide-desc-in:before {
		content: none;
	}
	.slide-desc-in {
		padding: 20px;
	}
	.prj-specs > div {
		width: 100%;
	}
}

@media (max-width: 449px) {
	
}