@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.atf-hero.atf-style1 .atf-hero-title{font-size:55px;}
	.atf-hero-text .atf-hero-subtitle {
		font-size: 16px;
	}
	.atf-section-title .title{
		font-size: 44px;
	}
	.aft-about-content .title {
		font-size: 22px;
		line-height: 1.3;
	}
	.project_content_box br{display:none;}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.atf-hero.atf-style1 .atf-hero-title{font-size:55px;}
	.project_content_box br{display:none;}
}
@media only screen and (max-width : 992px) {
	.mt-xl-40{
		margin-top:40px;
	}
	.mb-xl-40{
		margin-bottom:40px;
	}
}
@media only screen and (max-width : 991px) {
	.mt-lg-40{
		margin-top:40px;
	}
	.mb-lg-40{
		margin-bottom:40px;
	}
	.atf-hero.atf-style1 .atf-hero-title{font-size:44px;line-height:1.3;letter-spacing:0;}
	.atf-faq-accordion .card .card-header button{
		font-size:18px;
	}
	.atf-mailchamp-title .title {
		font-size: 28px;
		padding-bottom: 15px;
		line-height: 1.2;
	}
	.project_content_box br{display:none;}
	.atf-single-service{margin:12px 0;}
	.atf-single-footer{margin:12px 0;}
	

}
@media only screen and (max-width: 767px) {
	
	.atf-hero.atf-style1 .atf-hero-title{font-size:36px;line-height:1.3;letter-spacing:0;}

}

@media only screen and (max-width: 576px) {
	.atf-footer-area::before {
		border-radius: 0;
	}
	.atf-about-thumb {
		grid-template-columns: 1fr;
	}
	.aft-about-content {
		padding: 20px;
	}
	.aft-about-content .title {
		font-size: 22px;
	}
	.rating{display:none;}
	.project-image-box{display:none;}

}