
@media(max-width:1572px)
{
	#home_slider_in_text{ bottom:10px; }
	
	#home_banner_box{ margin-top:10px; }
	
}
@media(max-width:1572px)
{
	#home_slider_in_text h1{ margin-bottom:0px; }
	#home_banner_box ul li p{ margin-bottom:0px; }
	
	#home_banner_box ul li h3{ height:40px; margin-bottom:0px; font-size:18px; }
	
}
@media(max-width:1572px)
{
	#home_services ul li a h3
	{
		font-size:14px;
		padding-top:20px; padding-bottom:20px;
	}
}
@media(max-width:1354px)
{
	#home_expert_with ul li{ padding-left:10px; padding-right:10px; font-size:14px; }
	
	#about_header_in{ bottom:65px; }
}
@media(max-width:1070px)
{
	#header{ height:75px; }
	#logo a img{ height:60px; }
	#nav{ margin-left:40px; }
	#header_start{ margin-top:14px; }
}

@media(max-width:1024px)
{
	#home_slider_in_text h1{ font-size:27px; }
	#home_slider_in_text p{ font-size:14px; line-height:18px; }
	
	#home_slider{ height:540px; }
	#home_slider_in{ height:540px; }
	#home_slider video{ height:540px; width:100%; }

	#home_banner_box ul li h3{ font-size:16px; height:30px; }
	#home_banner_box ul li p{ height:65px; font-size:14px; line-height:18px; }
	
	#home_banner_box ul li a {
		width: auto;
		height: 38px;
		float: left;
		background: #000;
		border: 1px solid #000;
		font-size: 12px;
		line-height: 36px;
		color: #FFF;
		font-weight: 600;
		padding: 0px 15px 0px 15px;
		margin-top: 10px;
	}
	#home_about_l{ width:100%; margin-right:0px; }
	#home_about img{ display:none; }
	
	#home_about{ padding-top:25px; padding-bottom:15px; }
	#home_about_l h2{ font-size:22px; margin-bottom:15px; }
	#home_about_l p{ font-size:14px; line-height:18px; }
	
	#home_expert_with{ padding-top:35px; padding-bottom:25px; }
	#home_expert_with ul li{ width:31.33%; margin-bottom:10px; font-size:14px; padding-top:15px; padding-bottom:15px; }
	#home_expert_with h2{ font-size:22px; margin-bottom:5px; }
	#home_expert_with p{ margin-bottom:20px; font-size:14px; line-height:18px; }
	
	
	#footer_white{ width:100%; margin-bottom:30px; }
	#footer_white p{ font-size:14px; line-height:18px; }
	
	#footer_right{ width:100%; padding-top:0px; padding-left:0px; }
	.footer_right_box h3{ font-size:16px; margin-bottom:7px; }
	.footer_right_box ul li{ margin-bottom:2px; }
	.footer_right_box ul li a{ font-size:14px; }
	
	#footer_copy{ font-size:14px; }
	
	
	#about_header_in h1{ font-size:32px; }
	
	#about_header_bottom p
	{
		padding-top:10px; padding-bottom:10px;
		font-size:22px;
	}
	#news_cont{ margin-top:25px; margin-bottom:25px; }
	#about_content h3{ font-size:22px; margin-bottom:10px; }
	#about_content p{ font-size:14px; line-height:18px; margin-bottom:15px; }
	
	#service_view{ margin-top:25px; margin-bottom:25px; }
	
	#service_view_r h3{ font-size:22px; margin-bottom:10px; }
	#service_view_r p{ font-size:14px; line-height:18px; margin-bottom:15px; }
	
	#service_view_r ol li{ font-size:14px; line-height:18px; }
	
	#contact_l{ margin-bottom:40px; }
	#contact_l h2{ font-size:18px; margin-bottom:5px; }
	#contact_l p{ font-size:14px; margin-bottom:5px; }
	
	#contact-r h2{ font-size:18px; margin-bottom:5px; }
}

@media(max-width:1000px)
{
	#logo a img{ height:60px; }
	#nav{ margin-left:30px; }
	#nav ul li a{ padding-left:10px; padding-right:10px; }
}

@media(max-width:990px)
{

	#mob-nav{ display:block; }
	
	#nav_in{ width:100%; height:auto; float:left; }
	
	#nav
	{
		width:100%; height: auto; float:inherit; z-index:999; display:none;
		position:absolute; left:0px; top:80px; margin-top:0px;
		margin-left:0px;
		background:#222;
	}
	#nav ul{ width:100%; height:auto; float:left; }
	#nav ul li
	{
		width:100%; height:auto; margin:0px;
	}
	#nav ul li a
	{
		width:100%; height:auto;
		padding-top:10px; padding-bottom:10px; padding-left:15px; padding-right:15px;
		border-bottom:1px solid #555;
		text-align:right; color:#FFF;
	}
	#nav ul ul
	{
		width:100%; height:0px; position: inherit; top: inherit; left: inherit; z-index:999; float:left;
		padding-top:0px;
		overflow:hidden;
		-webkit-transition: all 0.8s ease-in-out;
		-moz-transition: all 0.8s ease-in-out;
		-o-transition: all 0.8s ease-in-out;
		transition: all 0.8s ease-in-out;
	}
	#nav ul ul:before
	{
		display: none;
		position:absolute; top:-1px; left:0%;
		margin-left:24px;
		font-size:26px; color:#6e6f67;
		font-family: FontAwesome;
		content: "\f0d8";
	}
	#nav ul ul li{ width:100%; height:auto; float:left; }
	#nav ul ul li a
	{
		width:100%; height:auto; float:left;
		font-size:13px; color:#FFF; font-weight:inherit;
		padding-top:14px; padding-bottom:14px; padding-right:20px;
		border-bottom:1px solid #555;
		background:#6e6f67;
	}
	#nav ul ul li a:hover{ color:#fcce52; text-decoration:none; }
	
	#nav ul li:hover > ul:before{ display:block; }
	#nav ul li:hover > ul{ display:block; height:inherit; overflow:inherit; }
	
	#header_start{ margin-right:60px; }
	
	#home_slider_in_text_in{ width:100%; }
	#home_slider_in_text h1{ font-size:24px; margin-bottom:7px; }
	#home_slider_in_text p{ font-size:14px; line-height:18px; }
	
	#home_banner_box ul li p{ height:100px; }
	
	
	
	#about_header_bottom{ padding-top:25px; }
	#about_header_bottom p
	{
		padding-top:10px; padding-bottom:10px;
		font-size:18px;
	}
	
	#about_header_bottom{ width:100%; }
	
	.news_cont_box{ width:48%; }
	
	
	#service_view_l{ width:100%; margin-bottom:25px; }
	#service_view_r{ width:100%; margin-left:0px; }
	
	#contact_l{ width:100%; margin-bottom:10px; }
	#contact-r{ width:100%; }
	
}

@media(max-width:700px)
{
	#about_header{ height:250px; overflow:hidden; }
	#about_header img{ height:250px; width:auto; }
	#home_expert_with ul li{ width:48%; margin-bottom:10px; font-size:14px; padding-top:15px; padding-bottom:15px; }
	
	#about_content h3{ font-size:16px; margin-bottom:10px; }
}

@media(max-width:479px)
{
	#header_start{ display:none; }
	#home_banner_box ul li p{ height:85px; font-size:12px; }
	
	#home_expert_with ul li{ width:98%; margin-bottom:10px; font-size:14px; padding-top:15px; padding-bottom:15px; }
	
	#footer_white img{ width:90%; height:auto; max-width:250px; }
	
	.footer_right_box{ width:100%; margin-bottom:20px; }
	
	
	#about_header{ height:200px; overflow:hidden; }
	#about_header img{ height:200px; width:auto; }
	#about_header_in{ bottom:20px; }
	
	.news_cont_box h3{ font-size:14px; }
}