@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.atf-hero-content .title {
		font-size:45px;
	}
}
@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:40px;line-height:1.2;letter-spacing:0;}
	.atf-mailchamp-title{font-size:28px;}
	.atf-hero-content .title {
		font-size:36px;
		letter-spacing:0;
		line-height:1.3;
		font-weight:600;
	}
	.atf-hero-content br{display:none;}
}


@media only screen and (max-width: 767px) {
	.atf-section-title h2 {
		font-size:28px;
	}
	.atf-hero-content .title{
		font-size:28px;
	}
}
@media only screen and (max-width: 575px) {
	.nav-fill .nav-item {
		margin-bottom: 15px;
	}
}
