@media only screen and (max-width: 1139px){
	.fact-counter-one .inner{
		padding:0px 15px;	
	}
	
	.our-projects .project-box{
		width:33.333%;	
	}
	
	.news-area .owl-nav{
		top:-50px;	
	}
	
	.main-header .main-menu .navbar-nav > li{
		margin-left:5px;	
	}
	
	.project-details .project-info li{
		float:none;
		width:100%;	
	}
	.we-are-best{
		min-height:0;
	}
	.productInfoText h1 {
		font-size:32px;
	}
	.productInfoText h2 {
		font-size:18px;
	}
	.prodListWrap li { min-height:248px; }
}
@media only screen and (max-width: 1170px){
	.main-header .main-menu .navbar-nav > li > ul {
		width:790px;
		left:-310px;
		padding:20px 20px 10px;
	}
	.main-header .main-menu .navbar-nav > li > ul > li {
		-webkit-background-size:5px auto;
		-moz-background-size:5px auto;
		background-size:5px auto;
		padding-left:10px;
	}
	.main-header .main-menu .navbar-nav > li > ul > li > a {
		font-size:12px;
	}
}
@media only screen and (max-width: 1023px){
	
	/*.main-header .header-lower .logo,
	.main-header.style-two .header-lower .logo{
		float:none;
		width:100%;
		text-align:center;	
	}
	
	.main-header.style-two .header-lower .logo{
		background:#ffc13b;
		width:auto;
		margin:-20px -15px 10px;
		padding:15px;
	}
	
	.main-header.style-two .header-lower .logo img{
		margin:0px;
	}
	
	.main-header.style-two .header-lower .logo::before{
		display:none;	
	}
	
	.main-header .header-lower .right-cont{
		float:none;
		width:100%;
		padding:10px 0px;	
	}*/
	.main-header .header-lower,
	.main-header.header-fixed .header-lower {
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		z-index: 555;
		box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	}
	.main-header.style-two .header-lower .logo img,
	.main-header.style-two.header-fixed .header-lower .logo img{
		height:60px;
		margin-top: 0px;
	}
	.main-header .header-lower .right-cont{
		margin-top:0;
		float:none;
		padding-right:0;
		padding-bottom: 5px;
	}
	.main-slider,
	.page-banner {
		margin-top: 80px;
	}
	.main-header .search-btn{
		position:relative;
		float:none;
		padding:0px;
		top:0px;
		right:0px;
		z-index:5;
		width:32px;
		height:32px;
		line-height:32px;
		border:1px solid #ffc13b;
		border-radius:5px 5px 5px 5px;
		-webkit-border-radius:5px 5px 5px 5px;
		-ms-border-radius:5px 5px 5px 5px;
		-o-border-radius:5px 5px 5px 5px;
		-moz-border-radius:5px 5px 5px 5px;
	}
	
	.main-header .search-btn .curve{
		display:none;	
	}
	
	.main-header .search-btn .f-icon{
		border:none !important;
		display:block;
		width:100%;
	}
	
	.main-header .main-menu{
		float:none;
		width:100%;
		padding:0px;
		margin:0px 0px;	
	}
	
	.main-menu .collapse {
       display: none !important;
	   max-height:none;
		overflow:hidden;
		padding:0px;
		border:1px solid #10bcf4;
		margin:10px 0px;
		width:100%;
		border-radius:3px;
		-ms-border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-o-border-radius:3px;
   }
   
	.main-menu .collapse.in,
	.main-menu .collapsing{
		display:block !important;
		max-height:none;
		overflow:hidden;
		padding:0px;
		border:1px solid #565656;
		margin:10px 0px;
		width:100%;
		border-radius:3px;
		-ms-border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-o-border-radius:3px;	
	}
	
	
	.main-menu .navbar-header{
		float:none;
		display:block;
	}
	
	.main-menu .navbar-header .navbar-toggle{
		display:block;
		z-index:7;
		border:1px solid #ffc13b;
		margin:0px 0px 0px 0px;
	}
	
	.main-menu .navbar-header .navbar-toggle .icon-bar{
		background:#ffc13b;	
	}
	
	.main-header .main-menu .navbar-nav{
		float:none !important;
		margin:0px;
		width:100%;	
	}
	
	.main-header .main-menu .navbar-nav > li{
		margin:0px;
		float:none;
	    clear: both;
		width:100%;
	}
	
	.main-header .main-menu .navbar-nav > li:after{
		display:none;	
	}
	
	.main-header .main-menu .navbar-nav > li > ul,
	.main-header .main-menu .navbar-nav > li > ul > li > ul{
		position:relative;
		border:none;
		float:none;
		visibility:visible;
		opacity:1;
		display:none;
		left:auto !important;
		right:auto !important;
		top:auto !important;
		width:100%;
		background:none;
		border-radius:0px;
		-webkit-border-radius:0px;
		-ms-border-radius:0px;
		-o-border-radius:0px;
		-moz-border-radius:0px;
	}
	
	.main-header .main-menu .navbar-nav > li > ul > li.dropdown:before,
	.main-header .main-menu .navbar-nav > li.dropdown:before{
		font-family: 'FontAwesome';
		content:'\f0d7';
		position:absolute;
		right:15px;
		top:9px;
		width:20px;
		height:20px;
		display:block;
		color:#ffffff;
		line-height:20px;
		font-size:16px;
		text-align:center;
		z-index:5;	
	}
		
	.main-header .main-menu .navbar-nav > li > ul,
	.main-header .main-menu .navbar-nav > li > ul > li > ul{
		border-top:1px solid #ffc13b !important;	
	}
	
	.main-header .main-menu .navbar-nav > li,
	.main-header .main-menu .navbar-nav > li > ul > li,
	.main-header .main-menu .navbar-nav > li > ul > li > ul > li{
		border-top:1px solid rgba(255,255,255,0.50);	
	}
	
	.main-header .main-menu .navbar-nav > li:first-child{
		border:none;	
	}
	
	.main-header .main-menu .navbar-nav > li > a,
	.main-header .main-menu .navbar-nav > li > ul > li > a,
	.main-header .main-menu .navbar-nav > li > ul > li > ul > li > a{
		padding:9px 10px;
		line-height:22px;
		color:#ffffff;
		background:#ffc13b;
	}
	
	.main-header .main-menu .navbar-nav > li > a:hover,
	.main-header .main-menu .navbar-nav > li > a:active,
	.main-header .main-menu .navbar-nav > li > a:focus{
		background:#ffc13b;
	}
	
	.main-header .main-menu .navbar-nav > li:hover > ul{
		display:block;	
	}
	
	.fact-counter-one .inner{
		background:none;
	}
	
	.fact-counter-one .inner .column.even,
	.fact-counter-one .inner .column.odd{
		width:25%;
		text-align:center;
		margin:30px 0px;
		height:auto;
		min-height:0px;
	}
	
	.fact-counter-one .inner .column .content{
		padding:60px 0px 0px;
		top:0px;
		width:180px;
		margin:0 auto;
		height:180px;
		background-color:rgba(255,255,255,1);
		background-position:center center;
	}
	
	.service-tabs .tab-btns .tab-btn,
	.service-tabs.style-two .tab-btns .tab-btn{
		padding:20px;	
	}
	
	.service-tabs .tab-btns .tab-btn .icon,
	.service-tabs.style-two .tab-btns .tab-btn .icon{
		display:none;	
	}
	
	.service-tabs .tab-btns,
	.service-tabs.style-two .tab-btns{
		float:none;
		width:100%;
		margin-bottom:50px;	
	}
	
	.service-tabs .tab-btns .tab-btn,
	.service-tabs.style-two .tab-btns .tab-btn{
		width:20%;
		float:left;
		border-bottom:none;	
		border-right:1px solid #f1f1f1;
	}
	
	.service-tabs .tab-content{
		float:none;
		width:100%;	
	}
	
	.service-tabs .tab-content .content-box,
	.service-tabs.style-two .tab-content .content-box{
		padding:0px 10px;	
	}
	
	.we-are-best::after{
		display:none;	
	}
	
	.we-are-best .text-side,
	.we-are-best .image-side{
		float:none !important;
		width:100% !important;
		text-align:center !important;	
	}
	
	.we-are-best .image-side img{
		display:inline-block !important;
		max-width:100%;	
	}
	
	.we-are-best .text-side{
		background:#202e31;
		padding:30px 15px;	
	}
	
	.fact-counter-two{
		margin:0px 0px;
		padding:20px 30px;	
	}
	
	.fact-counter-two .column{
		width:50%;	
	}
	
	.fact-counter-two .column{
		border:1px solid #cccccc !important;
		
	}
	
	.featured-services .post{
		max-width:550px;
		margin:0 auto;
		margin-bottom:30px;	
	}
	
	.featured-services .post .content::before{
		top:-56px;
		height:80%;	
	}
	
	.service-tabs.style-two.three-column .tab-content .featured-box{
		width:50%;	
	}
	
	
	
	.service-tabs.style-two .tab-content .featured-box .box-inner .content .inner-box{
		padding:30px 20px 30px;	
	}
	
	.blog-area .col-md-8{
		padding-right:15px;	
	}
	
	.project-details .detail-content .content{
		margin-top:-16px;	
	}
	
	.project-details .detail-content .content .inner-box{
		padding:30px 15px;	
	}
	
	.brandLogoWrap figure{
		margin: 0 2.5%;
		width: 44%;
		vertical-align:middle;
	}
	.brandLogoWrap img {
		height: auto;
		width:100%;
	}
	.brandLogoContainer p.pull-right{
		margin-bottom:0;
		padding-top:5px;
	}
	.sidebar {
		margin-left:0;
	}
	.main-slider h2,
	.main-slider h2 span{
		font-size: 50px !important;
		line-height: 44px !important;
	}
	.main-slider p{
		font-size:16px !important;
		line-height:20px !important;
	}
	.primary-btn .btn-text{
		font-size:14px !important;
	}
	.footer-bottom p{
		text-align:center;
	}
	.prodDetailBox{
		width:500px;
	}
	.dwnBchrBlock {
		padding:30px 0;
		float:none;
		margin:0 auto;
	}
	.we-are-best {
		background-size:auto 100%;
		-moz-background-size:auto 100%;
		-ms-background-size:auto 100%;
		-o-background-size:auto 100%;
		-webkit-background-size:auto 100%;
	}
	.dwnBchrBlock p {
		display:table;
		float:none;
		margin:0 auto;
	}
	.dwnBchrBlock .primary-btn {
		left:auto;
		right:auto;
	}
	.productInfoText h1 {
		font-size:28px;
	}
	.productInfoText h2 {
		font-size:16px;
	}
	.prodInquiryBtn .btn-text,.primary-btn .icon {
		font-size:15px;
	    line-height: 20px;
	}
	.prodInfoName h3 {
    	font-size: 15px;
	}
	.main-header .main-menu .navbar-nav > li > ul { width:100%; padding:0; }
	.main-header .main-menu .navbar-nav > li > ul > li {
		width:33.33%;
		float:left;
		padding:0;
		margin:0;
	}
	.main-header .main-menu .navbar-nav > li > ul > li a {
	 	width:auto; float:none;
	 }
	 .main-header .main-menu .navbar-nav > li > ul > li > a {
	 	padding:8px 15px;
		line-height:1;
		color:#393939;
	 }
	 .prodListWrap li {
	 	min-height:245px;
	 }
	 .productInfoWrap a.prdNme { font-size:18px; line-height:1.2; }
	 .post-content .brochureList li a {
	 	font-size:16px;
		margin-top:8px;
	 }
}
@media only screen and (max-width: 830px){
	.main-header .main-menu .navbar-nav > li > ul > li { width:50%; }
	.post-content .brochureList li a {
		padding:8px 15px 5px;
	}
}
@media only screen and (max-width: 767px){
	
	.fact-counter-one .inner .column.even,
	.fact-counter-one .inner .column.odd{
		width:50%;
		padding:0px;
	}
	
	.service-tabs .tab-content .content-box,
	.service-tabs .tab-content .featured-box,
	.service-tabs.style-two .tab-content .content-box,
	.service-tabs.style-two .tab-content .featured-box{
		float:none;
		width:100%;	
	}
	
	.service-tabs .tab-content .step{
		border:none !important;
		padding:20px;	
	}
	
	.service-tabs .tab-btns .tab-btn,
	.service-tabs.style-two .tab-btns .tab-btn{
		float:none;
		width:100%;
		padding:20px 10px 20px 80px;	
	}
	
	.service-tabs .tab-btns .tab-btn .icon,
	.service-tabs.style-two .tab-btns .tab-btn .icon{
		display:block;
		font-size:30px;	
	}
	
	.main-header .header-top .top-right{
		width:100%;
		text-align:center;	
	}
	
	.our-projects .project-box{
		width:50%;	
	}
	
	.testimonials-area .custom-pager .pager-item{
		display:none;
		float:none;	
	}
	
	.testimonials-area .custom-pager .pager-item.active{
		display:block;
		width:100%;
		max-width:280px;
		margin:0 auto;
	}
	
	.sec-text br{
		display:none;	
	}
	
	.main-footer .subscribe-area,
	.main-footer .subscribe-area .subs-box{
		margin:0px 0px;
		padding:10px 15px;
		transform:skewX(0deg);
		-webkit-transform:skewX(0deg);
		-ms-transform:skewX(0deg);
		-o-transform:skewX(0deg);
		-moz-transform:skewX(0deg);	
	}
	
	.news-area .news-slider{
		padding-top:40px;	
	}
	
	.service-tabs.style-two.three-column .tab-content .featured-box{
		width:100%;	
	}
	
	.main-header .header-top .top-left .phone,
	.main-header .header-top .top-left .email{
		margin:0px 10px !important;	
	}
	
	.title-head { 
		font-size:24px;
	}
	.blog-area .author img { 
		position:static; 
		display:block; 
		margin:0 auto; 
		padding-top:40px;
	}
	.blog-area .author-comment { 
		margin-left:0px;
		padding-top:30px; 
		float:none;
	 }
	.comment-area input[type="text"], 
	.comment-area input[type="phone"], 
	.comment-area textarea, 
	.comment-area input[type="email"]{ 
		width:100%;
	}
	.blog-area form { 
		padding-left:10px; 
		padding-right:10px;
	}
	.blog-area .post-content { 
		padding:25px 25px;
	}
	
	.project-details .post .content{
		margin-left:15px;
		margin-right:15px;	
	}
	
	.project-details .column .post-inner{
		max-width:450px !important;	
	}
	
	.project-details .post .content::before{
		top:-56px;	
	}
	.brandLogoContainer p.pull-right{
		float:none !important;
	}
	.brandLogoWrap figure{
		width:auto;
	}
	.brandLogoWrap figure img{
		height:60px;
		width:auto;
	}
	.main-slider h2, .main-slider h2 span {
		font-size: 30px !important;
		line-height: 28px !important;
	}
	.main-slider p {
		font-size: 14px !important;
		line-height: 18px !important;
	}
	.primary-btn .btn-text {
		font-size: 12px !important;
	}
	.prodDetailBox{
		width:400px;
	}
	.dwnBchrBlock h3 {
		font-size: 24px;
		line-height: 28px;
	}
	.dwnBchrBlock p > span {
		font-size:15px;
		width:100px;
		text-align:left;
	}
	.prodInfoName {
		visibility: visible;
		min-height:0;
		position:static;
		padding:4px 0;
		opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		-webkit-opacity: 1;
	}
	.prodInfoName h3 {
		transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		-webkit-transform: translateY(0%);
	}
	.productInfoText h1 {
		font-size:24px;
	}
	.productInfoText h2 {
		font-size:15px;
		margin-bottom:20px;
	}
	.prodDetailBox table th, .prodDetailBox table td, .productInfoText table th, .productInfoText table td {
		font-size:13px;
	}
	.prodInquiryBtn .btn-text,.prodInquiryBtn {
		font-size:14px !important;
	}
	.prodInquiryBtn .btn-text {
    	font-size: 14px;
		line-height:26px;
	}
	.prodInquiryBtn .btn-text,.primary-btn .btn-text {
		padding:8px 20px 4px 14px;
	}
	.prodInfoName h3 {
    	font-size: 14px;
	}
	.sidebar .widget h3,
	.sidebar .widget h3 a {
		font-size:13px;
	}
	.finishText, .blog-area p.finishText {
		font-size:13px;
	}
	.caroControl a {
		background:#EAA000;
		border-color:#EAA000;
	}
	.caroControl a i {
		color:#fff;
	}
	.main-header .main-menu .navbar-nav > li > ul {
		height:140px;
		overflow:auto;
		overflow-y:auto;
	}
	.main-header .main-menu .navbar-nav > li > ul > li:nth-last-of-type(1) {
		border-top:1px solid #fff;
		width:100%;
	}
	.productInfoWrap a.prdNme { font-size:16px; }
	#mapCanvas {
		width:80%;
		margin:0 auto;
		height:340px;
	}
	.post-content .brochureList li a {
		margin-top:8px;
	}
	.post-content .brochureList li {
		margin-bottom:30px;
	}
}
@media only screen and (max-width: 630px){
	.main-header .main-menu .navbar-nav > li > ul > li > a {
		font-size:11px;
	}
	.productInfoWrap span { font-size:12px; }
}
@media only screen and (max-width: 599px){
	.fact-counter-one .inner .column.even,
	.fact-counter-one .inner .column.odd{
		width:100%;
		padding:0px;
	}
	
	.our-projects .project-box{
		width:100%;	
	}
	
	.main-footer .subscribe-area h2{
		font-size:18px;	
	}
	
	.sec-title h2::after{
		display:none;	
	}
	.featured-services .big-post .content{
		margin-top:-16px;	
	}
	
	.featured-services .post .content,
	.service-tabs .tab-content .featured-box .box-inner .content{
		margin-left:10px;
		margin-right:10px;	
	}
	
	.service-tabs.style-two.three-column .tab-content .featured-box .box-inner{
		padding:30px 10px;	
	}
	
	.service-tabs.style-two.three-column .tab-content .featured-box .box-inner .content::before{
		top:-46px;	
	}
	
	.our-projects .filter-tabs li{
		float:none;
		display:block;
		width:100%;
		text-align:center;
		padding:7px 10px;	
	}
	
	.page-banner h1{
		font-size:24px;	
	}
	
	.main-header .search-box .search-form{
		width:100%;	
	}
	
	.fact-counter-two .content {
		padding: 12px 0px 10px 50px;
		font-size: 10px;
	}
	.fact-counter-two .content .count-text {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 0px;
	}
	.fact-counter-two .content span{
		display:block;
		line-height:13px;
	}
	.fact-counter-two {
		padding: 10px 10px;
	}
	.brandLogoContainer p.pull-right{
		padding:15px 0 10px 0;
	}
	.brandLogoContainer{
		text-align:center;
	}
	.brandLogoWrap figure img{
		height:50px;
	}
	.main-header .header-lower .right-cont {
		padding: 8px 0px 3px 0px;
	}
	.main-header.style-two .header-lower .logo img, .main-header.style-two.header-fixed .header-lower .logo img {
		height: 50px;
	}
	.main-slider, .page-banner {
		margin-top: 70px;
	}
	.prodListWrap li:nth-child(3n+3),
	.prodListWrap li{
		width:48%;
		margin-right:4%;
	}
	.prodListWrap li:nth-child(2n+2){
		margin-right:0;
	}
	.productInfoWrap {
		padding: 10px 10px 5px 11px;
	}
	.productInfoWrap a.prdNme {
		line-height: 12px;
		font-size: 14px;
	}
	.productInfoWrap span{
		font-size:11px;
	}
	.main-slider h2{
		width:100% !Important;
		padding-top:40px !Important;
		white-space:normal  !Important;
	}
	.main-slider h2, .main-slider h2 span {
		font-size: 22px !important;
		line-height: 22px !important;
	}
	.main-slider p {
		font-size: 12px !important;
		line-height: 16px !important;
	}
	.tp-caption a.primary-btn{
		margin-top:10px !Important;
	}
	.primary-btn .btn-text {
		font-size: 10px !important;
	}
	.productInfoText h2 {
		font-size:14px;
	}
	.main-slider h2 br{
		display:none;
	}
	.productInfoText h1 {
		font-size:20px;
	}
	.prodDetailBox table th, .prodDetailBox table td, .productInfoText table th, .productInfoText table td {
		padding: 3px 7px 0px 7px;
		font-size:11px;
	}
	.prodInquiryBtn .btn-text,.prodInquiryBtn {
		font-size:12px !important;
	}
	.prodInfoName h3 {
    	font-size: 11px;
	}

	.sidebar .widget h3 {
		font-size:12px;
	}
	.sidebar .widget h3 a { font-size:11px; }
	.category-list li {
		padding:7px 0;
	}
	.main-header .main-menu .navbar-nav > li > ul > li > a {
		font-size:10px;
	}
	.prodListWrap li { min-height:210px; }
	.post-content .brochureList li a {
		font-size:14px;
	}
}

@media only screen and (max-width: 580px){
	.productInfoImgBlock {
		width:60%;
		float:none;
		padding:0;
		margin-left:5%;
	}
	.productInfoText {
		float:none;
		clear:both;
		padding:0;
		width:90%;
		margin:15px auto;
	}
	.caroControl a {
		width:30px;	
		height:30px;
		margin-top:10px;
		margin-bottom:10px;
	}
	.caroControl a i {
		font-size:20px;
		line-height:28px;
	}
	.relatedProductContainer {
		margin-top:30px;
	}
	.productInfoWrap a.prdNme { font-size:15px; }
	#mapCanvas {
		height:280px;
	}
	.post-content .brochureList li a {
	    padding: 8px 10px 5px;
	}
	.post-content .brochureList li {
    	margin-bottom: 10px;
	}
}
@media only screen and (max-width: 479px){
	.top-services .post-inner{
		padding:0px 10px;	
	}
	
	.news-area .slide-item .image::before,
	.news-area .slide-item .content-box .text-content::before{
		display:none;	
	}
	
	.news-area .slide-item .content-box{
		right:0px;	
	}
	
	.comment-details {
		margin-left: 0;
		padding-top: 100px;
	}
	
	.about-us-area .quote-slider .slide-item .content{
		padding:25px;	
	}
	
	.about-us-area .quote-slider .slide-item .content .quote-thumb{
		display:none;	
	}
	.prodDetailBox{
		width:100%;
		padding:0;
	}
	.prodDetailBox h3 {
    	font-size: 16px;	
	}
	.prodDetailBox table th, .prodDetailBox table td{
		font-size:12px;
	}
	.dwnBchrBlock p > span {
		display:block;
		font-size:13px;
		line-height:18px;
		clear:both;
		text-align:center;
		float:none;
		margin:0 auto;
	}
	.dwnBchrBlock h3 {
		font-size:18px;
		line-height:22px;
	}
	.productInfoText {
		padding:0;
	}
	.main-header .main-menu .navbar-nav > li > ul > li {
		float:none;
		width:100%;
	}
	.prodListWrap li { min-height:183px; }
	.productInfoWrap span { font-size:10px; }
	.post-content .brochureList li a {
    	font-size: 10px;
		padding:4px 5px 3px;
	}
}
@media only screen and (max-width: 400px){
	.productInfoImgBlock {
		width:90%;
	}
	.sec-title {
		width:90%;
		margin:0 auto;
	}
	.caroControl {
		position:static;
		clear:both;
		margin-bottom:15px;
		clear:both;
		display:block;
		overflow:hidden;
	}
	#relatedProdCaro {
		clear:both;
		width:90%;
		margin:0 auto;
		display:block;
		overflow:hidden;
	}
	.productInfoWrap a.prdNme { font-size:14px; line-height:1.2; }
	.productInfoWrap span { padding-top:3px; }
}