@-ms-viewport
{
	width:device-width;
}
@-viewport
{
	width:device-width;
}
@media only screen and (max-width:1200px)
{
	img
	{
		max-width:100%;
	}
	.nav
	{
		position: absolute;
		right: 0;
		left: 0;
		z-index: 9999999;
		float: right;
		padding: 0 0;
		margin: 0;
		top: 0;
	}
	.nav ul li
	{
		margin: 0;
	}
	.nav ul li a
	{
		padding: 8px 0px;
		text-align:center;
    	background: rgba(0,0,0,0.8);
		color:#fff;
	}
	.nav-shrink .nav ul li a
	{
		padding: 8px 0px;
		text-align:center;
	}
	.nav ul li ul li a, .nav-shrink .nav ul li ul li a
	{
    	background: #fff;
		color:#000;
		text-align:center;
	}
	.nav ul li a i
	{
		display:none;
	}
	.nav ul li ul
	{
		position: relative;
		left:0;
		width: auto;
		-webkit-transform: translateX(-0%);
		transform: translateX(-0%);
		padding: 20px;
	}
	.nav ul ul li a, .nav-shrink .nav ul li ul li a
	{
		text-align:center;
	} 
	.nav ul li ul:before
	{
		top: -12px;
		left: 0;
		right:0;
	}
	.nav ul li a span
	{
		display: block;
	}
	.nav ul li:hover > a, .nav ul li.active > a 
	{
		color:#fff;
	}
	.nav-shrink .nav ul li a
	{
		color:#fff;
	}
	.nav ul li a::after
	{
		display:none;
	}
	.header-top h1, .getintouch
	{
		position:relative;
		z-index:9999999999;
	}
	.getintouch
	{
		margin-left: auto;
		margin-right: 50px;
	}
}
@media only screen and (max-width:1024px)
{
	
}
@media only screen and (max-width:960px)
{
	.header-top
	{
		padding: 0px 20px;
	}
	.container, .footer article, .footer-bottom
	{
		padding: 25px 20px;
	}
	.footer article aside
	{
		width:auto;
		float:none;
		margin:15px 0;
		text-align:center;
	}
	.footer p
	{
		text-align:center;
		width:auto;
		float:none;
	}
	.social-media a
	{
		display: inline-block;
		float: none;
		margin: 0 4px;
	}
	.social-icon-footer a
	{
		display: inline-block;
		float: none;
		margin: 0 2px;
	}
}
@media only screen and (max-width:768px)
{
	.getintouch
	{
		display:none;
	}
	.container h2
	{
		font-size: 26px;
	}
	.banner article
	{
		width: 100%;
		padding:0 20px;
		left:0;
	}
	.banner article h2
	{
		font-size: 36px;
		line-height: 40px;
	}
	.banner article h3
	{
		font-size: 22px;
		line-height: 24px;
	}
	.intro aside, .intro figure, .services-page article figure, .services-page article aside, .contact fieldset, .contact aside, .solution-page article figure, .solution-page-highlight article figure, .solution-page article aside, .solution-page-highlight article aside
	{
		width:auto;
		float:none;
	}
	.intro figure
	{
		margin:0;
	}
	.count ul li, .services ul li, .solutions ul li, .whychoose ul li
	{
		width: 50%;
	}
	.section-contact .row:before, .section-contact .row:after
	{
		width: 50px;
		height: 50px;
	}
	.formobile, .services-page article, .solution-page article, .solution-page-highlight article
	{
		display:block !important;
	}
	.page-title
	{
		height: 300px;
	}
	.page-title aside
	{
		width: 100%;
		text-align: center;
	}
	.page-title aside h2
	{
    	font-size: 32px;
	}
	.solution-page h2, .solution-page-highlight h2
	{
    	border-radius: 30px;
	}
	.solution-page h2:after, .solution-page-highlight h2:after
	{
		display:none;
	}
	.flex{
    display:block;
}
.item {;
    width: 100%;
    margin-left:0px;
}
}
@media only screen and (max-width:520px)
{
	.count ul li, .services ul li, .solutions ul li, .whychoose ul li, .clients ul li
	{
		width: 100%;
	}
	.count ul li:nth-of-type(even) article
	{
		margin:10px;
	}
}
@media only screen and (max-width:320px)
{
	
}