
@media (max-width: 1200px)
{
	.header-logo {
		width: 85px;
		height: 85px;
		top: -25px;
	}
}


@media (max-width: 1100px)
{
	
	.project-slider {
		margin-left: 30px;
		margin-right: 30px;
	}
	.testimonial-slider {
		padding-left: 30px;
		padding-right: 30px;
	}
	.complaint-slider {
		padding-left: 15px;
		padding-right: 15px;
	}

}


@media (max-width: 991px)
{
	
	.clear-responsive {
		display: block;
		clear: both;
	}
	
	.wrapper {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.header-icon {
		margin-left: 20px;
	}
	.header-top {
		padding-right: 0;
		padding-top: 10px !important;
		font-size: 15px;
	}
	.header-logo {
		left: 5px;
	}
	
	
	.modal-image {
		min-height: 845px;
		border-bottom-left-radius: 0;
	}
	
	.header-icon {
		vertical-align: top;
	}
	
	.header-nav {
		height: auto;
		position: absolute;
		left: 0;
		top: -40px;
		width: 100%;
		height: auto;
		min-height: 100vh;
		z-index: 110;
		background: linear-gradient(90deg, rgba(0,40,68,1) 0%, rgba(0,19,33,1) 100%);
		padding: 60px 0;
		box-sizing: border-box;
	}
	.header-nav.is-hidden {
		display: none;
	}
	.header-nav ul {
	}
	.header-nav ul li {
		display: block;
		text-align: center;
	}
	.header-nav ul li a {
		display: inline-block;
		height: auto;
		line-height: 1em;
		color: #fff;
		padding: 3px 20px;
		margin: 0;
	}
	.header-nav > ul > li > a {
		font-size: 22px;
		font-weight: 700;
	}
	.header-nav ul li.active > a,
	.header-nav ul li a.active,
	.header-nav ul li a:hover {
		background-color: #fff;
		color: #111 !important;
	}
	.header-nav > ul > li > ul {
		display: block;
		position: static;
		background: transparent;
		border-radius: 0;
		border-right: 0;
		padding-top: 0;
		padding-bottom: 12px;
		width: auto !important;
	}
	.header-nav > ul > li > ul > li {
		display: block;
		float: none !important;
		width: auto !important;
		margin-left: 0 !important;
	}
	.header-nav > ul > li > ul > li > a {
		margin-top: 4px;
		margin-bottom: 4px;
		font-weight: 400 !important;
	}
	.header-nav > ul > li > ul > li > ul {
		display: none;
	}
	
	
	.page-header-slider-outer-outer {
		width: calc(50vw - 30px);
	}
	.page-header-description {
		font-size: 15px;
		line-height: 21px;
	}
	
	
	.footer-sitemap {
		column-count: 1;
		column-gap: 0;
	}
	
	
	.card--testimonials {
		margin-left: -10px;
	}
}






@media (max-width: 767px)
{
	
	
	.card-image--wide {
		display: none;
	}
	.card-content--wide {
		padding-left: 30px;
	}
	
	
	.page-header {
		height: auto !important;
		min-height: 0;
		margin-top: 80px;
	}
	.page-header-slider-outer-outer {
		width: 100% !important;
		height: 66vw !important;
		position: relative;
		min-height: 0;
	}
	.page-header--home .page-header-slider-outer-outer {
		height: 66vw !important;
	}
	.page-header-slider-outer {
		position: relative;
		min-height: 0;
		top: 0;
		height: 100% !important;
		border-radius: 0 !important;
	}
	.page-header-video-outer {
		margin-top: 0;
		margin-bottom: 0;
		height: 100%;
	}
	
	.page-header-inner {
		left: 0;
		width: auto;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.page-header-slider {
		top: 0;
	}
	.page-header-slider-item {
		min-height: 0 !important;
		height: 66vw !important;
	}
	.page-header--home .page-header-slider-item {
		min-height: 0 !important;
		height: 66vw !important;
	}

	.modal-image {
		min-height: 625px;
	}
	
}


@media (max-width: 575px)
{
	.modal-dialog {
		min-width: 300px;
		max-width: 300px;
	}

	.modal-image {
		min-height: 425px;
	}
}


@media (max-width: 400px)
{
	.header-icon {
		margin-left: 10px !important;
	}
}

