@-ms-viewport
{
	width:device-width;
}
@-viewport
{
	width:device-width;
}
@media only screen and (max-width:1200px)
{
	img
	{
		max-width:100%;
	}
}
@media only screen and (max-width:1024px)
{	
	.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 !important;
	}
	.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:#034ea2;
	}
	.nav-shrink .nav ul li a
	{
		color:#fff !important;
	}
	.nav ul li a::after
	{
		display:none;
	}
	.nav ul li ul aside
	{
		width: auto;
		float: none;
		padding: 0;
		display: block !important;
		text-align: center;
		margin: 0 !important;
	}
	.header-top
	{
		padding: 0px 20px;
	}
	.header-top .alignmiddle
	{
		display: flex !important;
	}
	.header-top h1
	{
		position: relative;
		z-index: 99999999;
	}
	.phoneno
	{
		margin-left: auto;
		margin-right: 60px;
	}
}
@media only screen and (max-width:960px)
{
	.container
	{
		padding: 25px 20px;
	}
	.whyus figure
	{
		width: 500px;
		height: 500px;
	}
	.footer-logo
	{
		background: none;
	}
	.footer-logo:before
	{
		display: none;
	}
	.footer-logo h1
	{
		background: #fff;
		padding: 10px;
		border-radius: 10px;
	}
	.footer article
	{
		padding: 30px 20px;
        display: flex;
        flex-wrap: wrap;
	}
	.footer article aside
	{
		margin-right: 0%;
		width: 33.333333%;
		float: left;
	}
	.photo-gallery ul li a img
	{
		height: 200px;
	}
}
@media only screen and (max-width:768px)
{
	.alignmiddle
	{
		display: block;
	}
	.container h2
	{
		font-size: 24px;
		line-height: 26px;
	}
	.hero
	{
		height: 400px;
	}
	.intro figure, .intro aside, .whyus aside, .aboutus figure, .aboutus aside, .services-content figure, .services-content aside, .address-details, .contact .formfield
	{
		width: auto !important;
		float: none;
	}
	.intro figure:before
	{
		top: -30px;
		width: 300px;
		height: 300px;
	}
	.count ul li article figure
	{
		width: 75px !important;
	}
	.services ul
	{
		grid-template-columns: 1fr 1fr;
	}
	.whyus
	{
		padding-bottom: 200px;
	}
	.whyus figure
	{
		width: 400px;
        height: 400px;
        margin: auto;
        right: 0;
        left: 0;
        top: auto;
        bottom: -200px;
	}
	.getintouch .row h1
	{
		font-size: 24px;
	}
	.footer article aside
	{
		width: 50%;
	}
	.scrollup
	{
		bottom: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
	.footer-bottom p
	{
		float: none;
		text-align: center;
	}
	.page-title
	{
		height: 300px;
	}
	.page-title h2
	{
		font-size: 38px;
	}
	.services-content aside
	{
		margin-top: 30px;
	}
	.photo-gallery ul li a img
	{
		height: 180px;
	}
}
@media only screen and (max-width:520px)
{	
	.header-top aside
	{
		display: none;
	}
	.count ul li
	{
		width: 100%;
	}
	.services ul, .services-page ul
	{
		grid-template-columns: 1fr;
	}
	.footer
	{
		text-align: center;
	}
	.footer article aside
	{
		width: 100%;
		float: none;
	}
	.social-icons a
	{
		display: inline-block;
		float: none;
		margin: 0 1px;
	}
	.photo-gallery ul li
	{
		width: 50%;
	}	
	.photo-gallery ul li a img
	{
		height: 160px;
	}
}
@media only screen and (max-width:320px)
{
	
}