@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media only screen and (max-width : 991px) {
	.atf-mailchamp-subscribe{
		margin-top:20px;
	}
	.atf-section-title .title{
		font-size:30px;
	}
}
@media only screen and (max-width: 767px) {
	.atf-hero-area .atf-hero-content .title {
		font-size: 30px! important;
	}
	.atf-section-title .title{
		font-size:30px;
	}
		.popupimg.mobilespace {
			margin-bottom: 20px;
	}
	.copyrightarea.atf-footer-boottom .float-end.poweredby {
    float: none !important;
		text-align: center;
	}
	.copyright p {
		text-align: center;
	}
}

