@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media only screen and (max-width : 1199px) {
	.atf-single-text h1 {
		font-size: 55px;
	}
	.mt-xl-40{
		margin-top:40px;
	}
	.mb-xl-40{
		margin-bottom:40px;
	}
}
@media only screen and (max-width : 992px) {
	.atf-single-details h2{
		font-size:40px;
	}
	.atf-footer-social-icon a i{
		margin-right: 8px;
	}
	
}
@media only screen and (max-width : 991px) {
	.atf-single-blog{margin:15px 0;}
	.atf-faq-image,
	.atf-about-img{
		margin-top: 30px;
	}
	.atf-quote{
		display:none;
	}
	.atf-top-header {
		margin-top: 50px;
	}
	.atf-single-about{
		margin: 20px 0px;
	}
	.atf-blog-area .atf-single-blog{
		margin: 15px 0px;
	}
	.atf-testimonial-info {
		padding: 50px 0 50px 38px;
	}
	.atf-footer-link{
		margin: 15px 0px;
	}
	#contact .atf-section-title{
		margin-top: 40px;
	}

}
@media only screen and (max-width: 767px) {
	.atf-blog-area .atf-single-blog img{
		width:100%;
	}
	.atf-single-text h1 {
		font-size: 40px;
	}
	.atf-single-text br{
		display:none;
	}
	.atf-top-header {
		margin-top: 80px;
	}
	.atf-counter-value,
	.atf-about-text h3{margin:10px 0;}
	.form-message{
		padding-bottom:10px;
	}

}

@media only screen and (max-width: 469px) {
	.atf-single-text h1 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 369px) {
	.atf_header_top {
		display:none;
	}
	.atf-top-header {
		margin-top: 15px;
	}
}
@media screen and (max-width: 320px) and (min-width: 0px){
	

}