@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media only screen and (max-width : 991px) {
	.mt-lg-40{
		margin-top:40px;
	}
	.mb-lg-40{
		margin-bottom:40px;
	}
	.atf-single-pricing {
		margin-bottom:25px;
	}
	.atf-service-content{
		margin-bottom:25px;
	}

}

@media only screen and (max-width: 767px) {
	.atf-video-area{margin-top:100px;}
	.team-prof {
		padding: 10px 10px;
		flex-wrap: wrap;
	}
	.atf-hot-deal-content h2 {
		font-size: 36px;
	}

}

@media screen and (min-width: 320px) and (max-width: 575px){
	.atf-themes-btn{
		margin-bottom:10px;
	}
	.atf-about-content h2{
		font-size:36px;
		line-height:1.3;
		letter-spacing:0px;
	}
	.nav-fill .nav-item {
		margin: 5px 0px;
	}
	.atf-footer-copyright p{text-align:center;}
	.atf-footer-social.text-end {
		text-align: center !important;
		margin-top:25px;
	}
	.atf-contact-border {
		padding: 15px;
	}
	.atf-portfolio-area .portfolio-filter button {
		margin-bottom: 10px;
	}
	.atf-hero-content .title {
		font-size: 36px;
	}
	
	
}