@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.atf-section-title .title {
		font-size:42px;
	}
	.atf-slider-content .title {
		font-size:60px;
	}
	.atf-faq-accordion .card .card-header button {
		font-size: 20px;
		font-weight: 600;
	}
	.blogpost-title.atf-blog-title {
		font-size: 28px;
		line-height: 1.3;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.atf-slider-content .title {
		font-size:50px;
	}
}

@media only screen and (max-width : 1199px) {
	#portfolio .atf-portfolio-nav {
		text-align: left;
	}
	.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-single-team{
		margin: 15px 0px;
	}
	.atf-single-footer{
		margin: 15px 0px;
	}
	.atf-pricing-content{
		margin:12px 0;
	}
	.atf-single-contact-info{
		margin:12px 0;
	}
	#portfolio .atf-portfolio-nav .nav li {
		margin: 8px 6px;
	}

}
@media only screen and (max-width: 767px) {
	.atf-hero-content .description br{
		display:none;
	}
}
@media only screen and (max-width: 576px) {
	.atf-faq-accordion .card .card-header button {
		font-size: 18px;
	}
	.atf_testimonial_thumb img {
		max-width: 100%;
	}
}