@charset "utf-8";
/* CSS Document */

@-ms-viewport
{
	width:device-width;
}
@-viewport
{
	width:device-width;
}

@media only screen and (max-width:1200px)
{
	img
	{
		max-width:100%;
	}
	.testimonial-home-inner, .section-text, .testimonials
	{
		width:auto; padding-left:20px; padding-right:20px;
	}
	.header-top h1:first-of-type
	{
		margin: 20px 0;
		float:none;
		text-align:center;
	}
	.header-top-right
	{
		float:left;
		padding:0;
	}
	.social
	{
		display:none;
	}
	.isStuck
	{
		display:none;
	}
	.navbar:before
	{
		display:none;
	}
	.navbar
	{
		background: none;
		position: absolute;
		top: 168px;
		right: 0;
		left: 0;
		width: auto;
		padding: 0 30px 0 50px;
		border-radius: 0;
		float: none;
	}
	.nav
	{
		position: absolute;
		top: 0;
		right: 0;
		z-index:999;
		float:none;
	}
	.nav ul li
	{
		margin-left: 0;
	}
	.nav ul li a
	{
		background:#ff561e;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.nav ul li ul
	{
		position: static;
		display: block;
		background:#000;
	}
	.nav ul ul li a
	{
		text-align: center;
		display: inline-block;
	}
}
@media only screen and (max-width:1024px)
{
	.navbar
	{
		top: 140px;
	}
}
@media only screen and (max-width:960px)
{
	.section-video
	{
		padding: 20px;
	}
	.service-home aside
	{
		padding: 160px 20px 30px 20px;
	}
	.testimonial-home h2
	{
		font-size: 3.6vw;
	}
	.footer_marg
	{
		padding: 20px;
	}
	.foot
	{
		padding: 0 20px;
		text-align:center;
	}
	.foot p
	{
		text-align:center;
	}
	.foot_bottom p
	{
		padding: 20px 20px;
		float:none;
		text-align:center;
	}
	.contact
	{
		padding: 20px;
	}
	.video-img
	{
		padding: 10px;
	}
}
@media only screen and (max-width:768px)
{
	.header-top-right
	{
		padding:0;
	}
	.section-home-left, .section-home-text, .section-home-right
	{
		width: auto;
		float:none;
	}
	.section-home-text
	{
		padding:15px 20px;
	}
	.section-home-left img, .section-home-right img
	{
		width: 100%;
	}
	.section-video-left
	{
		float:none;
		width:auto;
	}
	.section-video-right
	{
		float:none;
		width:auto;
		padding: 20px;
		position: static;
	}
	.foot_list, .social-icon-footer
	{
		margin-right: 0;
		float:none;
	}
	.banner-heading h2
	{
		font-size: 4vw;
		padding:50px 20px;
	}
	.contact-left, .contact-right
	{
		width: auto;
		float:none;
		padding: 0 0 0 0;
	}
}
@media only screen and (max-width:480px)
{
	.service-home
	{
		display: block;
	}
	.service-home aside
	{
		width: auto;
		float:none;
	}
	.testimonial-home h2
	{
		font-size:5.6vw;
	}
	.banner-heading h2
	{
		font-size: 6vw;
	}
	.video-img ul li
	{
		width: auto;
		float:none;
	}
	.video-img ul li a
	{
		height: 40vw;
	}
}
@media only screen and (max-width:320px)
{
	
}