
/*============================
Max - Width Query
============================*/

@media (max-width: 1700px){
 

}

@media (max-width:1499.98px){

  
}

@media (max-width:1399.98px){


  
}

@media (max-width:1199.98px){

	
  
}


@media (max-width:991.98px){

	.fas_menu{
		gap: 25px;
	}

	.fas_banner_wrapper{
		padding: 150px 0 200px;
	}

	.fas_banner_wrapper .swiper-slide .row{
		flex-direction: column-reverse;
	}

	.fas_about_text{
		max-width: unset;
	}

	.fas_service_main{
		flex-direction: row;
		flex-wrap: wrap;
	}

	.fas_service_box{
		padding: 40px;
	}
	
}

@media (max-width:767.98px){

	section{
		padding: 50px 0;
	}

	h4{
		font-size: 28px;
	}

	.fas_toggle_menu{
		display: block;
	}

	.fas_menu {
	    position: fixed;
	    left: -250px;
	    flex-direction: column;
	    top: 0;
	    height: 100vh;
	    background: #fff;
	    width: 250px;
	    padding: 50px 30px;
	    z-index: 111;
    	transition: all 0.5s;
	}

	.menu-open .fas_menu{
		left: 0;
	}

	.pp-header-wrapper.pp-header-fixed{
		transform: translateY(0);
	}

	.fas_banner_content h1{
		font-size: 40px;
		margin-bottom: 10px;
	}

	.fas_copyright_text{
		justify-content: center;
		text-align: center;
	}

}

@media (max-width:575.98px){


}

@media (max-width:349.98px){


}

