

@media(min-width:678px){

}

/*===============================*/

@media(max-width:991px){
	.w3-subheading-all h3{
	    font-size: 24px;
	}
	.services2 .w3-services-grid-info {
	    width: 50%;
	}
	.w3l_footer .hide-h4{
		display: none;
	}
	.mobile-mb-md-4 {
		margin-bottom: 24px !important;
	}
}

@media(max-width:767px){
	.padding{
	    padding: 3em 0 !important;
	}
	.menu .navbar-nav .open .dropdown-menu{
		display: block;
		align-items: center;
		text-align: center;
	}
	.menu .dropdown-submenu>a:after{
	    border-left-color: #fff;
	}
	.menu .dropdown-submenu .dropdown-menu li a {
	    color: #000 !important;
	}
	.menu .dropdown-submenu > .dropdown-menu {
        position: static;
        margin-left: 15px;
        border-radius: 0;
    }

    .menu .dropdown-submenu > a:after {
        display: none;
    }
	.abrasives-modal .agileits-w3layouts-info .row {
	    margin-right: -15px;
	    margin-left: -15px;
	}
	.gallery-col {
		margin-bottom: 20px;
	}

	/* scrollbar */
	.menu.menu--iris .menu__list {
		overflow-y: auto;
		max-height: calc(100vh - 130px);
		margin-top: 12px;
	}

	.menu.menu--iris .menu__list::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		background-color: #f9fafb;
	}

	.menu.menu--iris .menu__list::-webkit-scrollbar {
		width: 4px;
		height: 3px;
		background-color: #f9fafb;
	}

	.menu.menu--iris .menu__list::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
		background-color: #22ace8;
	}
}

@media(max-width:575px){
	body h4{
	    font-size: 16px;
	}
	.w3-subheading-all h3{
	    font-size: 22px;
	}
	.header {
	    padding: .5em 0em;
	    /* background: rgba(0, 0, 0, 0.79); */
	}
	.header-left{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.about-left {
	    width: 100%;
	}
	.agileinfo-phone {
	    margin: .1em .5em;
	}
	.social-icon{
		width: 100%;
		float: none;
		text-align: center;
		display: none;
	}
	.services2 .w3-services-grid-info {
	    /*width: 100%;
	    text-align: center;*/
	}
	.w3-services-grid-left1 {
	    width: 100%;
	}
	.w3l_testimonial_grid {
	    padding: 4.5em 1em 2em;
        margin-left: 0;
    	margin-right: 0;
	}
	.w3ls_testimonials_grids{
		width: 100%;
	}
	.banner-bg .txt-box{
		min-height: 300px;
	}
	.news-section .owl-carousel {
	    padding: 0px;
	}
	.banner-txt img {
	    width: 140px;
	}
	.banner-txt p{
	    font-size: 1.4em;
	}
}

@media(max-width:480px){
	.w3-subheading-all h3 {
	    font-size: 20px;
	}
	.padding{
	    padding: 2em 0 !important;
	}
}