@media(max-width:1200px){
	
	.location, .cal {
    display: inline-block;
    margin-left: 4px;
	}
#cssmenu > ul > li > a {
    padding: 31px 12px;
	margin: 0 4px;
	}
	.breadcrumb-style{
		margin-top: 10px
	}

}

@media(max-width:991px){
	.images a {
    width: 33.3333%;
}
	.services-img img {
    width: 100%;
    height: 50vw;
}
	.overview .title {
    text-align: center;
}
	.overview  {
    text-align: center;
}
.btn-overview {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
}
	.menu-logo{
		text-align: center;
		display: block;
	}
	.menu-logo a img{
		text-align: center;
    display: inline-block;
	}
	
	.Project-inner-pic{
		width: 50%
	}
	.news .text {
    margin-bottom: 10px;
}
	
}


@media(max-width:768px){
	.images a {
    width: 50%;
}
	.product-box {
    width: 50%;
}
	.box {
    width: 50%;
}
	.Project-inner-pic {
    width: 100%;
    margin-bottom: 20px;
}
		.news-inner-pic {
    width: 100%;
    margin-bottom: 20px;
}
}


@media(max-width:480px){
		.images a {
    width: 100%;
}
		.services-img img {
    width: 100%;
    height: auto;
}
	.overview .title{
		font-size: 22px;
	}

	.product-box {
    width: 100%;
}
	.box {
    width: 100%;
}
	.title-services-1{
		width: 100%
	}
}


@media(max-width:320px){

	
	
}