
/* 1199 */

@media screen and (max-width: 1199.5px) {
	.site-about .content{
		padding:30px;
	}
	.items-services{
		padding:50px 20px;
	}
	.site-feedback .content-right{
		padding:30px 30px;
	}
}

/* 991 */

@media screen and (max-width: 991.5px) {
	.header .menu{
		display: none;
	}
	.site-banner .images{
		max-height: 600px;
	}
	.site-banner .content--title{
		font-size: 50px;
	}
	.items-qt .number{
		font-size: 50px;
	}
	.title-main .heading{
		line-height: 1.3;
		font-size: 200%;
	}
	.items-project{
		height: 100%;
		padding: 10px;
	}
}

/* 767 */

@media screen and (max-width: 767.5px) {
	.site-banner .images{
		max-height: 300px;
	}
	.site-banner .content--title{
		font-size: 30px;
	}
	.site-about .images{
		display: none;
	}
	.site-about .content{
		padding:30px 15px;
	}
	.title-main .text{
		line-height: 1.3;
	}
	.title-main .heading{
		font-size: 180%;
	}
	.site-feedback .content-right{
		padding:30px 15px;
	}
	.items-feedback .images{
		flex:0 0 100px;
		max-width: 100px;
		height: 100px;
	}
	.site-banner .slick-arrow{
		display: none !important;  
	}
	.page-banner .heading2,
	.page-tnsm .heading2{
		font-size: 40px;
	}
	.page-banner{
		height: 300px;
	}
	.tnsm{
		margin-bottom: 20px;
	}
	.page-single-services .title-main{
		padding:20px 15px;
	}
	.page-single-services .items .the_content{
		padding-top: 10px;
	}
	.faq-item .faq-question{
		font-size: 100%;
	}
	.faq-item .faq-question:before{
		font-size: 100%;
	}
	.page-contact--content{
		position: relative;
		top: 0;
		left:0;
		width: 100%;
		padding: 15px;
	}
	.page-contact iframe{
		height: 300px;
	}
	.page-contact-why h3{
		padding:5px;
		line-height: 1.5;
		font-size: 100%;
		height: 100%;
	}
}

