@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
	.atf-event-img img {
		object-fit: cover;
		width: 300px;
		height: 150px;
	}
	.atf-section-title .title {
		font-size: 44px;
	}
}
@media only screen and (max-width : 1199px) {
	.mt-xl-40{
		margin-top:40px;
	}
	.mb-xl-40{
		margin-bottom:40px;
	}
	.atf-event-img img {
		object-fit: cover;
		width: 300px;
		height: 150px;
	}
}

@media only screen and (max-width : 991px) {
	.atf-event-img img {
		object-fit: cover;
		width: 100%;
		height: auto;
	}
	.atf-hire-area{
		flex-wrap:wrap;
	}
	.atf-single-feature{
		margin:20px 0;
	}
	.atf-counter {
		margin: 20px 0;
	}
	.mt-lg-40{
		margin-top:40px;	
	}
	.mb-lg-40{
		margin-bottom:40px;	
	}
	.atf-single-blog{
		margin: 20px 0px;
	}
	.atf-footer-link{
		margin: 20px 0px;
	}
	.atf-mailchamp-headding h2 {
		font-size: 28px;
	}
	h4.atf-event-title {
		margin-top: 30px;
	}
	.atf-events-area .atf-main-btn{
		margin-top:30px;
	}

}
@media only screen and (max-width: 767px) {
	.atf-single-text br{
		display:none;
	}
	.atf-grid-portfolio{
		width:50%;
	}
	.form-message{
		padding-bottom:5px;
	}
	.atf-mailchamp-headding h2 {
		text-align: center;
		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 479px) {
	.atf-home-area .atf-single-details h2{
		font-size:35px;
	}
}
@media only screen and (max-width: 576px) {
	.atf-single-text h1 {
		font-size: 36px;
	}
	.atf-grid-portfolio{
		width:100%;
	}

}

@media screen and (max-width: 320px) and (min-width: 0px){
	.atf-single-details{
		margin:20px 0;
	}
	.atf-mailchamp-headding h2 {
		font-size: 24px;
	}
	.atf-hero-btn  .atf-themes-btn{
		margin-bottom:20px;
	}

}