@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	
	.slider_content h1 {
		font-size:50px;
	}
	.atf-single-details .title{
		font-size:50px;
	} 

}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.slider_content h1 {
		font-size:45px;
	}
	.atf-single-details .title{
		font-size:45px;
	} 

}
@media only screen and (max-width:991px) {
	.atf-single-details .title{
		font-size:45px;
	}
	.counter-items.no_border{
		border-right: 1px solid #ddd;
	}
	.counter-items{
		margin:15px 0;
	}
	.our-team{
		margin:15px 0;
	}
	.atf-footer-link{
		margin:15px 0;
	}
	
	.pricingTable{
		margin:15px 0;
	}	
	.mt-lg-40{
		margin-top:40px;
	}
	.mb-lg-40{
		margin-bottom:40px;
	}
	.atf-video-img.style .waves-box {
		left: 35%;
	}
}


@media only screen and (max-width:767px) { 
	.ftr_social_list.text-end {
		margin-top: 20px;
		text-align: center! important;
	}
	.copyright p{
		text-align:center;
		display: inherit;
	}
	.atf-video-img.style .waves-box {
		left: 45%;
		top: 35%;
	}
	.atf-single-details .title{
		font-size:36px;
		letter-spacing:0;
		line-height:1.3;
	} 
	
}
@media only screen and (max-width:576px) { 
	.slider_active .owl-nav .owl-next, .slider_active .owl-nav .owl-prev {
		display: none;
	}
	#blog_slider .owl-nav .owl-next, #blog_slider .owl-nav .owl-prev{
		display:none;
	}
	.mt-md-40{
		margin-top:40px;
	}
	.mb-md-40{
		margin-bottom:40px;
	}
	.mt-lg-40{
		margin-top:25px;
	}
	.mb-lg-40{
		margin-bottom:25px;
	}
	
}


@media only screen and (max-width: 480px){
    
	.testimonial .description {
		font-style: italic;
	}
	.ftr_social_list li{
		margin: 0 5px;
	}
	.slider_content br {
		font-size: 16px;
		display:none;
	}
	.slider_content h2 {
		font-size: 25px;
	}
	.atf-video-img.style .waves-box {
		left: 60%;
		top: 35%;
	}
}



